diff options
author | taca <taca@pkgsrc.org> | 2015-09-13 14:53:14 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-09-13 14:53:14 +0000 |
commit | aaab32530e0918c9ebeb6c25b11a9dc809976274 (patch) | |
tree | 4cb1116c6dc74c652a81b7fd3e8c855c26fa8f10 | |
parent | 3f7a749d1d2350d7cab94b5f0aee4276bbab6e2a (diff) | |
download | pkgsrc-aaab32530e0918c9ebeb6c25b11a9dc809976274.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.
-rw-r--r-- | net/ruby-amq-protocol/Makefile | 4 | ||||
-rw-r--r-- | net/ruby-amq-protocol/distinfo | 8 |
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 |