Author: robert
Update of /cvs/free/rpms/z-push/EL-5
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8442/EL-5
Modified Files:
z-push.conf z-push.spec
Log Message:
Added configuration compatibility for Apache 2.2 and 2.4
Index: z-push.conf
===================================================================
RCS file: /cvs/free/rpms/z-push/EL-5/z-push.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- z-push.conf 8 Nov 2012 21:57:57 -0000 1.2
+++ z-push.conf 5 Aug 2013 00:51:49 -0000 1.3
@@ -10,6 +10,15 @@
# Some apache settings
Options -Indexes +FollowSymLinks
+ <IfModule mod_authz_core.c>
+ # Apache 2.4
+ Require all granted
+ </IfModule>
+ <IfModule !mod_authz_core.c>
+ Order allow,deny
+ Allow from all
+ </IfModule>
+
# Register globals must be off
php_flag register_globals off
Index: z-push.spec
===================================================================
RCS file: /cvs/free/rpms/z-push/EL-5/z-push.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- z-push.spec 23 Feb 2013 15:36:10 -0000 1.12
+++ z-push.spec 5 Aug 2013 00:51:49 -0000 1.13
@@ -3,7 +3,7 @@
Summary: ActiveSync over-the-air implementation for mobile syncing
Name: z-push
Version: 2.0.7
-Release: 1%{?dist}
+Release: 3%{?dist}
License: AGPLv3 with exceptions
Group: Applications/Productivity
URL:
http://z-push.sourceforge.net/
@@ -200,6 +200,12 @@
%{_datadir}/%{name}/backend/zarafa/
%changelog
+* Mon Aug 05 2013 Robert Scheck <robert(a)fedoraproject.org> 2.0.7-3
+- Added configuration compatibility for Apache 2.2 and 2.4
+
+* Sun Apr 28 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.0.7-2
+-
https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
* Sat Feb 23 2013 Robert Scheck <robert(a)fedoraproject.org> 2.0.7-1
- Upgrade to 2.0.7