[arch-commits] CVS update of arch/build/daemons/openssh (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Sun May 27 07:50:32 UTC 2007
Date: Sunday, May 27, 2007 @ 03:50:32
Author: tpowa
Path: /home/cvs-arch/arch/build/daemons/openssh
Modified: PKGBUILD (1.56 -> 1.57)
'upgpkg: fixed #7030'
----------+
PKGBUILD | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
Index: arch/build/daemons/openssh/PKGBUILD
diff -u arch/build/daemons/openssh/PKGBUILD:1.56 arch/build/daemons/openssh/PKGBUILD:1.57
--- arch/build/daemons/openssh/PKGBUILD:1.56 Tue Apr 17 12:08:26 2007
+++ arch/build/daemons/openssh/PKGBUILD Sun May 27 03:50:32 2007
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.56 2007/04/17 16:08:26 tpowa Exp $
+# $Id: PKGBUILD,v 1.57 2007/05/27 07:50:32 tpowa Exp $
# Maintainer: judd <jvinet at zeroflux.org>
pkgname=openssh
pkgver=4.6p1
-pkgrel=3
+pkgrel=4
pkgdesc='A Secure SHell server/client'
arch=(i686 x86_64)
url="http://www.openssh.org/portable.html"
@@ -31,7 +31,10 @@
-e 's|^#ListenAddress 0.0.0.0|ListenAddress 0.0.0.0|g' \
-e 's|^#UsePAM no|UsePAM yes|g' \
-e 's|^#ChallengeResponseAuthentication yes|ChallengeResponseAuthentication no|g' \
+ -e 's|^# Host \*|Host *|g' \
$startdir/pkg/etc/ssh/sshd_config
+ echo "HashKnownHosts yes" >> $startdir/pkg/etc/ssh/sshd_config
+ echo "StrictHostKeyChecking ask" >> $startdir/pkg/etc/ssh/sshd_config
rm $startdir/pkg/usr/man/man1/slogin.1
ln -sf ssh.1.gz $startdir/pkg/usr/man/man1/slogin.1.gz
}
More information about the arch-commits
mailing list