From owner-svn-ports-branches@freebsd.org Wed Jul 27 19:26:17 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC3C5BA6093; Wed, 27 Jul 2016 19:26:17 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 827DC165C; Wed, 27 Jul 2016 19:26:17 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6RJQGvS063888; Wed, 27 Jul 2016 19:26:16 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6RJQG5L063886; Wed, 27 Jul 2016 19:26:16 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201607271926.u6RJQG5L063886@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Wed, 27 Jul 2016 19:26:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419193 - branches/2016Q3/security/krb5-113 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jul 2016 19:26:17 -0000 Author: cy Date: Wed Jul 27 19:26:16 2016 New Revision: 419193 URL: https://svnweb.freebsd.org/changeset/ports/419193 Log: MFH: r419157 Update to 1.13.6. This is a bug fix release. * Improve some error messages * Improve documentation * Allow a principal with nonexistent policy to bypass the minimum password lifetime check, consistent with other aspects of nonexistent policies * Fix a rare KDC denial of service vulnerability when anonymous client principals are restricted to obtaining TGTs only [CVE-2016-3120] Security: 62d45229-4fa0-11e6-9d13-206a8a720317 Security: CVE-2016-3120 Approved by: ports-secteam (feld) Modified: branches/2016Q3/security/krb5-113/Makefile branches/2016Q3/security/krb5-113/distinfo Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/security/krb5-113/Makefile ============================================================================== --- branches/2016Q3/security/krb5-113/Makefile Wed Jul 27 19:24:26 2016 (r419192) +++ branches/2016Q3/security/krb5-113/Makefile Wed Jul 27 19:26:16 2016 (r419193) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= krb5 -PORTVERSION= 1.13.5 +PORTVERSION= 1.13.6 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/2016Q3/security/krb5-113/distinfo ============================================================================== --- branches/2016Q3/security/krb5-113/distinfo Wed Jul 27 19:24:26 2016 (r419192) +++ branches/2016Q3/security/krb5-113/distinfo Wed Jul 27 19:26:16 2016 (r419193) @@ -1,2 +1,3 @@ -SHA256 (krb5-1.13.5.tar.gz) = d4463d3d96bf86cfbc2206713b1783e6caa00e9bb0e32a758db261facb618cca -SIZE (krb5-1.13.5.tar.gz) = 12141933 +TIMESTAMP = 1469584625 +SHA256 (krb5-1.13.6.tar.gz) = 9c0a46b8918237a53916370d2e02298c2b294f55f0351f9404e18930bc26badc +SIZE (krb5-1.13.6.tar.gz) = 12150805