Commit Graph

19617 Commits

Author SHA1 Message Date
Jeremi Piotrowski
a23e5bbed2
Merge pull request #2299 from flatcar/jepio+sayan/sboot-lockdown
secure boot: lockdown, grub fallback, CI
2024-09-17 13:55:49 +02:00
James Le Cuirot
ea395fe5c9
Merge pull request #2318 from flatcar/chewi/grub-2.12
sys-boot/grub: Move to portage-stable, bump to 2.12
2024-09-17 10:31:03 +01:00
Jeremi Piotrowski
580c181df8 sys-kernel/coreos-modules: Enable lockdown when booted with secure boot
This is a requirement of the shim signing process.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2024-09-17 11:01:06 +02:00
Jeremi Piotrowski
8393a4cf4b sys-kernel/coreos-sources: Add secure-boot-lockdown patches
Shim signing for secure boot requires enforcing lockdown. There are three ways
we can do this:

1. setting CONFIG_LOCK_DOWN_KERNEL_FORCE_INTEGRITY=y. This unconditionally
   prevents loading unsigned kernel modules.
2. setting lockdown=integrity on the kernel cmdline from a signed Grub
   configuration. This would be OK, but Grub is not updated in the field right
   now, so we'd be stuck.
3. incorporate the secure-boot-lockdown patches that other major distros are using.

We're going to go with 3, because this only enforces lockdown when secure boot
is actually enabled and lets us change approach later on.

