pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python37



Module Name:    pkgsrc
Committed By:   nikita
Date:           Tue May  2 16:06:59 UTC 2023

Modified Files:
        pkgsrc/lang/python37: dist.mk distinfo

Log Message:
python37: update to version 3.7.16

Changelog:

Python 3.7.16

Release Date: Dec. 6, 2022
This is a security release of Python 3.7

Note: The release you're looking at is Python 3.7.16, a security bugfix release for the legacy 3.7 series. Python 3.11 is now the latest feature release series of Python 3. Get the latest release of 
3.11.x here.
Security content in this release

    gh-98739: Updated bundled libexpat to 2.5.0 to fix CVE-2022-43680 (heap use-after-free).
    gh-98517: Port XKCP’s fix for the buffer overflows in SHA-3 to fix CVE-2022-37454.
    gh-98433: The IDNA codec decoder used on DNS hostnames by socket or asyncio related name resolution functions no longer involves a quadratic algorithm to fix CVE-2022-45061. This prevents a 
potential CPU denial of service if an out-of-spec excessive length hostname involving bidirectional characters were decoded. Some protocols such as urllib http 3xx redirects potentially allow for an 
attacker to supply such a name.
    gh-68966: The deprecated mailcap module now refuses to inject unsafe text (filenames, MIME types, parameters) into shell commands to address CVE-2015-20107. Instead of using such text, it will 
warn and act as if a match was not found (or for test commands, as if the test failed).
    gh-100001: python -m http.server no longer allows terminal control characters sent within a garbage request to be printed to the stderr server log.

No installers

According to the release calendar specified in PEP 537, Python 3.7 is now in the "security fixes only" stage of its life cycle: 3.7 branch only accepts security fixes and releases of those are made 
irregularly in source-only form until June 2023. Python 3.7 does not receive regular bug fixes anymore, and binary installers are no longer provided for it. Python 3.7.9 was the last full bugfix 
release of Python 3.7 with binary installers.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/python37/dist.mk
cvs rdiff -u -r1.34 -r1.35 pkgsrc/lang/python37/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/python37/dist.mk
diff -u pkgsrc/lang/python37/dist.mk:1.16 pkgsrc/lang/python37/dist.mk:1.17
--- pkgsrc/lang/python37/dist.mk:1.16   Wed Oct 12 08:38:36 2022
+++ pkgsrc/lang/python37/dist.mk        Tue May  2 16:06:59 2023
@@ -1,6 +1,6 @@
-# $NetBSD: dist.mk,v 1.16 2022/10/12 08:38:36 adam Exp $
+# $NetBSD: dist.mk,v 1.17 2023/05/02 16:06:59 nikita Exp $
 
-PY_DISTVERSION=        3.7.15
+PY_DISTVERSION=        3.7.16
 DISTNAME=      Python-${PY_DISTVERSION}
 EXTRACT_SUFX=  .tar.xz
 DISTINFO_FILE= ${.CURDIR}/../../lang/python37/distinfo

Index: pkgsrc/lang/python37/distinfo
diff -u pkgsrc/lang/python37/distinfo:1.34 pkgsrc/lang/python37/distinfo:1.35
--- pkgsrc/lang/python37/distinfo:1.34  Wed Oct 12 08:38:36 2022
+++ pkgsrc/lang/python37/distinfo       Tue May  2 16:06:59 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.34 2022/10/12 08:38:36 adam Exp $
+$NetBSD: distinfo,v 1.35 2023/05/02 16:06:59 nikita Exp $
 
-BLAKE2s (Python-3.7.15.tar.xz) = 88be85eec1aa74145810f3ab0b84baecd416499fb7aa70d9808a2cdfcc82907c
-SHA512 (Python-3.7.15.tar.xz) = f2ad9b900b31f7af970615d15102bea95759291a024ec3f6d5637893240f0b11094a319883fd39918d2103b283e65db1b6aa375935e22822f7ac8e745fdf4973
-Size (Python-3.7.15.tar.xz) = 18123180 bytes
+BLAKE2s (Python-3.7.16.tar.xz) = b44ff05cad4d23bd2712e1920a49063de62a86a7c67fddf4b4c2e7ac0ea3fae0
+SHA512 (Python-3.7.16.tar.xz) = 8e650226a3e9304e144ac19bd67bf04d96ea24b770b25a462dd5b2c4de6673bc2980cd8bd89fd2880d2192fa2b80eb070f9f7cd4cd83a0169ec2e8a868a243ff
+Size (Python-3.7.16.tar.xz) = 18136404 bytes
 SHA1 (patch-Lib___osx__support.py) = dbec9925c1a0b6b845101df9825af52d83317773
 SHA1 (patch-Lib_ctypes_____init____.py) = ded12eb372028288d85ba88b43e45549c6f48144
 SHA1 (patch-Lib_ctypes_macholib_dyld.py) = 267f0b39f116bc9df0b24c277b48ce59cfecd397



Home | Main Index | Thread Index | Old Index