3fb13f
#% define beta_tag rc2
3fb13f
%global _hardened_build 1
3fb13f
%define patchleveltag .19
3fb13f
%define baseversion 4.4
3fb13f
%bcond_without tests
3fb13f
3fb13f
Version: %{baseversion}%{patchleveltag}
3fb13f
Name: bash
3fb13f
Summary: The GNU Bourne Again shell
e7eb88
Release: 14%{?dist}
3fb13f
License: GPLv3+
3fb13f
Url: https://www.gnu.org/software/bash
3fb13f
Source0: https://ftp.gnu.org/gnu/bash/bash-%{baseversion}.tar.gz
3fb13f
3fb13f
# For now there isn't any doc
3fb13f
#Source2: ftp://ftp.gnu.org/gnu/bash/bash-doc-%{version}.tar.gz
3fb13f
3fb13f
Source1: dot-bashrc
3fb13f
Source2: dot-bash_profile
3fb13f
Source3: dot-bash_logout
3fb13f
3fb13f
# Official upstream patches
3fb13f
# Patches are converted to apply with '-p1'
3fb13f
%{lua:for i=1,19 do print(string.format("Patch%u: bash-4.4-patch-%u.patch\n", i, i)) end}
3fb13f
3fb13f
# Other patches
3fb13f
Patch101: bash-2.02-security.patch
3fb13f
Patch102: bash-2.03-paths.patch
3fb13f
Patch103: bash-2.03-profile.patch
3fb13f
Patch104: bash-2.05a-interpreter.patch
3fb13f
Patch105: bash-2.05b-debuginfo.patch
3fb13f
Patch106: bash-2.05b-manso.patch
3fb13f
Patch107: bash-2.05b-pgrp_sync.patch
3fb13f
Patch108: bash-2.05b-xcc.patch
3fb13f
Patch109: bash-3.2-audit.patch
3fb13f
Patch110: bash-3.2-ssh_source_bash.patch
3fb13f
Patch112: bash-infotags.patch
3fb13f
Patch113: bash-requires.patch
3fb13f
Patch114: bash-setlocale.patch
3fb13f
Patch115: bash-tty-tests.patch
3fb13f
3fb13f
# 484809, check if interp section is NOBITS
3fb13f
Patch116: bash-4.0-nobits.patch
3fb13f
3fb13f
# Do the same CFLAGS in generated Makefile in examples
3fb13f
Patch117: bash-4.1-examples.patch
3fb13f
3fb13f
# Builtins like echo and printf won't report errors
3fb13f
# when output does not succeed due to EPIPE
3fb13f
Patch118: bash-4.1-broken_pipe.patch
3fb13f
3fb13f
# Enable system-wide .bash_logout for login shells
3fb13f
Patch119: bash-4.2-rc2-logout.patch
3fb13f
3fb13f
# Static analyzis shows some issues in bash-2.05a-interpreter.patch
3fb13f
Patch120: bash-4.2-coverity.patch
3fb13f
3fb13f
# Don't call malloc in signal handler
3fb13f
Patch121: bash-4.1-defer-sigchld-trap.patch
3fb13f
3fb13f
# 799958, updated info about trap
3fb13f
Patch122: bash-4.2-manpage_trap.patch
3fb13f
3fb13f
# https://www.securecoding.cert.org/confluence/display/seccode/INT32-C.+Ensure+that+operations+on+signed+integers+do+not+result+in+overflow
3fb13f
Patch123: bash-4.2-size_type.patch
3fb13f
3fb13f
# 1112710 - mention ulimit -c and -f POSIX block size
3fb13f
Patch124: bash-4.3-man-ulimit.patch
3fb13f
3fb13f
# 1102815 - fix double echoes in vi visual mode
3fb13f
Patch125: bash-4.3-noecho.patch
3fb13f
3fb13f
#1241533,1224855 - bash leaks memory when LC_ALL set
3fb13f
Patch126: bash-4.3-memleak-lc_all.patch
3fb13f
3fb13f
# bash-4.4 builds loadable builtin examples by default
3fb13f
# this patch disables it
3fb13f
Patch127: bash-4.4-no-loadable-builtins.patch
3fb13f
3fb13f
# 1068697 - Explicitly unset nonblocking mode while reading from stdin
3fb13f
# This should be dropped while rebasing to bash-4.5
3fb13f
Patch128: bash-4.4-unset-nonblock-stdin.patch
3fb13f
3fb13f
# 1389838 - command builtin should not abort on variable assignment errors
3fb13f
# This should be dropped while rebasing to bash-4.5
3fb13f
Patch129: bash-4.4-assignment-error.patch
3fb13f
3fb13f
# 1458008 - test builtin ignores subsecond while comparing file modification times
3fb13f
# This should be dropped while rebasing to bash-4.5
3fb13f
Patch130: bash-4.5-test-modification-time.patch
3fb13f
3fb13f
# 1556867 - case in a for loop inside subshell causes syntax error
3fb13f
# This should be dropped while rebasing to bash-4.5
3fb13f
Patch131: bash-4.4-case-in-command-subst.patch
3fb13f
3fb13f
Patch132: bash-4.4-coverity.patch
3fb13f
3fb13f
# 1687835 - [RFE] Add a runtime option to enable history logging to syslog
3fb13f
# This should be dropped while rebasing to bash-5.0
3fb13f
Patch133: bash-5.0-syslog-history.patch
3fb13f
3fb13f
# 1727952 -  Parsing commands break when using $$ in command substitution $(..)
3fb13f
# https://lists.gnu.org/archive/html/bug-bash/2017-01/msg00065.html
3fb13f
Patch134: bash-5.0-shellpid-subshell.patch
3fb13f
3fb13f
# 1793943 - CVE-2019-18276: when effective UID is not equal to its real UID the saved UID is
3fb13f
# not dropped
3fb13f
Patch135: bash-5.0-cve-2019-18276.patch
e7eb88
Patch136: bash-5.0-cve-2019-18276-2.patch
e7eb88
e7eb88
# 1890888 - Took long time to return when bash -c 'exit 2 & wait $!' run in the big size LimitNPROC
e7eb88
# values
e7eb88
Patch137: bash-5.0-bgp-resize.patch
3fb13f
3fb13f
BuildRequires: texinfo bison
3fb13f
BuildRequires: ncurses-devel
3fb13f
BuildRequires: autoconf, gettext
3fb13f
Requires: filesystem >= 3
3fb13f
Provides: /bin/sh
3fb13f
Provides: /bin/bash
3fb13f
3fb13f
%description
3fb13f
The GNU Bourne Again shell (Bash) is a shell or command language
3fb13f
interpreter that is compatible with the Bourne shell (sh). Bash
3fb13f
incorporates useful features from the Korn shell (ksh) and the C shell
3fb13f
(csh). Most sh scripts can be run by bash without modification.
3fb13f
3fb13f
%package devel
3fb13f
Summary: Development headers for %{name}
3fb13f
Requires: %{name} = %{version}-%{release}
3fb13f
Requires: pkgconf-pkg-config
3fb13f
3fb13f
%description devel
3fb13f
This package contains development headers for %{name}.
3fb13f
3fb13f
%package doc
3fb13f
Summary: Documentation files for %{name}
3fb13f
Requires: %{name} = %{version}-%{release}
3fb13f
3fb13f
%description doc
3fb13f
This package contains documentation files for %{name}.
3fb13f
3fb13f
%prep
3fb13f
%autosetup -n %{name}-%{baseversion} -p1
3fb13f
3fb13f
echo %{version} > _distribution
3fb13f
echo %{release} > _patchlevel
3fb13f
3fb13f
# force refreshing the generated files
3fb13f
rm y.tab.*
3fb13f
3fb13f
%build
3fb13f
autoconf
3fb13f
%configure --with-bash-malloc=no --with-afs
3fb13f
3fb13f
# Recycles pids is neccessary. When bash's last fork's pid was X
3fb13f
# and new fork's pid is also X, bash has to wait for this same pid.
3fb13f
# Without Recycles pids bash will not wait.
3fb13f
make "CPPFLAGS=-D_GNU_SOURCE -DRECYCLES_PIDS -DDEFAULT_PATH_VALUE='\"/usr/local/bin:/usr/bin\"' `getconf LFS_CFLAGS` -DSYSLOG_HISTORY" %{?_smp_mflags}
3fb13f
3fb13f
%install
3fb13f
if [ -e autoconf ]; then
3fb13f
  # Yuck. We're using autoconf 2.1x.
3fb13f
  export PATH=.:$PATH
3fb13f
fi
3fb13f
3fb13f
# Fix bug #83776
3fb13f
sed -i -e 's,bashref\.info,bash.info,' doc/bashref.info
3fb13f
3fb13f
%make_install install-headers
3fb13f
3fb13f
mkdir -p %{buildroot}/etc
3fb13f
3fb13f
# make manpages for bash builtins as per suggestion in DOC/README
3fb13f
pushd doc
3fb13f
sed -e '
3fb13f
/^\.SH NAME/, /\\- bash built-in commands, see \\fBbash\\fR(1)$/{
3fb13f
/^\.SH NAME/d
3fb13f
s/^bash, //
3fb13f
s/\\- bash built-in commands, see \\fBbash\\fR(1)$//
3fb13f
s/,//g
3fb13f
b
3fb13f
}
3fb13f
d
3fb13f
' builtins.1 > man.pages
3fb13f
for i in echo pwd test kill; do
3fb13f
  sed -i -e "s,$i,,g" man.pages
3fb13f
  sed -i -e "s,  , ,g" man.pages
3fb13f
done
3fb13f
3fb13f
install -p -m 644 builtins.1 %{buildroot}%{_mandir}/man1/builtins.1
3fb13f
3fb13f
for i in `cat man.pages` ; do
3fb13f
  echo .so man1/builtins.1 > %{buildroot}%{_mandir}/man1/$i.1
3fb13f
  chmod 0644 %{buildroot}%{_mandir}/man1/$i.1
3fb13f
done
3fb13f
popd
3fb13f
3fb13f
# Link bash man page to sh so that man sh works.
3fb13f
ln -s bash.1 %{buildroot}%{_mandir}/man1/sh.1
3fb13f
3fb13f
# Not for printf, true and false (conflict with coreutils)
3fb13f
rm -f %{buildroot}/%{_mandir}/man1/printf.1
3fb13f
rm -f %{buildroot}/%{_mandir}/man1/true.1
3fb13f
rm -f %{buildroot}/%{_mandir}/man1/false.1
3fb13f
3fb13f
ln -sf bash %{buildroot}%{_bindir}/sh
3fb13f
rm -f %{buildroot}%{_infodir}/dir
3fb13f
mkdir -p %{buildroot}/etc/skel
3fb13f
install -p -m644 %SOURCE1 %{buildroot}/etc/skel/.bashrc
3fb13f
install -p -m644 %SOURCE2 %{buildroot}/etc/skel/.bash_profile
3fb13f
install -p -m644 %SOURCE3 %{buildroot}/etc/skel/.bash_logout
3fb13f
LONG_BIT=$(getconf LONG_BIT)
3fb13f
mv %{buildroot}%{_bindir}/bashbug \
3fb13f
   %{buildroot}%{_bindir}/bashbug-"${LONG_BIT}"
3fb13f
ln -s bashbug-"${LONG_BIT}" %{buildroot}%{_bindir}/bashbug
3fb13f
ln -s bashbug.1 %{buildroot}/%{_mandir}/man1/bashbug-"$LONG_BIT".1
3fb13f
3fb13f
# Fix missing sh-bangs in example scripts (bug #225609).
3fb13f
for script in \
3fb13f
  examples/scripts/shprompt
