network/openssh-krb5: Updated for version 7.4p1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-11-10 23:47:10 +07:00
parent d497674939
commit d05a955a0d
3 changed files with 7 additions and 4 deletions

Binary file not shown.

View File

@ -30,7 +30,7 @@
PRGNAM=openssh-krb5
SRCNAM=openssh
VERSION=${VERSION:-7.3p1}
VERSION=${VERSION:-7.4p1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -78,6 +78,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
zcat $CWD/openssh-7.4p1-libwrap.diff.gz | patch -p1
autoreconf -vif
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr/kerberos \

View File

@ -1,8 +1,8 @@
PRGNAM="openssh-krb5"
VERSION="7.3p1"
VERSION="7.4p1"
HOMEPAGE="http://www.openssh.com/"
DOWNLOAD="http://slackware.osuosl.org/slackware-14.2/patches/source/openssh/openssh-7.3p1.tar.gz"
MD5SUM="dfadd9f035d38ce5d58a3bf130b86d08"
DOWNLOAD="http://slackware.osuosl.org/slackware-14.2/patches/source/openssh/openssh-7.4p1.tar.gz"
MD5SUM="b2db2a83caf66a208bb78d6d287cdaa3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="krb5"