pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-cbor2



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Feb  2 08:10:53 UTC 2024

Modified Files:
        pkgsrc/devel/py-cbor2: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.

Modified files:

Index: pkgsrc/devel/py-cbor2/Makefile
diff -u pkgsrc/devel/py-cbor2/Makefile:1.6 pkgsrc/devel/py-cbor2/Makefile:1.7
--- pkgsrc/devel/py-cbor2/Makefile:1.6  Tue Jan 23 18:27:50 2024
+++ pkgsrc/devel/py-cbor2/Makefile      Fri Feb  2 08:10:52 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2024/01/23 18:27:50 adam Exp $
+# $NetBSD: Makefile,v 1.7 2024/02/02 08:10:52 adam Exp $
 
-DISTNAME=      cbor2-5.6.0
+DISTNAME=      cbor2-5.6.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.6 pkgsrc/devel/py-cbor2/distinfo:1.7
--- pkgsrc/devel/py-cbor2/distinfo:1.6  Tue Jan 23 18:27:50 2024
+++ pkgsrc/devel/py-cbor2/distinfo      Fri Feb  2 08:10:52 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2024/01/23 18:27:50 adam Exp $
+$NetBSD: distinfo,v 1.7 2024/02/02 08:10:52 adam Exp $
 
-BLAKE2s (cbor2-5.6.0.tar.gz) = cc057fa4a7c160512fe9d3a4cce9684e492d9c655a69923c35d05f14d1865bf4
-SHA512 (cbor2-5.6.0.tar.gz) = fc3fe284b2cc10008dbebd61be9819f05dd636bff5d231ced1af46b0314bad502f465d87faa10140e312056e1c25a82ecbd0024b55230b816b9e024605051495
-Size (cbor2-5.6.0.tar.gz) = 99116 bytes
+BLAKE2s (cbor2-5.6.1.tar.gz) = f3a72ffbf33f71c8275e9ba40a1a882cf3ae32e7c12bee119a1a62f88d0b2746
+SHA512 (cbor2-5.6.1.tar.gz) = 9ddf2c3690780816ff50ff4ed371435ca45b597b706254c37c9f01d1f1a699892e2c945a72e69b5506a803c41692f399b58b4e32d9409a0197c677e537e656b2
+Size (cbor2-5.6.1.tar.gz) = 99268 bytes



Home | Main Index | Thread Index | Old Index