pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/lftp Update to version 2.6.11.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a0ac140e01e7
branches:  trunk
changeset: 465172:a0ac140e01e7
user:      cube <cube%pkgsrc.org@localhost>
date:      Tue Dec 23 10:11:23 2003 +0000

description:
Update to version 2.6.11.

What's new since 2.6.10:
* fixed mirror -c for empty files.
* a rare coredump fixed in http 0.9 handling, when first line of reply is empty.
* compilation fixes for compilers other than gcc.
* translations update.

diffstat:

 net/lftp/Makefile         |   4 ++--
 net/lftp/distinfo         |   8 ++++----
 net/lftp/patches/patch-aa |  14 +++++++-------
 3 files changed, 13 insertions(+), 13 deletions(-)

diffs (52 lines):

diff -r 9f90768eddef -r a0ac140e01e7 net/lftp/Makefile
--- a/net/lftp/Makefile Tue Dec 23 09:52:11 2003 +0000
+++ b/net/lftp/Makefile Tue Dec 23 10:11:23 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2003/12/14 15:48:36 cube Exp $
+# $NetBSD: Makefile,v 1.31 2003/12/23 10:11:23 cube Exp $
 #
 
-DISTNAME=              lftp-2.6.10
+DISTNAME=              lftp-2.6.11
 CATEGORIES=            net
 MASTER_SITES=          ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \
                        ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/old/
diff -r 9f90768eddef -r a0ac140e01e7 net/lftp/distinfo
--- a/net/lftp/distinfo Tue Dec 23 09:52:11 2003 +0000
+++ b/net/lftp/distinfo Tue Dec 23 10:11:23 2003 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2003/12/14 15:48:36 cube Exp $
+$NetBSD: distinfo,v 1.15 2003/12/23 10:11:23 cube Exp $
 
-SHA1 (lftp-2.6.10.tar.bz2) = 78a7e726401278c847b78b190cadc6d8a6243b23
-Size (lftp-2.6.10.tar.bz2) = 1198513 bytes
-SHA1 (patch-aa) = 007249b3b1235cc8b163f95324ad94ac75284915
+SHA1 (lftp-2.6.11.tar.bz2) = 88c924d16a4ecdd564681dff8f3f93744042cbe5
+Size (lftp-2.6.11.tar.bz2) = 1187882 bytes
+SHA1 (patch-aa) = 0b185499b21ec6005630a6045408cc8c4e3c4425
 SHA1 (patch-ab) = 4312c2878b6e553bdadfab8528906f811cd9d381
 SHA1 (patch-ac) = 6df164610322c4dcfa82b8cb92e6a0845a75aee2
diff -r 9f90768eddef -r a0ac140e01e7 net/lftp/patches/patch-aa
--- a/net/lftp/patches/patch-aa Tue Dec 23 09:52:11 2003 +0000
+++ b/net/lftp/patches/patch-aa Tue Dec 23 10:11:23 2003 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.4 2003/06/29 10:22:22 uebayasi Exp $
+$NetBSD: patch-aa,v 1.5 2003/12/23 10:11:23 cube Exp $
 
---- src/Makefile.in.orig       Wed May 28 19:39:59 2003
-+++ src/Makefile.in    Mon Jun  9 08:36:00 2003
-@@ -815,7 +815,7 @@
+--- src/Makefile.in.orig       Mon Dec 22 14:56:28 2003
++++ src/Makefile.in
+@@ -821,7 +821,7 @@ check-am: all-am
+ check: check-am
  all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS)
- 
  installdirs:
--      $(mkinstalldirs) $(DESTDIR)$(pkgverlibdir) $(DESTDIR)$(bindir) $(DESTDIR)$(bindir) $(DESTDIR)$(pkgdatadir)
-+      $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(bindir) $(DESTDIR)$(pkgdatadir)
+-      $(mkdir_p) $(DESTDIR)$(pkgverlibdir) $(DESTDIR)$(bindir) $(DESTDIR)$(bindir) $(DESTDIR)$(pkgdatadir)
++      $(mkdir_p) $(DESTDIR)$(bindir) $(DESTDIR)$(bindir) $(DESTDIR)$(pkgdatadir)
  install: install-am
  install-exec: install-exec-am
  install-data: install-data-am



Home | Main Index | Thread Index | Old Index