svn commit: r469006 - head/security/krb5-116

Cy Schubert cy at FreeBSD.org
Fri May 4 06:18:45 UTC 2018


Author: cy
Date: Fri May  4 06:18:43 2018
New Revision: 469006
URL: https://svnweb.freebsd.org/changeset/ports/469006

Log:
  Update 1.16 --> 1.16.1
  
  Major changes in 1.16.1 (2018-05-03)
  ====================================
  
  This is a bug fix release.
  
  * Fix flaws in LDAP DN checking, including a null dereference KDC
    crash which could be triggered by kadmin clients with administrative
    privileges [CVE-2018-5729, CVE-2018-5730].
  
  * Fix a KDC PKINIT memory leak.
  
  * Fix a small KDC memory leak on transited or authdata errors when
    processing TGS requests.
  
  * Fix a regression in pkinit_cert_match matching of client
    certificates containing Microsoft UPN SANs.
  
  * Fix a null dereference when the KDC sends a large TGS reply.
  
  * Fix "kdestroy -A" with the KCM credential cache type.
  
  * Allow validation of Microsoft PACs containing enterprise names.
  
  * Fix the handling of capaths "." values.
  
  * Fix handling of repeated subsection specifications in profile files
    (such as when multiple included files specify relations in the same
    subsection).

Modified:
  head/security/krb5-116/Makefile   (contents, props changed)
  head/security/krb5-116/distinfo   (contents, props changed)

Modified: head/security/krb5-116/Makefile
==============================================================================
--- head/security/krb5-116/Makefile	Fri May  4 06:17:47 2018	(r469005)
+++ head/security/krb5-116/Makefile	Fri May  4 06:18:43 2018	(r469006)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=		krb5
-PORTVERSION=		1.16
-PORTREVISION=		1
+PORTVERSION=		1.16.1
 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-116/distinfo
==============================================================================
--- head/security/krb5-116/distinfo	Fri May  4 06:17:47 2018	(r469005)
+++ head/security/krb5-116/distinfo	Fri May  4 06:18:43 2018	(r469006)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1512508523
-SHA256 (krb5-1.16.tar.gz) = faeb125f83b0fb4cdb2f99f088140631bb47d975982de0956d18c85842969e08
-SIZE (krb5-1.16.tar.gz) = 9474479
+TIMESTAMP = 1525411805
+SHA256 (krb5-1.16.1.tar.gz) = 214ffe394e3ad0c730564074ec44f1da119159d94281bbec541dc29168d21117
+SIZE (krb5-1.16.1.tar.gz) = 9477480


More information about the svn-ports-head mailing list