pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/redis
Module Name: pkgsrc
Committed By: adam
Date: Wed Nov 20 09:43:28 UTC 2019
Modified Files:
pkgsrc/databases/redis: Makefile distinfo
Log Message:
redis: updated to 5.0.7
Hi all, Redis 5.0.7 fixes a number of bugs, none is very critical, however
there are a few that may have an impact. It's a good idea to upgrade.
There are fixes in the area of replication from modules commands and
callbacks, AOF fsync (non critical issue), memory leaks (very rare and small),
streams beahvior (non critical), and a potential crash in commands
processing multiple keys at the same time that is there for years, and happens
very rarely, but is not impossible to trigger.
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/databases/redis/Makefile
cvs rdiff -u -r1.45 -r1.46 pkgsrc/databases/redis/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/redis/Makefile
diff -u pkgsrc/databases/redis/Makefile:1.46 pkgsrc/databases/redis/Makefile:1.47
--- pkgsrc/databases/redis/Makefile:1.46 Mon Nov 11 17:06:00 2019
+++ pkgsrc/databases/redis/Makefile Wed Nov 20 09:43:28 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2019/11/11 17:06:00 adam Exp $
+# $NetBSD: Makefile,v 1.47 2019/11/20 09:43:28 adam Exp $
-DISTNAME= redis-5.0.6
+DISTNAME= redis-5.0.7
CATEGORIES= databases
MASTER_SITES= http://download.redis.io/releases/
Index: pkgsrc/databases/redis/distinfo
diff -u pkgsrc/databases/redis/distinfo:1.45 pkgsrc/databases/redis/distinfo:1.46
--- pkgsrc/databases/redis/distinfo:1.45 Mon Nov 11 17:06:00 2019
+++ pkgsrc/databases/redis/distinfo Wed Nov 20 09:43:28 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.45 2019/11/11 17:06:00 adam Exp $
+$NetBSD: distinfo,v 1.46 2019/11/20 09:43:28 adam Exp $
-SHA1 (redis-5.0.6.tar.gz) = f6f534ff62c1841384c012609b7ba6bd4c1777ca
-RMD160 (redis-5.0.6.tar.gz) = ecbfc9e1ae11baa0c4cb2bfb6099082df053f84a
-SHA512 (redis-5.0.6.tar.gz) = 19a4738ec4c3ac077d57857559557685c56b0ac58ccfff5aac88a099894fa9a2bbe18ef126522960e38d6c0e8b0f9a00755879305c07caaa5add41bc677d44f3
-Size (redis-5.0.6.tar.gz) = 1979873 bytes
+SHA1 (redis-5.0.7.tar.gz) = f21bcc123b4c707c5a486034be4cf6e5ba1438e7
+RMD160 (redis-5.0.7.tar.gz) = 0490b980daaba10d5697af8b8b719c6ab54a821c
+SHA512 (redis-5.0.7.tar.gz) = 75c1d4bcca3e28d80f6b6942f0153ff33538d706339c69bddd2646c36f88b901c77dde09fba5629ba90ace00077e45d37b0a822a863f9f737ef9a79eb7093d9d
+Size (redis-5.0.7.tar.gz) = 1984203 bytes
SHA1 (patch-redis.conf) = 528c28e2b7483eb20ccab8f2ab9543822792f016
SHA1 (patch-src_Makefile) = 2c4f6d822980874cc9ff95d239040985fa364649
SHA1 (patch-src_hyperloglog.c) = 65a4a220ccd4282162c50293f4fe278a43b84239
Home |
Main Index |
Thread Index |
Old Index