diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2010-09-10 05:59:21 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2010-09-10 05:59:21 +0000 |
commit | c4cc99c3ca3a3e73e6e03a2f5d98a2c5dd7335a3 (patch) | |
tree | dc3c9e10d9c22e29124053c03f6c851ccb8b847b /databases/redis-devel | |
parent | Update to 1.375 (diff) |
Update from 2.0.0 to 2.0.1.
<ChangeLog>
- Fixed a not critical but important VM bug: from time to time a race
condition may happen and a client may never get the reply from a given
request.
- Now we have a make install target as stated in the README.
- redis-cli no longer tries to understand if it's part of a pipe
so there is to use the -x option to read the last arg from stdin.
This prevents it from creating problem when running inside cron scripts.
- Fixed the init script provided in the tar.gz. It was totally broken.
- Fixed a bug related to connecting more than 10k clients to Redis.
</ChangeLog>
Notes
Notes:
svn path=/head/; revision=260919
Diffstat (limited to 'databases/redis-devel')
-rw-r--r-- | databases/redis-devel/Makefile | 4 | ||||
-rw-r--r-- | databases/redis-devel/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/databases/redis-devel/Makefile b/databases/redis-devel/Makefile index 0327adee736a..31147b92238d 100644 --- a/databases/redis-devel/Makefile +++ b/databases/redis-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= redis -DISTVERSION= 2.0.0 +DISTVERSION= 2.0.1 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE PKGNAMESUFFIX= -devel @@ -48,7 +48,7 @@ SUB_LIST+= PORTNAME="${PORTNAME}" \ REDIS_DBDIR="${REDIS_DBDIR}" \ REDIS_RUNDIR="${REDIS_RUNDIR}" -PATTERN= '16d;115d;15s|$$$$(ARCH) ||' +PATTERN= '16d;119d;15s|$$$$(ARCH) ||' .if !defined(WITH_DEBUG) PATTERN:= ${PATTERN:S/'$/;5s|^|\#|'/} .endif diff --git a/databases/redis-devel/distinfo b/databases/redis-devel/distinfo index a47b0f16fa8e..fe490d368ab8 100644 --- a/databases/redis-devel/distinfo +++ b/databases/redis-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (redis-2.0.0.tar.gz) = 81caf0e629a5907cb0a7552630b3fd95 -SHA256 (redis-2.0.0.tar.gz) = b553850a287bafb9c9aae7c14eece1e0a2e0c8b65f7e13b2da454ccbde51d057 -SIZE (redis-2.0.0.tar.gz) = 346735 +MD5 (redis-2.0.1.tar.gz) = 7c0fd3521bbee3ba777b195dedeac5c4 +SHA256 (redis-2.0.1.tar.gz) = 4a20e667fe4267e1eb743d9b929a3662f7d5e211ef036c8dd4a7280f51a3b169 +SIZE (redis-2.0.1.tar.gz) = 347301 |