Search
j0ke.net Open Build Service
>
Projects
>
Apache
:
Modules
>
apache2-mod_security25
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 11
[-]
[+]
Changed
apache2-mod_security2.changes
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Wed Apr 16 22:19:00 CEST 2008 - cs@linux-administrator.com + +- update to 2.5.2 + +------------------------------------------------------------------- Wed Apr 16 22:09:00 CEST 2008 - cs@linux-administrator.com - update to 2.1.7
[-]
[+]
Changed
apache2-mod_security2.spec
^
@@ -1,5 +1,5 @@ # -# spec file for package apache2-mod_security2 (Version 2.1.7) +# spec file for package apache2-mod_security2 (Version 2.5.2) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,14 +11,14 @@ # norootforbuild Name: apache2-mod_security2 -Version: 2.1.7 +Version: 2.5.2 Release: 1 # License: GPL Group: Productivity/Networking/Web/Servers # BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: apache2-devel apache2-prefork libxml2-devel pcre-devel +BuildRequires: apache2-devel apache2-prefork libxml2-devel pcre-devel curl-devel %define apache apache2 %define modname mod_security2 %define tarballname modsecurity-apache_%{version} @@ -48,12 +48,7 @@ %prep %setup -n %{tarballname} -perl -p -i.orig -e \ - "s|^(CFLAGS =.*)|\$1 $(%{apxs} -q CFLAGS)| ;\ - s|^(top_dir +=).*|\1 $(%{apxs} -q exp_installbuilddir)/..|; - s|^(APXS +=).*|\$1 %apxs|" \ - apache2/Makefile -diff -urN apache2/Makefile{.orig,} ||: +cd apache2 ; %configure %build %{__make} -C apache2