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:           Wed Jun  7 13:26:54 UTC 2023

Modified Files:
        pkgsrc/lang/py310-html-docs: Makefile PLIST distinfo
        pkgsrc/lang/python310: dist.mk distinfo

Log Message:
python310 py310-html-docs: updated to 3.10.12

Python 3.10.12

Security
gh-103142: The version of OpenSSL used in our binary builds has been upgraded to 1.1.1u to address several CVEs.
gh-99889: Fixed a security in flaw in uu.decode() that could allow for directory traversal based on the input if no out_file was specified.
gh-104049: Do not expose the local on-disk location in directory indexes produced by http.client.SimpleHTTPRequestHandler.
gh-102153: urllib.parse.urlsplit() now strips leading C0 control and space characters following the specification for URLs defined by WHATWG in response to CVE-2023-24329. Patch by Illia Volochii.

Library
gh-103935: Use io.open_code() for files to be executed instead of raw open()
gh-102953: The extraction methods in tarfile, and shutil.unpack_archive(), have a new a filter argument that allows limiting tar features than may be surprising or dangerous, such as creating files 
outside the destination directory. See Extraction filters for details.

Documentation
gh-89412: Add missing documentation for the end_lineno and end_offset attributes of the traceback.TracebackException class.

Build
gh-103262: Fixes Windows installer build to work with latest compilers.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/py310-html-docs/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/py310-html-docs/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/py310-html-docs/distinfo
cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/python310/dist.mk
cvs rdiff -u -r1.23 -r1.24 pkgsrc/lang/python310/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/py310-html-docs/Makefile
diff -u pkgsrc/lang/py310-html-docs/Makefile:1.12 pkgsrc/lang/py310-html-docs/Makefile:1.13
--- pkgsrc/lang/py310-html-docs/Makefile:1.12   Thu Apr  6 11:16:52 2023
+++ pkgsrc/lang/py310-html-docs/Makefile        Wed Jun  7 13:26:54 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2023/04/06 11:16:52 adam Exp $
+# $NetBSD: Makefile,v 1.13 2023/06/07 13:26:54 adam Exp $
 
-VERS=          3.10.11
+VERS=          3.10.12
 DISTNAME=      python-${VERS}-docs-html
 PKGNAME=       py310-html-docs-${VERS}
 CATEGORIES=    lang python

Index: pkgsrc/lang/py310-html-docs/PLIST
diff -u pkgsrc/lang/py310-html-docs/PLIST:1.2 pkgsrc/lang/py310-html-docs/PLIST:1.3
--- pkgsrc/lang/py310-html-docs/PLIST:1.2       Wed Jun  8 17:56:46 2022
+++ pkgsrc/lang/py310-html-docs/PLIST   Wed Jun  7 13:26:54 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2022/06/08 17:56:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2023/06/07 13:26:54 adam Exp $
 share/doc/python3.10/.buildinfo
 share/doc/python3.10/_downloads/6b45dc135219d1404be49d606589a11d/tzinfo_examples.py
 share/doc/python3.10/_images/hashlib-blake2-tree.png
@@ -495,7 +495,6 @@ share/doc/python3.10/_sources/whatsnew/3
 share/doc/python3.10/_sources/whatsnew/changelog.rst.txt
 share/doc/python3.10/_sources/whatsnew/index.rst.txt
 share/doc/python3.10/_static/basic.css
-share/doc/python3.10/_static/caret-down.svg
 share/doc/python3.10/_static/changelog_search.js
 share/doc/python3.10/_static/classic.css
 share/doc/python3.10/_static/copybutton.js
@@ -514,9 +513,12 @@ share/doc/python3.10/_static/plus.png
 share/doc/python3.10/_static/py.png
 share/doc/python3.10/_static/py.svg
 share/doc/python3.10/_static/pydoctheme.css
+share/doc/python3.10/_static/pydoctheme_dark.css
 share/doc/python3.10/_static/pygments.css
+share/doc/python3.10/_static/pygments_dark.css
 share/doc/python3.10/_static/searchtools.js
 share/doc/python3.10/_static/sidebar.js
+share/doc/python3.10/_static/themetoggle.js
 share/doc/python3.10/_static/underscore-1.3.1.js
 share/doc/python3.10/_static/underscore.js
 share/doc/python3.10/about.html

Index: pkgsrc/lang/py310-html-docs/distinfo
diff -u pkgsrc/lang/py310-html-docs/distinfo:1.14 pkgsrc/lang/py310-html-docs/distinfo:1.15
--- pkgsrc/lang/py310-html-docs/distinfo:1.14   Thu Apr  6 11:16:52 2023
+++ pkgsrc/lang/py310-html-docs/distinfo        Wed Jun  7 13:26:54 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2023/04/06 11:16:52 adam Exp $
+$NetBSD: distinfo,v 1.15 2023/06/07 13:26:54 adam Exp $
 
-BLAKE2s (python-3.10.11-docs-html.tar.bz2) = e43ff56e2700c6f8cf6baf736c5561c9ff932fdf55335e22f9268553e45d3940
-SHA512 (python-3.10.11-docs-html.tar.bz2) = 65941e05977391a729effaaaace979447ec4db6638b16bcf508b19ba997caa8fedaa5ab9fc7888e565d5982bdf305e4c8525074c925a60394910e3678f9eead0
-Size (python-3.10.11-docs-html.tar.bz2) = 7390187 bytes
+BLAKE2s (python-3.10.12-docs-html.tar.bz2) = 422592b9dc651bf4ae2b27dffb00373752fa08f0b681162430bc3b9839120e1e
+SHA512 (python-3.10.12-docs-html.tar.bz2) = e6b02bdce8c96fa168f0faa2435773496ddf761072c93c2944870bafc0ddb49afea5fad73cf6000119bc01435fa558a19f70e5abebe1a51e7c9547911aa336fb
+Size (python-3.10.12-docs-html.tar.bz2) = 7433462 bytes

Index: pkgsrc/lang/python310/dist.mk
diff -u pkgsrc/lang/python310/dist.mk:1.12 pkgsrc/lang/python310/dist.mk:1.13
--- pkgsrc/lang/python310/dist.mk:1.12  Thu Apr  6 11:16:52 2023
+++ pkgsrc/lang/python310/dist.mk       Wed Jun  7 13:26:54 2023
@@ -1,8 +1,8 @@
-# $NetBSD: dist.mk,v 1.12 2023/04/06 11:16:52 adam Exp $
+# $NetBSD: dist.mk,v 1.13 2023/06/07 13:26:54 adam Exp $
 
-PY_DISTVERSION=        3.10.11
+PY_DISTVERSION=        3.10.12
 DISTNAME=      Python-${PY_DISTVERSION}
 EXTRACT_SUFX=  .tar.xz
 DISTINFO_FILE= ${.CURDIR}/../../lang/python310/distinfo
 PATCHDIR=      ${.CURDIR}/../../lang/python310/patches
-MASTER_SITES=  http://www.python.org/ftp/python/${PY_DISTVERSION}/
+MASTER_SITES=  https://www.python.org/ftp/python/${PY_DISTVERSION}/

Index: pkgsrc/lang/python310/distinfo
diff -u pkgsrc/lang/python310/distinfo:1.23 pkgsrc/lang/python310/distinfo:1.24
--- pkgsrc/lang/python310/distinfo:1.23 Thu Apr  6 11:16:52 2023
+++ pkgsrc/lang/python310/distinfo      Wed Jun  7 13:26:54 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.23 2023/04/06 11:16:52 adam Exp $
+$NetBSD: distinfo,v 1.24 2023/06/07 13:26:54 adam Exp $
 
-BLAKE2s (Python-3.10.11.tar.xz) = 42a095b50a04db94e696d768fd5cbc4e3fa70d37fcf6f946912650099ee52931
-SHA512 (Python-3.10.11.tar.xz) = fa113b4b635d271a1412999587ec64654d337db263851a6a9d88b3cab4ed66dba76fe03e65c4d341f0a83fd8182d35e245bfd9827465d7aebcb4deb71af4d047
-Size (Python-3.10.11.tar.xz) = 19640792 bytes
+BLAKE2s (Python-3.10.12.tar.xz) = a9567c40ca3adc79a20a79156be732b34c283c576a442e2a19fa3dc4e839c672
+SHA512 (Python-3.10.12.tar.xz) = 5ea018e71bfe7872e02eaf8aef56d5583c0880e4ce5fbbdf8ea76da20c2e94ac6a3ba8badb4b7d1bc21853402a3b63541b04181737417b1626e786b696595cf5
+Size (Python-3.10.12.tar.xz) = 19654836 bytes
 SHA1 (patch-Lib_ctypes_util.py) = 3dec1b6b7a36e46cbfa0dfcd71c5e7fac9f60764
 SHA1 (patch-Lib_distutils_unixccompiler.py) = 8a91e8f4f86517a62408c3a10ed5eb50c4091fbf
 SHA1 (patch-Lib_lib2to3_pgen2_driver.py) = 593c4e93c5653ab400f0a98b91db92630c0a7390



Home | Main Index | Thread Index | Old Index