Commit Graph

16792 Commits

Author SHA1 Message Date
flatcar-ci
13be4a112b New version: main-3867.0.0-nightly-20240201-2100 2024-02-01 21:00:25 +00:00
Kai Lüke
a97efb8882
Merge pull request #1601 from flatcar/kai/oem-optional
coreos-base/coreos-init: Add flatcar-update flag to skip OEM payloads
2024-02-01 19:27:58 +01:00
Kai Lueke
e16da83984 coreos-base/coreos-init: Add flatcar-update flag to skip OEM payloads
This pulls in https://github.com/flatcar/init/pull/114 to
support a flag to skip providing OEM payloads, with the goal of easing
downgrades to non-sysext-OEM releases or, when backported to LTS with
the default behavior switched, to opt-in to OEM payloads for airgapped
updates that can't use the fallback download.
2024-02-01 19:27:38 +01:00
flatcar-ci
e48973479f New version: main-3865.0.0-nightly-20240130-2100 2024-01-30 21:00:29 +00:00
Dongsu Park
4b672fdce6
Merge pull request #1610 from flatcar/cacerts-3.97-main
Update ca-certificates in main from 3.96 to 3.97
2024-01-30 17:19:26 +01:00
flatcar-ci
41916a81d3 New version: main-3864.0.0-nightly-20240129-2100 2024-01-29 21:00:27 +00:00
Flatcar Buildbot
3676e6ad8f app-misc/ca-certificates: Update from 3.96 to 3.97 2024-01-29 07:17:57 +00:00
flatcar-ci
f316a93178 New version: main-3860.0.0-nightly-20240125-2100 2024-01-25 21:00:25 +00:00
Krzesimir Nowak
24dab44337
Merge pull request #1569 from flatcar/buildbot/weekly-portage-stable-package-updates-2024-01-15
Weekly portage-stable package updates 2024-01-15
2024-01-25 18:15:17 +01:00
Dongsu Park
75ca7d9e79
Merge pull request #1591 from flatcar/containerd-1.7.12-main
Upgrade Containerd in main from 1.7.11 to 1.7.12
2024-01-25 17:56:17 +01:00
flatcar-ci
bd7dbd42a3 New version: main-3859.0.0-nightly-20240124-2100 2024-01-24 21:00:28 +00:00
Kai Lüke
fb014da992
Merge pull request #1598 from flatcar/kai/generator-cleanup
sys-kernel/bootengine: Port systemd generator usage
2024-01-24 15:04:57 +01:00
Kai Lueke
32737a23dc coreos-base/update_engine: Forward proxy env for postinstall script
This pulls in https://github.com/flatcar/update_engine/pull/37
to forward the proxy env vars for curl and ue-rs download_sysext
(Flatcar Stable currently uses curl, Alpha uses ue-rs).
2024-01-24 14:52:46 +01:00
Kai Lueke
26667980fe sys-kernel/bootengine: Port systemd generator usage
This pulls in https://github.com/flatcar/bootengine/pull/84
to prepare for a systemd update.
2024-01-24 14:22:27 +01:00
flatcar-ci
0cc8406788 New version: main-3858.0.0-nightly-20240123-2100 2024-01-23 21:00:25 +00:00
Mathieu Tortuyaux
05d4afbcc3
sys-apps/baselayout: pull pkcs11 SSL configuration
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-01-23 17:09:49 +01:00
Mathieu Tortuyaux
31b722d0ba
sdk: add app-crypt/ccid
required for pcsc-lite daemon to work

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-01-23 17:09:48 +01:00
Mathieu Tortuyaux
86f4e68f53
sdk: add opensc dependency
it's used to interact with the HSM device.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-01-23 17:09:48 +01:00
Mathieu Tortuyaux
9845627a43
sdk: add libp11 to SDK
this is the pkcs11 engine for OpenSSL

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-01-23 17:09:48 +01:00
flatcar-ci
018778e391 New version: main-3857.0.0-nightly-20240122-2100 2024-01-22 21:00:27 +00:00
Kai Lüke
d1527bfd56
Merge pull request #1592 from flatcar/kai/ue-rs-print
coreos-base/ue-rs: Remove -v/--print-progress option
2024-01-22 12:09:23 +01:00
flatcar-ci
7a4e693a50 New version: main-3854.0.0-nightly-20240119-2100 2024-01-20 02:05:18 +00:00
flatcar-ci
2310167c57 New version: main-3854.0.0-nightly-20240119-2100-INTERMEDIATE 2024-01-19 21:00:30 +00:00
Kai Lueke
171a279185 coreos-base/ue-rs: Remove -v/--print-progress option
This pulls in
https://github.com/flatcar/ue-rs/pull/50
to remove an option that we don't need anymore.
2024-01-19 12:58:15 +01:00
Dongsu Park
e114c3717f
Merge pull request #1582 from flatcar/firmware-20240115-main
Upgrade Linux Firmware in main from 20231211 to 20240115
2024-01-19 10:15:54 +01:00
Flatcar Buildbot
1a86cb7abc app-containers/containerd: Update from 1.7.11 to 1.7.12 2024-01-19 08:17:28 +00:00
Flatcar Buildbot
b98cae665b Update mantle container image to latest HEAD 2024-01-18 21:00:45 +00:00
flatcar-ci
1dd5e1f9e6 New version: main-3853.0.0-nightly-20240118-2100 2024-01-18 21:00:29 +00:00
Kai Lüke
b4f339220a
Merge pull request #1580 from flatcar/kai/ue-rs-target-filename
coreos-base/(ue-rs|update_engine): Control extracted OEM payload name
2024-01-18 11:54:17 +01:00
Kai Lueke
d05773b8ee coreos-base/(ue-rs|update_engine): Control extracted OEM payload name
This pulls in https://github.com/flatcar/ue-rs/pull/49 and
https://github.com/flatcar/update_engine/pull/36 to fix the handling
of OEM update payloads in a Nebraska response with self-hosted packages.
Before this fix the processing failed and had to rely on the fallback
download from the release server.
2024-01-18 11:53:54 +01:00
Flatcar Buildbot
c6ec730945 sys-kernel/coreos-firmware: Update from 20231211 to 20240115 2024-01-18 07:13:00 +00:00
Dongsu Park
7a9960dcb6 overlay afterburn: readd hostname crate for 5.5+
For the patch 0001* to be compiled, it is necessary to add again the hostname
crate, which is not included in 5.5+ any more by default.
2024-01-17 10:18:09 +01:00
Dongsu Park
cb82fde9d9 overlay afterburn: update to 5.5.1
Update afterburn to 5.5.1, and remove the patch 0003 for fixing
cross-build issue of arm64, because the upstream fix
https://github.com/coreos/afterburn/pull/1022 is already included in
5.5.1.
2024-01-17 10:18:06 +01:00
flatcar-ci
91c1353146 New version: main-3851.0.0-nightly-20240116-2100 2024-01-16 21:00:27 +00:00
Krzesimir Nowak
1428452ba5 overlay coreos/user-patches: Add a user patch for sys-devel/crossdev 2024-01-16 17:37:53 +01:00
Dongsu Park
4f789d1cd6
Merge pull request #1573 from flatcar/linux-6.6.12-main
Upgrade Linux Kernel for main from 6.6.8 to 6.6.12
2024-01-16 17:34:03 +01:00
Jeremi Piotrowski
625fe5c2c8
Merge pull request #1572 from flatcar/tormath1/ssm-agent
app-emulation/amazon-ssm-agent: use upstream makefile
2024-01-16 15:26:19 +01:00
Flatcar Buildbot
865d631b32 Update mantle container image to latest HEAD 2024-01-16 13:32:51 +00:00
Krzesimir Nowak
1e017c899d overlay profiles: Add accept keywords for sys-devel/binutils 2024-01-16 12:55:16 +01:00
Thilo Fromm
059a4839cb scripts/bootstrap: Apply Flatcar modifications
- install curl before baselayout

  Now that Github rejects access to an unauthenticated URL with
  `git://`, we have to make git and libcurl work with
  `https://`. However, during the SDK stage2, curl is not explicitly
  installed, but just inherited from the stage1. As a result, curl is
  built without the `ssl` USE flag.  So installation of baselayout
  fails with:

