Received: by mail.netbsd.org (Postfix, from userid 605) id B536884D79; Tue, 12 Feb 2019 10:52:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3B2DD84D74 for ; Tue, 12 Feb 2019 10:52:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id MghJXIIEfvjW for ; Tue, 12 Feb 2019 10:52:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BA92C84D46 for ; Tue, 12 Feb 2019 10:52:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B70EDFB16; Tue, 12 Feb 2019 10:52:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1549968748234100" MIME-Version: 1.0 Date: Tue, 12 Feb 2019 10:52:28 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/net/unbound To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20190212105228.B70EDFB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1549968748234100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: he Date: Tue Feb 12 10:52:28 UTC 2019 Modified Files: pkgsrc/net/unbound: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 pkgsrc/net/unbound/Makefile cvs rdiff -u -r1.48 -r1.49 pkgsrc/net/unbound/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1549968748234100 Content-Disposition: inline Content-Length: 1451 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/unbound/Makefile diff -u pkgsrc/net/unbound/Makefile:1.63 pkgsrc/net/unbound/Makefile:1.64 --- pkgsrc/net/unbound/Makefile:1.63 Tue Feb 5 09:44:57 2019 +++ pkgsrc/net/unbound/Makefile Tue Feb 12 10:52:28 2019 @@ -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/ Index: pkgsrc/net/unbound/distinfo diff -u pkgsrc/net/unbound/distinfo:1.48 pkgsrc/net/unbound/distinfo:1.49 --- pkgsrc/net/unbound/distinfo:1.48 Tue Feb 5 09:44:57 2019 +++ pkgsrc/net/unbound/distinfo Tue Feb 12 10:52:28 2019 @@ -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 --_----------=_1549968748234100--