Browse Source

bash-4.3.29-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8989 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 9 years ago
parent
commit
323c50970c
1 changed files with 14 additions and 8 deletions
  1. 14 8
      b/bash/bash-vl.spec

+ 14 - 8
b/bash/bash-vl.spec

@@ -1,12 +1,12 @@
 %define bashversion 4.3
-%define patchlevel 25
+%define patchlevel 29
 
 Summary:      The GNU Bourne Again shell (bash).
 Summary(ja):  GNU Bourne Again シェル (bash).
 
 Name:         bash
 Version:      %{bashversion}.%{patchlevel}
-Release:      2%{?_dist_release}
+Release:      1%{?_dist_release}
 
 Group:        System Environment/Shells
 License:      GPLv3+
@@ -44,6 +44,10 @@ Patch22: ftp://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-022
 Patch23: ftp://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-023
 Patch24: ftp://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-024
 Patch25: ftp://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-025
+Patch26: ftp://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-026
+Patch27: ftp://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-027
+Patch28: ftp://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-028
+Patch29: ftp://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-029
 
 # Other patches
 Patch101: bash-2.02-security.patch
@@ -88,10 +92,6 @@ Patch123: bash-4.2-manpage_trap.patch
 # https://www.securecoding.cert.org/confluence/display/seccode/INT32-C.+Ensure+that+operations+on+signed+integers+do+not+result+in+overflow
 Patch125: bash-4.2-size_type.patch
 
-# CVE-2014-7169
-#  http://www.openwall.com/lists/oss-security/2014/09/25/10
-Patch1000: bash-eol-pushback.patch
-
 Buildroot:    %{_tmppath}/%{name}-%{version}-root
 BuildRequires: texinfo, bison, ncurses-devel, autoconf, gettext
 Obsoletes:    bash <= 1.14.7
@@ -154,6 +154,10 @@ Again shell.
 %patch23 -p0 -b .023
 %patch24 -p0 -b .024
 %patch25 -p0 -b .025
+%patch26 -p0 -b .026
+%patch27 -p0 -b .027
+%patch28 -p0 -b .028
+%patch29 -p0 -b .029
 
 # Other patches
 %patch101 -p1 -b .security
@@ -181,8 +185,6 @@ Again shell.
 %patch123 -p1
 %patch125 -p1 -b .size_type
 
-%patch1000 -p0 -b .CVE-2014-7169
-
 echo %{version} > _distribution
 echo %{release} |sed 's/vl.*//' > _patchlevel
 
@@ -313,6 +315,10 @@ f:close()
 
 
 %changelog
+* Fri Oct 3 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.3.29-1
+- updated to 4.3 patch level 29
+- removed patch1000 (included in 4.3.26).
+
 * Thu Sep 25 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.3.25-2
 - added patch1000 to fix CVE-2014-7169.