pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang python37 py37-html-docs: updated to 3.7.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89ff9332774e
branches:  trunk
changeset: 447136:89ff9332774e
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Feb 16 19:40:33 2021 +0000

description:
python37 py37-html-docs: updated to 3.7.10

Python 3.7.10

Security
bpo-42967: Fix web cache poisoning vulnerability by defaulting the query args separator to &, and allowing the user to choose a custom separator.
bpo-42938: Avoid static buffers when computing the repr of ctypes.c_double and ctypes.c_longdouble values.
bpo-42103: Prevented potential DoS attack via CPU and RAM exhaustion when processing malformed Apple Property List files in binary format.
bpo-42051: The plistlib module no longer accepts entity declarations in XML plist files to avoid XML vulnerabilities. This should not affect users as entity declarations are not used in regular plist 
files.
bpo-40791: Add volatile to the accumulator variable in hmac.compare_digest, making constant-time-defeating optimizations less likely.

Library
bpo-42103: InvalidFileException and RecursionError are now the only errors caused by loading malformed binary Plist file (previously ValueError and TypeError could be raised in some specific cases).
bpo-41976: Fixed a bug that was causing ctypes.util.find_library() to return None when triying to locate a library in an environment when gcc>=9 is available and ldconfig is not. Patch by Pablo 
Galindo

Documentation
bpo-17140: Add documentation for the multiprocessing.pool.ThreadPool class.

Tests
bpo-42794: Update test_nntplib to use offical group name of news.aioe.org for testing. Patch by Dong-hee Na.
bpo-41944: Tests for CJK codecs no longer call eval() on content received via HTTP.

diffstat:

 lang/py37-html-docs/Makefile |   4 ++--
 lang/py37-html-docs/distinfo |  10 +++++-----
 lang/python37/Makefile       |   3 +--
 lang/python37/dist.mk        |   4 ++--
 lang/python37/distinfo       |  10 +++++-----
 5 files changed, 15 insertions(+), 16 deletions(-)

diffs (71 lines):

diff -r 796023bfae51 -r 89ff9332774e lang/py37-html-docs/Makefile
--- a/lang/py37-html-docs/Makefile      Tue Feb 16 19:39:53 2021 +0000
+++ b/lang/py37-html-docs/Makefile      Tue Feb 16 19:40:33 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2020/08/19 07:08:34 adam Exp $
+# $NetBSD: Makefile,v 1.11 2021/02/16 19:40:34 adam Exp $
 
-VERS=          3.7.9
+VERS=          3.7.10
 DISTNAME=      python-${VERS}-docs-html
 PKGNAME=       py37-html-docs-${VERS}
 CATEGORIES=    lang python
diff -r 796023bfae51 -r 89ff9332774e lang/py37-html-docs/distinfo
--- a/lang/py37-html-docs/distinfo      Tue Feb 16 19:39:53 2021 +0000
+++ b/lang/py37-html-docs/distinfo      Tue Feb 16 19:40:33 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2020/08/19 07:08:34 adam Exp $
+$NetBSD: distinfo,v 1.11 2021/02/16 19:40:34 adam Exp $
 
