summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2018-11-11 15:44:28 +0100
committerJuergen Daubert <jue@jue.li>2018-11-11 15:44:28 +0100
commite1844234da4a5f05f206f456cf4a60f8a35e44bd (patch)
tree762f239f8df1655ad75a7b5135614b5fe6a54be6
parent404b5ed2605076aae02bfde78fd359eada51b082 (diff)
downloadopt-e1844234da4a5f05f206f456cf4a60f8a35e44bd.tar.gz
opt-e1844234da4a5f05f206f456cf4a60f8a35e44bd.tar.xz
krb5: update to 1.16.2
-rw-r--r--krb5/.footprint2
-rw-r--r--krb5/.signature8
-rw-r--r--krb5/Pkgfile5
3 files changed, 9 insertions, 6 deletions
diff --git a/krb5/.footprint b/krb5/.footprint
index c768a6d90..2f822a1ec 100644
--- a/krb5/.footprint
+++ b/krb5/.footprint
@@ -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
diff --git a/krb5/.signature b/krb5/.signature
index be14ac545..a6107dd10 100644
--- a/krb5/.signature
+++ b/krb5/.signature
@@ -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
diff --git a/krb5/Pkgfile b/krb5/Pkgfile
index 0d7146671..f011d1145 100644
--- a/krb5/Pkgfile
+++ b/krb5/Pkgfile
@@ -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 \

Generated by cgit