Sync from SUSE:SLFO:Main libraw revision 97664340a5bd17ec61dc67ced63df04a

This commit is contained in:
Adrian Schröter 2025-02-25 17:55:39 +01:00
parent d5d1fe5a0b
commit 8136b522a6
4 changed files with 25 additions and 6 deletions

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

Binary file not shown.

BIN
LibRaw-0.21.3.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
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>
- Limit fdupes to %_libdir
-------------------------------------------------------------------
Thu Dec 28 18:09:52 UTC 2023 - Dirk Müller <dmueller@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
@ -132,7 +132,7 @@ chmod -x manual/index.html
find %buildroot -type f -name "*.la" -delete -print
# duplicated files
rm -rf %buildroot%_datadir/doc
%fdupes %buildroot/%_prefix
%fdupes %buildroot/%_libdir
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig