14297 Commits

Author SHA1 Message Date
Krzesimir Nowak
75ec7fbd42 *: Get rid of EAPI 4
Only partially - I didn't touch app-shells/bash, since it's slated to
be updated anyway.
2021-10-04 18:27:23 +02:00
Krzesimir Nowak
1f61b80842 *: Get rid of EAPI 2 2021-10-04 18:27:23 +02:00
Dongsu Park
66998b495a Merge pull request #1319 from flatcar-linux/dongsu/github-actions-ovt
.github: new Github workflow for open-vm-tools
2021-10-04 17:14:28 +02:00
Dongsu Park
4ac285d645 .github: add workflow_dispatch for every workflow
Add `workflow_dispatch` for every workflow, so we can manually test
individual workflows whenever we want.
2021-10-04 17:11:09 +02:00
Dongsu Park
2b84ad8efd .github: new Github workflow for open-vm-tools
Automatically update coreos/open-vm-tools as well as
coreos-base/oem-vmware.

Get the latest open-vm-tools release number, and get its build number
from the Github repo, and replace the old build number with the new one.

Also sync coreos-base/oem-vmware in line with open-vm-tools.
2021-10-04 17:10:47 +02:00
Sayan Chowdhury
892f76a9ca Merge pull request #1313 from flatcar-linux/sayan/update-bash-5.1
app-shells/bash: Sync with Gentoo upstream; updates to 5.1
2021-10-01 21:49:13 +05:30
Dongsu Park
9d0d4c6389 Merge pull request #1318 from flatcar-linux/firmware-20210919-main
Upgrade Linux Firmware in main from 20210818 to 20210919
2021-10-01 17:16:49 +02:00
Sayan Chowdhury
acee1f96d7 app-shells/bash: Apply Flatcar patches
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2021-10-01 08:34:29 +00:00
Sayan Chowdhury
7e69564aef app-shells/bash: Sync with Gentoo upstream; updates to 5.1_p8
gentoo ref: 0ed05ce0a8f0d1c3dfa6151e7ebb25b67c4aae16

