X-Git-Url: http://gitweb/?a=blobdiff_plain;f=openssh%2FPkgfile;h=201ae8f0cc689ff73ee828214da6803775377d67;hb=76b2a01a8ea702ad080b5d069e193800dbdce142;hp=1b797fdaeb4a032ab952a3741c35bd0831b386a3;hpb=eb45ca97236691334d80068123cd91f825115faa;p=crossrootfs.git diff --git a/openssh/Pkgfile b/openssh/Pkgfile index 1b797fd..201ae8f 100644 --- a/openssh/Pkgfile +++ b/openssh/Pkgfile @@ -5,7 +5,7 @@ # Depends on: openssl zlib tcp_wrappers name=openssh -version=6.6p1 +version=7.1p1 release=1 source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$name-$version.tar.gz sshd) @@ -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 }