3fb13f
# I don't know why these are gone in 4.3
3fb13f
  #examples/scripts/krand.bash \
3fb13f
  #examples/scripts/bcsh.sh \
3fb13f
  #examples/scripts/precedence \
3fb13f
do
3fb13f
  cp "$script" "$script"-orig
3fb13f
  echo '#!/bin/bash' > "$script"
3fb13f
  cat "$script"-orig >> "$script"
3fb13f
  rm -f "$script"-orig
3fb13f
done
3fb13f
3fb13f
# bug #820192, need to add execable alternatives for regular built-ins
3fb13f
for ea in alias bg cd command fc fg getopts hash jobs read type ulimit umask unalias wait
3fb13f
do
3fb13f
  cat <<EOF > "%{buildroot}"/%{_bindir}/"$ea"
3fb13f
#!/bin/sh
3fb13f
builtin $ea "\$@"
3fb13f
EOF
3fb13f
chmod +x "%{buildroot}"/%{_bindir}/"$ea"
3fb13f
done
3fb13f
3fb13f
%find_lang %{name}
3fb13f
3fb13f
# copy doc to /usr/share/doc
3fb13f
cat /dev/null > %{name}-doc.files
3fb13f
mkdir -p %{buildroot}/%{_pkgdocdir}/doc
3fb13f
# loadables aren't buildable
3fb13f
rm -rf examples/loadables
3fb13f
for file in CHANGES COMPAT NEWS NOTES POSIX RBASH README examples
3fb13f
do
3fb13f
  cp -rp "$file" %{buildroot}/%{_pkgdocdir}/"$file"
3fb13f
  echo "%%doc %{_pkgdocdir}/$file" >> %{name}-doc.files
3fb13f
done
3fb13f
echo "%%doc %{_pkgdocdir}/doc" >> %{name}-doc.files
3fb13f
3fb13f
3fb13f
3fb13f
%if %{with tests}
3fb13f
%check
3fb13f
make check
3fb13f
%endif
3fb13f
3fb13f
# post is in lua so that we can run it without any external deps.  Helps
3fb13f
# for bootstrapping a new install.
3fb13f
# Jesse Keating 2009-01-29 (code from Ignacio Vazquez-Abrams)
3fb13f
# Roman Rakus 2011-11-07 (code from Sergey Romanov) #740611
3fb13f
%post -p <lua>
3fb13f
nl        = '\n'
3fb13f
sh        = '/bin/sh'..nl
3fb13f
bash      = '/bin/bash'..nl
3fb13f
f = io.open('/etc/shells', 'a+')
3fb13f
if f then
3fb13f
  local shells = nl..f:read('*all')..nl
3fb13f
  if not shells:find(nl..sh) then f:write(sh) end
3fb13f
  if not shells:find(nl..bash) then f:write(bash) end
3fb13f
  f:close()
3fb13f
end
3fb13f
3fb13f
%postun -p <lua>
3fb13f
-- Run it only if we are uninstalling
3fb13f
if arg[2] == "0"
3fb13f
then
3fb13f
  t={}
3fb13f
  for line in io.lines("/etc/shells")
3fb13f
  do
3fb13f
    if line ~= "/bin/bash" and line ~= "/bin/sh"
3fb13f
    then
3fb13f
      table.insert(t,line)
3fb13f
    end
3fb13f
  end
3fb13f
3fb13f
  f = io.open("/etc/shells", "w+")
3fb13f
  for n,line in pairs(t)
3fb13f
  do
3fb13f
    f:write(line.."\n")
3fb13f
  end
3fb13f
  f:close()
3fb13f
end
3fb13f
3fb13f
%files -f %{name}.lang
3fb13f
%config(noreplace) /etc/skel/.b*
3fb13f
%{_bindir}/sh
3fb13f
%{_bindir}/bash
3fb13f
%{_bindir}/alias
3fb13f
%{_bindir}/bg
3fb13f
%{_bindir}/cd
3fb13f
%{_bindir}/command
3fb13f
%{_bindir}/fc
3fb13f
%{_bindir}/fg
3fb13f
%{_bindir}/hash
3fb13f
%{_bindir}/getopts
3fb13f
%{_bindir}/jobs
3fb13f
%{_bindir}/read
3fb13f
%{_bindir}/type
3fb13f
%{_bindir}/ulimit
3fb13f
%{_bindir}/umask
3fb13f
%{_bindir}/unalias
3fb13f
%{_bindir}/wait
3fb13f
%dir %{_pkgdocdir}/
3fb13f
%license COPYING
3fb13f
%attr(0755,root,root) %{_bindir}/bashbug[-.]*
3fb13f
%{_bindir}/bashbug
3fb13f
%{_infodir}/bash.info*
3fb13f
%{_mandir}/*/*
3fb13f
%{_mandir}/*/..1*
3fb13f
%doc RBASH README
3fb13f
%doc doc/{FAQ,INTRO,README,bash{,ref}.html}
3fb13f
3fb13f
%files doc -f %{name}-doc.files
3fb13f
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
3fb13f
3fb13f
%files devel
3fb13f
%{_includedir}/%{name}
3fb13f
%{_libdir}/pkgconfig/%{name}.pc
3fb13f
3fb13f
%changelog
e7eb88
* Wed Nov 04 2020 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.19-14
e7eb88
- Fix hang when limit for nproc is very high
e7eb88
  Resolves: #1890888
e7eb88
e7eb88
* Fri Oct 09 2020 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.19-13
e7eb88
- Correctly drop saved UID when effective UID is not equal to its real UID
e7eb88
  Resolves: #1793943
e7eb88
3fb13f
* Mon Jun 22 2020 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.19-12
3fb13f
- Avoid duplicating user path entries
3fb13f
  Resolves: #1667008
3fb13f
3fb13f
* Mon Jun 22 2020 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.19-11
3fb13f
- Drop saved UID when effective UID is not equal to its real UID
3fb13f
  Resolves: #1793943
3fb13f
3fb13f
* Thu Aug 22 2019 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.19-10
3fb13f
- Fix runtime option to enable history logging to syslog
3fb13f
  Related: #1687835
3fb13f
3fb13f
* Wed Jul 10 2019 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.19-9
3fb13f
- Fix `$$` expansion in subshell
3fb13f
  Resolves: #1727952
3fb13f
3fb13f
* Mon May 27 2019 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.19-8
3fb13f
- Add a runtime option to enable history logging to syslog
3fb13f
  Resolves: #1687835
3fb13f
3fb13f
* Mon Jan 14 2019 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.19-7
3fb13f
- Bump version number
3fb13f
  Resolves: #1650059
3fb13f
3fb13f
* Tue Oct 09 2018 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.19-6
3fb13f
- Set custom PATH in non-login shells
3fb13f
  Resolves: #1627074
3fb13f
3fb13f
* Thu Sep 20 2018 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.19-5
3fb13f
- Fix some issues identified by coverity
3fb13f
  Resolves: #1602450
3fb13f
3fb13f
* Mon Aug 06 2018 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.19-4
3fb13f
- Bump version number
3fb13f
3fb13f
* Tue Jun 26 2018 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.19-3
3fb13f
- Move user bin directories in front of the PATH
3fb13f
  Resolves: #1595223
3fb13f
3fb13f
* Thu Mar 15 2018 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.19-2
3fb13f
- Fix handling case statement in command subsitution
3fb13f
  Resolves: #1556867
3fb13f
3fb13f
* Mon Feb 12 2018 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.19-1
3fb13f
- Update to bash-4.4 patchlevel 19
3fb13f
  Resolves: #1540383
3fb13f
3fb13f
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.12-14
3fb13f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
3fb13f
3fb13f
* Wed Nov 08 2017 Christoph Junghans <junghans@votca.org> - 4.4.12-13
3fb13f
- Package headers in devel package, in prep for MPI-bash
3fb13f
3fb13f
* Mon Oct 30 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.12-12
3fb13f
- Revert change to always source from /etc/bashrc
3fb13f
3fb13f
* Tue Aug 29 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.12-11
3fb13f
- Always source from /etc/bashrc
3fb13f
  Resolves: #1193590
3fb13f
3fb13f
* Tue Aug 22 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.12-10
3fb13f
- Enable parallel builds
3fb13f
3fb13f
* Tue Aug 08 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.12-9
3fb13f
- command should not be treated as special builtin
3fb13f
  Resolves: #1479220
3fb13f
3fb13f
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.12-8
3fb13f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
3fb13f
3fb13f
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.12-7
3fb13f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
3fb13f
3fb13f
* Fri Jun 30 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.12-6
3fb13f
- Fix test for comparing file modification times when they differ by subsecond
3fb13f
  Resolves: #1458008
3fb13f
3fb13f
* Tue May 30 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.12-5
3fb13f
- command builtin should not abort on variable assignment errors
3fb13f
  Resolves: #1389838
3fb13f
3fb13f
* Wed Apr 26 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.12-4
3fb13f
- Explicitly unset nonblocking mode while reading from stdin
3fb13f
  Resolves: #1068697
3fb13f
3fb13f
* Wed Apr 26 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.12-3
3fb13f
- Fix heredoc file descriptor leak
3fb13f
  Resolves: #1413676
3fb13f
3fb13f
* Tue Apr 18 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.12-2
3fb13f
- Document 'bashbug' for reporting bugs
3fb13f
  Resolves: #1255886
3fb13f
3fb13f
* Mon Apr 10 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.12-1
3fb13f
- Update to bash-4.4 patchlevel 12
3fb13f
3fb13f
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.11-2
3fb13f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
3fb13f
3fb13f
* Sat Jan 21 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.11-1
3fb13f
- Update to bash-4.4 patchlevel 11
3fb13f
3fb13f
* Mon Jan 16 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.5-1
3fb13f
- Update to bash-4.4 patchlevel 5
3fb13f
3fb13f
* Fri Jan 06 2017 Siteshwar Vashisht <svashisht@redhat.com> - 4.4.0-1
3fb13f
- Rebase to bash-4.4
3fb13f
  Resolves: #1376609
3fb13f
3fb13f
* Fri Sep 30 2016 Siteshwar Vashisht <svashisht@redhat.com> - 4.3.43-4
3fb13f
- CVE-2016-7543: Fix for arbitrary code execution via SHELLOPTS+PS4 variables
3fb13f
  Resolves: #1379634
3fb13f
3fb13f
* Wed Sep 21 2016 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 4.3.43-3
3fb13f
- CVE-2016-0634 - Fix for arbitrary code execution via malicious hostname
3fb13f
  Resolves: #1377614
3fb13f
3fb13f
* Tue Sep  6 2016 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 4.3.43-2
3fb13f
- Inverted the condition for UsrMove safeguard check, so we comply with:
3fb13f
  https://fedoraproject.org/wiki/Packaging:Conflicts
3fb13f
3fb13f
* Thu Jun 23 2016 Siteshwar Vashisht <svashisht@redhat.com> - 4.3.43-1
3fb13f
- Fix a crash in nested pipeline in lastpipe mode
3fb13f
  Resolves: #1349430
3fb13f
3fb13f
* Tue May 17 2016 Siteshwar Vashisht <svashisht@redhat.com> - 4.3.42-5
3fb13f
- Do not set terminate_immediately and interrupt_immediately while expanding tilda
3fb13f
  Resolves: #1336800
3fb13f
3fb13f
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.42-4
3fb13f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
3fb13f
3fb13f
* Mon Jan 11 2016 Ondrej Oprala <ooprala@redhat.com> - 4.3.42-3
3fb13f
- Actually do it properly this time
3fb13f
  Related: #1297166
