pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ruby-amqp Update ruby-amqp to 1.6.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/517ca95e5629
branches: trunk
changeset: 353902:517ca95e5629
user: taca <taca%pkgsrc.org@localhost>
date: Mon Oct 17 14:35:41 2016 +0000
description:
Update ruby-amqp to 1.6.0.
## Changes Between 1.5.x and 1.6.0 (Apr 4th, 2016)
### amq-protocol Update
Minimum `amq-protocol` version is now `2.0.1`.
### Provide More Details in TCP Connection Failure Exception
Contributed by Neil Hooey.
GH issue: [#222](https://github.com/ruby-amqp/amqp/issues/222).
### Ensures frameset is cleared after an unhandled exception
Ensures frameset is cleared after an unhandled exception.
This avoids confusing exceptions such as
```
undefined method `method_class' for #<AMQ::Protocol::BodyFrame:0x0000001e8a60b0>
```
Contributed by Michael Lutsiuk.
GH issue: [#218](https://github.com/ruby-amqp/amqp/issues/218)
diffstat:
net/ruby-amqp/Makefile | 6 +++---
net/ruby-amqp/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (36 lines):
diff -r c257a9236f58 -r 517ca95e5629 net/ruby-amqp/Makefile
--- a/net/ruby-amqp/Makefile Mon Oct 17 14:31:14 2016 +0000
+++ b/net/ruby-amqp/Makefile Mon Oct 17 14:35:41 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2015/12/30 04:22:59 taca Exp $
+# $NetBSD: Makefile,v 1.21 2016/10/17 14:35:41 taca Exp $
-DISTNAME= amqp-1.5.1
+DISTNAME= amqp-1.6.0
CATEGORIES= net
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -9,7 +9,7 @@
LICENSE= ruby-license
DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0:../../devel/ruby-eventmachine
-DEPENDS+= ${RUBY_PKGPREFIX}-amq-protocol>=1.9.2:../../net/ruby-amq-protocol
+DEPENDS+= ${RUBY_PKGPREFIX}-amq-protocol>=2.0.1:../../net/ruby-amq-protocol
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff -r c257a9236f58 -r 517ca95e5629 net/ruby-amqp/distinfo
--- a/net/ruby-amqp/distinfo Mon Oct 17 14:31:14 2016 +0000
+++ b/net/ruby-amqp/distinfo Mon Oct 17 14:35:41 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2015/11/04 00:35:35 agc Exp $
+$NetBSD: distinfo,v 1.16 2016/10/17 14:35:41 taca Exp $
-SHA1 (amqp-1.5.1.gem) = f2abd88896e57d79fc13fbf3e3f07257906702fc
-RMD160 (amqp-1.5.1.gem) = 6779d7992308afdce5f5ba9b1e8baf973a756817
-SHA512 (amqp-1.5.1.gem) = 14304b2c8864522b3dd19caf5cb2ef000ad0f41be8060ac383d0ec820024bda5e6ca6c1d35fc2557fcaacd088fefe43568176c3b5e8f28c375a991fedc2c79e0
-Size (amqp-1.5.1.gem) = 1177088 bytes
+SHA1 (amqp-1.6.0.gem) = d70351ab264d96a2c4ace3409d399467cdb86d7b
+RMD160 (amqp-1.6.0.gem) = 8863aba7fbcdd81dfe29ec6d2f69d6529f5aad75
+SHA512 (amqp-1.6.0.gem) = 389dd0cdd9dfaff3da5f692fb585ebb29eef55ddef59e489721b78184d9e7b9c585c5cd43fd51d2517f5bc1fe195856a3a1130cfd4aa8f720808119d116c967f
+Size (amqp-1.6.0.gem) = 1177088 bytes
Home |
Main Index |
Thread Index |
Old Index