diff options
author | mishka <mishka> | 2012-04-04 19:42:09 +0000 |
---|---|---|
committer | mishka <mishka> | 2012-04-04 19:42:09 +0000 |
commit | a78159cba56e6a8adfa5f511aa8b17d7858d3a97 (patch) | |
tree | 221cd972dfde24c9567992353842de5070b77fd5 /databases | |
parent | 384b8a8c42746826de52aacc0ebdd496dd63c462 (diff) | |
download | pkgsrc-a78159cba56e6a8adfa5f511aa8b17d7858d3a97.tar.gz |
Update Redis to 1.951.
Changes:
1.951 2012-03-13T10:17:09Z
* Remove Tie::StdHash from our dependencies list, its part of core
and it creates problems with some CPAN clients
1.950 2012-03-12T13:54:10Z
* DEPRECATED: the encoding attribute to new() - we will not support
automatic decoding after 2.000, so please test your code with
encoding => undef now.
* Add pipeline support: Aaron Crane arc@github++!
* Cache AUTOLOAD calls: improves performance a bit, fixes #2
* Fix: apply reconnect logic to KEYS and INFO
* Fix: forbid PING and SHUTDOWN in SUBSCRIBE mode
* Updated docs covering pipelining and multi/exec
* Updated docs to point users to Github for code and issues
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 12cd863ffe9..2af7dd23ad6 100644 --- a/databases/p5-Redis/Makefile +++ b/databases/p5-Redis/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2012/01/26 20:55:08 rhaen Exp $ +# $NetBSD: Makefile,v 1.3 2012/04/04 19:42:09 mishka Exp $ # -DISTNAME= Redis-1.926 +DISTNAME= Redis-1.951 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5rds CATEGORIES= databases perl5 diff --git a/databases/p5-Redis/distinfo b/databases/p5-Redis/distinfo index 149054e9510..c2b3a75998f 100644 --- a/databases/p5-Redis/distinfo +++ b/databases/p5-Redis/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2012/01/26 20:55:08 rhaen Exp $ +$NetBSD: distinfo,v 1.3 2012/04/04 19:42:09 mishka Exp $ -SHA1 (Redis-1.926.tar.gz) = 5e184a0198a5cd09107c976013c3a8d189a1b4fc -RMD160 (Redis-1.926.tar.gz) = 0e543cced4cc6fe9414100d745be975e720d5fe7 -Size (Redis-1.926.tar.gz) = 19171 bytes +SHA1 (Redis-1.951.tar.gz) = 32922fc3461382c2044a2ca7a342ae42889c9164 +RMD160 (Redis-1.951.tar.gz) = 872bb425b1c22a866b3c42763a6921153f8705e0 +Size (Redis-1.951.tar.gz) = 31671 bytes |