svn commit: r431931 - head/shells/bash

Emanuel Haupt ehaupt at FreeBSD.org
Fri Jan 20 06:30:28 UTC 2017


Author: ehaupt
Date: Fri Jan 20 06:30:26 2017
New Revision: 431931
URL: https://svnweb.freebsd.org/changeset/ports/431931

Log:
  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

Modified:
  head/shells/bash/Makefile
  head/shells/bash/distinfo

Modified: head/shells/bash/Makefile
==============================================================================
--- head/shells/bash/Makefile	Fri Jan 20 03:40:53 2017	(r431930)
+++ head/shells/bash/Makefile	Fri Jan 20 06:30:26 2017	(r431931)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=		bash
-PATCHLEVEL=		5
+PATCHLEVEL=		7
 PORTVERSION=		4.4.${PATCHLEVEL:S/^0//g}
 PORTREVISION?=		0
 CATEGORIES=		shells

Modified: head/shells/bash/distinfo
==============================================================================
--- head/shells/bash/distinfo	Fri Jan 20 03:40:53 2017	(r431930)
+++ head/shells/bash/distinfo	Fri Jan 20 06:30:26 2017	(r431931)
@@ -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


More information about the svn-ports-all mailing list