Date: Tue, 8 Jan 2019 05:15:10 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r489645 - branches/2019Q1/security/krb5-115 Message-ID: <201901080515.x085FAJF021434@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901080515.x085FAJF021434>