-
Notifications
You must be signed in to change notification settings - Fork 64
Weekly portage-stable package updates 2025-03-17 #2750
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
krnowak
merged 153 commits into
main
from
buildbot/weekly-portage-stable-package-updates-2025-03-17
Mar 27, 2025
Merged
Weekly portage-stable package updates 2025-03-17 #2750
krnowak
merged 153 commits into
main
from
buildbot/weekly-portage-stable-package-updates-2025-03-17
Mar 27, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It's from Gentoo commit ab4fa5f13df954019eed259e37d10450e4a93ce6.
It's from Gentoo commit 2aee709e7119636b53eeb34a08700508471783c1.
It's from Gentoo commit ad4a2d8b96e0365cc95301df3f61af940cbb4ad6.
It's from Gentoo commit 2ad4ad308e454b53feb07b8a184dc1d90940e553.
It's from Gentoo commit cb793709180c5cf2e6a356b9a43a8731fa756419.
It's from Gentoo commit a870a3a8a6e29caafb3f9ae57f928a8e0267606c.
It's from Gentoo commit c93ae41478342596ba0b9fe9d33f99979515135e.
It's from Gentoo commit 8b5b838a550e0d1339dd04886be606a4aea8a3b3.
It's from Gentoo commit d2a1ed5b6daae1d9258b4f40a0a87c006ebd7142.
It's from Gentoo commit 6c968f4512dc5f984d32653523c39545bc68cc1e.
It's from Gentoo commit a301c605ccf48493c68d5abf35ecae5692d3d7d3.
It's from Gentoo commit 2e17603d5b3913cddb393e7f7c4f536656e3b6ee.
It's from Gentoo commit d69d1a77d505f35f9142b71a8d9411c4a2216010.
It's from Gentoo commit 4332c9d6fce6920811d2fda2d02b4405a88a5ba1.
It's from Gentoo commit 80b3dd6c8ed7868b98f0a96ed0b88f998fa7774f.
It's from Gentoo commit 9102b0eae958dc76afba2e7b5210745d4a51b60b.
It's from Gentoo commit 4fc49b111c23ac4820233e9e021bb24ed90fcf21.
It's from Gentoo commit 1f3c6aead0067083de758bd2b5fb0dd63af45430.
It's from Gentoo commit f7af9ec88a93891a514385fda0f70a238b1169cd.
It's from Gentoo commit a7285fd10bf087cf1975a344245b74335256fcc8.
It's from Gentoo commit 8471ec49af94d79ebafca2fb9a0b69e0c4d16518.
It's from Gentoo commit 4e801bf584ef94cf49086caee2732bd5d28b199d.
It's from Gentoo commit 08ee86ff9da0064cadb2db04006290e2dacd2bb9.
It's from Gentoo commit 12382889d5438c291c31d9262e50c71362035ffb.
It's from Gentoo commit 009645edaa775be3d5430ab8cd8ade9045c3b8c2.
It's from Gentoo commit 5116b3e1ff1a6986cfe5ead3569c9644a7b14df9.
It's from Gentoo commit 5f7391127f2cb5dc73307c0b482984d25b02c12c.
It's from Gentoo commit 87045826d5ef438a49a83f54355ad1212b460bcc.
It's from Gentoo commit fd8e9138a4d7f50a6276c893b6e052a4aff06de0.
Gentoo's selinux config is the same as ours now, so we don't need to override it any more.
Gentoo's selinux config is the same as ours now, so we don't need to override it any more.
e0111ae
to
2c15410
Compare
2 tasks
Setting a profile in a newly created sysroot when building native toolchains broke after an eselect update. Apparently eselect gets the path to the coreos-overlay repository and then prefixes it with ROOT. Since ROOT was set to /build/<arch>-usr, the resulting patch was wrong. Fix this by telling eselect where to find our make.profile symlink in new sysroot by setting PORTAGE_CONFIGROOT to /build/<arch>-usr and where to find our profiles by setting ROOT (and SYSROOT, because it must match ROOT) to /.
Same fix as done in build_library/toolchain_util.sh.
2 tasks
CI passed. |
Build action triggered: https://github.com/flatcar/scripts/actions/runs/14087621643 |
chewi
approved these changes
Mar 26, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
CI: http://jenkins.infra.kinvolk.io:8080/job/container/job/sdk/1996/cldsv/
The description below was created with an automation tool that's analyzing changes in md5-metadata cache files. It's still a WIP and a bit noisy.
Most of the noise comes from two things:
This PR brings an update of eselect utility, which we use to set up sysroots in two places (
build_library/toolchain_util.sh
andsetup_board
). Those places needed some fixes to keep working.There is a docker update to 28.x version. It started to print some warnings about our dockerfiles, so I addressed some of them.
Gentoo updated their sec-policy/selinux-base package, so it now provides the same selinux config like we did. Thus I switched to use the Gentoo config, and dropped ours from coreos-base/misc-files package.
Closes flatcar/Flatcar#1673
Closes flatcar/Flatcar#1686
--
app-admin/eselect: [DEV]
app-admin/sudo: [PROD] [DEV]
app-arch/lbzip2: [PROD] [DEV]
app-arch/libarchive: [PROD] [DEV]
app-arch/sharutils:
app-arch/xz-utils: [PROD] [DEV]
app-arch/zstd: [PROD] [DEV]
app-containers/catatonit: [SYSEXT-PODMAN]
app-containers/containerd: [CONTAINERD]
app-containers/crun: [SYSEXT-PODMAN]
app-containers/docker: [DOCKER]
app-containers/docker-cli: [DOCKER]
app-crypt/adcli: [PROD] [DEV]
app-crypt/ccid:
app-crypt/gnupg: [PROD] [DEV]
app-crypt/gpgme: [SYSEXT-PODMAN]
app-crypt/libb2: [AZURE] [DEV] [GCE] [SYSEXT-PYTHON]
app-crypt/mit-krb5: [PROD] [DEV]
app-crypt/pinentry: [PROD] [DEV]
app-crypt/tpm2-tools: [PROD] [DEV]
app-crypt/tpm2-tss: [PROD] [DEV]
app-emulation/qemu-guest-agent: [PROD] [DEV]
app-eselect/eselect-rust:
app-misc/jq: [PROD] [DEV]
app-portage/elt-patches:
app-portage/gentoolkit: [DEV]
app-portage/getuto: [DEV]
app-text/xmlto:
dev-build/libtool:
dev-build/meson:
dev-db/sqlite: [PROD] [DEV]
dev-debug/strace: [PROD] [DEV]
dev-lang/go:
dev-lang/go-bootstrap:
dev-lang/nasm:
dev-lang/python: [AZURE] [DEV] [GCE] [SYSEXT-PYTHON]
dev-lang/python-exec: [AZURE] [DEV] [GCE] [SYSEXT-PYTHON]
dev-lang/tcl:
dev-libs/cyrus-sasl: [PROD] [DEV]
dev-libs/elfutils: [PROD] [DEV]
dev-libs/expat: [PROD] [DEV]
dev-libs/glib: [PROD] [DEV]
dev-libs/gmp: [PROD] [DEV]
dev-libs/gobject-introspection-common:
dev-libs/jansson: [PROD] [DEV]
dev-libs/libassuan: [PROD] [DEV]
dev-libs/libdnet: [VMWARE]
dev-libs/libev: [PROD] [DEV]
dev-libs/libevent: [PROD] [DEV]
dev-libs/libgcrypt: [PROD] [DEV]
dev-libs/libgpg-error: [PROD] [DEV]
dev-libs/libksba: [PROD] [DEV]
dev-libs/libmspack: [VMWARE]
dev-libs/libnl: [PROD] [DEV]
dev-libs/libp11:
dev-libs/libpcre2: [PROD] [DEV]
dev-libs/libpipeline: [DEV]
dev-libs/libpwquality: [PROD] [DEV]
dev-libs/libsodium: [PROD] [DEV]
dev-libs/libtasn1: [PROD] [DEV]
dev-libs/libunistring: [PROD] [DEV]
dev-libs/libusb: [PROD] [DEV]
dev-libs/libuv: [PROD] [DEV]
dev-libs/libverto: [PROD] [DEV]
dev-libs/libxml2: [PROD] [DEV]
dev-libs/libxslt: [VMWARE]
dev-libs/libyaml:
dev-libs/npth: [PROD] [DEV]
dev-libs/nspr:
dev-libs/oniguruma: [PROD] [DEV]
dev-libs/opensc:
dev-libs/popt: [PROD] [DEV]
dev-libs/userspace-rcu: [PROD] [DEV]
dev-libs/xmlsec: [VMWARE]
dev-python/cryptography:
dev-python/cython:
dev-python/ensurepip-setuptools: [AZURE] [DEV] [GCE] [SYSEXT-PYTHON]
dev-python/flit-core:
dev-python/pip: [SYSEXT-PYTHON]
dev-python/poetry-core:
dev-python/setuptools: [SYSEXT-PYTHON]
dev-python/setuptools-scm: [SYSEXT-PYTHON]
dev-python/trove-classifiers: [SYSEXT-PYTHON]
dev-util/bpftool: [PROD] [DEV]
dev-util/gdbus-codegen:
dev-util/glib-utils:
dev-util/maturin:
dev-util/patchelf:
dev-vcs/git: [PROD] [DEV]
eclass/autotools.eclass:
eclass/cargo.eclass:
eclass/dist-kernel-utils.eclass:
eclass/libtool.eclass:
eclass/llvm-utils.eclass:
llvm_cmake_use_musl
helpereclass/rust.eclass:
eclass/toolchain.eclass:
eclass/xorg-3.eclass:
media-libs/libpng:
net-analyzer/netperf: [DEV]
net-analyzer/tcpdump: [PROD] [DEV]
net-dialup/lrzsz: [DEV]
net-dialup/minicom: [DEV]
net-dns/libidn2: [PROD] [DEV]
net-firewall/ipset: [PROD] [DEV]
net-fs/cifs-utils: [PROD] [DEV]
net-libs/gnutls: [PROD] [DEV]
net-libs/libpcap: [PROD] [DEV]
net-misc/bridge-utils: [PROD] [DEV]
net-misc/curl: [PROD] [DEV]
net-misc/iperf: [DEV]
net-misc/ntp: [PROD] [DEV]
net-misc/openssh: [PROD] [DEV]
net-misc/rsync: [PROD] [DEV]
net-nds/openldap: [PROD] [DEV]
profiles:
sec-policy/selinux-base: [PROD] [DEV]
sys-apps/acl: [PROD] [DEV]
sys-apps/attr: [PROD] [DEV]
sys-apps/debianutils:
sys-apps/file: [DEV]
sys-apps/i2c-tools: [DEV]
sys-apps/iproute2: [PROD] [DEV]
sys-apps/kexec-tools: [PROD] [DEV]
sys-apps/kmod: [PROD] [DEV]
sys-apps/less: [PROD] [DEV]
sys-apps/man-db: [DEV]
sys-apps/man-pages: [DEV]
sys-apps/portage: [DEV]
sys-apps/pv:
sys-apps/sed: [PROD] [DEV]
sys-apps/util-linux: [PROD] [DEV]
sys-apps/which: [PROD] [DEV]
sys-auth/sssd: [PROD] [DEV]
sys-block/parted: [PROD] [DEV]
sys-boot/grub:
sys-boot/mokutil: [PROD] [DEV]
sys-devel/binutils: [DEV]
sys-devel/flex:
sys-devel/gcc: [PROD] [DEV]
sys-devel/gettext: [PROD] [DEV]
sys-devel/patch: [DEV]
sys-firmware/edk2-bin:
sys-fs/fuse-overlayfs: [SYSEXT-PODMAN]
sys-fs/quota: [PROD] [DEV]
sys-fs/squashfs-tools-ng:
sys-fs/xfsprogs: [PROD] [DEV]
sys-fs/zfs: [SYSEXT-ZFS]
sys-fs/zfs-kmod: [SYSEXT-ZFS]
sys-libs/binutils-libs: [PROD] [DEV]
sys-libs/cracklib: [PROD] [DEV]
sys-libs/gdbm: [AZURE] [DEV] [GCE] [SYSEXT-PYTHON]
sys-libs/libcap-ng: [PROD] [DEV]
sys-libs/libseccomp: [PROD] [DEV]
sys-libs/libunwind: [PROD] [DEV]
sys-libs/ncurses: [PROD] [DEV]
sys-libs/zlib: [PROD] [DEV]
sys-process/audit: [PROD] [DEV]
sys-process/procps: [PROD] [DEV]
x11-misc/makedepend:
--