Krzesimir Nowak
318e6af8fc
overlay coreos/config: Add vendoring of PAM files to a couple of packages
...
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-11-12 18:04:49 +01:00
Krzesimir Nowak
064cca2e6a
overlay profiles: Set some USE flags for sys-auth/pambase
...
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-11-12 18:04:49 +01:00
Krzesimir Nowak
1668f15c47
overlay coreos/config: Clean up pam config mess for sys-apps/systemd
...
Use the default location for pam configs. We replace them with our own
in post_src_install hook anyway.
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-11-12 18:04:49 +01:00
Krzesimir Nowak
b4c59b6435
overlay sys-apps/baselayout: Pull in pam files removal, cleanups
...
We are building sssd on arm64, so drop the unnecessary code. Also
create some more compatibility symlinks.
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-11-12 18:04:49 +01:00
Krzesimir Nowak
fa4e6f2bd0
overlay coreos/user-patches: Add patches for sys-auth/pambase
...
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-11-12 18:00:53 +01:00
Krzesimir Nowak
14c8a7bc0c
sys-auth/pambase: Sync with Gentoo
...
It's from Gentoo commit f32e281b3b124b273302ddffeb06c0e6f20852e9.
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-11-12 18:00:53 +01:00
Krzesimir Nowak
c9573f1f79
overlay sys-auth/pambase: Move to portage-stable
...
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-11-12 18:00:53 +01:00
Krzesimir Nowak
5e7e0957bf
sys-libs/pam: Sync with Gentoo
...
It's from Gentoo commit 197e3931b76a596e0df99bd22809d1db04ec5131.
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-11-12 18:00:53 +01:00
Krzesimir Nowak
1973743a18
overlay sys-libs/pam: Move to portage-stable
...
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-11-12 18:00:53 +01:00
Krzesimir Nowak
86df95db83
overlay coreos/config: Add config overrides for sys-libs/pam
...
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-11-12 18:00:53 +01:00
Krzesimir Nowak
2b120cc866
overlay profiles: Add a function for vendorizing pam files
...
This is meant to be used by packages installing pam config files. The
function should be invoked in a post src_install hook.
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-11-12 18:00:52 +01:00
Krzesimir Nowak
d4b29659d3
overlay coreos/user-patches: Add a user patch for sys-libs/pam
...
It's a patch for adding the account locking functionality.
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-11-12 18:00:52 +01:00
Flatcar Buildbot
7c7efac281
Update mantle container image to latest HEAD
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-11-12 07:39:09 +00:00
flatcar-ci
28cf73c46e
New version: main-4516.0.0-nightly-20251111-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-11-11 21:00:28 +00:00
flatcar-ci
50b4233835
New version: main-4515.0.0-nightly-20251110-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-11-10 21:00:28 +00:00
Krzesimir Nowak
3f74e83ad3
Merge pull request #3459 from flatcar/buildbot/weekly-portage-stable-package-updates-2025-11-03
...
Weekly portage-stable package updates 2025-11-03
2025-11-10 15:31:36 +01:00
flatcar-ci
cc57523459
New version: main-4512.0.0-nightly-20251107-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-11-08 02:31:36 +00:00
flatcar-ci
bcfa5b66dc
New version: main-4512.0.0-nightly-20251107-2100-INTERMEDIATE
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2025-11-07 21:00:30 +00:00
Kai Lueke
5ed6e9a3ee
sys-kernel/bootengine: Try to load modules for all devices on timeout
...
This pulls in https://github.com/flatcar/bootengine/pull/114
just to be sure that we tried all available modules based on the
modalias when we don't make progress in the minimal initrd. So far we
don't know if this helps (it won't for completly missing kernel modules
of course) but it's good to have this done automatically instead of
having to ask users if it helps for them when they hit an issue. It also
prints the current state again which otherwise might be a bit hidden if
a kernel message gets printed after the initial message.
Signed-off-by: Kai Lueke <kailuke@microsoft.com>
2025-11-08 00:36:03 +09:00
Krzesimir Nowak
06f3ae5305
Merge pull request #3472 from flatcar/krnowak/main-runc-containerd
...
Bump runc to 1.3.3 and containerd to 2.1.5 in main
2025-11-07 16:31:01 +01:00
Kai Lüke
6923d75aab
Merge pull request #3471 from flatcar/kai/message-fusion-drivers
...
sys-kernel/coreos-kernel: Add Fusion storage drivers back to initrd
2025-11-07 16:23:37 +01:00
Krzesimir Nowak
5a1e0e96c1
app-containers/containerd: Add 2.1.5
...
This is a hack - the ebuild will disappear on next weekly updates,
unless Gentoo gets the 2.1.5 ebuild by then.
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-11-07 15:28:56 +01:00
Krzesimir Nowak
43ed514eeb
app-containers/runc: Sync with Gentoo
...
It's from Gentoo commit b4c450b220406a895ed093b19b92241746408a66.
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-11-07 15:28:56 +01:00
James Le Cuirot
006eea2708
Merge pull request #3445 from flatcar/chewi/extmod
...
sys-kernel/coreos-modules: Install external mod build files with script
2025-11-07 14:26:08 +00:00
Kai Lueke
26e698c425
sys-kernel/coreos-kernel: Add Fusion storage drivers back to initrd
...
The Fusion MPT SCSI storage drivers were missing from the new minimal
initrd because they are not together with the other storage driver
modules but live in their own "message/fusion/" folder.
Add the "message/fusion/" folder to the initrd modules so that we can
load the disk. Dependencies will be resolved by dracut-install as
needed.
Fixes https://github.com/flatcar/Flatcar/issues/1924
Signed-off-by: Kai Lueke <kailuke@microsoft.com>
2025-11-07 22:33:40 +09:00
Krzesimir Nowak
6dd7c26560
overlay sys-fs/overlaybd: Bump to 1.0.16, update the patches
...
- add patch for yaml-cpp to fix cmake 4.0 issues
- drop two cross patches as they are already upstreamed (keep the
cross fixes for photon, though)
- drop tcmu pin patch (upstreamed)
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-11-07 12:21:01 +01:00
Krzesimir Nowak
73b7eabe67
overlay profiles: Drop accept keywords for sys-libs/binutils-libs
...
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-11-07 12:21:01 +01:00
Krzesimir Nowak
bd7f69bc1e
overlay profiles: Drop accept keywords for sys-devel/binutils
...
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-11-07 12:21:01 +01:00
Krzesimir Nowak
4718b9bd8f
overlay profiles: Drop accept keywords for net-fs/cifs-utils
...
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-11-07 12:21:01 +01:00
Krzesimir Nowak
6e48644aa1
overlay profiles: Drop accept keywords for dev-util/glib-utils
...
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-11-07 12:21:01 +01:00
Krzesimir Nowak
aed4bb98f8
overlay profiles: Drop accept keywords for dev-util/gdbus-codegen
...
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-11-07 12:21:01 +01:00
Krzesimir Nowak
19aad7666b
overlay profiles: Drop accept keywords for dev-libs/glib
...
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-11-07 12:21:01 +01:00
Krzesimir Nowak
dba6cf24db
overlay profiles: Add accept keywords for sys-apps/coreutils
...
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-11-07 12:20:58 +01:00
Krzesimir Nowak
e75d87abec
overlay profiles: Stop masking ssl in app-crypt/gnupg
...
We do ship gnutls in production images and the mask is making problems
with new app-alternatives/gpg.
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-11-07 12:19:50 +01:00
Krzesimir Nowak
c4e50412e4
overlay profiles: Force reference variant of gpg
...
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-11-07 12:19:50 +01:00
Krzesimir Nowak
3c9707706a
app-alternatives/gpg: Add from Gentoo
...
It's from Gentoo commit 2947d17edabe4b46250546c20009e83a6bae645c.
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2025-11-07 12:19:50 +01:00
Flatcar Buildbot
42762597ed
x11-drivers/nvidia-drivers: Sync with Gentoo
...
It's from Gentoo commit f444d0057769fc0dac912ff5a6c8d9e4d183d7c7.
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-11-07 12:19:50 +01:00
Flatcar Buildbot
0397db07f3
sys-process/tini: Sync with Gentoo
...
It's from Gentoo commit 330b5683752e103508f32f0eef4425afc4e4eba9.
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-11-07 12:19:50 +01:00
Flatcar Buildbot
07f50b6052
sys-libs/libsepol: Sync with Gentoo
...
It's from Gentoo commit 73a775712b08395812bfc0ec0fef0a01a03963ea.
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-11-07 12:19:50 +01:00
Flatcar Buildbot
1b62dcbde1
sys-libs/libselinux: Sync with Gentoo
...
It's from Gentoo commit c1de8b7e6fbefd39f8e7f099f742d6b45162db35.
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-11-07 12:19:50 +01:00
Flatcar Buildbot
0370ddeac2
sys-libs/libcap-ng: Sync with Gentoo
...
It's from Gentoo commit 6dc328d10e89b02c817c2d81c48c8c14acf5e90a.
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-11-07 12:19:50 +01:00
Flatcar Buildbot
148eb2250b
sys-libs/libcap: Sync with Gentoo
...
It's from Gentoo commit cafd8640380ad053eec7766a512c2a3fb79892df.
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-11-07 12:19:50 +01:00
Flatcar Buildbot
a5515a3338
sys-libs/glibc: Sync with Gentoo
...
It's from Gentoo commit f4013fbc99c4a048f49f11706c73b55362f7812c.
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-11-07 12:19:49 +01:00
Flatcar Buildbot
4464061e6b
sys-libs/binutils-libs: Sync with Gentoo
...
It's from Gentoo commit 5d08f46bc5b915db4f23e49c9d1729422ff3f984.
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-11-07 12:19:49 +01:00
Flatcar Buildbot
b2df49f849
sys-fs/zfs-kmod: Sync with Gentoo
...
It's from Gentoo commit 246c07ecaefe96b237b8e734c5d8eec44e2f95e8.
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-11-07 12:19:49 +01:00
Flatcar Buildbot
e561170a83
sys-fs/zfs: Sync with Gentoo
...
It's from Gentoo commit ee63a227611380fee98a22671d031cb9b4f545f9.
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-11-07 12:19:49 +01:00
Flatcar Buildbot
e4891613a9
sys-fs/xfsprogs: Sync with Gentoo
...
It's from Gentoo commit 4afcdfcad396f55ff30a81d255a259cda231a887.
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-11-07 12:19:49 +01:00
Flatcar Buildbot
66597d5f3c
sys-fs/btrfs-progs: Sync with Gentoo
...
It's from Gentoo commit e9d09c08e6e6b1fdd33d20be9fb6cbad570a0a7f.
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-11-07 12:19:49 +01:00
Flatcar Buildbot
09e2cc98fe
sys-devel/gcc-config: Sync with Gentoo
...
It's from Gentoo commit 9775198062ffa5b0b683f63fbda6831d913db68c.
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-11-07 12:19:49 +01:00
Flatcar Buildbot
ca19c6a2bd
sys-devel/gcc: Sync with Gentoo
...
It's from Gentoo commit 1ffaa410380a3fb20a39184856ffa7c8b0eafe45.
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2025-11-07 12:19:49 +01:00