diff options
author | recht <recht@pkgsrc.org> | 2004-08-30 21:44:23 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-08-30 21:44:23 +0000 |
commit | 08cd75ab7da52efd91cb6454a7704b711537003d (patch) | |
tree | 4b87783f8e5d5a8cd330a2ce53e220b116e57566 | |
parent | 1804c3924626ab0c1c94d1150964720a9ebe6ff1 (diff) | |
download | pkgsrc-08cd75ab7da52efd91cb6454a7704b711537003d.tar.gz |
update to ncftp-3.1.8
patch submitted by Ove Soerensen in PR 26810
3.1.8.1, 2004-07-27
+ A fix for some DNS resolution problems on Linux.
3.1.8, 2004-07-07
+ Ncftpget, ncftpput, and ncftpls now try to erase the arguments to the
-u/-p/-j (user, password, account) options so they do not show in
a "ps" command (Thanks, Konstantin Gavrilenko).
+ Recognize broken IBM mainframe FTP servers and work around them.
+ Working around a problem with ProFTPD 1.2.9 and later which would
cause recursive downloads to fail.
+ Fixed a bug where ncftpput in recursive mode could lock up if you
used a trailing slash on the directory to upload.
+ For the malicious server problem that was addressed in 3.1.5, enhanced
the fix for better compatibility with mainframe FTP servers.
+ Ncftpget, ncftpput, and ncftpls, and ncftp's open command now accept
an additional advanced option (-o) which lets you do things like disable
NcFTP's use of SITE UTIME, FEAT, HELP SITE, etc.
+ Several HP-UX 10 compatibility bugs fixed (Thanks, Laurent FAILLIE).
+ A couple of looping problems with ncftpbatch fixed (Thanks, George Goffe).
+ Bug fixed with the upload socket buffer not being set (Thanks, ybobble).
+ The utility programs now accept "-" for the config file name used
with "-f" to denote standard input (Thanks, Jeremy Monin).
+ Bug fixed with ncftpput when using both -c and -A (Thanks, Ken Woodmansee).
+ Support for boldface text in Windows version (Thanks, Adam Gates).
3.1.7, 2004-01-07
+ Fixed a memory leak introduced in 3.1.6.
+ Fixed problem where it was assumed that daylight saving's time occurred
at the same time each year for all timezones.
+ Bug fixed with running a shell escape.
+ Ncftpget now uses passive-with-fall-back-to-port mode like ncftpput and
ncftpls.
+ Problem fixed with "ls -a" where occasionally a row with ".." and another
file would be omitted.
+ Ncftpbatch now uses the UTC timezone for spool files.
+ The configure script can now detect when the config.cache file has been
improperly recycled from a machine with a different OS.
+ The Windows version now uses the USERPROFILE environment variable, if it
was set, as the location of the user's home directory.
+ Recognize broken DG/UX servers and work around them.
-rw-r--r-- | net/ncftp3/Makefile | 6 | ||||
-rw-r--r-- | net/ncftp3/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/ncftp3/Makefile b/net/ncftp3/Makefile index aa932f91f3d..7bb2a944820 100644 --- a/net/ncftp3/Makefile +++ b/net/ncftp3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2004/04/25 08:26:17 snj Exp $ +# $NetBSD: Makefile,v 1.16 2004/08/30 21:44:23 recht Exp $ -DISTNAME= ncftp-3.1.6-src -PKGNAME= ncftp3-3.1.6 +DISTNAME= ncftp-3.1.8-src +PKGNAME= ncftp3-3.1.8 CATEGORIES= net MASTER_SITES= ftp://ftp.ncftp.com/ncftp/ diff --git a/net/ncftp3/distinfo b/net/ncftp3/distinfo index f1287cda65c..46cf116ee7f 100644 --- a/net/ncftp3/distinfo +++ b/net/ncftp3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2003/09/27 22:57:32 wiz Exp $ +$NetBSD: distinfo,v 1.6 2004/08/30 21:44:23 recht Exp $ -SHA1 (ncftp-3.1.6-src.tar.gz) = 1282c889e11f883e1ea5314ed5f8898eb31ea62d -Size (ncftp-3.1.6-src.tar.gz) = 503887 bytes +SHA1 (ncftp-3.1.8-src.tar.gz) = 0fca0dd12ceafd9d491f32afca404c6b5da3ef31 +Size (ncftp-3.1.8-src.tar.gz) = 509185 bytes SHA1 (patch-aa) = 38d3b7d1796424bf40b07a1e7e8627ad8d01ea8c |