summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-09-07 15:55:40 +0200
committerpiernov <piernov@piernov.org>2011-09-07 15:55:40 +0200
commit8aa596a3d00dafe5f3138fea98ae1643dc180d0f (patch)
treef4a57fa2e073288576c901e7312080da15bf1eb6 /base
parent963b5c204f23d94d626b6d10ed71632e41210aec (diff)
downloadnutyx-pakxe-8aa596a3d00dafe5f3138fea98ae1643dc180d0f.tar.gz
nutyx-pakxe-8aa596a3d00dafe5f3138fea98ae1643dc180d0f.tar.bz2
nutyx-pakxe-8aa596a3d00dafe5f3138fea98ae1643dc180d0f.tar.xz
nutyx-pakxe-8aa596a3d00dafe5f3138fea98ae1643dc180d0f.zip
openssh 5.9p1-1 màj port
Diffstat (limited to 'base')
-rw-r--r--base/openssh/.md5sum.i6862
-rw-r--r--base/openssh/.md5sum.x86_642
-rwxr-xr-xbase/openssh/Pkgfile21
3 files changed, 12 insertions, 13 deletions
diff --git a/base/openssh/.md5sum.i686 b/base/openssh/.md5sum.i686
index e57e002f4..8b4a93a3f 100644
--- a/base/openssh/.md5sum.i686
+++ b/base/openssh/.md5sum.i686
@@ -1 +1 @@
-86f5e1c23b4c4845f23b9b7b493fb53d openssh-5.8p1.tar.gz
+afe17eee7e98d3b8550cc349834a85d0 openssh-5.9p1.tar.gz
diff --git a/base/openssh/.md5sum.x86_64 b/base/openssh/.md5sum.x86_64
index e57e002f4..8b4a93a3f 100644
--- a/base/openssh/.md5sum.x86_64
+++ b/base/openssh/.md5sum.x86_64
@@ -1 +1 @@
-86f5e1c23b4c4845f23b9b7b493fb53d openssh-5.8p1.tar.gz
+afe17eee7e98d3b8550cc349834a85d0 openssh-5.9p1.tar.gz
diff --git a/base/openssh/Pkgfile b/base/openssh/Pkgfile
index 3afabbee5..1b530be24 100755
--- a/base/openssh/Pkgfile
+++ b/base/openssh/Pkgfile
@@ -4,24 +4,23 @@
# Packager: thierryn1 at hispeed dot ch
name=openssh
-version=5.8p1
+version=5.9p1
release=1
-source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$name-$version.tar.gz)
+source=(http://ftp2.fr.openbsd.org/pub/OpenBSD/OpenSSH/portable/$name-$version.tar.gz)
build() {
unset MAKEFLAGS
cd $name-$version
- sed -i "s/lkrb5 -ldes/lkrb5/" configure
+ sed -i "s/lkrb5 -ldes/lkrb5/" configure
./configure --prefix=/usr \
- --sysconfdir=/etc/ssh \
- --libexecdir=/usr/lib/openssh \
- --with-tcp-wrappers --with-md5-passwords \
- --with-privsep-path=/var/lib/sshd \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --without-sshd \
- --disable-debug
+ --sysconfdir=/etc/ssh \
+ --libexecdir=/usr/lib/openssh \
+ --with-tcp-wrappers --with-md5-passwords \
+ --with-privsep-path=/var/lib/sshd \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info
make DESTDIR=$PKG install
+
rm -r $PKG/var
# Suppression des services et leurs man
rm $PKG/etc/ssh/sshd_config