Dongsu Park
e114c3717f
Merge pull request #1582 from flatcar/firmware-20240115-main
...
Upgrade Linux Firmware in main from 20231211 to 20240115
2024-01-19 10:15:54 +01:00
Flatcar Buildbot
1a86cb7abc
app-containers/containerd: Update from 1.7.11 to 1.7.12
2024-01-19 08:17:28 +00:00
Flatcar Buildbot
b98cae665b
Update mantle container image to latest HEAD
2024-01-18 21:00:45 +00:00
flatcar-ci
1dd5e1f9e6
New version: main-3853.0.0-nightly-20240118-2100
2024-01-18 21:00:29 +00:00
Kai Lüke
b4f339220a
Merge pull request #1580 from flatcar/kai/ue-rs-target-filename
...
coreos-base/(ue-rs|update_engine): Control extracted OEM payload name
2024-01-18 11:54:17 +01:00
Kai Lueke
d05773b8ee
coreos-base/(ue-rs|update_engine): Control extracted OEM payload name
...
This pulls in https://github.com/flatcar/ue-rs/pull/49 and
https://github.com/flatcar/update_engine/pull/36 to fix the handling
of OEM update payloads in a Nebraska response with self-hosted packages.
Before this fix the processing failed and had to rely on the fallback
download from the release server.
2024-01-18 11:53:54 +01:00
Flatcar Buildbot
c6ec730945
sys-kernel/coreos-firmware: Update from 20231211 to 20240115
2024-01-18 07:13:00 +00:00
Dongsu Park
7a9960dcb6
overlay afterburn: readd hostname crate for 5.5+
...
For the patch 0001* to be compiled, it is necessary to add again the hostname
crate, which is not included in 5.5+ any more by default.
2024-01-17 10:18:09 +01:00
Dongsu Park
cb82fde9d9
overlay afterburn: update to 5.5.1
...
Update afterburn to 5.5.1, and remove the patch 0003 for fixing
cross-build issue of arm64, because the upstream fix
https://github.com/coreos/afterburn/pull/1022 is already included in
5.5.1.
2024-01-17 10:18:06 +01:00
flatcar-ci
91c1353146
New version: main-3851.0.0-nightly-20240116-2100
2024-01-16 21:00:27 +00:00
Krzesimir Nowak
1428452ba5
overlay coreos/user-patches: Add a user patch for sys-devel/crossdev
2024-01-16 17:37:53 +01:00
Dongsu Park
4f789d1cd6
Merge pull request #1573 from flatcar/linux-6.6.12-main
...
Upgrade Linux Kernel for main from 6.6.8 to 6.6.12
2024-01-16 17:34:03 +01:00
Jeremi Piotrowski
625fe5c2c8
Merge pull request #1572 from flatcar/tormath1/ssm-agent
...
app-emulation/amazon-ssm-agent: use upstream makefile
2024-01-16 15:26:19 +01:00
Flatcar Buildbot
865d631b32
Update mantle container image to latest HEAD
2024-01-16 13:32:51 +00:00
Krzesimir Nowak
1e017c899d
overlay profiles: Add accept keywords for sys-devel/binutils
2024-01-16 12:55:16 +01:00
Thilo Fromm
059a4839cb
scripts/bootstrap: Apply Flatcar modifications
...
- install curl before baselayout
Now that Github rejects access to an unauthenticated URL with
`git://`, we have to make git and libcurl work with
`https://`. However, during the SDK stage2, curl is not explicitly
installed, but just inherited from the stage1. As a result, curl is
built without the `ssl` USE flag. So installation of baselayout
fails with:
```
git fetch https://github.com/flatcar-linux/baselayout.git --prune +HEAD:refs/git-r3/HEAD
fatal: unable to access 'https://github.com/flatcar-linux/baselayout.git/ ':
Protocol "https" not supported or disabled in libcurl
```
To resolve the issue, we need to install curl with `BOOTSTRAP_USE=ssl`
before trying to install baselayout.
- update openssl before stage3
Right now our bootstrap flow is different then gentoo's - we don't
update the seed when building stage1 and use a different ebuilds
snapshot for stage1 compared to stage2 and stage3. This is causing
us trouble now, because we introduced openssl-3, but seed/stage1
still contains openssl-1.1. During `emerge -e @system` in stage3,
some packages that depend on openssl may build against the stage1
version, which results in an error during depcleaning (they would
need to be rebuilt instead). Stage3 is not extensible, so instead,
explicitly update openssl in stage2. This workaround can be removed
as soon as we release a seed with openssl-3.
Co-authored-by: Dongsu Park <dpark@linux.microsoft.com>
Co-authored-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
Co-authored-by: Krzesimir Nowak <knowak@microsoft.com>
2024-01-16 12:55:16 +01:00
Krzesimir Nowak
1c38bf8902
scripts: Sync with Gentoo
...
It's from Gentoo commit 5d8794d14ddd53713c77b7f0400aa206a6ab14be.
2024-01-16 12:55:16 +01:00
Krzesimir Nowak
4dd671e9c6
overlay profiles: Drop accept keywords for net-nds/openldap
2024-01-16 12:55:16 +01:00
Krzesimir Nowak
bd1ca1bc18
overlay profiles: Updated accept keywords for net-misc/curl
2024-01-16 12:55:16 +01:00
Krzesimir Nowak
525f190b5f
overlay profiles: Drop accept keywords for dev-util/glib-utils
2024-01-16 12:55:16 +01:00
Krzesimir Nowak
07edfcdc4c
overlay profiles: Drop accept keywords for dev-util/gdbus-codegen
2024-01-16 12:55:16 +01:00
Krzesimir Nowak
558f60515f
overlay profiles: Drop accept keywords for dev-libs/libxml2
2024-01-16 12:55:16 +01:00
Krzesimir Nowak
fef308fe58
overlay profiles: Drop accept keywords for dev-libs/libunistring
2024-01-16 12:55:16 +01:00
Krzesimir Nowak
1dda371831
overlay profiles: Drop accept keywords for dev-libs/gobject-introspection-common
2024-01-16 12:55:16 +01:00
Krzesimir Nowak
816521eb01
overlay profiles: Drop accept keywords for dev-libs/gobject-introspection
2024-01-16 12:55:16 +01:00
Krzesimir Nowak
645a3260ac
overlay profiles: Drop accept keywords for dev-libs/glib
2024-01-16 12:55:16 +01:00
Krzesimir Nowak
332dee3cea
overlay profiles: Update accept keywords for app-shells/bash
2024-01-16 12:55:16 +01:00
Krzesimir Nowak
286ace766c
overlay profiles: Add accept keywords for sys-libs/binutils-libs
2024-01-16 12:55:16 +01:00
Krzesimir Nowak
2e3aa7dbac
portage-stable sys-kernel/installkernel: Drop unnecessary package
2024-01-16 12:55:16 +01:00
Krzesimir Nowak
71b6cff3de
overlay profiles: Mask installkernel flag in sys-apps/debianutils
...
This flag was masked for some time already in Gentoo profiles, and the
package that was supposed to be pulled was renamed in the meantime and
we didn't notice. Now the mask was moved to a different Gentoo
profile, so it stopped being masked in our case and the builds started
to fail, because there is no such package like
sys-kernel/installkernel in portage-stable (we have
sys-kernel/installkernel-gentoo).
Mask the flag for SDK. We will drop the installkernel package in
following commit.
2024-01-16 12:55:16 +01:00
Krzesimir Nowak
e1118b85f0
dev-debug/gdb: Sync with Gentoo
...
It's from Gentoo commit 7b205f67aa1e81d5665d2d88132ee9ce195f852a.
2024-01-16 12:55:15 +01:00
Krzesimir Nowak
692a779d8d
dev-build/ninja: Sync with Gentoo
...
It's from Gentoo commit 251e009ac0acde51363b8667e2ea1bf1a25ef823.
2024-01-16 12:55:15 +01:00
Krzesimir Nowak
645fd1a01f
dev-build/meson-format-array: Sync with Gentoo
...
It's from Gentoo commit db90c393875ad4f98de526b1e124fa7dd7dac04f.
2024-01-16 12:55:15 +01:00
Krzesimir Nowak
e66a4b1e6e
dev-build/meson: Sync with Gentoo
...
It's from Gentoo commit 7eca49abfbb82f783f10318780b53224d17968f0.
2024-01-16 12:55:15 +01:00
Krzesimir Nowak
a00b1ebb45
dev-build/make: Sync with Gentoo
...
It's from Gentoo commit 7ef71dd2f0e15a353a958b2572de2f2c353c6afb.
2024-01-16 12:55:15 +01:00
Krzesimir Nowak
577cb554e0
dev-build/cmake: Sync with Gentoo
...
It's from Gentoo commit 2f9c42cb12b476a78214e2f7d5bb3f984ce05de6.
2024-01-16 12:55:15 +01:00
Krzesimir Nowak
ab43658d60
overlay: Fix references to moved packages
2024-01-16 12:55:15 +01:00
Krzesimir Nowak
ef40478bbf
portage-stable, overlay: Move some packages
...
In Gentoo, packages dev-util/cmake, dev-util/meson,
dev-util/meson-format-array, dev-util/ninja and sys-devel/make got
moved to new category named dev-build. Reflect that in our repos too.
The {sys-devel,dev-build}/make package is moved from overlay into
portage-stable - it used to be there to carry a patch that fixed
builds of the sys-devel/binutils package. I think that the issue was
fixed long time ago in make, so now it's time to put it back to
portage-stable and under package automation.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
0cffe5e99e
x11-libs/pixman: Sync with Gentoo
...
It's from Gentoo commit 106b056ffeab053066745fac0ee9e8312e77b2fc.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
bb5d537d29
sys-process/lsof: Sync with Gentoo
...
It's from Gentoo commit 4f3686c867b7c7220237cca087d4be88e54d872b.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
df3961ad6a
sys-libs/zlib: Sync with Gentoo
...
It's from Gentoo commit 94c6e08a7720f558bb603793f8e4c2d70283c08f.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
f92b264467
sys-libs/talloc: Sync with Gentoo
...
It's from Gentoo commit 5e3d413c90ed50a6f9582ee1e3817398d4a82319.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
c3a8f02933
sys-libs/readline: Sync with Gentoo
...
It's from Gentoo commit d4954f93b743cccea2192b18f9499385ef78f933.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
f472244699
sys-libs/libunwind: Sync with Gentoo
...
It's from Gentoo commit 547c370b97ab2fb620bb4e134a995bfa5475a0f9.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
20ff258071
sys-libs/libcap-ng: Sync with Gentoo
...
It's from Gentoo commit 62ab48d8edb336e83f2a8988f09c85766c368c75.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
3378d3835b
sys-libs/ldb: Sync with Gentoo
...
It's from Gentoo commit f7fdfdaeec3764929686064a6054c38a6b2d7788.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
dc6cf6bbb7
sys-libs/binutils-libs: Sync with Gentoo
...
It's from Gentoo commit 7b205f67aa1e81d5665d2d88132ee9ce195f852a.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
46fd0486b4
sys-firmware/ipxe: Sync with Gentoo
...
It's from Gentoo commit 1eca37d9cb360ef50b5e6cb2975d8c70bf84aa60.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
e1315bb8e3
sys-devel/libtool: Sync with Gentoo
...
It's from Gentoo commit cc63949e79dcd30f226f08d94064388a489d819e.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
024d0ffbba
sys-devel/gcc: Sync with Gentoo
...
It's from Gentoo commit a3a66f64d44bb3b993af84e402d001dc0ff59839.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
43231c4b44
sys-devel/bison: Sync with Gentoo
...
It's from Gentoo commit ccae5b6b63fd2c852a10bade121de718bc43816d.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
68191477bb
sys-devel/binutils: Sync with Gentoo
...
It's from Gentoo commit c7ece32b5d4a295732ccd888a3cf0fddb92f91b3.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
4449320e77
sys-block/thin-provisioning-tools: Sync with Gentoo
...
It's from Gentoo commit 23b8a8dd547b9b8067a34966fc730798a5694a9e.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
53c933e455
sys-apps/util-linux: Sync with Gentoo
...
It's from Gentoo commit a64ba8b93d012270a92208b1871934feb1d5d45a.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
9de6edaef7
sys-apps/smartmontools: Sync with Gentoo
...
It's from Gentoo commit f7ac6d49a10a2c94231e0cdd0e069ceca1e6c46e.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
31a3eab075
sys-apps/portage: Sync with Gentoo
...
It's from Gentoo commit 21b3f9ceef131258a721b1b29e52d0f9c4fd2ea4.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
ebef0d2e8b
sys-apps/man-pages: Sync with Gentoo
...
It's from Gentoo commit 2ae9ef7cf0050ae77eb8b61b04e78c177d0035ea.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
0ac50656f0
sys-apps/iproute2: Sync with Gentoo
...
It's from Gentoo commit a980d969681a801efe0050bcb233a137d7204793.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
1008035775
sys-apps/dtc: Sync with Gentoo
...
It's from Gentoo commit e55f1858bbe008cf3d98e46e81b1880a781c622c.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
cf176bec35
sys-apps/debianutils: Sync with Gentoo
...
It's from Gentoo commit 1548f149879fca4915d49d3a1991d9d2ebd03e57.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
38fe9817fc
sys-apps/attr: Sync with Gentoo
...
It's from Gentoo commit 40039c6c1315d94987b4c3740efe22c929b6aa05.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
5e51419c81
profiles: Sync with Gentoo
...
It's from Gentoo commit b64a017266bfab910244cde449975d0b62faf6e6.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
e167381e67
net-nds/openldap: Sync with Gentoo
...
It's from Gentoo commit b750b158ab8ce00579901ef253c8a2594cee1886.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
073ee8c240
net-misc/rsync: Sync with Gentoo
...
It's from Gentoo commit 89b65644ee5c1a71065c72c0d63efbdf97a90b9c.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
24c865fb0f
net-misc/iperf: Sync with Gentoo
...
It's from Gentoo commit d38641adfda9ccbe85ff12c4fc28f6f0813297dd.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
a4559af075
net-misc/curl: Sync with Gentoo
...
It's from Gentoo commit c2acfc873a430b3d5faa5d266667743416a49939.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
1f1a92a986
net-libs/libslirp: Sync with Gentoo
...
It's from Gentoo commit 5e3d413c90ed50a6f9582ee1e3817398d4a82319.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
b9deb58635
net-libs/libnetfilter_queue: Sync with Gentoo
...
It's from Gentoo commit f7fdfdaeec3764929686064a6054c38a6b2d7788.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
88ee158230
net-firewall/ipset: Sync with Gentoo
...
It's from Gentoo commit cc19d7a44d285d65018e7e397cb4bdef6f5d17f8.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
8973529cfa
net-dns/c-ares: Sync with Gentoo
...
It's from Gentoo commit 8838f30df50cbd5d3cd3da2eb9f39a9a399b4cdd.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
75b43bd66e
net-analyzer/nmap: Sync with Gentoo
...
It's from Gentoo commit 1dca374f26b6217b45669668952489049c7a42c3.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
4981fd27be
licenses: Sync with Gentoo
...
It's from Gentoo commit 94d2ae67403ced107799c1b93922bfb9c9a5f4ae.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
3333e6892b
eclass/verify-sig: Sync with Gentoo
...
It's from Gentoo commit 0611129171a7f43be5e554c3ace3880c981aea92.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
5337553a6d
eclass/toolchain: Sync with Gentoo
...
It's from Gentoo commit 5e3d413c90ed50a6f9582ee1e3817398d4a82319.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
ef7470dc4d
eclass/python-utils-r1: Sync with Gentoo
...
It's from Gentoo commit 635892e8f096afd7d1f3ea2f91a6906122b2e5ca.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
afb9a4e498
eclass/portability: Sync with Gentoo
...
It's from Gentoo commit 3fe65af75b1e6e70fbf11ed2224832ffc4ee4087.
2024-01-16 12:55:15 +01:00
Flatcar Buildbot
5adabb431f
eclass/ninja-utils: Sync with Gentoo
...
It's from Gentoo commit c1c5f21930b684aec3db78ec4c1856553a04afb0.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
7912c161cf
eclass/meson: Sync with Gentoo
...
It's from Gentoo commit 21b3f9ceef131258a721b1b29e52d0f9c4fd2ea4.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
64c31e1b80
eclass/kernel-2: Sync with Gentoo
...
It's from Gentoo commit 7ef71dd2f0e15a353a958b2572de2f2c353c6afb.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
4606105051
eclass/java-utils-2: Sync with Gentoo
...
It's from Gentoo commit cb202546d81ed4e591c366d192e7b15d4c184ffa.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
41aa584899
eclass/distutils-r1: Sync with Gentoo
...
It's from Gentoo commit 635892e8f096afd7d1f3ea2f91a6906122b2e5ca.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
1a967f1039
eclass/cmake: Sync with Gentoo
...
It's from Gentoo commit 2f9c42cb12b476a78214e2f7d5bb3f984ce05de6.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
8c02df13bb
eclass/cargo: Sync with Gentoo
...
It's from Gentoo commit c7f6ebbe26db3f2c9dd656438664109ec1329ab1.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
bf6935377b
dev-vcs/git: Sync with Gentoo
...
It's from Gentoo commit 51f86fbbc0ee45ec87db4af06f740832ef770642.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
5f8db77d52
dev-util/perf: Sync with Gentoo
...
It's from Gentoo commit 6ef4a840b76f607d38196344e9d2fd19d3142dd4.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
f1c423854f
dev-util/gperf: Sync with Gentoo
...
It's from Gentoo commit c552aae1e4c2dc88ad964fd4134505c2cdf0d26e.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
bb2fc03773
dev-util/glib-utils: Sync with Gentoo
...
It's from Gentoo commit 2d8dd958c7fd50b4dd74647276aa998c0b1fe4c3.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
d542a89188
dev-util/gdbus-codegen: Sync with Gentoo
...
It's from Gentoo commit ffc597e4e0e12b001880638125fa38cdb92a7831.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
0ecfb6a8e1
dev-util/desktop-file-utils: Sync with Gentoo
...
It's from Gentoo commit bd413a3ceed2df65c01624b7f25a872883521b75.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
b1dfd5965c
dev-util/cmocka: Sync with Gentoo
...
It's from Gentoo commit f7fdfdaeec3764929686064a6054c38a6b2d7788.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
58a5c0f158
dev-python/trove-classifiers: Sync with Gentoo
...
It's from Gentoo commit 5ae3d771d3ae7dbdff5c8025cb1a0238257106dd.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
6a05e33571
dev-python/setuptools: Sync with Gentoo
...
It's from Gentoo commit 120f357239899502e969549bdbcae87b554bc84f.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
f3f7ca1a18
dev-python/more-itertools: Sync with Gentoo
...
It's from Gentoo commit fa2d3e6c7c164d431be27a388da6c36b8513e2ec.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
59a50d12b2
dev-python/lxml: Sync with Gentoo
...
It's from Gentoo commit f2286a8c1805e2f52bcbadec5125cd77e70cff33.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
0b03a1564d
dev-python/jinja: Sync with Gentoo
...
It's from Gentoo commit 9303e8cc7e5058e4a191f48db0c4d3ddbdf2f38a.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
e37d521925
dev-python/inflect: Sync with Gentoo
...
It's from Gentoo commit cf38b34bd509337a583210f00199cb85c91df72d.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
0fed23d8d8
dev-python/hatchling: Sync with Gentoo
...
It's from Gentoo commit 72eb282bfb8bc1b438754effb1ad6c6a628bdf07.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
cf810370aa
dev-python/docutils: Sync with Gentoo
...
It's from Gentoo commit 2ece8d0a250f374f58c679b194c599e2f558b4b4.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
f495bb8e27
dev-python/distro: Sync with Gentoo
...
It's from Gentoo commit 64a12a762b8749d8cc2a5936f997ff5532bd45a5.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
9d0a9fa3c0
dev-python/cython: Sync with Gentoo
...
It's from Gentoo commit b4530f08f40c667f9f31fda038878732cc814370.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
7b24bbc36d
dev-libs/xmlsec: Sync with Gentoo
...
It's from Gentoo commit 3f5afb3168d9ae5d68dbc32233d2e56c4995ae33.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
eb435b80d5
dev-libs/popt: Sync with Gentoo
...
It's from Gentoo commit 58e7aa028862014e5f92ef48339b3cab59565c39.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
2b7afca4bc
dev-libs/npth: Sync with Gentoo
...
It's from Gentoo commit 3ff614480f07749fd8f7be78f7f8bd75c02c2a53.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
6a8dd4b8c2
dev-libs/libyaml: Sync with Gentoo
...
It's from Gentoo commit f7fdfdaeec3764929686064a6054c38a6b2d7788.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
8da001aa4e
dev-libs/libxml2: Sync with Gentoo
...
It's from Gentoo commit 51cd9e2f6af0f78f2e1c3c56979ab3ffeb61e314.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
1e0a1893c9
dev-libs/libuv: Sync with Gentoo
...
It's from Gentoo commit e2500536d4b0d8ddee8823cfb3cd47e0163df8a2.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
0311ee32c4
dev-libs/libusb: Sync with Gentoo
...
It's from Gentoo commit f7fdfdaeec3764929686064a6054c38a6b2d7788.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
e918ada0f4
dev-libs/libunistring: Sync with Gentoo
...
It's from Gentoo commit e8d323965acb16e1614153fef8a6c052025fccc5.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
a5b568c631
dev-libs/libpcre2: Sync with Gentoo
...
It's from Gentoo commit 5e3d413c90ed50a6f9582ee1e3817398d4a82319.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
82d153ac3a
dev-libs/libpcre: Sync with Gentoo
...
It's from Gentoo commit 5e3d413c90ed50a6f9582ee1e3817398d4a82319.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
5d97149197
dev-libs/libksba: Sync with Gentoo
...
It's from Gentoo commit 8fe733c7182537e28e4454a4a7ed70734ff17ba8.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
10b9c4ab2c
dev-libs/libgcrypt: Sync with Gentoo
...
It's from Gentoo commit 691d5651392af419777406bc746f411ca714013e.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
fb5e019e41
dev-libs/libffi: Sync with Gentoo
...
It's from Gentoo commit 7edad73b87f266741af3de82a08e84397cdc2c41.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
d92eaa26cf
dev-libs/libbsd: Sync with Gentoo
...
It's from Gentoo commit 32f6b6137ac36f8bd2d6aaf30e31a6ae64fc2e27.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
401e728335
dev-libs/jsoncpp: Sync with Gentoo
...
It's from Gentoo commit f7fdfdaeec3764929686064a6054c38a6b2d7788.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
ae3d0c197d
dev-libs/json-c: Sync with Gentoo
...
It's from Gentoo commit f7fdfdaeec3764929686064a6054c38a6b2d7788.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
5bc3a33505
dev-libs/inih: Sync with Gentoo
...
It's from Gentoo commit 96b2df11f9e7e47c0a66a0c11c0a55fdb7f7a846.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
66b0389594
dev-libs/gobject-introspection-common: Sync with Gentoo
...
It's from Gentoo commit 9cebff2c2636035af1181d5e068f71048f7f1fff.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
7cc14a65d6
dev-libs/gobject-introspection: Sync with Gentoo
...
It's from Gentoo commit a317ada94471686df0a352f16406d965eaac4306.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
9ded4a3650
dev-libs/glib: Sync with Gentoo
...
It's from Gentoo commit c028c39fc794cca8828fe7e066ba9fecc5fd896e.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
6c2e1b1c52
dev-libs/elfutils: Sync with Gentoo
...
It's from Gentoo commit 8199fa809b6de306f2a1e5f888cca3319fa197f5.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
8ae14948d0
dev-libs/cJSON: Sync with Gentoo
...
It's from Gentoo commit 817835857e8dd0971687acec26230b83ed508b1d.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
4910bde63d
dev-lang/python: Sync with Gentoo
...
It's from Gentoo commit 5e3d413c90ed50a6f9582ee1e3817398d4a82319.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
88810e481d
dev-db/sqlite: Sync with Gentoo
...
It's from Gentoo commit b28a551a4511cb0861ed6204556cb507822fbedb.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
d8d605208f
app-shells/bash: Sync with Gentoo
...
It's from Gentoo commit 45393b3f565745cf2a002ca96b36d94759c55c9e.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
beb8e436be
app-portage/getuto: Sync with Gentoo
...
It's from Gentoo commit 137a0aa58fbdd6dd75dda457748715578192d8f0.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
c66673984a
app-portage/gentoolkit: Sync with Gentoo
...
It's from Gentoo commit 21b3f9ceef131258a721b1b29e52d0f9c4fd2ea4.
2024-01-16 12:55:14 +01:00
Flatcar Buildbot
cfe79cee99
app-portage/elt-patches: Sync with Gentoo
...
It's from Gentoo commit db58ef07d6548d99eb854b5804bcc6de762af326.
2024-01-16 12:55:13 +01:00
Flatcar Buildbot
2e456b8d85
app-misc/pax-utils: Sync with Gentoo
...
It's from Gentoo commit 05b8c0a69ded1a5f16e59127513e070153974ca3.
2024-01-16 12:55:13 +01:00
Flatcar Buildbot
1e0b7e81ae
app-misc/jq: Sync with Gentoo
...
It's from Gentoo commit ebb86bc407e11e816fe8d67518bebd7b0f9581e4.
2024-01-16 12:55:13 +01:00
Flatcar Buildbot
51b15d145b
app-eselect/eselect-pinentry: Sync with Gentoo
...
It's from Gentoo commit faa4e2901cb020decd195544b15ed6c2a2cc3669.
2024-01-16 12:55:13 +01:00
Flatcar Buildbot
208c799b55
app-emulation/qemu-guest-agent: Sync with Gentoo
...
It's from Gentoo commit dad0c19d1cd8e79e73586ab43db4dac9281676b5.
2024-01-16 12:55:13 +01:00
Flatcar Buildbot
114be0a7ff
app-emulation/qemu: Sync with Gentoo
...
It's from Gentoo commit 21b3f9ceef131258a721b1b29e52d0f9c4fd2ea4.
2024-01-16 12:55:13 +01:00
Flatcar Buildbot
66b2c37c8c
app-crypt/rhash: Sync with Gentoo
...
It's from Gentoo commit 560acc8a7a2754e5baad60529af2c76f1fea8b13.
2024-01-16 12:55:13 +01:00
Flatcar Buildbot
d905446bf9
app-crypt/pinentry: Sync with Gentoo
...
It's from Gentoo commit fa981fccdd7b895742eaa9c59dc1888fc55ca5cb.
2024-01-16 12:55:13 +01:00
Flatcar Buildbot
5c5d51d90d
app-crypt/mhash: Sync with Gentoo
...
It's from Gentoo commit 2da114edf6cb70c8e2a05a1e337330144abd21ad.
2024-01-16 12:55:13 +01:00
Flatcar Buildbot
3e92176b4c
app-arch/rpm2targz: Sync with Gentoo
...
It's from Gentoo commit 9a12f01be4fe3926d57d0c55f846ee5891d74389.
2024-01-16 12:55:13 +01:00
Flatcar Buildbot
2a1e44a37f
app-arch/gzip: Sync with Gentoo
...
It's from Gentoo commit 932d17d6445879914a6c6f0c192a715cbc19e94a.
2024-01-16 12:55:13 +01:00
Flatcar Buildbot
07255e8a0a
app-arch/cpio: Sync with Gentoo
...
It's from Gentoo commit 0654ccd5b3fadcb33ea6edf2ffb898b55fda2021.
2024-01-16 12:55:13 +01:00
Flatcar Buildbot
85c6ede7e8
app-alternatives/yacc: Sync with Gentoo
...
It's from Gentoo commit 1a763262ad22cd7d7b82092588e2d0f321cf35c8.
2024-01-16 12:55:13 +01:00
Flatcar Buildbot
e5e40b8c58
app-alternatives/ninja: Sync with Gentoo
...
It's from Gentoo commit 0bc26d0779f0c933a5c1b5a93cde15a0a9e051bc.
2024-01-16 12:55:13 +01:00
Mathieu Tortuyaux
b7319906f5
app-emulation/amazon-ssm-agent: use upstream makefile
...
By maintaining our own build logic, we missed the fact that the agent
was now split in two parts:
* amazon-ssm-agent in `./core`
* ssm-agent-worker in `./agent`
With the runtimeconfig passed from the `core` to the `agent`.
We were currently shipping `ssm-agent-worker` as the `amazon-ssm-agent`
hence some errors we had.
```
amazon-ssm-agent[8929]: 2023-12-28 15:29:32 WARN [ssm-agent-worker] failed to read runtime config 'identity_config.json': open /var/lib/amazon/ssm/runtimeconfig/identity_config.json: no such file or directory
```
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-01-16 11:28:16 +01:00
Jeremi Piotrowski
379b3f6f4b
coreos-cloudinit: Bump commit for empty-hostname bugfix
...
Coreos-cloudinit needs to only apply a hostname if it is non-empty, otherwise
the hostname ends up being "localhost".
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2024-01-16 09:44:36 +01:00
Flatcar Buildbot
a7d28a8f60
sys-kernel/coreos-sources: Update from 6.6.8 to 6.6.12
2024-01-16 07:12:10 +00:00
flatcar-ci
5d2c5ff4cf
New version: main-3850.0.0-nightly-20240115-2100
2024-01-15 21:00:28 +00:00
Krzesimir Nowak
95ffba29f3
overlay coreos/user-patches: Add a patch for net-dialup/lrzsz
...
It fixes a build issue when i18n is disabled through masking nls USE
flag.
2024-01-15 10:50:59 +01:00
Krzesimir Nowak
819d64d700
overlay profiles: Keep using old binary package format for now
...
Looks like portage has changed its default from xpak to gpkg, and our
scripts are not yet ready for this change.
2024-01-15 10:50:33 +01:00
Krzesimir Nowak
8149c48fdd
overlay coreos/config: Override a check for sys-apps/texinfo
...
It's required now, because we cross-compile sys-apps/texinfo for
binary packages and there's a check that bails out for
cross-compilation case.
2024-01-15 10:50:26 +01:00
flatcar-ci
6f94044997
New version: main-3847.0.0-nightly-20240112-2100
2024-01-13 01:37:37 +00:00
flatcar-ci
17d753db48
New version: main-3847.0.0-nightly-20240112-2100-INTERMEDIATE
2024-01-12 21:00:27 +00:00
Dongsu Park
38ae73f075
Merge pull request #1565 from flatcar/go-1.19.13-and-1.20.13-main
...
Upgrade Go from 1.20.12 to 1.20.13
2024-01-12 11:32:57 +01:00
Krzesimir Nowak
0f5ffaa2af
Merge pull request #1566 from flatcar/krnowak/weekly-fixes
...
Changelog and accept keywords fixes
2024-01-12 10:12:31 +01:00
flatcar-ci
8be67702e0
New version: main-3846.0.0-nightly-20240111-2100
2024-01-11 21:00:27 +00:00
Krzesimir Nowak
1c34cfb240
overlay profiles: Drop duplicated accept keywords entry for app-misc/jq
2024-01-11 18:46:17 +01:00
Krzesimir Nowak
82c53eb1f9
Merge pull request #1535 from flatcar/buildbot/weekly-portage-stable-package-updates-2024-01-01
...
Weekly portage-stable package updates 2024-01-01
2024-01-11 18:18:28 +01:00
Flatcar Buildbot
79cd73d7ad
dev-lang/go: Update from 1.20.12 to 1.20.13
2024-01-11 18:00:56 +01:00
Krzesimir Nowak
dfb4f156d2
overlay coreos-base/common-oem-files: Move gce to amd64-only OEMID list
...
We are not building gce OEM images for arm64 at all, so gce being in
common OEM ID list resulted in arm64 image reports printing errors for
it.
2024-01-11 09:01:14 +01:00
flatcar-ci
010010986d
New version: main-3844.0.0-nightly-20240109-2100
2024-01-09 21:00:26 +00:00
Flatcar Buildbot
b8c4d619a3
portage-stable/metadata: Monthly GLSA metadata updates
2024-01-09 11:10:24 +01:00
Krzesimir Nowak
a642a4fc55
Merge pull request #1552 from flatcar/krnowak/openssl-update
...
Update dev-libs/openssl
2024-01-09 10:36:57 +01:00
Krzesimir Nowak
eed6e16fd7
Merge pull request #1551 from flatcar/krnowak/openssh-update
...
Update net-misc/openssh
2024-01-09 10:36:44 +01:00
flatcar-ci
1ddde7cef0
New version: main-3843.0.0-nightly-20240108-2100
2024-01-08 21:00:28 +00:00
Krzesimir Nowak
25a3a1e520
overlay profiles: Update accept keywords for dev-libs/libdnet
...
There was a change in libdnet ebuilds about how tests are
enabled/disabled through a configure flag. The change was correct for
versions 1.16.4 and up, but not for earlier ones. So instead of
waiting for the change to be reverted for older ebuilds, bump the
version to 1.16.4 now - it should be stabilized soon.
2024-01-08 17:42:23 +01:00
Krzesimir Nowak
9ee6665021
Revert "sys-boot/gnu-efi: Sync with Gentoo"
...
This reverts commit e62ef80ed9a356495a3677db85c6a67ebe469c69.
Breaks sys-boot/shim.
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
88fec24e00
overlay profiles: Add accept keywords for net-misc/curl
...
This is to pull in a security fix.
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
25dd8ec6cd
overlay profiles: Update accept keywords for net-libs/gnutls
...
This is to pull in a security fix.
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
16de0f8af9
overlay profiles: Add accept keywords for app-misc/jq
...
This is to pull in a security fix.
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
ee630ae562
overlay profiles: Drop accept keywords for sys-libs/binutils-libs
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
f22e97870d
overlay profiles: Add accept keywords for sys-kernel/linux-headers
...
The weekly package automation reverted the modifications done to the
ebuild. That's the reason why modiyfing packages in portage-stable is
a no-no.
Add accept keywords to keep pulling in the 6.6 version of linux
headers.
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
bf1d8f8aaf
overlay profiles: Drop accept keywords for sys-devel/binutils
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
408c3bc237
overlay profiles: Drop accept keywords for sys-block/thin-provisioning-tools
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
311b2e551a
overlay profiles: Add accept keywords for dev-util/gdbus-codegen
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
fe17bab583
overlay profiles: Add accept keywords for dev-libs/gobject-introspection{,-common}
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
19f5ca6356
overlay profiles: Drop accept keywords for dev-libs/libsodium
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
b36b68b4c9
overlay profiles: Disable support for 32-bit characters in dev-libs/libpcre2
...
This became enabled by default now, so we need to explicitly disable
it. We didn't need it before, we don't need it now.
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
7306c38937
overlay profiles: Drop accept keywords for dev-libs/libgcrypt
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
b933f2a291
overlay profiles: Drop accept keywords for dev-lang/python
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
2c95729f49
overlay user-patches: Drop patches for app-portage/gentoolkit
...
These were merged into gentoolkit 6.2 and we have just updated the
package to 6.3.
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
b58de0af3a
overlay profiles: Bump provided version of app-eselect/eselect-pinentry
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
dfc673297e
overlay profiles: Drop accept keywords for app-editors/vim{,-core}
...
These were outdated.
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
88a0f609ce
portage-stable dev-perl/Locale-gettext: Drop unused package
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
9438d1bd73
coreos profiles: Disable i10n globally
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
ff5b7f1133
portage-stable dev-python/certifi: Drop unused package
...
It used to be a dependency of dev-python/setuptools, but it was
dropped.
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
893b56226b
overlay profiles: Add accept keywords for sys-apps/util-linux
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
9fff1c8d7c
overlay profiles: Add accept keywords for sys-apps/coreutils
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
60feedeb03
overlay profiles: Add accept keywords for dev-util/glib-utils
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
366c9a887e
overlay profiles: Add accept keywords for dev-libs/libxml2
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
2780513f89
overlay profiles: Add accept keywords for dev-libs/glib
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
6071690334
virtual/perl-Unicode-Collate: Add from Gentoo
...
It's from Gentoo commit 26fb1948eefed742f1cf1fdeb16c04e1a9d1c107.
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
f6f365887a
overlay profiles: Update accept keywords for sys-libs/readline
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
da9738d44f
overlay profiles: Update accept keywords for app-shells/bash
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
4c10fd60ba
dev-python/trove-classifiers: Add from Gentoo
...
It's from Gentoo commit b82f65abf94a3c5233c5bdd70a24057d02edcfb5.
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
e5f97e9b3f
dev-python/pluggy: Add from Gentoo
...
It's from Gentoo commit 76f981b2c8245b15e308d000d9a60f683572da99.
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
dc98854c75
dev-python/pathspec: Add from Gentoo
...
It's from Gentoo commit ee5416e6e7a28aae2240eeb5dde3cad0a507b371.
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
4798f15286
dev-python/editables: Add from Gentoo
...
It's from Gentoo commit 092bc5973a62fd0882f07b0fca044af8d0bcfacb.
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
e517bfa932
dev-python/hatchling: Add from Gentoo
...
It's from Gentoo commit 58647f66d9204e2a746f40702e6ffa0f9c5b5b87.
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
cbb7d6ebae
overlay profiles: Force a variant of ninja
...
A new app-alternatives package was just added to portage-stable. In
this case it is for ninja, so if it ends up being required during
bootstrap, where all USE flags are normally cleared, force the
specific variant explicitly.
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
10c941e1f6
app-alternatives/ninja: Add from Gentoo
...
It's from Gentoo commit b447bd77c1d4306c57fc0106b189090884625a5f.
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
fac0e2df1d
app-portage/getuto: Add from Gentoo
...
It's from Gentoo commit d3369589ad4adbbf8e0b7628c0ee47e626d75fe6.
2024-01-08 17:42:22 +01:00
Flatcar Buildbot
afe1896d5b
virtual/editor: Sync with Gentoo
...
It's from Gentoo commit 5e6ad7290c87d466866289275fc827fb6669ea12.
2024-01-08 17:42:22 +01:00
Flatcar Buildbot
444e7c2b64
sys-process/lsof: Sync with Gentoo
...
It's from Gentoo commit 7772b6a04412e5e1a500e06f4e57851bd0eeca5d.
2024-01-08 17:42:22 +01:00
Flatcar Buildbot
ec20ecf116
sys-libs/zlib: Sync with Gentoo
...
It's from Gentoo commit 3f4968a7efce8fe484f587b032eb17f8cbdceb63.
2024-01-08 17:42:22 +01:00
Flatcar Buildbot
71150ab7d9
sys-libs/readline: Sync with Gentoo
...
It's from Gentoo commit 742fabc88d02fdbd90158e74a2b04a5f45d3207c.
2024-01-08 17:42:22 +01:00
Flatcar Buildbot
abfb448fa4
sys-libs/liburing: Sync with Gentoo
...
It's from Gentoo commit 25c754248c86b71962eaf1f9aa363c1fac5f12d2.
2024-01-08 17:42:22 +01:00
Flatcar Buildbot
a2e442dad4
sys-libs/libunwind: Sync with Gentoo
...
It's from Gentoo commit 65fcc50086bba795f212f918479c99d4c74f6a50.
2024-01-08 17:42:22 +01:00
Flatcar Buildbot
468b2c4687
sys-libs/libseccomp: Sync with Gentoo
...
It's from Gentoo commit 2b237c4b6a2bee9fd99ec7fe3362c6fc58a90445.
2024-01-08 17:42:22 +01:00
Flatcar Buildbot
713293845e
sys-libs/libnvme: Sync with Gentoo
...
It's from Gentoo commit 95104945b94bbcbe3f4f684f6eb1e8cddae2a5c1.
2024-01-08 17:42:22 +01:00
Flatcar Buildbot
a4d32afa30
sys-libs/libcap-ng: Sync with Gentoo
...
It's from Gentoo commit 24f7b521a7505c47244add5782a15ecfe9d6e88c.
2024-01-08 17:42:22 +01:00
Flatcar Buildbot
31ba93ddf6
sys-libs/libcap: Sync with Gentoo
...
It's from Gentoo commit f48dd4b99511ff2892694a9e4bffb63ed90f6747.
2024-01-08 17:42:22 +01:00
Flatcar Buildbot
ffdcb686f1
sys-libs/ldb: Sync with Gentoo
...
It's from Gentoo commit 66838e3f9b6f2748ec6000df60ca91244bad9e51.
2024-01-08 17:42:22 +01:00
Flatcar Buildbot
2aae53cd86
sys-libs/binutils-libs: Sync with Gentoo
...
It's from Gentoo commit c93c137df7ccab883ea2e004340d6e3c88fcddee.
2024-01-08 17:42:22 +01:00
Flatcar Buildbot
c8b20a98dd
sys-kernel/linux-headers: Sync with Gentoo
...
It's from Gentoo commit f19982f14ebe6b568a74986251ea30ff85d9a678.
2024-01-08 17:42:22 +01:00
Flatcar Buildbot
1fa219105a
sys-kernel/installkernel-gentoo: Sync with Gentoo
...
It's from Gentoo commit 0592675bb383a9ce5980762bc0f1422a164e2af7.
2024-01-08 17:42:22 +01:00
Flatcar Buildbot
1e0137b431
sys-fs/multipath-tools: Sync with Gentoo
...
It's from Gentoo commit 5e721d53305d991c725ba026c81e752fd22039e4.
2024-01-08 17:42:22 +01:00
Flatcar Buildbot
ef54c4cbd7
sys-fs/fuse-common: Sync with Gentoo
...
It's from Gentoo commit 23d377b24fb52e31275b9af7304eebdbc6f11939.
2024-01-08 17:42:22 +01:00
Flatcar Buildbot
dcd10e30b9
sys-fs/fuse: Sync with Gentoo
...
It's from Gentoo commit 041dddb049c18be7035e9ad85ecf0e500175cd6d.
2024-01-08 17:42:22 +01:00
Flatcar Buildbot
5a24bc82fb
sys-fs/e2fsprogs: Sync with Gentoo
...
It's from Gentoo commit 1c60f115f322b056886d5df3528250d1ee053561.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
5e20bf34a9
sys-fs/cryptsetup: Sync with Gentoo
...
It's from Gentoo commit cf7e681c1a49951ffab38072745e8515d545f4f6.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
9790736c88
sys-firmware/edk2-ovmf-bin: Sync with Gentoo
...
It's from Gentoo commit 23d377b24fb52e31275b9af7304eebdbc6f11939.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
4898b4f26e
sys-devel/libtool: Sync with Gentoo
...
It's from Gentoo commit 9cfa82ad6d6e2ff8f57943b8cad71f9e62ca24ad.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
e604c27073
sys-devel/gnuconfig: Sync with Gentoo
...
It's from Gentoo commit f86d0346281747c5f5b83a04bab7e7dfb9a29b79.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
4521e976ef
sys-devel/gettext: Sync with Gentoo
...
It's from Gentoo commit d14c6a70f2baa36b6e25802f4dcc9fa40124a354.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
7d2d792c48
sys-devel/gdb: Sync with Gentoo
...
It's from Gentoo commit 53a36fc12de5144c5c2c8549855c13af9a2d5bf3.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
9e6eae863f
sys-devel/gcc: Sync with Gentoo
...
It's from Gentoo commit 68c6f34924ad9295a87d01fc3238edc6e98e0f2f.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
50d9c371f4
sys-devel/crossdev: Sync with Gentoo
...
It's from Gentoo commit f71f64c2f4e28d99beaa103f2f19a5901523b787.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
5080fa0b43
sys-devel/binutils: Sync with Gentoo
...
It's from Gentoo commit 4d3ee5f466ca13b59f072c34b8f03382d7627266.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
4415d99d77
sys-devel/automake-wrapper: Sync with Gentoo
...
It's from Gentoo commit eecc0f201ad512738b6269c0a9817c876f86ff8d.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
f70bb8b5c7
sys-devel/automake: Sync with Gentoo
...
It's from Gentoo commit aff0c2de37f226ccbbe2a1a9deac15d68346b938.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
68a7d44208
sys-devel/autoconf-wrapper: Sync with Gentoo
...
It's from Gentoo commit 642bcc94e0e2e9b99598aca423486753deefdf77.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
061d9c0a6d
sys-devel/autoconf-archive: Sync with Gentoo
...
It's from Gentoo commit d02e861f9fbfcfae572d5cc30261f33a82009335.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
f4d175db37
sys-devel/autoconf: Sync with Gentoo
...
It's from Gentoo commit 20d8bdeef133211a67f22a03f39532c801324dd8.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
fa2d2c356d
sys-boot/gnu-efi: Sync with Gentoo
...
It's from Gentoo commit 11ef45b51bac2b2fa10ef7a3d93d31cc27b8be06.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
5fbdd3fddd
sys-block/thin-provisioning-tools: Sync with Gentoo
...
It's from Gentoo commit 72096d42a34f82279b97955b8733cecf1bbabfad.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
1167be68ab
sys-block/parted: Sync with Gentoo
...
It's from Gentoo commit 23d377b24fb52e31275b9af7304eebdbc6f11939.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
797120d348
sys-apps/util-linux: Sync with Gentoo
...
It's from Gentoo commit 83e6d06addde9b8beac5ab796e7429e7ab5c742c.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
54a255c611
sys-apps/usbutils: Sync with Gentoo
...
It's from Gentoo commit 56e7458f356f4a8e9cbb1bbbd11c4b3ffa7214c2.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
62aeef6edf
sys-apps/texinfo: Sync with Gentoo
...
It's from Gentoo commit ac1e4a095311d98804579497cb43e5d43c6ae958.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
07f6a2e7e8
sys-apps/smartmontools: Sync with Gentoo
...
It's from Gentoo commit 23d377b24fb52e31275b9af7304eebdbc6f11939.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
41a7a254c1
sys-apps/pv: Sync with Gentoo
...
It's from Gentoo commit aae21620bb00b95adf9b387e0a09bf49ed2df51a.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
11b6f31bdf
sys-apps/portage: Sync with Gentoo
...
It's from Gentoo commit fb8e832cab08c6c6f0fc3d78e03a98e9319a7808.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
f4a9cda7c5
sys-apps/pciutils: Sync with Gentoo
...
It's from Gentoo commit 15eb777aaa7f3d2c9d0b99f371f757e372b75ea9.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
5adc69eede
sys-apps/nvme-cli: Sync with Gentoo
...
It's from Gentoo commit 0ececa5a70eaa2ada5f3a5422afb1492c96493a4.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
c7a657bcef
sys-apps/net-tools: Sync with Gentoo
...
It's from Gentoo commit e12605ed3be60d24ff08df5c493ef5014124c6f5.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
7f062f50d8
sys-apps/man-db: Sync with Gentoo
...
It's from Gentoo commit 23d377b24fb52e31275b9af7304eebdbc6f11939.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
9747b88361
sys-apps/less: Sync with Gentoo
...
It's from Gentoo commit faec8c28c79c6f7a494e785883ef49b29d232495.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
deb4cd3953
sys-apps/kmod: Sync with Gentoo
...
It's from Gentoo commit f1df684ed8856ece4d547cf2496080aaf7631da4.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
6c53457abc
sys-apps/kbd: Sync with Gentoo
...
It's from Gentoo commit 450384483225d06657024d96dddc9ad533f2fdc7.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
fb0acc2acc
sys-apps/iproute2: Sync with Gentoo
...
It's from Gentoo commit 02ba1ab26a4a4809c3ed7ca94923f9110b6e46a3.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
03b6e2d29d
sys-apps/i2c-tools: Sync with Gentoo
...
It's from Gentoo commit 23d377b24fb52e31275b9af7304eebdbc6f11939.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
923a3202d1
sys-apps/hwdata: Sync with Gentoo
...
It's from Gentoo commit 7cdb9e0f0e87e1dae002b7852657e11bfdd8fc25.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
8641b49c5c
sys-apps/help2man: Sync with Gentoo
...
It's from Gentoo commit 44e7bc6fb1f4a0ad974c8a2da6e3f8f885e2e32b.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
70d96f66f7
sys-apps/groff: Sync with Gentoo
...
It's from Gentoo commit 7b11e5c5a7f6a49b7ab601d76fa45fe217477b9c.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
a907deb6af
sys-apps/grep: Sync with Gentoo
...
It's from Gentoo commit c8117a0b3e8f29cc01b63a897e2bae0b84bdc4f8.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
6fb33aa964
sys-apps/gawk: Sync with Gentoo
...
It's from Gentoo commit 6fbeec9d8ac2bd54c4a336c15f40fe114e406721.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
7bf5aa6edf
sys-apps/file: Sync with Gentoo
...
It's from Gentoo commit 0e92bbf0f0596a082f71e915fcea8f4477d7b659.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
b4634b3551
sys-apps/diffutils: Sync with Gentoo
...
It's from Gentoo commit fc55f9cb332fe733d08aebd431e8bbb88763b48b.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
9e9faecc82
sys-apps/debianutils: Sync with Gentoo
...
It's from Gentoo commit ea126058b32d9a4a1c3739ad98f5140f827e63c6.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
1d51a147e4
sys-apps/coreutils: Sync with Gentoo
...
It's from Gentoo commit c88bc0a07cf50d0b7a702e6bf88bd43fb86b78f1.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
231f8aa709
sys-apps/acl: Sync with Gentoo
...
It's from Gentoo commit ec396fc40f54cfbfbaf0e92106ba3471d1964c5d.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
10508d667e
profiles: Sync with Gentoo
...
It's from Gentoo commit ebee5f9ed8c1f7393becbf0de2c15948887eadb8.
2024-01-08 17:42:21 +01:00
Flatcar Buildbot
2abaf365c9
net-nds/openldap: Sync with Gentoo
...
It's from Gentoo commit 82af70a34601ccbe1f42a874297d710507a49fa7.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
1b069dc686
net-misc/whois: Sync with Gentoo
...
It's from Gentoo commit fab7203e1fb630fed5ec4af2b1266cadc6db7731.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
c5f7eaeaf7
net-misc/wget: Sync with Gentoo
...
It's from Gentoo commit 2c095712ab691a1ec99416d04d54aa796ee3f3fb.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
4f9c156b6e
net-misc/socat: Sync with Gentoo
...
It's from Gentoo commit f797645f5cf09d59a8742db251989cf6a76d8e01.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
479ffa17d2
net-misc/rsync: Sync with Gentoo
...
It's from Gentoo commit 49fc4a8567531cb5d8f889832663c784d6a36ddf.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
a9877bfe07
net-misc/ntp: Sync with Gentoo
...
It's from Gentoo commit b8a317d7d13fff42816a55097af515737ec1c095.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
8cfb3c9ec1
net-misc/iputils: Sync with Gentoo
...
It's from Gentoo commit 8fd3bbe19eb695fb5ca88375e4d814070ab33639.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
242dc44d7c
net-misc/iperf: Sync with Gentoo
...
It's from Gentoo commit 930098c104bb71cdc727d08ca84e2ae0e314d193.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
cfac3da440
net-misc/curl: Sync with Gentoo
...
It's from Gentoo commit efccb2db1c202c28c01ed5bccd8de69d79fef332.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
87c0a18db3
net-libs/nghttp2: Sync with Gentoo
...
It's from Gentoo commit 060dd1d5f79e1e19c5577a232d95d6b75f628c70.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
fcacf90a82
net-libs/libssh2: Sync with Gentoo
...
It's from Gentoo commit 23d377b24fb52e31275b9af7304eebdbc6f11939.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
ee367c5df2
net-libs/libslirp: Sync with Gentoo
...
It's from Gentoo commit 23d377b24fb52e31275b9af7304eebdbc6f11939.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
febb92a0d2
net-libs/libnsl: Sync with Gentoo
...
It's from Gentoo commit 348e09172f95b0ff3dc2334931e62a8c9ef4ef14.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
3112743c90
net-libs/libnftnl: Sync with Gentoo
...
It's from Gentoo commit 23d377b24fb52e31275b9af7304eebdbc6f11939.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
b4c0e1267f
net-libs/gnutls: Sync with Gentoo
...
It's from Gentoo commit 61c319b35bf216baaaff57eb1aac7bfa6fc1fe20.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
a460ee8005
net-firewall/ipset: Sync with Gentoo
...
It's from Gentoo commit 5818b9b89a5c7d778cf087030780c8d93a39d692.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
f7ba83506c
net-dns/c-ares: Sync with Gentoo
...
It's from Gentoo commit 896b86b4677ac7df1fc675496c094b5bb1deceb3.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
02ca55fd70
net-dns/bind-tools: Sync with Gentoo
...
It's from Gentoo commit 1b9cf4e6eee47909be8c7728be98c744bcd6f39f.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
634a53a3b2
net-analyzer/traceroute: Sync with Gentoo
...
It's from Gentoo commit 79a0f9a48ab7c09c8ceaa95aad81c8ae5a942e49.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
57ca2d5cdb
net-analyzer/nmap: Sync with Gentoo
...
It's from Gentoo commit 2913f79874078ce53bc911beba04e67d9a424fa8.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
6885e52a35
media-libs/libpng: Sync with Gentoo
...
It's from Gentoo commit c3877e7b9c2459a5cc97471cce5e7df4655b4e30.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
510d89bc6d
licenses: Sync with Gentoo
...
It's from Gentoo commit 8d4fa8a32e2eca3290eded54bcf6ce3fc5779cde.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
cf3c4e4c10
eclass/toolchain-funcs: Sync with Gentoo
...
It's from Gentoo commit 2aea6c3ff2181ad96187e456a3307609fd288d4c.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
345c6b2b31
eclass/python-utils-r1: Sync with Gentoo
...
It's from Gentoo commit 94e8e20b0fcbb930494c218faca39e84c6035bd6.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
750205c86f
eclass/ninja-utils: Sync with Gentoo
...
It's from Gentoo commit 2fa125d055dcfebe34acf09ea04ff89c42eeb19b.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
32ff0491d6
eclass/meson: Sync with Gentoo
...
It's from Gentoo commit 1186dced6c900242bfa70151030fd3463eb20717.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
3d09b0a0e2
eclass/llvm: Sync with Gentoo
...
It's from Gentoo commit aa19bed00fa0eb61339b16cf23ce060120fcafb2.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
ad023d5a1f
eclass/linux-mod: Sync with Gentoo
...
It's from Gentoo commit eaefe0f676c685a0e52682eb125db34a1f54da9b.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
ab1c1d7a06
eclass/java-utils-2: Sync with Gentoo
...
It's from Gentoo commit 0654db51f6cb70a48000a9af771859f42ed54ef8.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
dbd7b9a194
eclass/java-pkg-opt-2: Sync with Gentoo
...
It's from Gentoo commit af69bc3ed32a185a3d3485018b2d4b11a571fed7.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
95974b868a
eclass/git-r3: Sync with Gentoo
...
It's from Gentoo commit 142a99106adf15e03c3fc45a490730bdb7b56980.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
047d924e09
eclass/flag-o-matic: Sync with Gentoo
...
It's from Gentoo commit fb34618c547e61049007838d3ea7fa46055b0027.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
5ec97a6227
eclass/distutils-r1: Sync with Gentoo
...
It's from Gentoo commit 3f87d0f277763f1cd621a78e34eb226d89020863.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
d8b23cf9f2
eclass/cargo: Sync with Gentoo
...
It's from Gentoo commit e759d3dcff09e271735620b525333d091e085e2d.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
3e21b50985
eclass/autotools: Sync with Gentoo
...
It's from Gentoo commit 231ef1261161871334dd6d9abc92b8859e29587c.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
238488d8ac
dev-vcs/repo: Sync with Gentoo
...
It's from Gentoo commit 1139dec76291bedd66d2675884f031a2e0b09261.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
92373460ca
dev-vcs/git: Sync with Gentoo
...
It's from Gentoo commit 92280da5127f3ebf5e2dff669dd58c0b9c127e25.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
4640708ae9
dev-util/strace: Sync with Gentoo
...
It's from Gentoo commit baca5b5dc67c611b227bc8c448a9bd1001ba8a0f.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
73de368141
dev-util/pkgconf: Sync with Gentoo
...
It's from Gentoo commit 23d377b24fb52e31275b9af7304eebdbc6f11939.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
d8d00062a6
dev-util/perf: Sync with Gentoo
...
It's from Gentoo commit 28ab25b2e1c8c856a062ca27b336124a43ec167f.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
cf6dcbed61
dev-util/ninja: Sync with Gentoo
...
It's from Gentoo commit 50ea55e06be18d04b49e66840e75229798c80c62.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
18f88c195a
dev-util/meson: Sync with Gentoo
...
It's from Gentoo commit b71a2848f9b83ab69c7da6ed82f3549debdb2d64.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
14421dbf30
dev-util/glib-utils: Sync with Gentoo
...
It's from Gentoo commit cb71d9266b7a30928cca9dde185a8b29969c1191.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
e8ba9df1d5
dev-util/gdbus-codegen: Sync with Gentoo
...
It's from Gentoo commit 71b9334ed76e7b2b27681ffcbd4fa2f8bcfa3307.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
41a2a1e2a3
dev-util/desktop-file-utils: Sync with Gentoo
...
It's from Gentoo commit f6bb40a6d22f0eb71015c5a996cc97b8ee8828e0.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
8d05aee1d3
dev-util/cmake: Sync with Gentoo
...
It's from Gentoo commit e27454b81be75ff7d2e5c6e7770b3d0be8051a9a.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
f17bedc6b8
dev-util/bpftool: Sync with Gentoo
...
It's from Gentoo commit 896cdc33b503fac3e8fbd33f4f1ae0665fe7d10b.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
f5a9d3d820
dev-python/wheel: Sync with Gentoo
...
It's from Gentoo commit c4eba17567ca760cca76d1e6d3ca4f74fe064b85.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
b6ca4b4e64
dev-python/typing-extensions: Sync with Gentoo
...
It's from Gentoo commit d8caef0a0088e4c2bdddadc8486e887399d543ed.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
10152c0912
dev-python/snakeoil: Sync with Gentoo
...
It's from Gentoo commit b49b290413c1bd9c8b37eeeeb7ae72ba1cd5848f.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
b4079d549e
dev-python/setuptools: Sync with Gentoo
...
It's from Gentoo commit 3c71276ee047526cce010d015173842629e88525.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
3698dd0691
dev-python/pygments: Sync with Gentoo
...
It's from Gentoo commit 38d0739f380ea5359731b79ff2c366e1f93cc4ff.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
626c16ed78
dev-python/platformdirs: Sync with Gentoo
...
It's from Gentoo commit 4d76817023d8b614200b524ec7c464b7f62b1f8e.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
e6364c2c80
dev-python/lxml: Sync with Gentoo
...
It's from Gentoo commit 6483cb61967bfca3f92f95753834e05e8a05818c.
2024-01-08 17:42:20 +01:00
Flatcar Buildbot
6731ab30ce
dev-python/lazy-object-proxy: Sync with Gentoo
...
It's from Gentoo commit f578a6dea74c25e76856fb75cf9568b1fd47edb5.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
c4f57fc0f6
dev-python/jaraco-text: Sync with Gentoo
...
It's from Gentoo commit 61ce46f4f510a9368a6eb635448d5e3e4a1d8045.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
12bb1ef1af
dev-python/jaraco-functools: Sync with Gentoo
...
It's from Gentoo commit 56d5679a0463d5a416029bf05134d72930875f6d.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
dfb4ee77ee
dev-python/distro: Sync with Gentoo
...
It's from Gentoo commit 5dca8315e535bd9cb5219c4e124dcd3afeeba1e6.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
7edd4565a0
dev-python/cython: Sync with Gentoo
...
It's from Gentoo commit f292288953702df690a731e934ece937b757d6cd.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
c57de91d75
dev-libs/xmlsec: Sync with Gentoo
...
It's from Gentoo commit 38ce24f3c732f13b062dc2653c95960f6005d6c1.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
ac9192e6f1
dev-libs/protobuf: Sync with Gentoo
...
It's from Gentoo commit 13f8734348829273ba08e8d1c2085ed65e762892.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
95c9971f2b
dev-libs/nettle: Sync with Gentoo
...
It's from Gentoo commit 1de89ef8f83a38d45f3f7435d1ec55027be5b394.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
63255846e3
dev-libs/mpfr: Sync with Gentoo
...
It's from Gentoo commit 827f4428ad89832c23dd24da6c964aabbcd0ef36.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
d9e7ae0fc3
dev-libs/libxslt: Sync with Gentoo
...
It's from Gentoo commit 4469ddd9cd4a190495fa455a40f14817993d6d5c.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
13493432ea
dev-libs/libxml2: Sync with Gentoo
...
It's from Gentoo commit 9f7cd2c69e7de171c9c9877b655e9da7b3c2cad6.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
4b767974df
dev-libs/libuv: Sync with Gentoo
...
It's from Gentoo commit 16dce4dcab57b640a9bc72163e94f27b9f47fc77.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
e672f68ad7
dev-libs/libusb: Sync with Gentoo
...
It's from Gentoo commit 23d377b24fb52e31275b9af7304eebdbc6f11939.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
37c1aaa327
dev-libs/libunistring: Sync with Gentoo
...
It's from Gentoo commit 1d2dfd9b73f8ab487fdea256f7e7d209b64d0696.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
6c17b40154
dev-libs/libsodium: Sync with Gentoo
...
It's from Gentoo commit 49cb9f36c6962daafa42a52ec045519f0b146ca3.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
8e0f394f12
dev-libs/libpcre2: Sync with Gentoo
...
It's from Gentoo commit b08683fa014fe74f16f868236cf440967bb9a912.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
cd503f60ee
dev-libs/libnl: Sync with Gentoo
...
It's from Gentoo commit 27cc5cf97ccaa3bd1d7796fd0a4070b0256e940c.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
0a2da9e37e
dev-libs/libksba: Sync with Gentoo
...
It's from Gentoo commit ee8f5769615c443c1e8147c0fa0d12764a0294ce.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
7c9af23576
dev-libs/libgpg-error: Sync with Gentoo
...
It's from Gentoo commit f63d7caa9764151218d8c3085960de67f4928f08.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
62a22dfecc
dev-libs/libgcrypt: Sync with Gentoo
...
It's from Gentoo commit 50bafcf5f6dde208b4b5552482e0164072ec145b.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
771e7bb857
dev-libs/libffi: Sync with Gentoo
...
It's from Gentoo commit b22f46f3ce2d231cb62daf5b755115a4b7208ae8.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
71981d2c97
dev-libs/libdnet: Sync with Gentoo
...
It's from Gentoo commit 5d1f356cfd0611934a34606499a9a14d267b77dd.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
bdfb2acd47
dev-libs/jsoncpp: Sync with Gentoo
...
It's from Gentoo commit c1252bed7132d704f1a15608408cb925a6e4d0bb.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
33b206f6f8
dev-libs/json-c: Sync with Gentoo
...
It's from Gentoo commit 932e1fae5ad9bff4d0b64f4a883f2f0de26e8ab8.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
b8b07bdd6f
dev-libs/gobject-introspection-common: Sync with Gentoo
...
It's from Gentoo commit 8b3bf29f8021c4b484c014c27a61cf1e0ffe1091.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
32e7830d4f
dev-libs/gobject-introspection: Sync with Gentoo
...
It's from Gentoo commit b25593e958e0f807dc0ce5b0808d525182c7dc13.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
621f20d080
dev-libs/gmp: Sync with Gentoo
...
It's from Gentoo commit 1de89ef8f83a38d45f3f7435d1ec55027be5b394.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
2a3ceaa345
dev-libs/glib: Sync with Gentoo
...
It's from Gentoo commit 5fa2ff0fd3bb4ae065aede3f0f66761d857a39b6.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
dd0573de19
dev-libs/elfutils: Sync with Gentoo
...
It's from Gentoo commit 726a12cdacbc1fc8f612dbdf065285990cc0143b.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
80326b48e5
dev-libs/cJSON: Sync with Gentoo
...
It's from Gentoo commit 81a8cc22db07feeee4645b1deb16d2b2d06ab072.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
8ace9c38ce
dev-lang/yasm: Sync with Gentoo
...
It's from Gentoo commit da8495b42a9b6e1e144790cb2f2d6319e9b5f765.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
5a6243e820
dev-lang/python: Sync with Gentoo
...
It's from Gentoo commit 64bacdbe9414f6f5715f37225026c1a9d31bc5fa.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
d30f631807
dev-lang/perl: Sync with Gentoo
...
It's from Gentoo commit ebea30ffef8da0929e15dc5f81591f98fc3b7ab9.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
81b5e8e186
dev-db/sqlite: Sync with Gentoo
...
It's from Gentoo commit 5b8fb04d43ce59a0c5de892b9796deb4c68a1eea.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
0756c4d4d1
app-vim/gentoo-syntax: Sync with Gentoo
...
It's from Gentoo commit 18c35ad68e97345939dfbaa5957fbd1ca4e4233c.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
eb231a733e
app-shells/bash: Sync with Gentoo
...
It's from Gentoo commit 2f5452633816fc3d81e9e31224589fb7467ec1eb.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
06e3a32767
app-portage/gentoolkit: Sync with Gentoo
...
It's from Gentoo commit 104df0c4e7d6c52c8c88de0201dadd25643452c7.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
fcd680f1db
app-portage/elt-patches: Sync with Gentoo
...
It's from Gentoo commit 42508e7ef5e7385bedcfc10654bbe7d0bc4dfd50.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
d1221e9c1a
app-misc/pax-utils: Sync with Gentoo
...
It's from Gentoo commit 526881cc7883c46a353f6c78baaf3da45cd843f9.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
8278388330
app-eselect/eselect-pinentry: Sync with Gentoo
...
It's from Gentoo commit 1b1da7b6cea10c2b67e63bfbaa7e0786fe7df6f8.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
a0da9b53a4
app-emulation/qemu: Sync with Gentoo
...
It's from Gentoo commit ada41158ff3c251083836e2f019d7b8876bef3bb.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
478e4d2a9a
app-editors/vim-core: Sync with Gentoo
...
It's from Gentoo commit 53d09cbf01518dc97781c94c8cd8181e4b184071.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
88e7d328b8
app-editors/vim: Sync with Gentoo
...
It's from Gentoo commit 7342a56cc60a99cd2b09f5d65deb633a1d2a4626.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
e2830be0c6
app-crypt/pinentry: Sync with Gentoo
...
It's from Gentoo commit 548ab1d7f5566830a43948840a9ba2614414372f.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
b377cf89d6
app-crypt/mhash: Sync with Gentoo
...
It's from Gentoo commit 62b38c216dc300d3300f24a19d8de5ff6fc644bb.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
f3e343ce69
app-containers/docker-cli: Sync with Gentoo
...
It's from Gentoo commit 23d377b24fb52e31275b9af7304eebdbc6f11939.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
2d6a4fcbb7
app-containers/docker: Sync with Gentoo
...
It's from Gentoo commit 23d377b24fb52e31275b9af7304eebdbc6f11939.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
02f851ed7d
app-cdr/cdrtools: Sync with Gentoo
...
It's from Gentoo commit ea6ae9af5e74e4df9b27c472c6e9897e99d14a2c.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
d41347824f
app-arch/xz-utils: Sync with Gentoo
...
It's from Gentoo commit dfcc1f271fa3da8b8710c80737e85a7347f16ba0.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
16469d4ba8
app-arch/libarchive: Sync with Gentoo
...
It's from Gentoo commit a588b3fffb05bf97c97f12d75e6554b5576b478e.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
f137f508b1
app-arch/gzip: Sync with Gentoo
...
It's from Gentoo commit 6bbc70df91176ab7e2a9b3fa27e188a39f52cc0e.
2024-01-08 17:42:19 +01:00
Flatcar Buildbot
93d6e735e2
app-admin/eselect: Sync with Gentoo
...
It's from Gentoo commit 077a5e92894624e8af08d24c7ceb38883b1449e1.
2024-01-08 17:42:19 +01:00
flatcar-ci
8b336cfda1
New version: main-3840.0.0-nightly-20240105-2100
2024-01-06 01:49:17 +00:00
flatcar-ci
3f6dad9269
New version: main-3840.0.0-nightly-20240105-2100-INTERMEDIATE
2024-01-05 21:00:29 +00:00
Kai Lüke
d4c9e0f0a6
Merge pull request #1541 from flatcar/kai/use-ue-rs
...
Make use of ue-rs download_sysext binary
2024-01-05 20:29:18 +01:00
Kai Lueke
9df6652509
coreos-base/update_engine: Make use of ue-rs download_sysext binary
...
This pulls in
https://github.com/flatcar/update_engine/pull/34 to switch from bash
with curl and decode_payload to the ue-rs download_sysext binary.
2024-01-05 20:27:31 +01:00
Dongsu Park
818350c74f
Merge pull request #1544 from flatcar/dongsu/jq-1.7.1
...
app-misc/jq: update to 1.7.1
2024-01-05 15:55:48 +01:00
Mathieu Tortuyaux
8dec7b03f2
dev-libs/openssl: Apply Flatcar modifications
...
- drop `pkg_postint`
- create `/etc/ssl` with tmpfiles
- continue shipping app-misc/c_rehash
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Signed-off-by: Dongsu Park <dpark@linux.microsoft.com>
2024-01-05 15:32:15 +01:00
Krzesimir Nowak
bc44aa3dce
dev-libs/openssl: Sync with Gentoo
...
It's from Gentoo commit 414fc629d397bb756ad382342e99243dcc6ec508.
2024-01-05 15:30:04 +01:00
Kai Lueke
6fba6ae56e
sys-kernel/bootengine: Make use of ue-rs download_sysext binary
...
This pulls in
https://github.com/flatcar/bootengine/pull/82 to switch from curl and
decode_payload to the ue-rs download_sysext binary.
2024-01-05 15:23:55 +01:00
Kai Lueke
44fc44f68e
coreos-base/ue-rs: Update to latest fixes
...
This pulls in the latest fixes as preparation for using ue-rs from
bootengine and update-engine.
2024-01-05 15:23:47 +01:00
Krzesimir Nowak
16c096f0c9
overlay net-misc/openssh: Apply Flatcar modifications
...
None of these modifications are Flatcar-specific. We are trying to
upstream them in https://github.com/gentoo/gentoo/pull/31615 . When
they reach Gentoo, we can move net-misc/openssh to portage-stable.
An exception from above paragraph is marking the ebuild as stable on
amd64 and arm64.
2024-01-05 15:13:12 +01:00
Krzesimir Nowak
5d5640dbf9
net-misc/openssh: Sync with Gentoo
...
It's from Gentoo commit c0d5daf5c2e4b927127c6e92a78e870fa6ef5d61.
2024-01-05 14:40:05 +01:00
Kai Lüke
d0c7277d47
Merge pull request #1542 from flatcar/rust-1.75.0-main
...
Upgrade dev-lang/rust and virtual/rust in main from 1.74.1 to 1.75.0
2024-01-05 13:12:38 +01:00
Dongsu Park
ec0f0435fa
overlay profiles: accept keywords of app-misc/jq 1.7.1
...
We need to accept keywords for both arches to address CVE-2023-50246,
CVE-2023-50268.
2024-01-05 12:23:39 +01:00
Flatcar Buildbot
b84c638edf
app-misc/jq: Sync with Gentoo
...
It's from Gentoo commit c0a1468912f1e9a489b057cf6433d9c95c655aa3.
2024-01-05 09:55:02 +01:00
flatcar-ci
4c418425ba
New version: main-3839.0.0-nightly-20240104-2100
2024-01-04 21:00:24 +00:00
Dongsu Park
fafba85018
Merge pull request #1519 from flatcar/linux-6.6.8-main
...
Upgrade Linux Kernel for main from 6.6.7 to 6.6.8
2024-01-04 17:18:38 +01:00
Dongsu Park
cf437e108e
Merge pull request #1532 from flatcar/cacerts-3.96.1-main
...
Update ca-certificates in main from 3.96 to 3.96.1
2024-01-04 17:08:32 +01:00
Kai Lueke
bab1cef680
dev-lang/rust: Temporarily apply bootstrap bug fix from PR
...
The compilation of rustc fails when a folder is missing. Pick the fix
from https://github.com/rust-lang/rust/pull/119445
2024-01-04 16:29:28 +01:00
Kai Lueke
f0d30e78e7
dev-lang/rust: Temporarily disable musl patch
...
The Gentoo musl patch is not used by us but fails to apply for 1.75.
Disable it for now until we sync again a new ebuild from Gentoo.
2024-01-04 16:29:23 +01:00
Flatcar Buildbot
f4b2ef8c87
dev-lang/rust: Update from 1.74.1 to 1.75.0
2024-01-04 14:12:06 +00:00
flatcar-ci
7b216a56cc
New version: main-3838.0.0-nightly-20240103-2100
2024-01-03 21:00:30 +00:00
Dongsu Park
101b5140f5
Merge pull request #1482 from flatcar/rust-1.74.1-main
...
Upgrade dev-lang/rust and virtual/rust in main from 1.73.0 to 1.74.1
2024-01-03 16:47:48 +01:00
flatcar-ci
fd68dea38f
New version: main-3836.0.0-nightly-20240101-2100
2024-01-01 21:00:26 +00:00
flatcar-ci
ce7905144c
New version: main-3829.0.0-nightly-20231225-2100
2023-12-25 21:00:24 +00:00
Flatcar Buildbot
d1c08ce8f7
app-misc/ca-certificates: Update from 3.96 to 3.96.1
2023-12-25 07:19:18 +00:00
flatcar-ci
01a6b0fb00
New version: main-3825.0.0-nightly-20231221-2100
2023-12-21 21:00:25 +00:00
Mathieu Tortuyaux
43c22cd75e
sys-kernel/coreos-modules: remove CONFIG_DEBUG_CREDENTIALS
...
```
make[1]: Leaving directory '/build/amd64-usr/var/tmp/portage/sys-kernel/coreos-modules-6.6.8/work/coreos-modules-6.6.8/build'
make: Leaving directory '/build/amd64-usr/var/tmp/portage/sys-kernel/coreos-modules-6.6.8/work/coreos-modules-6.6.8/source'
* ERROR: sys-kernel/coreos-modules-6.6.8::coreos failed (configure phase):
* Requested options not enabled in build:
* CONFIG_DEBUG_CREDENTIALS
*
* Call stack:
* ebuild.sh, line 136: Called src_configure
* environment, line 2498: Called coreos-kernel_src_configure
* environment, line 901: Called die
* The specific snippet of code:
* die "Requested options not enabled in build:
* ${missing}";
```
Upstream commit: ae1914174a
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-12-21 15:46:32 +01:00
Flatcar Buildbot
542c407b78
sys-kernel/coreos-sources: Update from 6.6.7 to 6.6.8
2023-12-21 07:11:33 +00:00
Flatcar Buildbot
0b5ad723cf
Update mantle container image to latest HEAD
2023-12-20 21:00:46 +00:00
flatcar-ci
6e50e6b17d
New version: main-3824.0.0-nightly-20231220-2100
2023-12-20 21:00:28 +00:00
Mathieu Tortuyaux
0341db03f7
Merge pull request #1518 from flatcar/tormath1/strace
...
dev-utils/strace: sync with Gentoo
2023-12-20 14:22:48 +01:00
Arthur
41780a6ebd
sys-kernel/bootengine: Install mmc_block module in initrd
...
* sys-kernel/coreos-modules: Enable mmc_block as a module
* overlay sys-kernel/bootengine: Install mmc_block module in initrd
Signed-off-by: Pysen X <pysen@svartavillan.se>
2023-12-20 12:12:51 +01:00
Flatcar Buildbot
02d52c97b1
dev-util/strace: Sync with Gentoo
...
It's from Gentoo commit e9f956fa5355a6c81bec48914dcfd2c9f0170460.
2023-12-20 11:25:17 +01:00
flatcar-ci
71c9907d18
New version: main-3823.0.0-nightly-20231219-2100
2023-12-19 21:00:25 +00:00