aboutsummaryrefslogtreecommitdiff
path: root/network/openssh-krb5/openssh-krb5.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/openssh-krb5/openssh-krb5.SlackBuild')
-rw-r--r--network/openssh-krb5/openssh-krb5.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/openssh-krb5/openssh-krb5.SlackBuild b/network/openssh-krb5/openssh-krb5.SlackBuild
index 44e46c6f7f6a7..46c98d7916378 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:-6.6p1}
+VERSION=${VERSION:-6.7p1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -76,7 +76,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
./configure \
@@ -89,7 +89,7 @@ CFLAGS="$SLKCFLAGS" \
--with-default-path=/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/kerberos/bin \
--with-privsep-path=/var/empty \
--with-privsep-user=sshd \
- --with-kerberos5=/usr/kerberos
+ --with-kerberos5=/usr/kerberos \
--build=$ARCH-slackware-linux
make