diff options
author | mef <mef@pkgsrc.org> | 2014-12-12 04:59:45 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-12-12 04:59:45 +0000 |
commit | 6d9831dcd4f1bea375f4d89c77b904030ab97722 (patch) | |
tree | 4cbc0358c0684fa5431bacef12f6a880409f6eac /databases | |
parent | d9496dbd1d29d85d6cdd1dc147fcf4913ab70df3 (diff) | |
download | pkgsrc-6d9831dcd4f1bea375f4d89c77b904030ab97722.tar.gz |
Update 1.958 to 1.976
1.976 2014-10-03 15:05:58 Europe/Amsterdam
1.975 2014-08-03 20:50:25 Europe/Amsterdam
* Clarification about reconnect and read_timeout (#89)
* Test::CPAN::Meta (et al.) are required even if unused (#92)
1.974 2014-05-16 21:42:48 Europe/Amsterdam
* released as stable version, no change
1.973_04 2014-05-12 22:53:06 Europe/Amsterdam
* release again, last one was screwed up.
* fix #85 (PR #86) reconnect during transaction
1.973_03 2014-05-12 22:49:07 Europe/Amsterdam
* fix #85 (PR #86) reconnect during transaction
1.973_02 2014-04-30 12:04:29 Europe/Amsterdam
* merge PR #84 optimize try read sock
1.973_01 2014-04-26 18:00:31 Europe/Amsterdam
* use new network code from Ivan Kruglov
* fix sentinel tests
* fix #81: doc for 'every' option
1.972 2014-02-18 00:54:01 Europe/Amsterdam
* Sentinel features (connections, timeouts, etc) support
* various bugfixes and testfixes
* fix network code for BSDs
* no_auto_connect_on_new
1.971 2014-02-01 09:55:11 Europe/Paris
* skip some tests that fail on some platforms for now
1.970 2014-01-30 15:07:42 Europe/Amsterdam
* fix tests breaking in some case
1.969 2014-01-30 13:19:28 Europe/Amsterdam
* Clarification for (p)unsubscribe commands.
* use Test::TCP for testing
1.968 2014-01-30 12:19:11 Europe/Amsterdam
* Add a no_auto_connect_on_new parameter to new() to allow users
to call $x = Redis->new and then $x->connect, instead of Redis
auto-connecting. Useful for tuning the cnx_timeout parameter.
1.967 2013-12-28 22:58:55 Europe/Paris
* use new IO::Socket::Timeout with different API
1.966 2013-12-17 13:58:33 Europe/Amsterdam
* fix tests for Redis 2.8
1.965 2013-11-29 09:28:36 Europe/Amsterdam
* fix #60: TEST_REQUIRES needs newer MakeMaker
* fix #34: perl-redis doesn't receive subcribed message if server restart
* fix #38: select new database doesn't survive after reconnect
* minor documentation fixes
1.964 2013-11-14 15:45:08 Europe/Amsterdam
* minor fix to dist.ini to fix github url
1.963 2013-11-13 22:44:29 Europe/Paris
* Add documentation for the slowlog command PR #44 (rgs)
* doc fix, duplicate spop PR #48 (nightlord)
* Redis client is now fork safe PR #51 (songmu)
* rewrite dist.ini
1.962 2013-10-16T14:58:30Z
* merge #54 (fix for broken test)
* Parameter name to new() can be a CodeRef, dynamic connection names
* admin: added co-maintainer Damien Krotkine <dams@zarb.org>
1.961 2013-01-23T15:09:47Z
* Add wait_one_response() for better pipeline management
1.960 2013-01-23T11:28:40Z
* Make the new() name parameter safe to use with all redis-
server versions
1.959 2013-01-22T14:46:42Z
* __try_read_sock: test error conditions more thoroughly (issue #31)
* Improve Test::SpawnRedisServer: multi-server support
* tidyall the code and docs
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-Redis/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-Redis/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/databases/p5-Redis/Makefile b/databases/p5-Redis/Makefile index 0fdb91b7f2b..834e57f94cf 100644 --- a/databases/p5-Redis/Makefile +++ b/databases/p5-Redis/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2014/10/09 14:06:07 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2014/12/12 04:59:45 mef Exp $ -DISTNAME= Redis-1.958 +DISTNAME= Redis-1.976 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Redis/} diff --git a/databases/p5-Redis/distinfo b/databases/p5-Redis/distinfo index 78e1c6d2934..25064a3d164 100644 --- a/databases/p5-Redis/distinfo +++ b/databases/p5-Redis/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2013/01/19 11:53:55 wen Exp $ +$NetBSD: distinfo,v 1.5 2014/12/12 04:59:45 mef Exp $ -SHA1 (Redis-1.958.tar.gz) = 3ae20618d25984119a2e481a5801d1ba894f4824 -RMD160 (Redis-1.958.tar.gz) = b5a86750ad965b0167393548984a3370a71ad993 -Size (Redis-1.958.tar.gz) = 34989 bytes +SHA1 (Redis-1.976.tar.gz) = e931200980c714a1be80f0b49a8849eac8e4f718 +RMD160 (Redis-1.976.tar.gz) = 48c35dd45e5a16839d2527afc2eb5e2521504218 +Size (Redis-1.976.tar.gz) = 41598 bytes |