Dongsu Park
dced51899c
changelog: add changelog for less 608
2023-02-20 12:24:48 +01:00
Dongsu Park
7b15ff9a79
sys-apps/less: update to 608-r2
...
Update sys-apps/less to 608-r2, mainly to address CVE-2022-46663.
Gentoo commit: 5266422ebb13eb9acbcb976a9f42232f1c3bb0d9
2023-02-20 12:24:48 +01:00
Kai Lueke
b5f0e88504
coreos-base/coreos-init: Exclude K8s' special interfaces
...
This pulls in
https://github.com/flatcar/init/pull/89
to set the Kubernetes interfaces nodelocaldns and kube-ipvs0 as
Unmanaged in networkd to prevent configuration conflicts.
2023-02-20 19:11:03 +09:00
Flatcar Buildbot
cf9216166c
dev-lang: Upgrade Go 1.19.5 to 1.19.6
2023-02-20 07:27:15 +00:00
Kai Lüke
809401262f
Merge pull request #662 from flatcar/mantle-update-main
...
Upgrade mantle container image to latest HEAD in main
2023-02-20 08:09:21 +01:00
Dongsu Park
818bab8f60
Merge pull request #2454 from flatcar/dongsu/gcc-glibc-cet
...
profiles: update sys-devel/gcc to 11.3.1_p20230120-r1
2023-02-17 16:00:04 +01:00
Dongsu Park
91393a0bea
Merge pull request #2460 from flatcar/dongsu/openssh-9.2
...
net-misc/openssh: update to 9.2_p1-r2
2023-02-17 15:49:02 +01:00
Dongsu Park
ee4862a9c5
Merge pull request #2459 from flatcar/containerd-1.6.18-main
...
Upgrade Containerd in main from 1.6.16 to 1.6.18
2023-02-17 15:24:55 +01:00
Flatcar Buildbot
f88c6cd4fa
Update mantle container image to latest HEAD
2023-02-17 13:33:09 +00:00
Krzesimir Nowak
fb805ee866
Merge pull request #654 from flatcar/krnowak/verbose-emerge
...
Make emerge and catalyst verbose by default
2023-02-17 14:32:52 +01:00
Krzesimir Nowak
8465eab673
Merge pull request #416 from flatcar/krnowak/fix-verbose-bootstrap
...
scripts/bootstrap: fix verbose bootstrap
2023-02-17 14:32:13 +01:00
Krzesimir Nowak
a1fafb2209
changelog: Add an entry
2023-02-17 12:23:09 +01:00
Krzesimir Nowak
b45bed244e
changelog: Add an entry
2023-02-17 12:22:38 +01:00
Krzesimir Nowak
7241464358
dev-python/distro-oem: Bump python dep to 3.10
2023-02-17 12:20:12 +01:00
Krzesimir Nowak
ac0f9ba2d8
app-emulation/wa-linux-agent: Bump python dep to 3.10
2023-02-17 12:20:12 +01:00
Krzesimir Nowak
a9cd46e40b
profiles: Drop outdated accept keywords for sys-fs/btrfs-progs
2023-02-17 12:20:12 +01:00
Krzesimir Nowak
c0b5d9a78a
profiles: Update USE flags for sys-fs/btrfs-progs
2023-02-17 12:20:12 +01:00
Krzesimir Nowak
f5134084d4
sys-boot/grub: Bump EAPI to 7
...
The ebuild uses python eclasses, which dropped support for EAPI 6
after the update. Updating EAPI required replacing the use of the
versionator eclass as it's banned in EAPI 7 or later. Fortunately,
nothing in the ebuild seemed to use anything from the eclass.
2023-02-17 12:20:12 +01:00
Krzesimir Nowak
dc7a889296
coreos-devel/sdk-depends: Add dev-python/six
...
The dev-python/six became a build dependency for dev-python/boto.
2023-02-17 12:20:12 +01:00
Krzesimir Nowak
842bc69144
sys-fs/btrfs-progs: Apply Flatcar modifications
2023-02-17 12:20:12 +01:00
Krzesimir Nowak
27b73a5c4a
sys-fs/btrfs-progs: Sync with Gentoo
...
It's from Gentoo commit ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.
2023-02-17 12:20:12 +01:00
Krzesimir Nowak
f7935aa5e1
dev-lang/python-oem: Apply Flatcar modifications
...
I changed the way we modify the ebuild by keeping the modifications as
minimal as possible, leaving disabling whatever that can be disabled
to the USE flags.
2023-02-17 12:20:12 +01:00
Krzesimir Nowak
8e045df98d
profiles: Set use flags for dev-lang/python-oem
...
This is a thing that needs to be done just this once. The necessary
modifications to the python-oem ebuild will be done in follow-up
commit, that can be later cherry-picked if we update the package
again.
2023-02-17 12:20:12 +01:00
Krzesimir Nowak
c34577a86a
coreos: Add some overrides for python-oem
...
This is a thing that needs to be done just this once. The necessary
modifications to the python-oem ebuild will be done in follow-up
commit, that can be later cherry-picked if we update the package
again.
2023-02-17 12:20:12 +01:00
Krzesimir Nowak
b2cc62502c
dev-lang/python-oem: Update to 3.10.9
...
So we have a matching versions of python in OEM and SDK.
2023-02-17 12:20:12 +01:00
Krzesimir Nowak
48e842f66b
profiles: Switch to python 3.10
2023-02-17 12:20:12 +01:00
Krzesimir Nowak
0ea44b439b
dev-python/boto: Move to portage-stable
...
We did one change in setup.py. We can do it with a user patch.
2023-02-17 12:20:12 +01:00
Krzesimir Nowak
18ac5a7970
coreos-base/hard-host-depends: Drop dev-python/mako
...
Nothing needs it.
2023-02-17 12:20:12 +01:00
Krzesimir Nowak
b51e61beaf
.github: Add the python packages and eclasses
...
In the meantime, fix an entry for the readme.gentoo-r1 eclass - it was
missing the .eclass suffix.
2023-02-17 11:53:02 +01:00
Krzesimir Nowak
d8427cc641
sys-apps/findutils: Sync with Gentoo
...
It's from Gentoo commit ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.
2023-02-17 11:53:02 +01:00
Krzesimir Nowak
d92f02f2e2
eclass/waf-utils: Sync with Gentoo
...
It's from Gentoo commit aba2bb5d2dd63c88960e70b10f1e9a213a8eaffb.
2023-02-17 11:53:02 +01:00
Krzesimir Nowak
538782b400
eclass/python-utils-r1: Sync with Gentoo
...
It's from Gentoo commit a509338936a0610b12d697f781d1acccf7b592f5.
2023-02-17 11:53:02 +01:00
Krzesimir Nowak
f65ddb0fa4
eclass/python-single-r1: Sync with Gentoo
...
It's from Gentoo commit 3d67b1ccfacc37308a7236625035dff1156b025c.
2023-02-17 11:53:02 +01:00
Krzesimir Nowak
179cb46a1d
eclass/python-r1: Sync with Gentoo
...
It's from Gentoo commit 52eb3fb4e8b3f38c7f22271ee1150c14bfe97cdd.
2023-02-17 11:53:02 +01:00
Krzesimir Nowak
cfbf805f6e
eclass/python-any-r1: Sync with Gentoo
...
It's from Gentoo commit 3d67b1ccfacc37308a7236625035dff1156b025c.
2023-02-17 11:53:02 +01:00
Krzesimir Nowak
e4ce7d1f30
eclass/pypi: Add from Gentoo
...
It's from Gentoo commit aec6cd673b9aa4bce9095a390c28139197374202.
2023-02-17 11:53:02 +01:00
Krzesimir Nowak
c984495f87
eclass/distutils-r1: Sync with Gentoo
...
It's from Gentoo commit f162bdec61704b860c8c3be2c4ab44980165876d.
2023-02-17 11:53:01 +01:00
Krzesimir Nowak
af7fce8f1f
dev-vcs/repo: Sync with Gentoo
...
It's from Gentoo commit ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.
2023-02-17 11:53:01 +01:00
Krzesimir Nowak
a29c6202c3
dev-python/zipp: Drop unused package
...
It was pulled in by dev-python/importlib_metadata, but since it's
gone, nothing else depended on zipp.
2023-02-17 11:53:01 +01:00
Krzesimir Nowak
18a1698df2
dev-python/wheel: Sync with Gentoo
...
It's from Gentoo commit ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.
2023-02-17 11:53:01 +01:00
Krzesimir Nowak
dc6cdd92b6
dev-python/typing-extensions: Add from Gentoo
...
It's from Gentoo commit 507415af96eb97babbcea8139e7a106564d9f0cc.
2023-02-17 11:53:01 +01:00
Krzesimir Nowak
0faabde57c
dev-python/tomli: Sync with Gentoo
...
It's from Gentoo commit 0b19d5ccdbc482684dfcdcf9f5550c977ecce93b.
2023-02-17 11:53:01 +01:00
Krzesimir Nowak
9b284498be
dev-python/snakeoil: Sync with Gentoo
...
It's from Gentoo commit 42f8229136e9f37f564a8c8f3e3b86b2e7091286.
2023-02-17 11:53:01 +01:00
Krzesimir Nowak
21e6bc24bc
dev-python/six: Sync with Gentoo
...
It's from Gentoo commit ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.
2023-02-17 11:53:01 +01:00
Krzesimir Nowak
0f6d43233f
dev-python/setuptools_scm: Sync with Gentoo
...
It's from Gentoo commit e9f407780b321f619b512ffebaecbcfbc4550dc0.
2023-02-17 11:53:01 +01:00
Krzesimir Nowak
88163b9e72
dev-python/setuptools: Sync with Gentoo
...
It's from Gentoo commit e4e2bbd1339042cfc6f677620f3adc7377ef21f9.
2023-02-17 11:53:01 +01:00
Krzesimir Nowak
194603fbf8
dev-python/pyparsing: Sync with Gentoo
...
It's from Gentoo commit ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.
2023-02-17 11:53:01 +01:00
Krzesimir Nowak
8d40af3639
dev-python/pygments: Sync with Gentoo
...
It's from Gentoo commit 8239cbe100fadf423adb28f20a79dd31b65724e4.
2023-02-17 11:53:01 +01:00
Krzesimir Nowak
3b24fa853c
dev-python/pydecomp: Sync with Gentoo
...
It's from Gentoo commit ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.
2023-02-17 11:53:01 +01:00
Krzesimir Nowak
c0930d4e31
dev-python/pydantic: Add from Gentoo
...
It's from Gentoo commit 34bfb217b6b458d2c2158351a1a9a4e412398cab.
2023-02-17 11:53:01 +01:00