- Updated to version 0.19.2

* Fixed possible buffer overrun at Fuji makernotes parser
 * Fixed possible write to NULL pointer at raw2image/raw2image_ex calls.
- ./configure not present in sources

OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=124
This commit is contained in:
Petr Gajdos 2018-12-31 15:38:58 +00:00 committed by Git OBS Bridge
parent 6867ad1b1d
commit 1e0c8e559c
4 changed files with 16 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Dec 31 15:37:08 UTC 2018 - Petr Gajdos <pgajdos@suse.com>
- Updated to version 0.19.2
* Fixed possible buffer overrun at Fuji makernotes parser
* Fixed possible write to NULL pointer at raw2image/raw2image_ex calls.
- ./configure not present in sources
-------------------------------------------------------------------
Tue Dec 11 08:48:02 UTC 2018 - Petr Gajdos <pgajdos@suse.com>

View File

@ -20,7 +20,7 @@
%define lver 19
%define lname libraw%{lver}
Name: libraw
Version: 0.19.1
Version: 0.19.2
Release: 0
Summary: Library for reading RAW files obtained from digital photo cameras
License: CDDL-1.0 OR LGPL-2.1-only
@ -29,11 +29,14 @@ Url: https://www.libraw.org/
#Git-Clone: git://github.com/LibRaw/LibRaw
Source: https://www.libraw.org/data/%tar_name-%version.tar.gz
Patch1: libraw-Add-Sony-ILCE-7M3.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: libjasper-devel
BuildRequires: libjpeg-devel
BuildRequires: liblcms2-devel
BuildRequires: libtool
BuildRequires: pkgconfig
# zlib for deflate DNG support
BuildRequires: zlib-devel
@ -101,6 +104,7 @@ against LibRaw. LibRaw does not provide dynamic libraries.
%build
export CXXFLAGS="%optflags -fPIC -DUSE_ZLIB"
export LIBS="$LIBS -lz"
autoreconf -fi
%configure
make %{?_smp_mflags}