summaryrefslogtreecommitdiff
path: root/net/lftp
diff options
context:
space:
mode:
authorsalo <salo>2007-03-07 09:25:31 +0000
committersalo <salo>2007-03-07 09:25:31 +0000
commit379c2ab2892c7e1a0b91ec9cfae55a56bb389ffc (patch)
tree37c38fa58f261669fed20ea290289f744b142f46 /net/lftp
parent61498605801b91b8737dcc0409a3709f797434f5 (diff)
downloadpkgsrc-379c2ab2892c7e1a0b91ec9cfae55a56bb389ffc.tar.gz
Update to version 3.5.9
Changes: 3.5.9: ====== - Fixed `mirror --script' which generated improperly quoted shell commands (potential security vulnerability, when someone executes the resulting script). 3.5.8: ====== - Fixed `sleep' command. 3.5.7: ====== - Fixed a spurious timeout when uploading a file.
Diffstat (limited to 'net/lftp')
-rw-r--r--net/lftp/Makefile6
-rw-r--r--net/lftp/distinfo10
-rw-r--r--net/lftp/patches/patch-ae13
3 files changed, 14 insertions, 15 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile
index bca9291012e..20422e78775 100644
--- a/net/lftp/Makefile
+++ b/net/lftp/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.76 2007/01/07 09:14:03 rillig Exp $
+# $NetBSD: Makefile,v 1.77 2007/03/07 09:25:31 salo Exp $
-DISTNAME= lftp-3.5.6
+DISTNAME= lftp-3.5.9
CATEGORIES= net
MASTER_SITES= http://ftp.yars.free.net/pub/source/lftp/ \
ftp://ftp.iasi.roedu.net/pub/os/Linux/network/ftp/lftp/ \
@@ -17,7 +17,7 @@ USE_PKGLOCALEDIR= YES
USE_LANGUAGES= c c++
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
-USE_GNU_READLINE= # uses GNU readline internal _rl_mark_modified_lines
+USE_GNU_READLINE= YES # uses GNU readline internal _rl_mark_modified_lines
SHLIBTOOL_OVERRIDE= # empty
diff --git a/net/lftp/distinfo b/net/lftp/distinfo
index bba479df5e7..f2ff063fb57 100644
--- a/net/lftp/distinfo
+++ b/net/lftp/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.40 2007/01/04 13:27:12 ghen Exp $
+$NetBSD: distinfo,v 1.41 2007/03/07 09:25:31 salo Exp $
-SHA1 (lftp-3.5.6.tar.bz2) = ca28df9b2bb1db37a295db56015a1b082d9bc60d
-RMD160 (lftp-3.5.6.tar.bz2) = e6005b5385dd1ca7818322121a99895cc06c4ecf
-Size (lftp-3.5.6.tar.bz2) = 1325232 bytes
+SHA1 (lftp-3.5.9.tar.bz2) = ce4f7abb5a74e90218bb2ee94170ace747025298
+RMD160 (lftp-3.5.9.tar.bz2) = 669b11f06b59b43be4cdd2506484141adb1255b0
+Size (lftp-3.5.9.tar.bz2) = 1291792 bytes
SHA1 (patch-aa) = 6e3e8410994c7de84c5e42ad658cb72dec0f3426
SHA1 (patch-ab) = d230522c60786a2bcbce346419d8dfce412578d3
SHA1 (patch-ac) = 8000bf8b44b39b7f87e9d7c89bcb513aa5150753
SHA1 (patch-ad) = 23f8250be519e7c2721adf27f094282d261061f5
-SHA1 (patch-ae) = 8816a1c9194ed3c3da7572f9b4cf9e685108aaca
+SHA1 (patch-ae) = e8616490ef62a40066dcd81ec8b0e854e0e62703
diff --git a/net/lftp/patches/patch-ae b/net/lftp/patches/patch-ae
index 4dbf3ee4e54..18f01e737e0 100644
--- a/net/lftp/patches/patch-ae
+++ b/net/lftp/patches/patch-ae
@@ -1,13 +1,12 @@
-$NetBSD: patch-ae,v 1.1 2006/08/11 15:19:35 salo Exp $
+$NetBSD: patch-ae,v 1.2 2007/03/07 09:25:31 salo Exp $
---- po/Makefile.in.in.orig 2006-07-25 12:39:26.000000000 +0000
-+++ po/Makefile.in.in 2006-08-11 15:03:12.000000000 +0000
-@@ -30,7 +30,7 @@ gettextsrcdir = $(datadir)/gettext/po
+--- po/Makefile.in.in.orig 2006-12-06 06:26:01.000000000 +0000
++++ po/Makefile.in.in 2007-03-07 09:13:29.000000000 +0000
+@@ -30,6 +30,7 @@ gettextsrcdir = $(datadir)/gettext/po
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
--mkinstalldirs = $(SHELL) @install_sh@ -d
-+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
++install_sh = @install_sh@
+ mkinstalldirs = $(SHELL) @install_sh@ -d
mkdir_p = @mkdir_p@
- GMSGFMT_ = @GMSGFMT@