From 4cffe857537c9e0b49775444e404e874afe86a4b Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Jan 31 2005 22:15:12 +0000 Subject: - Applied upstream patch to fix a potential NULL dereference. --- diff --git a/bash.spec b/bash.spec index 5e877bf..f91a049 100644 --- a/bash.spec +++ b/bash.spec @@ -1,7 +1,7 @@ Version: 3.0 Name: bash Summary: The GNU Bourne Again shell (bash) version %{version}. -Release: 26 +Release: 27 Group: System Environment/Shells License: GPL 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 Patch121: bash-manpage.patch Patch122: bash-wrap.patch +Patch123: bash-crash.patch Prefix: %{_prefix} Requires: mktemp Obsoletes: bash2 etcskel @@ -114,6 +115,7 @@ popular and powerful, and you'll probably end up using it. %patch120 -p0 -b .read-e-segfault %patch121 -p1 -b .manpage %patch122 -p1 -b .wrap +%patch123 -p0 -b .crash echo %{version} > _distribution echo %{release} > _patchlevel @@ -247,6 +249,9 @@ fi %doc doc/*.ps doc/*.0 doc/*.html doc/article.txt %changelog +* Mon Jan 31 2005 Tim Waugh 3.0-27 +- Applied upstream patch to fix a potential NULL dereference. + * Fri Jan 28 2005 Tim Waugh 3.0-26 - Fixed job handling bug (bug #145124).