Commit Graph

16008 Commits

Author SHA1 Message Date
Flatcar Buildbot
41ad01fd91 dev-libs/libbsd: Sync with Gentoo
It's from Gentoo commit 8ae193c0705d6114f392e6757975731c828d0d18.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
d24de16a07 dev-libs/glib: Sync with Gentoo
It's from Gentoo commit ea3765ee967e6b04e89679dfc3a27c278f1db544.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
ecf2a21773 dev-lang/python: Sync with Gentoo
It's from Gentoo commit 30bf52ef60846cabed7acb7a6fcd061b4a25d1bd.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
ac1bdebb17 dev-lang/lua: Sync with Gentoo
It's from Gentoo commit adee3669cebf0d20e7ecf68c5ed9cb4a79f8460b.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
8f17011426 dev-db/sqlite: Sync with Gentoo
It's from Gentoo commit 856ce00ea377a0a1cfe6796951de8742a7b51318.
2023-11-01 12:40:50 +01:00
Flatcar Buildbot
4340750d02 app-emulation/qemu: Sync with Gentoo
It's from Gentoo commit 50ad24c08d86326adcff296e6beb26107e0ab028.
2023-11-01 12:40:50 +01:00
Thilo Fromm
fd33dfdbf2
Merge pull request #1305 from flatcar/t-lo/gentoo-upstream-containerd-docker
app-containers: switch to upstream docker, containerd, runc, bump docker to v24
2023-11-01 10:04:05 +01:00
Thilo Fromm
ce887370ee mantle-container: bump version to include btrfs update test 2023-11-01 10:01:56 +01:00
flatcar-ci
8a1aa6abec New version: main-3774.0.0-nightly-20231031-2100 2023-10-31 21:00:26 +00:00
flatcar-ci
eadc841a28 New version: main-3773.0.0-nightly-20231030-2100 2023-10-30 21:00:28 +00:00
Thilo Fromm
0476269fed mantle-container: use PR #475 version for btrfs test
Temporary commit to use https://github.com/flatcar/mantle/pull/475 for
testing which ships the btrfs backwards compatibility test.

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-30 17:24:03 +01:00
Thilo Fromm
fa623fed84 make.defaults, go-env.eclass: export cgo flags, enable cgo by default
This change adds exporting CGO_* flags to go-env.eclass; the upstream pr
https://github.com/gentoo/gentoo/pull/33539 has been updated
accordingly.

Also, CGO_ENABLED=1 has been added to coreos/../make.conf to enable gco
by default. This fixes a build issue for arm64 with Docker's
device-mapper storage driver:

daemon/graphdriver/devmapper/deviceset.go:306:25: undefined: devicemapper.SetTransactionID
...
daemon/graphdriver/devmapper/deviceset.go:867:28: undefined: devicemapper.ErrEnxio
daemon/graphdriver/devmapper/deviceset.go:867:28: too many errors

gco is enabled on AMD64 by default, and cgo was always enabled in the
coreos docker ebuilds. This way we retain that setting for the Gentoo
ebuilds.
2023-10-30 17:21:26 +01:00
Thilo Fromm
f2a4b4a11e partage stable docker 24: addressed PR feedback
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-30 17:21:26 +01:00
Thilo Fromm
47a74ba059 coreos/base/package.accept_keywords: sort alphabetically
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-30 17:21:26 +01:00
Thilo Fromm
e2173e06d1 coreos-overlay/containerd: add Gentoo ebuilds and version 1.7.7
This adds plain Gentoo upstream containerd ebuilds to coreos-overlay and
copies containerd-1.7.6.ebuild to containerd-1.7.7.ebuild since upstream
does not support 1.7.7 yet.

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-30 17:21:26 +01:00
Thilo Fromm
4b8f919bd1 portage-stable/eclass: add Go cross-comile helper eclass
This change allows cross-compiling of Go packages and will be upstreamed.

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-30 17:21:26 +01:00
Thilo Fromm
9f45ea05e9 app-containers: use upstream docker, containerd, runc
This change removes Flatcar specific builds of docker[-cli], containerd,
runc, and cri-tools and instead switches to upstream Gentoo ebuilds
added to portage-stable.

