Commit Graph

19617 Commits

Author SHA1 Message Date
Flatcar Buildbot
b6953684b2 app-crypt/gpgme: Sync with Gentoo
It's from Gentoo commit b6513645b6850fb07d812f6c454234ced7316d30.
2024-08-14 17:15:14 +02:00
Flatcar Buildbot
1d5835b298 app-crypt/gnupg: Sync with Gentoo
It's from Gentoo commit 4243ec120cc8dd0fb4ab9a34592f7af099145af0.
2024-08-14 17:15:14 +02:00
Flatcar Buildbot
dc07c76360 app-crypt/efitools: Sync with Gentoo
It's from Gentoo commit 261ff64ad8f68407eb70ef7e998bdb7b40c8fa5b.
2024-08-14 17:15:14 +02:00
Flatcar Buildbot
70d7fb0c7c app-crypt/adcli: Sync with Gentoo
It's from Gentoo commit 2d6b5bfef068d61857adf806e082ff9966d2df3d.
2024-08-14 17:15:14 +02:00
Flatcar Buildbot
eb1eebce15 app-containers/aardvark-dns: Sync with Gentoo
It's from Gentoo commit da37ff7e971a692c509519b089e6c26b18bc4604.
2024-08-14 17:15:14 +02:00
Flatcar Buildbot
e65d778063 app-arch/lz4: Sync with Gentoo
It's from Gentoo commit 4858c0f446534ea12c2741207748f3b37ff82408.
2024-08-14 17:15:14 +02:00
Flatcar Buildbot
eb82d715a9 app-arch/libarchive: Sync with Gentoo
It's from Gentoo commit 7a5e420e408012a569f8170b8138c318abcebda7.
2024-08-14 17:15:14 +02:00
flatcar-ci
3b82540268 New version: main-4060.0.0-nightly-20240812-2100 2024-08-12 21:00:29 +00:00
flatcar-ci
9af5981e79 New version: main-4057.0.0-nightly-20240809-2100 2024-08-10 02:48:05 +00:00
flatcar-ci
30ab6098f6 New version: main-4057.0.0-nightly-20240809-2100-INTERMEDIATE 2024-08-09 21:00:23 +00:00
James Le Cuirot
58be59fa62
Merge pull request #2207 from flatcar/chewi/no-sysroot-wrappers-gcc
Drop sysroot-wrappers and *-config script wrappers
2024-08-09 14:02:21 +01:00
James Le Cuirot
f6a5be7e20
Merge pull request #2216 from flatcar/chewi/no-open-vm-tools-patch
app-emulation/open-vm-tools: Drop unnecessary kernel version patch
2024-08-09 13:54:08 +01:00
Krzesimir Nowak
6593cc85ad overlay coreos-base/coreos-init: Pull in adapted flatcar-update script 2024-08-09 14:12:27 +02:00
Krzesimir Nowak
723312558f overlay coreos/config: Add installing ncat symlink 2024-08-09 14:12:26 +02:00
Krzesimir Nowak
db51257e08 overlay profiles: Cleanups after dropping dev-lang/lua 2024-08-09 14:12:26 +02:00
Krzesimir Nowak
387f1f01ba dev-lang/lua: Drop unused package 2024-08-09 14:12:26 +02:00
Krzesimir Nowak
461e927287 overlay profiles: Cleanups after dropping nmap 2024-08-09 14:12:26 +02:00
Krzesimir Nowak
df2df2f415 net-analyzer/nmap: Drop the package
The license of nmap is not acceptable for CNCF and possibly no
exception was granted. We will use net-analyzer/openbsd-netcat package
instead, which has an acceptable license.
2024-08-09 14:12:26 +02:00
Krzesimir Nowak
bcd84774f0 overlay coreos-base/coreos: Replace nmap with openbsd-netcat 2024-08-09 14:12:26 +02:00
Krzesimir Nowak
508240da6e net-analyzer/openbsd-netcat: Add from Gentoo
It's from Gentoo commit adecc0f58f3a727d04e8b397d0e00f0825fde901.
2024-08-09 14:12:26 +02:00
Flatcar Buildbot
611b5b8b70 Update mantle container image to latest HEAD 2024-08-09 12:08:49 +00:00
James Le Cuirot
02e76bfdb3
app-emulation/open-vm-tools: Drop unnecessary kernel version patch
The project hasn't supported building Linux kernel modules for years, so
we don't need to correct the detected kernel version.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-08-09 10:00:04 +01:00
flatcar-ci
afbba38fa6 New version: main-4056.0.0-nightly-20240808-2100 2024-08-08 21:00:25 +00:00
James Le Cuirot
b59acee657
Stop installing old style *-config script wrappers for cross-compiling
Gentoo avoids using these scripts as much as possible because they don't
play well when cross-compiling. Wrappers can help, but this approach is
considered too messy for Gentoo itself, and there are always other ways
around the problem.

I found that only app-emulation/open-vm-tools failed to build without
these wrappers. I have fixed this in Gentoo (and Flatcar) and sent a
simple patch further upstream.

I knew that other instances of this problem were being masked by the
presence of these scripts on the build host, so I manually removed them
all before rebuilding all of the board packages. This found about 8 more
affected packages, most of which were looking for krb5-config. These
have now been addressed in Gentoo or Flatcar as necessary. The Gentoo
fixes have not been applied to Flatcar yet, but they can be taken in the
round.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-08-08 16:40:53 +01:00
James Le Cuirot
18c972f61a
sys-auth/realmd: Fix cross-compiling by pointing to krb5-config location
pkg-config is usually preferable, but this simpler approach works here
because krb5-config is a shell script and the headers and libraries are
in standard paths.

It was previously relying on a wrapper we were creating. It still works
without that, but only because krb5-config also exists on the host, and
we shouldn't assume that.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-08-08 16:40:52 +01:00
James Le Cuirot
a9bd6807cd
app-emulation/open-vm-tools: Partially sync with Gentoo including cross fixes
It was previously relying on xmlsec1-config and dnet-config scripts that
we were creating wrappers for.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-08-08 16:40:51 +01:00
James Le Cuirot
6d4692b159
sys-devel/sysroot-wrappers: Drop as Gentoo's gcc will handle sysroot
It will patch gcc to respect ESYSROOT when cross-compiling, effectively
adding the --sysroot flag without the use of flags or wrappers. This
hasn't been merged into Gentoo yet, but it has been given the nod. When
it does get merged, it was only be for newer gcc versions than we're
currently using, so we'll need this user patch in the meantime
regardless.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-08-08 16:40:50 +01:00
James Le Cuirot
5c7dd166b7
distutils-r1.eclass: Sync with Gentoo for Cargo fix
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-08-08 16:13:34 +01:00
James Le Cuirot
0215113af3
python-utils-r1.eclass: Sync with Gentoo
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-08-08 16:13:33 +01:00
James Le Cuirot
d59e1a4eb6
cargo.eclass: Sync with Gentoo
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-08-08 16:13:27 +01:00
Dongsu Park
626866adfa
Merge pull request #2190 from flatcar/dongsu/ue-rs-20240801
overlay coreos-base/ue-rs: update version to 20240801
2024-08-08 16:20:14 +02:00
Flatcar Buildbot
fe61a90959 Update mantle container image to latest HEAD 2024-08-08 14:06:15 +00:00
Krzesimir Nowak
2bdd63e2df overlay profiles: Disable initramfs USE flag for sys-fs/zfs-kmod
Do not tinker with /boot partition at installation time, we handle
initramfs stuff in our way.
2024-08-08 12:50:33 +02:00
Krzesimir Nowak
c0e2d58f09 eclass/xdg: Sync with Gentoo
It's from Gentoo commit b5240fb0f593fc3c45885125682d33069cfb45c8.
2024-08-08 12:50:07 +02:00
Krzesimir Nowak
275be745e7 eclass/vcs-snapshot: Sync with Gentoo
It's from Gentoo commit 34858e23de6ac549ca662a1dcc7823173567a210.
2024-08-08 12:50:07 +02:00
Krzesimir Nowak
89247b2a2f eclass/subversion: Sync with Gentoo
It's from Gentoo commit 8683826779ccf122d079e74c83a6601240f82235.
2024-08-08 12:50:07 +02:00
Krzesimir Nowak
d93bc0f4a3 eclass/ssl-cert: Sync with Gentoo
It's from Gentoo commit cc14f7c6f8444a27dd6c354f9701cd276a6b78a6.
2024-08-08 12:50:07 +02:00
Krzesimir Nowak
0267b0bfae eclass/sgml-catalog-r1: Sync with Gentoo
It's from Gentoo commit 65a031f4c9d702c4fc8b6ce6b0541453a6db8c08.
2024-08-08 12:50:07 +02:00
Krzesimir Nowak
1fe3c81c7b eclass/secureboot: Sync with Gentoo
It's from Gentoo commit f6642547cd274ab4edd7d34b71674d1aa04a2d74.
2024-08-08 12:50:07 +02:00
Krzesimir Nowak
b6b431290b eclass/qmake-utils: Sync with Gentoo
It's from Gentoo commit 03a9f4e5516702df1a185f616b06f429dc9ad19f.
2024-08-08 12:50:07 +02:00
Krzesimir Nowak
3d8ff012a0 eclass/perl-module: Sync with Gentoo
It's from Gentoo commit a7f997b3232b4bb1869dd2d3d97c5bfc89cf47de.
2024-08-08 12:50:07 +02:00
Krzesimir Nowak
7a0ad0c597 eclass/mono-env: Sync with Gentoo
It's from Gentoo commit 8a3782815536a1beef06f4942d0ca8c2d9b36952.
2024-08-08 12:50:07 +02:00
Krzesimir Nowak
5520b02ea5 eclass/mercurial: Sync with Gentoo
It's from Gentoo commit b5a1cc00cdf9371316b62b4ea68a2a49aae7ae52.
2024-08-08 12:50:06 +02:00
Krzesimir Nowak
afcdf3fc57 eclass/llvm-r1: Sync with Gentoo
It's from Gentoo commit 9f09b98ee6a5edce65e995c4701776e8e1c86d1d.
2024-08-08 12:50:06 +02:00
Krzesimir Nowak
ee6d536a28 eclass/linux-mod-r1: Sync with Gentoo
It's from Gentoo commit 594a6613a4693a590ba8473a99ce1fd6c4d506d2.
2024-08-08 12:50:06 +02:00
Krzesimir Nowak
24050766f5 eclass/go-module: Sync with Gentoo
It's from Gentoo commit 0e651d4b8db7082279b5e110c41abb2bc5293eba.
2024-08-08 12:50:06 +02:00
Krzesimir Nowak
87a3f1cad3 eclass/golang-vcs-snapshot: Sync with Gentoo
It's from Gentoo commit c481cf29fcea1af132e07064b91237353298d49b.
2024-08-08 12:50:06 +02:00
Krzesimir Nowak
9441895a7e eclass/golang-vcs: Sync with Gentoo
It's from Gentoo commit f29b80d18d526a13af59af83e524902f8176bfdb.
2024-08-08 12:50:06 +02:00
Krzesimir Nowak
8db9958503 eclass/golang-base: Sync with Gentoo
It's from Gentoo commit 8c5f61cdc06d82e142913b14ec6236ab0b5ca950.
2024-08-08 12:50:06 +02:00
Krzesimir Nowak
805040e95a eclass/go-env: Sync with Gentoo
It's from Gentoo commit 29f0721c4bc11ef3b9d94590016c25a190bc0f20.
2024-08-08 12:50:06 +02:00
Krzesimir Nowak
3f14fa91b7 eclass/gnome2-utils: Sync with Gentoo
It's from Gentoo commit 522ff35dae0aa2ee48111d7c4ffad9e749e72cde.
2024-08-08 12:50:06 +02:00
Krzesimir Nowak
05a03a1d9b eclass/db-use: Sync with Gentoo
It's from Gentoo commit 0b9d8633ab79ff4bde2e1d2168a0fc80fb2ee97d.
2024-08-08 12:50:06 +02:00
Krzesimir Nowak
22a6e3a16f eclass/check-reqs: Sync with Gentoo
It's from Gentoo commit e105854611974017415af6199d521b78f1134ff4.
2024-08-08 12:50:06 +02:00
Krzesimir Nowak
008947c9da
Merge pull request #2193 from flatcar/krnowak/dev-automation
Add dev-* packages to automation
2024-08-08 12:46:01 +02:00
flatcar-ci
5c7d3fed85 New version: main-4054.0.0-nightly-20240806-2100 2024-08-06 21:00:25 +00:00
Krzesimir Nowak
3b17c66a34 overlay profiles: Drop accept keywords for dev-embedded/u-boot-utils 2024-08-06 17:11:50 +02:00
Krzesimir Nowak
2e00087a06 dev-python/uc-micro-py: Add from Gentoo
It's from Gentoo commit 1366575089e7c52720b278acc57b8650977941de.
2024-08-06 17:11:50 +02:00
Krzesimir Nowak
409de000bd dev-python/mdurl: Add from Gentoo
It's from Gentoo commit f09c040eee6122d51308fa2d4d9203c1f622a9f0.
2024-08-06 17:11:50 +02:00
Krzesimir Nowak
927d4d5af2 dev-python/linkify-it-py: Add from Gentoo
It's from Gentoo commit 5da775fba8eaa795bd57d556cc6db057b982df30.
2024-08-06 17:11:50 +02:00
Krzesimir Nowak
e35e9bdd47 dev-python/lark: Add from Gentoo
It's from Gentoo commit 57983baa47d70fc6882b52671fba81d61b392b28.
2024-08-06 17:11:50 +02:00
Krzesimir Nowak
dccea2fd4d dev-python/fastjsonschema: Add from Gentoo
It's from Gentoo commit b0278d513be42c77503da19c114ed1b257349455.
2024-08-06 17:11:50 +02:00
Krzesimir Nowak
676fcf40de dev-python/poetry-core: Add from Gentoo
It's from Gentoo commit 598ede4be901f6c0234a654278b51eb730b10dd4.
2024-08-06 17:11:50 +02:00
Krzesimir Nowak
fef67bd470 dev-python/PySocks: Add from Gentoo
It's from Gentoo commit 7a94b3df4d0df386129460a3bee2a7a00d5e4435.
2024-08-06 17:11:49 +02:00
Krzesimir Nowak
0aff9b8ebb dev-python/markdown-it-py: Add from Gentoo
It's from Gentoo commit b3678950eee3c9c9674ccf27c21b54be0ca4460f.
2024-08-06 17:11:49 +02:00
Krzesimir Nowak
0297c18963 dev-python/colorama: Add from Gentoo
It's from Gentoo commit a0f3c63b6ca2990520d3a66404bffef2e1b0888c.
2024-08-06 17:11:49 +02:00
Krzesimir Nowak
91e5c96080 dev-python/urllib3: Add from Gentoo
It's from Gentoo commit 03adc5504b703867161beb662dd94e5982f6240d.
2024-08-06 17:11:49 +02:00
Krzesimir Nowak
13d28c5e7c dev-python/idna: Add from Gentoo
It's from Gentoo commit 496c5f6839b84ac92c4db3a6a1bab937574ddb29.
2024-08-06 17:11:49 +02:00
Krzesimir Nowak
3d5fdaf0a5 dev-python/charset-normalizer: Add from Gentoo
It's from Gentoo commit 46842c759578fbc513cb38173cc8a77b348b79b6.
2024-08-06 17:11:49 +02:00
Krzesimir Nowak
4688a6582c dev-python/certifi: Add from Gentoo
It's from Gentoo commit 38824b0f84509e4128711d09144726c57cc15969.
2024-08-06 17:11:49 +02:00
Krzesimir Nowak
516094f196 dev-python/truststore: Add from Gentoo
It's from Gentoo commit 4c8746009d1f38b15801e9f8214a285f29a216ad.
2024-08-06 17:11:49 +02:00
Krzesimir Nowak
709d77168c dev-python/tenacity: Add from Gentoo
It's from Gentoo commit d11ce113549e4f8478083a4ac4b5eef8847b6ef3.
2024-08-06 17:11:49 +02:00
Krzesimir Nowak
7ae190ac50 dev-python/setuptools: Sync with Gentoo
It's from Gentoo commit b810436b245e3484624fb19fc2e5473cef31737f.
2024-08-06 17:11:49 +02:00
Krzesimir Nowak
ba85894698 dev-python/resolvelib: Add from Gentoo
It's from Gentoo commit 1160d4afe4428b3d72a2fd691a1675dd628918db.
2024-08-06 17:11:49 +02:00
Krzesimir Nowak
aee00b0ec2 dev-python/rich: Add from Gentoo
It's from Gentoo commit ab09556ceaf9e03d9fa9a32955d93ec5850db6f4.
2024-08-06 17:11:49 +02:00
Krzesimir Nowak
c752baf538 dev-python/requests: Add from Gentoo
It's from Gentoo commit 241df8932bc30058b73a03d2e6605c70f5fdca9a.
2024-08-06 17:11:49 +02:00
Krzesimir Nowak
8c54ab3581 dev-python/pyproject-hooks: Add from Gentoo
It's from Gentoo commit e6e9f6e947e193254bf7f99c6d3b83b1985450a2.
2024-08-06 17:11:49 +02:00
Krzesimir Nowak
2f74b0fb51 dev-python/msgpack: Add from Gentoo
It's from Gentoo commit 1218b6b3ea024c2fa33483da167b4d3263e34320.
2024-08-06 17:11:49 +02:00
Krzesimir Nowak
54be33f1c1 dev-python/distlib: Add from Gentoo
It's from Gentoo commit 26c196f1ce6aa9ff0a598beeb7fcc2cdcc598f2c.
2024-08-06 17:11:49 +02:00
Krzesimir Nowak
c334ef54be dev-python/cachecontrol: Add from Gentoo
It's from Gentoo commit 290589ec214725050933d060a204b3947edb50d9.
2024-08-06 17:11:49 +02:00
Krzesimir Nowak
c91dfeb857 overlay profiles: Add accept keywords for dev-cpp/glog 2024-08-06 17:11:49 +02:00
Krzesimir Nowak
0982131363 dev-python/pip: Sync with Gentoo
It's from Gentoo commit 76c730a625270e7d153996e4569d26d4093245e1.
2024-08-06 17:11:49 +02:00
Krzesimir Nowak
9f0b63aaf2 dev-lang/tcl: Sync with Gentoo
It's from Gentoo commit 794061a3298b5716db015defa7b3e2c583b73980.
2024-08-06 17:11:49 +02:00
Krzesimir Nowak
674a9ceeda dev-embedded/u-boot-tools: Sync with Gentoo
It's from Gentoo commit 3d4ba884ecd77ac6c5f3a1d52cc91520dd618c3e.
2024-08-06 17:11:04 +02:00
Krzesimir Nowak
1892418c7e dev-cpp/glog: Sync with Gentoo
It's from Gentoo commit c41c298434c4fc3876c4086d0a4a7b59c72bd0cf.
2024-08-06 17:10:32 +02:00
Krzesimir Nowak
9aefcbd359 dev-cpp/gflags: Sync with Gentoo
It's from Gentoo commit a19f7a6950cac188d1aa9840f0088037442085fd.
2024-08-06 17:10:32 +02:00
Dongsu Park
f41eafc610
Merge pull request #2183 from flatcar/buildbot/monthly-glsa-metadata-updates-2024-08-01
Monthly GLSA metadata 2024-08-01
2024-08-06 13:46:21 +02:00
Flatcar Buildbot
e5f61621a8 portage-stable/metadata: Monthly GLSA metadata updates 2024-08-06 10:41:13 +02:00
flatcar-ci
b860a75ba3 New version: main-4053.0.0-nightly-20240805-2100 2024-08-05 21:00:23 +00:00
Krzesimir Nowak
7aa0166ea2
Merge pull request #2167 from flatcar/buildbot/weekly-portage-stable-package-updates-2024-07-29
Weekly portage-stable package updates 2024-07-29
2024-08-05 16:36:47 +02:00
Flatcar Buildbot
877523429f app-misc/ca-certificates: Update from 3.102 to 3.103 2024-08-05 07:20:54 +00:00
Dongsu Park
f28786977a overlay coreos-base/ue-rs: update version to 20240801
Update coreos-base/ue-rs to commit
21d64e53c559b318170081a9a49ed9198d1603f5, as of 2024-08-01.

Pulls in https://github.com/flatcar/ue-rs/pull/55
https://github.com/flatcar/ue-rs/pull/56.
2024-08-02 09:54:34 +02:00
flatcar-ci
4d31a2f40a New version: main-4049.0.0-nightly-20240801-2100 2024-08-01 21:00:29 +00:00
Flatcar Buildbot
23ee642729 Update mantle container image to latest HEAD 2024-08-01 12:35:18 +00:00
James Le Cuirot
7d85ee75da
Skip Catalyst stage2 as recommended by upstream Gentoo
From https://wiki.gentoo.org/wiki/Catalyst/Stage_Creation#Build_Stage3:

> It is not necessary to build stage2 in order to build stage3. Gentoo
> release engineering does not build stage2, and you should not need to
> unless you're intentionally building a stage2 as your goal.

