Accepting request 1241597 from graphics

- Update to 0.21.3:
  * new compile-time define LIBRAW_CALLOC_RAWSTORE
    If defined: calloc() will be used for all big buffer allocations
    to prevent uninitialized heap data leak
  * Small allocations: calloc() instead of malloc() to prevent
    uninitialized heap data leak
  * Support for 4-component JPEG-compressed DNG files
  * CR3-Qstep table: avoid wrong 64-bit code generation
  * Fixed several bugs related to specially-crafted files processing
    (thanks to OSS-Fuzz project) (forwarded request 1241590 from ecsos)

OBS-URL: https://build.opensuse.org/request/show/1241597
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libraw?expand=0&rev=68
This commit is contained in:
Ana Guerrero 2025-02-03 20:40:38 +00:00 committed by Git OBS Bridge
commit ebfb7b19bb
4 changed files with 19 additions and 5 deletions

BIN
LibRaw-0.21.2.tar.gz (Stored with Git LFS)

Binary file not shown.

3
LibRaw-0.21.3.tar.gz Normal file
View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Jan 31 07:03:32 UTC 2025 - ecsos <ecsos@opensuse.org>
- Update to 0.21.3:
* new compile-time define LIBRAW_CALLOC_RAWSTORE
If defined: calloc() will be used for all big buffer allocations
to prevent uninitialized heap data leak
* Small allocations: calloc() instead of malloc() to prevent
uninitialized heap data leak
* Support for 4-component JPEG-compressed DNG files
* CR3-Qstep table: avoid wrong 64-bit code generation
* Fixed several bugs related to specially-crafted files processing
(thanks to OSS-Fuzz project)
-------------------------------------------------------------------
Mon Dec 2 14:38:59 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package libraw
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -23,7 +23,7 @@
%define lver 23
%define lname libraw%{lver}
Name: libraw
Version: 0.21.2
Version: 0.21.3
Release: 0
Summary: Library for reading RAW files obtained from digital photo cameras
License: CDDL-1.0 OR LGPL-2.1-only