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.

MFH:		2017Q1
This commit is contained in:
Emanuel Haupt 2017-01-20 06:30:26 +00:00
parent 28b65eaff9
commit e397b8a6d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431931
2 changed files with 6 additions and 2 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= bash
PATCHLEVEL= 5
PATCHLEVEL= 7
PORTVERSION= 4.4.${PATCHLEVEL:S/^0//g}
PORTREVISION?= 0
CATEGORIES= shells

View file

@ -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) = ad080a30a4ac6c1273373617f29628cc320a35c8cd06913894794
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