From 3777c7ba950b352b58ad07700e61f327e4b70bc351dabab0bca49e65d87bfb60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 22 Jul 2024 11:41:28 +0000 Subject: [PATCH] Tweak .changes OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=89 --- orc.changes | 26 ++++++++------------------ 1 file changed, 8 insertions(+), 18 deletions(-) diff --git a/orc.changes b/orc.changes index 1e1527c..b8f6d06 100644 --- a/orc.changes +++ b/orc.changes @@ -1,38 +1,28 @@ ------------------------------------------------------------------- Mon Jul 22 10:52:35 UTC 2024 - Antonio Larrosa -- version update to 0.4.39 - 0.4.39 - ====== +- Update to version 0.4.39: - Security: Fix error message printing buffer overflow leading to possible code execution in orcc with specific input files (CVE-2024-40897). This only affects developers and CI - environments using orcc, not users of liborc (Sebastian Dröge, - L. E. Segovia) (boo#1228184) + environments using orcc, not users of liborc (boo#1228184) - div255w: fix off-by-one error in the implementations - (L. E. Segovia) - x86: only run AVX detection if xgetbv is available - (L. E. Segovia) - x86: fix AVX detection by implementing the check recommended - by Intel (L. E. Segovia) + by Intel - Only enable JIT compilation on Apple arm64 if running on macOS, - fixes crashes on iOS (Piotr Brzeziński) + fixes crashes on iOS - Fix potential crash in emulation mode if logging is enabled - (L. E. Segovia) - - Handle undefined TARGET_OS_OSX correctly (Joshua Root) + - Handle undefined TARGET_OS_OSX correctly - orconce: Fix typo in GCC __sync-based implementation - (Jakub Vaněk) - orconce: Fix usage of __STDC_NO_ATOMICS__ - (Alexander Slobodeniuk) - - Fix build with MSVC 17.10 + C11 (L. E. Segovia) - - Support stack unwinding on Windows (L. E. Segovia) + - Fix build with MSVC 17.10 + C11 + - Support stack unwinding on Windows - Major opcode and instruction set code clean-ups and refactoring - (Jorge Zapata) - Refactor allocation and chunk initialization of code regions - (L. E. Segovia) - Fall back to emulation on Linux if JIT support is not available, e.g. because of SELinux sandboxing or noexec - mounting) (L. E. Segovia) + mounting) ------------------------------------------------------------------- Wed Mar 6 13:10:24 UTC 2024 - Antonio Larrosa