Your message dated Wed, 22 Sep 2004 03:01:32 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#270845: fixed in pperl 0.25-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.)

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

--------------------------------------
Received: (at submit) by bugs.debian.org; 9 Sep 2004 15:55:29 +0000
>From [EMAIL PROTECTED] Thu Sep 09 08:55:29 2004
Return-path: <[EMAIL PROTECTED]>
Received: from mail.enyo.de [212.9.189.167] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1C5RGj-0003uF-00; Thu, 09 Sep 2004 08:55:29 -0700
Received: (debugging) helo=deneb.enyo.de ip=212.9.189.171 name=deneb.enyo.de
Received: from deneb.enyo.de ([212.9.189.171])
        by mail.enyo.de with esmtp id 1C5RGh-0004ay-2Z
        for [EMAIL PROTECTED]; Thu, 09 Sep 2004 17:55:27 +0200
Received: from fw by deneb.enyo.de with local (Exim 4.34)
        id 1C5RGg-00035t-Bu; Thu, 09 Sep 2004 17:55:26 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Florian Weimer <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: ITP: pperl -- Make Perl scripts persistent in memory
X-Mailer: reportbug 2.64
Date: Thu, 09 Sep 2004 17:55:26 +0200
X-Debbugs-Cc: debian-devel@lists.debian.org
Message-Id: <[EMAIL PROTECTED]>
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=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: wnpp
Severity: wishlist

* Package name    : pperl
  Version         : 0.25
  Upstream Author : Matt Sergeant <[EMAIL PROTECTED]>
* URL             : http://search.cpan.org/~msergeant/PPerl-0.25/
* License         : Artistic/GPL (Perl)
  Description     : Make Perl scripts persistent in memory

 This program turns ordinary Perl scripts into long running daemons,
 making subsequent executions extremely fast.  It forks several
 processes for each script, allowing many processes to call the script
 at once.

(Package will be slightly patched to address the security issues present
in the upstream version.)

---------------------------------------
Received: (at 270845-close) by bugs.debian.org; 22 Sep 2004 07:08:54 +0000
>From [EMAIL PROTECTED] Wed Sep 22 00:08:54 2004
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CA1FG-0005Dv-00; Wed, 22 Sep 2004 00:08:54 -0700
Received: from rdonald by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1CA188-0002c1-00; Wed, 22 Sep 2004 03:01:32 -0400
From: Florian Weimer <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#270845: fixed in pperl 0.25-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Randall Donald <[EMAIL PROTECTED]>
Date: Wed, 22 Sep 2004 03:01:32 -0400
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Source: pperl
Source-Version: 0.25-1

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

pperl_0.25-1.diff.gz
  to pool/main/p/pperl/pperl_0.25-1.diff.gz
pperl_0.25-1.dsc
  to pool/main/p/pperl/pperl_0.25-1.dsc
pperl_0.25-1_i386.deb
  to pool/main/p/pperl/pperl_0.25-1_i386.deb
pperl_0.25.orig.tar.gz
  to pool/main/p/pperl/pperl_0.25.orig.tar.gz



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 Weimer <[EMAIL PROTECTED]> (supplier of updated pperl 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: Thu,  9 Sep 2004 14:51:48 +0200
Source: pperl
Binary: pperl
Architecture: source i386
Version: 0.25-1
Distribution: unstable
Urgency: low
Maintainer: Florian Weimer <[EMAIL PROTECTED]>
Changed-By: Florian Weimer <[EMAIL PROTECTED]>
Description: 
 pperl      - Make Perl scripts persistent in memory
Closes: 270845
Changes: 
 pperl (0.25-1) unstable; urgency=low
 .
   * Initial Release. Closes: #270845.
   * Some Makefile.PL surgery is required to get the correct linker flags,
     and to install a pperl(1p) manpage.
   * The control files are stored in ~/.pperl, not in /tmp.  (This closes a
     local security hole.)
Files: 
 5409c567badc8ffa648e95e075d2ba4f 862 perl optional pperl_0.25-1.dsc
 32c94d7154494e292241a3d629eed4ea 22550 perl optional pperl_0.25.orig.tar.gz
 2de426b3097796c65ed574176be5bc37 3976 perl optional pperl_0.25-1.diff.gz
 2b65057390f7ee24e29b2477b9dc4877 26498 perl optional pperl_0.25-1_i386.deb

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

iQEVAwUBQUCFfr97/wQC1SS+AQIQHAf+LTad/ey0LKYqW04pRHascxaGUs4u9Om/
Heu66hXwCiwKdUK/LphV3pyvKX/Q8XmwUwtbaWjqUbzloI2humdOUhv0nNRQkim3
E6mbGZL1iBgkWsNZQ9FK/sv8ugGhCJqoXf/Sail8wKf3FTr/cbMHmO6rzY1+6NZm
nrLvC5NTd+3jjufBz7yP1c3+CJWHWPmyT3XdsC+XE7rWjxrEkWkvnxttmro77gXW
x6lXzYsO86xHeDB2f0CQI9Tl6GdyjQdMSptCmPtJhCH7QLQZkWodcnDtXYb6CI/9
cPZ4MI5Mi/HJKhrJbksmXNLNTodfkYehoNiwmMT8wsFzSiBHiEA8NA==
=i5sv
-----END PGP SIGNATURE-----

Reply via email to