X-Git-Url: http://gitweb/?a=blobdiff_plain;f=openssh%2FPkgfile;h=335348d3f1a06536e7357c16f9647b07bbcf9e62;hb=3ec50173fbb253e15f3306db8c9ae5ce8d75176e;hp=93cb72ceae0dfff359202dfc54a78ed2db9f7732;hpb=ca24a20e1772d435180407b46825f70fb6f7146a;p=crossrootfs.git diff --git a/openssh/Pkgfile b/openssh/Pkgfile index 93cb72c..335348d 100644 --- a/openssh/Pkgfile +++ b/openssh/Pkgfile @@ -2,24 +2,22 @@ # URL: http://www.openssh.org/ # Maintainer: CRUX System Team, core-ports at crux dot nu # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu -# Depends on: openssl zlib tcp_wrappers +# Depends on: openssl zlib name=openssh -version=5.8p2 +version=7.1p1 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 - sed -i 's/p1/p2/' version.h ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ --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 \ @@ -31,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 }