SHA256
1
0
forked from pool/python

- Modify CVE-2023-27043-email-parsing-errors.patch to fix the

unicode string handling in email.utils.parseaddr()
  (bsc#1222537).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=407
This commit is contained in:
2024-04-16 20:26:40 +00:00
committed by Git OBS Bridge
parent c8f2c7a003
commit 7ccba948f3
8 changed files with 302 additions and 342 deletions

View File

@@ -2,8 +2,9 @@
Tue Apr 16 15:39:24 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Switch on tests again.
- Add bsc1222537-py2-email-addr-parse.patch to fix the unicode
string handling in email.utils.parseaddr() (bsc#1222537).
- Modify CVE-2023-27043-email-parsing-errors.patch to fix the
unicode string handling in email.utils.parseaddr()
(bsc#1222537).
-------------------------------------------------------------------
Mon Mar 18 09:54:20 UTC 2024 - Matej Cepl <mcepl@cepl.eu>