pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/ruby-amqp
Module Name: pkgsrc
Committed By: taca
Date: Mon Oct 17 14:35:41 UTC 2016
Modified Files:
pkgsrc/net/ruby-amqp: Makefile distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/ruby-amqp/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/ruby-amqp/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/ruby-amqp/Makefile
diff -u pkgsrc/net/ruby-amqp/Makefile:1.20 pkgsrc/net/ruby-amqp/Makefile:1.21
--- pkgsrc/net/ruby-amqp/Makefile:1.20 Wed Dec 30 04:22:59 2015
+++ pkgsrc/net/ruby-amqp/Makefile Mon Oct 17 14:35:41 2016
@@ -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 @@ COMMENT= AMQP client implementation in R
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"
Index: pkgsrc/net/ruby-amqp/distinfo
diff -u pkgsrc/net/ruby-amqp/distinfo:1.15 pkgsrc/net/ruby-amqp/distinfo:1.16
--- pkgsrc/net/ruby-amqp/distinfo:1.15 Wed Nov 4 00:35:35 2015
+++ pkgsrc/net/ruby-amqp/distinfo Mon Oct 17 14:35:41 2016
@@ -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