Subject: CVS commit: pkgsrc/net/ncftp3
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 05/07/2005 15:14:44
Module Name:	pkgsrc
Committed By:	recht
Date:		Sat May  7 15:14:44 UTC 2005

Modified Files:
	pkgsrc/net/ncftp3: Makefile distinfo
	pkgsrc/net/ncftp3/patches: patch-ab

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 pkgsrc/net/ncftp3/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/net/ncftp3/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/net/ncftp3/patches/patch-ab

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