- Update to the Improve bash $RANDOM pseudo RNG (bug #234906) now works

with subshells and make $RANDOM on demand thus reducing the amount of
    AVCs thrown.
This commit is contained in:
Pete Graner 2007-08-20 18:39:44 +00:00
parent 8f7f0623d0
commit a2a31879cb

View File

@ -1,9 +1,9 @@
Version: 3.2 Version: 3.2
Name: bash Name: bash
Summary: The GNU Bourne Again shell (bash) version %{version} Summary: The GNU Bourne Again shell (bash) version %{version}
Release: 13%{?dist} Release: 14%{?dist}
Group: System Environment/Shells Group: System Environment/Shells
License: GPL License: GPLv2+
Url: http://www.gnu.org/software/bash Url: http://www.gnu.org/software/bash
Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{version}.tar.gz Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{version}.tar.gz
Source2: ftp://ftp.gnu.org/gnu/bash/bash-doc-%{version}.tar.gz Source2: ftp://ftp.gnu.org/gnu/bash/bash-doc-%{version}.tar.gz
@ -240,6 +240,14 @@ fi
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt %doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
%changelog %changelog
* Mon Aug 20 2007 Pete Graner <pgraner@redhat.com> - 3.2-14
- Update to the Improve bash $RANDOM pseudo RNG (bug #234906)
now works with subshells and make $RANDOM on demand thus reducing the
amount of AVCs thrown.
* Thu Aug 16 2007 Pete Graner <pgraner@redhat.com> - 3.2-14
- Changed spec file License to GPLv2+
* Wed Aug 15 2007 Pete Graner <pgraner@redhat.com> - 3.2-13 * Wed Aug 15 2007 Pete Graner <pgraner@redhat.com> - 3.2-13
- Improve bash $RANDOM pseudo RNG (bug #234906) - Improve bash $RANDOM pseudo RNG (bug #234906)