Accepting request 1126574 from home:dirkmueller:Factory
- build with valgrind only on 64 bit architectures - Add CVE-2015-8863.patch to fix a heap overflow bsc#976992 OBS-URL: https://build.opensuse.org/request/show/1126574 OBS-URL: https://build.opensuse.org/package/show/utilities/jq?expand=0&rev=30
This commit is contained in:
parent
cb473718cc
commit
b29b559748
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 15 10:26:07 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- build with valgrind only on 64 bit architectures
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 27 04:32:39 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
Wed Sep 27 04:32:39 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
6
jq.spec
6
jq.spec
@ -30,7 +30,7 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: pkgconfig(oniguruma)
|
BuildRequires: pkgconfig(oniguruma)
|
||||||
# https://github.com/stedolan/jq/issues/1904
|
# https://github.com/stedolan/jq/issues/1904
|
||||||
Requires: libjq%{jq_sover} = %{version}
|
Requires: libjq%{jq_sover} = %{version}
|
||||||
%ifnarch riscv64
|
%ifarch aarch64 x86_64 ppc64le s390x
|
||||||
BuildRequires: valgrind
|
BuildRequires: valgrind
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -61,7 +61,9 @@ Development files (headers and libraries for jq).
|
|||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
%ifarch riscv64
|
%ifarch aarch64 x86_64 ppc64le s390x
|
||||||
|
--enable-valgrind \
|
||||||
|
%else
|
||||||
--disable-valgrind \
|
--disable-valgrind \
|
||||||
%endif
|
%endif
|
||||||
%{nil}
|
%{nil}
|
||||||
|
Loading…
Reference in New Issue
Block a user