diff options
author | Thomas Penteker <tek@serverop.de> | 2013-03-23 19:12:01 +0100 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2013-03-23 19:12:01 +0100 |
commit | 23940bcb824a8549e0cb5a770a90700ebcc30f44 (patch) | |
tree | 02d97bc4c1380ac14613c3f4c1065afb2e7791d3 | |
parent | 23493b5ccdd1bc1bdd46a496c38f908df544c853 (diff) | |
download | opt-23940bcb824a8549e0cb5a770a90700ebcc30f44.tar.gz opt-23940bcb824a8549e0cb5a770a90700ebcc30f44.tar.xz |
lftp: 4.4.4 -> 4.4.5
-rw-r--r-- | lftp/.md5sum | 2 | ||||
-rw-r--r-- | lftp/Pkgfile | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lftp/.md5sum b/lftp/.md5sum index 6d4490a3b..48751c486 100644 --- a/lftp/.md5sum +++ b/lftp/.md5sum @@ -1 +1 @@ -a5742ec5d6112faacde4cd7d83cf0629 lftp-4.4.4.tar.xz +f4f81016c961e4438ebe1e1ee7a0ae97 lftp-4.4.5.tar.xz diff --git a/lftp/Pkgfile b/lftp/Pkgfile index 88b304549..809708e02 100644 --- a/lftp/Pkgfile +++ b/lftp/Pkgfile @@ -5,15 +5,13 @@ # Depends on: openssl name=lftp -version=4.4.4 +version=4.4.5 release=1 source=(ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/$name-$version.tar.xz) build() { cd $name-$version - sed -i -e '/gets is a/d' lib/stdio.in.h - ./configure --prefix=/usr --disable-nls --with-openssl=/usr \ --mandir=/usr/man --sysconfdir=/usr/etc |