SHA256
1
0
forked from pool/orc

5 Commits

Author SHA256 Message Date
6037342cc6 Sync changes to SLFO-1.2 branch 2025-08-20 10:01:13 +02:00
368df22adb Accepting request 1246681 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1246681
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=49
2025-02-19 14:58:28 +00:00
046ce0af2d Accepting request 1246654 from home:iznogood:branches:multimedia:libs
- Update to version 0.4.41:
  + orccodemem: Don't modify the process umask, which caused race
    conditions with other threads
  + x86: various SSE and MMX fixes
  + avx: Fix sqrtps encoding causing an illegal instruction crash
  + Hide internal symbols from ABI and do not install internal
    headers
  + Rename backend to target, including `orc-backend` meson option
    and `ORC_BACKEND` environment variable
  + Testsuite, tools: Disambiguate OrcProgram naming conventions
  + Build: Fix `_clear_cache` call for Clang and error out on
    implicit function declarations
  + opcodes: Use MIN instead of CLAMP for known unsigned values to
    fix compiler warnings
  + Spelling fix in debug log message

OBS-URL: https://build.opensuse.org/request/show/1246654
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=93
2025-02-18 13:30:19 +00:00
3441d769c7 Accepting request 1203294 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1203294
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=48
2024-09-25 19:51:21 +00:00
4a9258a00a - Update to version 0.4.40:
+ Security: Minor follow-up fixes for CVE-2024-40897
  + Fix include header use from C++
  + orccodemem: Assorted memory mapping fixes
  + powerpc: fix div255w which still used the inexact substitution
  + powerpc: Disable VSX and ISA 2.07 for Apple targets
  + powerpc: Allow detection of ppc64 in Mac OS
  + x86: work around old GCC versions (pre 9.0) having broken
    xgetbv implementationsv
  + x86: consider MSYS2/Cygwin as Windows for ABI purposes only
  + x86: handle unnatural and misaligned array pointers
  + x86: Fix non-C11 typedefs
  + x86: try fixing AVX detection again by adding check for XSAVE
  + Some compatibility fixes for Musl
  + meson: Fix detecting XSAVE on older AppleClangv
  + Check return values of malloc() and realloc()

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=91
2024-09-25 07:18:45 +00:00
4 changed files with 51 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:33ed2387f49b825fa1b9c3b0072e05f259141b895474ad085ae51143d3040cc0
size 232168

BIN
orc-0.4.41.tar.xz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,49 @@
-------------------------------------------------------------------
Mon Mar 3 08:59:17 UTC 2025 - Valentin Lefebvre <valentin.lefebvre@suse.com>
- Removing patches after update
- 0001-Use-vasprintf-if-available-for-error-messages-and.patch
- orc-check-return-value-of-vasprintf.patch
-------------------------------------------------------------------
Tue Feb 18 11:52:33 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.4.41:
+ orccodemem: Don't modify the process umask, which caused race
conditions with other threads
+ x86: various SSE and MMX fixes
+ avx: Fix sqrtps encoding causing an illegal instruction crash
+ Hide internal symbols from ABI and do not install internal
headers
+ Rename backend to target, including `orc-backend` meson option
and `ORC_BACKEND` environment variable
+ Testsuite, tools: Disambiguate OrcProgram naming conventions
+ Build: Fix `_clear_cache` call for Clang and error out on
implicit function declarations
+ opcodes: Use MIN instead of CLAMP for known unsigned values to
fix compiler warnings
+ Spelling fix in debug log message
-------------------------------------------------------------------
Mon Sep 23 13:26:01 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.4.40:
+ Security: Minor follow-up fixes for CVE-2024-40897
+ Fix include header use from C++
+ orccodemem: Assorted memory mapping fixes
+ powerpc: fix div255w which still used the inexact substitution
+ powerpc: Disable VSX and ISA 2.07 for Apple targets
+ powerpc: Allow detection of ppc64 in Mac OS
+ x86: work around old GCC versions (pre 9.0) having broken
xgetbv implementationsv
+ x86: consider MSYS2/Cygwin as Windows for ABI purposes only
+ x86: handle unnatural and misaligned array pointers
+ x86: Fix non-C11 typedefs
+ x86: try fixing AVX detection again by adding check for XSAVE
+ Some compatibility fixes for Musl
+ meson: Fix detecting XSAVE on older AppleClangv
+ Check return values of malloc() and realloc()
-------------------------------------------------------------------
Mon Jul 22 10:52:35 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package orc
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
#
# All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
Name: orc
Version: 0.4.39
Version: 0.4.41
Release: 0
Summary: The Oil Runtime Compiler
License: BSD-3-Clause