14297 Commits

Author SHA1 Message Date
Krzesimir Nowak
ed3e805682 sys-fs/btrfs-progs: Add from gentoo
It's from gentoo commit 638e02f491a1e37f2af31523490f00f8a118419d.
2021-11-15 15:29:26 +01:00
Krzesimir Nowak
f6b8a1ab88 sys-fs/lvm2: Fix detection of systemd util directory
There usually exists a way to tell the configure script to use certain
path, so the script won't try to autodetect things. This is a case for
the systemd system unit directory, but apparently not for systemd util
directory. So for the system unit directory, we can forward the path
we received from systemd.eclass' `systemd_get_systemunitdir`, but for
the util directory, we need to hack the script with `sed`. The reason
for this is that autodetected directory will have the sysroot path
prepended twice. The systemd eclass has a workaround for this issue.
2021-11-15 15:29:26 +01:00
Krzesimir Nowak
2cc885be59 app-crypt/p11-kit: Apply Flatcar modifications 2021-11-15 15:29:26 +01:00
Krzesimir Nowak
ce7cc55536 app-crypt/p11-kit: Add from gentoo
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
2021-11-15 15:29:26 +01:00
Krzesimir Nowak
4cf37b6152 sys-auth/sssd: Set the conf dir path explicitly
Without passing the --with-systemdconfdir flag, the configure script
will query pkg-config for the directory itself. In the
cross-compilation setup that we have, this will result in a path
sysroot prepended to the path twice. systemd.eclass has a workaround
for this issue, but it does not provide an elegant getter of the
system configuration directory, thus we call `_systemd_get_dir`
ourselves.
2021-11-15 15:29:26 +01:00
Krzesimir Nowak
a4373a7c1b coreos-base/update_engine: Override path to glib-genmarshal
Normally we use pkg-config to query flags and libraries that are
needed to build things. These are specific to CHOST, and the build
system usually uses pkg-config on CHOST to get those flags and
libraries. But pkg-config is also used to query for the location of
the tools used during the build, and for those we need to use
pkg-config on CBUILD. But the build system is usually using the same
pkg-config for both flags and libs, and for build tools. Which works
fine for typical builds, but breaks for cross builds.

One of such build tools is glib-genmarshal. Fortunately the build
system allows us to override the detection results by passing
GLIB_GENMARSHAL="${some_path}" to the configure script. So do that.
2021-11-15 15:29:26 +01:00
Krzesimir Nowak
6c5f93d3ba dev-libs/dbus-glib: Apply Flatcar modifications 2021-11-15 15:29:26 +01:00
Krzesimir Nowak
f942b28dca dev-libs/dbus-glib: Sync with gentoo 2021-11-15 15:29:26 +01:00
Krzesimir Nowak
2172004803 sys-apps/systemd: Reimplement builddir_ functions
This is to avoid querying pkg-config for this information and
overriding the SYSROOT variable. These hacks seem to be broken with
the change of the pkgconfig implementation.

