r38296 - in /desktop/unstable/gnome-user-share/debian: changelog patches/10_apache_2.4.patch patches/series

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sat Jun 1 18:35:16 UTC 2013


Author: pochu
Date: Sat Jun  1 18:35:15 2013
New Revision: 38296

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=38296
Log:
* debian/patches/10_apache_2.4.patch:
  + Don't load mod_unixd.so as it is statically linked.
    Thanks Arno Töll for the insights.

Added:
    desktop/unstable/gnome-user-share/debian/patches/10_apache_2.4.patch
Modified:
    desktop/unstable/gnome-user-share/debian/changelog
    desktop/unstable/gnome-user-share/debian/patches/series

Modified: desktop/unstable/gnome-user-share/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-user-share/debian/changelog?rev=38296&op=diff
==============================================================================
--- desktop/unstable/gnome-user-share/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-user-share/debian/changelog [utf-8] Sat Jun  1 18:35:15 2013
@@ -6,6 +6,9 @@
       transition. Closes: #669729.
     + Bump minimum dependency on libapache2-mod-dnssd to 0.6-3.1~
       to get Apache 2.4 support.
+  * debian/patches/10_apache_2.4.patch:
+    + Don't load mod_unixd.so as it is statically linked.
+      Thanks Arno Töll for the insights.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Sun, 12 May 2013 12:38:51 +0200
 

Added: desktop/unstable/gnome-user-share/debian/patches/10_apache_2.4.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-user-share/debian/patches/10_apache_2.4.patch?rev=38296&op=file
==============================================================================
--- desktop/unstable/gnome-user-share/debian/patches/10_apache_2.4.patch (added)
+++ desktop/unstable/gnome-user-share/debian/patches/10_apache_2.4.patch [utf-8] Sat Jun  1 18:35:15 2013
@@ -1,0 +1,14 @@
+Author: Emilio Pozuelo Monfort <pochu at debian.org>
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669729
+
+--- a/data/dav_user_2.4.conf
++++ b/data/dav_user_2.4.conf
+@@ -8,7 +8,7 @@
+ 
+ LimitXMLRequestBody 100000
+ 
+-LoadModule unixd_module ${HTTP_MODULES_PATH}/mod_unixd.so
++#LoadModule unixd_module ${HTTP_MODULES_PATH}/mod_unixd.so
+ LoadModule mpm_prefork_module ${HTTP_MODULES_PATH}/mod_mpm_prefork.so
+ LoadModule dav_module ${HTTP_MODULES_PATH}/mod_dav.so
+ LoadModule dav_fs_module ${HTTP_MODULES_PATH}/mod_dav_fs.so

Modified: desktop/unstable/gnome-user-share/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-user-share/debian/patches/series?rev=38296&op=diff
==============================================================================
--- desktop/unstable/gnome-user-share/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gnome-user-share/debian/patches/series [utf-8] Sat Jun  1 18:35:15 2013
@@ -1,2 +1,3 @@
 01_apache-config.patch
 02_bluetooth_optional.patch
+10_apache_2.4.patch




More information about the pkg-gnome-commits mailing list