Dongsu Park
020e604d4e
Merge pull request #1662 from flatcar/dongsu/sudo-1.9.15
...
app-admin/sudo: update to 1.9.15_p5
2024-02-14 15:10:20 +01:00
Adrian Vladu
f770658e7b
Merge pull request #1654 from flatcar/ader1990/fix-kmod-static-nodes
...
bootengine: fix kmod-static-nodes
2024-02-14 14:21:48 +02:00
Krzesimir Nowak
aaeea98037
Merge pull request #1609 from flatcar/buildbot/weekly-portage-stable-package-updates-2024-01-29
...
Weekly portage-stable package updates 2024-01-29
2024-02-14 12:46:20 +01:00
Adrian Vladu
70ad180b0c
bootengine: fix kmod static node creation
...
Update the bootengine commit id to use the fix from:
https://github.com/flatcar/bootengine/pull/85
Fixes kubevirt vm creation by ensuring that /dev/vhost-net static node gets created
Fixes: https://github.com/flatcar/Flatcar/issues/1336
Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
2024-02-14 10:38:37 +00:00
Sayan Chowdhury
0fe13ebe6b
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>
2024-02-14 09:25:55 +01:00
Dongsu Park
b17b05cf07
overlay app-admin/sudo: update to 1.9.15_p5
...
Update app-admin/sudo to 1.9.15_p5, mainly to address CVE-2023-42465.
Based on Gentoo commit ff039bd2d41b317c73278f8d30a1d3caec1b03df.
2024-02-14 09:25:55 +01:00
Dongsu Park
19e97c359d
Merge pull request #1653 from flatcar/rust-1.76.0-main
...
Upgrade dev-lang/rust and virtual/rust in main from 1.75.0 to 1.76.0
2024-02-14 09:23:12 +01:00
Dongsu Park
97ba68b68b
Merge pull request #1651 from flatcar/go-1.19.13-and-1.20.14-main
...
Upgrade Go from 1.20.13 to 1.20.14
2024-02-14 09:17:52 +01:00
flatcar-ci
b756cbe7f4
New version: main-3879.0.0-nightly-20240213-2100
2024-02-13 21:00:25 +00:00
Flatcar Buildbot
d18efe61a5
dev-lang/rust: Update from 1.75.0 to 1.76.0
2024-02-13 17:09:33 +01:00
Krzesimir Nowak
60fc0f9d4f
Merge pull request #1567 from flatcar/krnowak/glibc-update
...
Update sys-libs/glibc to 2.38
2024-02-13 15:06:26 +01:00
Flatcar Buildbot
977127c4e1
Update mantle container image to latest HEAD
2024-02-13 13:11:46 +00:00
flatcar-ci
183d174796
New version: main-3878.0.0-nightly-20240212-2100
2024-02-12 21:00:25 +00:00
Kai Lüke
c48d4d2cad
Merge pull request #1652 from flatcar/kai/create-run-ignition.env
...
sys-kernel/bootengine: Ensure /run/ignition.env exists on every boot
2024-02-12 18:59:28 +01:00
Kai Lueke
ca514c326b
sys-kernel/bootengine: Ensure /run/ignition.env exists on every boot
...
This pulls in https://github.com/flatcar/bootengine/pull/86 to fix the
previous rework that only created /run/ignition.env on the first boot
while we rely on it to run cloud-init on every boot when no Ignition
config was provided.
2024-02-12 18:58:18 +01:00
Kai Lüke
8068db3ab3
Merge pull request #1645 from flatcar/kai/support-old-airgapped
...
coreos-base/update_engine: Support updating old airgapped clients
2024-02-12 17:14:26 +01:00
Kai Lueke
c0b2f1ce2f
coreos-base/update_engine: Support updating old airgapped clients
...
This pulls in https://github.com/flatcar/update_engine/pull/38
with two workarounds to read out proxy env vars from the service unit
and to read out the XML response from the journal logs, because the XML
passing and the passing of proxy env vars is not present in old clients.
2024-02-12 17:13:34 +01:00
Flatcar Buildbot
d55c31f6f9
dev-lang/go: Update from 1.20.13 to 1.20.14
2024-02-12 07:22:18 +00:00
flatcar-ci
1c5e190930
New version: main-3874.0.0-nightly-20240208-2100
2024-02-08 21:00:40 +00:00
Krzesimir Nowak
a02e04d6ae
Merge pull request #1631 from daMupfel/cloudinit-cloudsigma-fix-duplicated-service-execution
...
changelog: remove cloudsigma custom cloudinit service configuration
2024-02-08 15:29:22 +01:00
David Eichin
0cff10309b
changelog: remove cloudsigma custom cloudinit service configuration
...
CloudSigma uses a serial port to transfer metadata into a running
instance. Because the service was overwritten with the configuration
"restart" it was possible that the previous instance got interrupted.
This left the serial connection in an non-deterministic state as the
next user would get output from the previous request. The service in
general was not needed as the cloud oem is already set to cloudsigma.
2024-02-08 15:18:04 +01:00
Thilo Fromm
8d2a98e185
sys-libs/glibc: Apply Flatcar modifications
...
- take care of nscd.conf via tmpfiles, add files/nscd-conf.tmpfiles.
- comment out 'dostrip -x' to force the OS image binaries to be stripped
- remove everything glibc wants to put under /etc since we use
baselayout to provide that
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2024-02-08 14:22:41 +01:00
Krzesimir Nowak
8d2c0706cc
sys-libs/glibc: Sync with Gentoo
...
It's from Gentoo commit 849db3ce033ee1b6c7e818cbf88fa8a1149af68e.
2024-02-08 14:22:41 +01:00
Krzesimir Nowak
d86e414256
overlay profiles: Add a workaround for handling pcscd user in SDK
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
6c4f097f61
eclass/bash-completion-r1: Sync with Gentoo
...
It's from Gentoo commit ff113c24e6def397ddf4f864e038480b94be33b8.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
1463ab65c7
overlay profiles: Drop accept keywords for sys-libs/binutils-libs
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
8eb323d8f5
overlay profiles: Drop accept keywords for sys-kernel/linux-headers
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
0576d56fae
overlay coreos/user-patches: Update a README for sys-fs/xfsprogs patch
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
1dfcf4822f
overlay coreos/user-patches: Drop unnecessary patches for sys-devel/crossdev
...
We updated the package to version that contains the change already.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
f72ac7430c
overlay profiles: Drop accept keywords for sys-devel/binutils
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
0b6f5e1848
overlay profiles: Drop accept keywords for sys-apps/coreutils
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
204be48fa1
overlay profiles: Update accept keywords for net-libs/gnutls
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
a3e7a8914e
overlay profiles: Add missing accept keywords for dev-libs/opensc
...
No real harm done though, as this package exists only on SDK and we
only have amd64 SDKs for now.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
370953550d
overlay profiles: Update accept keywords for net-misc/curl
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
4c60a903b6
net-dns/libidn2: Sync with Gentoo
...
It's from Gentoo commit 2a48d347910fca2b15a532e4568cfda3287c7a01.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
aa69842797
net-libs/libpsl: Add from Gentoo
...
It's from Gentoo commit 3d94a878ce4e17eb03183cad27db3e29e9a447ba.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
07eb8266fe
eclass/ruby-utils: Sync with Gentoo
...
It's from Gentoo commit d18249523bf04913d041c7b28e3104a76db14553.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
aa498b3088
eclass/ruby-single: Sync with Gentoo
...
It's from Gentoo commit a95521f59ce3ec40bf4ed01a27655aa2ae409a59.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
b2132686b0
eclass/lua-utils: Sync with Gentoo
...
It's from Gentoo commit 2cba2db27919bc449ed2a7bf7ed3259c6b96e65f.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
0a9c0b0daf
eclass/lua-single: Sync with Gentoo
...
It's from Gentoo commit 2cba2db27919bc449ed2a7bf7ed3259c6b96e65f.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
6ccdf8f322
overlay profiles: Update unmask of virtual/libcrypt
...
virtual/libcrypt got a revision bump, but we still want to stay at
version 1, so instead of unmasking an outdated revision, unmask
anything with version lower than 2.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
202e0550f0
overlay profiles: Mask dev-libs/libp11-0.4.12-r5
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
a9b102b2eb
overlay: Update to use new package names
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
78134bb2fa
dev-debug/strace: Sync with Gentoo
...
It's from Gentoo commit 717506d584ca9e89a09f72751a624300ebf9d28e.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
10e1768d1f
dev-build/libtool: Sync with Gentoo
...
It's from Gentoo commit cd7f047fe43fb631c4ca6979c6efb5038c616f41.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
e42041e120
dev-build/gtk-doc-am: Sync with Gentoo
...
It's from Gentoo commit 80558608ae111ebddad012e63542db9adb34c5b1.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
6e57279e23
dev-build/automake-wrapper: Sync with Gentoo
...
It's from Gentoo commit b17d7668660bdb029954074b520f963d9f192b0b.
2024-02-08 14:20:17 +01:00
Krzesimir Nowak
602db83a7d
dev-build/automake: Sync with Gentoo
...
It's from Gentoo commit ad9bfdfb3e7aefb9a306dbd08fe10e39a7f3a7c8.
2024-02-08 14:20:16 +01:00
Krzesimir Nowak
7bc181966a
dev-build/autoconf-wrapper: Sync with Gentoo
...
It's from Gentoo commit 62aa01b01114bc2c8c59f8d12c391291a2f4ab97.
2024-02-08 14:20:16 +01:00
Krzesimir Nowak
24590ed04c
dev-build/autoconf-archive: Sync with Gentoo
...
It's from Gentoo commit e92da579956495086c78eac089068406effd57e5.
2024-02-08 14:20:16 +01:00