summaryrefslogtreecommitdiffstats
path: root/patches/packages/python3-3.9.15-x86_64-1_slack15.0.txt
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-10-14 01:39:37 +0000
committer Eric Hameleers <alien@slackware.com>2022-10-14 13:30:41 +0200
commit00cb38d107c01392f28cb151b5e398fba053a73a (patch)
tree2f13e9ea594e1db541974ee0868a41070043cfcc /patches/packages/python3-3.9.15-x86_64-1_slack15.0.txt
parent46235d1ce09f003a4ef490dd171c1935c91bca47 (diff)
downloadcurrent-00cb38d107c01392f28cb151b5e398fba053a73a.tar.gz
current-00cb38d107c01392f28cb151b5e398fba053a73a.tar.xz
Fri Oct 14 01:39:37 UTC 202220221014013937_15.0
patches/packages/mozilla-thunderbird-102.3.3-x86_64-1_slack15.0.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/thunderbird/102.3.3/releasenotes/ patches/packages/python3-3.9.15-x86_64-1_slack15.0.txz: Upgraded. This update fixes security issues: Bundled libexpat was upgraded from 2.4.7 to 2.4.9 which fixes a heap use-after-free vulnerability in function doContent. gh-97616: a fix for a possible buffer overflow in list *= int. gh-97612: a fix for possible shell injection in the example script get-remote-certificate.py. gh-96577: a fix for a potential buffer overrun in msilib. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-40674 (* Security fix *)
Diffstat (limited to 'patches/packages/python3-3.9.15-x86_64-1_slack15.0.txt')
-rw-r--r--patches/packages/python3-3.9.15-x86_64-1_slack15.0.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/packages/python3-3.9.15-x86_64-1_slack15.0.txt b/patches/packages/python3-3.9.15-x86_64-1_slack15.0.txt
new file mode 100644
index 000000000..452e9852c
--- /dev/null
+++ b/patches/packages/python3-3.9.15-x86_64-1_slack15.0.txt
@@ -0,0 +1,11 @@
+python3: python3 (object-oriented interpreted programming language v3)
+python3:
+python3: Python is an interpreted, interactive, object-oriented programming
+python3: language that combines remarkable power with very clear syntax.
+python3: This is a new version of the language that is incompatible with the
+python3: 2.x line of releases. The language is mostly the same, but many
+python3: details, especially how built-in objects like dictionaries and strings
+python3: work, have changed considerably, and a lot of deprecated features have
+python3: finally been removed. Also, the standard library has been reorganized
+python3: in a few prominent places.
+python3: