[ubuntu/precise] bash 4.2-1ubuntu1 (Accepted)
Matthias Klose
doko at ubuntu.com
Thu Dec 1 12:40:20 UTC 2011
bash (4.2-1ubuntu1) precise; urgency=low
* Merge with Debian; remaining changes:
- Build from the upstream sources, build the documentation in info format.
- skel.bashrc:
- Run lesspipe.
- Enable ls aliases.
- Set options in ll alias to -alF.
- Define an alert alias.
- Enabled colored grep aliases.
- etc.bash.bashrc:
- Add sudo hint.
bash (4.2-1) unstable; urgency=low
[ Matthias Klose ]
* New upstream version.
* Apply upstream patches 001 - 020.
* Fix parsing of double doublequotes. LP: #780441.
* /etc/bash.bashrc:
- Fix quoting issue calling command-not-found. LP: #754859. Closes: #587185.
* Don't cache the value of brk between sbrk calls (Samuel Thibault).
Closes: #614815.
* Remove the bashdb and bash-completion packaging rules and files.
* Just link with libtinfo instead of libncurses if available.
* Make lintian happy.
* Use quilt to apply patches.
* Fix build error with -Werror=format-security (Pierre Chifflier).
Closes: #641350.
* Fix build for the binary target, without calling the build target.
Closes: #602159.
* Fix cross builds (Steve McIntyre). Closes: #629929.
[ Jonathan Nieder ]
* Update copyright file. Many files that were GPL-2+ were relicensed
under GPL-3+ in bash 4.0-rc1. Closes: #632177.
* debian/rules: Use "rm -rf" instead of rmdir to remove usr/share/info
directory in "with_gfdl = no" build. This prevents build failures when
using the unmodified upstream tarball.
* bash.preinst: Tidy up a little.
- Remove codepath that would rename .bash_profile → .profile if .profile
was unmodified from the gutsy → hardy transition. Closes: #602244
- Remove commented experiment from bash-completion transition.
- Remove misleading "dpkg --assert-support-predepends" check.
Closes: #602456.
- Move utility functions to a separate bash.preinst-lib.c and corresponding
declarations to bash.preinst.h.
* Remove /bin/sh symlink and /usr/share/man/man1/sh.1.gz from bash package
contents. Closes: #602483.
- debian/rules: Do not install /bin/sh and sh.1.gz symlinks.
- bash.preinst:
- Make sure /bin/sh is present and points to an executable, forcibly
creating symlinks /bin/sh -> bash and /usr/share/man/man1/sh.1.gz ->
bash.1.gz if not.
- Divert /bin/sh and sh.1.gz on behalf of dash if we are upgrading from
a bash version with /bin/sh in the files list and bash's copy of
/bin/sh is not already diverted. This ensures unpacking bash will not
cause /bin/sh to go missing.
* bash.postinst: Simplify comment that contained an implementation detail
about how /bin/sh is provided.
* Use dpkg-buildflags to retrieve compiler options, including hardening flags.
Build-Depends: dpkg-dev (>= 1.16.1) (Steve Langasek). Closes: #629929.
* Pass --host to configure only when cross-compiling, --build always, as
recommended in autotools documentation (Steve Langasek).
* Merge from Ubuntu (closes: #648578):
- /etc/skel/.bashrc:
- Don't set HISTCONTROL twice. Thanks to Kevin Knerr. LP: #465500.
- Set HISTFILESIZE to 2000 and HISTSIZE to 1000. LP: #544542.
- README.Debian: Remove obsolete entry "Why is bash configured
with --disable-net-redirections?"
Date: Wed, 30 Nov 2011 11:30:24 +0100
Changed-By: Matthias Klose <doko at ubuntu.com>
Maintainer: Matthias Klose <doko at debian.org>
https://launchpad.net/ubuntu/precise/+source/bash/4.2-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 30 Nov 2011 11:30:24 +0100
Source: bash
Binary: bash bash-static bash-builtins bash-doc
Architecture: source
Version: 4.2-1ubuntu1
Distribution: precise
Urgency: low
Maintainer: Matthias Klose <doko at debian.org>
Changed-By: Matthias Klose <doko at ubuntu.com>
Description:
bash - GNU Bourne Again SHell
bash-builtins - Bash loadable builtins - headers & examples
bash-doc - Documentation and examples for the The GNU Bourne Again SHell
bash-static - GNU Bourne Again SHell (static version)
Closes: 587185 602159 602244 602456 602483 614815 629929 632177 641350 648578
Launchpad-Bugs-Fixed: 465500 544542 754859 780441
Changes:
bash (4.2-1ubuntu1) precise; urgency=low
.
* Merge with Debian; remaining changes:
- Build from the upstream sources, build the documentation in info format.
- skel.bashrc:
- Run lesspipe.
- Enable ls aliases.
- Set options in ll alias to -alF.
- Define an alert alias.
- Enabled colored grep aliases.
- etc.bash.bashrc:
- Add sudo hint.
.
bash (4.2-1) unstable; urgency=low
.
[ Matthias Klose ]
* New upstream version.
* Apply upstream patches 001 - 020.
* Fix parsing of double doublequotes. LP: #780441.
* /etc/bash.bashrc:
- Fix quoting issue calling command-not-found. LP: #754859. Closes: #587185.
* Don't cache the value of brk between sbrk calls (Samuel Thibault).
Closes: #614815.
* Remove the bashdb and bash-completion packaging rules and files.
* Just link with libtinfo instead of libncurses if available.
* Make lintian happy.
* Use quilt to apply patches.
* Fix build error with -Werror=format-security (Pierre Chifflier).
Closes: #641350.
* Fix build for the binary target, without calling the build target.
Closes: #602159.
* Fix cross builds (Steve McIntyre). Closes: #629929.
.
[ Jonathan Nieder ]
* Update copyright file. Many files that were GPL-2+ were relicensed
under GPL-3+ in bash 4.0-rc1. Closes: #632177.
* debian/rules: Use "rm -rf" instead of rmdir to remove usr/share/info
directory in "with_gfdl = no" build. This prevents build failures when
using the unmodified upstream tarball.
* bash.preinst: Tidy up a little.
- Remove codepath that would rename .bash_profile → .profile if .profile
was unmodified from the gutsy → hardy transition. Closes: #602244
- Remove commented experiment from bash-completion transition.
- Remove misleading "dpkg --assert-support-predepends" check.
Closes: #602456.
- Move utility functions to a separate bash.preinst-lib.c and corresponding
declarations to bash.preinst.h.
* Remove /bin/sh symlink and /usr/share/man/man1/sh.1.gz from bash package
contents. Closes: #602483.
- debian/rules: Do not install /bin/sh and sh.1.gz symlinks.
- bash.preinst:
- Make sure /bin/sh is present and points to an executable, forcibly
creating symlinks /bin/sh -> bash and /usr/share/man/man1/sh.1.gz ->
bash.1.gz if not.
- Divert /bin/sh and sh.1.gz on behalf of dash if we are upgrading from
a bash version with /bin/sh in the files list and bash's copy of
/bin/sh is not already diverted. This ensures unpacking bash will not
cause /bin/sh to go missing.
* bash.postinst: Simplify comment that contained an implementation detail
about how /bin/sh is provided.
* Use dpkg-buildflags to retrieve compiler options, including hardening flags.
Build-Depends: dpkg-dev (>= 1.16.1) (Steve Langasek). Closes: #629929.
* Pass --host to configure only when cross-compiling, --build always, as
recommended in autotools documentation (Steve Langasek).
.
* Merge from Ubuntu (closes: #648578):
- /etc/skel/.bashrc:
- Don't set HISTCONTROL twice. Thanks to Kevin Knerr. LP: #465500.
- Set HISTFILESIZE to 2000 and HISTSIZE to 1000. LP: #544542.
- README.Debian: Remove obsolete entry "Why is bash configured
with --disable-net-redirections?"
Checksums-Sha1:
bdf67ce15fb5e045e9734a7ff6a618f4b403f77e 1503 bash_4.2-1ubuntu1.dsc
9d7d1f145c437ac90241920acfe715f82bd1d3d6 79472 bash_4.2-1ubuntu1.diff.gz
Checksums-Sha256:
a46b9825da8ad1d996b83a381900eebd646e8cfa925a21eafd3823724492bf69 1503 bash_4.2-1ubuntu1.dsc
5e50459ff686ed53a61b167713d1250a9136f1fac638d6fb6a0b7f5e2cd7f86b 79472 bash_4.2-1ubuntu1.diff.gz
Files:
e509926ae307eb5aa65d92e634b6e8b2 1503 base required bash_4.2-1ubuntu1.dsc
9e3a9bf6cbe3fe815fafd09b7df17824 79472 base required bash_4.2-1ubuntu1.diff.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk7XdSkACgkQStlRaw+TLJxznwCcDBWnjSdi6Zr+fHBAuyOl/zl7
uz4AnRs63cvO8PXG6NX6ttcfHgg8Pj6K
=e0r7
-----END PGP SIGNATURE-----
More information about the Precise-changes
mailing list