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
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
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
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
Mathieu Tortuyaux
b7319906f5
app-emulation/amazon-ssm-agent: use upstream makefile
...
By maintaining our own build logic, we missed the fact that the agent
was now split in two parts:
* amazon-ssm-agent in `./core`
* ssm-agent-worker in `./agent`
With the runtimeconfig passed from the `core` to the `agent`.
We were currently shipping `ssm-agent-worker` as the `amazon-ssm-agent`
hence some errors we had.
```
amazon-ssm-agent[8929]: 2023-12-28 15:29:32 WARN [ssm-agent-worker] failed to read runtime config 'identity_config.json': open /var/lib/amazon/ssm/runtimeconfig/identity_config.json: no such file or directory
```
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2024-01-16 11:28:16 +01:00
Jeremi Piotrowski
379b3f6f4b
coreos-cloudinit: Bump commit for empty-hostname bugfix
...
Coreos-cloudinit needs to only apply a hostname if it is non-empty, otherwise
the hostname ends up being "localhost".
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2024-01-16 09:44:36 +01:00
Flatcar Buildbot
a7d28a8f60
sys-kernel/coreos-sources: Update from 6.6.8 to 6.6.12
2024-01-16 07:12:10 +00:00
flatcar-ci
5d2c5ff4cf
New version: main-3850.0.0-nightly-20240115-2100
2024-01-15 21:00:28 +00:00
Krzesimir Nowak
95ffba29f3
overlay coreos/user-patches: Add a patch for net-dialup/lrzsz
...
It fixes a build issue when i18n is disabled through masking nls USE
flag.
2024-01-15 10:50:59 +01:00
Krzesimir Nowak
819d64d700
overlay profiles: Keep using old binary package format for now
...
Looks like portage has changed its default from xpak to gpkg, and our
scripts are not yet ready for this change.
2024-01-15 10:50:33 +01:00
Krzesimir Nowak
8149c48fdd
overlay coreos/config: Override a check for sys-apps/texinfo
...
It's required now, because we cross-compile sys-apps/texinfo for
binary packages and there's a check that bails out for
cross-compilation case.
2024-01-15 10:50:26 +01:00
flatcar-ci
6f94044997
New version: main-3847.0.0-nightly-20240112-2100
2024-01-13 01:37:37 +00:00
flatcar-ci
17d753db48
New version: main-3847.0.0-nightly-20240112-2100-INTERMEDIATE
2024-01-12 21:00:27 +00:00
Dongsu Park
38ae73f075
Merge pull request #1565 from flatcar/go-1.19.13-and-1.20.13-main
...
Upgrade Go from 1.20.12 to 1.20.13
2024-01-12 11:32:57 +01:00
Krzesimir Nowak
0f5ffaa2af
Merge pull request #1566 from flatcar/krnowak/weekly-fixes
...
Changelog and accept keywords fixes
2024-01-12 10:12:31 +01:00
flatcar-ci
8be67702e0
New version: main-3846.0.0-nightly-20240111-2100
2024-01-11 21:00:27 +00:00
Krzesimir Nowak
1c34cfb240
overlay profiles: Drop duplicated accept keywords entry for app-misc/jq
2024-01-11 18:46:17 +01:00
Krzesimir Nowak
82c53eb1f9
Merge pull request #1535 from flatcar/buildbot/weekly-portage-stable-package-updates-2024-01-01
...
Weekly portage-stable package updates 2024-01-01
2024-01-11 18:18:28 +01:00
Flatcar Buildbot
79cd73d7ad
dev-lang/go: Update from 1.20.12 to 1.20.13
2024-01-11 18:00:56 +01:00
Krzesimir Nowak
dfb4f156d2
overlay coreos-base/common-oem-files: Move gce to amd64-only OEMID list
...
We are not building gce OEM images for arm64 at all, so gce being in
common OEM ID list resulted in arm64 image reports printing errors for
it.
2024-01-11 09:01:14 +01:00
flatcar-ci
010010986d
New version: main-3844.0.0-nightly-20240109-2100
2024-01-09 21:00:26 +00:00
Flatcar Buildbot
b8c4d619a3
portage-stable/metadata: Monthly GLSA metadata updates
2024-01-09 11:10:24 +01:00
Krzesimir Nowak
a642a4fc55
Merge pull request #1552 from flatcar/krnowak/openssl-update
...
Update dev-libs/openssl
2024-01-09 10:36:57 +01:00
Krzesimir Nowak
eed6e16fd7
Merge pull request #1551 from flatcar/krnowak/openssh-update
...
Update net-misc/openssh
2024-01-09 10:36:44 +01:00
flatcar-ci
1ddde7cef0
New version: main-3843.0.0-nightly-20240108-2100
2024-01-08 21:00:28 +00:00
Krzesimir Nowak
25a3a1e520
overlay profiles: Update accept keywords for dev-libs/libdnet
...
There was a change in libdnet ebuilds about how tests are
enabled/disabled through a configure flag. The change was correct for
versions 1.16.4 and up, but not for earlier ones. So instead of
waiting for the change to be reverted for older ebuilds, bump the
version to 1.16.4 now - it should be stabilized soon.
2024-01-08 17:42:23 +01:00
Krzesimir Nowak
9ee6665021
Revert "sys-boot/gnu-efi: Sync with Gentoo"
...
This reverts commit e62ef80ed9a356495a3677db85c6a67ebe469c69.
Breaks sys-boot/shim.
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
88fec24e00
overlay profiles: Add accept keywords for net-misc/curl
...
This is to pull in a security fix.
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
25dd8ec6cd
overlay profiles: Update accept keywords for net-libs/gnutls
...
This is to pull in a security fix.
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
16de0f8af9
overlay profiles: Add accept keywords for app-misc/jq
...
This is to pull in a security fix.
2024-01-08 17:42:22 +01:00
Krzesimir Nowak
ee630ae562
overlay profiles: Drop accept keywords for sys-libs/binutils-libs
2024-01-08 17:42:22 +01:00