[arch-commits] Commit in vsftpd/trunk (PKGBUILD)

Dave Reisner dreisner at archlinux.org
Fri Jul 15 23:59:43 UTC 2011


    Date: Friday, July 15, 2011 @ 19:59:43
  Author: dreisner
Revision: 131827

upgpkg: vsftpd 2.3.4-2
rebuild for tcp_wrappers removal

Modified:
  vsftpd/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-07-15 23:53:48 UTC (rev 131826)
+++ PKGBUILD	2011-07-15 23:59:43 UTC (rev 131827)
@@ -4,12 +4,12 @@
 
 pkgname=vsftpd
 pkgver=2.3.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Very Secure FTP daemon"
 arch=('i686' 'x86_64')
 url="https://security.appspot.com/vsftpd.html"
 license=('GPL2')
-depends=('tcp_wrappers' 'openssl')
+depends=('openssl')
 backup=('etc/vsftpd.conf' 'etc/xinetd.d/vsftpd')
 install=vsftpd.install
 source=("https://security.appspot.com/downloads/${pkgname}-${pkgver}.tar.gz"
@@ -25,7 +25,6 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   # build-time config
   sed \
-    -e 's|^#undef VSF_BUILD_TCPWRAPPERS$|#define VSF_BUILD_TCPWRAPPERS|' \
     -e 's|^#undef VSF_BUILD_SSL$|#define VSF_BUILD_SSL|' \
     -i builddefs.h
   make CFLAGS="${CFLAGS}"




More information about the arch-commits mailing list