pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/redis redis: updated to 4.0.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9f3c136588f
branches:  trunk
changeset: 311139:b9f3c136588f
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Aug 02 14:47:34 2018 +0000

description:
redis: updated to 4.0.10

Redis 4.0.10 fixes a number of important issues:

* Important security issues related to the Lua scripting engine.
  Please check https://github.com/antirez/redis/issues/5017
  for more information.

* A bug with SCAN, SSCAN, HSCAN and ZSCAN, that may not return all the elements.
  We also add a regression test that can trigger the issue often when present, and
  may in theory be able to find unrelated regressions.

* A PSYNC2 bug is fixed: Redis should not expire keys when saving RDB files
  because otherwise it is no longer possible to use such RDB file as a base
  for partial resynchronization. It no longer represents the right state.

* Compatibility of AOF with RDB preamble when the RDB checksum is disabled.

* Sentinel bug that in some cases prevented Sentinel to detect that the master
  was down immediately. A delay was added to the detection.

* Other minor issues.

diffstat:

 databases/redis/Makefile         |   8 ++++----
 databases/redis/distinfo         |  12 ++++++------
 databases/redis/patches/patch-ac |   3 ++-
 3 files changed, 12 insertions(+), 11 deletions(-)

diffs (62 lines):

diff -r b8d5ea026747 -r b9f3c136588f databases/redis/Makefile
--- a/databases/redis/Makefile  Thu Aug 02 14:06:43 2018 +0000
+++ b/databases/redis/Makefile  Thu Aug 02 14:47:34 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2018/07/15 23:35:35 maya Exp $
+# $NetBSD: Makefile,v 1.39 2018/08/02 14:47:34 adam Exp $
 
-DISTNAME=      redis-4.0.9
+DISTNAME=      redis-4.0.10
 CATEGORIES=    databases
 MASTER_SITES=  http://download.redis.io/releases/
 
@@ -37,7 +37,7 @@
 
 PKG_GROUPS+=           ${REDIS_GROUP}
 PKG_USERS+=            ${REDIS_USER}:${REDIS_GROUP}
-PKG_GECOS.${REDIS_USER}= Redis daemon user
+PKG_GECOS.${REDIS_USER}=Redis daemon user
 PKG_HOME.${REDIS_USER}=        ${REDIS_DBDIR}
 
 FILES_SUBST+=          REDIS_USER=${REDIS_USER}
@@ -46,7 +46,7 @@
 
 SUBST_CLASSES+=                fix-paths
 SUBST_STAGE.fix-paths= pre-configure
-SUBST_MESSAGE.fix-paths= Fixing paths.
+SUBST_MESSAGE.fix-paths=Fixing paths.
 SUBST_FILES.fix-paths= redis.conf
 SUBST_VARS.fix-paths=  REDIS_DATADIR REDIS_LOGDIR REDIS_PIDDIR
 
diff -r b8d5ea026747 -r b9f3c136588f databases/redis/distinfo
--- a/databases/redis/distinfo  Thu Aug 02 14:06:43 2018 +0000
+++ b/databases/redis/distinfo  Thu Aug 02 14:47:34 2018 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.39 2018/04/23 14:57:57 fhajny Exp $
+$NetBSD: distinfo,v 1.40 2018/08/02 14:47:34 adam Exp $
 
-SHA1 (redis-4.0.9.tar.gz) = 8aa33d13c3ff5c4d4d2cc52932340893132c8aec
-RMD160 (redis-4.0.9.tar.gz) = ca7f86538baaa9b803c56785454aef33a98b5b2f
-SHA512 (redis-4.0.9.tar.gz) = a6cf63cb361f0a87da3955ba628190dc04cad342f7a664d18e44416ee67dd86ed6e3a46b9701e994f1417e56b819b3c6fc595f363c10bb4b83d5033919d29598
-Size (redis-4.0.9.tar.gz) = 1737022 bytes
+SHA1 (redis-4.0.10.tar.gz) = d2738d9b93a3220eecc83e89a7c28593b58e4909
+RMD160 (redis-4.0.10.tar.gz) = 0b8261062f8e75da08574308d9ee152b55f7008a
+SHA512 (redis-4.0.10.tar.gz) = 0978dabaf637e61889d492fd3629acd58ca8fb0c0088cdd7036ffd1a7ed3f018c107039d4c96bd61d0b7d35757df2366d051f57d77ffb5642aca0e5651b30603
+Size (redis-4.0.10.tar.gz) = 1738465 bytes
 SHA1 (patch-ab) = f8d2d20a5ae49ecd49a452b6e260f5a37b0d52e0
-SHA1 (patch-ac) = 1d848860a39af7a93a06eb8f3001fe89cb1bb3ad
+SHA1 (patch-ac) = 758bb6c2da7f6822d19fd5f93409997933fd874a
 SHA1 (patch-src_hyperloglog.c) = 65a4a220ccd4282162c50293f4fe278a43b84239
 SHA1 (patch-src_object.c) = 30ffaec9c7e6135e3a5576cd1a35d7bcec668299
diff -r b8d5ea026747 -r b9f3c136588f databases/redis/patches/patch-ac
--- a/databases/redis/patches/patch-ac  Thu Aug 02 14:06:43 2018 +0000
+++ b/databases/redis/patches/patch-ac  Thu Aug 02 14:47:34 2018 +0000
@@ -1,6 +1,7 @@
-$NetBSD: patch-ac,v 1.6 2016/06/19 21:28:58 fhajny Exp $
+$NetBSD: patch-ac,v 1.7 2018/08/02 14:47:34 adam Exp $
 
 Sane defaults for the config file.
+
 --- redis.conf.orig    2016-06-17 13:15:21.000000000 +0000
 +++ redis.conf
 @@ -125,7 +125,7 @@ tcp-keepalive 300



Home | Main Index | Thread Index | Old Index