Flatcar Buildbot
a3f425e7ec
Update mantle container image to latest HEAD
2023-02-14 10:49:53 +00:00
Kai Lüke
1103c83d2c
Merge pull request #648 from flatcar/kai/git-config-safe-dir
...
ci-automation: Allow git to work on directory owned by other user
2023-02-14 11:49:38 +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
Kai Lueke
87e13eb3de
ci-automation: Allow git to work on directory owned by other user
...
The get_git_channel function failed to work which resulted in the
Alpha release job skipping the AWS publishing for the Alpha channel
because it defaulted to the developer channel as fallback when git
rejected to work on the directory owned by the build user while running
as root user. A new version of git caused this behavior change and also
prints an error message that explains to have to set safe.directory.
Set the git config entry safe.directory for the /work path when
entering the mantle container where git runs as root while working on
the directory owned by the build user.
2023-02-14 11:39:33 +09:00
flatcar-ci
414987596d
New version: main-3514.0.0-nightly-20230213-2100
2023-02-13 21:00:31 +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
Dongsu Park
08a0d354c3
Merge pull request #2447 from flatcar/cacerts-3.88.1-main
...
Upgrade ca-certificates in main from 3.87 to 3.88.1
2023-02-13 12:49:59 +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-ci
d9840913e4
New version: main-3510.0.0-nightly-20230209-2100
2023-02-09 21:00:25 +00:00
Dongsu Park
0a33d7daf7
Merge pull request #2429 from flatcar/linux-5.15.92-main
...
Upgrade Linux Kernel for main from 5.15.89 to 5.15.92
2023-02-09 17:34:25 +01:00
Dongsu Park
f4488e8280
Merge pull request #414 from flatcar/dongsu/eselect-iptables-20220320
...
app-eselect/eselect-iptables: update to 20220320
2023-02-09 17:33:40 +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
Flatcar Buildbot
99ecf97136
.github: add app-eselect/eselect-iptables to packages list
2023-02-09 11:50:24 +01:00
Krzesimir Nowak
0a89347747
Merge pull request #647 from flatcar/krnowak/vms-fix
...
ci-automation: Get two files to build vms instead of a whole directory
2023-02-09 11:45:25 +01:00
Krzesimir Nowak
33d824a4fb
Merge pull request #2425 from flatcar/krnowak/systemd-252
...
sys-apps/systemd: Update to 252.5
2023-02-09 11:43:27 +01:00
Flatcar Buildbot
9c4bf919fc
app-eselect/eselect-iptables: update to 20220320
...
As iptables was updated to 1.8.8 in coreos-overlay, we need to update
eselect-iptables to 20220320 as well, to avoid bugs having missing
symlinks like /sbin/ip6tables, /sbin/ip6tables-{save,restore}.
See also https://cgit.gentoo.org/proj/eselect-iptables.git/commit/?id=2512407d3790 .
2023-02-09 10:37:12 +01:00
Krzesimir Nowak
09a319bae6
changelog: Add an entry
2023-02-09 10:34:15 +01:00
Krzesimir Nowak
50183b48b8
ci-automation: Get two files to build vms instead of a whole directory
...
Getting the contents of the directory in the buildcache involves using
rsync with some ssh invocation to log in as a bincache user. It's not
a thing that will work locally unless the user gets ahold of the SSH
key allowing the user to log in to buildcache as a bincache user.
Replace it by downloading two files that are actually needed for
building vms: an image file and the version file. This just uses curl
and is accessible for everyone.
2023-02-08 14:50:36 +01:00
Krzesimir Nowak
2644094e6c
coreos-base/coreos-init, sys-apps/baselayout: Move installing symlinks
...
Install some of the symlinks in the baselayout package, instead of
coreos-init. Systemd started installing its private libraries in
/usr/lib64/systemd instead of /usr/lib/systemd which led to the
situation where /usr/lib64/systemd stopped being a symlink to
/usr/lib/systemd and became a separate directory. This could break
compatibility with software that expected things to be in
/usr/lib64/systemd.
Some symlink installation stays in init, though. This is to avoid
having them installed for some oem images where they become dangling.
2023-02-08 13:04:28 +01:00
Sayan Chowdhury
86b23cc1be
sys-apps/systemd: Apply Flatcar modifications
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-02-08 13:01:32 +01:00
Sayan Chowdhury
3eca5ac51d
sys-apps/systemd: Sync with Gentoo; update to 252.5
...
It's from Gentoo commit 5ee2ced8801f349aeaad982f72736d0b162ba1c1.
2023-02-08 13:01:32 +01:00
Dongsu Park
bd4c0572d1
dev-libs/openssl: update to 3.0.8
...
Sync with Gentoo, update dev-libs/openssl to 3.0.8, mainly to address
CVE-2022-4203, CVE-2022-4304, CVE-2022-4450, CVE-2023-0215,
CVE-2023-0216, CVE-2023-0217, CVE-2023-0286, CVE-2023-0401.
2023-02-08 09:00:50 +01:00
flatcar-ci
67699c9121
New version: main-3508.0.0-nightly-20230207-2100
2023-02-07 21:00:26 +00:00
Krzesimir Nowak
ca2eb65674
Merge pull request #2404 from flatcar/krnowak/weekly
...
Profile changes and cleanups for weekly updates
2023-02-07 17:38:42 +01:00
Krzesimir Nowak
da93011ea9
Merge pull request #409 from flatcar/buildbot/weekly-package-updates-2023-01-23
...
Weekly package updates 2023-01-23
2023-02-07 17:38:40 +01:00
Dongsu Park
dc180e9dc1
Merge pull request #2426 from flatcar/dongsu/sudo-1.19.2_p2
...
app-admin/sudo: update to 1.9.12_p2
2023-02-07 17:05:14 +01:00
Krzesimir Nowak
e99a025508
Merge pull request #636 from flatcar/krnowak/matching-cross-toolchain-versions
...
build_library/toolchain_util.sh: Install matching versions of toolchain packages
2023-02-07 15:12:18 +01:00
Krzesimir Nowak
a6e7097ac8
coreos/user-patches: Add a user patch sys-devel/gcc
2023-02-07 15:08:07 +01:00
Krzesimir Nowak
c694ab958f
profiles: Mask sys-devel/gcc versions that are stable only on one arch
2023-02-07 15:08:07 +01:00
Krzesimir Nowak
d51554d27d
coreos-base/update_engine: Stop using deprecated stuff
2023-02-07 15:08:07 +01:00
Krzesimir Nowak
14fb10149a
profiles: Bump version of net-misc/rsync in accept keywords
2023-02-07 15:08:07 +01:00
Krzesimir Nowak
d2c835e6bb
profiles: Add accept keywords for net-misc/curl
2023-02-07 15:08:07 +01:00
Krzesimir Nowak
d51b66201f
profiles: Add accept keywords for net-dns/bind-tools
2023-02-07 15:08:07 +01:00
Krzesimir Nowak
452a1201a9
profiles: Drop obsolete use flag for dev-vcs/git
2023-02-07 15:08:07 +01:00
Krzesimir Nowak
b54879d9cc
profiles: Drop accept keywords for dev-vcs/git
...
We update to 2.39.1, which is stable for both amd64 and arm64.
2023-02-07 15:08:07 +01:00
Krzesimir Nowak
0c15ec2569
profiles: Bump version of dev-util/bpftool in accept keywords
2023-02-07 15:08:07 +01:00
Krzesimir Nowak
bdacc717e2
profiles: Add accept keywords for app-emulation/qemu
2023-02-07 15:08:07 +01:00
Krzesimir Nowak
3a41c4b1b5
profiles: Add accept keywords for app-editors/vim-core
2023-02-07 15:08:07 +01:00
Krzesimir Nowak
3c493aa788
profiles: Add accept keywords for app-editors/vim
2023-02-07 15:08:07 +01:00
Krzesimir Nowak
e3bed9f973
profiles: Add accept keywords for app-arch/ncompress
...
This pulls in a fix for uncompress symlink.
2023-02-07 15:08:07 +01:00
Krzesimir Nowak
9f00424e1c
coreos: Drop user patch for app-arch/ncompress
...
We are about to update to 5.0-r1 that fixes the same issue.
2023-02-07 15:08:07 +01:00
Krzesimir Nowak
8f6fde1c5f
changelog: Add entries
2023-02-07 14:59:13 +01:00
Dongsu Park
5b21f36eca
Merge pull request #2433 from flatcar/dongsu/iptables-1.8.8
...
net-firewall/iptables: update to 1.8.8-r5
2023-02-07 09:34:11 +01:00
Krzesimir Nowak
ac9adacf90
Merge pull request #642 from flatcar/mantle-update-main
...
Upgrade mantle container image to latest HEAD in main
2023-02-07 08:47:54 +01:00
Flatcar Buildbot
8784d6dc6d
Update mantle container image to latest HEAD
2023-02-07 07:12:28 +00:00