]> git.pld-linux.org Git - packages/lzo.git/commitdiff
- updated to 2.07 (fixes potential buffer overrun when using large buffers) auto/th/lzo-2.07-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 27 Jun 2014 21:02:58 +0000 (23:02 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 27 Jun 2014 21:02:58 +0000 (23:02 +0200)
- added includes patch (missing header in configure check)

lzo-includes.patch [new file with mode: 0644]
lzo.spec

diff --git a/lzo-includes.patch b/lzo-includes.patch
new file mode 100644 (file)
index 0000000..a37add1
--- /dev/null
@@ -0,0 +1,10 @@
+--- lzo-2.07/autoconf/local.m4.orig    2014-06-25 15:47:13.000000000 +0200
++++ lzo-2.07/autoconf/local.m4 2014-06-27 22:53:28.354427428 +0200
+@@ -458,6 +458,7 @@
+ AC_LANG_CONFTEST([AC_LANG_PROGRAM(
+ [[#define LZO_CFG_NO_CONFIG_HEADER 1
+ #define LZO_WANT_ACC_INCD_H 1
++#include <limits.h>
+ #include $2
+ #include $3
index b865022c237ebbaa9bf5e0560172123e6946b866..853a0c025839b176cfa913f0a49186b76f2c2ca7 100644 (file)
--- a/lzo.spec
+++ b/lzo.spec
@@ -1,12 +1,13 @@
 Summary:       LZO - a real-time data compression library
 Summary(pl.UTF-8):     LZO - biblioteka kompresji danych w czasie rzeczywistym
 Name:          lzo
-Version:       2.06
+Version:       2.07
 Release:       1
 License:       GPL v2+
 Group:         Libraries
 Source0:       http://www.oberhumer.com/opensource/lzo/download/%{name}-%{version}.tar.gz
-# Source0-md5: 95380bd4081f85ef08c5209f4107e9f8
+# Source0-md5: 4011935e95171e78ad4894f7335c982a
+Patch0:                %{name}-includes.patch
 URL:           http://www.oberhumer.com/opensource/lzo/
 BuildRequires: autoconf >= 2.67
 BuildRequires: automake >= 1:1.11.1
@@ -75,6 +76,7 @@ Biblioteka statyczna LZO.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
This page took 0.127164 seconds and 4 git commands to generate.