svn commit: r469007 - head/security/krb5-115
Cy Schubert
cy at FreeBSD.org
Fri May 4 06:23:58 UTC 2018
Author: cy
Date: Fri May 4 06:23:57 2018
New Revision: 469007
URL: https://svnweb.freebsd.org/changeset/ports/469007
Log:
Update 1.15.2 --> 1.15.3
Major changes in 1.15.3 (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 null dereference when the KDC sends a large TGS reply.
* Fix "kdestroy -A" with the KCM credential cache type.
* 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-115/Makefile (contents, props changed)
head/security/krb5-115/distinfo (contents, props changed)
Modified: head/security/krb5-115/Makefile
==============================================================================
--- head/security/krb5-115/Makefile Fri May 4 06:18:43 2018 (r469006)
+++ head/security/krb5-115/Makefile Fri May 4 06:23:57 2018 (r469007)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= krb5
-PORTVERSION= 1.15.2
-PORTREVISION= 1
+PORTVERSION= 1.15.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-115/distinfo
==============================================================================
--- head/security/krb5-115/distinfo Fri May 4 06:18:43 2018 (r469006)
+++ head/security/krb5-115/distinfo Fri May 4 06:23:57 2018 (r469007)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1506419874
-SHA256 (krb5-1.15.2.tar.gz) = 1639e392edf25e3b6cfec2ae68f97eb53e07c2dbe74bfeede0108465d5d1c87e
-SIZE (krb5-1.15.2.tar.gz) = 9380755
+TIMESTAMP = 1525411850
+SHA256 (krb5-1.15.3.tar.gz) = 92bb5b613e42c62e3b693cd68ba1ea185eb26d5dcc2d168fce17706c150bebab
+SIZE (krb5-1.15.3.tar.gz) = 9386670
More information about the svn-ports-head
mailing list