2010-07-02 19:11:01 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Fix DESTDIR installation.
|
2010-04-18 14:22:40 by Zafer Aydogan | Files touched by this commit (4) |
Log message:
Update ncftp3 to 3.2.4. Add LICENSE.
Change Log:
3.2.4, 2010-04-07
* Ncftpget and ncftpput can now read $HOME/.ncftp/bookmarks and take a bookmark \
name in place of a hostname. If the hostname specified is not fully qualified \
(i.e. does not contain a period), then bookmarks will be queried; if no \
bookmarks match, then a local hostname is assumed. Bookmarks are also queried \
for the config file option, -f, when the file specified by -f does not exist.
* Compatibility fixes for FreeBSD 8.
* Support for local validation of DNSSEC when combined with libraries available \
from the DNSSEC Tools project (Thanks, Robert Story).
* Microsoft disabled recursive directory listings altogether when fixing \
KB975254 (Thanks, Andrew Coggeshall). When entire directories are downloaded, \
instead of using "LIST -R" for one efficient listing of all files, the \
directories are manually traversed with one directory listing for each \
subdirectory. This will improve reliability of recursive downloads, except for \
the case when their are circular symbolic links (which is why "LIST \
-R" had been favored, which the server can easily handle).
* Compatibility fixes for Mac OS X for building from source code (Thanks, \
Mathieu Rene)
the complete changelog is available here:
http://www.ncftp.com/ncftp/doc/changelog.html
|
2010-02-26 11:28:35 by Thomas Klausner | Files touched by this commit (59) |
Log message:
Reset maintainer for developers who gave back their commit bit.
|
2009-02-16 19:44:41 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
DESTDIR support
|
2005-05-07 17:14:44 by Marc Recht | Files touched by this commit (3) | |
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.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-01-16 22:36:34 by Julio M. Merino Vidal | Files touched by this commit (2) |
Log message:
Ensure the manpages are always installed under PREFIX/man instead of
PREFIX/share/man. The later may happen if that directory exists if
created by another package. Fixes PR pkg/28959.
|
2004-10-03 02:18:40 by Todd Vierling | Files touched by this commit (863) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
2004-08-30 23:44:23 by Marc Recht | Files touched by this commit (2) | |
Log message:
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.
|
2004-04-25 10:26:17 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
Convert to buildlink3.
|