diff options
author | rhaen <rhaen@pkgsrc.org> | 2012-01-26 20:55:08 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2012-01-26 20:55:08 +0000 |
commit | 59a2e7da6e6cdc6472af0fe98f94331a1c388c20 (patch) | |
tree | 7a8d1fc8c485e4590d9b76efe0dafb84abc49add /databases | |
parent | 419763abe38363abdbbffcf2c903987715f318f8 (diff) | |
download | pkgsrc-59a2e7da6e6cdc6472af0fe98f94331a1c388c20.tar.gz |
Updated to 1.926
Changes:
1.926 Wed Jan 11 15:48:11 UTC 2012
* Fix auto-reconnect when the server is dead or a
client timeout.
See https://github.com/melo/perl-redis/issues/1#issuecomment-3444989
1.925 Tue Jan 10 16:02:04 UTC 2012
* Implemented auto-reconnect
* Add support for UNIX domain sockets
* Make REDIS_SERVER work with both TCP and UNIX domain sockets
* Make the test suite workaround a missing redis-server binary
* Assorted small bug fixes
* Improve documentation
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-Redis/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-Redis/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/p5-Redis/Makefile b/databases/p5-Redis/Makefile index 6fe4b8d34c1..12cd863ffe9 100644 --- a/databases/p5-Redis/Makefile +++ b/databases/p5-Redis/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/10/28 12:02:25 obache Exp $ +# $NetBSD: Makefile,v 1.2 2012/01/26 20:55:08 rhaen Exp $ # -DISTNAME= Redis-1.904 +DISTNAME= Redis-1.926 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5rds CATEGORIES= databases perl5 diff --git a/databases/p5-Redis/distinfo b/databases/p5-Redis/distinfo index 1bcedc376a8..149054e9510 100644 --- a/databases/p5-Redis/distinfo +++ b/databases/p5-Redis/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/10/28 12:02:25 obache Exp $ +$NetBSD: distinfo,v 1.2 2012/01/26 20:55:08 rhaen Exp $ -SHA1 (Redis-1.904.tar.gz) = c52b5c201d7a7ccfd94fb1c65b388c0a229b2c10 -RMD160 (Redis-1.904.tar.gz) = 0497ebb733815751a13ce23a25ef54fbdc62ecfb -Size (Redis-1.904.tar.gz) = 15174 bytes +SHA1 (Redis-1.926.tar.gz) = 5e184a0198a5cd09107c976013c3a8d189a1b4fc +RMD160 (Redis-1.926.tar.gz) = 0e543cced4cc6fe9414100d745be975e720d5fe7 +Size (Redis-1.926.tar.gz) = 19171 bytes |