summaryrefslogtreecommitdiff
path: root/lang/py37-html-docs
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-08-19 07:08:34 +0000
committeradam <adam@pkgsrc.org>2020-08-19 07:08:34 +0000
commit18981099024d043c9a093b81f20f01b8ef72f15a (patch)
treed9c17528ae6c5750cda74bf6710ad8bec3ea03fb /lang/py37-html-docs
parentb18bb88e2d1a2ad2301be9cde04ec1782ebef2e5 (diff)
downloadpkgsrc-18981099024d043c9a093b81f20f01b8ef72f15a.tar.gz
python37 py37-html-docs: updated to 3.7.9
Python 3.7.9 final Security bpo-41304: Fixes python3x._pth being ignored on Windows, caused by the fix for bpo-29778 (CVE-2020-15801). bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (CVE-2020-15523). bpo-41004: CVE-2020-14422: The __hash__() methods of ipaddress.IPv4Interface and ipaddress.IPv6Interface incorrectly generated constant hash values of 32 and 128 respectively. This resulted in always causing hash collisions. The fix uses hash() to generate hash values for the tuple of (address, mask length, network address). bpo-39603: Prevent http header injection by rejecting control characters in http.client.putrequest(…). Core and Builtins bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() correctly Library bpo-41288: Unpickling invalid NEWOBJ_EX opcode with the C implementation raises now UnpicklingError instead of crashing. bpo-39017: Avoid infinite loop when reading specially crafted TAR files using the tarfile module (CVE-2019-20907). bpo-41235: Fix the error handling in ssl.SSLContext.load_dh_params(). macOS bpo-41100: Additional fixes for testing on macOS 11 Big Sur Intel. Note: macOS 11 is not yet released, this release of Python is not fully supported on 11.0, and not all tests pass.
Diffstat (limited to 'lang/py37-html-docs')
-rw-r--r--lang/py37-html-docs/Makefile4
-rw-r--r--lang/py37-html-docs/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/lang/py37-html-docs/Makefile b/lang/py37-html-docs/Makefile
index fdb9811cfae..3bf8e82ae85 100644
--- a/lang/py37-html-docs/Makefile
+++ b/lang/py37-html-docs/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2020/06/30 05:56:02 adam Exp $
+# $NetBSD: Makefile,v 1.10 2020/08/19 07:08:34 adam Exp $
-VERS= 3.7.8
+VERS= 3.7.9
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 c55025e7811..a0dc3ce9763 100644
--- a/lang/py37-html-docs/distinfo
+++ b/lang/py37-html-docs/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2020/06/30 05:56:02 adam Exp $
+$NetBSD: distinfo,v 1.10 2020/08/19 07:08:34 adam Exp $
-SHA1 (python-3.7.8-docs-html.tar.bz2) = a90e063ffeea3db6f8e6cf2ea972ac0b477bb6e3
-RMD160 (python-3.7.8-docs-html.tar.bz2) = 470ae22ad0d13fa201e220947e41357c34f0869e
-SHA512 (python-3.7.8-docs-html.tar.bz2) = 8aaf57b0a539d98a7158ffeed03b4c631ca45e34bfc9000547b4372ecd397e79a652f297674d3af631c696d80272aedec3930f4a01b584e17c3e41e9f933e16c
-Size (python-3.7.8-docs-html.tar.bz2) = 6283763 bytes
+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