rpms/mod_security/devel mod_security.conf, 1.5, 1.6 mod_security.spec, 1.17, 1.18 sources, 1.8, 1.9

Michael G. Fleming (mfleming) fedora-extras-commits at redhat.com
Sun Apr 1 09:58:21 UTC 2007


Author: mfleming

Update of /cvs/extras/rpms/mod_security/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22953

Modified Files:
	mod_security.conf mod_security.spec sources 
Log Message:
* Sun Apr 1 2007 Michael Fleming <mfleming+rpm at enlartenment.com> 2.1.0-3
- Automagically configure correct library path for libxml2 library.
- Add LoadModule for mod_unique_id as the logging wants this at runtime



Index: mod_security.conf
===================================================================
RCS file: /cvs/extras/rpms/mod_security/devel/mod_security.conf,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mod_security.conf	13 Mar 2007 09:20:35 -0000	1.5
+++ mod_security.conf	1 Apr 2007 09:57:48 -0000	1.6
@@ -1,11 +1,9 @@
 # Example configuration file for the mod_security Apache module
 
-LoadFile /usr/lib/libxml2.so.2
-
-# For users of x86_64 / ppc64 et. al machines
-# LoadFile /usr/lib64/libxml2.so.2
+LoadFile LIBDIR/libxml2.so.2
 
 LoadModule security2_module modules/mod_security2.so
+LoadModule unique_id_module modules/mod_unique_id.so
 
 <IfModule mod_security2.c>
 	# This is the ModSecurity Core Rules Set.


Index: mod_security.spec
===================================================================
RCS file: /cvs/extras/rpms/mod_security/devel/mod_security.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- mod_security.spec	26 Mar 2007 13:03:26 -0000	1.17
+++ mod_security.spec	1 Apr 2007 09:57:48 -0000	1.18
@@ -1,7 +1,7 @@
 Summary: Security module for the Apache HTTP Server
 Name: mod_security 
 Version: 2.1.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPL
 URL: http://www.modsecurity.org/
 Group: System Environment/Daemons
@@ -23,6 +23,7 @@
 
 %build
 make -C apache2 CFLAGS="%{optflags}" top_dir="%{_libdir}/httpd"
+perl -pi.orig -e 's|LIBDIR|%{_libdir}|;' %{SOURCE1}
 
 %install
 rm -rf %{buildroot}
@@ -48,6 +49,10 @@
 
 
 %changelog
+* Sun Apr 1 2007 Michael Fleming <mfleming+rpm at enlartenment.com> 2.1.0-3
+- Automagically configure correct library path for libxml2 library.
+- Add LoadModule for mod_unique_id as the logging wants this at runtime
+
 * Mon Mar 26 2007 Michael Fleming <mfleming+rpm at enlartenment.com> 2.1.0-2
 - Fix DSO permissions (bz#233733)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mod_security/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	13 Mar 2007 09:20:35 -0000	1.8
+++ sources	1 Apr 2007 09:57:48 -0000	1.9
@@ -1,3 +1,3 @@
-3ca79f6bb96deb57e5035c246ce3c8aa  mod_security.conf
 2e919766f2878c4ee46334816004dd15  modsecurity-apache_2.1.0.tar.gz
 cbd1dbca89666a85fe9d703de26444c6  modsecurity_localrules.conf
+ca0529cce7b56675e5f319c75cbb7398  mod_security.conf




More information about the fedora-extras-commits mailing list