diff options
author | cy <cy@FreeBSD.org> | 2018-05-04 14:23:57 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2018-05-04 14:23:57 +0800 |
commit | ea0801a05c997c6acb11631af2a85961134bbf2c (patch) | |
tree | 0902834a709411ef097b4b89858258f5f17f2dad /security | |
parent | f45f9a344e655bb5b5084247211f45acb212f41a (diff) | |
download | freebsd-ports-gnome-ea0801a05c997c6acb11631af2a85961134bbf2c.tar.gz freebsd-ports-gnome-ea0801a05c997c6acb11631af2a85961134bbf2c.tar.zst freebsd-ports-gnome-ea0801a05c997c6acb11631af2a85961134bbf2c.zip |
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).
Diffstat (limited to 'security')
-rw-r--r-- | security/krb5-115/Makefile | 3 | ||||
-rw-r--r-- | security/krb5-115/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/security/krb5-115/Makefile b/security/krb5-115/Makefile index a459a7809b4e..7182b3d7bf0a 100644 --- a/security/krb5-115/Makefile +++ b/security/krb5-115/Makefile @@ -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) diff --git a/security/krb5-115/distinfo b/security/krb5-115/distinfo index d9d8165b77d4..cb98e05d3baf 100644 --- a/security/krb5-115/distinfo +++ b/security/krb5-115/distinfo @@ -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 |