Projects
Kolab:3.4
kolab-webadmin
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 14
View file
kolab-webadmin.spec
Changed
@@ -43,6 +43,8 @@ Source0: http://mirror.kolabsys.com/pub/releases/kolab-webadmin-%{version}.tar.gz +Patch1: httpd-2.4-access-control-conf.patch + BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -62,6 +64,8 @@ %prep %setup -q +%patch1 -p1 + rm -rf doc/kolab_wap-3.0.sql %build
View file
httpd-2.4-access-control-conf.patch
Added
@@ -0,0 +1,42 @@ +diff -ur kolab-webadmin-3.1.0.orig/doc/hosted-kolab.conf kolab-webadmin-3.1.0/doc/hosted-kolab.conf +--- kolab-webadmin-3.1.0.orig/doc/hosted-kolab.conf 2013-09-13 13:35:06.000000000 +0100 ++++ kolab-webadmin-3.1.0/doc/hosted-kolab.conf 2013-09-18 21:07:29.268827563 +0100 +@@ -29,9 +29,14 @@ + php_value error_reporting 6135 + + DirectoryIndex index.php +- AllowOverride All +- Order Allow,Deny +- Allow from All ++ <ifModule mod_authz_core.c> ++ Require all granted ++ </ifModule> ++ <ifModule !mod_authz_core.c> ++ AllowOverride All ++ Order Allow,Deny ++ Allow from All ++ </ifModule> + </Directory> + + +diff -ur kolab-webadmin-3.1.0.orig/doc/kolab-webadmin.conf kolab-webadmin-3.1.0/doc/kolab-webadmin.conf +--- kolab-webadmin-3.1.0.orig/doc/kolab-webadmin.conf 2013-09-13 13:35:06.000000000 +0100 ++++ kolab-webadmin-3.1.0/doc/kolab-webadmin.conf 2013-09-18 21:07:44.196812898 +0100 +@@ -29,9 +29,14 @@ + php_value error_reporting 6135 + + DirectoryIndex index.php +- AllowOverride All +- Order Allow,Deny +- Allow from All ++ <ifModule mod_authz_core.c> ++ Require all granted ++ </ifModule> ++ <ifModule !mod_authz_core.c> ++ AllowOverride All ++ Order Allow,Deny ++ Allow from All ++ </ifModule> + </Directory> + +
View file
debian.series
Added
@@ -0,0 +1,1 @@ +httpd-2.4-access-control-conf.patch -p1
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.