pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/lftp



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jul  8 21:45:42 UTC 2017

Modified Files:
        pkgsrc/net/lftp: Makefile distinfo options.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 pkgsrc/net/lftp/Makefile
cvs rdiff -u -r1.65 -r1.66 pkgsrc/net/lftp/distinfo
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/lftp/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/lftp/Makefile
diff -u pkgsrc/net/lftp/Makefile:1.119 pkgsrc/net/lftp/Makefile:1.120
--- pkgsrc/net/lftp/Makefile:1.119      Thu Jan 19 18:52:20 2017
+++ pkgsrc/net/lftp/Makefile    Sat Jul  8 21:45:42 2017
@@ -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/

Index: pkgsrc/net/lftp/distinfo
diff -u pkgsrc/net/lftp/distinfo:1.65 pkgsrc/net/lftp/distinfo:1.66
--- pkgsrc/net/lftp/distinfo:1.65       Sun May 29 11:25:29 2016
+++ pkgsrc/net/lftp/distinfo    Sat Jul  8 21:45:42 2017
@@ -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

Index: pkgsrc/net/lftp/options.mk
diff -u pkgsrc/net/lftp/options.mk:1.13 pkgsrc/net/lftp/options.mk:1.14
--- pkgsrc/net/lftp/options.mk:1.13     Sat May 18 20:23:03 2013
+++ pkgsrc/net/lftp/options.mk  Sat Jul  8 21:45:42 2017
@@ -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 @@ post-install-perl:
 
 # 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