We know what will the path for the directory of the system units -
it's based on rootprefix that we pass to configure script. So use this
knowledge directly instead of getting it in a roundabout way from
pkg-config file.
2021-11-15 15:29:26 +01:00
Krzesimir Nowak
a1a8d57868 profiles: Drop dev-util/pkgconfig from package.use
The package is about to be replaced with dev-util/pkgconf.
2021-11-15 15:29:26 +01:00
Krzesimir Nowak
d35d4b7534 sys-fs/btrfs-progs: Move to overlay
We will need to patch the configure script to override the udev rules
directory.
2021-11-15 15:28:11 +01:00
Krzesimir Nowak
58e3b78944 eclass/udev: Revert some changes
We still have old EAPIs around, so keep supporting them.
2021-11-15 15:28:11 +01:00
Krzesimir Nowak
237eaf7d8c eclass/udev: Sync with gentoo
It's from gentoo commit 3fc8be35607dc65897279f666c8171b174dd2bf2.
2021-11-15 15:28:11 +01:00
Krzesimir Nowak
d67c558126 eclass/bash_completion-r1: Backport the fix for paths from systemd.eclass
The paths returned by pkg-config seem to have sysroot prepended
twice. The systemd eclass has a workaround for that - use it for bash
completion files too, then.
2021-11-15 15:28:11 +01:00
Krzesimir Nowak
a4780d4802 app-crypt/p11-kit: Move package to coreos-overlay
We will update and modify it there.
2021-11-15 15:28:11 +01:00
Krzesimir Nowak
eaf979378f eclass/systemd: Revert some changes from the sync
We still have packages with old EAPI, so keep supporting them. Also,
we are still using the deprecated/now-removed systemd_dotmpfilesd and
systemd_newtmpfilesd functions instead of their counterparts from
tmpfiles.eclass, so keep them too.
2021-11-15 15:26:52 +01:00
Krzesimir Nowak
fd8030ea91 eclass/systemd: Sync with gentoo
It's from gentoo commit b8f91fee6a8314dc58c1da011b65d9b857ef963f.
2021-11-15 15:26:52 +01:00
Krzesimir Nowak
339298bd3e eclass/*: Be more lenient with the EAPI versions
We are in progress of updating packages with old EAPIs, so this change
should be reverted really soon.
2021-11-15 15:26:44 +01:00
Dongsu Park
b5ba085a8c Merge pull request #1411 from ArkaprabhaChakraborty/arkaprabha/upgrade-net-libs-rpcsvc-proto
Upgrade net-libs/rpcsvs-proto to 1.9.4
2021-11-15 10:24:46 +01:00
Krzesimir Nowak
43b14b0700 eclass/multilib: Sync with gentoo
It's from gentoo commit f64708850264e93cb54c8857d6eb459a4faf274e.
2021-11-12 19:38:32 +01:00
Krzesimir Nowak
fca1b3d2a6 eclass/toolchain-funcs: Sync with gentoo
It's from gentoo commit d87f2b9b24207f175f68f17b6cdb7befc9254841.
2021-11-12 19:38:32 +01:00
Krzesimir Nowak
87d3be7e89 eclass/bash-completion-r1: Sync with gentoo
It's from gentoo commit d9e60f491cb9ad6e0bf3328a027e30d8389b2553.
2021-11-12 19:38:32 +01:00
Krzesimir Nowak
a8e33c92a4 sys-devel/crossdev: Sync with gentoo
It's from gentoo commit d5cd05195c8193816d6800bc44c4875baa72c804.
2021-11-12 19:38:32 +01:00
Krzesimir Nowak
160ee62ed2 dev-util: Replace pkgconfig with pkgconf
pkgconfig was obsoleted in favor of pkgconf.

The dev-util/pkgconf package comes from gentoo commit
38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
2021-11-12 19:38:32 +01:00
Krzesimir Nowak
cbd60d5f9b virtual/pkgconfig: Sync with gentoo
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
2021-11-12 19:38:32 +01:00
Dongsu Park
40738a81e1 Merge pull request #247 from aniruddha2000/aniruddha/update-dev-embedded-u-boot-tools-2021.04_rc2
dev-embedded/u-boot-tools: Update to 2021.04_rc2
2021-11-12 10:15:58 +01:00
Dongsu Park
5c7eba1cca Merge pull request #1414 from aniruddha2000/aniruddha/update-accept-keyword-u-boot-tools
dev-embedded/u-boot-tools: Update to v2021.04_rc2 for arm64
2021-11-12 10:15:51 +01:00
Jeremi Piotrowski
39e7652a6d Merge pull request #1407 from flatcar-linux/jepio/arm64-sdk-keywords
profiles: add missing arm64 sdk keywords
2021-11-11 15:26:24 +01:00
Jeremi Piotrowski
25e996b555 profiles: add missing arm64 sdk keywords
The recent keyword cleanup removed two keywords that are necessary to
bootstrap an arm64 sdk: open-vmdk and virtual/cdrtools. Restore them.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2021-11-11 12:00:01 +01:00
Aniruddha Basak
c29a5a4a4f dev-embedded/u-boot-tools: Update to v2021.04_rc2 for arm64 2021-11-11 07:54:30 +00:00
Aniruddha Basak
72f4978997 dev-embedded/u-boot-tools: Update to 2021.04_rc2 2021-11-11 07:46:27 +00:00
Kai Lüke
194527c502 Merge pull request #1412 from flatcar-linux/kai/ignition-0.36.1
sys-apps/ignition: Update to v0.36.1
2021-11-10 20:33:36 +00:00
Krzesimir Nowak
c969e3d11e Merge pull request #1406 from flatcar-linux/krnowak/eapi-update
profiles: Changes related to package updates in portage-stable (getting rid of EAPI 3)
2021-11-10 17:58:39 +01:00
Krzesimir Nowak
b5faca1612 Merge pull request #242 from flatcar-linux/krnowak/eapi-update
Update packages to get rid of EAPI 3.
2021-11-10 17:58:38 +01:00
Kai Lueke
e7e53f7c32 sys-apps/ignition: Update to v0.36.1
This pulls in an update to the dataurl module and a rename to refer to
the flatcar-linux repository as name for the Go package.
2021-11-10 16:07:20 +01:00
Dongsu Park
1ff434429b Merge pull request #1410 from flatcar-linux/dongsu/use-flag-unicode
profiles: exclude unicode USE flag from app-editors/nano
2021-11-10 14:58:20 +01:00
Dongsu Park
7289a4143c Merge pull request #245 from flatcar-linux/dongsu/use-flag-unicode
app-editors/nano: update to 5.8-r2
2021-11-10 14:58:11 +01:00
ArkaprabhaChakraborty
a8a9084eb1 Upgrade net-libs/rpcsvs-proto to 1.9.4
Signed-off-by: ArkaprabhaChakraborty <chakrabortyarkaprabha998@gmail.com>
2021-11-10 12:36:55 +00:00
Dongsu Park
0d485ac2d7 profiles: exclude unicode USE flag from app-editors/nano
app-editors/nano with `USE=unicode` results in build failures in SDK
stage1, because ncurses >= 6.2_p20210619 which does not have the USE
flag at all.
To fix that, exclude the unicode USE flag from packages.use.force list,
which is defined in portage-stable. We can do that by setting the flag
in package.use.mask.
2021-11-10 11:01:53 +01:00
Dongsu Park
d68821a67e app-editors/nano: update to 5.8-r2
Now that ncurses 6.2_p20210619 does not have USE flag `unicode` at all,
app-editors/nano pulling in ncurses with `USE=unicode` results in build
failures. We should have `unicode(+)` to make the flag optional like
upstream Gentoo does.
Simply sync with Gentoo for nano 5.8-r2 to fix that issue.
2021-11-10 11:01:03 +01:00
Sayan Chowdhury
1610899691 Merge pull request #1405 from flatcar-linux/linux-5.10.78-main
Upgrade Linux Kernel in main from 5.10.77 to 5.10.78
2021-11-10 14:26:33 +05:30
Aniruddha Basak
60878555ae coreos-base/coreos-init: Change commit hash for the lastest changes 2021-11-09 15:47:46 +00:00
Aniruddha Basak
770a3a48d4 app-admin/logrotate: Apply Flatcar modifications 2021-11-09 15:44:01 +00:00
Flatcar Buildbot
711c2f2cbd sys-kernel: Upgrade Kernel 5.10.77 to 5.10.78 2021-11-07 07:23:31 +00:00
Aniruddha Basak
49bcee9ae7 app-admin/logrotate: Sync with Gentoo upstream; updates to 3.18.1-r1 2021-11-06 07:07:05 +00:00
Aniruddha Basak
1162ab6a54 Remove app-admin/logrotate from portage-stable
Signed-off-by: Aniruddha Basak <codewithaniruddha@gmail.com>
2021-11-06 06:18:35 +00:00
Krzesimir Nowak
3a273f1fcd eclass/sgml-catalog-r1: Add from gentoo
It's from gentoo commit 8729279eb1e48f171f86e484610a1fbbd904d67d.
2021-11-05 21:53:09 +01:00
Krzesimir Nowak
92acd03aa2 profiles: Drop useless keyword for dev-lang/swig
The updated package is stable for arm64 too now.
2021-11-05 20:48:05 +01:00
Krzesimir Nowak
f03fe15be8 profiles: Update provided version of app-eselect/eselect-vi
Drop app-admin/eselect-vi too - there is no such package.
2021-11-05 20:47:13 +01:00
Krzesimir Nowak
6e177757d5 virtual/man: Sync with gentoo
It's from gentoo commit 38b155fa1bf907617067c98eb4ba3a5d0790eb1a.
2021-11-05 20:31:32 +01:00