These patches are sourced from Debian:
https://sources.debian.org/src/linux/6.6.13-1~bpo12%2B1/debian/patches/features/all/lockdown/.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2024-09-17 11:01:06 +02:00
Mathieu Tortuyaux
00bd0915ce
Merge pull request #2324 from flatcar/linux-6.6.51-main
Upgrade Linux Kernel for main from 6.6.50 to 6.6.51
2024-09-17 09:55:13 +02:00
flatcar-ci
2b10aa94a1 New version: main-4095.0.0-nightly-20240916-2100 2024-09-16 21:00:25 +00:00
Flatcar Buildbot
bc5e1fce44 sys-kernel/coreos-sources: Update from 6.6.50 to 6.6.51 2024-09-16 14:40:58 +00:00
Mathieu Tortuyaux
7234433f87
Merge pull request #2308 from flatcar/tormath1/ignition
sys-kernel/bootengine: pull ignition changes
2024-09-16 14:20:57 +02:00
Mathieu Tortuyaux
c7d080bfb6
Merge pull request #2310 from flatcar/firmware-20240909-main
Upgrade Linux Firmware in main from 20240811 to 20240909
2024-09-16 14:17:43 +02:00
Mathieu Tortuyaux
46d44d3b16
sys-kernel/bootengine: pull ignition changes
this pulls Ignition reordering to fix Equinix Metal issues.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-09-16 09:39:09 +02:00
Flatcar Buildbot
b7bd8570e5 Update mantle container image to latest HEAD 2024-09-14 01:56:57 +00:00
flatcar-ci
4eea8c4a3d New version: main-4092.0.0-nightly-20240913-2100 2024-09-14 01:56:41 +00:00
flatcar-ci
78210dcd9a New version: main-4092.0.0-nightly-20240913-2100-INTERMEDIATE 2024-09-13 21:00:27 +00:00
Thilo Fromm
775cbf6b3e
board-packages: add hyperv hv-daemons (#2319)
This change adds the Azure and HyperV OEM "hv-daemons" to board-packages
so build_packages.sh will actually build these. This un-breaks a build
issue with the Azure and HyperV images.

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2024-09-13 15:32:34 +02:00
Mathieu Tortuyaux
664e4271f9
Merge pull request #2311 from flatcar/tormath1/etcd
app-admin/etcd-wrapper: bump etcd version
2024-09-13 09:24:53 +02:00
Mathieu Tortuyaux
100a449a42
app-admin/etcd-wrapper: bump etcd version
required for Kubernetes 1.31 external etcd

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-09-13 09:24:27 +02:00
flatcar-ci
95aade7c4b New version: main-4091.0.0-nightly-20240912-2100 2024-09-12 21:00:27 +00:00
Thilo Fromm
32c40fa1cb
oem-azure: add hyperv daemons (#2309)
* oem-azure: add hyperv daemons

This change adds hyperv daemons hv_fcopy, hv_kvp, and hv_vss to the
Azure and HyperV OEM sysexts. hv_kvp specifically is needed to submit OS version
information to the Azure hypervisor.

The daemons, tough userspace programs, are built from the kernel sources
as they are included in the Linux kernel.

As the ebuild is (somewhat)  kernel specific, it should be updated when the kernel
is updated. Respective additions have been made to the kernel update GitHub actions
automation.

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
Co-authored-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-09-12 16:37:25 +02:00
James Le Cuirot
9d2026b40e
sys-boot/grub: Move to portage-stable, bump to 2.12
We can now use Gentoo's upstream ebuild, save for a few small overrides
in a separate env file.

This bumps GRUB from 2.06 to 2.12, The existing two Flatcar patches have
been rebased.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-09-12 11:55:22 +01:00
Flatcar Buildbot
eb779f0b80 sys-kernel/coreos-firmware: Update from 20240811 to 20240909 2024-09-12 07:13:34 +00:00
Flatcar Buildbot
53efe424a8 Update mantle container image to latest HEAD 2024-09-11 21:00:43 +00:00
flatcar-ci
0d122ee40f New version: main-4090.0.0-nightly-20240911-2100 2024-09-11 21:00:26 +00:00
Krzesimir Nowak
b031f0bc93
Merge pull request #2274 from flatcar/buildbot/weekly-portage-stable-package-updates-2024-09-02
Weekly portage-stable package updates 2024-09-02
2024-09-11 11:15:03 +02:00
flatcar-ci
34a7fbe054 New version: main-4089.0.0-nightly-20240910-2100 2024-09-10 21:00:29 +00:00
Mathieu Tortuyaux
c89130691c
Merge pull request #2296 from flatcar/linux-6.6.50-main
Upgrade Linux Kernel for main from 6.6.48 to 6.6.50
2024-09-10 13:43:33 +02:00
David Eichin
557175b3df disable DHCP rapidcommit for cloudsigma 2024-09-10 07:18:52 +02:00
flatcar-ci
512bc23af8 New version: main-4088.0.0-nightly-20240909-2100 2024-09-09 21:00:26 +00:00
Flatcar Buildbot
02642c2260 sys-kernel/coreos-sources: Update from 6.6.48 to 6.6.50 2024-09-08 07:13:02 +00:00
flatcar-ci
7b130b23f1 New version: main-4085.0.0-nightly-20240906-2100 2024-09-07 01:58:17 +00:00
flatcar-ci
187851a0b1 New version: main-4085.0.0-nightly-20240906-2100-INTERMEDIATE 2024-09-06 21:00:27 +00:00
Mathieu Tortuyaux
abeddbd41b
Merge pull request #2288 from flatcar/tormath1/kernel-indentation
eclass/coreos-kernel: add -Werror=misleading-indentation
2024-09-06 10:28:38 +02:00
flatcar-ci
77db0fec63 New version: main-4084.0.0-nightly-20240905-2100 2024-09-05 21:00:25 +00:00
Mathieu Tortuyaux
565daaba2c
eclass/coreos-kernel: add -Werror=misleading-indentation
To ensure that tested patches are correctly indented.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-09-05 16:57:23 +02:00
Krzesimir Nowak
e893cc89bd overlay coreos/config: Drop split-usr workarounds for sys-apps/kmod 2024-09-05 14:55:31 +02:00
Krzesimir Nowak
c134baccee overlay app-admin/sudo: Keep /etc/sudoers.d directory
It seems to be randomly kept or removed during installation, and we
need the directory when creating the SDK container.
2024-09-05 14:55:31 +02:00
Krzesimir Nowak
c8500797ea overlay profiles: Some cleanups
Mask split-usr globally, not only for generic images. Move some SDK
only USE flags to SDK target profile (cros_host, expat). Drop
duplicated disabling of cups USE flag.
2024-09-05 14:55:31 +02:00
Krzesimir Nowak
c1c162e523 coreos profiles: Drop unused symlink-usr USE flag 2024-09-05 14:55:31 +02:00
Krzesimir Nowak
b0ab201807 overlay sys-kernel/coreos-modules: Drop a mention of symlink-usr 2024-09-05 14:55:31 +02:00
Krzesimir Nowak
83341df9df overlay coreos-base/update_engine: Drop symlink-usr USE flag
It's gone, assuming its enabled.
2024-09-05 14:55:31 +02:00
Krzesimir Nowak
35325ae5c6 overlay sys-apps/baselayout: Refactor and complete merged-usr process
The initial goals of this commit were:

- drop symlink-usr USE flag and keep the code paths where symlink-usr
was evaluated to true,

- make sbin a symlink to its bin counterpart, effectively doing the
merged-sbin process too

- unify filesystem layouts of the SDK and generic images.

But over the course, more changes have accumulated:

- use EAPI 8,

- drop the check_sym function - it never worked due to typos
  (real_path and real_value versus read_path and read_value),

- do the SDK-specific or generic-image-specific customizations in the
  src_prepare phase,

- follow the changes made in the baselayout repository:

  - remove unnecessary tmpfiles.d conf files instead of fiddling with
    sed to edit them:

    - in the baselayout repo, the conf files were split to make it
      possible,

  - use tmpfiles.d to create core home directory:

    - used to be done differently for generic images and for SDKs,

  - use dumb-tmpfiles-proc.sh instead of systemd's tmpfile processor:

    - this removes the need to install valid passwd and group files
      into /etc before,

    - also it seems to be fixing some issues with installing files for
      users and groups that weren't there anyway,

  - drop generating of baselayout-usr in src_compile, and creating
    debug directories in pkg_preinst, these are handled by the
    Makefile now

    - this made inheriting systemd and tmpfiles eclasses unnecessary

- install files in the src_install phase and install the directory
  structure in the pkg_preinst phase:

  - empty directories created in src_install are not guaranteed to be
    preserved, and indeed at some point /usr/local/bin was not
    installed on the final rootfs,

- currently installed /etc/passwd and /etc/group are now empty

- drop DEPEND variable entirely - systemd isn't really needed, I don't
  know what was the point of depending on libidn2, and the rest were
  conflicts with some old versions of packages.
2024-09-05 14:55:31 +02:00
Flatcar Buildbot
1c547f8ba4 Update mantle container image to latest HEAD 2024-09-05 12:35:44 +00:00
flatcar-ci
a2598effed New version: main-4083.0.0-nightly-20240904-2100 2024-09-04 21:00:26 +00:00
Krzesimir Nowak
e99bbf87a8
overlay coreos/config: Use newins with stdin for pkgcheck.conf
Co-authored-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-09-04 16:09:16 +02:00
Krzesimir Nowak
fa404f874e overlay coreos/config: Add a default config for dev-util/pkgcheck 2024-09-04 15:58:33 +02:00
Krzesimir Nowak
2d1c959b8f overlay coreos/user-patches: Add a patch for sys-apps/pkgcore 2024-09-04 14:44:38 +02:00
Krzesimir Nowak
cebbe8f683 overlay coreos-devel/sdk-depends: Add dev-util/pkgcheck 2024-09-04 14:44:38 +02:00
Krzesimir Nowak
930f068a20 eclass/tree-sitter-grammar: Add from Gentoo
It's from Gentoo commit cd426afc7f32ac84206f4156fc8ed0d20bd79246.
2024-09-04 14:44:38 +02:00
Krzesimir Nowak
d62b91efc5 dev-libs/tree-sitter: Add from Gentoo
It's from Gentoo commit 79431052dbb681133cb401ceea571c622ebb925d.
2024-09-04 14:44:38 +02:00
Krzesimir Nowak
9b8467d8a7 dev-python/tree-sitter: Add from Gentoo
It's from Gentoo commit 7b7fb48115669de91e0e5b0abea5524aa945cd51.
2024-09-04 14:44:38 +02:00
Krzesimir Nowak
eedf19556a dev-python/chardet: Add from Gentoo
It's from Gentoo commit 2b39a8d7500f05c364de764662755cdd58a9918a.
2024-09-04 14:44:38 +02:00
Krzesimir Nowak
fd89962fbd dev-libs/tree-sitter-bash: Add from Gentoo
It's from Gentoo commit 5a6bf87099bc8fb106d17f77fad7b9aef5036325.
2024-09-04 14:44:38 +02:00
Krzesimir Nowak
76b0c4d310 sys-apps/pkgcore: Add from Gentoo
It's from Gentoo commit 0534a4d8d9c7ee83e868051fe33db8d0e88d9ab7.
2024-09-04 14:44:38 +02:00
Krzesimir Nowak
0c7c773380 dev-util/pkgcheck: Add from Gentoo
It's from Gentoo commit 28c84fdb12e224eb39caff2a9e3f5979ebbeb6a0.
2024-09-04 14:44:38 +02:00
Krzesimir Nowak
61b0004c31
Merge pull request #2275 from flatcar/krnowak/selinux-policykit-user-patch-symlink
overlay coreos/user-patches: Add a symlink for selinux-policykit
2024-09-04 07:07:20 +02:00
flatcar-ci
da16bcb265 New version: main-4082.0.0-nightly-20240903-2100 2024-09-03 21:00:29 +00:00
Krzesimir Nowak
f9d68df8dc
Merge pull request #2204 from flatcar/krnowak/add-buildx
Add app-containers/docker-buildx
2024-09-03 15:07:50 +02:00
Krzesimir Nowak
f7251c9a95 overlay coreos/user-patches: Add a symlink for selinux-policykit
So the rules built for this module are consistent with rules built for
other modules.
2024-09-03 15:04:23 +02:00
James Le Cuirot
2fc3b2df62
Merge pull request #2261 from flatcar/chewi/open-iscsi
sys-block/open-iscsi: Migrate coreos-stable to portage-stable, 2.1.10
2024-09-03 13:41:05 +01:00
Krzesimir Nowak
f0de07f94d overlay profiles: Add accept keywords for net-libs/libpcap 2024-09-03 14:26:51 +02:00
Krzesimir Nowak
7d718cb3c4 overlay profiles: Drop accept keywords for dev-python/cython 2024-09-03 12:48:06 +02:00
Krzesimir Nowak
4f5152ec07 overlay profiles: Drop accept keywords for dev-lang/python 2024-09-03 12:48:05 +02:00
Krzesimir Nowak
4f928fcd84 overlay profiles: Add accept keywords for dev-build/cmake 2024-09-03 12:48:05 +02:00
Krzesimir Nowak
d4082cbf5b overlay profiles: Drop accept keywords for app-crypt/mit-krb5 2024-09-03 12:48:05 +02:00
Krzesimir Nowak
d491c2ad89 overlay profiles: Add virtual perl packages to accept keywords 2024-09-03 12:48:05 +02:00
Krzesimir Nowak
d9e8eaedaf overlay coreos-base/hard-host-depends: Add app-admin/perl-cleaner
This is invoked by the update_chroot script.
2024-09-03 12:48:05 +02:00
Krzesimir Nowak
69b6bdfe20 overlay profiles: Add accept keywords for sys-firmware/intel-microcode 2024-09-03 12:48:05 +02:00
Krzesimir Nowak
98d911b144 overlay profiles: Add accept keywords for dev-lang/perl 2024-09-03 12:48:05 +02:00
Flatcar Buildbot
c4a6ce4e6d virtual/perl-IO: Sync with Gentoo
It's from Gentoo commit fb2f72f8fe375003da60f18ae685f7f2ed046155.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
18fc83036b virtual/perl-Getopt-Long: Sync with Gentoo
It's from Gentoo commit fa97b6ea7965e811b402788f23b2d59861bbe5cc.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
592a8d86b8 virtual/perl-File-Spec: Sync with Gentoo
It's from Gentoo commit 0c419228727e27f8430b221c82fbd50c73bcd697.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
e9c2668339 virtual/perl-Exporter: Sync with Gentoo
It's from Gentoo commit 83c2a30728d684026f016c43cd14a53cf2fbc148.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
3fa06791cb virtual/perl-Encode: Sync with Gentoo
It's from Gentoo commit 2dae81aaf9c2dd310b1a4949f634656fb3329c7b.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
72b147dea4 virtual/perl-Data-Dumper: Sync with Gentoo
It's from Gentoo commit d0511148a061baa730d131838ab5ea9195aaae62.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
12d330b2fb sys-libs/readline: Sync with Gentoo
It's from Gentoo commit f7029da9382e3412c048c9ccc82b435c5e4fe70c.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
e1fa451c51 sys-libs/gdbm: Sync with Gentoo
It's from Gentoo commit e198e0db49bc91fc3ffbedd410c378719ba3bbc6.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
e2a4267fa3 sys-libs/cracklib: Sync with Gentoo
It's from Gentoo commit b26fd2336de3b789ef8a843407550278b0bb5228.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
d3ceb2763e sys-fs/xfsprogs: Sync with Gentoo
It's from Gentoo commit f08cde6b18c81fdb8deba6262da461b7da34f622.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
d5e3996b65 sys-fs/fuse-overlayfs: Sync with Gentoo
It's from Gentoo commit 7d9306861b104b8810583988b3dfd41a6d06aa7c.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
092c73cdbe sys-fs/btrfs-progs: Sync with Gentoo
It's from Gentoo commit 57a4546448ed599eb94eeaa3089ced5f6518595a.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
e544771565 sys-firmware/intel-microcode: Sync with Gentoo
It's from Gentoo commit f94a5c7d75c4c043d1086246ef9780cb2441fc88.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
6139f88519 sys-devel/patch: Sync with Gentoo
It's from Gentoo commit e4943ae98f128639daa719235195e2a8601c3b3b.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
26f5239e4d sys-devel/gcc: Sync with Gentoo
It's from Gentoo commit 54523fc8f19638fc2606a97d11db956af42e70d3.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
f8cafe1a70 sys-boot/gnu-efi: Sync with Gentoo
It's from Gentoo commit a786643b846ca4f1c12121f3a3a82b47229e8c25.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
79ee239e09 sys-apps/pv: Sync with Gentoo
It's from Gentoo commit 3eb0586512a19ec9c6475f6b8231a4e08f4bc61e.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
07e5a64065 sys-apps/man-db: Sync with Gentoo
It's from Gentoo commit 5500b2d574d05e8f3de5b0e3ba83e0ea83515b43.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
8ecb4b8d21 sys-apps/iproute2: Sync with Gentoo
It's from Gentoo commit a7a6dd2e05f11caa9ce398570b986fdae52ca8cc.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
6a8239ecaf profiles: Sync with Gentoo
It's from Gentoo commit ce13d2713acd7c0139e3e3614d4d6e67c5fcc82a.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
f317847889 net-nds/openldap: Sync with Gentoo
It's from Gentoo commit 0b77155c881ac15218ae486ee63b188cf8892a36.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
2ad67e01f2 net-misc/whois: Sync with Gentoo
It's from Gentoo commit f14a5c22f39b2d45da7802f503e1542b95187fde.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
48587629e7 net-misc/passt: Sync with Gentoo
It's from Gentoo commit df9764779da1097f2715c56bc281340702b9ebf3.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
d2206b1132 net-libs/nghttp2: Sync with Gentoo
It's from Gentoo commit 5f137291432c4eec4c7cc3795b21c67afd4824b9.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
062ba9610a net-libs/libpsl: Sync with Gentoo
It's from Gentoo commit ad6c6971b168e6e884f68e215a6c44a3a1037f34.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
70a8987b3b net-libs/libpcap: Sync with Gentoo
It's from Gentoo commit 7eb1712e23c240b50f1e072a589a843abb574f7d.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
363b44823b net-libs/libnftnl: Sync with Gentoo
It's from Gentoo commit 107b491d9e4db19beb91f9ca5de2fc362069d732.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
b196cef162 net-firewall/ipset: Sync with Gentoo
It's from Gentoo commit 4af6e9991a3b5089c3575afd2ddc011c1abcdfa6.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
ed9e37ce5c net-dns/c-ares: Sync with Gentoo
It's from Gentoo commit 14ee2c08fed6b58629346f1f9f8f5c9e209b87a0.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
6e24443b5b net-dns/bind-tools: Sync with Gentoo
It's from Gentoo commit 68ebf97fe494b4207edf2e3f9ca38830c8d28725.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
e561480cf6 net-analyzer/tcpdump: Sync with Gentoo
It's from Gentoo commit 310916be3a791d088abbd8bded0053180d118b6b.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
e3cf516432 eclass/versionator: Sync with Gentoo
It's from Gentoo commit d1d31339c50dceed5a453793a71298c29698aa3d.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
c45fabf268 eclass/java-utils-2: Sync with Gentoo
It's from Gentoo commit a9f58305b8287641626535a315958a51e5ab34a5.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
d811388bdd eclass/guile-utils: Sync with Gentoo
It's from Gentoo commit ef76274515b2653756bf2122f4be03681e94a954.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
0ffc1f9827 eclass/guile-single: Sync with Gentoo
It's from Gentoo commit a948d340bd94e480398c3b55a53bbddae77d1c9c.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
87dc6bdee3 eclass/eqawarn: Sync with Gentoo
It's from Gentoo commit dc3043d2bcf8394e96d8f81ec6daf30641afe3d4.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
7873365dfb eclass/eapi7-ver: Sync with Gentoo
It's from Gentoo commit 1118079e4f7b3acb43fa8206a6c9f2f02187c44f.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
c97d3f0266 dev-python/setuptools: Sync with Gentoo
It's from Gentoo commit 09adc47536988604dd246dc8d2f194cfadb5c739.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
775653f89c dev-python/rich: Sync with Gentoo
It's from Gentoo commit 9114e7f8f9df3820f01b7a06e584c314277f7882.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
7dafc6758b dev-python/lxml: Sync with Gentoo
It's from Gentoo commit 05e7f4e069e35839e971f46c004b529a6c7abedd.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
50f9efc06f dev-python/lark: Sync with Gentoo
It's from Gentoo commit 943e5daa4bb67b0c8a44d8181ddd982f714dcfc5.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
bcddfbc254 dev-python/ensurepip-setuptools: Sync with Gentoo
It's from Gentoo commit f1db48c1460eb3a24b8167b753be5aff60c111c0.
2024-09-03 12:48:05 +02:00
Flatcar Buildbot
98e1948b95 dev-python/cython: Sync with Gentoo
It's from Gentoo commit 8a5df80550f25ac8bc2d51e82bae46ebd59445f7.
2024-09-03 12:48:04 +02:00
Flatcar Buildbot
9d18f7d76b dev-libs/userspace-rcu: Sync with Gentoo
It's from Gentoo commit 9c4f0326197828dfc3e502c5939232d89bdeb2b7.
2024-09-03 12:48:04 +02:00
Flatcar Buildbot
694ccc7bfb dev-libs/npth: Sync with Gentoo
It's from Gentoo commit 3fcc9c158101958a0546650b8ed7ba7de1b82483.
2024-09-03 12:48:04 +02:00
Flatcar Buildbot
a3b1aad3fb dev-libs/nettle: Sync with Gentoo
It's from Gentoo commit 712d808b597721c1a5d15bc441038e1edebe0a40.
2024-09-03 12:48:04 +02:00
Flatcar Buildbot
42b7b5b19f dev-libs/libsodium: Sync with Gentoo
It's from Gentoo commit dedb99980c11f89900d42e90af12de6d97445c0b.
2024-09-03 12:48:04 +02:00
Flatcar Buildbot
ff13b3ebfd dev-libs/libpipeline: Sync with Gentoo
It's from Gentoo commit 71729b65a698dc473932f23c667a0369dfcea291.
2024-09-03 12:48:04 +02:00
Flatcar Buildbot
250311e0bb dev-libs/libpcre2: Sync with Gentoo
It's from Gentoo commit d35c71e319ac6283243d3e77c1acbfaf2a174427.
2024-09-03 12:48:04 +02:00
Flatcar Buildbot
4b8fed4395 dev-libs/libmspack: Sync with Gentoo
It's from Gentoo commit 8128d34d886b0edd08db7c9f90e900afabb1877d.
2024-09-03 12:48:04 +02:00
Flatcar Buildbot
fdc5c37784 dev-libs/libltdl: Sync with Gentoo
It's from Gentoo commit 5fec9dc12ac8bf956c59c92b5fd311bd9b0866b3.
2024-09-03 12:48:04 +02:00
Flatcar Buildbot
b7912463df dev-libs/libgudev: Sync with Gentoo
It's from Gentoo commit 22ff44fc1f3dfbaab67688f2193005e616e41283.
2024-09-03 12:48:04 +02:00
Flatcar Buildbot
5dd5ade6a4 dev-libs/jsoncpp: Sync with Gentoo
It's from Gentoo commit 6a1922240707d1d6538e61961efade41de887054.
2024-09-03 12:48:04 +02:00
Flatcar Buildbot
2556c09a09 dev-libs/gobject-introspection: Sync with Gentoo
It's from Gentoo commit 9b731e405137575ec080b10af7f56788813343ef.
2024-09-03 12:48:04 +02:00
Flatcar Buildbot
b8c243322f dev-libs/glib: Sync with Gentoo
It's from Gentoo commit e0d489eeab243a77861cd19266d7e6869e833f5f.
2024-09-03 12:48:04 +02:00
Flatcar Buildbot
acddc33f83 dev-libs/elfutils: Sync with Gentoo
It's from Gentoo commit 0998c45f60570c31e5833e333f226056f974202c.
2024-09-03 12:48:04 +02:00
Flatcar Buildbot
86b7aff0e6 dev-libs/cyrus-sasl: Sync with Gentoo
It's from Gentoo commit 68619c3afb0e8b75274a52ce66104e73ddbba65f.
2024-09-03 12:48:04 +02:00
Flatcar Buildbot
8015b0a605 dev-lang/rust: Sync with Gentoo
It's from Gentoo commit ae6a1451726399ae6bc785384a2287ce75e24122.
2024-09-03 12:48:04 +02:00
Flatcar Buildbot
7c1fa1a59e dev-lang/python: Sync with Gentoo
It's from Gentoo commit 7b956092e72a16e2ba02a22127fcd70a0df72a43.
2024-09-03 12:48:04 +02:00
Flatcar Buildbot
801aed4f57 dev-lang/perl: Sync with Gentoo
It's from Gentoo commit a1603790152837298e883b0ac34f7bf43265ce40.
2024-09-03 12:48:04 +02:00
Flatcar Buildbot
1bc32354df dev-debug/strace: Sync with Gentoo
It's from Gentoo commit 6fae9d27b2571e3789f4abe3e62a2e777638d069.
2024-09-03 12:48:04 +02:00
Flatcar Buildbot
13ca78a753 dev-db/sqlite: Sync with Gentoo
It's from Gentoo commit c0412dfb96cb1a213f174ece9a1629243f14b6e0.
2024-09-03 12:48:04 +02:00
Flatcar Buildbot
efb1ab4e61 dev-cpp/abseil-cpp: Sync with Gentoo
It's from Gentoo commit 56f1e91d1e3e2dfda47122fb835e4312ab957aa3.
2024-09-03 12:48:04 +02:00
Flatcar Buildbot
3164631104 dev-build/meson: Sync with Gentoo
It's from Gentoo commit fa207631169c8a7c62df8f4e9b8d523396c0b493.
2024-09-03 12:48:04 +02:00
Flatcar Buildbot
98a9386c7d dev-build/libtool: Sync with Gentoo
It's from Gentoo commit 24128b075fcfaf14aed061eebdbb21e6246fdfdb.
2024-09-03 12:48:04 +02:00
Flatcar Buildbot
a26e0e0c39 dev-build/cmake: Sync with Gentoo
It's from Gentoo commit 2619890b9c7c012734161b7dfd32e9a616471ade.
2024-09-03 12:48:04 +02:00
Flatcar Buildbot
dc6df64b48 app-shells/bash: Sync with Gentoo
It's from Gentoo commit 7dd823a2a99609a4f4eb46368a9562f0e42d5470.
2024-09-03 12:48:04 +02:00
Flatcar Buildbot
8628fdde3f app-portage/elt-patches: Sync with Gentoo
It's from Gentoo commit cf0311404d98d797953442b327336f8ab31c4fee.
2024-09-03 12:48:04 +02:00
Flatcar Buildbot
0cdf900d88 app-emulation/qemu: Sync with Gentoo
It's from Gentoo commit 11f27b8f7e74a1eeab974b523ff2622fde7f9908.
2024-09-03 12:48:04 +02:00
Flatcar Buildbot
59829090bd app-editors/vim-core: Sync with Gentoo
It's from Gentoo commit 11b90a913d1f7a74a533899b332e156e06a1691e.
2024-09-03 12:48:04 +02:00
Flatcar Buildbot
789c179b8c app-editors/vim: Sync with Gentoo
It's from Gentoo commit 55020fd95eed42e1e17ad34cc67bbeaa9d9c29a5.
2024-09-03 12:48:04 +02:00
Flatcar Buildbot
7d77745cc1 app-editors/nano: Sync with Gentoo
It's from Gentoo commit e77fe0b6212eab48c16571a6d5ca6b1bf13cd711.
2024-09-03 12:48:04 +02:00
Flatcar Buildbot
919f067f6d app-doc/eclass-manpages: Sync with Gentoo
It's from Gentoo commit dc497b24b774711fe064416af9fa11f46f9212e7.
2024-09-03 12:48:04 +02:00
Flatcar Buildbot
4d621f54aa app-crypt/mit-krb5: Sync with Gentoo
It's from Gentoo commit 705f34d940f47cffff7f2ab8083b068b4c909c66.
2024-09-03 12:48:04 +02:00
Flatcar Buildbot
60bf50f135 app-containers/docker-cli: Sync with Gentoo
It's from Gentoo commit d70d255954de5299b5aad6a1605836e766afff64.
2024-09-03 12:48:04 +02:00
Flatcar Buildbot
5055cd70da app-containers/docker: Sync with Gentoo
It's from Gentoo commit 4136822dda26474b1f6573fb9edbd25b33a68846.
2024-09-03 12:48:04 +02:00
Mathieu Tortuyaux
516ea1fb05
Merge pull request #2269 from flatcar/cacerts-3.104-main
Update ca-certificates in main from 3.103 to 3.104
2024-09-03 11:07:04 +02:00
flatcar-ci
cf369a1a79 New version: main-4081.0.0-nightly-20240902-2100 2024-09-02 21:00:25 +00:00
Flatcar Buildbot
084d3a6ba6 Update mantle container image to latest HEAD 2024-09-02 13:43:54 +00:00
James Le Cuirot
40e1c0e2b9
sys-block/open-iscsi: Migrate coreos-stable to portage-stable, 2.1.10
The old version 2.1.4 does not cross-compile without help from QEMU that
we cannot rely on going forwards. 2.1.10 is Meson-based and handles this
much better.

Rather than update the package in-place, migrate it to portage-stable
and cover the differences with a small patch and env script.

Upstream now carries the systemd files, so we do not need to add these.

/etc is now automatically moved to /usr/share/flatcar/etc, so we no
longer need any special handling for that here, but I have added a
compatibility symlink for iscsid.conf.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-09-02 13:22:45 +01:00
Krzesimir Nowak
6d308428bd coreos/user-patches: Update a patch for sec-policy packages 2024-09-02 14:05:56 +02:00
Krzesimir Nowak
0d5f31a4eb overlay coreos-devel/board-packages: Add app-containers/docker-buildx 2024-09-02 14:05:56 +02:00
Krzesimir Nowak
78b77b761c app-containers/docker-buildx: Add from Gentoo
It's from Gentoo commit 78a80d67558ed5ae0f14ba8ecb8bee5d9aadd329.
2024-09-02 14:05:55 +02:00
Flatcar Buildbot
dc9af76aee app-misc/ca-certificates: Update from 3.103 to 3.104 2024-09-02 07:21:29 +00:00
Flatcar Buildbot
14434dd48e portage-stable/metadata: Monthly GLSA metadata updates 2024-09-01 07:16:01 +00:00
flatcar-ci
79bfdcba39 New version: main-4078.0.0-nightly-20240830-2100 2024-08-31 02:06:38 +00:00
flatcar-ci
b91f3da722 New version: main-4078.0.0-nightly-20240830-2100-INTERMEDIATE 2024-08-30 21:00:30 +00:00
Dongsu Park
b4e55133d8
Merge pull request #2262 from flatcar/linux-6.6.48-main
Upgrade Linux Kernel for main from 6.6.47 to 6.6.48
2024-08-30 16:44:47 +02:00
Krzesimir Nowak
9631997895
Merge pull request #2251 from flatcar/buildbot/weekly-portage-stable-package-updates-2024-08-26
Weekly portage-stable package updates 2024-08-26
2024-08-30 16:14:30 +02:00
Dongsu Park
5765727f25
Merge pull request #2267 from flatcar/containerd-1.7.21-main
Upgrade Containerd in main from 1.7.20 to 1.7.21
2024-08-30 16:00:27 +02:00
Thilo Fromm
d953260f98 config/env/sys-fs/zfs-kmod: un-break zfs-kmod binpkg install
This change sets SKIP_KERNEL_BINPKG_ENV_RESET in the zfs-kmod env so
linux-info.eclass keeps kernel env variables. This resolves an issue
with installing zfs-kmod as a binpkg when the kernel was not yet
installed. In a pure binpkg install the zfs-kmod package might be
installed before the kernel, leading to the kmod's kernel version
detection to fail.

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2024-08-30 11:45:45 +02:00
Flatcar Buildbot
907cbfd241 app-containers/containerd: Update from 1.7.20 to 1.7.21 2024-08-30 08:19:54 +00:00
Flatcar Buildbot
ffe5cb1de0 sys-kernel/coreos-sources: Update from 6.6.47 to 6.6.48 2024-08-30 07:13:34 +00:00
flatcar-ci
16dd403d55 New version: main-4077.0.0-nightly-20240829-2100 2024-08-29 21:00:44 +00:00
Krzesimir Nowak
0fa89ace22 overlay profiles: Add accept keywords for dev-python/cython 2024-08-29 12:11:40 +02:00
Krzesimir Nowak
17fd56a86e overlay profiles: Drop accept keywords for dev-build/meson 2024-08-29 12:11:40 +02:00
Krzesimir Nowak
67d5296975 overlay profiles: Add accept keywords for sys-fs/zfs{,-kmod} 2024-08-29 12:11:40 +02:00
Krzesimir Nowak
a1b07db891 overlay profiles: Update accept keywords for dev-lang/python 2024-08-29 12:11:40 +02:00
Flatcar Buildbot
1bee02563a sys-libs/liburing: Sync with Gentoo
It's from Gentoo commit 1320964c26461872836cfa4c950686c568507b00.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
91d287c8dc sys-libs/binutils-libs: Sync with Gentoo
It's from Gentoo commit 9522580c81acfec5669819cd4eba63e18146f603.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
ddce603a6f sys-fs/zfs-kmod: Sync with Gentoo
It's from Gentoo commit 3bdb3afef9807b38f866a50f504b6c2ce3cf3ac0.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
c0751c95fa sys-fs/zfs: Sync with Gentoo
It's from Gentoo commit d2a35b30198c848a45573fecd1e37e7542ecf2ca.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
811549ac6f sys-fs/fuse-overlayfs: Sync with Gentoo
It's from Gentoo commit 4426a23b38564e8d65c59f4447bbf5469eb5d37d.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
3402ab26d6 sys-devel/gnuconfig: Sync with Gentoo
It's from Gentoo commit 6f2b9240a53093ab02296710605019c75eaea8e3.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
a19e66f564 sys-devel/gcc: Sync with Gentoo
It's from Gentoo commit 58cf9c2b48ae7862c71323483eac742ec4ddb622.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
d570a62120 sys-devel/binutils: Sync with Gentoo
It's from Gentoo commit 11308d0cd299e0af8f12f308fd139ce3e79bac6f.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
2e777433bf sys-boot/gnu-efi: Sync with Gentoo
It's from Gentoo commit c4a94ba86475049c1806eb81fe28200ee3020a59.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
5ed5c7721f profiles: Sync with Gentoo
It's from Gentoo commit ea7d5389bc294a9c40cab90683a3b5dbcffb0cc4.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
b95826a2fc net-nds/openldap: Sync with Gentoo
It's from Gentoo commit 9fe404138fa2136da29108e542713187e5d13b75.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
271e0dd530 net-misc/passt: Sync with Gentoo
It's from Gentoo commit 652f17bcfc5b13438990110166cc20f569375999.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
241c981cf8 net-misc/chrony: Sync with Gentoo
It's from Gentoo commit bbf13378f1171117c6d7cfa204bac5cac3d5be65.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
26108423f4 net-libs/libpsl: Sync with Gentoo
It's from Gentoo commit 89fccf6df9a53157451dad1c03069e678fb5c116.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
31088363f6 net-libs/gnutls: Sync with Gentoo
It's from Gentoo commit 54f9c1fafdc7a60435ef47b8a3c26459ced96256.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
111cb95efc net-dialup/lrzsz: Sync with Gentoo
It's from Gentoo commit b1dd578a88a4e22e3492df54928aec7683f11280.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
9e15722889 licenses: Sync with Gentoo
It's from Gentoo commit 8db2d10670892a58804b3bc239941e5a123fb28a.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
31ca6d959b eclass/virtualx: Sync with Gentoo
It's from Gentoo commit b341ff7d283ccc6186eeb29c21baaa22499baadc.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
c84cc87685 eclass/selinux-policy-2: Sync with Gentoo
It's from Gentoo commit 75d12a333e1866ad6affa62b95fe88be48f5b118.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
773fe6f1bc eclass/lua-utils: Sync with Gentoo
It's from Gentoo commit 1f2079f01b0276fe5ac6f8d2270f3a2bad32de61.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
ac94d5bfca eclass/lua-single: Sync with Gentoo
It's from Gentoo commit 1f2079f01b0276fe5ac6f8d2270f3a2bad32de61.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
6bb9a3eb55 dev-util/perf: Sync with Gentoo
It's from Gentoo commit a4c7724f5eac98d2c0d9028772a1d9834815fa8a.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
1c5e9a7d8b dev-util/pahole: Sync with Gentoo
It's from Gentoo commit 9cd83d21309ff8c2c5d7e738bda6bb94fa4f01a6.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
b963a5dc9a dev-util/bpftool: Sync with Gentoo
It's from Gentoo commit d0e4025c4005e56c41fa43c5c3db913174c46525.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
c9cc30aa91 dev-python/wheel: Sync with Gentoo
It's from Gentoo commit 78e2fea0f6b84a3ab99919a4c738c56c240af5a0.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
13c9723f93 dev-python/truststore: Sync with Gentoo
It's from Gentoo commit 43fc1e35290a246843894d4d44e8f59ec6b45260.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
566e49cd3b dev-python/setuptools: Sync with Gentoo
It's from Gentoo commit 0a02eddbaf4fc7e9a2063df24577ff51a7e6e49d.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
82945825b4 dev-python/more-itertools: Sync with Gentoo
It's from Gentoo commit f35ba5f06017f6c58d349cd4b8ea10e0aae3f0d1.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
0ca6665a28 dev-python/jaraco-context: Sync with Gentoo
It's from Gentoo commit a6b353902c50efa5b7b55375d88463cf5d730591.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
291fdc82c2 dev-python/idna: Sync with Gentoo
It's from Gentoo commit c89ffd6ebfde43673f1a247067ec5d5c76ea2090.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
4bf0916b4d dev-python/ensurepip-setuptools: Sync with Gentoo
It's from Gentoo commit c112d898ed8c182e3e343f7dd0972fda0d0cf6a1.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
96abf64949 dev-python/cython: Sync with Gentoo
It's from Gentoo commit 82e675e108a6a1a9c6ab0a5687b625a1e1dd61fd.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
46de02d600 dev-libs/protobuf: Sync with Gentoo
It's from Gentoo commit 467e4946e9d54c58f5c20455181181eb04759762.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
53c864313a dev-libs/libtracefs: Sync with Gentoo
It's from Gentoo commit 70f91a6c14f14f0767806f286853ec4a4a8923f8.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
728031d197 dev-libs/libtraceevent: Sync with Gentoo
It's from Gentoo commit 312fe2bd86800ba3bdb9835766b6cf7a8ec376c0.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
6bb687f6d4 dev-libs/libgudev: Sync with Gentoo
It's from Gentoo commit 91b85f738fb5e112b36718fbb77126420ce3a6ff.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
61090eaaf3 dev-libs/cyrus-sasl: Sync with Gentoo
It's from Gentoo commit 67e8222782c481df97f2d1c5bc88d53113553efb.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
f46d46f13e dev-lang/python: Sync with Gentoo
It's from Gentoo commit 82a86ba11a7b8a20166eef5dd779d23ef691636d.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
bbb3e3b75e dev-embedded/u-boot-tools: Sync with Gentoo
It's from Gentoo commit d1dad27b6c086c28a59f49d12cef681ff4f6619e.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
6052c22462 dev-cpp/gtest: Sync with Gentoo
It's from Gentoo commit f1f3412eae055074e3e5e570c226f37320e4cee0.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
e054042918 dev-cpp/abseil-cpp: Sync with Gentoo
It's from Gentoo commit d8a261c0158f74b549c3f2ba9cf7b111286e4694.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
90fc8232d6 dev-build/meson: Sync with Gentoo
It's from Gentoo commit ade4e93a3abdac1d219839ea2552ed70cda596ca.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
a64c71cbda app-text/mandoc: Sync with Gentoo
It's from Gentoo commit 1c45b436fb5fc449a595eca63dd014d589ddfb1b.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
33bdbcd3b0 app-shells/bash: Sync with Gentoo
It's from Gentoo commit fd1c491e0146cd7593f0ee7dbb281572d97d79ee.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
63e74da7ab app-portage/elt-patches: Sync with Gentoo
It's from Gentoo commit 2b229d32da7187b975b79a287aaa960507b91576.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
91efba8761 app-emulation/qemu: Sync with Gentoo
It's from Gentoo commit 90ea995dd8a8427bade0a55798cc97ee92990d42.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
42f3040dd6 app-editors/vim: Sync with Gentoo
It's from Gentoo commit 374c53ac8519cd064bbfb83d158b07ac2e238cbc.
2024-08-29 12:11:39 +02:00
Flatcar Buildbot
ae44a84f7b app-containers/podman: Sync with Gentoo
It's from Gentoo commit 22df9332ef7c56473b111e9975adbf92d41b3fe6.
2024-08-29 12:11:38 +02:00
Flatcar Buildbot
d3f4db5013 app-containers/netavark: Sync with Gentoo
It's from Gentoo commit 0b6d77f793fa80f66daf1f7d2d4e5509a919b64f.
2024-08-29 12:11:38 +02:00
Flatcar Buildbot
cfe532b837 app-containers/crun: Sync with Gentoo
It's from Gentoo commit 1d9eebf84401b1d7addbc05293c12ea68e9b5333.
2024-08-29 12:11:38 +02:00
Flatcar Buildbot
fcc4482dad app-containers/containers-storage: Sync with Gentoo
It's from Gentoo commit b9a7f976fd541794d0ee3cd0536d3fa78d56bde7.
2024-08-29 12:11:38 +02:00
Flatcar Buildbot
f356dde02d app-containers/containers-shortnames: Sync with Gentoo
It's from Gentoo commit 610485ed0977b54eda4b3429d3c4123e51e3fcf8.
2024-08-29 12:11:38 +02:00
Flatcar Buildbot
4bf490c6a7 app-containers/containers-image: Sync with Gentoo
It's from Gentoo commit 5e71926464f458bc8ff3e5a99d18b4e6602768cd.
2024-08-29 12:11:38 +02:00
Flatcar Buildbot
28b235d486 app-containers/containers-common: Sync with Gentoo
It's from Gentoo commit c1ff625e36a4445d76d767880abe8a9260996468.
2024-08-29 12:11:38 +02:00
Flatcar Buildbot
7355069b58 app-containers/conmon: Sync with Gentoo
It's from Gentoo commit 6305c1750041f1d16ddd2bb5fef07d89b6dc4c3f.
2024-08-29 12:11:38 +02:00
Flatcar Buildbot
4d4e182cbc app-containers/catatonit: Sync with Gentoo
It's from Gentoo commit c6e6d7298d8071d791c7ddfc0beea4a4cc1634c0.
2024-08-29 12:11:38 +02:00
Flatcar Buildbot
fd965769eb app-containers/aardvark-dns: Sync with Gentoo
It's from Gentoo commit 0225eb08019e099e01ef36b74c9561324f900641.
2024-08-29 12:11:38 +02:00
Flatcar Buildbot
79eefa21e4 app-alternatives/sh: Sync with Gentoo
It's from Gentoo commit cff4627d3a789d5cdea50698c8ba9b1f24148b10.
2024-08-29 12:11:38 +02:00
flatcar-ci
a4485ed2cc New version: main-4076.0.0-nightly-20240828-2100 2024-08-28 21:00:26 +00:00
Mathieu Tortuyaux
83004c3835
Merge pull request #2240 from flatcar/linux-6.6.47-main
Upgrade Linux Kernel for main from 6.6.43 to 6.6.47
2024-08-28 16:31:07 +02:00
Adrian Vladu
d60f4b220c
sys-kernel/coreos-sources: update revert pahole flags patch 2024-08-28 12:13:13 +02:00
Flatcar Buildbot
5e91b5ea67
sys-kernel/coreos-sources: Update from 6.6.43 to 6.6.47 2024-08-28 12:13:13 +02:00
Mathieu Tortuyaux
12c7af399a
Merge pull request #2228 from flatcar/go-1.21.13-main
Upgrade Go from 1.21.12 to 1.21.13
2024-08-28 12:10:14 +02:00
flatcar-ci
fcde17fe53 New version: main-4075.0.0-nightly-20240827-2100 2024-08-27 21:00:23 +00:00
James Le Cuirot
35aa63d8db
Merge pull request #2252 from flatcar/chewi/azure-nvme-utils
azure-nvme-utils: Migrate coreos-overlay to portage-stable, 0.2.0 bump
2024-08-27 13:32:02 +01:00
Flatcar Buildbot
2f976a159f
dev-lang/go: Update from 1.21.12 to 1.21.13 2024-08-27 13:54:52 +02:00
flatcar-ci
00606cb4ed New version: main-4074.0.0-nightly-20240826-2100 2024-08-26 21:00:26 +00:00
flatcar-ci
1359e271ec New version: main-4071.0.0-nightly-20240823-2100 2024-08-24 01:33:14 +00:00
flatcar-ci
d48602f5a8 New version: main-4071.0.0-nightly-20240823-2100-INTERMEDIATE 2024-08-23 21:00:28 +00:00
James Le Cuirot
0fd0ea6dc2
azure-nvme-utils: Migrate coreos-overlay to portage-stable, 0.2.0 bump
The coreos-overlay package under app-admin was written by Jeremi around
the same time I added it to Gentoo under sys-apps. It has had a new
release since.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-08-23 16:06:41 +01:00
James Le Cuirot
ecc362817d
eclass/{ltprune,epatch,eutils}.eclass: Drop unused eclasses
All our ebuilds are now at least EAPI 7.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-08-23 13:24:16 +01:00
Krzesimir Nowak
c1688c61b3
eclass/tests: Drop the directory
We weren't syncing that for ages and we are not running those tests,
so drop the directory altogether.
2024-08-23 13:24:15 +01:00
James Le Cuirot
f10c24ef47
sys-boot/syslinux: EAPI 8, fix pkgcheck issues
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-08-23 13:24:14 +01:00
James Le Cuirot
1d67a65414
sys-auth/pambase: EAPI 8, fix pkgcheck issues
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-08-23 13:24:13 +01:00
James Le Cuirot
316db0e09b
coreos-base/flatcar-eks: EAPI 8, fix pkgcheck issues
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-08-23 13:24:12 +01:00
James Le Cuirot
3c1b247280
app-eselect/eselect-go: EAPI 8, fix pkgcheck issues
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-08-23 13:24:11 +01:00
James Le Cuirot
d3a90670c8
app-emulation/google-compute-engine: EAPI 8, fix pkgcheck, use eclass
I can't find any evidence that this actually uses setuptools at runtime.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-08-23 13:24:10 +01:00
James Le Cuirot
3d544fe172
app-admin/flannel-wrapper: EAPI 8, fix pkgcheck issues
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-08-23 13:24:09 +01:00
James Le Cuirot
82f98f09c7
app-admin/etcd-wrapper: EAPI 8, fix pkgcheck issues
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-08-23 12:16:57 +01:00
flatcar-ci
7487535706 New version: main-4070.0.0-nightly-20240822-2100 2024-08-22 21:00:26 +00:00
James Le Cuirot
401a715b49
sys-kernel/bootengine: Bump to fix slow PXE/ISO boots with udev rule
See: https://github.com/flatcar/bootengine/pull/98
See: https://github.com/flatcar/Flatcar/issues/1514
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2024-08-22 13:36:29 +01:00
flatcar-ci
4f04fa67e2 New version: main-4069.0.0-nightly-20240821-2100 2024-08-21 21:00:30 +00:00
Krzesimir Nowak
6e9797482d
Merge pull request #2214 from flatcar/krnowak/rest-automation
Put rest of the packages in portage-stable under automation
2024-08-21 13:13:11 +02:00
Jeremi Piotrowski
a7f3c4df8c
Merge pull request #2222 from flatcar/tormath1/cloudinit
coreos-cloudinit: fix Equinix Metal cloudinit
2024-08-21 11:00:02 +02:00
Jeremi Piotrowski
d26030c7b4
Merge pull request #2247 from flatcar/mayday-update
coreos-overlay/mayday: Upgrade to remove vulnerable dependencies
2024-08-21 09:50:27 +02:00
flatcar-ci
65bbbefc6b New version: main-4068.0.0-nightly-20240820-2100 2024-08-20 21:00:26 +00:00
Krzesimir Nowak
4f6eafdb8f
Merge pull request #2245 from flatcar/buildbot/weekly-portage-stable-package-updates-2024-08-19
Weekly portage-stable package updates 2024-08-19
2024-08-20 16:39:18 +02:00
Mathieu Tortuyaux
e21ad59ef8 coreos-cloudinit: fix Equinix Metal cloudinit
This has been raised on Slack:
```
Aug 08 19:03:33 shoot-79548-jlptk bash[1678]: 2024/08/08 19:03:33 Checking availability of "packet-metadata-service"
Aug 08 19:04:03 shoot-79548-jlptk bash[1678]: 2024/08/08 19:04:03 Checking availability of "packet-metadata-service"
Aug 08 19:04:33 shoot-79548-jlptk bash[1678]: 2024/08/08 19:04:33 Checking availability of "packet-metadata-service"
Aug 08 19:05:03 shoot-79548-jlptk bash[1678]: 2024/08/08 19:05:03 Checking availability of "packet-metadata-service"
Aug 08 19:05:33 shoot-79548-jlptk bash[1678]: 2024/08/08 19:05:33 Checking availability of "packet-metadata-service"
Aug 08 19:06:03 shoot-79548-jlptk bash[1678]: 2024/08/08 19:06:03 Checking availability of "packet-metadata-service"
Aug 08 19:06:09 shoot-79548-jlptk bash[1678]: 2024/08/08 19:06:09 No datasources available in time
Aug 08 19:06:09 shoot-79548-jlptk systemd[1]: oem-cloudinit.service: Main process exited, code=exited, status=1/FAILURE
Aug 08 19:06:09 shoot-79548-jlptk systemd[1]: oem-cloudinit.service: Failed with result 'exit-code'.
Aug 08 19:06:09 shoot-79548-jlptk systemd[1]: Failed to start oem-cloudinit.service - Run cloudinit.
```

The check for metadata endpoint availability (`curl https://metadata.packet.net/`) returns a 404 so it fails.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2024-08-20 14:25:49 +02:00
Jeremi Piotrowski
e519862d6f coreos-overlay/mayday: Upgrade to remove vulnerable dependencies
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2024-08-20 14:21:52 +02:00
Krzesimir Nowak
33f41c2e95 overlay profiles: Add accept keywords for dev-build/meson 2024-08-20 11:48:25 +02:00
flatcar-ci
f4660647c7 New version: main-4067.0.0-nightly-20240819-2100 2024-08-19 21:00:29 +00:00
Krzesimir Nowak
6d9932ab10 dev-python/typing-extensions: Add from Gentoo
It's from Gentoo commit 5ffed97e2767710ae845de7488af4d0b7997eaf8.
2024-08-19 15:34:07 +02:00
Krzesimir Nowak
3a190339f3 eclass/guile-utils: Add from Gentoo
It's from Gentoo commit 944c392114cd791967cd722b7cd20a67b91f7165.
2024-08-19 15:34:07 +02:00
Krzesimir Nowak
69242cccf2 eclass/guile-single: Add from Gentoo
It's from Gentoo commit 4110a265b5a3b2fbacd85c024d8fc69631030d64.
2024-08-19 15:34:07 +02:00
Flatcar Buildbot
cba1b3ecac sys-kernel/linux-headers: Sync with Gentoo
It's from Gentoo commit 9180e2e18046090e7f1415621dba259ee61834e1.
2024-08-19 15:34:07 +02:00
Flatcar Buildbot
62612ea3db sys-fs/xfsprogs: Sync with Gentoo
It's from Gentoo commit 8aeb8befdb12ce0b3c7f4dd994bf2dff655a6d0e.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
fab756867a sys-fs/cryptsetup: Sync with Gentoo
It's from Gentoo commit b7252d16f98cac7e1b68a33d882b796206dd6406.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
7a9278023e sys-fs/btrfs-progs: Sync with Gentoo
It's from Gentoo commit d5852b7afe22aff63155b32905404bbf28b70478.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
8c15d1d98e sys-firmware/intel-microcode: Sync with Gentoo
It's from Gentoo commit 1bc27f5173298af323c44e4138d90faf4428845f.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
9aaed0bc5b sys-devel/gcc: Sync with Gentoo
It's from Gentoo commit aec6f016c5c69610cef87683e40c84615e83da2b.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
495820a8fd sys-devel/binutils: Sync with Gentoo
It's from Gentoo commit fd404eb5fc8a27cb470fcff563d2cb97af0a4566.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
8228966a37 sys-apps/gentoo-functions: Sync with Gentoo
It's from Gentoo commit 10ff83bf69b6d131b1cec99c3a9144546a0dfd20.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
70b7a0a5aa sys-apps/ethtool: Sync with Gentoo
It's from Gentoo commit 3e4f940e0fb7ce99c77a64dbb3989312c617b660.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
705d34f65e sys-apps/bubblewrap: Sync with Gentoo
It's from Gentoo commit 8f1e7595b04f04ffc3ea15c69f895a57ec39ad31.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
a26e92cc99 profiles: Sync with Gentoo
It's from Gentoo commit be9c7e95d5255d8e8b0dfc2350a5666ddd3d67d9.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
9d152ac4f9 net-libs/nghttp2: Sync with Gentoo
It's from Gentoo commit 507c5e3ab4ec3ed587fc11325f39d6e2f62e0b17.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
a2db0db1d3 net-libs/gnutls: Sync with Gentoo
It's from Gentoo commit 2af3693a618cef6ede54b783d048767482ae21a6.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
3e4c8aa341 net-dns/c-ares: Sync with Gentoo
It's from Gentoo commit 6cfb40062d17b01574abb110e12a2e583b497a34.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
ee044eb9aa licenses: Sync with Gentoo
It's from Gentoo commit 261d61f1693a662bae830afcf504b008d85cc4db.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
8793fd692a eclass/toolchain-funcs: Sync with Gentoo
It's from Gentoo commit b1619cb5f7d2fafae4adeaa9b25182eb6f658c17.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
b240515b72 eclass/rust-toolchain: Sync with Gentoo
It's from Gentoo commit 99889ce76e1f6ed0ec5cb4e3db3a09dce8de1f05.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
00ee3e15c6 eclass/go-env: Sync with Gentoo
It's from Gentoo commit 1f754863ff91dc4dca11e6a5217ffd449f39c74c.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
71840cd829 eclass/cmake: Sync with Gentoo
It's from Gentoo commit 796a1fc61893f37aa9158ccb2ce4f038e1d1a4db.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
675be7ebdd dev-vcs/git: Sync with Gentoo
It's from Gentoo commit cd9ca4757f37ee41e603565f2eb94f9064a5bea3.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
6ac70f848a dev-util/pkgconf: Sync with Gentoo
It's from Gentoo commit 23bb6a214c6c8ca046cf98387d5f4d25b3ccffe8.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
37a2396151 dev-util/perf: Sync with Gentoo
It's from Gentoo commit 97c31a746773d48ec5b1b2cf21a11ff2cf1d661c.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
6df6e54fec dev-python/truststore: Sync with Gentoo
It's from Gentoo commit e840b90e69c424cbf6406f0f26eb1bf56f948553.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
10b0f44a99 dev-python/tenacity: Sync with Gentoo
It's from Gentoo commit 5da4583c055557e6d1d3cfaa87a4f42d73833b61.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
0be05ab214 dev-python/setuptools: Sync with Gentoo
It's from Gentoo commit 9e0340c315523e1d11ef010335759e16b85a4a02.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
265e7bcf7b dev-python/resolvelib: Sync with Gentoo
It's from Gentoo commit e781543e7dc8bb8159f3b3d70cdf35b19ca28265.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
473b00ea34 dev-python/pip: Sync with Gentoo
It's from Gentoo commit 28098cd1c8b8b0b796cb3fa25bbfed8daff85b4e.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
c7cf48988a dev-python/lark: Sync with Gentoo
It's from Gentoo commit 1632d3c4e03a28e8f6a930513014598a6002202c.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
a794036165 dev-python/jaraco-text: Sync with Gentoo
It's from Gentoo commit 9775c3bd97d2921e9d2bc62c3ef721fff6abc214.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
73104fe138 dev-python/jaraco-functools: Sync with Gentoo
It's from Gentoo commit 6e3486b12314254bdb7e30f7eec3773384cf62cd.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
0648765f86 dev-python/ensurepip-setuptools: Sync with Gentoo
It's from Gentoo commit 2dbb08576848d084fdd7f18027fdae853a9cd732.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
c6ea276c4b dev-python/ensurepip-pip: Sync with Gentoo
It's from Gentoo commit 19836073e4c4b620d418ae7e662f08c2c02a3498.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
4d58f5bdcb dev-libs/libltdl: Sync with Gentoo
It's from Gentoo commit 82b2d76f3332ebfbd801fb74a9f64e95570e2702.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
a15952c1f0 dev-lang/python: Sync with Gentoo
It's from Gentoo commit eb2d32325a75b90d72b0583d7723eb8e5144e359.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
004bc943a8 dev-lang/perl: Sync with Gentoo
It's from Gentoo commit f8107e34b0a0ca8fcd565e3d5b6f00ac3db48b12.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
e887d37326 dev-db/sqlite: Sync with Gentoo
It's from Gentoo commit 79201ec4dfeaaaa3f7d00f685ae5bbacd7708b1d.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
ab0f4ce913 dev-build/meson: Sync with Gentoo
It's from Gentoo commit f2bcabbcec03d24adf9bf7886a1573bdebddd9c4.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
902a5b9b60 dev-build/make: Sync with Gentoo
It's from Gentoo commit 1cdc74dabf98dce9923045dbddbe340b20fea719.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
47aab0eb10 dev-build/libtool: Sync with Gentoo
It's from Gentoo commit eee9ac798846a22cd97adeaa88293b5bcb727c3c.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
e1818c3411 app-shells/bash: Sync with Gentoo
It's from Gentoo commit 1b61b60676b8ea080b13d2e3634be0326ad8f560.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
b8fa833a4a app-editors/nano: Sync with Gentoo
It's from Gentoo commit 0357d93897aff789c5bed531eee0a719fdb3a30a.
2024-08-19 15:34:06 +02:00
Flatcar Buildbot
039ac9cb58 app-arch/lz4: Sync with Gentoo
It's from Gentoo commit 62af44a248da8820a07f2166322c7d4f86480472.
2024-08-19 15:34:06 +02:00
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
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