Signed-off-by: Sayan Chowdhury <sayan@kinvolk.io>
2021-10-01 08:33:32 +00:00
Sayan Chowdhury
d0d372408b dev-util/meson-format-array: Add new package as meson dependency
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2021-10-01 07:40:40 +00:00
Sayan Chowdhury
07041260fd dev-util/meson: Sync with gentoo upstream; updates to 0.57.2
gentoo ref: 476cd2936d

Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2021-10-01 07:40:40 +00:00
Sayan Chowdhury
1c6a2d831e dev-python/jinja: Add new package for systemd dependency
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2021-10-01 07:40:40 +00:00
Sayan Chowdhury
46b66f6236 eclass: Add meson-multilib, and sync meson with Gentoo upstream
Signed-off-by: Sayan Chowdhury <sayan@kinvolk.io>
2021-10-01 07:40:39 +00:00
Sayan Chowdhury
c0ec35c1e0 acct-user/*: Add the needed acct-user package for systemd v249
Signed-off-by: Sayan Chowdhury <sayan@kinvolk.io>
2021-10-01 07:40:39 +00:00
Sayan Chowdhury
332cc1ce6e acct-group/*: Add the needed groups for systemd v249
Signed-off-by: Sayan Chowdhury <sayan@kinvolk.io>
2021-10-01 07:40:39 +00:00
Flatcar Buildbot
cf16fed72b sys-kernel: Upgrade Kernel 5.10.69 to 5.10.70 2021-10-01 07:22:32 +00:00
Sayan Chowdhury
a889538071 Merge pull request #1316 from ArkaprabhaChakraborty/arkaprabha/update-libgcrypt
upgraded libgcrypt to 1.9.4
2021-09-30 20:08:32 +05:30
Aniruddha Basak
c3dc9f20e5 Remove util-linux entry from package.accept_keywords 2021-09-30 13:57:19 +00:00
Dongsu Park
1cdf93de4d .github: split git repo init part into prepare_git_repo
We need to split the beginning of setting up the top-level git repo into
a new function prepare_git_repo, and call it in the beginning of each
script. That is to prevent some corner cases, where applying multiple
patches does not work because the latter overwrites the former patch.
So we should not set up the git repo again in each apply_patch, but only
in the beggining, prepare_git_repo.
2021-09-30 14:15:24 +02:00
Dongsu Park
b1e2d22d03 .github: clean up an unnecessary patch file
After applying a patch file, we should clean up the unnecessary patch
file, to avoid conflicts when applying multiple patches in one PR.
2021-09-30 14:13:10 +02:00
ArkaprabhaChakraborty
8586f45325 Add plocale.eclass 2021-09-30 08:39:22 +00:00
ArkaprabhaChakraborty
bb597c8f0b Upgrade git 2.32.0-r1 2021-09-30 08:38:02 +00:00
Aniruddha Basak
faf115acde Update util-linux to 2.37.2 2021-09-30 08:05:27 +00:00
Mathieu Tortuyaux
526bf189a5 coreos-base/afterburn: bump commit ID
this pulls the following PR:
- https://github.com/flatcar-linux/afterburn/pull/11
- https://github.com/flatcar-linux/afterburn/pull/14

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2021-09-30 09:59:06 +02:00
Flatcar Buildbot
22e11ed796 sys-kernel: Upgrade Linux Firmware 20210818 to 20210919 2021-09-30 07:13:13 +00:00
Aniruddha Basak
3ca09a0ab0 Update app-editors/vim to cat 8.2.0814 2021-09-29 15:30:43 +00:00
Dongsu Park
7ecc6e2c3a Merge pull request #1314 from flatcar-linux/dongsu/audit-fix-patch-hash
sys-process/audit: fix hash of patch 017e6c6ab95d
2021-09-29 14:41:14 +02:00
ArkaprabhaChakraborty
232a9f4261 Add Upgrade curl 7.79.1 to package.accept_keywords 2021-09-29 11:23:59 +00:00
ArkaprabhaChakraborty
0751cb1939 Upgrade curl 7.79.1 2021-09-29 11:03:56 +00:00
ArkaprabhaChakraborty
2d7cd3b77e Add Upgrade libgcrypt 1.9.4 to package.accept_keywords 2021-09-29 11:01:31 +00:00
ArkaprabhaChakraborty
5c6b9c65e0 Upgrade libgcrypt 1.9.4 2021-09-29 10:58:35 +00:00
Dongsu Park
fb44a0c9c3 sys-process/audit: fix hash of patch 017e6c6ab95d
`ebuild audit-2.8.5-r1.ebuild manifest` fails like that:

```
>>> Downloading
'017e6c6ab9.patch'
--2021-09-29 04:05:09--
017e6c6ab9.patch
Resolving github.com... 140.82.121.3
Connecting to github.com|140.82.121.3|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 854 [text/plain]
Saving to: /mnt/host/source/.cache/distfiles/audit-017e6c6ab95df55f34e339d2139def83e5dada1f.patch.__download__

2021-09-29 04:05:09 (57.3 MB/s) -
/mnt/host/source/.cache/distfiles/audit-017e6c6ab95df55f34e339d2139def83e5dada1f.patch.__download__ saved [854/854]

!!! Fetched file:
audit-017e6c6ab95df55f34e339d2139def83e5dada1f.patch VERIFY FAILED!
!!! Reason: Filesize does not match recorded size
!!! Got:      854
!!! Expected: 852
Refetching... File renamed to
'/mnt/host/source/.cache/distfiles/audit-017e6c6ab95df55f34e339d2139def83e5dada1f.patch._checksum_failure_.o2889wwd'
!!! Couldn't download 'audit-017e6c6ab95df55f34e339d2139def83e5dada1f.patch'. Aborting.
```

That happens because the upstream audit patch
017e6c6ab9.patch
silently changed, so it could have a git commit of 8-bytes instead 7.

Fix the hash in Manifest for now, until we could update
sys-process/audit to 3.0. Upstream Gentoo already has 3.0, dropped 2.8.
However, updating to 3.0 might not so trivial due to Flatcar changes in
audit.
2021-09-29 10:14:30 +02:00
Dongsu Park
14f3f5eb8f Merge pull request #1312 from flatcar-linux/dongsu/gnupg-2.2.29
app-crypt/gnupg: update to 2.2.29
2021-09-28 17:13:38 +02:00
Krzesimir Nowak
5415cf771d virtual/os-headers: Sync with gentoo
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.

We bumped sys-kernel/linux-headers. Then also bump the virtual package
for it.
2021-09-28 16:04:49 +02:00
Krzesimir Nowak
707aa2f758 sys-kernel/linux-headers: Sync with gentoo
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.

kernel-2 eclass dropped support for old EAPIs, so the linux-headers
package needs refreshing.
2021-09-28 15:55:10 +02:00
Krzesimir Nowak
5400affa86 eclass/kernel-2: Support python3.6 too 2021-09-28 15:55:09 +02:00
Krzesimir Nowak
ca04ebdb73 eclass/kernel-2: Sync with gentoo 2021-09-28 15:55:09 +02:00
Dongsu Park
9ce9483b92 Merge pull request #1310 from flatcar-linux/dongsu/fix-ga-firmware-ebuild
.github: get correct ebuild file name from old version
2021-09-28 15:55:08 +02:00
Dongsu Park
e1bb951444 .github: get correct ebuild file name from old version
The bug fix https://github.com/flatcar-linux/coreos-overlay/pull/1129
caused a regression that Github Actions cannot determine a correct
$VERSION_OLD if the old ebuild file has a suffix like `-r1`.
We need to create a function to get a correct ebuild file name, by
falling back to the most similar name, in case the expected ebuild
file does not exist.
2021-09-28 12:50:28 +02:00
Krzesimir Nowak
35979152e7 Merge pull request #1309 from flatcar-linux/linux-5.10.69-main
Upgrade Linux Kernel in main from 5.10.68 to 5.10.69
2021-09-28 10:16:57 +02:00
Dongsu Park
20449e0f4d profiles: delete app-crypt/gnupg from accept_keywords
Since app-crypt/gnupg is already stablilized for both amd64 and arm64,
we do not need gnupg in accept_keywords.
2021-09-27 15:37:57 +02:00
Dongsu Park
4ab9a38e02 app-crypt/gnupg: use EAPI=7
We should stay with EAPI=7, until EAPI 8 could be fully supported
by the Flatcar code base.
2021-09-27 15:37:57 +02:00
Dongsu Park
8617b30cb6 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 3d9a9c9c3654c6b8c073e306636bf8dc64cfb657 .
2021-09-27 15:37:43 +02:00
Dongsu Park
0c0f91e48d app-crypt/gnupg: update to 2.2.29
Update app-crypt/gnupg to 2.2.29.
One of the key purposes for the update is to be able to use the new
default keyserver `keyserver.ubuntu.com`, which is provided by default
since 2.2.29. It is due to the shutdown of the SKS keyserver pools.

See also https://bugs.gentoo.org/811828 .
2021-09-27 15:33:24 +02:00
Krzesimir Nowak
6af2ebf647 *: Drop dev-python/openssl and its dependencies 2021-09-27 15:24:17 +02:00
Krzesimir Nowak
31736e3638 app-portage/gentoolkit: Bring back from overlay
This is from gentoo commit 8e426ccff148220423503c9a1c6c512c9b63ddfa.
2021-09-27 14:55:47 +02:00
Krzesimir Nowak
9450a14ac2 dev-python/setuptools: Bring back from overlay
This comes from gentoo commit fe13784be44e5167f67315bf280690004aae885e.
2021-09-27 14:55:47 +02:00
Krzesimir Nowak
8682ce1bad sys-libs/talloc: Bring back from overlay
This comes from gentoo commit
3e3fc100e5298bae3ef766d10144dac5c46218c3, so it's a bit older than the
version in overlay, but the differences are small: the newer version
dropped "multilib" from inherit and has more stable keywords. We will
need to add accept_keywords to overlay for this package.
2021-09-27 14:55:47 +02:00
Krzesimir Nowak
a62a2153f7 sys-apps/coreutils: Bring back from overlay
Comes from commit 644f513293168d45627a987fe44ff49a09167219. Could be
updated later, when we update python3.
2021-09-27 14:55:47 +02:00
Krzesimir Nowak
f0b36f19e1 eclass: Accept one parameter only
It's backported from gentoo, some newer packages in gentoo started to
use python_gen_cond_dep with one parameter only, so when we updated
them in portage stable, we don't want them to fail to build.
2021-09-27 14:55:47 +02:00