Commit Graph

17137 Commits

Author SHA1 Message Date
Krzesimir Nowak
66811126d1 dev-lang/swig: Sync with Gentoo
It's from Gentoo commit 8a1e6e5446c2729e93f1ad51a409862538ea34e9.
2024-03-01 16:02:09 +01:00
Krzesimir Nowak
1017fd45e5 overlay profiles: Disable python in SELinux tools
We never needed the python tools in Flatcar.
2024-03-01 16:02:09 +01:00
Krzesimir Nowak
fbdf2bf74a overlay profiles: Enable policycoreutils USE flag for coreos-base/misc-files 2024-03-01 16:02:09 +01:00
Krzesimir Nowak
f5ce98288b overlay profiles: Set up SELinux policy directory 2024-03-01 16:02:09 +01:00
Krzesimir Nowak
49fb14d782 overlay coreos-base/misc-files: Recreate a symlink on filesystem wipe
The path where the SELinux policy modules are built is normally
/var/lib/selinux. In our case we want to have those policies to be
installed somewhere under /usr. So we have a setup where
/var/lib/selinux is a symlink to /usr/lib/selinux/policy. The
/var/lib/selinux directory is normally created by
sys-apps/policycoreutils directory and we don't want to change it in
order to pursue the goal of putting the package back to
portage-stable.

On the other hand, the override of modules directory location can't
happen in the coreos-base/misc-files package, because
sys-apps/policycoreutils needs that directory to be already set up in
the package post installation time.

The override of the SELinux policy modules directory needs to be done
in the bashrc hook unfortunately. This will come in the follow-up
commit.

So the only thing left is to set up tmpfiles configuration file to
recreate the /var/lib/selinux symlink, since it can be removed when
wiping the filesystem.
2024-03-01 16:02:09 +01:00
Mathieu Tortuyaux
d7c32b1cb0 sys-apps/policycoreutils: Apply Flatcar modifications
Prepare the changes for upstreaming:

- Hide python dependencies behind the python USE flag.

- Allow using original sources, without Gentoo modifications with the
  vanilla USE flag.

  - This also hides app-admin/setools dependency behind this USE
    flag. I'm not sure if anything in policycoreutils requires
    anything from that package - I assumed that Gentoo-provided rlpkg
    maybe does.

- Keep using /var/lib/selinux as a SELinux policy directory. We will
  use INSTALL_MASK to skip installation of the directory and will add
  a tmpfiles config file to coreos-base/misc-files instead.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2024-03-01 15:35:50 +01:00
Krzesimir Nowak
a620286334 sys-apps/policycoreutils: Sync with Gentoo
It's from Gentoo commit c4719a957590a9b209422d93c8136075c2781af7.
2024-03-01 15:35:50 +01:00
Krzesimir Nowak
6c5ad82927 overlay coreos/user-patches: Add a patch for sys-libs/libsemanage
The added patch turns on the module compression.
2024-03-01 15:35:50 +01:00
Mathieu Tortuyaux
59b431f9d0 sys-libs/libsemanage: Apply flatcar patches
Prepare the ebuild to be in an upstreamable state:

- hide python dependencies behind the IUSE flag

- move the semanage.conf additions to a patch

  - that way, we can add a user patch that changes compression setting
    that was added by Gentoo

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2024-03-01 15:35:50 +01:00
Krzesimir Nowak
be13723090 sys-libs/libsemanage: Sync with Gentoo
It's from Gentoo commit e70aa9e9c0de8663fecbd59c4e26a0d17a41050d.
2024-03-01 15:35:50 +01:00
Jeremi Piotrowski
fad49473a9
Merge pull request #1710 from flatcar/jepio/shim-fix
sys-boot/shim: Fix parallel build
2024-02-29 14:39:06 +01:00
Jeremi Piotrowski
26a4ed8229 sys-boot/shim: Fix parallel build
The bundled gnu-efi build is implemented in a buggy way that can break when
built in parallel. We've hit this in the nightly sdk build. Add a patch for it.

The patch has been posted upstream at https://github.com/rhboot/shim/pull/643.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2024-02-29 14:34:11 +01:00
Krzesimir Nowak
128037e808
Merge pull request #1708 from flatcar/krnowak/prune-obsolete-overrides
overlay coreos/config: Drop overrides for packages we do not have
2024-02-29 12:09:33 +01:00
Krzesimir Nowak
f2d7be8cd9
Merge pull request #1702 from flatcar/buildbot/weekly-portage-stable-package-updates-2024-02-26
Weekly portage-stable package updates 2024-02-26
2024-02-28 14:51:01 +01:00
Krzesimir Nowak
a038fcf482 overlay coreos/config: Drop overrides for packages we do not have 2024-02-28 11:33:59 +01:00
Krzesimir Nowak
74e06b1541 app-containers/docker-proxy: Drop unnecessary package
Nothing pulls it in now. Looks like it got merged into
app-containers/docker package.
2024-02-26 16:01:49 +01:00
Kai Lüke
d35414a2ba
Merge pull request #1589 from flatcar/sayan/secureboot-changes
Initial implementation for Secure boot support
2024-02-26 15:46:31 +01:00
Kai Lueke
7db81c27f9 sys-boot/shim: Update to 15.8 2024-02-26 15:46:13 +01:00
Dongsu Park
dbd40fbf90
Merge pull request #1686 from flatcar/firmware-20240220-main
Upgrade Linux Firmware in main from 20240115 to 20240220
2024-02-26 14:24:29 +01:00
Dongsu Park
c5aa253d10 overlay coreos-firmware: update ice ddp version to 1.3.36.0
Fix build issues of coreos-firmware, by bumping the ice firmware version
to 1.3.36.0.
2024-02-26 12:10:06 +01:00
Sayan Chowdhury
99bfcf5f32 shim, coreos-sb-keys, grub_install.sh: retab to spaces
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2024-02-26 12:01:10 +01:00
Sayan Chowdhury
4648be9dbb sys-boot/grub: Make sed silently fail when updating sbat
Co-authored-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-02-26 12:01:10 +01:00
Sayan Chowdhury
97ebc770ea sys-boot/shim: Move from cros_workon to upstream
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2024-02-26 12:01:10 +01:00
Sayan Chowdhury
fc28e72322 sys-boot/grub: install file with sbat contents, add --sbat to script
This is just the contents of the section, but the section
itself is written by grub-mkimage. sbat.csv needs to be passed
with --sbat.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2024-02-26 12:01:09 +01:00
Jeremi Piotrowski
64556256db grub_install: switch to BOARD_GRUB by default
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2024-02-26 12:01:09 +01:00
Sayan Chowdhury
b42e3ad58b sys-boot/shim: Update shim to include signing keys, and build mm.efi
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2024-02-26 12:01:09 +01:00
Sayan Chowdhury
348a26201a coreos-sb-keys: Add the shim keys
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2024-02-26 12:01:09 +01:00
Sayan Chowdhury
65fe1f4cdb sys-boot/shim: make the shim buildable
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2024-02-26 12:01:09 +01:00
Sayan Chowdhury
fc4acb6b40 sys-boot/shim: updates to 15.7
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2024-02-26 12:01:09 +01:00
Sayan Chowdhury
58806c5342 eclass/rpm: Add from Gentoo
It's from Gentoo commit 78e5f99cb41eaa50da930e7ab2dc7993fa243e1f.
2024-02-26 12:01:09 +01:00
Sayan Chowdhury
af68df3d43 coreos-devel/board-packages: remove edk2-ovmf from arm64 dependencies
This package is not used, we use edk2-aarch64 on arm64 but and it is
fetched during image_to_vm.sh because the ebuild simply wraps a binary
file.