We can now sync portage-stable/scripts with upstream because
bootstrap.sh is only used during stage2, and the changes we had are no
longer relevant. It seems likely the changes were already redundant
anyway.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-08-01 13:31:56 +01:00
Mathieu Tortuyaux
4dc9eea725
overlay app-containers/docker*: drop useless ebuilds
They are not required with the Docker upgrade

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-08-01 12:58:23 +02:00
Krzesimir Nowak
93125392bc overlay profiles: Stop disabling zstd in sys-fs/btrfs-progs
zstd is already a part of the production images so the disabling makes
no sense. And maybe we could use it to potentially improve compression of
our btrfs partitions.
2024-08-01 12:57:34 +02:00
Krzesimir Nowak
5b60f8c762 sys-fs/btrfs-progs: Sync with Gentoo
It's from Gentoo commit 9bd74bd161b14afd2f1a5dd924968d84c8cb0587.
2024-08-01 12:57:34 +02:00
Krzesimir Nowak
d23ad22db7 sys-fs/btrfs-progs: Move to portage-stable
The modification we have made is probably not relevant anymore.
2024-08-01 12:57:34 +02:00
Krzesimir Nowak
2f08ecffc6 overlay profiles: Clean up accept keywords
Sort, drop obsolete entries, update outdated entries.
2024-08-01 12:57:34 +02:00
Krzesimir Nowak
432136069b overlay profiles: Drop obsolete keywords for dev-util/pahole 2024-08-01 12:57:34 +02:00
Krzesimir Nowak
69b5b9c23e overlay profiles: Add accept keywords for net-misc/curl 2024-08-01 12:57:34 +02:00
Krzesimir Nowak
0bb2b7100b overlay profiles: Update accept keywords for app-containers/podman 2024-08-01 12:57:34 +02:00
Flatcar Buildbot
3bff2f533c virtual/service-manager: Sync with Gentoo
It's from Gentoo commit f8fbf0f59e164700ebca15880111fbc7bc85ef98.
2024-08-01 12:57:34 +02:00
Flatcar Buildbot
6c5345f60f sys-process/audit: Sync with Gentoo
It's from Gentoo commit 6338a5570e393dd912cd207035b4704868f68821.
2024-08-01 12:57:34 +02:00
Flatcar Buildbot
55627de964 sys-libs/libsepol: Sync with Gentoo
It's from Gentoo commit 323492b796511ad4cc8ae5c69ebef20810200f60.
2024-08-01 12:57:34 +02:00
Flatcar Buildbot
9cf91cd598 sys-libs/libselinux: Sync with Gentoo
It's from Gentoo commit 6c382195283257e995e4edad35bd9fbf64499dae.
2024-08-01 12:57:34 +02:00
Flatcar Buildbot
f7ea3ab445 sys-fs/xfsprogs: Sync with Gentoo
It's from Gentoo commit 22023eed88952f02014f8a45325b5f66564f0435.
2024-08-01 12:57:34 +02:00
Flatcar Buildbot
eda548ec04 sys-fs/squashfs-tools-ng: Sync with Gentoo
It's from Gentoo commit 3606c0efd11c647da2d04c72b34a09fb84b3f348.
2024-08-01 12:57:34 +02:00
Flatcar Buildbot
f6fab9bdb3 sys-fs/mtools: Sync with Gentoo
It's from Gentoo commit c6c7951ee33e47acc5824188ccb63d8e38a73527.
2024-08-01 12:57:34 +02:00
Flatcar Buildbot
806fa8e283 sys-fs/e2fsprogs: Sync with Gentoo
It's from Gentoo commit 4e6fe6f0e809429e1b551e59948d64d7614feb5f.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
96b449b94c sys-fs/cryptsetup: Sync with Gentoo
It's from Gentoo commit eb2306ff56867a518eea3b5369eb3cac7f4a35ec.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
d7cfcffdb9 sys-firmware/intel-microcode: Sync with Gentoo
It's from Gentoo commit 24aae6dd6e42c19b4e7415b9477621a357648219.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
4c66571e04 sys-devel/gnuconfig: Sync with Gentoo
It's from Gentoo commit c2c3d81df947dc0c9467ebb94e8ae9bf062e1b1b.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
74b79c3040 sys-devel/gettext: Sync with Gentoo
It's from Gentoo commit 1c459737142f787eb5a002266250a9e10dec846a.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
0253bf5ed1 sys-devel/gcc: Sync with Gentoo
It's from Gentoo commit 264e860476725436eea512e08062dfea4233af5f.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
2bdf6f15c9 sys-devel/binutils-config: Sync with Gentoo
It's from Gentoo commit 994a7ab88b9b440c7db756531ffe62ad50e78602.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
e951b416eb sys-devel/binutils: Sync with Gentoo
It's from Gentoo commit 9a23794a3dc75c2248fbb6546b6428480fb91ead.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
754c962afc sys-apps/util-linux: Sync with Gentoo
It's from Gentoo commit 20ae1c7ef17a633f07e144698dbffa35ff406c64.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
c71c584e41 sys-apps/semodule-utils: Sync with Gentoo
It's from Gentoo commit 85d2b54e57f5fc91a659a09164f23594137a760f.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
461221fd38 sys-apps/pv: Sync with Gentoo
It's from Gentoo commit 1dac942951e4bc2fc04b0130b860cb88379a614a.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
073b2b3409 sys-apps/pciutils: Sync with Gentoo
It's from Gentoo commit 12ec26086c33c4f620a9b8a2819b1953c986a8f6.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
0a402c17fa sys-apps/kexec-tools: Sync with Gentoo
It's from Gentoo commit b5b7cc250a357dfaa5f1a41bd863d714bb2c14e3.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
96662a5c69 sys-apps/iproute2: Sync with Gentoo
It's from Gentoo commit f2e0ee7855c4a942bf2175c57edcbc575bd03421.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
bf4876c085 sys-apps/hwdata: Sync with Gentoo
It's from Gentoo commit d48fac1b5d07757bb36d25bbac619d9628a0c523.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
44996db6f9 sys-apps/findutils: Sync with Gentoo
It's from Gentoo commit 56318c41933fb877eeb89ea7b2eedb53ffa11d97.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
251828f85d sys-apps/ethtool: Sync with Gentoo
It's from Gentoo commit 3b2578e96c5c94ffdc11e9e0dba06d3e5efb46f1.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
1b7fdc6790 sys-apps/checkpolicy: Sync with Gentoo
It's from Gentoo commit 1b3d0ae59cfd2cac6e60117d96a5313e94bb6b49.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
e3be15bb74 sec-policy/selinux-unconfined: Sync with Gentoo
It's from Gentoo commit d177dd5475c6a222ba229b2ebea807ef91af73a5.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
74010aa7fc sec-policy/selinux-sssd: Sync with Gentoo
It's from Gentoo commit becdea81c15f0e04f4affafbd41fa67579643e62.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
ea7f02e7e9 sec-policy/selinux-policykit: Sync with Gentoo
It's from Gentoo commit 28c85d21e9752a292f93dcb8fe1db9366f52c0c9.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
bfac0fc080 sec-policy/selinux-dbus: Sync with Gentoo
It's from Gentoo commit 1d8c4be1d12d686050c0cdbaeee910fbcbfa1833.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
76f233a28d sec-policy/selinux-container: Sync with Gentoo
It's from Gentoo commit 14902b011c979e315d1ca30c8bfa18bd949ab7c7.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
cf0ae594b5 sec-policy/selinux-base-policy: Sync with Gentoo
It's from Gentoo commit 7c6290f0b18394010d91af16a3951f7f5c270a99.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
9c28c50a34 sec-policy/selinux-base: Sync with Gentoo
It's from Gentoo commit 113dbe814c7d5183d8a2bcacd5c132e6053c457e.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
1416e1927c profiles: Sync with Gentoo
It's from Gentoo commit c580f5aa47cfd93a4b4265e41780467f9b5244b5.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
3402ce72fa net-misc/curl: Sync with Gentoo
It's from Gentoo commit 73f5bf72903c9fe929096bec94e7b0f9d3928f62.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
991d52823f net-libs/gnutls: Sync with Gentoo
It's from Gentoo commit a270dfe155a5196d4edc6ec31d2abc9a9740ed1a.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
e7acceda1f net-firewall/ipset: Sync with Gentoo
It's from Gentoo commit 1e4bbd99cb33746c1bf9c0276154bf2a7cd63d20.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
150a1e074b net-dns/c-ares: Sync with Gentoo
It's from Gentoo commit 287f97c77df17bc780061cfaca68473e6df4695c.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
1f009fa528 licenses: Sync with Gentoo
It's from Gentoo commit 627be0b46ad0946d66d073158826904f3540ead4.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
6716e8969e eclass/unpacker: Sync with Gentoo
It's from Gentoo commit bc6173b5fdeb051759254745f80ef539849a6cd0.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
91cb4540cf eclass/savedconfig: Sync with Gentoo
It's from Gentoo commit a87aba49d142f55e1b8d6e78fd2f9e9875691e02.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
4d23e84637 eclass/llvm: Sync with Gentoo
It's from Gentoo commit 1ea788c223239a35ac94011200305b15bf2e7d3e.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
cbefa5b473 eclass/java-utils-2: Sync with Gentoo
It's from Gentoo commit 7eddfd1f9b69da3a97fb5b6b3781a6a31feaa59a.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
8bf25b4b83 eclass/distutils-r1: Sync with Gentoo
It's from Gentoo commit 80a7960b9faa73152efd81e316f1083644817a02.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
884d913e8e dev-util/perf: Sync with Gentoo
It's from Gentoo commit f545ea4cbc640111b90385425ef4da826e79d0dc.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
6dc12ceab7 dev-util/pahole: Sync with Gentoo
It's from Gentoo commit 0f2c72008eff689145d7d84953afa45d89372176.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
6d155562cc dev-util/bpftool: Sync with Gentoo
It's from Gentoo commit 2dad65e395a806d04a219c95cf9e85830933dd88.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
cbe839edaf dev-python/setuptools: Sync with Gentoo
It's from Gentoo commit 3c4e9455ab3d32580013a6de56ce1906eba112aa.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
acdce76463 dev-python/pillow: Sync with Gentoo
It's from Gentoo commit 7a276dfae1b7eb62d5b5329491294f1225824ae0.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
c935740157 dev-python/jaraco-text: Sync with Gentoo
It's from Gentoo commit 50e3f81e6417c512810a6ddd5e383f941fbd66ed.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
25403f12be dev-python/jaraco-context: Sync with Gentoo
It's from Gentoo commit 66a7eb28e2678d0873f0c1f577926eb13381e89d.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
0ad3c618fa dev-python/ensurepip-setuptools: Sync with Gentoo
It's from Gentoo commit 67f40bdbb51b4744edf162d55f11f4863ee6da69.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
c0bdeefc39 dev-python/ensurepip-pip: Sync with Gentoo
It's from Gentoo commit 7b00cbb77af765810aa9b61eeb4ba132d446afb8.
2024-08-01 12:57:33 +02:00
Flatcar Buildbot
7b28f01623 dev-python/backports-tarfile: Sync with Gentoo
It's from Gentoo commit c08ca184231a20a2988f05252cb8fdd5918ee96b.
2024-08-01 12:57:32 +02:00
Flatcar Buildbot
cbc330fd4a dev-libs/oniguruma: Sync with Gentoo
It's from Gentoo commit c41c298434c4fc3876c4086d0a4a7b59c72bd0cf.
2024-08-01 12:57:32 +02:00
Flatcar Buildbot
482bc83e80 dev-libs/libnl: Sync with Gentoo
It's from Gentoo commit 3a96e4edd4415ca0160515283de4c9f7d9ec5223.
2024-08-01 12:57:32 +02:00
Flatcar Buildbot
352091057f dev-libs/libksba: Sync with Gentoo
It's from Gentoo commit 79231f8fd5bd50a73135efca661af006a906603d.
2024-08-01 12:57:32 +02:00
Flatcar Buildbot
53550c03af dev-libs/libgcrypt: Sync with Gentoo
It's from Gentoo commit 1ae2a9b20daf44c907b247df78f466fa1931e119.
2024-08-01 12:57:32 +02:00
Flatcar Buildbot
2a15ed6916 dev-libs/libassuan: Sync with Gentoo
It's from Gentoo commit f5e05259dda60ca1ed7796ccb3483247d79cda96.
2024-08-01 12:57:32 +02:00
Flatcar Buildbot
c92f3a5b40 dev-libs/jansson: Sync with Gentoo
It's from Gentoo commit aec2384cef0828ad95e08e6a95e96aead8b5b611.
2024-08-01 12:57:32 +02:00
Flatcar Buildbot
796716e50d dev-libs/cyrus-sasl: Sync with Gentoo
It's from Gentoo commit 64520916e20b8e8139c7a28bd792ac9cd66c2224.
2024-08-01 12:57:32 +02:00
Flatcar Buildbot
a6e1f6f357 dev-lang/python: Sync with Gentoo
It's from Gentoo commit f97b7a13faf01006d67921852c2940f89f2b0d32.
2024-08-01 12:57:32 +02:00
Flatcar Buildbot
beb370319b dev-debug/strace: Sync with Gentoo
It's from Gentoo commit e95970b4d9cf54ae2359afc987e2875976018f78.
2024-08-01 12:57:32 +02:00
Flatcar Buildbot
86052675da dev-debug/gdb: Sync with Gentoo
It's from Gentoo commit 8c67eb5c50030b45953766cf2f20a3d6aa8501dd.
2024-08-01 12:57:32 +02:00
Flatcar Buildbot
5e750f3aac dev-cpp/abseil-cpp: Sync with Gentoo
It's from Gentoo commit 306032c92636bfa56b00ec933926e66ff3bc64f0.
2024-08-01 12:57:32 +02:00
Flatcar Buildbot
b1d83707bd dev-build/meson-format-array: Sync with Gentoo
It's from Gentoo commit d5e08b1999d751bcb76f4989cfb5eb8f8124a4ea.
2024-08-01 12:57:32 +02:00
Flatcar Buildbot
896454de68 dev-build/meson: Sync with Gentoo
It's from Gentoo commit a1fd60e05bb9a6158dc4f664d4328d229b357915.
2024-08-01 12:57:32 +02:00
Flatcar Buildbot
9ce1f038de dev-build/cmake: Sync with Gentoo
It's from Gentoo commit 1cc4dec11d8cbe0f684a3ba38fadd10842717822.
2024-08-01 12:57:32 +02:00
Flatcar Buildbot
44ec7423ae dev-build/automake-wrapper: Sync with Gentoo
It's from Gentoo commit c0858f53bd90f9f567ff9c51d158869e66d3a229.
2024-08-01 12:57:32 +02:00
Flatcar Buildbot
3d118e112d app-shells/bash: Sync with Gentoo
It's from Gentoo commit 1fb62d973f0fd59a47b7d1ca958c106d97bc772b.
2024-08-01 12:57:32 +02:00
Flatcar Buildbot
f78f36b7b9 app-portage/elt-patches: Sync with Gentoo
It's from Gentoo commit 3ca6394641252f0e55d65bf922e43e0e80d4030f.
2024-08-01 12:57:32 +02:00
Flatcar Buildbot
638c0c7763 app-emulation/qemu: Sync with Gentoo
It's from Gentoo commit a45cf36b72d949e0f97966e6b2dcaa384c89d680.
2024-08-01 12:57:32 +02:00
Flatcar Buildbot
20f8d80509 app-crypt/tpm2-tss: Sync with Gentoo
It's from Gentoo commit 408f7eefd2e0a9f32eff02633dd1ce201a1c5f31.
2024-08-01 12:57:32 +02:00
Flatcar Buildbot
2c93ca0a44 app-crypt/tpm2-tools: Sync with Gentoo
It's from Gentoo commit 931e663b1ffa28f50faff0db41ae2a8661137192.
2024-08-01 12:57:32 +02:00
Flatcar Buildbot
514580cdfc app-crypt/pinentry: Sync with Gentoo
It's from Gentoo commit f9743a0e80271df88f280be184f799f1d75032aa.
2024-08-01 12:57:32 +02:00
Flatcar Buildbot
bf9a2f060d app-crypt/libb2: Sync with Gentoo
It's from Gentoo commit 8bda632b707207572f7e2b2ba28dac4dfa8dec38.
2024-08-01 12:57:32 +02:00
Flatcar Buildbot
98ef92bbed app-containers/runc: Sync with Gentoo
It's from Gentoo commit 6627fbc8ddb4d249139d7f17722090d9e2c32341.
2024-08-01 12:57:18 +02:00
Flatcar Buildbot
509af23ae8 app-arch/xz-utils: Sync with Gentoo
It's from Gentoo commit b4a71a6481729d59ff6c1928ec1c62a0148fc95b.
2024-08-01 12:57:18 +02:00
Flatcar Buildbot
63f9c2f7e3 app-arch/unzip: Sync with Gentoo
It's from Gentoo commit df3f2bc6cce357fa91ae0897cecd2a9bc9f0073a.
2024-08-01 12:57:18 +02:00
Flatcar Buildbot
a2ecde3381 app-arch/lz4: Sync with Gentoo
It's from Gentoo commit 461b33118c1d8b038088b5d8552f2fa8658bc5af.
2024-08-01 12:57:18 +02:00
Mathieu Tortuyaux
05b0feec73
Merge pull request #2152 from flatcar/tormath1/docker
docker: upgrade to 26.1.0
2024-08-01 11:48:14 +02:00
Mathieu Tortuyaux
3f8b4a0fbf
overlay profiles: remove useless device-mapper use flag for Docker
This is not supported anymore

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-08-01 11:46:59 +02:00
flatcar-ci
b2ddb80485 New version: main-4048.0.0-nightly-20240731-2100 2024-07-31 21:00:27 +00:00
Flatcar Buildbot
86ea6ecf95 Update mantle container image to latest HEAD 2024-07-31 17:01:34 +00:00
Mathieu Tortuyaux
3f33f6b417
profiles: accept unstable aardvark-dns
this solves a compiling issue with Rust 1.80 (because of the 'time'
dependency).

```
error[E0282]: type annotations needed for `Box<_>`
```

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-07-31 19:00:45 +02:00
Mathieu Tortuyaux
5b236ed286
dev-lang/rust: remove non-used patch
it has been dropped by Gentoo upstream

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-07-31 19:00:45 +02:00
Flatcar Buildbot
a4ff16bee1
dev-lang/rust: Update from 1.79.0 to 1.80.0 2024-07-31 19:00:45 +02:00
flatcar-ci
31f8568668 New version: main-4047.0.0-nightly-20240730-2100 2024-07-30 21:00:32 +00:00
Mathieu Tortuyaux
fd2c1a809d
Merge pull request #2141 from flatcar/tormath1/hetzner
coreos-base/afterburn: pull Hetzner patches
2024-07-30 16:09:33 +02:00
Mathieu Tortuyaux
1b4d5c168e
Merge pull request #2160 from flatcar/linux-6.6.43-main
Upgrade Linux Kernel for main from 6.6.41 to 6.6.43
2024-07-30 11:24:59 +02:00
Jeremi Piotrowski
b67648f7da
Merge pull request #2158 from l0kod/landlock
Enable Landlock LSM in the kernel.
2024-07-30 10:14:48 +02:00
flatcar-ci
db300a9ac7 New version: main-4046.0.0-nightly-20240729-2100 2024-07-29 21:00:26 +00:00
Flatcar Buildbot
e917c4066f
sys-kernel/coreos-sources: Update from 6.6.41 to 6.6.43 2024-07-29 17:59:00 +02:00
Mathieu Tortuyaux
9bfbdcb162
app-containers/docker-cli: sync with Gentoo
Commit-Ref: 74214006c9

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-07-29 17:50:10 +02:00
Mathieu Tortuyaux
6bd9d82d32
app-containers/docker: sync with Gentoo
Commit-Ref: 74214006c9

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-07-29 17:50:10 +02:00
Mathieu Tortuyaux
ca129b1d96
eclass/coreos-go-depend: use go 1.21
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-07-29 17:50:10 +02:00
Mathieu Tortuyaux
57f2b0c8e2
coreos-base/hard-host-depends: use go 1.21
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-07-29 17:50:10 +02:00
Mathieu Tortuyaux
3368d962ae
dev-lang/go: bump to 1.21.12
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-07-29 17:50:10 +02:00
Mathieu Tortuyaux
9ec5ddc9b3
app-emulation/amazon-ssm-agent: drop COREOS_GO_VERSION
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-07-29 17:50:09 +02:00
Flatcar Buildbot
c0839dd919 Update mantle container image to latest HEAD 2024-07-29 15:26:44 +00:00
Mickaël Salaün
b2be807349
sys-kernel/coreos-modules: Enable Landlock
Landlock is a feature to create security sandboxes thanks to 3 dedicated
system calls.  They are designed to be safe to used by any processes,
which can only drop their privileges, similarly to seccomp.

The new Landlock LSM is build in the kernel (CONFIG_SECURITY_LANDLOCK=y)
but it is not enough to make it usable by default.  As a stackable LSM,
it is required to enable it at boot time with the CONFIG_LSM list.  See
https://docs.kernel.org/userspace-api/landlock.html#kernel-support

As for other stackable LSMs, prepending Landlock to the default LSM list
enables users to potentially get more protection by default by letting
programs sandbox themselves.

As a dependency, CONFIG_SECURITY_PATH=y will be automatically set.

