[arch-commits] CVS update of core/support/openssh (PKGBUILD)

Aaron Griffin aaron at archlinux.org
Thu Nov 29 18:30:56 UTC 2007


    Date: Thursday, November 29, 2007 @ 13:30:56
  Author: aaron
    Path: /home/cvs-core/core/support/openssh

Modified: PKGBUILD (1.65 -> 1.66)

upgpkg: openssh 4.7p1-6
    Really fix FS#8729 this time


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


Index: core/support/openssh/PKGBUILD
diff -u core/support/openssh/PKGBUILD:1.65 core/support/openssh/PKGBUILD:1.66
--- core/support/openssh/PKGBUILD:1.65	Thu Nov 29 01:33:21 2007
+++ core/support/openssh/PKGBUILD	Thu Nov 29 13:30:56 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.65 2007/11/29 06:33:21 aaron Exp $
+# $Id: PKGBUILD,v 1.66 2007/11/29 18:30:56 aaron Exp $
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
 # Contributor: judd <jvinet at zeroflux.org>
 
 pkgname=openssh
 pkgver=4.7p1
-pkgrel=5
+pkgrel=6
 _gsskexver=20070927
 pkgdesc='A Secure SHell server/client'
 arch=(i686 x86_64)
@@ -26,7 +26,7 @@
   ./configure --prefix=/usr --libexecdir=/usr/lib/ssh \
     --sysconfdir=/etc/ssh --with-tcp-wrappers --with-privsep-user=nobody \
     --with-md5-passwords --with-pam --with-mantype=man --mandir=/usr/man \
-    --with-kerberos5=/usr --disable-strip
+    --with-xauth=/usr/bin/xauth --with-kerberos5=/usr --disable-strip
   make || return 1
   make DESTDIR=$startdir/pkg install
 




More information about the arch-commits mailing list