diff options
author | salo <salo@pkgsrc.org> | 2007-03-07 09:25:31 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2007-03-07 09:25:31 +0000 |
commit | b38e8d4f7d1cf5698d48de2313307aa007448376 (patch) | |
tree | 37c38fa58f261669fed20ea290289f744b142f46 /net/lftp/Makefile | |
parent | 597a0388573534bc6539241b296fb16b11aeac48 (diff) | |
download | pkgsrc-b38e8d4f7d1cf5698d48de2313307aa007448376.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/Makefile')
-rw-r--r-- | net/lftp/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |