diff options
author | cy <cy@FreeBSD.org> | 2019-01-08 09:41:00 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2019-01-08 09:41:00 +0800 |
commit | f8526a4a04e879daca85422b0b820f9e97e2109a (patch) | |
tree | d99133fc541e6b7b67373b39e98aca0b21fa72ee /security/krb5-115/Makefile | |
parent | 6b8e017f2ed5a3dd1af541b2d2a034a483174249 (diff) | |
download | freebsd-ports-gnome-f8526a4a04e879daca85422b0b820f9e97e2109a.tar.gz freebsd-ports-gnome-f8526a4a04e879daca85422b0b820f9e97e2109a.tar.zst freebsd-ports-gnome-f8526a4a04e879daca85422b0b820f9e97e2109a.zip |
Update 1.15.4 --> 1.15.5
Major changes in 1.15.5 (2019-01-07)
====================================
This is a bug fix release.
* Fix a regression in the MEMORY credential cache type which could
cause client programs to crash.
* MEMORY credential caches will not be listed in the global
collection, with the exception of the default credential cache if it
is of type MEMORY.
* Remove an incorrect assertion in the KDC which could be used to
cause a crash [CVE-2018-20217].
MFH: 2019Q1
Diffstat (limited to 'security/krb5-115/Makefile')
-rw-r--r-- | security/krb5-115/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/krb5-115/Makefile b/security/krb5-115/Makefile index 9616623b23fb..ca0d4494ed45 100644 --- a/security/krb5-115/Makefile +++ b/security/krb5-115/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= krb5 -PORTVERSION= 1.15.4 +PORTVERSION= 1.15.5 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) |