[LibRaw/f19] git checkout

Jon Ciesla limb at fedoraproject.org
Fri Aug 30 12:47:11 UTC 2013


commit be15304fc30dbc5f644750c60e0169bf979d9708
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Fri Aug 30 07:41:42 2013 -0500

    git checkout

 .gitignore  |    1 +
 LibRaw.spec |   20 +++++++++++++++-----
 sources     |    2 +-
 3 files changed, 17 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 977c511..bac962f 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-98d925.tar.gz
diff --git a/LibRaw.spec b/LibRaw.spec
index c9af366..667da09 100644
--- a/LibRaw.spec
+++ b/LibRaw.spec
@@ -2,7 +2,7 @@
 Summary: Library for reading RAW files obtained from digital photo cameras
 Name: LibRaw
 Version: 0.14.8
-Release: 2%{?dist}
+Release: 3%{?dist}.20120830git98d925
 License: GPLv3+
 Group: Development/Libraries
 URL: http://www.libraw.org
@@ -11,11 +11,18 @@ BuildRequires: lcms2-devel
 BuildRequires: jasper-devel
 
 
-Source0: http://www.libraw.org/data/%{name}-%{version}.tar.gz
+#Source0: http://www.libraw.org/data/%{name}-%{version}.tar.gz
+# git clone https://github.com/LibRaw/LibRaw.git
+# git checkout 0.14-stable
+# rm -rf .git
+# ./mkdist.sh
+# cd .. ; mv LibRaw/ LibRaw-98d925/
+# tar -czf LibRaw-98d925.tar.gz LibRaw-98d925/
+Source0: LibRaw-98d925.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
@@ -43,9 +50,9 @@ Group: Development/Libraries
 LibRaw static development libraries.
 
 %prep
-%setup -q -a1 -a2
+%setup -q -a1 -a2 -n LibRaw-98d925
 #%patch0 -p0
-%patch1 -p1
+#%patch1 -p1
 
 %build
 %configure --enable-examples=no --enable-jasper --enable-lcms \
@@ -84,6 +91,9 @@ make install DESTDIR=%{buildroot}
 %postun -p /sbin/ldconfig
 
 %changelog
+* Fri Aug 30 2013 Jon Ciesla <limburgher at gmail.com> - 0.14.8-3
+- Update to snapshot 98d925 to fix CVE-2013-1438,9, BZ 1002717.
+
 * Wed May 29 2013 Jon Ciesla <limburgher at gmail.com> - 0.14.8-2
 - Patch for double free, CVE-2013-2126, BZ 968387.
 
diff --git a/sources b/sources
index bb5eaf5..a99f3be 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-b78afc1bc1368da231f29b03ea21aaff  LibRaw-0.14.8.tar.gz
+d513259dfd83d1baaf66f56abf89c39c  LibRaw-98d925.tar.gz
 e8a4b4dc06d0002f0d90858af71efca9  LibRaw-demosaic-pack-GPL2-0.14.8.tar.gz
 e2750b2316ba60c99ee9cd5dd7979ef7  LibRaw-demosaic-pack-GPL3-0.14.8.tar.gz


More information about the scm-commits mailing list