Revision: 7886
          http://sourceforge.net/p/ipcop/svn/7886
Author:   owes
Date:     2015-02-12 21:25:02 +0000 (Thu, 12 Feb 2015)
Log Message:
-----------
Update lzo to 2.09

Modified Paths:
--------------
    ipcop/trunk/lfs/lzo
    ipcop/trunk/updates/2.2.0/ROOTFILES.i486-2.2.0

Added Paths:
-----------
    ipcop/trunk/src/patches/lzo-2.09_configure.patch

Removed Paths:
-------------
    ipcop/trunk/src/patches/lzo-2.08_configure.patch

Modified: ipcop/trunk/lfs/lzo
===================================================================
--- ipcop/trunk/lfs/lzo 2015-02-09 17:09:40 UTC (rev 7885)
+++ ipcop/trunk/lfs/lzo 2015-02-12 21:25:02 UTC (rev 7886)
@@ -33,7 +33,7 @@
 include Config
 
 PKG_NAME   = lzo
-VER        = 2.08
+VER        = 2.09
 HOST_ARCH  = all
 OTHER_SRC  = yes
 
@@ -53,7 +53,7 @@
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = fcec64c26a0f4f4901468f360029678f
+$(DL_FILE)_MD5 = c7ffc9a103afe2d1bba0b015e7aa887f
 
 install : $(TARGET)
 

Deleted: ipcop/trunk/src/patches/lzo-2.08_configure.patch
===================================================================
--- ipcop/trunk/src/patches/lzo-2.08_configure.patch    2015-02-09 17:09:40 UTC 
(rev 7885)
+++ ipcop/trunk/src/patches/lzo-2.08_configure.patch    2015-02-12 21:25:02 UTC 
(rev 7886)
@@ -1,25 +0,0 @@
-Fedora borrowed
-diff -Naur lzo-2.06/configure lzo-2.06.configure/configure
---- lzo-2.06/configure 2011-08-12 21:32:59.000000000 +0530
-+++ lzo-2.06.configure/configure       2011-09-14 12:33:41.151087816 +0530
-@@ -12964,7 +12964,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.06/configure.ac lzo-2.06.configure/configure.ac
---- lzo-2.06/configure.ac      2011-08-12 21:32:59.000000000 +0530
-+++ lzo-2.06.configure/configure.ac    2011-09-14 12:33:31.851087334 +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 ;;

Copied: ipcop/trunk/src/patches/lzo-2.09_configure.patch (from rev 7885, 
ipcop/trunk/src/patches/lzo-2.08_configure.patch)
===================================================================
--- ipcop/trunk/src/patches/lzo-2.09_configure.patch                            
(rev 0)
+++ ipcop/trunk/src/patches/lzo-2.09_configure.patch    2015-02-12 21:25:02 UTC 
(rev 7886)
@@ -0,0 +1,25 @@
+Fedora borrowed
+diff -Naur lzo-2.06/configure lzo-2.06.configure/configure
+--- lzo-2.06/configure 2011-08-12 21:32:59.000000000 +0530
++++ lzo-2.06.configure/configure       2011-09-14 12:33:41.151087816 +0530
+@@ -12964,7 +12964,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.06/configure.ac lzo-2.06.configure/configure.ac
+--- lzo-2.06/configure.ac      2011-08-12 21:32:59.000000000 +0530
++++ lzo-2.06.configure/configure.ac    2011-09-14 12:33:31.851087334 +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 ;;

Modified: ipcop/trunk/updates/2.2.0/ROOTFILES.i486-2.2.0
===================================================================
--- ipcop/trunk/updates/2.2.0/ROOTFILES.i486-2.2.0      2015-02-09 17:09:40 UTC 
(rev 7885)
+++ ipcop/trunk/updates/2.2.0/ROOTFILES.i486-2.2.0      2015-02-12 21:25:02 UTC 
(rev 7886)
@@ -155,7 +155,7 @@
 /lib/modules/3.10-1/extra/solos-pci.ko.gz
 /lib/modules/3.10-1/kernel
 ##
-## lzo-2.08
+## lzo-2.09
 /usr/lib/liblzo2.so.2
 /usr/lib/liblzo2.so.2.0.0
 ##

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to