Commit Graph

24101 Commits

Author SHA1 Message Date
Thilo Fromm
e8187981fb
Merge pull request #1288 from flatcar/t-lo/fix-systemd-curl-cyclic-dep
build_packages: fix systemd cyclic deps resolver
2023-10-19 11:31:28 +02:00
Thilo Fromm
a6d8a89399 build_packages: fix systemd cyclic deps resolver
This change removes "curl" from the USE flags to be removed to build
systemd in the cyclic deps resolver step of build_packages. Excluding
curl from systemd's USE flags leads to build breakage:

09:06:25  !!! The ebuild selected to satisfy "sys-apps/systemd" for /build/amd64-usr/ has unmet requirements.
09:06:25  - sys-apps/systemd-252.11-r1::coreos USE="audit dns-over-tls elfutils gcrypt gnuefi http idn importd iptables kmod lz4 lzma openssl pam pcre policykit resolvconf seccomp selinux (sysv-utils) (vanilla) zstd -acl -apparmor -cgroup-hybrid -cryptsetup -curl -fido2 -gnutls -homed -pkcs11 -pwquality -qrcode (-split-usr) -test -tpm -xkb"
09:06:25
09:06:25    The following REQUIRED_USE flag constraints are unsatisfied:
09:06:25      importd? ( curl )
09:06:25
09:06:25    The above constraints are a subset of the following complete expression:
09:06:25      dns-over-tls? ( any-of ( gnutls openssl ) ) homed? ( cryptsetup pam openssl ) importd? ( curl lzma any-of ( gcrypt openssl ) ) pwquality? ( homed )

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-19 11:09:45 +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
dosomder
cf20383edc
changelog: rephrase bugfix for cloudsigma cloudinit
Co-authored-by: Krzesimir Nowak <qdlacz@gmail.com>
2023-10-18 14:41:47 +02:00
Dongsu Park
7c7dd79184 changelog: add changelog for Rust 1.73.0 2023-10-18 09:17:04 +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
Dongsu Park
c3d19db937 portage eclass: sync rust-toolchain.eclass
Get rust-toolchain.eclass in sync with Gentoo to be able to build
Rust 1.73+.

Otherwise build will fail due to a missing file from the upstream repo
rust-1.72.0-mips-unknown-linux-gnu.tar.xz.

