Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 73F1184EBB for ; Wed, 8 Nov 2023 14:09:44 +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 PjgZBAH7jzj6 for ; Wed, 8 Nov 2023 14:09:44 +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 E87A984EB7 for ; Wed, 8 Nov 2023 14:09:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DC0B9FA2F; Wed, 8 Nov 2023 14:09:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169945258357970" MIME-Version: 1.0 Date: Wed, 8 Nov 2023 14:09:43 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-cbor2 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231108140943.DC0B9FA2F@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169945258357970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Nov 8 14:09:43 UTC 2023 Modified Files: pkgsrc/devel/py-cbor2: Makefile distinfo Log Message: py-cbor2: updated to 5.5.1 5.5.1 - Fixed ``CBORSimpleValue`` allowing the use of reserved values (24 to 31) which resulted in invalid byte sequences - Fixed encoding of simple values from 20 to 23 producing the wrong byte sequences To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-cbor2/Makefile \ pkgsrc/devel/py-cbor2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169945258357970 Content-Disposition: inline Content-Length: 1512 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-cbor2/Makefile diff -u pkgsrc/devel/py-cbor2/Makefile:1.4 pkgsrc/devel/py-cbor2/Makefile:1.5 --- pkgsrc/devel/py-cbor2/Makefile:1.4 Mon Oct 30 14:16:14 2023 +++ pkgsrc/devel/py-cbor2/Makefile Wed Nov 8 14:09:43 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2023/10/30 14:16:14 adam Exp $ +# $NetBSD: Makefile,v 1.5 2023/11/08 14:09:43 adam Exp $ -DISTNAME= cbor2-5.5.0 +DISTNAME= cbor2-5.5.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=c/cbor2/} Index: pkgsrc/devel/py-cbor2/distinfo diff -u pkgsrc/devel/py-cbor2/distinfo:1.4 pkgsrc/devel/py-cbor2/distinfo:1.5 --- pkgsrc/devel/py-cbor2/distinfo:1.4 Mon Oct 30 14:16:14 2023 +++ pkgsrc/devel/py-cbor2/distinfo Wed Nov 8 14:09:43 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2023/10/30 14:16:14 adam Exp $ +$NetBSD: distinfo,v 1.5 2023/11/08 14:09:43 adam Exp $ -BLAKE2s (cbor2-5.5.0.tar.gz) = ee730e0765ae2bed7a9a42e7b28a049ff2f9f4e37adba21f727254517a0e3b1c -SHA512 (cbor2-5.5.0.tar.gz) = 64b9ef0e358ac02113f85a2e633ed52900c4d5d6c89f889d9322f181e29fbdf9462663b5eaec7a255d5e6d47c82c4902cb7ff56999251c5ec070c7b610e615b3 -Size (cbor2-5.5.0.tar.gz) = 94286 bytes +BLAKE2s (cbor2-5.5.1.tar.gz) = 76dd7fb6e23d64bf524cbf7f01eae4f3e43d7bc04881fdad81fadc15be4628ba +SHA512 (cbor2-5.5.1.tar.gz) = 7878b997ae5bdf44cb04b7cef8445a94f11c1722819ea85073bd56f99976cf2c1c1180e72d9ae9cd7dd7d06a6aa55dc1cb3f919a869098a9feede210f8355fb4 +Size (cbor2-5.5.1.tar.gz) = 94221 bytes --_----------=_169945258357970--