Your message dated Mon, 09 Jan 2006 16:02:22 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#343312: fixed in bash 3.1-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 11 Dec 2005 12:16:08 +0000
>From [EMAIL PROTECTED] Sun Dec 11 04:16:08 2005
Return-path: <[EMAIL PROTECTED]>
Received: from outbound.mailhop.org ([63.208.196.171] ident=mailnull)
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1ElQ7c-0006mh-Lx
        for [EMAIL PROTECTED]; Sun, 11 Dec 2005 04:16:08 -0800
Received: from 62-43-7-83.user.ono.com ([62.43.7.83] 
helo=bacterio.pirispons.net)
        by outbound.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256)
        (Exim 4.51)
        id 1ElQ7b-000Bwu-BK
        for [EMAIL PROTECTED]; Sun, 11 Dec 2005 07:16:07 -0500
Received: by bacterio.pirispons.net (Postfix, from userid 1000)
        id CC0587C5F; Sun, 11 Dec 2005 13:16:05 +0100 (CET)
X-Mail-Handler: MailHop Outbound by DynDNS
X-Originating-IP: 62.43.7.83
X-Report-Abuse-To: [EMAIL PROTECTED] (see 
http://www.mailhop.org/outbound/abuse.html for abuse reporting information)
X-MHO-User: kpiris
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Kiko Piris <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: bash: [COMPLETION] syntax error on sed call at _known_hosts()
Message-ID: <[EMAIL PROTECTED]>
X-Mailer: reportbug 3.18
Date: Sun, 11 Dec 2005 13:16:05 +0100
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-7.5 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        RCVD_IN_SORBS autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: bash
Version: 3.1-1
Severity: minor
Tags: patch


This simple patch fixes the sed error you get when completing a ssh
command:

---8<---
--- /etc/bash_completion~       2005-12-10 01:03:54.000000000 +0100
+++ /etc/bash_completion        2005-12-11 12:44:29.000000000 +0100
@@ -2397,9 +2397,9 @@
 
        if [ [EMAIL PROTECTED] -gt 0 ]; then
            # expand path (if present) to global known hosts file
-           global_kh=$( eval echo $( sed -ne 
's/^[Gg][Ll][Oo][Bb][Aa][Ll][Kk][Nn][Oo][Ww][Nn][Hh][Oo][Ss][Tt][Ss][Ff][Ii][Ll][Ee]['$'\t
 '']*\(.*\)$/\1/p' [EMAIL PROTECTED] ) )
+           global_kh=$( eval echo $( sed -ne 
"s/^[Gg][Ll][Oo][Bb][Aa][Ll][Kk][Nn][Oo][Ww][Nn][Hh][Oo][Ss][Tt][Ss][Ff][Ii][Ll][Ee]['$'\t
 '']*\(.*\)$/\1/p" [EMAIL PROTECTED] ) )
            # expand path (if present) to user known hosts file
-           user_kh=$( eval echo $( sed -ne 
's/^[Uu][Ss][Ee][Rr][Kk][Nn][Oo][Ww][Nn][Hh][Oo][Ss][Tt][Ss][Ff][Ii][Ll][Ee]['$'\t
 '']*\(.*\)$/\1/p' [EMAIL PROTECTED] ) )
+           user_kh=$( eval echo $( sed -ne 
"s/^[Uu][Ss][Ee][Rr][Kk][Nn][Oo][Ww][Nn][Hh][Oo][Ss][Tt][Ss][Ff][Ii][Ll][Ee]['$'\t
 '']*\(.*\)$/\1/p" [EMAIL PROTECTED] ) )
        fi
 
        # choose which global known hosts file to use
@@ -2475,7 +2475,7 @@
            fi
            # append any available aliases from config files
            if [ [EMAIL PROTECTED] -gt 0 ] && [ -n "$aliases" ]; then
-               hosts=$( compgen -W "$( sed -ne "s/^[Hh][Oo][Ss][Tt]["$'\t 
'"]*\([^*?]*\)$/\1/p" [EMAIL PROTECTED] )" -- $ocur )
+               hosts=$( compgen -W "$( sed -ne "s/^[Hh][Oo][Ss][Tt][\"$'\t 
'\"]*\([^*?]*\)$/\1/p" [EMAIL PROTECTED] )" -- $ocur )
                COMPREPLY=( [EMAIL PROTECTED] $hosts )
            fi
--->8---

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14.3
Locale: LANG=es_ES.ISO-8859-15, LC_CTYPE=es_ES.ISO-8859-15 
(charmap=ISO-8859-15) (ignored: LC_ALL set to [EMAIL PROTECTED])

Versions of packages bash depends on:
ii  base-files                    3.1.9      Debian base system miscellaneous f
ii  debianutils                   2.15.1     Miscellaneous utilities specific t
ii  libc6                         2.3.5-8.1  GNU C Library: Shared libraries an
ii  libncurses5                   5.5-1      Shared libraries for terminal hand

bash recommends no packages.

-- no debconf information

---------------------------------------
Received: (at 343312-close) by bugs.debian.org; 10 Jan 2006 00:10:36 +0000
>From [EMAIL PROTECTED] Mon Jan 09 16:10:36 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1Ew6xy-0002jm-Qz; Mon, 09 Jan 2006 16:02:22 -0800
From: Matthias Klose <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#343312: fixed in bash 3.1-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 09 Jan 2006 16:02:22 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: bash
Source-Version: 3.1-2

We believe that the bug you reported is fixed in the latest version of
bash, which is due to be installed in the Debian FTP archive:

bash-builtins_3.1-2_i386.deb
  to pool/main/b/bash/bash-builtins_3.1-2_i386.deb
bash-doc_3.1-2_all.deb
  to pool/main/b/bash/bash-doc_3.1-2_all.deb
bash-minimal_3.1-2_i386.deb
  to pool/main/b/bash/bash-minimal_3.1-2_i386.deb
bash-static_3.1-2_i386.deb
  to pool/main/b/bash/bash-static_3.1-2_i386.deb
bash_3.1-2.diff.gz
  to pool/main/b/bash/bash_3.1-2.diff.gz
bash_3.1-2.dsc
  to pool/main/b/bash/bash_3.1-2.dsc
bash_3.1-2_i386.deb
  to pool/main/b/bash/bash_3.1-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <[EMAIL PROTECTED]> (supplier of updated bash package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 10 Jan 2006 00:19:25 +0100
Source: bash
Binary: bashdb bash-builtins bash bash-minimal bash-static bash-doc
Architecture: source i386 all
Version: 3.1-2
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose <[EMAIL PROTECTED]>
Changed-By: Matthias Klose <[EMAIL PROTECTED]>
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
 bash-minimal - The GNU Bourne Again SHell (minimal version)
 bash-static - The GNU Bourne Again SHell (static version)
Closes: 343312
Changes: 
 bash (3.1-2) unstable; urgency=low
 .
   * Apply upstream patches 002 - 005.
 .
 bash (3.1-0ubuntu3) dapper; urgency=low
 .
   * Document supported ulimit options.
   * Fix parsing problems with compound assignments
   * Fix readline callback interface.
   * Fix ssh command completion (closes: #343312).
 .
 bash (3.1-0ubuntu2) dapper; urgency=low
 .
   * command-not-found handler: Print error message, when command not found.
     Ubuntu #5120.
   * fix ssh command completion.
Files: 
 825df8b81f32656f7ebfd12584df8b9e 719 base required bash_3.1-2.dsc
 7a84cb6ebefe6674114ce7f0c80a1bd7 178467 base required bash_3.1-2.diff.gz
 1bd2971e2ad32433cb46f1830252c3ea 728282 doc optional bash-doc_3.1-2_all.deb
 61a866e3ffe74bedf5a77c42003f526c 850360 shells required bash_3.1-2_i386.deb
 f1145cc48bffb9adfa3ca0f5141ce98a 98964 utils optional 
bash-builtins_3.1-2_i386.deb
 3f2b9c06775398158c7e04c6e2d48daf 689926 shells optional 
bash-static_3.1-2_i386.deb
 e506334599e50e85ad6b0b7249b8a1bc 195114 shells optional 
bash-minimal_3.1-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDwvSRStlRaw+TLJwRAmEFAJ0XnivRQiOn4z6ALtLbsuB8V9CsWQCgr4XI
AFbzE4BmFphBh7j2e1kB/5g=
=Z4fM
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to