mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Bump unbound version
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
d35172b948
commit
50ec44af01
3 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
||||||
VERSION="1.8.3"
|
VERSION="1.9.0"
|
||||||
SRCDIR="unbound-${VERSION}"
|
SRCDIR="unbound-${VERSION}"
|
||||||
TARBALL="${SRCDIR}.tar.gz"
|
TARBALL="${SRCDIR}.tar.gz"
|
||||||
URL="https://www.unbound.net/downloads"
|
URL="https://www.unbound.net/downloads"
|
||||||
SHA256SUM="2b692b8311edfad41e7d0380aac34576060d4176add81dc5db419c79b2a4cecc"
|
SHA256SUM="415af94b8392bc6b2c52e44ac8f17935cc6ddf2cc81edfb47c5be4ad205ab917"
|
||||||
DEPENDS="openssl-dev expat-dev libbsd-dev crt-dev"
|
DEPENDS="openssl-dev expat-dev libbsd-dev crt-dev"
|
||||||
SUBPKG="unbound libunbound libunbound-dev"
|
SUBPKG="unbound libunbound libunbound-dev"
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,4 @@ dir lib 0755 0 0
|
||||||
dir lib/pkgconfig 0755 0 0
|
dir lib/pkgconfig 0755 0 0
|
||||||
file include/unbound.h 0664 0 0
|
file include/unbound.h 0664 0 0
|
||||||
file lib/pkgconfig/libunbound.pc 0644 0 0
|
file lib/pkgconfig/libunbound.pc 0644 0 0
|
||||||
slink lib/libunbound.so 0777 0 0 libunbound.so.8.0.3
|
slink lib/libunbound.so 0777 0 0 libunbound.so.8.1.0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
dir lib 0755 0 0
|
dir lib 0755 0 0
|
||||||
file lib/libunbound.so.8.0.3 0755 0 0
|
file lib/libunbound.so.8.1.0 0755 0 0
|
||||||
slink lib/libunbound.so.8 0777 0 0 libunbound.so.8.0.3
|
slink lib/libunbound.so.8 0777 0 0 libunbound.so.8.1.0
|
||||||
dir etc 0755 0 0
|
dir etc 0755 0 0
|
||||||
dir etc/unbound 0755 52 52
|
dir etc/unbound 0755 52 52
|
||||||
file etc/unbound/unbound.conf 0644 52 52
|
file etc/unbound/unbound.conf 0644 52 52
|
||||||
|
|
Loading…
Reference in a new issue