update to 3.0.11. Submitted by Victor Sahlstedt <cvss@home.se>

This commit is contained in:
kevlo 2004-11-24 03:37:50 +00:00
parent a3229ee110
commit 3d093a0035
4 changed files with 11 additions and 13 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.48 2004/10/06 01:13:12 naddy Exp $
# $OpenBSD: Makefile,v 1.49 2004/11/24 03:37:50 kevlo Exp $
COMMENT= "shell-like command line ftp and sftp client"
DISTNAME= lftp-3.0.9
DISTNAME= lftp-3.0.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/ \

View File

@ -1,3 +1,3 @@
MD5 (lftp-3.0.9.tar.bz2) = 84bfef3153eb8b88bf18467363ae4e3e
RMD160 (lftp-3.0.9.tar.bz2) = ab2b3caed6b8d8fa7e40214c172883eae8545b09
SHA1 (lftp-3.0.9.tar.bz2) = fc5b37c496155d7d28e5d6f12a898d308b728a8a
MD5 (lftp-3.0.11.tar.bz2) = c1c79fccedbeaf1386d94db27215517f
RMD160 (lftp-3.0.11.tar.bz2) = c040999db7ab779444fe572fd181e1cf88332d02
SHA1 (lftp-3.0.11.tar.bz2) = f532d57341cdc1c00797fcd8e408ce96b83d7874

View File

@ -1,7 +1,6 @@
$OpenBSD: patch-src_Resolver_cc,v 1.2 2004/05/24 07:04:46 kevlo Exp $
--- src/Resolver.cc.orig Sat May 8 22:53:56 2004
+++ src/Resolver.cc Sat May 8 22:54:41 2004
@@ -752,8 +752,6 @@ void Resolver::LookupOne(const char *nam
--- src/Resolver.cc.orig Wed Nov 10 18:28:39 2004
+++ src/Resolver.cc Wed Nov 10 18:29:18 2004
@@ -784,8 +784,6 @@ void Resolver::LookupOne(const char *nam
# undef h_errno // it could be a macro, but we want it to be local variable.
int h_errno=0;
ha=getipnodebyname(name,af,0,&h_errno);

View File

@ -1,7 +1,6 @@
$OpenBSD: patch-src_misc_cc,v 1.2 2004/05/24 07:04:46 kevlo Exp $
--- src/misc.cc.orig Sat May 8 22:55:29 2004
+++ src/misc.cc Sat May 8 22:55:55 2004
@@ -263,7 +263,7 @@ void truncate_file_tree(const char *dir
--- src/misc.cc.orig Wed Nov 10 18:31:08 2004
+++ src/misc.cc Wed Nov 10 18:31:58 2004
@@ -266,7 +266,7 @@ void truncate_file_tree(const char *dir
SignalHook::Ignore(SIGTSTP);
SignalHook::Ignore(SIGQUIT);
SignalHook::Ignore(SIGHUP);