From 3a489af7d506f14920520c0e350aeb9d9fbf713c Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 9 Feb 2022 00:34:34 +0000 Subject: [PATCH] core/systemd to 250.3-3 --- core/systemd/PKGBUILD | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/core/systemd/PKGBUILD b/core/systemd/PKGBUILD index 12ef46827..29ea1695a 100644 --- a/core/systemd/PKGBUILD +++ b/core/systemd/PKGBUILD @@ -14,7 +14,7 @@ pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat') _tag='d066a4f747b225d47c5f5c97a8843d30878995b8' # git rev-parse v${_tag_name} _tag_name=250.3 pkgver="${_tag_name/-/}" -pkgrel=2 +pkgrel=3 arch=('x86_64') url='https://www.github.com/systemd/systemd' makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf' @@ -98,17 +98,18 @@ prepare() { build() { local _timeservers=({0..3}.arch.pool.ntp.org) local _nameservers=( - # We use these public name services, ordered by their - # privacy policy (hopefully): + # We use these public name services, ordered by their privacy policy (hopefully): # * Cloudflare (https://1.1.1.1/) # * Quad9 without filtering (https://www.quad9.net/) # * Google (https://developers.google.com/speed/public-dns/) - 1.1.1.1#cloudflare-dns.com - 9.9.9.10#dns.quad9.net - 8.8.8.8#dns.google - 2606:4700:4700::1111#cloudflare-dns.com - 2620:fe::10#dns.quad9.net - 2001:4860:4860::8888#dns.google + # TODO: go back to cloudflare? Currently it is unusable with systemd-resolved... + # https://community.cloudflare.com/t/ttl-for-cnames/354506 + #'1.1.1.1#cloudflare-dns.com' + '9.9.9.10#dns.quad9.net' + '8.8.8.8#dns.google' + #'2606:4700:4700::1111#cloudflare-dns.com' + '2620:fe::10#dns.quad9.net' + '2001:4860:4860::8888#dns.google' ) LDFLAGS+=" -Wl,-fuse-ld=bfd" @@ -156,7 +157,7 @@ build() { arch-meson "$pkgbase-stable" build "${_meson_options[@]}" - ninja -C build + meson compile -C build } check() {