From c44e61609391eda60acce88790d8cb1a6c2c6f93 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 31 Mar 2020 11:52:27 +0000 Subject: [PATCH] core/systemd to 245.3-2.1 --- core/systemd/PKGBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/core/systemd/PKGBUILD b/core/systemd/PKGBUILD index b697579cb..59be196d3 100644 --- a/core/systemd/PKGBUILD +++ b/core/systemd/PKGBUILD @@ -7,12 +7,13 @@ # - removed makedepend on gnu-efi-libs, set -Dgnuefi=false # - patch to whitelist cacheflush syscall # - add 242-1 changes in systemd.install to fix systemd-timesyncd +# - cherry-pick upstream patch for ambient capabilities on old kernels pkgbase=systemd pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat') _tag='f4d7fa4807ada3c1b7d6f67117eadbb014b67d2f' # git rev-parse v${pkgver} pkgver=245.3 -pkgrel=2 +pkgrel=2.1 arch=('x86_64') url='https://www.github.com/systemd/systemd' makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf' @@ -68,6 +69,9 @@ sha512sums=('SKIP' '825b9dd0167c072ba62cabe0677e7cd20f2b4b850328022540f122689d8b25315005fa98ce867cf6e7460b2b26df16b88bb3b5c9ebf721746dce4e2271af7b97') _backports=( + # basic: Fix capability_ambient_set_apply for kernels < 4.3 + '7ea4392f1e444388caa706d6bd64fb7b30dc2903' + # systemd-resolved: use hostname for certificate validation in DoT 'eec394f10bbfcc3d2fc8504ad8ff5be44231abd5'