[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Installed bash 2.03-1 (all source i386)



Installed:
bash_2.03-1_i386.deb
  to dists/potato/main/binary-i386/base/bash_2.03-1.deb
  replacing bash_2.02.1-1.8.deb
bash-doc_2.03-1_all.deb
  to dists/potato/main/binary-all/doc/bash-doc_2.03-1.deb
bash_2.03.orig.tar.gz
  to dists/potato/main/source/base/bash_2.03.orig.tar.gz
  replacing bash_2.02.1.orig.tar.gz
bash_2.03-1.diff.gz
  to dists/potato/main/source/base/bash_2.03-1.diff.gz
  replacing bash_2.02.1-1.8.diff.gz
bash_2.03-1.dsc
  to dists/potato/main/source/base/bash_2.03-1.dsc
  replacing bash_2.02.1-1.8.dsc
bash-builtins_2.03-1_i386.deb
  to dists/potato/main/binary-i386/utils/bash-builtins_2.03-1.deb
  replacing bash-builtins_2.02.1-1.8.deb


-----BEGIN PGP SIGNED MESSAGE-----

Format: 1.6
Date: Sat,  4 Dec 1999 17:03:47 +0100
Source: bash
Binary: bash-builtins bash bash-doc
Architecture: source i386 all
Version: 2.03-1
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose <doko@debian.org>
Description: 
 bash       - The GNU Bourne Again SHell
 bash-builtins - Bash loadable builtins - headers & examples
 bash-doc   - Documentation and examples for the The GNU Bourne Again SHell
Closes: 3459 11938 14229 16856 21363 22291 22498 22517 28789 28849 29863 34077 35130 35642 35975 36103 37971 38411 40930 41802 43737 46916 49702
Changes: 
 bash (2.03-1) unstable; urgency=low
 .
   * New maintainer.
   * New upstream version (closes: #34077, #35642, #46916). For a terse
     description of new features and bug fixes see /usr/share/doc/bash/NEWS.gz.
   * Fixed in upstream release (closes: #14229, #16856, #21363, #22498, #28849,
     #29863, #37971, #38411, #40930, #49702). #37971 either here or in libc6.
     #30803.
   * Separate out documentation and examples to bash-doc package.
   * Do not build shared readline libs from this source. According to the
     upstream author: "It's not appropriate to build shared libraries from
     the readline shipped with bash.  That is designed to be linked directly
     into bash."
   * Link statically with included libreadline. It's intended, because
     potato does not have a libreadline4 yet. Wait for bash-2.04 and
     it's version of libreadline.
   * debian/README.Debian: Sort of FAQ suggested by Guy Maor.
   * debian/copyright: Updated URL.
   * debian/rules: Introduced some variables for packages and directories.
   * debian/control: Updated package names. Add Build-Depends.
   * Point to /usr/doc/share in man pages (rbash.1, builtins.1).
   * Make /usr/doc compatibility links (all but libreadline.postinst, which
     is a C file).
   * debian/patches/conf-update.dpatch: New config files from automake
     (closes #33745).
   * debian/patches/bashbug-editor.dpatch: Use EDITOR variable
     (closes #32576, #32577).
   * debian/etc.profile: Fixed comment that /etc/profile is used for Bourne
     shell and Bourne compatible shells (closes: #3459).
   * debian/patches/tempnam.dpatch: Applied patch from report #35975
     (closes: #35975).
   * bash is not responsible for setting $USER in login shells (closes: #36103).
   * Compile with -DSYS_BASHRC defined. /etc/bash.bashrc is empty by default
     (closes #27055).
   * Fixed with boot-floppies 2.1.3 (closes: #22517).
   * debian/patches/mailcheck.dpatch: Add maildir support. Patch from
     Miquel van Smoorenburg <miquels@cistron.nl> (closes #38794).
   * Patches from NMU are applied (should close #43096).
   * debian/control: Make builtins depend on source version of bash.
   * Build for i386, not i486.
   * Report #28811: "dpkg segfaults trying to install bash. Logging in then
     produces segfault. Still having to run 2.00.0(1)". Not reproducable.
   * Report #15165: "If the last command in the pipeline is killed by a signal,
     bash does not report it even though $? contains the correct value".
     Not reproducable.
   * Report #21645: "If you type `rm */text*<TAB>', previous versions would
     complete text given that they're under the same directory. 2.01.1-1
     doesn't do that anymore.". Not documented anywhere. It seems, this was
     a bug disguised as a feature ;-)
   * Report #36027: "During compiling bash package, files with hardcoded names
     are created in /tmp. In a malicious multi-user environment, this allows
     attacks to the user's files and possibly allow creating trojan packages.
     If the compiling user is root...".
     Submitter cannot be reached. autoconf/automake issues? Reassign to general?
   * Report #16700: "bash terminated when I asked it "mailq -v", while in an
     xterm, with a sysload of approx 1"; not reproducable. Submitter offers
     core file.
   * Report #37637: Not reproduceable (should close #37637).
   * Report #37275: A dpkg error? Or just another reason to completely link
     bash statically?
   * Report #34978, #42858: The prerm now is a binary pragram.
     #34977 as well? #36016 (patch)?
   * Report #43737: Non bug. Behaviour changed from 1.4 to 2.0 (closes: #43737).
   * Report #36459: Non bug (closes #36459).
   * Report #19211: Wanted behaviour?
   * Report #11938: The included patch is applied upstream (closes: #11938).
   * Report #10699, #45656: Todo: See #34717 ...
   * Report #35127: Apply included patch. TODO: test and forward upstream.
   * Report #41082: Obsoleted patches (closes: #35130, #41802).
   * Reports tested and still in this version (should be forwarded ...):
     #2301, #21901, #26619, #26720, #27090, #30460, #33900, #34833,
     #36877
     #38804, #41916 (update docs?),
     #46901, #47990.
   * Report #47849: You *must* reset OPTIND to 1 before reusing getopts.
   * Report #45841: This is a POSIX.2/XPG5 requirement.
   * Report #35979, #45379: set -e works on simple commands only.
     (command) is not a simple command.
   * Report #38244: -x and -v and all of the rest of the options are documented
     in the `set' builtin section.  The OPTIONS section of the man page refers
     to `set'.
   * Report #37654: When in a pipeline, `tty' prints `not a tty'.  This is why
     grep is looking for `not' in file `a'.  Try `w | echo $(tty)'.
   * Report #33822: This is a locale problem.  The de_DE locale gives lower case
     and upper case letters the same collating weight.  POSIX.2 warns that
     range expressions are not portable across locales.
   * Report #28789, #22291: resizing xterm bash doesn' t update window limits.
     Use `shopt -s checkwinsize'. (closes: #28789, #22291).
   * Report #39728: Suggestion to add something to /etc/skel files. A matter
     of taste. Added comments where to find `fancy' startup files.
 .
   * Work needed: #33822 (huh?), #42916 and #44015 (update docs, dashs in
     identifiers).
 .
   * Not tested: (#7047, #10259, #10433, #10494), #14287 (how to test?),
     #14658 (how to test?), #16013, #16797, #20455 (alpha arch), #20821,
     #22632, #26571, #29610, #35994 (powerpc arch),
     #36652, #40242, #47179.
Files: 
 237c21c13275f2c22887edc373a1d9b7 848 base required bash_2.03-1.dsc
 6e4d5bcf2c5a44bf5a6582f01dc68e23 1555880 base required bash_2.03.orig.tar.gz
 c42a4fd6fa7f1146a41b20014a9de495 44000 base required bash_2.03-1.diff.gz
 94eb9014ed4247105652264adb2cd305 248186 doc optional bash-doc_2.03-1_all.deb
 f80b1751d025f8653f2f50b104edee85 335034 base required bash_2.03-1_i386.deb
 4718b745dba62724def4fa7922c53567 75726 utils optional bash-builtins_2.03-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3ia
Charset: noconv
Comment: Requires PGP version 2.6 or later.

iQEVAwUBOElArguDzMCIcnEhAQHmhQgAmJVDsoA+VoNCYiqAis6oyhoZqdx82Pc6
/0c4AoBBZVGwUduKUkFSaoPwe13eS1R62fADeubITr5yyJGZuDgKv79Nu1Fvg6dL
jKnxChrceVWYu0pb7vhbz52sycIki18TPl7CQl9+GsYSsNty+5xKyZFAgpFgboMI
IuUh+Y0x0CPPOZrd3xKCzRGLK/4wUaFB/5LjTR9Wv9k6Tk+i429SpZ1UnrSR3n4K
jEAaiX2uhgqV71K/7yfi+OKIR4eYQEPZGJRvWChyBY8U/YUebcgggzSnyPsXaJMP
66iy0JZ0L0ie7rLgph1EnwOqhMxoA3aeowFzGAbRhdIAhQCaztbVmA==
=FDxd
-----END PGP SIGNATURE-----


Reply to: