mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-30 01:51:09 +02:00
Merge pull request #2189 from flatcar/krnowak/update-and-fill
Profiles and environment overrides for packages refresh
This commit is contained in:
commit
678d0788ef
@ -1,6 +0,0 @@
|
|||||||
# Since curl now builds static libraries, there are linking failures due to the
|
|
||||||
# lack of -fPIC when building under src/ . The project is actually configured
|
|
||||||
# to use -fPIC when the compiler is wrapped by libtool, but that only happens
|
|
||||||
# under lib/ and not src/ .
|
|
||||||
CFLAGS="${CFLAGS} -fPIC"
|
|
||||||
CXXFLAGS="${CXXFLAGS} -fPIC"
|
|
@ -46,7 +46,7 @@
|
|||||||
=sys-fs/cryptsetup-2.4.3-r1 ~amd64 ~arm64
|
=sys-fs/cryptsetup-2.4.3-r1 ~amd64 ~arm64
|
||||||
|
|
||||||
# Required for CVE-2022-29187
|
# Required for CVE-2022-29187
|
||||||
=dev-vcs/git-2.37.1 ~amd64 ~arm64
|
=dev-vcs/git-2.37.3 ~amd64 ~arm64
|
||||||
|
|
||||||
=sys-power/acpid-2.0.33 ~amd64 ~arm64
|
=sys-power/acpid-2.0.33 ~amd64 ~arm64
|
||||||
|
|
||||||
@ -54,9 +54,3 @@
|
|||||||
=sys-libs/liburing-2.1-r2 ~amd64 ~arm64
|
=sys-libs/liburing-2.1-r2 ~amd64 ~arm64
|
||||||
|
|
||||||
=app-crypt/adcli-0.9.1-r2 ~amd64 ~arm64
|
=app-crypt/adcli-0.9.1-r2 ~amd64 ~arm64
|
||||||
|
|
||||||
# Required for CVE-2022-27239, CVE-2022-29869
|
|
||||||
=net-fs/cifs-utils-6.15 ~amd64 ~arm64
|
|
||||||
|
|
||||||
# Required to fix toolchains build during fsscript in stage 4 of SDK build.
|
|
||||||
=sys-devel/crossdev-20220709 ~amd64 ~arm64
|
|
||||||
|
@ -11,4 +11,4 @@
|
|||||||
|
|
||||||
# Overwrite portage-stable mask - we want to use this version of git
|
# Overwrite portage-stable mask - we want to use this version of git
|
||||||
# for security fixes.
|
# for security fixes.
|
||||||
=dev-vcs/git-2.37.1
|
=dev-vcs/git-2.37.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user