|
@@ -1,7 +1,6 @@
|
|
-
|
|
|
|
Summary: A library that loads/interprets rules written in the ModSecurity SecRules
|
|
Summary: A library that loads/interprets rules written in the ModSecurity SecRules
|
|
Name: libmodsecurity
|
|
Name: libmodsecurity
|
|
-Version: 3.0.5
|
|
|
|
|
|
+Version: 3.0.6
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Group: security
|
|
Group: security
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
@@ -20,7 +19,7 @@ BuildRequires: ssdeep-devel
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
BuildRequires: pkgconfig(yajl)
|
|
BuildRequires: pkgconfig(yajl)
|
|
BuildRequires: curl-devel
|
|
BuildRequires: curl-devel
|
|
-BuildRequires: pkgconfig(geoip)
|
|
|
|
|
|
+BuildRequires: pkgconfig(libmaxminddb)
|
|
BuildRequires: pkgconfig(libpcre)
|
|
BuildRequires: pkgconfig(libpcre)
|
|
BuildRequires: pkgconfig(lmdb)
|
|
BuildRequires: pkgconfig(lmdb)
|
|
|
|
|
|
@@ -65,7 +64,7 @@ applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
-%configure --libdir=%{_libdir} --with-lmdb
|
|
|
|
|
|
+%configure --libdir=%{_libdir} --with-lmdb --with-maxmind
|
|
%make_build
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
@@ -93,6 +92,9 @@ applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Nov 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.0.6-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Sun Jul 11 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.0.5-1
|
|
* Sun Jul 11 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.0.5-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
- dropped Patch1000: fixed in upstream.
|
|
- dropped Patch1000: fixed in upstream.
|