bash: update to 4.3 patchlevel 026 (fixes CVE-2014-7169).

This commit is contained in:
Juan RP 2014-09-27 03:19:21 +02:00
parent c3f569e1bc
commit c2063e026e
3 changed files with 2 additions and 15 deletions

View file

@ -1,13 +0,0 @@
CVE-2014-6271: remote code execution through bash (2/2)
*** parse.y 2014-08-26 15:09:42.000000000 -0400
--- parse.y 2014-09-24 22:47:28.000000000 -0400
***************
*** 2959,2962 ****
--- 2959,2964 ----
word_desc_to_read = (WORD_DESC *)NULL;
+ eol_ungetc_lookahead = 0;
+
current_token = '\n'; /* XXX */
last_read_token = '\n';

View file

@ -1,7 +1,7 @@
# Template build file for 'bash'.
pkgname=bash
_bash_distver=4.3
_bash_patchlevel=025
_bash_patchlevel=026
version=${_bash_distver}.${_bash_patchlevel}
revision=1
wrksrc=${pkgname}-${_bash_distver}

View file

@ -1,7 +1,7 @@
# Template build file for 'chroot-bash'.
pkgname=chroot-bash
_bash_distver=4.3
_bash_patchlevel=025
_bash_patchlevel=026
version=${_bash_distver}.${_bash_patchlevel}
revision=1
wrksrc="bash-${_bash_distver}"