summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-02-16 19:39:53 +0000
committeradam <adam@pkgsrc.org>2021-02-16 19:39:53 +0000
commit5998283af51f015cb7fafb694fced73653ac5980 (patch)
tree05acf86c96760bfe646e5acd00b4b890234f8100 /lang
parent6d434a3ca410bd10aab25ee54b201129d51f0665 (diff)
downloadpkgsrc-5998283af51f015cb7fafb694fced73653ac5980.tar.gz
python36 py36-html-docs: updated to 3.6.13
Python 3.6.13 final 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. Core and Builtins bpo-35560: Fix an assertion error in format() in debug build for floating point formatting with ā€œnā€ format, zero padding and small width. Release build is not impacted. Patch by Karthikeyan Singaravelan. 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). 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/py36-html-docs/Makefile4
-rw-r--r--lang/py36-html-docs/distinfo10
-rw-r--r--lang/python36/Makefile3
-rw-r--r--lang/python36/dist.mk4
-rw-r--r--lang/python36/distinfo10
5 files changed, 15 insertions, 16 deletions
diff --git a/lang/py36-html-docs/Makefile b/lang/py36-html-docs/Makefile
index d56be621cc8..734c4f941e9 100644
--- a/lang/py36-html-docs/Makefile
+++ b/lang/py36-html-docs/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2020/08/19 07:07:46 adam Exp $
+# $NetBSD: Makefile,v 1.14 2021/02/16 19:39:53 adam Exp $
-VERS= 3.6.12
+VERS= 3.6.13
DISTNAME= python-${VERS}-docs-html
PKGNAME= py36-html-docs-${VERS}
CATEGORIES= lang python
diff --git a/lang/py36-html-docs/distinfo b/lang/py36-html-docs/distinfo
index 95aa8b934b4..25b040a9827 100644
--- a/lang/py36-html-docs/distinfo
+++ b/lang/py36-html-docs/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2020/08/19 07:07:46 adam Exp $
+$NetBSD: distinfo,v 1.13 2021/02/16 19:39:53 adam Exp $
-SHA1 (python-3.6.12-docs-html.tar.bz2) = f53ff5c52fe856e11801eff49d763ad969c16a9a
-RMD160 (python-3.6.12-docs-html.tar.bz2) = 1d23dd2d1886f50acbf1069d40a9191831ab8a75
-SHA512 (python-3.6.12-docs-html.tar.bz2) = da28da84f5e8f889f328fafb4d17beb6cfc52c5703bcf5080cfbaea552f414d6f0a682aaacb2f04fa32e9453a1bdaae8ff108c38a4486170bd0edf1efacafdf7
-Size (python-3.6.12-docs-html.tar.bz2) = 6013089 bytes
+SHA1 (python-3.6.13-docs-html.tar.bz2) = 6c751bb1fe1a2aa10cdac1572609c367026efb3f
+RMD160 (python-3.6.13-docs-html.tar.bz2) = 62c854d18f22805194a85e0d0c954bd341370015
+SHA512 (python-3.6.13-docs-html.tar.bz2) = 7bdc77767211a652dbbe654cf9675e325a959d1d90eb751fa2f86abd04ddc41301d1035c8cf1a4968a8f23c97f95cf87b06763fd97f7844ac13c365b39dfcd8b
+Size (python-3.6.13-docs-html.tar.bz2) = 6016532 bytes
diff --git a/lang/python36/Makefile b/lang/python36/Makefile
index 4a90f2bdab8..a61253e608c 100644
--- a/lang/python36/Makefile
+++ b/lang/python36/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2020/12/07 13:14:38 nia Exp $
+# $NetBSD: Makefile,v 1.31 2021/02/16 19:39:53 adam Exp $
.include "dist.mk"
PKGNAME= python36-${PY_DISTVERSION}
-PKGREVISION= 1
CATEGORIES= lang python
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/lang/python36/dist.mk b/lang/python36/dist.mk
index b69c9fe1963..4a194dcafce 100644
--- a/lang/python36/dist.mk
+++ b/lang/python36/dist.mk
@@ -1,6 +1,6 @@
-# $NetBSD: dist.mk,v 1.13 2020/08/19 07:07:46 adam Exp $
+# $NetBSD: dist.mk,v 1.14 2021/02/16 19:39:53 adam Exp $
-PY_DISTVERSION= 3.6.12
+PY_DISTVERSION= 3.6.13
DISTNAME= Python-${PY_DISTVERSION}
EXTRACT_SUFX= .tar.xz
DISTINFO_FILE= ${.CURDIR}/../../lang/python36/distinfo
diff --git a/lang/python36/distinfo b/lang/python36/distinfo
index 39110658973..743738b1eee 100644
--- a/lang/python36/distinfo
+++ b/lang/python36/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.34 2020/09/01 09:26:54 schmonz Exp $
+$NetBSD: distinfo,v 1.35 2021/02/16 19:39:53 adam Exp $
-SHA1 (Python-3.6.12.tar.xz) = e6a28b1ab47f079a659e24a40e4c416f52828682
-RMD160 (Python-3.6.12.tar.xz) = ae27e8221f07520aa97ed706c7f50cce7d63b182
-SHA512 (Python-3.6.12.tar.xz) = 1462801f3f6626a853097d34ccdca9838c4c5bd81ecc3abc751003f5f2f8d36eecdaa4130ef4218de351c5586093c11669639a34492668fbc5a2a4a241f4a070
-Size (Python-3.6.12.tar.xz) = 17202980 bytes
+SHA1 (Python-3.6.13.tar.xz) = 4fa72f749446e907a5b80c0ae47ab03d890f14c8
+RMD160 (Python-3.6.13.tar.xz) = 129f0f49c2db86c17f768f320484f116bd61cf2c
+SHA512 (Python-3.6.13.tar.xz) = 0482b3e7eea22b0635b61f06753e77c832c9431385c5ea1ecb8f60868262afd2b45c239badb8e906a33f035ffbf347b4a499fe6f0f008f1fa9ecc9de66c63947
+Size (Python-3.6.13.tar.xz) = 17213520 bytes
SHA1 (patch-Lib_ctypes_____init____.py) = 7136d2af2d144b58a3ada07ed3aabddcf6823ced
SHA1 (patch-Lib_ctypes_util.py) = 3b7aecb2879cce70c76bd4bc60f2ec577a5bed61
SHA1 (patch-Lib_distutils_command_install.py) = 29204f34296f36ab2b21c745f915ba73caf2b71c