commit 552bb800c8979d746d1cb097252045954b149d36 Author: Juergen Daubert <jue@jue.li> Date: Wed Sep 24 17:20:52 2014 +0200 [notify] bash: update to 4.3.25 Security fix for CVE-2014-6271, see - http://seclists.org/oss-sec/2014/q3/650 - http://article.gmane.org/gmane.comp.shells.bash.bugs/21993 diff --git a/bash/.md5sum b/bash/.md5sum index d00644d..9e78cc7 100644 --- a/bash/.md5sum +++ b/bash/.md5sum @@ -1,3 +1,3 @@ -11cccbc7078d68c0a2a56d638850294b bash-4.3.24.patch.gz +0bb8bde611b03e32a010c6aa373fa2d4 bash-4.3.25.patch.gz 81348932d5da294953e15d4814c74dd1 bash-4.3.tar.gz be4c698ea8bb7d52eab2d6ce2c3fab8e profile diff --git a/bash/Pkgfile b/bash/Pkgfile index 90e2361..776e459 100644 --- a/bash/Pkgfile +++ b/bash/Pkgfile @@ -4,7 +4,7 @@ # Depends on: ncurses readline name=bash -version=4.3.24 +version=4.3.25 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.3.24.patch.gz b/bash/bash-4.3.24.patch.gz deleted file mode 100644 index 314ae33..0000000 Binary files a/bash/bash-4.3.24.patch.gz and /dev/null differ diff --git a/bash/bash-4.3.25.patch.gz b/bash/bash-4.3.25.patch.gz new file mode 100644 index 0000000..3918884 Binary files /dev/null and b/bash/bash-4.3.25.patch.gz differ