diff --git a/srcpkgs/bash/patches/eol-pushback.patch b/srcpkgs/bash/patches/eol-pushback.patch deleted file mode 100644 index e78bf7339b..0000000000 --- a/srcpkgs/bash/patches/eol-pushback.patch +++ /dev/null @@ -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'; diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template index c79751402f..2404ba5931 100644 --- a/srcpkgs/bash/template +++ b/srcpkgs/bash/template @@ -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} diff --git a/srcpkgs/chroot-bash/template b/srcpkgs/chroot-bash/template index 4c6f2ae23e..2c541f92e1 100644 --- a/srcpkgs/chroot-bash/template +++ b/srcpkgs/chroot-bash/template @@ -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}"