diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2017-01-20 06:30:26 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2017-01-20 06:30:26 +0000 |
commit | e397b8a6d9f45ce8df67f190c62fef1f6b786ab6 (patch) | |
tree | 9580968beb9f7247d18f78a548187d2e08468ba2 /shells | |
parent | ports-mgmt/synth: Fix open file descriptor issue for purge-distfiles cmd (diff) |
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
Notes
Notes:
svn path=/head/; revision=431931
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 2 | ||||
-rw-r--r-- | shells/bash/distinfo | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 8de8e5bb1595..5fd69acf6998 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bash -PATCHLEVEL= 5 +PATCHLEVEL= 7 PORTVERSION= 4.4.${PATCHLEVEL:S/^0//g} PORTREVISION?= 0 CATEGORIES= shells diff --git a/shells/bash/distinfo b/shells/bash/distinfo index 35e54bfcdc20..29eb314aad0e 100644 --- a/shells/bash/distinfo +++ b/shells/bash/distinfo @@ -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 |