Date: Tue, 26 Jul 2016 19:12:13 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419147 - branches/2016Q3/security/krb5-114 Message-ID: <201607261912.u6QJCDjX021187@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607261912.u6QJCDjX021187>