28798 Commits

Author SHA1 Message Date
Jeremi Piotrowski
182e5d767f sys-auth/polkit: mark duktape dependency with :=
The ':=' slot operator forces a package to be rebuilt when a dependency
slot/subslot changes. Duktape has the slot definition '0/${PV}' and with
the upgrade to 2.7.0 the soname changed, so polkit needs rebuilding.
This is also done this way in recent upstream gentoo ebuilds for polkit.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2022-02-25 09:56:00 +01:00
Krzesimir Nowak
f3a63cc2e1 Merge pull request #1673 from flatcar-linux/linux-5.15.25-main
Upgrade Linux Kernel in main from 5.15.24 to 5.15.25
2022-02-25 09:45:52 +01:00
Krzesimir Nowak
68cdf480f7 changelog: Add entry 2022-02-25 08:23:08 +01:00
Krzesimir Nowak
a622fab9a9 eclass/golang-vcs-snapshot: Sync with gentoo
It's from gentoo commit 7f8297d319da8a7fe6680217ad8362b46ac1c95a.
2022-02-25 08:23:08 +01:00
Krzesimir Nowak
256394a73e eclass/mount-boot: Sync with gentoo
It's from gentoo commit 33bb454c9678ab13d58662a07a143f1bee47cafe.
2022-02-25 08:23:08 +01:00
Krzesimir Nowak
956b4f2558 eclass/java-pkg-opt-2: Sync with gentoo
It's from gentoo commit 52a0505f9cb31b0181a633dcbacf0b1c8b262cb3.
2022-02-25 08:23:08 +01:00
Krzesimir Nowak
0baef1fe4b eclass/golang-vcs: Sync with gentoo
It's from gentoo commit 7f8297d319da8a7fe6680217ad8362b46ac1c95a.
2022-02-25 08:23:08 +01:00
Thilo Fromm
af339721ef version.txt: bump to latest nightly for CI 2022-02-24 16:47:38 +01:00
Krzesimir Nowak
9a5ec90d86 profiles: Drop net-misc/bridge-utils from accept_keywords
The package is now stable for both amd64 and arm64.
2022-02-24 15:08:05 +01:00
Krzesimir Nowak
8aef9c928f profiles: Drop pixman from accept_keywords
It's stable now for both amd64 and arm64.
2022-02-24 15:08:05 +01:00
Krzesimir Nowak
f76f12dba7 eclass: Drop unused eclasses 2022-02-24 15:07:35 +01:00
Krzesimir Nowak
1b5c552814 eclass/elisp-common: Sync with gentoo
It's from gentoo commit 53742c90d80c7a6b7713ccf87597b88c7ff71a1f.
2022-02-24 15:07:35 +01:00
Krzesimir Nowak
9f314e833f net-misc/bridge-utils: Sync with gentoo
It's from gentoo commit 36d4c4e69edfc56c9c515bb29af7abd39cb02c7c.
2022-02-24 15:07:35 +01:00
Krzesimir Nowak
11d7e900fc app-eselect/eselect-lib-bin-symlink: Sync with gentoo
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
2022-02-24 15:07:35 +01:00
Krzesimir Nowak
8741464b6d app-crypt/shash: Sync with gentoo
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
2022-02-24 15:07:35 +01:00
Krzesimir Nowak
65e02401be dev-libs/libyaml: Sync with gentoo
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
2022-02-24 15:07:35 +01:00
Krzesimir Nowak
e3061f34c2 app-misc/c_rehash: Sync with gentoo
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
2022-02-24 15:07:35 +01:00
Krzesimir Nowak
dcfb9c338c x11-libs/pixman: Sync with gentoo
It's from gentoo commit 18745f353da4ddd132b344f0f20e035dfa917b93.
2022-02-24 15:07:35 +01:00
Krzesimir Nowak
832c114ef1 dev-libs/ding-libs: Sync with gentoo
It's from gentoo commit db6c2e5161a3320ae4c30b71c40f3ac837427faf.
2022-02-24 15:07:35 +01:00
Krzesimir Nowak
4a37dab5ad dev-libs/lzo: Sync with gentoo
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
2022-02-24 15:07:35 +01:00
Krzesimir Nowak
a71151733e dev-libs/libaio: Sync with gentoo
It's from gentoo commit a9bf59f3fd6ef919eab913ef1d799c093f178081.
2022-02-24 15:07:35 +01:00
Krzesimir Nowak
cfd199531c dev-libs/libffi: Sync with gentoo
It's from gentoo commit c79952c0fbc8e5bb1a6d29cdb4b71248dff21c1b.
2022-02-24 15:07:35 +01:00
Krzesimir Nowak
9803e717a1 app-text/xmlto: Sync with gentoo
It's from gentoo commit c94fd2639c28d829963b46dc993e230aeda2f2b0.
2022-02-24 15:07:35 +01:00
Thilo Fromm
9afab3aac4 ci-automation/vendor-testing: add qemu_uefi
This change adds the qemu_uefi.sh vendor test. It reuses most of the
implementation in qemu.sh (qemu_uefi.sh is a soft-link to qemu.sh).

