Your message dated Mon, 5 Mar 2001 17:20:28 -0700 (MST)
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in 0.5.1
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.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 22 Feb 2001 00:28:10 +0000
>From [EMAIL PROTECTED] Wed Feb 21 18:28:09 2001
Return-path: <[EMAIL PROTECTED]>
Received: from mail5.atl.bellsouth.net [::ffff:205.152.0.93] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 14Vjc9-00011m-00; Wed, 21 Feb 2001 18:28:09 -0600
Received: from mizar.alcor.net (adsl-61-65-51.asm.bellsouth.net [208.61.65.51])
        by mail5.atl.bellsouth.net (3.3.5alt/0.75.2) with ESMTP id TAA01901
        for <[EMAIL PROTECTED]>; Wed, 21 Feb 2001 19:30:55 -0500 (EST)
Received: from mdz by mizar.alcor.net with local (Exim 3.22 #1 (Debian))
        id 14Vjbu-0006Tr-00
        for <[EMAIL PROTECTED]>; Wed, 21 Feb 2001 19:27:54 -0500
Date: Wed, 21 Feb 2001 19:27:53 -0500
From: Matt Zimmerman <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: DPkg::Tools::Options::cmd::Version processing is broken
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.15i
X-Reportbug-Version: 1.14
Sender: Matt Zimmerman <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]

Package: apt
Version: 0.5.0
Severity: normal
Tags: patch

>From apt-pkg/deb/dpkgpm.cc:
      // Determine the protocol version
      string OptSec = Opts->Value;
      string::size_type Pos;
      if ((Pos = OptSec.find(' ')) == string::npos || Pos == 0)
         Pos = OptSec.length();
      else
         Pos--;

Those last two lines should be deleted (Pos will be the correct length of the
substring).  Currently, the code eats the last character before the space.

-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux mizar 2.4.0 #1 Sat Jan 6 09:34:06 EST 2001 i686

Versions of packages apt depends on:
ii  libc6                        2.2.2-1     GNU C Library: Shared libraries an
ii  libstdc++2.10                1:2.95.2-14 The GNU stdc++ library            

-- 
 - mdz

---------------------------------------
Received: (at 86921-done) by bugs.debian.org; 6 Mar 2001 00:20:31 +0000
>From [EMAIL PROTECTED] Mon Mar 05 18:20:31 2001
Return-path: <[EMAIL PROTECTED]>
Received: from cast-ext.ab.videon.ca [::ffff:206.75.216.34] 
        by master.debian.org with smtp (Exim 3.12 1 (Debian))
        id 14a5DL-0004K2-00; Mon, 05 Mar 2001 18:20:31 -0600
Received: (qmail 8450 invoked from network); 6 Mar 2001 00:20:29 -0000
Received: from unknown (HELO wakko.deltatee.com) ([24.108.173.63]) 
(envelope-sender <[EMAIL PROTECTED]>)
          by cast-ext.ab.videon.ca (qmail-ldap-1.03) with SMTP
          for <[EMAIL PROTECTED]>; 6 Mar 2001 00:20:29 -0000
Received: from localhost
        ([127.0.0.1] helo=wakko.deltatee.com ident=jgg)
        by wakko.deltatee.com with smtp (Exim 3.16 #1 (Debian))
        id 14a5DI-0005KG-00; Mon, 05 Mar 2001 17:20:28 -0700
Date: Mon, 5 Mar 2001 17:20:28 -0700 (MST)
From: Jason Gunthorpe <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
To: [EMAIL PROTECTED], [EMAIL PROTECTED], 
    [EMAIL PROTECTED], [EMAIL PROTECTED], 
    [EMAIL PROTECTED], [EMAIL PROTECTED], 
    [EMAIL PROTECTED], [EMAIL PROTECTED], 
    [EMAIL PROTECTED], [EMAIL PROTECTED], 
    [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Fixed in 0.5.1
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: [EMAIL PROTECTED]


Which was never uploaded, but 0.5.2 has the fixes too.

apt (0.5.1) unstable; urgency=low

  * Fixed #82894 again, or should be and.
  * Process the option string right. Closes: #86921
  * Don't eat the last command for pipes. Closes: #86923
  * Ignore .* for configuration directory processing. Closes: #86923
  * Alfredo's no_proxy patch
  * Documentation fixes. Closes: #87091
  * JoeyH's double slash bug. Closes: #87266
  * Unintitialized buffer and apt-ftparchive contents generation. 
     Closes: #87612
  * Build-deps on virtual packages. Closes: #87639
  * Fixes glibc/libstdc++ symbol dependencies by including glibc and
    libstdc++ version info in the library soname and in the package
    provides. Closes: #87426
  * Updated soname version to 0.3.2
  * apt-extracttemplates moved from debconf into apt-utils
  * s390 archtable entry. Closes: #88232
  * Dan's segfault
  * Some instances where the status file can source a package in a
    non-sensical way. Closes: #87390
  * Work better if there are duplicate sources.list entries.
  * Fixed the resetting of Dir with "dir {};". Closes: #87323
  
 -- Randolph Chung <[EMAIL PROTECTED]>  Sat, 3 Mar 2001 15:37:38 -0700


Reply via email to