Hello community,

here is the log from the commit of package owasp-modsecurity-crs for 
openSUSE:Factory checked in at 2015-03-11 09:57:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/owasp-modsecurity-crs (Old)
 and      /work/SRC/openSUSE:Factory/.owasp-modsecurity-crs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "owasp-modsecurity-crs"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/owasp-modsecurity-crs/owasp-modsecurity-crs.changes  
    2012-09-27 13:43:26.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.owasp-modsecurity-crs.new/owasp-modsecurity-crs.changes
 2015-03-11 09:57:43.000000000 +0100
@@ -1,0 +2,16 @@
+Sun Mar  8 18:03:49 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 2.2.9
+ * Updated the /util directory structure
+ * fix 950901 - word boundary added
+ * modsecurity_35_bad_robots.data - gecko/25 blocks Firefox Android
+   https://github.com/SpiderLabs/owasp-modsecurity-crs/issues/157
+- Fix SuSE > SUSE spelling
+- Use download Url as source
+- Do not explicitely depend on apache2; apache2-mod_security2 
+  depends on it
+- Remove redundant %clean section
+- Do not copy INSTALL file into the package
+- ChangeLog has been replaced with CHANGES in upstream
+
+-------------------------------------------------------------------

Old:
----
  README.SuSE
  owasp-modsecurity-crs-2.2.6.tar.bz2

New:
----
  2.2.9.tar.gz
  README.SUSE

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

Other differences:
------------------
++++++ owasp-modsecurity-crs.spec ++++++
--- /var/tmp/diff_new_pack.o93Jj3/_old  2015-03-11 09:57:44.000000000 +0100
+++ /var/tmp/diff_new_pack.o93Jj3/_new  2015-03-11 09:57:44.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package owasp-modsecurity-crs
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Thomas Worm <thomas.w...@datev.de>
 #
 # All modifications and additions to the file contributed by third parties
@@ -24,11 +24,11 @@
 BuildRequires:  rpm-devel
 BuildRequires:  zlib-devel
 
-Version:        2.2.6
+Version:        2.2.9
 Release:        0
 Provides:       %{name} = %{version}
-Source0:        %{name}-%{version}.tar.bz2
-Source99:       README.SuSE
+Source0:        
https://github.com/SpiderLabs/owasp-modsecurity-crs/archive/%{version}.tar.gz
+Source99:       README.SUSE
 Source100:      %{name}-rpmlintrc
 Url:            
https://www.owasp.org/index.php/Category:OWASP_ModSecurity_Core_Rule_Set_Project
 BuildArch:      noarch
@@ -36,7 +36,6 @@
 Summary:        OWASP ModSecurity Common Rule Set (CRS)
 License:        Apache-2.0
 Group:          Productivity/Networking/Security
-Requires:       apache2
 Requires:       apache2-mod_security2
 
 %define rule_sets base_rules experimental_rules optional_rules slr_rules
@@ -73,8 +72,7 @@
 %prep
 %setup -q -n %{name}-%{version}
 sed -i -e '/^#!/c#!/usr/bin/lua' lua/*.lua
-sed -i -e '/^#!/c#!/usr/bin/perl' util/*.pl util/regression_tests/*.pl 
util/regression_tests/*.cgi
-rm 
util/regression_tests/tests/.modsecurity_crs_41_sql_injection_attacks.tests.swp
+sed -i -e '/^#!/c#!/usr/bin/perl' util/*/*.pl util/*/*.cgi
 %{__cp} %{S:99} .
 
 %build
@@ -110,16 +108,12 @@
 mkdir -p %{buildroot}/%{_sysconfdir}
 cp -dr .%{_sysconfdir}/* %{buildroot}%{_sysconfdir}/
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(644,root,root,755)
-%doc CHANGELOG
-%doc INSTALL
+%doc CHANGES
 %doc LICENSE
 %doc README.md
-%doc README.SuSE
+%doc README.SUSE
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/lua
 %{_datadir}/%{name}/util

++++++ README.SUSE ++++++
OWASP ModSecurity Core Rule Set for SuSE
========================================

The OWASP rules will be installed into /usr/share/owasp-modsecurity-crs and
updated on package updates.

Additionally a configuration directory /etc/owasp-modsecurity-crs is created.
There is an include file for each rule, so you can individualize the rules
without your changes being overwritten on package update.

Rules can be (de)activated by adding or removing the symlink in activation
directory /etc/owasp-modsecurity-crs/rules.d.

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

Reply via email to