Commit Graph

8810 Commits

Author SHA1 Message Date
Flatcar Buildbot
99227c00b2 app-misc: Upgrade ca-certificates 3.87 to 3.88.1 2023-02-13 07:15:56 +00:00
Flatcar Buildbot
cbef9d58d9 sys-kernel: Upgrade Kernel 5.15.89 to 5.15.92 2023-02-09 14:21:23 +01:00
Krzesimir Nowak
09a319bae6 changelog: Add an entry 2023-02-09 10:34:15 +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
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
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
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
Dongsu Park
353a9ba2a5 changelog: add changelog for iptables 1.8.8 2023-02-06 09:47:32 +01:00
Sayan Chowdhury
6a48109132 net-firewall/iptables: Apply the Flatcar patches
Signed-off-by: Sayan Chowdhury <sayan@kinvolk.io>
2023-02-03 17:01:08 +01:00
Dongsu Park
0f2d35cc29 net-firewall/iptables: update to 1.8.8-r5
Update iptables to 1.8.8-r5.

Gentoo ref: 02b17c9bb64e147affc4acecaa0ff4151b2329bf
2023-02-03 17:01:07 +01:00
Flatcar Buildbot
69c78fbd82 app-emulation: Upgrade Containerd 1.6.15 to 1.6.16 2023-02-03 08:22:54 +00:00
Dongsu Park
382efa98fd changelog: add changelog for sudo 1.9.12_p2 2023-02-02 17:45:30 +01:00
Sayan Chowdhury
1ae0c61528 app-admin/sudo: Apply Flatcar patches
- Remove Perl Runtime Dependency
- Remove OpenLDAP schema files for sudo
- Remove sudo.conf file as it is shipped via baselayout

Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-02-02 17:45:30 +01:00
Dongsu Park
1ec00fcfcd app-admin/sudo: update to 1.9.12_p2
Update app-admin/sudo to 1.9.12_p2 mainly to address CVE-2023-22809.

Gentoo ref: ad2ac1d9c75f49275d32b857fefd43a5358192eb
2023-02-02 17:45:26 +01:00
Dongsu Park
ee58089048 Merge pull request #2416 from flatcar/rust-1.67.0-main
Upgrade dev-lang/rust and virtual/rust in main from 1.66.1 to 1.67.0
2023-02-02 14:03:08 +01:00
Kai Lueke
e31762ceec coreos-base/coreos-init: Don't create a nested symlink when it exists
This pulls in the motdgen change
https://github.com/flatcar/init/pull/88
to not create a broken symlink in the symlinked /run/flatcar/ directory
if the directory symlink /run/coreos already exists.
2023-02-01 14:06:47 +01:00
Dongsu Park
d953100387 Revert ".github: update PV in ebuilds of dev-lang/rust"
This reverts commit 285f0646e6dfb3381d2ac5555e991cc482a4d91c.

Now that the ebuild dev-lang/rust does not have a manual check for
versions, it is possible to clean up the sed commands in Github
Actions.
2023-01-31 15:45:54 +01:00
Dongsu Park
26510029ea dev-lang/rust: fix build issues with rust 1.67.0
Configure with --without=rust-docs-json-preview to avoid failures.
Remove unnecessary checks for package versions like upstream.
Clean up unnecessary patch, add new patch for 1.67.0.
2023-01-31 15:45:54 +01:00
Flatcar Buildbot
012215aeae dev-lang: Upgrade dev-lang/rust 1.66.1 to 1.67.0 2023-01-31 15:45:54 +01:00
Kai Lueke
6596b68177 coreos-base/coreos-init: Skip first boot helper if Ignition did not run
This pulls in
https://github.com/flatcar/init/pull/87
to give a nicer skip message in the log and also make clear that this
is not a bug.
2023-01-31 13:05:19 +01:00
Krzesimir Nowak
b9305f6622 Merge pull request #2413 from flatcar/krnowak/fix-bootstrap
profiles: Pick defaults for app-alternatives during bootstrap
2023-01-27 17:13:54 +01:00
Dongsu Park
975a947ba6 Merge pull request #2415 from flatcar/dongsu/cri-tools-1.24
app-emulation/cri-tools: update to 1.24.2
2023-01-27 13:13:26 +01:00
Krzesimir Nowak
c12850f476 profiles: Pick defaults for app-alternatives during bootstrap. 2023-01-27 09:07:03 +01:00
Dongsu Park
464bc43cc5 Merge pull request #2412 from flatcar/docker-20.10.23-main
Upgrade Docker in main from 20.10.22 to 20.10.23
2023-01-27 08:51:29 +01:00
Dongsu Park
ff9143a7f6 changelog: add changelog for cri-tools 1.24.2 2023-01-26 18:16:01 +01:00
Dongsu Park
40532081c3 app-emulation/cri-tools: apply Flatcar patches
Make use of the existing helpers provided by `coreos-go.eclass`.
To optimize the binary size of crictl, add "-X" to GO_LDFLAGS,
like "-X $(PROJECT)/pkg/version.Version=$(VERSION)" in the original
Makefile of cri-tools. We cannot follow way of Gentoo ebuilds like
`emake`, because Makefile of cri-tools does not allow users to pass in
${GOARCH}.

Add `arm64` to ACCEPTED_KEYWORDS.

Remove unnecessary files from installation, as well as the shell
completion eclass.
2023-01-26 18:13:41 +01:00
Kai Lüke
8fd199414a Merge pull request #2403 from flatcar/kai/initrd-rework
Rework initrd usr mount to start Ignition/Afterburn from there
2023-01-25 17:02:55 +01:00
Kai Lueke
5eedc5fa29 Rework initrd usr mount to start Ignition/Afterburn from there
This pulls in
https://github.com/flatcar/bootengine/pull/52
to reduce the size of the unified kernel image by starting Ignition/
Afterburn from the /usr partition.
This also requires to install the Ignition binary to /usr.
2023-01-25 17:02:27 +01:00
Dongsu Park
c4cea36448 app-emulation/cri-tools: sync with Gentoo
Update to 1.24.2.

Gentoo ref: 77516cb738fbcde38de8c8ebb20318a8a65df3f3
2023-01-25 16:41:18 +01:00
Dongsu Park
1c9bb64e35 app-emulation/docker: update ppc64 buildmode patch for docker 20.10.23
Docker 20.10.23 has changes around hack/make/.binary, so it is necessary
to adapt the ppc64 buildmode patch to make the build pass again.
2023-01-25 12:52:41 +01:00
Flatcar Buildbot
f675fe298d app-emulation: Upgrade Docker 20.10.22 to 20.10.23 2023-01-25 07:48:14 +00:00
Dongsu Park
98f0a8d6e1 Merge pull request #2389 from flatcar/dongsu/github-actions-fix-rust
.github: update PV in ebuilds of dev-lang/rust
2023-01-20 13:00:49 +01:00
Dongsu Park
3a8030047b Merge pull request #2400 from flatcar/linux-5.15.89-main
Upgrade Linux Kernel for main from 5.15.88 to 5.15.89
2023-01-20 12:56:09 +01:00
Krzesimir Nowak
7792f22b08 Merge pull request #2362 from flatcar/krnowak/weekly
Profile and app/shells/bash updates for the weekly update
2023-01-20 12:52:40 +01:00
Kai Lüke
829965f384 Merge pull request #2390 from flatcar/kai/populate-always
sys-apps/baselayout: Always copy missing entries over to the database
2023-01-20 11:56:49 +01:00