Krzesimir Nowak
c9b5f89903
eclass/prefix: Sync with gentoo
...
It's from gentoo commit 448a97d25a56d8c3e23666aa8f74eaaa77560d86.
2022-03-09 18:03:57 +01:00
Krzesimir Nowak
1b5ce589f9
eclass/unpacker: Sync with gentoo
...
It's from gentoo commit 26d0fb5ff1e39889d399621cc8fc796615dc3722.
2022-03-09 18:03:57 +01:00
Krzesimir Nowak
e7ecc8d32f
eclass/subversion: Sync with gentoo
...
It's from gentoo commit e287fa31d05df719242ccdc9a4efe3a73adf22cb.
2022-03-09 18:03:15 +01:00
Krzesimir Nowak
810eb3ef34
eclass: Drop unused eclasses
2022-03-09 18:02:52 +01:00
Krzesimir Nowak
fe7a8fde06
sys-apps/rng-tools: Drop the unused package
2022-03-09 17:38:41 +01:00
Krzesimir Nowak
ef8be94860
Merge pull request #1706 from flatcar-linux/linux-5.15.27-main
...
Upgrade Linux Kernel in main from 5.15.25 to 5.15.27
2022-03-09 17:15:38 +01:00
Dongsu Park
494ff08e9b
Merge pull request #1696 from flatcar-linux/cacerts-3.76-main
...
Upgrade ca-certificates in main from 3.75 to 3.76
2022-03-09 14:44:27 +01:00
Jeremi Piotrowski
752d197781
Merge pull request #1700 from flatcar-linux/jepio/remove-rng-tools
...
coreos-base/coreos: remove rng-tool dependency
2022-03-09 14:11:26 +01:00
Jeremi Piotrowski
617f619c68
changelog: add entry for rngd.service removal
...
The user visible effect of rng-tool removal is that rngd is no longer
started in the initramfs.
2022-03-09 13:06:07 +01:00
Dongsu Park
9f7fe58ac1
Merge pull request #1691 from flatcar-linux/containerd-1.6.1-main
...
Upgrade Containerd in main from 1.6.0 to 1.6.1
2022-03-09 09:11:35 +01:00
Dongsu Park
bec04a986a
changelog: add changelog for containerd 1.6.1
2022-03-09 09:09:23 +01:00
Flatcar Buildbot
fb8008aafe
sys-kernel: Upgrade Kernel 5.15.25 to 5.15.27
2022-03-09 07:23:52 +00:00
flatcar-ci
4e96a2d3b5
New version: sdk-3173.0.0-nightly-20220309-0139
2022-03-09 04:51:02 +00:00
Jeremi Piotrowski
b58f674576
Merge pull request #1690 from flatcar-linux/jepio/oem-azure-dep-fix
...
Fix arm64 build after pro oem merge
2022-03-08 18:41:53 +01:00
Mathieu Tortuyaux
a2e46ed803
Merge pull request #1699 from JAORMX/containerd-selinux
...
containerd: Enable SELinux labeling support by default
2022-03-08 18:02:28 +01:00
Juan Antonio Osorio
3b491d97b6
Added changelog entry for SELinux enablement in containerd
...
Signed-off-by: Juan Antonio Osorio <juan.osoriorobles@eu.equinix.com>
2022-03-08 18:07:00 +02:00
Jeremi Piotrowski
debf700a83
coreos-base/coreos: remove rng-tool dependency
...
rng-tools does not appear to be necessary for booting in virtual machine
environments in 2022. Back in the day the boot process would block if
there was not enough entropy to seed the system random pool, but over
the years the linux kernel made sure that the pool is force seeded if
userspace does not do so one it's own. Remove rng-tool as it is not
needed and it would require work to make sure it works (detection of
tpm/hwrng/intel cpu instructions).
2022-03-08 16:00:01 +01:00
Jeremi Piotrowski
a3b04c4f02
add former 'pro' packages to arm64 board/coreos dependencies
...
flatcar-eks/nvidia-drivers/nvidia-metadata are now required to build
AWS/Azure images on all architectures, so we need the packages to not be
amd64-only dependencies of board-packages or coreos any longer.
2022-03-08 10:57:12 +01:00
Jeremi Piotrowski
ec88babf35
x11-drivers/nvidia-drivers: add runtime dependency on nvidia-metadata
...
setup-nvidia requires the nvidia-metadata file.
2022-03-08 10:57:12 +01:00
Jeremi Piotrowski
a972428590
x11-drivers/nvidia-(drivers|metadata): keyword for arm64
...
coreos-base/oem-azure now requires systemd units installed by
nvidia-drivers, so the nvidia-drivers package needs to be available for
both architectures. Nvidia-drivers depends on nvidia-metadata so the
same applies.
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2022-03-08 10:57:12 +01:00
Juan Antonio Osorio
333c985cad
containerd: Enable SELinux labeling support by default
...
This enables containerd to do appropriate SELinux labeling of containers
and files by default. This should not be problematic as Flatcar ships with
SELinux permissive by default.
Signed-off-by: Juan Antonio Osorio <juan.osoriorobles@eu.equinix.com>
2022-03-08 11:10:02 +02:00
Jeremi Piotrowski
b0bde5635a
Merge pull request #1697 from flatcar-linux/go-1.17.8-main
...
Upgrade Go in main from 1.17.7 to 1.17.8
2022-03-08 08:48:30 +01:00
Mathieu Tortuyaux
d4ce290fef
changelog: add entries
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Co-authored-by: Kai Lüke <pothos@users.noreply.github.com>
2022-03-07 18:32:45 +01:00
Mathieu Tortuyaux
f383ffeac1
coreos-base/coreos-init: enable enable-oem-cloudinit
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-03-07 18:17:36 +01:00
Mathieu Tortuyaux
4f9b1e9e5a
coreos-base/oem: remove default.ign
...
With ignitionv3, there is no more `default.ign` loaded configuration. We
can safely remove this configuration since it won't be loaded anyway.
oem-cloudinit will be conditionally enabled based on `ignition`
execution result.
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-03-07 18:17:36 +01:00
Mathieu Tortuyaux
05d1141214
sys-kernel/bootengine: update commit ID
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-03-07 18:17:36 +01:00
Mathieu Tortuyaux
57461c606c
sys-apps/ignition: bump commit ID
...
it mainly brings V3 support on top of V2 support for Ignition and ensure
backward compatibility with existing integration.
Signed-off-by: Mathieu Tortuyaux <mathieu@kinvolk.io>
2022-03-07 18:17:36 +01:00
Flatcar Buildbot
2c10f4ecd8
dev-lang: Upgrade Go 1.17.7 to 1.17.8
2022-03-07 07:31:06 +00:00
Flatcar Buildbot
d89b98ad6e
app-misc: Upgrade ca-certificates 3.75 to 3.76
2022-03-07 07:24:05 +00:00
flatcar-ci
05ae47afd7
New version: sdk-3170.0.0-nightly-20220306-0139
2022-03-06 04:46:43 +00:00
Flatcar Buildbot
2d04a88857
app-emulation: Upgrade Containerd 1.6.0 to 1.6.1
2022-03-04 08:23:25 +00:00
flatcar-ci
44f1275126
New version: sdk-3168.0.0-nightly-20220304-0139
2022-03-04 04:53:45 +00:00
Sayan Chowdhury
f2d24968a4
Merge pull request #1648 from flatcar-linux/sayan/update-timezone-data-2021a
...
sys-libs/timezone-data: Sync with Gentoo upstream
2022-03-03 14:36:40 +05:30
Sayan Chowdhury
3466931d5e
changelog: Add the entry for the timezone-data 2021a
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-03-03 14:34:16 +05:30
Sayan Chowdhury
3c0597b403
sys-libs/timezone-data: Apply Flatcar patches
...
Recreate the old posix symlink for compatibility, and drop all the
pkg functions that maintain /etc/localtime since we default to UTC.
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-03-03 14:34:16 +05:30
Sayan Chowdhury
30ef5091b3
sys-libs/timezone-data: Sync with Gentoo upstream
...
upstream sync ref
e13124464c
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-03-03 14:34:13 +05:30
flatcar-ci
7755567f31
New version: sdk-3167.0.0-nightly-20220303-0139
2022-03-03 05:00:50 +00:00
Krzesimir Nowak
b36a5b1630
dev-perl/Unicode-EastAsianWidth: Sync with gentoo
...
It's from gentoo commit 8f7195b24e8c4a475954cc3afcf6b9d26a8250d7.
2022-03-02 19:39:46 +01:00
Krzesimir Nowak
ee84550a81
sys-libs/efivar: Sync with gentoo
...
It's from gentoo commit 61b08b5693a678f15e7858ed5bb11974a5565878.
2022-03-02 19:39:46 +01:00
Krzesimir Nowak
9c48249fce
app-arch/lzop: Sync with gentoo
...
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
2022-03-02 19:39:46 +01:00
Krzesimir Nowak
14d0dd2d54
virtual/libintl: Sync with gentoo
...
It's from gentoo commit 0554ed55a8b2e7431edf0ebd494708d52f43218d.
2022-03-02 19:39:46 +01:00
Krzesimir Nowak
568fceea17
dev-libs/npth: Sync with gentoo
...
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
2022-03-02 19:39:46 +01:00
Krzesimir Nowak
5164ff2142
app-eselect/eselect-pinentry: Sync with gentoo
...
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
2022-03-02 19:39:46 +01:00
Krzesimir Nowak
1f395dd884
net-misc/whois: Sync with gentoo
...
It's from gentoo commit 4553005e06139057d25c7e95bda6c810ab2fa822.
2022-03-02 19:39:45 +01:00
Krzesimir Nowak
b088cf53ba
dev-libs/libksba: Sync with gentoo
...
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
2022-03-02 19:39:45 +01:00
Krzesimir Nowak
41429f882a
net-nds/rpcbind: Sync with gentoo
...
It's from gentoo commit d6d8592bb51ceea8711a81d3d298c785e557fbea.
2022-03-02 19:39:45 +01:00
Krzesimir Nowak
9070c5cf05
app-vim/gentoo-syntax: Sync with gentoo
...
It's from gentoo commit 031b17f949592f59569fd40ffe201d179f8374f4.
2022-03-02 19:39:45 +01:00
Krzesimir Nowak
8838cc1c75
virtual/udev: Sync with gentoo
...
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
2022-03-02 19:39:45 +01:00
Krzesimir Nowak
63472df287
sys-boot/efibootmgr: Sync with gentoo
...
It's from gentoo commit 07fe570129474ddf1c240ce6f80cd57aa7f7471e.
2022-03-02 19:39:45 +01:00
Krzesimir Nowak
15105f14e7
virtual/krb5: Sync with gentoo
...
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
2022-03-02 19:39:45 +01:00