Commit Graph

8858 Commits

Author SHA1 Message Date
Sayan Chowdhury
abcff65183 profiles: remove accept_keywords for gcc arm64
gcc has been stabilized for arm64 for 11.3.1_p20230120-r1 so we can drop
our profile change for the same.

Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-02-21 22:31:19 +05:30
Sayan Chowdhury
06d4d60fbf profiles: remove accept_keywords for curl arm64
curl has been stabilized for arm64 for 7.87.0-r2 so we can drop
our profile change for the same.

Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-02-21 22:31:19 +05:30
Sayan Chowdhury
aae3c0977a profiles: remove accept_keywords for glib arm64
glib has been stabilized for arm64 for 2.74.4 so we can drop
our profile change for the same.

Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-02-21 22:31:19 +05:30
Sayan Chowdhury
39e9a2cb2e profiles: remove accept_keywords for qemu arm64
qemu has been stabilized for arm64 for 7.2.0 so we can drop
our profile change for the same.

Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-02-21 22:31:19 +05:30
Kai Lueke
2965968b40 coreos-base/coreos-init: Fix dummy dev default networkd unit exclusion
This pulls in
https://github.com/flatcar/init/pull/90
to fix the dummy interface exclusion rule in the default networkd unit.
It was supposed to work before but didn't. With it we wouldn't have
needed the special exclusions for Kubernetes interfaces.
2023-02-21 21:55:54 +09:00
Dongsu Park
493e755f8b Merge pull request #2468 from flatcar/dongsu/containerd-go-1.19
app-emulation/containerd: default to Go 1.19
2023-02-21 13:42:48 +01:00
Kai Lüke
5947444b38 Merge pull request #2466 from flatcar/kai/init-kube-network
coreos-base/coreos-init: Exclude K8s' special interfaces
2023-02-21 13:17:58 +01:00
Dongsu Park
1e947c7ef9 app-emulation/containerd: default to Go 1.19
Since containerd 1.6.18, containerd is built with
Go 1.19 by default. Following that, update the default
Go version to 1.19.
See also
https://github.com/containerd/containerd/commit/54ead5b7b71a .
2023-02-21 11:24:25 +01:00
Krzesimir Nowak
174b3b250c Merge pull request #2461 from flatcar/krnowak/python-update
Update python to 3.10.x
2023-02-20 17:11:27 +01:00
Dongsu Park
0071170759 changelog: add changelog for Go 1.19.6 2023-02-20 16:36:18 +01:00
Kai Lueke
b5f0e88504 coreos-base/coreos-init: Exclude K8s' special interfaces
This pulls in
https://github.com/flatcar/init/pull/89
to set the Kubernetes interfaces nodelocaldns and kube-ipvs0 as
Unmanaged in networkd to prevent configuration conflicts.
2023-02-20 19:11:03 +09:00
Flatcar Buildbot
cf9216166c dev-lang: Upgrade Go 1.19.5 to 1.19.6 2023-02-20 07:27:15 +00:00
Dongsu Park
818bab8f60 Merge pull request #2454 from flatcar/dongsu/gcc-glibc-cet
profiles: update sys-devel/gcc to 11.3.1_p20230120-r1
2023-02-17 16:00:04 +01:00
Dongsu Park
91393a0bea Merge pull request #2460 from flatcar/dongsu/openssh-9.2
net-misc/openssh: update to 9.2_p1-r2
2023-02-17 15:49:02 +01:00
Krzesimir Nowak
b45bed244e changelog: Add an entry 2023-02-17 12:22:38 +01:00
Krzesimir Nowak
7241464358 dev-python/distro-oem: Bump python dep to 3.10 2023-02-17 12:20:12 +01:00
Krzesimir Nowak
ac0f9ba2d8 app-emulation/wa-linux-agent: Bump python dep to 3.10 2023-02-17 12:20:12 +01:00
Krzesimir Nowak
a9cd46e40b profiles: Drop outdated accept keywords for sys-fs/btrfs-progs 2023-02-17 12:20:12 +01:00
Krzesimir Nowak
c0b5d9a78a profiles: Update USE flags for sys-fs/btrfs-progs 2023-02-17 12:20:12 +01:00
Krzesimir Nowak
f5134084d4 sys-boot/grub: Bump EAPI to 7
The ebuild uses python eclasses, which dropped support for EAPI 6
after the update. Updating EAPI required replacing the use of the
versionator eclass as it's banned in EAPI 7 or later. Fortunately,
nothing in the ebuild seemed to use anything from the eclass.
2023-02-17 12:20:12 +01:00
Krzesimir Nowak
dc7a889296 coreos-devel/sdk-depends: Add dev-python/six
The dev-python/six became a build dependency for dev-python/boto.
2023-02-17 12:20:12 +01:00
Krzesimir Nowak
842bc69144 sys-fs/btrfs-progs: Apply Flatcar modifications 2023-02-17 12:20:12 +01:00
Krzesimir Nowak
27b73a5c4a sys-fs/btrfs-progs: Sync with Gentoo
It's from Gentoo commit ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.
2023-02-17 12:20:12 +01:00
Krzesimir Nowak
f7935aa5e1 dev-lang/python-oem: Apply Flatcar modifications
I changed the way we modify the ebuild by keeping the modifications as
minimal as possible, leaving disabling whatever that can be disabled
to the USE flags.
2023-02-17 12:20:12 +01:00
Krzesimir Nowak
8e045df98d profiles: Set use flags for dev-lang/python-oem
This is a thing that needs to be done just this once. The necessary
modifications to the python-oem ebuild will be done in follow-up
commit, that can be later cherry-picked if we update the package
again.
2023-02-17 12:20:12 +01:00
Krzesimir Nowak
c34577a86a coreos: Add some overrides for python-oem
This is a thing that needs to be done just this once. The necessary
modifications to the python-oem ebuild will be done in follow-up
commit, that can be later cherry-picked if we update the package
again.
2023-02-17 12:20:12 +01:00
Krzesimir Nowak
b2cc62502c dev-lang/python-oem: Update to 3.10.9
So we have a matching versions of python in OEM and SDK.
2023-02-17 12:20:12 +01:00
Krzesimir Nowak
48e842f66b profiles: Switch to python 3.10 2023-02-17 12:20:12 +01:00
Krzesimir Nowak
0ea44b439b dev-python/boto: Move to portage-stable
We did one change in setup.py. We can do it with a user patch.
2023-02-17 12:20:12 +01:00
Krzesimir Nowak
18ac5a7970 coreos-base/hard-host-depends: Drop dev-python/mako
Nothing needs it.
2023-02-17 12:20:12 +01:00
Dongsu Park
cab3e7abf9 changelog: add changelog for containerd 1.6.18 2023-02-17 10:52:35 +01:00
Flatcar Buildbot
e31bc2214b app-emulation: Upgrade Containerd 1.6.16 to 1.6.18 2023-02-17 08:23:03 +00:00
Dongsu Park
b56b3050ab changelog: add changelog for openssh 9.2 2023-02-16 11:24:38 +01:00
Sayan Chowdhury
d6ec6e5281 net-misc/openssh: Apply Flatcar patches
- Drop the init.d files.
- Remove the socket unit's rate limiting.
- Mark the package as stable.

Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
Signed-off-by: Dongsu Park <dpark@linux.microsoft.com>
2023-02-16 11:24:38 +01:00
Dongsu Park
52919f1e29 net-misc/openssh: update to 9.2_p1-r2
Update net-misc/openssh to 9.2_p1-r2, mainly to address CVE-2023-25136.

Gentoo commit: a773d7e0cdb9579343c1a4437ed4ce97f9d91d1f
2023-02-16 11:24:23 +01:00
Flatcar Buildbot
035b6ee65f sys-kernel: Upgrade Linux Firmware 20230117 to 20230210 2023-02-16 07:11:01 +00:00
Dongsu Park
49a6781cf6 Merge pull request #2449 from flatcar/rust-1.67.1-main
Upgrade dev-lang/rust and virtual/rust in main from 1.67.0 to 1.67.1
2023-02-15 17:13:01 +01:00
Dongsu Park
1076894c62 profiles: update sys-devel/gcc to 11.3.1_p20230120-r1
Since the new USE flag `cet` became the default in profiles of
portage-stable, SDK bootstrap using gcc 11.3.1_p20221209 started
to fail at `sys-libs/glibc`.

```
in function `dl_open_worker_begin':
 dl-open.c:(.text+0xab4c): undefined reference to `_dl_cet_open_check'
```

That is because gcc is not correctly configured for CET.

That issue was fixed in recent upstream GCC versions,
e.g. 11.3.1_p20221209-r1 or 11.3.1_p20230120-r1.
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=016184c289f2cc6c6ade496a700a12f135fbae07
https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=15daf0510a5fab17cd556261d688a6618391a0c1
However, gcc of Flatcar, 11.3.1_p20221209, does not have the fix.

