Hello community,

here is the log from the commit of package apache2 for openSUSE:Factory checked 
in at 2013-11-12 09:49:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2 (Old)
 and      /work/SRC/openSUSE:Factory/.apache2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache2/apache2.changes  2013-11-07 
08:33:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.apache2.new/apache2.changes     2013-11-12 
09:49:42.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Nov  4 20:55:52 UTC 2013 - fr...@opensuse.org
+
+- Removed obsolete directive DefaultType
+- Changed all access control to new Require directive
+
+-------------------------------------------------------------------

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

Other differences:
------------------

++++++ apache2-default-server.conf ++++++
--- /var/tmp/diff_new_pack.fSfpp3/_old  2013-11-12 09:49:44.000000000 +0100
+++ /var/tmp/diff_new_pack.fSfpp3/_new  2013-11-12 09:49:44.000000000 +0100
@@ -25,8 +25,7 @@
        #   Options FileInfo AuthConfig Limit
        AllowOverride None
        # Controls who can get stuff from this server.
-       Order allow,deny
-       Allow from all
+       Require all granted
 </Directory>
 
 # Aliases: aliases can be added as needed (with no limit). The format is 
@@ -46,8 +45,7 @@
 <Directory "/usr/share/apache2/icons">
        Options Indexes MultiViews
        AllowOverride None
-       Order allow,deny
-       Allow from all
+       Require all granted
 </Directory>
 
 # ScriptAlias: This controls which directories contain server scripts.
@@ -65,8 +63,7 @@
 <Directory "/srv/www/cgi-bin">
        AllowOverride None
        Options +ExecCGI -Includes
-       Order allow,deny
-       Allow from all
+       Require all granted
 </Directory>
 
 # UserDir: The name of the directory that is appended onto a user's home

++++++ apache2-default-vhost-ssl.conf ++++++
--- /var/tmp/diff_new_pack.fSfpp3/_old  2013-11-12 09:49:44.000000000 +0100
+++ /var/tmp/diff_new_pack.fSfpp3/_new  2013-11-12 09:49:44.000000000 +0100
@@ -190,15 +190,18 @@
        #AuthUserFile /srv/www/passwd/default
 
        #
-       # Controls who can get stuff from this server.
+       # Controls who can get stuff from this server. The example gives access 
to:
+       # either a valid user, a user on the same system as the server, a system
+       # which name ends with .example.com and of which the reverse lookup of 
the
+       # IP address matches with the IP address that has been received by 
looking
+       # up that name in the DNS irrespective of any setting of 
HostnameLookups.
        #
        #<limit GET POST>
-       #  Require valid-user
-       #  Order Deny,Allow
-       #  Deny from All
-       #  Allow from 127.0.0.1
-       #  Allow from .example.com
-       #  Satisfy any
+       #  <RequireAny>
+       #    Require valid-user
+       #    Require local
+       #    Require host .example.com
+       #  </RequireAny>
        #</limit>
     </Directory>
 

++++++ apache2-default-vhost.conf ++++++
--- /var/tmp/diff_new_pack.fSfpp3/_old  2013-11-12 09:49:44.000000000 +0100
+++ /var/tmp/diff_new_pack.fSfpp3/_new  2013-11-12 09:49:44.000000000 +0100
@@ -52,8 +52,7 @@
     <Directory "/srv/www/cgi-bin">
        AllowOverride None
        Options +ExecCGI -Includes
-       Order allow,deny
-       Allow from all
+       Require all granted
     </Directory>
 
 
@@ -109,8 +108,7 @@
        #
        # Controls who can get stuff from this server.
        #
-       Order allow,deny
-       Allow from all
+       Require all granted
     
     </Directory>
 

++++++ apache2-errors.conf ++++++
--- /var/tmp/diff_new_pack.fSfpp3/_old  2013-11-12 09:49:44.000000000 +0100
+++ /var/tmp/diff_new_pack.fSfpp3/_new  2013-11-12 09:49:44.000000000 +0100
@@ -40,8 +40,7 @@
         Options IncludesNoExec
         AddOutputFilter Includes html
         AddHandler type-map var
-        Order allow,deny
-        Allow from all
+        Require all granted
         LanguagePriority en cs de es fr it ja ko nl pl pt-br ro sv tr
         ForceLanguagePriority Prefer Fallback
     </Directory>

