[lzo/f19] New upstream

Huzaifa Sidhpurwala huzaifas at fedoraproject.org
Mon Jun 30 05:23:04 UTC 2014


commit da2a0d16de2091576afdf20e18599d4b08a4ab20
Author: Huzaifa Sidhpurwala <huzaifas at redhat.com>
Date:   Mon Jun 30 11:00:09 2014 +0530

    New upstream
    
    - Fix CVE-2014-4607

 lzo-2.08-configure.patch |   24 ++++++++++++++++++++++++
 lzo.spec                 |   10 +++++++---
 sources                  |    2 +-
 3 files changed, 32 insertions(+), 4 deletions(-)
---
diff --git a/lzo-2.08-configure.patch b/lzo-2.08-configure.patch
new file mode 100644
index 0000000..78f2282
--- /dev/null
+++ b/lzo-2.08-configure.patch
@@ -0,0 +1,24 @@
+diff -Naur lzo-2.08/configure lzo-2.08.configure/configure
+--- lzo-2.08/configure	2014-06-29 15:08:49.000000000 +0530
++++ lzo-2.08.configure/configure	2014-06-30 10:38:08.344604418 +0530
+@@ -13875,7 +13875,7 @@
+ asm_msg_amd64=no
+ asm_msg_i386=no
+ 
+-case "$host_cpu-$ac_cv_sizeof_void_p" in
++case "$target_cpu-$ac_cv_sizeof_void_p" in
+     amd64-8 | x86_64-8) asm_arch="amd64"; asm_dir="asm/amd64/src_gas/elf64"; asm_mode="amd64_src_gas_elf64" ;;
+     i?86-4) asm_arch="i386"; asm_dir="asm/i386/src_gas"; asm_mode="i386_src_gas" ;;
+     *) enable_asm=no ;;
+diff -Naur lzo-2.08/configure.ac lzo-2.08.configure/configure.ac
+--- lzo-2.08/configure.ac	2014-06-29 15:08:49.000000000 +0530
++++ lzo-2.08.configure/configure.ac	2014-06-30 10:38:38.706603340 +0530
+@@ -123,7 +123,7 @@
+ asm_msg_amd64=no
+ asm_msg_i386=no
+ 
+-case "$host_cpu-$ac_cv_sizeof_void_p" in
++case "$target_cpu-$ac_cv_sizeof_void_p" in
+     amd64-8 | x86_64-8) asm_arch="amd64"; asm_dir="asm/amd64/src_gas/elf64"; asm_mode="amd64_src_gas_elf64" ;;
+     i?86-4) asm_arch="i386"; asm_dir="asm/i386/src_gas"; asm_mode="i386_src_gas" ;;
+     *) enable_asm=no ;;
diff --git a/lzo.spec b/lzo.spec
index ea54c6a..5ddfa98 100644
--- a/lzo.spec
+++ b/lzo.spec
@@ -1,12 +1,12 @@
 Name:           lzo
-Version:        2.06
-Release:        4%{?dist}
+Version:        2.08
+Release:        1%{?dist}
 Summary:        Data compression library with very fast (de)compression
 Group:          System Environment/Libraries
 License:        GPLv2+
 URL:            http://www.oberhumer.com/opensource/lzo/
 Source0:        http://www.oberhumer.com/opensource/lzo/download/%{name}-%{version}.tar.gz
-Patch0:         lzo-2.06-configure.patch
+Patch0:         lzo-2.08-configure.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  zlib-devel
 
@@ -103,6 +103,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 30 2014 Huzaifa Sidhpurwala <huzaifas at redhat.com> - 2.08-1
+- New upstream
+- Fix CVE-2014-4607
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.06-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 431bcbc..04ad1a6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-95380bd4081f85ef08c5209f4107e9f8  lzo-2.06.tar.gz
+fcec64c26a0f4f4901468f360029678f  lzo-2.08.tar.gz


More information about the scm-commits mailing list