Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jan 2017 20:59:33 +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: r432160 - branches/2017Q1/shells/bash
Message-ID:  <201701222059.v0MKxXFl021952@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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