svn commit: r518108 - in head/databases: redis redis-devel
Sergey A. Osokin
osa at FreeBSD.org
Thu Nov 21 19:36:48 UTC 2019
Author: osa
Date: Thu Nov 21 19:36:47 2019
New Revision: 518108
URL: https://svnweb.freebsd.org/changeset/ports/518108
Log:
Update from 5.0.6 to 5.0.7.
<ChangeLog>
Upgrade urgency HIGH: many issues fixed, some may have an impact.
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.
</ChangeLog>
Modified:
head/databases/redis-devel/Makefile
head/databases/redis-devel/distinfo
head/databases/redis/Makefile
head/databases/redis/distinfo
Modified: head/databases/redis-devel/Makefile
==============================================================================
--- head/databases/redis-devel/Makefile Thu Nov 21 19:27:39 2019 (r518107)
+++ head/databases/redis-devel/Makefile Thu Nov 21 19:36:47 2019 (r518108)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= redis
-DISTVERSION= 5.0.6
+DISTVERSION= 5.0.7
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://download.redis.io/releases/
Modified: head/databases/redis-devel/distinfo
==============================================================================
--- head/databases/redis-devel/distinfo Thu Nov 21 19:27:39 2019 (r518107)
+++ head/databases/redis-devel/distinfo Thu Nov 21 19:36:47 2019 (r518108)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1572268200
-SHA256 (redis-5.0.6.tar.gz) = 6624841267e142c5d5d5be292d705f8fb6070677687c5aad1645421a936d22b3
-SIZE (redis-5.0.6.tar.gz) = 1979873
+TIMESTAMP = 1574364884
+SHA256 (redis-5.0.7.tar.gz) = 61db74eabf6801f057fd24b590232f2f337d422280fd19486eca03be87d3a82b
+SIZE (redis-5.0.7.tar.gz) = 1984203
Modified: head/databases/redis/Makefile
==============================================================================
--- head/databases/redis/Makefile Thu Nov 21 19:27:39 2019 (r518107)
+++ head/databases/redis/Makefile Thu Nov 21 19:36:47 2019 (r518108)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= redis
-PORTVERSION= 5.0.6
+PORTVERSION= 5.0.7
CATEGORIES= databases
MASTER_SITES= http://download.redis.io/releases/
Modified: head/databases/redis/distinfo
==============================================================================
--- head/databases/redis/distinfo Thu Nov 21 19:27:39 2019 (r518107)
+++ head/databases/redis/distinfo Thu Nov 21 19:36:47 2019 (r518108)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1572268200
-SHA256 (redis-5.0.6.tar.gz) = 6624841267e142c5d5d5be292d705f8fb6070677687c5aad1645421a936d22b3
-SIZE (redis-5.0.6.tar.gz) = 1979873
+TIMESTAMP = 1574364661
+SHA256 (redis-5.0.7.tar.gz) = 61db74eabf6801f057fd24b590232f2f337d422280fd19486eca03be87d3a82b
+SIZE (redis-5.0.7.tar.gz) = 1984203
More information about the svn-ports-head
mailing list