svn commit: r419193 - branches/2016Q3/security/krb5-113

Cy Schubert cy at FreeBSD.org
Wed Jul 27 19:26:17 UTC 2016


Author: cy
Date: Wed Jul 27 19:26:16 2016
New Revision: 419193
URL: https://svnweb.freebsd.org/changeset/ports/419193

Log:
  MFH: r419157
  
  Update to 1.13.6.
  
  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-113/Makefile
  branches/2016Q3/security/krb5-113/distinfo
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/security/krb5-113/Makefile
==============================================================================
--- branches/2016Q3/security/krb5-113/Makefile	Wed Jul 27 19:24:26 2016	(r419192)
+++ branches/2016Q3/security/krb5-113/Makefile	Wed Jul 27 19:26:16 2016	(r419193)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=		krb5
-PORTVERSION=		1.13.5
+PORTVERSION=		1.13.6
 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-113/distinfo
==============================================================================
--- branches/2016Q3/security/krb5-113/distinfo	Wed Jul 27 19:24:26 2016	(r419192)
+++ branches/2016Q3/security/krb5-113/distinfo	Wed Jul 27 19:26:16 2016	(r419193)
@@ -1,2 +1,3 @@
-SHA256 (krb5-1.13.5.tar.gz) = d4463d3d96bf86cfbc2206713b1783e6caa00e9bb0e32a758db261facb618cca
-SIZE (krb5-1.13.5.tar.gz) = 12141933
+TIMESTAMP = 1469584625
+SHA256 (krb5-1.13.6.tar.gz) = 9c0a46b8918237a53916370d2e02298c2b294f55f0351f9404e18930bc26badc
+SIZE (krb5-1.13.6.tar.gz) = 12150805


More information about the svn-ports-all mailing list