From 394b9b98a6d53d046a0f2529c31e8334b78353e5ebdf3439a11177df0ad3ff9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 29 Feb 2020 10:05:37 +0000 Subject: [PATCH] Accepting request 780338 from home:atopt:branches:devel:languages:python - Update to V3.1.1: Security update for CVE-2020-6802 * CVE-2020-6802: Fixed mutation XSS vulnerabilities (bsc#1165303). OBS-URL: https://build.opensuse.org/request/show/780338 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bleach?expand=0&rev=30 --- bleach-3.1.0.tar.gz | 3 --- bleach-3.1.1.tar.gz | 3 +++ python-bleach.changes | 7 +++++++ python-bleach.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 bleach-3.1.0.tar.gz create mode 100644 bleach-3.1.1.tar.gz diff --git a/bleach-3.1.0.tar.gz b/bleach-3.1.0.tar.gz deleted file mode 100644 index 9660d90..0000000 --- a/bleach-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3fdf7f77adcf649c9911387df51254b813185e32b2c6619f690b593a617e19fa -size 167814 diff --git a/bleach-3.1.1.tar.gz b/bleach-3.1.1.tar.gz new file mode 100644 index 0000000..c29c119 --- /dev/null +++ b/bleach-3.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa8b870d0f46965bac2c073a93444636b0e1ca74e9777e34f03dd494b8a59d48 +size 174885 diff --git a/python-bleach.changes b/python-bleach.changes index cf73707..86eb47e 100644 --- a/python-bleach.changes +++ b/python-bleach.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Feb 28 16:13:43 UTC 2020 - Alexandros Toptsoglou + +- Update to V3.1.1: Security update for CVE-2020-6802 + + * CVE-2020-6802: Fixed mutation XSS vulnerabilities (bsc#1165303). + ------------------------------------------------------------------- Wed Jan 8 10:35:41 CET 2020 - Matej Cepl diff --git a/python-bleach.spec b/python-bleach.spec index ac0af10..b2526be 100644 --- a/python-bleach.spec +++ b/python-bleach.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-bleach -Version: 3.1.0 +Version: 3.1.1 Release: 0 Summary: A whitelist-based HTML-sanitizing tool License: Apache-2.0