package/redis: bump to 5.0.4
authorTitouan Christophe <titouan.christophe@railnova.eu>
Thu, 9 May 2019 07:43:11 +0000 (09:43 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 9 May 2019 08:46:57 +0000 (10:46 +0200)
* Redis 5 now supports reproducible builds via SOURCE_DATE_EPOCH
* Add myself to DEVELOPERS for Redis

Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
DEVELOPERS
package/redis/0001-uclibc.patch
package/redis/redis.hash
package/redis/redis.mk

index 5bfc4561c02c680dbb9911754b933aa3c7e5faef..b1c82dc30402ff44d21c892d8f1f1ed361d0b7d4 100644 (file)
@@ -2221,6 +2221,9 @@ F:        toolchain/
 N:     Timo Ketola <timo.ketola@exertus.fi>
 F:     package/fbgrab/
 
+N:     Titouan Christophe <titouan.christophe@railnova.eu>
+F:     package/redis/
+
 N:     Trent Piepho <tpiepho@impinj.com>
 F:     package/libp11/
 
index a0534d5748aa55222f271ce3964278ff7686951e..3329a60edc9933bd623c9654af499e04c349b462 100644 (file)
@@ -8,6 +8,8 @@ against uclibc.  Patch originates from:
 Signed-off-by: Daniel Price <daniel.price@gmail.com>
 [Martin: adapt to 3.0.3]
 Signed-off-by: Martin Bark <martin@barkynet.com>
+[Titouan: adapt to 5.0.4]
+Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>
 
 =========================================================================
 diff -ur old/src/config.h new/src/config.h
@@ -17,7 +19,8 @@ diff -ur old/src/config.h new/src/config.h
  #endif
  
  /* Test for backtrace() */
--#if defined(__APPLE__) || (defined(__linux__) && defined(__GLIBC__))
-+#if defined(__APPLE__) || (defined(__linux__) && defined(__GLIBC__) && !defined(__UCLIBC__))
+-#if defined(__APPLE__) || (defined(__linux__) && defined(__GLIBC__)) || \
++#if defined(__APPLE__) || (defined(__linux__) && defined(__GLIBC__) && !defined(__UCLIBC__)) || \
+     defined(__FreeBSD__) || (defined(__OpenBSD__) && defined(USE_BACKTRACE))\
+  || defined(__DragonFly__)
  #define HAVE_BACKTRACE 1
- #endif
index 0b4e25c61d14dd86495ae1ea1173a9f8ae5e2d32..9ec243d7ddee692540bea2fc635b434318580508 100644 (file)
@@ -1,5 +1,5 @@
 # From https://github.com/antirez/redis-hashes/blob/master/README
-sha256 fc53e73ae7586bcdacb4b63875d1ff04f68c5474c1ddeda78f00e5ae2eed1bbb  redis-4.0.11.tar.gz
+sha256 3ce9ceff5a23f60913e1573f6dfcd4aa53b42d4a2789e28fa53ec2bd28c987dd  redis-5.0.4.tar.gz
 
 # Locally calculated
 sha256 cbf420a3672475a6e2765e3c0984c1f81efe0212afb94a3c998ee63bfd661063  COPYING
index da2307d693bd5bfb1277bf2abfcc96b60cfeb051..372676438aa25b6020a9799f816cf100cc23cc82 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-REDIS_VERSION = 4.0.11
+REDIS_VERSION = 5.0.4
 REDIS_SITE = http://download.redis.io/releases
 REDIS_LICENSE = BSD-3-Clause (core); MIT and BSD family licenses (Bundled components)
 REDIS_LICENSE_FILES = COPYING