Commit Graph

8838 Commits

Author SHA1 Message Date
Dongsu Park
353a9ba2a5 changelog: add changelog for iptables 1.8.8 2023-02-06 09:47:32 +01:00
Sayan Chowdhury
6a48109132 net-firewall/iptables: Apply the Flatcar patches
Signed-off-by: Sayan Chowdhury <sayan@kinvolk.io>
2023-02-03 17:01:08 +01:00
Dongsu Park
0f2d35cc29 net-firewall/iptables: update to 1.8.8-r5
Update iptables to 1.8.8-r5.

Gentoo ref: 02b17c9bb64e147affc4acecaa0ff4151b2329bf
2023-02-03 17:01:07 +01:00
Flatcar Buildbot
69c78fbd82 app-emulation: Upgrade Containerd 1.6.15 to 1.6.16 2023-02-03 08:22:54 +00:00
Dongsu Park
382efa98fd changelog: add changelog for sudo 1.9.12_p2 2023-02-02 17:45:30 +01:00
Sayan Chowdhury
1ae0c61528 app-admin/sudo: Apply Flatcar patches
- Remove Perl Runtime Dependency
- Remove OpenLDAP schema files for sudo
- Remove sudo.conf file as it is shipped via baselayout

Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-02-02 17:45:30 +01:00
Dongsu Park
1ec00fcfcd app-admin/sudo: update to 1.9.12_p2
Update app-admin/sudo to 1.9.12_p2 mainly to address CVE-2023-22809.

Gentoo ref: ad2ac1d9c75f49275d32b857fefd43a5358192eb
2023-02-02 17:45:26 +01:00
Dongsu Park
ee58089048 Merge pull request #2416 from flatcar/rust-1.67.0-main
Upgrade dev-lang/rust and virtual/rust in main from 1.66.1 to 1.67.0
2023-02-02 14:03:08 +01:00
Kai Lueke
e31762ceec coreos-base/coreos-init: Don't create a nested symlink when it exists
This pulls in the motdgen change
https://github.com/flatcar/init/pull/88
to not create a broken symlink in the symlinked /run/flatcar/ directory
if the directory symlink /run/coreos already exists.
2023-02-01 14:06:47 +01:00
Dongsu Park
d953100387 Revert ".github: update PV in ebuilds of dev-lang/rust"
This reverts commit 285f0646e6dfb3381d2ac5555e991cc482a4d91c.

Now that the ebuild dev-lang/rust does not have a manual check for
versions, it is possible to clean up the sed commands in Github
Actions.
2023-01-31 15:45:54 +01:00
Dongsu Park
26510029ea dev-lang/rust: fix build issues with rust 1.67.0
Configure with --without=rust-docs-json-preview to avoid failures.
Remove unnecessary checks for package versions like upstream.
Clean up unnecessary patch, add new patch for 1.67.0.
2023-01-31 15:45:54 +01:00
Flatcar Buildbot
012215aeae dev-lang: Upgrade dev-lang/rust 1.66.1 to 1.67.0 2023-01-31 15:45:54 +01:00
Kai Lueke
6596b68177 coreos-base/coreos-init: Skip first boot helper if Ignition did not run
This pulls in
https://github.com/flatcar/init/pull/87
to give a nicer skip message in the log and also make clear that this
is not a bug.
2023-01-31 13:05:19 +01:00
Krzesimir Nowak
b9305f6622 Merge pull request #2413 from flatcar/krnowak/fix-bootstrap
profiles: Pick defaults for app-alternatives during bootstrap
2023-01-27 17:13:54 +01:00
Dongsu Park
975a947ba6 Merge pull request #2415 from flatcar/dongsu/cri-tools-1.24
app-emulation/cri-tools: update to 1.24.2
2023-01-27 13:13:26 +01:00
Krzesimir Nowak
c12850f476 profiles: Pick defaults for app-alternatives during bootstrap. 2023-01-27 09:07:03 +01:00
Dongsu Park
464bc43cc5 Merge pull request #2412 from flatcar/docker-20.10.23-main
Upgrade Docker in main from 20.10.22 to 20.10.23
2023-01-27 08:51:29 +01:00
Dongsu Park
ff9143a7f6 changelog: add changelog for cri-tools 1.24.2 2023-01-26 18:16:01 +01:00
Dongsu Park
40532081c3 app-emulation/cri-tools: apply Flatcar patches
Make use of the existing helpers provided by `coreos-go.eclass`.
To optimize the binary size of crictl, add "-X" to GO_LDFLAGS,
like "-X $(PROJECT)/pkg/version.Version=$(VERSION)" in the original
Makefile of cri-tools. We cannot follow way of Gentoo ebuilds like
`emake`, because Makefile of cri-tools does not allow users to pass in
${GOARCH}.

Add `arm64` to ACCEPTED_KEYWORDS.

Remove unnecessary files from installation, as well as the shell
completion eclass.
2023-01-26 18:13:41 +01:00
Kai Lüke
8fd199414a Merge pull request #2403 from flatcar/kai/initrd-rework
Rework initrd usr mount to start Ignition/Afterburn from there
2023-01-25 17:02:55 +01:00
Kai Lueke
5eedc5fa29 Rework initrd usr mount to start Ignition/Afterburn from there
This pulls in
https://github.com/flatcar/bootengine/pull/52
to reduce the size of the unified kernel image by starting Ignition/
Afterburn from the /usr partition.
This also requires to install the Ignition binary to /usr.
2023-01-25 17:02:27 +01:00
Dongsu Park
c4cea36448 app-emulation/cri-tools: sync with Gentoo
Update to 1.24.2.

Gentoo ref: 77516cb738fbcde38de8c8ebb20318a8a65df3f3
2023-01-25 16:41:18 +01:00
Dongsu Park
1c9bb64e35 app-emulation/docker: update ppc64 buildmode patch for docker 20.10.23
Docker 20.10.23 has changes around hack/make/.binary, so it is necessary
to adapt the ppc64 buildmode patch to make the build pass again.
2023-01-25 12:52:41 +01:00
Flatcar Buildbot
f675fe298d app-emulation: Upgrade Docker 20.10.22 to 20.10.23 2023-01-25 07:48:14 +00:00
Dongsu Park
98f0a8d6e1 Merge pull request #2389 from flatcar/dongsu/github-actions-fix-rust
.github: update PV in ebuilds of dev-lang/rust
2023-01-20 13:00:49 +01:00
Dongsu Park
3a8030047b Merge pull request #2400 from flatcar/linux-5.15.89-main
Upgrade Linux Kernel for main from 5.15.88 to 5.15.89
2023-01-20 12:56:09 +01:00
Krzesimir Nowak
7792f22b08 Merge pull request #2362 from flatcar/krnowak/weekly
Profile and app/shells/bash updates for the weekly update
2023-01-20 12:52:40 +01:00
Kai Lüke
829965f384 Merge pull request #2390 from flatcar/kai/populate-always
sys-apps/baselayout: Always copy missing entries over to the database
2023-01-20 11:56:49 +01:00
Kai Lueke
363ac15ddb sys-apps/baselayout: Always copy missing entries over to the database
This pulls in
https://github.com/flatcar/baselayout/pull/26
to fix the regression in Alpha/Beta (itself a fix for another
regression) where systemd-tmpfiles bailed if /etc/passwd|group didn't
have the core user, now solved by always copying missing entries over
to the databases, not only if the files didn't exist.
2023-01-20 11:23:25 +01:00
Dongsu Park
c4df65e497 Merge pull request #2394 from flatcar/firmware-20230117-main
Upgrade Linux Firmware in main from 20221214 to 20230117
2023-01-20 09:52:31 +01:00
Krzesimir Nowak
6cd03f5370 coreos: Add user-patch for app-arch/ncompress
This should fix having a dangling symlink at /usr/bin/uncompress.
2023-01-20 07:29:59 +01:00
Krzesimir Nowak
5ae5149cbe sys-apps/policycoreutils: Drop unnecessary modification
The split-usr flag is disabled for all packages in generic images, so
commenting out the symlink creation for split-usr images is not needed
any more.
2023-01-20 07:29:59 +01:00
Krzesimir Nowak
e48a011b84 profiles: Disable split-usr for generic images completely
We do specify -split-usr in make.defaults for the USE variable but
it's not enough - the base profile in portage-stable forces this flag
and this overrides our defaults. As a workaround, we were using
package.use.force to force-disable split-usr for selected
packages. Now, with addition of more split-usr-using packages in
app-alternatives the list in package.use.force would grow. Instead of
listing all the packages having split-usr in their IUSE, use the
use.force and use.mask file to unforce and mask split-usr for all
packages in generic images.

As a bonus, this also allows us to drop a customization we did in
sys-apps/policycoreutils package.
2023-01-20 07:29:59 +01:00
Krzesimir Nowak
9da62c4776 profiles: Drop accept keywords for perl-core/File-Path
It's an obsolete entry - we don't have such a package.
2023-01-20 07:29:59 +01:00
Sayan Chowdhury
55a14648c5 app-shells/bash: Apply Flatcar modifications
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-01-20 07:29:59 +01:00
Krzesimir Nowak
fa616acb18 app-shells/bash: Sync with Gentoo
It's from Gentoo commit 1323a3d70d1ead5379b997bd2ef048c898dd6712.
2023-01-20 07:29:59 +01:00
Krzesimir Nowak
7ed1bf4c14 coreos-base/coreos: Pull in app-arch/ncompress
app-arch/gzip does not install uncompress any more, so pulling in
app-arch/ncompress instead to fill in the gap.
2023-01-20 07:29:59 +01:00
Krzesimir Nowak
a43f393643 profiles: Add bison to bootstrap use flags
This is to fix the following error during stage2 SDK build:

  [[ (3/3) Emerging packages ]]

!!! The ebuild selected to satisfy "app-alternatives/yacc" has unmet requirements.
- app-alternatives/yacc-1-r2::portage-stable USE="-bison -byacc -reference"

  The following REQUIRED_USE flag constraints are unsatisfied:
    exactly-one-of ( bison byacc reference )

(dependency required by "sys-devel/binutils-2.39-r4::portage-stable" [ebuild])
(dependency required by "sys-devel/gcc-11.3.1_p20221209::portage-stable" [ebuild])
(dependency required by "sys-libs/glibc-2.36-r5::coreos" [ebuild])
(dependency required by "sys-libs/glibc:2.2" [argument])
2023-01-20 07:29:59 +01:00
Krzesimir Nowak
aa53bc2044 profiles: Bump net-misc/rsync version in accept keywords
The version we used so far was dropped, so pull something that's
newer.
2023-01-20 07:29:59 +01:00
Krzesimir Nowak
3be777a9c5 profiles: Drop accept keywords for net-misc/curl
The package became stable for arm64.
2023-01-20 07:29:59 +01:00
Krzesimir Nowak
60d186c4bc profiles: Add accept keywords for GLib packages
They are stable for amd64, but not for arm64. Add to avoid version
discrepancies.
2023-01-20 07:29:37 +01:00
Krzesimir Nowak
1bd177b516 profiles: Enable unicode for dev-libs/libpcre2 2023-01-20 07:27:44 +01:00
Krzesimir Nowak
470ade39c2 profiles: Drop accept keywords for app-portage/portage-utils
The package became stable for amd64 too.
2023-01-20 07:27:43 +01:00
Krzesimir Nowak
008ba273cb profiles: Bump accept keywords for app-crypt/adcli
This got released 3 months ago, so we could start using it.
2023-01-20 07:27:43 +01:00
Krzesimir Nowak
60136e23fb profiles: Drop accept keywords for app-editors/vim{,-core}
The updated packages are stable for amd64 and arm64.
2023-01-20 07:27:43 +01:00
Krzesimir Nowak
e406d826d8 profiles: Drop accept keywords for app-arch/cpio
The updated package is stable for amd64 and arm64.
2023-01-20 07:27:43 +01:00
Krzesimir Nowak
7401ea8764 profiles: Drop accept keywords for sys-power/iasl 2023-01-19 16:51:21 +01:00
Krzesimir Nowak
9fa757bb21 coreos-base/hard-host-depends: Drop sys-power/iasl
Used to be pulled by some sys-firmware packages, but not any more.
2023-01-19 16:51:21 +01:00
Krzesimir Nowak
806d089296 coreos-devel/sdk-depends: Replace a package
We are now pulling sys-firmware/edk2-ovmf-bin instead.
2023-01-19 16:51:21 +01:00
Krzesimir Nowak
11c2d903cd coreos-devel/board-packages: Replace a package
We are now pulling sys-firmware/edk2-ovmf-bin instead.
2023-01-19 16:51:21 +01:00
Krzesimir Nowak
6e5e3f9991 profiles: Drop accept keywords for sys-kernel/linux-headers
The updated package is stable for both amd64 and arm64.
2023-01-19 16:51:21 +01:00
Krzesimir Nowak
2f6bb0a2d4 profiles: Drop accept_keywords for app-emulation/qemu
The updated package is stable for both amd64 and arm64.
2023-01-19 16:51:21 +01:00
Dongsu Park
2a45b6fefb sys-kernel/coreos-firmware: update cxgb4 version to 1.27.1.0
Fix build issues of coreos-firmware, by bumping the cxgb4 firmware
version to 1.27.1.0.
2023-01-19 15:41:05 +01:00
Flatcar Buildbot
977a8d4eca sys-kernel: Upgrade Linux Firmware 20221214 to 20230117 2023-01-19 15:41:05 +01:00
Dongsu Park
c348d2c12f Merge pull request #2393 from flatcar/dongsu/git-2.38.3-main
profiles: accept keywords ~arm64 for dev-vcs/git 2.38.3 for main
2023-01-19 15:24:20 +01:00
Flatcar Buildbot
3a53b93b6d sys-kernel: Upgrade Kernel 5.15.88 to 5.15.89 2023-01-19 07:31:25 +00:00
Dongsu Park
27c58279f5 Merge pull request #2384 from flatcar/linux-5.15.88-main
Upgrade Linux Kernel for main from 5.15.86 to 5.15.88
2023-01-19 08:17:02 +01:00
Jeremi Piotrowski
5cadf33fa0 Merge pull request #2387 from flatcar/jepio/shadow-update
update sys-apps/shadow to 4.13
2023-01-18 17:08:08 +01:00
Dongsu Park
df471d8985 sys-kernel/coreos-sources: remove ext4 deadlock fix
Remove ext4-Fix-deadlock-due-to-mbcache-en.patch, which is already
included in Kernel 5.15.87 or newer.
2023-01-18 16:30:46 +01:00
Flatcar Buildbot
cce78610d9 sys-kernel: Upgrade Kernel 5.15.86 to 5.15.88 2023-01-18 16:30:46 +01:00
Dongsu Park
fbf767b9cd Merge pull request #2388 from flatcar/rust-1.66.1-main
Upgrade dev-lang/rust and virtual/rust in main from 1.66.0 to 1.66.1
2023-01-18 16:13:01 +01:00
Jeremi Piotrowski
35e3a0f19e changelog: add entry for shadow-4.13 2023-01-18 15:07:56 +00:00
Jeremi Piotrowski
87dca7c2fd sys-apps/shadow: Apply Flatcar modifications to shadow-4.13
- Carry over our custom tmpfiles and securetty files
- Remove /etc files and install them to /usr, use tmpfiles
- Switch /etc/login.defs edits to /usr/share/shadow/login.defs
- Drop moving passwd out of /usr since we don't have split-usr
- Drop pkg_postinst
2023-01-18 14:43:08 +00:00
Jeremi Piotrowski
5a947a7afb sys-apps/shadow: Sync with Gentoo
Upstream commit a0436405ad053f94ac5f28111452bb9ba301bea5
2023-01-18 14:43:08 +00:00
Dongsu Park
98860a8a73 profiles: accept keywords ~arm64 for dev-vcs/git 2.38.3
Accept keywords ~arm64 for dev-vcs/git 2.38.3, mainly to address
CVE-2022-23521, CVE-2022-41903.
2023-01-18 11:41:22 +01:00
Krzesimir Nowak
8b6d275521 Merge pull request #2380 from flatcar/krnowak/user-patches
coreos: Add patches for gentoolkit, portage-utils and gcc-config
2023-01-18 10:16:48 +01:00
Dongsu Park
c8044959be changelog: add changelog for dev-lang/rust 1.66.1 2023-01-17 17:17:13 +01:00
Dongsu Park
a849150538 dev-lang/rust: bump version from 1.66.0 to 1.66.1 to fix build
As the Gentoo ebuild of dev-lang/rust >= 1.66.0 keeps workaround that
explicitly checks for a version like 1.66.0, that ebuild would obviously
make the build fail with 1.66.1.
Update the version from 1.66.0 to 1.66.1 to fix the build.
2023-01-17 17:15:27 +01:00
Dongsu Park
c9cdacfa53 .github: update PV in ebuilds of dev-lang/rust
Every dev-lang/rust ebuild does a specific check if PV is the version,
e.g.:

  if [[ "${PV}" == 1.66.1 ]]; then,

So it is needed to replace the hard-coded version with the new version.
2023-01-17 14:48:12 +01:00
Flatcar Buildbot
762651298c dev-lang: Upgrade dev-lang/rust 1.66.0 to 1.66.1 2023-01-17 07:31:37 +00:00
Dongsu Park
8eb7612f78 Merge pull request #2386 from flatcar/go-1.18.10-and-1.19.5-main
Upgrade Go from 1.19.4 and 1.18.9 to 1.19.5 and 1.18.10
2023-01-16 17:48:15 +01:00
Krzesimir Nowak
ca26be6b85 Merge pull request #2379 from flatcar/krnowak/acct-hack
profiles: Do not modify preexisting users
2023-01-16 12:26:52 +01:00
Flatcar Buildbot
bdcdee999d dev-lang: Upgrade Go 1.18.9 to 1.18.10 2023-01-16 07:26:38 +00:00
Flatcar Buildbot
4798ae1bac dev-lang: Upgrade Go 1.19.4 to 1.19.5 2023-01-16 07:26:38 +00:00
Kai Lüke
8527a36cc2 Merge pull request #2373 from flatcar/kai/sysext-oem-bootengine
sys-kernel/bootengine: Manage systemd-sysext images for A/B booting
2023-01-13 18:21:12 +01:00
Kai Lueke
5ef7826ff2 sys-kernel/bootengine: Manage systemd-sysext images for A/B booting
This pulls in
https://github.com/flatcar/bootengine/pull/50
to select the active sysext images for OEMs or Flatcar extensions
that are coupled to the OS version. Systemd 252 is needed for the
sysext images to load without error because earlier systemd versions
were too strict about the final filename target name of a symlink.
2023-01-13 18:18:37 +01:00
Dongsu Park
a50db210a2 changelog: add changelog for python-oem 3.9.16 2023-01-13 15:03:03 +01:00
Krzesimir Nowak
ce6bdc5915 dev-lang/python-oem: Apply Flatcar modifications
Apply Flatcar modifications.

Unlike python <= 3.9.12, it is now unnecessary to replace virtual/awk
with app-alternatives/awk, because the upstream python ebuild already
has app-alternatives/awk.

Based on 32b448f8ccbf5f814739f834151803532272b1f9.
2023-01-13 15:03:00 +01:00
Dongsu Park
ba76a751c5 dev-lang/python-oem: update to 3.9.16
Update dev-lang/python-oem to 3.9.16, the same version as
dev-lang/python in portage-stable.

Gentoo commit 8c8c938e158a9e10f1c5a4280c16e435e354122e.
2023-01-13 10:22:56 +01:00
Krzesimir Nowak
3db813eb32 profiles: Do not modify preexisting users
Add an ebuild phase hook that runs when pkg_postinst is about to be
executed. The hook sets up the environment for acct-user packages to
avoid modifications of the preexisting users - these are provided by
our baselayout and usermod can't change anything there anyway (it
complains that the user is not in /etc/passwd).
2023-01-12 16:24:10 +01:00
Krzesimir Nowak
32eb84eff2 coreos: Add a user patch for sys-devel/gcc-config
Makes a hack in script not necessary.
2023-01-12 08:36:32 +01:00
Krzesimir Nowak
b5e038fe71 coreos: Add user patches for app-portage/portage-utils
Fixes an issue I spotted when working on package updates automation.
2023-01-12 08:36:32 +01:00
Krzesimir Nowak
545a0b0f36 coreos: Add a user patch for app-portage/gentoolkit
Fixes an issue I had when working on package updates automation.
2023-01-12 08:36:32 +01:00
Krzesimir Nowak
4370512afd profiles: Drop accept keywords for sys-libs/libseccomp
The entry was out of date as we haven't even used this version for
some time. Currently used version is already stable for amd64 and
arm64.
2023-01-11 10:47:14 +01:00
Krzesimir Nowak
524b712a5a profiles: Keep using bzip2 for compressing binary packages
This was a default so far, but updating portage resulted in a change
of the default binary packages compressor from bzip2 to zstd. We
eventually will want to follow this change too, but first some scripts
that assume bzip2 will need to be updated. So for now keep using bzip2
to limit the scope of updating portage.
2023-01-11 10:47:14 +01:00
Krzesimir Nowak
5bf90df9a4 profiles: Disable binpkg-multi-instance feature
The binpkg-multi-instance feature seems to be about having multiple
binary packages of a single source package, in case those packages
were built with different USE flags and stuff.

So far we have not used this feature, and it looks like that the
update of portage has made this feature to be enabled by default. The
enabling broke the image build, because this feature makes portage to
use a bit different directory structure to store binary packages. So
instead of storing sys-devel/gcc binary package in
${PKGDIR}/sys-devel/gcc-${VERSION}.tbz2, the binary package is stored
in ${PKGDIR}/sys-devel/gcc/gcc-${VERSION}-${BUILD_ID}.xpak.

Maybe we could consider using this feature at some point in future,
but for now disable it to keep building things working.
2023-01-11 10:47:14 +01:00
Krzesimir Nowak
1106e240a1 sys-apps/portage: Move to portage-stable 2023-01-11 10:47:14 +01:00
Krzesimir Nowak
37defc380c profiles: Disable rsync-verify USE flag for sys-apps/portage
So far we have been modifying the ebuild file to make rsync-verify to
be disabled by default instead of enabled by default as it's done by
upstream ebuild.

This will allow us to remove another modification from portage ebuild
and eventually move sys-apps/portage to portage-stable.
2023-01-11 10:47:14 +01:00
Krzesimir Nowak
db14a01fc7 profiles: Do not install repos.conf from sys-apps/portage
The package installs a default repos.conf in
/usr/share/portage/config/repos.conf. Normally it contained a default
configuration for gentoo repository, but we have a modification in the
ebuild that clobbers the contents of the file with a comment
line. Which means that this configuration file is empty. We do so,
because we are putting our own configuration in /etc anyway.

To minimize the amount of modifications put into the ebuild, we can
add /usr/share/portage/config/repos.conf into INSTALL_MASK. This is
one modification less and it's putting us closer to moving
sys-apps/portage to portage-stable.
2023-01-11 10:47:14 +01:00
Krzesimir Nowak
c850639660 Merge pull request #2372 from flatcar/krnowak/sshd-config
coreos-base/coreos-init: Pull in fixed sshd_config
2023-01-11 10:22:13 +01:00
Krzesimir Nowak
0103249bcb coreos-base/coreos-init: Pull in fixed sshd_config
According to sshd_config manual, only lines starting with a hash and
empty lines are treated as comments. Which means that comments coming
after the key value pairs are not really comments and sshd complains
about them like:

/etc/ssh/sshd_config line 6: keyword PrintLastLog extra arguments at end of line
/etc/ssh/sshd_config line 7: keyword PrintMotd extra arguments at end of line
/etc/ssh/sshd_config: terminating, 2 bad configuration options
2023-01-11 08:52:38 +01:00
Sayan Chowdhury
487ba9efcf Merge pull request #2360 from flatcar/linux-5.15.86-main
Upgrade Linux Kernel for main from 5.15.81 to 5.15.86
2023-01-10 21:40:04 +05:30
Kai Lüke
32d8a64206 Merge pull request #2371 from flatcar/kai/backport-initrd-setup-root
sys-kernel/bootengine: Always run initrd-setup-root
2023-01-10 11:12:52 +01:00
Kai Lueke
abfaba8374 sys-kernel/bootengine: Always run initrd-setup-root
This pulls in
c8399e42bb9651c3c108f916f6645557ab41884b which is a backport of the
relevant parts of https://github.com/flatcar/bootengine/pull/50 to fix
https://github.com/flatcar/Flatcar/issues/944
2023-01-10 11:12:19 +01:00
Dongsu Park
285051316b Merge pull request #2370 from flatcar/cacerts-3.87-main
Upgrade ca-certificates in main from 3.86 to 3.87
2023-01-09 16:12:54 +01:00
Krzesimir Nowak
ba0743743d changelog: Add entries 2023-01-09 10:51:03 +01:00
Krzesimir Nowak
3b29f965e2 profiles: Cleanups for systemd
Sort the use flags, drop obsolete ones and nonexistent packages, drop
unnecessary accept keywords file (as it would potentially introduce a
version mismatch between amd64 and arm64).
2023-01-09 08:31:16 +01:00
Krzesimir Nowak
490ec0dc59 sys-apps/systemd: Apply Flatcar modifications 2023-01-09 08:31:16 +01:00
Krzesimir Nowak
45cc76db62 sys-apps/systemd: Sync with Gentoo
It's from Gentoo commit ef3b51926ede813b240e807911eef302ac0c4fdb.
2023-01-09 08:31:16 +01:00
Flatcar Buildbot
f2abbf09fe app-misc: Upgrade ca-certificates 3.86 to 3.87 2023-01-09 07:15:31 +00:00