From 7e49689a763a404ca03c5bbc43efb9d9eb5f4132c9da8675e008774200cec5ae Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 6 Jan 2024 13:09:19 +0000 Subject: [PATCH] Accepting request 1137111 from home:alarrosa:branches:devel:languages:python Add bugzilla reference * Fix buffer overflows (CVE-2021-45958, bsc#1194261) (#519) @JustAnotherArchivist OBS-URL: https://build.opensuse.org/request/show/1137111 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ujson?expand=0&rev=49 --- python-ujson.changes | 2 +- python-ujson.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python-ujson.changes b/python-ujson.changes index bb6e73a..69a2b2e 100644 --- a/python-ujson.changes +++ b/python-ujson.changes @@ -85,7 +85,7 @@ Tue May 24 16:34:36 UTC 2022 - Gayane Osipyan * Support dynamically linking against system double-conversion library (#508) @musicinmybrain * Add env var to control stripping debug info (#507) @musicinmybrain * Add JSONDecodeError (#498) @JustAnotherArchivist - * Fix buffer overflows (CVE-2021-45958) (#519) @JustAnotherArchivist + * Fix buffer overflows (CVE-2021-45958, bsc#1194261) (#519) @JustAnotherArchivist * Upgrade Black to fix Click (#515) @hugovk * simplify exception handling on integer overflow (#510) @RouquinBlanc * Remove dead code that used to handle the separate int type in Python 2 (#509) @JustAnotherArchivist diff --git a/python-ujson.spec b/python-ujson.spec index 3003640..99b177a 100644 --- a/python-ujson.spec +++ b/python-ujson.spec @@ -1,7 +1,7 @@ # # spec file for package python-ujson # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed