From e68fde015b4d8741c3d5fe55a5de0ab7bb68c6c9a887be8a3e7aaecb2528860e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 5 Sep 2023 14:34:39 +0000 Subject: [PATCH] - update to 2.9.1 (bsc#1185768, CVE-2021-42771, bsc#1185768, CVE-2021-20095): - obsoletes CVE-2021-42771-rel-path-traversal.patch in older dists OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Babel?expand=0&rev=76 --- python-Babel.changes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-Babel.changes b/python-Babel.changes index 5d2e68d..59bd590 100644 --- a/python-Babel.changes +++ b/python-Babel.changes @@ -141,10 +141,11 @@ Thu Sep 30 15:35:45 UTC 2021 - Stefan Schubert ------------------------------------------------------------------- Tue May 11 21:40:39 UTC 2021 - Dirk Müller -- update to 2.9.1: +- update to 2.9.1 (bsc#1185768, CVE-2021-42771, bsc#1185768, CVE-2021-20095): * bsc#1185768 (CVE-2021-42771) The internal locale-data loading functions now validate the name of the locale file to be loaded and only allow files within Babel's data directory. +- obsoletes CVE-2021-42771-rel-path-traversal.patch in older dists ------------------------------------------------------------------- Fri Mar 5 10:31:45 UTC 2021 - Markéta Machová