This also enables qemu testing for ARM64.

Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
2022-02-24 13:54:58 +01:00
Thilo Fromm
2dcc461e17
Merge pull request #238 from flatcar-linux/t-lo/fix-test-report-update-script
ci-automation: fix test_update_reruns typo
2022-02-24 12:38:16 +01:00
Thilo Fromm
308a2a2ab6 ci-automation/sdk_bootstrap: check submodules for nightly branch push
Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
2022-02-24 12:06:28 +01:00
Thilo Fromm
82da911c27 ci-automation/sdk_bootstrap: Only push to main in nightlies
Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
2022-02-24 11:02:34 +01:00
Mathieu Tortuyaux
9ff06adbdd Merge pull request #1667 from flatcar-linux/tormath1/libmspack
dev-libs/libmspack: bump to 0.10.1_alpha
2022-02-24 10:47:38 +01:00
Mathieu Tortuyaux
4a7b23cf2c Merge pull request #298 from flatcar-linux/tormath1/libxml2
dev-libs/libxml2: bump to 2.9.13
2022-02-24 10:46:03 +01:00
Mathieu Tortuyaux
d0a6d40084 Merge pull request #1668 from flatcar-linux/tormath1/libxml2
profiles/base: stabilize libxml2
2022-02-24 10:45:40 +01:00
Mathieu Tortuyaux
a91b938aec profiles/base: stabilize libxml2
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-02-24 10:45:04 +01:00
Mathieu Tortuyaux
264db24f95 Merge pull request #297 from flatcar-linux/tormath1/duktape
dev-lang/duktape: sync with ::gentoo
2022-02-24 10:42:12 +01:00
Mathieu Tortuyaux
d8a204efb7 Merge pull request #1665 from flatcar-linux/tormath1/duktape
profiles/base: stabilize duktape
2022-02-24 10:41:59 +01:00
Thilo Fromm
39b65765b4 ci-automation: fix test_update_reruns typo
Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
2022-02-24 10:11:38 +01:00
Flatcar Buildbot
7832ee4f95 sys-kernel: Upgrade Kernel 5.15.24 to 5.15.25 2022-02-24 07:22:10 +00:00
Thilo Fromm
7cadae957a ci-automation: SDK build updates version.txt in main branch
This change has sdk_bootstrap update the origin branch when run from the
main branch, updating the SDK and OS version in 'main' for each SDK
bootstrap build.

Release / maintenance branches have the SDK version set in the
versionfile at release time. But main is never updated.

Updating the versionfile in main when a new SDK is built ensures that
dev branches based on main will also use the correct SDK version (e.g.
in subsequent CI builds).
2022-02-23 20:41:57 +01:00
Thilo Fromm
248ffcef03 ci-automation/util/fetch_image.sh: fetch CI build stage image
Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
2022-02-23 19:25:12 +01:00
Mathieu Tortuyaux
bee10f9cd2 changelog: add entries
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-02-23 19:00:11 +01:00
Mathieu Tortuyaux
fdeca9ee95 dev-libs/libxml2: sync with ::gentoo
Commit-Ref: f4b02380c6eb5d4829d3909694a93566b789e5d6

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-02-23 18:55:15 +01:00
Mathieu Tortuyaux
abef07f31a changelog: add entry
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-02-23 18:38:40 +01:00
Mathieu Tortuyaux
74ed89937c dev-libs/libmspack: apply flatcar changes
* remove useless ebuild
* set the prefix to the OEM partition since this is vmware-only

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-02-23 18:30:09 +01:00
Mathieu Tortuyaux
8deb1b043a dev-libs/libmspack: sync with ::gentoo
Commit-Ref: f4b02380c6eb5d4829d3909694a93566b789e5d6

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-02-23 18:28:07 +01:00
Thilo Fromm
368aa61796
Merge pull request #234 from flatcar-linux/t-lo/container-tests-add-per-image-summary-report
ci-automation/test*: per-image summary report, honour pre-set PARALLEL_TESTS
2022-02-23 17:42:25 +01:00
Mathieu Tortuyaux
7caf5959c6 changelog: add entries
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-02-23 16:46:41 +01:00
Mathieu Tortuyaux
5982f75c88 profiles/base: stabilize duktape
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-02-23 16:41:01 +01:00
Mathieu Tortuyaux
6f3b332ab4 dev-lang/duktape: sync with ::gentoo
Commit-Ref: f4b02380c6eb5d4829d3909694a93566b789e5d6

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2022-02-23 16:34:08 +01:00
Krzesimir Nowak
f521644278 Merge pull request #287 from flatcar-linux/krnowak/pkg-updates-2014
Update packages from 2014
2022-02-23 13:22:08 +01:00
Thilo Fromm
e92521c166 ci-automation/test*: per-image summary, honor parallel
Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
2022-02-23 11:30:54 +01:00
Thilo Fromm
5ac2418679
Merge pull request #232 from flatcar-linux/t-lo/container-tests-publish-results
ci-automation: publish test results, add to GC
2022-02-23 10:23:40 +01:00
Thilo Fromm
3253435d6c ci-automation/test.sh: publish to _kola_tmp, not debug/_kola_tmp
Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
2022-02-22 18:27:36 +01:00