pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/lftp Version 4.7.7:
details: https://anonhg.NetBSD.org/pkgsrc/rev/e8a478453117
branches: trunk
changeset: 364984:e8a478453117
user: adam <adam%pkgsrc.org@localhost>
date: Sat Jul 08 21:45:42 2017 +0000
description:
Version 4.7.7:
mirror: fixed coredump when source directory does not exist.
mirror: don't create target directory if can't enter to the source directory.
ftp: fixed a rare hang when a NOOP was sent between "transfer ok" reply and EOF on data socket.
fixed xfer:log setting (compatibility alias).
ftp: don't use EPSV with a proxy.
diffstat:
net/lftp/Makefile | 5 ++---
net/lftp/distinfo | 10 +++++-----
net/lftp/options.mk | 4 ++--
3 files changed, 9 insertions(+), 10 deletions(-)
diffs (48 lines):
diff -r c37e14638c4e -r e8a478453117 net/lftp/Makefile
--- a/net/lftp/Makefile Sat Jul 08 21:04:55 2017 +0000
+++ b/net/lftp/Makefile Sat Jul 08 21:45:42 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.119 2017/01/19 18:52:20 agc Exp $
+# $NetBSD: Makefile,v 1.120 2017/07/08 21:45:42 adam Exp $
-DISTNAME= lftp-4.7.2
-PKGREVISION= 2
+DISTNAME= lftp-4.7.7
CATEGORIES= net
MASTER_SITES= http://lftp.yar.ru/ftp/
MASTER_SITES+= ftp://ftp.tuwien.ac.at/infosys/browsers/ftp/lftp/
diff -r c37e14638c4e -r e8a478453117 net/lftp/distinfo
--- a/net/lftp/distinfo Sat Jul 08 21:04:55 2017 +0000
+++ b/net/lftp/distinfo Sat Jul 08 21:45:42 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.65 2016/05/29 11:25:29 ryoon Exp $
+$NetBSD: distinfo,v 1.66 2017/07/08 21:45:42 adam Exp $
-SHA1 (lftp-4.7.2.tar.xz) = 7988d45e4ab475aef72fbb0b39bef45c3c5434d3
-RMD160 (lftp-4.7.2.tar.xz) = 4b6e567ebf3cef682ff7c0069dd1f37776345efe
-SHA512 (lftp-4.7.2.tar.xz) = 6cd948835b320c14c58c7fe9b684aa3cd6281437ebebcb39091c96c55615d07ea8a4786fb82cd3818ddcf62b969d1db3f8927c6e43ab8a504991fa845dd57622
-Size (lftp-4.7.2.tar.xz) = 1542780 bytes
+SHA1 (lftp-4.7.7.tar.xz) = 69eaae4de9abd70dea5b5c9a48c4316d728d37bd
+RMD160 (lftp-4.7.7.tar.xz) = 8d5eca545ec7adcc75a2f99a403baa3986ac8da3
+SHA512 (lftp-4.7.7.tar.xz) = 25bcb5469a6202be500a350078f604a56e68958210fbed72c59b2c4847fb6b2680335bf668a512055d1e1db84069e13ba5c169a6ca2fefdf77ef6416df261ab7
+Size (lftp-4.7.7.tar.xz) = 1572604 bytes
SHA1 (patch-aa) = 988f4f2f5b9469d3c645ffa984d5449a219229bb
SHA1 (patch-ab) = cbf428fb51c64431eb32d25160303333ce695b5a
SHA1 (patch-ac) = 8aa2ddc582bbc87cd0a5e8662f328dd2ac8dea90
diff -r c37e14638c4e -r e8a478453117 net/lftp/options.mk
--- a/net/lftp/options.mk Sat Jul 08 21:04:55 2017 +0000
+++ b/net/lftp/options.mk Sat Jul 08 21:45:42 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.13 2013/05/18 20:23:03 adam Exp $
+# $NetBSD: options.mk,v 1.14 2017/07/08 21:45:42 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.lftp
PKG_OPTIONS_OPTIONAL_GROUPS= ssl
@@ -42,6 +42,6 @@
# DNSSEC support
.if !empty(PKG_OPTIONS:Mdnssec)
-. include "../../security/dnssec-tools/buildlink3.mk"
+. include "../../security/dnssec-tools/buildlink3.mk"
CONFIGURE_ARGS+= --with-dnssec-local-validation
.endif
Home |
Main Index |
Thread Index |
Old Index