-SHA1 (python-3.7.9-docs-html.tar.bz2) = b45e05bc0fd7eabb69475f5c4e2d504285df85be
-RMD160 (python-3.7.9-docs-html.tar.bz2) = db72e7a9ccde04a6196e985d5123f96d06682b88
-SHA512 (python-3.7.9-docs-html.tar.bz2) = 243327bdcb85b696fccf20b3cb841b398a672f07e34f441323418651ead58ab3346eff39e78501130b5d97e5d87fb72c945a9c4b9082b26577f33bd095791d55
-Size (python-3.7.9-docs-html.tar.bz2) = 6285801 bytes
+SHA1 (python-3.7.10-docs-html.tar.bz2) = f0fd74f55801dd8518ba61937eba795b9f54f17c
+RMD160 (python-3.7.10-docs-html.tar.bz2) = a68f6dcff3e9752fae41cfd32780574bf9e1e7aa
+SHA512 (python-3.7.10-docs-html.tar.bz2) = c303561ce3b758df1ee017ab8dad862adad116eedf1f2d0ed1180529e0af06526c9293810fe086f8223ec97b2c935cb08ca7e74bc20b9be93dc4e97909f5f561
+Size (python-3.7.10-docs-html.tar.bz2) = 6289108 bytes
diff -r 796023bfae51 -r 89ff9332774e lang/python37/Makefile
--- a/lang/python37/Makefile    Tue Feb 16 19:39:53 2021 +0000
+++ b/lang/python37/Makefile    Tue Feb 16 19:40:33 2021 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2020/12/07 13:14:38 nia Exp $
+# $NetBSD: Makefile,v 1.26 2021/02/16 19:40:33 adam Exp $
 
 .include "dist.mk"
 
 PKGNAME=       python37-${PY_DISTVERSION}
-PKGREVISION=   2
 CATEGORIES=    lang python
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 796023bfae51 -r 89ff9332774e lang/python37/dist.mk
--- a/lang/python37/dist.mk     Tue Feb 16 19:39:53 2021 +0000
+++ b/lang/python37/dist.mk     Tue Feb 16 19:40:33 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: dist.mk,v 1.10 2020/08/19 07:08:34 adam Exp $
+# $NetBSD: dist.mk,v 1.11 2021/02/16 19:40:33 adam Exp $
 
-PY_DISTVERSION=        3.7.9
+PY_DISTVERSION=        3.7.10
 DISTNAME=      Python-${PY_DISTVERSION}
 EXTRACT_SUFX=  .tar.xz
 DISTINFO_FILE= ${.CURDIR}/../../lang/python37/distinfo
diff -r 796023bfae51 -r 89ff9332774e lang/python37/distinfo
--- a/lang/python37/distinfo    Tue Feb 16 19:39:53 2021 +0000
+++ b/lang/python37/distinfo    Tue Feb 16 19:40:33 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.24 2020/11/19 16:29:42 bsiegert Exp $
+$NetBSD: distinfo,v 1.25 2021/02/16 19:40:33 adam Exp $
 
-SHA1 (Python-3.7.9.tar.xz) = e1de02779a89a94000c0ed340ec126de25825f2f
-RMD160 (Python-3.7.9.tar.xz) = 6ff3676f84b1a103b0e3161dcc7257936c914daf
-SHA512 (Python-3.7.9.tar.xz) = e4217b25529b5336e43b63d17f3758a8177a58184564cf02bd92a312f58dba9e096485c9e3cb3544f966e847ea15b3ab30ed065d28a6ca52a6d7e0faddf7d9f9
-Size (Python-3.7.9.tar.xz) = 17389636 bytes
+SHA1 (Python-3.7.10.tar.xz) = 847305e6b25f83b80096314fdfdfa7a8cc07016e
+RMD160 (Python-3.7.10.tar.xz) = ae83786be55bf99889d9fe25826e7b4333dd8a52
+SHA512 (Python-3.7.10.tar.xz) = 5cb61739acbd29f526d25073443398b2ca0eef30d01d134e8236c8bbc7ab0586c44ec00689f5a75e6aedc0170acf4551721ada5e967e4b99a146cfcaad949128
+Size (Python-3.7.10.tar.xz) = 17392580 bytes
 SHA1 (patch-Lib___osx__support.py) = dbec9925c1a0b6b845101df9825af52d83317773
 SHA1 (patch-Lib_ctypes_____init____.py) = ded12eb372028288d85ba88b43e45549c6f48144
 SHA1 (patch-Lib_ctypes_macholib_dyld.py) = 267f0b39f116bc9df0b24c277b48ce59cfecd397



Home | Main Index | Thread Index | Old Index