Hello community,

here is the log from the commit of package yast2-http-server for 
openSUSE:Factory checked in at 2014-10-05 20:31:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-http-server (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-http-server.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-http-server"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-http-server/yast2-http-server.changes      
2014-09-17 17:27:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-http-server.new/yast2-http-server.changes 
2014-10-05 20:33:33.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Oct  3 08:37:15 UTC 2014 - an...@suse.com
+
+- Dropped the usage of deprecated directives Order, Allow and Deny
+  in favor of mod_authz_host.
+- 3.1.5
+
+-------------------------------------------------------------------

Old:
----
  yast2-http-server-3.1.4.tar.bz2

New:
----
  yast2-http-server-3.1.5.tar.bz2

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

Other differences:
------------------
++++++ yast2-http-server.spec ++++++
--- /var/tmp/diff_new_pack.OqYpEA/_old  2014-10-05 20:33:33.000000000 +0200
+++ /var/tmp/diff_new_pack.OqYpEA/_new  2014-10-05 20:33:33.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-http-server
-Version:        3.1.4
+Version:        3.1.5
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-http-server-3.1.4.tar.bz2 -> yast2-http-server-3.1.5.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-http-server-3.1.4/MAINTAINER 
new/yast2-http-server-3.1.5/MAINTAINER
--- old/yast2-http-server-3.1.4/MAINTAINER      2014-09-16 15:43:09.000000000 
+0200
+++ new/yast2-http-server-3.1.5/MAINTAINER      2014-10-03 17:38:11.000000000 
+0200
@@ -1 +1 @@
-YaST2 Maintainers <yast2-maintain...@suse.de>
+Deprecated file. Use `osc maintainer yast2-http-server` instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-http-server-3.1.4/package/yast2-http-server.changes 
new/yast2-http-server-3.1.5/package/yast2-http-server.changes
--- old/yast2-http-server-3.1.4/package/yast2-http-server.changes       
2014-09-16 15:43:09.000000000 +0200
+++ new/yast2-http-server-3.1.5/package/yast2-http-server.changes       
2014-10-03 17:38:11.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Fri Oct  3 08:37:15 UTC 2014 - an...@suse.com
+
+- Dropped the usage of deprecated directives Order, Allow and Deny
+  in favor of mod_authz_host.
+- 3.1.5
+
+-------------------------------------------------------------------
 Tue Sep 16 09:14:59 CEST 2014 - sch...@suse.de
 
 - AutoYaST: Using HostIP which is given in the host name
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-http-server-3.1.4/package/yast2-http-server.spec 
new/yast2-http-server-3.1.5/package/yast2-http-server.spec
--- old/yast2-http-server-3.1.4/package/yast2-http-server.spec  2014-09-16 
15:43:09.000000000 +0200
+++ new/yast2-http-server-3.1.5/package/yast2-http-server.spec  2014-10-03 
17:38:11.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-http-server
-Version:        3.1.4
+Version:        3.1.5
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-http-server-3.1.4/src/modules/HttpServerWidgets.rb 
new/yast2-http-server-3.1.5/src/modules/HttpServerWidgets.rb
--- old/yast2-http-server-3.1.4/src/modules/HttpServerWidgets.rb        
2014-09-16 15:43:09.000000000 +0200
+++ new/yast2-http-server-3.1.5/src/modules/HttpServerWidgets.rb        
2014-10-03 17:38:11.000000000 +0200
@@ -1675,8 +1675,7 @@
           "SECTIONPARAM" => documentroot,
           "VALUE"        => [
             { "KEY" => "AllowOverride", "VALUE" => "None" },
-            { "KEY" => "Order", "VALUE" => "allow,deny" },
-            { "KEY" => "Allow", "VALUE" => "from all" }
+            { "KEY" => "Require", "VALUE" => "all granted" }
           ],
           "OVERHEAD"     => ""
         }
