From owner-svn-ports-head@freebsd.org Sun Jan 22 21:06:12 2017 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 89CA9CBC75F; Sun, 22 Jan 2017 21:06:12 +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 388151930; Sun, 22 Jan 2017 21:06:12 +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 v0ML6BU0025789; Sun, 22 Jan 2017 21:06:11 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0ML6Blu025787; Sun, 22 Jan 2017 21:06:11 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201701222106.v0ML6Blu025787@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 21:06:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432161 - 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.23 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: Sun, 22 Jan 2017 21:06:12 -0000 Author: ehaupt Date: Sun Jan 22 21:06:11 2017 New Revision: 432161 URL: https://svnweb.freebsd.org/changeset/ports/432161 Log: Update to 4.4.11 Changelog: Under certain circumstances, bash will evaluate arithmetic expressions as part of reading an expression token even when evaluation is suppressed. This happens while evaluating a conditional expression and skipping over the failed branch of the expression. There is a race condition in add_history() that can be triggered by a fatal signal arriving between the time the history length is updated and the time the history list update is completed. A later attempt to reference an invalid history entry can cause a crash. Depending on compiler optimizations and behavior, the `read' builtin may not save partial input when a timeout occurs. Subshells begun to run command and process substitutions may attempt to set the terminal's process group to an incorrect value if they receive a fatal signal. This depends on the behavior of the process that starts the shell. MFH: 2017Q1 Modified: head/shells/bash/Makefile head/shells/bash/distinfo Modified: head/shells/bash/Makefile ============================================================================== --- head/shells/bash/Makefile Sun Jan 22 20:59:33 2017 (r432160) +++ head/shells/bash/Makefile Sun Jan 22 21:06:11 2017 (r432161) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bash -PATCHLEVEL= 7 +PATCHLEVEL= 11 PORTVERSION= 4.4.${PATCHLEVEL:S/^0//g} PORTREVISION?= 0 CATEGORIES= shells Modified: head/shells/bash/distinfo ============================================================================== --- head/shells/bash/distinfo Sun Jan 22 20:59:33 2017 (r432160) +++ head/shells/bash/distinfo Sun Jan 22 21:06:11 2017 (r432161) @@ -1,4 +1,4 @@ -TIMESTAMP = 1484893303 +TIMESTAMP = 1485118817 SHA256 (bash/bash-4.4.tar.gz) = d86b3392c1202e8ff5a423b302e6284db7f8f435ea9f39b5b1b20fd3ac36dfcb SIZE (bash/bash-4.4.tar.gz) = 9377313 SHA256 (bash/bash44-001) = 3e28d91531752df9a8cb167ad07cc542abaf944de9353fe8c6a535c9f1f17f0f @@ -15,3 +15,11 @@ SHA256 (bash/bash44-006) = 6a8e2e2a6180d SIZE (bash/bash44-006) = 1805 SHA256 (bash/bash44-007) = de1ccc07b7bfc9e25243ad854f3bbb5d3ebf9155b0477df16aaf00a7b0d5edaf SIZE (bash/bash44-007) = 4640 +SHA256 (bash/bash44-008) = 86144700465933636d7b945e89b77df95d3620034725be161ca0ca5a42e239ba +SIZE (bash/bash44-008) = 2223 +SHA256 (bash/bash44-009) = 0b6bdd1a18a0d20e330cc3bc71e048864e4a13652e29dc0ebf3918bea729343c +SIZE (bash/bash44-009) = 3117 +SHA256 (bash/bash44-010) = 8465c6f2c56afe559402265b39d9e94368954930f9aa7f3dfa6d36dd66868e06 +SIZE (bash/bash44-010) = 1670 +SHA256 (bash/bash44-011) = dd56426ef7d7295e1107c0b3d06c192eb9298f4023c202ca2ba6266c613d170d +SIZE (bash/bash44-011) = 1603