Date: Tue, 8 Jan 2019 01:41:04 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489636 - head/security/krb5-116 Message-ID: <201901080141.x081f4WQ009161@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Tue Jan 8 01:41:04 2019 New Revision: 489636 URL: https://svnweb.freebsd.org/changeset/ports/489636 Log: Update 1.16.2 --> 1.16.3 Major changes in 1.16.3 (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-116/Makefile (contents, props changed) head/security/krb5-116/distinfo (contents, props changed) Modified: head/security/krb5-116/Makefile ============================================================================== --- head/security/krb5-116/Makefile Tue Jan 8 01:41:00 2019 (r489635) +++ head/security/krb5-116/Makefile Tue Jan 8 01:41:04 2019 (r489636) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= krb5 -PORTVERSION= 1.16.2 +PORTVERSION= 1.16.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) Modified: head/security/krb5-116/distinfo ============================================================================== --- head/security/krb5-116/distinfo Tue Jan 8 01:41:00 2019 (r489635) +++ head/security/krb5-116/distinfo Tue Jan 8 01:41:04 2019 (r489636) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541169195 -SHA256 (krb5-1.16.2.tar.gz) = 9f721e1fe593c219174740c71de514c7228a97d23eb7be7597b2ae14e487f027 -SIZE (krb5-1.16.2.tar.gz) = 9652415 +TIMESTAMP = 1546910420 +SHA256 (krb5-1.16.3.tar.gz) = e40499df7c6dbef0cf9b11870a0e167cde827737d8b2c06a9436334f08ab9b0d +SIZE (krb5-1.16.3.tar.gz) = 9656985
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901080141.x081f4WQ009161>