diff options
author | Cy Schubert <cy@FreeBSD.org> | 2020-05-22 23:59:56 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2020-05-22 23:59:56 +0000 |
commit | 23819bb6cc1f67209ee3700820e55e22e0d67aa6 (patch) | |
tree | 588f0b12886eee5653b4c696b132ecf87ba1bc77 | |
parent | net/lft: Update to 3.91 (diff) |
Update 1.18.1 --> 1.18.2
This is a bug fix release.
* 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.
Notes
Notes:
svn path=/head/; revision=536249
-rw-r--r-- | security/krb5-118/Makefile | 2 | ||||
-rw-r--r-- | security/krb5-118/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/krb5-118/Makefile b/security/krb5-118/Makefile index 1300cd11f37a..232473b2bd1b 100644 --- a/security/krb5-118/Makefile +++ b/security/krb5-118/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= krb5 -PORTVERSION= 1.18.1 +PORTVERSION= 1.18.2 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ .if !defined(MASTERDIR) diff --git a/security/krb5-118/distinfo b/security/krb5-118/distinfo index a3d836bb4494..84584bcbcc20 100644 --- a/security/krb5-118/distinfo +++ b/security/krb5-118/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1586869538 -SHA256 (krb5-1.18.1.tar.gz) = 02a4e700f10936f937cd1a4c303cab8687a11abecc6107bd4b706b9329cd5400 -SIZE (krb5-1.18.1.tar.gz) = 8711772 +TIMESTAMP = 1590189871 +SHA256 (krb5-1.18.2.tar.gz) = c6e4c9ec1a98141c3f5d66ddf1a135549050c9fab4e9a4620ee9b22085873ae0 +SIZE (krb5-1.18.2.tar.gz) = 8713927 |