package/unbound: bump to version 1.13.1
authorStefan Ott <stefan@ott.net>
Sun, 21 Feb 2021 00:47:50 +0000 (01:47 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 21 Feb 2021 07:55:37 +0000 (08:55 +0100)
This release contains a number of bug fixes. There is added support
for the EDNS Padding option (RFC7830 and RFC8467), and the EDNS NSID
option (RFC 5001). Unbound control has added commands to enable and
disable rpz processing. Reply callbacks have a start time passed to
them that can be used to calculate time, these are callbacks for
response processing. With the option serve-original-ttl the TTL served
in responses is the original, not counted down, value, for when in
front of authority service.

https://github.com/NLnetLabs/unbound/releases/tag/release-1.13.1

Signed-off-by: Stefan Ott <stefan@ott.net>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/unbound/unbound.hash
package/unbound/unbound.mk

index 9ccea6eb883cd42e44f79f2ae45d13db20bfac7a..ec7e940791b3eeb7012850bfec0e7f1f7965041f 100644 (file)
@@ -1,5 +1,5 @@
-# From https://nlnetlabs.nl/downloads/unbound/unbound-1.13.0.tar.gz.sha256
-sha256  a954043a95b0326ca4037e50dace1f3a207a0a19e9a4a22f4c6718fc623db2a1  unbound-1.13.0.tar.gz
+# From https://nlnetlabs.nl/downloads/unbound/unbound-1.13.1.tar.gz.sha256
+sha256  8504d97b8fc5bd897345c95d116e0ee0ddf8c8ff99590ab2b4bd13278c9f50b8  unbound-1.13.1.tar.gz
 
 # Locally calculated
 sha256  8eb9a16cbfb8703090bbfa3a2028fd46bb351509a2f90dc1001e51fbe6fd45db  LICENSE
index faed60ccb96f576b954f43cb5a37f58203eaff30..140b7d278b3f0b3ed4b8273c1f7d2ad1ab74504b 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-UNBOUND_VERSION = 1.13.0
+UNBOUND_VERSION = 1.13.1
 UNBOUND_SITE = https://www.unbound.net/downloads
 UNBOUND_DEPENDENCIES = host-pkgconf expat libevent openssl
 UNBOUND_LICENSE = BSD-3-Clause