From 11811bcb4e892380165fc4981b472f9d5b2f82993090637d1a3970b157f0ef6f Mon Sep 17 00:00:00 2001 From: Kristyna Streitova Date: Thu, 4 Jan 2018 12:36:56 +0000 Subject: [PATCH] Accepting request 560465 from home:jengelh:branches:Apache:Modules * (TM) ought not to be used according to openSUSE's license guidelines (when I last looked at it) * simplify the find line OBS-URL: https://build.opensuse.org/request/show/560465 OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_security2?expand=0&rev=77 --- apache2-mod_security2.changes | 5 +++++ apache2-mod_security2.spec | 10 +++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/apache2-mod_security2.changes b/apache2-mod_security2.changes index b4d5774..85d4b45 100644 --- a/apache2-mod_security2.changes +++ b/apache2-mod_security2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 29 00:09:38 UTC 2017 - jengelh@inai.de + +- Trim advertisement and filler wording from descriptions. + ------------------------------------------------------------------- Wed Dec 20 09:13:49 UTC 2017 - pgajdos@suse.com diff --git a/apache2-mod_security2.spec b/apache2-mod_security2.spec index c406527..16cc487 100644 --- a/apache2-mod_security2.spec +++ b/apache2-mod_security2.spec @@ -22,7 +22,7 @@ Name: apache2-mod_security2 Version: 2.9.2 Release: 0 -Summary: ModSecurity Open Source Web Application Firewall +Summary: Web Application Firewall for apache httpd License: Apache-2.0 Group: Productivity/Networking/Web/Servers Url: http://www.modsecurity.org/ @@ -55,15 +55,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif %description -ModSecurity(TM) is an open source intrusion detection and prevention +ModSecurity is an intrusion detection and prevention engine for web applications (or a web application firewall). Operating as an Apache Web server module or standalone, the purpose of ModSecurity is to increase web application security, protecting web applications from known and unknown attacks. -The modsecurity team also offer a commercial version of their excellent -ruleset. Please have a look at http://www.modsecurity.org/ for more details. - %prep %setup -q -n %{tarballname} %setup -q -D -T -a 1 -n %{tarballname} @@ -99,8 +96,7 @@ install -d -m 0755 %{buildroot}/%{usrsharedir}/tools rm -f rules/.gitignore rules/LICENSE cp -a rules/util/README %{buildroot}/%{usrsharedir}/tools/README-rules-updater.txt cp -a tools/rules-updater.pl tools/rules-updater-example.conf %{buildroot}/%{usrsharedir}/tools -find rules -type f -print0 | \ - xargs -0 chmod 644 +find rules -type f -exec chmod 644 {} + cp -a rules %{buildroot}/%{usrsharedir} rm -rf %{buildroot}/%{usrsharedir}/rules/util rm -rf %{buildroot}/%{usrsharedir}/rules/lua