|
@@ -1,5 +1,5 @@
|
|
%define bashversion 4.2
|
|
%define bashversion 4.2
|
|
-%define patchlevel 8
|
|
|
|
|
|
+%define patchlevel 20
|
|
|
|
|
|
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).
|
|
@@ -9,10 +9,11 @@ Version: %{bashversion}.%{patchlevel}
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
|
|
|
|
Group: System Environment/Shells
|
|
Group: System Environment/Shells
|
|
-License: GPLv2+
|
|
|
|
|
|
+License: GPLv3+
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
|
|
+Packager: daisuke
|
|
|
|
|
|
Source0: ftp://ftp.gnu.org/pub/gnu/bash/bash-%{bashversion}.tar.gz
|
|
Source0: ftp://ftp.gnu.org/pub/gnu/bash/bash-%{bashversion}.tar.gz
|
|
Source10: bashrc-vine
|
|
Source10: bashrc-vine
|
|
@@ -26,6 +27,18 @@ Patch5: ftp://ftp.gnu.org/pub/gnu/bash/bash-4.2-patches/bash42-005
|
|
Patch6: ftp://ftp.gnu.org/pub/gnu/bash/bash-4.2-patches/bash42-006
|
|
Patch6: ftp://ftp.gnu.org/pub/gnu/bash/bash-4.2-patches/bash42-006
|
|
Patch7: ftp://ftp.gnu.org/pub/gnu/bash/bash-4.2-patches/bash42-007
|
|
Patch7: ftp://ftp.gnu.org/pub/gnu/bash/bash-4.2-patches/bash42-007
|
|
Patch8: ftp://ftp.gnu.org/pub/gnu/bash/bash-4.2-patches/bash42-008
|
|
Patch8: ftp://ftp.gnu.org/pub/gnu/bash/bash-4.2-patches/bash42-008
|
|
|
|
+Patch9: ftp://ftp.gnu.org/pub/gnu/bash/bash-4.2-patches/bash42-009
|
|
|
|
+Patch10: ftp://ftp.gnu.org/pub/gnu/bash/bash-4.2-patches/bash42-010
|
|
|
|
+Patch11: ftp://ftp.gnu.org/pub/gnu/bash/bash-4.2-patches/bash42-011
|
|
|
|
+Patch12: ftp://ftp.gnu.org/pub/gnu/bash/bash-4.2-patches/bash42-012
|
|
|
|
+Patch13: ftp://ftp.gnu.org/pub/gnu/bash/bash-4.2-patches/bash42-013
|
|
|
|
+Patch14: ftp://ftp.gnu.org/pub/gnu/bash/bash-4.2-patches/bash42-014
|
|
|
|
+Patch15: ftp://ftp.gnu.org/pub/gnu/bash/bash-4.2-patches/bash42-015
|
|
|
|
+Patch16: ftp://ftp.gnu.org/pub/gnu/bash/bash-4.2-patches/bash42-016
|
|
|
|
+Patch17: ftp://ftp.gnu.org/pub/gnu/bash/bash-4.2-patches/bash42-017
|
|
|
|
+Patch18: ftp://ftp.gnu.org/pub/gnu/bash/bash-4.2-patches/bash42-018
|
|
|
|
+Patch19: ftp://ftp.gnu.org/pub/gnu/bash/bash-4.2-patches/bash42-019
|
|
|
|
+Patch20: ftp://ftp.gnu.org/pub/gnu/bash/bash-4.2-patches/bash42-020
|
|
|
|
|
|
# Other patches
|
|
# Other patches
|
|
Patch101: bash-2.02-security.patch
|
|
Patch101: bash-2.02-security.patch
|
|
@@ -106,6 +119,18 @@ Again shell.
|
|
%patch6 -p0 -b .006
|
|
%patch6 -p0 -b .006
|
|
%patch7 -p0 -b .007
|
|
%patch7 -p0 -b .007
|
|
%patch8 -p0 -b .008
|
|
%patch8 -p0 -b .008
|
|
|
|
+%patch9 -p0 -b .009
|
|
|
|
+%patch10 -p0 -b .010
|
|
|
|
+%patch11 -p0 -b .011
|
|
|
|
+%patch12 -p0 -b .012
|
|
|
|
+%patch13 -p0 -b .013
|
|
|
|
+%patch14 -p0 -b .014
|
|
|
|
+%patch15 -p0 -b .015
|
|
|
|
+%patch16 -p0 -b .016
|
|
|
|
+%patch17 -p0 -b .017
|
|
|
|
+%patch18 -p0 -b .018
|
|
|
|
+%patch19 -p0 -b .019
|
|
|
|
+%patch20 -p0 -b .020
|
|
|
|
|
|
# Other patches
|
|
# Other patches
|
|
%patch101 -p1 -b .security
|
|
%patch101 -p1 -b .security
|
|
@@ -276,6 +301,9 @@ end
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Feb 17 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 4.2.20-1
|
|
|
|
+- update to 4.2 patch level 20
|
|
|
|
+
|
|
* Tue Apr 12 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 4.2.8-1
|
|
* Tue Apr 12 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 4.2.8-1
|
|
- update to 4.2 patch level 8
|
|
- update to 4.2 patch level 8
|
|
- use lua script in post/postun
|
|
- use lua script in post/postun
|