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.
This commit is contained in:
parent
4a4abb30ea
commit
a8fc6d5414
3 changed files with 13 additions and 13 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue