Subject: PR/24744 CVS commit: pkgsrc/pkgtools/pkg_install/files/lib
To: None <hubertf@netbsd.org, gnats-admin@netbsd.org,>
From: Hubert Feyrer <hubertf@netbsd.org>
List: pkgsrc-bugs
Date: 03/20/2005 15:56:02
The following reply was made to PR pkg/24744; it has been noted by GNATS.
From: Hubert Feyrer <hubertf@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/24744 CVS commit: pkgsrc/pkgtools/pkg_install/files/lib
Date: Sun, 20 Mar 2005 15:55:54 +0000 (UTC)
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.