Original Author: Jeremi Piotrowski <jpiotrowski@microsoft.com>

Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2024-02-26 12:01:09 +01:00
Sayan Chowdhury
ceb1480e48 sys-firmware/edk2-aarch64: drop old package and replace with new
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2024-02-26 12:01:09 +01:00
Sayan Chowdhury
984233b9e8 coreo-base/coreos: Add mokutil to the base amd64 image
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2024-02-26 12:01:09 +01:00
Sayan Chowdhury
6e497dbd0d sys-boot/mokutil: Add from Gentoo
It's from Gentoo commit cf90a21600e8d81c12b7e1143f43cd28f58dd70d.
2024-02-26 10:53:45 +01:00
Krzesimir Nowak
7c19269514 dev-python/pyparsing: Remove unused package
dev-python/packaging used to pull it in, but not anymore.
2024-02-26 10:31:23 +01:00
Krzesimir Nowak
3af1e37643 overlay profiles: Drop accept keywords for app-emulation/qemu 2024-02-26 10:06:05 +01:00
Krzesimir Nowak
ad6b2c6476 overlay profiles: Updated accept keywords for app-crypt/mit-krb5 2024-02-26 10:04:50 +01:00
Krzesimir Nowak
f1cee356c0 overlay profiles: Add accept keywords for net-libs/libpsl 2024-02-26 09:51:13 +01:00
Krzesimir Nowak
84ac7b1cb0 overlay profiles: Add accept keywords for app-arch/xz-utils 2024-02-26 09:50:59 +01:00
Flatcar Buildbot
3c2a94bc3c sys-libs/zlib: Sync with Gentoo
It's from Gentoo commit 3fe97570438a126e8c274b6ff29a60b81198f277.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
36f109af80 sys-libs/libcap: Sync with Gentoo
It's from Gentoo commit eef4caf31a0d3c276e17b270fc18285cae367802.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
d3194e51df sys-fs/xfsprogs: Sync with Gentoo
It's from Gentoo commit 53a7b5d448f2079ba8eac7801f9f2673dbda6438.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
7bb026fbc5 sys-fs/multipath-tools: Sync with Gentoo
It's from Gentoo commit 5d080387eead3b713ae6e98fb36dda7c0b184c4d.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
d0f0f10210 sys-devel/gettext: Sync with Gentoo
It's from Gentoo commit 1922bfee73c961edf09e5f28a5bfdbaaa378fe7a.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
4531763808 sys-devel/gcc: Sync with Gentoo
It's from Gentoo commit fdddc3f25ee18636c46f1a82080b9cb2ed105db1.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
584f938985 sys-apps/smartmontools: Sync with Gentoo
It's from Gentoo commit 49a34318d9702773834a4af66768ec6978dfdec6.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
f93303f2f0 sys-apps/portage: Sync with Gentoo
It's from Gentoo commit 2f7307ca3409281a895c9b34b522e7180b347414.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
2bf44d3250 sys-apps/iproute2: Sync with Gentoo
It's from Gentoo commit 1f3fda4a39e4454386cf673e5fb3dc2dd873fd0c.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
1207275c92 sys-apps/gawk: Sync with Gentoo
It's from Gentoo commit 1594979c559b2cf5fac400f2bfdffb2a6cfa170a.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
530fdfdc45 profiles: Sync with Gentoo
It's from Gentoo commit 9cd8aa5ef22ce927f5c5ad4d317e786794bd7626.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
d5b1886c23 net-libs/libpsl: Sync with Gentoo
It's from Gentoo commit 46077a5486958d8f3512a0557d95a7ff759e58fb.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
db4b89361b net-libs/libnftnl: Sync with Gentoo
It's from Gentoo commit e0d76503ba1f48d45abe952932054b3cec85b018.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
1eca2ffbaf net-libs/libnetfilter_conntrack: Sync with Gentoo
It's from Gentoo commit 9af9987a199037372852eac1f4455087757ad61f.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
1eb951bb05 net-dns/dnsmasq: Sync with Gentoo
It's from Gentoo commit 6e7e22b8a35b61837d8b8dcbbe5ed4da27df9d96.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
3946f96dd9 net-dns/c-ares: Sync with Gentoo
It's from Gentoo commit 75f9e2140367bcc87c167c9012f4a30302f28d0e.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
451f8f7e52 eclass/toolchain: Sync with Gentoo
It's from Gentoo commit 0c5af65cfb92b7702f170999488c970fc278d9a2.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
a8504512ec dev-vcs/git: Sync with Gentoo
It's from Gentoo commit 282afb33e96398d2076652a2aa44c97512c434ea.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
c1ad175dd1 dev-util/perf: Sync with Gentoo
It's from Gentoo commit 5986c3f9e460646d703ea15d6d51ba99f6cda59e.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
fb5c2f0ee0 dev-util/bpftool: Sync with Gentoo
It's from Gentoo commit bdfd15b0e299313dd6151e3e71e4274e9c21a2f9.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
abf626d675 dev-python/typing-extensions: Sync with Gentoo
It's from Gentoo commit 856b2bef5caeac960ff0751f69c4c66a0c7fde8d.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
3068a107e9 dev-python/trove-classifiers: Sync with Gentoo
It's from Gentoo commit e199ef39f3e92c0ff745959e134c721c374357b5.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
26f92ecace dev-python/setuptools: Sync with Gentoo
It's from Gentoo commit dc5d8c1c9d81602c68277c3b0a4ad7d9088fced2.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
a94c7d6455 dev-python/packaging: Sync with Gentoo
It's from Gentoo commit e02617b956bb454bff6d80426e8d7444567350ae.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
e21c4ba16e dev-libs/xmlsec: Sync with Gentoo
It's from Gentoo commit eeee80a3b04bc7d4a456ed08b2160f4e4b09ffdd.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
21df4af0a2 dev-libs/nspr: Sync with Gentoo
It's from Gentoo commit 208d6652b99222db775e219072ecee32194b40ac.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
b76c156c2e dev-libs/npth: Sync with Gentoo
It's from Gentoo commit 2cbdd9d36f13b1b7892c388edd8f52e6ce6e0c53.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
60ef6f01db dev-libs/libunistring: Sync with Gentoo
It's from Gentoo commit 37e2fa715859357205296d902df29a931ef2a88c.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
fc00454310 dev-libs/libaio: Sync with Gentoo
It's from Gentoo commit 1fa58dd95ad7ddfd72f7f72d1b3cb4745e5a3936.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
79bec80d07 dev-libs/cJSON: Sync with Gentoo
It's from Gentoo commit 5de5f8989f18b6f62699e511ae3c544806f9a73e.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
00d369acac dev-lang/python: Sync with Gentoo
It's from Gentoo commit 5e12882f144274557cf4d8e2e0e95e853ce03f00.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
e549e4e988 dev-debug/gdb: Sync with Gentoo
It's from Gentoo commit 77e435c26870b2cd4f6ca8725afc009a491d554b.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
a27ac130ae dev-build/ninja: Sync with Gentoo
It's from Gentoo commit 9549bcf6aceef0dcc7cbe779d30d7733dbe8f0f2.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
2cd5b0f5fb dev-build/cmake: Sync with Gentoo
It's from Gentoo commit 3cc5c4ce5db8174e98943e66833d13695d802a8c.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
47267aba8b app-emulation/qemu: Sync with Gentoo
It's from Gentoo commit 1b53de9a59fb9d38f04a2916f3f9cb8ad9ccb065.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
57f51e7abb app-crypt/pinentry: Sync with Gentoo
It's from Gentoo commit a78a3ecdfec2294b96255a02be639741352a7314.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
10c01dc73a app-crypt/mit-krb5: Sync with Gentoo
It's from Gentoo commit c6ef6c79a147c26b1185792e273d32bae2df87de.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
e31bf9779f app-crypt/gnupg: Sync with Gentoo
It's from Gentoo commit ff8d9f188ee04d7cb0737e55b6e917cf569679de.
2024-02-26 09:24:31 +01:00
Flatcar Buildbot
11895c33df app-arch/xz-utils: Sync with Gentoo
It's from Gentoo commit 4a690fadfd9b31a3b6a411c655ac4f869a83d229.
2024-02-26 09:24:31 +01:00
Jeremi Piotrowski
57f2ead111
Merge pull request #1688 from flatcar/jepio/improve-gpu-match
nvidia-drivers: Improve match for NVIDIA GPUs
2024-02-23 16:38:07 +01:00
Mathieu Tortuyaux
c3c046529c
Merge pull request #1689 from flatcar/tormath1/keyutils
sys-apps/keyutils: sync with upstream
2024-02-23 14:54:09 +01:00
Mathieu Tortuyaux
f84eedf688
sys-apps/keyutils: Apply Flatcar modifications
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Co-authored-by: Krzesimir Nowak <knowak@microsoft.com>
2024-02-23 14:53:10 +01:00
Mathieu Tortuyaux
af249419bc
coreos-base/coreos-cloudinit: bump commit ID
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-02-23 14:28:01 +01:00
Jeremi Piotrowski
2cbd78091e nvidia-drivers: Improve match for NVIDIA GPUs
The logic for checking if we need to probe depends on the device showing up
with the product type in lspci output, which doesn't hold for all sorts of
GPUs. The NVIDIA_PRODUCT_TYPE is used for fetching the drivers and is "tesla"
across datacenter GPUs.

