- Applied upstream patch to fix a potential NULL dereference.
This commit is contained in:
parent
e2f37aba05
commit
4cffe85753
@ -1,7 +1,7 @@
|
|||||||
Version: 3.0
|
Version: 3.0
|
||||||
Name: bash
|
Name: bash
|
||||||
Summary: The GNU Bourne Again shell (bash) version %{version}.
|
Summary: The GNU Bourne Again shell (bash) version %{version}.
|
||||||
Release: 26
|
Release: 27
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
License: GPL
|
License: GPL
|
||||||
Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{version}.tar.gz
|
Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{version}.tar.gz
|
||||||
@ -50,6 +50,7 @@ Patch119: bash-sigpipe.patch
|
|||||||
Patch120: bash-read-e-segfault.patch
|
Patch120: bash-read-e-segfault.patch
|
||||||
Patch121: bash-manpage.patch
|
Patch121: bash-manpage.patch
|
||||||
Patch122: bash-wrap.patch
|
Patch122: bash-wrap.patch
|
||||||
|
Patch123: bash-crash.patch
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
Requires: mktemp
|
Requires: mktemp
|
||||||
Obsoletes: bash2 etcskel
|
Obsoletes: bash2 etcskel
|
||||||
@ -114,6 +115,7 @@ popular and powerful, and you'll probably end up using it.
|
|||||||
%patch120 -p0 -b .read-e-segfault
|
%patch120 -p0 -b .read-e-segfault
|
||||||
%patch121 -p1 -b .manpage
|
%patch121 -p1 -b .manpage
|
||||||
%patch122 -p1 -b .wrap
|
%patch122 -p1 -b .wrap
|
||||||
|
%patch123 -p0 -b .crash
|
||||||
|
|
||||||
echo %{version} > _distribution
|
echo %{version} > _distribution
|
||||||
echo %{release} > _patchlevel
|
echo %{release} > _patchlevel
|
||||||
@ -247,6 +249,9 @@ fi
|
|||||||
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 31 2005 Tim Waugh <twaugh@redhat.com> 3.0-27
|
||||||
|
- Applied upstream patch to fix a potential NULL dereference.
|
||||||
|
|
||||||
* Fri Jan 28 2005 Tim Waugh <twaugh@redhat.com> 3.0-26
|
* Fri Jan 28 2005 Tim Waugh <twaugh@redhat.com> 3.0-26
|
||||||
- Fixed job handling bug (bug #145124).
|
- Fixed job handling bug (bug #145124).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user