Received: by mail.netbsd.org (Postfix, from userid 605) id ED21184D90; Wed, 1 May 2019 07:15:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7442284D66 for ; Wed, 1 May 2019 07:15:19 +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 l3ohX3BAqUuB for ; Wed, 1 May 2019 07:15:19 +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 F170F84C6C for ; Wed, 1 May 2019 07:15:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E1585FB16; Wed, 1 May 2019 07:15:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1556694918296380" MIME-Version: 1.0 Date: Wed, 1 May 2019 07:15:18 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/confuse To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190501071518.E1585FB16@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. --_----------=_1556694918296380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed May 1 07:15:18 UTC 2019 Modified Files: pkgsrc/devel/confuse: Makefile distinfo Log Message: confuse: update to 3.2.2. [v3.2.2][] - 2018-08-19 ----------------------- This is a security patch release for CVE-2018-14447. The vulnerability affects all releases since v3.1 when the `CFGF_COMMENTS` functionality was first introduced. ### Fixes * Issue #109: Out of bounds read in `lexer.l:trim_whitespace()`. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/confuse/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/confuse/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1556694918296380 Content-Disposition: inline Content-Length: 1616 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/confuse/Makefile diff -u pkgsrc/devel/confuse/Makefile:1.21 pkgsrc/devel/confuse/Makefile:1.22 --- pkgsrc/devel/confuse/Makefile:1.21 Wed Aug 15 13:55:00 2018 +++ pkgsrc/devel/confuse/Makefile Wed May 1 07:15:18 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2018/08/15 13:55:00 ryoon Exp $ +# $NetBSD: Makefile,v 1.22 2019/05/01 07:15:18 wiz Exp $ -DISTNAME= confuse-3.2.1 +DISTNAME= confuse-3.2.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=martinh/} GITHUB_RELEASE= v${PKGVERSION_NOREV} Index: pkgsrc/devel/confuse/distinfo diff -u pkgsrc/devel/confuse/distinfo:1.8 pkgsrc/devel/confuse/distinfo:1.9 --- pkgsrc/devel/confuse/distinfo:1.8 Wed Aug 15 13:55:00 2018 +++ pkgsrc/devel/confuse/distinfo Wed May 1 07:15:18 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2018/08/15 13:55:00 ryoon Exp $ +$NetBSD: distinfo,v 1.9 2019/05/01 07:15:18 wiz Exp $ -SHA1 (confuse-3.2.1.tar.gz) = a0091aa9945d847fd6f05ef9eafd444713228b78 -RMD160 (confuse-3.2.1.tar.gz) = 7f4e73fce9c162a26a2fde65493e182a7a95e1ca -SHA512 (confuse-3.2.1.tar.gz) = 272b41b337a160bbafd873002a5f67af625844090a7af829f13b5cf9d66ce531c97b172ae1f76a9bb6a621eb107172275f86e2d7913701dc922270e719458285 -Size (confuse-3.2.1.tar.gz) = 756948 bytes +SHA1 (confuse-3.2.2.tar.gz) = fa7d106da08fd107905e9ea2c072e8d21b914e94 +RMD160 (confuse-3.2.2.tar.gz) = 998b11e8fe60e817a3d0bd5d962d89f96dc65b2e +SHA512 (confuse-3.2.2.tar.gz) = 2415aae20135331e577e727c152eaad129d591155e6fcdd64720f81ad74f4c29a13d6e401deaa90f313dc070e44df2b6d1e7146f21aef41dc206f86bd47e95ed +Size (confuse-3.2.2.tar.gz) = 752915 bytes --_----------=_1556694918296380--