Your message dated Fri, 08 Jul 2005 12:47:42 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#299789: fixed in knockd 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.)

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

--------------------------------------
Received: (at submit) by bugs.debian.org; 16 Mar 2005 14:26:09 +0000
>From [EMAIL PROTECTED] Wed Mar 16 06:26:09 2005
Return-path: <[EMAIL PROTECTED]>
Received: from gluck.debian.org [192.25.206.10] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DBZTM-0002vl-00; Wed, 16 Mar 2005 06:26:08 -0800
Received: from h-67-102-97-237.mclnva23.covad.net (yoderhome.com) 
[67.102.97.237] 
        by gluck.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DBZTL-0008R6-00; Wed, 16 Mar 2005 07:26:07 -0700
Received: by yoderhome.com (Postfix, from userid 1000)
        id A6B331E9D4; Wed, 16 Mar 2005 09:25:06 -0500 (EST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Kurt Yoder <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: knockd: please add logrotate script
X-Mailer: reportbug 3.2
Date: Wed, 16 Mar 2005 09:25:06 -0500
Message-Id: <[EMAIL PROTECTED]>
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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: knockd
Version: 0.3.1-1
Severity: wishlist
Tags: patch


Currently there is no log rotation script, so the knockd logs grow
indefinitely.

Here's a logrotate script /etc/logrotate.d/knockd:

/var/log/knockd.log {
        weekly
        missingok
        rotate 5
        compress
        delaycompress
        notifempty
        create 640 root root
}


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-1-386
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages knockd depends on:
ii  libc6                       2.3.2.ds1-16 GNU C Library: Shared libraries an
ii  libpcap0.8                  0.8.3-4      System interface for user-level pa

-- no debconf information

---------------------------------------
Received: (at 299789-close) by bugs.debian.org; 8 Jul 2005 17:00:45 +0000
>From [EMAIL PROTECTED] Fri Jul 08 10:00:44 2005
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 1DqwDU-0006cZ-00; Fri, 08 Jul 2005 10:00:44 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1Dqw0s-0006Ze-00; Fri, 08 Jul 2005 12:47:42 -0400
From: Leo Costela <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#299789: fixed in knockd 0.5-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 08 Jul 2005 12:47:42 -0400
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-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
X-Spam-Level: 

Source: knockd
Source-Version: 0.5-1

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

knockd_0.5-1.diff.gz
  to pool/main/k/knockd/knockd_0.5-1.diff.gz
knockd_0.5-1.dsc
  to pool/main/k/knockd/knockd_0.5-1.dsc
knockd_0.5-1_i386.deb
  to pool/main/k/knockd/knockd_0.5-1_i386.deb
knockd_0.5.orig.tar.gz
  to pool/main/k/knockd/knockd_0.5.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.
Leo Costela <[EMAIL PROTECTED]> (supplier of updated knockd 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: Wed, 06 Jul 2005 17:53:24 -0300
Source: knockd
Binary: knockd
Architecture: source i386
Version: 0.5-1
Distribution: unstable
Urgency: low
Maintainer: Leo Costela <[EMAIL PROTECTED]>
Changed-By: Leo Costela <[EMAIL PROTECTED]>
Description: 
 knockd     - small port-knock daemon
Closes: 299789
Changes: 
 knockd (0.5-1) unstable; urgency=low
 .
   * New upstream release
   * Fixed typo in changelog
   * Included logrotate script (sorry for the stupid delay) (closes: #299789)
   * Changed build system to CDBS
   * Changed default permissions of config file to 640 root.root
Files: 
 0072ce97507efe63afd1189f0c0432e1 583 net optional knockd_0.5-1.dsc
 ca09d61458974cff90a700aba6120891 83990 net optional knockd_0.5.orig.tar.gz
 609b784208d89f382405daa26796caf9 2560 net optional knockd_0.5-1.diff.gz
 45cf0ccba2f9130656b2b91bdeed6c53 25382 net optional knockd_0.5-1_i386.deb

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

iD8DBQFCzqrgImLTb3rflGYRAl0UAJ9Q0VARSZV3MuT2frx3vvoq5PB5iwCfavez
sZnE9z9Pk0gnBYI9GxvZWts=
=m+Im
-----END PGP SIGNATURE-----


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

Reply via email to