[arch-commits] Commit in lftp/trunk (PKGBUILD lftp-4.3.8-gets.patch)

Andreas Radke andyrtr at nymeria.archlinux.org
Sun Feb 3 16:13:25 UTC 2013


    Date: Sunday, February 3, 2013 @ 17:13:25
  Author: andyrtr
Revision: 176997

upgpkg: lftp 4.4.2-1

upstream update 4.4.2

Modified:
  lftp/trunk/PKGBUILD
Deleted:
  lftp/trunk/lftp-4.3.8-gets.patch

-----------------------+
 PKGBUILD              |   16 ++++++++--------
 lftp-4.3.8-gets.patch |   16 ----------------
 2 files changed, 8 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-03 16:01:07 UTC (rev 176996)
+++ PKGBUILD	2013-02-03 16:13:25 UTC (rev 176997)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=lftp
-pkgver=4.4.1
+pkgver=4.4.2
 pkgrel=1
 pkgdesc="Sophisticated command line based FTP client"
 arch=('i686' 'x86_64')
@@ -12,16 +12,16 @@
 optdepends=('perl: needed for convert-netscape-cookies and verify-file')
 url="http://lftp.yar.ru/"
 backup=('etc/lftp.conf')
-source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2
-       lftp-4.3.8-gets.patch)
-md5sums=('1a6de8e3922ffb51ec21642e51744b02'
-         '77168a7f368b07eec7e079b55496fa97')
+source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('8e974cd87c9d4362031f61351cfe742e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/lftp-4.3.8-gets.patch
-  ./configure --prefix=/usr --with-gnutls \
-	--without-openssl --disable-static
+  ./configure --prefix=/usr \
+    --with-gnutls \
+    --without-openssl \
+    --without-included-regex \
+    --disable-static
   make
 }
 

Deleted: lftp-4.3.8-gets.patch
===================================================================
--- lftp-4.3.8-gets.patch	2013-02-03 16:01:07 UTC (rev 176996)
+++ lftp-4.3.8-gets.patch	2013-02-03 16:13:25 UTC (rev 176997)
@@ -1,16 +0,0 @@
-diff -up lftp-4.3.8/lib/stdio.in.h.gets lftp-4.3.8/lib/stdio.in.h
---- lftp-4.3.8/lib/stdio.in.h.gets	2012-07-22 15:07:15.101115146 -0400
-+++ lftp-4.3.8/lib/stdio.in.h	2012-07-22 15:08:09.777098512 -0400
-@@ -702,10 +702,12 @@ _GL_WARN_ON_USE (getline, "getline is un
- /* It is very rare that the developer ever has full control of stdin,
-    so any use of gets warrants an unconditional warning; besides, C11
-    removed it.  */
-+#if defined gets
- #undef gets
- #if HAVE_RAW_DECL_GETS
- _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
- #endif
-+#endif // if defined gets
- 
- 
- #if @GNULIB_OBSTACK_PRINTF@ || @GNULIB_OBSTACK_PRINTF_POSIX@




More information about the arch-commits mailing list