[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

lintian: r653 - in trunk: checks debian testset



Author: rra
Date: 2006-05-04 03:52:21 +0200 (Thu, 04 May 2006)
New Revision: 653

Modified:
   trunk/checks/files
   trunk/debian/changelog
   trunk/testset/tags.scripts
Log:
  + [RA] Disable the check for files in /usr/lib/cgi-bin at least for
    the time being.  Policy still says that's not allowed, but it looks
    like there are a lot of objections and Policy may change.

Modified: trunk/checks/files
===================================================================
--- trunk/checks/files	2006-05-01 02:59:53 UTC (rev 652)
+++ trunk/checks/files	2006-05-04 01:52:21 UTC (rev 653)
@@ -247,9 +247,12 @@
 	}
 
 	# ---------------- /usr/lib/cgi-bin
-	elsif ($file =~ m,^usr/lib/cgi-bin/\S,) {
-	    tag "file-in-usr-lib-cgi-bin", "$file";
-	}
+	# Disabled at least for the time being.	 Policy still says this isn't
+	# allowed, but there is widespread objection to policy and that
+	# discussion is still ongoing.
+	#elsif ($file =~ m,^usr/lib/cgi-bin/\S,) {
+	#    tag "file-in-usr-lib-cgi-bin", "$file";
+	#}
 
 	# ---------------- /usr/lib/sgml
 	elsif ($file =~ m,^usr/lib/sgml/\S,) {

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-05-01 02:59:53 UTC (rev 652)
+++ trunk/debian/changelog	2006-05-04 01:52:21 UTC (rev 653)
@@ -22,8 +22,11 @@
       intentional.
     + [RA] Report a more specific tag for binaries that are owned by group
       games but are not setgid.
+    + [RA] Disable the check for files in /usr/lib/cgi-bin at least for
+      the time being.  Policy still says that's not allowed, but it looks
+      like there are a lot of objections and Policy may change.
 
- -- Russ Allbery <rra@debian.org>  Sun, 30 Apr 2006 19:59:02 -0700
+ -- Russ Allbery <rra@debian.org>  Wed,  3 May 2006 16:22:05 -0700
 
 lintian (1.23.19) unstable; urgency=low
 

Modified: trunk/testset/tags.scripts
===================================================================
--- trunk/testset/tags.scripts	2006-05-01 02:59:53 UTC (rev 652)
+++ trunk/testset/tags.scripts	2006-05-04 01:52:21 UTC (rev 653)
@@ -28,7 +28,6 @@
 W: scripts: executable-is-not-world-readable usr/bin/perl-bizarre-2 0750 != 0755
 W: scripts: executable-is-not-world-readable usr/bin/suidperlfoo2 4751
 W: scripts: executable-not-elf-or-script ./usr/bin/perl-bizarre-3
-W: scripts: file-in-usr-lib-cgi-bin usr/lib/cgi-bin/cgi-script
 W: scripts: non-standard-executable-perm usr/bin/perl-bizarre-3 0754 != 0755
 W: scripts: non-standard-setuid-executable-perm usr/bin/suidperlfoo 4555
 W: scripts: package-installs-python-pyc usr/lib/python2.3/site-packages/test.pyc



Reply to: