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

Gaetan Bisson bisson at archlinux.org
Mon Oct 17 12:34:00 UTC 2011


    Date: Monday, October 17, 2011 @ 08:34:00
  Author: bisson
Revision: 140604

fix FS#26355

Modified:
  openssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-17 12:33:03 UTC (rev 140603)
+++ PKGBUILD	2011-10-17 12:34:00 UTC (rev 140604)
@@ -5,13 +5,14 @@
 
 pkgname=openssh
 pkgver=5.9p1
-pkgrel=3
+pkgrel=4
 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=('krb5' 'openssl' 'libedit')
+optdepends=('x11-ssh-askpass: input passphrase in X without a terminal')
 source=("ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"
         'sshd.confd'
         'sshd.pam'




More information about the arch-commits mailing list