Signed-off-by: Mickaël Salaün <mic@digikod.net>
2024-07-29 15:10:55 +02:00
Jeremi Piotrowski
417790ff0d app-misc/ca-certificates: Switch to https protocol in SRC_URI
Ftp access appears to have been decommissioned (access times out) so switch to
the https mirror that Mozilla provides.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2024-07-29 10:37:36 +02:00
Flatcar Buildbot
87c73ec262 app-misc/ca-certificates: Update from 3.102 to 3.102.1 2024-07-29 07:21:21 +00:00
flatcar-ci
a94f908998 New version: main-4041.0.0-nightly-20240724-2100 2024-07-24 21:00:27 +00:00
Flatcar Buildbot
c5b7a56352 Update mantle container image to latest HEAD 2024-07-23 21:00:58 +00:00
flatcar-ci
55cd93be03 New version: main-4040.0.0-nightly-20240723-2100 2024-07-23 21:00:40 +00:00
Mathieu Tortuyaux
911386c504
coreos-base/afterburn: pull Hetzner patch
* allows Afterburn to get private IPs from Hetzner metadata
service
* fix duplicate attribute prefix

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-07-23 12:01:30 +02:00
flatcar-ci
15386d5459 New version: main-4039.0.0-nightly-20240722-2100 2024-07-22 21:00:26 +00:00
Mathieu Tortuyaux
dd9035644f
Merge pull request #2126 from flatcar/buildbot/weekly-portage-stable-package-updates-2024-07-16
Weekly portage-stable package updates 2024-07-16
2024-07-22 17:13:02 +02:00
Dongsu Park
29f7c259bd
Merge pull request #2069 from flatcar/buildbot/monthly-glsa-metadata-updates-2024-07-01
Monthly GLSA metadata 2024-07-01
2024-07-22 10:13:49 +02:00
flatcar-ci
dab06c59d6 New version: main-4036.0.0-nightly-20240719-2100 2024-07-20 03:00:28 +00:00
flatcar-ci
868c931c12 New version: main-4036.0.0-nightly-20240719-2100-INTERMEDIATE 2024-07-19 21:00:27 +00:00
Mathieu Tortuyaux
98500cd0be
Merge pull request #2139 from flatcar/containerd-1.7.20-main
Upgrade Containerd in main from 1.7.19 to 1.7.20
2024-07-19 17:03:45 +02:00
Mathieu Tortuyaux
b9cb2aba53
overlay profiles: Drop accept keywords for sys-libs/libnvme
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-07-19 10:55:52 +02:00
Mathieu Tortuyaux
03e38f76f4
overlay profiles: Drop accept keywords for sys-apps/nvme-cli
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-07-19 10:35:36 +02:00
Mathieu Tortuyaux
8caa3537c0
overlay profiles: Drop accept keywords for sys-apps/coreutils
This reverts ac79ba8702

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-07-19 10:32:53 +02:00
Flatcar Buildbot
cfb72f2e85 app-containers/containerd: Update from 1.7.19 to 1.7.20 2024-07-19 08:17:51 +00:00
Flatcar Buildbot
361d7d99e1 sys-kernel/coreos-sources: Update from 6.6.40 to 6.6.41 2024-07-19 07:14:34 +00:00
Mathieu Tortuyaux
9c6cacacad
Revert "dev-python/tomli: Drop unused package"
This reverts commit aaed2bdabb.
2024-07-17 09:55:10 +02:00
Flatcar Buildbot
8b7394459a portage-stable/metadata: Monthly GLSA metadata updates 2024-07-17 09:41:24 +02:00
Flatcar Buildbot
1524f70113 Update mantle container image to latest HEAD 2024-07-17 07:24:28 +00:00
Mathieu Tortuyaux
ca6660d6b0
Merge pull request #2123 from flatcar/linux-6.6.40-main
Upgrade Linux Kernel for main from 6.6.39 to 6.6.40
2024-07-17 09:24:14 +02:00
flatcar-ci
de9d0d98d7 New version: main-4033.0.0-nightly-20240716-2100 2024-07-16 21:00:29 +00:00
Mathieu Tortuyaux
c9e11c054c
Revert "dev-python/tomli: Drop unused package"
This reverts commit aaed2bdabb.
2024-07-16 18:13:18 +02:00
Mathieu Tortuyaux
66508a5920
profiles/repo_name: revert to portage-stable
This has to stay this way.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-07-16 15:40:43 +02:00
Flatcar Buildbot
2e4bea9ff4
x11-base/xorg-proto: Sync with Gentoo
It's from Gentoo commit 0cc26b9606909947c2f7b20374dcff4c368167c4.
2024-07-16 13:32:36 +02:00
Flatcar Buildbot
ddc4b527b5
sys-process/procps: Sync with Gentoo
It's from Gentoo commit 5cb571902f430a2386e9da9cbb4019d3932cda03.
2024-07-16 13:32:36 +02:00
Flatcar Buildbot
732585db87
sys-process/audit: Sync with Gentoo
It's from Gentoo commit c2d50c79cc88f5dc8272e987278bc2d35a805619.
2024-07-16 13:32:36 +02:00
Flatcar Buildbot
ce21a3295d
sys-libs/libselinux: Sync with Gentoo
It's from Gentoo commit ac5035880c05b8469a247e8ce3236e64d7963235.
2024-07-16 13:32:35 +02:00
Flatcar Buildbot
f387bbd672
sys-libs/libnvme: Sync with Gentoo
It's from Gentoo commit fe37e42963ad6a4de1b109ac5c2dfca80976da89.
2024-07-16 13:32:35 +02:00
Flatcar Buildbot
2c58765fa6
sys-libs/libcap: Sync with Gentoo
It's from Gentoo commit cf382be8f3fe1118bb0bd6b42de3e3b8510a4d60.
2024-07-16 13:32:35 +02:00
Flatcar Buildbot
ab95fa2ffc
sys-libs/gdbm: Sync with Gentoo
It's from Gentoo commit 99e6e7aa85c588274e3938636b07bce556dc2483.
2024-07-16 13:32:35 +02:00
Flatcar Buildbot
a7f9965f59
sys-libs/binutils-libs: Sync with Gentoo
It's from Gentoo commit 42467dafd1fdf268732d68322003a0453a6430c2.
2024-07-16 13:32:35 +02:00
Flatcar Buildbot
c39c915a66
sys-firmware/sgabios: Sync with Gentoo
It's from Gentoo commit 5c931d090e2ab905d03e0f5100b4eb8173870203.
2024-07-16 13:32:35 +02:00
Flatcar Buildbot
78a99cc95e
sys-firmware/ipxe: Sync with Gentoo
It's from Gentoo commit 0b7856b8c830dc6ece1ce7386967d90f05756241.
2024-07-16 13:32:34 +02:00
Flatcar Buildbot
8e6a1fdf73
sys-devel/gcc: Sync with Gentoo
It's from Gentoo commit a73c9ed24c410e54d5ca522ba268bdf139ee8e7d.
2024-07-16 13:32:34 +02:00
Flatcar Buildbot
3ed0b04454
sys-devel/crossdev: Sync with Gentoo
It's from Gentoo commit 5dadbc24264482b3ddb121ed1a9a93f331f5f069.
2024-07-16 13:32:34 +02:00
Flatcar Buildbot
4177c4023a
sys-devel/binutils: Sync with Gentoo
It's from Gentoo commit bbcb469bfc2883b7bdbd7d14aed5d2964c6907f1.
2024-07-16 13:32:34 +02:00
Flatcar Buildbot
d8967eb4db
sys-block/thin-provisioning-tools: Sync with Gentoo
It's from Gentoo commit dc1a9eb5d8668edf862cf9c26940d6ec48833608.
2024-07-16 13:32:34 +02:00
Flatcar Buildbot
d474456361
sys-apps/util-linux: Sync with Gentoo
It's from Gentoo commit ce49eb686687c88ee9a20cbe5f10f26f80999cf5.
2024-07-16 13:32:34 +02:00
Flatcar Buildbot
911ecfe985
sys-apps/pv: Sync with Gentoo
It's from Gentoo commit 6c6ae00c87324de5533afeac43187ac00a666838.
2024-07-16 13:32:34 +02:00
Flatcar Buildbot
b30ca18759
sys-apps/portage: Sync with Gentoo
It's from Gentoo commit ba6ab0e532c1bcaf668168c6e29f8ac3753b7970.
2024-07-16 13:32:33 +02:00
Flatcar Buildbot
57b3c05289
sys-apps/nvme-cli: Sync with Gentoo
It's from Gentoo commit 30d829bee5445eeaacc317828c09a4652d63177f.
2024-07-16 13:32:33 +02:00
Flatcar Buildbot
e1b0d7fd79
sys-apps/miscfiles: Sync with Gentoo
It's from Gentoo commit 977d2cf00bedf9987308b9f2cc7639b23e5bc8b0.
2024-07-16 13:32:33 +02:00
Flatcar Buildbot
0119bb2b00
sys-apps/man-db: Sync with Gentoo
It's from Gentoo commit d08bd5199387fec6c7a47d2fc8d831ac8db5a961.
2024-07-16 13:32:33 +02:00
Flatcar Buildbot
c20ec084dd
sys-apps/iproute2: Sync with Gentoo
It's from Gentoo commit fea4f86d00b622e40aff43aae50c88ec95b10b53.
2024-07-16 13:32:33 +02:00
Flatcar Buildbot
c4ae907366
sys-apps/coreutils: Sync with Gentoo
It's from Gentoo commit de734646c040c20459e4dc79976387d0578de3ee.
2024-07-16 13:32:33 +02:00
Flatcar Buildbot
c8059b65b2
sec-policy/selinux-base: Sync with Gentoo
It's from Gentoo commit c35b5449cfd7ecbacb7244e0d008b551ab21e235.
2024-07-16 13:32:32 +02:00
Flatcar Buildbot
81390b2b42
sec-keys/openpgp-keys-gentoo-release: Sync with Gentoo
It's from Gentoo commit 3f6f91c9f322abcfaf02e9a5ad4096fd6311218c.
2024-07-16 13:32:32 +02:00
Flatcar Buildbot
27a0e71058
profiles: Sync with Gentoo
It's from Gentoo commit d48794d195c543fa98bc9ca5494d5101c1474384.
2024-07-16 13:32:32 +02:00
Flatcar Buildbot
630286b427
net-nds/openldap: Sync with Gentoo
It's from Gentoo commit 8a06997e35a6b4f2e4a8bc8a930a58ae786db4af.
2024-07-16 13:32:32 +02:00
Flatcar Buildbot
b36e2c04f5
net-misc/whois: Sync with Gentoo
It's from Gentoo commit 7e000c372ba0f49f87ad78e140fc9b4518c69a8b.
2024-07-16 13:32:32 +02:00
Flatcar Buildbot
987ffb0f95
net-misc/rsync: Sync with Gentoo
It's from Gentoo commit d83ea18a4efe4f59fd7c399f6545f9996168b892.
2024-07-16 13:32:32 +02:00
Flatcar Buildbot
0cf4f6037c
net-misc/openssh: Sync with Gentoo
It's from Gentoo commit f4b8907daabaff433a837ca6356bf1fb6649e551.
2024-07-16 13:32:32 +02:00
Flatcar Buildbot
12900357b1
net-misc/ntp: Sync with Gentoo
It's from Gentoo commit a7bd82676b2820d4e334e7870adab185ded80aab.
2024-07-16 13:32:31 +02:00
Flatcar Buildbot
ee9960a07f
net-misc/iputils: Sync with Gentoo
It's from Gentoo commit 09aa8f9a8a5a1d60edd00625e5cc122ae5200ce7.
2024-07-16 13:32:31 +02:00
Flatcar Buildbot
f402f872fa
net-misc/curl: Sync with Gentoo
It's from Gentoo commit 8457813ed19dce69c404bd946d3dd4e561fb8f5e.
2024-07-16 13:32:31 +02:00
Flatcar Buildbot
26eed57f0b
net-libs/libpsl: Sync with Gentoo
It's from Gentoo commit 17f8f8007c2d190ac531cf17aef76fe8ab9840e5.
2024-07-16 13:32:31 +02:00
Flatcar Buildbot
8cd324ccbe
net-libs/libnftnl: Sync with Gentoo
It's from Gentoo commit c839ffd09ed497f21c61c065b4de9a47ce6bb0e6.
2024-07-16 13:32:31 +02:00
Flatcar Buildbot
540db11ec0
net-libs/gnutls: Sync with Gentoo
It's from Gentoo commit 160a77bca6bf3aae87db3f3a844db415ab48e822.
2024-07-16 13:32:31 +02:00
Flatcar Buildbot
f4725ebbae
net-firewall/ipset: Sync with Gentoo
It's from Gentoo commit 65938b19ecda39ee955e1cec7c3c4cfb48d9ae96.
2024-07-16 13:32:30 +02:00
Flatcar Buildbot
7d818aa418
net-dns/c-ares: Sync with Gentoo
It's from Gentoo commit 9cd3f164878425578b992e7e653a32aca698a114.
2024-07-16 13:32:30 +02:00
Flatcar Buildbot
b00d27062f
licenses: Sync with Gentoo
It's from Gentoo commit 1df8086dde30411e1cf5d36a5ea4464c13a23c2c.
2024-07-16 13:32:30 +02:00
Flatcar Buildbot
260b1943af
eclass/mount-boot-utils: Sync with Gentoo
It's from Gentoo commit 0b5a61fc03b22036d38c7bc1dab15b7061277f85.
2024-07-16 13:32:30 +02:00
Flatcar Buildbot
4e9a65f7bc
eclass/mount-boot: Sync with Gentoo
It's from Gentoo commit 0b5a61fc03b22036d38c7bc1dab15b7061277f85.
2024-07-16 13:32:30 +02:00
Flatcar Buildbot
61ce18f129
eclass/linux-info: Sync with Gentoo
It's from Gentoo commit b5ddd6e28b8b368bd9e1a064484de95c03bf5445.
2024-07-16 13:32:30 +02:00
Flatcar Buildbot
78df16fec8
eclass/kernel-2: Sync with Gentoo
It's from Gentoo commit 0dd34779b2205e553f55dd0464374949559b763c.
2024-07-16 13:32:29 +02:00
Flatcar Buildbot
cb9db2a6f6
eclass/gnome.org: Sync with Gentoo
It's from Gentoo commit c25d7587a0c8f7aeef7fb39f99abca0e34ea0f51.
2024-07-16 13:32:29 +02:00
Flatcar Buildbot
0f53c152c8
eclass/git-r3: Sync with Gentoo
It's from Gentoo commit e27f68c1a16993efd00c81145d33d792a0f870d9.
2024-07-16 13:32:29 +02:00
Flatcar Buildbot
19eb78354a
eclass/flag-o-matic: Sync with Gentoo
It's from Gentoo commit 2baeb8c8987f9214080ce2a8c94c0e93ee7af217.
2024-07-16 13:32:29 +02:00
Flatcar Buildbot
44fbd3f2c7
eclass/cmake: Sync with Gentoo
It's from Gentoo commit 4fc79e22daff1ee51cd861515daba7dca08c1e5a.
2024-07-16 13:32:29 +02:00
Flatcar Buildbot
44eddc42a3
eclass/autotools: Sync with Gentoo
It's from Gentoo commit 91ea2b6d471406e56206278d0e97422f74028bde.
2024-07-16 13:32:29 +02:00
Flatcar Buildbot
7a4f9204dd
dev-vcs/git: Sync with Gentoo
It's from Gentoo commit eb87a195ac678d6ba2d2210e57c2590d2a3a2d6a.
2024-07-16 13:32:28 +02:00
Flatcar Buildbot
14d9c2d0da
dev-util/glib-utils: Sync with Gentoo
It's from Gentoo commit 0ad1b10b7b2ce710b290fb5bf636fa5554726049.
2024-07-16 13:32:28 +02:00
Flatcar Buildbot
9f909a5446
dev-util/gdbus-codegen: Sync with Gentoo
It's from Gentoo commit c85d69a302f4fd40567e387c37e21dcb2a73898b.
2024-07-16 13:32:28 +02:00
Flatcar Buildbot
ab4c1939b5
dev-util/bpftool: Sync with Gentoo
It's from Gentoo commit 3912a3204d5e723dc10b6913976a676e47ce7a4f.
2024-07-16 13:32:28 +02:00
Flatcar Buildbot
65aebab5d3
dev-python/trove-classifiers: Sync with Gentoo
It's from Gentoo commit 5be8f2fc937c1a3f0a8503eff3dec30141086acd.
2024-07-16 13:32:28 +02:00
Flatcar Buildbot
4c7476c518
dev-python/setuptools: Sync with Gentoo
It's from Gentoo commit 4b82021b190b90615e46b08862773c8015c567ce.
2024-07-16 13:32:28 +02:00
Flatcar Buildbot
a0400fe5f0
dev-python/lxml: Sync with Gentoo
It's from Gentoo commit 94bc387c5a9d4e66559d40884044340216d5cf7a.
2024-07-16 13:32:28 +02:00
Flatcar Buildbot
adffdbb4f8
dev-python/jaraco-text: Sync with Gentoo
It's from Gentoo commit ca27d6d5cc3390352f0c54af0e1e771cdd722dc1.
2024-07-16 13:32:27 +02:00
Flatcar Buildbot
b2c79162ec
dev-python/jaraco-context: Sync with Gentoo
It's from Gentoo commit 99ba7dd7eac0393063e3a9378dad6ece86c354a7.
2024-07-16 13:32:27 +02:00
Flatcar Buildbot
b7cbe92163
dev-python/hatchling: Sync with Gentoo
It's from Gentoo commit 3a2f6b35111f995fea067245ca06e5342b497872.
2024-07-16 13:32:27 +02:00
Flatcar Buildbot
765db21bf8
dev-python/ensurepip-setuptools: Sync with Gentoo
It's from Gentoo commit 946a26673331e2ebe0ea5020292ba7c7169cd5fc.
2024-07-16 13:32:27 +02:00
Flatcar Buildbot
62aee8d936
dev-python/ensurepip-pip: Sync with Gentoo
It's from Gentoo commit d6d498c2159e960b6eaef2aeb642e76f34ab61fc.
2024-07-16 13:32:27 +02:00
Flatcar Buildbot
1570d66f7c
dev-python/distro: Sync with Gentoo
It's from Gentoo commit acfc29aec8dad35411fb8d843dce5ed098e8b13a.
2024-07-16 13:32:27 +02:00
Flatcar Buildbot
4d0a97db29
dev-libs/protobuf: Sync with Gentoo
It's from Gentoo commit 500e56f73c763ea8b5bb061a522537a9c6ca5cc6.
2024-07-16 13:32:26 +02:00
Flatcar Buildbot
1f5c3b5fad
dev-libs/nettle: Sync with Gentoo
It's from Gentoo commit c627cc231796bf88ce7ef664986863d32de4a5a4.
2024-07-16 13:32:26 +02:00
Flatcar Buildbot
d39396502c
dev-libs/libxslt: Sync with Gentoo
It's from Gentoo commit efd19cfcc676b38196c881d607768a8dca5aa5c2.
2024-07-16 13:32:26 +02:00
Flatcar Buildbot
740f98f7aa
dev-libs/libxml2: Sync with Gentoo
It's from Gentoo commit ec122791aa876d7d7654f3fe79bb439c8505ba5f.
2024-07-16 13:32:26 +02:00
Flatcar Buildbot
c8a4f95f16
dev-libs/libgcrypt: Sync with Gentoo
It's from Gentoo commit da3ec61bf72224423cc9ca8aaf76785d84f1e077.
2024-07-16 13:32:26 +02:00
Flatcar Buildbot
39a452916c
dev-libs/gobject-introspection: Sync with Gentoo
It's from Gentoo commit 0bf4cc36f07015186a29821a278dada0bc529a6a.
2024-07-16 13:32:26 +02:00
Flatcar Buildbot
8fb7a0957c
dev-libs/glib: Sync with Gentoo
It's from Gentoo commit 5590865b14a24a8a8778e4c7b835f79e7d14f365.
2024-07-16 13:32:25 +02:00
Flatcar Buildbot
9cb54da2a4
dev-libs/cJSON: Sync with Gentoo
It's from Gentoo commit 5c807525aa112b8fafdbf2667ba1ab316fdf6d3c.
2024-07-16 13:32:25 +02:00
Flatcar Buildbot
476469cf5f
dev-lang/swig: Sync with Gentoo
It's from Gentoo commit 8cff4604085d2ebeb6a4edc03f08208635c02dd7.
2024-07-16 13:32:25 +02:00
Flatcar Buildbot
87a05f9564
dev-lang/python: Sync with Gentoo
It's from Gentoo commit 290d82f62fa7b58b40665956075060c7793c6c31.
2024-07-16 13:32:25 +02:00
Flatcar Buildbot
29ad34f688
dev-debug/gdb: Sync with Gentoo
It's from Gentoo commit 6dbeff440e86c90941467834e607da0c1c9e5bcd.
2024-07-16 13:32:25 +02:00
Flatcar Buildbot
b32b3d6474
dev-db/sqlite: Sync with Gentoo
It's from Gentoo commit dbe6659ada4661d2715f8f64d92811263c90220e.
2024-07-16 13:32:25 +02:00
Flatcar Buildbot
c064499d7f
dev-cpp/gtest: Sync with Gentoo
It's from Gentoo commit 9d67a65c5bf608d9b7b54d2beb04ad4a21effdeb.
2024-07-16 13:32:25 +02:00
Flatcar Buildbot
6257235903
dev-cpp/abseil-cpp: Sync with Gentoo
It's from Gentoo commit d659f8343fd5d700934e37a3b0b86d247d4ef2ed.
2024-07-16 13:32:24 +02:00
Flatcar Buildbot
ea4dbfbab1
dev-build/ninja: Sync with Gentoo
It's from Gentoo commit 6941a8d364c83e62b33c173ceb8652f0ae9948df.
2024-07-16 13:32:24 +02:00
Flatcar Buildbot
6129181844
dev-build/meson-format-array: Sync with Gentoo
It's from Gentoo commit 752458dc5ec90029dd1f0250851519a53eb132fd.
2024-07-16 13:32:24 +02:00
Flatcar Buildbot
3a11595fb4
dev-build/meson: Sync with Gentoo
It's from Gentoo commit 286a9a66fb3d1f9643f4751c8f65affa6fff7e89.
2024-07-16 13:32:24 +02:00
Flatcar Buildbot
ef685c0216
dev-build/cmake: Sync with Gentoo
It's from Gentoo commit f12bba7363577ac6e63955aa675828363bec7e1b.
2024-07-16 13:32:24 +02:00
Flatcar Buildbot
75abd73094
dev-build/automake: Sync with Gentoo
It's from Gentoo commit 84abb13dfe99bb005abc555afb891bf759192ad7.
2024-07-16 13:32:24 +02:00
Flatcar Buildbot
6580019947
app-shells/gentoo-bashcomp: Sync with Gentoo
It's from Gentoo commit 2de72e9cbf9a2e43960c31b859f394d258ae8315.
2024-07-16 13:32:23 +02:00
Flatcar Buildbot
6b596ef880
app-shells/bash-completion: Sync with Gentoo
It's from Gentoo commit 6b2ec7c26bf0620fb5490e71a5e64cdc0c6dd7ae.
2024-07-16 13:32:23 +02:00
Flatcar Buildbot
6ae98a072d
app-shells/bash: Sync with Gentoo
It's from Gentoo commit f06336579261c7c4800a6e0cc264c4fcaad680d4.
2024-07-16 13:32:23 +02:00
Flatcar Buildbot
740ff43c09
app-portage/gentoolkit: Sync with Gentoo
It's from Gentoo commit 72af038ad346aab4904a9107bc0bb5ee14b6b12d.
2024-07-16 13:32:23 +02:00
Flatcar Buildbot
6389c50686
app-portage/elt-patches: Sync with Gentoo
It's from Gentoo commit eaa210b6fbaddae6b15d3ec96a69cbc1a6ce98c6.
2024-07-16 13:32:23 +02:00
Flatcar Buildbot
26932ee0d2
app-emulation/qemu-guest-agent: Sync with Gentoo
It's from Gentoo commit dce60b3382a18fbddef59f244b11c06b8e365118.
2024-07-16 13:32:23 +02:00
Flatcar Buildbot
464674d837
app-editors/nano: Sync with Gentoo
It's from Gentoo commit 9a451917d0745ac6e56b71605544e9238693586f.
2024-07-16 13:32:22 +02:00
Flatcar Buildbot
d4e595afa6
app-crypt/pinentry: Sync with Gentoo
It's from Gentoo commit 5f8fad56cb06fc038c5d3a75c2193b1ec0ffdf5a.
2024-07-16 13:32:22 +02:00
Flatcar Buildbot
755decdfb0
app-crypt/gpgme: Sync with Gentoo
It's from Gentoo commit 47b90e0746029928fac4dd2306d073dd49a422c0.
2024-07-16 13:32:22 +02:00
Flatcar Buildbot
2e9f65ee64
app-crypt/gnupg: Sync with Gentoo
It's from Gentoo commit 74a8104e7bfd15741b70b479adf500af8ba28c14.
2024-07-16 13:32:22 +02:00
Flatcar Buildbot
d78b77e740 app-arch/lbzip2: Sync with Gentoo
It's from Gentoo commit 0c6cf4c10de3413939d7596d68190339f6727fa5.
2024-07-16 11:17:33 +00:00
Flatcar Buildbot
8815d1eec6 app-arch/gzip: Sync with Gentoo
It's from Gentoo commit ef21f83344cc9a064923e058f82d781d13b1987b.
2024-07-16 11:17:33 +00:00
Mathieu Tortuyaux
7a5633cd4f
coreos-base/coreos: add selinux-policykit
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-07-16 12:38:06 +02:00
Mathieu Tortuyaux
13b7137c0c
sec-policy/selinux-policykit: add new policy
This is required to build our current set of policies

