From owner-svn-ports-all@freebsd.org Sun Jan 22 20:59:35 2017 Return-Path: Delivered-To: svn-ports-all@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 1E5B0CBDE51; Sun, 22 Jan 2017 20:59:35 +0000 (UTC) (envelope-from ehaupt@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 C810ACDC; Sun, 22 Jan 2017 20:59:34 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0MKxXCW021954; Sun, 22 Jan 2017 20:59:33 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0MKxXFl021952; Sun, 22 Jan 2017 20:59:33 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201701222059.v0MKxXFl021952@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 22 Jan 2017 20:59:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r432160 - branches/2017Q1/shells/bash X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jan 2017 20:59:35 -0000 Author: ehaupt Date: Sun Jan 22 20:59:33 2017 New Revision: 432160 URL: https://svnweb.freebsd.org/changeset/ports/432160 Log: MFH: r431931 Update to 4.4.7 Changelog: - Out-of-range negative offsets to popd can cause the shell to crash attempting to free an invalid memory block. - When performing filename completion, bash dequotes the directory name being completed, which can result in match failures and potential unwanted expansion. Approved by: ports-secteam (junovitch) Modified: branches/2017Q1/shells/bash/Makefile branches/2017Q1/shells/bash/distinfo Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/shells/bash/Makefile ============================================================================== --- branches/2017Q1/shells/bash/Makefile Sun Jan 22 20:35:34 2017 (r432159) +++ branches/2017Q1/shells/bash/Makefile Sun Jan 22 20:59:33 2017 (r432160) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bash -PATCHLEVEL= 5 +PATCHLEVEL= 7 PORTVERSION= 4.4.${PATCHLEVEL:S/^0//g} PORTREVISION?= 0 CATEGORIES= shells Modified: branches/2017Q1/shells/bash/distinfo ============================================================================== --- branches/2017Q1/shells/bash/distinfo Sun Jan 22 20:35:34 2017 (r432159) +++ branches/2017Q1/shells/bash/distinfo Sun Jan 22 20:59:33 2017 (r432160) @@ -1,4 +1,4 @@ -TIMESTAMP = 1479623345 +TIMESTAMP = 1484893303 SHA256 (bash/bash-4.4.tar.gz) = d86b3392c1202e8ff5a423b302e6284db7f8f435ea9f39b5b1b20fd3ac36dfcb SIZE (bash/bash-4.4.tar.gz) = 9377313 SHA256 (bash/bash44-001) = 3e28d91531752df9a8cb167ad07cc542abaf944de9353fe8c6a535c9f1f17f0f @@ -11,3 +11,7 @@ SHA256 (bash/bash44-004) = ad080a30a4ac6 SIZE (bash/bash44-004) = 2350 SHA256 (bash/bash44-005) = 221e4b725b770ad0bb6924df3f8d04f89eeca4558f6e4c777dfa93e967090529 SIZE (bash/bash44-005) = 1439 +SHA256 (bash/bash44-006) = 6a8e2e2a6180d0f1ce39dcd651622fb6d2fd05db7c459f64ae42d667f1e344b8 +SIZE (bash/bash44-006) = 1805 +SHA256 (bash/bash44-007) = de1ccc07b7bfc9e25243ad854f3bbb5d3ebf9155b0477df16aaf00a7b0d5edaf +SIZE (bash/bash44-007) = 4640