Commit Graph

15521 Commits

Author SHA1 Message Date
Mathieu Tortuyaux
ac520d6588
coreos/user-patches: add selinux-base
* add selinux patches (icmp-bind, relabel and kernel permissions)
* ship our own config file

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-20 12:33:38 +02:00
Mathieu Tortuyaux
3de5229a3c
sec-policy/selinux-base: sync with Gentoo
Commit-Ref: ea4cd1f216
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-20 12:33:38 +02:00
Mathieu Tortuyaux
cd2d678f43
sys-apps/checkpolicy: sync with Gentoo
Commit-Ref: ea4cd1f216
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-20 12:33:38 +02:00
Mathieu Tortuyaux
90bd28e13f
sys-libs/libsemanage: apply flatcar patches
* remove python dependencies
* added back multilib_src_install function (qa_check does fail otherwise)
* setting SHLIBDIR for installation

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-20 12:33:38 +02:00
Mathieu Tortuyaux
e1ff97556f
sys-libs/libsemanage: sync with Gentoo
Commit-Ref: ea4cd1f216
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-20 12:33:38 +02:00
Mathieu Tortuyaux
a38d44bd1c
sys-apps/policycoreutils: apply flatcar changes
* remove python dependencies
* move selinux policy directory from /etc/selinux/policy to /usr/lib/selinux/policy
* add tmpfiles to recreate /var/lib/selinux on rootfs
* remove setools dependency

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-20 12:33:38 +02:00
Mathieu Tortuyaux
d78e4b3b20
sys-apps/policycoreutils: sync with Gentoo
Commit-Ref: ea4cd1f216
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-20 12:33:38 +02:00
Mathieu Tortuyaux
c4a353d0f8
sys-libs/libsepol: sync with Gentoo
Commit-Ref: ea4cd1f216
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-20 12:33:37 +02:00
Mathieu Tortuyaux
7132f52f46
sys-libs/libselinux: sync with Gentoo
Commit-Ref: a67229c8d6

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-20 12:33:37 +02:00
Mathieu Tortuyaux
b0810f46dd
eclass: sync selinux-policy-2 with Gentoo
Commit-Ref: ea4cd1f216
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-20 12:33:37 +02:00
Jeremi Piotrowski
bc8261f9c6
Merge pull request #1148 from flatcar/add-ue-rs
Add ue-rs to image
2023-09-20 10:53:36 +02:00
flatcar-ci
3099b8f996 New version: main-3732.0.0-nightly-20230919-2100 2023-09-19 21:00:29 +00:00
Flatcar Buildbot
4855fc503c sys-kernel/coreos-sources: Update from 6.1.53 to 6.1.54 2023-09-19 14:15:36 +00:00
Flatcar Buildbot
64dbc8c123 Update mantle container image to latest HEAD 2023-09-19 11:48:09 +00:00
Dongsu Park
33c94b390e
Merge pull request #1127 from flatcar/buildbot/weekly-portage-stable-package-updates-2023-09-11
Weekly portage-stable package updates 2023-09-11
2023-09-19 13:47:52 +02:00
Dongsu Park
121798c7fa
Merge pull request #1121 from flatcar/sayan/update-to-nvidia-535.104.05
x11-drivers/nvidia-drivers: updates to 535.104.05
2023-09-19 12:43:01 +02:00
Jeremi Piotrowski
e2599703b3 coreos: Add ue-rs to production image
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2023-09-19 12:27:02 +02:00
Jeremi Piotrowski
3030926df7 coreos-base/ue-rs: Initial ebuild
Based on the afterburn ebuild with some tweaks. The dependency list was
generated using cargo-ebuild.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2023-09-19 12:27:02 +02:00
flatcar-ci
ae33c46aa1 New version: main-3731.0.0-nightly-20230918-2100 2023-09-18 21:00:28 +00:00
flatcar-ci
0a0724d76c New version: main-3728.0.0-nightly-20230915-2100 2023-09-16 02:41:30 +00:00
flatcar-ci
336fd2428d New version: main-3728.0.0-nightly-20230915-2100-INTERMEDIATE 2023-09-15 21:00:38 +00:00
Jeremi Piotrowski
bf21753ca5
Merge pull request #1131 from flatcar/azure-mana-vf
Pull in flatcar/init and bootengine changes  to ignore mana VF in networkd
2023-09-15 16:29:03 +02:00
Krzesimir Nowak
1ac17be8d5 overlay coreos-base/coreos-oem-gce: Pull in sys-apps/gentoo-functions too
Previously the sys-apps/gentoo-functions package was pulled in into
the GCE image by the sys-libs/glibc package. After the sys-libs/glibc
package update, the dependency disappeared. This resulted in
gentoo-functions not being installed and the build to fail a check for
dangling symlinks:

broken link: b'/etc/init.d/functions.sh' -> b'../../lib/gentoo/functions.sh'
ERROR   build_oem_aci: test_image_content: Failed symlink check

The `/etc/init.d/functions.sh` symlink is installed by
sys-apps/baselayout in postinst phase. The package also has a
dependency on sys-apps/gentoo-functions, but it is not pulled in into
the image, because baselayout is installed specially - without
dependencies.

It would probably be better to just drop the symlink, but it's here
for compatibility purposes. We also can't remove the symlink in the
manglefs script, as it gets executed after the filesystem checks.
2023-09-15 16:14:29 +02:00
Krzesimir Nowak
98e420f346 overlay profiles: Enable asm USE flag too
It is required by dev-libs/gmp's cpudetection USE flag, so it needs to
be enabled explicitly, otherwise it will be disabled during bootstrap.
2023-09-15 16:14:29 +02:00
Krzesimir Nowak
f06093854a overlay profiles: Enable cpudetection USE flag in dev-libs/gmp during bootstrap
It normally is enabled by default, but during bootstrap USE flags that
are not force-enabled are disabled. And we need to it avoid bindist
issues that pop up during stage 1 of the SDK build.
2023-09-15 16:14:29 +02:00
Krzesimir Nowak
b233ca2e15 sys-apps/locale-gen: Add from Gentoo
It's from Gentoo commit 9b2ee03ef894782d6d8d426a8eb8eeb8084ef4fc.
2023-09-15 16:14:29 +02:00
Krzesimir Nowak
1dc42011a5 sys-libs/glibc: Apply Flatcar modifications
- take care of nscd.conf via tmpfiles, add files/nscd-conf.tmpfiles.
  - comment out 'dostrip -x' to force the OS image binaries to be stripped
  - remove everything glibc wants to put under /etc since we use
    baselayout to provide that
2023-09-15 16:14:29 +02:00
Krzesimir Nowak
164934cc94 sys-libs/glibc: Sync with Gentoo
It's from Gentoo commit e0bfeb250d886e096fd861a5d280e798c1e16e9c.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
88d8874a87 sys-devel/gnuconfig: Sync with Gentoo
It's from Gentoo commit 6f7265991916ed9764eadca4ec23b77fa19ae296.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
a21f6b4aa6 sys-devel/gcc: Sync with Gentoo
It's from Gentoo commit fd5e866a711e198fd75481450040358d9e4adfb4.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
1a766eedf5 sys-devel/crossdev: Sync with Gentoo
It's from Gentoo commit 0f842a75da2c62bcad13ea63ec581767497af41f.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
0d805c854e sys-block/thin-provisioning-tools: Sync with Gentoo
It's from Gentoo commit f52ed5ee1893c8520dfd352fadd6c9e0f6d2aed6.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
c8cd5d7dbc sys-apps/portage: Sync with Gentoo
It's from Gentoo commit 7844750a4f0076dc1db0d4409a88d09246c73703.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
46fe0e3063 sys-apps/man-pages: Sync with Gentoo
It's from Gentoo commit f61e025edd6d7a0204aecba9c73ab5bb7c292302.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
057877c167 sys-apps/kbd: Sync with Gentoo
It's from Gentoo commit 2cfdcb85b112ef050c2a47021391db4c8f194db1.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
1ae429aa60 sys-apps/hwdata: Sync with Gentoo
It's from Gentoo commit f88400a8b5329fccd850e66a127170ba5cfc5d89.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
6703b119ed sys-apps/file: Sync with Gentoo
It's from Gentoo commit 7e5f2ded61f3226506d93ae2d182428124778543.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
9c594c9e2e profiles: Sync with Gentoo
It's from Gentoo commit f2bf975d8981bc119478ed475e833ae774b8528d.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
6421b6a494 net-misc/curl: Sync with Gentoo
It's from Gentoo commit 4f820e90165cb71b87c468dcd05b34c35e08898f.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
d6d74ea806 dev-util/glib-utils: Sync with Gentoo
It's from Gentoo commit f23ce422d808cf99e79767bb5653cc9d581e719f.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
0b99afe450 dev-util/gdbus-codegen: Sync with Gentoo
It's from Gentoo commit 48960abcf78b0443e97c640ad7e8ca9cf938ce1a.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
cc5b78fd78 dev-python/pygments: Sync with Gentoo
It's from Gentoo commit ca98e641054f296f8beff0fe733504a98302c9d7.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
9725a544fb dev-python/nspektr: Sync with Gentoo
It's from Gentoo commit f1a55368cc9ad7dec53d82cc5199497176b4fd11.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
7410d3e567 dev-python/jaraco-functools: Sync with Gentoo
It's from Gentoo commit ba3905d6313025b2f4d623ffdacdc00e0648e4fd.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
6f93a4e004 dev-libs/libpcre: Sync with Gentoo
It's from Gentoo commit 7d344897f457e460103e10b9b92f8bb098804bd8.
2023-09-15 16:14:29 +02:00
Flatcar Buildbot
3d13d014d9 dev-libs/libnl: Sync with Gentoo
It's from Gentoo commit db17b8b076ea58f0235c745b9d37a0a3e9119852.
2023-09-15 16:14:28 +02:00
Flatcar Buildbot
18ad5cdd18 dev-libs/gobject-introspection-common: Sync with Gentoo
It's from Gentoo commit 6dee395ba6adb811397e31cab0985aa4e47fd18c.
2023-09-15 16:14:28 +02:00
Flatcar Buildbot
fafc657f1c dev-libs/gobject-introspection: Sync with Gentoo
It's from Gentoo commit 4767794699c15871b7759a2d2b53717cbe269d40.
2023-09-15 16:14:28 +02:00
Flatcar Buildbot
53fe79963b dev-libs/gmp: Sync with Gentoo
It's from Gentoo commit fdf13622bc8247238caba73912518cfef2c6ce3b.
2023-09-15 16:14:28 +02:00
Flatcar Buildbot
833596d788 dev-libs/glib: Sync with Gentoo
It's from Gentoo commit 0e951387f42016b7d2d0533c651c8a939665690d.
2023-09-15 16:14:28 +02:00