pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/unbound Apply two fixes from



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7551479bc5d6
branches:  trunk
changeset: 329583:7551479bc5d6
user:      he <he%pkgsrc.org@localhost>
date:      Tue Feb 12 10:52:28 2019 +0000

description:
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:

 net/unbound/Makefile |  4 ++--
 net/unbound/distinfo |  4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 19d1242be734 -r 7551479bc5d6 net/unbound/Makefile
--- a/net/unbound/Makefile      Tue Feb 12 10:51:55 2019 +0000
+++ b/net/unbound/Makefile      Tue Feb 12 10:52:28 2019 +0000
@@ -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 -r 19d1242be734 -r 7551479bc5d6 net/unbound/distinfo
--- a/net/unbound/distinfo      Tue Feb 12 10:51:55 2019 +0000
+++ b/net/unbound/distinfo      Tue Feb 12 10:52:28 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index