The change updates docker to 24.0.6.

NOTE that there currently is no upstream ebuild for containerd-1.7.7, so
this change adds that ebuild based on the upstream containerd-1.7.6
ebuild.

Flatcar customisations like systemd units etc. are now applied in the
manglefs script of the respective sysexts, based on file system trees in
coreos-overlay/coreos/sysext/(containerd|docker).

The build_sysext script has been extended by an option to strip all
binaries in a sysext; the option is active by default. This takes care
of removing debug symbols from docker and containerd - which are not
removed by the default Gentoo build. The overall size of both containerd
and docker sysext is reduced by ~50%.

Lastly, the sysext command line syntax of build_image has been extended
to allow specifying multiple packages for a sysext. This was necessary
because docker-cli and docker do not have any runtime relationships and
therefore must both be specified for installation to correctly mirror
Flatcar's own docker packaging.

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-30 17:21:26 +01:00
Flatcar Buildbot
0b4cded217 Update mantle container image to latest HEAD 2023-10-28 02:01:27 +00:00
flatcar-ci
6667dcf10f New version: main-3770.0.0-nightly-20231027-2100 2023-10-28 02:01:10 +00:00
flatcar-ci
6470b6f470 New version: main-3770.0.0-nightly-20231027-2100-INTERMEDIATE 2023-10-27 21:00:27 +00:00
Dongsu Park
55c099f3aa
Merge pull request #1314 from flatcar/dongsu/ue-rs-2023-10-25
overlay ue-rs: update to 0.1.0-r2, 2023-10-25
2023-10-27 17:39:02 +02:00
Dongsu Park
475402a9af
Merge pull request #1313 from flatcar/dongsu/uss-openssh-keys-0.6.2
overlay update-ssh-keys: update openssh-keys to 0.6.2
2023-10-27 17:37:12 +02:00
Dongsu Park
1c91f5a242 overlay update-ssh-keys: regenerate CRATES
Regenerate CRATES by running cargo ebuild.
2023-10-27 17:36:15 +02:00
Dongsu Park
1cda059245 overlay update-ssh-keys: update openssh-keys to 0.6.2
Update openssh-keys to 0.6.2 to avoid relying on a custom branch.
Also remove custom patch from the ebuild.

