Krzesimir Nowak
92e5b6774c
profiles: Drop outdated unmasks
2022-05-13 14:08:43 +02:00
Krzesimir Nowak
1e9c554554
profiles: Cleanup use flags for dev-vcs/git
2022-05-13 14:08:43 +02:00
Krzesimir Nowak
56c7e98967
profiles: Cleanup use flags for app-emulation/qemu
...
Move them to targets/sdk as qemu is only built for SDK. Drop all the
enabled-by-default USE flags.
2022-05-13 14:08:43 +02:00
Krzesimir Nowak
7295c3113d
net-fs/samba: Apply Flatcar modifications
...
- Add a minimal USE flag for only installing libraries
- Change the Perl run-time dep to build-time only
- Disable building libraries requiring Python
- Limit the size of bundled libraries
2022-05-13 14:08:43 +02:00
Krzesimir Nowak
6a2d7bc673
net-fs/samba: Sync with Gentoo
...
It's from Gentoo commit d33672fa71f0223f90aca9d85d52d916f05de354.
2022-05-13 14:08:43 +02:00
Krzesimir Nowak
3c92acec07
profiles: Update app-emulation/qemu accept_keywords
2022-05-13 14:08:43 +02:00
Krzesimir Nowak
ab6119aa8b
sys-apps/dbus: Apply Flatcar modifications
2022-05-13 14:08:43 +02:00
Krzesimir Nowak
971bfb47ae
sys-apps/dbus: Sync with Gentoo
...
It's from Gentoo commit 036bc045b998a68b4da32a023cc544e33e7080e1.
2022-05-13 14:08:43 +02:00
Krzesimir Nowak
aef9c407c0
changelog: Add entries
2022-05-13 12:22:58 +02:00
Dongsu Park
d8f726d0d7
sys-kernel/coreos-firmware: fix build issue with intel/ice/ddp/ice.pkg
...
Since linux-firmware 20220509, intel/ice/ddp/ice-1.3.26.0.pkg was
updated to ice-1.3.28.0.pkg. As a result the symlink ice.pkg needs to be
also updated so it points to the correct version of the file.
Create a variable for the ICE DDP version for better maintenance.
2022-05-13 11:30:51 +02:00
flatcar-ci
73e1a44163
New version: main-3238.0.0-nightly-20220513-0155
2022-05-13 04:52:50 +00:00
Dongsu Park
14761dc4da
changelog: add security changelog for runc 1.1.2
2022-05-12 17:35:53 +02:00
Flatcar Buildbot
54b6479bb0
app-emulation: Upgrade Runc 1.1.1 to 1.1.2
2022-05-12 17:34:36 +02:00
Krzesimir Nowak
c7c189e7ae
profiles: Work around the build-id collisions
2022-05-12 16:14:31 +02:00
Jeremi Piotrowski
d675d2f74a
Merge pull request #1876 from flatcar-linux/jepio/remove-xen-pci-patch
...
sys-kernel/coreos-sources: remove Xen-PCI-revert patch
2022-05-12 14:06:47 +02:00
Flatcar Buildbot
d7d50d5444
sys-kernel: Upgrade Linux Firmware 20220411 to 20220509
2022-05-12 07:11:57 +00:00
Dongsu Park
961dd018a9
changelog: add changelog for Go 1.18.2
2022-05-11 14:34:02 +02:00
Dongsu Park
8a19d74c15
.github: remove unnecessary version Go 1.16
...
Go 1.16 was deprecated some time ago, so we do not need that in Github
Actions.
2022-05-11 14:34:02 +02:00
Dongsu Park
601cbca305
*: Use Go 1.18 instead of 1.17
...
Use Go 1.18 instead of 1.17 by default in all ebuilds.
Note, we still keep building app-emulation/docker{,-cli} with Go 1.17,
to be consistent with upstream Docker 20.10.x, which still builds with
Go 1.17. That should avoid potential unexpected regressions that
happened in the past.
2022-05-11 14:34:02 +02:00
Dongsu Park
2ef1472e32
dev-lang/go: add 1.18.2
...
Update the default version of dev-lang/go to 1.18.2.
Keep go1.17 as well to build docker{,-cli} with Go 1.17.
Use EAPI=7 for all versions.
See also https://go.dev/doc/go1.18 .
2022-05-11 14:34:02 +02:00
Dongsu Park
7619b554b8
eclass: use ver_cut instead of get_version_component_range
...
We should update EAPI from 6 to 7, to deprecate old EAPIs in general.
To make it work with EAPI=7, replace get_version_component_range with
ver_cut, as get_version_component_range does not work any more with EAPI
7. As a result, the versionator eclass is not needed any more.
2022-05-11 14:34:02 +02:00
Dongsu Park
0bd7c888f2
Merge pull request #1877 from flatcar-linux/docker-20.10.15-main
...
Upgrade Docker in main from 20.10.14 to 20.10.15
2022-05-11 14:32:43 +02:00
Krzesimir Nowak
43fae4e854
sys-libs/ldb: Add from Gentoo
...
It's from Gentoo commit c548fea1c296cd1360408e93ed7109bde13605db.
2022-05-11 14:15:49 +02:00
Krzesimir Nowak
e7e42a04da
sys-libs/tevent: Sync with Gentoo
...
It's from Gentoo commit 1fec47542dadd8a07c1bb1e81a09dddb2af911ae.
2022-05-11 14:13:02 +02:00
Krzesimir Nowak
58657a7e90
sys-libs/tdb: Sync with Gentoo
...
It's from Gentoo commit 338d93c6126111bbeeb2b9bd8424cc5de0fdeb28.
2022-05-11 14:12:53 +02:00
Krzesimir Nowak
92016be152
sys-libs/talloc: Sync with Gentoo
...
It's from Gentoo commit b74309e4ee314b6d5dea88395411003ec05f4569.
2022-05-11 14:12:35 +02:00
Jeremi Piotrowski
a71094c33b
sys-kernel/coreos-sources: remove Xen-PCI-revert patch
...
There was a kernel regression on Xen HVM with regard to MSI interrupts that
affected certain AWS instances (m4 and similar). We reverted the patch that
broke networking, but in the meantime upstream found the actual cause and
provided a proper fix which is part of 5.15.38. Remove the obsolete patch.
Link: https://lore.kernel.org/all/20220504153056.686401990@linuxfoundation.org/
2022-05-11 12:51:58 +02:00
Mathieu Tortuyaux
75f1725a0f
Merge pull request #1874 from flatcar-linux/tormath1/bootengine
...
sys-kernel/bootengine: bump commit ID
2022-05-11 09:49:01 +02:00
Flatcar Buildbot
41c7dcd724
app-emulation: Upgrade Docker 20.10.14 to 20.10.15
2022-05-11 07:46:12 +00:00
Kai Lueke
96b90f616f
coreos-base/coreos-init: Ensure /etc/flatcar/update.conf exists
...
This pulls in
https://github.com/flatcar-linux/init/pull/71
to create /etc/flatcar/update.conf if missing.
2022-05-11 15:23:05 +09:00
flatcar-ci
06467a7244
New version: main-3236.0.0-nightly-20220511-0155
2022-05-11 04:53:38 +00:00
Krzesimir Nowak
0c52e4f3fd
Merge pull request #1873 from flatcar-linux/linux-5.15.38-main
...
Upgrade Linux Kernel in main from 5.15.37 to 5.15.38
2022-05-10 15:52:10 +02:00
Mathieu Tortuyaux
0b3cbd519d
changelog: add entry
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-05-10 13:52:09 +02:00
Dongsu Park
4cc38f04c5
Merge pull request #1865 from flatcar-linux/dongsu/changelog-example
...
changelog: use a specific project name in the example
2022-05-10 11:25:18 +02:00
Jeremi Piotrowski
1c2e75e940
Merge pull request #1838 from flatcar-linux/jepio/cross-binutils-keywords
...
profiles: add keywords to cross-*/binutils as well
2022-05-10 09:55:09 +02:00
Mathieu Tortuyaux
2edfc016e9
sys-kernel/bootengine: bump commit ID
...
this pulls:
* https://github.com/flatcar-linux/bootengine/pull/45
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-05-10 09:32:37 +02:00
Flatcar Buildbot
d4f751a8b3
sys-kernel: Upgrade Kernel 5.15.37 to 5.15.38
2022-05-10 07:23:47 +00:00
flatcar-ci
01bded9b35
New version: main-3235.0.0-nightly-20220510-0155
2022-05-10 04:52:50 +00:00
Krzesimir Nowak
31d7748a4e
sys-fs/e2fsprogs-libs: Drop dead package
2022-05-09 20:46:33 +02:00
Krzesimir Nowak
6b4bf05c3c
app-crypt/mit-krb5: Sync with Gentoo
...
It's from Gentoo commit d09b0b1e69d1dbe1f6c458e6d1c6fc2a1ab59340.
2022-05-09 20:46:33 +02:00
Krzesimir Nowak
acd5bb5ebb
net-nds/openldap: Sync with Gentoo
...
It's from Gentoo commit eac600cf87417f9312fae99b7f73536b5ff399d1.
2022-05-09 20:46:33 +02:00
Krzesimir Nowak
d9ce0cb089
sys-fs/e2fsprogs: Sync with Gentoo
...
It's from Gentoo commit c84288608b4210250bf60841cfd6d34a709fd1b9.
2022-05-09 20:46:33 +02:00
Krzesimir Nowak
6cf4830ff5
app-emulation/qemu: Sync with Gentoo
...
It's from Gentoo commit d2bc22c74485c3850ba5648f80452a69b43537ec.
2022-05-09 20:46:27 +02:00
Krzesimir Nowak
613fb44021
dev-util/catalyst: Sync with gentoo
...
It's from gentoo commit 74530679b923373acc5265cb46ed1740765a176c.
2022-05-09 20:46:27 +02:00
Krzesimir Nowak
2883455da4
profiles: Sync with Gentoo
...
It's from Gentoo commit e6e96ae5a6cc60f87906f6d9c2a868bcac20b920.
To unblock newer versions of setuptools.
2022-05-09 20:46:14 +02:00
flatcar-ci
27926f3f3a
New version: main-3232.0.0-nightly-20220507-0155
2022-05-07 04:51:31 +00:00
Dongsu Park
eb0cf00c5e
changelog: add changelog for torcx
2022-05-06 15:21:46 +02:00
Dongsu Park
431c87c98e
app-arch/torcx: update golang.org/x/crypto
...
Update golang.org/x/crypto to v0.0.0-20220314234659-1baeb1ce4c0b mainly
to address CVE-2022-27191.
Pulls in https://github.com/flatcar-linux/torcx/pull/12 .
2022-05-06 15:21:46 +02:00
Dongsu Park
d18978d5e6
Merge pull request #1864 from flatcar-linux/containerd-1.6.4-main
...
Upgrade Containerd in main from 1.6.3 to 1.6.4
2022-05-06 15:19:29 +02:00
Flatcar Buildbot
db98608970
Update mantle container image to latest HEAD
2022-05-06 10:35:57 +00:00