From e82a230b70af945a86885a08f3685d097fadefd75c4d01256d09ace19f967016 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 11 Mar 2025 06:42:02 +0000 Subject: [PATCH] Fix bug reference in the changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python312?expand=0&rev=106 --- python312.changes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python312.changes b/python312.changes index 2f12ecd..e0b69de 100644 --- a/python312.changes +++ b/python312.changes @@ -1531,7 +1531,8 @@ Wed Apr 10 14:41:07 UTC 2024 - Matej Cepl - gh-100985: Update HTTPSConnection to consistently wrap IPv6 Addresses when using a proxy. - gh-100884: email: fix misfolding of comma in address-lists - over multiple lines in combination with unicode encoding. + over multiple lines in combination with unicode encoding + (bsc#1238450, CVE-2025-1795) - gh-95782: Fix io.BufferedReader.tell(), io.BufferedReader.seek(), _pyio.BufferedReader.tell(), io.BufferedRandom.tell(), io.BufferedRandom.seek() and