diff options
author | osa <osa@FreeBSD.org> | 2018-06-20 06:55:51 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2018-06-20 06:55:51 +0800 |
commit | 151ba8e0ceb266c1cb7a6f5b6cd550c3eb85bd34 (patch) | |
tree | 405ee25bcf1cf63e3c2446487185f2f117257fe3 /databases | |
parent | df02a9ad49fcca85ffafb9d206a06108aa977f29 (diff) | |
download | freebsd-ports-gnome-151ba8e0ceb266c1cb7a6f5b6cd550c3eb85bd34.tar.gz freebsd-ports-gnome-151ba8e0ceb266c1cb7a6f5b6cd550c3eb85bd34.tar.zst freebsd-ports-gnome-151ba8e0ceb266c1cb7a6f5b6cd550c3eb85bd34.zip |
Upgrade from 4.0.9 to 4.0.10.
Update CONFLICTS.
<ChangeLog>
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.
</ChangeLog>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/redis/Makefile | 5 | ||||
-rw-r--r-- | databases/redis/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile index 17a0687590d5..79e57d6f8b5e 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 4.0.9 -PORTREVISION= 1 +DISTVERSION= 4.0.10 CATEGORIES= databases MASTER_SITES= http://download.redis.io/releases/ @@ -56,7 +55,7 @@ USES+= tcl:build LDFLAGS+= -lpthread -lm -lexecinfo -CONFLICTS?= redis-devel-4.* +CONFLICTS?= redis-devel-5.* USES+= gmake MAKE_ENV= "V=yo" diff --git a/databases/redis/distinfo b/databases/redis/distinfo index fbeaf2ab5cf6..44045ce599bc 100644 --- a/databases/redis/distinfo +++ b/databases/redis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1523918138 -SHA256 (redis-4.0.9.tar.gz) = df4f73bc318e2f9ffb2d169a922dec57ec7c73dd07bccf875695dbeecd5ec510 -SIZE (redis-4.0.9.tar.gz) = 1737022 +TIMESTAMP = 1529448276 +SHA256 (redis-4.0.10.tar.gz) = 1db67435a704f8d18aec9b9637b373c34aa233d65b6e174bdac4c1b161f38ca4 +SIZE (redis-4.0.10.tar.gz) = 1738465 |