New commits:
commit e88ce9afb4c87ccfe8361f0ff7f45374d40d8733
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>
bash 4.3.30, SECURITY_PATCH=8
diff --git a/shell-term-fm/bash/DETAILS b/shell-term-fm/bash/DETAILS
index 9ff6b91..a8d0c7a 100755
--- a/shell-term-fm/bash/DETAILS
+++ b/shell-term-fm/bash/DETAILS
@@ -1,7 +1,7 @@
SPELL=bash
VERSION=4.3
- SECURITY_PATCH=7
- BASH_PATCHLEVEL=029
+ SECURITY_PATCH=8
+ BASH_PATCHLEVEL=030
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE3=$SPELL-doc-3.2.tar.gz
diff --git a/shell-term-fm/bash/HISTORY b/shell-term-fm/bash/HISTORY
index 1c63d3f..0f50fb4 100644
--- a/shell-term-fm/bash/HISTORY
+++ b/shell-term-fm/bash/HISTORY
@@ -1,3 +1,8 @@
+2014-10-06 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 4.3.30, SECURITY_PATCH=8
+ * patches/bash43-026, patches/bash43-028: official patches updated
+ * patches/bash43-030: official patch added
+
2014-10-03 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: SECURITY_PATCH++ (yet another fix for unannounced CVE from
Michal Zalewski)
diff --git a/shell-term-fm/bash/patches/bash43-026
b/shell-term-fm/bash/patches/bash43-026
index e48141b..d5d5b1d 100644
--- a/shell-term-fm/bash/patches/bash43-026
+++ b/shell-term-fm/bash/patches/bash43-026
@@ -4,7 +4,7 @@
Bash-Release: 4.3
Patch-ID: bash43-026
diff --git a/shell-term-fm/bash/patches/bash43-028
b/shell-term-fm/bash/patches/bash43-028
index 074c727..7448cf8 100644
--- a/shell-term-fm/bash/patches/bash43-028
+++ b/shell-term-fm/bash/patches/bash43-028
@@ -156,8 +156,21 @@ Patch (apply with `patch -p0'):
+
void
gather_here_documents ()
-*** ../bash-4.3.27/y.tab.c 2014-09-25 23:02:35.000000000 -0400
---- y.tab.c 2014-09-30 20:03:03.000000000 -0400
+*** ../bash-4.3.27/y.tab.c 2014-10-01 11:38:24.000000000 -0400
+--- y.tab.c 2014-10-01 12:46:11.000000000 -0400
+***************
+*** 169,173 ****
+
+ /* Copy the first part of user declarations. */
+! #line 21 "/usr/homes/chet/src/bash/src/parse.y"
+
+ #include "config.h"
+--- 169,173 ----
+
+ /* Copy the first part of user declarations. */
+! #line 21 "/usr/src/local/chet/src/bash/bash-4.3.28/parse.y"
+
+ #include "config.h"
***************
*** 320,323 ****
--- 320,326 ----
@@ -206,7 +219,7 @@ Patch (apply with `patch -p0'):
--- 498,502 ----
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE
-! #line 329 "/usr/homes/chet/src/bash/src/parse.y"
+! #line 329 "/usr/src/local/chet/src/bash/bash-4.3.28/parse.y"
{
WORD_DESC *word; /* the word that we read. */
***************
@@ -290,7 +303,7 @@ Patch (apply with `patch -p0'):
--- 2099,2103 ----
{
case 2:
-! #line 383 "/usr/homes/chet/src/bash/src/parse.y"
+! #line 383 "/usr/src/local/chet/src/bash/bash-4.3.28/parse.y"
{
/* Case of regular command. Discard the error
***************
@@ -303,7 +316,7 @@ Patch (apply with `patch -p0'):
--- 2113,2117 ----
case 3:
-! #line 394 "/usr/homes/chet/src/bash/src/parse.y"
+! #line 394 "/usr/src/local/chet/src/bash/bash-4.3.28/parse.y"
{
/* Case of regular command, but not a very
***************
@@ -316,7 +329,7 @@ Patch (apply with `patch -p0'):
--- 2125,2129 ----
case 5:
-! #line 418 "/usr/homes/chet/src/bash/src/parse.y"
+! #line 418 "/usr/src/local/chet/src/bash/bash-4.3.28/parse.y"
{
/* Case of EOF seen by itself. Do ignoreeof or
***************
@@ -352,17 +365,17 @@ Patch (apply with `patch -p0'):
--- 2154,2168 ----