summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/openssh/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-03-01 20:39:05 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-03-01 20:39:05 (GMT)
commitf2f661dad3f31c477f51d0165f29d9ba19a411c3 (patch)
tree40128952f2c5e445fb7a556279f630a06eb1c7e0 /abs/core-testing/openssh/PKGBUILD
parent58048a619b315549848b0676431729dc78dc499f (diff)
parentc00e83b16e3dd048c2396b57531a7cec40189a39 (diff)
downloadlinhes_pkgbuild-f2f661dad3f31c477f51d0165f29d9ba19a411c3.zip
linhes_pkgbuild-f2f661dad3f31c477f51d0165f29d9ba19a411c3.tar.gz
linhes_pkgbuild-f2f661dad3f31c477f51d0165f29d9ba19a411c3.tar.bz2
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD.git
Diffstat (limited to 'abs/core-testing/openssh/PKGBUILD')
-rw-r--r--abs/core-testing/openssh/PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/abs/core-testing/openssh/PKGBUILD b/abs/core-testing/openssh/PKGBUILD
index 3313676..ade755f 100644
--- a/abs/core-testing/openssh/PKGBUILD
+++ b/abs/core-testing/openssh/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=openssh
pkgver=5.1p1
-pkgrel=2
+pkgrel=4
#_gsskexver=20080404
pkgdesc='A Secure SHell server/client'
arch=(i686 x86_64)
@@ -13,13 +13,15 @@ url="http://www.openssh.org/portable.html"
backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
depends=('openssl>=0.9.8g' 'zlib' 'pam' 'tcp_wrappers' 'heimdal>=1.2-1')
source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$pkgname-$pkgver.tar.gz
- sshd sshd.confd sshd.pam)
+ sshd sshd.confd sshd.pam sshd.patch)
#http://www.sxw.org.uk/computing/patches/$pkgname-$pkgver-gsskex-$_gsskexver.patch
md5sums=('03f2d0c1b5ec60d4ac9997a146d2faec' 'd9ee5e0a0d143689b3d6f11454a2a892'
- 'e2cea70ac13af7e63d40eb04415eacd5' '1c7c2ea8734ec7e3ca58d820634dc73a')
+ 'e2cea70ac13af7e63d40eb04415eacd5' '1c7c2ea8734ec7e3ca58d820634dc73a'
+ 'd5e6ef9fd6126f6a560e402561f5be6e')
build() {
cd $startdir/src/$pkgname-$pkgver
+ patch -p1 < ../sshd.patch
#patch -up0 < $startdir/src/$pkgname-$pkgver-gsskex-$_gsskexver.patch
#NOTE we disable-strip so that makepkg can decide whether to strip or not