Pulls in https://github.com/flatcar/update-ssh-keys/pull/14.
2023-10-27 17:36:12 +02:00
Dongsu Park
0da4d87402 overlay ue-rs: update to 0.1.0-r2, 2023-10-25
Update to f0ad33c6b4b3e966be2437d3da44a7c580e3dc37, trunk of 2023-10-25.
Regenerate CRATES by cargo ebuild.
2023-10-26 17:23:16 +02:00
Flatcar Buildbot
f44858523a sys-kernel/coreos-sources: Update from 6.1.59 to 6.1.60 2023-10-26 07:12:13 +00:00
Krzesimir Nowak
b880096ab5 eclass/cargo: Sync with Gentoo
It's from Gentoo commit dc51935f7aae5f89d1ffecabef322680979952b8.
2023-10-25 15:05:33 +02:00
Krzesimir Nowak
86ad817042 overlay profiles: Drop accept keywords for sys-devel/automake 2023-10-25 15:05:33 +02:00
Krzesimir Nowak
16ebae2bf4 portage-stable dev-util/b2: Drop unused package 2023-10-25 15:05:33 +02:00
Krzesimir Nowak
ff6b407f2d overlay coreos-devel/sdk-depends: Stop pulling dev-util/b2
It was used only by dev-libs/boost that we have just dropped.
2023-10-25 15:05:33 +02:00
Krzesimir Nowak
c9f8fb9051 portage-stable dev-libs/boost: Drop unused package 2023-10-25 15:05:33 +02:00
Krzesimir Nowak
dc7f6ea732 overlay profiles: Add accept keywords for sys-block/thin-provisioning-tools
The updated version is stable only on arm64.
2023-10-25 15:05:33 +02:00
Krzesimir Nowak
28e7d037cf overlay profiles: Add accept keywords for sys-apps/smartmontools
The updated version is stable only on amd64.
2023-10-25 15:05:33 +02:00
Krzesimir Nowak
f32ed7113e overlay profiles: Add accept keywords for dev-lang/python
The updated version is stable only on arm64.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
c444a7ee9e x11-base/xorg-proto: Sync with Gentoo
It's from Gentoo commit acb32bf80ce20334e9c1c46085715eabfe5e296d.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
8eb763ce33 sys-process/procps: Sync with Gentoo
It's from Gentoo commit 6ac1b36b938177b74499946b8d88d4fe89033061.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
b457d699d5 sys-libs/libnvme: Sync with Gentoo
It's from Gentoo commit 11c3ec43c781c83c1e699437f834869f4f8fc33d.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
39a4903b40 sys-devel/gcc: Sync with Gentoo
It's from Gentoo commit fc30aec681ad047fc04225f48eca6716e7821bcb.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
21294d2ae5 sys-devel/automake: Sync with Gentoo
It's from Gentoo commit 1cf0eee856a8a6425af5b38a9f55cd9b24d7cefb.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
9e1ee1df34 sys-block/thin-provisioning-tools: Sync with Gentoo
It's from Gentoo commit 4fba46f271bc6c0575a2039910e7f51aa1765979.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
93d4e574f6 sys-block/parted: Sync with Gentoo
It's from Gentoo commit 7c5d7fefe2750ec21f43663b5808bfad9832e53c.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
3d6fcc31d6 sys-apps/usbutils: Sync with Gentoo
It's from Gentoo commit 21984480390b1b4b19ef9328754e9bbbe09e17cd.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
beb6b281ee sys-apps/texinfo: Sync with Gentoo
It's from Gentoo commit fcb7339e77be994abc07ad07c193c697fa1548fc.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
977cb0f287 sys-apps/smartmontools: Sync with Gentoo
It's from Gentoo commit 48e62ca129db97fa387367c14baedc326ec6a746.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
6a4a0be34d sys-apps/portage: Sync with Gentoo
It's from Gentoo commit 3500483f75789c36e379c1b6546a09df7c11e2b1.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
53a4aa339f sys-apps/iproute2: Sync with Gentoo
It's from Gentoo commit b4b3b2e23fe5372b723888a738479df92545b0ad.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
788439357e sys-apps/hwdata: Sync with Gentoo
It's from Gentoo commit a0eb8bc147937ef3c2c58cd682fc38ed7b9e4c15.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
e86224aecc sys-apps/file: Sync with Gentoo
It's from Gentoo commit 1a8e3a3717ff4d46c6c7b1d356ded751275c531d.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
dbed59b744 sys-apps/ethtool: Sync with Gentoo
It's from Gentoo commit f20d9042675378c12d75a62955514a4cde41195f.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
c342c9e438 sys-apps/coreutils: Sync with Gentoo
It's from Gentoo commit 577e344d50dfa44f54f7ce77a7247486a97a54e1.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
c7d5219f2b sec-policy/selinux-unconfined: Sync with Gentoo
It's from Gentoo commit 7781707567ad53c712301ab2e6e6f75ca013c3f3.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
323534ee22 sec-policy/selinux-sssd: Sync with Gentoo
It's from Gentoo commit 7781707567ad53c712301ab2e6e6f75ca013c3f3.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
0525296f5d sec-policy/selinux-dbus: Sync with Gentoo
It's from Gentoo commit 7781707567ad53c712301ab2e6e6f75ca013c3f3.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
81e6238713 sec-policy/selinux-container: Sync with Gentoo
It's from Gentoo commit 7781707567ad53c712301ab2e6e6f75ca013c3f3.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
ae946cf097 sec-policy/selinux-base-policy: Sync with Gentoo
It's from Gentoo commit 7781707567ad53c712301ab2e6e6f75ca013c3f3.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
b593364323 sec-policy/selinux-base: Sync with Gentoo
It's from Gentoo commit 7781707567ad53c712301ab2e6e6f75ca013c3f3.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
9ae70e5d93 profiles: Sync with Gentoo
It's from Gentoo commit 3331595639bf0217a766e46e4b1f5abf5323e052.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
f475c62f8a net-misc/iperf: Sync with Gentoo
It's from Gentoo commit 23cb029f4efe3284bbf194c2a17375cf3fd64693.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
6acf94342a net-dns/dnsmasq: Sync with Gentoo
It's from Gentoo commit b22dddcb8a0fb0e10ec77a08bf2c103bc4c933b8.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
5e2a6e220a licenses: Sync with Gentoo
It's from Gentoo commit acb42cc480af58f30c4cb0f364e583d102ace5c4.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
8c8f64dbc4 eclass/xorg-3: Sync with Gentoo
It's from Gentoo commit c06c0d7fe31a4810a799676607c1b116c50d07b7.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
1cb06ea35c eclass/python-utils-r1: Sync with Gentoo
It's from Gentoo commit d383331bd93780571c7ba9443039d80c08fa35f6.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
9f04337847 eclass/kernel-2: Sync with Gentoo
It's from Gentoo commit 73b4fb45a86e8918529e29ee61e6a54e9034a064.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
f718f82938 eclass/java-utils-2: Sync with Gentoo
It's from Gentoo commit 9ad2683b86538e21a2d7411fa71058ac534c23de.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
e9c3a35574 eclass/flag-o-matic: Sync with Gentoo
It's from Gentoo commit b81724af911b1c7f0473cd850ab29c74733c5f30.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
7171f70585 eclass/elisp-common: Sync with Gentoo
It's from Gentoo commit 2ab9bda58e464656cdf1e31b7e8b293cf1ec0caf.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
123dcdf45f dev-vcs/repo: Sync with Gentoo
It's from Gentoo commit 50ffcb02adc98342e87676d7c1d16c14f600a2ff.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
7bcb622b25 dev-util/ninja: Sync with Gentoo
It's from Gentoo commit 6fa5f40e0a097ca4900307a2dd4648c5fdc465c2.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
1cbb3b835b dev-util/meson: Sync with Gentoo
It's from Gentoo commit c9fe13a8985c66bf44a1f0a8d46bab20995a1a51.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
cf5a7ca5e4 dev-util/cmake: Sync with Gentoo
It's from Gentoo commit 64e13ce033314d91aa2e717ec858b65356c59590.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
c777a1c7dc dev-python/cython: Sync with Gentoo
It's from Gentoo commit fc3e64161e47e72bbd77693ecec9ace8b7cd1a3d.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
40a31c4eca dev-libs/protobuf: Sync with Gentoo
It's from Gentoo commit d674a844b38ef779323f6b445f58db22c6586c19.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
f15bf139fa dev-lang/python: Sync with Gentoo
It's from Gentoo commit 0bcd2ab51bbbac3397629a3b7a7bdd566857fb89.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
51d6d222b7 dev-lang/lua: Sync with Gentoo
It's from Gentoo commit 7c4d1adc59340281050875aaf8cad24b0e5b3cf0.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
6a8975ff68 app-portage/gentoolkit: Sync with Gentoo
It's from Gentoo commit 122ee4d7e65a6a1ba60a508a99f4d93632bda5dd.
2023-10-25 15:05:33 +02:00
Flatcar Buildbot
5b21af3c87 app-emulation/qemu: Sync with Gentoo
It's from Gentoo commit 196685c68adecedeb3c335e551924cab4aee55ea.
2023-10-25 15:05:32 +02:00
flatcar-ci
5ec3b7bd96 New version: main-3767.0.0-nightly-20231024-2100 2023-10-24 21:00:32 +00:00
Thilo Fromm
ac811ab50f
Merge pull request #1216 from flatcar/contrib/torcx-deprecation-docker-sysext
Contrib: Deprecate torcx, ship containerd / docker as sysexts
2023-10-24 09:33:44 +02:00
flatcar-ci
4deb3ba157 New version: main-3766.0.0-nightly-20231023-2100 2023-10-23 21:00:25 +00:00
Thilo Fromm
37cc05ce11 coreos/base/package.use: squashfs-tools: enable all compression formats
This change enables USE flags for all supported compression formats.
zstd specifically is required to build zstd sysexts.
2023-10-23 16:05:46 +02:00
Thilo Fromm
b775036a62 torcx removal: address PR comments
- updated github actions for runc, containerd, and docker to not handle
  nonexistent ebuilds in app-torcx/ anymore