@@ -2093,8 +2092,7 @@
             "VALUE"        => [
               { "KEY" => "AllowOverride", "VALUE" => "None" },
               { "KEY" => "Options", "VALUE" => "+ExecCGI -Includes" },
-              { "KEY" => "Order", "VALUE" => "allow,deny" },
-              { "KEY" => "Allow", "VALUE" => "from all" }
+              { "KEY" => "Require", "VALUE" => "all granted" }
             ],
             "OVERHEAD"     => ""
           }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-http-server-3.1.4/src/modules/YaPI/HTTPDModules.pm 
new/yast2-http-server-3.1.5/src/modules/YaPI/HTTPDModules.pm
--- old/yast2-http-server-3.1.4/src/modules/YaPI/HTTPDModules.pm        
2014-09-16 15:43:09.000000000 +0200
+++ new/yast2-http-server-3.1.5/src/modules/YaPI/HTTPDModules.pm        
2014-10-03 17:38:11.000000000 +0200
@@ -14,9 +14,7 @@
                     packages  => [],
                     default   => 1,
                     position  => 10,
-                   directives=> [ { option => "Allow", "context" => [ 
"Directory" ] }, 
-                                  { option => "Deny",  "context" => [ 
"Directory" ] },
-                                  { option =>  "Order",     "context" => [ 
"Directory" ], "values" => [ "Deny,Allow", "Allow,Deny", "Mutual-failure" ] }
+                   directives=> [ { option => "Require", "context" => [ 
"Directory", "Files", "Location" ] }
                                 ]
     },
     'actions' => {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-http-server-3.1.4/src/modules/YaST/HTTPDData.pm 
new/yast2-http-server-3.1.5/src/modules/YaST/HTTPDData.pm
--- old/yast2-http-server-3.1.4/src/modules/YaST/HTTPDData.pm   2014-09-16 
15:43:09.000000000 +0200
+++ new/yast2-http-server-3.1.5/src/modules/YaST/HTTPDData.pm   2014-10-03 
17:38:11.000000000 +0200
@@ -88,12 +88,8 @@
                      'VALUE' => 'None'
                     },
                     {
-                     'KEY'   => 'Order',
-                     'VALUE' => 'allow,deny'
-                    },
-                    {
-                     'KEY'   => 'Allow',
-                     'VALUE' => 'from all'
+                     'KEY'   => 'Require',
+                     'VALUE' => 'all granted'
                     }
                   ]
     };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-http-server-3.1.4/testsuite/tests/readHosts.out 
