Received: by mail.netbsd.org (Postfix, from userid 605) id 5B62184E2F; Thu, 3 Oct 2019 09:44:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D715184DF4 for ; Thu, 3 Oct 2019 09:44:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id T-Apzf--f5De for ; Thu, 3 Oct 2019 09:44:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5E67A84D4C for ; Thu, 3 Oct 2019 09:44:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 564D7FBF4; Thu, 3 Oct 2019 09:44:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157009587862680" MIME-Version: 1.0 Date: Thu, 3 Oct 2019 09:44:38 +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: <20191003094438.564D7FBF4@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. --_----------=_157009587862680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: he Date: Thu Oct 3 09:44:38 UTC 2019 Modified Files: pkgsrc/net/unbound: Makefile distinfo Log Message: Update unbound to version 1.9.4 Pkgsrc changes: * None. Upstream changes: Bug Fixes: - Fix CVE-2019-16866. An error in parsing NOTIFY queries may cause unbound to continue processing malformed queries and may ultimately result in a pointer de-reference in un-initialized memory, causing a crash of unbound. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 pkgsrc/net/unbound/Makefile cvs rdiff -u -r1.52 -r1.53 pkgsrc/net/unbound/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157009587862680 Content-Disposition: inline Content-Length: 1635 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.69 pkgsrc/net/unbound/Makefile:1.70 --- pkgsrc/net/unbound/Makefile:1.69 Tue Aug 27 09:25:25 2019 +++ pkgsrc/net/unbound/Makefile Thu Oct 3 09:44:38 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.69 2019/08/27 09:25:25 he Exp $ +# $NetBSD: Makefile,v 1.70 2019/10/03 09:44:38 he Exp $ -DISTNAME= unbound-1.9.3 +DISTNAME= unbound-1.9.4 CATEGORIES= net MASTER_SITES= http://www.nlnetlabs.nl/downloads/unbound/ Index: pkgsrc/net/unbound/distinfo diff -u pkgsrc/net/unbound/distinfo:1.52 pkgsrc/net/unbound/distinfo:1.53 --- pkgsrc/net/unbound/distinfo:1.52 Tue Aug 27 09:25:25 2019 +++ pkgsrc/net/unbound/distinfo Thu Oct 3 09:44:38 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.52 2019/08/27 09:25:25 he Exp $ +$NetBSD: distinfo,v 1.53 2019/10/03 09:44:38 he Exp $ -SHA1 (unbound-1.9.3.tar.gz) = cc3081c042511468177e36897f0c7f0a155493fa -RMD160 (unbound-1.9.3.tar.gz) = 2c589c79cf7ab5aa50b28f61d5f4e2ff62543af5 -SHA512 (unbound-1.9.3.tar.gz) = 21e14dc1577adbe502a262d7fbe9aae0cd389cd9c0b822246beadf00f0ee875e268eeb3ce820433cbb01495d6b182c334b34b63b1bc33b08589a230810ccfe90 -Size (unbound-1.9.3.tar.gz) = 5686017 bytes +SHA1 (unbound-1.9.4.tar.gz) = 364724dc2fe73cb7b45feeabdbfdff02271c5df7 +RMD160 (unbound-1.9.4.tar.gz) = b566322d636513c89940b8ab18b787d739586ff6 +SHA512 (unbound-1.9.4.tar.gz) = 44021014c944fc01a1f5f9afd77145f5554a3282cc2bfd54526fc4f88346f497c847ddb72bafa155d7e6e5dd02b6bb031836ead4408977d4e4b5b3290dffea9c +Size (unbound-1.9.4.tar.gz) = 5686242 bytes SHA1 (patch-configure) = eabd0c478e92ebe37adf143849389e0e792dc77f --_----------=_157009587862680--