- removed spurious package_run_dependencies from build_image_util.sh
- build_sysext: generate pkginfo before mangle script runs
  use zstd for compression; add cli flag to select compression
- ci_automation_common.sh: remove spurious `/` from match string
- coreos, board-packages, bootengine: bump ebuild revisions
- kernel commonconfig: add squashfs zstd support

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-23 16:05:45 +02:00
Thilo Fromm
6512ef04ca overlay coreos-base/update_engine: remove torcx sanity check
Include PR https://github.com/flatcar/update_engine/pull/30 to un-break
updates when torcx was removed in favour of sysext.

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-23 16:05:45 +02:00
Thilo Fromm
c589fb8e56 coreos-overlay: removed all remaining app-torcx artifacts
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-23 16:05:45 +02:00
Krish Jain
fe949f5900 Make sure binary packages are built in build_packages already 2023-10-23 16:05:45 +02:00
krishjainx
c026d9ed53 Remove app-arch/torcx from coreos-overlay 2023-10-23 16:05:45 +02:00
krishjainx
851009c6cc Install docker as a system extension, use manglefs script ( convert the unit dependencies from wants to upholds); one sysext for all docker for now 2023-10-23 16:05:45 +02:00
Mathieu Tortuyaux
7b0d9bde7e
Merge pull request #1289 from flatcar/linux-6.1.59-main
Upgrade Linux Kernel for main from 6.1.58 to 6.1.59
2023-10-23 15:26:43 +02:00
flatcar-ci
ed16d78876 New version: main-3763.0.0-nightly-20231020-2100 2023-10-21 02:09:26 +00:00
flatcar-ci
418e418c29 New version: main-3763.0.0-nightly-20231020-2100-INTERMEDIATE 2023-10-20 21:00:29 +00:00
Flatcar Buildbot
9c8e8b8f10 sys-kernel/coreos-sources: Update from 6.1.58 to 6.1.59 2023-10-20 07:11:41 +00:00
Flatcar Buildbot
c3b366f872 Update mantle container image to latest HEAD 2023-10-19 21:00:42 +00:00
flatcar-ci
18adacfa57 New version: main-3762.0.0-nightly-20231019-2100 2023-10-19 21:00:23 +00:00
Dongsu Park
291ec131e3
Merge pull request #1281 from flatcar/dongsu/rust-1.73.0
overlay dev-lang/rust: Update to 1.73.0
2023-10-19 12:27:20 +02:00
Krzesimir Nowak
9bd49b722e
Merge pull request #1280 from dosomder/cloudsigma-set-tty-raw
overlay cloudsigma: Set tty to RAW
2023-10-19 10:55:56 +02:00
dosomder
efd822f993
overlay cloudsigma: bump ebuild revision 2023-10-19 07:44:07 +02:00
flatcar-ci
27384f9a4a New version: main-3761.0.0-nightly-20231018-2100 2023-10-18 21:00:38 +00:00
Krzesimir Nowak
a56e7b52c7
Merge pull request #1276 from flatcar/buildbot/weekly-portage-stable-package-updates-2023-10-16
Weekly portage-stable package updates 2023-10-16
2023-10-18 16:07:31 +02:00
Dongsu Park
934009e25e overlay virtual/rust: update to 1.73.0 2023-10-18 09:17:04 +02:00
Dongsu Park
ec8e7e8f87 overlay dev-lang/rust: Apply Flatcar modifications
- Apply cross-compiling changes.
- Remove dependency on sys-apps/lsb-release, which conflicts with
  sys-apps/baselayout of Flatcar.
- Remove rust-src to keep the SDK size minimal.
- Add a comment about keeping the patchlevel 0 of stage0.
- Update Rust version from 1.72.1 to 1.73.0 in profiles.

Based on commit 82f9e1b8db
2023-10-18 09:17:04 +02:00
Dongsu Park
5d12e8e118 overlay dev-lang/rust: Update to 1.73.0
Sync with Gentoo to update dev-lang/rust to 1.73.0.

Gentoo ref: a36588cc963e0ecf32b38465c02039b20ecd7ea6
2023-10-18 09:17:04 +02:00