source: projects/specs/trunk/lib/libm/libmodsecurity/libmodsecurity-vl.spec @ 12506

Revision 12506, 4.4 KB checked in by tomop, 3 years ago (diff)

updated 16 packages

bluez-5.55-1

firefox-78.4.0-1

llvm-11.0.0-2

libdrm-2.4.102-1

libmodsecurity-3.0.4-2

mesa-20.2.1-1

nginx-1.18.0-8

nspr-4.29-1

nss-3.58-1

oniguruma-6.9.5.rev1-3

python-mako-1.1.3-1

python-markupsafe-1.1.1-2

rust-1.47.0-1

thunderbird-78.4.0-1

tigervnc-1.11.0-1

xorg-x11-server-1.20.9-2

Line 
1
2Summary:        A library that loads/interprets rules written in the ModSecurity SecRules
3Name:           libmodsecurity
4Version:        3.0.4
5Release:        2%{?_dist_release}
6Group:          security
7Vendor:         Project Vine
8Distribution:   Vine Linux
9
10License:        ASL 2.0
11URL:            https://www.modsecurity.org/
12
13Source0:        https://github.com/SpiderLabs/ModSecurity/releases/download/v%{version}/modsecurity-v%{version}.tar.gz
14Patch1000:      CVE-2020-15598.patch
15
16BuildRequires: gcc-c++
17BuildRequires: make
18BuildRequires: flex
19BuildRequires: bison
20BuildRequires: git-core
21BuildRequires: ssdeep-devel
22BuildRequires: pkgconfig(libxml-2.0)
23BuildRequires: pkgconfig(yajl)
24BuildRequires: curl-devel
25BuildRequires: pkgconfig(geoip)
26BuildRequires: pkgconfig(libpcre)
27BuildRequires: pkgconfig(lmdb)
28
29# libinjection is supposed to be bundled (same as with mod_security 2.x)
30# See: https://github.com/client9/libinjection#embedding
31Provides: bundled(libinjection) = 3.9.2
32
33%description
34Libmodsecurity is one component of the ModSecurity v3 project.
35The library codebase serves as an interface to ModSecurity Connectors
36taking in web traffic and applying traditional ModSecurity processing.
37In general, it provides the capability to load/interpret rules written
38in the ModSecurity SecRules format and apply them to HTTP content provided
39by your application via Connectors.
40
41
42%package devel
43Summary: Development files for %{name}
44Group: programming
45Requires: %{name}%{?_isa} = %{version}-%{release}
46
47%description devel
48The %{name}-devel package contains libraries and header files for
49developing applications that use %{name}.
50
51
52%package static
53Summary: Development files for %{name}
54Group: programming
55Requires: %{name}%{?_isa} = %{version}-%{release}
56
57%description static
58The %{name}-static package contains static libraries for developing
59applications that use %{name}.
60
61
62%debug_package
63
64
65%prep
66%autosetup -p1 -n modsecurity-v%{version}
67
68
69%build
70%configure --libdir=%{_libdir} --with-lmdb
71%make_build
72
73
74%install
75%make_install
76
77
78%post -p /sbin/ldconfig
79%postun -p /sbin/ldconfig
80
81
82%files
83%license LICENSE
84%doc README.md AUTHORS
85%doc modsecurity.conf-recommended unicode.mapping
86%{_libdir}/*.so.*
87%{_bindir}/*
88
89%files devel
90%license LICENSE
91%doc README.md AUTHORS
92%{_includedir}/*
93%{_libdir}/*.so
94%{_libdir}/pkgconfig/*
95
96%files static
97%{_libdir}/*.a
98%{_libdir}/*.la
99
100
101%changelog
102* Wed Oct 14 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.0.4-2
103- imported Patch1000 to fix CVE-2020-15598.
104
105* Mon Mar 09 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.0.4-1
106- new upstream release.
107
108* Sun Oct 27 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.0.3-4
109- added sample configurations to %%doc.
110
111* Wed Oct 23 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.0.3-3
112- initial build for Vine Linux.
113
114* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.3-2
115- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
116
117* Sun Mar 31 2019 Athmane Madjoudj <athmane@fedoraproject.org> - 3.0.3-1
118- Update to 3.0.3 (rhbz #1672678)
119- Remove pkg-config bits since it's included in this release
120
121* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-5
122- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
123
124* Fri Oct 19 2018 Dridi Boukelmoune <dridi@fedoraproject.org> - 3.0.2-4
125- Back-port of modsecurity.pc
126
127* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-3
128- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
129
130* Sun Apr 29 2018 Athmane Madjoudj <athmane@fedoraproject.org> - 3.0.2-2
131- Rebuild after PR#1
132
133* Sat Apr 14 2018 Athmane Madjoudj <athmane@fedoraproject.org> - 3.0.2-1
134- Update to 3.0.2 (rhbz #1563219)
135
136* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-2
137- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
138
139* Sun Jan 21 2018 Athmane Madjoudj <athmane@fedoraproject.org> - 3.0.0-1
140- Update to 3.0.0 final release
141- Drop upstreamed patch
142- Add some new BRs
143
144* Sun Oct 22 2017 Athmane Madjoudj <athmane@fedoraproject.org> - 3.0.0-0.2.rc1
145- Add a patch to fix the build on non-x86 arch
146
147* Fri Sep 01 2017 Athmane Madjoudj <athmane@fedoraproject.org> - 3.0.0-0.1.rc1
148- Fix release tag
149
150* Wed Aug 30 2017 Athmane Madjoudj <athmane@fedoraproject.org> - 3.0.0-0.rc1
151- Update to RC1
152- Fix some spec issues
153
154* Mon Feb 22 2016 Athmane Madjoudj <athmane@fedoraproject.org> 3.0-0.git
155- Initial release
156
Note: See TracBrowser for help on using the repository browser.