mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/unbound to 1.9.4-3
This commit is contained in:
parent
4d90f051d3
commit
a0c86939f0
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=unbound
|
||||
pkgver=1.9.4
|
||||
pkgrel=1
|
||||
pkgrel=3
|
||||
pkgdesc='Validating, recursive, and caching DNS resolver'
|
||||
url='https://unbound.net/'
|
||||
license=('custom:BSD')
|
||||
|
@ -22,6 +22,7 @@ source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
|
|||
'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')
|
||||
|
@ -31,6 +32,7 @@ sha256sums=('3d3e25fb224025f0e732c7970e5676f53fd1764c16d6a01be073a13e42954bb0'
|
|||
'02616ae85f5f8ce3c3b0af21c67527076e3134ba2f387de343749b817227746d'
|
||||
'c52e982da46efedaf8e7c2bed2225a21138a24d2ce89b2de1ceda01e9555b617'
|
||||
'b641d402ab3dd4cf5e4ec16fa1aa8b3e735c6df8692cde6685aab928d168ac2c'
|
||||
'24592ab1635607f3cbd89b3eb14fee0b9b39e48ff949de21978ebe59d8689eb1'
|
||||
'85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
|
||||
'31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
|
||||
'2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3')
|
||||
|
@ -41,6 +43,7 @@ prepare() {
|
|||
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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue