Flatcar Buildbot
1603778818
app-crypt/pinentry: Sync with Gentoo
...
It's from Gentoo commit b45977634fea6bd3bd1c42e769e614322b6ec40c.
2024-07-16 09:37:28 +02:00
Flatcar Buildbot
c61552a0b0
app-crypt/mit-krb5: Sync with Gentoo
...
It's from Gentoo commit 0b87c1977f66b38b4861e65df9f7dd499670eda8.
2024-07-16 09:37:28 +02:00
Flatcar Buildbot
306bcef715
app-crypt/mhash: Sync with Gentoo
...
It's from Gentoo commit 794061a3298b5716db015defa7b3e2c583b73980.
2024-07-16 09:37:28 +02:00
Flatcar Buildbot
414bd92640
app-crypt/gnupg: Sync with Gentoo
...
It's from Gentoo commit c8202ae0645d8114c54bdf74e57e1151a2826390.
2024-07-16 09:37:27 +02:00
Flatcar Buildbot
1d9edd1471
app-crypt/ccid: Sync with Gentoo
...
It's from Gentoo commit b8b74017825d8e7be72e07c4a2ab68f7df06f023.
2024-07-16 09:37:27 +02:00
Flatcar Buildbot
a1b9effc00
app-containers/runc: Sync with Gentoo
...
It's from Gentoo commit cbd4158ebd536bc92d1d28878ed12eee1fbea357.
2024-07-16 09:37:27 +02:00
Flatcar Buildbot
e521c38c2b
app-cdr/cdrtools: Sync with Gentoo
...
It's from Gentoo commit e2dccca015a4d53bf20e3db1577e0c8bf805813b.
2024-07-16 09:30:35 +02:00
Flatcar Buildbot
1c9dfc51d6
app-arch/zstd: Sync with Gentoo
...
It's from Gentoo commit 8bfcabf96671e1d25c60c5b54f06078269a005b2.
2024-07-16 09:30:34 +02:00
Flatcar Buildbot
39695955f6
app-arch/zip: Sync with Gentoo
...
It's from Gentoo commit 794061a3298b5716db015defa7b3e2c583b73980.
2024-07-16 09:30:34 +02:00
Flatcar Buildbot
f298b8bf1e
app-arch/xz-utils: Sync with Gentoo
...
It's from Gentoo commit 13df71170862582d53c6c402122e8c05b565369c.
2024-07-16 09:30:34 +02:00
Flatcar Buildbot
adecfc3045
app-arch/unzip: Sync with Gentoo
...
It's from Gentoo commit 794061a3298b5716db015defa7b3e2c583b73980.
2024-07-16 09:30:34 +02:00
Flatcar Buildbot
2985a63c25
app-arch/libarchive: Sync with Gentoo
...
It's from Gentoo commit a4db95e3c87a49123f99efc40154047aafe25b84.
2024-07-16 09:30:34 +02:00
Flatcar Buildbot
2b9aec8c1d
app-arch/bzip2: Sync with Gentoo
...
It's from Gentoo commit 7f2af8ff87581c1d040cef317b270a36c1c37419.
2024-07-16 09:30:34 +02:00
Flatcar Buildbot
2968223e5a
app-admin/perl-cleaner: Sync with Gentoo
...
It's from Gentoo commit 32499b48da6ebacee94f4c84e49a145beb681d11.
2024-07-16 09:30:33 +02: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