Hello community,

here is the log from the commit of package adminer for openSUSE:Factory checked 
in at 2017-01-29 10:37:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/adminer (Old)
 and      /work/SRC/openSUSE:Factory/.adminer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "adminer"

Changes:
--------
--- /work/SRC/openSUSE:Factory/adminer/adminer.changes  2016-06-07 
23:46:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.adminer.new/adminer.changes     2017-02-03 
17:31:13.019765744 +0100
@@ -1,0 +2,6 @@
+Sun Jan 22 01:01:05 UTC 2017 - [email protected]
+
+- fix adminer-http.conf file
+  * absence of 'mod_version' is no guarantee to be on apache < 2.4
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ adminer.spec ++++++
--- /var/tmp/diff_new_pack.PiExyy/_old  2017-02-03 17:31:13.535692723 +0100
+++ /var/tmp/diff_new_pack.PiExyy/_new  2017-02-03 17:31:13.539692157 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package adminer
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2015 Jimmy Berry <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties

++++++ adminer-httpd.conf ++++++
--- /var/tmp/diff_new_pack.PiExyy/_old  2017-02-03 17:31:13.599683666 +0100
+++ /var/tmp/diff_new_pack.PiExyy/_new  2017-02-03 17:31:13.603683100 +0100
@@ -8,48 +8,40 @@
     DirectoryIndex adminer.php
     Options -Indexes +FollowSymLinks
     AllowOverride None
-    <IfModule mod_version.c>
-        <IfVersion < 2.4>
-            Order allow,deny
-            Allow from all
-        </IfVersion>
-        <IfVersion >= 2.4>
-            <IfModule mod_authz_core.c>
-                Require all granted
-            </IfModule>
-            <IfModule mod_access_compat.c>
-                Order allow,deny
-                Allow from all
-            </IfModule>
-        </IfVersion>
-    </IfModule>
-    <IfModule !mod_version.c>
+
+    <IfVersion < 2.4>
         Order allow,deny
         Allow from all
-    </IfModule>
+    </IfVersion>
+    <IfVersion >= 2.4>
+        <IfModule !mod_access_compat.c>
+            Require all granted
+        </IfModule>
+        <IfModule mod_access_compat.c>
+            Order allow,deny
+            Allow from all
+        </IfModule>
+    </IfVersion>
+
 </Directory>
 
 <Directory @apache_datadir@/@name@/designs>
     Options -FollowSymLinks
     AllowOverride None
-    <IfModule mod_version.c>
-        <IfVersion < 2.4>
-            Order deny,allow
-            Deny from all
-        </IfVersion>
-        <IfVersion >= 2.4>
-            <IfModule mod_authz_core.c>
-                Require all denied
-            </IfModule>
-            <IfModule mod_access_compat.c>
-                Order deny,allow
-                Deny from all
-            </IfModule>
-        </IfVersion>
-    </IfModule>
-    <IfModule !mod_version.c>
+
+    <IfVersion < 2.4>
         Order deny,allow
         Deny from all
-    </IfModule>
+    </IfVersion>
+    <IfVersion >= 2.4>
+        <IfModule !mod_access_compat.c>
+            Require all denied
+        </IfModule>
+        <IfModule mod_access_compat.c>
+            Order deny,allow
+            Deny from all
+        </IfModule>
+    </IfVersion>
+
 </Directory>
 


Reply via email to