mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +02:00
Merge pull request #590 from flatcar-linux/dongsu/update-pkgs-20200917
profile: adjust profiles for jq, rsync
This commit is contained in:
commit
c58f7dbfbc
@ -23,9 +23,10 @@ dev-util/checkbashisms
|
|||||||
# Older versions of sssd fail to build
|
# Older versions of sssd fail to build
|
||||||
=sys-auth/sssd-1.13.1 ~amd64 ~arm64
|
=sys-auth/sssd-1.13.1 ~amd64 ~arm64
|
||||||
|
|
||||||
# heap overflow fix
|
# jq 1.5-r2 for heap overflow fix
|
||||||
# https://bugs.gentoo.org/show_bug.cgi?id=580606
|
# https://bugs.gentoo.org/show_bug.cgi?id=580606
|
||||||
=app-misc/jq-1.5-r2 ~amd64 ~arm64
|
# jq 1.6-r3 for CVE-2015-8863
|
||||||
|
>=app-misc/jq-1.5-r2 ~amd64 ~arm64
|
||||||
|
|
||||||
# Must use the same version across all architectures
|
# Must use the same version across all architectures
|
||||||
=dev-libs/protobuf-2.6.1-r3
|
=dev-libs/protobuf-2.6.1-r3
|
||||||
|
@ -102,3 +102,6 @@ sys-fs/btrfs-progs -zstd
|
|||||||
|
|
||||||
# enable regular expression processing in jq
|
# enable regular expression processing in jq
|
||||||
app-misc/jq oniguruma
|
app-misc/jq oniguruma
|
||||||
|
|
||||||
|
# Disable sse2 from CPU_FLAGS_X86 to avoid config error around simd
|
||||||
|
net-misc/rsync -cpu_flags_x86_sse2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user