summaryrefslogtreecommitdiff
path: root/net/ruby-amq-protocol
diff options
context:
space:
mode:
authortaca <taca>2015-09-13 14:53:14 +0000
committertaca <taca>2015-09-13 14:53:14 +0000
commit5e5ffd30a5a184b9c58d30915c5846c888f82477 (patch)
tree4cb1116c6dc74c652a81b7fd3e8c855c26fa8f10 /net/ruby-amq-protocol
parent03d795e8f01de4c80b192c229e50fb002173772b (diff)
downloadpkgsrc-5e5ffd30a5a184b9c58d30915c5846c888f82477.tar.gz
Update ruby-amq-protocol to 2.0.0.
## Changes between 1.9.x and 2.0.0 2.0.0 has **breaking changes** in header encoding. ### Signed Integer Encoding in Headers Integer values in headers are now encoded as signed 64-bit (was unsigned 32-bit previously, unintentionally). This is a breaking change: consuming messages with integers in headers published with older versions of this library will break! ### Signed 16 Bit Integer Decoding Signed 16 bit integers are now decoded correctly. ### Signed 8 Bit Integer Decoding Signed 8 bit integers are now decoded correctly. Contributed by Benjamin Conlan.
Diffstat (limited to 'net/ruby-amq-protocol')
-rw-r--r--net/ruby-amq-protocol/Makefile4
-rw-r--r--net/ruby-amq-protocol/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/net/ruby-amq-protocol/Makefile b/net/ruby-amq-protocol/Makefile
index 1385ad4c5c0..fdcc6c713a4 100644
--- a/net/ruby-amq-protocol/Makefile
+++ b/net/ruby-amq-protocol/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2014/03/14 17:34:03 taca Exp $
+# $NetBSD: Makefile,v 1.9 2015/09/13 14:53:14 taca Exp $
-DISTNAME= amq-protocol-1.9.2
+DISTNAME= amq-protocol-2.0.0
CATEGORIES= net
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/net/ruby-amq-protocol/distinfo b/net/ruby-amq-protocol/distinfo
index 5ed52519385..bc2a6ba6ce1 100644
--- a/net/ruby-amq-protocol/distinfo
+++ b/net/ruby-amq-protocol/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2014/03/14 17:34:03 taca Exp $
+$NetBSD: distinfo,v 1.9 2015/09/13 14:53:14 taca Exp $
-SHA1 (amq-protocol-1.9.2.gem) = 94233e9def1d6f8c05c264c8fc0dc8d2b0531743
-RMD160 (amq-protocol-1.9.2.gem) = 4987e0a0e4d5528729b77ee41e03256bf53dab75
-Size (amq-protocol-1.9.2.gem) = 43520 bytes
+SHA1 (amq-protocol-2.0.0.gem) = a427f44e16b765e4268e74874c5f8ace75e84fbd
+RMD160 (amq-protocol-2.0.0.gem) = 40d1de1aefafb9ec63dacf07f28a63796bb1003f
+Size (amq-protocol-2.0.0.gem) = 43008 bytes