[xml/sgml-commit] r1857 - in /packages/w3c-markup-validator/trunk/debian: changelog patches/permission_override.patch patches/series
periapt-guest at users.alioth.debian.org
periapt-guest at users.alioth.debian.org
Thu Mar 17 10:32:16 UTC 2011
Author: periapt-guest
Date: Thu Mar 17 10:32:11 2011
New Revision: 1857
URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=1857
Log:
- consider SOAP
- dfsg
- yui compressor
* Add rules ensuring directory access (Closes: #608225)
Added:
packages/w3c-markup-validator/trunk/debian/patches/permission_override.patch
Modified:
packages/w3c-markup-validator/trunk/debian/changelog
packages/w3c-markup-validator/trunk/debian/patches/series
Modified: packages/w3c-markup-validator/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/w3c-markup-validator/trunk/debian/changelog?rev=1857&op=diff
==============================================================================
--- packages/w3c-markup-validator/trunk/debian/changelog (original)
+++ packages/w3c-markup-validator/trunk/debian/changelog Thu Mar 17 10:32:11 2011
@@ -1,8 +1,9 @@
w3c-markup-validator (1.2-1) UNRELEASED; urgency=low
TODO:
- - consider permissions block #608225
- - check W3C-Document
+ - consider SOAP
+ - dfsg
+ - yui compressor
* New upstream release
* Reviewed and refreshed patches
@@ -13,6 +14,7 @@
* Disabled mod_perl support (cf. #618416)
* Refreshed copyright
* Refreshed lintian overrides
+ * Add rules ensuring directory access (Closes: #608225)
-- Nicholas Bamber <nicholas at periapt.co.uk> Mon, 14 Mar 2011 10:30:01 +0000
Added: packages/w3c-markup-validator/trunk/debian/patches/permission_override.patch
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/w3c-markup-validator/trunk/debian/patches/permission_override.patch?rev=1857&op=file
==============================================================================
--- packages/w3c-markup-validator/trunk/debian/patches/permission_override.patch (added)
+++ packages/w3c-markup-validator/trunk/debian/patches/permission_override.patch Thu Mar 17 10:32:11 2011
@@ -1,0 +1,20 @@
+Author: Nicholas Bamber <nicholas at periapt.co.uk>
+Subject: Permission override in case access is denied generally
+Last-Update: 2011-03-17
+Bug: http://lists.w3.org/Archives/Public/www-validator/2011Mar/0035.html
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608225
+--- a/httpd/conf/httpd.conf
++++ b/httpd/conf/httpd.conf
+@@ -61,6 +61,12 @@
+ ExpiresByType application/javascript A2592000
+ ExpiresByType application/ecmascript A2592000
+ </IfModule>
++
++ # See bug 608225
++ # Permission may be denied higher up so override here.
++ Order allow, deny
++ allow from all
++
+ </Directory>
+
+ # Atom news feed
Modified: packages/w3c-markup-validator/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/w3c-markup-validator/trunk/debian/patches/series?rev=1857&op=diff
==============================================================================
--- packages/w3c-markup-validator/trunk/debian/patches/series (original)
+++ packages/w3c-markup-validator/trunk/debian/patches/series Thu Mar 17 10:32:11 2011
@@ -4,3 +4,4 @@
remove_test_warning.patch
restrict_support_to_http.patch
mod_perl_disable.patch
+permission_override.patch
More information about the debian-xml-sgml-commit
mailing list