diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2016-12-06 23:45:28 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2016-12-06 23:45:28 +0000 |
commit | 6a5d953b06f11bbee35a2627dc8dd42ed5046a87 (patch) | |
tree | 8b84905f9a2356140cfee2726230fc289ff5f0e1 /databases/redis-devel | |
parent | Upgrade from 3.2.5 to 3.2.6. (diff) |
Upgrade from 4.0-rc1 to 4.0-rc2.
<ChangeLog>
Upgrade urgency LOW: This release mainly fixes a rare GEO API bug and a crash
related to the modules subsystem.
Redis 4.0.0-RC2 (version number 3.9.102) just fixes two bugs:
1. GEORADIUS could fail reporting items with very big radius lengths because
of a bug in the bounding box computation function. This was fixed and tests
with large radius sizes were added.
2. There was a crash in the modules subsystem that was not merged into RC1 for
an error, while it was already fixed into the "unstable" branch.
</ChangeLog>
Notes
Notes:
svn path=/head/; revision=428019
Diffstat (limited to 'databases/redis-devel')
-rw-r--r-- | databases/redis-devel/Makefile | 2 | ||||
-rw-r--r-- | databases/redis-devel/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/redis-devel/Makefile b/databases/redis-devel/Makefile index 91c8ece1d330..45bf5a7a2ca9 100644 --- a/databases/redis-devel/Makefile +++ b/databases/redis-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 4.0-rc1 +DISTVERSION= 4.0-rc2 CATEGORIES= databases MASTER_SITES= https://github.com/antirez/redis/archive/ PKGNAMESUFFIX= -devel diff --git a/databases/redis-devel/distinfo b/databases/redis-devel/distinfo index 3c14909a7b04..88968c25b10b 100644 --- a/databases/redis-devel/distinfo +++ b/databases/redis-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1480898940 -SHA256 (redis/4.0-rc1.tar.gz) = 4a7f8daafd5ca6d65a077d0bb8d4b6cc4ba5a2e6da2281fd45acebd327db941c -SIZE (redis/4.0-rc1.tar.gz) = 1683841 +TIMESTAMP = 1481067740 +SHA256 (redis/4.0-rc2.tar.gz) = 70941c192e6afe441cf2c8d659c39ab955e476030c492179a91dcf3f02f5db67 +SIZE (redis/4.0-rc2.tar.gz) = 1684491 |