diff options
author | osa <osa@FreeBSD.org> | 2015-07-18 08:05:05 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2015-07-18 08:05:05 +0800 |
commit | 649b52bb2b43344c74de587adc6647e99f3a4c24 (patch) | |
tree | c5cd7c90bb9058790d6da198dd6bb79853cae99c /databases | |
parent | fdbeb95d157a861168476bfbcda1d527f3755c87 (diff) | |
download | freebsd-ports-gnome-649b52bb2b43344c74de587adc6647e99f3a4c24.tar.gz freebsd-ports-gnome-649b52bb2b43344c74de587adc6647e99f3a4c24.tar.zst freebsd-ports-gnome-649b52bb2b43344c74de587adc6647e99f3a4c24.zip |
Upgrade from 3.0.2 to 3.0.3.
<ChangeLog>
--[ Redis 3.0.3 ] Release date: 17 Jul 2015
Upgrade urgency: LOW for Redis and Sentinel.
* [FIX] Fix blocking operations timeout precision when HZ is at its default
value (not increased) and there are thousands of clients connected
at the same time. This bug affected Sidekiq users that experienced
a very long delay for BLPOP and similar commands to return for
timeout. Check commit b029ff1 for more info. (Salvatore Sanfilippo)
* [FIX] MIGRATE "creating socket: Invalid argument" error fix. Check
issues #2609 and #2612 for more info. (Salvatore Sanfilippo)
* [FIX] Be able to connect to the master even when the slave is bound to
just the loopback interface and has no valid public address in the
network the master is reacahble. (Salvatore Sanfilippo)
* [FIX] ZADD with options encoding promotion fixed. (linfangrong)
* [FIX] Reset aof_delayed_fsync on CONFIG RESETSTATS. (Tom Kiemes)
* [FIX] PFCOUNT key parsing in cluster fixed. (MOON_CLJ)
* [FIX] Fix Solaris compilation of Redis 3.0. (Jan-Erik Rediger)
* [NEW] Variadic EXISTS command. Now the command accepts multiple arguments
and returns the total count of existing keys.
</ChangeLog>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/redis-devel/Makefile | 2 | ||||
-rw-r--r-- | databases/redis-devel/distinfo | 4 | ||||
-rw-r--r-- | databases/redis/Makefile | 2 | ||||
-rw-r--r-- | databases/redis/distinfo | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/databases/redis-devel/Makefile b/databases/redis-devel/Makefile index caf008cae58a..d18e053784a0 100644 --- a/databases/redis-devel/Makefile +++ b/databases/redis-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 3.0.2 +DISTVERSION= 3.0.3 CATEGORIES= databases MASTER_SITES= http://download.redis.io/releases/ PKGNAMESUFFIX= -devel diff --git a/databases/redis-devel/distinfo b/databases/redis-devel/distinfo index f7620c2d7c57..33b61f039fd2 100644 --- a/databases/redis-devel/distinfo +++ b/databases/redis-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (redis-3.0.2.tar.gz) = 93e422c0d584623601f89b956045be158889ebe594478a2c24e1bf218495633f -SIZE (redis-3.0.2.tar.gz) = 1360182 +SHA256 (redis-3.0.3.tar.gz) = 1d08fa665b16d0950274dfbd47fbbcf3485e43e901021338640a0334666e9da5 +SIZE (redis-3.0.3.tar.gz) = 1360959 diff --git a/databases/redis/Makefile b/databases/redis/Makefile index ee1d1d0a2720..8dcab721a980 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 3.0.2 +DISTVERSION= 3.0.3 CATEGORIES= databases MASTER_SITES= http://download.redis.io/releases/ diff --git a/databases/redis/distinfo b/databases/redis/distinfo index f7620c2d7c57..33b61f039fd2 100644 --- a/databases/redis/distinfo +++ b/databases/redis/distinfo @@ -1,2 +1,2 @@ -SHA256 (redis-3.0.2.tar.gz) = 93e422c0d584623601f89b956045be158889ebe594478a2c24e1bf218495633f -SIZE (redis-3.0.2.tar.gz) = 1360182 +SHA256 (redis-3.0.3.tar.gz) = 1d08fa665b16d0950274dfbd47fbbcf3485e43e901021338640a0334666e9da5 +SIZE (redis-3.0.3.tar.gz) = 1360959 |