From 2af728bca15f48f1fa527fbe626be6d4c5be8cf8 Mon Sep 17 00:00:00 2001 From: Florin Braescu Date: Thu, 9 Aug 2012 07:31:20 +0300 Subject: [PATCH 1/2] lftp: version bumped to 4.3.8. --- ftp/lftp/BUILD | 3 +++ ftp/lftp/DETAILS | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ftp/lftp/BUILD b/ftp/lftp/BUILD index 4fd421e51..2e71e1109 100644 --- a/ftp/lftp/BUILD +++ b/ftp/lftp/BUILD @@ -1,5 +1,8 @@ ( +# fix compiling with glibc 2.16.0 + sed -i '/gets is a security hole/d' lib/stdio.in.h && + # get the alias SSL=`unalias %SSL` && diff --git a/ftp/lftp/DETAILS b/ftp/lftp/DETAILS index b19733a32..f5d7f4f77 100644 --- a/ftp/lftp/DETAILS +++ b/ftp/lftp/DETAILS @@ -1,13 +1,13 @@ MODULE=lftp - VERSION=4.3.7 + VERSION=4.3.8 SOURCE=$MODULE-$VERSION.tar.xz SOURCE_URL[0]=ftp://ftp.yars.free.net/pub/source/$MODULE SOURCE_URL[1]=ftp://ftp.cs.tu-berlin.de/pub/net/ftp/$MODULE SOURCE_URL[2]=ftp://ftp.130th.net/pub/mirror/$MODULE - SOURCE_VFY=sha1:7ccd24c1de8b92e59c08b8ec2ed5143e9dbe5e09 + SOURCE_VFY=sha1:720a0378d4f2af720a7e311a091a6c179023a9f5 WEB_SITE=http://lftp.yar.ru ENTERED=20010922 - UPDATED=20120531 + UPDATED=20120809 SHORT="A sophisticated ftp/http client, file transfer program" cat << EOF From b5c57a45047aeed4c9459d2b03a374c275c688dc Mon Sep 17 00:00:00 2001 From: Stefan Wold Date: Fri, 10 Aug 2012 08:06:47 +0200 Subject: [PATCH 2/2] lftp: use sedit instead of using sed directly --- ftp/lftp/BUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ftp/lftp/BUILD b/ftp/lftp/BUILD index 2e71e1109..95bbeafd4 100644 --- a/ftp/lftp/BUILD +++ b/ftp/lftp/BUILD @@ -1,7 +1,7 @@ ( -# fix compiling with glibc 2.16.0 - sed -i '/gets is a security hole/d' lib/stdio.in.h && + # fix compiling with glibc 2.16.0 + sedit '/gets is a security hole/d' lib/stdio.in.h && # get the alias SSL=`unalias %SSL` &&