Thilo Fromm
cfc5fe67cc
Merge pull request #1502 from flatcar-linux/t-lo/fix-semodule-in-policycoreutils-postinst
...
sys-apps/policycoreutils: update correct SELinux store
2021-12-16 18:51:40 +01:00
Thilo Fromm
6038166dc1
policycoreutils semodule fix: add bugfix changelog
...
Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
2021-12-16 18:48:06 +01:00
Krzesimir Nowak
af242e5d15
Merge pull request #193 from flatcar-linux/krnowak/pr-numbers-for-scripts
...
jenkins/manifest: Accept PR numbers also for scripts
2021-12-16 18:27:53 +01:00
Krzesimir Nowak
e90c32752e
profiles: Drop keywords for sys-boot/gnu-efi
...
The updated package is stable for arm64 too now.
2021-12-16 14:03:08 +01:00
Krzesimir Nowak
de8b243fa6
profiles: Update use flags for sys-apps/smartmontools
...
There is no minimal use flag any more, but it was more or less the
same as no daemon and no update drive database. We also disable
systemd integration, because it's only related to the daemon
functionality that we disabled.
2021-12-16 14:03:08 +01:00
Krzesimir Nowak
9121acd2d5
profiles: Drop keywords for sys-apps/smartmontools
...
The updated package is stable for arm64 too now.
2021-12-16 14:03:08 +01:00
Krzesimir Nowak
d7cb798efe
profiles: Drop keywords for sys-apps/pv
...
The updated package is stable for arm64 too now.
2021-12-16 14:03:08 +01:00
Krzesimir Nowak
0629654e35
profiles: Drop keywords for sys-apps/lshw
...
The updated package is stable for arm64 too now.
2021-12-16 14:03:08 +01:00
Krzesimir Nowak
05f4917972
profiles: Drop keywords for sys-apps/dtc
...
The updated package is stable for arm64 too now.
2021-12-16 14:03:08 +01:00
Krzesimir Nowak
47d0b22c6c
profiles: Drop keywords for sys-apps/debianutils
...
The updated package is stable for arm64 too now.
2021-12-16 14:03:08 +01:00
Krzesimir Nowak
ae01f6c8cb
profiles: Drop keywords for net-firewall/ipset
...
The updated package is stable for arm64 too now.
2021-12-16 14:03:08 +01:00
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
Krzesimir Nowak
71796c9e23
jenkins/manifest: Accept PR numbers also for scripts
2021-12-16 13:37:15 +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
Krzesimir Nowak
7262225ce8
eclass/udev: Fix a comment
...
I copy-pasted the comment from systemd eclass and actually forgot to
remove the part about keeping deprecated functions.
2021-12-15 21:01:59 +01:00
Krzesimir Nowak
25fa5f5377
eclass/systemd: Drop the deprecated tmpfiles functions
...
I brought them back when I synced the eclass with gentoo, but now
nothing is using them, so drop them again.
2021-12-15 21:01:58 +01:00
Krzesimir Nowak
01959c40fc
eclass/toolchain-glibc: Drop unused
...
Despite having a serious name (glibc!) it is not inherited anywhere
and is even marked as dead in gentoo. I spotted it only because it's
using deprecated systemd_newtmpfilesd, which I'm currently replacing.
2021-12-15 21:01:58 +01:00
Krzesimir Nowak
fbfac10614
virtual/tmpfiles: Sync with gentoo
...
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
2021-12-15 21:01:58 +01:00
Krzesimir Nowak
c121006142
eclass/tmpfiles: Sync with gentoo
...
It's from gentoo commit fa2c0aca5c011717293354fd564971196be4edaf.
2021-12-15 21:01:58 +01:00
Dongsu Park
bce55feabd
acct-group/portage: import new package
...
Import acct-group/portage, needed by sys-apps/portage 3.0.20.
2021-12-14 15:30:09 +01:00
Dongsu Park
57f31cf093
acct-user/portage: import new package
...
Import acct-user/portage, needed by sys-apps/portage 3.0.20.
2021-12-14 15:30:09 +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
4bb8b4c120
Merge pull request #152 from flatcar-linux/krnowak/python-transition2
...
Python transition: add a way to remove hard blockers and default to python3 interpreter
2021-12-13 14:49:47 +01:00
Krzesimir Nowak
cbcdb3a989
Merge pull request #214 from flatcar-linux/krnowak/python-transition2
...
Python transition: update python packages
2021-12-13 14:49:46 +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
234aa9dbad
changelog: Add entries
2021-12-13 14:47:03 +01:00
Krzesimir Nowak
24f8df4e7b
profiles/updates: Sync with gentoo
...
This is to bring information about dev-util/dwarves rename into
dev-util/pahole.
2021-12-13 14:47:03 +01:00
Krzesimir Nowak
e4dbe66e45
changelog: Add an entry
2021-12-10 20:09:53 +01:00
Krzesimir Nowak
89b5505fe6
build_library/catalyst_sdk.sh: Try different way of picking python as default intepreter
...
Let's see if `eselect python update` would work. It's certainly nicer,
because there would be one place less to change on the next python
update.
2021-12-10 20:06:40 +01:00
Krzesimir Nowak
790fd0fd2c
build_library/catalyst_sdk.sh: Select python 3.9 as a default interpreter
...
At this point nothing pulls python2 anymore, so it became an invalid
target.
2021-12-10 20:06:40 +01:00
Krzesimir Nowak
186f1de4fa
update_chroot: Add a way to remove hard blockers
...
And set it to remove some old version of dev-python/setuptools_scm
package.
2021-12-10 20:06:40 +01:00
Krzesimir Nowak
e9e9ae1357
app-emulation/qemu: Add from gentoo
...
It's from gentoo commit 8d870057dfc9bf56a26945c1ee9dae5e7458301a.
2021-12-10 17:32:12 +01:00
Krzesimir Nowak
c306b6cd2c
dev-python/boto: Move to coreos-overlay
...
We need to patch the ebuild to avoid breaking the build.
2021-12-10 17:32:12 +01:00
Krzesimir Nowak
d7078780e7
dev-util/boost-build: Sync with gentoo
...
It's from gentoo commit 530551e67b618aa77eee811226d0776392340c5d.
2021-12-10 17:32:12 +01:00
Krzesimir Nowak
c354154a82
dev-lang/python-exec-conf: Add from gentoo
...
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
It's a dependency of dev-lang/python-exec.
2021-12-10 17:32:12 +01:00
Krzesimir Nowak
1a94eafc1e
eclass/eapi8-dosym: Add from gentoo
...
It's from gentoo commit 38842746d945778db9cf6ee5ea4d1033d53ed3a8.
It's a dependency of python-utils-r1.eclass.
2021-12-10 17:32:12 +01:00
Krzesimir Nowak
8485b71ddf
app-eselect/eselect-python: Sync with gentoo
...
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
2021-12-10 17:32:12 +01:00
Krzesimir Nowak
5b7f2d9872
dev-vcs/repo: Add from gentoo
...
It's from gentoo commit aa3c2b309e1678862a1618433ccf1633751d6c7d.
It used to be in overlay, locked to the last version supporting
python2. It should not be necessary any more, so move the package here
and update it.
2021-12-10 17:32:12 +01:00
Krzesimir Nowak
c5e360c45b
dev-util/catalyst: Add from gentoo
...
It's from gentoo commit d118e22483ef33e517af245eb27eb50c827de4b9.
It replaces the catalyst package we had in overlay. While at it,
update it to recent version.
2021-12-10 17:32:12 +01:00
Krzesimir Nowak
bf3f7415a1
sys-libs/tevent: Sync with gentoo
...
It's from gentoo commit cc183203562fa1835cbc23db0ca9d6e265f143bc.
2021-12-10 17:32:12 +01:00
Krzesimir Nowak
9e0d201f2f
sys-libs/tdb: Sync with gentoo
...
It's from gentoo commit 1aceb8a869524d1d4519b8119099dd9e93edc5f3.
2021-12-10 17:32:12 +01:00
Krzesimir Nowak
beba9197a2
sys-libs/libseccomp: Sync with gentoo
...
It's from gentoo commit 286a416c1be5cc2a0518eea070862ca74f062eef.
2021-12-10 17:32:12 +01:00