```
git fetch https://github.com/flatcar-linux/baselayout.git --prune +HEAD:refs/git-r3/HEAD
fatal: unable to access 'https://github.com/flatcar-linux/baselayout.git/':
Protocol "https" not supported or disabled in libcurl
```

  To resolve the issue, we need to install curl with `BOOTSTRAP_USE=ssl`
  before trying to install baselayout.

- update openssl before stage3

  Right now our bootstrap flow is different then gentoo's - we don't
  update the seed when building stage1 and use a different ebuilds
  snapshot for stage1 compared to stage2 and stage3. This is causing
  us trouble now, because we introduced openssl-3, but seed/stage1
  still contains openssl-1.1. During `emerge -e @system` in stage3,
  some packages that depend on openssl may build against the stage1
  version, which results in an error during depcleaning (they would
  need to be rebuilt instead).  Stage3 is not extensible, so instead,
  explicitly update openssl in stage2. This workaround can be removed
  as soon as we release a seed with openssl-3.

Co-authored-by: Dongsu Park <dpark@linux.microsoft.com>
Co-authored-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
Co-authored-by: Krzesimir Nowak <knowak@microsoft.com>
2024-01-16 12:55:16 +01:00
Krzesimir Nowak
1c38bf8902 scripts: Sync with Gentoo
It's from Gentoo commit 5d8794d14ddd53713c77b7f0400aa206a6ab14be.
2024-01-16 12:55:16 +01:00
Krzesimir Nowak
4dd671e9c6 overlay profiles: Drop accept keywords for net-nds/openldap 2024-01-16 12:55:16 +01:00
Krzesimir Nowak
bd1ca1bc18 overlay profiles: Updated accept keywords for net-misc/curl 2024-01-16 12:55:16 +01:00
Krzesimir Nowak
525f190b5f overlay profiles: Drop accept keywords for dev-util/glib-utils 2024-01-16 12:55:16 +01:00
Krzesimir Nowak
07edfcdc4c overlay profiles: Drop accept keywords for dev-util/gdbus-codegen 2024-01-16 12:55:16 +01:00
Krzesimir Nowak
558f60515f overlay profiles: Drop accept keywords for dev-libs/libxml2 2024-01-16 12:55:16 +01:00
Krzesimir Nowak
fef308fe58 overlay profiles: Drop accept keywords for dev-libs/libunistring 2024-01-16 12:55:16 +01:00
Krzesimir Nowak
1dda371831 overlay profiles: Drop accept keywords for dev-libs/gobject-introspection-common 2024-01-16 12:55:16 +01:00
Krzesimir Nowak
816521eb01 overlay profiles: Drop accept keywords for dev-libs/gobject-introspection 2024-01-16 12:55:16 +01:00
Krzesimir Nowak
645a3260ac overlay profiles: Drop accept keywords for dev-libs/glib 2024-01-16 12:55:16 +01:00