flatcar-ci
a17015daf4
New version: main-3481.0.0-nightly-20230111-2100
2023-01-11 21:00:32 +00:00
Krzesimir Nowak
4370512afd
profiles: Drop accept keywords for sys-libs/libseccomp
...
The entry was out of date as we haven't even used this version for
some time. Currently used version is already stable for amd64 and
arm64.
2023-01-11 10:47:14 +01:00
Krzesimir Nowak
524b712a5a
profiles: Keep using bzip2 for compressing binary packages
...
This was a default so far, but updating portage resulted in a change
of the default binary packages compressor from bzip2 to zstd. We
eventually will want to follow this change too, but first some scripts
that assume bzip2 will need to be updated. So for now keep using bzip2
to limit the scope of updating portage.
2023-01-11 10:47:14 +01:00
Krzesimir Nowak
5bf90df9a4
profiles: Disable binpkg-multi-instance feature
...
The binpkg-multi-instance feature seems to be about having multiple
binary packages of a single source package, in case those packages
were built with different USE flags and stuff.
So far we have not used this feature, and it looks like that the
update of portage has made this feature to be enabled by default. The
enabling broke the image build, because this feature makes portage to
use a bit different directory structure to store binary packages. So
instead of storing sys-devel/gcc binary package in
${PKGDIR}/sys-devel/gcc-${VERSION}.tbz2, the binary package is stored
in ${PKGDIR}/sys-devel/gcc/gcc-${VERSION}-${BUILD_ID}.xpak.
Maybe we could consider using this feature at some point in future,
but for now disable it to keep building things working.
2023-01-11 10:47:14 +01:00
Krzesimir Nowak
1106e240a1
sys-apps/portage: Move to portage-stable
2023-01-11 10:47:14 +01:00
Krzesimir Nowak
37defc380c
profiles: Disable rsync-verify USE flag for sys-apps/portage
...
So far we have been modifying the ebuild file to make rsync-verify to
be disabled by default instead of enabled by default as it's done by
upstream ebuild.
This will allow us to remove another modification from portage ebuild
and eventually move sys-apps/portage to portage-stable.
2023-01-11 10:47:14 +01:00
Krzesimir Nowak
db14a01fc7
profiles: Do not install repos.conf from sys-apps/portage
...
The package installs a default repos.conf in
/usr/share/portage/config/repos.conf. Normally it contained a default
configuration for gentoo repository, but we have a modification in the
ebuild that clobbers the contents of the file with a comment
line. Which means that this configuration file is empty. We do so,
because we are putting our own configuration in /etc anyway.
To minimize the amount of modifications put into the ebuild, we can
add /usr/share/portage/config/repos.conf into INSTALL_MASK. This is
one modification less and it's putting us closer to moving
sys-apps/portage to portage-stable.
2023-01-11 10:47:14 +01:00
Krzesimir Nowak
c850639660
Merge pull request #2372 from flatcar/krnowak/sshd-config
...
coreos-base/coreos-init: Pull in fixed sshd_config
2023-01-11 10:22:13 +01:00
Krzesimir Nowak
0103249bcb
coreos-base/coreos-init: Pull in fixed sshd_config
...
According to sshd_config manual, only lines starting with a hash and
empty lines are treated as comments. Which means that comments coming
after the key value pairs are not really comments and sshd complains
about them like:
/etc/ssh/sshd_config line 6: keyword PrintLastLog extra arguments at end of line
/etc/ssh/sshd_config line 7: keyword PrintMotd extra arguments at end of line
/etc/ssh/sshd_config: terminating, 2 bad configuration options
2023-01-11 08:52:38 +01:00
flatcar-ci
36099964a4
New version: main-3480.0.0-nightly-20230110-2100
2023-01-10 21:00:27 +00:00
Krzesimir Nowak
4e5fd29775
changelog: Add an entry
2023-01-10 19:35:53 +01:00
Krzesimir Nowak
54c094d7df
.github: Add updated packages to packages list
2023-01-10 19:35:53 +01:00
Krzesimir Nowak
77aa2e0361
sys-libs/libseccomp: Sync with Gentoo
...
It's from Gentoo commit f1d0273dc3070fd511e8f65017ea87481934d0b2.
2023-01-10 19:35:44 +01:00
Sayan Chowdhury
487ba9efcf
Merge pull request #2360 from flatcar/linux-5.15.86-main
...
Upgrade Linux Kernel for main from 5.15.81 to 5.15.86
2023-01-10 21:40:04 +05:30
Krzesimir Nowak
25146d3df0
sys-apps/portage: Add from Gentoo
...
It's from Gentoo commit 8767926bf095a46dc88564302acb89f34fd3ef8a.
2023-01-10 16:46:06 +01:00
Krzesimir Nowak
a49767dc1f
sys-apps/file: Sync with Gentoo
...
It's from Gentoo commit 356c6e44a078df5dd408db2f931d668911cae354.
2023-01-10 16:46:06 +01:00
Kai Lüke
32d8a64206
Merge pull request #2371 from flatcar/kai/backport-initrd-setup-root
...
sys-kernel/bootengine: Always run initrd-setup-root
2023-01-10 11:12:52 +01:00
Kai Lueke
abfaba8374
sys-kernel/bootengine: Always run initrd-setup-root
...
This pulls in
c8399e42bb9651c3c108f916f6645557ab41884b which is a backport of the
relevant parts of https://github.com/flatcar/bootengine/pull/50 to fix
https://github.com/flatcar/Flatcar/issues/944
2023-01-10 11:12:19 +01:00
flatcar-ci
c937b53c6c
New version: main-3479.0.0-nightly-20230109-2100
2023-01-09 21:00:35 +00:00
Dongsu Park
285051316b
Merge pull request #2370 from flatcar/cacerts-3.87-main
...
Upgrade ca-certificates in main from 3.86 to 3.87
2023-01-09 16:12:54 +01:00
Flatcar Buildbot
ea881a3ab7
metadata: Monthly GLSA metadata updates
2023-01-09 11:27:32 +01:00
Krzesimir Nowak
ba0743743d
changelog: Add entries
2023-01-09 10:51:03 +01:00
Krzesimir Nowak
3b29f965e2
profiles: Cleanups for systemd
...
Sort the use flags, drop obsolete ones and nonexistent packages, drop
unnecessary accept keywords file (as it would potentially introduce a
version mismatch between amd64 and arm64).
2023-01-09 08:31:16 +01:00
Krzesimir Nowak
490ec0dc59
sys-apps/systemd: Apply Flatcar modifications
2023-01-09 08:31:16 +01:00
Krzesimir Nowak
45cc76db62
sys-apps/systemd: Sync with Gentoo
...
It's from Gentoo commit ef3b51926ede813b240e807911eef302ac0c4fdb.
2023-01-09 08:31:16 +01:00
Flatcar Buildbot
f2abbf09fe
app-misc: Upgrade ca-certificates 3.86 to 3.87
2023-01-09 07:15:31 +00:00
Mathieu Tortuyaux
e9ec604f42
Merge pull request #2351 from flatcar/tormath1/ignition-vagrant
...
sys-apps/ignition: bring back noop OEM
2023-01-09 07:09:00 +01:00
flatcar-ci
8d50292a75
New version: main-3476.0.0-nightly-20230106-2100
2023-01-06 21:00:26 +00:00
Flatcar Buildbot
1baaf1f0c2
Update mantle container image to latest HEAD
2023-01-06 16:31:51 +00:00
Flatcar Buildbot
f1403d9724
changelog: update changelog for libksba 1.6.3
2023-01-06 11:04:33 +01:00
Flatcar Buildbot
9ccfcc3c55
app-emulation: Upgrade Containerd 1.6.14 to 1.6.15
2023-01-06 08:22:37 +00:00
Flatcar Buildbot
2d1ec3e737
dev-libs/libksba: update to 1.6.3
...
Update dev-libs/libksba to 1.6.3 mainly to address CVE-2022-47629.
2023-01-05 18:20:51 +01:00
flatcar-ci
ee7df1d6d5
New version: main-3473.0.0-nightly-20230103-2100
2023-01-03 21:00:27 +00:00
Mathieu Tortuyaux
43479cf6ae
changelog: add entry
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-01-03 09:12:58 +01:00
flatcar-ci
c4237aa095
New version: main-3472.0.0-nightly-20230102-2100
2023-01-02 21:00:24 +00:00
Flatcar Buildbot
595603a0e6
sys-kernel: Upgrade Kernel 5.15.81 to 5.15.86
2023-01-01 07:16:32 +00:00
flatcar-ci
0e2845e475
New version: main-3465.0.0-nightly-20221226-2100
2022-12-26 21:00:27 +00:00
flatcar-ci
4a6f70a021
New version: main-3462.0.0-nightly-20221223-2100
2022-12-23 21:00:26 +00:00
Flatcar Buildbot
2d2c3e61cc
app-emulation: Upgrade Containerd 1.6.13 to 1.6.14
2022-12-23 08:21:45 +00:00
flatcar-ci
9340f2e8c0
New version: main-3460.0.0-nightly-20221221-2100
2022-12-21 21:00:32 +00:00
Mathieu Tortuyaux
8a6cbb8880
sys-apps/ignition: bring back noop OEM
...
it mainly brings back Vagrant which was failing with Ignition 2.14.0
even if no Ignition is provided.
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-12-21 17:28:38 +01:00
Dongsu Park
0b3beed6fe
Merge pull request #2350 from flatcar/docker-20.10.22-main
...
Upgrade Docker in main from 20.10.21 to 20.10.22
2022-12-21 16:56:14 +01:00
Flatcar Buildbot
7f1d5313e7
app-emulation: Upgrade Docker 20.10.21 to 20.10.22
2022-12-21 07:45:33 +00:00
Dongsu Park
5c8d650a98
dev-lang/rust: bump version from 1.65 to 1.66 to fix build
...
As the Gentoo ebuild of dev-lang/rust >= 1.65 keeps workaround that
explicitly checks for a version like 1.65, that ebuild would obviously
make the build fail with 1.66.
Update the version from 1.65 to 1.66 to fix the build.
2022-12-20 12:10:33 +01:00
Flatcar Buildbot
f87210ba5c
dev-lang: Upgrade dev-lang/rust 1.65.0 to 1.66.0
2022-12-20 07:33:57 +00:00
flatcar-ci
489bf4d182
New version: main-3458.0.0-nightly-20221219-2100
2022-12-19 21:00:25 +00:00
Krzesimir Nowak
1e5bd7893f
changelog: Add an entry
2022-12-19 10:22:48 +01:00
Krzesimir Nowak
5c4757654f
profiles: Update USE name for sys-apps/systemd
2022-12-19 10:22:48 +01:00
Krzesimir Nowak
d313a77d29
sys-apps/systemd: Apply Flatcar modifications
2022-12-19 10:22:48 +01:00
Krzesimir Nowak
c0b3c67e51
sys-apps/systemd: Sync with Gentoo
...
It's from Gentoo commit 5ee96ebd12ec053d626f2e717bb4ba9f38991b4f.
2022-12-19 10:22:48 +01:00
flatcar-ci
6d2102450b
New version: main-3455.0.0-nightly-20221216-2100
2022-12-16 21:00:30 +00:00
Flatcar Buildbot
0a55fafbb7
app-emulation: Upgrade Containerd 1.6.12 to 1.6.13
2022-12-16 08:21:10 +00:00
flatcar-ci
7187a9d9ac
New version: main-3454.0.0-nightly-20221215-2100
2022-12-15 21:00:30 +00:00
Dongsu Park
27311821b3
Merge pull request #2336 from flatcar/firmware-20221214-main
...
Upgrade Linux Firmware in main from 20221109 to 20221214
2022-12-15 15:28:24 +01:00
Mathieu Tortuyaux
fa4fac2e51
Merge pull request #2318 from flatcar/tormath1/update-engine
...
coreos-base/update_engine: pull new update-engine
2022-12-15 12:32:35 +01:00
Flatcar Buildbot
559b9bf10a
Update mantle container image to latest HEAD
2022-12-15 10:06:49 +00:00
Krzesimir Nowak
17dfbf3365
Merge pull request #2335 from flatcar/krnowak/user-patches
...
coreos/user-patches: New directory for user-patches
2022-12-15 11:06:22 +01:00
Krzesimir Nowak
68c56b0c11
coreos/user-patches: New directory for user-patches
2022-12-15 11:05:56 +01:00
Flatcar Buildbot
252d052d22
sys-kernel: Upgrade Linux Firmware 20221109 to 20221214
2022-12-15 07:11:08 +00:00
flatcar-ci
14ca6ff24c
New version: main-3453.0.0-nightly-20221214-2100
2022-12-14 21:00:27 +00:00
Krzesimir Nowak
bc70d8bb4e
Merge pull request #2333 from flatcar/krnowak/weekly
...
Changes for weekly updates (update glibc to 2.36)
2022-12-14 14:50:21 +01:00
Dongsu Park
f7564880d7
.github: run apt-get update before installing native Ubuntu packages
...
We should run apt-get update before installing native Ubuntu packages
like qemu-user-static. Otherwise apt-get install could fail like:
```
Err:1 http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe
amd64 qemu-user-static amd64 1:6.2+dfsg-2ubuntu6.5
404 Not Found [IP: 52.252.75.106 80]
```
That happens because meanwhile the qemu-user-static deb package in the
Azure mirror was updated from 6.5 to 6.6, without keeping the old
version. Its index of the Azure mirror was updated, but
setup-flatcra-sdk.sh did not sync that, as apt-get update did not run.
2022-12-14 09:50:07 +01:00
flatcar-ci
293c89c151
New version: main-3452.0.0-nightly-20221213-2100
2022-12-13 21:00:24 +00:00
Dongsu Park
d147ba2b79
Merge pull request #2332 from flatcar/go-1.18.9-and-1.19.4-main
...
Upgrade Go from 1.19.3 and 1.18.8 to 1.19.4 and 1.18.9
2022-12-13 10:02:04 +01:00
flatcar-ci
7761d4f1a0
New version: main-3451.0.0-nightly-20221212-2100
2022-12-12 21:00:28 +00:00
Krzesimir Nowak
445a393a05
changelog: Add an entry
2022-12-12 15:34:22 +01:00
Krzesimir Nowak
d5244cd84b
changelog: Add an entry
2022-12-12 14:52:54 +01:00
Krzesimir Nowak
1c7d3ad34d
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
2022-12-12 14:25:09 +01:00
Krzesimir Nowak
96bf0f8f2a
.github: Add app-alternatives eclass to packages list
2022-12-12 14:21:28 +01:00
Krzesimir Nowak
df881b4508
eclass/app-alternatives: Add from Gentoo
...
It's from Gentoo commit b0c939c07feb8d0158925dce14735a5c8439d7e4.
2022-12-12 14:19:49 +01:00
Dongsu Park
ec387e32fa
changelog: add security changelog for Go 1.19.4, 1.18.9
2022-12-12 10:00:14 +01:00
Krzesimir Nowak
20a7d491a1
sys-libs/glibc: Sync with Gentoo
...
It's from Gentoo commit aebe34585bd927ece8a8984ff9a27a4032378a6c.
2022-12-12 09:07:16 +01:00
Flatcar Buildbot
c481e616b8
dev-lang: Upgrade Go 1.18.8 to 1.18.9
2022-12-12 07:28:28 +00:00
Flatcar Buildbot
31c8095542
dev-lang: Upgrade Go 1.19.3 to 1.19.4
2022-12-12 07:28:28 +00:00
Flatcar Buildbot
8c8f3f97ef
app-misc: Upgrade ca-certificates 3.85 to 3.86
2022-12-12 07:15:27 +00:00
Flatcar Buildbot
03fda422c6
sys-devel/libtool: Sync with Gentoo
...
It's from Gentoo commit 111847c60008231e6329949ec6ce2c8e18ffe41b.
2022-12-12 07:15:24 +00:00
Flatcar Buildbot
835e1dd756
sys-devel/gcc: Sync with Gentoo
...
It's from Gentoo commit 7a15ea9bb126f10a499fe6eed806d7c19418b44b.
2022-12-12 07:15:23 +00:00
Flatcar Buildbot
168409ac2f
sys-devel/autoconf-wrapper: Sync with Gentoo
...
It's from Gentoo commit 17cd20efce18f133cfb0977703bd1a5027c6a607.
2022-12-12 07:15:19 +00:00
Flatcar Buildbot
c41817e200
profiles: Sync with Gentoo
...
It's from Gentoo commit 13c4058a167d8061a2f5615bc19a5333855d8b0c.
2022-12-12 07:15:14 +00:00
Flatcar Buildbot
59175f199b
net-misc/iperf: Sync with Gentoo
...
It's from Gentoo commit b8f2426293071246cf6bb749f16dadfe63c884d6.
2022-12-12 07:15:11 +00:00
Flatcar Buildbot
621d335329
net-misc/curl: Sync with Gentoo
...
It's from Gentoo commit bc57bee3e73decce0bce78f3636228969749b1cc.
2022-12-12 07:15:11 +00:00
Flatcar Buildbot
07bcf8ae60
net-analyzer/nmap: Sync with Gentoo
...
It's from Gentoo commit 350458ecda5f78ef834191b50029b1e48548f188.
2022-12-12 07:15:06 +00:00
Flatcar Buildbot
2cdaf14981
licenses: Sync with Gentoo
...
It's from Gentoo commit e31085dbd2d920a435b1bebc7f132d4d8f20ea63.
2022-12-12 07:15:06 +00:00
Flatcar Buildbot
04ae6b27c8
eclass/toolchain-funcs: Sync with Gentoo
...
It's from Gentoo commit 65f7023eaf9b4456a018a2e973df0b7f067a2600.
2022-12-12 07:15:00 +00:00
Flatcar Buildbot
d72742215e
eclass/llvm: Sync with Gentoo
...
It's from Gentoo commit 8599d81ad63fc46bf04061c99292f1814e022333.
2022-12-12 07:14:38 +00:00
Flatcar Buildbot
f598342f7f
eclass/linux-mod: Sync with Gentoo
...
It's from Gentoo commit f59498ed6e49ef1c6e87392e71680877f8a705ca.
2022-12-12 07:14:38 +00:00
Flatcar Buildbot
cbe659043f
eclass/flag-o-matic: Sync with Gentoo
...
It's from Gentoo commit 0af9e8d12524b8ce286bcdad23a0a3d8d8ae9b40.
2022-12-12 07:14:26 +00:00
Flatcar Buildbot
a592757f93
eclass/cmake: Sync with Gentoo
...
It's from Gentoo commit b75eb1da707e7917830e37b4f4319ef52fc30d53.
2022-12-12 07:14:23 +00:00
Flatcar Buildbot
13b6075d8a
dev-vcs/git: Sync with Gentoo
...
It's from Gentoo commit d7aff30faa0328c8cc4097d99ca88fa7b5e95b1b.
2022-12-12 07:14:20 +00:00
Flatcar Buildbot
ebc37402dc
dev-util/meson: Sync with Gentoo
...
It's from Gentoo commit 867748f9941c20e9d369311d3ae67d7b9de0409e.
2022-12-12 07:14:12 +00:00
Flatcar Buildbot
8eccb08b66
dev-util/gperf: Sync with Gentoo
...
It's from Gentoo commit 2ea07b25e4bdcbf5af59008efddf89e0e7525711.
2022-12-12 07:14:11 +00:00
Flatcar Buildbot
8392df7499
dev-util/b2: Sync with Gentoo
...
It's from Gentoo commit a7764bed64842d82a4bcfa787c2d60896c20d269.
2022-12-12 07:14:07 +00:00
Flatcar Buildbot
07e5de6b53
dev-libs/libxslt: Sync with Gentoo
...
It's from Gentoo commit 01b65c1ab8739171aa41a3ff28bc1c2fef2f8f46.
2022-12-12 07:14:05 +00:00
Flatcar Buildbot
3d07340f66
dev-libs/libpcre2: Sync with Gentoo
...
It's from Gentoo commit 087a2d2ec18b57f889c5e0d1ddf94b91057efd99.
2022-12-12 07:14:05 +00:00
Flatcar Buildbot
1a83b32742
dev-libs/libltdl: Sync with Gentoo
...
It's from Gentoo commit 22cafa1b14162e5b0441bc7f3a0d81552f0e3901.
2022-12-12 07:14:05 +00:00
Flatcar Buildbot
7de0e5f8a9
dev-libs/boost: Sync with Gentoo
...
It's from Gentoo commit ad6496f10ac3e6101a9886d73997245f7ff0a69b.
2022-12-12 07:14:02 +00:00
Flatcar Buildbot
e6613dff2e
dev-lang/python: Sync with Gentoo
...
It's from Gentoo commit 4ff0f9bdbf50fa1b729a3d5335f9cae63ff66a7f.
2022-12-12 07:14:02 +00:00
Flatcar Buildbot
b333307dca
app-portage/portage-utils: Sync with Gentoo
...
It's from Gentoo commit bed995908f73ac2603ac9153d0f6274c1f13ee61.
2022-12-12 07:14:01 +00:00
Flatcar Buildbot
8ad8667287
app-arch/xz-utils: Sync with Gentoo
...
It's from Gentoo commit 08fdfad386278271137bdda1eb3d482d51a3e829.
2022-12-12 07:14:00 +00:00
Flatcar Buildbot
28cbbcc92d
app-arch/libarchive: Sync with Gentoo
...
It's from Gentoo commit bb54c4d5f1b0b8b0beb35d7081e42070dccdb29a.
2022-12-12 07:13:59 +00:00
Flatcar Buildbot
d769f45218
app-alternatives/yacc: Sync with Gentoo
...
It's from Gentoo commit e773377026c28a1324d074e8af1039cc8c432eb4.
2022-12-12 07:13:59 +00:00
Flatcar Buildbot
54dc427086
app-alternatives/awk: Sync with Gentoo
...
It's from Gentoo commit d4c96a45f9e0c5401a6d4df4867dc85348fd7989.
2022-12-12 07:13:59 +00:00
flatcar-ci
e0f1da0e46
New version: main-3448.0.0-nightly-20221209-2100
2022-12-09 21:00:23 +00:00
Dongsu Park
94ee295e6e
changelog: add security changelog for containerd 1.6.12
2022-12-09 13:13:56 +01:00
Flatcar Buildbot
4f0dd682f9
app-emulation: Upgrade Containerd 1.6.10 to 1.6.12
2022-12-09 08:22:42 +00:00
flatcar-ci
8c583cb5a1
New version: main-3447.0.0-nightly-20221208-2100
2022-12-08 21:00:31 +00:00
Krzesimir Nowak
ec5f6ca252
Merge pull request #2317 from flatcar/krnowak/libarchive-update
...
profiles: Drop accept keywords for app-arch/libarchive
2022-12-08 12:50:24 +01:00
Krzesimir Nowak
fed5a37dec
Merge pull request #397 from flatcar/krnowak/libarchive-update
...
Update app-arch/libarchive
2022-12-08 12:50:18 +01:00
Mathieu Tortuyaux
1fab9ca500
coreos-base/coreos: add libsodium
...
update_engine needs to access context from SHA256 to store it and
restore it for further computations on it.
With OpenSSL SHA256 v3 implementation is not possible, let's use the
libsodium implementation.
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-12-08 11:18:52 +01:00
Mathieu Tortuyaux
018198129a
coreos-base/update_engine: bump commit ID
...
this pulls the OpenSSL 3 upgrade.
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-12-08 11:18:52 +01:00
Krzesimir Nowak
246bc58053
Merge pull request #2316 from flatcar/krnowak/weekly
...
Updates for weekly update 2022-12-05
2022-12-08 09:43:33 +01:00
Krzesimir Nowak
eaad06ebc7
Merge pull request #396 from flatcar/buildbot/weekly-package-updates-2022-12-05
...
Weekly package updates 2022-12-05
2022-12-08 09:43:29 +01:00
Krzesimir Nowak
ba22599eff
changelog: Add entries
2022-12-08 09:41:08 +01:00
Krzesimir Nowak
6bf8f7603c
.github: Update packages list
2022-12-08 09:38:04 +01:00
Krzesimir Nowak
82e387e979
changelog: Add an entry
2022-12-08 09:37:46 +01:00
flatcar-ci
4169c67698
New version: main-3446.0.0-nightly-20221207-2100
2022-12-07 21:00:26 +00:00
Mathieu Tortuyaux
c40db9d10f
Revert "coreos-base/update_engine: remove -Werror
flag"
...
This reverts commit 5f720f7b9987bf8b7d15a9569b4a340bdf253260.
2022-12-07 13:33:48 +01:00
Krzesimir Nowak
5cae1e12de
profiles: Drop accept keywords for app-arch/libarchive
...
The updated package is stable for both amd64 and arm64.
2022-12-07 11:37:28 +01:00
Krzesimir Nowak
0e234985c1
app-arch/libarchive: Sync with Gentoo
...
It's from Gentoo commit b618d6ec93c66f91c071c99c65775aaef2471bdf.
2022-12-07 11:30:47 +01:00
flatcar-ci
ee28e6c793
New version: main-3445.0.0-nightly-20221206-2100
2022-12-06 21:00:29 +00:00
Flatcar Buildbot
b134ce0bb9
sys-kernel: Upgrade Kernel 5.15.79 to 5.15.81
2022-12-07 00:22:20 +05:30
Krzesimir Nowak
f46187dccc
.github: Update packages list
2022-12-06 15:08:07 +01:00
Krzesimir Nowak
f3f210208c
dev-lang/python: Sync with Gentoo
...
It's from Gentoo commit 1b39922b75edcd897083f7b0d91aded7ba0523e4.
2022-12-06 15:08:07 +01:00
Krzesimir Nowak
56977d879b
net-libs/libpcap: Sync with Gentoo
...
It's from Gentoo commit 02b17c9bb64e147affc4acecaa0ff4151b2329bf.
2022-12-06 15:08:07 +01:00
Krzesimir Nowak
dd8444f6b6
app-crypt/mit-krb5: Sync with Gentoo
...
It's from Gentoo commit 02b17c9bb64e147affc4acecaa0ff4151b2329bf.
2022-12-06 15:08:07 +01:00
Sayan Chowdhury
bcf2bb0b77
sys-libs/pam: Apply Flatcar patches
...
- sys-libs/pam: Make /sbin/unix_chkpwd suid
This is to avoid importing fcaps eclass which adds a dependency on
sys-libs/libcap, which in turn depends on sys-libs/pam. To get out of
this conundrum, we could specify a "-filecaps" use flag for
sys-libs/pam. Problem with this solution would be no capability
override for the binary making it unable to read /etc/shadow. Thus we
make the binary suid. This is strictly less secure than overriding its
capabilities, but I have no idea how to solve it in a less hacky way.
- sys-libs/pam: Install configuration into /usr
Also provide a tmpfiles fragment to bring it back.
- sys-libs/pam: Locked accounts functionality
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-12-06 15:06:47 +01:00
Krzesimir Nowak
ef09c88d70
sys-libs/pam: Reset to vanilla ebuild
2022-12-06 15:03:29 +01:00
Dongsu Park
eec5d85328
sys-devel/gdb: Apply Flatcar modifications
...
- Fix cross build issues with configuring gmp libs
As gdb 11 or newer requires gmp libs as dependency, a cross build of
gdb 11.2 started to fail when its configure scripts try to detect if
gmp exists. The failure occurs mainly because the build still
passes '-L/usr/lib64` to LDFLAGS. Let's say, for example, host
toolchains outside of sysroot have amd64 libs, while the target
inside of sysroot should have arm64 libs. However, configure scripts
of gdb 11.2 still try to find its libs outside of sysroot,
/usr/lib64, although it should find its libs inside of sysroot,
e.g. /build/arm64/usr/lib64.
To fix the cross build issues, pass --with-sysroot as well as
--libdir, correctly with ${ESYSROOT}.
As a side note, for some reason, upstream gdb configure scripts are
not able to correctly make use of its gmp-specific options like
--with-gmp or --with-gmp-lib. Passing those options does not bring
anything. Also configure must have both --with-sysroot and
--libdir, to make the build work.
- Replace dependency on virtual/yacc with app-alternatives/yacc
The former is gone in favor of the latter in Gentoo. This change
will be dropped when we sync the package with Gentoo again.
2022-12-06 14:53:36 +01:00
Krzesimir Nowak
1f88c934c0
sys-devel/gdb: Reset to vanilla ebuild
2022-12-06 14:51:21 +01:00
Sayan Chowdhury
f6efb50cb6
net-firewall/iptables: Apply the Flatcar patches
...
Signed-off-by: Sayan Chowdhury <sayan@kinvolk.io>
2022-12-06 14:49:54 +01:00
Krzesimir Nowak
fd2b43d9cf
net-firewall/iptables: Reset to vanilla ebuild
2022-12-06 14:42:47 +01:00
Sayan Chowdhury
b621893c2e
app-shells/bash: Apply Flatcar patches
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-12-06 14:41:10 +01:00
Krzesimir Nowak
0a0f1733f4
app-shells/bash: Reset to vanilla ebuild
2022-12-06 14:40:14 +01:00
Krzesimir Nowak
4bd509277a
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
- replace virtual/awk with app-alternatives/awk
2022-12-06 14:38:29 +01:00
Krzesimir Nowak
43ccab8e9d
sys-libs/glibc: Reset to vanilla ebuild
2022-12-06 14:36:54 +01:00
Krzesimir Nowak
a4326957df
dev-lang/python-oem: Apply Flatcar modifications
2022-12-06 14:34:48 +01:00
Krzesimir Nowak
4dc2f9a83d
dev-lang/python-oem: Reset to vanilla ebuild
2022-12-06 14:32:39 +01:00
Krzesimir Nowak
f76441eaeb
dev-lang/python-oem: Update dependency
...
The `virtual/awk` package is replaced with `app-alternatives/awk`, so
reflect that in the ebuild.
2022-12-06 14:32:39 +01:00
Krzesimir Nowak
33d5bace3f
profiles: Do not pull in pip stuff from dev-lang/python
2022-12-06 14:32:39 +01:00
Krzesimir Nowak
990b2749a3
coreos/config: Update description for app-crypt/mit-krb5 overrides
2022-12-06 14:32:39 +01:00
Jeremi Piotrowski
1db12d110d
Merge pull request #2315 from flatcar/bug-847-kernel-fix-backport
...
sys-kernel/coreos-sources: Add backport of bugfix for #847
2022-12-06 13:35:15 +01:00
Flatcar Buildbot
29186d73ad
metadata: Monthly GLSA metadata updates
2022-12-06 11:44:15 +01:00
Jeremi Piotrowski
b7eec9eed7
changelog: add entry for Flatcar#847 bugfix
2022-12-06 11:42:15 +01:00
Krzesimir Nowak
962a694804
virtual/awk: Drop package (replaced by app-alternative/awk)
2022-12-06 11:34:37 +01:00
Krzesimir Nowak
ffbe56f80f
virtual/yacc: Drop package (replaced by app-alternative/yacc)
2022-12-06 11:34:37 +01:00
Krzesimir Nowak
ca76eaf945
app-alternatives/awk: Add from Gentoo
...
It's from Gentoo commit a88b50da320f6eca75f92a5e59b1657674775d85.
2022-12-06 10:51:53 +01:00
Flatcar Buildbot
f4827dc3f1
Update mantle container image to latest HEAD
2022-12-05 21:00:46 +00:00
flatcar-ci
0cbd825c13
New version: main-3444.0.0-nightly-20221205-2100
2022-12-05 21:00:25 +00:00
Sayan Chowdhury
9700f36c3f
Merge pull request #2309 from flatcar/sayan/update-sudo-1.9.12_p1
...
add-admin/sudo: Sync with Gentoo upstream; updates to 1.9.12_p1
2022-12-05 19:17:44 +05:30
Jeremi Piotrowski
61592da5ec
sys-kernel/coreos-sources: Add backport of bugfix for #847
...
Users reported a deadlock in ext4 that occurs under loads after kernel 5.15.72.
We debugged and found that this issue is also present upstream (6.x) and found
a fix. The fix has been validated to fix the issue, but we're still waiting for
a reponse from the ext4 maintainer.
In the meantime, apply the backport to our kernel sources, so that users can be
unblocked from updating. This will be released to alpha/beta first, and
hopefully by the time it is promoted to stable, the fix will be merged to the
kernel tree and backported to 5.15.
2022-12-05 13:31:20 +01:00
Krzesimir Nowak
6ef13eea5f
app-alternatives/yacc: Add from Gentoo
...
It's from Gentoo commit 3465091539af22c037e3c910c3acf84d889e49fd.
2022-12-05 10:33:57 +01:00
Flatcar Buildbot
5502013370
sys-libs/libcap: Sync with Gentoo
...
It's from Gentoo commit 450a93f8953e3ccab40aa54308bec115f80e526c.
2022-12-05 07:15:10 +00:00
Flatcar Buildbot
861c2f3ebb
sys-fs/multipath-tools: Sync with Gentoo
...
It's from Gentoo commit b7d704bb699c8e4a9ea411ec19e6421a0f51c812.
2022-12-05 07:15:10 +00:00
Flatcar Buildbot
2fcac2f49b
sys-devel/gettext: Sync with Gentoo
...
It's from Gentoo commit 7c722927a4f2dd11f79057783e68cd985e517f93.
2022-12-05 07:15:06 +00:00
Flatcar Buildbot
9885955422
sys-devel/gcc: Sync with Gentoo
...
It's from Gentoo commit 230cc85ab3b4ba8030e3c2addfa7b74aed099315.
2022-12-05 07:15:06 +00:00
Flatcar Buildbot
f9f0fd83c2
sys-devel/flex: Sync with Gentoo
...
It's from Gentoo commit 0f4c0cca41ac0cb32d7632f6278d58d4a8cf88f1.
2022-12-05 07:15:06 +00:00
Flatcar Buildbot
b5f4feda7e
sys-devel/bison: Sync with Gentoo
...
It's from Gentoo commit 196cd46d3dd27eddb3ea226ac1276a0be3b0f4ff.
2022-12-05 07:15:05 +00:00
Flatcar Buildbot
6d04bbad55
sys-devel/binutils: Sync with Gentoo
...
It's from Gentoo commit 02b17c9bb64e147affc4acecaa0ff4151b2329bf.
2022-12-05 07:15:03 +00:00
Flatcar Buildbot
ae17690cbb
sys-devel/bc: Sync with Gentoo
...
It's from Gentoo commit 5d625775a8d03535e7eea28b56eff54f7a63ebb5.
2022-12-05 07:15:03 +00:00
Flatcar Buildbot
5c7b3e508b
profiles: Sync with Gentoo
...
It's from Gentoo commit 6a98e5e60500a55da0bf7f74fa171636e4fe00af.
2022-12-05 07:14:58 +00:00
Flatcar Buildbot
5c8d6b597f
net-misc/rsync: Sync with Gentoo
...
It's from Gentoo commit 7a1ecd6cc46b1f97eef4b3d79c1bb03d41c133d0.
2022-12-05 07:14:55 +00:00
Flatcar Buildbot
7a2868dc94
net-misc/iputils: Sync with Gentoo
...
It's from Gentoo commit 12635498f4822b7e1ead9b8e500c9638f8cf7590.
2022-12-05 07:14:55 +00:00
Flatcar Buildbot
6476172ee3
net-misc/ethertypes: Sync with Gentoo
...
It's from Gentoo commit a75356bfaf6c5f614006ed0a9b7a5a43a6449556.
2022-12-05 07:14:54 +00:00
Flatcar Buildbot
df3b1543d7
eclass/toolchain: Sync with Gentoo
...
It's from Gentoo commit 5bb51e9a29ab1683a36ed45c5aa56228b6968d3f.
2022-12-05 07:14:44 +00:00
Flatcar Buildbot
8d4dd68e0a
eclass/linux-info: Sync with Gentoo
...
It's from Gentoo commit eab470730a49f9de7d047f4ba4face78b65b1b62.
2022-12-05 07:14:22 +00:00
Flatcar Buildbot
e639a14623
dev-vcs/git: Sync with Gentoo
...
It's from Gentoo commit 128f0d0b967059c5564bb96efee2586b84c2f83d.
2022-12-05 07:14:03 +00:00
Flatcar Buildbot
edcf872850
dev-util/strace: Sync with Gentoo
...
It's from Gentoo commit 80acc93961ca22f0a6ea0b616940578e4fd4e8a4.
2022-12-05 07:14:03 +00:00
Flatcar Buildbot
cc9457a619
dev-util/patchelf: Sync with Gentoo
...
It's from Gentoo commit c2ad249beddea9ecfa4e76baf3bc9ce325dcb773.
2022-12-05 07:13:58 +00:00
Flatcar Buildbot
15565b1d4b
dev-util/glib-utils: Sync with Gentoo
...
It's from Gentoo commit ed071d36c494437c4ac88c7bc2e7b5caa1b904c1.
2022-12-05 07:13:54 +00:00
Flatcar Buildbot
3ba026e589
dev-util/gdbus-codegen: Sync with Gentoo
...
It's from Gentoo commit 01fbb72240e8a3bf42a8929420569ae581d97783.
2022-12-05 07:13:54 +00:00
Flatcar Buildbot
e42bd191fe
dev-util/cmake: Sync with Gentoo
...
It's from Gentoo commit 41fc7cdfd08eeefdcdd13d88243b70324755195d.
2022-12-05 07:13:52 +00:00
Flatcar Buildbot
77485187cc
dev-util/catalyst: Sync with Gentoo
...
It's from Gentoo commit 45ef9f6e6a2ae027e7184770f32289d422b554f2.
2022-12-05 07:13:51 +00:00
Flatcar Buildbot
0444b33631
dev-libs/libxml2: Sync with Gentoo
...
It's from Gentoo commit bee4fbd32b0225d09bf7fca8d38b83a9ac368bfd.
2022-12-05 07:13:49 +00:00
Flatcar Buildbot
e8a492282b
dev-libs/libtasn1: Sync with Gentoo
...
It's from Gentoo commit 02b17c9bb64e147affc4acecaa0ff4151b2329bf.
2022-12-05 07:13:49 +00:00
Flatcar Buildbot
b6ecfd7737
dev-libs/gobject-introspection-common: Sync with Gentoo
...
It's from Gentoo commit d921d64514abca425b4b13560cdd2b86042128b1.
2022-12-05 07:13:46 +00:00
Flatcar Buildbot
f43cbffce8
dev-libs/gobject-introspection: Sync with Gentoo
...
It's from Gentoo commit e41b4401c64a1de901c9a4d772b584cb8c15996d.
2022-12-05 07:13:46 +00:00
Flatcar Buildbot
6f386de935
dev-libs/glib: Sync with Gentoo
...
It's from Gentoo commit a744a169b8a2f1837fcb0ee56a938e3ea106b66d.
2022-12-05 07:13:46 +00:00
Flatcar Buildbot
508470d878
dev-libs/boost: Sync with Gentoo
...
It's from Gentoo commit 0bb9a31349a6b269decaf4f04085b83cb9d1ad7a.
2022-12-05 07:13:45 +00:00
Flatcar Buildbot
d6a8851507
app-editors/vim-core: Sync with Gentoo
...
It's from Gentoo commit d4418a7735c5ce9a3f2c59a6609ec3682553e40d.
2022-12-05 07:13:43 +00:00
Flatcar Buildbot
9ec31729be
app-editors/vim: Sync with Gentoo
...
It's from Gentoo commit d57070c6622ac94dba516c4adc656515c8f26d7e.
2022-12-05 07:13:43 +00:00
Flatcar Buildbot
045a0f4e6e
app-arch/xz-utils: Sync with Gentoo
...
It's from Gentoo commit 8bc1f100128ace83ba25e76e29ada60392ee2760.
2022-12-05 07:13:43 +00:00
Flatcar Buildbot
0c1ffade57
app-arch/cpio: Sync with Gentoo
...
It's from Gentoo commit db94bf8a3ec5214312cb4f3c5679d844014925f4.
2022-12-05 07:13:42 +00:00
Flatcar Buildbot
369d03e83f
app-arch/bzip2: Sync with Gentoo
...
It's from Gentoo commit 90657783651efa366c78e2dfdd44e15a4f372e49.
2022-12-05 07:13:42 +00:00
Sayan Chowdhury
f2ea162fae
changelog: Update the changelog for the sudo-1.9.12_p1
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-12-02 17:22:04 +05:30
flatcar-ci
380f972329
New version: main-3440.0.0-nightly-20221201-2100
2022-12-01 21:00:31 +00:00
Krzesimir Nowak
7542bbf3f5
Merge pull request #2307 from flatcar/krnowak/weekly
...
Changes for weekly updates
2022-12-01 19:39:23 +01:00
Krzesimir Nowak
d2944c7d76
Merge pull request #392 from flatcar/buildbot/weekly-package-updates-2022-11-28
...
Weekly package updates 2022-11-28
2022-12-01 19:39:22 +01:00
Dongsu Park
a6964cd47b
.github: set Author name to update-metadata-glsa
...
Set a correct Author name and its email address to the commit message
of monthly GLSA metadata PRs, Flatcar Buildbot
<buildbot@flatcar-linux.org>.
2022-12-01 09:48:04 +01:00
flatcar-ci
886e56c6ea
New version: main-3439.0.0-nightly-20221130-2100
2022-11-30 21:00:26 +00:00
Krzesimir Nowak
b28d8a4669
changelog: Add an entry
2022-11-30 14:22:33 +01:00
Flatcar Buildbot
7b019787ee
app-emulation: Upgrade open-vm-tools 12.1.0 to 12.1.5
2022-11-30 07:19:01 +00:00
Krzesimir Nowak
642a90d29b
profiles: Drop accept keywords for sys-libs/zlib
...
It became stable for amd64 and arm64.
2022-11-29 15:13:45 +01:00
Krzesimir Nowak
cf28added0
profiles: Drop accept keywords for sys-fs/multipath-tools
...
The updated package is now stable for both amd64 and arm64.
2022-11-29 15:08:35 +01:00
Krzesimir Nowak
872994012e
dev-libs/cJSON: Add from Gentoo
...
It's from Gentoo commit ce2861de5c1921bcde21f9cd4f0ce961d8fd61be.
2022-11-29 14:20:02 +01:00
Krzesimir Nowak
8064d1c3d5
profiles: Updated accept keywords for net-misc/curl
2022-11-29 14:13:49 +01:00
Krzesimir Nowak
33b0d3e235
coreos-devel/sdk-depends: Replace dev-util/boost-build with dev-util/b2
...
dev-libs/boost now needs the latter to build.
2022-11-29 10:58:18 +01:00
Krzesimir Nowak
84a8308b30
dev-util/boost-build: Drop unused package
2022-11-29 10:36:06 +01:00
Krzesimir Nowak
76955bacd8
dev-util/b2: Add from Gentoo
...
It's from Gentoo commit 1c34050916f7eeeada1c36d11e2032c0d0e4582c.
It's a build dependency of dev-libs/boost.
2022-11-29 10:26:58 +01:00
flatcar-ci
af1754044e
New version: main-3437.0.0-nightly-20221128-2100
2022-11-28 21:00:26 +00:00
Flatcar Buildbot
1697d8a3bd
sys-libs/zlib: Sync with Gentoo
...
It's from Gentoo commit ee92c1551e10c7237f46e8abee3e6b024e6d6c4f.
2022-11-28 07:15:39 +00:00
Flatcar Buildbot
8be9422da0
sys-fs/multipath-tools: Sync with Gentoo
...
It's from Gentoo commit ab840db288d84813a5108cf276d817ebff0700a5.
2022-11-28 07:15:39 +00:00
Flatcar Buildbot
9c28457bd2
sys-devel/gnuconfig: Sync with Gentoo
...
It's from Gentoo commit 42c5524cb9db3d6bfa53834abdce17da15276082.
2022-11-28 07:15:36 +00:00
Flatcar Buildbot
0619f01b76
sys-devel/gettext: Sync with Gentoo
...
It's from Gentoo commit eb79211789dfec00a2ed3e1e94eaa2a3089692c5.
2022-11-28 07:15:36 +00:00
Flatcar Buildbot
ee07c5a351
sys-devel/gcc: Sync with Gentoo
...
It's from Gentoo commit 2a42234ba501c3328476db97d366b3555933a5f4.
2022-11-28 07:15:36 +00:00
Flatcar Buildbot
cdedee7586
sys-devel/automake-wrapper: Sync with Gentoo
...
It's from Gentoo commit ebd01773cd2cb43602b7237f5f59b6a403e8e770.
2022-11-28 07:15:32 +00:00
Flatcar Buildbot
6161893c6b
sys-devel/autoconf-wrapper: Sync with Gentoo
...
It's from Gentoo commit 19a2a580469777a228a33f9cef13813fe428519f.
2022-11-28 07:15:31 +00:00
Flatcar Buildbot
aa60e96f3a
sys-devel/autoconf: Sync with Gentoo
...
It's from Gentoo commit 92b752821df4e7aff8639bce4660000016d7db8b.
2022-11-28 07:15:30 +00:00
Flatcar Buildbot
dd57921969
profiles: Sync with Gentoo
...
It's from Gentoo commit 1a5499ece7be858c7b06025771198c78435f97b4.
2022-11-28 07:15:28 +00:00
Flatcar Buildbot
38f64bfe40
net-misc/socat: Sync with Gentoo
...
It's from Gentoo commit f335bad455c9308a8a4df5997f9e772b6288f056.
2022-11-28 07:15:25 +00:00
Flatcar Buildbot
fb0d1fe154
net-misc/rsync: Sync with Gentoo
...
It's from Gentoo commit 835f0179694d35eec8af5e167eaabfa789d686f7.
2022-11-28 07:15:25 +00:00
Flatcar Buildbot
2416f97f3a
net-misc/iperf: Sync with Gentoo
...
It's from Gentoo commit ff588382efce7fd9d156cc7185379191c68434a1.
2022-11-28 07:15:24 +00:00
Flatcar Buildbot
aa4f10f860
net-misc/curl: Sync with Gentoo
...
It's from Gentoo commit 44e414f97c75686fe3aa921c1fbabef7c403020c.
2022-11-28 07:15:22 +00:00
Flatcar Buildbot
42f920f4d4
net-libs/gnutls: Sync with Gentoo
...
It's from Gentoo commit 45f4b9ed0200e1b8a21cca9e80ab9c84b58b8718.
2022-11-28 07:15:20 +00:00
Flatcar Buildbot
9887808d48
licenses: Sync with Gentoo
...
It's from Gentoo commit b18b79b26598ccc72123fa988a16e0e9b2e848dd.
2022-11-28 07:15:18 +00:00
Flatcar Buildbot
6600e3d1fd
eclass/toolchain: Sync with Gentoo
...
It's from Gentoo commit 476e425a52e834eb067f44c98a8c1faefdef260b.
2022-11-28 07:15:13 +00:00
Flatcar Buildbot
f5a623e11c
eclass/ninja-utils: Sync with Gentoo
...
It's from Gentoo commit b591f294b6fa096b0cf9b489169a79a5525cea1d.
2022-11-28 07:14:59 +00:00
Flatcar Buildbot
3aacc4b38a
eclass/autotools: Sync with Gentoo
...
It's from Gentoo commit 141c29e6e6a3bf3ffdcfa3be99c0ef410dcb8bc9.
2022-11-28 07:14:36 +00:00
Flatcar Buildbot
941e52400e
dev-vcs/git: Sync with Gentoo
...
It's from Gentoo commit a7914359ecabafa39a4169ac7671d0e83e123eab.
2022-11-28 07:14:34 +00:00
Flatcar Buildbot
28da858b47
dev-util/meson: Sync with Gentoo
...
It's from Gentoo commit 23ade3b518eac7f67c44d9e082963bab47c882fb.
2022-11-28 07:14:27 +00:00
Flatcar Buildbot
36a1325164
dev-util/glib-utils: Sync with Gentoo
...
It's from Gentoo commit 72d177ef10f930d10f3c0c82646f0704d2445a3c.
2022-11-28 07:14:26 +00:00
Flatcar Buildbot
946c9c822b
dev-util/gdbus-codegen: Sync with Gentoo
...
It's from Gentoo commit f732fbfaa4e6bfc2647b7d6f2beed2014558bd6b.
2022-11-28 07:14:26 +00:00
Flatcar Buildbot
c3f0c0c328
dev-libs/gobject-introspection-common: Sync with Gentoo
...
It's from Gentoo commit ef340e844fae544e308894704a9b3498f4178c5e.
2022-11-28 07:14:17 +00:00
Flatcar Buildbot
2cc25906f3
dev-libs/gobject-introspection: Sync with Gentoo
...
It's from Gentoo commit c4903a86dafda4b523ef9e5b92d6b92d448598f1.
2022-11-28 07:14:17 +00:00
Flatcar Buildbot
9404d0656e
dev-libs/glib: Sync with Gentoo
...
It's from Gentoo commit 425790bb76e60276526d035f760468fad190ac0f.
2022-11-28 07:14:17 +00:00
Flatcar Buildbot
4f648cc04f
dev-libs/boost: Sync with Gentoo
...
It's from Gentoo commit 96d01d868eeca692d472bfba5fbca7f4f11aae76.
2022-11-28 07:14:16 +00:00
Flatcar Buildbot
659588f5d1
dev-db/sqlite: Sync with Gentoo
...
It's from Gentoo commit 8a77c12985b94ad7d6a4826847c0b8ab4286c571.
2022-11-28 07:14:15 +00:00
Flatcar Buildbot
583eabcecb
app-arch/xz-utils: Sync with Gentoo
...
It's from Gentoo commit 061c297997df6748b83e48e46ab3905f6aa33b4f.
2022-11-28 07:14:14 +00:00
flatcar-ci
6013706a57
New version: main-3434.0.0-nightly-20221125-2100
2022-11-25 21:00:24 +00:00
Dongsu Park
59874b3c1f
Merge pull request #387 from flatcar/buildbot/monthly-glsa-metadata-updates-2022-11-18
...
Monthly GLSA metadata 2022-11-18
2022-11-25 09:48:06 +01:00
Flatcar Buildbot
f64a4ce60d
metadata: Monthly GLSA metadata updates
2022-11-25 09:46:45 +01:00
flatcar-ci
1bb929caa9
New version: main-3433.0.0-nightly-20221124-2100
2022-11-24 21:00:26 +00:00
Krzesimir Nowak
df8713d9c5
Merge pull request #391 from flatcar/krnowak/glsa-commit-message
...
.github: Specify a commit message for monthly GLSA updates
2022-11-24 14:04:35 +01:00
Krzesimir Nowak
7890755443
.github: Specify a commit message for monthly GLSA updates
2022-11-24 11:09:34 +01:00
flatcar-ci
9f64ca801f
New version: main-3432.0.0-nightly-20221123-2100
2022-11-23 21:00:30 +00:00
Dongsu Park
78c4fb88d1
Merge pull request #2299 from flatcar/dongsu/cpio-2.13
...
profiles: accept keywords for app-arch/cpio 2.13-r3
2022-11-23 17:32:37 +01:00
Dongsu Park
96c95a65db
Merge pull request #390 from flatcar/dongsu/cpio-2.13
...
app-arch/cpio: update to 2.13-r3
2022-11-23 17:32:30 +01:00
Dongsu Park
b5cb3c8c29
Merge pull request #389 from flatcar/dongsu/libksba-1.6.2
...
dev-libs/libksba: update to 1.6.2
2022-11-23 17:30:30 +01:00
Flatcar Buildbot
057bb0000f
Update mantle container image to latest HEAD
2022-11-23 13:54:15 +00:00
Krzesimir Nowak
bfbf8b3135
Merge pull request #2298 from flatcar/krnowak/weekly
...
profiles: Updates for weekly package updates
2022-11-23 14:32:46 +01:00
Dongsu Park
f8d0d4bd13
Merge pull request #2292 from flatcar/linux-5.15.79-main
...
Upgrade Linux Kernel for main from 5.15.77 to 5.15.79
2022-11-23 14:20:35 +01:00
Flatcar Buildbot
33d40bf4d0
Update mantle container image to latest HEAD
2022-11-22 21:00:52 +00:00
flatcar-ci
c18298dad4
New version: main-3431.0.0-nightly-20221122-2100
2022-11-22 21:00:31 +00:00
Krzesimir Nowak
f6083bb7db
changelog: Add an entry
2022-11-22 13:40:26 +01:00
Krzesimir Nowak
5b6cd2ab0a
profiles: Update accept keywords for net-misc/curl
...
Revision was bumped to r2, but it kept the keywords intact.
2022-11-22 13:39:22 +01:00
Krzesimir Nowak
4c7180dca0
profiles: Update accept keywords for sys-libs/zlib
...
It became stable for arm64, still unstable for amd64. Probably will be
stabilized for the latter during the week.
2022-11-22 13:35:13 +01:00
Dongsu Park
80639fc3d8
.github: add app-arch/cpio to weekly packages list
2022-11-22 11:07:16 +01:00
Dongsu Park
d75f6300f8
changelog: add changelog for cpio 2.13
2022-11-22 11:06:40 +01:00
Dongsu Park
384ce45da9
profiles: accept keywords for app-arch/cpio 2.13-r3
...
Accept keywords for app-arch/cpio 2.13-r3, mainly to address
CVE-2021-38185.
2022-11-22 11:00:41 +01:00
Dongsu Park
9234cfb4f9
app-arch/cpio: update to 2.13-r3
...
Update app-arch/cpio to 2.13-r3, mainly to address CVE-2021-38185.
Gentoo ref: 372a7b0084f0e8bf8ced7bba804f42c79a3b35f8
2022-11-22 10:58:19 +01:00
Flatcar Buildbot
d97366e82a
Update mantle container image to latest HEAD
2022-11-21 21:00:47 +00:00
flatcar-ci
e57707aa1a
New version: main-3430.0.0-nightly-20221121-2100
2022-11-21 21:00:26 +00:00
Flatcar Buildbot
e55e640694
Update mantle container image to latest HEAD
2022-11-21 12:59:51 +00:00
Dongsu Park
23ef4e2cf8
.github: add dev-libs/libksba to packages-list
2022-11-21 09:11:54 +01:00
Dongsu Park
70b07f56d8
changelog: add changelog for libksba 1.6.2
2022-11-21 09:10:57 +01:00
Dongsu Park
4b98e3d07e
dev-libs/libksba: update to 1.6.2
...
Update dev-libs/libksba to 1.6.2 mainly to address CVE-2022-3515.
2022-11-21 09:06:06 +01:00
Flatcar Buildbot
92c0043f5e
sys-libs/zlib: Sync with Gentoo
...
It's from Gentoo commit 2b667b0352e47d2bbcf928df1b32fd94c59ad3da.
2022-11-21 07:16:32 +00:00
Flatcar Buildbot
8728c4ff94
sys-libs/binutils-libs: Sync with Gentoo
...
It's from Gentoo commit a67d952c82a327f1e8cae7ac83ce96d9e0b25e64.
2022-11-21 07:16:31 +00:00
Flatcar Buildbot
a2e414bb9e
sys-devel/gettext: Sync with Gentoo
...
It's from Gentoo commit 729ab751290c5da1da3a93fcddaa22647b1db352.
2022-11-21 07:16:28 +00:00
Flatcar Buildbot
f36c197317
sys-devel/gcc: Sync with Gentoo
...
It's from Gentoo commit 38b43372af28e9046c17f1c82359f046edb9cbdd.
2022-11-21 07:16:28 +00:00
Flatcar Buildbot
b02a6639a3
sys-devel/flex: Sync with Gentoo
...
It's from Gentoo commit 37ebd2afe651c59457d2040bda4bbdd786ea689d.
2022-11-21 07:16:28 +00:00
Flatcar Buildbot
4b97feb5d4
sys-devel/crossdev: Sync with Gentoo
...
It's from Gentoo commit c39920e08570c4a771905ca7a7b63b95ecdad756.
2022-11-21 07:16:28 +00:00
Flatcar Buildbot
139509a606
sys-devel/autoconf-wrapper: Sync with Gentoo
...
It's from Gentoo commit f49bcd6145161142a76f91a38ddccbdce8039902.
2022-11-21 07:16:22 +00:00
Flatcar Buildbot
26e8436314
sys-devel/autoconf: Sync with Gentoo
...
It's from Gentoo commit 541ccf270b9b9b5631072a654cd3add5ccd433e7.
2022-11-21 07:16:22 +00:00
Flatcar Buildbot
c1aa5bf2ec
profiles: Sync with Gentoo
...
It's from Gentoo commit d0e673c6f516fdffe8b43c77c1f13dbddde4fdb3.
2022-11-21 07:16:20 +00:00
Flatcar Buildbot
2d3eeb423a
net-misc/whois: Sync with Gentoo
...
It's from Gentoo commit ac82c2ef7508169844632e059b2cb319bf187a81.
2022-11-21 07:16:18 +00:00
Flatcar Buildbot
89333ea244
net-misc/wget: Sync with Gentoo
...
It's from Gentoo commit 7c6deb877943d16495c908f338b23cc2fb04f22b.
2022-11-21 07:16:17 +00:00
Flatcar Buildbot
f2628ae573
net-misc/curl: Sync with Gentoo
...
It's from Gentoo commit 91d61efd7851b7c912c7ce0b45bc10889f2cf61e.
2022-11-21 07:16:13 +00:00
Flatcar Buildbot
8b460493b2
net-dns/bind-tools: Sync with Gentoo
...
It's from Gentoo commit c42c6e7e345f5f5146af2c965fff98576a67248d.
2022-11-21 07:16:11 +00:00
Flatcar Buildbot
4957a542d2
licenses: Sync with Gentoo
...
It's from Gentoo commit 1ec6328bd09c77fafee1658f625f435bc896aba8.
2022-11-21 07:16:09 +00:00
Flatcar Buildbot
358316ef75
dev-vcs/git: Sync with Gentoo
...
It's from Gentoo commit 5ac28ff4f72910a07074752dd3c3a954738bf400.
2022-11-21 07:15:24 +00:00
Flatcar Buildbot
d1adf8e061
dev-util/perf: Sync with Gentoo
...
It's from Gentoo commit 41355d5ee50bb0cb7af9058f0af753a7cf73d602.
2022-11-21 07:15:21 +00:00
Flatcar Buildbot
7dfd57e21f
dev-util/patchelf: Sync with Gentoo
...
It's from Gentoo commit b0ff99ced46ecf03f52581c3425998dc9921e1e2.
2022-11-21 07:15:19 +00:00
Flatcar Buildbot
92c0336b61
dev-util/glib-utils: Sync with Gentoo
...
It's from Gentoo commit 34553dcf5c5611e01e53683c3f6d904c046aac89.
2022-11-21 07:15:16 +00:00
Flatcar Buildbot
0f27f78b51
dev-util/gdbus-codegen: Sync with Gentoo
...
It's from Gentoo commit dd107e18e58f954a738e8608912783787ca6d9c7.
2022-11-21 07:15:16 +00:00
Flatcar Buildbot
3c0fbe09b2
dev-util/cmake: Sync with Gentoo
...
It's from Gentoo commit ba5807bd908d9f78dbd76f08d8429a29061626ad.
2022-11-21 07:15:13 +00:00
Flatcar Buildbot
3095256ee7
dev-libs/gobject-introspection-common: Sync with Gentoo
...
It's from Gentoo commit 26b4d97fd62734ddc72426511d1ec38b8f49ce9e.
2022-11-21 07:15:07 +00:00
Flatcar Buildbot
48764b7910
dev-libs/gobject-introspection: Sync with Gentoo
...
It's from Gentoo commit ad68a615a582b889b6e4c12be2affaa2313b6178.
2022-11-21 07:15:07 +00:00
Flatcar Buildbot
b7b81d2fac
dev-libs/glib: Sync with Gentoo
...
It's from Gentoo commit 226753674ad9e72e74b27593c367ebc855c979cd.
2022-11-21 07:15:07 +00:00
Flatcar Buildbot
d3c7100128
app-arch/xz-utils: Sync with Gentoo
...
It's from Gentoo commit e8bd5f703fe4b3daab6ff133f921a845da3cf503.
2022-11-21 07:15:04 +00:00
Flatcar Buildbot
6dafc46647
app-arch/unzip: Sync with Gentoo
...
It's from Gentoo commit 5ed7ef1c1f72418e5e4cd71eb5bcc7c84bd7bd64.
2022-11-21 07:15:04 +00:00
flatcar-ci
e933b33df1
New version: main-3427.0.0-nightly-20221118-2100
2022-11-18 21:00:27 +00:00
Flatcar Buildbot
8f39358b1d
Update mantle container image to latest HEAD
2022-11-18 13:43:58 +00:00
Dongsu Park
a70ddb5b2b
Merge pull request #385 from flatcar/dongsu/github-actions-glsa-metadata
...
.github: add monthly workflow update-metadata-glsa
2022-11-18 13:10:35 +01:00
Dongsu Park
69e9bcc0f7
Merge pull request #2296 from flatcar/containerd-1.6.10-main
...
Upgrade Containerd in main from 1.6.9 to 1.6.10
2022-11-18 13:08:02 +01:00
Krzesimir Nowak
02b93bd55a
Merge pull request #2288 from flatcar/krnowak/weekly
...
profiles: Cleanups for weekly package updates
2022-11-18 10:14:47 +01:00
Krzesimir Nowak
04e90140a2
Merge pull request #384 from flatcar/buildbot/weekly-package-updates-2022-11-14
...
Weekly package updates 2022-11-14
2022-11-18 10:14:45 +01:00
Flatcar Buildbot
88af01b531
app-emulation: Upgrade Containerd 1.6.9 to 1.6.10
2022-11-18 08:24:29 +00:00
flatcar-ci
ddc401d6eb
New version: main-3426.0.0-nightly-20221117-2100
2022-11-17 21:00:33 +00:00
Dongsu Park
27d0680bc2
.github: remove unnecessary options in update-packages-from-list
...
As we already merged necessary changes for sync-with-gentoo into master
branch of the flatcar-build-scripts repo, it is not necessary any more
to point to krnowak/stuff branch. Remove it.
2022-11-17 17:49:48 +01:00
Dongsu Park
3a1f70a123
.github: add monthly workflow update-metadata-glsa
...
Add a new monthly workflow update-metadata-glsa, to sync GLSA(Gentoo
Linux Security Advisories) with upstream Gentoo.
While most individual metadata xml files are available on the upstream
mirror repo https://github.com/gentoo-mirror/gentoo , its binary data
as well as timestamp files do not exist on the public Git repo. So it
is necessary to rsync those data from rsync.gentoo.org, instead of
running sync-with-gentoo script.
2022-11-17 17:02:52 +01:00
Krzesimir Nowak
052c0553ae
Merge pull request #2268 from flatcar/krnowak/openssh-update
...
net-misc/openssh: Bump to 9.1
2022-11-17 11:19:32 +01:00
Krzesimir Nowak
e596583d76
profiles: Build static libraries for dev-libs/libpcre2
...
app-emulation/qemu depends on dev-libs/glib preferentially built with
static libraries. The GLib library started to depend on
dev-libs/libpcre2 after the update. Since dev-libs/glib is built with
static-libs USE flag, it propagates the requirement to
dev-libs/libpcre2 too. Thus update the line with old dev-libs/libpcre
in package.use to new dev-libs/libpcre2 now. Hopefully nothing needs
static libs of old dev-libs/libpcre.
2022-11-17 11:15:54 +01:00
Krzesimir Nowak
11d976f352
profiles: Drop arm64 from accept keywords for net-misc/curl
2022-11-17 11:15:54 +01:00
Krzesimir Nowak
8eff949fff
profiles: drop dev-util/glib-utils from packages.provided
...
Should not be necessary - dev-libs/glib is not pulling it anymore, and
other ebuilds needing the package pull it with BDEPEND, which means
that the package on SDK is being used.
2022-11-17 11:15:54 +01:00
Krzesimir Nowak
1a045b9ccc
profiles: Update accept keywords for app-editors/vim-core
2022-11-17 11:15:54 +01:00
Krzesimir Nowak
8957817186
profiles: Update accept keywords for app-editors/vim
2022-11-17 11:15:54 +01:00
Flatcar Buildbot
5c6e3b3fe0
sys-kernel: Upgrade Kernel 5.15.77 to 5.15.79
2022-11-17 07:19:16 +00:00
flatcar-ci
cc41007056
New version: main-3425.0.0-nightly-20221116-2100
2022-11-16 21:00:29 +00:00
Dongsu Park
4a4289ebc8
Merge pull request #2283 from flatcar/cacerts-3.85-main
...
Upgrade ca-certificates in main from 3.84 to 3.85
2022-11-16 15:09:07 +01:00
Kai Lueke
ee0c1e654c
Support Hardware Security Keys in update-ssh-keys
...
This pulls in
https://github.com/flatcar/update-ssh-keys/pull/7
to support Hardware Security Keys in update-ssh-keys.
Until we have a new crates.io release of openssh-keys with
https://github.com/coreos/openssh-keys/pull/68 we need to host it on
Origin or find a way to make the eclass more flexible. Here it was
hosted on Origin (from "cargo package") and the Cargo.toml/lock patched
on build to think it would come from crates.io because the Gentoo
eclass only supports that location.
2022-11-16 11:52:16 +01:00
Krzesimir Nowak
35c1c67d9f
changelog: Add entries
2022-11-15 09:46:04 +01:00
Sayan Chowdhury
d340dda71a
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>
2022-11-15 05:24:42 +00:00
Sayan Chowdhury
32089482da
add-admin/sudo: Sync with Gentoo upstream; updates to 1.9.12_p1
...
gentoo syncref: 82f5b130cc
2022-11-15 05:18:23 +00:00
flatcar-ci
1627ea9f18
New version: main-3423.0.0-nightly-20221114-2100
2022-11-14 21:00:29 +00:00
Dongsu Park
fe2768632c
.github: add dev-db/sqlite to packages-list
...
Get dev-db/sqlite included in weekly updates.
2022-11-14 16:30:55 +01:00
Dongsu Park
24ac64bbf9
changelog: add changelog for sqlite 3.39.4
2022-11-14 16:30:53 +01:00
Dongsu Park
f321302e32
dev-db/sqlite: update to 3.39.4
...
Update dev-db/sqlite to 3.39.4.
This is not for a security issue.
CVE-2022-35737, addressed by sqlite 3.39.2, affects only sqlite compiled
with SQLITE_ENABLE_STAT4 being enabled. As Flatcar does not enable that
option, that CVE means nothing. See also
https://sqlite.org/forum/forumpost/3607259d3c .
However, Gentoo has GLSA 202210-40
https://security.gentoo.org/glsa/202210-40 . So it is anyway better for
Flatcar to update sqlite to 3.39, to avoid having to add another GLSA
allowlist entry.
2022-11-14 14:25:03 +01:00
Flatcar Buildbot
0986cc7377
app-misc: Upgrade ca-certificates 3.84 to 3.85
2022-11-14 07:17:45 +00:00
Flatcar Buildbot
db44f8350d
sys-libs/libcap: Sync with Gentoo
...
It's from Gentoo commit 4cd85750c92be620a9c25f28cadd4457e8c943b9.
2022-11-14 07:16:59 +00:00
Flatcar Buildbot
1b2bf1ee50
sys-firmware/intel-microcode: Sync with Gentoo
...
It's from Gentoo commit a7c7d8c63bc8f3b77494f7bffb22f7e714de54fd.
2022-11-14 07:16:59 +00:00
Flatcar Buildbot
4922d25cce
sys-devel/gettext: Sync with Gentoo
...
It's from Gentoo commit 716412d69835fff2868e4c61078c6e5ed97509d2.
2022-11-14 07:16:56 +00:00
Flatcar Buildbot
59ac74b406
sys-devel/gcc: Sync with Gentoo
...
It's from Gentoo commit 77ac295d77408e582f92df01a2271dd63a7eeb90.
2022-11-14 07:16:56 +00:00
Flatcar Buildbot
181d161ccc
sys-devel/crossdev: Sync with Gentoo
...
It's from Gentoo commit 501127c2649457ae5411179c898577c5c469108f.
2022-11-14 07:16:55 +00:00
Flatcar Buildbot
88ef86b7ce
sys-devel/bc: Sync with Gentoo
...
It's from Gentoo commit 98a9032309d47b1bc77e5e258acb28f849854b85.
2022-11-14 07:16:53 +00:00
Flatcar Buildbot
e4dd71621f
sys-devel/autoconf: Sync with Gentoo
...
It's from Gentoo commit 076ee2e058cc932dee7e4d9cf61547287b3c3630.
2022-11-14 07:16:48 +00:00
Flatcar Buildbot
b1875bd2d2
sys-apps/help2man: Sync with Gentoo
...
It's from Gentoo commit d77bb42425e9f1cedef3aae1965cfa690a787f1d.
2022-11-14 07:16:47 +00:00
Flatcar Buildbot
64fca8cc4e
profiles: Sync with Gentoo
...
It's from Gentoo commit aac544fa8e1756344acb764d6b7335010170e5d3.
2022-11-14 07:16:46 +00:00
Flatcar Buildbot
8990f07cac
net-misc/curl: Sync with Gentoo
...
It's from Gentoo commit 4dcf470b90326814ba9c7d139bffd7924d818004.
2022-11-14 07:16:40 +00:00
Flatcar Buildbot
97d32e7b95
eclass/verify-sig: Sync with Gentoo
...
It's from Gentoo commit 48b23e4578736c4e9d29c270ce3be72be73a9405.
2022-11-14 07:16:30 +00:00
Flatcar Buildbot
52c18363a5
eclass/toolchain: Sync with Gentoo
...
It's from Gentoo commit 803ac64d367c4c865a2c30f1196dfec95dc7fee1.
2022-11-14 07:16:30 +00:00
Flatcar Buildbot
ca29dc9c51
eclass/git-r3: Sync with Gentoo
...
It's from Gentoo commit 207a50da440b7c6bea060972a7684e792c2a84fc.
2022-11-14 07:15:58 +00:00
Flatcar Buildbot
3e25373959
dev-util/patchelf: Sync with Gentoo
...
It's from Gentoo commit a1c68dec259a290272d5f147dee141681a358c48.
2022-11-14 07:15:46 +00:00
Flatcar Buildbot
0dd719fbc7
dev-util/meson: Sync with Gentoo
...
It's from Gentoo commit aa81809e61771ab9c5a752cfeb6c02e3207c3a39.
2022-11-14 07:15:44 +00:00
Flatcar Buildbot
46da90c3b4
dev-util/glib-utils: Sync with Gentoo
...
It's from Gentoo commit cbd410beae228cac59cdc85afe04c16435b6a551.
2022-11-14 07:15:43 +00:00
Flatcar Buildbot
43c29c8674
dev-util/gdbus-codegen: Sync with Gentoo
...
It's from Gentoo commit c757d326648e96a636574a1fee0d27ad6260684e.
2022-11-14 07:15:43 +00:00
Flatcar Buildbot
67b125a282
dev-util/cmake: Sync with Gentoo
...
It's from Gentoo commit 47d0075c6b7cf1e14bb1fa5486324f09453553de.
2022-11-14 07:15:41 +00:00
Flatcar Buildbot
734386c60d
dev-libs/libxml2: Sync with Gentoo
...
It's from Gentoo commit e07628f6e8bffb7e8f154e6610e0f5d0393a901f.
2022-11-14 07:15:38 +00:00
Flatcar Buildbot
50829ccf1c
dev-libs/gobject-introspection-common: Sync with Gentoo
...
It's from Gentoo commit 10b5e0ad8903301a03701fd7af2dc26ed189fd3d.
2022-11-14 07:15:36 +00:00
Flatcar Buildbot
03e466ff60
dev-libs/gobject-introspection: Sync with Gentoo
...
It's from Gentoo commit 0c192606ef05cd7b8853b3ae3f31805b12fc2d19.
2022-11-14 07:15:36 +00:00
Flatcar Buildbot
b6d4704bf7
dev-libs/glib: Sync with Gentoo
...
It's from Gentoo commit 443017f9e70d04f78e76cef58d2fee8558e16be1.
2022-11-14 07:15:36 +00:00
Flatcar Buildbot
9528a4a2da
dev-libs/boost: Sync with Gentoo
...
It's from Gentoo commit dccc798b9d6c58ca245b20055c6cab0430a12692.
2022-11-14 07:15:35 +00:00
Flatcar Buildbot
47088be291
app-editors/vim-core: Sync with Gentoo
...
It's from Gentoo commit 9f5d3532993ce5e69c1726d6cc077237801f338d.
2022-11-14 07:15:34 +00:00
Flatcar Buildbot
c0c4d1afbe
app-editors/vim: Sync with Gentoo
...
It's from Gentoo commit ebd7f86c37d809236671924e401244ee140434d3.
2022-11-14 07:15:34 +00:00
Flatcar Buildbot
0c41731033
app-crypt/adcli: Sync with Gentoo
...
It's from Gentoo commit 92a7750f829b5ceff0d806ee1329f37c1bff16de.
2022-11-14 07:15:34 +00:00
Flatcar Buildbot
7b9ddd8069
app-arch/xz-utils: Sync with Gentoo
...
It's from Gentoo commit e4cd220771462b097e4306da0bb32f38ca3c38fc.
2022-11-14 07:15:33 +00:00
Flatcar Buildbot
ae04f1307e
app-arch/unzip: Sync with Gentoo
...
It's from Gentoo commit 21b5f65e3130f0a523e8e1d3367e187cfb814f1d.
2022-11-14 07:15:33 +00:00
flatcar-ci
42d0042fbf
New version: main-3420.0.0-nightly-20221111-2100
2022-11-11 21:00:27 +00:00
Krzesimir Nowak
db546fb6d4
changelog: Add an entry
2022-11-11 09:17:27 +01:00
Dongsu Park
340f597eae
Merge pull request #2276 from flatcar/firmware-20221109-main
...
Upgrade Linux Firmware in main from 20221012 to 20221109
2022-11-11 09:13:13 +01:00
flatcar-ci
7a7cabf2d9
New version: main-3419.0.0-nightly-20221110-2100
2022-11-10 21:00:29 +00:00
Mathieu Tortuyaux
3d882f6f73
changelog: add entry
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-11-10 17:02:28 +01:00
Mathieu Tortuyaux
3a9541cd7e
sys-apps/ignition: fix OEM detection
...
In case the OEM partition was specified with the name "OEM",
the btrfs format was not forced because it only considered the name "oem".
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-11-10 16:58:37 +01:00
Krzesimir Nowak
bbc47ca7ab
profiles: Cleanup net-misc/openssh stuff
...
We mark the package as stable in ebuild, so drop the accept
keywords. Also, bindist is not a thing any more.
2022-11-10 16:11:42 +01:00
Sayan Chowdhury
9393631719
net-misc/openssh: Apply Flatcar patches
...
- Drop the init.d files.
- Remove the socket unit's rate limiting.
- Mark the package as stable.
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
Signed-off-by: Dongsu Park <dpark@linux.microsoft.com>
2022-11-10 16:11:42 +01:00
Krzesimir Nowak
8d0734b440
net-misc/openssh: Sync with Gentoo
...
It's from Gentoo commit 591c528cc536c3e28daaf6356084d356c5e82eec.
2022-11-10 16:11:42 +01:00
Flatcar Buildbot
909e4e5a85
sys-kernel: Upgrade Linux Firmware 20221012 to 20221109
2022-11-10 15:23:58 +01:00
Flatcar Buildbot
9985345a92
Update mantle container image to latest HEAD
2022-11-10 08:47:05 +00:00
Krzesimir Nowak
a8467c41ec
Merge pull request #2266 from flatcar/krnowak/weekly
...
Profile cleanups for weekly package updates
2022-11-10 09:46:51 +01:00
flatcar-ci
fe20da0877
New version: main-3418.0.0-nightly-20221109-2100
2022-11-09 21:00:32 +00:00
Krzesimir Nowak
dbb80587fc
changelog: Add entries
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
7766dd89ef
sys-devel/patch: Sync with Gentoo
...
It's from Gentoo commit 4f3a2f4276d716c11d39f2851d781225b777f053.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
e0083b60e6
sys-devel/gnuconfig: Sync with Gentoo
...
It's from Gentoo commit 89c8f2df23bb716fdb856a22c41e713ba4b7e439.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
ae7d91e702
sys-devel/gettext: Sync with Gentoo
...
It's from Gentoo commit 3113641984d5e37c0c5f29255604f96d63357924.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
6d43df0749
sys-devel/gcc-config: Sync with Gentoo
...
It's from Gentoo commit 834542f335b50ba4b99f218821b2164436c51825.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
1243ffc856
sys-devel/gcc: Sync with Gentoo
...
It's from Gentoo commit 37b1438beb0a974add1ead0bdf9c0f56b43f09d9.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
0d65778cdb
sys-devel/flex: Sync with Gentoo
...
It's from Gentoo commit 51ce26ce6dd264cab35669505333ce7bea95b545.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
635afa927c
sys-devel/autoconf-archive: Sync with Gentoo
...
It's from Gentoo commit 64a6e0367576b220ee69300c4ea38081aedf88ae.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
346b40780b
sys-devel/autoconf: Sync with Gentoo
...
It's from Gentoo commit db27d0e82a44717ec536e0905d7d0639ac223bd2.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
8f4360c97b
sys-apps/diffutils: Sync with Gentoo
...
It's from Gentoo commit de0cb1948b5e2bf8bdd73e4e9142696da31f432e.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
3341fd9e5b
profiles: Sync with Gentoo
...
It's from Gentoo commit afde79b7fe751fd80f2dc951f2a3d75ae8c38143.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
a0f5c132b5
net-misc/socat: Sync with Gentoo
...
It's from Gentoo commit 99435e83537f0582b186184649e2ae49aae94be0.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
ea2f7a4f24
net-misc/rsync: Sync with Gentoo
...
It's from Gentoo commit 339057afef6d53cd247531371bfe9063103572ea.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
1b09ef3efa
net-misc/curl: Sync with Gentoo
...
It's from Gentoo commit 261b72f05a316d2a9b860315af4b1316b328d7f3.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
0b370ec628
net-fs/cifs-utils: Sync with Gentoo
...
It's from Gentoo commit ea0a944c6571ebf7ddac7b6221e7b07b1208e4c0.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
487c80dc47
net-dns/bind-tools: Sync with Gentoo
...
It's from Gentoo commit 47033ea393993395b38465b0054d7e85e45ca04a.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
19964b3212
net-analyzer/nmap: Sync with Gentoo
...
It's from Gentoo commit 0fe19fdc6d362149e8f6df90f04fa1423ff8c010.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
39aac269da
dev-util/strace: Sync with Gentoo
...
It's from Gentoo commit adfb52d21a78c5b701f75f7ae66545845cec4578.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
d517d287c7
dev-util/patchelf: Sync with Gentoo
...
It's from Gentoo commit 42929f6e48e000a5f4eef65ba4457e807e871a3d.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
c227f0cce5
dev-util/meson: Sync with Gentoo
...
It's from Gentoo commit cf1bbbc51fc08f9b0377ab23c6cdb4b84073bf9a.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
5c2bb2c378
dev-util/gtk-doc-am: Sync with Gentoo
...
It's from Gentoo commit a44be5a5e9f294a1e521ad1cd0e818637883355c.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
dcdda611d0
dev-util/glib-utils: Sync with Gentoo
...
It's from Gentoo commit 64957764efb75674f6635fd6a72446684b965df0.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
a4b3aff37f
dev-util/gdbus-codegen: Sync with Gentoo
...
It's from Gentoo commit 2d78c4d1e296979d7cb30388568412e84d0a80bb.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
e62cbde72a
dev-util/checkbashisms: Sync with Gentoo
...
It's from Gentoo commit 1c07ccd49ffa21494a0a93caf66c984db0c2f136.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
a07f540ef6
dev-util/bpftool: Sync with Gentoo
...
It's from Gentoo commit b8f1dbf55cc768d8da938dd70fa1b90389745ccc.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
d33a524cf7
dev-libs/libxslt: Sync with Gentoo
...
It's from Gentoo commit 570bd59226ea7e89fb24ddd168b9a8dab1c76a58.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
634544a6c0
dev-libs/libxml2: Sync with Gentoo
...
It's from Gentoo commit 9bc11acc1c95f55b4a33c3c32d3f7a1acbe19374.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
dfdc2dacf8
dev-libs/libpcre2: Sync with Gentoo
...
It's from Gentoo commit 69fa0da881f7a33a0d94123dd5b2ba888d9c7912.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
9929b043ce
dev-libs/gobject-introspection-common: Sync with Gentoo
...
It's from Gentoo commit dd28813fbb739b0f998db350f805458aeb144ac4.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
f002b99dd6
dev-libs/gobject-introspection: Sync with Gentoo
...
It's from Gentoo commit cb04704ca851ac619113906dcc2b0220860665f3.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
79e3f7b729
dev-libs/glib: Sync with Gentoo
...
It's from Gentoo commit 53ceb3bcc42f6b9e450fdd8a02b65b24748977a8.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
67907959e2
dev-libs/expat: Sync with Gentoo
...
It's from Gentoo commit 3480e24192229551e3680e5a9ffdfb222339ddf7.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
b8a05b338b
dev-lang/perl: Sync with Gentoo
...
It's from Gentoo commit 6aa1c4d810e67092ac80f42f006e086a42269fcf.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
bfc44a53a6
app-portage/portage-utils: Sync with Gentoo
...
It's from Gentoo commit b18d7087629ab2bf00421de03b35e7be6b9cec64.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
0efade79a5
app-emulation/qemu-guest-agent: Sync with Gentoo
...
It's from Gentoo commit a2c58194f0ef00329d85704e432fa9bd7f649041.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
d827fca6c1
app-editors/vim-core: Sync with Gentoo
...
It's from Gentoo commit 44fab8c616c29f77e1eccbff55127f81eb6d3275.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
432fad6b9f
app-arch/xz-utils: Sync with Gentoo
...
It's from Gentoo commit de5d7d9bb743106a4e5637d8dec7bc79aa944ab5.
2022-11-09 17:29:45 +01:00
Flatcar Buildbot
3225bbb952
app-arch/bzip2: Sync with Gentoo
...
It's from Gentoo commit f727ff81056ed97e0d834f878e750e6e65c738e4.
2022-11-09 17:29:45 +01:00
Krzesimir Nowak
e6c3da9063
Merge pull request #2249 from flatcar/sync-maintainers
...
Sync MAINTAINERS.md
2022-11-09 13:26:17 +01:00
Krzesimir Nowak
1c76e1b569
profiles: Update accept keywords for net-misc/curl
2022-11-09 13:23:54 +01:00
flatcar-ci
f2eb074ea8
New version: main-3417.0.0-nightly-20221108-2100
2022-11-08 21:00:27 +00:00
Krzesimir Nowak
c2709f7f01
sys-devel/sysroot-wrappers: Bump to 0.2
...
Pull things from flatcar org, updates the build system, so we can
depend on autoconf 2.71, install symlink for cc too.
2022-11-08 17:42:05 +01:00
Krzesimir Nowak
4ce207765b
profiles: Drop accept keywords for dev-libs/libxml2
...
It became stable in portage-stable.
2022-11-08 17:42:05 +01:00
Krzesimir Nowak
e4fbf8c8b7
profiles: Drop accept keyword for dev-util/patchelf
2022-11-08 17:42:05 +01:00
Krzesimir Nowak
78df8c3cc8
profiles: Drop accept keyword for dev-util/meson
2022-11-08 17:42:05 +01:00
Krzesimir Nowak
a4c2fc83b5
profiles: Add accept keywords for app-portage/portage-utils
...
Still unstable for amd64, will likely be marked as stable by next week.
2022-11-08 17:42:05 +01:00
Dongsu Park
9ac87490bd
dev-lang/rust: Apply Flatcar modifications
...
- Apply crossdev patch.
- Enable keywords again
- Remove dependency on sys-apps/lsb-release, which conflicts with
sys-apps/baselayout of Flatcar.
Based on commit 036e8f53c2280eadb070bab9f6bd434368e56643
2022-11-08 13:17:14 +01:00
Dongsu Park
3312437919
dev-lang/rust: update to 1.65.0, sync with Gentoo
...
Sync with Gentoo to update dev-lang/rust to 1.65.0
Gentoo ref: ec128832c39662fec523d84fb344b0f4a1fbf7be
2022-11-08 13:16:51 +01:00
Flatcar Buildbot
33da35a429
Update mantle container image to latest HEAD
2022-11-08 11:46:54 +00:00
Flatcar Buildbot
e3d9709ca6
dev-lang: Upgrade dev-lang/rust 1.64.0 to 1.65.0
2022-11-08 07:57:41 +00:00
flatcar-ci
34325ca66f
New version: main-3416.0.0-nightly-20221107-2100
2022-11-07 21:00:28 +00:00
Sayan Chowdhury
71174cb35e
Merge pull request #2274 from flatcar/linux-5.15.77-main
...
Upgrade Linux Kernel for main from 5.15.74 to 5.15.77
2022-11-07 16:56:24 +05:30
flatcar-ci
3836f9c98d
New version: main-3413.0.0-nightly-20221104-2100
2022-11-04 21:00:24 +00:00
Dongsu Park
969f346b2f
Merge pull request #2269 from flatcar/dongsu/go-1.19.3-1.18.8
...
dev-lang/go: add 1.19.3, update 1.18.8, remove 1.17
2022-11-04 12:23:49 +01:00
Dongsu Park
638873e3d9
.github: add Go 1.19, remove 1.17
...
Add Go 1.19 and remove 1.17 from go-releases-main.yml.
Fix a broken URL in go-apply-patch.sh, from
https://go.dev/doc/devel/release#${VERSION} to
https://go.dev/doc/devel/release#go${VERSION} .
2022-11-04 09:10:43 +01:00
Dongsu Park
d837ff3a0c
changelog: add changelog for Go 1.19.3
...
Add changelog for Go 1.19.3.
Update its URL to https://go.dev/doc/devel/release#go1.19.3 .
2022-11-04 09:09:27 +01:00
Flatcar Buildbot
32d4322019
sys-kernel: Upgrade Kernel 5.15.74 to 5.15.77
2022-11-04 07:20:37 +00:00
flatcar-ci
80c56eb975
New version: main-3412.0.0-nightly-20221103-2100
2022-11-03 21:00:55 +00:00
Jeremi Piotrowski
58343de423
Sync maintainers file from flatcar/flatcar repository
2022-11-03 15:37:32 +01:00
Jeremi Piotrowski
c70a98d6d1
Sync maintainers file from flatcar/flatcar repository
2022-11-03 15:37:27 +01:00
Krzesimir Nowak
ed5a239a9a
Merge pull request #2267 from flatcar/krnowak/openssl-update
...
dev-libs/openssl: Bump to 3.0.7
2022-11-03 12:24:58 +01:00
Dongsu Park
c9b1606109
coreos-base/hard-host-depends: remove Go 1.17, add Go 1.19
...
Make hard-host-depends pull in dev-lang/go:1.19 instead of 1.17,
to avoid build failures.
2022-11-03 09:38:35 +01:00
Dongsu Park
0c267f156e
eclass: update list of required docs of dev-lang/go
...
Now that the source tree of Go 1.19 or newer does not have files like
AUTHORS or CONTRIBUTORS, we need to remove the files from the list of
required docs of dev-lang/go.
Also add CONTRIBUTING.md to the list of docs, as all Go versions have
the file.
2022-11-03 09:36:45 +01:00
Dongsu Park
3d8b7b67ce
dev-lang/go: Add Go 1.19.3
...
Add Go 1.19.3. https://go.dev/doc/devel/release#go1.19.3
Update the default Go version to 1.19.
Note, we still keep COREOS_GO_VERSION=go1.18 in containerd, docker,
docker-cli, docker-proxy, docker-runc following the default version
of the upstream repos.
2022-11-03 09:36:45 +01:00
Dongsu Park
a17469f602
dev-lang/go: update Go to 1.18.8
...
Update dev-lang/go to 1.18.8.
https://go.dev/doc/devel/release#go1.18.8
Note, the security issue of the release does not affect Flatcar,
as that affects only Windows.
2022-11-03 09:36:45 +01:00
Dongsu Park
bb67d7f126
dev-lang/go: clean up Go 1.17.13
...
Go 1.17 is no longer used anywhere. Clean up.
2022-11-03 09:36:45 +01:00
Krzesimir Nowak
38b47df9ac
changelog: Add an entry
2022-11-03 08:59:44 +01:00
flatcar-ci
60f214508a
New version: main-3411.0.0-nightly-20221102-2100
2022-11-02 21:00:37 +00:00
Krzesimir Nowak
52addedfda
changelog: Add an entry
2022-11-02 16:04:19 +01:00
Krzesimir Nowak
8df2647e0e
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
2022-11-02 16:04:19 +01:00
Krzesimir Nowak
2608c4e79c
sys-libs/glibc: Sync with Gentoo
...
It's from Gentoo commit a3d93f81ed9442703de09b684f309d8e1d596571.
2022-11-02 16:04:19 +01:00
Krzesimir Nowak
4dfba02e59
Merge pull request #2238 from flatcar/krnowak/actions-update
...
github: Modernize the actions a bit
2022-11-02 15:59:45 +01:00
Mathieu Tortuyaux
c49c230f1b
dev-libs/openssl: Apply Flatcar modifications
...
- remove unecessary files
- drop `pkg_postint`
- create `/etc/ssl` with tmpfiles
- mark openssl as stable for arm64 and amd64
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-11-02 14:36:25 +01:00
Krzesimir Nowak
704380a2e0
dev-libs/openssl: Sync with Gentoo
...
It's from Gentoo commit 9ffdcaba89a94dc933e722339fe9471ad16af62a.
2022-11-02 14:30:31 +01:00
Dongsu Park
69e68c98c2
Merge pull request #2265 from flatcar/dongsu/multipath-tools-0.9.3
...
profiles: accept keywords for multipath-tools 0.9.3
2022-11-02 12:58:31 +01:00
Dongsu Park
fd0fd8c472
Merge pull request #381 from flatcar/dongsu/multipath-tools-0.9.3
...
sys-fs/multipath-tools: update to 0.9.3
2022-11-02 12:58:16 +01:00
Flatcar Buildbot
3794a38edb
Update mantle container image to latest HEAD
2022-11-02 10:09:32 +00:00
Dongsu Park
36e7ed9405
Merge pull request #379 from flatcar/dongsu/github-actions-date-title
...
.github: print date of today in the PR title
2022-11-02 10:35:36 +01:00
Flatcar Buildbot
3c14b081d6
Update mantle container image to latest HEAD
2022-11-01 21:00:43 +00:00
flatcar-ci
5f3a7fad10
New version: main-3410.0.0-nightly-20221101-2100
2022-11-01 21:00:26 +00:00
Kai Lueke
8cc6058a64
dev-libs/openssl: Fix security issue
...
This applies a patch to fix a security issue. There will be an upstream
release available soon and we can drop the patch after updating to it.
2022-11-01 17:25:27 +01:00
Dongsu Park
2f32d72231
.github: print date of today in the PR title
...
Let's add date of today in the PR title, to avoid confusion when
seeing the same title for multiple different weekly update PRs.
2022-11-01 16:46:39 +01:00
Dongsu Park
6895fef204
changelog: add changelog for multipath-tools 0.9.3
2022-11-01 12:28:24 +01:00
Dongsu Park
1892b20a22
.github: add multipath-tools to packages-list
2022-11-01 12:23:52 +01:00
Dongsu Park
c207188a81
profiles: accept keywords for multipath-tools 0.9.3
...
Accept keywords ~amd64, ~arm64 for sys-fs/multipath-tools 0.9.3
to address CVE-2022-41973, CVE-2022-41974.
2022-11-01 12:21:09 +01:00
Dongsu Park
24e0232070
sys-fs/multipath-tools: update to 0.9.3
...
Update sys-fs/multipath-tools mainly to address CVE-2022-41973,
CVE-2022-41974.
2022-11-01 12:18:54 +01:00
Flatcar Buildbot
dbd1511ccf
Update mantle container image to latest HEAD
2022-10-31 21:00:44 +00:00
flatcar-ci
352e20b406
New version: main-3409.0.0-nightly-20221031-2100
2022-10-31 21:00:25 +00:00
Flatcar Buildbot
5d5ac63ec5
Update mantle container image to latest HEAD
2022-10-31 09:35:43 +00:00
flatcar-ci
b04b138fb0
New version: main-3406.0.0-nightly-20221028-2100
2022-10-28 21:00:28 +00:00
Flatcar Buildbot
2c2af1fa7a
app-emulation: Upgrade Containerd 1.6.8 to 1.6.9
2022-10-28 08:58:19 +00:00
Dongsu Park
9225503a6c
Merge pull request #2250 from flatcar/docker-20.10.21-main
...
Upgrade Docker in main from 20.10.20 to 20.10.21
2022-10-28 10:53:55 +02:00
flatcar-ci
9167c7cfbd
New version: main-3405.0.0-nightly-20221027-2100
2022-10-27 21:00:30 +00:00
Kai Lueke
b5f2777a6e
app-admin/toolbox: Use containerd
...
This pulls in
https://github.com/flatcar/toolbox/pull/7
to download and mount the image with containerd instead of requiring
Docker.
2022-10-27 16:13:51 +02:00
Krzesimir Nowak
6e8ce540fd
Merge pull request #377 from flatcar/buildbot/automatic-package-updates
...
Weekly package updates
2022-10-27 12:19:29 +02:00
Krzesimir Nowak
47bf270880
Merge pull request #2248 from flatcar/krnowak/weekly
...
Profile additions and cleanups for weekly update
2022-10-27 12:19:29 +02:00
Krzesimir Nowak
e2e83ce608
Merge pull request #375 from flatcar/krnowak/net-misc-update
...
net-misc packages update (and some of their deps)
2022-10-27 12:17:29 +02:00
Krzesimir Nowak
f8a6a2be8d
Merge pull request #2245 from flatcar/krnowak/net-misc-update
...
Profile cleanups for net-misc packages update
2022-10-27 12:17:29 +02:00
Flatcar Buildbot
139db5ad3f
app-emulation: Upgrade Docker 20.10.20 to 20.10.21
2022-10-26 07:50:01 +00:00
flatcar-ci
3730bc644a
New version: main-3403.0.0-nightly-20221025-2100
2022-10-25 21:00:27 +00:00
Flatcar Buildbot
a4fdcf8d15
Update mantle container image to latest HEAD
2022-10-24 21:00:49 +00:00
flatcar-ci
dfdeac6b7a
New version: main-3402.0.0-nightly-20221024-2100
2022-10-24 21:00:28 +00:00
Krzesimir Nowak
1bb650c94e
profiles: Update accept keywords for sys-libs/zlib
...
The package is still unstable and 1.2.13 is gone in favor of 1.2.13-r1.
2022-10-24 19:16:54 +02:00
Krzesimir Nowak
e38f3c7ded
changelog: Add entries
2022-10-24 19:03:23 +02:00
Krzesimir Nowak
8172ba5da7
profiles: Drop unnecessary unmask for dev-vcs/git
...
We have updated the package to a different version now. Also, it's not
masked any more.
2022-10-24 18:51:02 +02:00
Krzesimir Nowak
112001a419
profiles: Add accept keywords for dev-util/patchelf
2022-10-24 18:50:46 +02:00
Krzesimir Nowak
9511ff75bf
profiles: Drop accept keywords for dev-util/cmake
...
It became stable for amd64 too.
2022-10-24 18:40:41 +02:00
Krzesimir Nowak
a1d4afd659
profiles: Add accept keywords for dev-util/meson
2022-10-24 18:40:12 +02:00
Krzesimir Nowak
c7d70dd1a2
profiles: Update accept keywords for dev-util/bpftool
2022-10-24 18:38:12 +02:00
Flatcar Buildbot
00b6f861db
sys-libs/zlib: Sync with Gentoo
...
It's from Gentoo commit 9bd91fc24085d18d19bc622dd9c306ee8a3b9c85.
2022-10-24 17:48:14 +02:00
Flatcar Buildbot
d1030a5b86
sys-devel/gcc: Sync with Gentoo
...
It's from Gentoo commit 201ed022afc286de68bfcd87fb2cf961b0e99d0a.
2022-10-24 17:48:14 +02:00
Flatcar Buildbot
014f7317e0
sys-devel/crossdev: Sync with Gentoo
...
It's from Gentoo commit 1fb427e81d571fc51fbb48ae7b48aa197103ebfc.
2022-10-24 17:48:14 +02:00
Flatcar Buildbot
dfdbeb4abb
profiles: Sync with Gentoo
...
It's from Gentoo commit ed189588a071f88186a3a9de25abfbd7582b9c69.
2022-10-24 17:48:14 +02:00
Flatcar Buildbot
af99246a92
eclass/llvm: Sync with Gentoo
...
It's from Gentoo commit 64a5154944610c040453e46284a20b9c2bde4d0e.
2022-10-24 17:48:14 +02:00
Flatcar Buildbot
41738efbd2
dev-vcs/git: Sync with Gentoo
...
It's from Gentoo commit 3b65b5f075975e96f59c091378ddd266a5e94992.
2022-10-24 17:48:14 +02:00
Flatcar Buildbot
8c1f70f2ab
dev-util/perf: Sync with Gentoo
...
It's from Gentoo commit 43dc41c72037c3923e949b2a810732bf4082c8aa.
2022-10-24 17:48:14 +02:00
Flatcar Buildbot
9459e80c56
dev-util/patchelf: Sync with Gentoo
...
It's from Gentoo commit 19570971c61d5ca302ef895cee58bbf4b6d4705c.
2022-10-24 17:48:14 +02:00
Flatcar Buildbot
96e5b8a4f4
dev-util/meson: Sync with Gentoo
...
It's from Gentoo commit 84d71be7b3f45b4d16af26334b9dc934875d0ca3.
2022-10-24 17:48:14 +02:00
Flatcar Buildbot
7db1b73496
dev-util/cmake: Sync with Gentoo
...
It's from Gentoo commit d96e38025b3737febc2f962418503564a78e9d12.
2022-10-24 17:48:14 +02:00
Flatcar Buildbot
4a99ece716
dev-util/bpftool: Sync with Gentoo
...
It's from Gentoo commit 7e9fa49e51fce383555849a29f985acba9024f09.
2022-10-24 17:48:14 +02:00
Flatcar Buildbot
8e745d2b40
dev-python/fasteners: Sync with Gentoo
...
It's from Gentoo commit 810903a0aec52ecc2872eaad1f93440ee5b1bb39.
2022-10-24 17:48:14 +02:00
Jeremi Piotrowski
369a2fd99c
Merge pull request #2240 from flatcar/jepio/qemu-guest-agent
...
coreos: add qemu-guest-agent to images
2022-10-24 11:06:23 +02:00
Jeremi Piotrowski
cb1916a257
qemu-guest-agent: add changelog and to auto-update package-list
2022-10-24 09:58:58 +02:00
jenkins
75cbb7be90
app-emulation/qemu-guest-agent: Import from Gentoo
...
Upstream commit 18974c258b2fe62ef81dd0287c34d86ac712c11a
2022-10-24 09:58:32 +02:00
Jeremi Piotrowski
e535a18d7c
Merge pull request #2239 from flatcar/jepio/arm64-kernel-shrink
...
arm64 kernel shrink by changing kernel options to module and disabling unsupported options.
2022-10-24 09:34:43 +02:00
Jeremi Piotrowski
8f23ec18c2
Merge pull request #2197 from flatcar/jepio/arm64-parent-profile
...
profile/coreos/arm64: switch parent profile to 17.0/hardened
2022-10-24 09:32:51 +02:00
Jeremi Piotrowski
f261312db5
changelog: add entry for changes needed to bring down arm64 kernel size
2022-10-24 09:30:39 +02:00
flatcar-ci
6e229b1e9e
New version: main-3399.0.0-nightly-20221021-2100
2022-10-21 21:00:27 +00:00
Jeremi Piotrowski
83610f44d1
Merge pull request #2235 from Snaipe/fix-arm64-boot
...
sys-kernel: enable IOMMU on arm64
2022-10-21 14:33:22 +02:00
Mathieu Tortuyaux
16b9cbb3d3
changelog: add entry
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-10-21 14:20:48 +02:00
Mathieu Tortuyaux
503114256f
coreos-base/oem-ec2-compat: pull ssh keys from metadata server
...
Without this Ignition configuration, the SSH keys are
not installed from the Openstack metadata server.
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-10-21 14:20:48 +02:00
Krzesimir Nowak
83323fe9ea
changelog: Add an entry
2022-10-21 09:16:30 +02:00
flatcar-ci
b4946ab997
New version: main-3398.0.0-nightly-20221020-2100
2022-10-20 21:00:31 +00:00
Krzesimir Nowak
c601736c27
Merge pull request #369 from flatcar/krnowak/vim-update
...
app-editors/vim: Sync with Gentoo
2022-10-20 16:22:19 +02:00
Krzesimir Nowak
fd81c9ade2
Merge pull request #2210 from flatcar/krnowak/vim-update
...
app-editors/vim: Move back to portage-stable
2022-10-20 16:22:18 +02:00
Krzesimir Nowak
5c783ce9c1
profiles: Remove unnecessary package.provided for app-arch/xz-utils
...
The circular dep used to be:
app-arch/xz-utils
libtool.eclass
app-portage/elt-patches
app-arch/xz-utils
The circular dep should be gone now, because app-arch/xz-utils is a
BDEPEND, so for building production images the package from SDK will
be used. For building SDK the package from seed SDK should be used.
2022-10-20 15:20:36 +02:00
Krzesimir Nowak
830d3e424a
profiles: Drop redundant package.use.force for net-misc/wget
...
It already is a part of the base profile in portage-stable.
2022-10-20 15:20:36 +02:00
Krzesimir Nowak
eea6bf76b1
profiles: Drop accept_keywords for net-misc/wget
...
The updated package is stable for both amd64 and arm64.
2022-10-20 15:20:36 +02:00
Krzesimir Nowak
1d9b15ea3e
profiles: Drop obsolete USE flag for net-misc/iputils
...
The net-misc/iputils package stopped providing traceroute. We are
pulling in a different package instead.
2022-10-20 15:20:36 +02:00
Krzesimir Nowak
d87266cbf0
coreos-base/coreos{,-dev}: Add net-analyzer/traceroute
...
These packages are pulling in iputils, that used to provide the
traceroute utility. The updated iputils package stopped doing that
altogether, recommending to install net-analyzer/traceroute or
net-analyzer/mtr instead. We are going with the former here.
2022-10-20 15:19:20 +02:00
Krzesimir Nowak
fc7362e1d6
.github: Add updated packages and eclasses to the list
2022-10-20 15:17:26 +02:00
Krzesimir Nowak
da5532d4ce
net-analyzer/traceroute: Add from Gentoo
...
It's from Gentoo commit ed7fdde21ae3ac3cc4ba9005bce92cfa3e76c96a.
2022-10-20 15:17:26 +02:00
Krzesimir Nowak
63d7a4f410
sys-apps/diffutils: Sync with Gentoo
...
It's from Gentoo commit b735b055d4a7974ed211d87b8bd8769d55a7e9ba.
2022-10-20 15:17:26 +02:00
Krzesimir Nowak
f1a1d0180f
sys-libs/libcap: Sync with Gentoo
...
It's from Gentoo commit ca1ee8658964db3cafefd5692d90a8e8361232d0.
2022-10-20 15:17:26 +02:00
Krzesimir Nowak
f5c91e6a81
eclass/plocale: Sync with Gentoo
...
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-10-20 15:17:26 +02:00
Krzesimir Nowak
43edca0383
eclass/fcaps: Sync with Gentoo
...
It's from Gentoo commit 619f45e405c8525af36c8b860df263838a26ab6e.
2022-10-20 15:17:26 +02:00
Krzesimir Nowak
1364673673
eclass/systemd: Sync with Gentoo
...
It's from Gentoo commit 456501e78c64d3d76d8c9a404c68a13d352acb21.
2022-10-20 15:17:26 +02:00
Krzesimir Nowak
818929912e
app-arch/xz-utils: Sync with Gentoo
...
It's from Gentoo commit 5a8ce9b83b02f2b5a2e276e3d02f5436d3dce4ac.
2022-10-20 15:17:26 +02:00
Krzesimir Nowak
76a5595359
net-misc/whois: Sync with Gentoo
...
It's from Gentoo commit 7ef76bbf5cdac2c3da2bd8e3ba295ad1e8855870.
2022-10-20 15:17:26 +02:00
Krzesimir Nowak
3165bac3ea
net-misc/wget: Sync with Gentoo
...
It's from Gentoo commit 033a5bd35ac10fed6e1b0d5f757d1472ebe5f0f2.
2022-10-20 15:17:26 +02:00
Krzesimir Nowak
0eeeaadd08
net-misc/socat: Sync with Gentoo
...
It's from Gentoo commit 1453c71e49a7f0af6adeda01c269d45ac394a5a1.
2022-10-20 15:17:26 +02:00
Krzesimir Nowak
748a5dbbab
net-misc/iputils: Sync with Gentoo
...
It's from Gentoo commit 4cd0fbd620b0f3210d047a5139bef8e866331c8f.
2022-10-20 15:17:26 +02:00
Krzesimir Nowak
08ece529ce
net-misc/iperf: Sync with Gentoo
...
It's from Gentoo commit 438ea9dc75590e4bc0bfc602a9bb7f84fd0dbc53.
2022-10-20 15:17:26 +02:00
Krzesimir Nowak
42c42b5699
net-misc/ethertypes: Sync with Gentoo
...
It's from Gentoo commit 83782baa8ef6589a7594df50c74923ca7b5d772e.
2022-10-20 15:17:26 +02:00
Krzesimir Nowak
ebef2b816e
net-misc/bridge-utils: Sync with Gentoo
...
It's from Gentoo commit f479cc80ee08a51b73e4c8aa50421e4ccf761bd7.
2022-10-20 15:17:26 +02:00
Krzesimir Nowak
9d5fc0ff03
Merge pull request #2243 from flatcar/krnowak/curl-update
...
profiles: Accept keywords for curl 7.85
2022-10-20 15:00:53 +02:00
Krzesimir Nowak
7499c24a52
changelog: Add entries
2022-10-20 14:34:18 +02:00
Sayan Chowdhury
1296ae7ef6
Merge pull request #2244 from flatcar/sayan/update-wireguard-tools-1.0.20210914
...
net-vpn/wireguard-tools: Move to portage-stable
2022-10-20 15:32:36 +05:30
Sayan Chowdhury
28fea2a907
Merge pull request #374 from flatcar/sayan/update-wireguard-tools-1.0.20210914
...
net-vpn/wireguard-tools: Move to portage-stable; Sync with Gentoo; Updates to wireguard-tools-1.0.20210914
2022-10-20 14:28:56 +05:30
Sayan Chowdhury
ec6793ae83
.github: Add net-vpn/wireguard-tools to packages-list
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-10-20 10:20:09 +05:30
flatcar-ci
a327082956
New version: main-3397.0.0-nightly-20221019-2100
2022-10-19 21:00:30 +00:00
Sayan Chowdhury
8797830870
net-vpn/wireguard-tools: Move to portage-stable; Sync with Gentoo
...
upstream
gentoo sync ref:
717ed38536
2022-10-19 23:54:11 +05:30
Sayan Chowdhury
d009528d60
changelog: Add the entry for wireguard-tools-1.0.20210914
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-10-19 23:54:11 +05:30
Krzesimir Nowak
e4bda5bbf3
Merge pull request #2242 from flatcar/docker-20.10.20-main
...
Upgrade Docker in main from 20.10.18 to 20.10.20
2022-10-19 18:53:00 +02:00
Krzesimir Nowak
0f99e5dcf6
Merge pull request #2241 from flatcar/krnowak/weekly
...
Profile changes for the weekly updates
2022-10-19 18:12:03 +02:00
Krzesimir Nowak
092ae3d567
github: Use recommended way of setting output
2022-10-19 18:06:31 +02:00
Krzesimir Nowak
76cdd99843
github: Bump action versions
...
This updates checkout and create-pull-request action versions to v3
and v4, respectively, to avoid warnings about deprecated node 12.
2022-10-19 18:04:32 +02:00
Krzesimir Nowak
6f1a2a0cab
Merge pull request #2221 from flatcar/krnowak/deduplicate-workflows
...
github: Deduplicate kernel and ca-certificates workflows
2022-10-19 18:02:32 +02:00
Krzesimir Nowak
3ce9099727
profiles: Remove obsolete USE flag of net-misc/curl
...
Also drop the comment, it was related to the media-libs/mesa package
that was dropped over 9 years ago in commit
de91081f00a4ab07332759b1bbfc3072d530c9fd.
2022-10-19 10:08:25 +02:00
Krzesimir Nowak
eb2d5da242
profiles: Add accept keywords for net-misc/curl
2022-10-19 10:08:07 +02:00
Flatcar Buildbot
7d7ff9c223
app-emulation: Upgrade Docker 20.10.18 to 20.10.20
2022-10-19 08:07:25 +00:00
Krzesimir Nowak
40e0917023
profiles: Add accept keywords for sys-libs/zlib
2022-10-19 08:51:13 +02:00
Krzesimir Nowak
6b4e3b2d93
changelog: Add entries
2022-10-19 08:45:04 +02:00
flatcar-ci
263d83514d
New version: main-3396.0.0-nightly-20221018-2100
2022-10-18 21:00:24 +00:00
jenkins
cee408b4a6
coreos: add qemu-guest-agent to images
...
Qemu-guest-agent gets activated using a udev rule, and so will only run
when the correct virtio-port name is detected. Qemu-guest-agent is used
across several oems so we include it in the usr partition.
2022-10-18 17:01:44 +00:00
Krzesimir Nowak
9ea66f917a
profiles: Drop accept keywords for dev-vcs/git
...
The updated package became stable on both amd64 and arm64.
2022-10-18 18:18:33 +02:00
Krzesimir Nowak
e7863f5ab1
profiles: Add accept keywords for dev-util/cmake
2022-10-18 18:13:43 +02:00
Krzesimir Nowak
d8f81f4442
profiles: Add accept keywords for dev-libs/libxml2
2022-10-18 18:07:24 +02:00
Flatcar Buildbot
5ccd77bf8a
sys-libs/zlib: Sync with Gentoo
...
It's from Gentoo commit 4efe01ba2e5b6a4696ce14f70006f4ec05ac14ac.
2022-10-18 15:58:07 +00:00
Flatcar Buildbot
8874b8b562
sys-devel/m4: Sync with Gentoo
...
It's from Gentoo commit 9421f0d8a455a2f09c8555ba156297b06331d20c.
2022-10-18 15:58:04 +00:00
Flatcar Buildbot
c80bc4e5d1
sys-devel/gettext: Sync with Gentoo
...
It's from Gentoo commit 22abbfd63a3d84dd063e300eeaa5b8c15b33d0d4.
2022-10-18 15:58:02 +00:00
Flatcar Buildbot
29f1ebe5c3
sys-devel/gcc-config: Sync with Gentoo
...
It's from Gentoo commit 90de032e647c1ab386151ab9ad04dede8cab4db5.
2022-10-18 15:58:02 +00:00
Flatcar Buildbot
31427847c6
sys-devel/gcc: Sync with Gentoo
...
It's from Gentoo commit 6359da299fc35ad35f193ce005b2b1c0ae5da28d.
2022-10-18 15:58:02 +00:00
Flatcar Buildbot
0bc4dd139d
sys-devel/bison: Sync with Gentoo
...
It's from Gentoo commit 8fa39bfcd76e459f5b95f642f84a0b9611ae6869.
2022-10-18 15:58:01 +00:00
Flatcar Buildbot
511c634c0b
sys-devel/binutils: Sync with Gentoo
...
It's from Gentoo commit 8db889827661b38cfbe74f335e095a4288a83ff7.
2022-10-18 15:57:59 +00:00
Flatcar Buildbot
cbe8bcadec
sys-devel/autoconf: Sync with Gentoo
...
It's from Gentoo commit 3c9ccf651585632364416458ab52ca7be2ff2436.
2022-10-18 15:57:55 +00:00
Flatcar Buildbot
4fae768ab9
profiles: Sync with Gentoo
...
It's from Gentoo commit 955cb7098a87be09d519a9ebc5ef73fc0ce64a62.
2022-10-18 15:57:53 +00:00
Flatcar Buildbot
eeeb4ae51c
net-libs/gnutls: Sync with Gentoo
...
It's from Gentoo commit 54129afda5119acd43615ca57d6c004f35aa13df.
2022-10-18 15:57:52 +00:00
Flatcar Buildbot
0961dcbcd1
net-analyzer/nmap: Sync with Gentoo
...
It's from Gentoo commit 3115ab568925606e26785f49d40aceeb34d9d47e.
2022-10-18 15:57:52 +00:00
Flatcar Buildbot
91fe294a2b
licenses: Sync with Gentoo
...
It's from Gentoo commit f1231fa3a4a50b5d4d235f2a9de93b08d52da8bf.
2022-10-18 15:57:51 +00:00
Flatcar Buildbot
9c78b78dce
eclass/toolchain: Sync with Gentoo
...
It's from Gentoo commit b2534ce5456f3d70a25035f573eb8747d7341d3d.
2022-10-18 15:57:45 +00:00
Flatcar Buildbot
a73204d43f
eclass/toolchain-funcs: Sync with Gentoo
...
It's from Gentoo commit 96ddadb40ddba1bfdba68ff8f2fd889cfd004f03.
2022-10-18 15:57:45 +00:00
Flatcar Buildbot
7651e9ef7c
eclass/linux-mod: Sync with Gentoo
...
It's from Gentoo commit 73a0e712c04bc84b642b9ee5f8fdf3ab52233804.
2022-10-18 15:57:30 +00:00
Flatcar Buildbot
c9ac737ae5
dev-vcs/git: Sync with Gentoo
...
It's from Gentoo commit 3c834f5516ea38cb6c90d1937c98f02116ebeda3.
2022-10-18 15:57:13 +00:00
Flatcar Buildbot
4fb3f3402a
dev-util/ninja: Sync with Gentoo
...
It's from Gentoo commit 4c6daafd2e5188fd304f45b8f7f37d4a957a191c.
2022-10-18 15:57:07 +00:00
Flatcar Buildbot
ee0e4644a3
dev-util/gperf: Sync with Gentoo
...
It's from Gentoo commit 4f154ab273d8371e14bb3d5963a2f41b446b306b.
2022-10-18 15:57:04 +00:00
Flatcar Buildbot
0eaf048d53
dev-util/cmake: Sync with Gentoo
...
It's from Gentoo commit 5d2e81a6bc33d743fffae2af549b9e4ef5c5b719.
2022-10-18 15:57:01 +00:00
Flatcar Buildbot
2af1a203ea
dev-libs/libxml2: Sync with Gentoo
...
It's from Gentoo commit 337cb12f6ac4729d216e81eda3552012ad065b87.
2022-10-18 15:56:59 +00:00
Flatcar Buildbot
da24078619
dev-libs/glib: Sync with Gentoo
...
It's from Gentoo commit be9b6cc2dcdba8005503824981f36cd34a30775f.
2022-10-18 15:56:56 +00:00
Flatcar Buildbot
8e954a83ac
dev-lang/perl: Sync with Gentoo
...
It's from Gentoo commit 38f097b4daa0c859038a9c7e804ee52c3347ad66.
2022-10-18 15:56:55 +00:00
Krzesimir Nowak
9f7bb31f84
Merge pull request #2228 from flatcar/linux-5.15.74-main
...
Upgrade Linux Kernel in main from 5.15.73 to 5.15.74
2022-10-18 16:16:58 +02:00
Jeremi Piotrowski
99ff470847
sys-kernel/coreos-modules: make wireguard a module
...
The wireguard module has some crypto dependencies, we benefit from making them
all modules so that they don't increase the arm64 kernel size.
2022-10-18 13:12:56 +02:00
Jeremi Piotrowski
d3d07fc959
sys-kernel/coreos-modules: disable arm64 board specific kconfig settings
...
Disable ARCH_QCOM, ARCH_ZYNQMP, ARCH_MEDIATEK which enable other options that
are only relevant on the respective boards, none of which are supported targets
for Flatcar. Since the arm64 kernel does not support compression, these
settings have a significant impact on kernel size. The boot partition size is
only 128MB and needs to fit 2 kernels, so we have set ourselves a target of
60MB per kernel. This commit brings down the arm64 kernel size by 3MB.
At the same time, enable the settings that are actually relevant: ARCH_BCM,
because that one is relevant for Raspberry Pi 4 that runs Linux.
2022-10-18 13:12:01 +02:00
Krzesimir Nowak
053fe006d3
.github: Simplify kernel patch script
...
No point in setting UPDATE_NEEDED to zero if we exit the script
without doing anything with the just set variable.
Also to avoid mismatches in branch names, export the branch name as a
github workflow step output, so the follow-up steps can pick it up and
use.
2022-10-18 11:37:01 +02:00
Krzesimir Nowak
b15055684e
.github: Deduplicate kernel workflows
...
Also use a newer version of the create pull request action, and apply
correct labels ("alpha" or "stable" instead of "flatcar-XXXX").
2022-10-18 11:37:01 +02:00
Krzesimir Nowak
8d00adc16c
.github: Simplify ca-certificates patch script
...
No point in setting UPDATE_NEEDED to zero if we exit the script
without doing anything with the just set variable.
Also fix the mismatch in branch names - we normally create a branch
like "cacerts-${NSS_VERSION}-${BRANCH}" in the last workflow step
whereas we were checking if a branch like "${NSS_VERSION}-${BRANCH}"
existed in the script. To avoid repetition, export the branch name as
a github workflow step output, so the follow-up steps can pick it up
and use.
2022-10-18 11:37:01 +02:00
Krzesimir Nowak
c1a9aa5a97
.github: Deduplicate ca-certificates workflows
...
Also use a newer version of the create pull request action, and apply
correct labels ("alpha" or "stable" instead of "flatcar-XXXX").
2022-10-18 11:37:01 +02:00
Krzesimir Nowak
522749197c
.github: Add a script for figuring out a branch from channel name
...
It will be used for deduplicating the github workflows.
2022-10-18 11:32:10 +02:00
Krzesimir Nowak
7c4b588a5c
github: Make workflows fork-friendly
...
This sets up the coreos-overlay submodule inside the SDK container to
use the remote of the fork and the base branch from that fork. That
way, we can test the workflows in the forks too.
2022-10-18 11:32:10 +02:00
Krzesimir Nowak
8b2f073207
github: Use non-deprecated way of setting output
...
The warnings are currently emitted if the `::set_output` stuff is
used.
2022-10-17 17:55:23 +02:00
Krzesimir Nowak
ba9d159004
github: Limit the depth of Gentoo checkout
...
It is quite a bit of data to download for no real reason. We are
trying to update packages here, so we will be grabbing them from the
most recent commit that made the changes to the package. With the
advancement the package updates effort, we possibly can later lower
the number of the fetched commits even further.
2022-10-17 17:51:51 +02:00
Krzesimir Nowak
e07dc35011
github: Add a warning about moved or obsoleted packages
...
Packages (and eclasses) in Gentoo are sometimes moved around or
completely removed. It's good to know about this when it happens,
because such package won't be updated any more, so print a warning.
2022-10-17 17:27:52 +02:00
Krzesimir Nowak
c68b399d89
github: Fix package check
...
Packages in the list are not necessarily packages only, which are
represented as directories (like sys-apps/systemd), but also, in case
of eclasses, plain files. The check was checking for the path to be a
directory and emitted the warning if it was not, which resulted in
eclasses being kept not updated. Just check if the path exists.
2022-10-17 17:26:53 +02:00
Krzesimir Nowak
1d8feba460
github: Silence the warning about node 12 deprecation
...
The workflow was inconsistent with usage of actions/checkout. The
first checkout used v3, whereas the next two - v2. These are the same,
but v3 runs on currently supported node 16. Using v2 emits
warnings. To avoid them, update the action versions to v3.
2022-10-17 17:22:36 +02:00
Krzesimir Nowak
261210fe09
github: Gentoo is a proper name
2022-10-17 17:21:52 +02:00
Franklin "Snaipe" Mathieu
81a35f0027
sys-kernel: enable IOMMU on arm64
...
On Gigabyte R152-P31 arm64 servers, the Flatcar PXE images hang during the boot
process, making them unusable, while Fedora CoreOS images work.
The kernel seems to start correctly, however it invariably ends up printing
this message and hanging:
ata1.00: qc timeout (cmd 0xec)
ahci 000c:01:00.0: AHCI controller unavailable!
pcieport 000c:00:01.0: AER: Uncorrected (Non-Fatal) error received: 000c:00:00.0
ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
pcieport 000c:00:01.0: PCIe Bus Error: severity=Uncorrected (Non-Fatal), type=Transaction Layer, (Requester ID)
pcieport 000c:00:01.0: device [1def:e101] error status/mask=00004000/00400000
pcieport 000c:00:01.0: [14] CmpltTO (First)
ahci 000c:01:00.0: AHCI controller unavailable!
ahci 000c:01:00.0: AER: can't recover (no error_detected callback)
pcieport 000c:00:01.0: AER: device recovery failed
pcieport 000c:00:01.0: AER: Multiple Uncorrected (Non-Fatal) error received: 000c:00:00.0
Enabling IOMMU seems to make the problem disappear.
2022-10-17 16:50:07 +02:00
Flatcar Buildbot
1166d236f9
app-misc: Upgrade ca-certificates 3.83 to 3.84
2022-10-17 07:53:26 +00:00
Flatcar Buildbot
c3d3fe075f
sys-kernel: Upgrade Kernel 5.15.73 to 5.15.74
2022-10-15 07:31:35 +00:00
flatcar-ci
291e56f2e4
New version: main-3392.0.0-nightly-20221014-2100
2022-10-14 21:00:29 +00:00
Krzesimir Nowak
d1f85a99bd
Merge pull request #368 from flatcar/buildbot/automatic-package-updates
...
Weekly package updates
2022-10-14 13:06:14 +02:00
Krzesimir Nowak
78429927ca
Merge pull request #2209 from flatcar/krnowak/weekly-package-updates
...
Profile changes for weekly package updates
2022-10-14 13:06:12 +02:00
Sayan Chowdhury
937fac6d07
net-vpn/wireguard-tools: Move to portage-stable
2022-10-14 10:38:46 +00:00
flatcar-ci
d6dd3109e2
New version: main-3391.0.0-nightly-20221013-2100
2022-10-13 21:00:30 +00:00
Krzesimir Nowak
03106c74cc
Merge pull request #370 from flatcar/krnowak/bind-tools-update
...
net-dns/bind-tools: Update to 9.16.33
2022-10-13 17:39:33 +02:00
Dongsu Park
4388c058bb
Merge pull request #2216 from flatcar/firmware-20221012-main
...
Upgrade Linux Firmware in main from 20220913 to 20221012
2022-10-13 16:55:12 +02:00
Krzesimir Nowak
977e0affcc
changelog: Fix a link
2022-10-13 10:47:34 +02:00
Dongsu Park
75b7a21d40
sys-kernel/coreos-firmware: update cxgb4 version to 1.27.0.0
...
Fix build issues of coreos-firmware, by bumping the cxgb4 firmware
version to 1.27.0.0.
2022-10-13 09:46:52 +02:00
Flatcar Buildbot
c1c8edd5a0
sys-kernel: Upgrade Kernel 5.15.72 to 5.15.73
2022-10-13 07:40:15 +00:00
Flatcar Buildbot
de054baecd
sys-kernel: Upgrade Linux Firmware 20220913 to 20221012
2022-10-13 07:29:55 +00:00
flatcar-ci
dadb20c83e
New version: main-3390.0.0-nightly-20221012-2100
2022-10-12 21:00:32 +00:00
Krzesimir Nowak
b96788b9f3
.github: Add entries to packages-list
2022-10-12 13:48:53 +02:00
Thilo Fromm
9ee5c87c96
scripts/bootstrap: Apply Flatcar modifications
...
- add static-libs, openmp
'static-libs' and 'opempn' are added to the bootstrap emerge USE
flags (stage 3 of the bootstrap-sh script, which is run in stage 2
of the SDK catalyst bootstrapping process):
- 'static-libs' un-breaks the zlib build: zlib installed has this
flag set and zlib requested per emerge command line in
bootstrap.sh stage 3 needs this flag to prevent a slot conflict.
- 'openmp' is to honor requirements of newer versions of GCC and is
added according to Gentoo guidelines published here:
https://wiki.gentoo.org/wiki/User:Sakaki/Sakaki%27s_EFI_Install_Guide/Building_the_Gentoo_Base_System_Minus_Kernel#Gentoo_Bootstrap_Remix:_Progressing_from_Stage_1_to_Stage_2
- 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>
2022-10-12 13:47:58 +02:00
Krzesimir Nowak
5fcd463a96
scripts: Sync with Gentoo
...
It's from Gentoo commit c26dfbbcfeb7239fbb527b0fceab36c7371f4b9d.
2022-10-12 12:45:11 +02:00
Krzesimir Nowak
d5d1484f91
licenses: Sync with Gentoo
...
It's from Gentoo commit 2858ad389e5915858639f10c1b608d743a137f24.
2022-10-12 12:45:11 +02:00
Krzesimir Nowak
d9b3cc2355
profiles: Sync with Gentoo
...
It's from Gentoo commit 0cf5e94dbab424b05dc7934a484d4ec60c17de80.
2022-10-12 12:45:10 +02:00
Krzesimir Nowak
13e5c2598f
changelog: Add entries
2022-10-12 12:41:49 +02:00
Aniruddha Basak
a1a96c009d
app-admin/logrotate: Apply Flatcar modifications
2022-10-12 12:41:49 +02:00
Krzesimir Nowak
40e891505e
app-admin/logrotate: Sync with Gentoo
...
It's from Gentoo commit fef4d6517bb66698022978cd835a56d5701e318a.
2022-10-12 12:24:45 +02:00
Krzesimir Nowak
8a6b90ffc1
Merge pull request #2211 from flatcar/krnowak/dbus-update
...
sys-apps/dbus: Update to 1.14.4
2022-10-12 12:09:02 +02:00
Dongsu Park
8394036bc7
Merge pull request #2188 from flatcar/rust-1.64.0-main
...
Upgrade dev-lang/rust and virtual/rust in main from 1.63.0 to 1.64.0
2022-10-12 10:31:17 +02:00
flatcar-ci
3e64ac5164
New version: main-3389.0.0-nightly-20221011-2100
2022-10-11 21:00:30 +00:00
Dongsu Park
835970dc2c
coreos-base/update_engine: check ld-linux-*.so.2 for glibc 2.34
...
While glibc 2.33 has /lib64/ld-2.33.so, glibc 2.34 does not have that,
but only /lib64/ld-linux-x86-64.so.2. So we should also check ld-linux-*
as well.
Pulls in https://github.com/flatcar-linux/update_engine/pull/17 .
2022-10-11 17:06:44 +02:00
Flatcar Buildbot
69c232a097
Update mantle container image to latest HEAD
2022-10-11 14:20:29 +00:00
Dongsu Park
448e9aca9b
changelog: add changelog for glibc 2.34
2022-10-11 16:11:53 +02:00
Krzesimir Nowak
176b1cc152
sys-libs/glibc: Apply Flatcar modifications
...
- take care of nscd.conf via tmpfiles, add files/nscd-conf.tmpfiles.
- don't run sanity checks in pkg_pretend to prevent gcc checks when
only the binary package is installed.
- 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
2022-10-11 16:11:53 +02:00
Krzesimir Nowak
f2f8da03f9
sys-libs/glibc: Sync with Gentoo
...
It's from Gentoo commit a3d93f81ed9442703de09b684f309d8e1d596571.
2022-10-11 16:11:52 +02:00
Krzesimir Nowak
801fc122da
changelog: Add an entry
2022-10-11 16:06:48 +02:00
Krzesimir Nowak
06e7631f88
changelog: Add entries
2022-10-11 14:31:57 +02:00
Krzesimir Nowak
0a266b2209
changelog: Add entries
2022-10-11 14:04:55 +02:00
Dongsu Park
8e82ad0b20
changelog: add changelog for Rust 1.64.0
2022-10-11 13:41:32 +02:00
Flatcar Buildbot
0dc33cdd0c
dev-lang: Upgrade dev-lang/rust 1.63.0 to 1.64.0
2022-10-11 13:41:32 +02:00
Krzesimir Nowak
9d3024be79
changelog: Add an entry
2022-10-11 13:03:03 +02:00
Krzesimir Nowak
6128c49a80
Merge pull request #2208 from flatcar/go-1.17.13-and-1.18.7-main
...
Upgrade Go from 1.18.6 to 1.18.7
2022-10-11 12:55:33 +02:00
Krzesimir Nowak
2b5c65a3a1
changelog: Add entries
2022-10-11 12:36:13 +02:00
Krzesimir Nowak
075c1a498d
.github: Add vim to packages list
2022-10-11 12:19:16 +02:00
Krzesimir Nowak
cdeff90764
app-editors/vim: Add from Gentoo
...
It's from Gentoo commit 3457953fd0a7146f097ae40776ee261172ce7c67.
2022-10-11 12:19:16 +02:00
Krzesimir Nowak
8bb1b7da52
app-editors/vim-core: Add from Gentoo
...
It's from Gentoo commit 8c9920ee622755bf6c61b1347a6883be5dd06c75.
2022-10-11 12:19:16 +02:00
Krzesimir Nowak
bf46114abc
.github/workflows/packages-list: Add entries
2022-10-11 12:13:32 +02:00
Krzesimir Nowak
bf25f19beb
eclass/wrapper: Sync with Gentoo
...
It's from Gentoo commit 13c48b178beee52c5eccc023fd3e8c0feead4de4.
2022-10-11 12:09:58 +02:00
Krzesimir Nowak
26b0abe054
eclass/ltprune: Sync with Gentoo
...
It's from Gentoo commit 8a0fd695c886081083e2ed8dcd8ad2d876ef947d.
2022-10-11 12:09:58 +02:00
Krzesimir Nowak
b4ddc5080d
sys-apps/iucode_tool: Sync with Gentoo
...
It's from Gentoo commit 7d2c2b61259608ceeef2b9e4713ea55e12ed6519.
2022-10-11 12:09:58 +02:00
Krzesimir Nowak
32f4e13473
eclass/perl-functions: Sync with Gentoo
...
It's from Gentoo commit 595adf6faec43e273e6c73a7821f86bafb65e203.
2022-10-11 12:09:58 +02:00
Kai Lüke
ff185a491c
Merge pull request #2207 from genesiscloud/nftables-bridge-conntrack-meta
...
Enable nf_conntrack_bridge and nft_meta_bridge kernel modules
2022-10-11 11:28:37 +02:00
Lukas Stockner
46ff05ed65
Update changelog
...
Co-authored-by: Kai Lüke <pothos@users.noreply.github.com>
2022-10-11 11:23:32 +02:00
Krzesimir Nowak
7fd636819e
.github: Add an entry to packages list
2022-10-10 12:04:21 +02:00
Krzesimir Nowak
894556aee6
net-dns/bind-tools: Sync with Gentoo
...
It's from Gentoo commit 177e9121245d12032d0dd198919bdc33c081d35c.
2022-10-10 12:02:51 +02:00
Krzesimir Nowak
f3a354c8d1
sys-apps/dbus: Apply Flatcar modifications
2022-10-10 11:59:12 +02:00
Krzesimir Nowak
0d9aaf7b05
sys-apps/dbus: Sync with Gentoo
...
It's from Gentoo commit 42b645e918ddd5fd999926bc8c0a417a9f8c3be4.
2022-10-10 11:59:12 +02:00
Krzesimir Nowak
5be55ae97d
profiles: Add accept keywords for app-editors/{vim,vim-core}
2022-10-10 11:29:55 +02:00
Krzesimir Nowak
48bf9a6645
app-editors/{vim,vim-core}: Move back to portage-stable
2022-10-10 11:29:34 +02:00
Krzesimir Nowak
de55948ac3
profiles: Disable python stuff for dev-libs/libxslt
...
The libxslt upstream fixed their python bindings, so they are not
python2 only. Gentoo then started to build them. Since we have fared
well so far without the bindings, keep on not building them.
2022-10-10 10:28:26 +02:00
Krzesimir Nowak
1d3daed50a
profiles: Update accept keywords for dev-util/bpftool
...
Bpftool 5.18.11 is gone from portage-stable, 5.19.2 is the new stable
version for amd64. There's still no keyword for arm64, so we need to
keep the entry in the profiles for arm64.
2022-10-10 10:14:20 +02:00
Krzesimir Nowak
501c6ca99c
profiles: Drop accept keywords for dev-libs/libxml2
...
The updated package became stable for both amd64 and arm64.
2022-10-10 10:05:46 +02:00
Flatcar Buildbot
d4ead663b9
dev-lang: Upgrade Go 1.18.6 to 1.18.7
2022-10-10 07:54:23 +00:00
Flatcar Buildbot
a729108048
sys-libs/zlib: Sync with Gentoo
...
It's from Gentoo commit 31b2c136145e3fbb9ccbbf461c7e74e16ad02d32.
2022-10-10 07:38:06 +00:00
Flatcar Buildbot
7f12542ecc
sys-libs/binutils-libs: Sync with Gentoo
...
It's from Gentoo commit d44f7aa2eb9733dc6143e8b70e73e7ddb66f1adc.
2022-10-10 07:38:06 +00:00
Flatcar Buildbot
8678f3912c
sys-devel/gnuconfig: Sync with Gentoo
...
It's from Gentoo commit f979de4a92ffd3be637bc82a67dbf629216f4c8b.
2022-10-10 07:37:59 +00:00
Flatcar Buildbot
1a202e7406
sys-devel/gcc-config: Sync with Gentoo
...
It's from Gentoo commit b6b625695cad967782ae5a9c52eb755f87d1aa10.
2022-10-10 07:37:59 +00:00
Flatcar Buildbot
dfa91f902d
sys-devel/gcc: Sync with Gentoo
...
It's from Gentoo commit 2e8d3818c0d760367637e9781b83dc5d6468fee4.
2022-10-10 07:37:59 +00:00
Flatcar Buildbot
fc91bb28ab
sys-devel/binutils: Sync with Gentoo
...
It's from Gentoo commit 4982f3666ad8cf981fbd8477220393f51b5c7183.
2022-10-10 07:37:55 +00:00
Flatcar Buildbot
0ef29adbf3
net-misc/rsync: Sync with Gentoo
...
It's from Gentoo commit 9d26a6b263f804564af069dfe943c7851c637055.
2022-10-10 07:37:49 +00:00
Flatcar Buildbot
779e3285f3
net-fs/cifs-utils: Sync with Gentoo
...
It's from Gentoo commit cce7da3c8e02fb9aa620c9a1e52365b11de1e909.
2022-10-10 07:37:48 +00:00
Flatcar Buildbot
f291fdd9e9
dev-vcs/git: Sync with Gentoo
...
It's from Gentoo commit 6e67f60fe48bd32c0ce5e4889c6015307b26fc47.
2022-10-10 07:37:48 +00:00
Flatcar Buildbot
9f9b67f024
dev-util/patchelf: Sync with Gentoo
...
It's from Gentoo commit 6bcca7585766247889abeefedf7d24708138ca82.
2022-10-10 07:37:42 +00:00
Flatcar Buildbot
979888c4a8
dev-util/catalyst: Sync with Gentoo
...
It's from Gentoo commit aba9bb58fceaf075f2829dcbfc3f9ab918a23a68.
2022-10-10 07:37:35 +00:00
Flatcar Buildbot
cc9d1abdc8
dev-util/bpftool: Sync with Gentoo
...
It's from Gentoo commit 037531248c696c612d870b79506029ac9d24e860.
2022-10-10 07:37:35 +00:00
Flatcar Buildbot
4f6e91a098
dev-libs/libxslt: Sync with Gentoo
...
It's from Gentoo commit ad7fe6b96d6a74a408aefa3c0e86781769ba4062.
2022-10-10 07:37:33 +00:00
Flatcar Buildbot
71b5f1bb2d
dev-libs/libxml2: Sync with Gentoo
...
It's from Gentoo commit c533aa9765d12c3ecf351838567fa48ab61ba59b.
2022-10-10 07:37:33 +00:00
flatcar-ci
595d73e1b8
New version: main-3385.0.0-nightly-20221007-2100
2022-10-07 21:00:30 +00:00
Lukas Stockner
74ee472821
Enable nf_conntrack_bridge and nft_meta_bridge kernel modules
...
This allows to use conntrack rules for bridges in nftables
and to match on bridge interface names.
2022-10-07 15:56:07 +02:00
flatcar-ci
d5ed5917eb
New version: main-3384.0.0-nightly-20221006-2100
2022-10-06 21:00:29 +00:00
Flatcar Buildbot
7294ee7abe
sys-kernel: Upgrade Kernel 5.15.71 to 5.15.72
2022-10-06 07:32:31 +00:00
flatcar-ci
4b607ce480
New version: main-3383.0.0-nightly-20221005-2100
2022-10-05 21:00:38 +00:00
Jeremi Piotrowski
4f01a18c37
profile/coreos/arm64: switch parent profile to 17.0/hardened
...
This was left as a 'TODO', but finally showed up when building the arm64 SDK.
The generic parent profile caused arm64 SDK (but also production images) to
have several USE flags missing, most importantly acl. Without acl, `usermod -m`
fails to correctly copy skeleton files when creating a new user.
Switch to parent profile to one matching the amd64 parent profile, which brings
the two arches closer together.
2022-10-05 16:40:11 +02:00
Flatcar Buildbot
fd4783ca0a
sys-kernel: Upgrade Kernel 5.15.70 to 5.15.71
2022-10-05 14:54:26 +02:00
Krzesimir Nowak
13e9213d84
Merge pull request #2180 from flatcar/krnowak/dev-util-update
...
Development utilities update
2022-10-05 11:32:37 +02:00
flatcar-ci
6b0117ba24
New version: main-3382.0.0-nightly-20221004-2100
2022-10-04 21:00:36 +00:00
Krzesimir Nowak
aa403ffeea
changelog: Add an entry
2022-10-04 16:37:41 +02:00
Krzesimir Nowak
2e726adb32
coreos-base/coreos-init: Bring in the port customization changes
2022-10-04 15:07:17 +02:00
Krzesimir Nowak
ff6227115d
coreos-base/hard-host-depends: Drop dev-util/scons
...
There isn't anything that uses scons, so drop it from SDK.
2022-10-04 14:52:10 +02:00
Krzesimir Nowak
ade775850b
coreos/config: Drop overrides for dev-util/dialog
...
It's not packaged in neither in overlay nor in portage-stable.
2022-10-04 14:52:10 +02:00
Dongsu Park
70e0da0687
dev-util/bsdiff: Apply Flatcar modifications
...
Apply existing Flatcar changes on top of vanilla Gentoo ebuilds:
- add arm64 keyword
- apply the sais patch
- fix a heap overflow vulnerability in bspatch included in bsdiff.
Originally the security issue was published as [FreeBSD-SA-16:29](https://www.freebsd.org/security/advisories/FreeBSD-SA-16:29.bspatch.asc ),
which pointed to a FreeBSD [patch](https://security.freebsd.org/patches/SA-16:29/bspatch.patch ).
However, the patch was a set of huge changes including other unrelated
changes. That's why it was not simple at all to apply the patch to
bsdiff. Both Gentoo and Flatcar have not included the fix.
Fortunately X41 D-SEC [examined](https://www.x41-dsec.de/security/news/working/research/2020/07/15/bspatch/ )
the issue again, and nailed down to a simple patch that can be easily
applied to other trees. We simply take the patch with minimal changes.
See also [CVE-2020-14315](https://nvd.nist.gov/vuln/detail/CVE-2020-14315 ).
It is based on the following commits:
[4ee6aa895a02](https://github.com/kinvolk/coreos-overlay/commit/4ee6aa895a02 ) ("Add arm64 keywords")
[60d47e7359d1](https://github.com/kinvolk/coreos-overlay/commit/60d47e7359d1 ) ("Change suffix sort to sais-lite")
[7d3ac2a049dd](https://github.com/kinvolk/coreos-overlay/commit/7d3ac2a049dd ) ("fix heap overflow vulnerability CVE-2020-14315")
2022-10-04 14:52:10 +02:00
Krzesimir Nowak
e358a89307
dev-util/bsdiff: Sync with Gentoo
...
It's from Gentoo commit 98ef629ba44e42abf5dd75e2e2c44994d85bc409.
2022-10-04 14:52:10 +02:00
Krzesimir Nowak
e64412782e
profiles: Drop outdated or redundant USE flags for dev-util/perf
2022-10-04 14:52:10 +02:00
Krzesimir Nowak
a8f0638d7f
profiles: Drop accept_keywords for dev-util/perf
...
Updated package is stable for both amd64 and arm64.
2022-10-04 14:52:10 +02:00
Krzesimir Nowak
f8fac84130
profiles: Drop accept_keywords for dev-util/pahole
...
Updated package is stable for both amd64 and arm64.
2022-10-04 14:52:10 +02:00
Krzesimir Nowak
0d7e9d0971
profiles: Drop cmake from provided packages
...
It should cross-compile just fine, but let's see if it ends up being
on the production image.
2022-10-04 14:52:10 +02:00
Krzesimir Nowak
0a6a8aa7d4
profiles: Drop keywords for dev-util/checkbashisms
...
The updated package is stable for both amd64 and arm64.
2022-10-04 14:52:10 +02:00
Krzesimir Nowak
aa36317220
profiles: Update keywords for dev-util/bpftool
2022-10-04 14:52:10 +02:00
Krzesimir Nowak
b22334fd58
coreos/config: Drop fixes for cmake
2022-10-04 14:52:10 +02:00
Krzesimir Nowak
ea3051e7e6
changelog: Add an entry
2022-10-04 14:50:34 +02:00
Krzesimir Nowak
efef41e31d
.github/workflows/packages-list: Add entries
2022-10-04 14:50:34 +02:00
Krzesimir Nowak
6621fcf787
eclass/linux-mod: Sync with Gentoo
...
It's from Gentoo commit eee74b9fca1b5237299ee08fd041997e7271304a.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
7986606ee5
eclass/llvm: Sync with Gentoo
...
It's from Gentoo commit ef5a901254202fbcc79a4dab658a231c1187d3e1.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
126d4c4017
eclass/gnome.org: Sync with Gentoo
...
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
fdc7cf15dd
eclass/meson: Sync with Gentoo
...
It's from Gentoo commit 5a465ec448ea48b9dd9471e4d15b7669a77e4536.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
9942f96787
eclass/cmake-utils.eclass: Remove obsolete eclass
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
97535477c8
eclass/cmake-multilib: Sync with Gentoo
...
It's from Gentoo commit 88275b401b115efd63847d4ee979593e87915ec5.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
a99f896cd6
eclass/ninja-utils: Sync with Gentoo
...
It's from Gentoo commit 5a34097c8957c40d5b09fe6d249449c22f7f1ea5.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
e855d3dfc7
eclass/virtualx: Sync with Gentoo
...
It's from Gentoo commit aa7fdc965621b413d85624ea30e9452a4130aced.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
b58940ccf3
eclass/elisp-common: Sync with Gentoo
...
It's from Gentoo commit 424bd8ae7cbb3ce55e0567e8c9057d8d23c6cb57.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
6b973e990a
eclass/cmake: Sync with Gentoo
...
It's from Gentoo commit 759cec852497f888d93cccfedbc83f16eb765fb4.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
7b4897eebf
eclass/bash_completion-r1: Backport the fix for paths from systemd.eclass
...
The paths returned by pkg-config seem to have sysroot prepended
twice. The systemd eclass has a workaround for that - use it for bash
completion files too, then.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
1059e54407
eclass/bash-completion-r1: Sync with Gentoo
...
It's from Gentoo commit 424acdc15be08f7c2b13c0d1bb8c31f55d26655d.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
cc61cd455d
eclass/optfeature: Sync with Gentoo
...
It's from Gentoo commit 23ad91eda1e35bbe3eb8ce63822ecd8755fb049c.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
5a9282cce5
eclass/linux-info: Sync with Gentoo
...
It's from Gentoo commit bd03dc08515969a9ce74ca1304c8374cb7a88416.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
af44411e90
dev-util/strace: Sync with Gentoo
...
It's from Gentoo commit b95e21368252ad592083b193849d4e950f9f04f0.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
be4949f48b
dev-util/scons: Drop unnecessary package
...
There isn't anything that is using scons, so just drop it.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
d620d52425
dev-util/re2c: Sync with Gentoo
...
It's from Gentoo commit 21b2890ca1fcb0f8b7230420194f87706740d29e.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
9085fcdb64
dev-util/perf: Sync with Gentoo
...
It's from Gentoo commit 6da4a28b50ab2c8ba6d3937d7de191190a188440.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
090d25b463
dev-util/patchutils: Sync with Gentoo
...
It's from Gentoo commit 8eefb065d75c88868a8f73020595746eb34c8a98.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
b274ed6eab
dev-util/patchelf: Sync with Gentoo
...
It's from Gentoo commit b0dfc9160b045a6c9f17e40cf26989209c3bf02d.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
a764045f5b
dev-util/pahole: Sync with Gentoo
...
It's from Gentoo commit 3ac329dff93414ea355abc86e157b489a6f029dc.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
5a1e156e82
dev-util/ninja: Sync with Gentoo
...
It's from Gentoo commit ff37eeaa0f2e43d1f5b3f681ad0dc8b2556b4877.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
69a628f291
dev-util/meson-format-array: Sync with Gentoo
...
It's from Gentoo commit 91dc6350e05582abba13f76c9734d1faef2183cd.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
9a05de0c81
dev-util/meson: Sync with Gentoo
...
It's from Gentoo commit 536391904a220878a2eb1b082b2229f6fd70ca84.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
ecf99c5606
dev-util/gtk-doc-am: Sync with Gentoo
...
It's from Gentoo commit d5e0e285e6174e80e663d307364b14d50a927303.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
5a5d253f7c
dev-util/gperf: Sync with Gentoo
...
It's from Gentoo commit ef010d11cc42876bedb1ac51427e1700ab5492e0.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
e7ceb9d097
dev-util/desktop-file-utils: Sync with Gentoo
...
It's from Gentoo commit a4fc9d0dfd88d22bc8e727d79d701ae22d2e1d38.
2022-10-04 14:48:17 +02:00
Krzesimir Nowak
7bc105aee1
dev-util/cmocka: Sync with Gentoo
...
It's from Gentoo commit 3695e0a4f79c1022a2d2421860b645afc0ead16f.
2022-10-04 14:48:16 +02:00
Krzesimir Nowak
62141c3d78
dev-util/cmake: Sync with Gentoo
...
It's from Gentoo commit cace9da3e438db8d92102b7c3c963c874115a9ba.
2022-10-04 14:48:16 +02:00
Krzesimir Nowak
fb9c6ba667
dev-util/checkbashisms: Sync with Gentoo
...
It's from Gentoo commit e09c85b030751cd96677344118f25c2be97457c5.
2022-10-04 14:48:16 +02:00
Krzesimir Nowak
9b7c1fbd58
dev-util/catalyst: Sync with Gentoo
...
It's from Gentoo commit b69d9ce8ab378268442900dc477e516e870576be.
2022-10-04 14:48:16 +02:00
Krzesimir Nowak
439a288239
dev-python/fasteners: Add from Gentoo
...
It's from Gentoo commit 607b8ff663461e081bc51e82102dbd60b383fcdb.
It's a dependency of dev-util/catalyst.
2022-10-04 14:48:16 +02:00
Krzesimir Nowak
6b6b3cb3d6
dev-util/bpftool: Sync with Gentoo
...
It's from Gentoo commit 1065f5bd4dca20a1e68bb6ecc83b03f54d53bca1.
2022-10-04 14:48:16 +02:00
Krzesimir Nowak
678d0788ef
Merge pull request #2189 from flatcar/krnowak/update-and-fill
...
Profiles and environment overrides for packages refresh
2022-10-04 10:19:42 +02:00
Krzesimir Nowak
9aecb7fc33
changelog: Add an entry
2022-09-30 13:46:06 +02:00
Jeremi Piotrowski
1b3ddd7133
changelog: add entry for coreos-modules strip change
2022-09-30 13:10:04 +02:00
flatcar-ci
eb9558ffd0
New version: main-3377.0.0-nightly-20220929-2100
2022-09-29 21:00:32 +00:00
Flatcar Buildbot
34c2b6ff97
Update mantle container image to latest HEAD
2022-09-29 16:32:32 +00:00
Jeremi Piotrowski
aa7aa7f13c
sys-kernel/coreos-module: use strip-debug instead of strip-unneeded
...
With `--strip-unneeded` some static symbols are also stripped from modules, making stacktraces
incomplete, and making it harder to debug kernel issues. Switch to the default setting of
`--strip-debug`, which keeps symbols intact and does not appear to lead to a measurable
size increase of the /usr partition.
2022-09-29 15:34:40 +02:00
Krzesimir Nowak
d39991c538
coreos/config: Drop linking workarounds for net-misc/curl
...
Let's see if those are fixed by now.
2022-09-29 11:58:11 +02:00
Krzesimir Nowak
8a0db2516b
profiles: Drop accept keywords for net-fs/cifs-utils
...
The updated package is stable for both amd64 and arm64.
2022-09-29 11:58:11 +02:00
Krzesimir Nowak
5d556e801f
profiles: Update keywords and unmask for new version of dev-vcs/git
2022-09-29 11:58:11 +02:00
Krzesimir Nowak
8400b95681
profiles: Drop accept keywords for sys-devel/crossdev
...
The updated package is stable for both amd64 and arm64.
2022-09-29 11:58:11 +02:00
Krzesimir Nowak
ccb3ba4fa5
.github: Add recently updated packages to the list
2022-09-29 11:57:53 +02:00
Krzesimir Nowak
082f5bc99f
dev-libs/libpcre2: Sync with Gentoo
...
It's from Gentoo commit 7a4bd1faf1b8d10f2e0ca81d35720817d7f2d48c.
2022-09-29 11:57:53 +02:00
Krzesimir Nowak
46981ec022
app-crypt/adcli: Sync with Gentoo
...
It's from Gentoo commit aa588673333cacf1a7c6cbf591128d6957c3cf60.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
cb845ac7d8
net-fs/cifs-utils: Sync with Gentoo
...
It's from Gentoo commit 448ede061732ecdbe2468573a64f9446c4628103.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
761587f15d
net-misc/curl: Sync with Gentoo
...
It's from Gentoo commit 49bf70035d505816abbb3b3d24d696bbd8da17d7.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
8f875845a5
net-analyzer/nmap: Sync with Gentoo
...
It's from Gentoo commit c63cfea0ac092bf463d6a13ae976fa788f548378.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
cdc7e69f65
dev-libs/oniguruma: Sync with Gentoo
...
It's from Gentoo commit 3016e110caa561b98a87cae1bc3b12b4c5b7730a.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
fda65de383
dev-vcs/git: Sync with Gentoo
...
It's from Gentoo commit 18c2db9a438b32270277202cba113b00b90c7553.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
3fec30a26c
dev-libs/glib: Sync with Gentoo
...
It's from Gentoo commit e5d7aa91ec84c5c64cce1a67eb4ab9e96b269e3d.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
b5f06ec2f3
dev-util/glib-utils: Sync with Gentoo
...
It's from Gentoo commit 168701c152ca2853fb3cba158046d72b77168909.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
98ae6003bf
dev-libs/gobject-introspection: Sync with Gentoo
...
It's from Gentoo commit 0160549798672ca62853c36248c3fc4e9b447e8f.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
60491cbeb6
dev-libs/gobject-introspection-common: Sync with Gentoo
...
It's from Gentoo commit f6bdd8113833c50fc0d8c28e6a44812bb8bbad70.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
0f1353ae0f
dev-util/gdbus-codegen: Sync with Gentoo
...
It's from Gentoo commit 3d12e89901f11f2b4ac2cb4dc27cf1cd712565c0.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
ee8e75d88b
dev-libs/boost: Sync with Gentoo
...
It's from Gentoo commit 301f5e6332309bfe2bdc10aea941bbe0bd9a16cb.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
740928e1e9
dev-util/boost-build: Sync with Gentoo
...
It's from Gentoo commit 372a9ebbd44ff710c367c1e24dafcc73d5e6fa3d.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
0487b5db7c
dev-libs/cyrus-sasl: Sync with Gentoo
...
It's from Gentoo commit d001a523ec5b8a80246f394501e0119c19f79e36.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
0ab1995baa
sys-devel/autoconf: Sync with Gentoo
...
It's from Gentoo commit 77250a7ea67da910d0c8cdbe373f9c1ec8b14caa.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
f149e6e291
sys-devel/bc: Sync with Gentoo
...
It's from Gentoo commit 07aad3b2c6a3a12be810c8e510a9acbddb34dc14.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
339503b11b
sys-devel/binutils: Sync with Gentoo
...
It's from Gentoo commit 6f7bd022bf2da3773a65486256b22eccc4e91f25.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
f9fa326283
sys-devel/crossdev: Sync with Gentoo
...
It's from Gentoo commit 77820859262cf3ffaa23f77a9e32d09ce25cacff.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
b27e3eef41
sys-devel/flex: Sync with Gentoo
...
It's from Gentoo commit 433043c5b1f930acaae84df997d6aa4ac084a950.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
7da25dc83a
sys-devel/gcc: Sync with Gentoo
...
It's from Gentoo commit 9bedaa69d68006bea040086e8f9cbec71317c17e.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
9c10527ae2
sys-devel/gettext: Sync with Gentoo
...
It's from Gentoo commit 45a9cd813a2244a676ab9a651a5274baac83a9d0.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
33301f7473
sys-devel/gnuconfig: Sync with Gentoo
...
It's from Gentoo commit 29d7fa5b9b9e6fd415ec1413124da2859d365a48.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
2167955f0b
sys-devel/autoconf-archive: Sync with Gentoo
...
It's from Gentoo commit 09b01963100394a4b09426c9bcc65fe30abcc65c.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
d0189859b8
sys-devel/gcc-config: Sync with Gentoo
...
It's from Gentoo commit cc6a27ec99c1e08ac51c69ff0ab4c2b8a5578e2e.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
5bd3c7e0fb
sys-apps/gentoo-functions: Sync with Gentoo
...
It's from Gentoo commit 807b78ed77e8558b7d3511ac02ef6555185eaef8.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
d88a0ec332
app-portage/portage-utils: Sync with Gentoo
...
It's from Gentoo commit da87cdcf372e686d4dd7b09a78c9f30d836050e5.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
306d4c8453
app-arch/bzip2: Sync with Gentoo
...
It's from Gentoo commit 2dfa77422af4661f736539f77a5dfc3c2ae57706.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
893c1f58be
virtual/libcrypt: Sync with Gentoo
...
It's from Gentoo commit 4b7575b3f13e546dd2431d0ab8db699935392bdb.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
a77b3510c5
sys-libs/binutils-libs: Sync with Gentoo
...
It's from Gentoo commit 940d80f8eb575ea87da6d0e0dfe5d48f3a18efd5.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
9d91e9578d
eclass/flag-o-matic: Sync with Gentoo
...
It's from Gentoo commit ddba1d149e82dba88b72f992729ad4158f640e32.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
76f485a4f7
eclass/multilib-build: Sync with Gentoo
...
It's from Gentoo commit 4ab70e87d0bf6ab8f2b9930842715999528d2d51.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
cab39eabfa
eclass/toolchain: Sync with Gentoo
...
It's from Gentoo commit a7c27596827072f586dc07e6d53531ecb2c7cd6e.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
5d71c9c780
net-libs/gnutls: Sync with Gentoo
...
It's from Gentoo commit 9b5ca001a8c3784d4e1158c99a2ea1c11aa6b30d.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
e386a54e25
dev-lang/duktape: Sync with Gentoo
...
It's from Gentoo commit 336a45629bc12ad6d5ff4854c51d2a63c1483e3f.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
79e07b10b8
dev-libs/libtasn1: Sync with Gentoo
...
It's from Gentoo commit 8c4bd08fb54e718a400e503a515dbede0fd3d4d8.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
fd501899f5
sys-libs/zlib: Sync with Gentoo
...
It's from Gentoo commit a45d9ec6a1ebfa9e49ad1f0842f54128e54c8f03.
2022-09-29 11:57:52 +02:00
Krzesimir Nowak
a68b865925
Merge pull request #357 from flatcar/krnowak/vim-update
...
Update vim to v9.0.0469
2022-09-29 11:19:03 +02:00
Krzesimir Nowak
e84867785e
Merge pull request #2140 from flatcar/krnowak/vim-update
...
Update vim to v9.0.0469
2022-09-29 11:18:54 +02:00
flatcar-ci
07edb890a1
New version: main-3376.0.0-nightly-20220928-2100
2022-09-28 21:00:32 +00:00
flatcar-ci
bbfe6695a4
New version: main-3375.0.0-nightly-20220927-2100
2022-09-27 21:00:35 +00:00
Dongsu Park
9ce9a688e3
.github: add dev-libs/expat to packages-list
2022-09-27 12:17:13 +02:00
Dongsu Park
3b201cffb0
changelog: add changelog for expat 2.4.9
2022-09-27 12:16:55 +02:00
Dongsu Park
9667ee954c
dev-libs/expat: update to 2.4.9
...
Update dev-libs/expat to 2.4.9, mainly to address CVE-2022-40674.
2022-09-27 12:16:55 +02:00
Mathieu Tortuyaux
a8a793fa94
changelog: add entry
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-09-27 11:48:00 +02:00
Mathieu Tortuyaux
3e50a7fd12
sys-apps/ignition: rework ignition patches
...
`ign-converter` is now part of the Ignition codebase, it should ease the
maintaining of these patches.
Only the v24tov31 translation (and its tests) has been ported to the codebase.
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-09-27 11:48:00 +02:00
flatcar-ci
b4427a99ab
New version: main-3374.0.0-nightly-20220926-2100
2022-09-27 09:18:40 +00:00
Dongsu Park
5e7729a745
Merge pull request #2185 from flatcar/linux-5.15.70-main
...
Upgrade Linux Kernel in main from 5.15.67 to 5.15.70
2022-09-27 09:09:07 +02:00
flatcar-ci
805d2b46e6
New version: main-3370.0.0-nightly-20220922-2100
2022-09-26 15:30:08 +00:00
Krzesimir Nowak
610c41bcc5
.github: Partially revert some changes
...
It partially reverts commits 9ecbd31df40e8cf4361db7f638c089e4df3dc503
and 1b08c65f7b5797dd153898f148b98429feeacd2c. The reverted parts were
workarounds for old LTS, which used to have no run_sdk_container
stuff.
2022-09-26 14:43:36 +02:00
Krzesimir Nowak
4e4d0891e9
Revert ".github: make each apply script take parameters CHECKOUT_SCRIPTS"
...
This reverts commit f008fb5883afee1d83d636a06cc9c9b192705793.
This was introduced for old LTS that didn't use submodules in
scripts. Now it's backported, so this workaround is not needed.
2022-09-26 14:38:23 +02:00
Flatcar Buildbot
85fb522a5a
Update mantle container image to latest HEAD
2022-09-26 08:48:18 +00:00
Flatcar Buildbot
bc5705c6e0
sys-kernel: Upgrade Kernel 5.15.67 to 5.15.70
2022-09-24 07:26:04 +00:00
Krzesimir Nowak
7187138bb7
.github: Add an automatic package updates workflow
...
It will run on every Monday and will try to update packages listed in
the package listing. This can be used to gradually add more and more
packages under the automation.
2022-09-23 14:31:39 +02:00
flatcar-ci
452a38a737
New version: main-3370.0.0-nightly-20220922-2100
2022-09-22 21:00:34 +00:00
Flatcar Buildbot
87b5565f5e
Update mantle container image to latest HEAD
2022-09-22 16:45:00 +00:00
flatcar-ci
fcc3b86ff2
New version: main-3369.0.0-nightly-20220921-2100
2022-09-21 21:00:27 +00:00
Flatcar Buildbot
3499367c2a
Update mantle container image to latest HEAD
2022-09-21 15:12:16 +00:00
Krzesimir Nowak
4337abdd9a
Merge pull request #2166 from flatcar/krnowak/fix-emerge-gitclone-developer-channel
...
coreos-base/emerge-gitclone: Bring in a fix for developer channel
2022-09-21 12:26:01 +02:00
flatcar-ci
fd44bfd22c
New version: main-3368.0.0-nightly-20220920-2100
2022-09-20 21:00:32 +00:00
Krzesimir Nowak
48b79af088
coreos-base/emerge-gitclone: Bring in a fix for developer channel and builds
...
For the main branch (so for nightly builds) the group in
`/usr/share/flatcar/update.conf` is not "main", but "developer". This
needs a small translation when turning it into a channel
information. Without that, we are trying to checkout a nonexistent tag
named `developer-3363.0.0-…` instead of `main-3363.0.0-…`, which
fails.
In developer builds version string contains version numbers and a
build ID with plus symbol sitting between them. Git tags are formatted
in similar way, but with a dash, instead of plus. Thus the plus needs
to be replaced to obtain a proper git tag.
2022-09-20 16:34:33 +02:00
Krzesimir Nowak
13b9fa8c06
Merge pull request #2173 from flatcar/krnowak/bump-cloudinit
...
coreos-base/coreos-cloudinit: Bump to latest commit
2022-09-20 16:27:12 +02:00
Flatcar Buildbot
671d6b60f7
Update mantle container image to latest HEAD
2022-09-20 12:38:17 +00:00
Krzesimir Nowak
85fcc77801
changelog: Add entries
2022-09-20 08:40:36 +02:00
flatcar-ci
dc742389ba
New version: main-3367.0.0-nightly-20220919-2100
2022-09-19 21:00:31 +00:00
Flatcar Buildbot
fbd4c64576
Update mantle container image to latest HEAD
2022-09-19 13:56:25 +00:00
Krzesimir Nowak
35b2cbbbba
coreos-base/coreos-cloudinit: Bump to latest commit
...
This brings in a rename of the project.
2022-09-19 15:15:32 +02:00
Flatcar Buildbot
af532ac1c5
app-misc: Upgrade ca-certificates 3.82 to 3.83
2022-09-19 07:46:17 +00:00
flatcar-ci
0aa225caab
New version: main-3364.0.0-nightly-20220916-2100
2022-09-16 21:00:36 +00:00
Krzesimir Nowak
9b426dbb05
app-editors/vim*: Move to overlay
...
Upstream lags a bit with packaging vim, which is understandable seeing
how vim is developed (every commit is a tag). Since we need to address
some CVEs, move the packages to overlay and update it there.
2022-09-16 11:12:09 +02:00
Krzesimir Nowak
d6d7f3a190
profiles: Cleanup use flags for vim
...
Put them into targets/generic profile instead of duplicating them in
amd64/generic and arm64/generic profiles. There's isn't anything
arch-specific in those USE flags.
2022-09-16 11:10:20 +02:00
Krzesimir Nowak
b1dd9916dd
profiles: Drop accept keywords for app-editors/vim{,-core}
...
We will put our version into overlay.
2022-09-16 11:10:20 +02:00
Krzesimir Nowak
ca32170302
app-editors/vim: Apply Flatcar modifications
...
These are not Flatcar specific modifications per se. We just bump the
version from 9.0.0099 to 9.0.0469 and drop a patch that was already
applied upstream.
2022-09-16 11:09:58 +02:00
Krzesimir Nowak
2cbd77d836
app-editors/vim: Sync with Gentoo
...
It's from Gentoo commit 9711e66907f463dbafc06d8c3c0605fe44d0dc2e.
2022-09-16 11:09:29 +02:00
Krzesimir Nowak
44a3f1c84d
app-editors/vim-core: Apply Flatcar modifications
...
These are not Flatcar specific modifications per se. We just bump the
version from 9.0.0099 to 9.0.0469 and drop a patch that was already
applied upstream.
2022-09-16 11:08:16 +02:00
Krzesimir Nowak
269f9a1a86
app-editors/vim-core: Sync with Gentoo
...
It's from Gentoo commit 9a77abf00e3d75523e999e9dae30aed6e30409aa.
2022-09-16 10:57:37 +02:00
Flatcar Buildbot
6f010ef6e2
Update mantle container image to latest HEAD
2022-09-15 21:00:46 +00:00
flatcar-ci
53c73bd988
New version: main-3363.0.0-nightly-20220915-2100
2022-09-15 21:00:31 +00:00
Dongsu Park
218157b62d
Merge pull request #2157 from flatcar/firmware-20220913-main
...
Upgrade Linux Firmware in main from 20220815 to 20220913
2022-09-15 16:11:57 +02:00
Dongsu Park
e54ec6665a
Merge pull request #2158 from flatcar/dongsu/github-actions-20220914
...
.github: fix Go changelog and git show-ref bug
2022-09-15 15:51:58 +02:00
Sayan Chowdhury
d15dd29be9
sys-libs/zlib: Add the changelog/security entry
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-09-15 18:52:34 +05:30
Sayan Chowdhury
228ab0edc8
sys-libs/zlib: Sync with Gentoo upstream; stablize 1.2.12-r3
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-09-15 18:50:56 +05:30
Dongsu Park
66920fda77
.github: do not create a pull request when branch exists
...
If git show-ref returns an error, i.e. the branch already exists,
then we should not create a pull request, but simply return error.
Otherwise, the Github Actions would always try to create pull
requests even when the branch still exists.
2022-09-15 11:23:10 +02:00
Dongsu Park
b7631d8654
.github: correctly generate Go changelog
...
Recently Go Github Actions started not creating changelog at all.
Add the missing code to the go-apply-patch to correctly generate
changelog.
2022-09-15 11:23:07 +02:00
Dongsu Park
b34c3e06a2
app-emulation/docker{,-cli}: build with Go 1.18
...
Now that the upstream Docker 20.10.18 started building the source
with Go 1.18 instead of 1.17, we should also remove code to force
building with 1.17 and simply build with 1.18.
Otherwise the build fails like:
```
vendor/archive/tar/common.go:541:32: undefined: any
vendor/archive/tar/strconv.go:204:15: undefined: strings.Cut
vendor/archive/tar/strconv.go:254:20: undefined: strings.Cut
vendor/archive/tar/strconv.go:276:13: undefined: strings.Cut
```
See also https://github.com/moby/moby/commit/3d4616f943b3 .
2022-09-15 11:15:02 +02:00
Dongsu Park
6fa59b8b52
changelog: add changelog for Docker 20.10.18
2022-09-15 11:15:02 +02:00
Flatcar Buildbot
6e8d9f3ac7
app-emulation: Upgrade Docker 20.10.17 to 20.10.18
2022-09-15 11:15:02 +02:00
Flatcar Buildbot
cbb563e99f
sys-kernel: Upgrade Linux Firmware 20220815 to 20220913
2022-09-15 07:26:41 +00:00
Flatcar Buildbot
10dd30178d
Update mantle container image to latest HEAD
2022-09-14 21:00:51 +00:00
flatcar-ci
552eb97ade
New version: main-3362.0.0-nightly-20220914-2100
2022-09-14 21:00:32 +00:00
Mathieu Tortuyaux
72511b296e
Merge pull request #2133 from flatcar/tormath1/ignition
...
sys-apps/ignition: sed s/flatcar-linux/flatcar patches
2022-09-14 18:40:59 +02:00
Krzesimir Nowak
aad5d9db95
Merge pull request #2156 from flatcar/krnowak/updateservicectl
...
app-admin/updateservicectl: Bring in flatcar org change
2022-09-14 17:25:21 +02:00
Kai Lüke
4b62cbe7d5
Merge pull request #2153 from flatcar/kai/mayday-org-rename
...
app-admin/mayday: Use renamed package name
2022-09-14 17:22:50 +02:00
Krzesimir Nowak
9982cae995
app-admin/updateservicectl: Bring in flatcar org change
2022-09-14 17:11:45 +02:00
Mathieu Tortuyaux
7ba804c8ed
app-arch/torcx: bump commit ID
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-09-14 16:52:52 +02:00
Mathieu Tortuyaux
df710084eb
changelog: add entry
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-09-14 16:30:39 +02:00
Mathieu Tortuyaux
3d967c2e03
app-admin/locksmith: bump commit ID
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-09-14 16:30:38 +02:00
Mathieu Tortuyaux
785000a5af
sys-apps/ignition: sed s/flatcar-linux/flatcar patches
...
* dropped 2 non applied patches from previous upgrade
released.
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-09-14 16:23:49 +02:00
Kai Lueke
11094fefe7
app-admin/mayday: Use renamed package name
...
This pulls in https://github.com/flatcar/mayday/pull/10
to update the package name after the github org move.
It also changes the homepage to use our repo instead of the archive.
2022-09-14 15:56:15 +02:00
Kai Lüke
0629286e4c
Merge pull request #2132 from flatcar/kai/flatcar-org-rename
...
Prepare github org rename to flatcar
2022-09-14 14:53:58 +02:00
Kai Lueke
18d727f88d
Use ghcr.io/flatcar, there are no redirects
...
The GitHub org rename also moved the ghcr.io container image repo but
in contrast to git repos, there are no redirects.
2022-09-14 14:46:00 +02:00
Kai Lueke
02f31e779b
Use new github org name "flatcar"
...
The "flatcar-linux" github org was renamed to "flatcar". There are no
github redirects in this case, thus we have to fix the links.
Left to do are the patch files.
2022-09-14 14:46:00 +02:00
Kai Lueke
edba76c012
Use ghcr.io/flatcar, there are no redirects
...
The GitHub org rename also moved the ghcr.io container image repo but
in contrast to git repos, there are no redirects!
2022-09-14 14:33:24 +02:00
Krzesimir Nowak
afae5fd279
Merge pull request #359 from flatcar/krnowak/update-libxml2
...
Update libxml2 and libxslt
2022-09-14 14:33:06 +02:00
Krzesimir Nowak
709aefec6c
Merge pull request #2141 from flatcar/krnowak/update-libxml2
...
profiles: Add accept keywords for updated libxml2
2022-09-14 14:32:51 +02:00
Kai Lueke
80e49d190f
Use new website flatcar.org
...
The flatcar-linux.org domain has redirects but it's better to use the
current domain directly.
2022-09-14 14:32:49 +02:00
Krzesimir Nowak
afcfff07b8
changelog: Add entries
2022-09-14 13:48:17 +02:00
Sayan Chowdhury
7026b4da45
Merge pull request #361 from flatcar/sayan/update-intel-microcode-20220809_p20220809
...
sys-firmware/intel-microcode: Sync with Gentoo upstream; updates to 20220809_p20220809
2022-09-14 16:46:07 +05:30
Sayan Chowdhury
13b2199dd2
Merge pull request #2138 from flatcar/sayan/update-intel-microcode-20220809_p20220809
...
sys-firmware/intel-microcode: Move to portage-stable
2022-09-14 16:45:52 +05:30
Sayan Chowdhury
99b46f9b58
Update changelog/updates/2022-09-14-intel-microcode.md
...
Co-authored-by: Krzesimir Nowak <knowak@microsoft.com>
2022-09-14 16:39:03 +05:30
Sayan Chowdhury
57fd3b3ec5
sys-firmware/intel-microcode: Move to portage-stable
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-09-14 16:26:20 +05:30
Sayan Chowdhury
656d355558
sys-firmware/intel-microcode: Add the changelog entry
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-09-14 16:23:56 +05:30
Dongsu Park
276a06730a
Merge pull request #2149 from flatcar-linux/linux-5.15.67-main
...
Upgrade Linux Kernel in main from 5.15.63 to 5.15.67
2022-09-14 09:30:08 +02:00
Sayan Chowdhury
3fc6da12aa
sys-firmware/intel-microcode: Sync with Gentoo upstream; updates to 20220809_p20220809
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-09-14 11:08:40 +05:30
flatcar-ci
bbebf1397a
New version: main-3361.0.0-nightly-20220913-2100
2022-09-13 21:00:26 +00:00
Mathieu Tortuyaux
8613492d36
Merge pull request #2139 from flatcar-linux/tormath1/gettext
...
coreos-base/coreos: add sys-devel/gettext
2022-09-13 18:33:33 +02:00
Mathieu Tortuyaux
3df1f2e579
changelog: add entry
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-09-13 18:32:35 +02:00
Mathieu Tortuyaux
cbda50b4ff
coreos-base/coreos: add sys-devel/gettext
...
This Flatcar dependency needs to be now explicitly pulled in the OS
since this commit: 4a06200e9d
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-09-13 18:32:33 +02:00
Dongsu Park
8ef8df340a
changelog: add changelog for Go 1.18.6
2022-09-13 18:01:16 +02:00
Krzesimir Nowak
c8cd01a198
Merge pull request #358 from flatcar-linux/krnowak/update-libtasn
...
dev-libs/libtasn1: Sync with Gentoo
2022-09-13 16:06:38 +02:00
Krzesimir Nowak
a0468806c1
changelog: Fix formatting
...
This fix was not yet a part of any release, so we can easily fix this entry.
2022-09-13 15:46:20 +02:00
Krzesimir Nowak
20dbd17d71
changelog: Add entries
2022-09-13 15:20:27 +02:00
Flatcar Buildbot
633830eadf
sys-kernel: Upgrade Kernel 5.15.63 to 5.15.67
2022-09-13 12:53:05 +00:00
Flatcar Buildbot
de3d3715e8
dev-lang: Upgrade Go 1.18.5 to 1.18.6
2022-09-13 12:19:51 +00:00
Dongsu Park
7a141568a0
Merge pull request #2136 from flatcar-linux/dongsu/github-actions-sdk-container
...
.github: migrate to SDK container based Github Actions
2022-09-13 14:15:31 +02:00
Dongsu Park
cb02d963aa
.github: make each apply script take parameters CHECKOUT_SCRIPTS
...
To make Github Actions of LTS-2021 work with SDK containers,
checkout_branches needs to take an additional parameter
CHECKOUT_SCRIPTS. That defaults to true, but false only for LTS-2021.
2022-09-13 13:51:55 +02:00
Dongsu Park
51912fd7be
.github: pass additional env variables for apply patches
...
To be able to make each apply patch script run with SDK containers,
we need to pass additional env variables like PACKAGES_CONTAINER or
SDK_NAME.
Note, in case of LTS-2021, we need to also pass CHECKOUT_SCRIPTS=false,
to make LTS-2021 run with the script run_sdk_container.
2022-09-13 13:51:55 +02:00
Dongsu Park
70b15a8ffb
.github: migrate to SDK container based Github Actions
...
Now that Flatcar SDK does not support cork of mantle any more,
we need to migrate the Github Actions of coreos-overlay to the
new container SDK based approach.
Simply download a container image of the latest Flatcar release,
run the container, generate patches from there.
Note, since the Flatcar scripts repo of LTS-2021 still does not
have necessary Container SDK scripts like run_sdk_container, we
need to skip checking out a specific base branch in case of
LTS-2021.
2022-09-13 13:51:51 +02:00
Krzesimir Nowak
c892355f14
profiles: Add accept keywords for updated libxml2
2022-09-13 12:05:27 +02:00
Krzesimir Nowak
4a907aab86
dev-libs/libxslt: Sync with Gentoo
...
It's from Gentoo commit 77ae592c410a8257d4f598ebe769989efe075e42.
2022-09-13 11:57:21 +02:00
Krzesimir Nowak
e10f95e1f8
dev-libs/libxml2: Sync with Gentoo
...
It's from Gentoo commit daa57b36200f23b0a6faac384e73e3848e75618f.
2022-09-13 11:55:23 +02:00
Krzesimir Nowak
22b0df612b
dev-libs/libtasn1: Sync with Gentoo
...
It's from Gentoo commit 426f6e81e9b927f6cda41af643197bb013178df3.
2022-09-13 11:50:22 +02:00
Sayan Chowdhury
a5050b9357
Merge pull request #2135 from flatcar-linux/sayan/bump-emerge-gitclone
...
emerge-gitclone: update workon_commit ref to latest commit
2022-09-13 11:05:19 +05:30
Sayan Chowdhury
f357c32d99
coreos-base/emerge-gitclone: Add the changelog entry
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-09-13 11:04:03 +05:30
flatcar-ci
50725433f3
New version: main-3360.0.0-nightly-20220912-2100
2022-09-12 21:00:27 +00:00
Dongsu Park
a3dd748493
changelog: add changelog for rsync 3.2.6
2022-09-12 15:40:53 +02:00
Dongsu Park
f9299ed19b
profiles: delete cpu_flags_x86_sse2 USE flag from rsync
...
Since rsync 3.2.4, IUSE_CPU_FLAGS_X86="sse2" does not exist any
more in upstream ebuilds. So it is not necessary to disable
`cpu_flags_x86_sse2` USE flag for avoiding cross toolchain build
failures.
2022-09-12 11:55:00 +02:00
Dongsu Park
742241952b
profiles: update rsync version to 3.2.6
...
To address CVE-2022-29154, we need to accept keywords ~amd64 and
~arm64 for rsync 3.2.6.
2022-09-12 11:54:57 +02:00
Dongsu Park
a113b6b50f
net-misc/rsync: update to 3.2.6
...
Update net-misc/rsync to 3.2.6, mainly to address CVE-2022-29154.
2022-09-12 11:52:27 +02:00
flatcar-ci
04ea6a2d95
New version: main-3357.0.0-nightly-20220909-2100
2022-09-09 21:00:28 +00:00
Flatcar Buildbot
47e060d21b
Update mantle container image to latest HEAD
2022-09-08 21:00:41 +00:00
flatcar-ci
3f05f3297d
New version: main-3356.0.0-nightly-20220908-2100
2022-09-08 21:00:24 +00:00
Flatcar Buildbot
5d4f9700cb
Update mantle container image to latest HEAD
2022-09-08 13:07:49 +00:00
Sayan Chowdhury
6a0d50e64b
emerge-gitclone: update workon_commit ref to latest commit
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-09-08 11:35:14 +05:30
Flatcar Buildbot
45b0717ed2
Update mantle container image to latest HEAD
2022-09-07 21:00:49 +00:00
flatcar-ci
38908c0da6
New version: main-3355.0.0-nightly-20220907-2100
2022-09-07 21:00:28 +00:00
Kai Lueke
4ce84b37de
Use new website domain
...
There are redirections for flatcar-linux.org but use the new domain
flatcar.org where possible.
2022-09-07 15:15:14 +02:00
Krzesimir Nowak
5a93f08705
Merge pull request #2130 from flatcar-linux/krnowak/polkit
...
sys-auth/polkit: Update to 121
2022-09-07 15:06:53 +02:00
Krzesimir Nowak
802b5014bf
Merge pull request #355 from flatcar-linux/krnowak/polkit
...
dev-lang/duktape: Sync with Gentoo
2022-09-07 15:06:39 +02:00
Krzesimir Nowak
1c36811c28
changelog: Add entries
2022-09-06 17:29:06 +02:00
Mathieu Tortuyaux
1a2cc3e309
sys-auth/polkit: Apply Flatcar modifications
...
- Fix config install paths, use systemd-tmpfiles (all configs should
be installed to /usr and tmpfiles should be used to create and fix
directory permissions instead of the ebuild's postinst.)
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-09-06 17:20:30 +02:00
Krzesimir Nowak
f57c8c8ecd
profiles: Drop accept keywords for dev-lang/duktape
...
It's stable now for both amd64 and arm64.
2022-09-06 17:12:57 +02:00
Krzesimir Nowak
db1ddd19f8
sys-auth/polkit: Sync with Gentoo
...
It's from Gentoo commit 1c933cc8488a4af530d8a23e8f5b914c1d8e9aa6.
2022-09-06 17:11:58 +02:00
Krzesimir Nowak
cef7bc0107
dev-lang/duktape: Sync with Gentoo
...
It's from Gentoo commit 8c0df49ac77e2cc9fd33a11d99db49e1931c11a9.
2022-09-06 17:09:21 +02:00
Flatcar Buildbot
2cfbe48ede
app-emulation: Upgrade Runc 1.1.3 to 1.1.4
2022-09-06 16:54:16 +02:00
Krzesimir Nowak
ec30b5e03f
changelog: Add entries
2022-09-06 16:46:11 +02:00
Krzesimir Nowak
8f6a9d85c4
app-arch/unzip: Sync with Gentoo
...
It's from Gentoo commit 61c5554abac45ae69690163fdf543b41c8971777.
2022-09-06 16:41:42 +02:00
flatcar-ci
6d8d88cbe4
New version: main-3353.0.0-nightly-20220905-2100
2022-09-05 21:00:27 +00:00
Flatcar Buildbot
6dd9a8e681
Update mantle container image to latest HEAD
2022-09-05 07:25:34 +00:00
flatcar-ci
c1bcd1f07c
New version: main-3349.0.0-nightly-20220901-2100
2022-09-01 21:00:26 +00:00
Flatcar Buildbot
79565dbea2
Update mantle container image to latest HEAD
2022-08-31 21:00:38 +00:00
flatcar-ci
aa714d8394
New version: main-3348.0.0-nightly-20220831-2100
2022-08-31 21:00:25 +00:00
Flatcar Buildbot
e77d8590c1
Update mantle container image to latest HEAD
2022-08-31 10:08:58 +00:00
flatcar-ci
27ba532c14
New version: main-3347.0.0-nightly-20220830-2100
2022-08-30 21:00:27 +00:00
Kai Lueke
65dd84b4d1
coreos-base/oem-packet: Use i386 serial settings for x86_64 to fix m3
...
The m3.small.x86 instance type had no serial console output because
ttyS0 was used because the GRUB CPU check didn't trigger. It seems that
most instances had i386 reported but this new one not (maybe EFI is
used here?).
Extend the GRUB check to cover both i386 and x86_64 when setting up the
serial console. For arm64 this still shouldn't be needed and the
defaults worked so far.
2022-08-30 17:10:36 +02:00
Flatcar Buildbot
4a4c44b296
Update mantle container image to latest HEAD
2022-08-30 09:26:33 +00:00
Flatcar Buildbot
4795cb5c8a
Update mantle container image to latest HEAD
2022-08-29 21:00:52 +00:00
flatcar-ci
4ec376b99d
New version: main-3346.0.0-nightly-20220829-2100
2022-08-29 21:00:31 +00:00
Sayan Chowdhury
11e3f9fa72
Merge pull request #2119 from flatcar-linux/sayan/update-shadow-4.12.2
...
sys-apps/shadow: Sync with Gentoo upstream; updates to 4.12.3
2022-08-29 21:07:36 +05:30
Mathieu Tortuyaux
9bc6270a14
changelog: add entry
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-08-29 11:11:27 +02:00
Mathieu Tortuyaux
0de477a949
coreos-base/coreos-init: bump commit ID
...
this pulls the wireguard exclusion from systemd-networkd management on
VMWare.
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-08-29 11:08:58 +02:00
Sayan Chowdhury
25bf8d60c4
sys-apps/shadow: Add the CVE for shadow 4.12.3
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-08-26 20:17:29 +05:30
Sayan Chowdhury
a48628c1e3
sys-apps/shadow: Add the changelog for shadow 4.12.3
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-08-26 20:17:27 +05:30
Flatcar Buildbot
f05275612e
sys-kernel: Upgrade Kernel 5.15.62 to 5.15.63
2022-08-26 07:28:33 +00:00
Dongsu Park
94b296e9a2
sys-apps/shadow: Apply Flatcar modifications
...
- Carry over our custom tmpfiles and securetty files
- Remove /etc files and install them to /usr, use tmpfiles
- Switch /etc/login.defs edits to /usr/share/shadow/login.defs
- Drop moving passwd out of /usr since we don't have split-usr
- Drop pkg_postinst
2022-08-26 02:38:56 +05:30
Sayan Chowdhury
ecf9249a70
sys-apps/shadow: Sync with Gentoo upstream; updates to 4.12.3
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-08-26 02:38:52 +05:30
flatcar-ci
e6f78f5117
New version: main-3342.0.0-nightly-20220825-2100
2022-08-25 21:00:33 +00:00
Dongsu Park
32d9c36a6f
Merge pull request #353 from flatcar-linux/dongsu/gnutls-3.7.7
...
net-libs/gnutls: update to 3.7.7
2022-08-25 16:47:24 +02:00
Dongsu Park
e640b6c1a4
changelog: add security changelog for open-vm-tools 12.1.0
2022-08-25 08:42:11 +02:00
Flatcar Buildbot
defa66028c
Update mantle container image to latest HEAD
2022-08-24 21:00:43 +00:00
flatcar-ci
ab4406f054
New version: main-3341.0.0-nightly-20220824-2100
2022-08-24 21:00:27 +00:00
Krzesimir Nowak
a218ea3d75
Merge pull request #349 from flatcar-linux/krnowak/glib-update
...
glib update
2022-08-24 15:51:15 +02:00
Krzesimir Nowak
23f7a7ac62
Merge pull request #348 from flatcar-linux/krnowak/boost-update
...
boost update
2022-08-24 15:48:52 +02:00
Dongsu Park
0cc5999ce8
changelog: add changelog for gnutls 3.7.7
2022-08-24 13:48:12 +02:00
Dongsu Park
c07d92e1b3
net-libs/gnutls: update to 3.7.7
...
Update net-libs/gnutls to 3.7.7 mainly to address CVE-2022-2509.
2022-08-24 13:45:37 +02:00
Flatcar Buildbot
c4f1d578b5
app-emulation: Upgrade open-vm-tools 12.0.5 to 12.1.0
2022-08-24 07:19:46 +00:00
flatcar-ci
2227d2a7f8
New version: main-3340.0.0-nightly-20220823-2100
2022-08-23 21:00:23 +00:00
Krzesimir Nowak
3e25e23ae4
sys-auth/sssd: Apply Flatcar modifications
...
- Make BDEPEND independent from DEPEND (The `BDEPEND` is a
build-time requirement, so it should not be included in the whole
`DEPEND` list. If it does, an installation of `sys-auth/sssd`
causes other dependencies to be installed not only in the
`/build`, but also under the SDK. That's not what we want, so we
need to exclude `BDEPEND` from the list.)
- Move runstatedir option from configure to make (Now that the
upstream sssd 2.3.1 does not support `--runstatedir` option from
its configure script, we need to remove the option, to unblock the
configure issue like `unrecognized option --runstatedir`. Instead
we need to pass `runstatedir=` to emake commands.)
- Disable realm check for nsupdate (At the moment bind-tools does
not enable `gssapi`, so its `nsupdate` tool is also not able to
run `realm` command. As a result, configure script of `sssd` fails
when running `echo realm | nsupdate`, like `syntax error`.
To avoid such issues, we need to disable the nsupdate check for
now. After we could enable `gssapi` for the SDK correctly, we can
bring back the nsupdate check in the future.)
- Add patch for CVE-2021-3621
- Set the conf dir path explicitly (Without passing the
--with-systemdconfdir flag, the configure script will query
pkg-config for the directory itself. In the cross-compilation
setup that we have, this will result in a path sysroot prepended
to the path twice. systemd.eclass has a workaround for this issue,
but it does not provide an elegant getter of the system
configuration directory, thus we call `_systemd_get_dir`
ourselves.)
- Make it compatible with newer python versions.
- Fix samba version detection by exporting the CPP variable. For
some reason it was empty after the toolchain updates.
2022-08-23 16:01:46 +02:00
Krzesimir Nowak
a9747570bd
sys-auth/sssd: Clean slate to reapply our changes
2022-08-23 16:01:46 +02:00
Krzesimir Nowak
c6683a158e
sys-devel/make: Apply Flatcar modifications
2022-08-23 16:01:46 +02:00
Krzesimir Nowak
7dbd5615d1
sys-devel/make: Copy from portage-stable
2022-08-23 16:01:46 +02:00
Krzesimir Nowak
66b8c112f7
sys-libs/glibc: Apply Flatcar modifications
...
- take care of nscd.conf via tmpfiles, add files/nscd-conf.tmpfiles.
- don't run sanity checks in pkg_pretend to prevent gcc checks when
only the binary package is installed.
- 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
2022-08-23 16:01:22 +02:00
Krzesimir Nowak
26475e5ebf
sys-libs/glibc: Sync with Gentoo
...
It's from Gentoo commit 77cec48da70c6d6424ed6dba4357dd8eacd262c2.
2022-08-23 15:59:08 +02:00
Krzesimir Nowak
5b7f8b1525
profiles: Add accept keywords for sys-devel/crossdev
2022-08-23 15:59:08 +02:00
Krzesimir Nowak
fd214759a9
app-torcx/docker: Bump dev-libs/libltdl dependency
2022-08-23 15:59:08 +02:00
Krzesimir Nowak
5089a6ee6e
profiles: Drop accept_keywords for sys-libs/zlib
...
The updated package is stable for both amd64 and arm64.
2022-08-23 15:59:08 +02:00
Krzesimir Nowak
93e861952f
coreos-config: Drop fixes for sys-devel/gettext
...
Let's see if they are still necessary.
2022-08-23 15:59:08 +02:00
Krzesimir Nowak
6fdfa61738
profiles: gcc sanitize should be working on arm64 too
...
Let's check if this is the case.
2022-08-23 15:59:08 +02:00
Krzesimir Nowak
60cfb42af6
coreos/config: Drop flex fixes
...
Let's see if there are still problems with bootstrapping.
2022-08-23 15:59:08 +02:00
Krzesimir Nowak
864ea5fd61
coreos/config: Drop libtool fixes
...
These seem to be quite old and most likely not needed any more. Let's
see if it's true, otherwise this commit will be reverted.
2022-08-23 15:59:08 +02:00
Krzesimir Nowak
d458f790fd
coreos/config: Drop unnecessary fix for perl
...
We just updated dev-lang/perl to a version that contains the fix.
2022-08-23 15:59:08 +02:00
Krzesimir Nowak
4c8cd9ffe6
profiles: Drop sys-libs/binutils-libs from accept_keywords
...
The updated package is stable for both amd64 and arm64.
2022-08-23 15:59:08 +02:00
Krzesimir Nowak
3e0a85a6f0
profiles: Drop sys-devel/binutils from accept_keywords
...
The updated package is stable for both amd64 and arm64.
2022-08-23 15:59:08 +02:00
Mathieu Tortuyaux
87eaf07fb2
Merge pull request #2110 from EhsanLunar/patch-1
...
Flatcar support for EKS on versions above 1.21
2022-08-23 15:47:09 +02:00
Dongsu Park
94254df06c
Merge pull request #2109 from flatcar-linux/cacerts-3.82-main
...
Upgrade ca-certificates in main from 3.81 to 3.82
2022-08-23 13:25:21 +02:00
Krzesimir Nowak
c70d1f2d6e
changelog: Add entries
2022-08-23 12:24:54 +02:00
Ehsan Assgari
050c0cf8e5
Update changelog/bugfixes/2022-08-22-eks-support-for-versions-above-1.21.md
...
Co-authored-by: Mathieu Tortuyaux <mathieu.tortuyaux@gmail.com>
2022-08-22 17:07:33 +02:00
Ehsan Assgari
d58ef937d9
Create 2022-08-22-eks-support-for-versions-above-1.21.md
2022-08-22 15:57:43 +02:00
Krzesimir Nowak
ed22213147
sys-devel/make: Move to overlay
2022-08-22 15:38:47 +02:00
Krzesimir Nowak
f9f9c47827
eclass/alternatives: Sync with Gentoo
...
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-08-22 15:38:47 +02:00
Krzesimir Nowak
d9267f639c
eclass/autotools: Sync with Gentoo
...
It's from Gentoo commit ba3706b867f7a64d4297a7a7835608ab0745b178.
2022-08-22 15:38:47 +02:00
Krzesimir Nowak
0b1fe2e7a3
eclass/git-r3: Sync with Gentoo
...
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-08-22 15:38:47 +02:00
Krzesimir Nowak
55b9db4c04
eclass/java-utils-2: Sync with Gentoo
...
It's from Gentoo commit e07cc058266208181d4db5e7d0629984e43cac61.
2022-08-22 15:38:46 +02:00
Krzesimir Nowak
ee94424b9c
eclass/java-pkg-opt-2: Sync with Gentoo
...
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-08-22 15:38:46 +02:00
Krzesimir Nowak
739e3d0c17
eclass/prefix: Sync with Gentoo
...
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-08-22 15:38:46 +02:00
Krzesimir Nowak
272aecc466
eclass/pax-utils: Sync with Gentoo
...
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-08-22 15:38:46 +02:00
Krzesimir Nowak
efa811f476
eclass/toolchain: Sync with Gentoo
...
It's from Gentoo commit dc072cee06f52faf285a1b94e5db68eb78f07719.
2022-08-22 15:38:46 +02:00
Krzesimir Nowak
9828aaf6e7
eclass/multilib-build: Sync with Gentoo
...
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-08-22 15:38:46 +02:00
Krzesimir Nowak
f93ba14494
eclass/multilib-minimal: Sync with Gentoo
...
It's from Gentoo commit fc315af9b669cc506f49fc659a3f7c1f24b19cac.
2022-08-22 15:38:46 +02:00
Krzesimir Nowak
ef90f5f0bb
eclass/verify-sig: Sync with Gentoo
...
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-08-22 15:38:46 +02:00
Krzesimir Nowak
e5aa53ef82
eclass/gnuconfig: Sync with Gentoo
...
It's from Gentoo commit a1a498f47f0568471f944df8a96732c4dd8f6287.
2022-08-22 15:38:45 +02:00
Krzesimir Nowak
6d8c8b22d1
eclass/libtool: Sync with Gentoo
...
It's from Gentoo commit 04040326aedc27bd5a8fbe4788ee81c853bbe8d8.
2022-08-22 15:38:45 +02:00
Krzesimir Nowak
a7e3686f26
eclass/multilib: Sync with Gentoo
...
It's from Gentoo commit e1eb91c12a960f0a817a10bd628a34da1b692571.
2022-08-22 15:38:45 +02:00
Krzesimir Nowak
09226756b2
eclass/toolchain-funcs: Sync with Gentoo
...
It's from Gentoo commit d88cfb2be7d35049de49f557472cbf68331e4ef0.
2022-08-22 15:38:45 +02:00
Krzesimir Nowak
99e1ad5b6f
eclass/flag-o-matic: Sync with Gentoo
...
It's from Gentoo commit 1c907885fa271f0077f7c4ed03f44619b2350e5c.
2022-08-22 15:38:45 +02:00
Krzesimir Nowak
18aa6014c2
sys-libs/binutils-libs: Sync with Gentoo
...
It's from Gentoo commit 56005eafb49d95970e403593e2c59e6866c3817e.
2022-08-22 15:38:45 +02:00
Krzesimir Nowak
0cf93362b2
dev-util/pkgconf: Sync with Gentoo
...
It's from Gentoo commit bf8979c5ddb6621f77aa755201b4abefa389d1b0.
2022-08-22 15:38:45 +02:00
Krzesimir Nowak
55b48e5eea
virtual/pkgconfig: Sync with Gentoo
...
It's from Gentoo commit 39af4fb5f1f539e25e23796c43e840d248c3158c.
2022-08-22 15:38:45 +02:00
Krzesimir Nowak
3f86875624
virtual/libcrypt: Sync with Gentoo
...
It's from Gentoo commit a955d7fdcca04b3ae9d14d8c3c289bbd2c3187bc.
2022-08-22 15:38:44 +02:00
Krzesimir Nowak
a3ef8794a7
app-arch/bzip2: Sync with Gentoo
...
It's from Gentoo commit 86a0bcad235a50769229075c60b15f410d9dba50.
2022-08-22 15:38:44 +02:00
Krzesimir Nowak
3784f16cee
dev-libs/libltdl: Sync with Gentoo
...
It's from Gentoo commit dd507c0c30e4132d69e1cd9375b8fddc844c787e.
2022-08-22 15:38:44 +02:00
Krzesimir Nowak
aaf2b6a083
app-portage/portage-utils: Sync with Gentoo
...
It's from Gentoo commit 8471895f5b839fe8290e5d7f730c0fbdc25ddf1c.
2022-08-22 15:38:44 +02:00
Krzesimir Nowak
26999cbc2c
sys-apps/gentoo-functions: Sync with Gentoo
...
It's from Gentoo commit ad5de0d0d345cde9d744af48be0f348f1f572e6f.
2022-08-22 15:38:44 +02:00
Krzesimir Nowak
89a003ea4d
sys-libs/zlib: Sync with Gentoo
...
It's from Gentoo commit bcce32837a9006d4110f70de52323b7d7ca36a61.
2022-08-22 15:38:44 +02:00
Krzesimir Nowak
c4ff89a1a5
virtual/yacc: Sync with Gentoo
...
It's from Gentoo commit 35ef14ce2933397203c0df748676ff1305cd6d19.
2022-08-22 15:38:44 +02:00
Krzesimir Nowak
8c7a7cbc30
sys-apps/help2man: Sync with Gentoo
...
It's from Gentoo commit cb104ba1b28bfe1b96510fa502cdf3d31de31e4d.
2022-08-22 15:38:43 +02:00
Krzesimir Nowak
609249ec8a
dev-lang/perl: Sync with Gentoo
...
It's from Gentoo commit 9b1e67ec136a6180a3c634e4b1790b840de74b99.
2022-08-22 15:38:43 +02:00
Krzesimir Nowak
deaa4976d3
sys-devel/patch: Sync with Gentoo
...
It's from Gentoo commit 47727092aa95415b850243205894ceb2ea0642fc.
2022-08-22 15:38:43 +02:00
Krzesimir Nowak
c0180a85ce
sys-devel/m4: Sync with Gentoo
...
It's from Gentoo commit eb58f603e3711cf4b0c1e598b561f8df66891be3.
2022-08-22 15:38:43 +02:00
Krzesimir Nowak
de96673fc4
sys-devel/gcc-config: Sync with Gentoo
...
It's from Gentoo commit 011cfc23f7703b70afd1766dac1a72766109dffc.
2022-08-22 15:38:43 +02:00
Krzesimir Nowak
092bb76674
sys-devel/binutils-config: Sync with Gentoo
...
It's from Gentoo commit f949f1350ced61c4026b399f356a36493024d7d2.
2022-08-22 15:38:43 +02:00
Krzesimir Nowak
9c1eaf39a0
sys-devel/autoconf-archive: Sync with Gentoo
...
It's from Gentoo commit 2ef805bc6002022f565d60469561fbb67b203c4f.
2022-08-22 15:38:43 +02:00
Krzesimir Nowak
ec6e5ae93b
sys-devel/make: Sync with Gentoo
...
It's from Gentoo commit 2f57d1e86732ff5160de52e92584363cc0e256cb.
2022-08-22 15:38:43 +02:00
Krzesimir Nowak
3ef6d66fa4
sys-devel/libtool: Sync with Gentoo
...
It's from Gentoo commit 8e012bd971b2c46b020153d43a32571319dd7dcb.
2022-08-22 15:38:42 +02:00
Krzesimir Nowak
a49e8e6035
sys-devel/gnuconfig: Sync with Gentoo
...
It's from Gentoo commit 57c55b6e2bacfc5af986df9639d92bc7ddce3127.
2022-08-22 15:38:42 +02:00
Krzesimir Nowak
90a815ea4e
sys-devel/gettext: Sync with Gentoo
...
It's from Gentoo commit 838acb806aa85a43ac6d0cc681e7f245bfee7377.
2022-08-22 15:38:42 +02:00
Krzesimir Nowak
0369b74682
sys-devel/gcc: Sync with Gentoo
...
It's from Gentoo commit 0101fc06b631f54c53dbc55eaed6d460c1b643f5.
2022-08-22 15:38:42 +02:00
Krzesimir Nowak
0496a287ea
sys-devel/flex: Sync with Gentoo
...
It's from Gentoo commit 4d77781e2db7bb8bef7f390c43efc04ba58ff7bb.
2022-08-22 15:38:42 +02:00
Krzesimir Nowak
420f91b7c2
sys-devel/crossdev: Sync with Gentoo
...
It's from Gentoo commit f3d22c0fe930541422da4b3cb730e1f4576e9c31.
2022-08-22 15:38:42 +02:00
Krzesimir Nowak
334761561f
sys-devel/bison: Sync with Gentoo
...
It's from Gentoo commit aa5ef7db2603077a71a59e107ce61fc8c5e5938f.
2022-08-22 15:38:42 +02:00
Krzesimir Nowak
28aca73b40
sys-devel/binutils: Sync with Gentoo
...
It's from Gentoo commit f957279a4eb67e24c85ad757217cb43c12afd3ce.
2022-08-22 15:38:41 +02:00
Krzesimir Nowak
2be8c38030
sys-devel/bc: Sync with Gentoo
...
It's from Gentoo commit 4056c750051d7302b3fc0f2e9c352360f60fcd0a.
2022-08-22 15:38:41 +02:00
Krzesimir Nowak
2f050ef133
sys-devel/automake-wrapper: Sync with Gentoo
...
It's from Gentoo commit 2167be053592596d6be6ea864468967995aa6985.
2022-08-22 15:38:41 +02:00
Krzesimir Nowak
b4088264a3
sys-devel/automake: Sync with Gentoo
...
It's from Gentoo commit fd13ed77986d9cb3a8d684aa54d0c5530cee2aed.
2022-08-22 15:38:41 +02:00
Krzesimir Nowak
ade038a084
sys-devel/autoconf-wrapper: Sync with Gentoo
...
It's from Gentoo commit b9eca299f763891e925151be08c660b00df3d9e2.
2022-08-22 15:38:41 +02:00
Krzesimir Nowak
6440d3126a
sys-devel/autoconf: Sync with Gentoo
...
It's from Gentoo commit f3b6da09de225bd0b0c2de87f6fadd44a2e46a0d.
2022-08-22 15:38:41 +02:00
Ehsan Assgari
3c3b111746
Update coreos-base/flatcar-eks/files/download-kubelet.sh
...
Co-authored-by: Mathieu Tortuyaux <mathieu.tortuyaux@gmail.com>
2022-08-22 14:36:48 +02:00
Ehsan Assgari
be29c3cc35
Flatcar support for EKS on versions above 1.21
...
## Description
When an EC2 instance boots up with a flatcar image (even the latest) the kubelet fails.
The userdata defines (and should do so) that the `/etc/eks/bootstrap.sh` should run, which it does.
This seems to add a ExecStartPre to the kubelet.service:
`ExecStartPre=/usr/share/oem/eks/download-kubelet.sh`
Both the `bootstrap.sh` and the `download-kubelet.sh` are consistent with:
https://github.com/flatcar-linux/coreos-overlay/blob/main/coreos-base/flatcar-eks/files/bootstrap.sh
https://github.com/flatcar-linux/coreos-overlay/blob/main/coreos-base/flatcar-eks/files/download-kubelet.sh
The `download-kubelet.sh` fails with `Unsupported Kubernetes version` because in the case statement on line 24->50 (https://github.com/flatcar-linux/coreos-overlay/blob/main/coreos-base/flatcar-eks/files/download-kubelet.sh#L25 ) only has values for kubernetes version 1.15 -> 1.21
If I manually alter the file and add 1.22 (when I test this on 1.22.9 kubernetes version deployment) and re-run the `bootsrap.sh` it works fine as far as I can see, the node than joins the cluster and shows up as `Ready` and pods starting running on the node.
The last PR I can see on this particular thing was done about a year ago f0da7f8c9e
## Impact
No EKS support for kubernetes versions higher than 1.21
## Environment and steps to reproduce
1. **Set-up**: Create an EKS cluster with the latest flatcar AMI in the worker nodes
2. **Task**: SSH into the node (probably through a Bastion)
3. **Action(s)**: No actions needed
4. **Error**: kubelet.service fails because the download-kubelet.sh doesn't have download locations for kubernetes version above 1.21
## Expected behavior
Download locations for kubernetes versions 1.22 and 1.23 (EKS doesn't have support for 1.24 yet it seems) should be located inside the download-kubelet.sh
## Additional information
By running `aws s3 ls s3://amazon-eks/` you can list the available locations of the other versions, so for it should result in this:
``` sh
case $CLUSTER_VERSION in
1.23)
S3_PATH="1.23.9/2022-07-27/"
;;
1.22)
S3_PATH="1.22.12/2022-07-27/"
;;
1.21)
S3_PATH="1.21.2/2021-07-05"
;;
1.20)
S3_PATH="1.20.4/2021-04-12"
;;
1.19)
S3_PATH="1.19.6/2021-01-05"
;;
1.18)
S3_PATH="1.18.9/2020-11-02"
;;
1.17)
S3_PATH="1.17.12/2020-11-02"
;;
1.16)
S3_PATH="1.16.15/2020-11-02"
;;
1.15)
S3_PATH="1.15.12/2020-11-02"
;;
*)
echo "Unsupported Kubernetes version"
exit 1
;;
esac
```
2022-08-22 13:27:25 +02:00
Flatcar Buildbot
eb7632d2d3
app-misc: Upgrade ca-certificates 3.81 to 3.82
2022-08-22 07:22:53 +00:00
Flatcar Buildbot
133b75c5c5
sys-kernel: Upgrade Kernel 5.15.61 to 5.15.62
2022-08-22 07:22:28 +00:00
flatcar-ci
ed8dc724ff
New version: main-3336.0.0-nightly-20220819-2100
2022-08-19 21:00:27 +00:00
Flatcar Buildbot
bbe064cdbf
Update mantle container image to latest HEAD
2022-08-19 14:22:54 +00:00
Krzesimir Nowak
6209071399
Merge pull request #2097 from flatcar-linux/krnowak/mirror-calico
...
.github: find latest calico tag from tigera operator using github API
2022-08-19 14:46:55 +02:00
Krzesimir Nowak
5e26cf2807
Merge pull request #2090 from flatcar-linux/rust-1.63.0-main
...
Upgrade dev-lang/rust and virtual/rust in main from 1.62.1 to 1.63.0
2022-08-19 11:39:25 +02:00
Krzesimir Nowak
645da379e6
.github: Find latest calico release using github API
...
We fetch the latest release of calico from calicoproject/calico
releases instead of from calico-version.yaml file in tigera/operator
repo. This is because we download the Tigera Operator manifest from
the calico repository, so we can expect that when the release happens,
both calico and the operator agree on versions used (so we expect that
calico 3.24.0 is using operator version 1.28.0, and the operator
1.28.0 is using calico 3.24.0).
2022-08-19 11:15:18 +02:00
flatcar-ci
b397c3c0dc
New version: main-3335.0.0-nightly-20220818-2100
2022-08-18 21:00:28 +00:00
Krzesimir Nowak
127de15c9b
sys-kernel/coreos-firmware: Sync intel ice firmware version
...
The firmware got updated to version 1.3.30.0. Reflect this in the
ebuild.
2022-08-18 16:56:10 +02:00
Flatcar Buildbot
27073a3eb0
sys-kernel: Upgrade Linux Firmware 20220708 to 20220815
2022-08-18 16:56:10 +02:00
Krzesimir Nowak
4c225455f1
Merge pull request #2095 from flatcar-linux/linux-5.15.61-main
...
Upgrade Linux Kernel in main from 5.15.60 to 5.15.61
2022-08-18 16:55:19 +02:00
Flatcar Buildbot
a74828991c
dev-lang: Upgrade dev-lang/rust 1.62.1 to 1.63.0
2022-08-18 15:01:52 +02:00
Krzesimir Nowak
4860ed8ae8
changelog: Fix a link
2022-08-18 13:27:06 +02:00
Krzesimir Nowak
19633c28d2
eclass/tmpfiles: Sync with Gentoo
...
It's from Gentoo commit 0b999ae3827969168427437e5d1d9aff39e4e56a.
The updated dev-libs/cyrus-sasl started using EAPI 8, and the tmpfiles
eclass did not support it. Update it to gain support for EAPI 8 too.
2022-08-18 11:46:05 +02:00
Krzesimir Nowak
3eb1461237
changelog: Add an entry
2022-08-18 10:49:14 +02:00
Krzesimir Nowak
4d79e56d25
dev-libs/cyrus-sasl: Move from coreos-overlay and update
...
It's from Gentoo commit 728228559d150db1a238accfa71f9eee7ae9bcd1.
This used to be in coreos-overlay, but upstream already has all the
patches we were carrying. The cross-compilation issue will be
addressed with an environment variable override in overlay.
2022-08-18 10:47:16 +02:00
Krzesimir Nowak
1217d6c0fa
coreos/config: Add a fix for dev-libs/cyrus-sasl cross-compilation
2022-08-18 10:43:35 +02:00
Krzesimir Nowak
723745befc
profiles: Drop redundant entry in package.provides in target profile
...
It's already a part of a base profile.
2022-08-18 10:42:07 +02:00
Krzesimir Nowak
6c60feb9a7
dev-libs/cyrus-sasl: Move to portage-stable
2022-08-18 10:34:49 +02:00
Flatcar Buildbot
7d5371aee8
sys-kernel: Upgrade Kernel 5.15.60 to 5.15.61
2022-08-18 07:22:54 +00:00
flatcar-ci
3aedfc4c68
New version: main-3334.0.0-nightly-20220817-2100
2022-08-17 21:00:30 +00:00
Flatcar Buildbot
e44aacf2d5
sys-kernel: Upgrade Kernel 5.15.59 to 5.15.60
2022-08-16 21:16:34 +02:00
flatcar-ci
0fca69228a
New version: main-3332.0.0-nightly-20220815-2100
2022-08-15 21:00:33 +00:00
Jeremi Piotrowski
39a5eddec4
Merge pull request #2027 from flatcar-linux/t-lo/slsa-record-provenance-main
...
Record SLSA provenance data by extending profile bashrc with phase hooks.
2022-08-15 13:38:21 +02:00
flatcar-ci
08e8ea6c82
New version: main-3329.0.0-nightly-20220812-2100
2022-08-12 21:00:24 +00:00
Krzesimir Nowak
7f4b70716e
changelog: Add an entry
2022-08-12 15:52:52 +02:00
Krzesimir Nowak
38206dda38
changelog: Add an entry
2022-08-12 15:37:59 +02:00
Krzesimir Nowak
027227a730
dev-util/boost-build: Sync with Gentoo
...
It's from Gentoo commit d585da320a892adaa1e9722474a487fd37c279db.
2022-08-12 15:12:54 +02:00
Krzesimir Nowak
e2dc07158f
dev-libs/boost: Sync with Gentoo
...
It's from Gentoo commit a0ec3cce08f57b6cd6ef677671f2312274a00c9d.
2022-08-12 15:12:46 +02:00
Krzesimir Nowak
82315558d7
dev-util/gdbus-codegen: Sync with Gentoo
...
It's from Gentoo commit 03c26f279d5d2d4a5d6944535789b550859a17f6.
2022-08-12 14:49:11 +02:00
Krzesimir Nowak
54a589023c
dev-libs/gobject-introspection-common: Sync with Gentoo
...
It's from Gentoo commit 729cdc5fce381d13d1deabed88b37a32e056bb3b.
2022-08-12 14:48:37 +02:00
Krzesimir Nowak
d862376792
dev-libs/gobject-introspection: Sync with Gentoo
...
It's from Gentoo commit d7aa7679d02639900205cb2b4d85158bec07ddec.
2022-08-12 14:48:35 +02:00
Krzesimir Nowak
1a39f81604
dev-util/glib-utils: Sync with Gentoo
...
It's from Gentoo commit dccfc0c167f40eb6d957e77a062832ac10103618.
2022-08-12 14:48:18 +02:00
Krzesimir Nowak
07ff7dd617
dev-libs/glib: Sync with Gentoo
...
It's from Gentoo commit 36780d611d18cd92c35c304b0ea8893e3ebe6a5d.
2022-08-12 14:48:05 +02:00
Flatcar Buildbot
f87b7996f0
app-emulation: Upgrade Containerd 1.6.7 to 1.6.8
2022-08-12 13:04:27 +02:00
Sayan Chowdhury
046403e71d
app-editors/vim,vim-core: Add accept_keywords for vim & vim-core
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-08-12 14:53:32 +05:30
Sayan Chowdhury
a76ae78a2b
changelog: Add the changelog entry for vim 8.2.5066 release
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-08-12 11:21:17 +05:30
Sayan Chowdhury
4faab8d4a1
app-editors/vim: Sync with Gentoo upstream; updates to 8.2.5066
...
gentoo ref: edb12686a8
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-08-12 11:21:17 +05:30
Sayan Chowdhury
67110cb9eb
app-editors/vim-core: Sync with Gentoo upstream; updates to 8.2.5066
...
gentoo ref: edb12686a8
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-08-12 11:21:16 +05:30
Sayan Chowdhury
a000a47cff
eclass/vim-{doc,plugins}: Sync with Gentoo upstream to support EAPI8
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-08-12 11:21:16 +05:30
Flatcar Buildbot
b1883b7c71
Update mantle container image to latest HEAD
2022-08-11 21:00:42 +00:00
flatcar-ci
022e8fda7a
New version: main-3328.0.0-nightly-20220811-2100
2022-08-11 21:00:25 +00:00
Kai Lueke
a3e20e8bc5
coreos-base/coreos-init: Add new image signing key to flatcar-install
...
This pulls in
https://github.com/flatcar-linux/init/pull/79
to updated the embedded pub key in flatcar-install to include the new
subkey that is used for signing new releases.
2022-08-11 15:27:24 +02:00
Flatcar Buildbot
7ef47d9dbf
Update mantle container image to latest HEAD
2022-08-11 09:29:08 +00:00
Flatcar Buildbot
6ce401bb52
Update mantle container image to latest HEAD
2022-08-10 21:00:46 +00:00
flatcar-ci
e418163741
New version: main-3327.0.0-nightly-20220810-2100
2022-08-10 21:00:26 +00:00
Dongsu Park
e5dc9fac33
profiles: enable dev-vcs/git 2.37.1
...
To be able to address CVE-2022-29187, we need to accept keywords
and unmask dev-vcs/git 2.37.1.
2022-08-09 16:25:19 +02:00
Dongsu Park
6719e92ea6
changelog: add changelog for dev-vcs/git 2.37.1
2022-08-09 12:35:29 +02:00
Dongsu Park
c774707d24
dev-vcs/git: update to 2.37.1
...
Update dev-vcs/git to 2.37.1, mainly to address CVE-2022-29187.
2022-08-09 12:23:38 +02:00
flatcar-ci
152daf9a34
New version: main-3325.0.0-nightly-20220808-2100
2022-08-08 21:00:26 +00:00
Dongsu Park
9d1c45fc11
changelog: add changelog for Go 1.18.5
2022-08-08 14:39:51 +02:00
Flatcar Buildbot
110a8c0b0c
dev-lang: Upgrade Go 1.18.4 to 1.18.5
2022-08-08 07:31:17 +00:00
Flatcar Buildbot
cac72c0f5a
dev-lang: Upgrade Go 1.17.12 to 1.17.13
2022-08-08 07:31:17 +00:00
Flatcar Buildbot
777ae4a872
Update mantle container image to latest HEAD
2022-08-05 21:00:50 +00:00
flatcar-ci
abaa46a39d
New version: main-3322.0.0-nightly-20220805-2100
2022-08-05 21:00:31 +00:00
Krzesimir Nowak
1315e7e8bd
Merge pull request #2076 from flatcar-linux/linux-5.15.59-main
...
Upgrade Linux Kernel in main from 5.15.58 to 5.15.59
2022-08-05 19:09:26 +02:00
Dongsu Park
3e41b06e26
Merge pull request #2079 from flatcar-linux/containerd-1.6.7-main
...
Upgrade Containerd in main from 1.6.6 to 1.6.7
2022-08-05 14:40:08 +02:00
flatcar-ci
8ce2218719
New version: main-3321.0.0-nightly-20220804-2101
2022-08-05 12:24:42 +00:00
Flatcar Buildbot
f8020786b7
app-emulation: Upgrade Containerd 1.6.6 to 1.6.7
2022-08-05 08:25:17 +00:00
flatcar-ci
53530aa3fa
New version: main-3321.0.0-nightly-20220804-2100
2022-08-04 21:00:26 +00:00
Dongsu Park
e739f9bfa4
changelog: add changelog for libtirpc 1.3.2-r1
2022-08-04 18:04:07 +02:00
Dongsu Park
a729ef7c9a
net-libs/libtirpc: Apply Flatcar modifications
...
Update keywords to stable amd64 and arm64.
Note, fix-dos patch is not necessary any more, because 1.3.2-r1 from
upstream Gentoo already has the patch.
Based on commit f3150e4b458e8d8979a37a91e44a7e1d2334d2aa.
2022-08-04 18:04:07 +02:00
Dongsu Park
382a18c125
net-libs/libtirpc: update to 1.3.2-r1
...
Update net-libs/libtirpc to 1.3.2-r1 mainly to address CVE-2021-46828.
2022-08-04 18:04:07 +02:00
Jeremi Piotrowski
1da35c897e
Merge pull request #2070 from flatcar-linux/jepio/coreos-cloudinit-update
...
coreos-base/coreos-cloudinit: bump commit for imdsv2 and go.mod support
2022-08-04 15:43:40 +02:00
Jeremi Piotrowski
cd37e46bb8
changelog: add entry for coreos-cloudinit update
2022-08-04 14:47:13 +02:00
Jeremi Piotrowski
f2c0730ab7
coreos-base/coreos-cloudinit: pull in AWS IMDSv2 and go-module support
...
This pulls in these PRs:
- https://github.com/flatcar-linux/coreos-cloudinit/pull/13 (imdsv2)
- https://github.com/flatcar-linux/coreos-cloudinit/pull/14 (go.mod)
Since go.mod is now present, rework the ebuild to remove unused bits and
enable go module support.
2022-08-04 10:30:09 +02:00
Flatcar Buildbot
43279010b9
sys-kernel: Upgrade Kernel 5.15.58 to 5.15.59
2022-08-04 07:23:00 +00:00
flatcar-ci
a179c14cd2
New version: main-3320.0.0-nightly-20220803-2100
2022-08-03 21:00:27 +00:00
Mathieu Tortuyaux
988523a4b2
changelog: add entries
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-08-03 18:35:29 +02:00
Mathieu Tortuyaux
0924a6d486
coreos-base/coreos-init: bump commit ID
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-08-03 18:27:13 +02:00
Jeremi Piotrowski
4c6debc989
sys-kernel/coreos-sources: backport 2 more patches
...
and refresh other patches. The changes in PCI irq masking on hyperv resulted in
the previous set of patches not building on arm64. Resolve this by taking
another 2 patches. Patch z0006 makes the non-compiling code x86 specific
(fixing the build failure on arm64) and patch z0007 fixes a subsequent "not
used function" error.
2022-08-03 12:15:50 +02:00
flatcar-ci
00ce08216d
New version: main-3319.0.0-nightly-20220802-2100
2022-08-02 21:00:29 +00:00
Krzesimir Nowak
45268f7e02
sys-kernel/coreos-sources: Regenerate patches
...
The changes made to drivers/pci/controller/pci-hyperv.c by upstream
resulted in the first hyperv patch failing to apply.
2022-08-02 17:51:47 +02:00
Jeremi Piotrowski
10cde6a11a
profiles/coreos/base: slsa: format report before compression
2022-08-02 17:04:23 +02:00
Krzesimir Nowak
9fc609c834
Merge pull request #2068 from flatcar-linux/linux-5.15.58-main
...
Upgrade Linux Kernel in main from 5.15.56 to 5.15.58
2022-08-02 09:55:03 +02:00
flatcar-ci
9260fc3001
New version: main-3318.0.0-nightly-20220801-2100
2022-08-01 21:00:31 +00:00
Mathieu Tortuyaux
f6628428ea
changelog: add entry
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-08-01 10:40:05 +02:00
Mathieu Tortuyaux
85fe7d9c1d
coreos-base/init: keep static network configuration
...
this pulls: https://github.com/flatcar-linux/init/pull/77
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-08-01 10:40:05 +02:00
Flatcar Buildbot
4d6fefdcee
sys-kernel: Upgrade Kernel 5.15.56 to 5.15.58
2022-07-30 07:21:57 +00:00
flatcar-ci
948fd31440
New version: main-3314.0.0-nightly-20220728-2100
2022-07-28 21:00:36 +00:00
Dongsu Park
c339ab8bfb
changelog: add changelog for oniguruma 6.9.8
2022-07-28 16:47:30 +02:00
Dongsu Park
cfdb9d026f
dev-libs/oniguruma: update to 6.9.8
...
Update dev-libs/oniguruma to 6.9.8, mainly to address oss-fuzz issues
reported in https://bugs.gentoo.org/841893 .
2022-07-28 16:47:06 +02:00
Mathieu Tortuyaux
78f76d45fd
coreos-base/hard-host-depends: add syft
...
Otherwise it's not pulled in the SDK
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-07-28 12:36:20 +02:00
Mathieu Tortuyaux
372a75bdf9
Merge pull request #2060 from flatcar-linux/tormath1/ignition
...
sys-apps/ignition: add networkd translate fix
2022-07-28 10:05:02 +02:00
Mathieu Tortuyaux
8f0354c2f3
changelog: add entry
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-07-28 10:03:57 +02:00
Mathieu Tortuyaux
669a944e8d
sys-apps/ignition: add networkd translate fix
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-07-28 10:03:57 +02:00
flatcar-ci
f854ca61c9
New version: main-3313.0.0-nightly-20220727-2100
2022-07-27 21:00:25 +00:00
Jeremi Piotrowski
ef48877b47
Merge pull request #2030 from flatcar-linux/jepio/spdx-sbom
...
app-containers/syft: add v0.51.0 to sdk
2022-07-27 13:51:24 +02:00
jenkins
d6077e9286
profiles/coreos/base: slsa: use .git/HEAD file to fetch scripts hash
...
ORIG_HEAD is the previous HEAD, so it is not what we are after. HEAD
only contains the hash if we are in a detached head situation, otherwise
it will contain a ref and we need to resolve it. `git rev-parse HEAD`
should work as well but hits an issue with git's new `safe.directory`
setting, I have not found a way to set this parameter for a signle call.
For toolchain packages are built with catalyst, and the HEAD value needs
to pre-resolved because we do not have access to the whole git
repository. So build_toolchains will need to inject the correct HEAD
file contents.
2022-07-27 13:02:22 +02:00
jenkins
113de2ac75
profiles/coreos/base: slsa: compute ebuild file checksum for materials entry
2022-07-27 13:02:22 +02:00
Jeremi Piotrowski
fbdbd1ac19
profiles/coreos/base: slsa: revise material uri to match SPDXDownloadLocation spec
...
If the uri points to a path within the repo then the format is
git+https://repo@ref#path . ORIG_HEAD is actually the previous HEAD, so read
use that to extract the correct ref.
2022-07-27 13:02:22 +02:00
Jeremi Piotrowski
b1ce3800a5
profiles/coreos/base: slsa: sort file checksums by name
2022-07-27 13:02:22 +02:00
Jeremi Piotrowski
1a0f396be4
profile/coreos/base: slsa: switch to bz2 compression for consistency
...
...and remove redundant mkdir. Mkdir is already called with the same argument a
couple of lines lower.
2022-07-27 13:02:22 +02:00
Jeremi Piotrowski
d211a2b168
profile/core/base: slsa: use nproc instead of parsing /proc/cpuinfo
2022-07-27 13:02:22 +02:00
Jeremi Piotrowski
91b64a5587
profile/coreos/base: slsa: remove name collision between variable and function
...
__slsa_provenance_report is both a variable and a function, which is confusing.
Rename the variable.
2022-07-27 13:02:22 +02:00
jenkins
39f1d45dff
profiles/coreos/base: slsa: return when disabled and use die()
2022-07-27 13:02:22 +02:00
jenkins
7bd2f19fac
profiles/coreos/base: slsa: use portageq to find repository path
...
This makes the lookup work within the catalyst chroot, as well as in the
SDK.
2022-07-27 13:02:22 +02:00
Thilo Fromm
d86d5ebe3f
slsa-provenance: make generation optional
2022-07-27 13:02:22 +02:00
Thilo Fromm
be46ed7bb0
profiles/coreos/base/profile.bashrc: SLSA provenance reports
...
This change adds initial support for SLSA provenance report generation.
Reports are generated in package build post-install hooks after
compilation.
See https://slsa.dev/ for SLSA and https://slsa.dev/provenance/v0.2 for
the provenance report syntax.
Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
2022-07-27 13:02:22 +02:00
flatcar-ci
99bb586c3a
New version: main-3312.0.0-nightly-20220726-2100
2022-07-26 21:00:24 +00:00
Dongsu Park
0d2a3f29fb
Merge pull request #2059 from flatcar-linux/rust-1.62.1-main
...
Upgrade dev-lang/rust and virtual/rust in main from 1.62.0 to 1.62.1
2022-07-26 16:58:05 +02:00
Jeremi Piotrowski
c2c7f0d504
Merge pull request #2057 from flatcar-linux/jepio/systemd-resolve.conf
...
sys-apps/systemd: fix tmpfile entry for resolv.conf link
2022-07-26 11:07:09 +02:00
Jeremi Piotrowski
36ecad566a
changelog: add entry for resolv.conf bugfix
2022-07-26 11:06:27 +02:00
Jeremi Piotrowski
d9972d4ad1
sys-apps/systemd: fix tmpfile entry for resolv.conf link
...
Our ebuild modifies the systemd owned tmpfiles.d entry that creates the
/etc/resolv.conf symlink to point to resolv.conf instead of stub-resolv.conf.
The file that contains that entry changed from etc.conf.in to
systemd-resolve.conf, so update the ebuild to touch that file.
2022-07-26 10:03:13 +02:00
Flatcar Buildbot
5acb31cbab
dev-lang: Upgrade dev-lang/rust 1.62.0 to 1.62.1
2022-07-26 07:37:28 +00:00
flatcar-ci
a64011137b
New version: main-3311.0.0-nightly-20220725-2100
2022-07-25 21:00:35 +00:00
Flatcar Buildbot
6058ad50fc
app-misc: Upgrade ca-certificates 3.80 to 3.81
2022-07-25 07:24:01 +00:00
Dongsu Park
cd80387051
Merge pull request #2040 from flatcar-linux/dongsu/add-Go-CVE-2022-32148
...
changelog: add missing CVE for Go 1.18.4, 1.17.12
2022-07-22 15:04:15 +02:00
Flatcar Buildbot
2568802c6e
sys-kernel: Upgrade Kernel 5.15.55 to 5.15.56
2022-07-22 07:24:26 +00:00
Dongsu Park
1e1c30264e
changelog: add missing CVE for Go 1.18.4, 1.17.12
...
Add missing CVE-2022-32148 for Go 1.18.4, 1.17.12.
2022-07-21 13:39:12 +02:00
flatcar-ci
1d47a32cc3
New version: main-3306.0.0-nightly-20220720-2100
2022-07-20 21:00:27 +00:00
flatcar-ci
cc4a96ed6d
New version: main-3305.0.0-nightly-20220719-2100
2022-07-19 21:00:25 +00:00
Mathieu Tortuyaux
ace84f7d4f
Merge pull request #2038 from flatcar-linux/tormath1/nmap
...
profiles: enable symlink for nmap
2022-07-19 14:11:09 +02:00
Mathieu Tortuyaux
f334da4fb5
changelog: add entry
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-07-19 08:45:57 +02:00
flatcar-ci
7e796bf561
New version: main-3304.0.0-nightly-20220718-2100
2022-07-18 21:00:27 +00:00
Mathieu Tortuyaux
606ba61447
profiles: enable symlink for nmap
...
For compatiblity, it's good to have `nc` in the PATH too.
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-07-18 11:23:09 +02:00
Mathieu Tortuyaux
5b172ffb99
net-analyzer/nmap: sync ebuild revision
...
it basically pulls this: f1367051f3
Commit-Ref: 0bcf4941145004296ef49e39d2e69fac3d2dbbc6
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-07-18 11:19:50 +02:00
jenkins
a938fb9b5c
app-containers/syft: apply downstream changes
...
* pass additional ldflags so that `syft version` prints the package
version.
* keyword stable for amd64 and arm64 (to reduce differences between the
two).
2022-07-18 07:49:27 +00:00
jenkins
e995d9a4b1
app-containers/syft: Import from Gentoo
...
Upstream commit c691680319ac2f00f203533c3dca0b21ecf77f80
2022-07-18 07:49:22 +00:00
Flatcar Buildbot
d68ffc61cc
sys-kernel: Upgrade Kernel 5.15.54 to 5.15.55
2022-07-16 07:22:06 +00:00
flatcar-ci
51f740a2a8
New version: main-3301.0.0-nightly-20220715-2100
2022-07-15 21:00:30 +00:00
Krzesimir Nowak
6dea2f8ae7
Merge pull request #2024 from flatcar-linux/linux-5.15.54-main
...
Upgrade Linux Kernel in main from 5.15.52 to 5.15.54
2022-07-15 16:03:41 +02:00
Sayan Chowdhury
2959870601
Merge pull request #2018 from flatcar-linux/sayan/update-sudo-1.9.10-r1
...
app-admin/sudo: Sync with Gentoo upstream; updates to 1.9.10-r1
2022-07-15 16:11:46 +05:30
Sayan Chowdhury
c605e33d23
app-admin/sudo: Add the changelog for sudo-1.9.10-r1 release
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-07-15 15:33:39 +05:30
Sayan Chowdhury
c0afb3e982
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>
2022-07-15 15:33:39 +05:30
Sayan Chowdhury
63e462da73
Merge pull request #343 from flatcar-linux/sayan/update-curl-7.84.0
...
net-misc/curl: Sync with Gentoo upstream; updates to 7.84.0
2022-07-15 15:30:38 +05:30
Sayan Chowdhury
8f676895bc
changelog: Add the changelog entry for the curl 7.84.0
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-07-15 15:29:56 +05:30
Sayan Chowdhury
46ef576243
Merge pull request #2029 from flatcar-linux/sayan/update-curl-7.84.0
...
profiles: remove outdated arm64 accept_keywords for curl
2022-07-15 15:28:28 +05:30
flatcar-ci
60dc5f5065
New version: main-3300.0.0-nightly-20220714-2100
2022-07-14 21:00:27 +00:00
Dongsu Park
2ad4c0c632
Merge pull request #2028 from flatcar-linux/firmware-20220708-main
...
Upgrade Linux Firmware in main from 20220610 to 20220708
2022-07-14 13:42:34 +02:00
Kai Lüke
9d8e918968
Merge pull request #2026 from flatcar-linux/kai/kargs-nonexisting-grubcfg
...
sys-kernel/bootengine: Fix ignition kargs support by creating grub.cfg
2022-07-14 10:30:48 +02:00
Kai Lueke
b9ee2d9c4f
sys-kernel/bootengine: Fix ignition kargs support by creating grub.cfg
...
This pulls in
https://github.com/flatcar-linux/bootengine/pull/47
which creates the grub.cfg file if it does not exist when the Ignition
kargs directive is used, preventing an error when it tried to read the
current settings from it.
2022-07-14 10:30:25 +02:00
Flatcar Buildbot
74073529a9
sys-kernel: Upgrade Linux Firmware 20220610 to 20220708
2022-07-14 07:11:33 +00:00
flatcar-ci
873eac6f5d
New version: main-3299.0.0-nightly-20220713-2100
2022-07-13 21:00:29 +00:00
Flatcar Buildbot
8cf32dfc56
Update mantle container image to latest HEAD
2022-07-13 16:10:03 +00:00
Dongsu Park
62a5dcf69b
Merge pull request #2025 from flatcar-linux/go-1.17.12-and-1.18.4-main
...
Upgrade Go from 1.17.11 and 1.18.3 to 1.17.12 and 1.18.4
2022-07-13 16:37:04 +02:00
Dongsu Park
e9cf245cff
changelog: add changelog for Go 1.18.4
2022-07-13 11:39:49 +02:00
Sayan Chowdhury
520b9975d9
Merge pull request #2017 from flatcar-linux/sayan/update-cifs-utils-6.15
...
net-fs/cifs-utils: Add the package.accept_keywords for cifs-utils
2022-07-13 14:30:59 +05:30
Flatcar Buildbot
224d98c21d
dev-lang: Upgrade Go 1.18.3 to 1.18.4
2022-07-13 08:47:35 +00:00
Flatcar Buildbot
acf8ee4e2a
dev-lang: Upgrade Go 1.17.11 to 1.17.12
2022-07-13 08:47:35 +00:00
Jeremi Piotrowski
759df3dee2
Merge pull request #1840 from flatcar-linux/jepio/nvidia-service-improvement
...
nvidia driver build improvements
2022-07-13 10:40:50 +02:00
Sayan Chowdhury
0fd8bab4a8
changelog: Add the changelog entry to the cifs-utils
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-07-13 13:09:46 +05:30
Flatcar Buildbot
f19e737de9
sys-kernel: Upgrade Kernel 5.15.52 to 5.15.54
2022-07-13 07:22:41 +00:00
Sayan Chowdhury
18299dc636
profiles: remove outdated arm64 accept_keywords for curl
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-07-12 20:34:02 +05:30
Sayan Chowdhury
40e929af24
net-misc/curl: Sync with Gentoo upstream; updates to 7.84.0
...
gentoo ref: 1aa4ba5418
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-07-12 20:30:38 +05:30
Sayan Chowdhury
c0204785ec
app-admin/sudo: Sync with Gentoo upstream; updates to 1.9.10-r1
...
gentoo sync ref: 6e69c00ebc
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-07-12 19:38:59 +05:30
Dongsu Park
a023d537fe
changelog: add changelog for gnupg 2.2.35
2022-07-12 11:20:56 +02:00
Dongsu Park
5725e318b5
app-crypt/gnupg: add patches for accepting without UIDs
...
When the GnuPG keyserver is set to `keys.openpgp.org`, `gpg --recv-keys`
occasionally fails with the following error:
```
gpg: key E52F0DB391453C45: no user ID
```
We need to make GnuPG accept keys even without UIDs.
Original patches come from
f292beac11/debian/patches/import-merge-without-userid
.
See also https://dev.gnupg.org/T4393 .
Based on commit ff9200d8d3fce1feaa1eaa751a0dd2a50acbaae0 .
2022-07-12 11:20:53 +02:00
Sayan Chowdhury
926e4501d4
net-fs/cifs-utils: Add the package.accept_keywords for cifs-utils
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-07-12 14:14:44 +05:30
Sayan Chowdhury
01af08e54d
net-fs/cifs-utils: Sync with Gentoo upstrea; updates to 6.15
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-07-12 14:13:49 +05:30
flatcar-ci
056752222e
New version: main-3297.0.0-nightly-20220711-2100
2022-07-11 21:00:28 +00:00
Dongsu Park
eb108906b6
app-crypt/gnupg: update to 2.2.35-r1
...
Update to gnupg 2.2.35-r1, mainly to address CVE-2022-34903.
Gentoo commit: 2b8f76c36b848ee02b57c00b29fa293d0c0dfc02
2022-07-11 13:22:20 +02:00
Flatcar Buildbot
c6ac1100d6
Update mantle container image to latest HEAD
2022-07-11 07:10:34 +00:00
flatcar-ci
392ce4089b
New version: main-3292.0.0-nightly-20220706-2100
2022-07-06 21:00:36 +00:00
Krzesimir Nowak
f50d2cbb4e
Merge pull request #2007 from flatcar-linux/linux-5.15.52-main
...
Upgrade Linux Kernel in main from 5.15.51 to 5.15.52
2022-07-06 15:19:28 +02:00
flatcar-ci
4e1909afc2
New version: main-3291.0.0-nightly-20220705-2100
2022-07-05 21:00:30 +00:00
Flatcar Buildbot
40beab1df7
dev-lang: Upgrade dev-lang/rust 1.61.0 to 1.62.0
2022-07-05 07:39:35 +00:00
Flatcar Buildbot
5e445140e7
sys-kernel: Upgrade Kernel 5.15.51 to 5.15.52
2022-07-03 07:21:56 +00:00
flatcar-ci
9ba0c27cb2
New version: main-3286.0.0-nightly-20220630-2100
2022-07-01 15:37:28 +00:00
Dongsu Park
edb6d2e7d0
Merge pull request #2001 from flatcar-linux/dongsu/glibc-2.34-p1
...
preparation for glibc 2.34
2022-07-01 15:05:25 +02:00
Dongsu Park
0d64fd726d
changelog: add changelog for gdb 11.2
2022-07-01 15:02:31 +02:00
Flatcar Buildbot
610686c022
Update mantle container image to latest HEAD
2022-06-30 21:00:54 +00:00
flatcar-ci
99e9460f0f
New version: main-3286.0.0-nightly-20220630-2100
2022-06-30 21:00:27 +00:00
Dongsu Park
47e5c0d929
sys-devel/gdb: fix cross build issues with configuring gmp libs
...
As gdb 11 or newer requires gmp libs as dependency, a cross build of
gdb 11.2 started to fail when its configure scripts try to detect if
gmp exists. The failure occurs mainly because the build still passes
'-L/usr/lib64` to LDFLAGS. Let's say, for example, host toolchains
outside of sysroot have amd64 libs, while the target inside of
sysroot should have arm64 libs. However, configure scripts of gdb 11.2
still try to find its libs outside of sysroot, /usr/lib64, although it
should find its libs inside of sysroot, e.g. /build/arm64/usr/lib64.
To fix the cross build issues, pass --with-sysroot as well as --libdir,
correctly with ${ESYSROOT}.
As a side note, for some reason, upstream gdb configure scripts are not
able to correctly make use of its gmp-specific options like --with-gmp
or --with-gmp-lib. Passing those options does not bring anything.
Also configure must have both --with-sysroot and --libdir, to make the
build work.
2022-06-30 17:46:19 +02:00
Dongsu Park
416e41b2c3
sys-devel/gdb: sync with Gentoo for gdb 11.2
...
Update sys-devel/gdb to 11.2, as gdb 9 is not compatible with glibc 2.34
any more.
2022-06-30 17:46:19 +02:00
Dongsu Park
c4316b1bbc
profiles: accept keywords for app-crypt/adcli 0.9.1-r2
...
To install app-crypt/adcli 0.9.1-r2, accept keywords for ~amd64 and
~arm64.
2022-06-30 17:46:19 +02:00
Dongsu Park
014ef063bf
app-admin/adcli: move adcli to portage-stable
...
To fix build issues that happen in adcli 0.9 with glibc 2.34, we should
sync adcli with upstream Gentoo, where the build issue is already fixed.
As Gentoo has the ebuild under the category `app-crypt`, we simply move
from adcli from coreos-overlay to portage-stable, move adcli to the
app-crypt category, and update the version to 0.9.1-r2.
2022-06-30 17:46:19 +02:00
Dongsu Park
994ae65e71
coreos-base/coreos: rename app-admin/adcli to app-crypt/adcli
...
Since app-admin/adcli was moved to app-crypt/adcli, being consistent
with upstream Gentoo, update it also in coreos-base/coreos ebuild.
2022-06-30 17:46:19 +02:00
Kai Lueke
86dec4e1df
coreos-base/coreos-init: Remove outdated LTS motd information
...
This pulls in
https://github.com/flatcar-linux/init/pull/75
to update the LTS info that is printed on login.
2022-06-30 12:05:48 +02:00
flatcar-ci
89db53401a
New version: main-3285.0.0-nightly-20220629-2100
2022-06-29 21:00:27 +00:00
Krzesimir Nowak
375f634187
changelog: Fix link
2022-06-29 17:23:46 +02:00
Flatcar Buildbot
ed5a5c6b2d
sys-kernel: Upgrade Kernel 5.15.50 to 5.15.51
2022-06-29 07:23:13 +00:00
Flatcar Buildbot
d02975f832
Update mantle container image to latest HEAD
2022-06-28 21:01:04 +00:00
flatcar-ci
55ddaf4d16
New version: main-3284.0.0-nightly-20220628-2100
2022-06-28 21:00:45 +00:00
Krzesimir Nowak
7550545520
Merge pull request #1990 from flatcar-linux/cacerts-3.80-main
...
Upgrade ca-certificates in main from 3.79 to 3.80
2022-06-28 08:27:56 +02:00
flatcar-ci
0aaf36555f
New version: main-3283.0.0-nightly-20220627-2100
2022-06-27 21:00:28 +00:00
Krzesimir Nowak
911586b472
changelog: Fix link
2022-06-27 17:27:33 +02:00
Flatcar Buildbot
fd64754ec2
app-misc: Upgrade ca-certificates 3.79 to 3.80
2022-06-27 07:22:39 +00:00
Flatcar Buildbot
e639b65a2c
sys-kernel: Upgrade Kernel 5.15.48 to 5.15.50
2022-06-26 07:21:29 +00:00
Dongsu Park
ca0e6ba32e
changelog/updates: add changelog for packages needed by glibc 2.34
...
Add changelog for packages needed by glibc 2.34.
2022-06-24 17:39:40 +02:00
Dongsu Park
7943955d0c
app-crypt/adcli: move adcli from coreos-overlay
...
To fix build issues that happen in adcli 0.9 with glibc 2.34, we should
sync adcli with upstream Gentoo, where the build issue is already fixed.
As Gentoo has the ebuild under the category `app-crypt`, we simply move
from adcli from coreos-overlay to portage-stable, move adcli to the
app-crypt category, and update the version to 0.9.1-r2.
2022-06-24 17:39:40 +02:00
flatcar-ci
737debfdeb
New version: main-3279.0.0-nightly-20220623-2100
2022-06-23 21:00:28 +00:00
flatcar-ci
e3af9c9baa
New version: main-3277.0.0-nightly-20220621-2100
2022-06-21 21:00:29 +00:00
Sayan Chowdhury
72e2e368c4
Merge pull request #1972 from flatcar-linux/linux-5.15.48-main
...
Upgrade Linux Kernel in main from 5.15.47 to 5.15.48
2022-06-21 02:45:55 +05:30
flatcar-ci
f12224d985
New version: main-3276.0.0-nightly-20220620-2100
2022-06-20 21:00:22 +00:00
flatcar-ci
11ab199dbb
New version: main-3273.0.0-nightly-20220617-2100
2022-06-17 21:00:29 +00:00
Sayan Chowdhury
c72393a02b
changelog: Add updates, security for the intel-microcode
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-06-17 16:16:50 +05:30
Sayan Chowdhury
e2159d417e
sys-firmware/intel-microcode: Apply Flatcar patches
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-06-17 16:08:04 +05:30
Sayan Chowdhury
26ef0721a8
sys-firmware/intel-microcode: Sync with Gentoo upstream; updates to 20220510
...
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2022-06-17 16:08:04 +05:30
Flatcar Buildbot
230cf32499
sys-kernel: Upgrade Kernel 5.15.47 to 5.15.48
2022-06-17 07:22:23 +00:00
flatcar-ci
63d08a2eac
New version: main-3272.0.0-nightly-20220616-2100
2022-06-16 21:00:27 +00:00
Mathieu Tortuyaux
9d2c123978
changelog: add entry
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-06-16 17:51:43 +02:00
Mathieu Tortuyaux
506403adf4
app-emulation/containerd: remove overlay
module loading
...
This is now handled in `flatcar-linux/init` repo in the `modules-load.d`
config directory.
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-06-16 17:51:42 +02:00
Mathieu Tortuyaux
250760a51b
app-emulation/containerd: enable containerd
...
`docker.service` has a dependency to `containerd.service`:
```
$ systemctl list-dependencies docker.service
docker.service
containerd.service
...
```
If `docker.service` is not started (explicitly or via socket activation)
`containerd.service` won't start.
To ensure a seamless transition to kubernetes-1.24 let's enable by
default `containerd.service`.
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-06-16 17:51:42 +02:00
Mathieu Tortuyaux
6ff3675810
coreos-base/coreos-init: bump commit ID
...
this pulls kubernetes module configuration.
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-06-16 17:51:41 +02:00
Dongsu Park
205779ddaa
changelog: add changelog for libpcre2 10.40
2022-06-16 13:26:00 +02:00
Dongsu Park
f540ae2dad
dev-libs/libpcre2: update to 10.40
...
Update dev-libs/libpcre2 to 10.40, mainly to address CVE-2022-1586
and CVE-2022-1587.
2022-06-16 13:25:36 +02:00
Flatcar Buildbot
6d1e7a498c
sys-kernel: Upgrade Linux Firmware 20220509 to 20220610
2022-06-16 07:12:04 +00:00
flatcar-ci
2b0131a712
New version: main-3271.0.0-nightly-20220615-2100
2022-06-15 21:00:23 +00:00
Flatcar Buildbot
06ce732702
sys-kernel: Upgrade Kernel 5.15.44 to 5.15.47
2022-06-15 07:23:33 +00:00
flatcar-ci
9301997a7d
New version: main-3270.0.0-nightly-20220614-2100
2022-06-14 21:00:30 +00:00
Mathieu Tortuyaux
23fc9679b2
coreos-base/coreos-init: pull "delete-config" service
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-06-14 13:54:31 +02:00
Mathieu Tortuyaux
66733328c6
base/coreos: add ignition as a Flatcar dependency
...
We add `sys-apps/ignition` as a `coreos-base/coreos` dependency to get
`/usr/libexec/ignition-rmcfg` available on the _real_ root.
Now we want `/usr/bin/ignition` to be in the chroot until it's being copied
to the initramfs but we don't want it on the actual root.
With `PKG_INSTALL_MASK`, we'll prevent `/usr/bin/ignition` to be added
to the image in the `./build_image` - at this time, initramfs is already
created and `sys-apps/ignition` is a binary package.
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-06-14 13:54:31 +02:00
Mathieu Tortuyaux
134c67aea8
changelog: add entry
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-06-14 13:54:31 +02:00
Mathieu Tortuyaux
607f9b434f
sys-apps/ignition: add "ignition-rmcfg" binary
...
this helper removes config from VMWare and Virtualbox and should not be
directly used by the user.
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-06-14 13:39:53 +02:00
Mathieu Tortuyaux
c1c6fa7df5
sys-apps/ignition: bump ebuild release
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-06-14 13:39:53 +02:00
Kai Lüke
3d642b9cb7
Merge pull request #1956 from jbguerraz/init-bump
...
Init bump
2022-06-14 12:52:46 +02:00
Jean-Baptiste Guerraz
b228dbcc31
flatcar-install: added option to create uefi boot entry
2022-06-14 10:44:23 +00:00
Jean-Baptiste Guerraz
53b5aad92b
Add sys-boot/efibootmgr
2022-06-13 23:55:21 +00:00
flatcar-ci
a158390aef
New version: main-3269.0.0-nightly-20220613-2100
2022-06-13 21:00:27 +00:00
Thilo Fromm
8202ed8bc9
Merge pull request #1954 from flatcar-linux/t-lo/arm64-cifs-realmd-sssd-adcli-go-tspi
...
Add ARM64 support for cifs-utils, realmd, sssd, adcli, go-tspi
2022-06-13 14:22:27 +02:00
Thilo Fromm
8d01613b1f
cifs-utils, realmd, sssd, adcli, go-tspi: add ARM64
...
This change adds multiple tools to ARM64 which were formerly only
present in the X86-64 image.
Added for ARM64:
net-fs/cifs-utils
sys-auth/realmd
app-admin/adcli
app-crypt/go-tspi
This leaves only the xenserver-pv-version and xenstore packages
exclusively on X86-64.
The change un-masks keywords amd64 and arm64 for sys-libs/liburing-2.1-r2
and keyword arm64 for dev-libs/ding-libs-0.6.1-r1, overwriting Gentoo
upstream defaults in portage-stable.
Partially fixes https://github.com/flatcar-linux/Flatcar/issues/689 .
Fixes https://github.com/flatcar-linux/Flatcar/issues/690 .
2022-06-13 14:15:52 +02:00
Mike Tougeron
ee276c701f
Enable arm64 version of sssd
2022-06-13 14:13:16 +02:00
Flatcar Buildbot
7d6dbab23d
Update mantle container image to latest HEAD
2022-06-10 21:00:54 +00:00
flatcar-ci
af61b1d12d
New version: main-3266.0.0-nightly-20220610-2100
2022-06-10 21:00:34 +00:00
Thilo Fromm
2a34a06e7a
sec-policy/sssd, sys-libs/liburing: add ARM64 support
...
This change bumps liburing-2.1 to upstream -rc2 and ingests a cross
compiler fix (https://github.com/gentoo/gentoo/pull/24733 ).
Also, it removes the mask for ARM64 in sec-policy/selinux-sssd to match
Gentoo upstream.
Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
2022-06-10 17:20:56 +02:00
Dongsu Park
177396dc3c
Merge pull request #1947 from flatcar-linux/containerd-1.6.6-main
...
Upgrade Containerd in main from 1.6.4 to 1.6.6
2022-06-10 15:04:37 +02:00
Dongsu Park
3772750263
Merge pull request #1946 from flatcar-linux/runc-1.1.3-main
...
Upgrade Runc in main from 1.1.2 to 1.1.3
2022-06-10 14:16:49 +02:00
Dongsu Park
278ee0e58d
changelog: add changelog for containerd 1.6.6
2022-06-10 11:42:28 +02:00
Flatcar Buildbot
d29b01fe18
app-emulation: Upgrade Containerd 1.6.4 to 1.6.6
2022-06-10 11:32:03 +02:00
flatcar-ci
1908ef3cbe
New version: main-3265.0.0-nightly-20220609-2100
2022-06-09 21:00:30 +00:00
Dongsu Park
7b4448ba00
Merge pull request #1943 from flatcar-linux/docker-20.10.17-main
...
Upgrade Docker in main from 20.10.16 to 20.10.17
2022-06-09 16:12:25 +02:00
Dongsu Park
7a027e532c
Merge pull request #1945 from flatcar-linux/dongsu/libxml2-2.9.14
...
profiles: delete libxml2 keywords
2022-06-09 12:40:34 +02:00
Flatcar Buildbot
f80bf9be86
app-emulation: Upgrade Runc 1.1.2 to 1.1.3
2022-06-09 07:54:27 +00:00
flatcar-ci
4e9d6b5cb5
New version: main-3264.0.0-nightly-20220608-2100
2022-06-08 21:00:26 +00:00
Dongsu Park
4529fe40f1
changelog: add changelog for libxml2 2.9.14
2022-06-08 12:04:06 +02:00
Dongsu Park
928b1a0ba5
profiles: delete libxml2 keywords
...
Now that dev-libs/libxml2 2.9.14 is stable, we do not need to accept
keywords for that.
2022-06-08 11:58:34 +02:00
Dongsu Park
91411fbf3f
dev-libs/libxml2: update to 2.9.14-r1
...
Update dev-libs/libxml2 to 2.9.14-r1 mainly to address CVE-2022-29824.
2022-06-08 11:56:52 +02:00
Flatcar Buildbot
d72d1f0e66
app-emulation: Upgrade Docker 20.10.16 to 20.10.17
2022-06-08 07:46:01 +00:00
Flatcar Buildbot
6772cfeba8
dev-lang: Upgrade Go 1.18.2 to 1.18.3
2022-06-06 07:29:12 +00:00
Flatcar Buildbot
16d461c7e0
dev-lang: Upgrade Go 1.17.10 to 1.17.11
2022-06-06 07:29:12 +00:00
flatcar-ci
70ee16daeb
New version: main-3259.0.0-nightly-20220603-2100
2022-06-03 21:00:33 +00:00
Dongsu Park
80f9ea5246
Merge pull request #1933 from flatcar-linux/cacerts-3.79-main
...
Upgrade ca-certificates in main from 3.78 to 3.79
2022-06-03 09:04:14 +02:00
flatcar-ci
9b57d5ded6
New version: main-3258.0.0-nightly-20220602-2100
2022-06-02 21:00:31 +00:00
Krzesimir Nowak
56f34184df
Merge pull request #1927 from flatcar-linux/linux-5.15.44-main
...
Upgrade Linux Kernel in main from 5.15.43 to 5.15.44
2022-06-02 18:48:26 +02:00
Flatcar Buildbot
8c1d28ec92
app-misc: Upgrade ca-certificates 3.78 to 3.79
2022-06-02 08:55:09 +00:00
Mathieu Tortuyaux
1f2f92dbe4
changelog: add entry
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-06-02 09:41:56 +02:00
Mathieu Tortuyaux
af5c44da11
sys-apps/ignition: bump commit ID
...
this pulls release 2.14.0
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-06-02 09:41:51 +02:00
flatcar-ci
ba468c2e14
New version: main-3257.0.0-nightly-20220601-2100
2022-06-01 21:00:32 +00:00
Flatcar Buildbot
f407b7fc05
sys-kernel: Upgrade Kernel 5.15.43 to 5.15.44
2022-05-31 07:24:47 +00:00
flatcar-ci
a60ab28eaf
New version: main-3252.0.0-nightly-20220527-2100
2022-05-27 21:00:26 +00:00
Flatcar Buildbot
2a605a23e8
sys-kernel: Upgrade Kernel 5.15.41 to 5.15.43
2022-05-26 07:24:02 +00:00
flatcar-ci
70851bb403
New version: main-3250.0.0-nightly-20220525-2100
2022-05-25 21:00:29 +00:00
Dongsu Park
8356f598b1
Merge pull request #1913 from flatcar-linux/rust-1.61.0-main
...
Upgrade dev-lang/rust and virtual/rust in main from 1.60.0 to 1.61.0
2022-05-25 16:31:31 +02:00
Krzesimir Nowak
070c8db9ed
Merge pull request #329 from flatcar-linux/krnowak/pkg-updates-2021-part-2-python
...
Package updates, 2021 edition, part 2 - python update
2022-05-25 15:49:02 +02:00
Krzesimir Nowak
d30c97f462
Merge pull request #1900 from flatcar-linux/krnowak/pkg-updates-2021-part-2-python
...
Package updates, 2021 edition, part 2 - python update
2022-05-25 15:49:02 +02:00
Krzesimir Nowak
c070fd41c4
changelog: Add an entry
2022-05-25 15:47:12 +02:00
Krzesimir Nowak
f67e139a2b
profiles: Clean up berkdb USE flags
...
Disabling it per-package is a no-op since we disable berkdb globally
through the make.defaults file.
Also drop redundant enabling of berkdb in sys-libs/gdbm in target
profile, because we already do it in the base profile.
2022-05-25 15:47:00 +02:00
Krzesimir Nowak
d5c18a906f
profiles: Clean up python USE flags
...
The berkdb flag is gone, sqlite flag is already enabled by default.
2022-05-25 15:43:17 +02:00
Krzesimir Nowak
ce54fe641d
dev-python/boto: Apply Flatcar modifications
2022-05-25 15:43:17 +02:00
Krzesimir Nowak
650892196a
dev-python/boto: Sync with Gentoo
...
It's from gentoo commit 99e8a93d029cb2370fb08397cdb6cd7b459b2353.
2022-05-25 15:43:17 +02:00
Krzesimir Nowak
a7339931a4
dev-python/distro-oem: Bump to 1.7.0
2022-05-25 15:43:17 +02:00
Krzesimir Nowak
23041be4c2
profiles: Mask python 3.10
...
It seems to be picked up for some reason during SDK build, instead of
using python 3.9.9:
emerge: there are no ebuilds to satisfy "dev-lang/python-exec[python_targets_python3_10(-)]".
(dependency required by "dev-lang/python-3.10.2_p1::portage-stable" [ebuild])
(dependency required by "sec-policy/selinux-base-2.20200818-r2::coreos" [ebuild])
(dependency required by "sec-policy/selinux-base-policy-2.20200818-r2::coreos" [ebuild])
(dependency required by "sec-policy/selinux-unconfined-2.20200818-r2::portage-stable" [ebuild])
2022-05-25 15:43:17 +02:00
Krzesimir Nowak
4bc01c9201
dev-lang/python-oem: Apply Flatcar modifications
2022-05-25 15:43:17 +02:00
Krzesimir Nowak
d793efce8b
dev-lang/python-oem: Copy from Gentoo
2022-05-25 15:43:17 +02:00
Krzesimir Nowak
4e38d17efa
sec-policy/selinux-base: Depend on python properly
...
Otherwise it was trying to pull in the latest stable python version,
which currently is 3.10, while we still are using 3.9.
2022-05-25 15:43:17 +02:00
Krzesimir Nowak
cc5f4ce2e5
coreos-base/hard-host-depends: Add packages pulled in by distutils eclass
2022-05-25 15:43:17 +02:00
Dongsu Park
6314760a57
dev-lang/rust: fix build issue with Rust 1.61.0
...
Fix build issues with Rust 1.61.0 when applying
gentoo-musl-target-specs.patch.
```
error[E0308]: mismatched types
-->
compiler/rustc_target/src/spec/aarch64_gentoo_linux_musl.rs:6:24
|
6 | base.llvm_target =
"aarch64-gentoo-linux-musl".to_string();
| ---------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
expected enum `Cow`, found struct `std::string::String`
| |
| expected due to the type of this binding
|
= note: expected enum `Cow<'static, str>`
found struct `std::string::String`
```
Replace `to_string` with `into`.
Based on Gentoo commit 445f23597c942b087145b869ac588fc1c1eac759.
2022-05-25 09:40:19 +02:00
Flatcar Buildbot
6dac22bbfd
app-emulation: Upgrade open-vm-tools 12.0.0 to 12.0.5
2022-05-25 07:20:32 +00:00
flatcar-ci
28357c6c22
New version: main-3250.0.0-nightly-20220525-0155
2022-05-25 01:55:24 +00:00
Mathieu Tortuyaux
dd8494b2bf
changelog: add entry
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-05-24 11:53:21 +02:00
Mathieu Tortuyaux
2e574b4cff
sys-power/acpid: new package
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-05-24 11:53:21 +02:00
Mathieu Tortuyaux
72c01651a5
profiles: exclude acpi files from install step
...
they are not really suited for Flatcar usage.
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-05-24 11:46:04 +02:00
Mathieu Tortuyaux
1465916f5a
coreos-base/coreos: add explicit sys-power/acpid dependency
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-05-24 11:46:04 +02:00
Mathieu Tortuyaux
724002d665
profiles: accept acpid 2.0.33
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-05-24 11:46:04 +02:00
Flatcar Buildbot
4de751cb1a
dev-lang: Upgrade dev-lang/rust 1.60.0 to 1.61.0
2022-05-24 07:47:23 +00:00
Mathieu Tortuyaux
7b7b935f80
Merge pull request #1912 from flatcar-linux/tormath1/gcp
...
coreos-base/oem-gce: bring back shutdown scripts
2022-05-24 09:27:36 +02:00
flatcar-ci
9a95f40f45
New version: main-3249.0.0-nightly-20220524-0155
2022-05-24 04:46:39 +00:00
Krzesimir Nowak
d994f5ab33
changelog: Add an entry
2022-05-23 20:44:51 +02:00
Krzesimir Nowak
7e9720edc5
eclass/xdg-utils: Sync with Gentoo
...
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-05-23 18:39:33 +02:00
Krzesimir Nowak
a38c7eb1ae
eclass/vcs-clean: Sync with Gentoo
...
It's from Gentoo commit 4894fba4c7869d2642986da360d41e5760facb9a.
2022-05-23 18:39:33 +02:00
Krzesimir Nowak
f8c530cd9e
eclass/toolchain-funcs: Sync with Gentoo
...
It's from Gentoo commit 1010cde56c21432c19c2dd5fa2a901e6fe82329d.
2022-05-23 18:39:33 +02:00
Krzesimir Nowak
d6fe7d2410
eclass/strip-linguas: Sync with Gentoo
...
It's from Gentoo commit 48651ecc0d4444536ed15b06736e331238b6f92b.
2022-05-23 18:39:33 +02:00
Krzesimir Nowak
2f4804d78c
eclass/python-utils-r1: Sync with Gentoo
...
It's from Gentoo commit 607b95b7a1245b02224486e6871b783c5e858500.
2022-05-23 18:39:33 +02:00
Krzesimir Nowak
e33bbd547f
eclass/python-single-r1: Sync with Gentoo
...
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-05-23 18:39:33 +02:00
Krzesimir Nowak
1962a0411b
eclass/python-r1: Sync with Gentoo
...
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-05-23 18:39:33 +02:00
Krzesimir Nowak
c564d3748f
eclass/python-any-r1: Sync with Gentoo
...
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-05-23 18:39:33 +02:00
Krzesimir Nowak
7b5743bd5d
eclass/preserve-libs: Sync with Gentoo
...
It's from Gentoo commit d6457c84c327b454d2da33a7e76e75258a906ba9.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
02bcf326ab
eclass/multiprocessing: Sync with Gentoo
...
It's from Gentoo commit a00223eb88742885325b8863ba080e7d94202d8f.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
34d8a39a01
eclass/multilib: Sync with Gentoo
...
It's from Gentoo commit 7f33a4d20fa0dc82c6e82c027e6d536a77a4d278.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
cdeec876fd
eclass/multibuild: Sync with Gentoo
...
It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
c8355e2b31
eclass/eutils: Sync with Gentoo
...
It's from Gentoo commit 48651ecc0d4444536ed15b06736e331238b6f92b.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
54615bb63b
dev-python/wheel: Add from Gentoo
...
It's from Gentoo commit ec1121aedecaaba527f3645d7d083408bbc7034d.
It's a dependency of dev-python/setuptools and distutils eclass.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
59201b9f87
dev-python/flit_core: Add from Gentoo
...
It's from Gentoo commit 9e8c586144011344296c45f23a10dd8ad7a12ddf.
It's a dependency of distutils eclass.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
bdf15cd73b
dev-python/installer: Add from Gentoo
...
It's from Gentoo commit 4038e79e0e91d2b3d44e71f9d22805456bc16ea9.
It's a dependency of dev-python/gpep517 and distutils eclass.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
6ae92df096
dev-python/gpep517: Add from Gentoo
...
It's from Gentoo commit 6d7945d316eb7ae1c6bd3e7eecfe1da8e392bfe0.
It's a dependency of distutils eclass.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
8d7d6fad40
eclass/distutils-r1: Sync with Gentoo
...
It's from Gentoo commit b30790dc30bed3063d72fc0a86a1743ef816c443.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
e2b8361aca
sys-libs/readline: Sync with Gentoo
...
It's from Gentoo commit 43b3c47e091d4f247f15960fb8f1e6373fa9a876.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
45ca7fb270
sys-libs/gdbm: Sync with Gentoo
...
It's from Gentoo commit ddfc4366f3021b9d6191eb1e31ec91f8502a0211.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
974988d176
dev-python/tomli: Sync with Gentoo
...
It's from Gentoo commit 63ef3df85dab9c5900e4ccf3420f5fb7ae34220c.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
e704b08063
dev-python/snakeoil: Sync with Gentoo
...
It's from Gentoo commit 1114e6e711ecea3c0bce6788e4cc2e58f8c23bee.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
5e8931e73a
dev-python/six: Sync with Gentoo
...
It's from Gentoo commit 1d027ba6b7ad89c64c8ca47fcf9df857b21161d2.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
586efe026e
dev-python/setuptools_scm: Sync with Gentoo
...
It's from Gentoo commit e2568ea91124090069cc0074fd79a78bee0d9f76.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
caaae955ef
dev-python/zipp: Add from Gentoo
...
It's from Gentoo commit 38679f1de08fd0b87579439d5ad4aeee2ce1ef7e.
It's a dependency of dev-python/importlib_metadata.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
d0cf176471
dev-python/importlib_metadata: Add from Gentoo
...
It's from Gentoo commit 7dd70d4df2ab47848f37c46b7f98a9a29c2f07f8.
It's a dependency of dev-python/setuptools and dev-python/nspektr.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
4336907949
dev-python/ordered-set: Add from Gentoo
...
It's from Gentoo commit f5a1eba452c14af3aa650d17ba1fb3ee70cb6962.
It's a dependency of dev-python/setuptools.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
72b3713e2f
dev-python/more-itertools: Add from Gentoo
...
It's from Gentoo commit cada3bc03f3d12092931f8b3a61fd1ede7d5b510.
It's a dependency of dev-python/jaraco-functools and
dev-python/setuptools.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
6d6a4a8d6a
dev-python/jaraco-functools: Add from Gentoo
...
It's from Gentoo commit 82d10094d2c1d898047b03f7fafaa92e06f09ec1.
It's a dependency of dev-python/jaraco-text and dev-python/nspektr.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
766596b906
dev-python/jaraco-context: Add from Gentoo
...
It's from Gentoo commit 293c0419c5a5e7415927ebbc44be467a6e2b4603.
It's a dependency of dev-python/jaraco-text and dev-python/nspektr.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
f2fc26f547
dev-python/jaraco-text: Add from Gentoo
...
It's from Gentoo commit 953aaa6c14650b6129775085a1a79f4fe2eeedda.
It's a dependency of dev-python/setuptools.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
d4b869b732
dev-python/nspektr: Add from Gentoo
...
It's from Gentoo commit ad04b8e6d0e1c17bb879f74200c6a88754a034b0.
It's a dependency of dev-python/setuptools.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
9004a3eadf
dev-python/appdirs: Add from Gentoo
...
It's from Gentoo commit 4daaf1ad23d7fcb5a702c5f3a10009048d3112db.
It's a dependency of dev-python/setuptools.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
1a4ebf9251
dev-python/setuptools: Sync with Gentoo
...
It's from Gentoo commit fe2224d276bacc3181c94ed4161555ba8564916d.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
a9bb231db0
dev-python/pyparsing: Sync with Gentoo
...
It's from Gentoo commit ad3d5c8f1296acbe8111bb320e45a79b7e9499c3.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
aba7221934
dev-python/pygments: Sync with Gentoo
...
It's from Gentoo commit 3c435874bcdc80774cf028a632e99bd210a32947.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
b8d2143ad6
dev-python/packaging: Sync with Gentoo
...
It's from Gentoo commit 90bce21732b6ff2e96755d36589da2b2dbfa5a87.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
7efb02c39e
dev-python/markupsafe: Sync with Gentoo
...
It's from Gentoo commit 5a0ea1497f6dab19a26b56045b2931b988a468cf.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
3a5f257e4b
dev-python/mako: Sync with Gentoo
...
It's from Gentoo commit 1779c5dddbdb396aa84d3e2d06c0b9c9a6cd71a4.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
db434008fe
dev-python/lxml: Sync with Gentoo
...
It's from Gentoo commit 896273c19146f20e7077796790787062bf29970f.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
9e8ce61057
dev-python/lazy-object-proxy: Sync with Gentoo
...
It's from Gentoo commit 9e02735aeef9bdcf5548607f392e348c9b9bc0ef.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
8fa02c63a9
dev-python/jinja: Sync with Gentoo
...
It's from Gentoo commit badad07fbd7d3b86bdb9fd9b7bf3242c6e4c7e4b.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
7d3807368d
dev-python/docutils: Sync with Gentoo
...
It's from Gentoo commit c9f863c54ce231c34d6433ee6a030baaaa1fb167.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
283c2125cd
dev-python/cython: Sync with Gentoo
...
It's from Gentoo commit 8b89c94f6f4a996057010f197cd06b18309dabe7.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
b91659a044
dev-lang/python: Sync with Gentoo
...
It's from Gentoo commit 07fb1103700af6440f5a9df8cee2eb32847d7c65.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
63117857c6
dev-db/sqlite: Sync with Gentoo
...
It's from Gentoo commit c19184d3fa2b7d6b2a0da7631085d2b46c14f1a6.
2022-05-23 18:39:32 +02:00
Krzesimir Nowak
8d9662a9a0
Merge pull request #1909 from flatcar-linux/krnowak/drop-pylint
...
coreos-base/hard-host-depends: Drop dev-python/pylint
2022-05-23 18:38:13 +02:00
Mathieu Tortuyaux
20cf9804d7
changelog: add entry
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-05-23 18:07:42 +02:00
Mathieu Tortuyaux
ebb6f281e7
coreos-base/oem-gce: bring back shutdown scripts
...
In the `init.sh` of the OEM GCE container, we have the following
section:
```bash
wait -n "${daemon_pids[@]}" || :
kill "${daemon_pids[@]}" || :
test -n "$stopping" || exit 1
exec /usr/bin/google_metadata_script_runner --script-type shutdown
```
`shutdown` script was not executed because container was receiving a
`SIGKILL`, the started processes was not properly terminated.
According to the `systemd-nspawn` manual:
```bash
If --boot is not used and this option is not specified
the container's processes are terminated abruptly via SIGKILL
```
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-05-23 17:54:48 +02:00
flatcar-ci
ea68ead086
New version: main-3246.0.0-nightly-20220521-0155
2022-05-21 04:45:52 +00:00
Mathieu Tortuyaux
bae75b9665
changelog: add entry
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-05-20 16:19:18 +02:00
Mathieu Tortuyaux
63da5d5de0
sys-kernel/bootengine: pull network kargs
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-05-20 16:19:18 +02:00
Mathieu Tortuyaux
ce17153093
changelog: add entry
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-05-20 15:28:42 +02:00
Mathieu Tortuyaux
8afe6bc7a9
sys-apps/ignition: upgrade ign-converter dependency
...
this pulls networkd conversion support.
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-05-20 15:25:41 +02:00
Dongsu Park
6be5de6b4a
Merge pull request #1908 from flatcar-linux/dongsu/nvidia-drivers-510.73.05
...
x11-drivers/nvidia-{drivers,metadata}: update to 510.73.05
2022-05-20 09:42:40 +02:00
flatcar-ci
47321021f7
New version: main-3245.0.0-nightly-20220520-0155
2022-05-20 05:04:15 +00:00
Krzesimir Nowak
31797e602b
Merge pull request #1906 from flatcar-linux/linux-5.15.41-main
...
Upgrade Linux Kernel in main from 5.15.40 to 5.15.41
2022-05-19 19:22:00 +02:00
Krzesimir Nowak
6b1d443f58
coreos-base/hard-host-depends: Drop dev-python/pylint
...
It does not seem to be a build dependency of python.
2022-05-19 18:08:13 +02:00
Krzesimir Nowak
76a83aaed2
dev-python: Drop pylint and its dependencies
2022-05-19 18:07:47 +02:00
Dongsu Park
42e40811b5
changelog: add changelog for nvidia-drivers
2022-05-19 11:31:06 +02:00
Dongsu Park
61129fb1a5
x11-drivers/nvidia-{drivers,metadata}: update to 510.73.05
...
Update x11-drivers/nvidia-drivers to 510.73.05, mainly to address
CVE-2022-28181, CVE-2022-28183, CVE-2022-28184, CVE-2022-28185.
2022-05-19 11:31:06 +02:00
Flatcar Buildbot
64e54be113
sys-kernel: Upgrade Kernel 5.15.40 to 5.15.41
2022-05-19 07:23:49 +00:00
flatcar-ci
7548405c99
New version: main-3244.0.0-nightly-20220519-0155
2022-05-19 04:46:29 +00:00
Dongsu Park
97195f9fec
profiles: accept keywords ~arm64 for curl 7.83.1
...
To be able to build curl 7.83.1 for arm64, we need to accept keywords
for ~arm64.
2022-05-18 17:29:35 +02:00
Dongsu Park
d87eb7138e
changelog: add changelog for curl 7.83.1
2022-05-18 17:29:15 +02:00
Dongsu Park
e9b49484e7
net-misc/curl: update to 7.83.1
...
Update net-misc/curl to 7.83.1, mainly to address the following CVEs:
CVE-2022-22576, CVE-2022-27774, CVE-2022-27775, CVE-2022-27776,
CVE-2022-27778, CVE-2022-27779, CVE-2022-27780, CVE-2022-27781,
CVE-2022-27782, CVE-2022-30115
2022-05-18 17:29:15 +02:00
Dongsu Park
72b8fe9c89
Merge pull request #1899 from flatcar-linux/dongsu/ncurses-6.3_p20220423
...
sys-libs/ncurses: update to 6.3_p20220423
2022-05-18 17:07:51 +02:00
Dongsu Park
fb60e123c7
Merge pull request #1898 from flatcar-linux/dongsu/openssl-3.0.3
...
dev-libs/openssl: update to 3.0.3
2022-05-18 15:28:46 +02:00
Dongsu Park
0ceca8b3be
changelog: add security changelog for Docker 20.10.16
2022-05-18 14:59:58 +02:00
Dongsu Park
f02226d4dd
changelog: add changelog for ncurses
2022-05-18 11:35:38 +02:00
Dongsu Park
53ff903403
sys-libs/ncurses: Apply Flatcar patches
...
Add a symlink-usr USE flag for keeping a minimal set of terminfo
files in /usr/share/terminfo.
Also allow writes to /dev/ptmx, which sometimes causes the sandbox
to fail Jenkins builds.
Based on 09951dc3db0f79294eb223a9154f372e24c1d99d.
2022-05-18 11:35:38 +02:00
Dongsu Park
7be073fa5c
sys-libs/ncurses: update to 6.3_p20220423
...
Update sys-libs/ncurses to 6.3_p20220423, mainly to address
CVE-2022-29458.
Commit-Ref: https://github.com/gentoo/gentoo/commit/a59133147f7a
2022-05-18 11:35:30 +02:00
Dongsu Park
b156365b16
eclass: import edo.eclass from Gentoo
...
Import edo.eclass from Gentoo, as it is needed by dev-libs/openssl
3.0.3.
2022-05-18 11:16:04 +02:00
Dongsu Park
37f1ea2b37
changelog: add changelog for openssl 3.0.3
2022-05-18 11:10:42 +02:00
Flatcar Buildbot
46ee7963d2
app-emulation: Upgrade Docker 20.10.15 to 20.10.16
2022-05-18 07:45:34 +00:00
flatcar-ci
759bd2f971
New version: main-3243.0.0-nightly-20220518-0155
2022-05-18 05:00:32 +00:00
Krzesimir Nowak
df1f0b3e28
Merge pull request #1895 from flatcar-linux/linux-5.15.40-main
...
Upgrade Linux Kernel in main from 5.15.38 to 5.15.40
2022-05-17 17:41:00 +02:00
Mathieu Tortuyaux
4cad012bba
dev-libs/openssl: Apply Flatcar modifications
...
- remove unecessary files
- drop `pkg_postint`
- create `/etc/ssl` with tmpfiles
- mark openssl as stable for arm64 and amd64
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-05-17 11:36:27 +02:00
Dongsu Park
b8a65b0959
dev-libs/openssl: update to 3.0.3
...
Update dev-libs/openssl to 3.0.3, mainly to address CVE-2022-1292,
CVE-2022-1473.
Commit-Ref: https://github.com/gentoo/gentoo/commit/296c0f547c51
2022-05-17 11:35:14 +02:00
Flatcar Buildbot
d2dcb42d13
dev-lang: Upgrade Go 1.17.9 to 1.17.10
2022-05-16 07:37:22 +00:00
Flatcar Buildbot
b6177ccbcf
sys-kernel: Upgrade Kernel 5.15.38 to 5.15.40
2022-05-16 07:30:00 +00:00
flatcar-ci
43f9aec0e0
New version: main-3239.0.0-nightly-20220514-0155
2022-05-14 04:44:18 +00:00
Dongsu Park
9e4857285a
Merge pull request #327 from flatcar-linux/dongsu/changelog-example
...
changelog: use a specific project name in the example
2022-05-13 15:57:43 +02:00
Dongsu Park
b30eb994e1
Merge pull request #1879 from flatcar-linux/firmware-20220509-main
...
Upgrade Linux Firmware in main from 20220411 to 20220509
2022-05-13 15:53:23 +02:00
Krzesimir Nowak
c5d6280026
changelog: Add an entry
2022-05-13 14:08:43 +02:00
Krzesimir Nowak
5efb559382
profiles: Do not install the e2fsprogs devel tools
2022-05-13 14:08:43 +02:00
Krzesimir Nowak
35ac1a04a4
profiles: Drop accept_keywords for sys-libs/talloc
...
We updated to 2.3.3, which is stable for both amd64 and arm64. Also,
we have the new enough python version now.
2022-05-13 14:08:43 +02:00
Krzesimir Nowak
86c1c65b84
coreos/config: Drop env overrides for dead package
2022-05-13 14:08:43 +02:00
Krzesimir Nowak
4a13a5f869
sys-libs/ldb: Move to portage-stable
...
We have updated pythong and the related eclasses some time ago, so I
think this ebuild should be working fine now. Also, it needs updating,
because net-fs/samba started to require a newer version of it.
2022-05-13 14:08:43 +02:00
Krzesimir Nowak
6133cc6d8a
profiles: Drop accept_keywords for net-nds/openldap
...
The updated package became stable for both amd64 and arm64.
2022-05-13 14:08:43 +02:00
Krzesimir Nowak
5de6530bbe
coreos/config: Drop some env var overrides for net-nds/openldap
2022-05-13 14:08:43 +02:00
Krzesimir Nowak
92e5b6774c
profiles: Drop outdated unmasks
2022-05-13 14:08:43 +02:00
Krzesimir Nowak
1e9c554554
profiles: Cleanup use flags for dev-vcs/git
2022-05-13 14:08:43 +02:00
Krzesimir Nowak
56c7e98967
profiles: Cleanup use flags for app-emulation/qemu
...
Move them to targets/sdk as qemu is only built for SDK. Drop all the
enabled-by-default USE flags.
2022-05-13 14:08:43 +02:00
Krzesimir Nowak
7295c3113d
net-fs/samba: Apply Flatcar modifications
...
- Add a minimal USE flag for only installing libraries
- Change the Perl run-time dep to build-time only
- Disable building libraries requiring Python
- Limit the size of bundled libraries
2022-05-13 14:08:43 +02:00
Krzesimir Nowak
6a2d7bc673
net-fs/samba: Sync with Gentoo
...
It's from Gentoo commit d33672fa71f0223f90aca9d85d52d916f05de354.
2022-05-13 14:08:43 +02:00
Krzesimir Nowak
3c92acec07
profiles: Update app-emulation/qemu accept_keywords
2022-05-13 14:08:43 +02:00
Krzesimir Nowak
ab6119aa8b
sys-apps/dbus: Apply Flatcar modifications
2022-05-13 14:08:43 +02:00
Krzesimir Nowak
971bfb47ae
sys-apps/dbus: Sync with Gentoo
...
It's from Gentoo commit 036bc045b998a68b4da32a023cc544e33e7080e1.
2022-05-13 14:08:43 +02:00
Krzesimir Nowak
aef9c407c0
changelog: Add entries
2022-05-13 12:22:58 +02:00
Dongsu Park
d8f726d0d7
sys-kernel/coreos-firmware: fix build issue with intel/ice/ddp/ice.pkg
...
Since linux-firmware 20220509, intel/ice/ddp/ice-1.3.26.0.pkg was
updated to ice-1.3.28.0.pkg. As a result the symlink ice.pkg needs to be
also updated so it points to the correct version of the file.
Create a variable for the ICE DDP version for better maintenance.
2022-05-13 11:30:51 +02:00
flatcar-ci
73e1a44163
New version: main-3238.0.0-nightly-20220513-0155
2022-05-13 04:52:50 +00:00
Dongsu Park
14761dc4da
changelog: add security changelog for runc 1.1.2
2022-05-12 17:35:53 +02:00
Flatcar Buildbot
54b6479bb0
app-emulation: Upgrade Runc 1.1.1 to 1.1.2
2022-05-12 17:34:36 +02:00
Krzesimir Nowak
c7c189e7ae
profiles: Work around the build-id collisions
2022-05-12 16:14:31 +02:00
Jeremi Piotrowski
d675d2f74a
Merge pull request #1876 from flatcar-linux/jepio/remove-xen-pci-patch
...
sys-kernel/coreos-sources: remove Xen-PCI-revert patch
2022-05-12 14:06:47 +02:00
Flatcar Buildbot
d7d50d5444
sys-kernel: Upgrade Linux Firmware 20220411 to 20220509
2022-05-12 07:11:57 +00:00
Dongsu Park
961dd018a9
changelog: add changelog for Go 1.18.2
2022-05-11 14:34:02 +02:00
Dongsu Park
8a19d74c15
.github: remove unnecessary version Go 1.16
...
Go 1.16 was deprecated some time ago, so we do not need that in Github
Actions.
2022-05-11 14:34:02 +02:00
Dongsu Park
601cbca305
*: Use Go 1.18 instead of 1.17
...
Use Go 1.18 instead of 1.17 by default in all ebuilds.
Note, we still keep building app-emulation/docker{,-cli} with Go 1.17,
to be consistent with upstream Docker 20.10.x, which still builds with
Go 1.17. That should avoid potential unexpected regressions that
happened in the past.
2022-05-11 14:34:02 +02:00
Dongsu Park
2ef1472e32
dev-lang/go: add 1.18.2
...
Update the default version of dev-lang/go to 1.18.2.
Keep go1.17 as well to build docker{,-cli} with Go 1.17.
Use EAPI=7 for all versions.
See also https://go.dev/doc/go1.18 .
2022-05-11 14:34:02 +02:00
Dongsu Park
7619b554b8
eclass: use ver_cut instead of get_version_component_range
...
We should update EAPI from 6 to 7, to deprecate old EAPIs in general.
To make it work with EAPI=7, replace get_version_component_range with
ver_cut, as get_version_component_range does not work any more with EAPI
7. As a result, the versionator eclass is not needed any more.
2022-05-11 14:34:02 +02:00
Dongsu Park
0bd7c888f2
Merge pull request #1877 from flatcar-linux/docker-20.10.15-main
...
Upgrade Docker in main from 20.10.14 to 20.10.15
2022-05-11 14:32:43 +02:00
Krzesimir Nowak
43fae4e854
sys-libs/ldb: Add from Gentoo
...
It's from Gentoo commit c548fea1c296cd1360408e93ed7109bde13605db.
2022-05-11 14:15:49 +02:00
Krzesimir Nowak
e7e42a04da
sys-libs/tevent: Sync with Gentoo
...
It's from Gentoo commit 1fec47542dadd8a07c1bb1e81a09dddb2af911ae.
2022-05-11 14:13:02 +02:00
Krzesimir Nowak
58657a7e90
sys-libs/tdb: Sync with Gentoo
...
It's from Gentoo commit 338d93c6126111bbeeb2b9bd8424cc5de0fdeb28.
2022-05-11 14:12:53 +02:00
Krzesimir Nowak
92016be152
sys-libs/talloc: Sync with Gentoo
...
It's from Gentoo commit b74309e4ee314b6d5dea88395411003ec05f4569.
2022-05-11 14:12:35 +02:00
Jeremi Piotrowski
a71094c33b
sys-kernel/coreos-sources: remove Xen-PCI-revert patch
...
There was a kernel regression on Xen HVM with regard to MSI interrupts that
affected certain AWS instances (m4 and similar). We reverted the patch that
broke networking, but in the meantime upstream found the actual cause and
provided a proper fix which is part of 5.15.38. Remove the obsolete patch.
Link: https://lore.kernel.org/all/20220504153056.686401990@linuxfoundation.org/
2022-05-11 12:51:58 +02:00