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

Aaron Griffin aaron at archlinux.org
Thu Nov 29 06:33:22 UTC 2007


    Date: Thursday, November 29, 2007 @ 01:33:22
  Author: aaron
    Path: /home/cvs-core/core/support/openssh

Modified: PKGBUILD (1.64 -> 1.65)

upgpkg: openssh 4.7p1-5
    Removing GSS key exchange patch for x86_64 compliance


----------+
 PKGBUILD |   13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)


Index: core/support/openssh/PKGBUILD
diff -u core/support/openssh/PKGBUILD:1.64 core/support/openssh/PKGBUILD:1.65
--- core/support/openssh/PKGBUILD:1.64	Thu Nov 29 01:19:28 2007
+++ core/support/openssh/PKGBUILD	Thu Nov 29 01:33:21 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.64 2007/11/29 06:19:28 aaron Exp $
+# $Id: PKGBUILD,v 1.65 2007/11/29 06:33:21 aaron Exp $
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
 # Contributor: judd <jvinet at zeroflux.org>
 
@@ -13,17 +13,14 @@
 backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
 depends=('openssl>=0.9.8g' 'zlib' 'pam' 'tcp_wrappers' 'heimdal')
 source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$pkgname-$pkgver.tar.gz
-        http://www.sxw.org.uk/computing/patches/$pkgname-$pkgver-gsskex-$_gsskexver.patch
         sshd sshd.confd sshd.pam)
-md5sums=('50a800fd2c6def9e9a53068837e87b91'
-         'ad58a9848dcaa3ad5a2ab14182fb9212'
-         'd9ee5e0a0d143689b3d6f11454a2a892'
-         'e2cea70ac13af7e63d40eb04415eacd5'
-         '1c7c2ea8734ec7e3ca58d820634dc73a')
+        #http://www.sxw.org.uk/computing/patches/$pkgname-$pkgver-gsskex-$_gsskexver.patch
+md5sums=('50a800fd2c6def9e9a53068837e87b91' 'd9ee5e0a0d143689b3d6f11454a2a892'
+         'e2cea70ac13af7e63d40eb04415eacd5' '1c7c2ea8734ec7e3ca58d820634dc73a')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  patch -up0 < $startdir/src/$pkgname-$pkgver-gsskex-$_gsskexver.patch
+  #patch -up0 < $startdir/src/$pkgname-$pkgver-gsskex-$_gsskexver.patch
 
   #NOTE we disable-strip so that makepkg can decide whether to strip or not
   ./configure --prefix=/usr --libexecdir=/usr/lib/ssh \




More information about the arch-commits mailing list