Fri Feb 2 08:10:53 2024 UTC (126d)
py-cbor2: updated to 5.6.1

5.6.1

- Fixed use-after-free in the decoder's C version when prematurely encountering the end of stream
- Fixed the C version of the decoder improperly raising ``CBORDecodeEOF`` when decoding a text
  string longer than 65536 bytes


(adam)
diff -r1.6 -r1.7 pkgsrc/devel/py-cbor2/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/py-cbor2/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/devel/py-cbor2/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-cbor2/Makefile 2024/01/23 18:27:50 1.6
+++ pkgsrc/devel/py-cbor2/Makefile 2024/02/02 08:10:52 1.7
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.6 2024/01/23 18:27:50 adam Exp $ 1# $NetBSD: Makefile,v 1.7 2024/02/02 08:10:52 adam Exp $
2 2
3DISTNAME= cbor2-5.6.0 3DISTNAME= cbor2-5.6.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=c/cbor2/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=c/cbor2/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://cbor2.readthedocs.org/ 9HOMEPAGE= https://cbor2.readthedocs.org/
10COMMENT= CBOR (de)serializer with extensive tag support 10COMMENT= CBOR (de)serializer with extensive tag support
11LICENSE= mit 11LICENSE= mit
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61:../../devel/py-setuptools 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61:../../devel/py-setuptools
14TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.4:../../devel/py-setuptools_scm 14TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.4:../../devel/py-setuptools_scm
15TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel 15TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
16TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis 16TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis

cvs diff -r1.6 -r1.7 pkgsrc/devel/py-cbor2/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-cbor2/distinfo 2024/01/23 18:27:50 1.6
+++ pkgsrc/devel/py-cbor2/distinfo 2024/02/02 08:10:52 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2024/01/23 18:27:50 adam Exp $ 1$NetBSD: distinfo,v 1.7 2024/02/02 08:10:52 adam Exp $
2 2
3BLAKE2s (cbor2-5.6.0.tar.gz) = cc057fa4a7c160512fe9d3a4cce9684e492d9c655a69923c35d05f14d1865bf4 3BLAKE2s (cbor2-5.6.1.tar.gz) = f3a72ffbf33f71c8275e9ba40a1a882cf3ae32e7c12bee119a1a62f88d0b2746
4SHA512 (cbor2-5.6.0.tar.gz) = fc3fe284b2cc10008dbebd61be9819f05dd636bff5d231ced1af46b0314bad502f465d87faa10140e312056e1c25a82ecbd0024b55230b816b9e024605051495 4SHA512 (cbor2-5.6.1.tar.gz) = 9ddf2c3690780816ff50ff4ed371435ca45b597b706254c37c9f01d1f1a699892e2c945a72e69b5506a803c41692f399b58b4e32d9409a0197c677e537e656b2
5Size (cbor2-5.6.0.tar.gz) = 99116 bytes 5Size (cbor2-5.6.1.tar.gz) = 99268 bytes