Your message dated Wed, 26 Oct 2005 09:32:24 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#254671: fixed in libnet-ssleay-perl 1.25-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; 16 Jun 2004 09:18:18 +0000
>From [EMAIL PROTECTED] Wed Jun 16 02:18:18 2004
Return-path: <[EMAIL PROTECTED]>
Received: from puffbird.pelicanmanufacturing.com.au 
(pelicanmanufacturing.com.au) [203.59.220.18] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BaWYj-0007au-00; Wed, 16 Jun 2004 02:18:17 -0700
Received: from phobe.internal.pelicanmanufacturing.com.au (localhost 
[127.0.0.1])
        by pelicanmanufacturing.com.au (8.12.11/8.12.11/Debian-3) with ESMTP id 
i5G9I3Wb005903
        for <[EMAIL PROTECTED]>; Wed, 16 Jun 2004 17:18:03 +0800
Received: (from [EMAIL PROTECTED])
        by phobe.internal.pelicanmanufacturing.com.au 
(8.12.11/8.12.11/Debian-3) id i5G9I30L005901
        for [EMAIL PROTECTED]; Wed, 16 Jun 2004 17:18:03 +0800
X-Authentication-Warning: phobe.internal.pelicanmanufacturing.com.au: james set 
sender to [EMAIL PROTECTED] using -f
Date: Wed, 16 Jun 2004 17:18:03 +0800
From: James Bromberger <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: libnet-ssleay-perl: Memory leak when using Net::SSLeay
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.5.1+cvs20040105i
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: 

Subject: libnet-ssleay-perl: Memory leak when using Net::SSLeay
Package: libnet-ssleay-perl
Version: 1.25-1
Severity: important


Running the script below will leak memory indefinitely (up until your
system resource limit, naturally). 

Regards,
  James Bromberger
  jeb_AT_debian.org

----- begin ---
#!/usr/bin/perl -w
use strict;
        require Net::SSLeay;
#        $Net::SSLeay::trace = 3;
our $CRLF = "\x0d\x0a";

while(1) {
my $host = "212.161.72.70";
my $port = 443;
my $msg = "GET / HTTP/1.0" . $CRLF
      . "Host: " . "photos.fotango.com" . $CRLF
      . "Accept: */*" . $CRLF . $CRLF;

print &Net::SSLeay::sslcat($host, $port, $msg);
sleep 1;
}
-----  end  ----



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.6
Locale: LANG=en_GB, LC_CTYPE=en_GB

Versions of packages libnet-ssleay-perl depends on:
ii  libc6                       2.3.2.ds1-12 GNU C Library: Shared libraries an
ii  libssl0.9.7                 0.9.7d-3     SSL shared libraries
ii  perl                        5.8.3-3      Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.8.3]   5.8.3-3      The Pathologically Eclectic Rubbis

-- no debconf information

---------------------------------------
Received: (at 254671-close) by bugs.debian.org; 26 Oct 2005 16:38:35 +0000
>From [EMAIL PROTECTED] Wed Oct 26 09:38:35 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EUoCO-0000KT-00; Wed, 26 Oct 2005 09:32:24 -0700
From: Florian Ragwitz <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#254671: fixed in libnet-ssleay-perl 1.25-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 26 Oct 2005 09:32:24 -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: libnet-ssleay-perl
Source-Version: 1.25-2

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

libnet-ssleay-perl_1.25-2.diff.gz
  to pool/main/libn/libnet-ssleay-perl/libnet-ssleay-perl_1.25-2.diff.gz
libnet-ssleay-perl_1.25-2.dsc
  to pool/main/libn/libnet-ssleay-perl/libnet-ssleay-perl_1.25-2.dsc
libnet-ssleay-perl_1.25-2_i386.deb
  to pool/main/libn/libnet-ssleay-perl/libnet-ssleay-perl_1.25-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.
Florian Ragwitz <[EMAIL PROTECTED]> (supplier of updated libnet-ssleay-perl 
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, 12 Aug 2005 22:53:30 +0200
Source: libnet-ssleay-perl
Binary: libnet-ssleay-perl
Architecture: source i386
Version: 1.25-2
Distribution: unstable
Urgency: low
Maintainer: Florian Ragwitz <[EMAIL PROTECTED]>
Changed-By: Florian Ragwitz <[EMAIL PROTECTED]>
Description: 
 libnet-ssleay-perl - Perl module for Secure Sockets Layer (SSL)
Closes: 254671
Changes: 
 libnet-ssleay-perl (1.25-2) unstable; urgency=low
 .
   * New Maintainer (Closes: #254671).
   * Rewrote debian/rules.
   * Updated debian/copyright.
   * Updated Standards-Version.
   * Moved previously applied patch to dpatch (20edg_path).
   * Added 10fix_pod to fix a warning from man.
   * Added build-dep to dpatch and adjusted debian/rules accordingly.
Files: 
 9e555242dea4617bce6f37c1f3b9fe20 778 perl optional 
libnet-ssleay-perl_1.25-2.dsc
 c11589047e4175c47b9cdd6a10cbddbe 5652 perl optional 
libnet-ssleay-perl_1.25-2.diff.gz
 b6eb7dcf6b4c5c7650a7481dca5f9e6b 185376 perl optional 
libnet-ssleay-perl_1.25-2_i386.deb

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

iQCVAwUBQ1+tGL8Zfhn2SkeXAQKlEwP/Sdh6/cEW07OFLIqsBFB0srEX99WWMRF4
0L05rlhcq3QG3Z5wPG+xiK1nXjAlQiVaIrgnCvKvQD7zkdyifgQ8/c1TLPEwuT1p
mx0iIoETdc//pi0bPl/SPibne3sTAi5qs/8V9cFYECAZv+1U31z9mIy3l62MeixW
JGvZX0qgl4I=
=jI8M
-----END PGP SIGNATURE-----


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

Reply via email to