Received: by mail.netbsd.org (Postfix, from userid 605) id 6314584F87; Fri, 9 Sep 2022 15:23:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9CBA084F7E for ; Fri, 9 Sep 2022 15:23:53 +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 kB6VBSxJX227 for ; Fri, 9 Sep 2022 15:23:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1CE3684C71 for ; Fri, 9 Sep 2022 15:23:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 16A06FA90; Fri, 9 Sep 2022 15:23:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166273703315680" MIME-Version: 1.0 Date: Fri, 9 Sep 2022 15:23:53 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/libtasn1 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220909152353.16A06FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166273703315680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Sep 9 15:23:53 UTC 2022 Modified Files: pkgsrc/security/libtasn1: Makefile distinfo Log Message: libtasn1: update to 4.19.0. * Noteworthy changes in release 4.19.0 (2022-08-23) [stable] - Clarify libtasn1.map license. Closes: #38. - Fix ETYPE_OK out of bounds read. Closes: #32. - Update gnulib files and various maintenance fixes. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 pkgsrc/security/libtasn1/Makefile cvs rdiff -u -r1.58 -r1.59 pkgsrc/security/libtasn1/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166273703315680 Content-Disposition: inline Content-Length: 1552 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/libtasn1/Makefile diff -u pkgsrc/security/libtasn1/Makefile:1.82 pkgsrc/security/libtasn1/Makefile:1.83 --- pkgsrc/security/libtasn1/Makefile:1.82 Tue Nov 16 14:32:39 2021 +++ pkgsrc/security/libtasn1/Makefile Fri Sep 9 15:23:52 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.82 2021/11/16 14:32:39 wiz Exp $ +# $NetBSD: Makefile,v 1.83 2022/09/09 15:23:52 wiz Exp $ -DISTNAME= libtasn1-4.18.0 +DISTNAME= libtasn1-4.19.0 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_GNU:=libtasn1/} Index: pkgsrc/security/libtasn1/distinfo diff -u pkgsrc/security/libtasn1/distinfo:1.58 pkgsrc/security/libtasn1/distinfo:1.59 --- pkgsrc/security/libtasn1/distinfo:1.58 Tue Nov 16 14:32:39 2021 +++ pkgsrc/security/libtasn1/distinfo Fri Sep 9 15:23:52 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.58 2021/11/16 14:32:39 wiz Exp $ +$NetBSD: distinfo,v 1.59 2022/09/09 15:23:52 wiz Exp $ -BLAKE2s (libtasn1-4.18.0.tar.gz) = 714ef4fb2b22f6cc5d17184d111e5bb5c6e1ac310936114c1443e639e9e7011e -SHA512 (libtasn1-4.18.0.tar.gz) = 4f2f4afc7561fda7a1f1c6c525c3c3b08228a1a4aa8c3d3d5e02e993d8f83ccee1dd0f1b201cec0fbfc97043d4b1d7a95ffd34d65422a38b85b931ac7a015831 -Size (libtasn1-4.18.0.tar.gz) = 1724441 bytes +BLAKE2s (libtasn1-4.19.0.tar.gz) = e7ae60daed86940ddc916f20c5831a188f5adc686d8516f6ee8b28b2e6c59213 +SHA512 (libtasn1-4.19.0.tar.gz) = 287f5eddfb5e21762d9f14d11997e56b953b980b2b03a97ed4cd6d37909bda1ed7d2cdff9da5d270a21d863ab7e54be6b85c05f1075ac5d8f0198997cf335ef4 +Size (libtasn1-4.19.0.tar.gz) = 1786576 bytes --_----------=_166273703315680--