]> 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 f1011f0d64d294ac6f079b8fc062da59dca771fd..81d2dc6023ba36dd9621571230329c5216bbe6bb 100644 (file)
--- a/bash.spec
+++ b/bash.spec
@@ -1,10 +1,12 @@
+#
 # Conditional build:
 %bcond_without static          # don't build static version
 %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      0
+%define                patchlevel      25
 %define                rel             1
 Summary:       GNU Bourne Again Shell (bash)
 Summary(fr.UTF-8):     Le shell Bourne Again de GNU
@@ -34,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
@@ -191,7 +193,9 @@ tym pakiecie jest wersja basha skonsolidowana statycznie.
 %{?with_bash_history:%patch9 -p1}
 %patch10 -p1
 %patch11 -p1
-#%patch12 -p1
+%patch12 -p1
+
+sed -i -e 's#/usr/bin/printf#/bin/printf#g' tests/intl2.sub
 
 %build
 cp -f /usr/share/automake/config.* support
This page took 0.025355 seconds and 4 git commands to generate.