mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/unbound to 1.18.0-2
This commit is contained in:
parent
f183728aea
commit
7609bb4720
2 changed files with 62 additions and 1 deletions
61
extra/unbound/.SRCINFO
Normal file
61
extra/unbound/.SRCINFO
Normal file
|
@ -0,0 +1,61 @@
|
|||
pkgbase = unbound
|
||||
pkgdesc = Validating, recursive, and caching DNS resolver
|
||||
pkgver = 1.18.0
|
||||
pkgrel = 2
|
||||
url = https://unbound.net/
|
||||
arch = x86_64
|
||||
license = BSD
|
||||
makedepends = expat
|
||||
makedepends = libevent
|
||||
makedepends = openssl
|
||||
makedepends = protobuf-c
|
||||
makedepends = python
|
||||
makedepends = swig
|
||||
makedepends = systemd
|
||||
depends = dnssec-anchors
|
||||
depends = fstrm
|
||||
depends = hiredis
|
||||
depends = ldns
|
||||
depends = libnghttp2
|
||||
depends = libsodium
|
||||
optdepends = expat: for unbound-anchor
|
||||
optdepends = sh: for unbound-control-setup
|
||||
optdepends = python: for python-bindings
|
||||
provides = libunbound.so
|
||||
backup = etc/unbound/unbound.conf
|
||||
source = https://unbound.net/downloads/unbound-1.18.0.tar.gz
|
||||
source = https://unbound.net/downloads/unbound-1.18.0.tar.gz.asc
|
||||
source = unbound-1.14.0-trust_anchor_file.patch
|
||||
source = unbound-sysusers.conf
|
||||
source = unbound-tmpfiles.conf
|
||||
source = unbound-trusted-key.hook
|
||||
validpgpkeys = EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D
|
||||
sha512sums = 24ca6bfe0ed493eb6aaa5cb1b2b108076ce97c48de7470adf596d1154254351e382b83aae33fcd8d4fa64847e359613e00c979b6f3ba7671215b2d0fd2b03b14
|
||||
sha512sums = SKIP
|
||||
sha512sums = 9590d3d459d96f99cbc7482fae0f5318dd22a034e45cff18079e4f3c9f9c3c1d7af90cdd5353fb469eac08c535555fd164097b496286b807b2117e8a3a6cd304
|
||||
sha512sums = ef71d4e9b0eb0cc602d66bd0573d9424578fe33ef28a852c582d56f0fd34fdd63046c365ef7aed8b84a461b81254240af7ad3fd539da72f9587817d21bd6c585
|
||||
sha512sums = 6b1849ae9d7cf427f6fa6cd0590e8f8c3f06210d2d6795e543b0f325a9e866db0f5db2275a29fa90f688783c0dd16f19c8a49a9817d5f5444e13f8f2df3ff712
|
||||
sha512sums = 613826cdf5ab6e77f2805fa2aa65272508dcd11090add1961b3df6dfac3b67db016bc9f45fbcf0ef0de82b2d602c153d5263a488027a6cf13a72680b581b266d
|
||||
b2sums = 55f68cdb08281adaa7446f9b284d850e5e0cbbcbeda98609d9f8297d1bb298fcba51fa0a0805df5acc0a475397c65d295a33ae26144cdafbedb9686915dd174b
|
||||
b2sums = SKIP
|
||||
b2sums = 0978ab5c0474ed29de9c0904a46d114413e094dafeadaac4f10cdbc19e4152fcc064d7cdb8c331da7c2531075aa699326b84e21da1a8218a6f00a10f0e107b3d
|
||||
b2sums = 292a3c2e5fde292a03b6c9b2ddabd5089f52e73b50a404c3d9f54c1a43184924b661a21eea61cc521c594c1005a3b40b630fa585a38195c61298f9b24b248b92
|
||||
b2sums = d3951006b43068be904c6b91a9e0563d56228225854e12b40abbdd4ba9b47338e97265837297a6de879acbc8051bb749163f9457683f5e12fc29ac2e7b687fd3
|
||||
b2sums = d28785390eb6c125bd26ca11f097fe8864b080482157deeb7c70e9bee47ff2844abaed574db59a7c152ed3ec0acba05cfee4c3751f7a9f553320b064578f86c7
|
||||
|
||||
pkgname = unbound
|
||||
depends = dnssec-anchors
|
||||
depends = fstrm
|
||||
depends = hiredis
|
||||
depends = ldns
|
||||
depends = libnghttp2
|
||||
depends = libsodium
|
||||
depends = libevent
|
||||
depends = libevent-2.1.so
|
||||
depends = openssl
|
||||
depends = libcrypto.so
|
||||
depends = libssl.so
|
||||
depends = protobuf-c
|
||||
depends = libprotobuf-c.so
|
||||
depends = systemd-libs
|
||||
depends = libsystemd.so
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
pkgname=unbound
|
||||
pkgver=1.18.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Validating, recursive, and caching DNS resolver"
|
||||
arch=(x86_64)
|
||||
url="https://unbound.net/"
|
||||
|
|
Loading…
Reference in a new issue