Date: Wednesday, July 13, 2011 @ 03:48:58
  Author: bisson
Revision: 131644

remove tcp_wrappers

Modified:
  openssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2011-07-13 07:03:46 UTC (rev 131643)
+++ PKGBUILD    2011-07-13 07:48:58 UTC (rev 131644)
@@ -5,13 +5,13 @@
 
 pkgname=openssh
 pkgver=5.8p2
-pkgrel=8
+pkgrel=9
 pkgdesc='Free version of the SSH connectivity tools'
 arch=('i686' 'x86_64')
 license=('custom:BSD')
 url='http://www.openssh.org/portable.html'
 backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd' 
'etc/conf.d/sshd')
-depends=('tcp_wrappers' 'krb5' 'openssl' 'libedit')
+depends=('krb5' 'openssl' 'libedit')
 
source=("ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz";
         'authfile.c.patch'
         'sshd.confd'
@@ -32,7 +32,6 @@
                --prefix=/usr \
                --libexecdir=/usr/lib/ssh \
                --sysconfdir=/etc/ssh \
-               --with-tcp-wrappers \
                --with-privsep-user=nobody \
                --with-md5-passwords \
                --with-pam \

Reply via email to