]> git.pld-linux.org Git - packages/bash.git/blobdiff - bash.spec
- up to 4.3.25; fixes (sometimes remotely exploitable) CVE-2014-6271
[packages/bash.git] / bash.spec
index cabfd2ad0e281bacb818b9734f058a1200e84520..81d2dc6023ba36dd9621571230329c5216bbe6bb 100644 (file)
--- a/bash.spec
+++ b/bash.spec
@@ -4,8 +4,9 @@
 %bcond_with    bash_history    # build with additional history in /var/log/bash_hist ;)
 %bcond_without tests   # do not perform "make test"
 
+# NOTE: when updating patchleve, do not forget to update 'sources' file!
 %define                ver             4.3
-%define                patchlevel      11
+%define                patchlevel      25
 %define                rel             1
 Summary:       GNU Bourne Again Shell (bash)
 Summary(fr.UTF-8):     Le shell Bourne Again de GNU
@@ -35,7 +36,7 @@ Patch9:               %{name}-backup_history.patch
 Patch10:       %{name}-act_like_sh.patch
 Patch11:       %{name}-elinks_cont.patch
 Patch12:       %{name}-pl.po-update.patch
-%patchset_source -f http://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-%03g 1 %{patchlevel}
+%patchset_source -f https://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-%03g 1 %{patchlevel}
 URL:           http://www.gnu.org/software/bash/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -194,6 +195,8 @@ tym pakiecie jest wersja basha skonsolidowana statycznie.
 %patch11 -p1
 %patch12 -p1
 
+sed -i -e 's#/usr/bin/printf#/bin/printf#g' tests/intl2.sub
+
 %build
 cp -f /usr/share/automake/config.* support
 %{__autoconf}
This page took 0.041486 seconds and 4 git commands to generate.