summaryrefslogtreecommitdiffstats
path: root/network/openssh-krb5
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-11-10 17:47:10 +0100
committer Willy Sudiarto Raharjo2017-11-11 01:07:32 +0100
commitd05a955a0d07f7738c52b2ad2264c4adf10623f2 (patch)
treeb7c9f5239cdf84196fa37bde61813fd6345c4072 /network/openssh-krb5
parentd4976749397fedb9a5e30b80e74b994865415622 (diff)
downloadslackbuilds-d05a955a0d07f7738c52b2ad2264c4adf10623f2.tar.gz
network/openssh-krb5: Updated for version 7.4p1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/openssh-krb5')
-rw-r--r--network/openssh-krb5/openssh-7.4p1-libwrap.diff.gzbin0 -> 1631 bytes
-rw-r--r--network/openssh-krb5/openssh-krb5.SlackBuild5
-rw-r--r--network/openssh-krb5/openssh-krb5.info6
3 files changed, 7 insertions, 4 deletions
diff --git a/network/openssh-krb5/openssh-7.4p1-libwrap.diff.gz b/network/openssh-krb5/openssh-7.4p1-libwrap.diff.gz
new file mode 100644
index 0000000000..2e1900a528
--- /dev/null
+++ b/network/openssh-krb5/openssh-7.4p1-libwrap.diff.gz
Binary files differ
diff --git a/network/openssh-krb5/openssh-krb5.SlackBuild b/network/openssh-krb5/openssh-krb5.SlackBuild
index 342d2f86ee..1cd66566ee 100644
--- a/network/openssh-krb5/openssh-krb5.SlackBuild
+++ b/network/openssh-krb5/openssh-krb5.SlackBuild
@@ -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 \
diff --git a/network/openssh-krb5/openssh-krb5.info b/network/openssh-krb5/openssh-krb5.info
index 659ec32114..0163b7453c 100644
--- a/network/openssh-krb5/openssh-krb5.info
+++ b/network/openssh-krb5/openssh-krb5.info
@@ -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"