From b25540661cee780e0eb00bff7567ea540efecdcb Mon Sep 17 00:00:00 2001 From: taca Date: Fri, 14 Mar 2014 16:48:30 +0000 Subject: [PATCH] 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 --- devel/ruby-stomp/Makefile | 4 ++-- devel/ruby-stomp/PLIST | 7 +++++-- devel/ruby-stomp/distinfo | 8 ++++---- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/devel/ruby-stomp/Makefile b/devel/ruby-stomp/Makefile index 3d4e542755b03..3c1af190278ad 100644 --- a/devel/ruby-stomp/Makefile +++ b/devel/ruby-stomp/Makefile @@ -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 diff --git a/devel/ruby-stomp/PLIST b/devel/ruby-stomp/PLIST index 08075c7ec3897..1090a26411414 100644 --- a/devel/ruby-stomp/PLIST +++ b/devel/ruby-stomp/PLIST @@ -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_ex1.rb ${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/logexamp_ssl.rb ${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/constants.rb ${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/connection_spec.rb ${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 --git a/devel/ruby-stomp/distinfo b/devel/ruby-stomp/distinfo index 8fd4b66dfafa0..71c0ae18ce860 100644 --- a/devel/ruby-stomp/distinfo +++ b/devel/ruby-stomp/distinfo @@ -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