[arch-commits] Commit in unbound/trunk (PKGBUILD)
Gaëtan Bisson
bisson at archlinux.org
Sun Oct 27 08:33:57 UTC 2019
Date: Sunday, October 27, 2019 @ 08:33:56
Author: bisson
Revision: 520730
cherry-pick additional service file improvement
Modified:
unbound/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-27 08:22:46 UTC (rev 520729)
+++ PKGBUILD 2019-10-27 08:33:56 UTC (rev 520730)
@@ -4,7 +4,7 @@
pkgname=unbound
pkgver=1.9.4
-pkgrel=2
+pkgrel=3
pkgdesc='Validating, recursive, and caching DNS resolver'
url='https://unbound.net/'
license=('custom:BSD')
@@ -19,6 +19,7 @@
'https://github.com/NLnetLabs/unbound/commit/ae2d5276d27f16044382ce49eb2e2459e073e619.patch'
'https://github.com/NLnetLabs/unbound/commit/acdd4058d27ede378d0ab720df8a61d7a50189b1.patch'
'https://github.com/NLnetLabs/unbound/commit/6943cab6708761c64e8eb55f2d4bbc5660871ff3.patch'
+ 'https://github.com/NLnetLabs/unbound/commit/11f22074a9b7ed76316373146f528d1b792c4527.patch'
'sysusers.d'
'tmpfiles.d'
'hook')
@@ -28,6 +29,7 @@
'02616ae85f5f8ce3c3b0af21c67527076e3134ba2f387de343749b817227746d'
'c52e982da46efedaf8e7c2bed2225a21138a24d2ce89b2de1ceda01e9555b617'
'b641d402ab3dd4cf5e4ec16fa1aa8b3e735c6df8692cde6685aab928d168ac2c'
+ '24592ab1635607f3cbd89b3eb14fee0b9b39e48ff949de21978ebe59d8689eb1'
'85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
'31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
'2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3')
@@ -38,6 +40,7 @@
patch -p1 -i ../ae2d5276d27f16044382ce49eb2e2459e073e619.patch
patch -p1 -i ../acdd4058d27ede378d0ab720df8a61d7a50189b1.patch
patch -p1 -i ../6943cab6708761c64e8eb55f2d4bbc5660871ff3.patch
+ patch -p1 -i ../11f22074a9b7ed76316373146f528d1b792c4527.patch
sed '/# trust-anchor-file:/c\\ttrust-anchor-file: /etc/unbound/trusted-key.key' -i doc/example.conf.in
}
More information about the arch-commits
mailing list