pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/converters/py-simplejson
Module Name: pkgsrc
Committed By: adam
Date: Fri Apr 7 04:30:01 UTC 2023
Modified Files:
pkgsrc/converters/py-simplejson: Makefile distinfo
Log Message:
py-simplejson: update to 3.19.1
Version 3.19.1 released 2023-04-06
* This release contains security hardening measures based on recommendations
by a security audit sponsored by OSTIF and conducted by X41 D-Sec GmbH.
Several of these measures include changing defaults to be more strict,
by default simplejson will now only consume and produce compliant JSON,
but the flags still exist for any backwards compatibility needs.
No high priority issues were discovered, the reference count
leak is thought to be unreachable since the digits of the float are
checked before PyOS_string_to_double is called.
A link to the public version of this report will be included in a
future release of simplejson. The following fixes were implemented in
one PR: https://github.com/simplejson/simplejson/pull/313
* Fix invalid handling of unicode escape sequences in the pure Python
implementation of the decoder (SJ-PT-23-01)
* Fix missing reference count decrease if PyOS_string_to_double raises
an exception in Python 2.x; was probably unreachable (SJ-PT-23-02)
* Backport the integer string length limitation from Python 3.11 to
limit quadratic number parsing (SJ-PT-23-03)
* Fix inconsistencies with error messages between the C and Python
implementations (SJ-PT-23-100)
* Remove unused unichr import from encoder (SJ-PT-23-101)
* Remove unused namedtuple_as_object and tuple_as_array arguments from
simplejson.load (SJ-PT-23-102)
* Remove vestigial _one_shot code from iterencode (SJ-PT-23-103)
* Change default of allow_nan from True to False and add allow_nan
to decoder (SJ-PT-23-107)
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/converters/py-simplejson/Makefile
cvs rdiff -u -r1.39 -r1.40 pkgsrc/converters/py-simplejson/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/converters/py-simplejson/Makefile
diff -u pkgsrc/converters/py-simplejson/Makefile:1.48 pkgsrc/converters/py-simplejson/Makefile:1.49
--- pkgsrc/converters/py-simplejson/Makefile:1.48 Wed Mar 15 13:00:39 2023
+++ pkgsrc/converters/py-simplejson/Makefile Fri Apr 7 04:30:00 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2023/03/15 13:00:39 adam Exp $
+# $NetBSD: Makefile,v 1.49 2023/04/07 04:30:00 adam Exp $
-DISTNAME= simplejson-3.18.4
+DISTNAME= simplejson-3.19.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= converters python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/simplejson/}
Index: pkgsrc/converters/py-simplejson/distinfo
diff -u pkgsrc/converters/py-simplejson/distinfo:1.39 pkgsrc/converters/py-simplejson/distinfo:1.40
--- pkgsrc/converters/py-simplejson/distinfo:1.39 Wed Mar 15 13:00:39 2023
+++ pkgsrc/converters/py-simplejson/distinfo Fri Apr 7 04:30:00 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.39 2023/03/15 13:00:39 adam Exp $
+$NetBSD: distinfo,v 1.40 2023/04/07 04:30:00 adam Exp $
-BLAKE2s (simplejson-3.18.4.tar.gz) = b097a5968e8e1c1a848dac0907030072c1df2d88e030bbee70a9c5e2789624e0
-SHA512 (simplejson-3.18.4.tar.gz) = 6335389eb620c96d5c537cd335e20d4f112b86c0c463ceed4d8fa36c27bab8b00386b7995e40070bda5eed1fe5883a462579c7d09bdbc828c39537282669d0e4
-Size (simplejson-3.18.4.tar.gz) = 83721 bytes
+BLAKE2s (simplejson-3.19.1.tar.gz) = 5986ec8bf76c5eccf6453ea2d5f6e05bd33e67c4bd66401a9d35d2a98da7f6b4
+SHA512 (simplejson-3.19.1.tar.gz) = a2239a932f43abe59da84fc3ba95eeaa6a720c929da79d8f4447603b8c770403c9cba0f008a66c20c5c8aa3255891b687336eef1db071171a2c8435563bbb1bd
+Size (simplejson-3.19.1.tar.gz) = 85207 bytes
Home |
Main Index |
Thread Index |
Old Index