diff --git a/.gitignore b/.gitignore index 977c511..b0ee73a 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ LibRaw-0.9.1.tar.gz /LibRaw-0.14.8.tar.gz /LibRaw-demosaic-pack-GPL2-0.14.8.tar.gz /LibRaw-demosaic-pack-GPL3-0.14.8.tar.gz +/LibRaw-0.15.2.tar.gz diff --git a/LibRaw.spec b/LibRaw.spec index c9af366..f664402 100644 --- a/LibRaw.spec +++ b/LibRaw.spec @@ -1,8 +1,8 @@ Summary: Library for reading RAW files obtained from digital photo cameras Name: LibRaw -Version: 0.14.8 -Release: 2%{?dist} +Version: 0.15.2 +Release: 1%{?dist} License: GPLv3+ Group: Development/Libraries URL: http://www.libraw.org @@ -15,7 +15,7 @@ Source0: http://www.libraw.org/data/%{name}-%{version}.tar.gz Source1: http://www.libraw.org/data/%{name}-demosaic-pack-GPL2-%{version}.tar.gz Source2: http://www.libraw.org/data/%{name}-demosaic-pack-GPL3-%{version}.tar.gz #Patch0: LibRaw-0.14.7-segfault.patch -Patch1: LibRaw-0.14.8-errorhandling.patch +#Patch1: LibRaw-0.14.8-errorhandling.patch %description LibRaw is a library for reading RAW files obtained from digital photo @@ -45,7 +45,7 @@ LibRaw static development libraries. %prep %setup -q -a1 -a2 #%patch0 -p0 -%patch1 -p1 +#%patch1 -p1 %build %configure --enable-examples=no --enable-jasper --enable-lcms \ @@ -84,6 +84,9 @@ make install DESTDIR=%{buildroot} %postun -p /sbin/ldconfig %changelog +* Wed May 29 2013 Jon Ciesla - 0.15.2-1 +- Latest upstream, two security fixes. + * Wed May 29 2013 Jon Ciesla - 0.14.8-2 - Patch for double free, CVE-2013-2126, BZ 968387. diff --git a/sources b/sources index bb5eaf5..d4dbef3 100644 --- a/sources +++ b/sources @@ -1,3 +1 @@ -b78afc1bc1368da231f29b03ea21aaff LibRaw-0.14.8.tar.gz -e8a4b4dc06d0002f0d90858af71efca9 LibRaw-demosaic-pack-GPL2-0.14.8.tar.gz -e2750b2316ba60c99ee9cd5dd7979ef7 LibRaw-demosaic-pack-GPL3-0.14.8.tar.gz +c652ded581bde2b4c09ba1469b23fe47 LibRaw-0.15.2.tar.gz