pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/mit-krb5 mit-kerberos: Update to 1.18.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33bbc9c5b5aa
branches:  trunk
changeset: 440387:33bbc9c5b5aa
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Wed Oct 07 22:40:56 2020 +0000

description:
mit-kerberos: Update to 1.18.2

Upstream README excerpt:

Major changes in 1.18.2 (2020-05-21)

    Fix a SPNEGO regression where an acceptor using the default credential would improperly filter mechanisms, causing a negotiation failure.
    Fix a bug where the KDC would fail to issue tickets if the local krbtgt principal's first key has a single-DES enctype.
    Add stub functions to allow old versions of OpenSSL libcrypto to link against libkrb5.
    Fix a NegoEx bug where the client name and delegated credential might not be reported.

Major changes in 1.18.1 (2020-04-13)

    Fix a crash when qualifying short hostnames when the system has no primary DNS domain.
    Fix a regression when an application imports "service@" as a GSS host-based name for its acceptor credential handle.
    Fix KDC enforcement of auth indicators when they are modified by the KDB module.
    Fix removal of require_auth string attributes when the LDAP KDB module is used.
    Fix a compile error when building with musl libc on Linux.
    Fix a compile error when building with gcc 4.x.
    Change the KDC constrained delegation precedence order for consistency with Windows KDCs.

diffstat:

 security/mit-krb5/Makefile |   9 +++++----
 security/mit-krb5/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 9 deletions(-)

diffs (37 lines):

diff -r 28134f63b048 -r 33bbc9c5b5aa security/mit-krb5/Makefile
--- a/security/mit-krb5/Makefile        Wed Oct 07 21:27:43 2020 +0000
+++ b/security/mit-krb5/Makefile        Wed Oct 07 22:40:56 2020 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.108 2020/08/31 18:11:09 wiz Exp $
+# $NetBSD: Makefile,v 1.109 2020/10/07 22:40:56 gdt Exp $
 
-DISTNAME=      krb5-1.18
+BRANCHNAME=    1.18
+DISTNAME=      krb5-${BRANCHNAME}.2
 PKGNAME=       mit-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    security
-MASTER_SITES=  http://web.mit.edu/kerberos/dist/krb5/${PKGVERSION_NOREV}/
+# It is not clear how stable this URL scheme is.
+MASTER_SITES=  http://web.mit.edu/kerberos/dist/krb5/${BRANCHNAME}/
 
 MAINTAINER=    tez%NetBSD.org@localhost
 HOMEPAGE=      https://web.mit.edu/kerberos/
diff -r 28134f63b048 -r 33bbc9c5b5aa security/mit-krb5/distinfo
--- a/security/mit-krb5/distinfo        Wed Oct 07 21:27:43 2020 +0000
+++ b/security/mit-krb5/distinfo        Wed Oct 07 22:40:56 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.71 2020/10/05 23:24:44 gdt Exp $
+$NetBSD: distinfo,v 1.72 2020/10/07 22:40:56 gdt Exp $
 
-SHA1 (krb5-1.18.tar.gz) = 95573bea40844bba1032b7d8a7c3c43ccc44fdb1
-RMD160 (krb5-1.18.tar.gz) = 6595de6f7dc77746c986e3dad6a016d206efe4d9
-SHA512 (krb5-1.18.tar.gz) = 36a01ea310b4b3d0a3d209b641739575239e1ca5e93b3de99cb1fec83e82f9a70ad0761dd6eb77cda5c18c53044ab80168b00725642a0c2dfde0e492c42af6a9
-Size (krb5-1.18.tar.gz) = 8706395 bytes
+SHA1 (krb5-1.18.2.tar.gz) = 547c4e4afa06dd39c888a9ee89397ec3c3425c90
+RMD160 (krb5-1.18.2.tar.gz) = 5943e2bb26477a6251a9b2fa5f5fecd1ffe276c3
+SHA512 (krb5-1.18.2.tar.gz) = 7cbb1b28e677fea3e0794e93951f3caaa2c49bb1175dd187951e72a466cc69d96c3b833d838000fe911c1a437d96a558e550f27c53a8b332fb9dfc7cbb7ec44c
+Size (krb5-1.18.2.tar.gz) = 8713927 bytes
 SHA1 (patch-Makefile.in) = 24f915d7a4340b9a4a454b9b67c94147fdc49c34
 SHA1 (patch-aclocal.m4) = 07b5d9ae38c74eaea6ba62aed9062dca1bf7f3fb
 SHA1 (patch-build-tools_krb5-config.in) = 4ab922df1d86d86f9ef043f2c5cdf048c0477d3a



Home | Main Index | Thread Index | Old Index