From owner-svn-ports-head@FreeBSD.ORG Fri Oct 3 17:57:33 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 15DE9691; Fri, 3 Oct 2014 17:57:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 01CF5EFF; Fri, 3 Oct 2014 17:57:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s93HvWsi099278; Fri, 3 Oct 2014 17:57:32 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93HvWXB099276; Fri, 3 Oct 2014 17:57:32 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201410031757.s93HvWXB099276@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Fri, 3 Oct 2014 17:57:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369921 - head/shells/bash X-SVN-Group: ports-head 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.18-1 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: Fri, 03 Oct 2014 17:57:33 -0000 Author: bdrewery Date: Fri Oct 3 17:57:32 2014 New Revision: 369921 URL: https://svnweb.freebsd.org/changeset/ports/369921 QAT: https://qat.redports.org/buildarchive/r369921/ Log: - Update to patchlevel 4.3.29. This addresses the local crash from CVE-2014-6277. Note that the fixes applied in 4.3.25_2 (and upstream 4.3.27) already made this non-exploitable remotely. This makes 'bashcheck' [1] fully green now. It had a soft warning before for CVE-2014-6277. [1] https://github.com/hannob/bashcheck Modified: head/shells/bash/Makefile head/shells/bash/distinfo Modified: head/shells/bash/Makefile ============================================================================== --- head/shells/bash/Makefile Fri Oct 3 17:54:57 2014 (r369920) +++ head/shells/bash/Makefile Fri Oct 3 17:57:32 2014 (r369921) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bash -PATCHLEVEL= 28 +PATCHLEVEL= 29 PORTVERSION= 4.3.${PATCHLEVEL:S/^0//g} PORTREVISION?= 0 CATEGORIES= shells Modified: head/shells/bash/distinfo ============================================================================== --- head/shells/bash/distinfo Fri Oct 3 17:54:57 2014 (r369920) +++ head/shells/bash/distinfo Fri Oct 3 17:57:32 2014 (r369921) @@ -56,3 +56,5 @@ SHA256 (bash/bash43-027) = 1eb76ad28561d SIZE (bash/bash43-027) = 6889 SHA256 (bash/bash43-028) = e8b0dbed4724fa7b9bd8ff77d12c7f03da0fbfc5f8251ef5cb8511eb082b469d SIZE (bash/bash43-028) = 69606 +SHA256 (bash/bash43-029) = 4cc4a397fe6bc63ecb97d030a4e44258ef2d4e076d0e90c77782968cc43d6292 +SIZE (bash/bash43-029) = 1824