ports/core (3.0): [notify] bash: added patch for CVE-2014-7169 (incomplete CVE-2014-6271 patch)
commit 8e02504a678bc80478b0eb41b13514dabfda9127 Author: Thomas Penteker <tek@serverop.de> Date: Fri Sep 26 17:59:58 2014 +0200 [notify] bash: added patch for CVE-2014-7169 (incomplete CVE-2014-6271 patch) diff --git a/bash/.md5sum b/bash/.md5sum index 3d880ea..e4b69b9 100644 --- a/bash/.md5sum +++ b/bash/.md5sum @@ -1,3 +1,3 @@ -96863344bdbf143b33dbab39d3209671 bash-4.2.48.patch.gz +2c6869734816d9f7db64e4aed6f69bcd bash-4.2.49.patch.gz 3fb927c7c33022f1c327f14a81c0d4b0 bash-4.2.tar.gz 3fee206195d50dbd8a3560a8a77f341b profile diff --git a/bash/Pkgfile b/bash/Pkgfile index 5b2a558..126110b 100644 --- a/bash/Pkgfile +++ b/bash/Pkgfile @@ -4,7 +4,7 @@ # Depends on: ncurses readline name=bash -version=4.2.48 +version=4.2.49 release=1 source=(http://ftp.gnu.org/gnu/$name/$name-${version:0:3}.tar.gz \ $name-$version.patch.gz profile) diff --git a/bash/bash-4.2.48.patch.gz b/bash/bash-4.2.48.patch.gz deleted file mode 100644 index 501d5c6..0000000 Binary files a/bash/bash-4.2.48.patch.gz and /dev/null differ diff --git a/bash/bash-4.2.49.patch.gz b/bash/bash-4.2.49.patch.gz new file mode 100644 index 0000000..eb27589 Binary files /dev/null and b/bash/bash-4.2.49.patch.gz differ
participants (1)
-
crux@crux.nu