diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-27 22:27:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-27 22:27:26 +0700 |
commit | a026c8eb0334e59d989389aa5e2078ab28fadf39 (patch) | |
tree | c7e4ba0c331a55a7069e774f3d459fec53c0ef8a /network | |
parent | 9618018e3d5d9e81eced49307ab0bb725faee95e (diff) | |
download | slackbuilds-a026c8eb0334e59d989389aa5e2078ab28fadf39.tar.gz |
network/krb5: Updated for version 1.18.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/krb5/krb5.SlackBuild | 9 | ||||
-rw-r--r-- | network/krb5/krb5.info | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/network/krb5/krb5.SlackBuild b/network/krb5/krb5.SlackBuild index ed6bcb2262..d17b209e9c 100644 --- a/network/krb5/krb5.SlackBuild +++ b/network/krb5/krb5.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for krb5 # Copyright (c) 2009, Tom Canich, State College, Pennsylvania, USA -# Copyright 2015-2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2015-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=krb5 -VERSION=${VERSION:-1.17.1} +VERSION=${VERSION:-1.18} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -79,6 +79,11 @@ CPPFLAGS+=" -I/usr/include/et" \ --enable-dns-for-realm \ --with-ldap \ --with-system-et \ + --with-system-ss \ + --enable-pkinit \ + --with-tls-impl=openssl \ + --with-system-verto=no \ + --with-prng-alg=os \ --build=$ARCH-slackware-linux make diff --git a/network/krb5/krb5.info b/network/krb5/krb5.info index e1e2855e57..61d4a0d305 100644 --- a/network/krb5/krb5.info +++ b/network/krb5/krb5.info @@ -1,8 +1,8 @@ PRGNAM="krb5" -VERSION="1.17.1" +VERSION="1.18" HOMEPAGE="http://web.mit.edu/kerberos/" -DOWNLOAD="http://web.mit.edu/kerberos/dist/krb5/1.17/krb5-1.17.1.tar.gz" -MD5SUM="417d654c72526ac51466e7fe84608878" +DOWNLOAD="http://web.mit.edu/kerberos/dist/krb5/1.18/krb5-1.18.tar.gz" +MD5SUM="69a5b165dac5754a5094627ee6df0def" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |