krb5: update to 1.16.2

This commit is contained in:
Juergen Daubert 2018-11-11 15:44:28 +01:00
parent 404b5ed260
commit e1844234da
3 changed files with 9 additions and 6 deletions

View File

@ -160,6 +160,8 @@ drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/kadm5.acl.5.gz
-rw-r--r-- root/root usr/share/man/man5/kdc.conf.5.gz
-rw-r--r-- root/root usr/share/man/man5/krb5.conf.5.gz
drwxr-xr-x root/root usr/share/man/man7/
-rw-r--r-- root/root usr/share/man/man7/kerberos.7.gz
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/kadmin.local.8.gz
-rw-r--r-- root/root usr/share/man/man8/kadmind.8.gz

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/UDM8S1b9BqPXdAnbLas7HTbUk0+7sSdD+v2q72yi4Z7zcIrSiFBWumtbCxNkSUQ1+ZTB8EtLgndWTT6hSAYfwA=
SHA256 (Pkgfile) = e7d8c75b271616b81f3c1ca8770fc2d6aae71335b02aecb4f0ac93e7fa5e03e5
SHA256 (.footprint) = dd9af196657749ee9315bcb6b8f4f0d9db288637fdcf122e7fd9cedf341cb79a
SHA256 (krb5-1.16.1.tar.gz) = 214ffe394e3ad0c730564074ec44f1da119159d94281bbec541dc29168d21117
RWSE3ohX2g5d/cP68W9mwjUUE9Hl7ltYkmZndhEz04PzaHpehqdohzthyOaHfsu8OiKEjG0dTe+m9MatKmD7E2EOL0VxW2U+8QY=
SHA256 (Pkgfile) = 09d8a8a7bedbdc2326acb5edb97ae9484d4a80366ef308e529cb570f48ae29ac
SHA256 (.footprint) = 8fe2176d816f4e5afed78dd96ed2ca287de4c112073c5c43d281960ab0d48c8f
SHA256 (krb5-1.16.2.tar.gz) = 9f721e1fe593c219174740c71de514c7228a97d23eb7be7597b2ae14e487f027
SHA256 (krb5) = e99b414a3c1b788809889c3348ceba7f764ef9185c16c28702bf2d174478e4e1

View File

@ -4,7 +4,7 @@
# Depends on: e2fsprogs openssl
name=krb5
version=1.16.1
version=1.16.2
release=1
source=(https://kerberos.org/dist/krb5/1.16/krb5-$version.tar.gz
krb5)
@ -15,7 +15,8 @@ build() {
./configure \
--prefix=/usr \
--localstatedir=/var \
--enable-shared \
--runstatedir=/var/run \
--enable-shared \
--disable-rpath \
--disable-nls \
--without-tcl \