Compare commits

...
Sign in to create a new pull request.

18 commits

Author SHA1 Message Date
Michal Ambroz
4a0c8ff63c Merge remote-tracking branch 'origin/rawhide' into epel7 2021-11-10 16:04:17 +00:00
Michal Ambroz
b8b6a6be98 Merge remote-tracking branch 'origin/rawhide' into epel7 2021-04-27 02:53:42 +02:00
Michal Ambroz
0e73646cf9 Merge remote-tracking branch 'origin/rawhide' into epel7 2021-04-25 09:50:35 +02:00
Michal Ambroz
a8f70ac5d6 Merge remote-tracking branch 'origin/rawhide' into epel7 2021-02-11 01:57:11 +00:00
Michal Ambroz
2a138ce159 Merge remote-tracking branch 'origin/master' into epel7 2020-07-19 18:38:02 +00:00
Michal Ambroz
9e0291b2fe Merge remote-tracking branch 'origin/master' into epel7 2020-07-17 21:18:32 +00:00
Michal Ambroz
27b3b412a8 Merge remote-tracking branch 'origin/master' into epel7
Bump to bugfix release 3.11.0
2019-10-11 14:37:33 +00:00
Michal Ambroz
0ff5b3a1a6 Bugfix - bump to 3.10.0 2019-09-27 22:44:05 +00:00
Michal Ambroz
b937874674 Merge remote-tracking branch 'origin/master' into epel7 2019-05-03 15:26:14 +00:00
Michal Ambroz
ee638c446e Merge remote-tracking branch 'origin/master' into epel7 2019-03-18 18:03:25 +00:00
Michal Ambroz
fb71740395 bump to 3.8.1
fix CVE-2018-12034 CVE-2018-12035
2018-08-27 19:31:01 +00:00
Michal Ambroz
507808d28a Merge remote-tracking branch 'origin/master' into epel7
Bugfix release 3.7.1
2018-02-05 18:45:36 +00:00
Michal Ambroz
06c15ebd10 Merge remote-tracking branch 'origin/master' into epel7 2017-11-15 19:31:52 +00:00
Michal Ambroz
f460595610 bugfix release - CVE-2017-11328 2017-07-16 18:57:37 +02:00
h3x2b
90161e5be0 bump to 3.6.2 bigfix release 2017-07-03 17:25:55 +00:00
Michal Ambroz
35c5bbdbbc Merge remote-tracking branch 'origin/master' into epel7
Bugfixes for security issues
2017-05-24 11:38:28 +02:00
h3x2b
ebe07e2401 Merge remote-tracking branch 'origin/master' into epel7 2017-04-13 16:25:26 +00:00
Michal Ambroz
35482f1613 building epel7 without cuckoo support due to old version of jansson 2016-08-11 02:34:44 +02:00

View file

@ -70,7 +70,8 @@ BuildRequires: bison
BuildRequires: flex
BuildRequires: libtool
BuildRequires: file-devel
BuildRequires: jansson-devel >= 2.5
#jansson is in version 2.4 in epel
#BuildRequires: jansson-devel >= 2.5
BuildRequires: openssl-devel
BuildRequires: protobuf-c-devel
BuildRequires: protobuf-compiler
@ -130,7 +131,8 @@ export CFLAGS="$CFLAGS -D PROTOBUF_C_FIELD_FLAG_ONEOF=4"
# macro %%configure already does use CFLAGS="\{optflags}" and yara build
# scripts configure/make already honors that CFLAGS
%configure --enable-magic --enable-cuckoo --enable-debug --enable-dotnet \
# jansson >= 2.5 not available in EPEL7 thus building without cuckoo support
%configure --enable-magic --enable-debug --enable-dotnet \
--enable-macho --enable-dex --enable-pb-tests \
--with-crypto \
--htmldir=%{_datadir}/doc/%{name}/html