Commit Graph

18093 Commits

Author SHA1 Message Date
Flatcar Buildbot
ad0c776d0e sys-kernel/coreos-sources: Update from 6.6.39 to 6.6.40 2024-07-16 07:14:12 +00:00
flatcar-ci
7c5f3530f5 New version: main-4032.0.0-nightly-20240715-2100 2024-07-15 21:00:23 +00:00
Mathieu Tortuyaux
a706c8bd22
Merge pull request #2116 from flatcar/linux-6.6.39-main
Upgrade Linux Kernel for main from 6.6.38 to 6.6.39
2024-07-15 17:19:24 +02:00
James Le Cuirot
872ea6d14d
Don't use repo snapshots for stage1 by updating seed the new way
This is what upstream Gentoo does. They would previously update the
entire seed, but this took a long time. Our seeds are much bigger, so we
kept repo snapshots to build stage1 against these instead. The new
method of only rebuilding packages with changed sub-slots is a good
compromise and removes the need to write stage1 hooks that selectively
catch the repository up.

This also avoids some conflicts by adding the `--ignore-world` option.
Gentoo seeds have nothing in @world. We have much more, but none of that
is needed for stage1.

This continues to exclude cross-*-cros-linux-gnu/* as that is not needed
for stage1. It now also excludes dev-lang/rust, because it is never a
DEPEND, so it would not break other packages in this way. It may fail to
run due to a sub-slot change in one of its own dependencies, but it is
also unlikely to be needed in stage1 and it is not configured to use the
system LLVM. If needs be, we could improve the behaviour of Portage's
@changed-subslot to respect `--with-bdeps`.

In my testing, it was unable to handle an SDK from 17 months ago, but
one from 7 months ago did work. In practise, we will always use a much
more recent one, which is far more likely to work.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-07-15 14:28:03 +01:00
James Le Cuirot
1d7d53fad9
Upgrade to Catalyst 4
Catalyst 4 has totally changed the way repositories are handled. It only
works when the name of the directory containing the repository matches
the configured name of that repository. This was not the case for us,
with the coreos repository residing in the coreos-overlay directory. We
wanted to move and rename our repositories anyway, but this is a big
change, so we'll do separately. For now, this just renames coreos to
coreos-overlay.

Catalyst 4 also ingests the main repository snapshot as a squashfs
rather than a tarball. It features a utility to generate such a
snapshot, but it doesn't fit Flatcar well, particularly because it
expects each ebuild repository to reside at the top level of its own git
repository. It was very easy to call tar2sqfs manually though.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-07-15 14:27:59 +01:00
James Le Cuirot
8d8be98228
Drop Python path override hack in profile.bashrc
This hasn't been needed for a while, since Gentoo started handling
Python modules according to PEP 517. We now need util-linux with Python
support for Catalyst 4, and this hack erroneously causes the module to
be installed under /usr/lib64 rather than /usr/lib.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-07-15 14:20:34 +01:00
James Le Cuirot
6d96f2a9ac
dev-util/catalyst: Sync with Gentoo
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-07-15 14:20:27 +01:00
James Le Cuirot
82c6aacd71
sys-fs/squashfs-tools-ng: Import from Gentoo
This is needed by Catalyst 4.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-07-15 14:20:13 +01:00
James Le Cuirot
15cfc5badb
app-arch/pixz: Import from Gentoo
This is needed by Catalyst 4.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-07-15 14:20:05 +01:00
flatcar-ci
354a0f2ecd New version: main-4029.0.0-nightly-20240712-2100 2024-07-13 02:23:38 +00:00
flatcar-ci
715cc4a4b6 New version: main-4029.0.0-nightly-20240712-2100-INTERMEDIATE 2024-07-12 21:00:28 +00:00
Flatcar Buildbot
e244dff3e5 sys-kernel/coreos-sources: Update from 6.6.38 to 6.6.39 2024-07-12 07:13:48 +00:00
Flatcar Buildbot
d310d76937 sys-kernel/coreos-firmware: Update from 20240610 to 20240709 2024-07-11 07:13:05 +00:00
flatcar-ci
dbc2700951 New version: main-4027.0.0-nightly-20240710-2100 2024-07-10 21:00:26 +00:00
Mathieu Tortuyaux
a21af09393
Merge pull request #2111 from flatcar/linux-6.6.38-main
Upgrade Linux Kernel for main from 6.6.37 to 6.6.38
2024-07-10 14:49:21 +02:00
Mathieu Tortuyaux
07375b0f29
Merge pull request #2090 from flatcar/containerd-1.7.19-main
Upgrade Containerd in main from 1.7.18 to 1.7.19
2024-07-10 13:48:31 +02:00
Flatcar Buildbot
94ee7cba59 sys-kernel/coreos-sources: Update from 6.6.37 to 6.6.38 2024-07-10 07:14:47 +00:00
flatcar-ci
09483d7db9 New version: main-4026.0.0-nightly-20240709-2100 2024-07-09 21:00:29 +00:00
Mathieu Tortuyaux
7ac20b64c9
Merge pull request #2110 from flatcar/tormath1/nasm
dev-lang/nasm: sync with the upstream
2024-07-09 09:21:25 +02:00
flatcar-ci
e681750458 New version: main-4025.0.0-nightly-20240708-2100 2024-07-08 21:00:26 +00:00
Adrian Vladu
fe5f145b30
Merge pull request #2089 from flatcar/ader1990/systemd-minor-version-upgrade-255-8
sys-apps/systemd: updated to minor version 255.8
2024-07-08 20:03:09 +03:00
Mathieu Tortuyaux
a6dd623a13
Merge pull request #2108 from flatcar/cacerts-3.102-main
Update ca-certificates in main from 3.101 to 3.102
2024-07-08 15:20:17 +02:00
Mathieu Tortuyaux
107eaaef0f
base/keywords: accept runc-1.1.13
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-07-08 14:46:07 +02:00
Mathieu Tortuyaux
a4ad2fc135
app-containers/containerd: Bump dependency on runc
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-07-08 14:46:07 +02:00
Mathieu Tortuyaux
7e2a3fc1cf
app-containers/runc: add release 1.1.13
This is meant to be upstreamed.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-07-08 14:46:06 +02:00
Mathieu Tortuyaux
5d369a3c37
app-containers/runc: sync with Gentoo upstream
Commit-Ref: ea8b0bbe22

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-07-08 14:30:40 +02:00
Flatcar Buildbot
58788d8dbc
app-containers/containerd: Update from 1.7.18 to 1.7.19 2024-07-08 14:27:56 +02:00
Mathieu Tortuyaux
faec335720
Merge pull request #2094 from flatcar/linux-6.6.37-main
Upgrade Linux Kernel for main from 6.6.36 to 6.6.37
2024-07-08 14:10:38 +02:00
Mathieu Tortuyaux
7c1d0c3a29
base/keywords: remove nasm 2.15
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-07-08 14:08:30 +02:00
Mathieu Tortuyaux
db92389868
dev-lang/nasm: sync with upstream
Commit-Ref: ea8b0bbe22

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-07-08 10:16:47 +02:00
Flatcar Buildbot
b0b84ed05e app-misc/ca-certificates: Update from 3.101 to 3.102 2024-07-08 07:21:32 +00:00
Flatcar Buildbot
49e0d89ac5 Update mantle container image to latest HEAD 2024-07-08 07:11:29 +00:00
Flatcar Buildbot
2299e4c4b6 sys-kernel/coreos-sources: Update from 6.6.36 to 6.6.37 2024-07-06 07:11:28 +00:00
flatcar-ci
e4cc483b67 New version: main-4020.0.0-nightly-20240703-2100 2024-07-03 21:00:29 +00:00
Adrian Vladu
f89cc7d7bd sys-apps/systemd: remove patch 255-install-format-overflow.patch
Patch is already upstreamed:
672226be31

Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
2024-07-03 15:34:58 +03:00
Mathieu Tortuyaux
a568f62513
Merge pull request #2088 from flatcar/vmware-12.4.5-main
Upgrade open-vm-tools in main from 12.4.0 to 12.4.5
2024-07-03 14:26:18 +02:00
Mathieu Tortuyaux
2da4ca94d7
Merge pull request #2075 from flatcar/cacerts-3.101.1-main
Update ca-certificates in main from 3.101 to 3.101.1
2024-07-03 14:23:26 +02:00
Krzesimir Nowak
278c4963cf overlay sys-apps/systemd: Apply Flatcar modifications
Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
2024-07-03 11:22:21 +03:00
Adrian Vladu
5081a66df5 sys-apps/systemd: Sync with Gentoo
It's from Gentoo commit 602b1518a010d6290ce5d6536fba702f422e7885

Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
2024-07-03 11:12:14 +03:00
Flatcar Buildbot
9c0eda19ae app-emulation/open-vm-tools: Update from 12.4.0 to 12.4.5 2024-07-03 07:09:14 +00:00
flatcar-ci
3ca5883017 New version: main-4019.0.0-nightly-20240702-2100 2024-07-02 21:00:27 +00:00
Krzesimir Nowak
4a7c05660d Update mantle container image to latest HEAD 2024-07-02 17:07:19 +02:00
flatcar-ci
02a1191153 New version: main-4018.0.0-nightly-20240701-2100 2024-07-01 21:00:25 +00:00
Sayan Chowdhury
6dbf74d688
net-misc/openssh: Move package from coreos-overlay -> portage-stable
It's from Gentoo commit a5ae97f6c11e8b646e5510bdf780338fc1e2efa4.
2024-07-01 19:32:59 +05:30
flatcar-ci
88597a8aa5 New version: main-4015.0.0-nightly-20240628-2100 2024-07-01 11:52:09 +00:00
Flatcar Buildbot
0860b5f73a app-misc/ca-certificates: Update from 3.101 to 3.101.1 2024-07-01 07:21:18 +00:00
flatcar-ci
32ffcc967f New version: main-4015.0.0-nightly-20240628-2100-INTERMEDIATE 2024-06-28 21:00:28 +00:00
Mathieu Tortuyaux
ca891106f7
Merge pull request #2065 from flatcar/linux-6.6.36-main
Upgrade Linux Kernel for main from 6.6.35 to 6.6.36
2024-06-28 15:36:42 +02:00
Flatcar Buildbot
c6d6da2d8e sys-kernel/coreos-sources: Update from 6.6.35 to 6.6.36 2024-06-28 07:14:08 +00:00
Mark Farrell
d5833e210f sys-libs/pam: Apply Flatcar patches 2024-06-27 09:01:09 +10:00