network/krb5: Updated for version 1.18.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9618018e3d
commit
a026c8eb03
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue