pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-stomp Update ruby-stomp to 1.3.2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f41913007c14
branches: trunk
changeset: 631929:f41913007c14
user: taca <taca%pkgsrc.org@localhost>
date: Fri Mar 14 16:48:30 2014 +0000
description:
Update ruby-stomp to 1.3.2.
== 1.3.2 20131208
* Anon tests assigned unique class name.
* Fix TypeError on connect timeout with 1.8.x, 2.x.
* Complete revert to previous logger logic.
* start_timeout and tcp_nodelay parameters
* SSL Fix, revert not setting default ciphers.
* Copy hash params at init.
* Fix ssl => true for Ruby 1.9.x and 2.x.
* Expanded list of STOMP default SSL ciphers:
* Do not change caller's :hosts array
* Issue #78, again.
* Clean up logger interfacing.
* Fixes from RSpec testing
== 1.3.1 20131002
* Method calls to the logger object should check for that method first (#83)
== 1.3.0 20130930
* ERROR frames now raise an exception in the Stomp::Client thread(#73, #81)
* Allow anonymous connections (#75)
* Fix for subscription id handling in STOMP 1.1 (#78)
* Added a NullLogger (#77)
* Added :tcp_nodelay option (disable Nagle's algorithm) (#76)
* Read receipt ids are now UUIDs
* Added a :start_timeout parameter
diffstat:
devel/ruby-stomp/Makefile | 4 ++--
devel/ruby-stomp/PLIST | 7 +++++--
devel/ruby-stomp/distinfo | 8 ++++----
3 files changed, 11 insertions(+), 8 deletions(-)
diffs (67 lines):
diff -r 0f9e4fea6dd4 -r f41913007c14 devel/ruby-stomp/Makefile
--- a/devel/ruby-stomp/Makefile Fri Mar 14 16:47:18 2014 +0000
+++ b/devel/ruby-stomp/Makefile Fri Mar 14 16:48:30 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2013/09/15 10:23:23 taca Exp $
+# $NetBSD: Makefile,v 1.6 2014/03/14 16:48:30 taca Exp $
-DISTNAME= stomp-1.2.16
+DISTNAME= stomp-1.3.2
CATEGORIES= devel
MAINTAINER= imil%NetBSD.org@localhost
diff -r 0f9e4fea6dd4 -r f41913007c14 devel/ruby-stomp/PLIST
--- a/devel/ruby-stomp/PLIST Fri Mar 14 16:47:18 2014 +0000
+++ b/devel/ruby-stomp/PLIST Fri Mar 14 16:48:30 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2013/09/15 10:23:23 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2014/03/14 16:48:30 taca Exp $
bin/catstomp
bin/stompcat
${GEM_HOME}/cache/${GEM_NAME}.gem
@@ -14,6 +14,7 @@
${GEM_LIBDIR}/examples/conn11_ex2.rb
${GEM_LIBDIR}/examples/conn11_hb1.rb
${GEM_LIBDIR}/examples/consumer.rb
+${GEM_LIBDIR}/examples/examplogger.rb
${GEM_LIBDIR}/examples/get11conn_ex1.rb
${GEM_LIBDIR}/examples/get11conn_ex2.rb
${GEM_LIBDIR}/examples/logexamp.rb
@@ -21,7 +22,6 @@
${GEM_LIBDIR}/examples/publisher.rb
${GEM_LIBDIR}/examples/put11conn_ex1.rb
${GEM_LIBDIR}/examples/putget11_rh1.rb
-${GEM_LIBDIR}/examples/slogger.rb
${GEM_LIBDIR}/examples/ssl_uc1.rb
${GEM_LIBDIR}/examples/ssl_uc1_ciphers.rb
${GEM_LIBDIR}/examples/ssl_uc2.rb
@@ -47,6 +47,8 @@
${GEM_LIBDIR}/lib/stomp/errors.rb
${GEM_LIBDIR}/lib/stomp/ext/hash.rb
${GEM_LIBDIR}/lib/stomp/message.rb
+${GEM_LIBDIR}/lib/stomp/null_logger.rb
+${GEM_LIBDIR}/lib/stomp/slogger.rb
${GEM_LIBDIR}/lib/stomp/sslparams.rb
${GEM_LIBDIR}/lib/stomp/version.rb
${GEM_LIBDIR}/notes/heartbeat_readme.txt
@@ -56,6 +58,7 @@
${GEM_LIBDIR}/spec/message_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_LIBDIR}/stomp.gemspec
+${GEM_LIBDIR}/test/test_anonymous.rb
${GEM_LIBDIR}/test/test_client.rb
${GEM_LIBDIR}/test/test_codec.rb
${GEM_LIBDIR}/test/test_connection.rb
diff -r 0f9e4fea6dd4 -r f41913007c14 devel/ruby-stomp/distinfo
--- a/devel/ruby-stomp/distinfo Fri Mar 14 16:47:18 2014 +0000
+++ b/devel/ruby-stomp/distinfo Fri Mar 14 16:48:30 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2013/09/15 10:23:23 taca Exp $
+$NetBSD: distinfo,v 1.6 2014/03/14 16:48:30 taca Exp $
-SHA1 (stomp-1.2.16.gem) = b1e9bcd0132cc78324d9acd9fdcac9bccf0bcb0c
-RMD160 (stomp-1.2.16.gem) = b195c40b0104f90d20c4d5da46a9520e353d2273
-Size (stomp-1.2.16.gem) = 69120 bytes
+SHA1 (stomp-1.3.2.gem) = ee36a6efc05f247bd12d29ca0b88e3aac518eab6
+RMD160 (stomp-1.3.2.gem) = edab2dddfb6506b8ecc45f361819800a91d2db72
+Size (stomp-1.3.2.gem) = 75264 bytes
Home |
Main Index |
Thread Index |
Old Index