Projects
Kolab:3.4
kolab-webadmin
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 15
View file
kolab-webadmin.spec
Changed
@@ -35,7 +35,7 @@ Name: kolab-webadmin Version: 3.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Kolab Groupware Server Web Administration Interface License: AGPLv3+ Group: Productivity/Office/Organizers @@ -145,6 +145,10 @@ %attr(0770,%{httpd_user},%{httpd_group}) %{_var}/log/%{name} %changelog +* Thu Oct 24 2013 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 3.1.0-2 +- Correct httpd 2.4 access control patch which misplaced the + AllowOverride All directive + * Fri Sep 13 2013 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 3.1.0-1 - New upstream release
View file
httpd-2.4-access-control-conf.patch
Changed
@@ -1,18 +1,16 @@ 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 +--- kolab-webadmin-3.1.0.orig/doc/hosted-kolab.conf 2013-09-13 14:35:06.000000000 +0200 ++++ kolab-webadmin-3.1.0/doc/hosted-kolab.conf 2013-10-24 12:48:31.101552704 +0200 +@@ -30,8 +30,13 @@ DirectoryIndex index.php -- AllowOverride All + 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> @@ -20,20 +18,19 @@ 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 +--- kolab-webadmin-3.1.0.orig/doc/kolab-webadmin.conf 2013-09-13 14:35:06.000000000 +0200 ++++ kolab-webadmin-3.1.0/doc/kolab-webadmin.conf 2013-10-24 12:48:44.439449436 +0200 +@@ -30,8 +30,14 @@ DirectoryIndex index.php -- AllowOverride All + 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>
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +kolab-webadmin (3.1.0-2) unstable; urgency=low + + * Correct httpd 2.4 access control patch, which misplaced the AllowOverride All + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Thu, 24 Oct 2013 09:49:12 -0400 + kolab-webadmin (3.1.0-1) unstable; urgency=low * Version 3.1.0
View file
kolab-webadmin.dsc
Changed
@@ -2,7 +2,7 @@ Source: kolab-webadmin Binary: kolab-webadmin Architecture: all -Version: 3.1.0-1 +Version: 3.1.0-2 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> Homepage: http://www.kolab.org/
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
.