Your message dated Mon, 21 Feb 2005 11:02:08 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#182847: fixed in fcheck 2.7.59-7
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; 28 Feb 2003 12:42:17 +0000
>From aj@azure.humbug.org.au Fri Feb 28 06:42:12 2003
Return-path: <aj@azure.humbug.org.au>
Received: from azure.humbug.org.au [203.143.238.84] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 18ojq0-0008OQ-00; Fri, 28 Feb 2003 06:42:04 -0600
Received: from aj by azure.humbug.org.au with local (Exim 3.35 #1 (Debian))
        id 18ojsi-0006hL-00; Fri, 28 Feb 2003 22:44:52 +1000
Date: Fri, 28 Feb 2003 22:44:52 +1000
To: [EMAIL PROTECTED]
Subject: NMU patch for -5.1
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.28i
Organisation: Lacking
X-PGP: http://azure.humbug.org.au/~aj/aj_key.asc
X-No-CC: Don't Cc me to mailing list posts unless you really have to
Mail-Copies-To: nobody
From: Anthony Towns <aj@azure.humbug.org.au>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-2.8 required=4.0
        tests=HAS_PACKAGE,PATCH_UNIFIED_DIFF,SPAM_PHRASE_00_01,
              USER_AGENT,USER_AGENT_MUTT
        version=2.44
X-Spam-Level: 

Package: fcheck
Version: 2.7.59-5.1
Severity: normal

These are the changes made in the NMU. The patch applied to fix #134799
is slightly more conservative than the one in the bug report.

diff -urb fcheck-2.7.59/debian/changelog fcheck-2.7.59-nmu/debian/changelog
--- fcheck-2.7.59/debian/changelog      2003-02-28 22:41:13.000000000 +1000
+++ fcheck-2.7.59-nmu/debian/changelog  2003-02-28 22:19:48.000000000 +1000
@@ -1,3 +1,20 @@
+fcheck (2.7.59-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Use /etc/fcheck/fcheck.cfg as the default config file path.
+    (closes: Bug#159478)
+  * Fix some path names in postinst and copyright. (closes: Bug#126943)
+  * Allow for empty directories. (closes: Bug#134799)
+  * Clarify error message on failure to open database file for writing.
+    (closes: Bug#105556)
+  * Update upstream source, since the previous URL seems dead.
+  * This program is a perl script. Change to architecture: all, not
+    arch: any.
+  * Drop dh_suidregister from debian/rules.
+  * Bump Standards-Version. 
+
+ -- Anthony Towns <aj@azure.humbug.org.au>  Fri, 28 Feb 2003 22:19:42 +1000
+
 fcheck (2.7.59-5) unstable; urgency=low
 
   * Added Build-Depends: debhelper
diff -urb fcheck-2.7.59/debian/control fcheck-2.7.59-nmu/debian/control
--- fcheck-2.7.59/debian/control        2003-02-28 22:41:13.000000000 +1000
+++ fcheck-2.7.59-nmu/debian/control    2003-02-28 22:19:37.000000000 +1000
@@ -2,11 +2,11 @@
 Section: admin
 Priority: optional
 Maintainer: Graham Simpson <[EMAIL PROTECTED]>
-Standards-Version: 3.0.1
-Build-Depends: debhelper
+Standards-Version: 3.5.8
+Build-Depends-Indep: debhelper
 
 Package: fcheck
-Architecture: any
+Architecture: all
 Depends: file (>=3.0), bsdutils (>=2.0)
 Description: IDS filesystem baseline integrity checker.
  The fcheck utility is an IDS (Intrusion Detection System)
diff -urb fcheck-2.7.59/debian/copyright fcheck-2.7.59-nmu/debian/copyright
--- fcheck-2.7.59/debian/copyright      2003-02-28 22:41:13.000000000 +1000
+++ fcheck-2.7.59-nmu/debian/copyright  2003-02-28 22:21:00.000000000 +1000
@@ -1,9 +1,9 @@
 This package was debianized by Graham Simpson <[EMAIL PROTECTED]> on
 Tue, 27 Feb 2001 08:31:02 +0000
 
-It was downloaded from http://sites.netscape.net
+It can be downloaded from http://www.geocities.com/fcheck2000.
 
-Upstream Author(s): Michael A. Gumienny <[EMAIL PROTECTED]>
+Upstream Author: Michael A. Gumienny <[EMAIL PROTECTED]>
 
 Copyright:
 
@@ -38,7 +38,7 @@
 
         Or you can find the full GNU GPL online at: http://www.gnu.org
 
-   Note: on Debian systems, the GPL is located at 
/usr/share/common-licences/GPL
+   Note: on Debian systems, the GPL is located at 
/usr/share/common-licenses/GPL
 
      ###################################################################
 
diff -urb fcheck-2.7.59/debian/fcheck.postinst 
fcheck-2.7.59-nmu/debian/fcheck.postinst
--- fcheck-2.7.59/debian/fcheck.postinst        2003-02-28 22:41:13.000000000 
+1000
+++ fcheck-2.7.59-nmu/debian/fcheck.postinst    2003-02-28 21:19:29.000000000 
+1000
@@ -13,7 +13,7 @@
 #        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
 #          <failed-install-package> <version> `removing'
 #          <conflicting-package> <version>
-# for details, see /usr/doc/packaging-manual/
+# for details, see /usr/share/doc/packaging-manual/
 #
 # quoting from the policy:
 #     Any necessary prompting should almost always be confined to the
diff -urb fcheck-2.7.59/debian/rules fcheck-2.7.59-nmu/debian/rules
--- fcheck-2.7.59/debian/rules  2003-02-28 22:41:13.000000000 +1000
+++ fcheck-2.7.59-nmu/debian/rules      2003-02-28 22:18:40.000000000 +1000
@@ -38,12 +38,12 @@
        $(MAKE) install DESTDIR=`pwd`/debian/tmp
 
 
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
 # Build architecture-dependent files here.
 binary-arch: build install
+# We have nothing to do by default.
+
+# Build architecture-independent files here.
+binary-indep: build install
 #      dh_testversion
        dh_testdir
        dh_testroot
@@ -64,7 +64,6 @@
        dh_compress
        dh_fixperms
        # You may want to make some executables suid here.
-       dh_suidregister
 #      dh_makeshlibs
        dh_installdeb
 #      dh_perl
diff -urb fcheck-2.7.59/fcheck fcheck-2.7.59-nmu/fcheck
--- fcheck-2.7.59/fcheck        2003-02-28 22:41:13.000000000 +1000
+++ fcheck-2.7.59-nmu/fcheck    2003-02-28 21:46:09.000000000 +1000
@@ -219,7 +219,8 @@
 #                                                                           #
 #############################################################################
 # This should be passed through the command line, but hard coding still works
-$config="/usr/local/admtools/conf/fcheck.cfg";
+#$config="/usr/local/admtools/conf/fcheck.cfg";
+$config="/etc/fcheck/fcheck.cfg";
 #$config="C:/Work/fcheck/fcheck.cfg";
 
 #############################################################################
@@ -581,7 +582,7 @@
     $Dirname =~ s/\//_/g;
     if ($Verbose) { printf("debug: (GetDirDB) reading \n", $Dirname); }
     %BaseLineData = ();
-    if ((defined($begin{"$Dirname"})) && (defined($end{"$Dirname"})) && 
($begin{"$Dirname"} <= $end{"$Dirname"}))
+    if ((defined($begin{"$Dirname"})) && (defined($end{"$Dirname"})) && 
($begin{"$Dirname"} <= $end{"$Dirname"} + 1))
         {
         for ($index=$begin{"$Dirname"}; $index<$end{"$Dirname"} + 1; $index++)
             {
@@ -1582,7 +1583,7 @@
 if ($BaseLine)
   {
      # Open for write
-     open (DB, ">$DBFile") || &Error("no fcheck database exists! [$DBFile]");
+     open (DB, ">$DBFile") || &Error("could not open fcheck database for 
writing! [$DBFile]: $!");
      printf(DB "# - Host  %s\n",$ThisHost);
      printf(DB "# - OS  %s\n",$ThisOS);
      $#junk = -1;


---------------------------------------
Received: (at 182847-close) by bugs.debian.org; 21 Feb 2005 16:08:43 +0000
>From [EMAIL PROTECTED] Mon Feb 21 08:08:43 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 1D3G71-00065b-00; Mon, 21 Feb 2005 08:08:43 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1D3G0e-0003F1-00; Mon, 21 Feb 2005 11:02:08 -0500
From: Maurizio Lemmo (Tannoiser) <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#182847: fixed in fcheck 2.7.59-7
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 21 Feb 2005 11:02:08 -0500
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: 
X-CrossAssassin-Score: 5

Source: fcheck
Source-Version: 2.7.59-7

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

fcheck_2.7.59-7.diff.gz
  to pool/main/f/fcheck/fcheck_2.7.59-7.diff.gz
fcheck_2.7.59-7.dsc
  to pool/main/f/fcheck/fcheck_2.7.59-7.dsc
fcheck_2.7.59-7_all.deb
  to pool/main/f/fcheck/fcheck_2.7.59-7_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.
Maurizio Lemmo (Tannoiser) <[EMAIL PROTECTED]> (supplier of updated fcheck 
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: Mon, 21 Feb 2005 12:25:36 +0100
Source: fcheck
Binary: fcheck
Architecture: source all
Version: 2.7.59-7
Distribution: unstable
Urgency: low
Maintainer: Maurizio Lemmo (Tannoiser) <[EMAIL PROTECTED]>
Changed-By: Maurizio Lemmo (Tannoiser) <[EMAIL PROTECTED]>
Description: 
 fcheck     - IDS filesystem baseline integrity checker
Closes: 97591 105556 126943 134799 159478 182847 275035 295348
Changes: 
 fcheck (2.7.59-7) unstable; urgency=low
 .
   * New maintainer (closes: #275035)
   * debian/postinst: rebuild db on upgrade isn't useful or maybe wrong.
     (closes: #295348)
   * Acknowledge NMU. (closes: #105556, #126943, #134799, #97591, #159478)
   * Verify and Acknowledge NMU. (closes: #182847)
Files: 
 39ff8322cda52c6b79a09ddadc0231aa 572 admin optional fcheck_2.7.59-7.dsc
 d0030c5a51877247316b18d8c02833fa 12650 admin optional fcheck_2.7.59-7.diff.gz
 ba495e0cb0c35b67d159d5e1914131d7 33514 admin optional fcheck_2.7.59-7_all.deb

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

iD8DBQFCGgC29LSwzHl+v6sRAkZnAJ9EzNPWco2IQFsw9Thf3nLqi3I23QCePXwn
7YnogpFRONqnorv6ga4e3sA=
=SN5I
-----END PGP SIGNATURE-----


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

Reply via email to