James Le Cuirot
4c2bcfba0a
Merge pull request #2233 from flatcar/firmware-20240811-main
...
Upgrade Linux Firmware in main from 20240709 to 20240811
2024-08-19 10:34:31 +01:00
flatcar-ci
cf6948a7b7
New version: main-4064.0.0-nightly-20240816-2100
2024-08-17 01:35:38 +00:00
flatcar-ci
ad6fe32b29
New version: main-4064.0.0-nightly-20240816-2100-INTERMEDIATE
2024-08-16 21:00:23 +00:00
Flatcar Buildbot
7027ff83ee
sys-kernel/coreos-firmware: Update from 20240709 to 20240811
2024-08-16 15:08:33 +01:00
Krzesimir Nowak
8c18dec4d6
overlay profiles: Force systemd on virtual udev packages
2024-08-16 15:54:11 +02:00
Krzesimir Nowak
ff89bf9639
overlay coreos/user-patches: Drop user-patch for net-dialup/lrzsz
...
The update of the package pulled some other fix for the issue.
2024-08-16 15:54:11 +02:00
Krzesimir Nowak
ce53b01895
overlay profiles: Update accept keywords for net-firewall/conntrack-tools
2024-08-16 15:54:11 +02:00
Krzesimir Nowak
dc8d3869e7
x11-misc/shared-mime-info: Sync with Gentoo
...
It's from Gentoo commit 6d7a8c0d18b2df918f4f775fde283c49b008011c.
2024-08-16 15:53:02 +02:00
Krzesimir Nowak
654a20ea7a
x11-misc/makedepend: Sync with Gentoo
...
It's from Gentoo commit 04d16f5906a5feeca4fbababbec359e0b5d5767e.
2024-08-16 15:53:02 +02:00
Krzesimir Nowak
21eadd3d92
virtual/udev: Sync with Gentoo
...
It's from Gentoo commit 6161f5ac5e20d586345e1b2ea94fd5bd80ca6959.
2024-08-16 15:53:02 +02:00
Krzesimir Nowak
db3f8d56ff
virtual/resolvconf: Sync with Gentoo
...
It's from Gentoo commit 197815981c33ed4655c8233d07e31fec84fa46c7.
2024-08-16 15:53:02 +02:00
Krzesimir Nowak
69af5aa09b
virtual/pager: Sync with Gentoo
...
It's from Gentoo commit 77f67752cd0fa1d306b5d82723954ac8dbc6cd6c.
2024-08-16 15:53:02 +02:00
Krzesimir Nowak
0aa5688add
virtual/libudev: Sync with Gentoo
...
It's from Gentoo commit 442a9c0c981b0cfbb003b1fb223e2767e6367ef0.
2024-08-16 15:53:02 +02:00
Krzesimir Nowak
dbf6731e18
virtual/libintl: Sync with Gentoo
...
It's from Gentoo commit b76b6d3eeb85be1dbc96c1a7b0c638a2766789d6.
2024-08-16 15:53:02 +02:00
Krzesimir Nowak
61b5c349da
virtual/libiconv: Sync with Gentoo
...
It's from Gentoo commit b76b6d3eeb85be1dbc96c1a7b0c638a2766789d6.
2024-08-16 15:53:02 +02:00
Krzesimir Nowak
d3ff6b825d
virtual/krb5: Sync with Gentoo
...
It's from Gentoo commit 7bc60b460a29b8422b8afbb65464758e216b5e5a.
2024-08-16 15:53:02 +02:00
Krzesimir Nowak
868697d5af
sys-boot/gnu-efi: Sync with Gentoo
...
It's from Gentoo commit a27c3eccc447347e96c31fd03795f3ee354c2f65.
2024-08-16 15:53:02 +02:00
Krzesimir Nowak
6565dccf1b
net-firewall/conntrack-tools: Sync with Gentoo
...
It's from Gentoo commit bba3b5ebac787dfe00976780ba5ac918368dcf70.
2024-08-16 15:53:02 +02:00
Krzesimir Nowak
ae519d5a33
net-dialup/minicom: Sync with Gentoo
...
It's from Gentoo commit 168995c59aee4ad848a64d748f48e7d32936265b.
2024-08-16 15:53:02 +02:00
Krzesimir Nowak
536871af7a
net-dialup/lrzsz: Sync with Gentoo
...
It's from Gentoo commit 64ae7e83e03ad692eff3cff5f6ad0a26a7c532de.
2024-08-16 15:53:01 +02:00
Krzesimir Nowak
ca8f7b6e74
net-analyzer/tcpdump: Sync with Gentoo
...
It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade.
2024-08-16 15:53:01 +02:00
James Le Cuirot
860464ae1a
Merge pull request #2238 from flatcar/chewi/baselayout-no-git
...
sys-apps/baselayout: Don't fetch non-live version from git
2024-08-16 10:06:12 +01:00
flatcar-ci
9052943fe2
New version: main-4063.0.0-nightly-20240815-2100
2024-08-15 21:00:27 +00:00
James Le Cuirot
618dfc49ba
sys-apps/baselayout: Don't fetch non-live version from git
...
Use a regular tarball from GitHub. baselayout is a special case because
Catalyst initially installs it with --nodeps. We currently use stage 4
as a seed, which includes git, so this is fine right now, but we would
like to switch to using stage 3 instead. You also might use a
cross-compiled stage 3 as a seed when porting the SDK to a new
architecture.
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-08-15 17:02:49 +01:00
James Le Cuirot
8e5b5af225
dev-lang/rust: Drop our custom package in favour of upstream Gentoo's
...
It is not clear why this was forked originally. One reason was to avoid
the sys-apps/lsb-release dependency, but it probably wasn't just that.
It seems likely that the upstream package did not support cross targets
at the time. Now it does.
It appears that LTO was previously enabled by us following Gentoo rather
than through an explicit decision. They now disable it by default, so we
do likewise. It previously used "fat" LTO, which makes Rust especially
slow to build and reportedly made rustc slower than with "thin" LTO!
There seems little benefit in using thin LTO given that we rebuild Rust
almost as much as the packages that use it, plus we don't enable LTO
anywhere else.
We still avoid rustdoc to keep the size down using INSTALL_MASK. This
isn't as good as not building it in the first place, but this alone
isn't worth keeping a fork.
Cross targets are now handled via the admittedly experimental
RUST_CROSS_TARGETS support. This has been in place for a while, and I
think it is fairly widely used now. If it does disappear, it would
almost certainly be for something even better.
This also updates Rust from 1.80.0 to 1.80.1.
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-08-15 16:54:11 +01:00
James Le Cuirot
b88b31acb9
sys-apps/lsb-release: Import from Gentoo
...
We have previously avoided this package because its /etc/lsb-release
clashes with the symlink created by our sys-apps/baselayout. This has
led to the need to fork some packages, such as dev-lang/rust, just to
avoid the dependency.
Instead, we can just stop it from installing /etc/lsb-release with
INSTALL_MASK. I also considered having it create the symlink instead of
baselayout, but baselayout has the tmpfiles.d handling, so this is
simpler.
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-08-15 13:51:08 +01:00
Krzesimir Nowak
1d141f67c0
Merge pull request #2230 from flatcar/krnowak/drop-python-test-stuff
...
Drop python tests from GCE and Azure OEM images and python sysext
2024-08-15 13:26:56 +02:00
Jeremi Piotrowski
d8e282f280
Revert "New version: main-4062.0.0-nightly-20240814-2100"
...
This reverts commit f2fe34e0cb
.
Nightly build failed due to Github unavailability. Revert temporarily,
we'll be back with a new nightly tomorrow.
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2024-08-15 09:30:04 +02:00
flatcar-ci
f2fe34e0cb
New version: main-4062.0.0-nightly-20240814-2100
2024-08-14 21:00:25 +00:00
Krzesimir Nowak
131b56975f
coreos-base/oem-azure: Shrink the sysext image by removing python tests
...
Do the same thing we did for GCE.
2024-08-14 17:25:01 +02:00
Krzesimir Nowak
7cebc75f75
coreos-base/oem-gce: Shrink the sysext image by removing python tests
...
Not only python is being installed, but also some extra packages like
setuptools. These amount of tests seems to be growing, which is not a
bad thing per se, but we really don't need them in the GCE OEM sysext.
2024-08-14 17:20:42 +02:00
Krzesimir Nowak
6ef3c80005
overlay profiles: Mask http3 and quic in net-misc/curl
2024-08-14 17:15:15 +02:00
Krzesimir Nowak
705ef149a2
sys-apps/kexec-tools: Sync with Gentoo
...
It's from Gentoo commit 7e4187530a2f735606b51db72363c24a6c85e146.
2024-08-14 17:15:15 +02:00
James Le Cuirot
946b1e305f
profiles: app-crypt/adcli-0.9.2 has been stabilised on amd64 (not arm64)
...
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-08-14 17:15:15 +02:00
James Le Cuirot
c62f88166f
profiles: Align amd64 dev-lang/python with arm64 on 3.11.9_p1
...
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-08-14 17:15:15 +02:00
James Le Cuirot
a96a72c817
profiles: app-containers/aardvark-dns-1.11.0 has been stabilised
...
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-08-14 17:15:15 +02:00
Krzesimir Nowak
7d78c21342
overlay profiles: Update accept keywords for net-misc/curl
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
263d1687d5
sys-libs/readline: Sync with Gentoo
...
It's from Gentoo commit e702138165d331f7b26a7e027b468471ec3f3ed2.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
bb206151b9
sys-libs/libsepol: Sync with Gentoo
...
It's from Gentoo commit babe86a253d5af6c1c9b5e9e96ff337015ded6e3.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
5d1dfadd86
sys-libs/libselinux: Sync with Gentoo
...
It's from Gentoo commit 5d4b3caf8014e9e1ad97f029f2f9b935ace5581e.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
7cc11374e4
sys-libs/libnvme: Sync with Gentoo
...
It's from Gentoo commit 3ae2685d277e65d041e8b86a18fa637973e9d6c0.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
9ce590368b
sys-libs/efivar: Sync with Gentoo
...
It's from Gentoo commit f19ef2f7dee67f10f752038bf9b65a169ba9f6be.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
de9fc3ab4b
sys-libs/binutils-libs: Sync with Gentoo
...
It's from Gentoo commit 0623a6e9c76a4cb7d2c930cdb982577cc8f1014d.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
63638a1e4b
sys-fs/zfs-kmod: Sync with Gentoo
...
It's from Gentoo commit 7823de662577f6f0bd1192c7ba6b0eb259303b54.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
374723981b
sys-fs/zfs: Sync with Gentoo
...
It's from Gentoo commit 6e1623528f4f569c1cd40f24dd927c83c99c209e.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
4ab3c8a806
sys-fs/quota: Sync with Gentoo
...
It's from Gentoo commit e3a356162a1a5781b91fdd1722bb75421ac9cad0.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
2f363001f1
sys-fs/btrfs-progs: Sync with Gentoo
...
It's from Gentoo commit a429b970949c21e97dfc4e6b8cee01ed0bb4e2ff.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
e4ed5a2b7e
sys-devel/gcc: Sync with Gentoo
...
It's from Gentoo commit 501c1e3ac274bcc8f151069c02d1e6e60567fbe8.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
947b66a384
sys-devel/binutils: Sync with Gentoo
...
It's from Gentoo commit 5f9b32f028a31e544134077f5a3b6bd3d8c4230c.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
097e7fe925
sys-apps/semodule-utils: Sync with Gentoo
...
It's from Gentoo commit 8803694d433296304821e7432152779252de35db.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
c89d3e67b8
sys-apps/nvme-cli: Sync with Gentoo
...
It's from Gentoo commit 89cf45ddf73665e74698e7af755e6123559a15ff.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
6eb3f8728b
sys-apps/kexec-tools: Sync with Gentoo
...
It's from Gentoo commit 4c27efd95d9164b3e6ff433c06cd767885d27b13.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
23fe0fe6e2
sys-apps/iproute2: Sync with Gentoo
...
It's from Gentoo commit 0564906652c69469deab2b7814bb4736d7be5881.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
77cfef27ee
sys-apps/gentoo-functions: Sync with Gentoo
...
It's from Gentoo commit 5fccbf281ae32847683b2e4a1fab5b6bf30ed6b7.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
e211426965
sys-apps/checkpolicy: Sync with Gentoo
...
It's from Gentoo commit 62560fb10e03bb9c299cba031e74a55a6a5a767e.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
d891f1cb39
sys-apps/bubblewrap: Sync with Gentoo
...
It's from Gentoo commit 6a09a84a9cfed3824975c5e96dc413907f3982ec.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
32319658dd
profiles: Sync with Gentoo
...
It's from Gentoo commit 8a285dc079f9abbbb18f897551760135ec2cbf3a.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
b5cc125fd1
net-misc/iperf: Sync with Gentoo
...
It's from Gentoo commit 4aa5fca038dbd7eb7f5773387ea0ac8357e9a7c3.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
e7e0d05aa8
net-misc/curl: Sync with Gentoo
...
It's from Gentoo commit 0bc9de9034f0c89649f945b5d012e9ae0d06a1f8.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
5a9a683a70
net-libs/libmicrohttpd: Sync with Gentoo
...
It's from Gentoo commit 49f05ee88ae07e63ffb6eebf390d27e9560575e7.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
514de38d31
net-libs/gnutls: Sync with Gentoo
...
It's from Gentoo commit d14233d72e7cdc4e93acb83100118500f8822203.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
88af8752d7
eclass/toolchain: Sync with Gentoo
...
It's from Gentoo commit eb9d324cb45589e287e6cce64f3110acccf1e47c.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
aeca7bf1c4
eclass/toolchain-funcs: Sync with Gentoo
...
It's from Gentoo commit c7f5ca73ddfab78834c5bf240cb544e07a6d61ab.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
a2b065614b
eclass/rust-toolchain: Sync with Gentoo
...
It's from Gentoo commit 1a17266f16d4fbd2116611777a3c77f2db31bc8b.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
339edb3329
eclass/python-single-r1: Sync with Gentoo
...
It's from Gentoo commit 9b1ccc14f4a6e9b6c614a4c5f5d6ec15f6339d64.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
e3fc6798ac
eclass/python-r1: Sync with Gentoo
...
It's from Gentoo commit 9b1ccc14f4a6e9b6c614a4c5f5d6ec15f6339d64.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
46bc88b855
eclass/python-any-r1: Sync with Gentoo
...
It's from Gentoo commit 9b1ccc14f4a6e9b6c614a4c5f5d6ec15f6339d64.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
c210d9a5ea
eclass/java-utils-2: Sync with Gentoo
...
It's from Gentoo commit 40069e31dfc02ce38c2b30ba0ed9544d386521bb.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
f31465582a
eclass/dist-kernel-utils: Sync with Gentoo
...
It's from Gentoo commit c75b6bf3c8b84eb3a674613cf054b54b053bbd7c.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
464ef089a8
dev-vcs/git: Sync with Gentoo
...
It's from Gentoo commit d93c012012cdd32c90ad8960956995003da2e9ac.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
062b1b44ad
dev-util/re2c: Sync with Gentoo
...
It's from Gentoo commit cfbd5eab5500525b35a623a45a932d1093141308.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
6e734b33bf
dev-util/perf: Sync with Gentoo
...
It's from Gentoo commit b9ac6043978ea1f9820a072d7a169bbe1ffc5cc4.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
6fa5c9057c
dev-util/glib-utils: Sync with Gentoo
...
It's from Gentoo commit 5e983f8bf2cb4fc487b534cdd5b7c19df98be3d7.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
28c389aeb5
dev-util/gdbus-codegen: Sync with Gentoo
...
It's from Gentoo commit f772956294c19ace8cb1e6cf319244ec1e748cdf.
2024-08-14 17:15:15 +02:00
Flatcar Buildbot
767ba5bfc0
dev-util/bpftool: Sync with Gentoo
...
It's from Gentoo commit 69f1f2a554d541b48cc26ff3f167a332cd1b9222.
2024-08-14 17:15:14 +02:00
Flatcar Buildbot
210e04fd8a
dev-python/wheel: Sync with Gentoo
...
It's from Gentoo commit 9be07f5a3eeee3bb88ada3ec27c6863a506a1beb.
2024-08-14 17:15:14 +02:00
Flatcar Buildbot
064a8a1b13
dev-python/setuptools: Sync with Gentoo
...
It's from Gentoo commit 9d5162370b647de41f8e05284db647e4f2f63535.
2024-08-14 17:15:14 +02:00
Flatcar Buildbot
6735293aa5
dev-python/more-itertools: Sync with Gentoo
...
It's from Gentoo commit 66f465d42f763ba5c90ea9c6be4b8be3a6159e8d.
2024-08-14 17:15:14 +02:00
Flatcar Buildbot
c403922684
dev-python/jaraco-text: Sync with Gentoo
...
It's from Gentoo commit 6006a8c2aff0ee67e142576f7628b83a0e2039f6.
2024-08-14 17:15:14 +02:00
Flatcar Buildbot
32c5d7b436
dev-python/jaraco-functools: Sync with Gentoo
...
It's from Gentoo commit 8850bf3b9800ea905a9b0476e6254951d1506a96.
2024-08-14 17:15:14 +02:00
Flatcar Buildbot
a4f10b8ae0
dev-python/ensurepip-setuptools: Sync with Gentoo
...
It's from Gentoo commit e2c1d3af422ab9027641993b689bb509ab483ae2.
2024-08-14 17:15:14 +02:00
Flatcar Buildbot
3c105cd492
dev-python/cython: Sync with Gentoo
...
It's from Gentoo commit 45bf81988dab3e377e31ccaa5de07ca9fd3f2cf6.
2024-08-14 17:15:14 +02:00
Flatcar Buildbot
d56628a09c
dev-python/certifi: Sync with Gentoo
...
It's from Gentoo commit 63d09e9da0ff3cc4e5369c5f1c257bbac9c61b96.
2024-08-14 17:15:14 +02:00
Flatcar Buildbot
d4b8535bdf
dev-libs/protobuf: Sync with Gentoo
...
It's from Gentoo commit b2e00ed469c79912893aa3351d58e776d0442122.
2024-08-14 17:15:14 +02:00
Flatcar Buildbot
253d7d4c6f
dev-libs/npth: Sync with Gentoo
...
It's from Gentoo commit afbd6307735e79563d18046fa21283d98fa94ca9.
2024-08-14 17:15:14 +02:00
Flatcar Buildbot
aeadf9e8d8
dev-libs/libnl: Sync with Gentoo
...
It's from Gentoo commit 550991233ca6ba417925569d7ae0f58efc2421dc.
2024-08-14 17:15:14 +02:00
Flatcar Buildbot
eb210ba74c
dev-libs/libassuan: Sync with Gentoo
...
It's from Gentoo commit 261094736293e7c3f846ff3becbce6e312e81121.
2024-08-14 17:15:14 +02:00
Flatcar Buildbot
cdb5e81175
dev-libs/gobject-introspection-common: Sync with Gentoo
...
It's from Gentoo commit a4c71933b68abb1b066056fee2874ffc0cbc0add.
2024-08-14 17:15:14 +02:00
Flatcar Buildbot
3f53f1bccd
dev-libs/gobject-introspection: Sync with Gentoo
...
It's from Gentoo commit 8c3045f6306115494e4a66d6e8d2313ece1645e9.
2024-08-14 17:15:14 +02:00
Flatcar Buildbot
870c49cbc0
dev-libs/glib: Sync with Gentoo
...
It's from Gentoo commit b816f464caf6e4217266aeef09e44163c5967d9e.
2024-08-14 17:15:14 +02:00
Flatcar Buildbot
fae05862ea
dev-libs/elfutils: Sync with Gentoo
...
It's from Gentoo commit 5a53dc557625ad634e0f9317f134ca5c1c827c55.
2024-08-14 17:15:14 +02:00
Flatcar Buildbot
70fceb0f0a
dev-lang/yasm: Sync with Gentoo
...
It's from Gentoo commit a2d102c7faeb88606c957b46a4d404dd53d4573b.
2024-08-14 17:15:14 +02:00
Flatcar Buildbot
cd89ef65bb
dev-lang/swig: Sync with Gentoo
...
It's from Gentoo commit e9352823090da530597ad29059c382e3e0b2eb65.
2024-08-14 17:15:14 +02:00
Flatcar Buildbot
1f1757eb07
dev-lang/python: Sync with Gentoo
...
It's from Gentoo commit 2d228476daef4c9f3c7efd8ea952710ee212ae69.
2024-08-14 17:15:14 +02:00
Flatcar Buildbot
a4b9ede37f
dev-lang/nasm: Sync with Gentoo
...
It's from Gentoo commit 5bcc0634bfd39f947f076c045d4d250f8ec3b513.
2024-08-14 17:15:14 +02:00
Flatcar Buildbot
25548ca96d
dev-cpp/abseil-cpp: Sync with Gentoo
...
It's from Gentoo commit d7f9a2ef56eba133c338cdb8f74fb42e2187e85f.
2024-08-14 17:15:14 +02:00
Flatcar Buildbot
4dbce4ad3c
dev-build/cmake: Sync with Gentoo
...
It's from Gentoo commit 550b4c4a4a8d2bea048151b91b43410c1dcf1b49.
2024-08-14 17:15:14 +02:00
Flatcar Buildbot
560eac6e3f
app-shells/bash: Sync with Gentoo
...
It's from Gentoo commit 52d9f6835f8e759a78836f82162cb89da91a7d4d.
2024-08-14 17:15:14 +02:00
Flatcar Buildbot
6c3d401ec4
app-doc/eclass-manpages: Sync with Gentoo
...
It's from Gentoo commit e1545104275a7e1f89c880340aa3044d88ee85a8.
2024-08-14 17:15:14 +02:00
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