Switch to matching on vendor id and device class. The values are the same
ones that the nvidia driver binds to.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2024-02-23 10:05:15 +01:00
Mathieu Tortuyaux
7b720fb337
sys-apps/keyutils: sync with upstream
Commit-Ref: 7456de7c55

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-02-23 10:05:02 +01:00
Krzesimir Nowak
bf4b088cb8
Merge pull request #1672 from flatcar/buildbot/weekly-portage-stable-package-updates-2024-02-19
Weekly portage-stable package updates 2024-02-19
2024-02-22 09:01:41 +01:00
Flatcar Buildbot
d4a5f08dc7 sys-kernel/coreos-firmware: Update from 20240115 to 20240220 2024-02-22 07:11:34 +00:00
Dongsu Park
051232e560
Merge pull request #1681 from flatcar/dongsu/gnupg-2.2.42
app-crypt/gnupg: update to 2.2.42-r2
2024-02-21 16:04:41 +01:00
Mathieu Tortuyaux
0c3c14e9c3
sys-apps/ignition: bump to 2.17.0
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-02-21 15:47:14 +01:00
Krzesimir Nowak
c272472a40 overlay profiles: Add accept keywords for sys-apps/coreutils 2024-02-21 10:54:28 +01:00
Krzesimir Nowak
14ac663023 overlay profiles: Update accept keywords for net-misc/curl 2024-02-21 10:54:28 +01:00
Krzesimir Nowak
1bd3db3f19 overlay profiles: Update accept keywords for dev-libs/opensc 2024-02-21 10:54:28 +01:00
Krzesimir Nowak
9161f8913f overlay profiles: Drop obsolete package mask
We have updated dev-libs/openssl to 3.2.1-r1 which has a patch that
makes it work with dev-libs/libp11 package.
2024-02-21 10:54:28 +01:00
Krzesimir Nowak
8ccf5902cf overlay profiles: Add accept keywords for dev-libs/libp11 2024-02-21 10:54:28 +01:00
Krzesimir Nowak
f8050f6c70 overlay profiles: Drop accept keywords for app-misc/pax-utils 2024-02-21 10:54:28 +01:00
Krzesimir Nowak
6e9df73b93 overlay profiles: Add accept keywords for app-emulation/qemu 2024-02-21 10:54:28 +01:00
Krzesimir Nowak
51eb82b311 overlay: Add some accept keywords to keep packages between arches in sync 2024-02-21 10:54:28 +01:00
Krzesimir Nowak
82b947c1db overlay profiles: Update accept keywords for sys-libs/readline 2024-02-21 10:54:28 +01:00
Mathieu Tortuyaux
0d6ca4fe04 dev-libs/openssl: Apply Flatcar modifications
- drop `pkg_postint`
- create `/etc/ssl` with tmpfiles
- continue shipping app-misc/c_rehash
- mark as stable
2024-02-21 10:54:10 +01:00
Krzesimir Nowak
c554db081b dev-libs/openssl: Sync with Gentoo
It's from Gentoo commit 83e2ccb40aa0c93f0e4c2eac36a5f6557e22e6cd.
2024-02-21 10:54:10 +01:00
Krzesimir Nowak
53f08d4be4 dev-python/pip: Add from Gentoo
It's from Gentoo commit 09e4204374adb30c3c315588ef318bc81ead9720.
2024-02-21 10:54:10 +01:00
Krzesimir Nowak
b5ca97a76b eclass/llvm-r1: Add from Gentoo
It's from Gentoo commit 5618de75aec49009489efb560a89e014fd060524.
2024-02-21 10:54:10 +01:00
Krzesimir Nowak
b9be2e4035 eclass/llvm-utils: Add from Gentoo
It's from Gentoo commit 5fcce58386dfb317020d7c88478480592b98b4e4.
2024-02-21 10:54:10 +01:00
Flatcar Buildbot
42ffce8856 x11-libs/pixman: Sync with Gentoo
It's from Gentoo commit f84e3c88128fe2f2efe72cd1ab9f0cfa93f08599.
2024-02-21 10:54:10 +01:00
Flatcar Buildbot
135d3cd361 virtual/tmpfiles: Sync with Gentoo
It's from Gentoo commit d733830e4b1ffaa71cf70ad48a95425e74625cce.
2024-02-21 10:54:10 +01:00
Flatcar Buildbot
be8f0e2ebc sys-process/psmisc: Sync with Gentoo
It's from Gentoo commit aeb2238aa598d8cf3adc4310a62f8e17c1d4e570.
2024-02-21 10:54:10 +01:00
Flatcar Buildbot
d1710ab8ab sys-process/procps: Sync with Gentoo
It's from Gentoo commit 5d4f913b0317ebbfee61d59d60060bead888226c.
2024-02-21 10:54:10 +01:00
Flatcar Buildbot
1fa3ecd9bf sys-process/lsof: Sync with Gentoo
It's from Gentoo commit 92b16bbf41fb7fa2e2825fb26ef20d3afdc495da.
2024-02-21 10:54:10 +01:00
Flatcar Buildbot
4b797b4b93 sys-libs/zlib: Sync with Gentoo
It's from Gentoo commit f9efb6a33633d85afc85372f0a2f92516b20294f.
2024-02-21 10:54:10 +01:00
Flatcar Buildbot
46185ace6c sys-libs/readline: Sync with Gentoo
It's from Gentoo commit bbe9df2faea3c51501ba9764cdaf88cb76cc8ab0.
2024-02-21 10:54:10 +01:00
Flatcar Buildbot
9b95253dc9 sys-libs/libsepol: Sync with Gentoo
It's from Gentoo commit d395971abc52629d21910ddcb45d82f4737f8e78.
2024-02-21 10:54:10 +01:00
Krzesimir Nowak
aadd7f13c7 sys-libs/libselinux: Sync with Gentoo
It's from Gentoo commit c00da1b0765547584e2b7013d483d40ecb145493.
2024-02-21 10:53:35 +01:00
Flatcar Buildbot
25a0a21f0b sys-libs/libnvme: Sync with Gentoo
It's from Gentoo commit 0eabc358df346bbdd0b51ea0512c04a0df0b6019.
2024-02-21 10:51:22 +01:00
Flatcar Buildbot
a987e4a28f sys-libs/libcap-ng: Sync with Gentoo
It's from Gentoo commit f6d432b09c1c81a53b6dd51f35ad730f682a0518.
2024-02-21 10:51:22 +01:00
Flatcar Buildbot
c2d5aded1b sys-libs/libcap: Sync with Gentoo
It's from Gentoo commit 40b56acf8b8c9ee54ce6fee7c4c9b1c117f687a0.
2024-02-21 10:51:22 +01:00
Flatcar Buildbot
ec9e47db50 sys-libs/efivar: Sync with Gentoo
It's from Gentoo commit c17bf9839f66ef3da664665c30ce7d3d864403aa.
2024-02-21 10:51:22 +01:00
Flatcar Buildbot
2daeea5e27 sys-libs/binutils-libs: Sync with Gentoo
It's from Gentoo commit 9fa09d3af4af93c78fe4552c56006826dd935236.
2024-02-21 10:51:22 +01:00
Flatcar Buildbot
70d3736f1a sys-fs/xfsprogs: Sync with Gentoo
It's from Gentoo commit d64e0a8bf2551bcd233b11faca7cc49d01b10bc2.
2024-02-21 10:51:22 +01:00
Flatcar Buildbot
9f7500603b sys-fs/e2fsprogs: Sync with Gentoo
It's from Gentoo commit 893106c41d87af86782d6c921d29f5127dfb6fb6.
2024-02-21 10:51:22 +01:00
Flatcar Buildbot
ccb2bef4df sys-devel/gcc: Sync with Gentoo
It's from Gentoo commit 456eee6e374b50a4d9108a642ca29c5573ac5cb8.
2024-02-21 10:51:22 +01:00
Flatcar Buildbot
370a25ea7a sys-devel/crossdev: Sync with Gentoo
It's from Gentoo commit 0345586660b9abcb7054f44c59b168ab716d97d5.
2024-02-21 10:51:22 +01:00
Flatcar Buildbot
9eb3bfa8fa sys-devel/binutils: Sync with Gentoo
It's from Gentoo commit a45095189c9d7375a9999623022061ff0023cd3c.
2024-02-21 10:51:22 +01:00
Flatcar Buildbot
91412c2e0d sys-block/thin-provisioning-tools: Sync with Gentoo
It's from Gentoo commit fe4e3473ed8741f36998cf139990efc5c72cad79.
2024-02-21 10:51:22 +01:00
Flatcar Buildbot
dd6dd15531 sys-apps/util-linux: Sync with Gentoo
It's from Gentoo commit 077a7b0c85c80d1ca837e4838cb7f7aa9dd8adf1.
2024-02-21 10:51:22 +01:00
Flatcar Buildbot
da40629cc3 sys-apps/semodule-utils: Sync with Gentoo
It's from Gentoo commit 1f382b0971cc90a38d2e806f8e6b6e0307b58a65.
2024-02-21 10:51:22 +01:00
Flatcar Buildbot
dc75346d1c sys-apps/pv: Sync with Gentoo
It's from Gentoo commit d733830e4b1ffaa71cf70ad48a95425e74625cce.
2024-02-21 10:51:22 +01:00
Flatcar Buildbot
443c57df69 sys-apps/pcsc-lite: Sync with Gentoo
It's from Gentoo commit 0d30fc9f6667d0f644169b72292ed003e108a448.
2024-02-21 10:51:22 +01:00
Flatcar Buildbot
1b06876229 sys-apps/nvme-cli: Sync with Gentoo
It's from Gentoo commit a8b199569789a7715cc5b008c12f85a578872467.
2024-02-21 10:51:22 +01:00
Flatcar Buildbot
370402c96b sys-apps/man-pages: Sync with Gentoo
It's from Gentoo commit 71a802d5c12420638e3cc4f7116634ec40f0754f.
2024-02-21 10:51:22 +01:00
Flatcar Buildbot
604c56a583 sys-apps/kexec-tools: Sync with Gentoo
It's from Gentoo commit 97dd9dc654a71cc4ee30ee97c803af3313a50b97.
2024-02-21 10:51:22 +01:00
Flatcar Buildbot
006d996041 sys-apps/iproute2: Sync with Gentoo
It's from Gentoo commit d8fa250532e9cc64ca99175be973015bee968725.
2024-02-21 10:51:22 +01:00
Flatcar Buildbot
bcc30b4862 sys-apps/gentoo-functions: Sync with Gentoo
It's from Gentoo commit 40744ded064a3a7d69422bc2842b627f8f76a85b.
2024-02-21 10:51:22 +01:00
Flatcar Buildbot
fa48cd4172 sys-apps/gawk: Sync with Gentoo
It's from Gentoo commit e91b76dc31cb7560a3bb099e0958c0339930973a.
2024-02-21 10:51:22 +01:00
Flatcar Buildbot
29e535ffac sys-apps/file: Sync with Gentoo
It's from Gentoo commit 762048810c50d1994b1af1c7d95b09353b78b38e.
2024-02-21 10:51:22 +01:00
Flatcar Buildbot
5872da21b4 sys-apps/ethtool: Sync with Gentoo
It's from Gentoo commit 89aa074d970ce73d7492de5c97b449112229988b.
2024-02-21 10:51:22 +01:00
Flatcar Buildbot
44316d94b3 sys-apps/debianutils: Sync with Gentoo
It's from Gentoo commit 03542ba8c98ba444924af90e09fcd6ff504adb13.
2024-02-21 10:51:22 +01:00
Flatcar Buildbot
e6b1da1b0b sys-apps/coreutils: Sync with Gentoo
It's from Gentoo commit f00b339a42285e269063b7cdecb9d5e726ee2bf7.
2024-02-21 10:51:22 +01:00
Flatcar Buildbot
4aacf290c6 sys-apps/checkpolicy: Sync with Gentoo
It's from Gentoo commit e1703fbdbb6f9288b19541b408b55d2283abd853.
2024-02-21 10:51:22 +01:00
Flatcar Buildbot
6b94e856ed sys-apps/attr: Sync with Gentoo
It's from Gentoo commit c2aab29d5dad2191f966d19e094d20d9b1b69aab.
2024-02-21 10:51:22 +01:00
Flatcar Buildbot
a4b1f1a42f sys-apps/acl: Sync with Gentoo
It's from Gentoo commit 5d9a3b86d97e1af3b2db9534d6f4a3f5675d4fb7.
2024-02-21 10:51:22 +01:00
Flatcar Buildbot
87ba3ab7b5 profiles: Sync with Gentoo
It's from Gentoo commit d634b340c114323c3ebbaa3f31771fb94547449f.
2024-02-21 10:51:22 +01:00
Flatcar Buildbot
392c8c8fd5 net-nds/openldap: Sync with Gentoo
It's from Gentoo commit 7ea4601a769ef519b1e78c05ebd6e2fd31bf81f4.
2024-02-21 10:51:22 +01:00
Flatcar Buildbot
3f6030fe53 net-misc/rsync: Sync with Gentoo
It's from Gentoo commit 8a30eaaeee4080b54cac355560a33bff006184e3.
2024-02-21 10:51:22 +01:00
Flatcar Buildbot
f6068eba75 net-misc/iputils: Sync with Gentoo
It's from Gentoo commit 3103669db5aeab291b327b4d29e27fa180b20e9c.
2024-02-21 10:51:22 +01:00
Flatcar Buildbot
2794fddb8f net-misc/curl: Sync with Gentoo
It's from Gentoo commit a9a4b0deb80a263e916985a1f981bca99a222e0b.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
770ac2021c net-libs/nghttp2: Sync with Gentoo
It's from Gentoo commit 594153ce5350f48801303017ef7a430f146e7aac.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
7067a3bcef net-libs/libpsl: Sync with Gentoo
It's from Gentoo commit 95157d64a2fd8932e24a51407101611fdd783b63.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
5288425c42 net-firewall/ipset: Sync with Gentoo
It's from Gentoo commit af5a3510f965a723966fa7c643b3f1676f3b6f68.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
9fa7674ddd net-dns/libidn2: Sync with Gentoo
It's from Gentoo commit 20a68607a7ac9777fadb121e00fcd1526864a9a1.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
3906873d94 net-dns/c-ares: Sync with Gentoo
It's from Gentoo commit 7ed7971ba28efde36f3e76a5a6739c46b40df180.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
a9c624e5be net-dns/bind-tools: Sync with Gentoo
It's from Gentoo commit c5c715ce18c623ac49718ebcea579d616380f647.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
cc0e53fd66 net-analyzer/traceroute: Sync with Gentoo
It's from Gentoo commit adf778b99902ce65b1ed56307e31bfd0f844e779.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
430e334b81 media-libs/libpng: Sync with Gentoo
It's from Gentoo commit 4ec729bc254a08d7e50bc297dba0cd316fd63f80.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
18f0216909 licenses: Sync with Gentoo
It's from Gentoo commit 5435f071fcadeaa17338e15ef7ebe736b0772d37.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
d4e039e8f0 eclass/toolchain: Sync with Gentoo
It's from Gentoo commit 4ccbec18b76ff3c48f3d32f1b1760ca568ddc615.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
e80a4506c1 eclass/llvm: Sync with Gentoo
It's from Gentoo commit 118145de3992a8249131bd0eb30ea89ad0bd0bdf.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
acbdd65ca9 eclass/kernel-2: Sync with Gentoo
It's from Gentoo commit c28bd3b90e19fa157e19d017e70fc5c4832de14d.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
8d1507b1a0 eclass/flag-o-matic: Sync with Gentoo
It's from Gentoo commit 61cb1e79740107fa274271ba79a19ccf16a68a16.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
a510cfdc98 eclass/cargo: Sync with Gentoo
It's from Gentoo commit 541088baec1ffcb943426333891a88c8935c64a6.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
de2bc6d982 dev-vcs/git: Sync with Gentoo
It's from Gentoo commit a80837e549cbc5d61e326ac8f5eb63c825aa395e.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
586e1adb05 dev-util/pkgconf: Sync with Gentoo
It's from Gentoo commit 793418cfccb0e7c2f18e427fda61896db6ed2113.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
c1bd191272 dev-util/perf: Sync with Gentoo
It's from Gentoo commit 70d3e0e2fd20857968ba3ea7ddbf9292144b22ed.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
e9d6b9b1d4 dev-util/gperf: Sync with Gentoo
It's from Gentoo commit 9340af174848d83cb6fec920e22b4a36e32ddf96.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
69b12c8516 dev-util/glib-utils: Sync with Gentoo
It's from Gentoo commit f952ee36693d857ab1f7a45d7871c045d3b26353.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
252073d459 dev-util/gdbus-codegen: Sync with Gentoo
It's from Gentoo commit e666e81d3b7a00228125d4fca5657986ccdd0834.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
dfe4e949c1 dev-python/trove-classifiers: Sync with Gentoo
It's from Gentoo commit c3a5fb42d0961a715a4810a026377278798c786c.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
aa6c8a1b57 dev-python/setuptools: Sync with Gentoo
It's from Gentoo commit 31c63aa8526e33f5ad8cc173b001b6941de850dd.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
8bbf60e428 dev-python/pluggy: Sync with Gentoo
It's from Gentoo commit 90afccb602c4224d5460f90bcc606390efd0e45b.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
59b1c4391b dev-python/platformdirs: Sync with Gentoo
It's from Gentoo commit a600e34307faa4d3fb6e6103d4e3875db8863931.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
b5ef16a109 dev-python/packaging: Sync with Gentoo
It's from Gentoo commit 86c9b71c77e482ffa75e63c12b4afb2cd8f58caa.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
99ae7cc226 dev-python/markupsafe: Sync with Gentoo
It's from Gentoo commit c08cde7b11b1176299b6174d7479f2eb859b6eb8.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
7057d43327 dev-python/lxml: Sync with Gentoo
It's from Gentoo commit 5c7064d0b9009a8945e4822574ec21e0e9bdf858.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
d1db16edc3 dev-python/hatchling: Sync with Gentoo
It's from Gentoo commit 505f55b4d7a21dca4356133cb57b51b80097a1c3.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
a61eab06c0 dev-python/gpep517: Sync with Gentoo
It's from Gentoo commit 0109136f354cd142c832781d72c692f47e3bb351.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
ed6a87a743 dev-python/cython: Sync with Gentoo
It's from Gentoo commit 0596e89c6e31850853a946cb35191f6885350394.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
0e99aad665 dev-python/autocommand: Sync with Gentoo
It's from Gentoo commit 3604b6736fc276ca1fc3932810be50d4e6da488a.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
a7f5ca43ab dev-libs/xmlsec: Sync with Gentoo
It's from Gentoo commit fdb1324a5b6091fe13320303ba72e019fba18a90.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
cb732c1829 dev-libs/protobuf: Sync with Gentoo
It's from Gentoo commit ff18a544a0a2ab7413c4ab395b7253f5ca2ceab9.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
1433766c2f dev-libs/popt: Sync with Gentoo
It's from Gentoo commit 2d8e74c6519b39e62a707795d2b520792ef58e94.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
8d34fdfd41 dev-libs/opensc: Sync with Gentoo
It's from Gentoo commit d2566de15e19051d1497d4fc4d0ece8411075d49.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
57de8c5216 dev-libs/nspr: Sync with Gentoo
It's from Gentoo commit 5342a0ba4686d0d75f7bdbf4e8645fa607748d92.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
5437a25d61 dev-libs/libxslt: Sync with Gentoo
It's from Gentoo commit 3d9375035fbff02076875336fbbebdbd3163243e.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
8bb5ca01f3 dev-libs/libxml2: Sync with Gentoo
It's from Gentoo commit b8231951fa29b55d6c750502dd72d8e92af68656.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
353a9c65aa dev-libs/libverto: Sync with Gentoo
It's from Gentoo commit fc2f993833043eb6edfb6acf6e8a8d74eb6549e8.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
e4222ebd7f dev-libs/libuv: Sync with Gentoo
It's from Gentoo commit 4e9dcf104a547b648b31528563256fc0fe3dbed8.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
917d1e8221 dev-libs/libusb: Sync with Gentoo
It's from Gentoo commit 27676f593e57d0da5e9f16a9209aa2ac81a8b6f4.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
fe9ef1b262 dev-libs/libsodium: Sync with Gentoo
It's from Gentoo commit 2d40ce3072c987da8bcee68f17755c27beaa8a3c.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
825322d58a dev-libs/libpcre2: Sync with Gentoo
It's from Gentoo commit 4e19e22d7ab73eaf989805dcc791c051a6979eb3.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
95cba2959f dev-libs/libpcre: Sync with Gentoo
It's from Gentoo commit ff636eaf95bdba9d2769397b2865f2f8c428f223.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
bb96da29d6 dev-libs/libp11: Sync with Gentoo
It's from Gentoo commit 358fcf2c875fef243ab1670c996749a793463c90.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
e78ce3e1df dev-libs/libgcrypt: Sync with Gentoo
It's from Gentoo commit 4f11b5940cc480c0eb58ce3b47aac078febe5339.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
b7fd9fcbb1 dev-libs/libffi: Sync with Gentoo
It's from Gentoo commit 6180556b69fdd21fe157a66a5ba6ce4ebd107ecf.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
61752e58fc dev-libs/libbsd: Sync with Gentoo
It's from Gentoo commit a7e15694ce2e86c2551cce4446c8351b71b692e4.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
ba51bde375 dev-libs/gobject-introspection-common: Sync with Gentoo
It's from Gentoo commit eb6195caf3919ee9c0ec5daa01245a106cefb9bc.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
623829a62a dev-libs/gobject-introspection: Sync with Gentoo
It's from Gentoo commit cc2b9a4a8fb4d94acf59dfeb2836cde223415a73.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
1f46037b2a dev-libs/glib: Sync with Gentoo
It's from Gentoo commit 8b7f297aab7d947502778f22a1064ef61009eb8c.
2024-02-21 10:51:21 +01:00
Flatcar Buildbot
68e829aaf3 dev-libs/expat: Sync with Gentoo
It's from Gentoo commit e4b19b25c4e401cfaec6c19d6e82fce5905ad7ad.
2024-02-21 10:51:20 +01:00
Flatcar Buildbot
eed947984d dev-libs/cJSON: Sync with Gentoo
It's from Gentoo commit 44d58b4040bbb85f9c861afcb9db8b88442cdaf0.
2024-02-21 10:51:20 +01:00
Flatcar Buildbot
94114c412f dev-lang/python: Sync with Gentoo
It's from Gentoo commit 6367dfa08fbd26ec86f94b6b28ed6f861f9fd85a.
2024-02-21 10:51:20 +01:00
Flatcar Buildbot
bdb343887e dev-lang/go-bootstrap: Sync with Gentoo
It's from Gentoo commit 79de41ef86ab21e89f7d3d36d2fc5624b03f2932.
2024-02-21 10:51:20 +01:00
Flatcar Buildbot
b7ba1abf54 dev-debug/strace: Sync with Gentoo
It's from Gentoo commit 805fb1be3b62606fe4dfd0fe2f63e07fbeab9973.
2024-02-21 10:51:20 +01:00
Flatcar Buildbot
fedca8663c dev-db/sqlite: Sync with Gentoo
It's from Gentoo commit d986547e3cbc52e14c2c86bb6cb54b8eacbd8375.
2024-02-21 10:51:20 +01:00
Flatcar Buildbot
602da1b632 dev-build/ninja: Sync with Gentoo
It's from Gentoo commit 6f1b1849b7dc1dc728ae3ec4e6ad044048a7048f.
2024-02-21 10:51:20 +01:00
Flatcar Buildbot
18f252249e dev-build/meson: Sync with Gentoo
It's from Gentoo commit 6954fd662e858edf71652688fed2d31db75ee8da.
2024-02-21 10:51:20 +01:00
Flatcar Buildbot
b57a303815 dev-build/libtool: Sync with Gentoo
It's from Gentoo commit 96dc4f0a1c4b94377165ab162b95d0eaf2db69f0.
2024-02-21 10:51:20 +01:00
Flatcar Buildbot
90deeb320d dev-build/cmake: Sync with Gentoo
It's from Gentoo commit 768d226ab82ba7adbc3d643b979f745f4062671e.
2024-02-21 10:51:20 +01:00
Flatcar Buildbot
4c01cb0b53 dev-build/automake: Sync with Gentoo
It's from Gentoo commit 0a775770d5e41e46d1b9026bf222191901584728.
2024-02-21 10:51:20 +01:00
Flatcar Buildbot
f70d643d7d dev-build/autoconf-wrapper: Sync with Gentoo
It's from Gentoo commit 1f8bf8999fbecfd6b18ef76ff3e30c0a63e3d451.
2024-02-21 10:51:20 +01:00
Flatcar Buildbot
59428fb00d dev-build/autoconf: Sync with Gentoo
It's from Gentoo commit b9cf114988719e85d878422f42bd686a97759fd6.
2024-02-21 10:51:20 +01:00
Flatcar Buildbot
51ba2bbb1d app-portage/getuto: Sync with Gentoo
It's from Gentoo commit 0f756e3d2e27f8a2a61256f4a6c10b48656d2b34.
2024-02-21 10:51:20 +01:00
Flatcar Buildbot
1eb3950537 app-portage/elt-patches: Sync with Gentoo
It's from Gentoo commit 1856bdda7e566db7a230545566fb43717b9277ec.
2024-02-21 10:51:20 +01:00
Flatcar Buildbot
7789a42c87 app-misc/pax-utils: Sync with Gentoo
It's from Gentoo commit d80b1a43676cd28721113c973fb39dba8e6f1816.
2024-02-21 10:51:20 +01:00
Flatcar Buildbot
84cf98b63a app-misc/mime-types: Sync with Gentoo
It's from Gentoo commit 705987b5a79eb5495ade09c515d806f39fd529b3.
2024-02-21 10:51:20 +01:00
Flatcar Buildbot
439349d9dd app-emulation/qemu-guest-agent: Sync with Gentoo
It's from Gentoo commit b7c2dad7a8bc9a6793372acd60686935125c96a2.
2024-02-21 10:51:20 +01:00
Flatcar Buildbot
408cac1bbf app-emulation/qemu: Sync with Gentoo
It's from Gentoo commit 2d5cbe27723f8d659b1e5af8ba55a5ac261e76a2.
2024-02-21 10:51:20 +01:00
Flatcar Buildbot
f5ef601aa4 app-editors/vim-core: Sync with Gentoo
It's from Gentoo commit bb0d016870e14d92e7e2bc5dbeda9c8f98660a28.
2024-02-21 10:51:20 +01:00
Flatcar Buildbot
514816b8ac app-editors/vim: Sync with Gentoo
It's from Gentoo commit 937427296cfdeecd2c3cbaa569050be01987301c.
2024-02-21 10:51:20 +01:00
Flatcar Buildbot
03a233ee23 app-doc/eclass-manpages: Sync with Gentoo
It's from Gentoo commit c3df4d9baae87280866405ff2cda6cc0bc01cc54.
2024-02-21 10:51:20 +01:00
Flatcar Buildbot
1703de55ad app-containers/runc: Sync with Gentoo
It's from Gentoo commit d733830e4b1ffaa71cf70ad48a95425e74625cce.
2024-02-21 10:51:20 +01:00
Flatcar Buildbot
889d328e0f app-containers/docker-proxy: Sync with Gentoo
It's from Gentoo commit d733830e4b1ffaa71cf70ad48a95425e74625cce.
2024-02-21 10:51:20 +01:00
Flatcar Buildbot
9f09cafbf1 app-containers/docker-cli: Sync with Gentoo
It's from Gentoo commit d733830e4b1ffaa71cf70ad48a95425e74625cce.
2024-02-21 10:51:20 +01:00
Flatcar Buildbot
69f3a6d13d app-containers/docker: Sync with Gentoo
It's from Gentoo commit e32c81b6dd523b0339eca5dc75129b6e0b8f1c0f.
2024-02-21 10:51:20 +01:00
Flatcar Buildbot
78bdfdba14 app-arch/zstd: Sync with Gentoo
It's from Gentoo commit b0655eb884a394fdd8048617b8888b8be74adc5e.
2024-02-21 10:51:20 +01:00
Flatcar Buildbot
0f7d9f614d app-arch/xz-utils: Sync with Gentoo
It's from Gentoo commit 708e8c2d8e43ede23fdffb92b8505d35e0aeddc8.
2024-02-21 10:51:20 +01:00
Flatcar Buildbot
478681bfd9 app-arch/tar: Sync with Gentoo
It's from Gentoo commit fb7dbcdc8eac8d51da7ef162f249ac7f8d7e11c1.
2024-02-21 10:51:20 +01:00
Flatcar Buildbot
1416af3947 app-arch/pigz: Sync with Gentoo
It's from Gentoo commit 9376378122d87a4551738de34770cb1186f7cbf8.
2024-02-21 10:51:20 +01:00
Flatcar Buildbot
91b1d4e80f app-arch/lzop: Sync with Gentoo
It's from Gentoo commit 54fe8e71f09ac14f4011be9d2c9469df4d9de8b0.
2024-02-21 10:51:20 +01:00
Flatcar Buildbot
ac241641b1 app-arch/libarchive: Sync with Gentoo
It's from Gentoo commit 94587a08559d13982fbf1a5e9bf5f79b9c8e3703.
2024-02-21 10:51:20 +01:00
Flatcar Buildbot
03c0dbe310 app-arch/cpio: Sync with Gentoo
It's from Gentoo commit 7ae318573a90a60c5cee736f15fab62e926ab8e4.
2024-02-21 10:51:20 +01:00
Flatcar Buildbot
f266389ed8 app-arch/bzip2: Sync with Gentoo
It's from Gentoo commit 8e743d1447aae739cde59171911ed75d6cf09f7e.
2024-02-21 10:51:20 +01:00
Dongsu Park
b6f7864d33 overlay profile: accept keywords for app-crypt/gnupg
Accept keyword ~arm64 to install app-crypt/gnupg 2.2.42-r2.
2024-02-20 13:33:05 +01:00
Dongsu Park
5f87e3eea3 portage app-crypt/gnupg: update to 2.2.42-r2
Sync with Gentoo, to update app-crypt/gnupg to 2.2.42-r2,
based on commit 08da6f87e95c43a1441569981eee1afe4da24997.
2024-02-20 13:32:42 +01:00
Dongsu Park
b7b521c152 overlay app-crypt/gnupg: move to portage-stable
We drop Flatcar patches from gnupg ebuilds, to make the maintenance
easier keeping the repo in sync with Gentoo upstream.
So move the ebuilds to portage-stable.
2024-02-20 13:31:31 +01:00
Dongsu Park
424a439e89
Merge pull request #1677 from flatcar/cacerts-3.98-main
Update ca-certificates in main from 3.97 to 3.98
2024-02-19 16:31:07 +01:00
Flatcar Buildbot
1d5d073308 app-misc/ca-certificates: Update from 3.97 to 3.98 2024-02-19 07:19:41 +00:00
Flatcar Buildbot
b0829ce5b4 sys-kernel/coreos-sources: Update from 6.6.16 to 6.6.17 2024-02-17 07:10:38 +00:00
Adrian Vladu
cd2a0ea3c7 sys-kernel/dracut: add systemd-executor binary
Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
2024-02-16 09:49:59 +00:00
Flatcar Buildbot
394f7376ae portage-stable/metadata: Monthly GLSA metadata updates 2024-02-15 11:01:48 +01:00
Dongsu Park
020e604d4e
Merge pull request #1662 from flatcar/dongsu/sudo-1.9.15
app-admin/sudo: update to 1.9.15_p5
2024-02-14 15:10:20 +01:00
Adrian Vladu
f770658e7b
Merge pull request #1654 from flatcar/ader1990/fix-kmod-static-nodes
bootengine: fix kmod-static-nodes
2024-02-14 14:21:48 +02:00
Krzesimir Nowak
aaeea98037
Merge pull request #1609 from flatcar/buildbot/weekly-portage-stable-package-updates-2024-01-29
Weekly portage-stable package updates 2024-01-29
2024-02-14 12:46:20 +01:00
Adrian Vladu
70ad180b0c bootengine: fix kmod static node creation
Update the bootengine commit id to use the fix from:
https://github.com/flatcar/bootengine/pull/85

