X-Git-Url: http://gitweb/?a=blobdiff_plain;f=openssh%2FPkgfile;h=b20779f8c3940131833bd9de94cf1320a457ee5c;hb=409d70d3a79af22e7342f5e34094a9584ac4f34e;hp=b11475e67c6aad2e5eabb177b5de1b9ebcca120f;hpb=abbf5f0f900be57ef023f1f9649b30b26195ed57;p=crossrootfs.git diff --git a/openssh/Pkgfile b/openssh/Pkgfile index b11475e..b20779f 100644 --- a/openssh/Pkgfile +++ b/openssh/Pkgfile @@ -5,9 +5,9 @@ # Depends on: openssl zlib tcp_wrappers name=openssh -version=6.1p1 +version=7.4p1 release=1 -source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$name-$version.tar.gz sshd) +source=(http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$name-$version.tar.gz sshd) build() { cd $name-$version @@ -17,8 +17,7 @@ build() { --libexecdir=/usr/lib/ssh \ --sysconfdir=/etc/ssh \ --with-mantype=man \ - --mandir=/usr/man \ - --with-tcp-wrappers \ + --mandir=/usr/share/man \ --with-md5-passwords \ --with-privsep-user=nobody \ --with-privsep-path=/var/empty \ @@ -30,5 +29,5 @@ build() { make AR="$AR" RANLIB="$RANLIB" AS="$AS" LD="$CC" make DESTDIR=$PKG STRIP_OPT="-s --strip-program=$STRIP" AR="$AR" RANLIB="$RANLIB" AS="$AS" install install -D -m 755 $SRC/sshd $PKG/etc/rc.d/sshd - rm -rf $PKG/usr/share $PKG/var + rm -rf $PKG/var }