Accepting request 1055784 from graphics
- Update to 0.21.0: * Camera format support: + Phase One/Leaf IIQ-S v2 support + Canon CR3 filmrolls/RawBurst + Canon CRM (movie) files + Tiled bit-packed (and 16-bit unpacked) DNGs + (non-standard) Deflate-compressed integer DNG files are allowed * Camera support: + Canon EOS R3, R7 and R10 + Fujifilm X-H2S, X-T30 II + OM System OM-1 + Leica M11 + Sony A7-IV (ILCE-7M4) + DJI Mavic 3 + Nikon Z9: standard compression formats only * Multiple (resultion) thumbnails support * Misc: + Nikon makernotes: read NEFCompression tag for HE/HE* files + Nikon orientation tag: more fixed offsets for known cameras + Adobe DNG SDK 1.6 support (meaning, just an additional patch for GPR SDK) * Bugs fixed: + Fixed possible out-of-buffer read in Nikon orientation tag parser + Out-of-range read-only array access in postprocessing if output_color is set to 0 (raw color) + Minolta Z2 was not recognized correctly on 32-bit systems + Fixed possible buffer overflow in Kodak C330 decoder + dcraw_process(): check for buffer allocation results to avoid NULL deref + Multiple bugfixes inspired by oss-fuzz project (forwarded request 1055251 from polslinux) OBS-URL: https://build.opensuse.org/request/show/1055784 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libraw?expand=0&rev=61
This commit is contained in:
commit
3e4857b76c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dc1b486c2003435733043e4e05273477326e51c3ea554c6864a4eafaff1004a6
|
|
||||||
size 1432141
|
|
3
LibRaw-0.21.0.tar.gz
Normal file
3
LibRaw-0.21.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8747b34e8534cc2dd7ef8c92c436414b3578904fd4bf9b87ea60f17aa99fb0bd
|
||||||
|
size 1638463
|
@ -1 +1 @@
|
|||||||
libraw20
|
libraw23
|
||||||
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 4 10:44:13 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
- Update to 0.21.0:
|
||||||
|
* Camera format support:
|
||||||
|
+ Phase One/Leaf IIQ-S v2 support
|
||||||
|
+ Canon CR3 filmrolls/RawBurst
|
||||||
|
+ Canon CRM (movie) files
|
||||||
|
+ Tiled bit-packed (and 16-bit unpacked) DNGs
|
||||||
|
+ (non-standard) Deflate-compressed integer DNG files are allowed
|
||||||
|
* Camera support:
|
||||||
|
+ Canon EOS R3, R7 and R10
|
||||||
|
+ Fujifilm X-H2S, X-T30 II
|
||||||
|
+ OM System OM-1
|
||||||
|
+ Leica M11
|
||||||
|
+ Sony A7-IV (ILCE-7M4)
|
||||||
|
+ DJI Mavic 3
|
||||||
|
+ Nikon Z9: standard compression formats only
|
||||||
|
* Multiple (resultion) thumbnails support
|
||||||
|
* Misc:
|
||||||
|
+ Nikon makernotes: read NEFCompression tag for HE/HE* files
|
||||||
|
+ Nikon orientation tag: more fixed offsets for known cameras
|
||||||
|
+ Adobe DNG SDK 1.6 support (meaning, just an additional patch for GPR SDK)
|
||||||
|
* Bugs fixed:
|
||||||
|
+ Fixed possible out-of-buffer read in Nikon orientation tag parser
|
||||||
|
+ Out-of-range read-only array access in postprocessing if output_color is set to 0 (raw color)
|
||||||
|
+ Minolta Z2 was not recognized correctly on 32-bit systems
|
||||||
|
+ Fixed possible buffer overflow in Kodak C330 decoder
|
||||||
|
+ dcraw_process(): check for buffer allocation results to avoid NULL deref
|
||||||
|
+ Multiple bugfixes inspired by oss-fuzz project
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 27 14:51:25 UTC 2021 - pgajdos@suse.com
|
Mon Sep 27 14:51:25 UTC 2021 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libraw
|
# spec file for package libraw
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,10 +20,10 @@
|
|||||||
%define asan_build 0
|
%define asan_build 0
|
||||||
|
|
||||||
%define tar_name LibRaw
|
%define tar_name LibRaw
|
||||||
%define lver 20
|
%define lver 23
|
||||||
%define lname libraw%{lver}
|
%define lname libraw%{lver}
|
||||||
Name: libraw
|
Name: libraw
|
||||||
Version: 0.20.2
|
Version: 0.21.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for reading RAW files obtained from digital photo cameras
|
Summary: Library for reading RAW files obtained from digital photo cameras
|
||||||
License: CDDL-1.0 OR LGPL-2.1-only
|
License: CDDL-1.0 OR LGPL-2.1-only
|
||||||
|
Loading…
x
Reference in New Issue
Block a user