diff options
Diffstat (limited to 'network/openssh-krb5/openssh-krb5.SlackBuild')
-rw-r--r-- | network/openssh-krb5/openssh-krb5.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/network/openssh-krb5/openssh-krb5.SlackBuild b/network/openssh-krb5/openssh-krb5.SlackBuild index a8f24e83ce..b36a9fe8bd 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:-5.9p1} +VERSION=${VERSION:-6.1p1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -87,7 +87,6 @@ CFLAGS="$SLKCFLAGS" \ --with-md5-passwords \ --with-tcp-wrappers \ --with-default-path=/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/kerberos/bin \ - --with-ipv4-default \ --with-privsep-path=/var/empty \ --with-privsep-user=sshd \ --with-kerberos5=/usr/kerberos |