Your message dated Wed, 17 May 2006 14:02:27 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#367611: fixed in rats 2.1-6
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)

--- Begin Message ---
Package: rats
Version: 2.1-5
Priority: normal
Tags: wishlist

RATS misses some PHP files if they do not end with .php, since some files
end up with different extensions (php3, php4), the attached patch fixes this.

Regards

Javier
--- engine.c.orig       2006-05-17 00:32:44.000000000 -0500
+++ engine.c    2006-05-17 00:31:47.000000000 -0500
@@ -928,7 +928,9 @@
         setup_python(fd);
     else if (!strcasecmp(dot, ".pl") || !strcasecmp(dot, ".pm"))
         setup_perl(fd);
-    else if (!strcasecmp(dot, ".php"))
+    else if (!strcasecmp(dot, ".php")||
+            !strcasecmp(dot, ".php3")||
+            !strcasecmp(dot, ".php4"))
         setup_php(fd);
     else if (!strcasecmp(dot, ".c")||
             !strcasecmp(dot, ".c++")||

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: rats
Source-Version: 2.1-6

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

rats_2.1-6.diff.gz
  to pool/main/r/rats/rats_2.1-6.diff.gz
rats_2.1-6.dsc
  to pool/main/r/rats/rats_2.1-6.dsc
rats_2.1-6_i386.deb
  to pool/main/r/rats/rats_2.1-6_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.
Steve Kemp <[EMAIL PROTECTED]> (supplier of updated rats 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, 17 May 2006 20:02:24 +0000
Source: rats
Binary: rats
Architecture: source i386
Version: 2.1-6
Distribution: unstable
Urgency: low
Maintainer: Steve Kemp <[EMAIL PROTECTED]>
Changed-By: Steve Kemp <[EMAIL PROTECTED]>
Description: 
 rats       - Rough Auditing Tool for Security
Closes: 367611
Changes: 
 rats (2.1-6) unstable; urgency=low
 .
   * Updated to Debian Standards version 3.7.2:
      * Increased debhelper compatability level to 4.
   * Applied patch to recognise .php3 + .php4 suffixes as PHP files.
     (Closes: #367611) Thanks to Javier Fernández-Sanguino Peña for the patch.
   * Made small changes to the output of the HTML to ensure it is valid,
     still work in progress.  See #334069.
Files: 
 a54af512abb7941eff9ecb73b26adb0b 559 utils optional rats_2.1-6.dsc
 b3e42057fdf336f9f6ec9dc5e87dc9c1 68638 utils optional rats_2.1-6.diff.gz
 47a72e04ceb6856beb599c580a991bcf 160382 utils optional rats_2.1-6_i386.deb

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

iD4DBQFEa4PHwM/Gs81MDZ0RArF7AJdyt+hmM7rvGrz7sHw5EQ0dAPrnAKDBZKC8
ZqH7KBU8y0MOAKOSewyBgg==
=SM+3
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to