summaryrefslogtreecommitdiff
path: root/net/ncftp3/Makefile
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2005-05-07 15:14:44 +0000
committerrecht <recht@pkgsrc.org>2005-05-07 15:14:44 +0000
commitfb09da38a010873d2eb14679d1d2ce018de28a56 (patch)
treec006621401a7fb35a9dc61b17c3bf28f2282a34c /net/ncftp3/Makefile
parent0985068ddacd254eac5bdf7fd5a437a9263ded63 (diff)
downloadpkgsrc-fb09da38a010873d2eb14679d1d2ce018de28a56.tar.gz
update to 3.1.9
ok'd by zuntum@ Add a patch from darwinports to disable Framework checks. changes: 3.1.9, 2005-03-19 + Renamed internal libraru function getline() to gl_getline() to avoid namespace collision with glibc. + Renamed internal library function Duration() to FTPDuration() to avoid namespace collision on Mac OS X. + Recognize additional error response codes to SITE UTIME, to prevent using it if the server doesn't support it. + If the server does not support setting timestamps in MDTM, quit trying it if it fails the first time. + Do not allow control characters such as NUL, CR, LF in FTP URLs, to avoid command injection as described by Albert Puigsech Galicia <ripe AT 7a69ezine.org>. + Fixed a problem where a timed-out transfer may have been detected but still locked up the process (Thanks, IWAI, Masaharu). + Ncftpget and ncftpput now accept a "-C" parameter which is similar to the "-c" option (ftp "cat" mode), where stdin (stdout) is not used and the filename is specified as a parameter instead. This is useful if you don't want to specify a password on the command line. + Ncftpput now allows the "-m" option in conjunction with the "-c" or "-C" options. + Small compatibility fixes for Mac OS X, Solaris 10, Linux. 3.1.8.1, 2004-07-27 + A fix for some DNS resolution problems on Linux.
Diffstat (limited to 'net/ncftp3/Makefile')
-rw-r--r--net/ncftp3/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/ncftp3/Makefile b/net/ncftp3/Makefile
index c456843aa28..64ccb91e22b 100644
--- a/net/ncftp3/Makefile
+++ b/net/ncftp3/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2005/04/11 21:46:51 tv Exp $
+# $NetBSD: Makefile,v 1.19 2005/05/07 15:14:44 recht Exp $
-DISTNAME= ncftp-3.1.8-src
-PKGNAME= ncftp3-3.1.8
-PKGREVISION= 1
+DISTNAME= ncftp-3.1.9-src
+PKGNAME= ncftp3-3.1.9
CATEGORIES= net
MASTER_SITES= ftp://ftp.ncftp.com/ncftp/