Commit-Ref: 49d3de6b47

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-07-16 12:38:06 +02:00
Mathieu Tortuyaux
9cf712bbdf
sys-apps/kmod: apply flatcar patches
this revert: eb13455af7

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-07-16 12:38:05 +02:00
Mathieu Tortuyaux
7eb38b6a93
sys-apps/kmod: move to ::coreos-overlay
this is required to apply split-usr patch

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-07-16 12:38:05 +02:00
Krzesimir Nowak
e8af6c6729
overlay profiles: Drop accept keywords for sys-process/procps 2024-07-16 09:38:15 +02:00
Krzesimir Nowak
6b5c6593ae
overlay profiles: Drop accept keywords for sys-libs/readline 2024-07-16 09:38:15 +02:00
Krzesimir Nowak
1d4b8522dd
overlay profiles: Drop accept keywords for sys-libs/ncurses 2024-07-16 09:38:14 +02:00
Krzesimir Nowak
d5830113f9
overlay user-patches: Drop patches for sys-fs/xfsprogs 2024-07-16 09:38:14 +02:00
Krzesimir Nowak
bfb888d416
overlay profiles: Drop accept keywords for sys-firmware/intel-microcode 2024-07-16 09:38:14 +02:00
Krzesimir Nowak
f377c78c6e
overlay profiles: Disable initramfs USE flag in sys-firmware/intel-microcode 2024-07-16 09:38:14 +02:00
Krzesimir Nowak
c5e5c0ab30
overlay profiles: Mask newer versions of dev-libs/protobuf 2024-07-16 09:38:14 +02:00
Krzesimir Nowak
5701d8f62d
overlay profiles: Drop obsolete accept keywords for net-misc/openssh 2024-07-16 09:38:14 +02:00
Krzesimir Nowak
64551a9f28
overlay profiles: Drop accept keywords for net-misc/curl 2024-07-16 09:38:14 +02:00
Krzesimir Nowak
6de468ed6f
overlay profiles: Drop accept keywords for net-dns/c-ares 2024-07-16 09:38:13 +02:00
Krzesimir Nowak
65b3ecbb4d
overlay profiles: Drop accept keywords for dev-python/cython 2024-07-16 09:38:13 +02:00
Krzesimir Nowak
d3cf34dff2
overlay profiles: Drop accept keywords for dev-libs/opensc 2024-07-16 09:38:13 +02:00
Krzesimir Nowak
b23a67d8d5
overlay profiles: Drop accept keywords for dev-libs/libdnet 2024-07-16 09:38:13 +02:00
Krzesimir Nowak
f137dcb612
overlay profiles: Drop accept keywords for dev-lang/python 2024-07-16 09:38:13 +02:00
Krzesimir Nowak
43733bca6e
overlay profiles: Update a comment for app-crypt/mit-krb5 accept keywords 2024-07-16 09:38:13 +02:00
Krzesimir Nowak
df33e33c08
overlay profiles: Drop accept keywords for app-shells/bash 2024-07-16 09:38:12 +02:00
Krzesimir Nowak
4bc9814bc6
overlay profiles: Bump version of provided package
I think these versions here are unnecessary, probably would be better
to get rid of them.
2024-07-16 09:38:12 +02:00
Krzesimir Nowak
11664f5e6e
overlay profiles: Add accept keywords for dev-libs/yajl 2024-07-16 09:38:12 +02:00
Krzesimir Nowak
f92b5ac8bd
dev-python/typing-extensions: Drop unused package 2024-07-16 09:38:12 +02:00
Krzesimir Nowak
48aefd3cba
dev-python/inflect: Drop unused package 2024-07-16 09:38:12 +02:00
Krzesimir Nowak
c480b031a6
overlay profiles: Add accept keywords for dev-cpp/abseil-cpp 2024-07-16 09:38:12 +02:00
Krzesimir Nowak
a591b7ea45
overlay profiles: Mask sys-libs/ldb-2.8 or newer 2024-07-16 09:38:11 +02:00
Krzesimir Nowak
c73fc66972
overlay profiles: Sort packages in accept keywords file, add comments 2024-07-16 09:38:11 +02:00
Krzesimir Nowak
9299baf987
overlay profiles: Update accept keywords for sys-libs/libnvme 2024-07-16 09:38:11 +02:00
Krzesimir Nowak
7fb6c366de
overlay profiles: Update accept keywords for sys-apps/nvme-cli 2024-07-16 09:38:11 +02:00
Krzesimir Nowak
2ed325b7fe
overlay profiles: Update accept keywords for sys-apps/kexec-tools 2024-07-16 09:38:11 +02:00
Krzesimir Nowak
e5f7ed7e35
overlay profiles: Update accept keywords for net-libs/gnutls 2024-07-16 09:38:11 +02:00
Krzesimir Nowak
159d6da5d4
overlay profiles: Add accept keywords for dev-libs/protobuf 2024-07-16 09:38:10 +02:00
Krzesimir Nowak
8c0cd4b1dc
overlay profiles: Add accept keywords for app-crypt/mit-krb5 2024-07-16 09:38:10 +02:00
Krzesimir Nowak
73e8c91227
dev-cpp/abseil-cpp: Add from Gentoo
It's from Gentoo commit 33ba9e298ae98dc83984d219d63391b1c5d1fcc0.
2024-07-16 09:38:10 +02:00
Krzesimir Nowak
3441e88e4d
overlay profiles: Add accept keywords for app-containers/podman 2024-07-16 09:38:10 +02:00
Krzesimir Nowak
c7b9967c0d
dev-libs/mpdecimal: Add from Gentoo
It's from Gentoo commit 08a99d6d23ddb4b387293e6501303f26b1484189.
2024-07-16 09:38:10 +02:00
Krzesimir Nowak
6903b61f41
eclass/unpacker: Add from Gentoo
It's from Gentoo commit 76d9361484ac8db5eed5fdf16519fde7a1b66f4c.
2024-07-16 09:38:09 +02:00
Krzesimir Nowak
b3b8d46f58
eclass/mount-boot-utils: Add from Gentoo
It's from Gentoo commit e598ba3fe1f5b51c0f0e64cacd950d600b289852.
2024-07-16 09:38:09 +02:00
Krzesimir Nowak
98412b4b16
overlay coreos/config: Move modprobe and others back to sbin 2024-07-16 09:38:09 +02:00
Krzesimir Nowak
313fe25cd1
sys-fs/fuse-overlayfs: Sync with Gentoo
It's from Gentoo commit 16ead53b63e8b7474e4e84a282b9b2b16e061372.
2024-07-16 09:38:08 +02:00
Krzesimir Nowak
684e35797b
dev-libs/yajl: Sync with Gentoo
It's from Gentoo commit 7f53d58d3f370f3ce5b61ebf183072068ad1306d.
2024-07-16 09:38:08 +02:00
Krzesimir Nowak
f9adc309ae
dev-go/go-md2man: Sync with Gentoo
It's from Gentoo commit a1722ccc61bf3b9f38d62ec0cca082b070fef768.
2024-07-16 09:38:08 +02:00
Krzesimir Nowak
06bf25f5e2
app-containers/crun: Sync with Gentoo
It's from Gentoo commit e588a9d3f1b2a2aa97c1ca3e6a85a0cf9bea133e.
2024-07-16 09:38:08 +02:00
Krzesimir Nowak
6946ac418f
app-containers/containers-storage: Sync with Gentoo
It's from Gentoo commit 12b57c555396d0e482887aec2fc53100289b804b.
2024-07-16 09:38:08 +02:00
Krzesimir Nowak
412762314f
app-containers/containers-shortnames: Sync with Gentoo
It's from Gentoo commit d457b4f7e46180b06f315c9267a467bf91f4a843.
2024-07-16 09:38:08 +02:00
Krzesimir Nowak
e9e8a926d3
app-containers/containers-image: Sync with Gentoo
It's from Gentoo commit 4e921990bd654009619549b60d3b6eb4ccf26800.
2024-07-16 09:38:07 +02:00
Krzesimir Nowak
74f563e3af
app-containers/containers-common: Sync with Gentoo
It's from Gentoo commit 66816cd56141b5e1090a3ca21a54ce1fa17baaf5.
2024-07-16 09:38:07 +02:00
Krzesimir Nowak
a8e4695228
app-containers/conmon: Sync with Gentoo
It's from Gentoo commit f00ca9cb6ab0e751862feb29ddc38b09ed14a534.
2024-07-16 09:38:07 +02:00
Krzesimir Nowak
07528063cf
app-containers/catatonit: Sync with Gentoo
It's from Gentoo commit 4b4ba23921db9ceaf475d879df63e7b6523362ef.
2024-07-16 09:38:07 +02:00
Krzesimir Nowak
b8d428612d
overlay profiles: Do not pull in jpeg library for dev-python/pillow 2024-07-16 09:38:07 +02:00
Krzesimir Nowak
d5ad0c8c30
overlay profiles: Mask python 3.13 2024-07-16 09:38:07 +02:00
Krzesimir Nowak
aaed2bdabb
dev-python/tomli: Drop unused package 2024-07-16 09:38:06 +02:00
Krzesimir Nowak
76c0801314
dev-python/olefile: Add from Gentoo
It's from Gentoo commit 123f53a24dcba25eb21652b1fda561b0eb3763a0.
2024-07-16 09:38:06 +02:00
Krzesimir Nowak
021f16d6d1
dev-python/pillow: Add from Gentoo
It's from Gentoo commit a1d333320075a80058aee0e5679cc2805035cf05.
2024-07-16 09:38:06 +02:00
Krzesimir Nowak
d4b8cd23f4
dev-python/backports-tarfile: Add from Gentoo
It's from Gentoo commit 5ec273875559af31c4a296c165a853f1464db5da.
2024-07-16 09:38:06 +02:00
Flatcar Buildbot
9a41ab6c3c
x11-base/xorg-proto: Sync with Gentoo
It's from Gentoo commit 59b715596e598d8969fddf635c83a4705d4760a9.
2024-07-16 09:38:06 +02:00
Flatcar Buildbot
fa0511b8fb
virtual/perl-Unicode-Collate: Sync with Gentoo
It's from Gentoo commit 9339c70ca4fc99dda99a5be74b8ad5a3f00e99f7.
2024-07-16 09:38:05 +02:00
Flatcar Buildbot
46796a4162
virtual/perl-IO: Sync with Gentoo
It's from Gentoo commit 97efee902ed893e163d334c72c8d62d649191a0a.
2024-07-16 09:38:05 +02:00
Flatcar Buildbot
581387d1a8
virtual/perl-Getopt-Long: Sync with Gentoo
It's from Gentoo commit 4cb319236f88b103ea345efda62b562a5bed52b5.
2024-07-16 09:38:05 +02:00
Flatcar Buildbot
3acfc23d34
virtual/perl-File-Temp: Sync with Gentoo
It's from Gentoo commit 7c6f77c0c194af76bec0b8be83d72d9dc1deb137.
2024-07-16 09:38:05 +02:00
Flatcar Buildbot
7431c42cb7
virtual/perl-File-Spec: Sync with Gentoo
It's from Gentoo commit f0201d96895ac7aa163cc0751a70c7efa1d4e207.
2024-07-16 09:38:05 +02:00
Flatcar Buildbot
7069117b05
virtual/perl-ExtUtils-MakeMaker: Sync with Gentoo
It's from Gentoo commit b3fef0f2c3c224771e82828f570049d911357836.
2024-07-16 09:38:05 +02:00
Flatcar Buildbot
b1511d461c
virtual/perl-Exporter: Sync with Gentoo
It's from Gentoo commit adde4c212c7937d71ab1957db313a4db834df790.
2024-07-16 09:38:05 +02:00
Flatcar Buildbot
6e1d2516e2
virtual/perl-Encode: Sync with Gentoo
It's from Gentoo commit 4118e64e17aabefbdb52b6793eccaefd8d3d3dda.
2024-07-16 09:38:04 +02:00
Flatcar Buildbot
10f4eec0b8
virtual/perl-Data-Dumper: Sync with Gentoo
It's from Gentoo commit d62f1fcb62aa2a57ce99004823fceda14e7a780d.
2024-07-16 09:38:04 +02:00
Flatcar Buildbot
b777fd72f3
virtual/perl-Carp: Sync with Gentoo
It's from Gentoo commit 86bde88ad97cb31164b7223543feacc8112b9ced.
2024-07-16 09:38:04 +02:00
Flatcar Buildbot
db58484da5
sys-process/psmisc: Sync with Gentoo
It's from Gentoo commit a1df275e534eb333a44a64814c43a34c9ac02a0b.
2024-07-16 09:38:04 +02:00
Flatcar Buildbot
07a527cd1a
sys-process/procps: Sync with Gentoo
It's from Gentoo commit 260b3d10b0781a588e3fb6fef1fc2f7b871ce329.
2024-07-16 09:38:04 +02:00
Flatcar Buildbot
835bf047ff
sys-process/audit: Sync with Gentoo
It's from Gentoo commit acf4c3b19d2e93a66020970627da22e813747e2a.
2024-07-16 09:38:04 +02:00
Flatcar Buildbot
70cb063c1f
sys-power/acpid: Sync with Gentoo
It's from Gentoo commit 34744df2fb2f7b8e4eac2412517d8305c9e0009a.
2024-07-16 09:38:03 +02:00
Flatcar Buildbot
630a8bb9b3
sys-libs/zlib: Sync with Gentoo
It's from Gentoo commit 63ee2d92550b7fc105f8dbd7c3c993096f24c45a.
2024-07-16 09:38:03 +02:00
Flatcar Buildbot
1f77d72360
sys-libs/tevent: Sync with Gentoo
It's from Gentoo commit cbcefb6a81cc19c0e4fb213cce8d3db5016d7f4a.
2024-07-16 09:38:03 +02:00
Flatcar Buildbot
e0b0c4362e
sys-libs/tdb: Sync with Gentoo
It's from Gentoo commit 1f940f42cea79a1e08dec5b2c2cec3f7d0e1f6fe.
2024-07-16 09:38:03 +02:00
Flatcar Buildbot
35a562c72d
sys-libs/talloc: Sync with Gentoo
It's from Gentoo commit 65926363ca95f19ac2113fc3ec06e3d3824be7ea.
2024-07-16 09:38:03 +02:00
Flatcar Buildbot
f2d3e2daed
sys-libs/readline: Sync with Gentoo
It's from Gentoo commit 623c4b1840375ebbf60f11c17116bfcf7b3da037.
2024-07-16 09:38:03 +02:00
Flatcar Buildbot
19026fc8a0
sys-libs/ncurses: Sync with Gentoo
It's from Gentoo commit 5a0823e1f2f871ea038c1a8ffe87c6ac3c4682e5.
2024-07-16 09:38:02 +02:00
Flatcar Buildbot
4396005ee7
sys-libs/liburing: Sync with Gentoo
It's from Gentoo commit 2efcad9cf8a4b4fc4af6bcbbdbcca5cdf1e095ab.
2024-07-16 09:38:02 +02:00
Flatcar Buildbot
9a395c1480
sys-libs/libunwind: Sync with Gentoo
It's from Gentoo commit b909e7f4d3bfeea9d3a6f8c7c7de36d49ef65dc9.
2024-07-16 09:38:02 +02:00
Flatcar Buildbot
22c62243d3
sys-libs/libsepol: Sync with Gentoo
It's from Gentoo commit e3c71c6417c56a7f68c116178c57d46283da5221.
2024-07-16 09:38:02 +02:00
Flatcar Buildbot
26949e43a6
sys-libs/libselinux: Sync with Gentoo
It's from Gentoo commit 5bbab275c6a453eb8ff011e44cb8efb6ef7b1ec3.
2024-07-16 09:38:02 +02:00
Flatcar Buildbot
b3bdf07b28
sys-libs/libseccomp: Sync with Gentoo
It's from Gentoo commit 1dc4c0c194edad65536af4838326f7cb13307523.
2024-07-16 09:38:02 +02:00
Flatcar Buildbot
ed461f337b
sys-libs/libnvme: Sync with Gentoo
It's from Gentoo commit fbdcbbdc767bfccbe12726cc54df9473e6152706.
2024-07-16 09:38:02 +02:00
Flatcar Buildbot
97358a9bd5
sys-libs/libcap-ng: Sync with Gentoo
It's from Gentoo commit a8073b700740a789081d5a09e88cfadb0d01a53e.
2024-07-16 09:38:01 +02:00
Flatcar Buildbot
376a0f4aa1
sys-libs/libcap: Sync with Gentoo
It's from Gentoo commit e91f6084d96b244913d887a804e3a1214dfb9a9d.
2024-07-16 09:38:01 +02:00
Flatcar Buildbot
c4509e9ee5
sys-libs/libblockdev: Sync with Gentoo
It's from Gentoo commit 34744df2fb2f7b8e4eac2412517d8305c9e0009a.
2024-07-16 09:38:01 +02:00
Flatcar Buildbot
09c62c1dcc
sys-libs/ldb: Sync with Gentoo
It's from Gentoo commit d79628fda23bb4102e400f6f2d2b47c40cbef68d.
2024-07-16 09:38:01 +02:00
Flatcar Buildbot
21d0ab3c2b
sys-libs/cracklib: Sync with Gentoo
It's from Gentoo commit 4ef3f3e85bd7e2e8de70e76eb09c4c21f207eb16.
2024-07-16 09:38:01 +02:00
Flatcar Buildbot
b777b42665
sys-libs/binutils-libs: Sync with Gentoo
It's from Gentoo commit 183f4a398d7d76f375a14c4ab20381ab2b59763b.
2024-07-16 09:38:00 +02:00
Flatcar Buildbot
993c2b3e8d
sys-kernel/linux-headers: Sync with Gentoo
It's from Gentoo commit b14de23c10b26a700daebc55e78e081587275574.
2024-07-16 09:38:00 +02:00
Flatcar Buildbot
1e04457b82
net-misc/passt: Sync with Gentoo
It's from Gentoo commit e9a2f449912a11960216664f4257ab54a953d879.
2024-07-16 09:38:00 +02:00
Flatcar Buildbot
d5f4766a5a
app-containers/podman: Sync with Gentoo
It's from Gentoo commit 61ea6c638cf6da9a378a2d38851b678752162197.
2024-07-16 09:38:00 +02:00
Flatcar Buildbot
9e78c0c5c8
sys-fs/zfs-kmod: Sync with Gentoo
It's from Gentoo commit 0ef34366cbc67e4796f07dbc8b7433d20af8fc22.
2024-07-16 09:38:00 +02:00
Flatcar Buildbot
1e1eb89af8
sys-fs/zfs: Sync with Gentoo
It's from Gentoo commit 18ac2dc8dca547938c8e7d4123a67ecba9f9ae62.
2024-07-16 09:38:00 +02:00
Flatcar Buildbot
a3594310ef
sys-fs/xfsprogs: Sync with Gentoo
It's from Gentoo commit a01ae94717841f74f5d7348cf809c99d31b8b09c.
2024-07-16 09:38:00 +02:00
Flatcar Buildbot
ae0d2a3c28
sys-fs/udisks: Sync with Gentoo
It's from Gentoo commit 70311858f1204cbc7b0416f341821bbd1b736f76.
2024-07-16 09:37:59 +02:00
Flatcar Buildbot
2fed25eeb4
sys-fs/quota: Sync with Gentoo
It's from Gentoo commit 794061a3298b5716db015defa7b3e2c583b73980.
2024-07-16 09:37:59 +02:00
Flatcar Buildbot
08c280f1ee
sys-fs/multipath-tools: Sync with Gentoo
It's from Gentoo commit c901d1300a4ab79bf254baca968168123a2768a4.
2024-07-16 09:37:59 +02:00
Flatcar Buildbot
2781e5ee0b
sys-fs/mtools: Sync with Gentoo
It's from Gentoo commit 3c595962e5b3a1f3df970c2ff1bce3354b7d116f.
2024-07-16 09:37:59 +02:00
Flatcar Buildbot
ae18d78e26
sys-fs/e2fsprogs: Sync with Gentoo
It's from Gentoo commit b7d60b0116edae43df34fb4ba3a1fbfdf1b3e91a.
2024-07-16 09:37:59 +02:00
Flatcar Buildbot
965bfca7e4
sys-fs/cryptsetup: Sync with Gentoo
It's from Gentoo commit 9533801c7978f8492ca3a9d6807ade7d34e262ba.
2024-07-16 09:37:59 +02:00
Flatcar Buildbot
809ef73438
sys-firmware/intel-microcode: Sync with Gentoo
It's from Gentoo commit 8da5d5cc4ed7a090c83b9f99577c31365c6884da.
2024-07-16 09:37:58 +02:00
Flatcar Buildbot
83d9e253c3
sys-devel/gnuconfig: Sync with Gentoo
It's from Gentoo commit d92bde19a85109d2596a2f53decd3644f608fa51.
2024-07-16 09:37:58 +02:00
Flatcar Buildbot
c8ce8c3c94
sys-devel/gcc: Sync with Gentoo
It's from Gentoo commit 9bc804a6160a0bd2b2e73f37eaebff9348ad3ca2.
2024-07-16 09:37:58 +02:00
Flatcar Buildbot
9dc29dd62e
sys-devel/crossdev: Sync with Gentoo
It's from Gentoo commit dc03a1b93d33a392a7297b11778c9d953e7e7d83.
2024-07-16 09:37:58 +02:00
Flatcar Buildbot
cfe0915b74
sys-devel/binutils: Sync with Gentoo
It's from Gentoo commit 6309bf32e4f69f4e57c2c766f8a6cb4d6d109410.
2024-07-16 09:37:58 +02:00
Flatcar Buildbot
4321d0264d
sys-block/parted: Sync with Gentoo
It's from Gentoo commit c5efec2494163085aa796a8c789e8c9e5c658eb2.
2024-07-16 09:37:58 +02:00
Flatcar Buildbot
8971aed562
sys-apps/util-linux: Sync with Gentoo
It's from Gentoo commit b534772e7ad5744049921be64ee39bbb7cd4ef6a.
2024-07-16 09:37:57 +02:00
Flatcar Buildbot
b15f27344b
sys-apps/usbutils: Sync with Gentoo
It's from Gentoo commit b2216e75ed7058b050f32ee0b136eaa4c1ff6cdb.
2024-07-16 09:37:57 +02:00
Flatcar Buildbot
a5f5ada8cd
sys-apps/texinfo: Sync with Gentoo
It's from Gentoo commit 4b186f25bea402c28c28194c7cf6776ce05431bc.
2024-07-16 09:37:57 +02:00
Flatcar Buildbot
0da3b5b456
sys-apps/smartmontools: Sync with Gentoo
It's from Gentoo commit 794061a3298b5716db015defa7b3e2c583b73980.
2024-07-16 09:37:57 +02:00
Flatcar Buildbot
f0130de22b
sys-apps/semodule-utils: Sync with Gentoo
It's from Gentoo commit 505681333523f1d3f6809884d806ce5df0bc010e.
2024-07-16 09:37:57 +02:00
Flatcar Buildbot
39e0364ae8
sys-apps/sed: Sync with Gentoo
It's from Gentoo commit 93f46f4f8dfd02fc6bc515d6f8293a65dccfa154.
2024-07-16 09:37:57 +02:00
Flatcar Buildbot
f7c53391c4
sys-apps/sandbox: Sync with Gentoo
It's from Gentoo commit 23af26a6cc7fa2537e7f7d5ea4a65c7ad68c5eee.
2024-07-16 09:37:56 +02:00
Flatcar Buildbot
332162ee87
sys-apps/pv: Sync with Gentoo
It's from Gentoo commit 838d0adccc0d4ffc6e4a26c169bce5d0d11f5373.
2024-07-16 09:37:56 +02:00
Flatcar Buildbot
6cd09d61e7
sys-apps/portage: Sync with Gentoo
It's from Gentoo commit 58243f1968d0b103fc87dbbccb79ebf4d6b7212f.
2024-07-16 09:37:56 +02:00
Flatcar Buildbot
f2d0e0dc10
sys-apps/pcsc-lite: Sync with Gentoo
It's from Gentoo commit ca995650e855e8e4c14af26732da284a71bf0cb6.
2024-07-16 09:37:56 +02:00
Flatcar Buildbot
2d59dd1bcf
sys-apps/pciutils: Sync with Gentoo
It's from Gentoo commit d60aa34f446bcad7655780118e0a9d1b68131f07.
2024-07-16 09:37:56 +02:00
Flatcar Buildbot
b8300a7281
sys-apps/nvme-cli: Sync with Gentoo
It's from Gentoo commit 70e9330e284f7692f95de81f1ed3379e570f799a.
2024-07-16 09:37:56 +02:00
Flatcar Buildbot
5e2287973d
sys-apps/net-tools: Sync with Gentoo
It's from Gentoo commit 794061a3298b5716db015defa7b3e2c583b73980.
2024-07-16 09:37:55 +02:00
Flatcar Buildbot
864315313b
sys-apps/man-pages: Sync with Gentoo
It's from Gentoo commit a5c2c85b0d87270f0087a22d0eb61da3442413bd.
2024-07-16 09:37:55 +02:00
Flatcar Buildbot
ba2186c8d7
sys-apps/man-db: Sync with Gentoo
It's from Gentoo commit 5a8283765e80879b8fe8d67cdda65b8fdc70dbb8.
2024-07-16 09:37:55 +02:00
Flatcar Buildbot
08c4e4dec1
sys-apps/lshw: Sync with Gentoo
It's from Gentoo commit 5911973ab9adbab7edb128d1f071284cd28f7a67.
2024-07-16 09:37:55 +02:00
Flatcar Buildbot
7fa25b72f9
sys-apps/less: Sync with Gentoo
It's from Gentoo commit 3b76030b38cd62f190cfda1203192af26ce7fb4f.
2024-07-16 09:37:55 +02:00
Flatcar Buildbot
daa1c9d693
sys-apps/kmod: Sync with Gentoo
It's from Gentoo commit 9c2462d4463f7cd423e23f682e6740d5d844e9a8.
2024-07-16 09:37:55 +02:00
Flatcar Buildbot
6ddac4aa97
sys-apps/kexec-tools: Sync with Gentoo
It's from Gentoo commit bf49d0a3cf8af625e0a0267ab206e55b7773594c.
2024-07-16 09:37:54 +02:00
Flatcar Buildbot
a9b68016f4
sys-apps/iproute2: Sync with Gentoo
It's from Gentoo commit e92c7450b0fa6d97375ce254b34bae656ed3da7f.
2024-07-16 09:37:54 +02:00
Flatcar Buildbot
fdffbf721f
sys-apps/i2c-tools: Sync with Gentoo
It's from Gentoo commit 03be05e3c982480dcd58d06e4bc8b5399f853923.
2024-07-16 09:37:54 +02:00
Flatcar Buildbot
0506698fbb
sys-apps/hwdata: Sync with Gentoo
It's from Gentoo commit 802aeb7bc00214ee7f6a7d8bf6e12b8c4a4973ec.
2024-07-16 09:37:54 +02:00
Flatcar Buildbot
e5360c1acd
sys-apps/grep: Sync with Gentoo
It's from Gentoo commit 7709c40695fa5d30f700435da3904067e29d3af0.
2024-07-16 09:37:54 +02:00
Flatcar Buildbot
9c608844b4
sys-apps/gptfdisk: Sync with Gentoo
It's from Gentoo commit 34744df2fb2f7b8e4eac2412517d8305c9e0009a.
2024-07-16 09:37:54 +02:00
Flatcar Buildbot
55811f3347
sys-apps/gentoo-functions: Sync with Gentoo
It's from Gentoo commit 00134303fd6b8946bcfae64b4da24ecd9ac3e348.
2024-07-16 09:37:54 +02:00
Flatcar Buildbot
e0fa16303f
sys-apps/findutils: Sync with Gentoo
It's from Gentoo commit ebc47896111adf52d9d2447a70c9648cf44855a6.
2024-07-16 09:37:53 +02:00
Flatcar Buildbot
f687cbfd0d
sys-apps/file: Sync with Gentoo
It's from Gentoo commit 01e983d4803df443c057c3ed3c174a77e4cb929c.
2024-07-16 09:37:53 +02:00
Flatcar Buildbot
a93932f266
sys-apps/ethtool: Sync with Gentoo
It's from Gentoo commit 9b1d42b5fff812ad491b2e6c97c3ae9ceb8f9cfa.
2024-07-16 09:37:53 +02:00
Flatcar Buildbot
306ca88128
sys-apps/dtc: Sync with Gentoo
It's from Gentoo commit 10e61f9331cc7671068445fb19e69d669b7570f0.
2024-07-16 09:37:53 +02:00
Flatcar Buildbot
1d2510b351
sys-apps/coreutils: Sync with Gentoo
It's from Gentoo commit 317b5e58dcf37a565e78e24c568bd99d6017bb54.
2024-07-16 09:37:53 +02:00
Flatcar Buildbot
e87440200b
sys-apps/checkpolicy: Sync with Gentoo
It's from Gentoo commit 5482967ee3bb1c7f344527f6c547f4835b86f54c.
2024-07-16 09:37:53 +02:00
Flatcar Buildbot
bf66f696bd
sys-apps/attr: Sync with Gentoo
It's from Gentoo commit 10622747ae6ae73c4a238dd82a5d05745b5267ca.
2024-07-16 09:37:52 +02:00
Flatcar Buildbot
38da280cbb
sec-policy/selinux-unconfined: Sync with Gentoo
It's from Gentoo commit 392de9ffa7baea81593770d1d127929652ccca27.
2024-07-16 09:37:52 +02:00
Flatcar Buildbot
3c96ebb78d
sec-policy/selinux-sssd: Sync with Gentoo
It's from Gentoo commit 392de9ffa7baea81593770d1d127929652ccca27.
2024-07-16 09:37:52 +02:00
Flatcar Buildbot
7cbf04d388
sec-policy/selinux-dbus: Sync with Gentoo
It's from Gentoo commit 392de9ffa7baea81593770d1d127929652ccca27.
2024-07-16 09:37:52 +02:00
Flatcar Buildbot
c64f048ea5
sec-policy/selinux-container: Sync with Gentoo
It's from Gentoo commit 392de9ffa7baea81593770d1d127929652ccca27.
2024-07-16 09:37:52 +02:00
Flatcar Buildbot
22b0f0e9a6
sec-policy/selinux-base-policy: Sync with Gentoo
It's from Gentoo commit 392de9ffa7baea81593770d1d127929652ccca27.
2024-07-16 09:37:52 +02:00
Flatcar Buildbot
afa362b671
sec-policy/selinux-base: Sync with Gentoo
It's from Gentoo commit 392de9ffa7baea81593770d1d127929652ccca27.
2024-07-16 09:37:52 +02:00
Flatcar Buildbot
d8f50c18cd
profiles: Sync with Gentoo
It's from Gentoo commit f328287a62cf11e026aa92c853557c8c8bafddf6.
2024-07-16 09:37:51 +02:00
Flatcar Buildbot
637f6dd3fe
perl-core/File-Temp: Sync with Gentoo
It's from Gentoo commit 94ef94a19bf6264278a7e0d08014a0cf2ce6184b.
2024-07-16 09:37:51 +02:00
Flatcar Buildbot
9907ecf38b
net-nds/rpcbind: Sync with Gentoo
It's from Gentoo commit 794061a3298b5716db015defa7b3e2c583b73980.
2024-07-16 09:37:51 +02:00
Flatcar Buildbot
ac31256ed8
net-nds/openldap: Sync with Gentoo
It's from Gentoo commit 7ac82d6733c540d456b2a3898bf31fe486bdc92a.
2024-07-16 09:37:51 +02:00
Flatcar Buildbot
60300ea5b6
net-misc/whois: Sync with Gentoo
It's from Gentoo commit 5695911ab14bb6136c5f163916706c24ec1fd5d1.
2024-07-16 09:37:51 +02:00
Flatcar Buildbot
1e12ec2893
net-misc/wget: Sync with Gentoo
It's from Gentoo commit 8429d4efb52ba6fe013c42277a598261f678ea2f.
2024-07-16 09:37:51 +02:00
Flatcar Buildbot
8b3d97939d
net-misc/rsync: Sync with Gentoo
It's from Gentoo commit e17a78ccb683fb9e30248bd72cca2d03bb29fc3b.
2024-07-16 09:37:50 +02:00
Flatcar Buildbot
9e55f30dd4
net-misc/iperf: Sync with Gentoo
It's from Gentoo commit 794061a3298b5716db015defa7b3e2c583b73980.
2024-07-16 09:37:50 +02:00
Flatcar Buildbot
ac23f89981
net-misc/curl: Sync with Gentoo
It's from Gentoo commit e3f2977eec5889630abbc33504d4817c47058b47.
2024-07-16 09:37:50 +02:00
Flatcar Buildbot
8594f0131a
net-misc/chrony: Sync with Gentoo
It's from Gentoo commit f382383aca7649b0ceb3c3f3d0cba559fca2cd3b.
2024-07-16 09:37:50 +02:00
Flatcar Buildbot
0cf187c299
net-libs/nghttp2: Sync with Gentoo
It's from Gentoo commit 206ba6af31f6fccbb45b5ac076a09aa8e5e8480f.
2024-07-16 09:37:50 +02:00
Flatcar Buildbot
df71d50c94
net-libs/libmicrohttpd: Sync with Gentoo
It's from Gentoo commit a1aff54cec26bce15bd284fe93c52bc56533d47d.
2024-07-16 09:37:50 +02:00
Flatcar Buildbot
a380694db2
net-libs/gnutls: Sync with Gentoo
It's from Gentoo commit 5aa286d7688fd0013930ca9d01bb39372748dd59.
2024-07-16 09:37:49 +02:00
Flatcar Buildbot
eb4f5ad2da
net-firewall/ipset: Sync with Gentoo
It's from Gentoo commit 928d0e67d0d46c0cc84704e851234e7d022ffd0a.
2024-07-16 09:37:49 +02:00
Flatcar Buildbot
121cd4edaf
net-dns/libidn2: Sync with Gentoo
It's from Gentoo commit a38db59a37c80ee1a848538926607a6be79d2597.
2024-07-16 09:37:49 +02:00
Flatcar Buildbot
ed41b13196
net-dns/c-ares: Sync with Gentoo
It's from Gentoo commit 4fdf7f1163707eb340c5d1c06fa7b474b4e823cf.
2024-07-16 09:37:49 +02:00
Flatcar Buildbot
cb7ea53214
net-dns/bind-tools: Sync with Gentoo
It's from Gentoo commit 3c20b96db1dfeeba7a428980429c080c574954ec.
2024-07-16 09:37:49 +02:00
Flatcar Buildbot
cbbb28758c
net-analyzer/traceroute: Sync with Gentoo
It's from Gentoo commit 794061a3298b5716db015defa7b3e2c583b73980.
2024-07-16 09:37:49 +02:00
Flatcar Buildbot
6b447c19b6
net-analyzer/nmap: Sync with Gentoo
It's from Gentoo commit add1150d7cea0c57c741ce57ca0c292b5b32bc91.
2024-07-16 09:37:49 +02:00
Flatcar Buildbot
cadba8028b
media-libs/libpng: Sync with Gentoo
It's from Gentoo commit 794061a3298b5716db015defa7b3e2c583b73980.
2024-07-16 09:37:48 +02:00
Flatcar Buildbot
a2da0ef058
licenses: Sync with Gentoo
It's from Gentoo commit d9036cefa271656e9a2b834e26aa533398206d7e.
2024-07-16 09:37:48 +02:00
Flatcar Buildbot
8569d9123f
eclass/xorg-3: Sync with Gentoo
It's from Gentoo commit 6c5bb90fca515fb854e5c567decd7528df32f354.
2024-07-16 09:37:48 +02:00
Flatcar Buildbot
1c363bf4c4
eclass/toolchain: Sync with Gentoo
It's from Gentoo commit dd5030fa0ad06728735f266e00a3e6258db46a83.
2024-07-16 09:37:48 +02:00
Flatcar Buildbot
f482e59c53
eclass/readme.gentoo-r1: Sync with Gentoo
It's from Gentoo commit 5f5fe1e48984b8d2dc0202ac734a4feb49b46568.
2024-07-16 09:37:48 +02:00
Flatcar Buildbot
cc030028e1
eclass/python-utils-r1: Sync with Gentoo
It's from Gentoo commit d5e060a2d9ae439620689acc720d9a11a859a3a1.
2024-07-16 09:37:48 +02:00
Flatcar Buildbot
c15736e404
eclass/python-r1: Sync with Gentoo
It's from Gentoo commit 8c7703e917f8ff61c4fa7881ef664eb9054c23d6.
2024-07-16 09:37:47 +02:00
Flatcar Buildbot
0ee319ca1d
eclass/mount-boot: Sync with Gentoo
It's from Gentoo commit e598ba3fe1f5b51c0f0e64cacd950d600b289852.
2024-07-16 09:37:47 +02:00
Flatcar Buildbot
9e9f050c73
eclass/meson: Sync with Gentoo
It's from Gentoo commit 66011abd663671947fe07835f0d9cc360f5de317.
2024-07-16 09:37:47 +02:00
Flatcar Buildbot
301f1a1efb
eclass/ltprune: Sync with Gentoo
It's from Gentoo commit 5b45aef4ab0b6d0ed7f414facaf9e243cdb36cfc.
2024-07-16 09:37:47 +02:00
Flatcar Buildbot
326703bc9c
eclass/linux-info: Sync with Gentoo
It's from Gentoo commit 05ad18f837f89cfa2b20e01264ef6332c240072c.
2024-07-16 09:37:47 +02:00
Flatcar Buildbot
08c00d199a
eclass/java-utils-2: Sync with Gentoo
It's from Gentoo commit f1fce6210d9d4104738e3fa35214b477486be534.
2024-07-16 09:37:47 +02:00
Flatcar Buildbot
6054a9fd55
eclass/gnuconfig: Sync with Gentoo
It's from Gentoo commit 1bb3b5e672ba80e446b4c9dc27918a80c97c1be9.
2024-07-16 09:37:47 +02:00
Flatcar Buildbot
c61ff0d71e
eclass/flag-o-matic: Sync with Gentoo
It's from Gentoo commit ded2b2cd180ee3896423dca54c4f24962d5c9b0a.
2024-07-16 09:37:46 +02:00
Flatcar Buildbot
073a9b3fea
eclass/elisp-common: Sync with Gentoo
It's from Gentoo commit b935d9a5dabe2facdf27d7715d5b72cf5dad561d.
2024-07-16 09:37:46 +02:00
Flatcar Buildbot
49225d9e3c
eclass/edo: Sync with Gentoo
It's from Gentoo commit b5d7d615c01a4b76bccde0a06de3a9ac3c7a850c.
2024-07-16 09:37:46 +02:00
Flatcar Buildbot
b5d5b7e331
eclass/dist-kernel-utils: Sync with Gentoo
It's from Gentoo commit f477c32907afde160d20ebdea161ea202d9cfeac.
2024-07-16 09:37:46 +02:00
Flatcar Buildbot
8a2283294a
eclass/distutils-r1: Sync with Gentoo
It's from Gentoo commit 030257a29d8a9900668ba0b57a21250ab600d232.
2024-07-16 09:37:46 +02:00
Flatcar Buildbot
b6ec589aae
eclass/autotools: Sync with Gentoo
It's from Gentoo commit 691f40a3f2455e23e27c630b7658dd07428ac44a.
2024-07-16 09:37:46 +02:00
Flatcar Buildbot
27414b4e37
eclass/alternatives: Sync with Gentoo
It's from Gentoo commit 31791351d915acb4db8135beb1a2a107538daeeb.
2024-07-16 09:37:45 +02:00
Flatcar Buildbot
783b25c21e
eclass/acct-user: Sync with Gentoo
It's from Gentoo commit b7e37226a665a0613facd10386bbbbec8696699e.
2024-07-16 09:37:45 +02:00
Flatcar Buildbot
45b136c461
eclass/acct-group: Sync with Gentoo
It's from Gentoo commit bd3da28e258a68566d1abe18aa6713594adcd0ff.
2024-07-16 09:37:45 +02:00
Flatcar Buildbot
9947b686f3
dev-vcs/git: Sync with Gentoo
It's from Gentoo commit 63e7d0b5ebbda78572c2102e0ca95bbd98136adc.
2024-07-16 09:37:45 +02:00
Flatcar Buildbot
28526f1dcb
dev-util/re2c: Sync with Gentoo
It's from Gentoo commit 87415bc0d695bdbdf1736043efd8de63122fa1b7.
2024-07-16 09:37:45 +02:00
Flatcar Buildbot
cf7aa30c94
dev-util/pkgconf: Sync with Gentoo
It's from Gentoo commit 240ae5fcdea2eb08c39163ef4b152815c53a7828.
2024-07-16 09:37:45 +02:00
Flatcar Buildbot
a3be0db324
dev-util/perf: Sync with Gentoo
It's from Gentoo commit 9ce554d1fc45f2abf442cff7fb9a06b2a96460a1.
2024-07-16 09:37:44 +02:00
Flatcar Buildbot
d31fe6aa21
dev-util/pahole: Sync with Gentoo
It's from Gentoo commit 9dc7afb8b8e60d94e57897399cedbf590f399c0e.
2024-07-16 09:37:44 +02:00
Flatcar Buildbot
8a17665cba
dev-util/glib-utils: Sync with Gentoo
It's from Gentoo commit b48bdec6025af099e52e15e9aca497558888d56b.
2024-07-16 09:37:44 +02:00
Flatcar Buildbot
0916431911
dev-util/gdbus-codegen: Sync with Gentoo
It's from Gentoo commit dc7a7ff07de7f01723d8a92626b7b98eda1c7e41.
2024-07-16 09:37:44 +02:00
Flatcar Buildbot
b8c919de44
dev-util/bpftool: Sync with Gentoo
It's from Gentoo commit dedb1b9db44bfac952b93aebe8dd1a57dbe7a33a.
2024-07-16 09:37:44 +02:00
Flatcar Buildbot
8532cfb7b9
dev-python/wheel: Sync with Gentoo
It's from Gentoo commit e7c46f1b2c962ba887ecd46a1e295912182f9b05.
2024-07-16 09:37:44 +02:00
Flatcar Buildbot
8ccb2f34e0
dev-python/typing-extensions: Sync with Gentoo
It's from Gentoo commit 5ffed97e2767710ae845de7488af4d0b7997eaf8.
2024-07-16 09:37:44 +02:00
Flatcar Buildbot
95dd5946ef
dev-python/trove-classifiers: Sync with Gentoo
It's from Gentoo commit 4a3dc1473713e546a0c29c439b70e31850f5ff60.
2024-07-16 09:37:43 +02:00
Flatcar Buildbot
eb220dc720
dev-python/tomli: Sync with Gentoo
It's from Gentoo commit 7ba4d87aed180e53b0feb3d75988cfcf596d837d.
2024-07-16 09:37:43 +02:00
Flatcar Buildbot
afb9ac2ce6
dev-python/snakeoil: Sync with Gentoo
It's from Gentoo commit e21d71c15d6e85b9c9a4c05d76d572e13806b415.
2024-07-16 09:37:43 +02:00
Flatcar Buildbot
ad7cb75e50
dev-python/six: Sync with Gentoo
It's from Gentoo commit 280a6e5ed12f75a400f177e016600693b01ca207.
2024-07-16 09:37:43 +02:00
Flatcar Buildbot
854d6d8f81
dev-python/setuptools-scm: Sync with Gentoo
It's from Gentoo commit 0653bf1b9bedcbe879afcb7af26e5b868a8b6948.
2024-07-16 09:37:43 +02:00
Flatcar Buildbot
22b8ac1c44
dev-python/setuptools: Sync with Gentoo
It's from Gentoo commit 2146577a4ca63e1b3a7adec84950284f9a3a5687.
2024-07-16 09:37:43 +02:00
Flatcar Buildbot
9c54758ca1
dev-python/pygments: Sync with Gentoo
It's from Gentoo commit 80c5467cbab17ea86a6ac851c8679ad95b9c3048.
2024-07-16 09:37:42 +02:00
Flatcar Buildbot
66b74c93c7
dev-python/pluggy: Sync with Gentoo
It's from Gentoo commit d70ddbd2d864e7363026a44612d2caca9e7668ef.
2024-07-16 09:37:42 +02:00
Flatcar Buildbot
dafdfc5fcb
dev-python/platformdirs: Sync with Gentoo
It's from Gentoo commit 820e5af5cea509c571d340e1a1ed3ccd39203f20.
2024-07-16 09:37:42 +02:00
Flatcar Buildbot
2b08ed8a92
dev-python/pathspec: Sync with Gentoo
It's from Gentoo commit 7e6b10cdd3aed3a4b3ce7c4b22aeef489075845a.
2024-07-16 09:37:42 +02:00
Flatcar Buildbot
7961e69c7e
dev-python/packaging: Sync with Gentoo
It's from Gentoo commit e86adddb5b51dcfedd2b2cd5ff3fd6eaea04931a.
2024-07-16 09:37:42 +02:00
Flatcar Buildbot
8dc9968514
dev-python/ordered-set: Sync with Gentoo
It's from Gentoo commit 9391d70c448b38a9ec05c8d2542dc4d882b0e30e.
2024-07-16 09:37:42 +02:00
Flatcar Buildbot
ba47402888
dev-python/more-itertools: Sync with Gentoo
It's from Gentoo commit b878c972450e95da9cbdfcc4d50c2cb6ca473786.
2024-07-16 09:37:41 +02:00
Flatcar Buildbot
d30497c987
dev-python/markupsafe: Sync with Gentoo
It's from Gentoo commit 9feef0d0f5cc5b24bd7d353e4d1766ae42a417d1.
2024-07-16 09:37:41 +02:00
Flatcar Buildbot
4a67543904
dev-python/lxml: Sync with Gentoo
It's from Gentoo commit 60b08d453b4cf028bc049b845b1b5bc1a574ca80.
2024-07-16 09:37:41 +02:00
Flatcar Buildbot
4f5919f1b8
dev-python/lazy-object-proxy: Sync with Gentoo
It's from Gentoo commit 5983bf9c921451fa2b4a11758822ed0032de4aad.
2024-07-16 09:37:41 +02:00
Flatcar Buildbot
ffdd02c721
dev-python/jinja: Sync with Gentoo
It's from Gentoo commit d19374ca93509e623f9e663bcfa0086e9e81f710.
2024-07-16 09:37:41 +02:00
Flatcar Buildbot
a90053e503
dev-python/jaraco-text: Sync with Gentoo
It's from Gentoo commit ebff9881ed725e1e04fb8dfdbe7ce8f50f52f495.
2024-07-16 09:37:41 +02:00
Flatcar Buildbot
740f1a7add
dev-python/jaraco-functools: Sync with Gentoo
It's from Gentoo commit bcb2377614c51379a6a29dbb9d872083c8b32945.
2024-07-16 09:37:40 +02:00
Flatcar Buildbot
95792c3b93
dev-python/jaraco-context: Sync with Gentoo
It's from Gentoo commit fdc77583aa6946f44d8093673bb58f474260f8ee.
2024-07-16 09:37:40 +02:00
Flatcar Buildbot
05bdbc520f
dev-python/installer: Sync with Gentoo
It's from Gentoo commit 75b946632df5b11918ce6ceaeb8deb7bafbe68e2.
2024-07-16 09:37:40 +02:00
Flatcar Buildbot
a169e4c53f
dev-python/inflect: Sync with Gentoo
It's from Gentoo commit f4d95c7db8e391a15a4cd27807b3b9c05e63fc40.
2024-07-16 09:37:40 +02:00
Flatcar Buildbot
a59a5574a5
dev-python/hatchling: Sync with Gentoo
It's from Gentoo commit e0ab119b39ea598259ad10382938cb5b97565d3f.
2024-07-16 09:37:40 +02:00
Flatcar Buildbot
492ae5a9bf
dev-python/gpep517: Sync with Gentoo
It's from Gentoo commit 76278adc936da5702a14c7f04de9c6bfd34882b0.
2024-07-16 09:37:40 +02:00
Flatcar Buildbot
d51f51c11d
dev-python/flit-core: Sync with Gentoo
It's from Gentoo commit 08f3c0d015e9dd08e48b4a3e2ac01a4956384f85.
2024-07-16 09:37:40 +02:00
Flatcar Buildbot
af9819b82e
dev-python/fasteners: Sync with Gentoo
It's from Gentoo commit edec17a7268ea78b55b1f792dbd764515c782f7d.
2024-07-16 09:37:39 +02:00
Flatcar Buildbot
83caee1aed
dev-python/ensurepip-setuptools: Sync with Gentoo
It's from Gentoo commit e404d5b4833e34e62b8badc2d290dec4508a00b4.
2024-07-16 09:37:39 +02:00
Flatcar Buildbot
841fbb8f32
dev-python/ensurepip-pip: Sync with Gentoo
It's from Gentoo commit a70e6eb7c5af3281ee529b34d612a027dc0aadd9.
2024-07-16 09:37:39 +02:00
Flatcar Buildbot
9807ebbfb6
dev-python/editables: Sync with Gentoo
It's from Gentoo commit 68a0166f7c27382eb4d9d98112f8e3e543d58ba3.
2024-07-16 09:37:39 +02:00
Flatcar Buildbot
beae7f0b67
dev-python/docutils: Sync with Gentoo
It's from Gentoo commit 026ce04830608e1d96f38f680f681c4f5e80ad26.
2024-07-16 09:37:39 +02:00
Flatcar Buildbot
f1b644ec7e
dev-python/distro: Sync with Gentoo
It's from Gentoo commit efb9ee4114553383890b88840b21d125ffe39c28.
2024-07-16 09:37:39 +02:00
Flatcar Buildbot
d41b5532c1
dev-python/cython: Sync with Gentoo
It's from Gentoo commit 27332dcd2ae6aa0aed59ae5ac002390c11240ef5.
2024-07-16 09:37:38 +02:00
Flatcar Buildbot
aa80f95b66
dev-python/crcmod: Sync with Gentoo
It's from Gentoo commit 5859ef7376f0e0f5820c19e43ccfb8cfd6e247f4.
2024-07-16 09:37:38 +02:00
Flatcar Buildbot
11024fad7a
dev-python/autocommand: Sync with Gentoo
It's from Gentoo commit 3d9fa0c0a95893194c74be8f7b39534545669488.
2024-07-16 09:37:38 +02:00
Flatcar Buildbot
d51a4a9e17
dev-libs/xmlsec: Sync with Gentoo
It's from Gentoo commit 885e8b3941b4617906768a9358979fd5e4da01a7.
2024-07-16 09:37:38 +02:00
Flatcar Buildbot
502d9f3c10
dev-libs/protobuf: Sync with Gentoo
It's from Gentoo commit 7607deb671dad94c3f7a8af3bb47fcea43eefa22.
2024-07-16 09:37:38 +02:00
Flatcar Buildbot
5dd0edeb27
dev-libs/opensc: Sync with Gentoo
It's from Gentoo commit 09bf61ced9f91e8460b2227f15b2256618ffaf29.
2024-07-16 09:37:38 +02:00
Flatcar Buildbot
3bebfcf951
dev-libs/nettle: Sync with Gentoo
It's from Gentoo commit 7fcaf377ac8f4add0ae23adffbb33bd067af9509.
2024-07-16 09:37:37 +02:00
Flatcar Buildbot
dfb9f17d64
dev-libs/libxslt: Sync with Gentoo
It's from Gentoo commit 34b6854ce5a33aa288aedf825a5d258a45a4294b.
2024-07-16 09:37:37 +02:00
Flatcar Buildbot
ab7b2e6c78
dev-libs/libxml2: Sync with Gentoo
It's from Gentoo commit bfdbc4f3fb370910abb62328147c8ad855afb623.
2024-07-16 09:37:37 +02:00
Flatcar Buildbot
bee64c3ecd
dev-libs/libusb: Sync with Gentoo
It's from Gentoo commit 0aed818694558f1641f289cba6247e995747afe4.
2024-07-16 09:37:37 +02:00
Flatcar Buildbot
2d49daf3ec
dev-libs/libunistring: Sync with Gentoo
It's from Gentoo commit fd6381b61a9d790cc4d2ca5742806f0417ce698b.
2024-07-16 09:37:37 +02:00
Flatcar Buildbot
3c5e744b79
dev-libs/libtracefs: Sync with Gentoo
It's from Gentoo commit 962eb609a997b28764d0639a2e16de2ab2c273ec.
2024-07-16 09:37:37 +02:00
Flatcar Buildbot
023a9f2ef4
dev-libs/libtraceevent: Sync with Gentoo
It's from Gentoo commit 2633a561c341f8ee2e74e9653df2a605c3141956.
2024-07-16 09:37:37 +02:00
Flatcar Buildbot
b7cb6f5475
dev-libs/libsodium: Sync with Gentoo
It's from Gentoo commit 680eae567c767a6924f93029e556384443581004.
2024-07-16 09:37:36 +02:00
Flatcar Buildbot
526dbd75f9
dev-libs/libpwquality: Sync with Gentoo
It's from Gentoo commit 05bdb9f8384d6592415d8578f48b06b89127134b.
2024-07-16 09:37:36 +02:00
Flatcar Buildbot
4827032fbb
dev-libs/libpcre2: Sync with Gentoo
It's from Gentoo commit bda228003df120d7e99a78b82728c6196d173a52.
2024-07-16 09:37:36 +02:00
Flatcar Buildbot
536548a55f
dev-libs/libpcre: Sync with Gentoo
It's from Gentoo commit 794061a3298b5716db015defa7b3e2c583b73980.
2024-07-16 09:37:36 +02:00
Flatcar Buildbot
9d5c709dcb
dev-libs/libnl: Sync with Gentoo
It's from Gentoo commit d56838a33779350ac14d687b220e4ba3f44ceb37.
2024-07-16 09:37:36 +02:00
Flatcar Buildbot
a5fff58cde
dev-libs/libltdl: Sync with Gentoo
It's from Gentoo commit f2eedcdbfedb96dfc136e0e18e08202442e5be2e.
2024-07-16 09:37:36 +02:00
Flatcar Buildbot
22906caa8c
dev-libs/libksba: Sync with Gentoo
It's from Gentoo commit a9a69c9dd405bf9383e14416472ac5127e96b278.
2024-07-16 09:37:35 +02:00
Flatcar Buildbot
e5fce93870
dev-libs/libgudev: Sync with Gentoo
It's from Gentoo commit f2616e2c1a6dc2df57b016df5603225fdcb8fa32.
2024-07-16 09:37:35 +02:00
Flatcar Buildbot
428b846d75
dev-libs/libgpg-error: Sync with Gentoo
It's from Gentoo commit 75d9e23fe468fd733ba17f317f937ede413d68c1.
2024-07-16 09:37:35 +02:00
Flatcar Buildbot
903aaa426a
dev-libs/libgcrypt: Sync with Gentoo
It's from Gentoo commit c524911b29b32e916c95608ee62da38c92380231.
2024-07-16 09:37:35 +02:00
Flatcar Buildbot
503901a926
dev-libs/libffi: Sync with Gentoo
It's from Gentoo commit 04dc920a492a4b68c6b21826801e626452973f1b.
2024-07-16 09:37:35 +02:00
Flatcar Buildbot
ea06ca8bb6
dev-libs/libdnet: Sync with Gentoo
It's from Gentoo commit 17b0683649b79143c2173144887ae0743abdbe1e.
2024-07-16 09:37:35 +02:00
Flatcar Buildbot
bd3b6f38e3
dev-libs/libassuan: Sync with Gentoo
It's from Gentoo commit 21dfa6084363090e8e116da8ab7fad172c003217.
2024-07-16 09:37:34 +02:00
Flatcar Buildbot
6f4feae1e8
dev-libs/json-c: Sync with Gentoo
It's from Gentoo commit e9d802f94801a3b18fb1b0c02c43b45076124b5d.
2024-07-16 09:37:34 +02:00
Flatcar Buildbot
d23916d03d
dev-libs/inih: Sync with Gentoo
It's from Gentoo commit 8dcbb282ee4e7da42dffd182cd6ba118f1ed0ae8.
2024-07-16 09:37:34 +02:00
Flatcar Buildbot
f2e5f3bae6
dev-libs/glib: Sync with Gentoo
It's from Gentoo commit 0ae9641ba8c5eb79b6c4f9f9a3bc154ccd860d92.
2024-07-16 09:37:34 +02:00
Flatcar Buildbot
b3d5521d83
dev-libs/elfutils: Sync with Gentoo
It's from Gentoo commit 631d30345702f6c5aa323808f8ebbae1c0fbd5ea.
2024-07-16 09:37:34 +02:00
Flatcar Buildbot
5b024b0198
dev-libs/cyrus-sasl: Sync with Gentoo
It's from Gentoo commit 9f10d53dc71950701eb206c84c62019ac0fe44ca.
2024-07-16 09:37:34 +02:00
Flatcar Buildbot
53f5441d8c
dev-libs/cJSON: Sync with Gentoo
It's from Gentoo commit 1c0b004f5d6d6f087348b55e8e86bfe18debd7bd.
2024-07-16 09:37:33 +02:00
Flatcar Buildbot
8da395257a
dev-lang/swig: Sync with Gentoo
It's from Gentoo commit 1e228e40bbadeba139609dd5956cd1e6c8294fc8.
2024-07-16 09:37:33 +02:00
Flatcar Buildbot
cf4b3bb88b
dev-lang/python: Sync with Gentoo
It's from Gentoo commit 422c9dad981575f284316e1c53e926919a344a00.
2024-07-16 09:37:33 +02:00
Flatcar Buildbot
536588fcd9
dev-lang/perl: Sync with Gentoo
It's from Gentoo commit f5da069ce95e183a05e1821a021223cd0f870a7d.
2024-07-16 09:37:33 +02:00
Flatcar Buildbot
c3b4186170
dev-lang/lua: Sync with Gentoo
It's from Gentoo commit a0d0728ed11cbbe09f46edb4270b676a77710a88.
2024-07-16 09:37:33 +02:00
Flatcar Buildbot
be45122e10
dev-lang/duktape: Sync with Gentoo
It's from Gentoo commit 7328f733a5e37ff31abefd9d8467a3f41eaee7a0.
2024-07-16 09:37:33 +02:00
Flatcar Buildbot
0938e2b97d
dev-debug/strace: Sync with Gentoo
It's from Gentoo commit 0dde3cdc372d21a11b81ba50a44d3d2f43b4c396.
2024-07-16 09:37:33 +02:00
Flatcar Buildbot
5f8d25d394
dev-debug/gdb: Sync with Gentoo
It's from Gentoo commit 6ca5c05218aebc2add4f0d690c03baf876cf40be.
2024-07-16 09:37:32 +02:00
Flatcar Buildbot
d3bf0a6994
dev-db/sqlite: Sync with Gentoo
It's from Gentoo commit 5757c576c81986b58cb553351174c036a3b3d1e4.
2024-07-16 09:37:32 +02:00
Flatcar Buildbot
83a9787edb
dev-cpp/gtest: Sync with Gentoo
It's from Gentoo commit 52306b79984f09cc8b3b20d97315043b1e597e9b.
2024-07-16 09:37:32 +02:00
Flatcar Buildbot
0f3a6313e6
dev-build/ninja: Sync with Gentoo
It's from Gentoo commit 5707d9394c78b2d83c6eee75214f8bd7ac832942.
2024-07-16 09:37:32 +02:00
Flatcar Buildbot
d38d5660ba
dev-build/meson: Sync with Gentoo
It's from Gentoo commit 50bf246f6fa5f3219727234ebb4dcf5397c05657.
2024-07-16 09:37:32 +02:00
Flatcar Buildbot
95e0d09f75
dev-build/make: Sync with Gentoo
It's from Gentoo commit 3b2498c8614935e72bf50fe8655c7a789a95aed2.
2024-07-16 09:37:32 +02:00
Flatcar Buildbot
eac636f9bd
dev-build/libtool: Sync with Gentoo
It's from Gentoo commit c235441176385e7a096b85335b82cefa74968748.
2024-07-16 09:37:31 +02:00
Flatcar Buildbot
52813dceb7
dev-build/cmake: Sync with Gentoo
It's from Gentoo commit 400074954458cc15116212bf2d208dd62f22cb7b.
2024-07-16 09:37:31 +02:00
Flatcar Buildbot
640e8a03c5
dev-build/automake-wrapper: Sync with Gentoo
It's from Gentoo commit 28a7645f05c77f35d1f5a838903d04a552b85010.
2024-07-16 09:37:31 +02:00
Flatcar Buildbot
a7049e855c
dev-build/automake: Sync with Gentoo
It's from Gentoo commit ca8656c4317eb59f3186c79f851ff8aac23eca48.
2024-07-16 09:37:31 +02:00
Flatcar Buildbot
b00f496248
dev-build/autoconf: Sync with Gentoo
It's from Gentoo commit 3f993322ea0d9a8c97e5b37d2ba2d1f37ac3845f.
2024-07-16 09:37:31 +02:00
Flatcar Buildbot
d2b91db18e
app-text/docbook-xsl-stylesheets: Sync with Gentoo
It's from Gentoo commit 794061a3298b5716db015defa7b3e2c583b73980.
2024-07-16 09:37:31 +02:00
Flatcar Buildbot
71f70a3753
app-text/docbook-xsl-ns-stylesheets: Sync with Gentoo
It's from Gentoo commit 794061a3298b5716db015defa7b3e2c583b73980.
2024-07-16 09:37:31 +02:00
Flatcar Buildbot
102f643516
app-shells/gentoo-bashcomp: Sync with Gentoo
It's from Gentoo commit 31b485f0cbf7bda89be177f2c1b71cdf5b12841f.
2024-07-16 09:37:30 +02:00
Flatcar Buildbot
ee543b41d6
app-shells/bash-completion: Sync with Gentoo
It's from Gentoo commit 49a7d394d815dc1b17bc50ce0b6fb6f91ce5f7ca.
2024-07-16 09:37:30 +02:00
Flatcar Buildbot
a278ec8163
app-shells/bash: Sync with Gentoo
It's from Gentoo commit 1d15b220376e9da1251127d71f78203f5da3f9d7.
2024-07-16 09:37:30 +02:00
Flatcar Buildbot
1e31f1961f
app-portage/getuto: Sync with Gentoo
It's from Gentoo commit 4201a60991c0620ca2cf6452df4b7d86dc0f5681.
2024-07-16 09:37:30 +02:00
Flatcar Buildbot
cec34a2c30
app-portage/gentoolkit: Sync with Gentoo
It's from Gentoo commit 68cd2be55e38cdcbdfada4cfcf1270d26aab35fd.
2024-07-16 09:37:30 +02:00
Flatcar Buildbot
4cef2e34f5
app-portage/elt-patches: Sync with Gentoo
It's from Gentoo commit d71c9795e810ba0b25aead3d735945228410b4b7.
2024-07-16 09:37:30 +02:00
Flatcar Buildbot
a828f83577
app-eselect/eselect-pinentry: Sync with Gentoo
It's from Gentoo commit 09cdd4c8480e47b8124a502e66dc31bbb0ab1266.
2024-07-16 09:37:29 +02:00
Flatcar Buildbot
867b748c2a
app-emulation/qemu-guest-agent: Sync with Gentoo
It's from Gentoo commit 065537bce77f8e3abe509a1d8d6eb412a0807b15.
2024-07-16 09:37:29 +02:00
Flatcar Buildbot
37953ae843
app-emulation/qemu: Sync with Gentoo
It's from Gentoo commit 96d45b34b88878a5837035d9da28143955fd4e7c.
2024-07-16 09:37:29 +02:00
Flatcar Buildbot
b266ef1d5e
app-editors/vim-core: Sync with Gentoo
It's from Gentoo commit 8ee90b103f758bd460d0aab3c5cbf09c84e33ba0.
2024-07-16 09:37:29 +02:00
Flatcar Buildbot
4f461704ce
app-editors/vim: Sync with Gentoo
It's from Gentoo commit 563856a6b43b8af8d6c9e0de28a9c7ebdd8c872f.
2024-07-16 09:37:29 +02:00
Flatcar Buildbot
0a26fbc8a0
app-editors/nano: Sync with Gentoo
It's from Gentoo commit a36322d9774f5470fdd199b28f8e60d280179acc.
2024-07-16 09:37:29 +02:00
Flatcar Buildbot
10eec1c541
app-doc/eclass-manpages: Sync with Gentoo
It's from Gentoo commit 405f4161103e0793bfaf90b26dacd4241eb578e0.
2024-07-16 09:37:29 +02:00
Flatcar Buildbot
b5b03527bb
app-crypt/tpm2-tss: Sync with Gentoo
It's from Gentoo commit 17fcc7c9c7ac89cf17d2f4b7a6f2c0a8dd2bc909.
2024-07-16 09:37:28 +02:00
Flatcar Buildbot
5a065e70cb
app-crypt/tpm2-tools: Sync with Gentoo
It's from Gentoo commit 4a4b1c938172b65f3fdb5ecc9b5801555dcb23ce.
2024-07-16 09:37:28 +02:00
Flatcar Buildbot
3903573181
app-crypt/rhash: Sync with Gentoo
It's from Gentoo commit 794061a3298b5716db015defa7b3e2c583b73980.
2024-07-16 09:37:28 +02:00
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 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
Mark Farrell
cc8dd25640 sys-libs/pam: Sync from Gentoo 58cc11685 2024-06-27 08:59:59 +10:00
flatcar-ci
01e9516052 New version: main-4012.0.0-nightly-20240625-2100 2024-06-25 21:00:32 +00:00
James Le Cuirot
355cfe0227
coreos-base/coreos-init: Bump to fix flatcar-install custom key issue (#2062)
Closes: https://github.com/flatcar/scripts/pull/1471
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-06-25 16:56:02 +01:00
Flatcar Buildbot
52f31a4a51 Update mantle container image to latest HEAD 2024-06-25 08:15:06 +00:00
flatcar-ci
32d05e194e New version: main-4011.0.0-nightly-20240624-2100 2024-06-24 21:00:26 +00:00
Mathieu Tortuyaux
4248ce2201
sys-apps/ignition: pull akamai patch
this pull a fix for Akamai

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-06-24 16:50:31 +02:00
Flatcar Buildbot
2f19712f68 sys-kernel/coreos-sources: Update from 6.6.34 to 6.6.35 2024-06-22 07:14:00 +00:00
flatcar-ci
a08cbb2214 New version: main-4008.0.0-nightly-20240621-2100 2024-06-22 02:58:32 +00:00
flatcar-ci
fabe920e26 New version: main-4008.0.0-nightly-20240621-2100-INTERMEDIATE 2024-06-21 21:09:47 +00:00
James Le Cuirot
d36ff5fbe8
coreos-base/update-ssh-keys: Fix crate handling in 9999
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-06-21 10:47:57 +01:00
James Le Cuirot
d6a4dab482
coreos-base/ue-rs: Fix crate handling in 9999
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-06-21 10:47:56 +01:00
James Le Cuirot
3350770afe
coreos-base/afterburn: Fix crate handling in 9999
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-06-21 10:47:55 +01:00
James Le Cuirot
12ce55a392
Drop the dev-vcs/repo tool now that cros_workon no longer uses it
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-06-21 10:47:54 +01:00
James Le Cuirot
26c2e935c1
Drop cros-workon.eclass and replace with git-r3.eclass
The cros_workon tool has been replaced with a simpler flatcar_workon
tool based around git-r3.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-06-21 10:47:50 +01:00
James Le Cuirot
7f151af41d
Drop cros-debug eclass and USE flag
The small eclass was not used anywhere. The USE flag was enabled
profile-wide but was only used by the update_engine package. We can just
add a regular "debug" USE flag to this package that is enabled by
default instead.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-06-21 10:46:50 +01:00
Mathieu Tortuyaux
ab4e709fa6
Merge pull request #1806 from flatcar/tormath1/linode
oem: provide akamai (linode) images
2024-06-21 09:33:10 +02:00
Adrian Vladu
7e1045bb1a
Merge pull request #2027 from flatcar/ader1990/netperf_upstream_mit_license
netperf: use the MIT licensed version
2024-06-20 11:53:21 +03:00
flatcar-ci
58eb56bf84 New version: main-4006.0.0-nightly-20240619-2100 2024-06-19 21:00:28 +00:00
Mathieu Tortuyaux
84a9cb3585
coreos-base/coreos-init: bump commit ID
This pulls Akamai SSH keys service enabling

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-06-19 15:38:02 +02:00
Mathieu Tortuyaux
663a382432
coreos-base/afterburn: enable coreos-metadata on Akamai
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-06-19 15:38:02 +02:00
Mathieu Tortuyaux
441e10bec5
oem: provide akamai images
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-06-19 15:37:57 +02:00
Flatcar Buildbot
4ab64ca491 Update mantle container image to latest HEAD 2024-06-19 13:37:26 +00:00
Mathieu Tortuyaux
f5389cc531
Merge pull request #2041 from flatcar/tormath1/afterburn
coreos-base/afterburn: sync with 5.6.0
2024-06-19 15:37:11 +02:00
Mathieu Tortuyaux
89603911e4
dev-lang/rust: remove 'changelog-seen'
it has been removed https://github.com/rust-lang/rust/pull/123711

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-06-19 12:02:42 +02:00
Mathieu Tortuyaux
cf9e909e7f
coreos-base/afterburn: apply flatcar patches
* legacy feature
* legacy provider (ec2, gce, virtualbox_vagrant)
* use ignition.oem.id and flatcar.oem.id

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-06-19 10:26:14 +02:00
Mathieu Tortuyaux
33066bbd34
coreos-base/afterburn: sync with 5.6.0
this pulls akamai support

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-06-19 10:20:42 +02:00
Adrian Vladu
2d29eaa777 net-analyzer/netperf: use the MIT licensed version
As the net-analyzer/netperf stable version does not have a clear
License, the upstream Gentoo package has a masked ebuild that uses the
source from Github commit:
3bc455b23f

This change unmasks netperf-2.7.0_p20210121 for amd64 and arm64, in
order to use the MIT licensed version of netperf.

Also, added netperf to the github actions sync list so that it gets
automatically synced with the upstream Gentoo.

Fixes: https://github.com/flatcar/Flatcar/issues/1459

Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
2024-06-19 09:00:54 +03:00
Adrian Vladu
34d70edc85 net-analyzer/netperf: sync with Gentoo upstream 2024-06-19 09:00:48 +03:00
Flatcar Buildbot
969f12a531 dev-lang/rust: Update from 1.78.0 to 1.79.0 2024-06-18 07:44:40 +00:00
flatcar-ci
4f5b34f2d5 New version: main-4004.0.0-nightly-20240617-2100 2024-06-17 21:00:28 +00:00
Mathieu Tortuyaux
754a30f195
Merge pull request #2035 from flatcar/linux-6.6.34-main
Upgrade Linux Kernel for main from 6.6.33 to 6.6.34
2024-06-17 16:42:32 +02:00
James Le Cuirot
d421f8c7e1
app-containers/netavark: Sync with Gentoo
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-06-17 11:06:16 +01:00
James Le Cuirot
dc37240b51
app-containers/aardvark-dns: Sync with Gentoo
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-06-17 11:06:15 +01:00
James Le Cuirot
f0717fb613
sys-block/thin-provisioning-tools: Sync with Gentoo
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-06-17 11:06:14 +01:00
James Le Cuirot
1e4abad322
coreos-cargo.eclass: Drop this eclass and the associated overrides
Cross-compiling is handled in the upstream cargo.eclass now.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-06-17 11:03:05 +01:00
James Le Cuirot
daab7c3970
coreos-base/update-ssh-keys: Don't use coreos-cargo.eclass, fix warnings
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-06-17 11:03:04 +01:00
James Le Cuirot
d5216b4884
coreos-base/ue-rs: Don't use coreos-cargo.eclass, fix warnings
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-06-17 11:03:03 +01:00
James Le Cuirot
278050271b
coreos-base/afterburn: Don't use coreos-cargo.eclass, fix warnings
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-06-17 11:03:02 +01:00
James Le Cuirot
2c2ecc997a
cargo.eclass: Sync with Gentoo
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-06-17 11:03:01 +01:00
James Le Cuirot
e90451ff2b
rust-toolchain.eclass: Sync with Gentoo
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-06-17 10:44:41 +01:00
James Le Cuirot
fc0aca0068
Drop coreos-devel/fero-client and any usage of it
We sign releases manually now.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-06-17 10:44:40 +01:00
Flatcar Buildbot
dc456862d7 sys-kernel/coreos-sources: Update from 6.6.33 to 6.6.34 2024-06-17 07:12:56 +00:00
flatcar-ci
6961b4496c New version: main-4000.0.0-nightly-20240613-2100 2024-06-13 21:00:28 +00:00
Mathieu Tortuyaux
345c5e25b8
Merge pull request #2030 from flatcar/linux-6.6.33-main
Upgrade Linux Kernel for main from 6.6.32 to 6.6.33
2024-06-13 18:05:46 +02:00
Flatcar Buildbot
524cac0445 sys-kernel/coreos-sources: Update from 6.6.32 to 6.6.33 2024-06-13 07:12:41 +00:00
Flatcar Buildbot
30d4bb340e sys-kernel/coreos-firmware: Update from 20240513 to 20240610 2024-06-13 07:12:24 +00:00
flatcar-ci
a29433adfc New version: main-3997.0.0-nightly-20240610-2100 2024-06-10 21:00:24 +00:00
Mathieu Tortuyaux
8381ea1783
Merge pull request #2020 from flatcar/containerd-1.7.18-main
Upgrade Containerd in main from 1.7.17 to 1.7.18
2024-06-10 19:21:18 +02:00
Mathieu Tortuyaux
427b6b77b6
Merge pull request #2026 from flatcar/cacerts-3.101-main
Update ca-certificates in main from 3.100 to 3.101
2024-06-10 14:30:07 +02:00
Mathieu Tortuyaux
5f151a08bc
Merge pull request #1979 from JeWe37/python-sysext
sysext: Add python sysext
2024-06-10 14:26:52 +02:00
Mathieu Tortuyaux
f8e7a07034
coreos-base/coreos-init: bump init
this pulls the issuegen fix.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-06-10 14:07:12 +02:00
Mathieu Tortuyaux
0011c9a9e1
Merge pull request #2019 from flatcar/tormath1/ignition
sys-apps/ignition: bump to 2.19.0
2024-06-10 12:50:03 +02:00
Flatcar Buildbot
c6a30d5959 app-misc/ca-certificates: Update from 3.100 to 3.101 2024-06-10 07:20:55 +00:00
flatcar-ci
131ec96444 New version: main-3994.0.0-nightly-20240607-2100 2024-06-08 02:42:07 +00:00
flatcar-ci
103b2a5391 New version: main-3994.0.0-nightly-20240607-2100-INTERMEDIATE 2024-06-07 21:00:26 +00:00
Mathieu Tortuyaux
7915f23486
sys-apps/ignition: bump to 2.19.0
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-06-07 14:09:06 +02:00
Flatcar Buildbot
6e27c525c5 app-containers/containerd: Update from 1.7.17 to 1.7.18 2024-06-07 08:18:17 +00:00
Mathieu Tortuyaux
a91715a4eb
Merge pull request #2010 from alejandro-ripoll/main
OpenStack: Changed metadata hostname source order
2024-06-07 07:58:44 +02:00
flatcar-ci
e4e12c423b New version: main-3990.0.0-nightly-20240603-2100 2024-06-03 21:00:32 +00:00
Alejandro Ripoll
68cf358c8f OpenStack: Changed metadata hostname source order
Change `flatcar-openstack-hostname.service` to use afterburn `openstack` provider implemented on coreos/afterburn#462  instead of `openstack-metadata`.
BootEngine PR: flatcar/bootengine#96
2024-06-03 14:18:19 +02:00
flatcar-ci
ec192a3708 New version: main-3985.0.0-nightly-20240529-2100 2024-05-29 21:00:25 +00:00
Jendrik Weise
64c9ed5820 sysext: Add python sysext
Minimal sysext containing dev-lang/python and dev-python/pip.
Enabled ensurepip for python and added required packages from Gentoo.
2024-05-29 19:18:18 +02:00
Jeremi Piotrowski
7c0335326f coreos-overlay/fero-client: Keyword for arm64
fero-client is a dependency of the Flatcar SDK. Keyword it so that the Flatcar
SDK can be built for arm64. The keyword entry from the profile can be removed,
it wasn't used since the ebuild was upreved to -r1.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2024-05-29 16:12:37 +02:00
Jeremi Piotrowski
564c0fb62f coreos-overlay/profiles: Keyword ccid for arm64
ccid-1.5.4 is marked ~arm64 but is a depdendency of the Flatcar SDK. Keyword in
profile so that an arm64 SDK can be built.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2024-05-29 16:11:39 +02:00
flatcar-ci
b11d65361a New version: main-3983.0.0-nightly-20240527-2100 2024-05-27 21:00:28 +00:00
Flatcar Buildbot
814790d93d sys-kernel/coreos-sources: Update from 6.6.31 to 6.6.32 2024-05-26 07:12:39 +00:00
flatcar-ci
7c3a3d384f New version: main-3980.0.0-nightly-20240524-2100 2024-05-25 02:40:06 +00:00
flatcar-ci
c5bb40ccce New version: main-3980.0.0-nightly-20240524-2100-INTERMEDIATE 2024-05-24 21:00:25 +00:00
Krzesimir Nowak
0c82cdcd14
Merge pull request #1732 from flatcar/krnowak/crypt
Migrate from glibc libcrypt to sys-libs/libxcrypt
2024-05-24 10:04:51 +02:00
flatcar-ci
f4158b4912 New version: main-3979.0.0-nightly-20240523-2100 2024-05-23 21:00:28 +00:00
Mathieu Tortuyaux
295bf97417
Merge pull request #1992 from flatcar/linux-6.6.31-main
Upgrade Linux Kernel for main from 6.6.30 to 6.6.31
2024-05-23 13:02:57 +02:00
Krzesimir Nowak
de399a3476 overlay stage1-hooks: Add hooks for libxcrypt migration
They are copying sys-libs/libxcrypt from new portage-stable and
updating package masks and USE flags in order to migrate from
glibc-provided libcrypt to libxcrypt-provided libcrypt.

The migration seems to be a bit complicated to do, because
bootstrapping a system using glibc with libxcrypt-provided libcrypt
using a build environment using glibc with glibc-provided libcrypt
results in some slot conflicts. Without the stage1 hooks the failure
happened in stage2. With the hooks, but without the seed SDK update,
the failure happened already in stage1.

Updating the seed SDK to use libxcrypt seems to do the trick. The
update of the seed SDK will happen only when transition happens - if
the seed SDK is already using libxcrypt, these hooks are noops.
2024-05-23 11:19:30 +02:00
Krzesimir Nowak
5b64defa98 overlay profiles: Migrate from glibc crypt to libxcrypt
It's long overdue and glibc 2.39 will drop crypt stuff altogether. Or
so I heard. Whatever happens, the crypt library in glibc is deprecated
for a long time already.
2024-05-23 11:19:30 +02:00
Krzesimir Nowak
0c8a60e78a sys-libs/libxcrypt: Add from Gentoo
It's from Gentoo commit 5719c8e719b916e754090c74aaed74634a28ad9b.
2024-05-23 11:18:48 +02:00
Flatcar Buildbot
b6912b8323 Update mantle container image to latest HEAD 2024-05-22 21:00:43 +00:00
flatcar-ci
d79056637d New version: main-3978.0.0-nightly-20240522-2100 2024-05-22 21:00:26 +00:00
Dongsu Park
ba12d45e16
Merge pull request #1981 from flatcar/rust-1.78.0-main
Upgrade dev-lang/rust and virtual/rust in main from 1.77.2 to 1.78.0
2024-05-22 17:52:24 +02:00
flatcar-ci
23aee4d727 New version: main-3976.0.0-nightly-20240520-2100 2024-05-20 21:00:28 +00:00
Flatcar Buildbot
b5c85fee12 sys-kernel/coreos-sources: Update from 6.6.30 to 6.6.31 2024-05-18 07:11:58 +00:00
flatcar-ci
a79eb18f3e New version: main-3973.0.0-nightly-20240517-2100 2024-05-18 02:27:25 +00:00
flatcar-ci
78e455a813 New version: main-3973.0.0-nightly-20240517-2100-INTERMEDIATE 2024-05-17 21:00:28 +00:00
Dongsu Park
1c4b67fb21
Merge pull request #1970 from flatcar/linux-6.6.30-main
Upgrade Linux Kernel for main from 6.6.28 to 6.6.30
2024-05-17 16:14:33 +02:00
Dongsu Park
6aebb2b70c
Merge pull request #1990 from flatcar/dongsu/glibc-2.38-r13
sys-libs/glibc: update to 2.38-r13
2024-05-17 16:09:02 +02:00
Flatcar Buildbot
53d6706380 app-containers/containerd: Update from 1.7.16 to 1.7.17 2024-05-17 08:17:33 +00:00
flatcar-ci
fa6bdd10fc New version: main-3972.0.0-nightly-20240516-2100 2024-05-16 21:00:27 +00:00
Thilo Fromm
9bb51f86e9 sys-libs/glibc: Apply Flatcar modifications
- take care of nscd.conf via tmpfiles, add files/nscd-conf.tmpfiles.
  - comment out 'dostrip -x' to force the OS image binaries to be stripped
  - remove everything glibc wants to put under /etc since we use
    baselayout to provide that

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2024-05-16 11:14:17 +02:00
Dongsu Park
f1a8cc4c7b sys-libs/glibc: Sync with Gentoo
It's from Gentoo commit 1df9b3482f2e199390ecbe04a76f5397e450218f.
2024-05-16 11:14:14 +02:00
Flatcar Buildbot
f11bd27baa sys-kernel/coreos-firmware: Update from 20240410 to 20240513 2024-05-16 07:10:19 +00:00
flatcar-ci
6a0148cdaf New version: main-3970.0.0-nightly-20240514-2100 2024-05-14 21:00:28 +00:00
Dongsu Park
1311cbfc1b overlay dev-lang/rust: adjust ignore broken non-applicable tests patch
Adjust ignore-broken-and-non-applicable-tests.patch to make it appliable
to 1.78.0
2024-05-14 17:08:39 +02:00
Dongsu Park
bd23d89d44
Merge pull request #1987 from flatcar/cacerts-3.100-main
Update ca-certificates in main from 3.99 to 3.100
2024-05-14 12:24:26 +02:00
flatcar-ci
854ac8ceda New version: main-3969.0.0-nightly-20240513-2100 2024-05-13 21:00:22 +00:00
Dongsu Park
08f9ec0f6d overlay sys-kernel/coreos-sources: adjust revert-pahole-flags patch
Adjust z0002-revert-pahole-flags.patch to make it appliable with Kernel
6.6.30 or newer, because upstream Kernel changed init/Kconfig.

See also
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.6.30&id=37ca196aa4d8aa5529f44d776051b3c249f764ba.
2024-05-13 15:21:07 +02:00
Dongsu Park
bdc6de365f
Merge pull request #1966 from flatcar/buildbot/monthly-glsa-metadata-updates-2024-05-01
Monthly GLSA metadata 2024-05-01
2024-05-13 13:31:54 +02:00
Flatcar Buildbot
40b8c2b4d0 app-misc/ca-certificates: Update from 3.99 to 3.100 2024-05-13 07:20:39 +00:00
Flatcar Buildbot
1c3f15ab2a dev-lang/rust: Update from 1.77.2 to 1.78.0 2024-05-07 07:34:30 +00:00
flatcar-ci
f933c68b27 New version: main-3962.0.0-nightly-20240506-2100 2024-05-06 21:00:24 +00:00
flatcar-ci
17ea3f2265 New version: main-3959.0.0-nightly-20240503-2100 2024-05-04 02:33:33 +00:00
flatcar-ci
21df395123 New version: main-3959.0.0-nightly-20240503-2100-INTERMEDIATE 2024-05-03 21:00:27 +00:00
Kai Lüke
f06ebd3692
Merge pull request #1978 from flatcar/kai/azure-hostname
app-emulation/wa-linux-agent: Use networkctl to propagate hostname
2024-05-03 23:12:40 +09:00
Jendrik Weise
cd849d6849 sysext: Add podman sysext
Enabled user session dbus in base image to support podman rootless mode.
Extension images can now be created from multiple packages by seperating
them with a comma. The podman sysext includes app-containers/podman and
net-misc/passt.
It can be enabled by adding podman to /etc/flatcar/enabled-sysext.conf.
Potential TODO: gpgme had to be added as BDEPEND to podman ebuild.
2024-05-03 22:59:36 +09:00
Kai Lueke
6d6ffc025e app-emulation/wa-linux-agent: Use networkctl to propagate hostname
The if-up-down to trigger the DHCP request causes problems. It's better
to directly ask systemd-networkd to issue the request. It seems that
one needs to use "reconfigure" instead of "forcerenew", so I went with
only that instead of somehow trying to see if "forcerenew" has an
effect.
2024-05-03 20:44:51 +09:00
Kai Lueke
08d60880ff Revert "app-emulation/wa-linux-agent: Disable interface restarting"
This reverts commit 9556c7f94b
because waagent looks for internal hostname changes and wants to
propagate them to the Azure VM properties by issuing a new DHCP request.
2024-05-03 20:37:34 +09:00
Flatcar Buildbot
de844fcef9 Update mantle container image to latest HEAD 2024-05-03 10:26:07 +00:00
Flatcar Buildbot
5ce9e14fec sys-kernel/coreos-sources: Update from 6.6.28 to 6.6.30 2024-05-03 07:12:18 +00:00
flatcar-ci
4450bb6d1b New version: main-3958.0.0-nightly-20240502-2100 2024-05-02 21:00:25 +00:00
Flatcar Buildbot
158314047b portage-stable/metadata: Monthly GLSA metadata updates 2024-05-01 07:18:57 +00:00
flatcar-ci
374e5764f9 New version: main-3956.0.0-nightly-20240430-2100 2024-04-30 21:00:24 +00:00
Adrian Vladu
6efe345d89 image: add kubevirt image build
As Ignition supports KubeVirt, add a custom oem for it and also the
required parts to be able to build an image in .qcow2 format that
is already using internal .qcow2 gzip compression.

Fixes: https://github.com/flatcar/Flatcar/issues/1358

Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
2024-04-30 09:19:16 +03:00
flatcar-ci
00e7839540 New version: main-3955.0.0-nightly-20240429-2100 2024-04-29 21:00:27 +00:00
flatcar-ci
76649556b0 New version: main-3952.0.0-nightly-20240426-2100 2024-04-27 02:32:20 +00:00
flatcar-ci
3b22a30050 New version: main-3952.0.0-nightly-20240426-2100-INTERMEDIATE 2024-04-26 21:00:25 +00:00
Flatcar Buildbot
3a7330f697 app-containers/containerd: Update from 1.7.15 to 1.7.16 2024-04-26 08:16:43 +00:00
flatcar-ci
038ec80ec0 New version: main-3951.0.0-nightly-20240425-2100 2024-04-25 21:00:28 +00:00
Krzesimir Nowak
ed642d106b
Merge pull request #1949 from flatcar/buildbot/weekly-portage-stable-package-updates-2024-04-22
Weekly portage-stable package updates 2024-04-22
2024-04-25 17:16:42 +02:00
Jeremi Piotrowski
0d40f3cba6
Merge pull request #1950 from flatcar/jepio/azure-fixes
Update Azure patch.
Add azure-nvme-utils for nvme symlinks.
Disable interface restart during waagent init on Azure.
2024-04-25 15:34:26 +02:00
Dongsu Park
d669e08645
Merge pull request #1931 from flatcar/linux-6.6.28-main
Upgrade Linux Kernel for main from 6.6.21 to 6.6.28
2024-04-25 09:03:28 +02:00
flatcar-ci
5ec9031e9d New version: main-3950.0.0-nightly-20240424-2100 2024-04-24 21:00:27 +00:00
Jeremi Piotrowski
c7363daab5 app-admin/azure-nvme-utils: Add to coreos
This is a new package that is being developed to handle providing
symlinks for nvme disks (os,data,temporary) on newer Azure instances.
It needs to be part of the OS, and not oem-azure, because it carries
udev rules.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2024-04-24 16:03:31 +00:00
Jeremi Piotrowski
9556c7f94b app-emulation/wa-linux-agent: Disable interface restarting
Flatcar prepares /etc/hostname from the initrd through afterburn. After
switching root, systemd-networkd fetches a dhcp lease with the correct
hostname already. This publishes the hostname to the vnet DNS server as
well. When WALinuxAgent starts, it tries to do the same steps: configure
the hostname, bounce the link to force dhcp lease renewal. This has
caused issues in the past with multi-nic configurations but also with
networked services that are trying to use the network (etcd/flanneld).

The link bouncing by WALinuxAgent is not necessary because of Flatcars
boot design, so return without bouncing the link. Tested that DNS from
other VMs in the same vnet works.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2024-04-24 16:03:31 +00:00
Jeremi Piotrowski
f9a1e23a92 app-emulation/wa-linux-agent: Update Flatcar patch
When CoreosCommonUtil was factored out, we missed updating the class
name in a call to super(). This results in an error when executing
`/usr/sbin/waagent -force -deprovision+user`. Fix the class name.

Create a compatibility symlink at the old config file location
(/usr/share/oem/waagent.conf) to handle the case of enabling
auto-updates on the agent. The upstream version of the agent does not
have our downstream patch so doesn't know about the updated config file
location. We should upstream our changes.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2024-04-24 16:03:31 +00:00
Flatcar Buildbot
e62221d757 sys-kernel/coreos-sources: Update from 6.6.21 to 6.6.28 2024-04-24 15:05:13 +02:00
Dongsu Park
8e46d15150
Merge pull request #1951 from flatcar/dongsu/zfs-kernel-version
coreos/config zfs-kmod: fix Kernel version issue for build_sysext
2024-04-24 15:03:00 +02:00
Krzesimir Nowak
3fc61ba177
Merge pull request #1753 from flatcar/krnowak/systemd-sysext
overlay sys-apps/systemd: Sync with Gentoo, bump to v255.4 and add patches for mutable overlays functionality
2024-04-24 14:04:56 +02:00
Dongsu Park
17b1b63d76 config sys-fs/zfs-kmod: fix Kernel version issue of zfs-kmod
In case of sysext of zfs-kmod, pkg_setup() calls linux-info_get_any_version()
of eclass/linux-info.eclass with MERGE_TYPE=binary and
LINUX_INFO_BINARY_RESET=0. That results in KV_FULL and KV_OUT_DIR being
unset, which is not what we want. So set LINUX_INFO_BINARY_RESET=1 to
avoid such side effect.

Without setting them, build_sysext complains like below, i.e. it tries to find
System.map of a wrong Kernel version 6.6.21, when it should find a newer
version like 6.6.23. That results in subsequent zfs CI tests failing due to
missing files like System.map and module deps.

```
System.map for kernel 6.6.21-flatcar was not found, may be due to the
built kernel sources no longer being available and lacking the fallback:
```

Suggested-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2024-04-24 13:59:07 +02:00
Kai Lüke
5f177dfa20
Merge pull request #1948 from space55/main
Add CONFIG_PPS_CLIENT_GPIO=m
2024-04-24 04:21:06 +02:00
flatcar-ci
2dda585bae New version: main-3949.0.0-nightly-20240423-2100 2024-04-23 21:00:39 +00:00
Krzesimir Nowak
36001a9f74 overlay profiles: Add accept keywords for dev-libs/expat 2024-04-23 17:52:33 +02:00
Krzesimir Nowak
7560f9390a overlay profiles: Add accept keywords for sys-firmware/intel-microcode 2024-04-23 17:52:33 +02:00
Krzesimir Nowak
96e56031e4 overlay profiles: Drop accept keywords for sys-apps/util-linux 2024-04-23 17:52:33 +02:00
Krzesimir Nowak
6070b98955 overlay profiles: Update accept keywords for net-libs/gnutls 2024-04-23 17:52:33 +02:00
Krzesimir Nowak
2fe8060c8f overlay profiles: Add accept keywords for dev-python/lxml 2024-04-23 17:52:33 +02:00
Krzesimir Nowak
4218e83673 overlay profiles: Add accept keywords for dev-python/cython 2024-04-23 17:52:33 +02:00
Krzesimir Nowak
dafe499d56 overlay profiles: Drop accept keywords for app-misc/jq 2024-04-23 17:52:33 +02:00
Krzesimir Nowak
d1ff89cd0f overlay profiles: Add accept keywords for net-misc/curl 2024-04-23 17:52:33 +02:00
Krzesimir Nowak
cda76d580c overlay profiles: Add accept keywords for dev-lang/python 2024-04-23 17:52:33 +02:00
Flatcar Buildbot
a93ce615e1 x11-libs/pixman: Sync with Gentoo
It's from Gentoo commit 51eee7179d8992089f833cb6d1ef30559febecff.
2024-04-23 17:52:33 +02:00
Flatcar Buildbot
5c52c5d5b6 sys-libs/tevent: Sync with Gentoo
It's from Gentoo commit 8255a1d1e7df73e5f931f9939607f492488cc587.
2024-04-23 17:52:33 +02:00
Flatcar Buildbot
a5d0b2fa68 sys-libs/tdb: Sync with Gentoo
It's from Gentoo commit 921d30ebc3f239b4a0ea69f96ec02aeef00dcd37.
2024-04-23 17:52:33 +02:00
Flatcar Buildbot
4bbe75f582 sys-libs/talloc: Sync with Gentoo
It's from Gentoo commit 465cf8ab267a953f3e6f44c37c4cfb12fa653803.
2024-04-23 17:52:33 +02:00
Flatcar Buildbot
44b1cc5b4c sys-libs/ncurses: Sync with Gentoo
It's from Gentoo commit 7e63eaefbe738901aa916c1a60e8c6b7b0a40d08.
2024-04-23 17:52:33 +02:00
Flatcar Buildbot
0ac00d0b2a sys-libs/libseccomp: Sync with Gentoo
It's from Gentoo commit a65ce7b0b71668fb49b960d7259b36eba6ab34cc.
2024-04-23 17:52:33 +02:00
Flatcar Buildbot
c2b98caeaf sys-libs/libblockdev: Sync with Gentoo
It's from Gentoo commit 93e52f92e3ec669a9678a1c4a61329791c938fba.
2024-04-23 17:52:33 +02:00
Flatcar Buildbot
f34334e724 sys-libs/ldb: Sync with Gentoo
It's from Gentoo commit 3b72be859ea5380720ebf8303c0996a9fc6286bd.
2024-04-23 17:52:33 +02:00
Flatcar Buildbot
cda7670060 sys-fs/xfsprogs: Sync with Gentoo
It's from Gentoo commit c073d0c3b74d459d90f786662e44b28203c1131c.
2024-04-23 17:52:33 +02:00
Flatcar Buildbot
ec8d8e20a6 sys-fs/udisks: Sync with Gentoo
It's from Gentoo commit 6f60a71de78f3cc30a58b93133149631d75cb7be.
2024-04-23 17:52:33 +02:00
Flatcar Buildbot
0009e16d00 sys-fs/fuse: Sync with Gentoo
It's from Gentoo commit efe2ef773c05f4e2fb3fb5fbf4d069938de12489.
2024-04-23 17:52:33 +02:00
Flatcar Buildbot
d8ca50ba39 sys-devel/gcc: Sync with Gentoo
It's from Gentoo commit d23d4c93be058cbd86283d9f611c916d9f4edd93.
2024-04-23 17:52:33 +02:00
Flatcar Buildbot
fda2cd92b6 sys-apps/util-linux: Sync with Gentoo
It's from Gentoo commit 06528950678f0c2271fdade0d8b6ce5d8a044c8e.
2024-04-23 17:52:33 +02:00
Flatcar Buildbot
d1ed18b048 sys-apps/smartmontools: Sync with Gentoo
It's from Gentoo commit f768f0105f5b9f8ee337105c89e2f6fef2cc8205.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
525a5c1f36 sys-apps/less: Sync with Gentoo
It's from Gentoo commit fab8a934bb5be9b5036d22564797b6db16443401.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
5000321be4 sys-apps/iproute2: Sync with Gentoo
It's from Gentoo commit f0ac63de535b1fa54978114ecc07deb1c2c6c17c.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
c810b65707 sys-apps/file: Sync with Gentoo
It's from Gentoo commit 0dee29492f77aa5e3ebddb75a84cb7364952d5f8.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
38b3f93519 sys-apps/ethtool: Sync with Gentoo
It's from Gentoo commit 40f9fd76602863f4a1a2d61b7ff4d30581ceeb16.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
5621e9c1a0 sys-apps/attr: Sync with Gentoo
It's from Gentoo commit 57880c6b52fc75c94eddf3660ad2d8305c3b1c54.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
77c9bdafa7 sys-apps/acl: Sync with Gentoo
It's from Gentoo commit fbdf516a8bbc0cddbd324dadc0121e0b65b0b22d.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
e475f8ad99 profiles: Sync with Gentoo
It's from Gentoo commit ab0f4fe4f9048e838c98603314bd27c424ca6105.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
97ff04041e net-misc/wget: Sync with Gentoo
It's from Gentoo commit e499bab5e3954a68c5f62be43689aa41244067f9.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
3796acef1b net-misc/iputils: Sync with Gentoo
It's from Gentoo commit b969d0a1de873ef92db0e96b11a6d22f06b29ccc.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
c8bfcd947f net-misc/curl: Sync with Gentoo
It's from Gentoo commit f5be667ab95a32f51f26a4c49c08596da3b0a076.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
51de874281 net-libs/libnftnl: Sync with Gentoo
It's from Gentoo commit 2b9fcc65048f6f6ec13d4c8a89b78cfc200867fe.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
4923b4b318 net-libs/gnutls: Sync with Gentoo
It's from Gentoo commit 71dd0961b35263fb829a03763cd07f8df9a4cd70.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
a7d48a0e19 net-fs/cifs-utils: Sync with Gentoo
It's from Gentoo commit 86243ebae528a9014ef2a3fefa0eb30b5a9ff8dc.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
3d20764f65 net-firewall/ipset: Sync with Gentoo
It's from Gentoo commit 89c5a3663083eee3240424c13040cbd327ddc2c0.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
3ae87cdcdd net-dns/c-ares: Sync with Gentoo
It's from Gentoo commit c11bc88813a82afcb4de5f46f92e977046379d9e.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
0cfe6ca395 media-libs/libpng: Sync with Gentoo
It's from Gentoo commit 1f734a95c0233be05a87a0011c90aa0a14cd1663.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
9abb5d4114 eclass/toolchain: Sync with Gentoo
It's from Gentoo commit 28fca56a1639578fc58de1e8310b7c94a5e12e09.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
df12379571 eclass/rpm: Sync with Gentoo
It's from Gentoo commit 18c07179cce50cda3c99858f419df8f5a755eebe.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
91f2df49e1 eclass/meson: Sync with Gentoo
It's from Gentoo commit afe0521495aeed0a22a3656e7bad193fba39805e.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
afce005187 eclass/eutils: Sync with Gentoo
It's from Gentoo commit a1f28063e0ba2192a120d15fd82a2d59ae10c892.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
18aa6872c8 eclass/distutils-r1: Sync with Gentoo
It's from Gentoo commit 75a308e0686ff3757855e05ff06e9ba7418a0458.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
0a718127f1 dev-util/glib-utils: Sync with Gentoo
It's from Gentoo commit a0259428ed6ba980d3b4744a73612b28f8f9165f.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
f6764d39fe dev-util/gdbus-codegen: Sync with Gentoo
It's from Gentoo commit 6cbad3ecff584aa436aabd8f780f8b157559e4d8.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
d733b20d97 dev-python/typing-extensions: Sync with Gentoo
It's from Gentoo commit 1cee1c4923bfa1314202b8fd322043d5857420c9.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
226c9ac9ac dev-python/trove-classifiers: Sync with Gentoo
It's from Gentoo commit 6bc8a844a12f3d57facbd570163c0c29365003ca.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
7eecce5cb7 dev-python/snakeoil: Sync with Gentoo
It's from Gentoo commit 3584788f0b15147c0065efdc3e2bcc3201e3b60b.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
33bb29dfb6 dev-python/setuptools: Sync with Gentoo
It's from Gentoo commit 2badb61783cef126cad890d1cbd1070af1dd9648.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
b43bad1d3e dev-python/pydecomp: Sync with Gentoo
It's from Gentoo commit 6db4f481e59adfa4beadc4dcbe41e75dd08418a0.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
54c182c440 dev-python/pluggy: Sync with Gentoo
It's from Gentoo commit 58d64b07f5199c3f646be1b07c1e76e91c8f5f77.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
171a5543cd dev-python/lxml: Sync with Gentoo
It's from Gentoo commit 7b5c3fb52c2f01ab03ebbe27073e6c9f0c4edb28.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
645b2123a8 dev-python/jaraco-functools: Sync with Gentoo
It's from Gentoo commit c1f72764c7b320d750448fc8f03ae4219bd5ffaf.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
c4bf5e4301 dev-python/jaraco-context: Sync with Gentoo
It's from Gentoo commit 5703771835d9b2c4a3ecdef353d0584b92cd862e.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
2dbc8b546a dev-python/inflect: Sync with Gentoo
It's from Gentoo commit d7641833d59471770632d1e35751eda3bbfb70aa.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
3285b61c62 dev-python/hatchling: Sync with Gentoo
It's from Gentoo commit 4939e46fecb209737a6bebcf2f98f85ec544d2a0.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
a51bff0b06 dev-python/docutils: Sync with Gentoo
It's from Gentoo commit 13dd8db9617ea3013e152d1be0438117b5357dd9.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
963e45ce24 dev-python/cython: Sync with Gentoo
It's from Gentoo commit cbd6b787782a88b07aae8833bdb2984ba5785488.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
67e3aee39e dev-libs/opensc: Sync with Gentoo
It's from Gentoo commit 52bd0287101df6f20c89dfb6a1bb2d241f6eb3ad.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
c89e33ed34 dev-libs/libuv: Sync with Gentoo
It's from Gentoo commit 4f2af276017530099965ad9a89cdf0341d0246d1.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
c1987dfffc dev-libs/libunistring: Sync with Gentoo
It's from Gentoo commit 019cda3940eab39bdd61cc9f3835b0a3804fe911.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
3b0c2f32c2 dev-libs/libsodium: Sync with Gentoo
It's from Gentoo commit 7e7783fcd2739e5c2423ffe0565e39b10712cca8.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
874f8560b5 dev-libs/libpwquality: Sync with Gentoo
It's from Gentoo commit 54a311eb568400862acf36a6f3c99f7748dbeb22.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
915e4d1ce0 dev-libs/libpcre2: Sync with Gentoo
It's from Gentoo commit 0d71f80b9cce573ec0be53f75d8318ee6e3580aa.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
87aa2985e0 dev-libs/libp11: Sync with Gentoo
It's from Gentoo commit 32e186395feea86d289dc5f5601e334e2f32aff8.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
3036989d4e dev-libs/libaio: Sync with Gentoo
It's from Gentoo commit ccbce26c5a1f962e02f71911d0fe939c1cc0c8e9.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
d98ed58eba dev-libs/jansson: Sync with Gentoo
It's from Gentoo commit b399c14a9af263ff417a9fc1fe22b84b5e49d328.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
5691d47298 dev-libs/glib: Sync with Gentoo
It's from Gentoo commit 39b192fa76b7dab156214144cb71b14df5b0038b.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
0f48758dc0 dev-lang/python-exec-conf: Sync with Gentoo
It's from Gentoo commit d877966562beec31bcd3d5c6b19185bf7dff6650.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
efa045ef86 dev-lang/python-exec: Sync with Gentoo
It's from Gentoo commit 1c9427b0676b68f932a04dd88f48ca276433f7aa.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
9ca13112a0 dev-lang/python: Sync with Gentoo
It's from Gentoo commit 1dc386510db66a586cc128aff28b5dd58ee5e5c7.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
20517e7716 dev-debug/strace: Sync with Gentoo
It's from Gentoo commit 892467328846414e0fb5ef500988098e9cf07ac7.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
e6849ae0f6 dev-db/sqlite: Sync with Gentoo
It's from Gentoo commit f6e367c15ebb29504b01963e8d36f3b64ff280e7.
2024-04-23 17:52:32 +02:00
Flatcar Buildbot
e1bd6caed4 dev-build/ninja: Sync with Gentoo
It's from Gentoo commit d3cec83caf1478a2ac994ac2ca2d149553e61132.
2024-04-23 17:52:31 +02:00
Flatcar Buildbot
7e2314b688 dev-build/meson: Sync with Gentoo
It's from Gentoo commit fef20340906d376b9648f2f865a4af27ffeebde0.
2024-04-23 17:52:31 +02:00
Flatcar Buildbot
3c3c9da328 dev-build/make: Sync with Gentoo
It's from Gentoo commit 85423df7972767095b2ad59d10b9c44857d74dc8.
2024-04-23 17:52:31 +02:00
Flatcar Buildbot
0548dd53dd dev-build/cmake: Sync with Gentoo
It's from Gentoo commit 4fc216074cac93582ebc29089ad7794077dc9ba8.
2024-04-23 17:52:31 +02:00
Flatcar Buildbot
93c4fc4aba app-vim/gentoo-syntax: Sync with Gentoo
It's from Gentoo commit 158911870090cfa4d56b3aa6befb09112fe3f1d1.
2024-04-23 17:52:31 +02:00
Flatcar Buildbot
82b033a70d app-shells/bash: Sync with Gentoo
It's from Gentoo commit 268b2e7c07d97bd9e833d239d786a0314c3b09ec.
2024-04-23 17:52:31 +02:00
Flatcar Buildbot
6c7f160f18 app-portage/portage-utils: Sync with Gentoo
It's from Gentoo commit 8616ac9fa23c6cfb013673c339832fc07b39d6df.
2024-04-23 17:52:31 +02:00
Flatcar Buildbot
ba3fec2579 app-portage/elt-patches: Sync with Gentoo
It's from Gentoo commit be0f645743869cc15525bb3eb23269bfe9262fd8.
2024-04-23 17:52:31 +02:00
Flatcar Buildbot
caed241b0a app-misc/pax-utils: Sync with Gentoo
It's from Gentoo commit b7ea1f061b451c92ef209f8821a6eae70b97bb9c.
2024-04-23 17:52:31 +02:00
Flatcar Buildbot
b7d4aefde1 app-misc/jq: Sync with Gentoo
It's from Gentoo commit 8d64b3da3e2b4f45b6d9d41e68dd6013d1d5a14c.
2024-04-23 17:52:31 +02:00
Flatcar Buildbot
5224cf1327 app-crypt/tpm2-tools: Sync with Gentoo
It's from Gentoo commit 6012458803eaa9f9ae7617d26297b3f006c8dfae.
2024-04-23 17:52:31 +02:00
Flatcar Buildbot
71d3a8c88d app-crypt/gnupg: Sync with Gentoo
It's from Gentoo commit e2f36a6a5283775f4faf296cee79b64a5288ba2a.
2024-04-23 17:52:31 +02:00
Flatcar Buildbot
08fe7eac3a app-crypt/ccid: Sync with Gentoo
It's from Gentoo commit e4661195a13fdf95ad6b9e5e8885cda863118a3e.
2024-04-23 17:52:31 +02:00
Flatcar Buildbot
5053741767 app-arch/xz-utils: Sync with Gentoo
It's from Gentoo commit 83a27ac5162cf15e1dca6de92f2debe452024d24.
2024-04-23 17:52:31 +02:00
Flatcar Buildbot
6b831e2b8d app-arch/libarchive: Sync with Gentoo
It's from Gentoo commit 62b052e9c730e3786f5b6dff287920f1c4dad12e.
2024-04-23 17:52:31 +02:00
Flatcar Buildbot
7702bf41d4 app-arch/gzip: Sync with Gentoo
It's from Gentoo commit 06b93f3ce0680055df856ecee8a13cc358f05a61.
2024-04-23 17:52:31 +02:00
Eamonn Nugent
28fef7fbbb
Merge branch 'main' into main 2024-04-22 19:40:48 -04:00
Flatcar Buildbot
bfd7a887ae Update mantle container image to latest HEAD 2024-04-22 21:00:44 +00:00
flatcar-ci
65dee77aee New version: main-3948.0.0-nightly-20240422-2100 2024-04-22 21:00:25 +00:00
Krzesimir Nowak
f438b1cae8 overlay sys-apps/systemd: Apply Flatcar modifications 2024-04-22 16:46:44 +02:00
Krzesimir Nowak
85a8599617 sys-apps/systemd: Sync with Gentoo
It's from Gentoo commit 2479e2a834ddc8e79e2a2899ec20269b0b2b2000.
2024-04-22 16:46:44 +02:00
Eamonn Nugent
fdc576a1e2
Merge branch 'main' into main 2024-04-22 09:02:16 -04:00
flatcar-ci
a50161a514 New version: main-3945.0.0-nightly-20240419-2100 2024-04-22 11:25:10 +00:00
Eamonn Nugent
3c5b7256e6 Add CONFIG_PPS_CLIENT_GPIO=m
Closes flatcar/Flatcar:1430
2024-04-22 05:19:06 +00:00
flatcar-ci
e281c1d240 New version: main-3945.0.0-nightly-20240419-2100-INTERMEDIATE 2024-04-19 21:00:27 +00:00
Flatcar Buildbot
99c6370970 Update mantle container image to latest HEAD 2024-04-19 11:36:49 +00:00
Kai Lüke
880e5a2464
Merge pull request #1907 from flatcar/rust-1.77.2-main
Upgrade dev-lang/rust and virtual/rust in main from 1.77.1 to 1.77.2
2024-04-19 05:37:39 +02:00
flatcar-ci
72dc21f6d0 New version: main-3944.0.0-nightly-20240418-2100 2024-04-18 21:00:25 +00:00
Flatcar Buildbot
65e180acb4 dev-lang/rust: Update from 1.77.1 to 1.77.2 2024-04-18 18:46:49 +09:00
Kai Lüke
85133f6429
Merge pull request #1916 from flatcar/kai/drop-patch
dev-lang/rust: Drop alternative patch
2024-04-18 11:44:26 +02:00
Flatcar Buildbot
91546892cd Update mantle container image to latest HEAD 2024-04-17 21:00:43 +00:00
flatcar-ci
660a9b509f New version: main-3943.0.0-nightly-20240417-2100 2024-04-17 21:00:25 +00:00
Mathieu Tortuyaux
0d4031a6d8
Merge pull request #1880 from apricote/hetzner
OEM: Provide Hetzner Images
2024-04-17 15:17:33 +02:00
Flatcar Buildbot
2fda9a86da Update mantle container image to latest HEAD 2024-04-17 10:54:34 +00:00
Kai Lueke
999aa34992 dev-lang/rust: Drop alternative patch
The patch https://github.com/rust-lang/rust/pull/119582 got merged some
releases ago as alternative to the patch
https://github.com/rust-lang/rust/pull/119445 we included in the ebuild
file. We currently use both because the unneeded patch got changed to
apply again but it's not needed and may cause strange behavior.
Therefore, drop the alternative patch.
2024-04-17 15:43:56 +09:00
flatcar-ci
9c91741f3e New version: main-3942.0.0-nightly-20240416-2100 2024-04-16 21:00:35 +00:00
Flatcar Buildbot
16ec409e65 Update mantle container image to latest HEAD 2024-04-16 15:55:49 +00:00
Julian Tölle
1cf9d7f159 coreos-base/coreos-init: Bump commit for Hetzner OEM support 2024-04-16 17:11:44 +02:00
Julian Tölle
e2f6180b47 sys-kernel/bootengine: Bump commit for Hetzner OEM support 2024-04-16 17:10:59 +02:00
Julian Tölle
5ac7c09438 overlay afterburn: enable for Hetzner OEM 2024-04-16 17:08:04 +02:00
Julian Tölle
48c81bc978 oem: provide hetzner images 2024-04-16 17:08:04 +02:00
flatcar-ci
706efd4299 New version: main-3941.0.0-nightly-20240415-2100 2024-04-15 21:00:32 +00:00
Flatcar Buildbot
46f51158b0 Update mantle container image to latest HEAD 2024-04-15 10:06:23 +00:00
flatcar-ci
b36eb2f1f4 New version: main-3938.0.0-nightly-20240412-2100 2024-04-13 02:31:55 +00:00
flatcar-ci
7faae1acc9 New version: main-3938.0.0-nightly-20240412-2100-INTERMEDIATE 2024-04-12 21:00:33 +00:00
Flatcar Buildbot
e3e4ff980f Update mantle container image to latest HEAD 2024-04-12 12:57:32 +00:00
Dongsu Park
05c515b706
Merge pull request #1888 from flatcar/dongsu/ue-rs-20240405
coreos-base/ue-rs: bump h2, mio
2024-04-12 14:57:17 +02:00
Flatcar Buildbot
1f8911b143 Update mantle container image to latest HEAD 2024-04-12 11:54:58 +00:00
Dongsu Park
2d481ddae5
Merge pull request #1886 from flatcar/containerd-1.7.15-main
Upgrade Containerd in main from 1.7.14 to 1.7.15
2024-04-12 13:54:41 +02:00
Dongsu Park
30ec9cc2b8 coreos-base/ue-rs: bump h2, mio
Update to 9b6ddb0226208450bcef9da4ac5ba8bc2a47a87c (2024-04-05), mainly
to address security issues in Rust crates.

Pulls in:
https://github.com/flatcar/ue-rs/pull/51
https://github.com/flatcar/ue-rs/pull/52
https://github.com/flatcar/ue-rs/pull/53
https://github.com/flatcar/ue-rs/pull/54
2024-04-12 11:19:47 +02:00
Kai Lueke
92b8c8f923 coreos-base/coreos-init: Update to latest ref
This pulls in https://github.com/flatcar/init/pull/119 just to have the
latest commit ref. The change is not needed on new Flatcar versions but
for those that download the flatcar-update script from git as raw file.
2024-04-12 17:53:43 +09:00
Flatcar Buildbot
ce925402f2 app-containers/containerd: Update from 1.7.14 to 1.7.15 2024-04-12 08:16:57 +00:00
flatcar-ci
7666320319 New version: main-3937.0.0-nightly-20240411-2100 2024-04-11 21:00:26 +00:00
Dongsu Park
6dc0cd0786
Merge pull request #1814 from flatcar/buildbot/monthly-glsa-metadata-updates-2024-04-01
Monthly GLSA metadata 2024-04-01
2024-04-11 14:51:34 +02:00
Mathieu Tortuyaux
144a0c417a
Merge pull request #1867 from flatcar/firmware-20240410-main
Upgrade Linux Firmware in main from 20240312 to 20240410
2024-04-11 14:00:45 +02:00
Krzesimir Nowak
2c49da0c69 overlay profiles: Drop obsolete package unmask for sys-libs/ncurses
Gentoo finally dropped their masking.
2024-04-11 12:39:59 +02:00
Krzesimir Nowak
ac79ba8702 overlay profiles: Add accept keywords for sys-apps/coreutils 2024-04-11 12:39:59 +02:00
Krzesimir Nowak
69b948dd31 overlay profiles: Drop obsolete package unmask for dev-python/boto
Gentoo alrady dropped the package and its name from profiles, so we
can drop the unmask now too.
2024-04-11 12:39:59 +02:00
Krzesimir Nowak
89a138ab8b overlay profiles: Drop app-arch/xz-utils mask
Already dealt with by the portage-stable profiles.
2024-04-11 12:39:59 +02:00
Krzesimir Nowak
658a1019fd overlay profiles: Update accept keywords for app-misc/jq 2024-04-11 12:39:59 +02:00
Krzesimir Nowak
e874b69765 overlay profiles: Drop accept keywords for app-crypt/mit-krb5 2024-04-11 12:39:59 +02:00
Krzesimir Nowak
99ed6c1f83 overlay profiles: Add accept keywords for sys-apps/util-linux 2024-04-11 12:39:59 +02:00
Krzesimir Nowak
80d06ac31f dev-python/nspektr: Drop unused package 2024-04-11 12:39:59 +02:00
Krzesimir Nowak
08647161a3 overlay profiles: Provide dev-util/source-highlight
The build worked without the package, so let's fake the existence of
the package. Otherwise it pulls in some more deps for generating
something we will throw away anyway.
2024-04-11 12:39:59 +02:00
Krzesimir Nowak
9274f06827 overlay dev-python/boto: Disable tests
The tests required obsolete test runner. We are not running them
anyway, so skip the test setup.
2024-04-11 12:39:59 +02:00
Flatcar Buildbot
cfa07422a4 x11-libs/pixman: Sync with Gentoo
It's from Gentoo commit 650b7d239d8a6ae82e9e1b6a896baf89c665f97e.
2024-04-11 12:39:59 +02:00
Flatcar Buildbot
0c7bc9e5e6 x11-base/xorg-proto: Sync with Gentoo
It's from Gentoo commit a7c03ee047bc884c87cc5f68960a78c4b6c8c755.
2024-04-11 12:39:58 +02:00
Flatcar Buildbot
1eccac5381 sys-process/procps: Sync with Gentoo
It's from Gentoo commit e04245bf04088e9f3e035496d648141313e5a57b.
2024-04-11 12:39:58 +02:00
Flatcar Buildbot
b0d20baab0 sys-libs/ncurses: Sync with Gentoo
It's from Gentoo commit c98437dd54163ba754d52b4dddea6baadf3f27ad.
2024-04-11 12:39:58 +02:00
Flatcar Buildbot
1185cecf5c sys-libs/libcap-ng: Sync with Gentoo
It's from Gentoo commit dfc4d55e7af6dcd888b193fbcd6d1b31b8591840.
2024-04-11 12:39:58 +02:00
Flatcar Buildbot
bc5beb0670 sys-libs/libblockdev: Sync with Gentoo
It's from Gentoo commit 4dd25d9e0833b8091382a3e928992d07d7ed92b9.
2024-04-11 12:39:58 +02:00
Flatcar Buildbot
4e4ac40fc2 sys-libs/binutils-libs: Sync with Gentoo
It's from Gentoo commit 1e023dabc8bda97e34f405d9877c86e43e62ad94.
2024-04-11 12:39:58 +02:00
Flatcar Buildbot
9ab72adb17 sys-kernel/linux-headers: Sync with Gentoo
It's from Gentoo commit 4d81fc834f4e0fb57d77359010f9f689bc293580.
2024-04-11 12:39:58 +02:00
Flatcar Buildbot
717bb7eb65 sys-devel/gcc: Sync with Gentoo
It's from Gentoo commit 3ff256918e2ce36c10931415d5bca9ab95b4e0b3.
2024-04-11 12:39:58 +02:00
Flatcar Buildbot
378df987d9 sys-apps/util-linux: Sync with Gentoo
It's from Gentoo commit 8f8e1c05fd9115bdedd0c452adf69a13bc8c4a7c.
2024-04-11 12:39:58 +02:00