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/unbound/Makefile | |
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/unbound/Makefile')
-rw-r--r-- | net/unbound/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ |