diff options
author | pettai <pettai@pkgsrc.org> | 2011-03-10 23:38:42 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2011-03-10 23:38:42 +0000 |
commit | 189bc78bdedcfaacc72d21c1d60fcb1aa976ec32 (patch) | |
tree | b03cfccc886a45da8ceb843d633d38212d4e67bc /net/lftp/patches | |
parent | eaed984cecba23f0bc989d3a383baac99beacc73 (diff) | |
download | pkgsrc-189bc78bdedcfaacc72d21c1d60fcb1aa976ec32.tar.gz |
Version 4.1.3 - 2011-01-17
fixed a coredump in torrent (introduced in 4.1.2).
Version 4.1.2 - 2010-12-31
new command ln [-s], supported by FTP (SITE [SYM]LINK), FISH, SFTP, and locally via file: schema.
create remote symlinks in mirror -R if supported by server.
detect and remove duplicate peers in torrent.
Version 4.1.0 - 2010-11-22
send path components to ftp server separately, unless TVFS is in FEAT reply.
save pget status at the very beginning of pget execution.
allow mirror pget continuation (mirror -c --use-pget).
allow multiple torrent startup at once (e.g. torrent *.torrent).
pre-allocate disk space in torrent, if posix_fallocate(3) is supported.
new command prefix `local'. It makes the following command use local session instead of remote.
added torrent multi-tracker support.
fixed convert-mozilla-cookies cookie duplication.
Version 4.0.10 - 2010-09-01
use cached file set, don't parse file listing again.
updated convert-netscape-cookies.
fixed a problem with zeroed errno in http.
fixed coredump on mirror --log=file when the file cannot be opened.
translations updated (de, ru).
Diffstat (limited to 'net/lftp/patches')
-rw-r--r-- | net/lftp/patches/patch-aa | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/net/lftp/patches/patch-aa b/net/lftp/patches/patch-aa index 5156051c9ae..f5b8a354787 100644 --- a/net/lftp/patches/patch-aa +++ b/net/lftp/patches/patch-aa @@ -1,22 +1,24 @@ -$NetBSD: patch-aa,v 1.15 2009/12/05 16:25:01 tnn Exp $ +$NetBSD: patch-aa,v 1.16 2011/03/10 23:38:42 pettai Exp $ Do not install by default Perl scripts; they are installed via ${INSTALL_SCRIPT} if the user set the "perl" option. Do not remove the *.la files. ---- src/Makefile.in.orig 2009-09-16 11:31:08.000000000 +0200 +$NetBSD: patch-aa,v 1.16 2011/03/10 23:38:42 pettai Exp $ + +--- src/Makefile.in.orig 2011-01-17 08:29:59.000000000 +0000 +++ src/Makefile.in -@@ -980,7 +980,7 @@ top_builddir = @top_builddir@ +@@ -1178,7 +1178,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ pkgverlibdir = $(pkglibdir)/$(VERSION) bin_SCRIPTS = lftpget --pkgdata_SCRIPTS = import-ncftp import-netscape verify-file convert-netscape-cookies +-pkgdata_SCRIPTS = import-ncftp import-netscape verify-file convert-mozilla-cookies +pkgdata_SCRIPTS = import-ncftp import-netscape noinst_SCRIPTS = ftpget EXTRA_DIST = $(pkgdata_SCRIPTS) $(bin_SCRIPTS) $(noinst_SCRIPTS) lftp_SOURCES = lftp.cc complete.h complete.cc lftp_rl.c lftp_rl.h -@@ -1513,7 +1513,7 @@ all-am: Makefile $(LTLIBRARIES) $(PROGRA +@@ -1776,7 +1776,7 @@ all-am: Makefile $(LTLIBRARIES) $(PROGRA install-binPROGRAMS: install-libLTLIBRARIES installdirs: @@ -25,7 +27,7 @@ Do not remove the *.la files. test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am -@@ -1631,6 +1631,9 @@ uninstall-am: uninstall-binPROGRAMS unin +@@ -1906,6 +1906,9 @@ uninstall-am: uninstall-binPROGRAMS unin # libtool does not strip modules, do it here. install-data-hook: |