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