From b587d07a97f2df1a4e78317444a68d6eea541994 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 24 Sep 2023 17:35:58 +0000 Subject: [PATCH] core/systemd to 254.4-2 --- core/systemd/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/core/systemd/PKGBUILD b/core/systemd/PKGBUILD index a6e78798a..1774f5d96 100644 --- a/core/systemd/PKGBUILD +++ b/core/systemd/PKGBUILD @@ -16,7 +16,7 @@ pkgname=('systemd' _tag='2d7670ddc4473e18c92b15b4a4522e4f12a59d33' # git rev-parse v${_tag_name} _tag_name=254.4 pkgver="${_tag_name/-/}" -pkgrel=1 +pkgrel=2 arch=('x86_64') url='https://www.github.com/systemd/systemd' makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf' @@ -133,10 +133,11 @@ build() { -Dlibidn2=true -Dlz4=true -Dman=true + -Dnscd=false # We disable DNSSEC by default, it still causes trouble: # https://github.com/systemd/systemd/issues/10579 - + -Ddbuspolicydir=/usr/share/dbus-1/system.d -Ddefault-dnssec=no -Ddefault-hierarchy=unified @@ -179,7 +180,7 @@ package_systemd() { 'iptables' 'kbd' 'kmod' 'libkmod.so' 'hwdata' 'libcap' 'libcap.so' 'libgcrypt' 'libxcrypt' 'libcrypt.so' 'systemd-libs' 'libidn2' 'lz4' 'pam' 'libelf' 'libseccomp' 'libseccomp.so' 'util-linux' 'libblkid.so' - 'libmount.so' 'xz' 'pcre2' 'audit' 'libaudit.so' + 'libmount.so' 'xz' 'pcre2' 'audit' 'libaudit.so' 'openssl' 'libcrypto.so' 'libssl.so') provides=('nss-myhostname' "systemd-tools=$pkgver" "udev=$pkgver") replaces=('nss-myhostname' 'systemd-tools' 'udev')