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

Gaetan Bisson bisson at archlinux.org
Wed Aug 29 05:13:45 UTC 2012


    Date: Wednesday, August 29, 2012 @ 01:13:44
  Author: bisson
Revision: 165683

upstream update, add linux-headers makedepends for seccomp filter

Modified:
  openssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-08-28 21:38:09 UTC (rev 165682)
+++ PKGBUILD	2012-08-29 05:13:44 UTC (rev 165683)
@@ -4,12 +4,13 @@
 # Contributor: judd <jvinet at zeroflux.org>
 
 pkgname=openssh
-pkgver=6.0p1
-pkgrel=3
+pkgver=6.1p1
+pkgrel=1
 pkgdesc='Free version of the SSH connectivity tools'
 url='http://www.openssh.org/portable.html'
 license=('custom:BSD')
 arch=('i686' 'x86_64')
+makedepends=('linux-headers')
 depends=('krb5' 'openssl' 'libedit' 'ldns')
 optdepends=('xorg-xauth: X11 forwarding'
             'x11-ssh-askpass: input passphrase in X')
@@ -22,7 +23,7 @@
         'sshd.confd'
         'sshd.pam'
         'sshd')
-sha1sums=('f691e53ef83417031a2854b8b1b661c9c08e4422'
+sha1sums=('751c92c912310c3aa9cadc113e14458f843fc7b3'
           '954bf1660aa32620c37034320877f4511b767ccb'
           '6c71de2c2ca9622aa8e863acd94b135555e11125'
           'bd6eae36c7ef9efb7147778baad7858b81f2d660'
@@ -57,6 +58,7 @@
 
 check() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
+
 	make tests ||
 	grep $USER /etc/passwd | grep -q /bin/false
 	# connect.sh fails when run with stupid login shell
@@ -64,6 +66,7 @@
 
 package() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
+
 	make DESTDIR="${pkgdir}" install
 
 	rm "${pkgdir}"/usr/share/man/man1/slogin.1




More information about the arch-commits mailing list