1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-06-18 09:20:12 +02:00

Bump unbound version

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
David Oberhollenzer 2019-09-17 22:44:44 +02:00
parent 3bc1f8fefd
commit c25f8e450d
3 changed files with 5 additions and 5 deletions

View file

@ -1,8 +1,8 @@
VERSION="1.9.2"
VERSION="1.9.3"
SRCDIR="unbound-${VERSION}"
TARBALL="${SRCDIR}.tar.gz"
URL="https://www.unbound.net/downloads"
SHA256SUM="6f7acec5cf451277fcda31729886ae7dd62537c4f506855603e3aa153fcb6b95"
SHA256SUM="1b55dd9170e4bfb327fb644de7bbf7f0541701149dff3adf1b63ffa785f16dfa"
DEPENDS="openssl-dev expat-dev libbsd-dev toolchain"
SUBPKG="unbound libunbound libunbound-dev"

View file

@ -3,4 +3,4 @@ dir lib 0755 0 0
dir lib/pkgconfig 0755 0 0
file include/unbound.h 0664 0 0
file lib/pkgconfig/libunbound.pc 0644 0 0
slink lib/libunbound.so 0777 0 0 libunbound.so.8.1.2
slink lib/libunbound.so 0777 0 0 libunbound.so.8.1.3

View file

@ -1,6 +1,6 @@
dir lib 0755 0 0
file lib/libunbound.so.8.1.2 0755 0 0
slink lib/libunbound.so.8 0777 0 0 libunbound.so.8.1.2
file lib/libunbound.so.8.1.3 0755 0 0
slink lib/libunbound.so.8 0777 0 0 libunbound.so.8.1.3
dir etc 0755 0 0
dir etc/unbound 0755 52 52
file etc/unbound/unbound.conf 0644 52 52