update to lftp 4.3.3, ok kevlo@
This commit is contained in:
parent
2527dde146
commit
49bacf8de3
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.89 2011/09/26 18:43:19 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.90 2011/10/23 10:28:56 sthen Exp $
|
||||
|
||||
COMMENT= shell-like command line ftp and sftp client
|
||||
|
||||
DISTNAME= lftp-4.2.3
|
||||
DISTNAME= lftp-4.3.3
|
||||
CATEGORIES= net
|
||||
|
||||
HOMEPAGE= http://lftp.yar.ru/
|
||||
@ -18,7 +18,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c crypto curses expat m readline ssl stdc++ util
|
||||
|
||||
MASTER_SITES= http://ftp.yars.free.net/pub/source/lftp/ \
|
||||
http://ftp.yars.free.net/pub/source/lftp/old/
|
||||
http://ftp.yars.free.net/pub/source/lftp/old/ \
|
||||
ftp://ftp.yars.free.net/pub/source/lftp/
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
LIBTOOL_FLAGS= --tag=disable-shared
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (lftp-4.2.3.tar.gz) = k8sIH7LhjEkPSptBLfFr+Q==
|
||||
RMD160 (lftp-4.2.3.tar.gz) = wY5Ornc2GviI63yw8GjmWK+YAwk=
|
||||
SHA1 (lftp-4.2.3.tar.gz) = 3fC249v2/np2YxlxxEtryxHYHjQ=
|
||||
SHA256 (lftp-4.2.3.tar.gz) = z3AvWUHMMbAmeCtbeXK+nFCs8HRy25845C2WWewY8OA=
|
||||
SIZE (lftp-4.2.3.tar.gz) = 2318363
|
||||
MD5 (lftp-4.3.3.tar.gz) = FL0uSlg9B1k9dto2kK7wKg==
|
||||
RMD160 (lftp-4.3.3.tar.gz) = sZ7dYH0vO52EbfdLj2gP4US2t5M=
|
||||
SHA1 (lftp-4.3.3.tar.gz) = m5MeVmvt88DC9qlkYzDFD/0eJIw=
|
||||
SHA256 (lftp-4.3.3.tar.gz) = iBaEOAUXqLe0DgAqKloxXYdJT/wi9e3EIzHijtUic8Y=
|
||||
SIZE (lftp-4.3.3.tar.gz) = 2422201
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-lib_vasnprintf_c,v 1.1 2011/05/04 00:59:30 kevlo Exp $
|
||||
$OpenBSD: patch-lib_vasnprintf_c,v 1.2 2011/10/23 10:28:56 sthen Exp $
|
||||
Initialize variable e
|
||||
--- lib/vasnprintf.c.orig Fri Mar 4 03:33:31 2011
|
||||
+++ lib/vasnprintf.c Mon May 2 14:23:52 2011
|
||||
@@ -1265,7 +1265,7 @@ scale10_round_decimal_decoded (int e, mpn_t m, void *m
|
||||
--- lib/vasnprintf.c.orig Thu Oct 20 08:39:13 2011
|
||||
+++ lib/vasnprintf.c Fri Oct 21 15:05:07 2011
|
||||
@@ -1294,7 +1294,7 @@ scale10_round_decimal_decoded (int e, mpn_t m, void *m
|
||||
static char *
|
||||
scale10_round_decimal_long_double (long double x, int n)
|
||||
{
|
||||
@ -11,7 +11,7 @@ Initialize variable e
|
||||
mpn_t m;
|
||||
void *memory = decode_long_double (x, &e, &m);
|
||||
return scale10_round_decimal_decoded (e, m, memory, n);
|
||||
@@ -1283,7 +1283,7 @@ scale10_round_decimal_long_double (long double x, int
|
||||
@@ -1312,7 +1312,7 @@ scale10_round_decimal_long_double (long double x, int
|
||||
static char *
|
||||
scale10_round_decimal_double (double x, int n)
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.5 2011/05/04 00:59:30 kevlo Exp $
|
||||
--- src/Makefile.in.orig Fri Apr 29 18:50:13 2011
|
||||
+++ src/Makefile.in Mon May 2 14:09:34 2011
|
||||
@@ -162,7 +162,7 @@ am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(p
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.6 2011/10/23 10:28:56 sthen Exp $
|
||||
--- src/Makefile.in.orig Thu Oct 20 10:20:48 2011
|
||||
+++ src/Makefile.in Fri Oct 21 15:05:07 2011
|
||||
@@ -167,7 +167,7 @@ am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(p
|
||||
"$(DESTDIR)$(pkgdatadir)"
|
||||
LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) \
|
||||
$(pkgverlib_LTLIBRARIES)
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-src_Resolver_cc,v 1.8 2010/05/26 06:55:53 jasper Exp $
|
||||
--- src/Resolver.cc.orig Tue Nov 17 09:16:44 2009
|
||||
+++ src/Resolver.cc Tue May 25 15:19:16 2010
|
||||
@@ -795,8 +795,6 @@ void Resolver::LookupOne(const char *name)
|
||||
$OpenBSD: patch-src_Resolver_cc,v 1.9 2011/10/23 10:28:56 sthen Exp $
|
||||
--- src/Resolver.cc.orig Tue Sep 13 05:29:47 2011
|
||||
+++ src/Resolver.cc Fri Oct 21 15:05:07 2011
|
||||
@@ -794,8 +794,6 @@ void Resolver::LookupOne(const char *name)
|
||||
# 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);
|
||||
|
Loading…
Reference in New Issue
Block a user