3fb13f
3fb13f
* Mon Jan 11 2016 Ondrej Oprala <ooprala@redhat.com> - 4.3.42-2
3fb13f
- Provide exec-able alternatives to hash, type and ulimit
3fb13f
  Resolves: #1297166
3fb13f
3fb13f
* Tue Aug 18 2015 Ondrej Oprala - 4.3.42-1
3fb13f
- Patchlevel 42
3fb13f
3fb13f
* Mon Aug 03 2015 Ondrej Oprala - 4.3.39-6
3fb13f
- #1245233 - fixed memleak
3fb13f
3fb13f
* Wed Jul 15 2015 Ondrej Oprala - 4.3.39-5
3fb13f
- #1182278 - bash crashes on `select' if REPLY is readonly
3fb13f
- #1241533,1224855 - bash memleak when LC_ALL set
3fb13f
3fb13f
* Tue Jun 30 2015 Ondrej Oprala - 4.3.39-4
3fb13f
- Fix a leak introduced by plevel39
3fb13f
3fb13f
* Tue Jun 30 2015 Ondrej Oprala - 4.3.39-3
3fb13f
- Fix --rpm-requires
3fb13f
3fb13f
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3.39-2
3fb13f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
3fb13f
3fb13f
* Thu May 21 2015 Ondrej Oprala <ooprala@redhat.com> - 4.3.39-1
3fb13f
- Patchlevel 39
3fb13f
3fb13f
* Mon Mar 16 2015 Than Ngo <than@redhat.com> 4.3.33-3
3fb13f
- rebuild against new gcc
3fb13f
3fb13f
* Fri Jan 23 2015 Elad Alfassa <elad@fedoraproject.org> - 4.3.25-3
3fb13f
- Enable PIE (hardened build)
3fb13f
3fb13f
* Tue Dec 30 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.33-1
3fb13f
- Patchlevel 33
3fb13f
3fb13f
* Wed Oct 08 2014 Dan Horák <dan[at]danny.cz> - 4.3.30-2
3fb13f
- force refreshing generated files, fixes build on s390
3fb13f
3fb13f
* Mon Oct 06 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.30-1
3fb13f
- Patchlevel 30
3fb13f
3fb13f
* Mon Oct 06 2014  Ondrej Oprala <ooprala@redhat.com> - 4.3.28-1
3fb13f
- RedHat's patchlevel 28
3fb13f
3fb13f
* Thu Sep 25 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.25-2
3fb13f
- CVE-2014-7169
3fb13f
  Resolves: #1146319