Gentoo ref: f66c64d25bc04fc2ef3bd3cba6a8fbc48f42be9f
2023-10-18 09:17:04 +02:00
flatcar-ci
115505b86e New version: main-3760.0.0-nightly-20231017-2100 2023-10-17 21:00:27 +00:00
Krzesimir Nowak
b2b42d9341 build_packages: Break another dep loop
It came up with net-libs/nghttp2 adding some integration with systemd.
2023-10-17 18:23:40 +02:00
Mathieu Tortuyaux
27ec8081a0
Merge pull request #1265 from flatcar/tormath1/update-engine
overlay coreos-base/update_engine: pull quotes handling
2023-10-17 10:53:51 +02:00
Mathieu Tortuyaux
433e5b8f72
changelog: add entry
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-10-17 10:52:56 +02:00
Mathieu Tortuyaux
89b329bf23
overlay coreos-base/update_engine: pull quotes handling
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-10-17 10:52:55 +02:00
dosomder
c12965c7e8
changelog: add bugfix for cloudsigma cloudinit 2023-10-17 08:40:14 +02:00
dosomder
15393e0dad
overlay cloudsigma: Set tty to RAW 2023-10-17 08:23:02 +02:00
flatcar-ci
f05a3e01a8 New version: main-3759.0.0-nightly-20231016-2100 2023-10-16 21:00:24 +00:00
Krzesimir Nowak
8401c9e356 changelog: Add entries 2023-10-16 16:00:56 +02:00
Krzesimir Nowak
7cc75f7633 overlay profiles: Drop accept keywords for net-misc/whois 2023-10-16 15:39:27 +02:00
Krzesimir Nowak
b89b88f6cc overlay profiles: Drop disabling of removed USE flag 2023-10-16 15:34:22 +02:00
Dongsu Park
7c95d5d970
Merge pull request #1275 from flatcar/linux-6.1.58-main
Upgrade Linux Kernel for main from 6.1.57 to 6.1.58
2023-10-16 14:51:23 +02:00
Krzesimir Nowak
421ae364e6 overlay profiles: Update accept keywords for app-shells/bash
The 5.2_p15-r5 version is gone from Gentoo, so let's pick some newer
revision then.
2023-10-16 13:49:41 +02:00
Krzesimir Nowak
aa650df01e overlay profiles: Drop accept keywords for app-arch/pigz 2023-10-16 13:42:39 +02:00
Krzesimir Nowak
16c7455f15
Merge pull request #1272 from flatcar/kai/postinst-mv-clean
update_engine/bootengine: Clean up incomplete move target
2023-10-16 13:00:20 +02:00
Kai Lueke
aaecc8f8b6 update_engine/bootengine: Clean up incomplete move target
This pulls in https://github.com/flatcar/update_engine/pull/29 and
https://github.com/flatcar/bootengine/pull/76
to fix the problem of not being able to update from ≤ 3619.0.0 on Azure.
2023-10-16 12:58:20 +02:00
Flatcar Buildbot
9ffd033ef1 sys-fs/xfsprogs: Sync with Gentoo
It's from Gentoo commit b1a152f3ccc12fb85da940359c74c9c6e022c8cd.
2023-10-16 07:17:11 +00:00
Flatcar Buildbot
bf1ce2d573 sys-fs/fuse: Sync with Gentoo
It's from Gentoo commit db42053821df3aec3e495fe06e29cc2147fb98d7.
2023-10-16 07:16:58 +00:00
Flatcar Buildbot
7d83433c3b sys-firmware/intel-microcode: Sync with Gentoo
It's from Gentoo commit 49fe8376218d15dce8d39ffba486be54b06562eb.
2023-10-16 07:16:41 +00:00
Flatcar Buildbot
a27275e821 sys-devel/gdb: Sync with Gentoo
It's from Gentoo commit 9e89f649d54baf55542c6f6b5e7b6cb1c795ad92.
2023-10-16 07:16:34 +00:00
Flatcar Buildbot
ae6bba1f25 sys-devel/gcc: Sync with Gentoo
It's from Gentoo commit d4638efdf1ce57e50321cf963945acd0770f0423.
2023-10-16 07:16:33 +00:00
Flatcar Buildbot
c904a1b376 sys-devel/automake: Sync with Gentoo
It's from Gentoo commit b0fe2a8822a14cc4eab1fd1a9594c803ad52be89.
2023-10-16 07:16:25 +00:00
Flatcar Buildbot
41bdfd5cbd sys-apps/texinfo: Sync with Gentoo
It's from Gentoo commit d0b41137146d60dc41f3807b3131569b5741292c.
2023-10-16 07:16:14 +00:00
Flatcar Buildbot
c571c080de sys-apps/sandbox: Sync with Gentoo
It's from Gentoo commit 46e6c4617d19995582dcfc080c12aca2eccfe280.
2023-10-16 07:16:09 +00:00
Flatcar Buildbot
c4e07e2edc sys-apps/less: Sync with Gentoo
It's from Gentoo commit e9aa13b49906fb2c97a76c0a44a4279e3fc97d3b.
2023-10-16 07:16:00 +00:00
Flatcar Buildbot
5ceecd2f1c sys-apps/kmod: Sync with Gentoo
It's from Gentoo commit faf88204052007fc75917798986a5e1216f99dd2.
2023-10-16 07:15:59 +00:00
Flatcar Buildbot
b11446834b sys-apps/gentoo-functions: Sync with Gentoo
It's from Gentoo commit 7e9d0c1794e80fe982782964aadf2fac51a18d4a.
2023-10-16 07:15:45 +00:00
Flatcar Buildbot
7053a65d57 sys-apps/debianutils: Sync with Gentoo
It's from Gentoo commit f5181c566b5e2ad2f796f5e2a8174de6f755f03d.
2023-10-16 07:15:40 +00:00
Flatcar Buildbot
6f1ba7a2c0 profiles: Sync with Gentoo
It's from Gentoo commit fc4b3c74d90e57bbc0ef19e5f641a4f2c52685ad.
2023-10-16 07:15:29 +00:00
Flatcar Buildbot
c1c06c5988 net-misc/whois: Sync with Gentoo
It's from Gentoo commit e17be513b05f06fa88c022e4c1a9d4489bc8852c.
2023-10-16 07:15:17 +00:00
Flatcar Buildbot
6ee9f3d6c8 net-misc/curl: Sync with Gentoo
It's from Gentoo commit 0da7d6b21bbbdd735fcaae1f27ddd01c6b8d0f3e.
2023-10-16 07:15:08 +00:00
Flatcar Buildbot
c9e001f36e net-libs/nghttp2: Sync with Gentoo
It's from Gentoo commit caacc490a4819d974739e62bdb59d0b4bee233d9.
2023-10-16 07:15:02 +00:00
Flatcar Buildbot
baf0065ff7 net-libs/libnsl: Sync with Gentoo
It's from Gentoo commit 5d0d7e7a046fb6b188beb9695fe6545338b1e730.
2023-10-16 07:14:59 +00:00
Flatcar Buildbot
b4e6287e39 net-dns/c-ares: Sync with Gentoo
It's from Gentoo commit cd8f85dd834261b26b1ffed097d17f7f3b29f2dc.
2023-10-16 07:14:56 +00:00
Flatcar Buildbot
d4f8c5b47e sys-kernel/coreos-sources: Update from 6.1.57 to 6.1.58 2023-10-16 07:14:02 +00:00
Flatcar Buildbot
c633144800 eclass/ninja-utils: Sync with Gentoo
It's from Gentoo commit 7bdd7fed54b73d349c5bd4f9b81e3e3d4544bf56.
2023-10-16 07:13:31 +00:00
Flatcar Buildbot
66396f0e8d eclass/multiprocessing: Sync with Gentoo
It's from Gentoo commit 844eece34638a7b93a55d610d32254504bd2be63.
2023-10-16 07:13:31 +00:00
Flatcar Buildbot
182d5ea0f7 eclass/meson: Sync with Gentoo
It's from Gentoo commit 85eb4cfe2f740d281b497787c544889c87fabb1f.
2023-10-16 07:13:19 +00:00