Fixes kubevirt vm creation by ensuring that /dev/vhost-net static node gets created
Fixes: https://github.com/flatcar/Flatcar/issues/1336

Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
2024-02-14 10:38:37 +00:00
Sayan Chowdhury
0fe13ebe6b app-admin/sudo: Apply Flatcar patches
- Remove Perl Runtime Dependency
- Remove OpenLDAP schema files for sudo
- Remove sudo.conf file as it is shipped via baselayout

Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2024-02-14 09:25:55 +01:00
Dongsu Park
b17b05cf07 overlay app-admin/sudo: update to 1.9.15_p5
Update app-admin/sudo to 1.9.15_p5, mainly to address CVE-2023-42465.

Based on Gentoo commit ff039bd2d41b317c73278f8d30a1d3caec1b03df.
2024-02-14 09:25:55 +01:00
Dongsu Park
19e97c359d
Merge pull request #1653 from flatcar/rust-1.76.0-main
Upgrade dev-lang/rust and virtual/rust in main from 1.75.0 to 1.76.0
2024-02-14 09:23:12 +01:00
Dongsu Park
97ba68b68b
Merge pull request #1651 from flatcar/go-1.19.13-and-1.20.14-main
Upgrade Go from 1.20.13 to 1.20.14
2024-02-14 09:17:52 +01:00
Flatcar Buildbot
d18efe61a5 dev-lang/rust: Update from 1.75.0 to 1.76.0 2024-02-13 17:09:33 +01:00
Krzesimir Nowak
60fc0f9d4f
Merge pull request #1567 from flatcar/krnowak/glibc-update
Update sys-libs/glibc to 2.38
2024-02-13 15:06:26 +01:00
Kai Lüke
c48d4d2cad
Merge pull request #1652 from flatcar/kai/create-run-ignition.env
sys-kernel/bootengine: Ensure /run/ignition.env exists on every boot
2024-02-12 18:59:28 +01:00
Kai Lueke
ca514c326b sys-kernel/bootengine: Ensure /run/ignition.env exists on every boot
This pulls in https://github.com/flatcar/bootengine/pull/86 to fix the
previous rework that only created /run/ignition.env on the first boot
while we rely on it to run cloud-init on every boot when no Ignition
config was provided.
2024-02-12 18:58:18 +01:00
Kai Lueke
c0b2f1ce2f coreos-base/update_engine: Support updating old airgapped clients
This pulls in https://github.com/flatcar/update_engine/pull/38
with two workarounds to read out proxy env vars from the service unit
and to read out the XML response from the journal logs, because the XML
passing and the passing of proxy env vars is not present in old clients.
2024-02-12 17:13:34 +01:00
Flatcar Buildbot
d55c31f6f9 dev-lang/go: Update from 1.20.13 to 1.20.14 2024-02-12 07:22:18 +00:00
Krzesimir Nowak
a02e04d6ae
Merge pull request #1631 from daMupfel/cloudinit-cloudsigma-fix-duplicated-service-execution
changelog: remove cloudsigma custom cloudinit service configuration
2024-02-08 15:29:22 +01:00
David Eichin
0cff10309b changelog: remove cloudsigma custom cloudinit service configuration
CloudSigma uses a serial port to transfer metadata into a running
instance. Because the service was overwritten with the configuration
"restart" it was possible that the previous instance got interrupted.
This left the serial connection in an non-deterministic state as the
next user would get output from the previous request. The service in
general was not needed as the cloud oem is already set to cloudsigma.
2024-02-08 15:18:04 +01:00
Thilo Fromm
8d2a98e185 sys-libs/glibc: Apply Flatcar modifications
- take care of nscd.conf via tmpfiles, add files/nscd-conf.tmpfiles.
  - comment out 'dostrip -x' to force the OS image binaries to be stripped
  - remove everything glibc wants to put under /etc since we use
    baselayout to provide that

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2024-02-08 14:22:41 +01:00
Krzesimir Nowak
8d2c0706cc sys-libs/glibc: Sync with Gentoo
It's from Gentoo commit 849db3ce033ee1b6c7e818cbf88fa8a1149af68e.
2024-02-08 14:22:41 +01:00
Krzesimir Nowak
d86e414256 overlay profiles: Add a workaround for handling pcscd user in SDK 2024-02-08 14:20:17 +01:00
Krzesimir Nowak
6c4f097f61 eclass/bash-completion-r1: Sync with Gentoo
It's from Gentoo commit ff113c24e6def397ddf4f864e038480b94be33b8.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
1463ab65c7 overlay profiles: Drop accept keywords for sys-libs/binutils-libs 2024-02-08 14:20:17 +01:00
Krzesimir Nowak
8eb323d8f5 overlay profiles: Drop accept keywords for sys-kernel/linux-headers 2024-02-08 14:20:17 +01:00
Krzesimir Nowak
0576d56fae overlay coreos/user-patches: Update a README for sys-fs/xfsprogs patch 2024-02-08 14:20:17 +01:00
Krzesimir Nowak
1dfcf4822f overlay coreos/user-patches: Drop unnecessary patches for sys-devel/crossdev
We updated the package to version that contains the change already.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
f72ac7430c overlay profiles: Drop accept keywords for sys-devel/binutils 2024-02-08 14:20:17 +01:00
Krzesimir Nowak
0b6f5e1848 overlay profiles: Drop accept keywords for sys-apps/coreutils 2024-02-08 14:20:17 +01:00
Krzesimir Nowak
204be48fa1 overlay profiles: Update accept keywords for net-libs/gnutls 2024-02-08 14:20:17 +01:00
Krzesimir Nowak
a3e7a8914e overlay profiles: Add missing accept keywords for dev-libs/opensc
No real harm done though, as this package exists only on SDK and we
only have amd64 SDKs for now.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
370953550d overlay profiles: Update accept keywords for net-misc/curl 2024-02-08 14:20:17 +01:00
Krzesimir Nowak
4c60a903b6 net-dns/libidn2: Sync with Gentoo
It's from Gentoo commit 2a48d347910fca2b15a532e4568cfda3287c7a01.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
aa69842797 net-libs/libpsl: Add from Gentoo
It's from Gentoo commit 3d94a878ce4e17eb03183cad27db3e29e9a447ba.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
07eb8266fe eclass/ruby-utils: Sync with Gentoo
It's from Gentoo commit d18249523bf04913d041c7b28e3104a76db14553.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
aa498b3088 eclass/ruby-single: Sync with Gentoo
It's from Gentoo commit a95521f59ce3ec40bf4ed01a27655aa2ae409a59.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
b2132686b0 eclass/lua-utils: Sync with Gentoo
It's from Gentoo commit 2cba2db27919bc449ed2a7bf7ed3259c6b96e65f.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
0a9c0b0daf eclass/lua-single: Sync with Gentoo
It's from Gentoo commit 2cba2db27919bc449ed2a7bf7ed3259c6b96e65f.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
6ccdf8f322 overlay profiles: Update unmask of virtual/libcrypt
virtual/libcrypt got a revision bump, but we still want to stay at
version 1, so instead of unmasking an outdated revision, unmask
anything with version lower than 2.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
202e0550f0 overlay profiles: Mask dev-libs/libp11-0.4.12-r5 2024-02-08 14:20:17 +01:00
Krzesimir Nowak
a9b102b2eb overlay: Update to use new package names 2024-02-08 14:20:17 +01:00
Krzesimir Nowak
78134bb2fa dev-debug/strace: Sync with Gentoo
It's from Gentoo commit 717506d584ca9e89a09f72751a624300ebf9d28e.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
10e1768d1f dev-build/libtool: Sync with Gentoo
It's from Gentoo commit cd7f047fe43fb631c4ca6979c6efb5038c616f41.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
e42041e120 dev-build/gtk-doc-am: Sync with Gentoo
It's from Gentoo commit 80558608ae111ebddad012e63542db9adb34c5b1.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
6e57279e23 dev-build/automake-wrapper: Sync with Gentoo
It's from Gentoo commit b17d7668660bdb029954074b520f963d9f192b0b.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
602db83a7d dev-build/automake: Sync with Gentoo
It's from Gentoo commit ad9bfdfb3e7aefb9a306dbd08fe10e39a7f3a7c8.
2024-02-08 14:20:16 +01:00
Krzesimir Nowak
7bc181966a dev-build/autoconf-wrapper: Sync with Gentoo
It's from Gentoo commit 62aa01b01114bc2c8c59f8d12c391291a2f4ab97.
2024-02-08 14:20:16 +01:00
Krzesimir Nowak
24590ed04c dev-build/autoconf-archive: Sync with Gentoo
It's from Gentoo commit e92da579956495086c78eac089068406effd57e5.
2024-02-08 14:20:16 +01:00
Krzesimir Nowak
1a6863cd64 dev-build/autoconf: Sync with Gentoo
It's from Gentoo commit d7dbfacbf92767bfa5aa46c9cc7ee12dcbcc558f.
2024-02-08 14:20:16 +01:00
Krzesimir Nowak
558b78ffc5 portage-stable: Rename some packages
gtk-doc-am and autotools got moved to dev-build category, strace got
moved to dev-debug category.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
5850f1407a x11-libs/pixman: Sync with Gentoo
It's from Gentoo commit 8442ca1e8de788caea61b0dee0d198f0ec6f013b.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
5c675ef6af virtual/libcrypt: Sync with Gentoo
It's from Gentoo commit 7d96e2e4a2f5603d836c51bc6f7795537ab9a485.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
31f6e51760 sys-process/psmisc: Sync with Gentoo
It's from Gentoo commit 221159b1ca716e208abcd9fc2e3d7efad0db9446.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
8244a6f706 sys-libs/zlib: Sync with Gentoo
It's from Gentoo commit 8c5c6c5165a5b5886ac6233e0d11ce9232118ff1.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
08e0667927 sys-libs/libunwind: Sync with Gentoo
It's from Gentoo commit a20318e93bb3e42a11c173e7de61e33f98f036c3.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
a257a0e0c5 sys-libs/libsepol: Sync with Gentoo
It's from Gentoo commit f9c83ecfad63b6c0c513399376b52acb319c43fb.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
828fa0df45 sys-libs/libselinux: Sync with Gentoo
It's from Gentoo commit ad05a1d7e765f6c4e4cc3e196dbade6753eb75a8.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
d88a390a1e sys-libs/libseccomp: Sync with Gentoo
It's from Gentoo commit 07b4e2d16a56970aa2081577fd96d6a6dde6f71f.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
b9cc7bf6e2 sys-libs/binutils-libs: Sync with Gentoo
It's from Gentoo commit 8493d856a4537767bce88402b71bae2e89740837.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
97a85fa85a sys-kernel/linux-headers: Sync with Gentoo
It's from Gentoo commit ce3160cb91b355648210cf776ab119d394204994.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
a53ccc3b4e sys-fs/xfsprogs: Sync with Gentoo
It's from Gentoo commit b11c7460abd9916be76f8831466d5cc63bd079bf.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
f7b90d29f0 sys-fs/multipath-tools: Sync with Gentoo
It's from Gentoo commit 14b57996c7ea8bab4cac18c2f3ed265112de79f8.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
a87f5e7350 sys-devel/gcc: Sync with Gentoo
It's from Gentoo commit b4311467026f58c499082963adfd2863f3400f6f.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
c93be6b5ed sys-devel/crossdev: Sync with Gentoo
It's from Gentoo commit 00a8a341c9c9705630397def721a93dacfb71f58.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
1a8961bb95 sys-devel/bison: Sync with Gentoo
It's from Gentoo commit 54485713cf0ce8a8af217688b7ac5ef9099e3b88.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
4cb9142eb5 sys-devel/binutils: Sync with Gentoo
It's from Gentoo commit 31b761eeea68a204d13e455001a451e925fa77da.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
6bd539c70d sys-block/thin-provisioning-tools: Sync with Gentoo
It's from Gentoo commit 495f184e7ffdc16682f125304d2e775de38e7ee4.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
d4e29fdad6 sys-apps/usbutils: Sync with Gentoo
It's from Gentoo commit b3332259824e9a40614f11d667eed038367de5c2.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
57ae493537 sys-apps/texinfo: Sync with Gentoo
It's from Gentoo commit 221159b1ca716e208abcd9fc2e3d7efad0db9446.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
d3b4d87c5e sys-apps/smartmontools: Sync with Gentoo
It's from Gentoo commit fe54e8ae4fb5e75aba600455bc19edc0ac2c719b.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
b431f760ea sys-apps/semodule-utils: Sync with Gentoo
It's from Gentoo commit 5e4c0876825ae97e95d3d80df48928210441bc28.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
d8cb424353 sys-apps/pv: Sync with Gentoo
It's from Gentoo commit a292cf2d69a034eb7ea75876af7ebd04bb1cd280.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
f08f6ad79f sys-apps/portage: Sync with Gentoo
It's from Gentoo commit 871881637464374117b1d87a63fc1025534e95bb.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
60572dc9f8 sys-apps/pcsc-lite: Sync with Gentoo
It's from Gentoo commit f74214dfe229020d04c49daba8fec9b7128cbec4.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
1813fb6a28 sys-apps/lshw: Sync with Gentoo
It's from Gentoo commit 35ddb79c65f58a0df3500057f4171dc8b221809a.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
51e18df944 sys-apps/less: Sync with Gentoo
It's from Gentoo commit d7e195094a0d8d3d8ab6cfa7b9aaa975daae6da2.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
c2c937388e sys-apps/kmod: Sync with Gentoo
It's from Gentoo commit 80558608ae111ebddad012e63542db9adb34c5b1.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
a67a063791 sys-apps/gawk: Sync with Gentoo
It's from Gentoo commit 6f8ef094bd4fb0dfaf7ab70fc79fc826eb0540b8.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
92c834a8b0 sys-apps/ethtool: Sync with Gentoo
It's from Gentoo commit fbeee6116c591d08015d1f90ac997b5e775c0bee.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
088ed4be6d sys-apps/coreutils: Sync with Gentoo
It's from Gentoo commit 717506d584ca9e89a09f72751a624300ebf9d28e.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
aebfe73a96 sys-apps/checkpolicy: Sync with Gentoo
It's from Gentoo commit 2b30c5b2a0d1a79a5c803d745ec3ff2f50f3dafb.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
a2cb5eb7e7 sys-apps/acl: Sync with Gentoo
It's from Gentoo commit 480fa4246adb1700d8beb568b601db7cd6879c3e.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
b68d1d74bb profiles: Sync with Gentoo
It's from Gentoo commit 6e93401d19819f19f02ee663570f7dacf2d0f818.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
243c706f6f net-misc/ntp: Sync with Gentoo
It's from Gentoo commit d7cfac78b781831cc4af95a499dee35de0771b35.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
458c8b2749 net-misc/iperf: Sync with Gentoo
It's from Gentoo commit 5a0b872787e62a179fcf323860c50fd9228eef4c.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
d5cb3a64cf net-misc/curl: Sync with Gentoo
It's from Gentoo commit 4d863ec62d7c6ac06be4d944a9dcb7fccf010e41.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
3e13832651 net-libs/gnutls: Sync with Gentoo
It's from Gentoo commit 80558608ae111ebddad012e63542db9adb34c5b1.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
580fedda6e net-firewall/ipset: Sync with Gentoo
It's from Gentoo commit 4cefa7bbe4060e6f75a05acc5aaf045c87e129b7.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
d403918d89 net-dns/c-ares: Sync with Gentoo
It's from Gentoo commit 836f644a762cac7047df320cdabf555e5a766bc6.
2024-02-08 14:20:16 +01:00
Flatcar Buildbot
3c453523b4 media-libs/libpng: Sync with Gentoo
It's from Gentoo commit 7751d91adcdaeb2e8d648e108eb04c36529631f4.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
6a3c0570a9 licenses: Sync with Gentoo
It's from Gentoo commit 15099d263d084a60d25d217cd2a933a42ff784ca.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
8b9bfadbdd eclass/xorg-3: Sync with Gentoo
It's from Gentoo commit 221159b1ca716e208abcd9fc2e3d7efad0db9446.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
baaaf32c73 eclass/toolchain: Sync with Gentoo
It's from Gentoo commit 518f49f7400f3b68f7a4a87cf11273fa89daade1.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
0e2c598ec2 eclass/toolchain-autoconf: Sync with Gentoo
It's from Gentoo commit 9aa5370643f92645e3f62b59a3d284f9a62a565f.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
36ecef0ada eclass/llvm: Sync with Gentoo
It's from Gentoo commit 2d437712f06ca05b0cf3f0a01fd81548f5fbe72b.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
10851aff31 eclass/java-utils-2: Sync with Gentoo
It's from Gentoo commit f007377cffdcdc04c349494481be5dc01ce313f9.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
c8bc0f48e9 eclass/flag-o-matic: Sync with Gentoo
It's from Gentoo commit 21e8df74b41639435192141d14f9f071232290ef.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
8ff7f4b0a5 eclass/autotools: Sync with Gentoo
It's from Gentoo commit 221159b1ca716e208abcd9fc2e3d7efad0db9446.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
06694caa52 dev-vcs/git: Sync with Gentoo
It's from Gentoo commit 252d681ecccc3a93475cfdd6bf1e84dc05c7b6ad.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
0536911071 dev-util/re2c: Sync with Gentoo
It's from Gentoo commit a2aa8ccd3c1522c88386de4904d4bf77fcafb0d8.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
808bd09ce2 dev-util/pkgconf: Sync with Gentoo
It's from Gentoo commit 5bc2303601b0dc6bc4113f75292371518f8f2453.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
b146688005 dev-util/perf: Sync with Gentoo
It's from Gentoo commit a51d470ab9fcd6932526b4534a91c46635042920.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
6fffcd58a4 dev-util/glib-utils: Sync with Gentoo
It's from Gentoo commit 66e6f06177580d709297f579182428411fcdd991.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
6a353db720 dev-util/gdbus-codegen: Sync with Gentoo
It's from Gentoo commit d2a3cfe3b625829a894f700da57795327a9cbe92.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
df0508eb8b dev-util/catalyst: Sync with Gentoo
It's from Gentoo commit ed2ea05fdfde812665d40d35b44f48b4de60deb0.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
e77b9b80a6 dev-python/trove-classifiers: Sync with Gentoo
It's from Gentoo commit 39bccf28b827124da45f7c7bd79cb3925166c165.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
156073668f dev-python/snakeoil: Sync with Gentoo
It's from Gentoo commit 48700701a98d7760dc7507c9d6d967f14a555da3.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
8aec5f3c70 dev-python/pluggy: Sync with Gentoo
It's from Gentoo commit 18683eeae63bc305ac31fa7e52d333e1b8c16a98.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
1ec0fdb229 dev-python/more-itertools: Sync with Gentoo
It's from Gentoo commit fdaaf401c4a56edadd1ccff537e8ca5a10842efa.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
8bad2a65ca dev-python/markupsafe: Sync with Gentoo
It's from Gentoo commit b665ca1523d435cc0127a73bf86edbb7f1fca740.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
7345866855 dev-python/lazy-object-proxy: Sync with Gentoo
It's from Gentoo commit 9742085f4fcf2a08a9ef760c2c5feac0733ac193.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
c15764e081 dev-python/hatchling: Sync with Gentoo
It's from Gentoo commit 1bf42aad7319a34ca74f3e6842504e0f0343af2a.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
200a4f4c5b dev-libs/xmlsec: Sync with Gentoo
It's from Gentoo commit 3f6205982f2e3f6fcfde59867d39fe5bd339744f.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
79593bf5c8 dev-libs/opensc: Sync with Gentoo
It's from Gentoo commit 4c9634563796d4a7afb786f483a7f0965f7706f4.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
2cefdb9dad dev-libs/libxml2: Sync with Gentoo
It's from Gentoo commit 6bc2f8f9be31099eb91411a55ca08b4671436747.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
540ada712a dev-libs/libverto: Sync with Gentoo
It's from Gentoo commit 17c9938140199f771decd94dad844c803d0eb60b.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
a219a70d0d dev-libs/libuv: Sync with Gentoo
It's from Gentoo commit 14c5ce0ac5b7c92ffe52aa893ba84d625d2ecdcc.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
358ca8edc2 dev-libs/libsodium: Sync with Gentoo
It's from Gentoo commit 28aeccd77dfecbcfdc518af471c4df2715b82ac0.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
dd9672eeb2 dev-libs/libp11: Sync with Gentoo
It's from Gentoo commit f7fdfdaeec3764929686064a6054c38a6b2d7788.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
735b348df6 dev-libs/libltdl: Sync with Gentoo
It's from Gentoo commit 0958563a4a1a43a0d800db35ece528e85f37cb39.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
9bc579b916 dev-libs/libdnet: Sync with Gentoo
It's from Gentoo commit 074fdbb1bf93766079e0310c5543088cdd4ed5e8.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
884e2f9ed0 dev-libs/libbsd: Sync with Gentoo
It's from Gentoo commit a66e9174d502778cb4f26d46f80a474b2b869ec7.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
ba6c1af479 dev-libs/jansson: Sync with Gentoo
It's from Gentoo commit e92da579956495086c78eac089068406effd57e5.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
dfa353643a dev-libs/inih: Sync with Gentoo
It's from Gentoo commit 2dd3a8d117228f575688a0c862b0eb72a68cb9f9.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
55070595c9 dev-libs/glib: Sync with Gentoo
It's from Gentoo commit 11641c3d40b399e3eacef4cecf256b5f2b4b5aa3.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
5eb72df901 dev-lang/python: Sync with Gentoo
It's from Gentoo commit eec2aecb26ca1acf12e5a18260118ef034a54449.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
441304e6d1 dev-lang/perl: Sync with Gentoo
It's from Gentoo commit 842c2e9bff302de882b067103e3abf20568e2ee8.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
c517267bc3 dev-lang/lua: Sync with Gentoo
It's from Gentoo commit 776c7c3b0ec869dd9e7c191489c3c46e5536f7ae.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
b9104e0860 dev-debug/gdb: Sync with Gentoo
It's from Gentoo commit a32e214f465b7e90dca9fd6c6439a5bc563daa41.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
03e200f567 dev-build/meson: Sync with Gentoo
It's from Gentoo commit e538accf3e4cb33b8537290de31ce4fc503047c8.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
dd19faca66 app-vim/gentoo-syntax: Sync with Gentoo
It's from Gentoo commit 50ff8a45ab1931ad2d1d78a9f504cbfe437a6e35.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
4a9cab846f app-portage/gentoolkit: Sync with Gentoo
It's from Gentoo commit 45be97b4062ce6c22dd88e10f7349857ac7369a5.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
5ffd30773f app-portage/elt-patches: Sync with Gentoo
It's from Gentoo commit f7b2d17676704b9192030f968cf18cf1a0969a41.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
38478ebb98 app-misc/mime-types: Sync with Gentoo
It's from Gentoo commit 351da57cc6918b9648af7e1af607368e9b0e5c08.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
e96770bcc8 app-emulation/qemu: Sync with Gentoo
It's from Gentoo commit a51d470ab9fcd6932526b4534a91c46635042920.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
f18b5c09c6 app-editors/vim-core: Sync with Gentoo
It's from Gentoo commit 83d72770bcd85405144b4a6ad2b427abc11fe62c.
2024-02-08 14:20:15 +01:00
Flatcar Buildbot
ec004a70e0 app-editors/vim: Sync with Gentoo
It's from Gentoo commit 83d72770bcd85405144b4a6ad2b427abc11fe62c.
2024-02-08 14:20:14 +01:00
Flatcar Buildbot
d28d7a8361 app-crypt/ccid: Sync with Gentoo
It's from Gentoo commit d0f3c17b8eba3e2af33853922104c18ead580bea.
2024-02-08 14:20:14 +01:00
Flatcar Buildbot
f847954d42 app-cdr/cdrtools: Sync with Gentoo
It's from Gentoo commit ba88ded11a9608e108012cedee8d3e0190cff9ba.
2024-02-08 14:20:14 +01:00
Flatcar Buildbot
c09ed2f20e app-arch/xz-utils: Sync with Gentoo
It's from Gentoo commit 73d757e238f49c4f16d95b1f5d5dcf3070178669.
2024-02-08 14:20:14 +01:00
Flatcar Buildbot
1d6e4d1e2a app-arch/tar: Sync with Gentoo
It's from Gentoo commit 949746114bb01aaf1b7d00e76732712383a338eb.
2024-02-08 14:20:14 +01:00
Flatcar Buildbot
dd58c22cf5 app-arch/gzip: Sync with Gentoo
It's from Gentoo commit c8a345f92153f38fa64cae069b04314a61bd26f4.
2024-02-08 14:20:14 +01:00
Flatcar Buildbot
9c02cf0006 app-arch/cpio: Sync with Gentoo
It's from Gentoo commit 226fcb9d41b4be413a80adac41ddcf090f260bae.
2024-02-08 14:20:14 +01:00
Flatcar Buildbot
834430ca55 acct-user/pcscd: Sync with Gentoo
It's from Gentoo commit 124ad96264f65068e5d1a4865d40562b0569266b.
2024-02-08 14:20:14 +01:00
Krzesimir Nowak
18eb95f77f overlay app-containers/containerd: Bump dependency on app-containers/runc 2024-02-07 10:16:35 +01:00
Krzesimir Nowak
04bb20ed56 overlay profiles: Update accept keywords for app-container packages 2024-02-07 10:15:51 +01:00
Krzesimir Nowak
222a3f924c app-containers/runc: Sync with Gentoo
It's from Gentoo commit 76215ae8b1d05aaaa3ac1c73eb25fe9db7e612d9.
2024-02-07 10:15:51 +01:00
Krzesimir Nowak
fc4802de85 app-containers/docker-cli: Sync with Gentoo
It's from Gentoo commit fbea8bb95ebcf0209859298e699056bf60fa8c6b.
2024-02-07 10:15:51 +01:00
Krzesimir Nowak
b6ec6de57d app-containers/docker: Sync with Gentoo
It's from Gentoo commit 71e59e7b073056573e741231c09811914bd8c7e0.
2024-02-07 10:15:51 +01:00
Krzesimir Nowak
6980a6a187 overlay app-containers/docker-cli: Temporarily override portage-stable package
This is to pick up 24.0.9 ourselves. We can switch back to Gentoo
package when Gentoo catches up.
2024-02-07 10:15:36 +01:00
Krzesimir Nowak
3988570101 overlay app-containers/docker: Temporarily override portage-stable package
This is to pick up 24.0.9 ourselves. We can switch back to Gentoo
package when Gentoo catches up.
2024-02-07 10:12:33 +01:00
Sayan Chowdhury
14ffb04418
Merge pull request #1627 from flatcar/linux-6.6.16-main
Upgrade Linux Kernel for main from 6.6.12 to 6.6.16
2024-02-06 18:36:02 +05:30
Flatcar Buildbot
f4e78b34eb sys-kernel/coreos-sources: Update from 6.6.12 to 6.6.16 2024-02-06 07:11:20 +00:00
Flatcar Buildbot
55a27b72da app-containers/containerd: Update from 1.7.12 to 1.7.13 2024-02-02 08:16:09 +00:00
Kai Lüke
a97efb8882
Merge pull request #1601 from flatcar/kai/oem-optional
coreos-base/coreos-init: Add flatcar-update flag to skip OEM payloads
2024-02-01 19:27:58 +01:00
Kai Lueke
e16da83984 coreos-base/coreos-init: Add flatcar-update flag to skip OEM payloads
This pulls in https://github.com/flatcar/init/pull/114 to
support a flag to skip providing OEM payloads, with the goal of easing
downgrades to non-sysext-OEM releases or, when backported to LTS with
the default behavior switched, to opt-in to OEM payloads for airgapped
updates that can't use the fallback download.
2024-02-01 19:27:38 +01:00
Flatcar Buildbot
3676e6ad8f app-misc/ca-certificates: Update from 3.96 to 3.97 2024-01-29 07:17:57 +00:00
Krzesimir Nowak
24dab44337
Merge pull request #1569 from flatcar/buildbot/weekly-portage-stable-package-updates-2024-01-15
Weekly portage-stable package updates 2024-01-15
2024-01-25 18:15:17 +01:00
Dongsu Park
75ca7d9e79
Merge pull request #1591 from flatcar/containerd-1.7.12-main
Upgrade Containerd in main from 1.7.11 to 1.7.12
2024-01-25 17:56:17 +01:00
Kai Lüke
fb014da992
Merge pull request #1598 from flatcar/kai/generator-cleanup
sys-kernel/bootengine: Port systemd generator usage
2024-01-24 15:04:57 +01:00
Kai Lueke
32737a23dc coreos-base/update_engine: Forward proxy env for postinstall script
This pulls in https://github.com/flatcar/update_engine/pull/37
to forward the proxy env vars for curl and ue-rs download_sysext
(Flatcar Stable currently uses curl, Alpha uses ue-rs).
2024-01-24 14:52:46 +01:00
Kai Lueke
26667980fe sys-kernel/bootengine: Port systemd generator usage
This pulls in https://github.com/flatcar/bootengine/pull/84
to prepare for a systemd update.
2024-01-24 14:22:27 +01:00
Mathieu Tortuyaux
05d4afbcc3
sys-apps/baselayout: pull pkcs11 SSL configuration
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-01-23 17:09:49 +01:00
Mathieu Tortuyaux
31b722d0ba
sdk: add app-crypt/ccid
required for pcsc-lite daemon to work

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-01-23 17:09:48 +01:00
Mathieu Tortuyaux
86f4e68f53
sdk: add opensc dependency
it's used to interact with the HSM device.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-01-23 17:09:48 +01:00
Mathieu Tortuyaux
9845627a43
sdk: add libp11 to SDK
this is the pkcs11 engine for OpenSSL

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-01-23 17:09:48 +01:00