diff options
author | root <root@rshg047.dnsready.net> | 2011-05-06 20:17:18 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-06 20:17:18 +0000 |
commit | 3f7a594e5ed077eadf16cad40d023c4835c68501 (patch) | |
tree | 08e85872114e0c9edd6042c1b1554e2286544e88 /staging/openssh | |
parent | 2bba02fdaa36de05dffef6a54b57c73259d7db53 (diff) |
Fri May 6 20:17:18 UTC 2011
Diffstat (limited to 'staging/openssh')
-rw-r--r-- | staging/openssh/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/staging/openssh/PKGBUILD b/staging/openssh/PKGBUILD index d00f114f3..beb09369d 100644 --- a/staging/openssh/PKGBUILD +++ b/staging/openssh/PKGBUILD @@ -1,22 +1,22 @@ -# $Id: PKGBUILD 122205 2011-05-03 02:22:30Z bisson $ +# $Id: PKGBUILD 122642 2011-05-05 12:30:25Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Aaron Griffin <aaron@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> pkgname=openssh pkgver=5.8p2 -pkgrel=2 +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=('tcp_wrappers' 'krb5' 'libedit') +depends=('tcp_wrappers' 'krb5' 'openssl' 'libedit') source=("ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz" 'sshd.confd' 'sshd.pam' 'sshd') -sha1sums=('e610270e0c5484fb291cd81bbcbefbeb5e391a62' +sha1sums=('64798328d310e4f06c9f01228107520adbc8b3e5' 'ec102deb69cad7d14f406289d2fc11fee6eddbdd' '660092c57bde28bed82078f74011f95fc51c2293' '6b7f8ebf0c1cc37137a7d9a53447ac8a0ee6a2b5') |