++++++ apache2-httpd.conf ++++++
--- /var/tmp/diff_new_pack.fSfpp3/_old  2013-11-12 09:49:44.000000000 +0100
+++ /var/tmp/diff_new_pack.fSfpp3/_new  2013-11-12 09:49:44.000000000 +0100
@@ -137,7 +137,6 @@
 
 # associate MIME types with filename extensions
 TypesConfig /etc/apache2/mime.types
-DefaultType text/plain
 Include /etc/apache2/mod_mime-defaults.conf
 
 # set up (customizable) error responses
@@ -151,16 +150,14 @@
 <Directory />
     Options None
     AllowOverride None
-    Order deny,allow
-    Deny from all
+    Require all denied
 </Directory>
 
 # use .htaccess files for overriding,
 AccessFileName .htaccess
 # and never show them
 <Files ~ "^\.ht">
-    Order allow,deny
-    Deny from all
+    Require all denied
 </Files>
 
 # List of resources to look for when the client requests a directory

++++++ apache2-manual.conf ++++++
--- /var/tmp/diff_new_pack.fSfpp3/_old  2013-11-12 09:49:44.000000000 +0100
+++ /var/tmp/diff_new_pack.fSfpp3/_new  2013-11-12 09:49:44.000000000 +0100
@@ -2,15 +2,14 @@
 # This configuration file belongs to the apache2-doc package.
 #
 # The alias provides the manual, even if you choose to move your DocumentRoot.
-# this out if you do not care for the documentation.
+# Comment this out if you do not care for the documentation.
 #
 AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|ru))?(/.*)?$ 
"/usr/share/apache2/manual$1"
 
 <Directory "/usr/share/apache2/manual">
     Options Indexes
     AllowOverride None
-    Order allow,deny
-    Allow from all
+    Require all granted
 
     <Files *.html>
         SetHandler type-map

++++++ apache2-mod_info.conf ++++++
--- /var/tmp/diff_new_pack.fSfpp3/_old  2013-11-12 09:49:44.000000000 +0100
+++ /var/tmp/diff_new_pack.fSfpp3/_new  2013-11-12 09:49:44.000000000 +0100
@@ -7,9 +7,7 @@
 <IfModule mod_info.c>
     <Location /server-info>
            SetHandler server-info
-           Order deny,allow
-           Deny from all
-           Allow from localhost
+           Require local
     </Location>
 </IfModule>
 

++++++ apache2-mod_status.conf ++++++
--- /var/tmp/diff_new_pack.fSfpp3/_old  2013-11-12 09:49:44.000000000 +0100
+++ /var/tmp/diff_new_pack.fSfpp3/_new  2013-11-12 09:49:44.000000000 +0100
@@ -7,9 +7,7 @@
 <IfModule mod_status.c>
     <Location /server-status>
        SetHandler server-status
-       Order deny,allow
-       Deny from all
-       Allow from localhost 127.0.0.1
+       Require local
     </Location>
 </IfModule>
 

++++++ apache2-mod_userdir.conf ++++++
--- /var/tmp/diff_new_pack.fSfpp3/_old  2013-11-12 09:49:44.000000000 +0100
+++ /var/tmp/diff_new_pack.fSfpp3/_new  2013-11-12 09:49:44.000000000 +0100
@@ -31,13 +31,11 @@
                Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
 
                <Limit GET POST OPTIONS PROPFIND>
-                       Order allow,deny
-                       Allow from all
+                       Require all granted
                </Limit>
 
                <LimitExcept GET POST OPTIONS PROPFIND>
-                       Order deny,allow
-                       Deny from all
+                       Require all denied
                </LimitExcept>
 
        </Directory>

++++++ apache2-vhost.template ++++++
--- /var/tmp/diff_new_pack.fSfpp3/_old  2013-11-12 09:49:45.000000000 +0100
+++ /var/tmp/diff_new_pack.fSfpp3/_new  2013-11-12 09:49:45.000000000 +0100
@@ -60,8 +60,7 @@
     <Directory "/srv/www/vhosts/dummy-host.example.com/cgi-bin">
        AllowOverride None
        Options +ExecCGI -Includes
-       Order allow,deny
-       Allow from all
+       Require all granted
     </Directory>
 
 
@@ -116,8 +115,7 @@
        #
        # Controls who can get stuff from this server.
        #
-       Order allow,deny
-       Allow from all
+       Require all granted
     
     </Directory>
 



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

Reply via email to