diff --git a/LibRaw-0.21.2.tar.gz b/LibRaw-0.21.2.tar.gz deleted file mode 100644 index a430c5d..0000000 --- a/LibRaw-0.21.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe7288013206854baf6e4417d0fb63ba4ed7227bf36fff021992671c2dd34b03 -size 1639305 diff --git a/LibRaw-0.21.3.tar.gz b/LibRaw-0.21.3.tar.gz new file mode 100644 index 0000000..3470303 --- /dev/null +++ b/LibRaw-0.21.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba34b7fc1143503942fa32ad9db43e94f714e62a4a856e91617f8f3e1e0aa5c +size 1483982 diff --git a/libraw.changes b/libraw.changes index 334ffe2..bf4c869 100644 --- a/libraw.changes +++ b/libraw.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Jan 31 07:03:32 UTC 2025 - ecsos + +- 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 diff --git a/libraw.spec b/libraw.spec index ab01337..1aa3391 100644 --- a/libraw.spec +++ b/libraw.spec @@ -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