Skip to content

Commit e8b631f

Browse files
authored
Merge pull request #2750 from flatcar/buildbot/weekly-portage-stable-package-updates-2025-03-17
Weekly portage-stable package updates 2025-03-17
2 parents e8e923d + 9439203 commit e8b631f

File tree

455 files changed

+8840
-15453
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

455 files changed

+8840
-15453
lines changed

build_library/toolchain_util.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,11 @@ _configure_sysroot() {
284284

285285
"${sudo[@]}" mkdir -p "${ROOT}/etc/portage/"{profile,repos.conf}
286286
"${sudo[@]}" cp /etc/portage/repos.conf/* "${ROOT}/etc/portage/repos.conf/"
287-
"${sudo[@]}" eselect profile set --force "$profile"
287+
# set PORTAGE_CONFIGROOT to tell eselect to modify the profile
288+
# inside /build/<arch>-usr, but set ROOT to /, so eselect will
289+
# actually find the profile which is outside /build/<arch>-usr,
290+
# set SYSROOT to / as well, because it must match ROOT
291+
"${sudo[@]}" PORTAGE_CONFIGROOT=${ROOT} SYSROOT=/ ROOT=/ eselect profile set --force "$profile"
288292

289293
local coreos_path
290294
coreos_path=$(portageq get_repo_path "${ROOT}" coreos-overlay)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- expat ([CVE-2024-8176](https://nvd.nist.gov/vuln/detail/CVE-2024-8176))
2+
- libxml2 ([CVE-2024-56171](https://nvd.nist.gov/vuln/detail/CVE-2024-56171), [CVE-2025-24928](https://nvd.nist.gov/vuln/detail/CVE-2025-24928), [CVE-2025-27113](https://nvd.nist.gov/vuln/detail/CVE-2025-27113))
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
- SDK: go ([1.24.1](https://go.dev/doc/go1.24))
2+
- base, dev: expat ([2.7.0](https://github.com/libexpat/libexpat/blob/R_2_7_0/expat/Changes#L40))
3+
- base, dev: git ([2.48.1](https://github.com/git/git/blob/v2.48.1/Documentation/RelNotes/2.48.1.txt) (includes [2.48.0](https://github.com/git/git/blob/v2.48.0/Documentation/RelNotes/2.48.0.txt), [2.47.2](https://github.com/git/git/blob/v2.47.2/Documentation/RelNotes/2.47.2.txt), [2.47.1](https://github.com/git/git/blob/v2.47.1/Documentation/RelNotes/2.47.1.txt), [2.47.0](https://github.com/git/git/blob/v2.47.0/Documentation/RelNotes/2.47.0.txt), [2.46.3](https://github.com/git/git/blob/v2.46.3/Documentation/RelNotes/2.46.3.txt), [2.46.2](https://github.com/git/git/blob/v2.46.2/Documentation/RelNotes/2.46.2.txt), [2.46.1](https://github.com/git/git/blob/v2.46.1/Documentation/RelNotes/2.46.1.txt), [2.46.0](https://github.com/git/git/blob/v2.46.0/Documentation/RelNotes/2.46.0.txt)))
4+
- base, dev: glib ([2.82.5](https://gitlab.gnome.org/GNOME/glib/-/releases/2.82.5))
5+
- base, dev: iproute2 ([6.13.0](https://lore.kernel.org/all/[email protected]/))
6+
- base, dev: libpcre2 ([10.45](https://github.com/PCRE2Project/pcre2/blob/pcre2-10.45/NEWS))
7+
- base, dev: libseccomp ([2.6.0](https://github.com/seccomp/libseccomp/releases/tag/v2.6.0) (includes [2.5.6](https://github.com/seccomp/libseccomp/releases/tag/v2.5.6)))
8+
- base, dev: libuv ([1.50.0](https://github.com/libuv/libuv/releases/tag/v1.50.0))
9+
- base, dev: libxml2 ([2.12.10](https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.12.10))
10+
- base, dev: ncurses ([6.5_p20250125](https://invisible-island.net/ncurses/announce-6.5.html))
11+
- base, dev: oniguruma ([6.9.10](https://github.com/kkos/oniguruma/releases/tag/v6.9.10))
12+
- base, dev: qemu-guest-agent ([9.2.0](https://wiki.qemu.org/ChangeLog/9.2#Guest_agent) (includes [9.1](https://wiki.qemu.org/ChangeLog/9.1#Guest_agent), [9.0](https://wiki.qemu.org/ChangeLog/9.0#Guest_agent)))
13+
- base, dev: userspace-rcu ([0.15.1](https://lore.kernel.org/lkml/[email protected]/T/) (includes [0.15.0](https://lore.kernel.org/all/[email protected]/)))
14+
- base, dev: which ([2.23](https://git.savannah.gnu.org/cgit/which.git/tree/NEWS?id=3e2c8f8acc3a333b66b06de234bc9324c6fe5500))
15+
- base, dev: xfsprogs ([6.12.0](https://web.git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/tree/doc/CHANGES?h=v6.12.0))
16+
- base, dev: xz-utils ([5.6.4](https://github.com/tukaani-project/xz/releases/tag/v5.6.4))
17+
- base, dev: zstd ([1.5.7](https://github.com/facebook/zstd/releases/tag/v1.5.7))
18+
- containerd: containerd ([2.0.2](https://github.com/containerd/containerd/releases/tag/v2.0.2))
19+
- dev: eselect ([1.4.29](https://gitweb.gentoo.org/proj/eselect.git/tree/NEWS?h=eselect-1.4.29))
20+
- dev: getuto ([1.15](https://github.com/projg2/getuto/commits/getuto-1.15/))
21+
- dev: man-pages ([6.10](https://lkml.org/lkml/2025/1/22/1229))
22+
- dev: portage ([3.0.67](https://github.com/gentoo/portage/blob/portage-3.0.67/NEWS))
23+
- docker: docker ([28.0.1](https://github.com/moby/moby/releases/tag/v28.0.1) (includes [28.0.0](https://github.com/moby/moby/releases/tag/v28.0.0)))
24+
- sysext-podman: crun ([1.19.1](https://github.com/containers/crun/releases/tag/1.19.1) (includes [1.19](https://github.com/containers/crun/releases/tag/1.19), [1.18.2](https://github.com/containers/crun/releases/tag/1.18.2), [1.18.1](https://github.com/containers/crun/releases/tag/1.18.1), [1.18](https://github.com/containers/crun/releases/tag/1.18)))
25+
- sysext-python: setuptools ([75.8.2](https://github.com/pypa/setuptools/blob/v75.8.2/NEWS.rst) (includes [75.8.1](https://github.com/pypa/setuptools/blob/v75.8.1/NEWS.rst)))
26+
- sysext-python: setuptools-scm ([8.2.0](https://github.com/pypa/setuptools-scm/blob/v8.2.0/CHANGELOG.md))
27+
- sysext-python: trove-classifiers ([2025.3.3.18](https://github.com/pypa/trove-classifiers/releases/tag/2025.3.3.18))

sdk_container/src/third_party/coreos-overlay/coreos-base/misc-files/files/selinux/config

Lines changed: 0 additions & 15 deletions
This file was deleted.

sdk_container/src/third_party/coreos-overlay/coreos-base/misc-files/misc-files-0-r6.ebuild renamed to sdk_container/src/third_party/coreos-overlay/coreos-base/misc-files/misc-files-0-r7.ebuild

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,6 @@ src_install() {
130130
fi
131131
done
132132

133-
insinto '/etc/selinux/'
134-
doins "${FILESDIR}/selinux/config"
135-
136133
insinto '/etc/bash/bashrc.d'
137134
doins "${FILESDIR}/bash/99-flatcar-bcc"
138135

sdk_container/src/third_party/coreos-overlay/coreos/config/env/sec-policy/selinux-base

Lines changed: 0 additions & 2 deletions
This file was deleted.

sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,13 @@
2929
=app-emulation/open-vmdk-1.0 *
3030

3131
# Keep versions on both arches in sync.
32-
=app-emulation/qemu-guest-agent-8.2.0 ~arm64
33-
=dev-build/meson-1.6.1 ~arm64
32+
=app-emulation/qemu-guest-agent-9.2.0 ~arm64
3433
=dev-lang/yasm-1.3.0-r1 ~arm64
3534
=dev-libs/ding-libs-0.6.2-r1 ~arm64
3635

37-
# Needed to address CVE-2024-52533
38-
=dev-libs/glib-2.82.4-r1 ~amd64 ~arm64
39-
4036
# The only available ebuild (from GURU) has ~amd64 and no keyword for arm64 yet.
4137
=dev-libs/jose-12 **
4238

43-
# Needed to address CVE-2024-12133.
44-
=dev-libs/libtasn1-4.20.0 ~amd64 ~arm64
45-
4639
# The only available ebuild (from GURU) has ~amd64 and no keyword for arm64 yet.
4740
=dev-libs/luksmeta-9-r1 **
4841

@@ -52,10 +45,6 @@
5245
# Catalyst 4 is not stable yet, but earlier versions are masked now.
5346
=dev-util/catalyst-4.0.0 ~amd64 ~arm64
5447

55-
# Needed to address CVE-2024-52533
56-
=dev-util/gdbus-codegen-2.82.4 ~amd64 ~arm64
57-
=dev-util/glib-utils-2.82.4 ~amd64 ~arm64
58-
5948
# Keep versions on both arches in sync.
6049
=net-firewall/conntrack-tools-1.4.8-r1 ~arm64
6150

@@ -90,11 +79,7 @@
9079
# Enable ipvsadm for arm64.
9180
=sys-cluster/ipvsadm-1.31-r1 ~arm64
9281

93-
# Needed to address CVE-2024-53589, CVE-2025-1176, CVE-2025-1178,
94-
# CVE-2025-1179, CVE-2025-1180, CVE-2025-1181, CVE-2025-1182.
95-
=sys-devel/binutils-2.44 ~amd64 ~arm64
96-
=sys-libs/binutils-libs-2.44 ~amd64 ~arm64
97-
9882
# Keep versions on both arches in sync.
9983
=sys-libs/libsemanage-3.7 ~arm64
84+
=sys-libs/ncurses-6.5_p20250125 ~arm64
10085
=sys-process/audit-4.0.2-r1 ~arm64
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
DIST eselect-1.4.27.tar.xz 184464 BLAKE2B 718874f4d0651194f361ca3202e5140982812bf486c8efe82354944d55206b0113fa135992203e8baa00019c3fd773a90ddaf67157c16f4ac2d69965d9822fbd SHA512 f534785fc1f79869840f420b4ab2b2bf35593c504cce878a6d3d07f75012cf32288009ea9ac2a5607dba216a794110a64c5f2c54d5d8a3c641328489cecc024b
2-
DIST eselect-1.4.28.tar.xz 184692 BLAKE2B 86d1bbc0cb618f6edf49753c9f2be0f67670590ae55b8d2a8824940a5efa8462e395e1ee7f42379bd4ea64ea74f775a78e0a3a23ed565c67c3485f7e4e2d7a83 SHA512 26ac77465e2d6ab5193083c350cfd027d73ecd6d2702fc5f3db90373e92bf3722aead99c9b00b540c7972761620a485941c897854fe110454a4c6897f3f92868
32
DIST eselect-1.4.29.tar.xz 185948 BLAKE2B bb387a14c81d5ff5bf2e6e703465b24140b047f1464dee3c7fc0a125c9d94544a9afd801b42d2902dd6dee1af705f7dcfad854286d7e243a0f654cec35ab8eea SHA512 0466be2634f9d632d628cb11793d604002d989c222758ed33259c6b1dede80765d80f782242b22704e890bde84b2e1e3b3fb3d31574812cc803aad64ba8e7cf6

sdk_container/src/third_party/portage-stable/app-admin/eselect/eselect-1.4.28.ebuild

Lines changed: 0 additions & 61 deletions
This file was deleted.

sdk_container/src/third_party/portage-stable/app-admin/eselect/eselect-1.4.29.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/eselect/${P}.tar.xz"
1616

1717
LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-4.0 )"
1818
SLOT="0"
19-
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
19+
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
2020
IUSE="doc emacs vim-syntax"
2121

2222
# coreutils for realpath

0 commit comments

Comments
 (0)