diff options
author | osa <osa@FreeBSD.org> | 2010-11-09 03:17:43 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2010-11-09 03:17:43 +0800 |
commit | df15c399dc2568aed85294ab2d0bfae1783fab4f (patch) | |
tree | 2f71b33e12f1f0359dbaf6b14b1d50d0daaf536d /databases | |
parent | d1b9093b35114f78343da2db514888e8f01224a5 (diff) | |
download | freebsd-ports-gnome-df15c399dc2568aed85294ab2d0bfae1783fab4f.tar.gz freebsd-ports-gnome-df15c399dc2568aed85294ab2d0bfae1783fab4f.tar.zst freebsd-ports-gnome-df15c399dc2568aed85294ab2d0bfae1783fab4f.zip |
Update from 2.0.3 to 2.0.4.
<ChangeLog>
This release fixes two non critical bugs:
- HMGET used to crash when called against a key that was not holding
an hash. Fixed by Pieter Noordhuis.
- Redis will now not try to save the DB if no save points for RDB are
configured, when used as a non persistent cache. Thanks to Robey
Pointer from Twitter for providing this patch.
Waiting 2.2 ...
</ChangeLog>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/redis/Makefile | 2 | ||||
-rw-r--r-- | databases/redis/distinfo | 5 | ||||
-rw-r--r-- | databases/redis2/Makefile | 2 | ||||
-rw-r--r-- | databases/redis2/distinfo | 5 |
4 files changed, 6 insertions, 8 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile index 4e55d3a5ae55..6f4cc8233890 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -6,7 +6,7 @@ # PORTNAME= redis -DISTVERSION= 2.0.3 +DISTVERSION= 2.0.4 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE diff --git a/databases/redis/distinfo b/databases/redis/distinfo index 2bbb19117b47..b4a1f349222c 100644 --- a/databases/redis/distinfo +++ b/databases/redis/distinfo @@ -1,3 +1,2 @@ -MD5 (redis-2.0.3.tar.gz) = 7799de79f36ebdb73bcb8f09816d1ac3 -SHA256 (redis-2.0.3.tar.gz) = 5cb37f22463f9443392049d9778bee06fe2a0936ff94404c841c92999d56ece7 -SIZE (redis-2.0.3.tar.gz) = 348407 +SHA256 (redis-2.0.4.tar.gz) = f635d31c72bde541ce160bfb43db8e081de23322723cffdf315d1b76b010bf3d +SIZE (redis-2.0.4.tar.gz) = 346383 diff --git a/databases/redis2/Makefile b/databases/redis2/Makefile index 4e55d3a5ae55..6f4cc8233890 100644 --- a/databases/redis2/Makefile +++ b/databases/redis2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= redis -DISTVERSION= 2.0.3 +DISTVERSION= 2.0.4 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE diff --git a/databases/redis2/distinfo b/databases/redis2/distinfo index 2bbb19117b47..b4a1f349222c 100644 --- a/databases/redis2/distinfo +++ b/databases/redis2/distinfo @@ -1,3 +1,2 @@ -MD5 (redis-2.0.3.tar.gz) = 7799de79f36ebdb73bcb8f09816d1ac3 -SHA256 (redis-2.0.3.tar.gz) = 5cb37f22463f9443392049d9778bee06fe2a0936ff94404c841c92999d56ece7 -SIZE (redis-2.0.3.tar.gz) = 348407 +SHA256 (redis-2.0.4.tar.gz) = f635d31c72bde541ce160bfb43db8e081de23322723cffdf315d1b76b010bf3d +SIZE (redis-2.0.4.tar.gz) = 346383 |