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

Dan McGee dan at archlinux.org
Fri Jul 15 23:53:23 UTC 2011


    Date: Friday, July 15, 2011 @ 19:53:22
  Author: dan
Revision: 131824

upgpkg: inetutils 1.8-3
remove tcp_wrappers support

Modified:
  inetutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-07-15 23:50:42 UTC (rev 131823)
+++ PKGBUILD	2011-07-15 23:53:22 UTC (rev 131824)
@@ -3,12 +3,12 @@
 
 pkgname=inetutils
 pkgver=1.8
-pkgrel=2
+pkgrel=3
 pkgdesc="A collection of common network programs"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/inetutils/"
 license=('GPL')
-depends=('readline' 'ncurses' 'pam' 'tcp_wrappers')
+depends=('readline' 'ncurses' 'pam')
 provides=('netkit-ftp' 'netkit-rsh' 'netkit-telnet' 'netkit-ntalk')
 conflicts=('netkit-ftp' 'netkit-rsh' 'netkit-telnet' 'netkit-ntalk')
 replaces=('netkit-ftp' 'netkit-rsh' 'netkit-telnet' 'netkit-ntalk')
@@ -31,7 +31,7 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --libexec=/usr/sbin --localstatedir=/var \
     --mandir=/usr/share/man --infodir=/usr/share/info \
-    --with-wrap --with-pam \
+    --without-wrap --with-pam \
     --enable-ftp --enable-ftpd \
     --enable-telnet --enable-telnetd \
     --enable-talk --enable-talkd \




More information about the arch-commits mailing list