Hello community,

here is the log from the commit of package phpPgAdmin for openSUSE:Factory 
checked in at 2016-12-03 18:27:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/phpPgAdmin (Old)
 and      /work/SRC/openSUSE:Factory/.phpPgAdmin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "phpPgAdmin"

Changes:
--------
--- /work/SRC/openSUSE:Factory/phpPgAdmin/phpPgAdmin.changes    2016-01-08 
15:23:33.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.phpPgAdmin.new/phpPgAdmin.changes       
2016-12-03 18:27:45.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Dec  2 11:24:39 UTC 2016 - [email protected]
+
+- udpate phpPgAdmin.http
+  * add support for Apache 2.2/2.4
+  * add suppport for php7
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ phpPgAdmin.spec ++++++
--- /var/tmp/diff_new_pack.jAMc9Y/_old  2016-12-03 18:27:47.000000000 +0100
+++ /var/tmp/diff_new_pack.jAMc9Y/_new  2016-12-03 18:27:47.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package phpPgAdmin
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ phpPgAdmin.http ++++++
--- /var/tmp/diff_new_pack.jAMc9Y/_old  2016-12-03 18:27:47.000000000 +0100
+++ /var/tmp/diff_new_pack.jAMc9Y/_new  2016-12-03 18:27:47.000000000 +0100
@@ -1,23 +1,44 @@
 <Directory @ap_docroot@/@name@>
-  Options FollowSymLinks
-  AllowOverride None
-  <IfModule mod_php5.c>
-    php_admin_flag register_globals off
-    php_admin_flag magic_quotes_gpc off
-    php_admin_flag allow_url_include off
-    php_admin_flag allow_url_fopen off
-    php_admin_flag zend.ze1_compatibility_mode off
-    php_admin_flag safe_mode Off
-    php_admin_value open_basedir 
"@ap_docroot@/@name@:/var/lib/php5:/tmp:@docdir@/@name@:/etc/@name@"
-  </IfModule>
+    Options FollowSymLinks
+    AllowOverride None
+
+    <IfModule mod_php5.c>
+        php_admin_flag register_globals off
+        php_admin_flag magic_quotes_gpc off
+        php_admin_flag allow_url_include off
+        php_admin_flag allow_url_fopen off
+        php_admin_flag zend.ze1_compatibility_mode off
+        php_admin_flag safe_mode Off
+        php_admin_value open_basedir 
"@ap_docroot@/@name@:/var/lib/php5:/tmp:@docdir@/@name@:/etc/@name@"
+    </IfModule>
+
+    <IfModule mod_php7.c>
+        php_admin_flag register_globals off
+        php_admin_flag magic_quotes_gpc off
+        php_admin_flag allow_url_include off
+        php_admin_flag allow_url_fopen off
+        php_admin_flag zend.ze1_compatibility_mode off
+        php_admin_flag safe_mode Off
+        php_admin_value open_basedir 
"@ap_docroot@/@name@:/var/lib/php7:/tmp:@docdir@/@name@:/etc/@name@"
+    </IfModule>
+
 </Directory>
 <Directory @ap_docroot@/@name@/libraries>
-  <IfVersion >= 2.4>
-    Require all denied
-  </IfVersion>
-  <IfVersion < 2.4>
-    Order allow,deny
-    Deny from all
-  </IfVersion>
+
+    <IfVersion < 2.4>
+        Order allow,deny
+        Deny from all
+    </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