mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/systemd: fix
This commit is contained in:
parent
f86aa46079
commit
c48f45cdb2
1 changed files with 8 additions and 8 deletions
|
@ -70,9 +70,11 @@ sha512sums=('SKIP'
|
||||||
'825b9dd0167c072ba62cabe0677e7cd20f2b4b850328022540f122689d8b25315005fa98ce867cf6e7460b2b26df16b88bb3b5c9ebf721746dce4e2271af7b97')
|
'825b9dd0167c072ba62cabe0677e7cd20f2b4b850328022540f122689d8b25315005fa98ce867cf6e7460b2b26df16b88bb3b5c9ebf721746dce4e2271af7b97')
|
||||||
|
|
||||||
_backports=(
|
_backports=(
|
||||||
)
|
# bus: Use OrderedSet for introspection
|
||||||
|
'acac88340ace3cd631126eebb6d0390cd54e8231'
|
||||||
# resolved: DoT fixes (https://github.com/systemd/systemd-stable/pull/187)
|
# resolved: DoT fixes (https://github.com/systemd/systemd-stable/pull/187)
|
||||||
'88b4e8f74ed981000ded8e23ead930a6f68eebc8~..6d3e2f0188f8a10412c56dc987198104a4dfff0f'
|
'88b4e8f74ed981000ded8e23ead930a6f68eebc8~..6d3e2f0188f8a10412c56dc987198104a4dfff0f'
|
||||||
|
)
|
||||||
|
|
||||||
_reverts=(
|
_reverts=(
|
||||||
)
|
)
|
||||||
|
@ -106,15 +108,13 @@ build() {
|
||||||
local _nameservers=(
|
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/)
|
# * Cloudflare (https://1.1.1.1/)
|
||||||
# * Quad9 without filtering (https://www.quad9.net/)
|
# * Quad9 (https://www.quad9.net/)
|
||||||
# * Google (https://developers.google.com/speed/public-dns/)
|
# * Google (https://developers.google.com/speed/public-dns/)
|
||||||
# TODO: go back to cloudflare? Currently it is unusable with systemd-resolved...
|
'1.1.1.1#cloudflare-dns.com'
|
||||||
# https://community.cloudflare.com/t/ttl-for-cnames/354506
|
'9.9.9.9#dns.quad9.net'
|
||||||
#'1.1.1.1#cloudflare-dns.com'
|
|
||||||
'9.9.9.10#dns.quad9.net'
|
|
||||||
'8.8.8.8#dns.google'
|
'8.8.8.8#dns.google'
|
||||||
#'2606:4700:4700::1111#cloudflare-dns.com'
|
'2606:4700:4700::1111#cloudflare-dns.com'
|
||||||
'2620:fe::10#dns.quad9.net'
|
'2620:fe::9#dns.quad9.net'
|
||||||
'2001:4860:4860::8888#dns.google'
|
'2001:4860:4860::8888#dns.google'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue