Update to 4.1.2

ok jasper@
This commit is contained in:
kevlo 2011-01-04 10:32:38 +00:00
parent d6a5057fe6
commit 1a32ebe872
4 changed files with 12 additions and 21 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.86 2010/10/18 18:36:49 espie Exp $
# $OpenBSD: Makefile,v 1.87 2011/01/04 10:32:38 kevlo Exp $
COMMENT= shell-like command line ftp and sftp client
DISTNAME= lftp-4.0.10
DISTNAME= lftp-4.1.2
CATEGORIES= net
HOMEPAGE= http://lftp.yar.ru/
@ -22,7 +22,7 @@ MASTER_SITES= http://ftp.yars.free.net/pub/source/lftp/ \
USE_LIBTOOL= Yes
LIBTOOL_FLAGS= --tag=disable-shared
USE_GROFF = Yes
USE_GROFF= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-openssl \
--without-gnutls \

View File

@ -1,5 +1,5 @@
MD5 (lftp-4.0.10.tar.gz) = Jyn0G8IRMPlhkNQdNLuICQ==
RMD160 (lftp-4.0.10.tar.gz) = 51XNzxMpEKkxZgMKbPI54NKdUro=
SHA1 (lftp-4.0.10.tar.gz) = lIwqFagZQyMoPkji5JkMultfGJM=
SHA256 (lftp-4.0.10.tar.gz) = Aae3JI7enKNvCT7XaefO1Hl8Wlmi1ol2n5+y4lANrTQ=
SIZE (lftp-4.0.10.tar.gz) = 2216531
MD5 (lftp-4.1.2.tar.gz) = OnutDbm5AAYHj53KUOizwg==
RMD160 (lftp-4.1.2.tar.gz) = br6jcM7fownAwY2yk9Oc9cwd7ks=
SHA1 (lftp-4.1.2.tar.gz) = sHonJySGL1cN0QB/rx+X14zEbj0=
SHA256 (lftp-4.1.2.tar.gz) = VXRCMgdTIYL0ErDUwqOF+lB66bsFJL5mJ4xBrQ0tdKE=
SIZE (lftp-4.1.2.tar.gz) = 2245678

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_xstring_cc,v 1.1 2010/06/23 02:13:06 kevlo Exp $
--- src/xstring.cc.orig Tue Jun 22 17:05:43 2010
+++ src/xstring.cc Tue Jun 22 17:31:27 2010
@@ -379,7 +379,7 @@ const char *xstring::dump_to(xstring& buf) const
buf.appendf("%02X",(unsigned char)*s++);
buf.append('>');
} else {
- buf.appendf("<long binary, %d bytes>",length());
+ buf.appendf("<long binary, %d bytes>",(int)length());
}
} else {
while(len>0) {

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.23 2010/09/07 04:36:16 kevlo Exp $
@comment $OpenBSD: PLIST,v 1.24 2011/01/04 10:32:39 kevlo Exp $
@bin bin/lftp
bin/lftpget
@comment lib/charset.alias
@ -7,6 +7,9 @@ lib/liblftp-jobs.a
lib/liblftp-jobs.la
lib/liblftp-tasks.a
lib/liblftp-tasks.la
@comment @man man/cat1/lftp.0
@comment @man man/cat1/lftpget.0
@comment @man man/cat5/lftp.conf.0
@man man/man1/lftp.1
@man man/man1/lftpget.1
@man man/man5/lftp.conf.5