Krzesimir Nowak
6f66a9ecd9
profiles: Drop keywords for net-dialup/minicom
...
The updated package is stable for arm64 too now.
2021-12-16 14:03:08 +01:00
Krzesimir Nowak
6739933bcf
profiles: Drop keywords for dev-cpp/glog
...
The updated package is stable for arm64 too now.
2021-12-16 14:03:08 +01:00
Krzesimir Nowak
94d80b99ae
profiles: Drop app-misc/editor-wrapper keywords
...
The old version of the package didn't have a keyword for arm64. We
just updated it and it's stable for arm64 too, rendering the entry in
accept_keyword unnecessary.
2021-12-16 14:03:08 +01:00
Thilo Fromm
99ab4bc73c
sys-apps/policycoreutils: guard against empty ${ROOT}
...
Co-authored-by: Krzesimir Nowak <knowak@microsoft.com>
2021-12-16 13:56:51 +01:00
Thilo Fromm
58294f287f
sys-apps/policycoreutils: update correct SELinux store
...
The policycoreutils ebuild calls `semodule` in postinst to update SELinux stores.
It does not, however, tells `semodule` the correct ROOT to use, so builds that go into `/build/[arch]-usr` end up updating the SDK's store.
Fixes
libsemanage.semanage_commit_sandbox: Error while renaming /var/lib/selinux/targeted/active to /var/lib/selinux/targeted/previous. (Invalid cross-device link)
observed when using the SDK Container to build the OS image.
It now also updates the correct store, which it previously did not.
2021-12-16 13:56:51 +01:00
Dongsu Park
c9017c62b8
sys-apps/portage: update to 3.0.28-r1 for EAPI 8
...
To be able to support EAPI 8 used by a few ebuilds nowadays, we need to
update sys-apps/portage to 3.0.28-r1. Simply sync with Gentoo.
2021-12-16 13:52:59 +01:00
Mathieu Tortuyaux
46f9a0bdda
Merge pull request #1484 from flatcar-linux/tormath1/mirror
...
.github/wf: add mirror-calico action
2021-12-16 13:44:07 +01:00
Mathieu Tortuyaux
09ec053597
Merge pull request #1503 from flatcar-linux/tormath1/containerd
...
app-emulation/containerd: update manifest
2021-12-16 13:18:51 +01:00
Mathieu Tortuyaux
748baac625
app-emulation/containerd: update manifest
...
The length of the shorthand commit hash is not constant.
It varies depending on the number of commits in the repo and
it lengthens as necessary to avoid hash conflicts.
When you download GitHub achives, these values are filled.
See also:
* https://github.com/containerd/containerd/discussions/6382
* https://github.com/google/ko/issues/315#issuecomment-783718564
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2021-12-16 11:08:14 +01:00
Dongsu Park
4240f03432
Merge pull request #1495 from flatcar-linux/dongsu/gce-oslogin-sshd-config
...
sys-auth/google-oslogin: accept ssh-rsa in sshd_config for openssh 8.8
2021-12-13 19:09:25 +01:00
Dongsu Park
ac7e8b2232
sys-auth/google-oslogin: accept ssh-rsa in sshd_config for openssh 8.8
...
Temporarily accept ssh-rsa algorithm in sshd_config for openssh >= 8.8,
until most ssh clients could deprecate ssh-rsa.
It is the same fix as https://github.com/flatcar-linux/init/pull/54 .
However, we should do that again for GCE, because the google-oslogin
ebuild overwrites the existing sshd_config.
2021-12-13 15:10:24 +01:00
Krzesimir Nowak
51c47c610c
Merge pull request #1277 from flatcar-linux/krnowak/python-transition2
...
Python transition: clean up stale keywords
2021-12-13 14:49:46 +01:00
Krzesimir Nowak
d61e4c0da5
changelog: Add entry for update of python
2021-12-10 17:31:12 +01:00
Krzesimir Nowak
659054b567
app-emulation/qemu: Move to portage-stable
...
The ebuild has no Flatcar modifications now.
2021-12-10 17:26:19 +01:00
Krzesimir Nowak
766b1a9d6b
dev-python/boto: Apply Flatcar modifications
2021-12-10 17:26:19 +01:00
Krzesimir Nowak
3598bbbe98
dev-python/boto: Import from portage-stable
2021-12-10 17:26:19 +01:00
Krzesimir Nowak
03048d2445
dev-python/distro-oem: Depend on new version of python-oem
2021-12-10 17:26:19 +01:00
Krzesimir Nowak
2bc34d1da7
app-emulation/wa-linux-agent: Depend on new version of python-oem
2021-12-10 17:26:19 +01:00
Krzesimir Nowak
d19d339f88
coreos-devel/sdk-depends: Add app-eselect/eselect-python to deps
...
It used to be pulled in by dev-lang/python, but not any more. It is
needed for running fsscript during stage4 of SDK build to set up the
default python interpreter.
2021-12-10 17:26:19 +01:00
Krzesimir Nowak
4c4b6192f9
net-misc/google-cloud-sdk: Properly use the python single eclass
...
If python-single-r1.eclass is inherited, then PYTHON_USEDEP can't be
used directly inside dependency variable - either PYTHON_SINGLE_USEDEP
(for single-python-impl packages) should be used or the dependency
should be wrapped into python_gen_cond_dep function (for
multi-python-impl packages). crcmod is a multi-python-impl package, so
use the latter.
Also follow the practice of specifying the BDEPEND in terms of
RDEPEND. For this, we need to bump the EAPI to 7.
2021-12-10 17:26:19 +01:00
Krzesimir Nowak
54dbfd2cf4
sys-auth/sssd: Make PYTHON_COMPAT a bit more future-proof
2021-12-10 17:26:19 +01:00
Krzesimir Nowak
08b4623745
sys-apps/systemd: Make PYTHON_COMPAT a bit more future-proof
2021-12-10 17:26:19 +01:00
Krzesimir Nowak
9b5573feba
net-firewall/nftables: Make PYTHON_COMPAT a bit more future-proof
2021-12-10 17:26:19 +01:00
Krzesimir Nowak
7888ad939b
sys-apps/dbus: Make PYTHON_COMPAT a bit more future-proof
2021-12-10 17:26:19 +01:00
Krzesimir Nowak
735bb27c90
sys-libs/libsemanage: Make PYTHON_COMPAT a bit more future-proof
2021-12-10 17:26:19 +01:00
Krzesimir Nowak
204a36b601
sys-libs/libselinux: Make PYTHON_COMPAT a bit more future-proof
2021-12-10 17:26:18 +01:00
Krzesimir Nowak
3431da6375
sys-libs/ldb: Make PYTHON_COMPAT a bit more future-proof
2021-12-10 17:26:18 +01:00
Krzesimir Nowak
0897fcb98f
sys-libs/glibc: Make PYTHON_COMPAT a bit more future-proof
2021-12-10 17:26:18 +01:00
Krzesimir Nowak
b2b15c3006
sys-devel/gdb: Make PYTHON_COMPAT a bit more future-proof
2021-12-10 17:26:18 +01:00
Krzesimir Nowak
162d0d434e
sys-boot/grub: Make PYTHON_COMPAT a bit more future-proof
2021-12-10 17:26:18 +01:00
Krzesimir Nowak
46c9711979
sys-apps/portage: Make PYTHON_COMPAT a bit more future-proof
2021-12-10 17:26:18 +01:00
Krzesimir Nowak
3b9e88d78a
sys-apps/policycoreutils: Make PYTHON_COMPAT a bit more future-proof
2021-12-10 17:26:18 +01:00
Krzesimir Nowak
930e8b1d3a
net-misc/google-cloud-sdk: Make PYTHON_COMPAT a bit more future-proof
2021-12-10 17:26:18 +01:00
Krzesimir Nowak
bea9ffd812
net-fs/samba: Make PYTHON_COMPAT a bit more future-proof
2021-12-10 17:26:18 +01:00
Krzesimir Nowak
e39e8216bf
dev-vcs/repo: Move it back to portage-stable
...
We are dropping python2, making python3 the default, so there is no
reason to keep this old version of repo in overlay any more.
2021-12-10 17:26:18 +01:00
Krzesimir Nowak
6dd1e7433d
dev-util/catalyst: Drop the package
...
The reason for keeping it was that the package assumed that
unversioned python will point to python3 which wasn't the case in
Flatcar. Now that we updated python and made python3 the default, we
can move this package back to portage-stable and update it there.
2021-12-10 17:26:18 +01:00
Krzesimir Nowak
2303c61bd8
dev-lang/rust: Make PYTHON_COMPAT a bit more future-proof
2021-12-10 17:26:18 +01:00
Krzesimir Nowak
0562a13b0e
coreos-base/emerge-gitclone: Make PYTHON_COMPAT a bit more future-proof
2021-12-10 17:26:18 +01:00
Krzesimir Nowak
a7abaa2ae1
coreos-base/coreos-init: Make PYTHON_COMPAT a bit more future-proof
2021-12-10 17:26:18 +01:00
Krzesimir Nowak
2e2da29c85
app-misc/ca-certificates: Make PYTHON_COMPAT a bit more future-proof
2021-12-10 17:26:18 +01:00
Krzesimir Nowak
30a1ecd137
app-emulation/xenstore: Make PYTHON_COMPAT a bit more future-proof
2021-12-10 17:26:18 +01:00
Krzesimir Nowak
be8f416527
app-emulation/qemu: Revert the PYTHON_COMPAT changes
...
We are updating python, so this modification is not needed any
more. This also seems to be the only modification we have made in this
ebuild, so we will move it back to portage-stable shortly.
2021-12-10 17:26:18 +01:00
Krzesimir Nowak
34c4919983
app-crypt/mit-krb5: Revert the PYTHON_COMPAT changes
...
We are updating python, so this modification is not needed any more.
2021-12-10 17:26:18 +01:00
Krzesimir Nowak
f6c136bfa8
profiles: Update keywords for dev-util/pahole
...
The pahole package now has a keyword for arm64, but it's still
unstable. It's stable for amd64 so no keyword for it is needed.
2021-12-10 17:26:18 +01:00
Krzesimir Nowak
a896c6d603
coreos-devel/sdk-depends: Update a dependency on dev-util/dwarves
...
`dev-util/dwarves` got renamed to `dev-util/pahole`. Reflect that here
too.
2021-12-10 17:26:18 +01:00
Krzesimir Nowak
ba710e1c18
profiles: Switch to python 3.9
2021-12-10 17:26:18 +01:00
Krzesimir Nowak
7879ac6535
dev-lang/python-oem: Apply Flatcar modifications
2021-12-10 17:26:18 +01:00
Krzesimir Nowak
552455fb67
dev-lang/python-oem: Copy ebuild of python 3.9.8 from gentoo
...
This is the latest stable version at the moment.
2021-12-10 17:26:18 +01:00
Krzesimir Nowak
5197208ce6
profiles: Drop entry for dev-util/perf-next
...
There is no such package, even gentoo does not have it.
2021-12-10 17:26:18 +01:00
Krzesimir Nowak
0bd3e6595d
app-emulation/google-compute-engine: Use python3 explicitly
2021-12-10 17:26:18 +01:00