svn commit: r489635 - head/security/krb5-115
Cy Schubert
cy at FreeBSD.org
Tue Jan 8 01:41:01 UTC 2019
Author: cy
Date: Tue Jan 8 01:41:00 2019
New Revision: 489635
URL: https://svnweb.freebsd.org/changeset/ports/489635
Log:
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
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 Tue Jan 8 00:32:13 2019 (r489634)
+++ head/security/krb5-115/Makefile Tue Jan 8 01:41:00 2019 (r489635)
@@ -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: head/security/krb5-115/distinfo
==============================================================================
--- head/security/krb5-115/distinfo Tue Jan 8 00:32:13 2019 (r489634)
+++ head/security/krb5-115/distinfo Tue Jan 8 01:41:00 2019 (r489635)
@@ -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-head
mailing list