pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/ruby-amq-protocol
Module Name: pkgsrc
Committed By: taca
Date: Mon Jun 5 14:48:30 UTC 2017
Modified Files:
pkgsrc/net/ruby-amq-protocol: Makefile distinfo
Log Message:
Update ruby-amq-protocol to 2.2.0.
## Changes between 2.1.0 and 2.2.0 (unreleased)
### Timestamps are Encoded as 64-bit Unsigned Integers
This is a potentially **breaking change**. It is recommended that
all applications that use this gem and pass date/time values in message
properties or headers are upgraded at the same time.
GitHub issue: [#64](https://github.com/ruby-amqp/amq-protocol/issues/64).
Contributed by Carl Hoerberg.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/ruby-amq-protocol/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/ruby-amq-protocol/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-amq-protocol/Makefile
diff -u pkgsrc/net/ruby-amq-protocol/Makefile:1.13 pkgsrc/net/ruby-amq-protocol/Makefile:1.14
--- pkgsrc/net/ruby-amq-protocol/Makefile:1.13 Mon Mar 20 14:31:33 2017
+++ pkgsrc/net/ruby-amq-protocol/Makefile Mon Jun 5 14:48:30 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2017/03/20 14:31:33 taca Exp $
+# $NetBSD: Makefile,v 1.14 2017/06/05 14:48:30 taca Exp $
-DISTNAME= amq-protocol-2.1.0
+DISTNAME= amq-protocol-2.2.0
CATEGORIES= net
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/net/ruby-amq-protocol/distinfo
diff -u pkgsrc/net/ruby-amq-protocol/distinfo:1.12 pkgsrc/net/ruby-amq-protocol/distinfo:1.13
--- pkgsrc/net/ruby-amq-protocol/distinfo:1.12 Mon Mar 20 14:31:33 2017
+++ pkgsrc/net/ruby-amq-protocol/distinfo Mon Jun 5 14:48:30 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2017/03/20 14:31:33 taca Exp $
+$NetBSD: distinfo,v 1.13 2017/06/05 14:48:30 taca Exp $
-SHA1 (amq-protocol-2.1.0.gem) = 3e99fc4ae7f9c4b18251be438adb9751f46a0861
-RMD160 (amq-protocol-2.1.0.gem) = 2260d38e749b15cede71780b814bf9665cb69a0c
-SHA512 (amq-protocol-2.1.0.gem) = 3111c3233a3fdf830cb95d9161132b96035c3835bcf4acd74ec9a915a44096295f5e0cb6b444db7fc4eba84b218800f9c9d33d1cfa5b2d3dcd80dfc65c92c133
-Size (amq-protocol-2.1.0.gem) = 43520 bytes
+SHA1 (amq-protocol-2.2.0.gem) = f7de202be8329aec9bc59217c58d612922a51a47
+RMD160 (amq-protocol-2.2.0.gem) = 0d7ea1c196f53417790d21d838943758194dd333
+SHA512 (amq-protocol-2.2.0.gem) = 8637e7c1b2540edd57d9d06f5cf51430ff2ed4cd603e3b8a9f9c48dce2468452a4d365782ba949b7e007d773febe83c1a22bca2dafb21c24b3c8f655eb53e5b4
+Size (amq-protocol-2.2.0.gem) = 43520 bytes
Home |
Main Index |
Thread Index |
Old Index