Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jan 2017 06:03:40 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r432197 - branches/2017Q1/shells/bash
Message-ID:  <201701230603.v0N63e50049679@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Mon Jan 23 06:03:40 2017
New Revision: 432197
URL: https://svnweb.freebsd.org/changeset/ports/432197

Log:
  MFH: r432161
  
  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.
  
  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	Mon Jan 23 03:27:38 2017	(r432196)
+++ branches/2017Q1/shells/bash/Makefile	Mon Jan 23 06:03:40 2017	(r432197)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=		bash
-PATCHLEVEL=		7
+PATCHLEVEL=		11
 PORTVERSION=		4.4.${PATCHLEVEL:S/^0//g}
 PORTREVISION?=		0
 CATEGORIES=		shells

Modified: branches/2017Q1/shells/bash/distinfo
==============================================================================
--- branches/2017Q1/shells/bash/distinfo	Mon Jan 23 03:27:38 2017	(r432196)
+++ branches/2017Q1/shells/bash/distinfo	Mon Jan 23 06:03:40 2017	(r432197)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701230603.v0N63e50049679>