svn commit: r419147 - branches/2016Q3/security/krb5-114
Cy Schubert
cy at FreeBSD.org
Tue Jul 26 19:12:14 UTC 2016
Author: cy
Date: Tue Jul 26 19:12:13 2016
New Revision: 419147
URL: https://svnweb.freebsd.org/changeset/ports/419147
Log:
MFH: r418903
Update to 1.14.3.
This is a bug fix release.
* Improve some error messages
* Improve documentation
* Allow a principal with nonexistent policy to bypass the minimum
password lifetime check, consistent with other aspects of
nonexistent policies
* Fix a rare KDC denial of service vulnerability when anonymous client
principals are restricted to obtaining TGTs only [CVE-2016-3120]
Security: 62d45229-4fa0-11e6-9d13-206a8a720317
Security: CVE-2016-3120
Approved by: ports-secteam@ (feld@)
Modified:
branches/2016Q3/security/krb5-114/Makefile
branches/2016Q3/security/krb5-114/distinfo
Directory Properties:
branches/2016Q3/ (props changed)
Modified: branches/2016Q3/security/krb5-114/Makefile
==============================================================================
--- branches/2016Q3/security/krb5-114/Makefile Tue Jul 26 19:09:53 2016 (r419146)
+++ branches/2016Q3/security/krb5-114/Makefile Tue Jul 26 19:12:13 2016 (r419147)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= krb5
-PORTVERSION= 1.14.2
+PORTVERSION= 1.14.3
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)
Modified: branches/2016Q3/security/krb5-114/distinfo
==============================================================================
--- branches/2016Q3/security/krb5-114/distinfo Tue Jul 26 19:09:53 2016 (r419146)
+++ branches/2016Q3/security/krb5-114/distinfo Tue Jul 26 19:12:13 2016 (r419147)
@@ -1,2 +1,3 @@
-SHA256 (krb5-1.14.2.tar.gz) = 6bcad7e6778d1965e4ce4af21d2efdc15b274c5ce5c69031c58e4c954cda8b27
-SIZE (krb5-1.14.2.tar.gz) = 12264762
+TIMESTAMP = 1469146014
+SHA256 (krb5-1.14.3.tar.gz) = cd4620d520cf0df0dd8791309912df2bb20fcba76790b9fba4e25c1da08ff2c9
+SIZE (krb5-1.14.3.tar.gz) = 12279888
More information about the svn-ports-branches
mailing list