Subject: CVS commit: pkgsrc/pkgtools/pkg_install/files/lib
To: None <pkgsrc-changes@NetBSD.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: pkgsrc-changes
Date: 03/20/2005 15:55:54
Module Name:	pkgsrc
Committed By:	hubertf
Date:		Sun Mar 20 15:55:54 UTC 2005

Modified Files:
	pkgsrc/pkgtools/pkg_install/files/lib: ftpio.c version.h

Log Message:
Address PR pkg/24744 by Jarmo Jaakkola <jarmo.jaakkola@iki.fi>:
 * ftp.fi.netbsd.org returns "257" in return to a "cd" command, accept that
   (in addition to 250 and 550). Seems to be allowed per RFC 959.
 * Make buffer for reply bigger (not too big, as it may hit performance).
 * Bump PKGTOOLS_VERSION (NOT!!! PKGTOOLS_REQD) to 20050318


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/pkgtools/pkg_install/files/lib/ftpio.c
cvs rdiff -r1.41 -r1.42 pkgsrc/pkgtools/pkg_install/files/lib/version.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.