summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Matthias Klose [Thu, 20 Mar 2025 02:07:39 +0000 (10:07 +0800)]
link-opt
# DP: Call the linker with -O1 -Bsymbolic-functions
# DP: Call the linker with -O1 -Bsymbolic-functions
Gbp-Pq: Name link-opt.diff
Matthias Klose [Thu, 20 Mar 2025 02:07:39 +0000 (10:07 +0800)]
gdbm-import
# DP: suggest installation of python3-gdbm package on failing _gdbm import
# DP: suggest installation of python3-gdbm package on failing _gdbm import
Gbp-Pq: Name gdbm-import.diff
Matthias Klose [Thu, 20 Mar 2025 02:07:39 +0000 (10:07 +0800)]
tkinter-import
# DP: suggest installation of python-tk package on failing _tkinter import
# DP: suggest installation of python-tk package on failing _tkinter import
Gbp-Pq: Name tkinter-import.diff
Matthias Klose [Thu, 20 Mar 2025 02:07:39 +0000 (10:07 +0800)]
distutils-sysconfig-2
Gbp-Pq: Name distutils-sysconfig-2.diff
Matthias Klose [Thu, 20 Mar 2025 02:07:39 +0000 (10:07 +0800)]
distutils-sysconfig
# DP: Get CONFIGURE_CFLAGS, CONFIGURE_CPPFLAGS, CONFIGURE_LDFLAGS from
# DP: the python build, when CFLAGS, CPPFLAGS, LDSHARED) are not set
# DP: in the environment.
# DP: Get CONFIGURE_CFLAGS, CONFIGURE_CPPFLAGS, CONFIGURE_LDFLAGS from
# DP: the python build, when CFLAGS, CPPFLAGS, LDSHARED) are not set
# DP: in the environment.
Gbp-Pq: Name distutils-sysconfig.diff
Matthias Klose [Thu, 20 Mar 2025 02:07:39 +0000 (10:07 +0800)]
distutils-link
# DP: Don't add standard library dirs to library_dirs and runtime_library_dirs.
# DP: Don't add standard library dirs to library_dirs and runtime_library_dirs.
Gbp-Pq: Name distutils-link.diff
Matthias Klose [Thu, 20 Mar 2025 02:07:39 +0000 (10:07 +0800)]
locale-module
# DP: * Lib/locale.py:
# DP: - Don't map 'utf8', 'utf-8' to 'utf', which is not a known encoding
# DP: for glibc.
# DP: * Lib/locale.py:
# DP: - Don't map 'utf8', 'utf-8' to 'utf', which is not a known encoding
# DP: for glibc.
Gbp-Pq: Name locale-module.diff
Matthias Klose [Thu, 20 Mar 2025 02:07:39 +0000 (10:07 +0800)]
distutils-install-layout
# DP: distutils: Add an option --install-layout=deb, which
# DP: - installs into $prefix/dist-packages instead of $prefix/site-packages.
# DP: - doesn't encode the python version into the egg name.
# DP: distutils: Add an option --install-layout=deb, which
# DP: - installs into $prefix/dist-packages instead of $prefix/site-packages.
# DP: - doesn't encode the python version into the egg name.
Gbp-Pq: Name distutils-install-layout.diff
Matthias Klose [Thu, 20 Mar 2025 02:07:39 +0000 (10:07 +0800)]
deb-locations
# DP: adjust locations of directories to debian policy
# DP: adjust locations of directories to debian policy
Gbp-Pq: Name deb-locations.diff
Matthias Klose [Thu, 20 Mar 2025 02:07:39 +0000 (10:07 +0800)]
deb-setup
# DP: Don't include /usr/local/include and /usr/local/lib as gcc search paths
# DP: Don't include /usr/local/include and /usr/local/lib as gcc search paths
Gbp-Pq: Name deb-setup.diff
Sean Whitton [Thu, 20 Mar 2025 02:07:39 +0000 (10:07 +0800)]
python3.9 (3.9.2-1+deb11u3) bullseye-security; urgency=high
* Non-maintainer upload by the LTS Team.
[ Bastien Roucariès ]
* Fix CVE-2025-0938:
The Python standard library functions `urllib.parse.urlsplit` and
`urlparse` accepted domain names that included square brackets
which isn't valid according to RFC 3986.
Square brackets are only meant to be used as delimiters for specifying
IPv6 and IPvFuture hosts in URLs. This could result in differential
parsing across the Python URL parser and other specification-compliant
URL parsers.
[ Sean Whitton ]
- Fix CVE-2022-0391: Missing input sanitisation when parsing URLs, which
could lead to injection accounts.
- Fix CVE-2025-1795: The implementation of e-mail header parsing and
folding would encode the comma used to separate list items which could
cause receiving applications to interpret two items in the list as
though they were one item.
[dgit import unpatched python3.9 3.9.2-1+deb11u3]
Sean Whitton [Thu, 20 Mar 2025 02:07:39 +0000 (10:07 +0800)]
Import python3.9_3.9.2-1+deb11u3.debian.tar.xz
[dgit import tarball python3.9 3.9.2-1+deb11u3 python3.9_3.9.2-1+deb11u3.debian.tar.xz]
Matthias Klose [Sun, 28 Feb 2021 17:03:44 +0000 (18:03 +0100)]
Import python3.9_3.9.2.orig.tar.xz
[dgit import orig python3.9_3.9.2.orig.tar.xz]