aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/redis/redis/oe-use-libc-malloc.patch
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2015-06-05 18:48:18 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2015-06-23 12:43:12 +0200
commitb11f35a94cdf100ef0b056449345a0ca094aeea6 (patch)
tree85f6993efe4f48b9abeda764413a72d02a2747e7 /meta-oe/recipes-extended/redis/redis/oe-use-libc-malloc.patch
parent38f86f841b92d65419af96c8492e3fa49bf3c125 (diff)
downloadmeta-openembedded-b11f35a94cdf100ef0b056449345a0ca094aeea6.tar.gz
redis: update to version 3.0.2
This includes CVE-2015-4335. LICENSE checksum changed do to copyright update. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/redis/redis/oe-use-libc-malloc.patch')
-rw-r--r--meta-oe/recipes-extended/redis/redis/oe-use-libc-malloc.patch11
1 files changed, 6 insertions, 5 deletions
diff --git a/meta-oe/recipes-extended/redis/redis/oe-use-libc-malloc.patch b/meta-oe/recipes-extended/redis/redis/oe-use-libc-malloc.patch
index b89c871290..b768a77491 100644
--- a/meta-oe/recipes-extended/redis/redis/oe-use-libc-malloc.patch
+++ b/meta-oe/recipes-extended/redis/redis/oe-use-libc-malloc.patch
@@ -10,12 +10,16 @@ Note that this of course doesn't allow tcmalloc and jemalloc, however
jemalloc wasn't building correctly.
Signed-off-by: Venture Research <tech@ventureresearch.com>
+
+Update to work with 3.0.x
+Signed-off-by: Armin Kuster <akuster808@gmail.com>
+
---
src/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-diff --git a/src/Makefile b/src/Makefile
-index 204a271..91b307d 100644
+Index: src/Makefile
+===================================================================
--- a/src/Makefile
+++ b/src/Makefile
@@ -13,7 +13,8 @@
@@ -28,6 +32,3 @@ index 204a271..91b307d 100644
OPTIMIZATION?=-O2
DEPENDENCY_TARGETS=hiredis linenoise lua
---
-1.8.1.2
-