summaryrefslogtreecommitdiffstats
path: root/extra/openssh-server/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/openssh-server/Pkgfile')
-rwxr-xr-xextra/openssh-server/Pkgfile33
1 files changed, 17 insertions, 16 deletions
diff --git a/extra/openssh-server/Pkgfile b/extra/openssh-server/Pkgfile
index 258535163..d9f3b02f3 100755
--- a/extra/openssh-server/Pkgfile
+++ b/extra/openssh-server/Pkgfile
@@ -6,36 +6,37 @@
# Run on: openssh
name=openssh-server
-version=5.8p1
+version=5.9p1
release=1
-source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-$version.tar.gz\
+source=(http://ftp2.fr.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-$version.tar.gz\
http://nutyx.meticul.eu/files/patchs/$name/service-01.patch)
build() {
unset MAKEFLAGS
source /etc/blfs-bootscripts
- wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
- tar xvf $scripts-$scriptsversion.tar.bz2
+ wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
+ tar xvf $scripts-$scriptsversion.tar.bz2
cd openssh-$version
-# sed -i "s:-lcrypto:/usr/lib/libcrypto.a -ldl:g" configure
- sed -i "s/lkrb5 -ldes/lkrb5/" configure
- install -v -m700 -d $PKG/var/lib/sshd
- chown -v 0:2 $PKG/var/lib/sshd
+# sed -i "s:-lcrypto:/usr/lib/libcrypto.a -ldl:g" configure
+ sed -i "s/lkrb5 -ldes/lkrb5/" configure
+ install -v -m700 -d $PKG/var/lib/sshd
+ chown -v 0:2 $PKG/var/lib/sshd
./configure --prefix=/usr \
- --sysconfdir=/etc/ssh \
- --libexecdir=/usr/lib/openssh \
- --with-tcp-wrappers --with-md5-passwords \
- --with-privsep-path=/var/lib/sshd \
+ --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 \
- --disable-debug
+ --infodir=/usr/share/info
make DESTDIR=$PKG install
- cd ../$scripts-$scriptsversion
- patch -Np1 -i ../service-01.patch
+
+ cd ../$scripts-$scriptsversion
+ patch -Np1 -i ../service-01.patch
make DESTDIR=$PKG install-sshd
echo "PermitRootLogin no" >> $PKG/etc/ssh/sshd_config
+
# Suppression du client et ses man
rm $PKG/etc/ssh/{ssh_config,moduli}
rm -r $PKG/usr/bin