Your message dated Fri, 19 Aug 2005 10:32:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#270874: fixed in apt-proxy 1.9.32
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; 9 Sep 2004 18:19:26 +0000
>From [EMAIL PROTECTED] Thu Sep 09 11:19:26 2004
Return-path: <[EMAIL PROTECTED]>
Received: from wavehammer.waldi.eu.org [82.139.196.55] (postfix)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1C5TW2-0005R9-00; Thu, 09 Sep 2004 11:19:26 -0700
Received: by wavehammer.waldi.eu.org (Postfix, from userid 1000)
        id 7A7603C017; Thu,  9 Sep 2004 20:19:23 +0200 (CEST)
Date: Thu, 9 Sep 2004 20:19:23 +0200
From: Bastian Blank <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: apt-proxy - leaks memory
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
User-Agent: Mutt/1.5.6+20040818i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: apt-proxy
Version: 1.9.17
Severity: important

apt-proxy (or twisted) leaks memory. After the startup, the process uses
20MiB memory. After one month of usage, it needs more then 120MiB.

Bastian

--=20
Dismissed.  That's a Star Fleet expression for, "Get out."
                -- Capt. Kathryn Janeway, Star Trek: Voyager, "The Cloud"

---------------------------------------
Received: (at 270874-close) by bugs.debian.org; 19 Aug 2005 17:43:00 +0000
>From [EMAIL PROTECTED] Fri Aug 19 10:43:00 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E6Air-00044a-00; Fri, 19 Aug 2005 10:32:05 -0700
From: Otavio Salvador <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#270874: fixed in apt-proxy 1.9.32
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 19 Aug 2005 10:32:05 -0700
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: apt-proxy
Source-Version: 1.9.32

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

apt-proxy_1.9.32.dsc
  to pool/main/a/apt-proxy/apt-proxy_1.9.32.dsc
apt-proxy_1.9.32.tar.gz
  to pool/main/a/apt-proxy/apt-proxy_1.9.32.tar.gz
apt-proxy_1.9.32_all.deb
  to pool/main/a/apt-proxy/apt-proxy_1.9.32_all.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.
Otavio Salvador <[EMAIL PROTECTED]> (supplier of updated apt-proxy 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: Fri, 19 Aug 2005 14:22:25 -0300
Source: apt-proxy
Binary: apt-proxy
Architecture: source all
Version: 1.9.32
Distribution: unstable
Urgency: low
Maintainer: Otavio Salvador <[EMAIL PROTECTED]>
Changed-By: Otavio Salvador <[EMAIL PROTECTED]>
Description: 
 apt-proxy  - Debian archive proxy and partial mirror builder development
Closes: 270874
Changes: 
 apt-proxy (1.9.32) unstable; urgency=low
 .
   [ Chris Halls ]
   * Add support for file:// backends.  Thanks to Michael Vogt for
     the patch.  FetcherFile is renamed to FetcherCachedFile and
     FetcherFile is now the file: backend.
   * Change apt-proxy-import command line: files/directories to import are
     specified as regular parameters instead of using -i switch
   * Add --config-file command line option to apt-proxy and apt-proxy-import
     so more than one apt-proxy can be started independently.  This makes
     it possible to test apt-proxy in parallel with the system version.
   * Seperate out configuration file loading code into standalone classes
     that can be used (and tested independently)
   * Seperate management of the list of Packages files associated with a
     backend
   * When building a list of Packages files to parse using apt_pkg, check that
     the files exist, and do not load apt_pkg at all if there are no files.
     Added a test case to verify this (closes: #270874)
   * doc/Makefile: Use absolute PYTHONPATH when running a-p-i.  Fixes build
     error in some build environments
 .
   [ Otavio Salvador ]
   * Add debconf-2.0 as alternative to satisfy debconf requirement to
     run. This will be need for transition to cdebconf later
   * Use twisted.web.http instead of twisted.protocols.http, which is
     depreciated in twisted 2 but only if running with newer versions of
     twisted library
   * Bump Standards-Version to 3.6.2. No changes needed
   * Only use update-inetd on upgrades and then we check if it exists
     before calling it. That way we avoid a dependency on netbase
   * Add dependency on adduser because postinst uses it
   * Call debconf-updatepo in package clean target
   * Update pt_BR debconf translations
Files: 
 b2bd07cdb688ee61c182c72875df0fdf 636 admin extra apt-proxy_1.9.32.dsc
 94aa772728b9f656ade2e5584f7d9d9f 77414 admin extra apt-proxy_1.9.32.tar.gz
 b4a670123ba4983016c5168408dbe2d9 63878 admin extra apt-proxy_1.9.32_all.deb

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

iD8DBQFDBhWRLqiZQEml+FURAmFfAKC77f32P4FpbrcIfgdJOlG0cXKsigCfcb95
7vTQibxkM/VRdDoAD0AhH6s=
=2gtq
-----END PGP SIGNATURE-----


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

Reply via email to