From owner-svn-ports-head@freebsd.org Tue Jan 23 10:35:26 2018 Return-Path: Delivered-To: svn-ports-head@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 7D4BAEC9DA1; Tue, 23 Jan 2018 10:35:26 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 574C373DC0; Tue, 23 Jan 2018 10:35:26 +0000 (UTC) (envelope-from hrs@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 892C4562D; Tue, 23 Jan 2018 10:35:25 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0NAZPsx090476; Tue, 23 Jan 2018 10:35:25 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0NAZPVs090474; Tue, 23 Jan 2018 10:35:25 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201801231035.w0NAZPVs090474@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Tue, 23 Jan 2018 10:35:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459739 - head/security/heimdal X-SVN-Group: ports-head X-SVN-Commit-Author: hrs X-SVN-Commit-Paths: head/security/heimdal X-SVN-Commit-Revision: 459739 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jan 2018 10:35:26 -0000 Author: hrs Date: Tue Jan 23 10:35:25 2018 New Revision: 459739 URL: https://svnweb.freebsd.org/changeset/ports/459739 Log: Update to 7.5.0: - In Heimdal 7.1 through 7.4, remote unauthenticated attackers are able to crash the KDC by sending a crafted UDP packet containing empty data fields for client name or realm. Security: CVE-2017-17439 PR: 224191 Modified: head/security/heimdal/Makefile head/security/heimdal/distinfo Modified: head/security/heimdal/Makefile ============================================================================== --- head/security/heimdal/Makefile Tue Jan 23 10:34:21 2018 (r459738) +++ head/security/heimdal/Makefile Tue Jan 23 10:35:25 2018 (r459739) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= heimdal -PORTVERSION= 7.4.0 +PORTVERSION= 7.5.0 CATEGORIES= security ipv6 MASTER_SITES= https://github.com/heimdal/heimdal/releases/download/${DISTNAME}/ Modified: head/security/heimdal/distinfo ============================================================================== --- head/security/heimdal/distinfo Tue Jan 23 10:34:21 2018 (r459738) +++ head/security/heimdal/distinfo Tue Jan 23 10:35:25 2018 (r459739) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499795010 -SHA256 (heimdal-7.4.0.tar.gz) = 3de14ecd36ad21c1694a13da347512b047f4010d176fe412820664cb5d1429ad -SIZE (heimdal-7.4.0.tar.gz) = 9928553 +TIMESTAMP = 1516703455 +SHA256 (heimdal-7.5.0.tar.gz) = c5a2a0030fcc728022fa2332bad85569084d1c3b9a59587b7ebe141b0532acad +SIZE (heimdal-7.5.0.tar.gz) = 10071281