svn commit: r418903 - head/security/krb5-114

Cy Schubert cy at FreeBSD.org
Fri Jul 22 00:24:36 UTC 2016


Author: cy
Date: Fri Jul 22 00:24:34 2016
New Revision: 418903
URL: https://svnweb.freebsd.org/changeset/ports/418903

Log:
  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]
  
  MFH:		2016Q3
  Security:	62d45229-4fa0-11e6-9d13-206a8a720317
  Security:	CVE-2016-3120

Modified:
  head/security/krb5-114/Makefile
  head/security/krb5-114/distinfo

Modified: head/security/krb5-114/Makefile
==============================================================================
--- head/security/krb5-114/Makefile	Fri Jul 22 00:22:18 2016	(r418902)
+++ head/security/krb5-114/Makefile	Fri Jul 22 00:24:34 2016	(r418903)
@@ -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: head/security/krb5-114/distinfo
==============================================================================
--- head/security/krb5-114/distinfo	Fri Jul 22 00:22:18 2016	(r418902)
+++ head/security/krb5-114/distinfo	Fri Jul 22 00:24:34 2016	(r418903)
@@ -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-head mailing list