update to 4.0.9.

"reads good to me" jasper@
This commit is contained in:
kevlo 2010-06-23 02:13:06 +00:00
parent f31a52496e
commit 4cbdf3385c
4 changed files with 21 additions and 8 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.83 2010/05/26 06:55:53 jasper Exp $
# $OpenBSD: Makefile,v 1.84 2010/06/23 02:13:06 kevlo Exp $
COMMENT= shell-like command line ftp and sftp client
DISTNAME= lftp-4.0.8
DISTNAME= lftp-4.0.9
CATEGORIES= net
HOMEPAGE= http://lftp.yar.ru/

View File

@ -1,5 +1,5 @@
MD5 (lftp-4.0.8.tar.gz) = EztEbohzVLkxy3HSDsymXw==
RMD160 (lftp-4.0.8.tar.gz) = Q70EyiyEOXWN+pIVPZkhe8uSU+I=
SHA1 (lftp-4.0.8.tar.gz) = EiYjnyQkEbN1zEy3Jf2ZT/uKGSE=
SHA256 (lftp-4.0.8.tar.gz) = Mm6GKTP36UKGOaOQG/Pb8D/rlhvSP4+L5Xm+EDGpSMs=
SIZE (lftp-4.0.8.tar.gz) = 2244978
MD5 (lftp-4.0.9.tar.gz) = DNQHJnYmTG7W8Lm0PciZaA==
RMD160 (lftp-4.0.9.tar.gz) = mGvr3jF68UDN+WCBnT1d891kdmg=
SHA1 (lftp-4.0.9.tar.gz) = n2frUT4zVGheDFbCuP0aEeL/9rI=
SHA256 (lftp-4.0.9.tar.gz) = 8pF6GgjTSSIF4QLmDCIhax780s5Z9wghnRRo9hzt99E=
SIZE (lftp-4.0.9.tar.gz) = 2213252

View File

@ -0,0 +1,12 @@
$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.21 2009/09/24 06:40:05 jasper Exp $
@comment $OpenBSD: PLIST,v 1.22 2010/06/23 02:13:06 kevlo Exp $
@bin bin/lftp
bin/lftpget
@comment lib/charset.alias
@ -9,6 +9,7 @@ lib/liblftp-tasks.a
lib/liblftp-tasks.la
@man man/man1/lftp.1
@man man/man1/lftpget.1
@man man/man5/lftp.conf.5
share/examples/lftp/
share/examples/lftp/lftp.conf
@sample ${SYSCONFDIR}/lftp.conf