Received: by mail.netbsd.org (Postfix, from userid 605) id 50A6184D62; Tue, 19 Nov 2019 10:10:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CA5FE84D51 for ; Tue, 19 Nov 2019 10:10:45 +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 gnyk-EW5IN6D for ; Tue, 19 Nov 2019 10:10:45 +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 4A07D84D38 for ; Tue, 19 Nov 2019 10:10:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DCD35FA97; Tue, 19 Nov 2019 10:10:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1574158244276340" MIME-Version: 1.0 Date: Tue, 19 Nov 2019 10:10:44 +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: <20191119101044.DCD35FA97@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. --_----------=_1574158244276340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: he Date: Tue Nov 19 10:10:44 UTC 2019 Modified Files: pkgsrc/net/unbound: Makefile distinfo Log Message: Update unbound to version 1.9.5 Pkgsrc changes: * None. Upstream changes: Bug Fixes: - Fix CVE-2019-18934. A vulnerability might cause shell code execution with use of the "ipsecmod" feature under specific conditions. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 pkgsrc/net/unbound/Makefile cvs rdiff -u -r1.53 -r1.54 pkgsrc/net/unbound/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1574158244276340 Content-Disposition: inline Content-Length: 1639 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.71 pkgsrc/net/unbound/Makefile:1.72 --- pkgsrc/net/unbound/Makefile:1.71 Sun Nov 3 11:45:56 2019 +++ pkgsrc/net/unbound/Makefile Tue Nov 19 10:10:44 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.71 2019/11/03 11:45:56 rillig Exp $ +# $NetBSD: Makefile,v 1.72 2019/11/19 10:10:44 he Exp $ -DISTNAME= unbound-1.9.4 +DISTNAME= unbound-1.9.5 CATEGORIES= net MASTER_SITES= http://www.nlnetlabs.nl/downloads/unbound/ Index: pkgsrc/net/unbound/distinfo diff -u pkgsrc/net/unbound/distinfo:1.53 pkgsrc/net/unbound/distinfo:1.54 --- pkgsrc/net/unbound/distinfo:1.53 Thu Oct 3 09:44:38 2019 +++ pkgsrc/net/unbound/distinfo Tue Nov 19 10:10:44 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.53 2019/10/03 09:44:38 he Exp $ +$NetBSD: distinfo,v 1.54 2019/11/19 10:10:44 he Exp $ -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 (unbound-1.9.5.tar.gz) = e5a417fe46e5f2911b91e5ec6bbedc2ed14d9d0b +RMD160 (unbound-1.9.5.tar.gz) = a49319ccc743709687792a57f1796acfa22e791e +SHA512 (unbound-1.9.5.tar.gz) = 0b198b49165b25c93899ca41fead67c479e5b6fd255f7e2af6930f4b9898c73d8a72caf376fce9a2a33199d0764db58388371c3fdbd442999ddfdb0b8b5394ea +Size (unbound-1.9.5.tar.gz) = 5686689 bytes SHA1 (patch-configure) = eabd0c478e92ebe37adf143849389e0e792dc77f --_----------=_1574158244276340--