mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-29 00:25:25 +00:00
extra/unbound to 1.21.0-2
This commit is contained in:
parent
a9e39fc730
commit
32ec742d82
2 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = unbound
|
||||
pkgdesc = Validating, recursive, and caching DNS resolver
|
||||
pkgver = 1.21.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://unbound.net/
|
||||
arch = x86_64
|
||||
license = BSD-3-Clause
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
pkgname=unbound
|
||||
pkgver=1.21.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Validating, recursive, and caching DNS resolver"
|
||||
arch=(x86_64)
|
||||
url="https://unbound.net/"
|
||||
|
@ -64,6 +64,8 @@ prepare() {
|
|||
# enable trusted-anchor-file and set it to an unbound specific location
|
||||
patch -p1 -d $pkgname -i ../$pkgname-1.14.0-trust_anchor_file.patch
|
||||
cd $pkgname
|
||||
# CVE-2024-8508 (temporary fix)
|
||||
git cherry-pick -n b7c61d7cc256d6a174e6179622c7fa968272c259
|
||||
autoreconf -fiv
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue