diff options
author | he <he@pkgsrc.org> | 2019-02-12 10:52:28 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2019-02-12 10:52:28 +0000 |
commit | 3ae9d94ea3feea23686343fbda01a4a25be19b23 (patch) | |
tree | 9a1223155489107bec261b073e64bd1fce217c54 /net | |
parent | 0f04c1d0262b97aa42491966f792424f40316af8 (diff) | |
download | pkgsrc-3ae9d94ea3feea23686343fbda01a4a25be19b23.tar.gz |
Apply two fixes from
https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=4225
* Sometimes qname-minimisation needs to be (temporarily) reverted.
* DNS-over-TLS would interact with qname-minimisation and would erroneously
echo back the query buffer instead of the answer.
Bump PKGREVISION.
Diffstat (limited to 'net')
-rw-r--r-- | net/unbound/Makefile | 4 | ||||
-rw-r--r-- | net/unbound/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net/unbound/Makefile b/net/unbound/Makefile index 8bde28dbaa1..f081cb48407 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.63 2019/02/05 09:44:57 he Exp $ +# $NetBSD: Makefile,v 1.64 2019/02/12 10:52:28 he Exp $ DISTNAME= unbound-1.9.0 -#PKGREVISION= 1 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.nlnetlabs.nl/downloads/unbound/ diff --git a/net/unbound/distinfo b/net/unbound/distinfo index 34bfb153aae..8fcdc6d780b 100644 --- a/net/unbound/distinfo +++ b/net/unbound/distinfo @@ -1,7 +1,9 @@ -$NetBSD: distinfo,v 1.48 2019/02/05 09:44:57 he Exp $ +$NetBSD: distinfo,v 1.49 2019/02/12 10:52:28 he Exp $ SHA1 (unbound-1.9.0.tar.gz) = a81e548852ba5cdd355a1f494a37b8a77481ec5b RMD160 (unbound-1.9.0.tar.gz) = ec91cd023707ca163e776e518dcb46b22f55d3b3 SHA512 (unbound-1.9.0.tar.gz) = 7dfa8e078507fc24a2d0938eea590389453bacfcac023f1a41af19350ea1f7b87d0c82d7eead121a11068921292a96865e177274ff27ed8b8868445f80f7baf6 Size (unbound-1.9.0.tar.gz) = 5662176 bytes SHA1 (patch-configure) = eabd0c478e92ebe37adf143849389e0e792dc77f +SHA1 (patch-iterator_iterator.c) = c2fb74a56c4cb0ffa2e0bb0ad8178037a2ff8148 +SHA1 (patch-services_listen__dnsport.c) = 91ae9b15f571794deec8cca4b62019fbf1030288 |