Update sys-devel/gcc to 11.3.1_p20230120-r1 to fix that issue.

Also accept ~arm64 to keep the same version for both arches.
2023-02-15 17:04:19 +01:00
Dongsu Park
51ed887e3a dev-lang/rust: adjust ebuilds for Rust 1.67.1
Adjust ebuilds to be able to build with Rust 1.67.1.
Sync minor changes with upstream Gentoo as well.
2023-02-14 13:36:11 +01:00
Kai Lüke
30414417a7 Merge pull request #2436 from flatcar/kai/combined-status
Apply new Flatcar change of using the combined systemd log format
2023-02-14 12:00:37 +01:00
Flatcar Buildbot
84b695a0a2 dev-lang: Upgrade dev-lang/rust 1.67.0 to 1.67.1 2023-02-14 07:32:37 +00:00
Dongsu Park
00f252c52b Merge pull request #2435 from flatcar/dongsu/openssl-3.0.8
dev-libs/openssl: update to 3.0.8
2023-02-13 14:30:08 +01:00
Dongsu Park
c39cb6df2f changelog: add changelog for openssl 3.0.8 2023-02-13 14:26:53 +01:00
Mathieu Tortuyaux
9cd2474a49 dev-libs/openssl: Apply Flatcar modifications
- remove unecessary files
- drop `pkg_postint`
- create `/etc/ssl` with tmpfiles
- mark openssl as stable for arm64 and amd64
- continue shipping app-misc/c_rehash

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Signed-off-by: Dongsu Park <dpark@linux.microsoft.com>
2023-02-13 14:26:46 +01:00
Dongsu Park
f07f5c6b8d Merge pull request #2441 from flatcar/dongsu/github-actions-docker-url
.github: fix URL of docker release notes
2023-02-13 12:52:37 +01:00
Flatcar Buildbot
99227c00b2 app-misc: Upgrade ca-certificates 3.87 to 3.88.1 2023-02-13 07:15:56 +00:00
Dongsu Park
6dbcbc54ee .github: fix URL of docker release notes
Now that the upstream Docker release notes website has changed its
structure, the URL for Docker release notes started to have a specific
format of
https://docs.docker.com/engine/release-notes/MAJOR.MINOR/#COMBINEDFULLVERSION.

Fix the URL to make it work correctly.
2023-02-10 11:57:21 +01:00
Flatcar Buildbot
cbef9d58d9 sys-kernel: Upgrade Kernel 5.15.89 to 5.15.92 2023-02-09 14:21:23 +01:00
Kai Lueke
8d46d31234 Apply new Flatcar change of using the combined systemd log format
The boot log only showed the unit descriptions which made it hard to
know what unit was meant.
Switch to the combined unit status reporting that includes the unit
name.
2023-02-09 13:53:28 +01:00
Krzesimir Nowak
09a319bae6 changelog: Add an entry 2023-02-09 10:34:15 +01:00