|
@@ -1,12 +1,12 @@
|
|
%define bashversion 4.3
|
|
%define bashversion 4.3
|
|
-%define patchlevel 25
|
|
+%define patchlevel 29
|
|
|
|
|
|
Summary: The GNU Bourne Again shell (bash).
|
|
Summary: The GNU Bourne Again shell (bash).
|
|
Summary(ja): GNU Bourne Again シェル (bash).
|
|
Summary(ja): GNU Bourne Again シェル (bash).
|
|
|
|
|
|
Name: bash
|
|
Name: bash
|
|
Version: %{bashversion}.%{patchlevel}
|
|
Version: %{bashversion}.%{patchlevel}
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
|
|
|
|
Group: System Environment/Shells
|
|
Group: System Environment/Shells
|
|
License: GPLv3+
|
|
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
|
|
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
|
|
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
|
|
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
|
|
# Other patches
|
|
Patch101: bash-2.02-security.patch
|
|
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
|
|
# 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
|
|
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
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: texinfo, bison, ncurses-devel, autoconf, gettext
|
|
BuildRequires: texinfo, bison, ncurses-devel, autoconf, gettext
|
|
Obsoletes: bash <= 1.14.7
|
|
Obsoletes: bash <= 1.14.7
|
|
@@ -154,6 +154,10 @@ Again shell.
|
|
%patch23 -p0 -b .023
|
|
%patch23 -p0 -b .023
|
|
%patch24 -p0 -b .024
|
|
%patch24 -p0 -b .024
|
|
%patch25 -p0 -b .025
|
|
%patch25 -p0 -b .025
|
|
|
|
+%patch26 -p0 -b .026
|
|
|
|
+%patch27 -p0 -b .027
|
|
|
|
+%patch28 -p0 -b .028
|
|
|
|
+%patch29 -p0 -b .029
|
|
|
|
|
|
# Other patches
|
|
# Other patches
|
|
%patch101 -p1 -b .security
|
|
%patch101 -p1 -b .security
|
|
@@ -181,8 +185,6 @@ Again shell.
|
|
%patch123 -p1
|
|
%patch123 -p1
|
|
%patch125 -p1 -b .size_type
|
|
%patch125 -p1 -b .size_type
|
|
|
|
|
|
-%patch1000 -p0 -b .CVE-2014-7169
|
|
|
|
-
|
|
|
|
echo %{version} > _distribution
|
|
echo %{version} > _distribution
|
|
echo %{release} |sed 's/vl.*//' > _patchlevel
|
|
echo %{release} |sed 's/vl.*//' > _patchlevel
|
|
|
|
|
|
@@ -313,6 +315,10 @@ f:close()
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%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
|
|
* Thu Sep 25 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.3.25-2
|
|
- added patch1000 to fix CVE-2014-7169.
|
|
- added patch1000 to fix CVE-2014-7169.
|
|
|
|
|