pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Feb 16 19:39:53 UTC 2021

Modified Files:
        pkgsrc/lang/py36-html-docs: Makefile distinfo
        pkgsrc/lang/python36: Makefile dist.mk distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/py36-html-docs/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/py36-html-docs/distinfo
cvs rdiff -u -r1.30 -r1.31 pkgsrc/lang/python36/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/python36/dist.mk
cvs rdiff -u -r1.34 -r1.35 pkgsrc/lang/python36/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/py36-html-docs/Makefile
diff -u pkgsrc/lang/py36-html-docs/Makefile:1.13 pkgsrc/lang/py36-html-docs/Makefile:1.14
--- pkgsrc/lang/py36-html-docs/Makefile:1.13    Wed Aug 19 07:07:46 2020
+++ pkgsrc/lang/py36-html-docs/Makefile Tue Feb 16 19:39:53 2021
@@ -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

Index: pkgsrc/lang/py36-html-docs/distinfo
diff -u pkgsrc/lang/py36-html-docs/distinfo:1.12 pkgsrc/lang/py36-html-docs/distinfo:1.13
--- pkgsrc/lang/py36-html-docs/distinfo:1.12    Wed Aug 19 07:07:46 2020
+++ pkgsrc/lang/py36-html-docs/distinfo Tue Feb 16 19:39:53 2021
@@ -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

Index: pkgsrc/lang/python36/Makefile
diff -u pkgsrc/lang/python36/Makefile:1.30 pkgsrc/lang/python36/Makefile:1.31
--- pkgsrc/lang/python36/Makefile:1.30  Mon Dec  7 13:14:38 2020
+++ pkgsrc/lang/python36/Makefile       Tue Feb 16 19:39:53 2021
@@ -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@localhost

Index: pkgsrc/lang/python36/dist.mk
diff -u pkgsrc/lang/python36/dist.mk:1.13 pkgsrc/lang/python36/dist.mk:1.14
--- pkgsrc/lang/python36/dist.mk:1.13   Wed Aug 19 07:07:46 2020
+++ pkgsrc/lang/python36/dist.mk        Tue Feb 16 19:39:53 2021
@@ -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

Index: pkgsrc/lang/python36/distinfo
diff -u pkgsrc/lang/python36/distinfo:1.34 pkgsrc/lang/python36/distinfo:1.35
--- pkgsrc/lang/python36/distinfo:1.34  Tue Sep  1 09:26:54 2020
+++ pkgsrc/lang/python36/distinfo       Tue Feb 16 19:39:53 2021
@@ -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



Home | Main Index | Thread Index | Old Index