3fb13f
+
3fb13f
* Thu Sep 25 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.25-1
3fb13f
- Patchlevel 25
3fb13f
3fb13f
* Wed Sep 24 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.24-2
3fb13f
- Inhibit code injection - patch by Stephane Chazelas
3fb13f
3fb13f
* Wed Aug 20 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.24-1
3fb13f
- Patchlevel 24
3fb13f
3fb13f
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3.22-2
3fb13f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
3fb13f
3fb13f
* Mon Aug 04 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.22-1
3fb13f
- Patchlevel 22
3fb13f
3fb13f
* Wed Jul 30 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.18-7
3fb13f
- #1102815 - fix double echo in vi visual mode
3fb13f
3fb13f
* Thu Jul 24 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.18-6
3fb13f
- Apply all upstream patches since 4.3-18-1 up to this date
3fb13f
3fb13f
* Thu Jul 24 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.18-5
3fb13f
- Array name expansion - apply upstream quickfix
3fb13f
3fb13f
* Mon Jul 21 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.18-4
3fb13f
- Mention ulimit -c and -f block size in POSIX mode
3fb13f
3fb13f
* Fri Jul 11 2014 Tom Callaway <spot@fedoraproject.org> - 4.3.18-3
3fb13f
- fix license handling
3fb13f
3fb13f
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3.18-2
3fb13f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
3fb13f
3fb13f
* Mon Apr 14 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.18-1
3fb13f
- Patchlevel 18
3fb13f
3fb13f
* Mon Apr 14 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.11-2
3fb13f
- And let the build system know...
3fb13f
3fb13f
* Mon Apr 14 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.11-1
3fb13f
- Patchlevel 11
3fb13f
3fb13f
* Tue Apr 01 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.8-1
3fb13f
- Patchlevel 8
3fb13f
3fb13f
* Thu Feb 27 2014 Ondrej Oprala <ooprala@redhat.com> - 4.3.0-1
3fb13f
- Update to bash-4.3
3fb13f
3fb13f
* Wed Dec 04 2013 Ondrej Oprala <ooprala@redhat.com> - 4.2.45-6
3fb13f
- Change the paths for format-security patch
3fb13f
3fb13f
* Wed Dec 04 2013 Ondrej Oprala <ooprala@redhat.com> - 4.2.45-5
3fb13f
- bash FTBFS if -Werror=format-string is used (#1036998)
3fb13f
3fb13f
* Fri Aug 09 2013 Roman Rakus <rrakus@redhat.com> - 4.2.45-4
3fb13f
- Added suggestion to .bashrc how to disable autopaging in systemctl
3fb13f
3fb13f
* Fri Jul 26 2013 Ville Skyttä <ville.skytta@iki.fi> - 4.2.45-3
3fb13f
- Install docs to %%{_pkgdocdir} where available.
3fb13f
- Fix bogus dates in %%changelog.
3fb13f
3fb13f
* Thu Jun 27 2013 Roman Rakus <rrakus@redhat.com> - 4.2.45-2
3fb13f
- Fixed a bug that caused trap handlers to be executed recursively,
3fb13f
  corrupting internal data structures.
3fb13f
3fb13f
* Mon Mar 11 2013 Roman Rakus <rrakus@redhat.com> - 4.2.45-1
3fb13f
- Patchlevel 45
3fb13f
3fb13f
* Thu Jan 31 2013 Roman Rakus <rrakus@redhat.com> - 4.2.42-3
3fb13f
- Fix usage of partial unitialized structure
3fb13f
  Resolves: #857948
3fb13f
3fb13f
* Thu Jan 31 2013 Roman Rakus <rrakus@redhat.com> - 4.2.42-2
3fb13f
- Fix fd leaks
3fb13f
  Resolves: #903833
3fb13f
3fb13f
* Thu Jan 03 2013 Roman Rakus <rrakus@redhat.com> - 4.2.42-1
3fb13f
- Patchlevel 42
3fb13f
3fb13f
* Thu Nov 29 2012 Roman Rakus <rrakus@redhat.com> - 4.2.39-3
3fb13f
- Use unsigned type for size
3fb13f
3fb13f
* Tue Nov 27 2012 Roman Rakus <rrakus@redhat.com> - 4.2.39-2
3fb13f
- Create bashbug symlink
3fb13f
3fb13f
* Fri Nov 02 2012 Roman Rakus <rrakus@redhat.com> - 4.2.39-1
3fb13f
- Patchlevel 39
3fb13f
3fb13f
* Tue Aug 28 2012 Roman Rakus <rrakus@redhat.com> - 4.2.37-8
3fb13f
- Fix a comments in rpm changelog
3fb13f
3fb13f
* Tue Aug 28 2012 Roman Rakus <rrakus@redhat.com> - 4.2.37-7
3fb13f
- Update info about trap in man page
3fb13f
  Resolves: #799958
3fb13f
- instead of setting the signal handler to SIG_IGN while installing
3fb13f
  the new trap handler, block the signal and unblock it after the new handler
3fb13f
  is installed
3fb13f
  Resolves: #695656
3fb13f
3fb13f
* Wed Aug 22 2012 Ondrej Oprala <ooprala@redhat.com> - 4.2.37-6
3fb13f
- Revert revision 4.2.37-5 - already fixed upstream
3fb13f
3fb13f
* Tue Aug 21 2012 Ondrej Oprala <ooprala@redhat.com> - 4.2.37-5
3fb13f
- Don't filter out environmental variables with
3fb13f
  a dot in the name
3fb13f
  Resolves: #819995
3fb13f
3fb13f
* Wed Aug 08 2012 Roman Rakus <rrakus@redhat.com> - 4.2.37-4
3fb13f
- Added doc subdir to bash-doc ownership list
3fb13f
  Resolves: #846734
3fb13f
3fb13f
* Tue Jul 24 2012 Roman Rakus <rrakus@redhat.com> - 4.2.37-3
3fb13f
- Increment patchlevel tag
3fb13f
3fb13f
* Tue Jul 24 2012 Roman Rakus <rrakus@redhat.com> - 4.2.36-3
3fb13f
- Patchlevel 37
3fb13f
3fb13f
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.36-2
3fb13f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
3fb13f
3fb13f
* Tue Jul 10 2012 Roman Rakus <rrakus@redhat.com> - 4.2.36-1
3fb13f
- Patchlevel 36
3fb13f
3fb13f
* Sat Jun 23 2012 Roman Rakus <rrakus@redhat.com> - 4.2.29-3
3fb13f
- Remove /bin from DEFAULT_PATH_VALUE
3fb13f
  Resolves: #834571
3fb13f
3fb13f
* Thu May 31 2012 Roman Rakus <rrakus@redhat.com> - 4.2.29-2
3fb13f
- Patchlevel 29
3fb13f
- Also keep release at -2, so we are newer then f16 and f17
3fb13f
3fb13f
* Tue May 29 2012 Roman Rakus <rrakus@redhat.com> - 4.2.28-2
3fb13f
- Provide exec-able alternatives to some builtins
3fb13f
  Resolves #820192
3fb13f
3fb13f
* Wed May 09 2012 Roman Rakus <rrakus@redhat.com> - 4.2.28-1
3fb13f
- Patchlevel 28
3fb13f
3fb13f
* Mon Apr 23 2012 Roman Rakus <rrakus@redhat.com> - 4.2.24-2
3fb13f
- Don't call malloc in signal handler
3fb13f
3fb13f
* Tue Mar 13 2012 Roman Rakus <rrakus@redhat.com> - 4.2.24-1
3fb13f
- Patchlevel 24
3fb13f
3fb13f
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 4.2.20-4
3fb13f
- install everything in /usr
3fb13f
  https://fedoraproject.org/wiki/Features/UsrMove
3fb13f
3fb13f
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.20-3
3fb13f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
3fb13f
3fb13f
* Thu Nov 24 2011 Roman Rakus <rrakus@redhat.com> - 4.2.20-2
3fb13f
- Add missing f:close() in postun
3fb13f
- Patchlevel 20
3fb13f
3fb13f
* Thu Nov 10 2011 Roman Rakus <rrakus@redhat.com> - 4.2.10-7
3fb13f
- erase /bin/bash and /bin/sh in postun only if we are uninstalling (#752827)
3fb13f
3fb13f
* Mon Nov 07 2011 Roman Rakus <rrakus@redhat.com> - 4.2.10-6
3fb13f
- Simplified lua post script (#740611)
3fb13f
3fb13f
* Fri Jul 29 2011 Roman Rakus <rrakus@redhat.com> - 4.2.10-5
3fb13f
- Clean up unneeded bash-doc files (Ville Skyttä) (#721116)
3fb13f
3fb13f
* Wed Jun 22 2011 Roman Rakus <rrakus@redhat.com> - 4.2.10-4
3fb13f
- Don't crash when use `read' with associative array (#715050)
3fb13f
3fb13f
* Tue Jun 07 2011 Roman Rakus <rrakus@redhat.com> - 4.2.10-3
3fb13f
- Added $HOME/.local/bin to PATH in .bash_profile (#699812)
3fb13f
3fb13f
* Thu May 05 2011 Roman Rakus <rrakus@redhat.com> - 4.2.10-2
3fb13f
- Inc. a release no.
3fb13f
3fb13f
* Thu May 05 2011 Roman Rakus <rrakus@redhat.com> - 4.2.10-1
3fb13f
- Patchlevel 10
3fb13f
3fb13f
* Thu Mar 31 2011 Roman Rakus <rrakus@redhat.com> - 4.2.8-2
3fb13f
- Remove bash-4.2-xdupmbstowcs2-patch, which introduced another bugs
3fb13f
3fb13f
* Tue Mar 15 2011 Roman Rakus <rrakus@redhat.com> - 4.2.8-1
3fb13f
- Patchlevel 8
3fb13f
3fb13f
* Tue Mar 15 2011 Roman Rakus <rrakus@redhat.com> - 4.2.7-3
3fb13f
- #684293, fix the infinite loop with invalid wide char
3fb13f
3fb13f
* Mon Mar 14 2011 Roman Rakus <rrakus@redhat.com> - 4.2.7-2
3fb13f
- Use lua script in postun
3fb13f
3fb13f
* Mon Mar 07 2011 Roman Rakus <rrakus@redhat.com> - 4.2.7-1
3fb13f
- Patchlevel 7
3fb13f
3fb13f
* Wed Mar 02 2011 Roman Rakus <rrakus@redhat.com> - 4.2.6-1
3fb13f
- Patchlevel 6
3fb13f
3fb13f
* Tue Mar 01 2011 Roman Rakus <rrakus@redhat.com> - 4.2.5-1
3fb13f
- Patchlevel 5
3fb13f
- Static analyzis show some issues in some patches
3fb13f
- Some cleanup
3fb13f
3fb13f
* Wed Feb 16 2011 Roman Rakus <rrakus@redhat.com> - 4.2.0-2
3fb13f
- pattern matching glitch, patch from upstream
3fb13f
3fb13f
* Wed Feb 16 2011 Roman Rakus <rrakus@redhat.com> - 4.2.0-1
3fb13f
- Release bash-4.2
3fb13f
3fb13f
* Mon Feb 14 2011 Roman Rakus <rrakus@redhat.com> - 4.2.0-0.2.rc2
3fb13f
- Enable system-wide .bash_logout for login shells
3fb13f
3fb13f
* Wed Feb 09 2011 Roman Rakus <rrakus@redhat.com> - 4.2.0-0.1.rc2
3fb13f
- Update to bash-4.2-rc2
3fb13f
3fb13f
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.9-6
3fb13f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
3fb13f
3fb13f
* Thu Jan 06 2011 Roman Rakus <rrakus@redhat.com> - 4.1.9-5
3fb13f
- Builtins like echo and printf won't report errors
3fb13f
  when output does not succeed due to EPIPE
3fb13f
3fb13f
* Thu Dec 16 2010 Roman Rakus <rrakus@redhat.com> - 4.1.9-4
3fb13f
- Drop doc/examples/loadables
3fb13f
3fb13f
* Wed Dec 01 2010 Roman Rakus <rrakus@redhat.com> - 4.1.9-3
3fb13f
- don't segfault when trying to bind int variable to array
3fb13f
  with bad array subsrcipt
3fb13f
  Resolves: #618289
3fb13f
3fb13f
* Fri Oct 15 2010 Ville Skyttä <ville.skytta@iki.fi> - 4.1.9-2
3fb13f
- Move doc dir ownership to main package.
3fb13f
- Preserve doc timestamps.
3fb13f
- Add --without tests option for building without running the test suite.
3fb13f
3fb13f
* Thu Oct 14 2010 Roman Rakus <rrakus@redhat.com> - 4.1.9-1
3fb13f
- Patch level 9
3fb13f
3fb13f
* Mon Aug 02 2010 Roman Rakus <rrakus@redhat.com> - 4.1.7-4
3fb13f
- Use better nomenclature for --rpm-requires bash option (#557134)
3fb13f
3fb13f
* Tue Jun 22 2010 Roman Rakus <rrakus@redhat.com> - 4.1.7-3
3fb13f
- Added missing patch
3fb13f
3fb13f
* Tue Jun 22 2010 Roman Rakus <rrakus@redhat.com> - 4.1.7-2
3fb13f
- Do the same CFLAGS in generated Makefile in examples
3fb13f
3fb13f
* Fri May 21 2010 Roman Rakus <rrakus@redhat.com> - 4.1.7-1
3fb13f
- Patch level 7
3fb13f
3fb13f
* Mon Apr 12 2010 Roman Rakus <rrakus@redhat.com> - 4.1.5-1
3fb13f
- Patch level 5
3fb13f
- There's no more need for Requires(post) ncurses-libs
3fb13f
3fb13f
* Tue Mar 30 2010 Roman Rakus <rrakus@redhat.com> - 4.1.2-4
3fb13f
- Corrected requires patch (#563301)
3fb13f
3fb13f
* Fri Jan 22 2010 rrakus@redhat.com 4.1.2-3
3fb13f
- Don't use cond-rmatch patch
3fb13f
- Use manso patch
3fb13f
- Include COPYING in base bash rpm
3fb13f
3fb13f
* Fri Jan 22 2010 rrakus@redhat.com 4.1.2-2
3fb13f
- Correct patchlevel 2
3fb13f
3fb13f
* Fri Jan 22 2010 Roman Rakus rrakus@redhat.com 4.1.2-1
3fb13f
- Patchlevel 4.2
3fb13f
- Removed old patch
3fb13f
- Returned back manso patch
3fb13f
3fb13f
* Fri Jan 08 2010 Roman Rakus rrakus@redhat.com 4.1.0-2
3fb13f
- Include COPYING in doc dir
3fb13f
3fb13f
* Mon Jan 04 2010 Roman Rakus <rrakus@redhat.com> - 4.1.0-1
3fb13f
- Upstream 4.1
3fb13f
3fb13f
* Sun Dec 27 2009 Roman Rakus <rrakus@redhat.com> - 4.1-0.2.rc1
3fb13f
- Fixed patch for fuzz=0
3fb13f
3fb13f
* Sun Dec 27 2009 Roman Rakus <rrakus@redhat.com> - 4.1-0.1.rc1
3fb13f
- Upstream 4.1.rc1
3fb13f
3fb13f
* Fri Dec 11 2009 Roman Rakus <rrakus@redhat.com> - 4.0.35-2
3fb13f
- Don't segfault when TERM=eterm* and EMACS is unset (#530911)
3fb13f
3fb13f
* Thu Oct 29 2009 Roman Rakus <rrakus@redhat.com> - 4.0.35-1
3fb13f
- Patch level 35
3fb13f
3fb13f
* Mon Oct 05 2009 Roman Rakus <rrakus@redhat.com> - 4.0.33-2
3fb13f
- Make symlink from bashbug-suffix to bashbug man pages
3fb13f
3fb13f
* Wed Sep 16 2009 Roman Rakus <rrakus@redhat.com> - 4.0.33-1
3fb13f
- Patch level 33
3fb13f
- spec file cleanup
3fb13f
3fb13f
* Fri Sep 04 2009 Roman Rakus <rrakus@redhat.com> - 4.0.28-3
3fb13f
- check if interp section is NOBITS
3fb13f
- define Recycles pids
3fb13f
3fb13f
* Wed Aug 26 2009 Roman Rakus <rrakus@redhat.com> - 4.0.28-2
3fb13f
- alloc memory for key in creation associative array (#518644)
3fb13f
3fb13f
* Tue Jul 28 2009 Roman Rakus <rrakus@redhat.com> - 4.0.28-1
3fb13f
- Upstream patch level 28
3fb13f
3fb13f
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.24-2
3fb13f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
3fb13f
3fb13f
* Tue May 19 2009 Roman Rakus <rrakus@redhat.com> - 4.0.24-1
3fb13f
- Upstream patch level 24
3fb13f
3fb13f
* Wed Apr 22 2009 Roman Rakus <rrakus@redhat.com> - 4.0.16-1
3fb13f
- better to use patch level in version tag like vim do
3fb13f
3fb13f
* Tue Apr 21 2009 Roman Rakus <rrakus@redhat.com> - 4.0-7.16
3fb13f
- Use patch level in Release tag
3fb13f
3fb13f
* Wed Apr 08 2009 Roman Rakus <rrakus@redhat.com> - 4.0-6
3fb13f
- Official upstream patch level 16
3fb13f
3fb13f
* Mon Mar 30 2009 Roman Rakus <rrakus@redhat.com> - 4.0-5
3fb13f
- Split documentation, use bash-doc package
3fb13f
  Resolves: #492447
3fb13f
3fb13f
* Sat Mar 21 2009 Lubomir Rintel <lkundrak@v3.sk> - 4.0-4
3fb13f
- Add full URLs to upstream patches
3fb13f
- Don't uselessly use %%version macro
3fb13f
3fb13f
* Wed Mar 11 2009 Roman Rakus <rrakus@redhat.com> - 4.0-3
3fb13f
- Official upstream patch level 10
3fb13f
3fb13f
* Wed Feb 25 2009 Roman Rakus <rrakus@redhat.com> - 4.0-2
3fb13f
- Save parser state in pcomplete.
3fb13f
  Resolves: #487257
3fb13f
3fb13f
* Tue Feb 24 2009 Roman Rakus <rrakus@redhat.com> - 4.0-1
3fb13f
- Release of bash-4.0
3fb13f
3fb13f
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-0.5.rc1
3fb13f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
3fb13f
3fb13f
* Wed Feb 11 2009 Roman Rakus <rrakus@redhat.com> - 4.0-0.4.rc1
3fb13f
- Fix handling pipelines with `set -e'
3fb13f
  Resolves: #483385
3fb13f
3fb13f
* Thu Jan 29 2009 Roman Rakus <rrakus@redhat.com> - 4.0-0.3.rc1
3fb13f
- No more debug output
3fb13f
  Resolves: #483002
3fb13f
3fb13f
* Wed Jan 28 2009 Jesse Keating <jkeating@redhat.com> - 4.0-0.2.rc1
3fb13f
- Replace post code with lua to be able to not have external deps
3fb13f
3fb13f
* Mon Jan 26 2009 Roman Rakus <rrakus@redhat.com> - 4.0-0.1.rc1
3fb13f
- Fixed release tag
3fb13f
3fb13f
* Wed Jan 21 2009 Roman Rakus <rrakus@redhat.com> - 4.0-rc1.1
3fb13f
- Bump to upstream bash-4.0-rc1
3fb13f
3fb13f
* Mon Dec 15 2008 Roman Rakus <rrakus@redhat.com> - 3.2-33
3fb13f
- fc builtin fix
3fb13f
  Resolves: #438841
3fb13f
3fb13f
* Mon Dec 15 2008 Roman Rakus <rrakus@redhat.com> - 3.2-32
3fb13f
- Enabling auditing
3fb13f
  Resolves: #476216
3fb13f
3fb13f
* Tue Dec 09 2008 Roman Rakus <rrakus@redhat.com> - 3.2-31
3fb13f
- Patchlevel 48
3fb13f
3fb13f
* Thu Dec 04 2008 Roman Rakus <rrakus@redhat.com> - 3.2-30
3fb13f
- Added check for `command_not_found_handler' shell function
3fb13f
  Resolves: #432579
3fb13f
3fb13f
* Tue Oct 28 2008 Jesse Keating <jkeating@redhat.com> - 3.2-29
3fb13f
- Add the Requires(post) back for ncurses-libs, so that rpm knows
3fb13f
  where to break the loop.  The post actually does require the curses
3fb13f
  libs for the sh calls.  Could consider doing this in LUA and not have
3fb13f
  any external deps.
3fb13f
3fb13f
* Thu Oct 23 2008 Roman Rakus <rrakus@redhat.com> - 3.2-28
3fb13f
- Removing Requires for mktemp and ncurses, which cause
3fb13f
  dependencing loop
3fb13f
- Enabling #define SSH_SOURCE_BASHRC, because ssh changed.
3fb13f
  Resolves: #458839
3fb13f
- Catch signals right after calling execve()
3fb13f
  Resolves: #455548
3fb13f
3fb13f
* Thu Jul 17 2008 Roman Rakus <rrakus@redhat.com> - 3.2-27
3fb13f
- Changes in man page - #442018, #445692, #446625, #453409
3fb13f
- Changed patches to satisfy fuzz=0
3fb13f
3fb13f
* Thu Jun  5 2008 Roman Rakus <rrakus@redhat.com> - 3.2-26
3fb13f
- Patchlevel 39
3fb13f
3fb13f
* Tue Jun  3 2008 Roman Rakus <rrakus@redhat.com> - 3.2-25
3fb13f
- #449512 - reverting back last change - don't use glob library
3fb13f
3fb13f
* Wed May 28 2008 Roman Rakus <rrakus@redhat.com> - 3.2-24
3fb13f
- #217359 - use posix glob library
3fb13f
3fb13f
* Thu May 22 2008 Roman Rakus <rrakus@redhat.com> - 3.2-23
3fb13f
- #446420 - COMP_WORDBREAKS settings now works
3fb13f
3fb13f
* Fri Feb 29 2008 Tomas Janousek <tjanouse@redhat.com> - 3.2-22
3fb13f
- drop /usr/bin/clear from /etc/skel/.bash_logout as suggested by #429406
3fb13f
3fb13f
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.2-21
3fb13f
- Autorebuild for GCC 4.3
3fb13f
3fb13f
* Mon Jan 14 2008 Tomas Janousek <tjanouse@redhat.com> - 3.2-20
3fb13f
- Added bash32-026 upstream official patch
3fb13f
- Added bash32-027 upstream official patch (#249987)
3fb13f
- Added bash32-028 upstream official patch
3fb13f
- Added bash32-029 upstream official patch (#286861)
3fb13f
- Added bash32-030 upstream official patch
3fb13f
- Added bash32-031 upstream official patch (#358231)
3fb13f
- Added bash32-032 upstream official patch
3fb13f
- Added bash32-033 upstream official patch
3fb13f
- Fix insert command repeating in vi mode (#190350)
3fb13f
3fb13f
* Tue Nov 06 2007 Tomas Janousek <tjanouse@redhat.com> - 3.2-19
3fb13f
- fix cursor position when prompt has one invisible character (#358231)
3fb13f
- dropped examples/loadables/ from docs, since it wasn't possible to build them
3fb13f
  anyway (#174380)
3fb13f
- fix #286861: Wrong input confuses bash's arithmetic unit permanently
3fb13f
- fix #344411: $RANDOM stays the same when job executed in the background
3fb13f
3fb13f
* Fri Aug 31 2007 Pete Graner <pgraner@redhat.com> - 3.2-18
3fb13f
- Added bash32-021 upstream official patch
3fb13f
- Added bash32-025 upstream official patch
3fb13f
- Added bash32-024 upstream official patch
3fb13f
- Added bash32-023 upstream official patch
3fb13f
- Added bash32-022 upstream official patch
3fb13f
3fb13f
* Wed Aug 29 2007 Pete Graner <pgraner@redhat.com> - 3.2-17
3fb13f
- Added bash32-018 upstream official patch
3fb13f
- Added bash32-020 upstream official patch
3fb13f
- Added bash32-019 upstream official patch
3fb13f
3fb13f
* Thu Aug 23 2007 Pete Graner <pgraner@redhat.com> - 3.2-16
3fb13f
- Rebuild
3fb13f
3fb13f
* Mon Aug 20 2007 Pete Graner <pgraner@redhat.com> - 3.2-15
3fb13f
- Update to the Improve bash $RANDOM pseudo RNG (bug #234906) 
3fb13f
  now works with subshells and make $RANDOM on demand thus reducing the 
3fb13f
  amount of AVCs thrown.
3fb13f
3fb13f
* Thu Aug 16 2007 Pete Graner <pgraner@redhat.com> - 3.2-15
3fb13f
- Changed spec file License to GPLv2+
3fb13f
3fb13f
* Wed Aug 15 2007 Pete Graner <pgraner@redhat.com> - 3.2-13
3fb13f
- Improve bash $RANDOM pseudo RNG (bug #234906)
3fb13f
3fb13f
* Fri Jul 20 2007 Tim Waugh <twaugh@redhat.com> 3.2-12
3fb13f
- Quote environment variables in the post scriptlet to prevent upgrade
3fb13f
  failures (bug #249005).
3fb13f
3fb13f
* Thu Jul  5 2007 Tim Waugh <twaugh@redhat.com> 3.2-11
3fb13f
- Patchlevel 17 (bug #241647).
3fb13f
3fb13f
* Wed Jul  4 2007 Tim Waugh <twaugh@redhat.com> 3.2-10
3fb13f
- Clarification in the ulimit man page (bug #220657).
3fb13f
3fb13f
* Mon Feb 12 2007 Tim Waugh <twaugh@redhat.com> 3.2-9
3fb13f
- Rebuild to link with libtinfo instead of libncurses.
3fb13f
3fb13f
* Wed Feb  7 2007 Tim Waugh <twaugh@redhat.com> 3.2-8
3fb13f
- Avoid %%makeinstall (bug #225609).
3fb13f
3fb13f
* Tue Feb  6 2007 Tim Waugh <twaugh@redhat.com> 3.2-7
3fb13f
- Reinstated this change:
3fb13f
  - Post requires ncurses (bug #224567).
3fb13f
- Reverted this change:
3fb13f
  - Added triggers for install-info (bug #225609).
3fb13f
3fb13f
* Tue Feb  6 2007 Tim Waugh <twaugh@redhat.com> 3.2-6
3fb13f
- Reverted this change:
3fb13f
  - Post requires ncurses (bug #224567).
3fb13f
3fb13f
* Mon Feb  5 2007 Tim Waugh <twaugh@redhat.com> 3.2-5
3fb13f
- Added triggers for install-info (bug #225609).
3fb13f
- Use full path to utilities in scriptlets (bug #225609).
3fb13f
- Fix missing sh-bangs in example scripts (bug #225609).
3fb13f
- Post requires ncurses (bug #224567).
3fb13f
- Removed Prefix tag (bug #225609).
3fb13f
- Fixed BuildRoot tag (bug #225609).
3fb13f
- Removed trailing full-stop from summary (bug #225609).
3fb13f
- Spec file is now UTF-8 (bug #225609).
3fb13f
- Removed obsolete Obsoletes (bug #225609).
3fb13f
- Moved 'make check' to new 'check' section (bug #225609).
3fb13f
- Removed uses of RPM_SOURCE_DIR (bug #225609).
3fb13f
- Fixed macros in changelog (bug #225609).
3fb13f
- Changed tabs to spaces (bug #225609).
3fb13f
3fb13f
* Tue Jan 23 2007 Tim Waugh <twaugh@redhat.com> 3.2-4
3fb13f
- Slightly better .bash_logout (bug #223960).
3fb13f
3fb13f
* Fri Jan 19 2007 Tim Waugh <twaugh@redhat.com> 3.2-3
3fb13f
- Back out rmatch change introduced in 3.2 (bug #220087).
3fb13f
3fb13f
* Tue Jan 16 2007 Miroslav Lichvar <mlichvar@redhat.com> 3.2-2
3fb13f
- Link with ncurses.
3fb13f
3fb13f
* Fri Dec 15 2006 Tim Waugh <twaugh@redhat.com> 3.2-1
3fb13f
- Build requires autoconf and gettext.
3fb13f
- 3.2.  No longer need aq, login, ulimit, sighandler or read-memleak
3fb13f
  patches.
3fb13f
3fb13f
* Wed Jul 12 2006 Tim Waugh <twaugh@redhat.com> 3.1-17
3fb13f
- Fixed 'tags out of date' problem with 'info bash' (bug #150118).
3fb13f
3fb13f
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.1-16.1
3fb13f
- rebuild
3fb13f
3fb13f
* Wed Jun 28 2006 Tim Waugh <twaugh@redhat.com> 3.1-16
3fb13f
- Removed 'unset USERNAME' from default .bash_profile (bug #196735).
3fb13f
3fb13f
* Thu Jun 15 2006 Tim Waugh <twaugh@redhat.com> 3.1-15
3fb13f
- Updated requires patch to the ALT version.
3fb13f
3fb13f
* Wed May 31 2006 Tim Waugh <twaugh@redhat.com> 3.1-14
3fb13f
- More sighandler fixes, this time hypothetical.
3fb13f
3fb13f
* Thu May 25 2006 Tim Waugh <twaugh@redhat.com> 3.1-13
3fb13f
- Another fix for the sighandler patch (bug #192297).
3fb13f
3fb13f
* Thu Apr 13 2006 Tim Waugh <twaugh@redhat.com> 3.1-12
3fb13f
- Patchlevel 17.
3fb13f
3fb13f
* Tue Apr  4 2006 Tim Waugh <twaugh@redhat.com> 3.1-11
3fb13f
- Patchlevel 16.
3fb13f
3fb13f
* Thu Mar 23 2006 Tim Waugh <twaugh@redhat.com> 3.1-10
3fb13f
- Patchlevel 14.
3fb13f
3fb13f
* Thu Mar  2 2006 Tim Waugh <twaugh@redhat.com> 3.1-9
3fb13f
- Fixed duplicate documentation of ulimit '-x' option introduced by
3fb13f
  ulimit patch (bug #183596).
3fb13f
3fb13f
* Tue Feb 21 2006 Tim Waugh <twaugh@redhat.com> 3.1-8
3fb13f
- Patchlevel 10.
3fb13f
3fb13f
* Thu Feb 16 2006 Tim Waugh <twaugh@redhat.com> 3.1-7
3fb13f
- Patchlevel 8.
3fb13f
3fb13f
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.1-6.2
3fb13f
- bump again for double-long bug on ppc(64)
3fb13f
3fb13f
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.1-6.1
3fb13f
- rebuilt for new gcc4.1 snapshot and glibc changes
3fb13f
3fb13f
* Sun Feb  5 2006 Tim Waugh <twaugh@redhat.com> 3.1-6
3fb13f
- Patchlevel 7.
3fb13f
3fb13f
* Wed Jan 18 2006 Tim Waugh <twaugh@redhat.com>
3fb13f
- Removed inaccuracies from %%description (bug #178189).
3fb13f
3fb13f
* Fri Jan 13 2006 Tim Waugh <twaugh@redhat.com> 3.1-5
3fb13f
- Fix 'exec -l /bin/bash'.
3fb13f
3fb13f
* Thu Jan 12 2006 Tim Waugh <twaugh@redhat.com> 3.1-4
3fb13f
- Fix sighandler patch bug (bug #177545).
3fb13f
3fb13f
* Tue Jan 10 2006 Tim Waugh <twaugh@redhat.com> 3.1-3
3fb13f
- Patchlevel 5.
3fb13f
3fb13f
* Fri Jan  6 2006 Tim Waugh <twaugh@redhat.com> 3.1-2
3fb13f
- No longer need loadables, mbinc or shellfunc patches.
3fb13f
- Use literal single-quote in bash man page where appropriate (bug #177051).
3fb13f
3fb13f
* Mon Jan  2 2006 Tim Waugh <twaugh@redhat.com> 3.1-1
3fb13f
- 3.1.
3fb13f
- No longer need ia64, utf8, multibyteifs, jobs, sigpipe,
3fb13f
  read-e-segfault, manpage, crash, pwd, afs, subshell patches.
3fb13f
- Remove wrap patch for now.
3fb13f
- Use upstream patch to fix arrays.
3fb13f
3fb13f
* Thu Dec 15 2005 Tim Waugh <twaugh@redhat.com> 3.0-41
3fb13f
- Missed another loop for improved sighandler patch (bug #169231).
3fb13f
3fb13f
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
3fb13f
- rebuilt
3fb13f
3fb13f
* Thu Dec  8 2005 Tim Waugh <twaugh@redhat.com> 3.0-40
3fb13f
- Fix read memleak when reading from non-blocking fd (bug #173283).
3fb13f
- Missed another loop for improved sighandler patch (bug #169231).
3fb13f
3fb13f
* Wed Dec  7 2005 Tim Waugh <twaugh@redhat.com> 3.0-39
3fb13f
- Missed a loop for improved sighandler patch (bug #169231).
3fb13f
3fb13f
* Tue Dec  6 2005 Tim Waugh <twaugh@redhat.com> 3.0-38
3fb13f
- Test out improved sighandler patch (bug #169231).
3fb13f
3fb13f
* Tue Nov 22 2005 Tim Waugh <twaugh@redhat.com> 3.0-37
3fb13f
- Applied patch from upstream to fix parsing problem (bug #146638).
3fb13f
3fb13f
* Wed Nov  9 2005 Tim Waugh <twaugh@redhat.com> 3.0-36
3fb13f
- Added Url: tag (bug #172770).
3fb13f
- Do not explicitly gzip info pages (bug #172770).
3fb13f
- Fix permissions on bashbug (bug #172770).
3fb13f
3fb13f
* Thu Oct  6 2005 Tim Waugh <twaugh@redhat.com> 3.0-35
3fb13f
- Fixed memory allocation bug in multibyteifs patch (bug #169996).
3fb13f
3fb13f
* Fri Sep 23 2005 Tim Waugh <twaugh@redhat.com>
3fb13f
- Use 'volatile' in sighandler patch.
3fb13f
3fb13f
* Wed Sep 21 2005 Tim Waugh <twaugh@redhat.com> 3.0-34
3fb13f
- Avoid writing history files during signal handling (bug #163235).
3fb13f
3fb13f
* Mon Aug  8 2005 Tim Waugh <twaugh@redhat.com> 3.0-33
3fb13f
- Fixed multibyte IFS handling for invalid input (bug #165243).
3fb13f
3fb13f
* Mon Aug  8 2005 Tim Waugh <twaugh@redhat.com> 3.0-32
3fb13f
- Fixed 'LC_ALL=C export LC_ALL' behaviour (bug #165249).
3fb13f
3fb13f
* Thu Jun 23 2005 Tim Waugh <twaugh@redhat.com>
3fb13f
- Added ulimit support for RLIMIT_NICE and RLIMIT_RTPRIO (bug #157049).
3fb13f
3fb13f
* Wed Jun  8 2005 Tim Waugh <twaugh@redhat.com>
3fb13f
- Move a comment in dot-bashrc (bug #159522).
3fb13f
3fb13f
* Tue May 10 2005 Tim Waugh <twaugh@redhat.com> 3.0-31
3fb13f
- Small fix for multibyteifs patch to prevent segfault (bug #157260).
3fb13f
3fb13f
* Wed Apr 20 2005 Tim Waugh <twaugh@redhat.com>
3fb13f
- Fixed AFS support for output redirection, so that the correct errors
3fb13f
  are reported for other filesystems (bug #155373).
3fb13f
3fb13f
* Tue Mar 15 2005 Tim Waugh <twaugh@redhat.com> 3.0-30
3fb13f
- Fix PS1 expansion crash when PWD is unset (bg #151116).
3fb13f
3fb13f
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 3.0-29
3fb13f
- Rebuild for new GCC.
3fb13f
3fb13f
* Thu Feb 17 2005 Tim Waugh <twaugh@redhat.com> 3.0-28
3fb13f
- Define _GNU_SOURCE in CPPFLAGS (bug #147573).
3fb13f
3fb13f
* Mon Feb 14 2005 Tim Waugh <twaugh@redhat.com>
3fb13f
- Reverted this change:
3fb13f
  - Added code to /etc/skel/.bash_logout to support the gpm selection buffer
3fb13f
    invalidation on virtual terminals (bug #115493).
3fb13f
3fb13f
* Mon Jan 31 2005 Tim Waugh <twaugh@redhat.com> 3.0-27
3fb13f
- Applied upstream patch to fix a potential NULL dereference.
3fb13f
3fb13f
* Fri Jan 28 2005 Tim Waugh <twaugh@redhat.com> 3.0-26
3fb13f
- Fixed job handling bug (bug #145124).
3fb13f
3fb13f
* Sun Dec  5 2004 Tim Waugh <twaugh@redhat.com> 3.0-25
3fb13f
- Applied patch from Florian La Roche to fix CPPFLAGS quoting in spec file.
3fb13f
3fb13f
* Tue Nov 30 2004 Tim Waugh <twaugh@redhat.com>
3fb13f
- Fixed typo in man page (spotted on bug-bash).
3fb13f
3fb13f
* Thu Nov 18 2004 Tim Waugh <twaugh@redhat.com> 3.0-24
3fb13f
- Use upstream patch to fix bug #139575 and bug #139306.
3fb13f
3fb13f
* Thu Nov 18 2004 Tim Waugh <twaugh@redhat.com> 3.0-23
3fb13f
- Fixed last patch to avoid regressions (bug #139575).
3fb13f
3fb13f
* Mon Nov 15 2004 Tim Waugh <twaugh@redhat.com> 3.0-22
3fb13f
- Fixed prompt wrapping code to cope with zero-length prompts (bug #139306).
3fb13f
3fb13f
* Thu Nov 11 2004 Tim Waugh <twaugh@redhat.com> 3.0-21
3fb13f
- Added code to /etc/skel/.bash_logout to support the gpm selection buffer
3fb13f
  invalidation on virtual terminals (bug #115493).
3fb13f
3fb13f
* Wed Nov 10 2004 Tim Waugh <twaugh@redhat.com> 3.0-20
3fb13f
- Patchlevel 16.
3fb13f
3fb13f
* Mon Nov  1 2004 Tim Waugh <twaugh@redhat.com>
3fb13f
- Patchlevel 15.
3fb13f
3fb13f
* Tue Oct 19 2004 Tim Waugh <twaugh@redhat.com> 3.0-17
3fb13f
- Patchlevel 14.
3fb13f
- No longer need brace patch.
3fb13f
3fb13f
* Wed Sep 29 2004 Tim Waugh <twaugh@redhat.com> 3.0-16
3fb13f
- Apply patch from Chet Ramey to fix brace expansion.
3fb13f
3fb13f
* Fri Sep 24 2004 Tim Waugh <twaugh@redhat.com> 3.0-15
3fb13f
- Minor fix for job handling.
3fb13f
3fb13f
* Mon Sep 13 2004 Tim Waugh <twaugh@redhat.com>
3fb13f
- Add bashbug back in (with suffix).
3fb13f
3fb13f
* Mon Sep 13 2004 Tim Waugh <twaugh@redhat.com>
3fb13f
- Remove bash2.
3fb13f
3fb13f
* Fri Sep 10 2004 Tim Waugh <twaugh@redhat.com> 3.0-14
3fb13f
- Don't run tests that read from /dev/tty.
3fb13f
- Patchlevel 13.
3fb13f
3fb13f
* Wed Sep  8 2004 Tim Waugh <twaugh@redhat.com> 3.0-13
3fb13f
- Check for EINVAL from waitpid() and avoid WCONTINUED in that case.
3fb13f
- Fixed jobs4 test.
3fb13f
- Applied experimental upstream patch for trap compatibility.
3fb13f
- Re-make documentation to reflect source changes.
3fb13f
3fb13f
* Tue Sep  7 2004 Tim Waugh <twaugh@redhat.com> 3.0-12
3fb13f
- Remove 'bashbug' from the documentation, because we don't ship it due
3fb13f
  to biarch concerns.
3fb13f
3fb13f
* Thu Sep  2 2004 Tim Waugh <twaugh@redhat.com> 3.0-11
3fb13f
- Fixed multibyte parameter length expansion.
3fb13f
3fb13f
* Tue Aug 31 2004 Tim Waugh <twaugh@redhat.com> 3.0-9
3fb13f
- Fix ulimits patch from Ulrich Drepper (bug #129800).
3fb13f
3fb13f
* Fri Aug 27 2004 Tim Waugh <twaugh@redhat.com> 3.0-8
3fb13f
- Provide support for new limits (bug #129800).
3fb13f
3fb13f
* Thu Aug 26 2004 Tim Waugh <twaugh@redhat.com> 3.0-7
3fb13f
- Use upstream patch for last fix.
3fb13f
3fb13f
* Thu Aug 26 2004 Tim Waugh <twaugh@redhat.com> 3.0-6
3fb13f
- Fixed history saved-line handling.
3fb13f
3fb13f
* Tue Aug 24 2004 Tim Waugh <twaugh@redhat.com>
3fb13f
- Fixed multibyte IFS handling.
3fb13f
3fb13f
* Wed Aug 18 2004 Tim Waugh <twaugh@redhat.com>
3fb13f
- Applied bug-bash list patch to fix pipefail.
3fb13f
3fb13f
* Tue Aug 17 2004 Tim Waugh <twaugh@redhat.com> 3.0-5
3fb13f
- Make trap usage string show POSIX usage (bug #128938).
3fb13f
- Updated ${x[@]:1} expansion fix from bug-bash list.
3fb13f
- Updated patch to fix unset array crash (from bug-bash list).
3fb13f
3fb13f
* Sun Aug 15 2004 Tim Waugh <twaugh@redhat.com>
3fb13f
- Fix ${x[@]:1} expansion (William Park, bug-bash list).
3fb13f
3fb13f
* Tue Aug 10 2004 Tim Waugh <twaugh@redhat.com> 3.0-4
3fb13f
- Fix vi-change-char behaviour at EOL (bug #129526).
3fb13f
3fb13f
* Mon Aug  9 2004 Tim Waugh <twaugh@redhat.com> 3.0-3
3fb13f
- Applied bug-bash list patch to fix multiline PS1 prompting (bug #129382).
3fb13f
3fb13f
* Wed Aug  4 2004 Tim Waugh <twaugh@redhat.com> 3.0-2
3fb13f
- Fixed brace expansion (bug #129128).
3fb13f
- Build with AFS support again, since bug #86514 seems fixed upstream
3fb13f
  (bug #129094).
3fb13f
3fb13f
* Tue Aug  3 2004 Tim Waugh <twaugh@redhat.com>
3fb13f
- Fixed crash when unsetting an unset array (from bug-bash list).
3fb13f
3fb13f
* Wed Jul 28 2004 Tim Waugh <twaugh@redhat.com> 3.0-1
3fb13f
- 3.0.
3fb13f
3fb13f
* Wed Jul 21 2004 Tim Waugh <twaugh@redhat.com> 2.05b-44
3fb13f
- Don't report SIGPIPE errors (bug #128274).
3fb13f
3fb13f
* Thu Jul  8 2004 Tim Waugh <twaugh@redhat.com> 2.05b-43
3fb13f
- Fixed command substitution problem (bug #127242).
3fb13f
3fb13f
* Mon Jun 28 2004 Tim Waugh <twaugh@redhat.com> 2.05b-42
3fb13f
- Fixed multibyte variable substitution patch (bug #126399).
3fb13f
3fb13f
* Thu Jun 17 2004 Karsten Hopp <karsten@redhat.de> 2.05b-41 
3fb13f
- remove bashbug script/docs to avoid conflicting files in
3fb13f
  biarch installs.
3fb13f
3fb13f
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
3fb13f
- rebuilt
3fb13f
3fb13f
* Fri Jun  4 2004 Tim Waugh <twaugh@redhat.com>
3fb13f
- Build requires bison (bug #125307).
3fb13f
3fb13f
* Wed Jun  2 2004 Tim Waugh <twaugh@redhat.com> 2.05b-39
3fb13f
- Build requires libtermcap-devel (bug #125068).
3fb13f
3fb13f
* Wed May 19 2004 Tim Waugh <twaugh@redhat.com>
3fb13f
- Don't ship empty %%{_libdir}/bash (bug #123556).
3fb13f
3fb13f
* Thu Mar 11 2004 Tim Waugh <twaugh@redhat.com> 2.05b-38
3fb13f
- Apply patch from Nalin Dahyabhai fixing an overread.
3fb13f
3fb13f
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
3fb13f
- rebuilt
3fb13f
3fb13f
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
3fb13f
- rebuilt
3fb13f
3fb13f
* Thu Jan 22 2004 Tim Waugh <twaugh@redhat.com> 2.05b-36
3fb13f
- Fix the bug causing bindings to need reparsing .inputrc (bug #114101).
3fb13f
3fb13f
* Mon Jan  5 2004 Tim Waugh <twaugh@redhat.com> 2.05b-35
3fb13f
- Fix parameter expansion in multibyte locales (bug #112657).
3fb13f
- Run 'make check'.
3fb13f
3fb13f
* Tue Dec  9 2003 Tim Waugh <twaugh@redhat.com> 2.05b-34
3fb13f
- Build requires texinfo (bug #111171).
3fb13f
3fb13f
* Fri Nov 28 2003 Tim Waugh <twaugh@redhat.com> 2.05b-33
3fb13f
- Speed up UTF-8 command-line redrawing in the common case (bug #102353,
3fb13f
  bug #110777).
3fb13f
3fb13f
* Thu Nov  6 2003 Tim Waugh <twaugh@redhat.com> 2.05b-32
3fb13f
- Apply upstream patches (bug #109269 among others).
3fb13f
3fb13f
* Fri Oct 31 2003 Tim Waugh <twaugh@redhat.com>
3fb13f
- Fix bash.info (bug #83776).
3fb13f
3fb13f
* Tue Oct 28 2003 Tim Waugh <twaugh@redhat.com> 2.05b-31
3fb13f
- Add bash205b-007 patch to fix bug #106876.
3fb13f
3fb13f
* Thu Oct 23 2003 Tim Waugh <twaugh@redhat.com> 2.05b-30
3fb13f
- Rebuilt.
3fb13f
3fb13f
* Thu Sep 18 2003 Tim Waugh <twaugh@redhat.com> 2.05b-29.1
3fb13f
- Rebuilt.
3fb13f
3fb13f
* Thu Sep 18 2003 Tim Waugh <twaugh@redhat.com> 2.05b-29
3fb13f
- Avoid crashing on multibyte input when locale is set incorrectly
3fb13f
  (bug #74266).
3fb13f
3fb13f
* Fri Sep  5 2003 Tim Waugh <twaugh@redhat.com> 2.05b-28.1
3fb13f
- Rebuilt.
3fb13f
3fb13f
* Fri Sep  5 2003 Tim Waugh <twaugh@redhat.com> 2.05b-28
3fb13f
- Avoid built-in malloc implementation (bug #103768).
3fb13f
3fb13f
* Wed Sep  3 2003 Tim Waugh <twaugh@redhat.com> 2.05b-27.1
3fb13f
- Rebuilt.
3fb13f
3fb13f
* Wed Sep  3 2003 Tim Waugh <twaugh@redhat.com> 2.05b-27
3fb13f
- LFS support (bug #103627).
3fb13f
3fb13f
* Thu Jul 31 2003 Tim Waugh <twaugh@redhat.com> 2.05b-26.1
3fb13f
- Rebuilt.
3fb13f
3fb13f
* Thu Jul 31 2003 Tim Waugh <twaugh@redhat.com> 2.05b-26
3fb13f
- Merge bash-doc into main package (bug #100632).
3fb13f
3fb13f
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> 2.05b-25
3fb13f
- rebuilt
3fb13f
3fb13f
* Mon May 12 2003 Tim Waugh <twaugh@redhat.com> 2.05b-24
3fb13f
- Fix completion display when multibyte or control characters are to be
3fb13f
  shown (bug #90201).
3fb13f
3fb13f
* Wed Mar 26 2003 Tim Waugh <twaugh@redhat.com> 2.05b-23
3fb13f
- Fix a warning message (bug #79629).
3fb13f
- Don't remove generated source during build, for debuginfo package.
3fb13f
- Don't build with AFS support (bug #86514).
3fb13f
3fb13f
* Tue Mar 25 2003 Tim Waugh <twaugh@redhat.com> 2.05b-22
3fb13f
- Really fix bug #78455.
3fb13f
3fb13f
* Tue Mar 11 2003 Tim Waugh <twaugh@redhat.com> 2.05b-21
3fb13f
- Don't explicitly strip binaries (bug #85995).
3fb13f
3fb13f
* Tue Feb 11 2003 Tim Waugh <twaugh@redhat.com> 2.05b-20
3fb13f
- Really fix bug #83331 for good.
3fb13f
3fb13f
* Mon Feb 10 2003 Tim Waugh <twaugh@redhat.com> 2.05b-19
3fb13f
- Fix builtins.1.
3fb13f
3fb13f
* Fri Feb  7 2003 Tim Waugh <twaugh@redhat.com> 2.05b-18
3fb13f
- Actually apply the patch (bug #83331).
3fb13f
3fb13f
* Wed Feb  5 2003 Tim Waugh <twaugh@redhat.com> 2.05b-17
3fb13f
- Fix history/UTF-8 bug (bug #83331).
3fb13f
3fb13f
* Sun Jan 26 2003 Tim Waugh <twaugh@redhat.com> 2.05b-16
3fb13f
- More tab-completion fixing (bug #72512).
3fb13f
3fb13f
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 2.05b-15
3fb13f
- rebuilt
3fb13f
3fb13f
* Wed Jan 15 2003 Tim Waugh <twaugh@redhat.com> 2.05b-14
3fb13f
- Force pgrp synchronization (bug #81653).
3fb13f
3fb13f
* Thu Dec 05 2002 Elliot Lee <sopwith@redhat.com> 2.05b-13
3fb13f
- (patch26) Don't call 'size' in makefile. Pointless, and interferes with 
3fb13f
  cross compiles.
3fb13f
3fb13f
* Tue Dec  3 2002 Tim Waugh <twaugh@redhat.com> 2.05b-12
3fb13f
- Prevent prompt overwriting output (bug #74383).
3fb13f
3fb13f
* Wed Nov 27 2002 Tim Waugh <twaugh@redhat.com> 2.05b-11
3fb13f
- Fix '-rbash' (bug #78455).
3fb13f
3fb13f
* Thu Nov 21 2002 Tim Waugh <twaugh@redhat.com> 2.05b-10
3fb13f
- Rebuild.
3fb13f
3fb13f
* Wed Nov 20 2002 Elliot Lee <sopwith@redhat.com>
3fb13f
- Use the configure macro instead of calling ./configure directly
3fb13f
3fb13f
* Wed Nov 13 2002 Tim Waugh <twaugh@redhat.com>
3fb13f
- Revert previous change.
3fb13f
3fb13f
* Wed Nov 13 2002 Tim Waugh <twaugh@redhat.com> 2.05b-8
3fb13f
- PreReq libtermcap.
3fb13f
3fb13f
* Fri Oct 18 2002 Tim Waugh <twaugh@redhat.com> 2.05b-7
3fb13f
- Add readline-init patch (bug #74925).
3fb13f
3fb13f
* Wed Oct 16 2002 Tim Waugh <twaugh@redhat.com> 2.05b-6
3fb13f
- Add the (4) patches from ftp.gnu.org (bug #75888, bug #72512).
3fb13f
- Ship '.' man page, which doesn't get picked up by glob.
3fb13f
- Don't install files not shipped when building.
3fb13f
- Locale shell variables fix (bug #74701).
3fb13f
3fb13f
* Fri Aug 23 2002 Tim Powers <timp@redhat.com> 2.05b-5
3fb13f
- re-bzip the docs, something was corrupted
3fb13f
3fb13f
* Thu Aug 22 2002 Tim Waugh <twaugh@redhat.com> 2.05b-4
3fb13f
- Fix history substitution modifiers in UTF-8 (bug #70294, bug #71186).
3fb13f
- Fix ADVANCE_CHAR at end of string (bug #70819).
3fb13f
- docs: CWRU/POSIX.NOTES no longer exists, but ship POSIX.
3fb13f
3fb13f
* Wed Aug 07 2002 Phil Knirsch <pknirsch@redhat.com> 2.05b-3
3fb13f
- Fixed out of memory problem with readline.
3fb13f
3fb13f
* Tue Jul 23 2002 Phil Knirsch <pknirsch@redhat.com> 2.05b-2
3fb13f
- Added symlink for sh.1 in man1 section so that man sh works (#44039).
3fb13f
3fb13f
* Mon Jul 22 2002 Phil Knirsch <pknirsch@redhat.com> 2.05b-1
3fb13f
- Update to 2.05b
3fb13f
3fb13f
* Wed Jul 10 2002 Phil Knirsch <pknirsch@redhat.com> 2.05a-16
3fb13f
- Fixed readline utf8 problem (#68313).
3fb13f
3fb13f
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 2.05a-15
3fb13f
- automated rebuild
3fb13f
3fb13f
* Thu May 23 2002 Tim Powers <timp@redhat.com> 2.05a-14
3fb13f
- automated rebuild
3fb13f
3fb13f
* Fri Apr 12 2002 Tim Powers <timp@redhat.com> 2.05a-13
3fb13f
- don't build the stuff in examples/loadables. It breaks FHS
3fb13f
  compliance
3fb13f
3fb13f
* Fri Apr  5 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-12
3fb13f
- Fix the fix for #62418
3fb13f
3fb13f
* Thu Apr  4 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-11
3fb13f
- Fix kill builtin (#62418)
3fb13f
3fb13f
* Mon Mar 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.0.5a-10
3fb13f
- Get rid of completion subpackage
3fb13f
- Use %%{_tmppath}
3fb13f
3fb13f
* Mon Mar 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-9
3fb13f
- Add patch from Ulrich Drepper to get better error messages when trying
3fb13f
  to launch an application with a bad ELF interpreter (e.g. libc5 ld.so)
3fb13f
  (#60870)
3fb13f
3fb13f
* Fri Feb 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-8
3fb13f
- Update completion
3fb13f
3fb13f
* Wed Jan 30 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-7
3fb13f
- Update completion stuff and move it to a separate package
3fb13f
3fb13f
* Sat Jan 26 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-6
3fb13f
- Add patches from Ian Macdonald <ian@caliban.org>
3fb13f
3fb13f
* Wed Jan 23 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-5
3fb13f
- Add programmable completion (optional)
3fb13f
3fb13f
* Thu Jan 17 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-4
3fb13f
- Fix mailcheck (#57792)
3fb13f
3fb13f
* Tue Jan 15 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-3
3fb13f
- Fix autoconf mess
3fb13f
- Build --with-afs, some users may be using it
3fb13f
3fb13f
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
3fb13f
- automated rebuild
3fb13f
3fb13f
* Thu Nov 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-2
3fb13f
- Fix conflict with sh-utils (printf builtin manpage vs. printf binary manpage)
3fb13f
  (#56590)
3fb13f
3fb13f
* Tue Nov 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05a-1
3fb13f
- 2.05a
3fb13f
3fb13f
* Wed Oct 10 2001 Florian La Roche <Florian.LaRoche@redhat.de>
3fb13f
- disable s390x fix, not needed anymore
3fb13f
3fb13f
* Mon Oct  1 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-9
3fb13f
- Add patch from readline 4.2-3 to bash's internal libreadline
3fb13f
3fb13f
* Mon Jul  9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-8
3fb13f
- Merge Pekka Savola's patch (RFE#47762)
3fb13f
3fb13f
* Mon Jul  2 2001 Pekka Savola <pekkas@netcore.fi>
3fb13f
- Add IPv6 patch from PLD (only redirection to /dev/{tcp,udp}/host/port
3fb13f
  support)
3fb13f
3fb13f
* Sun Jun 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-7
3fb13f
- Add some bugfix patches from the maintainer
3fb13f
3fb13f
* Mon Jun 11 2001 Florian La Roche <Florian.LaRoche@redhat.de>
3fb13f
- added patch for s390x from <oliver.paukstadt@millenux.com>
3fb13f
3fb13f
* Wed May 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-5
3fb13f
- Don't set BASH_ENV in .bash_profile, it causes .bashrc to be sourced
3fb13f
  twice in interactive non-login shells.
3fb13f
- s/Copyright/License/
3fb13f
3fb13f
* Sat May  5 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-4
3fb13f
- Fix tempfile creation in bashbug
3fb13f
3fb13f
* Wed May  2 2001 Preston Brown <pbrown@redhat.com> 2.05-3
3fb13f
- bashrc moved to setup package
3fb13f
3fb13f
* Tue Apr 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-2
3fb13f
- bash comes with its own copy of readline... Add the patches we're
3fb13f
  applying in the readline package.
3fb13f
3fb13f
* Tue Apr 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.05-1
3fb13f
- Update to 2.05
3fb13f
- Change PROMPT_COMMAND in bashrc for xterms
3fb13f
  to something less space consuming (#24159)
3fb13f
- Provide plugs for alternate prompt commands (#30634), but don't
3fb13f
  default to them
3fb13f
3fb13f
* Mon Mar 19 2001 Preston Brown <pbrown@redhat.com>
3fb13f
- add default aliases for 'dir' and 'df' to have human readable output
3fb13f
3fb13f
* Wed Feb 28 2001 Matt Wilson <msw@redhat.com>
3fb13f
- don't Prereq: /sbin/install-info!
3fb13f
3fb13f
* Tue Feb 27 2001 Preston Brown <pbrown@redhat.com>
3fb13f
- noreplace config files
3fb13f
- don't own /etc/skel directory
3fb13f
3fb13f
* Thu Feb 22 2001 Harald Hoyer <harald@redhat.de>
3fb13f
- changed /etc/bashrc to work with backspace = 0177 (rxvt)
3fb13f
3fb13f
* Wed Feb 07 2001 Florian La Roche <Florian.LaRoche@redhat.de>
3fb13f
- changed /etc/skel/.bash_profile to "unset USERNAME"
3fb13f
3fb13f
* Mon Feb  5 2001 Yukihiro Nakai <ynakai@redhat.com>
3fb13f
- Delete Japanese resources from dot-bashrc
3fb13f
  and move them to each package.
3fb13f
3fb13f
* Fri Dec 15 2000 Yukihiro Nakai <ynakai@redhat.com>
3fb13f
- Add Japanese resource to dot-bashrc
3fb13f
3fb13f
* Mon Dec 11 2000 Bernhard Rosenkraenzer <bero@redhat.com>
3fb13f
- rebuild to get rid of 0777 doc dirs
3fb13f
3fb13f
* Thu Nov 16 2000 Bernhard Rosenkraenzer <bero@redhat.com>
3fb13f
- restore the ^Hs in documentation, they're highlighting sequences
3fb13f
  for less (#20654) 
3fb13f
3fb13f
* Fri Sep 15 2000 Florian La Roche <Florian.LaRoche@redhat.de>
3fb13f
- bash-2.04-export.patch is reported to fix compilation
3fb13f
  of older glibc-2.1 sources
3fb13f
3fb13f
* Tue Aug 22 2000 Matt Wilson <msw@redhat.com>
3fb13f
- fixed the summary of bash-doc to use %%{version} instead of "2.03"
3fb13f
3fb13f
* Tue Aug  8 2000 Bill Nottingham <notting@redhat.com>
3fb13f
- 'exit' in bashrc is very bad.
3fb13f
3fb13f
* Tue Aug  8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
3fb13f
- minor bashrc fix (Bug #8518)
3fb13f
3fb13f
* Mon Jul 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
3fb13f
- Don't use tput etc. in bashrc if /usr isn't available (Bug #14116)
3fb13f
3fb13f
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
3fb13f
- automatic rebuild
3fb13f
3fb13f
* Thu Jun 22 2000 Bill Nottingham <notting@redhat.com>
3fb13f
- fix for some IA-64 issues from Stephane Eranian
3fb13f
3fb13f
* Thu Jun 15 2000 Bernhard Rosenkraenzer <bero@redhat.com>
3fb13f
- Fix summary and description, they had old version numbers (Bug #12092)
3fb13f
3fb13f
* Tue Jun  6 2000 Bill Nottingham <notting@redhat.com>
3fb13f
- add /etc/skel/.bash* ; obsolete etcskel
3fb13f
3fb13f
* Tue May  2 2000 Bill Nottingham <notting@redhat.com>
3fb13f
- fix for shell functions on 64-bit architectures...
3fb13f
3fb13f
* Wed Mar 29 2000 Bernhard Rosenkraenzer <bero@redhat.com>
3fb13f
- Add some backwards compatibility (for i in ; do something; done)
3fb13f
3fb13f
* Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
3fb13f
- 2.04 final
3fb13f
- remove the echo, pwd, test and kill man pages from the package,
3fb13f
  we're getting them from sh-utils
3fb13f
3fb13f
* Sun Mar 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
3fb13f
- 2.04beta5
3fb13f
- adapt patches
3fb13f
- Fix up bashrc
3fb13f
- Don't put in bashrc1, this should be done by the bash1 package
3fb13f
- use install -c instead of plain install to work on *BSD
3fb13f
- remove the collected patches - they're now in the base version.
3fb13f
- make compressed man pages optional
3fb13f
3fb13f
* Thu Mar 16 2000 Florian La Roche <Florian.LaRoche@redhat.com>
3fb13f
- add some collected patches for bash2
3fb13f
- change it over to be the main bash package
3fb13f
- install man-pages root:root
3fb13f
- obsolete bash2, bash2-doc
3fb13f
3fb13f
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
3fb13f
- man pages are compressed
3fb13f
- fix description
3fb13f
3fb13f
* Thu Dec  2 1999 Ken Estes <kestes@staff.mail.com>
3fb13f
- updated patch to detect what executables are required by a script.
3fb13f
3fb13f
* Tue Sep 14 1999 Dale Lovelace <dale@redhat.com>
3fb13f
- Remove annoying ^H's from documentation
3fb13f
3fb13f
* Fri Jul 16 1999 Ken Estes <kestes@staff.mail.com>
3fb13f
- patch to detect what executables are required by a script.
3fb13f
3fb13f
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
3fb13f
- auto rebuild in the new build environment (release 4)
3fb13f
3fb13f
* Fri Mar 19 1999 Jeff Johnson <jbj@redhat.com>
3fb13f
- strip binaries.
3fb13f
- include bash-doc correctly.
3fb13f
3fb13f
* Thu Mar 18 1999 Preston Brown <pbrown@redhat.com>
3fb13f
- fixed post/postun /etc/shells work.
3fb13f
3fb13f
* Thu Mar 18 1999 Cristian Gafton <gafton@redhat.com>
3fb13f
- updated again text in the spec file
3fb13f
3fb13f
* Mon Feb 22 1999 Jeff Johnson <jbj@redhat.com>
3fb13f
- updated text in spec file.
3fb13f
- update to 2.03.
3fb13f
3fb13f
* Fri Feb 12 1999 Cristian Gafton <gafton@redhat.com>
3fb13f
- build it as bash2 instead of bash
3fb13f
3fb13f
* Tue Feb  9 1999 Bill Nottingham <notting@redhat.com>
3fb13f
- set 'NON_INTERACTIVE_LOGIN_SHELLS' so profile gets read
3fb13f
3fb13f
* Thu Jan 14 1999 Jeff Johnson <jbj@redhat.com>
3fb13f
- rename man pages in bash-doc to avoid packaging conflicts (#606).
3fb13f
3fb13f
* Wed Dec 02 1998 Cristian Gafton <gafton@redhat.com>
3fb13f
- patch for the arm
3fb13f
- use $RPM_ARCH-redhat-linux as the build target
3fb13f
3fb13f
* Tue Oct  6 1998 Bill Nottingham <notting@redhat.com>
3fb13f
- rewrite %%pre, axe %%postun (to avoid prereq loops)
3fb13f
3fb13f
* Wed Aug 19 1998 Jeff Johnson <jbj@redhat.com>
3fb13f
- resurrect for RH 6.0.
3fb13f
3fb13f
* Sun Jul 26 1998 Jeff Johnson <jbj@redhat.com>
3fb13f
- update to 2.02.1
3fb13f
3fb13f
* Thu Jun 11 1998 Jeff Johnson <jbj@redhat.com>
3fb13f
- Package for 5.2.
3fb13f
3fb13f
* Mon Apr 20 1998 Ian Macdonald <ianmacd@xs4all.nl>
3fb13f
- added POSIX.NOTES doc file
3fb13f
- some extraneous doc files removed
3fb13f
- minor .spec file changes
3fb13f
3fb13f
* Sun Apr 19 1998 Ian Macdonald <ianmacd@xs4all.nl>
3fb13f
- upgraded to version 2.02
3fb13f
- Alpha, MIPS & Sparc patches removed due to lack of test platforms
3fb13f
- glibc & signal patches no longer required
3fb13f
- added documentation subpackage (doc)
3fb13f
3fb13f
* Fri Nov 07 1997 Donnie Barnes <djb@redhat.com>
3fb13f
- added signal handling patch from Dean Gaudet <dgaudet@arctic.org> that
3fb13f
  is based on a change made in bash 2.0.  Should fix some early exit
3fb13f
  problems with suspends and fg.
3fb13f
3fb13f
* Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
3fb13f
- added %%clean
3fb13f
3fb13f
* Mon Oct 20 1997 Erik Troan <ewt@redhat.com>
3fb13f
- added comment explaining why install-info isn't used
3fb13f
- added mips patch 
3fb13f
3fb13f
* Fri Oct 17 1997 Donnie Barnes <djb@redhat.com>
3fb13f
- added BuildRoot
3fb13f
3fb13f
* Tue Jun 03 1997 Erik Troan <ewt@redhat.com>
3fb13f
- built against glibc