Hello community,

here is the log from the commit of package roundcubemail for openSUSE:Factory 
checked in at 2014-07-10 08:16:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/roundcubemail (Old)
 and      /work/SRC/openSUSE:Factory/.roundcubemail.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "roundcubemail"

Changes:
--------
--- /work/SRC/openSUSE:Factory/roundcubemail/roundcubemail.changes      
2014-05-13 20:48:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.roundcubemail.new/roundcubemail.changes 
2014-07-10 08:17:11.000000000 +0200
@@ -1,0 +2,13 @@
+Mon Jun 23 20:26:06 UTC 2014 - jam...@vicidial.com
+
+- Modify roundcubemail-httpd.conf for OpenSuSE v.13.1 apache2
+    o Apache2 on OpenSuSE v.13.1 has the mod_access_compat.c module
+      statically compiled into the Apache2 core. This means it can't
+      be unloaded and the older pre-2.4 access directives must be 
+      used. Since it is not advised to mix pre and post 2.4 access
+      methods the file had to be modified to look for this static
+      module and load pre-2.4 directives if found on Apache 2.4. It
+      should be forward compatible if the mod_access_compat.c module
+      become dynamic in the future and is not loaded.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ roundcubemail-httpd.conf ++++++
--- /var/tmp/diff_new_pack.pcZdYt/_old  2014-07-10 08:17:12.000000000 +0200
+++ /var/tmp/diff_new_pack.pcZdYt/_new  2014-07-10 08:17:12.000000000 +0200
@@ -17,14 +17,21 @@
 AddType text/x-component .htc
 
 <Directory __ROUNDCUBEPATH__>
-  <IfModule mod_authz_core.c>
-    Require all granted
-  </IfModule>
-  <IfModule !mod_authz_core.c>
+    <IfVersion >= 2.4>
+   <IfModule !mod_access_compat.c> 
+     Require all granted
+   </IfModule>
+   <IfModule mod_access_compat.c>
+     Order allow,deny
+     #Allow from 127.0.0.1
+     Allow from all
+   </IfModule>
+  </IfVersion>
+  <IfVersion < 2.4>
     Order allow,deny
     #Allow from 127.0.0.1
     Allow from all
-  </IfModule>
+  </IfVersion>
 
   Options -Indexes +FollowSymLinks
 
@@ -82,71 +89,113 @@
  # Special directories
 
  <Directory __ROUNDCUBEPATH__/bin>
-   <IfModule mod_authz_core.c>
-     Require all denied
-   </IfModule>
-   <IfModule !mod_authz_core.c>
+   <IfVersion >= 2.4>
+    <IfModule !mod_access_compat.c> 
+      Require all granted
+    </IfModule>
+    <IfModule mod_access_compat.c>
+     Order allow,deny
+     #Allow from 127.0.0.1
+     Allow from all
+    </IfModule>
+   </IfVersion>
+   <IfVersion < 2.4>
      Order allow,deny
      Deny from all
-   </IfModule>
+   </IfVersion>
  </Directory>
 
  <Directory __ROUNDCUBEPATH__/config>
    Options -FollowSymLinks
    AllowOverride None
-   <IfModule mod_authz_core.c>
-     Require all denied
-   </IfModule>
-   <IfModule !mod_authz_core.c>
+   <IfVersion >= 2.4>
+    <IfModule !mod_access_compat.c> 
+      Require all granted
+    </IfModule>
+    <IfModule mod_access_compat.c>
+     Order allow,deny
+     #Allow from 127.0.0.1
+     Allow from all
+    </IfModule>
+   </IfVersion>
+   <IfVersion < 2.4>
      Order allow,deny
      Deny from all
-   </IfModule>
+   </IfVersion>
  </Directory>
 
  <Directory __ROUNDCUBEPATH__/logs>
    Options -FollowSymLinks
    AllowOverride None
-   <IfModule mod_authz_core.c>
-     Require all denied
-   </IfModule>
-   <IfModule !mod_authz_core.c>
+   <IfVersion >= 2.4>
+    <IfModule !mod_access_compat.c> 
+      Require all granted
+    </IfModule>
+    <IfModule mod_access_compat.c>
+     Order allow,deny
+     #Allow from 127.0.0.1
+     Allow from all
+    </IfModule>
+   </IfVersion>
+   <IfVersion < 2.4>
      Order allow,deny
      Deny from all
-   </IfModule>
+   </IfVersion>
  </Directory>
 
  <Directory __ROUNDCUBEPATH__/migration>
    Options -FollowSymLinks
    AllowOverride None
-   <IfModule mod_authz_core.c>
-     Require all denied
-   </IfModule>
-   <IfModule !mod_authz_core.c>
+   <IfVersion >= 2.4>
+    <IfModule !mod_access_compat.c> 
+      Require all granted
+    </IfModule>
+    <IfModule mod_access_compat.c>
+     Order allow,deny
+     #Allow from 127.0.0.1
+     Allow from all
+    </IfModule>
+   </IfVersion>
+   <IfVersion < 2.4>
      Order allow,deny
      Deny from all
-   </IfModule>
+   </IfVersion>
  </Directory>
  
  <Directory __ROUNDCUBEPATH__/migrated>
    Options -FollowSymLinks
    AllowOverride None
-   <IfModule mod_authz_core.c>
-     Require all denied
-   </IfModule>
-   <IfModule !mod_authz_core.c>
+   <IfVersion >= 2.4>
+    <IfModule !mod_access_compat.c> 
+      Require all granted
+    </IfModule>
+    <IfModule mod_access_compat.c>
+     Order allow,deny
+     #Allow from 127.0.0.1
+     Allow from all
+    </IfModule>
+   </IfVersion>
+   <IfVersion < 2.4>
      Order allow,deny
      Deny from all
-   </IfModule>
+   </IfVersion>
  </Directory>
  
  <Directory __ROUNDCUBEPATH__/plugins/enigma/home>
-   <IfModule mod_authz_core.c>
-     Require all denied
-   </IfModule>
-   <IfModule !mod_authz_core.c>
+   <IfVersion >= 2.4>
+    <IfModule !mod_access_compat.c> 
+      Require all granted
+    </IfModule>
+    <IfModule mod_access_compat.c>
+     Order allow,deny
+     #Allow from 127.0.0.1
+     Allow from all
+    </IfModule>
+   </IfVersion>
+   <IfVersion < 2.4>
      Order allow,deny
      Deny from all
-   </IfModule>
+   </IfVersion>
  </Directory>
 
  <Directory __ROUNDCUBEPATH__/program>
@@ -159,13 +208,20 @@
  <Directory __ROUNDCUBEPATH__/temp>
    Options -FollowSymLinks
    AllowOverride None
-   <IfModule mod_authz_core.c>
-     Require all denied
-   </IfModule>
-   <IfModule !mod_authz_core.c>
+   <IfVersion >= 2.4>
+    <IfModule !mod_access_compat.c> 
+      Require all granted
+    </IfModule>
+    <IfModule mod_access_compat.c>
+     Order allow,deny
+     #Allow from 127.0.0.1
+     Allow from all
+    </IfModule>
+   </IfVersion>
+   <IfVersion < 2.4>
      Order allow,deny
      Deny from all
-   </IfModule>
+   </IfVersion>
  </Directory>
 
 # </VirtualHost>

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to