diff options
author | Leigh Wedding <leigh.wedding@telstra.com> | 2014-10-24 07:36:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-24 07:37:35 +0700 |
commit | 933e764c90d10dc22010bd91bbb75a247081d280 (patch) | |
tree | bbee6042ee4bda06b2a0d3a60ee70b40daac90d1 /network/openssh-krb5/openssh-krb5.SlackBuild | |
parent | 601999d0206f48efdedf5f6c35c4309b5d0d153b (diff) |
network/openssh-krb5: Updated for version 6.7p1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/openssh-krb5/openssh-krb5.SlackBuild')
-rw-r--r-- | network/openssh-krb5/openssh-krb5.SlackBuild | 6 |
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 |