svn commit: r489645 - branches/2019Q1/security/krb5-115
Cy Schubert
cy at FreeBSD.org
Tue Jan 8 05:15:12 UTC 2019
Author: cy
Date: Tue Jan 8 05:15:10 2019
New Revision: 489645
URL: https://svnweb.freebsd.org/changeset/ports/489645
Log:
MFH: r489635
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].
Approved by: portmgr (miwi)
Modified:
branches/2019Q1/security/krb5-115/Makefile
branches/2019Q1/security/krb5-115/distinfo
Directory Properties:
branches/2019Q1/ (props changed)
Modified: branches/2019Q1/security/krb5-115/Makefile
==============================================================================
--- branches/2019Q1/security/krb5-115/Makefile Tue Jan 8 05:07:20 2019 (r489644)
+++ branches/2019Q1/security/krb5-115/Makefile Tue Jan 8 05:15:10 2019 (r489645)
@@ -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)
Modified: branches/2019Q1/security/krb5-115/distinfo
==============================================================================
--- branches/2019Q1/security/krb5-115/distinfo Tue Jan 8 05:07:20 2019 (r489644)
+++ branches/2019Q1/security/krb5-115/distinfo Tue Jan 8 05:15:10 2019 (r489645)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1541169230
-SHA256 (krb5-1.15.4.tar.gz) = f2ed804ae9fb455689b8f6c8326f287b33be17b1a9d7b9468ddcf16d23fc9548
-SIZE (krb5-1.15.4.tar.gz) = 9535307
+TIMESTAMP = 1546910449
+SHA256 (krb5-1.15.5.tar.gz) = 78881e2d3a0f853f920406e639020fe5cfd2f068b87a9a80dc1a2bd506e33eba
+SIZE (krb5-1.15.5.tar.gz) = 9536122
More information about the svn-ports-branches
mailing list