new/yast2-http-server-3.1.5/testsuite/tests/readHosts.out
--- old/yast2-http-server-3.1.4/testsuite/tests/readHosts.out   2014-09-16 
15:43:09.000000000 +0200
+++ new/yast2-http-server-3.1.5/testsuite/tests/readHosts.out   2014-10-03 
17:38:11.000000000 +0200
@@ -1,5 +1,5 @@
-Read   .http_server.vhosts 
$["default-server.conf":[$["DATA":[$["KEY":"DocumentRoot", "OVERHEAD":"", 
"VALUE":"\"/srv/www/htdocs\""], $["KEY":"_SECTION", "OVERHEAD":"", 
"SECTIONNAME":"Directory", "SECTIONPARAM":"\"/srv/www/htdocs\"", 
"VALUE":[$["KEY":"Options", "OVERHEAD":"", "VALUE":"None"], 
$["KEY":"AllowOverride", "OVERHEAD":"", "VALUE":"None"], $["KEY":"Order", 
"OVERHEAD":"", "VALUE":"allow,deny"], $["KEY":"Allow", "VALUE":"from all"]]], 
$["KEY":"Alias", "OVERHEAD":"", "VALUE":"/icons/ 
\"/usr/share/apache2/icons/\""], $["KEY":"_SECTION", "OVERHEAD":"", 
"SECTIONNAME":"Directory", "SECTIONPARAM":"\"/usr/share/apache2/icons\"", 
"VALUE":[$["KEY":"Options", "VALUE":"Indexes MultiViews"], 
$["KEY":"AllowOverride", "VALUE":"None"], $["KEY":"Order", 
"VALUE":"allow,deny"], $["KEY":"Allow", "VALUE":"from all"]]], 
$["KEY":"ScriptAlias", "OVERHEAD":"", "VALUE":"/cgi-bin/ 
\"/srv/www/cgi-bin/\""], $["KEY":"_SECTION", "OVERHEAD":"", 
"SECTIONNAME":"Directory", "SECTIONPARAM":"\"/srv/www/cgi-bin\"", 
"VALUE":[$["KEY":"AllowOverride", "VALUE":"None"], $["KEY":"Options", 
"VALUE":"+ExecCGI -Includes"], $["KEY":"Order", "VALUE":"allow,deny"], 
$["KEY":"Allow", "VALUE":"from all"]]], $["KEY":"_SECTION", "OVERHEAD":"", 
"SECTIONNAME":"IfModule", "SECTIONPARAM":"mod_userdir.c", 
"VALUE":[$["KEY":"UserDir", "OVERHEAD":"", "VALUE":"public_html"], 
$["KEY":"Include", "OVERHEAD":"", "VALUE":"/etc/apache2/mod_userdir.conf"]]], 
$["KEY":"Include", "OVERHEAD":"", "VALUE":"/etc/apache2/conf.d/*.conf"], 
$["KEY":"Include", "OVERHEAD":"", 
"VALUE":"/etc/apache2/conf.d/apache2-manual?conf"], $["KEY":"ServerName", 
"VALUE":"test"], $["KEY":"ServerAdmin", "VALUE":"test@test"], 
$["KEY":"_SECTION", "OVERHEAD":"", "SECTIONNAME":"Directory", 
"SECTIONPARAM":"\"/srv/viewcvs/\"", "VALUE":[$["KEY":"Options", 
"VALUE":"None"], $["KEY":"AllowOverride", "VALUE":"None"], $["KEY":"Order", 
"VALUE":"allow,deny"], $["KEY":"Allow", "VALUE":"from all"]]], 
$["KEY":"NameVirtualHost", "VALUE":"10.20.1.28"], $["KEY":"_SECTION", 
"SECTIONNAME":"IfDefine", "SECTIONPARAM":"SSL", "VALUE":[$["KEY":"SSLEngine", 
"VALUE":"off"]]]], "HOSTID":"default", "VirtualByName":"0"]], 
"yast2_vhosts.conf":[$["DATA":[$["KEY":"DocumentRoot", 
"VALUE":"/srv/viewcvs/"], $["KEY":"ServerName", "VALUE":"TestNew"], 
$["KEY":"ServerAdmin", "VALUE":"j...@ja.sk"], $["KEY":"_SECTION", 
"OVERHEAD":"", "SECTIONNAME":"IfDefine", "SECTIONPARAM":"SSL", 
"VALUE":[$["KEY":"SSLRequireSSL", "VALUE":""]]], $["KEY":"_SECTION", 
"OVERHEAD":"", "SECTIONNAME":"IfDefine", "SECTIONPARAM":"SSL", 
"VALUE":[$["KEY":"SSLRequireSSL", "VALUE":""]]], $["KEY":"_SECTION", 
"OVERHEAD":"", "SECTIONNAME":"IfDefine", "SECTIONPARAM":"SSL", 
"VALUE":[$["KEY":"SSLRequireSSL", "VALUE":""]]], $["KEY":"_SECTION", 
"OVERHEAD":"", "SECTIONNAME":"IfDefine", "SECTIONPARAM":"SSL", 
"VALUE":[$["KEY":"SSLEngine", "VALUE":"on"]]], $["KEY":"_SECTION", 
"OVERHEAD":"", "SECTIONNAME":"IfDefine", "SECTIONPARAM":"SSL", 
"VALUE":[$["KEY":"SSLRequireSSL", "VALUE":""]]]], 
"HOSTID":"10.20.1.28/TestNew", "HostIP":"10.20.1.28", "VirtualByName":"1"], 
$["OVERHEAD":""]]]
+Read   .http_server.vhosts 
$["default-server.conf":[$["DATA":[$["KEY":"DocumentRoot", "OVERHEAD":"", 
"VALUE":"\"/srv/www/htdocs\""], $["KEY":"_SECTION", "OVERHEAD":"", 
"SECTIONNAME":"Directory", "SECTIONPARAM":"\"/srv/www/htdocs\"", 
"VALUE":[$["KEY":"Options", "OVERHEAD":"", "VALUE":"None"], 
$["KEY":"AllowOverride", "OVERHEAD":"", "VALUE":"None"], $["KEY":"Require", 
"VALUE":"all granted"]]], $["KEY":"Alias", "OVERHEAD":"", "VALUE":"/icons/ 
\"/usr/share/apache2/icons/\""], $["KEY":"_SECTION", "OVERHEAD":"", 
"SECTIONNAME":"Directory", "SECTIONPARAM":"\"/usr/share/apache2/icons\"", 
"VALUE":[$["KEY":"Options", "VALUE":"Indexes MultiViews"], 
$["KEY":"AllowOverride", "VALUE":"None"], $["KEY":"Require", "VALUE":"all 
granted"]]], $["KEY":"ScriptAlias", "OVERHEAD":"", "VALUE":"/cgi-bin/ 
\"/srv/www/cgi-bin/\""], $["KEY":"_SECTION", "OVERHEAD":"", 
"SECTIONNAME":"Directory", "SECTIONPARAM":"\"/srv/www/cgi-bin\"", 
"VALUE":[$["KEY":"AllowOverride", "VALUE":"None"], $["KEY":"Options", 
"VALUE":"+ExecCGI -Includes"], $["KEY":"Require", "VALUE":"all granted"]]], 
$["KEY":"_SECTION", "OVERHEAD":"", "SECTIONNAME":"IfModule", 
"SECTIONPARAM":"mod_userdir.c", "VALUE":[$["KEY":"UserDir", "OVERHEAD":"", 
"VALUE":"public_html"], $["KEY":"Include", "OVERHEAD":"", 
"VALUE":"/etc/apache2/mod_userdir.conf"]]], $["KEY":"Include", "OVERHEAD":"", 
"VALUE":"/etc/apache2/conf.d/*.conf"], $["KEY":"Include", "OVERHEAD":"", 
"VALUE":"/etc/apache2/conf.d/apache2-manual?conf"], $["KEY":"ServerName", 
"VALUE":"test"], $["KEY":"ServerAdmin", "VALUE":"test@test"], 
$["KEY":"_SECTION", "OVERHEAD":"", "SECTIONNAME":"Directory", 
"SECTIONPARAM":"\"/srv/viewcvs/\"", "VALUE":[$["KEY":"Options", 
"VALUE":"None"], $["KEY":"AllowOverride", "VALUE":"None"], $["KEY":"Require", 
"VALUE":"all granted"]]], $["KEY":"NameVirtualHost", "VALUE":"10.20.1.28"], 
$["KEY":"_SECTION", "SECTIONNAME":"IfDefine", "SECTIONPARAM":"SSL", 
"VALUE":[$["KEY":"SSLEngine", "VALUE":"off"]]]], "HOSTID":"default", 
"VirtualByName":"0"]], "yast2_vhosts.conf":[$["DATA":[$["KEY":"DocumentRoot", 
"VALUE":"/srv/viewcvs/"], $["KEY":"ServerName", "VALUE":"TestNew"], 
$["KEY":"ServerAdmin", "VALUE":"j...@ja.sk"], $["KEY":"_SECTION", 
"OVERHEAD":"", "SECTIONNAME":"IfDefine", "SECTIONPARAM":"SSL", 
"VALUE":[$["KEY":"SSLRequireSSL", "VALUE":""]]], $["KEY":"_SECTION", 
"OVERHEAD":"", "SECTIONNAME":"IfDefine", "SECTIONPARAM":"SSL", 
"VALUE":[$["KEY":"SSLRequireSSL", "VALUE":""]]], $["KEY":"_SECTION", 
"OVERHEAD":"", "SECTIONNAME":"IfDefine", "SECTIONPARAM":"SSL", 
"VALUE":[$["KEY":"SSLRequireSSL", "VALUE":""]]], $["KEY":"_SECTION", 
"OVERHEAD":"", "SECTIONNAME":"IfDefine", "SECTIONPARAM":"SSL", 
"VALUE":[$["KEY":"SSLEngine", "VALUE":"on"]]], $["KEY":"_SECTION", 
"OVERHEAD":"", "SECTIONNAME":"IfDefine", "SECTIONPARAM":"SSL", 
"VALUE":[$["KEY":"SSLRequireSSL", "VALUE":""]]]], 
"HOSTID":"10.20.1.28/TestNew", "HostIP":"10.20.1.28", "VirtualByName":"1"], 
$["OVERHEAD":""]]]
 Return true
 Return ["default", "10.20.1.28/TestNew"]
 Return [$["KEY":"DocumentRoot", "VALUE":"/srv/viewcvs/"], 
$["KEY":"ServerName", "VALUE":"TestNew"], $["KEY":"ServerAdmin", 
"VALUE":"j...@ja.sk"], $["KEY":"_SECTION", "OVERHEAD":"", 
"SECTIONNAME":"IfDefine", "SECTIONPARAM":"SSL", 
"VALUE":[$["KEY":"SSLRequireSSL", "VALUE":""]]], $["KEY":"_SECTION", 
"OVERHEAD":"", "SECTIONNAME":"IfDefine", "SECTIONPARAM":"SSL", 
"VALUE":[$["KEY":"SSLRequireSSL", "VALUE":""]]], $["KEY":"_SECTION", 
"OVERHEAD":"", "SECTIONNAME":"IfDefine", "SECTIONPARAM":"SSL", 
"VALUE":[$["KEY":"SSLRequireSSL", "VALUE":""]]], $["KEY":"_SECTION", 
"OVERHEAD":"", "SECTIONNAME":"IfDefine", "SECTIONPARAM":"SSL", 
"VALUE":[$["KEY":"SSLEngine", "VALUE":"on"]]], $["KEY":"_SECTION", 
"OVERHEAD":"", "SECTIONNAME":"IfDefine", "SECTIONPARAM":"SSL", 
"VALUE":[$["KEY":"SSLRequireSSL", "VALUE":""]]]]
-Return [$["KEY":"DocumentRoot", "OVERHEAD":"", "VALUE":"\"/srv/www/htdocs\""], 
$["KEY":"_SECTION", "OVERHEAD":"", "SECTIONNAME":"Directory", 
"SECTIONPARAM":"\"/srv/www/htdocs\"", "VALUE":[$["KEY":"Options", 
"OVERHEAD":"", "VALUE":"None"], $["KEY":"AllowOverride", "OVERHEAD":"", 
"VALUE":"None"], $["KEY":"Order", "OVERHEAD":"", "VALUE":"allow,deny"], 
$["KEY":"Allow", "VALUE":"from all"]]], $["KEY":"Alias", "OVERHEAD":"", 
"VALUE":"/icons/ \"/usr/share/apache2/icons/\""], $["KEY":"_SECTION", 
"OVERHEAD":"", "SECTIONNAME":"Directory", 
"SECTIONPARAM":"\"/usr/share/apache2/icons\"", "VALUE":[$["KEY":"Options", 
"VALUE":"Indexes MultiViews"], $["KEY":"AllowOverride", "VALUE":"None"], 
$["KEY":"Order", "VALUE":"allow,deny"], $["KEY":"Allow", "VALUE":"from all"]]], 
$["KEY":"ScriptAlias", "OVERHEAD":"", "VALUE":"/cgi-bin/ 
\"/srv/www/cgi-bin/\""], $["KEY":"_SECTION", "OVERHEAD":"", 
"SECTIONNAME":"Directory", "SECTIONPARAM":"\"/srv/www/cgi-bin\"", 
"VALUE":[$["KEY":"AllowOverride", "VALUE":"None"], $["KEY":"Options", 
"VALUE":"+ExecCGI -Includes"], $["KEY":"Order", "VALUE":"allow,deny"], 
$["KEY":"Allow", "VALUE":"from all"]]], $["KEY":"_SECTION", "OVERHEAD":"", 
"SECTIONNAME":"IfModule", "SECTIONPARAM":"mod_userdir.c", 
"VALUE":[$["KEY":"UserDir", "OVERHEAD":"", "VALUE":"public_html"], 
$["KEY":"Include", "OVERHEAD":"", "VALUE":"/etc/apache2/mod_userdir.conf"]]], 
$["KEY":"Include", "OVERHEAD":"", "VALUE":"/etc/apache2/conf.d/*.conf"], 
$["KEY":"Include", "OVERHEAD":"", 
"VALUE":"/etc/apache2/conf.d/apache2-manual?conf"], $["KEY":"ServerName", 
"VALUE":"test"], $["KEY":"ServerAdmin", "VALUE":"test@test"], 
$["KEY":"_SECTION", "OVERHEAD":"", "SECTIONNAME":"Directory", 
"SECTIONPARAM":"\"/srv/viewcvs/\"", "VALUE":[$["KEY":"Options", 
"VALUE":"None"], $["KEY":"AllowOverride", "VALUE":"None"], $["KEY":"Order", 
"VALUE":"allow,deny"], $["KEY":"Allow", "VALUE":"from all"]]], 
$["KEY":"NameVirtualHost", "VALUE":"10.20.1.28"], $["KEY":"_SECTION", 
"SECTIONNAME":"IfDefine", "SECTIONPARAM":"SSL", "VALUE":[$["KEY":"SSLEngine", 
"VALUE":"off"]]]]
+Return [$["KEY":"DocumentRoot", "OVERHEAD":"", "VALUE":"\"/srv/www/htdocs\""], 
$["KEY":"_SECTION", "OVERHEAD":"", "SECTIONNAME":"Directory", 
"SECTIONPARAM":"\"/srv/www/htdocs\"", "VALUE":[$["KEY":"Options", 
"OVERHEAD":"", "VALUE":"None"], $["KEY":"AllowOverride", "OVERHEAD":"", 
"VALUE":"None"], $["KEY":"Require", "VALUE":"all granted"]]], $["KEY":"Alias", 
"OVERHEAD":"", "VALUE":"/icons/ \"/usr/share/apache2/icons/\""], 
$["KEY":"_SECTION", "OVERHEAD":"", "SECTIONNAME":"Directory", 
"SECTIONPARAM":"\"/usr/share/apache2/icons\"", "VALUE":[$["KEY":"Options", 
"VALUE":"Indexes MultiViews"], $["KEY":"AllowOverride", "VALUE":"None"], 
$["KEY":"Require", "VALUE":"all granted"]]], $["KEY":"ScriptAlias", 
"OVERHEAD":"", "VALUE":"/cgi-bin/ \"/srv/www/cgi-bin/\""], $["KEY":"_SECTION", 
"OVERHEAD":"", "SECTIONNAME":"Directory", 
"SECTIONPARAM":"\"/srv/www/cgi-bin\"", "VALUE":[$["KEY":"AllowOverride", 
"VALUE":"None"], $["KEY":"Options", "VALUE":"+ExecCGI -Includes"], 
$["KEY":"Require", "VALUE":"all granted"]]], $["KEY":"_SECTION", "OVERHEAD":"", 
"SECTIONNAME":"IfModule", "SECTIONPARAM":"mod_userdir.c", 
"VALUE":[$["KEY":"UserDir", "OVERHEAD":"", "VALUE":"public_html"], 
$["KEY":"Include", "OVERHEAD":"", "VALUE":"/etc/apache2/mod_userdir.conf"]]], 
$["KEY":"Include", "OVERHEAD":"", "VALUE":"/etc/apache2/conf.d/*.conf"], 
$["KEY":"Include", "OVERHEAD":"", 
"VALUE":"/etc/apache2/conf.d/apache2-manual?conf"], $["KEY":"ServerName", 
"VALUE":"test"], $["KEY":"ServerAdmin", "VALUE":"test@test"], 
$["KEY":"_SECTION", "OVERHEAD":"", "SECTIONNAME":"Directory", 
"SECTIONPARAM":"\"/srv/viewcvs/\"", "VALUE":[$["KEY":"Options", 
"VALUE":"None"], $["KEY":"AllowOverride", "VALUE":"None"], $["KEY":"Require", 
"VALUE":"all granted"]]], $["KEY":"NameVirtualHost", "VALUE":"10.20.1.28"], 
$["KEY":"_SECTION", "SECTIONNAME":"IfDefine", "SECTIONPARAM":"SSL", 
"VALUE":[$["KEY":"SSLEngine", "VALUE":"off"]]]]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-http-server-3.1.4/testsuite/tests/readHosts.rb 
new/yast2-http-server-3.1.5/testsuite/tests/readHosts.rb
--- old/yast2-http-server-3.1.4/testsuite/tests/readHosts.rb    2014-09-16 
15:43:09.000000000 +0200
+++ new/yast2-http-server-3.1.5/testsuite/tests/readHosts.rb    2014-10-03 
17:38:11.000000000 +0200
@@ -36,12 +36,7 @@
                         "OVERHEAD" => "",
                         "VALUE"    => "None"
                       },
-                      {
-                        "KEY"      => "Order",
-                        "OVERHEAD" => "",
-                        "VALUE"    => "allow,deny"
-                      },
-                      { "KEY" => "Allow", "VALUE" => "from all" }
+                      { "KEY" => "Require", "VALUE" => "all granted" }
                     ]
                   },
                   {
@@ -57,8 +52,7 @@
                     "VALUE"        => [
                       { "KEY" => "Options", "VALUE" => "Indexes MultiViews" },
                       { "KEY" => "AllowOverride", "VALUE" => "None" },
-                      { "KEY" => "Order", "VALUE" => "allow,deny" },
-                      { "KEY" => "Allow", "VALUE" => "from all" }
+                      { "KEY" => "Require", "VALUE" => "all granted" }
                     ]
                   },
                   {
@@ -74,8 +68,7 @@
                     "VALUE"        => [
                       { "KEY" => "AllowOverride", "VALUE" => "None" },
                       { "KEY" => "Options", "VALUE" => "+ExecCGI -Includes" },
-                      { "KEY" => "Order", "VALUE" => "allow,deny" },
-                      { "KEY" => "Allow", "VALUE" => "from all" }
+                      { "KEY" => "Require", "VALUE" => "all granted" }
                     ]
                   },
                   {
@@ -116,8 +109,7 @@
                     "VALUE"        => [
                       { "KEY" => "Options", "VALUE" => "None" },
                       { "KEY" => "AllowOverride", "VALUE" => "None" },
-                      { "KEY" => "Order", "VALUE" => "allow,deny" },
-                      { "KEY" => "Allow", "VALUE" => "from all" }
+                      { "KEY" => "Require", "VALUE" => "all granted" }
                     ]
                   },
                   { "KEY" => "NameVirtualHost", "VALUE" => "10.20.1.28" },

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

Reply via email to