summaryrefslogtreecommitdiff
path: root/core/openssh
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-11 11:42:51 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-11 11:42:51 -0300
commit214c4f12ab4dfb21722a383924603c21698282c5 (patch)
tree9a1b5e3e6476b5180a5727865778ba8f69c0a24a /core/openssh
parent5f132e10473a4d8845752a6aa16fbd8f3e432c6f (diff)
parent01b47af6474ac094ec199c7d75208874f8842d87 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: core/openssh/PKGBUILD extra/gnome-python-desktop/PKGBUILD extra/libgnome/PKGBUILD extra/sane/PKGBUILD libre/kernel26-libre/PKGBUILD
Diffstat (limited to 'core/openssh')
-rw-r--r--core/openssh/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/core/openssh/PKGBUILD b/core/openssh/PKGBUILD
index 0af9a3140..efdf4936b 100644
--- a/core/openssh/PKGBUILD
+++ b/core/openssh/PKGBUILD
@@ -1,21 +1,25 @@
-# $Id: PKGBUILD 122202 2011-05-03 02:17:44Z bisson $
+# $Id: PKGBUILD 123287 2011-05-09 17:39: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=1
+pkgrel=5
pkgdesc='Free version of the SSH connectivity tools'
arch=('i686' 'x86_64' 'mips64el')
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' 'heimdal' 'libedit')
+depends=('tcp_wrappers' 'heimdal' 'openssl' 'libedit')
source=("ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"
'sshd.confd'
'sshd.pam'
'sshd')
+sha1sums=('64798328d310e4f06c9f01228107520adbc8b3e5'
+ 'ec102deb69cad7d14f406289d2fc11fee6eddbdd'
+ '660092c57bde28bed82078f74011f95fc51c2293'
+ '6b7f8ebf0c1cc37137a7d9a53447ac8a0ee6a2b5')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -50,7 +54,3 @@ package() {
-e '/^#UsePAM no$/c UsePAM yes' \
"$pkgdir"/etc/ssh/sshd_config
}
-md5sums=('0541579adf9d55abb15ef927048d372e'
- 'e2cea70ac13af7e63d40eb04415eacd5'
- 'cef7ad89eafff241fb92d5c1074c0c0d'
- '0f286945d846f2ddd02bc4a4e14b0b85')