summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-02-16 19:40:33 +0000
committeradam <adam@pkgsrc.org>2021-02-16 19:40:33 +0000
commit3fa9e7f1d0d72a79c6ae0cba0be0e98f8529e25c (patch)
tree249a7b267cb2ddec05a86d0386f60419b5c2d7c6 /lang
parent5998283af51f015cb7fafb694fced73653ac5980 (diff)
downloadpkgsrc-3fa9e7f1d0d72a79c6ae0cba0be0e98f8529e25c.tar.gz
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 (limited to 'lang')
-rw-r--r--lang/py37-html-docs/Makefile4
-rw-r--r--lang/py37-html-docs/distinfo10
-rw-r--r--lang/python37/Makefile3
-rw-r--r--lang/python37/dist.mk4
-rw-r--r--lang/python37/distinfo10
5 files changed, 15 insertions, 16 deletions
diff --git a/lang/py37-html-docs/Makefile b/lang/py37-html-docs/Makefile
index 3bf8e82ae85..6514df73c60 100644
--- a/lang/py37-html-docs/Makefile
+++ b/lang/py37-html-docs/Makefile
@@ -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 --git a/lang/py37-html-docs/distinfo b/lang/py37-html-docs/distinfo
index a0dc3ce9763..545ba6e98a8 100644
--- a/lang/py37-html-docs/distinfo
+++ b/lang/py37-html-docs/distinfo
@@ -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 --git a/lang/python37/Makefile b/lang/python37/Makefile
index 22faf2fe857..4f9474d95ef 100644
--- a/lang/python37/Makefile
+++ b/lang/python37/Makefile
@@ -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
diff --git a/lang/python37/dist.mk b/lang/python37/dist.mk
index 60c49f7a97a..e7fc8f60c31 100644
--- a/lang/python37/dist.mk
+++ b/lang/python37/dist.mk
@@ -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 --git a/lang/python37/distinfo b/lang/python37/distinfo
index d80f3547df5..41db0e05087 100644
--- a/lang/python37/distinfo
+++ b/lang/python37/distinfo
@@ -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