summaryrefslogtreecommitdiff
path: root/devel/ruby-stomp
diff options
context:
space:
mode:
authortaca <taca>2013-09-15 10:23:23 +0000
committertaca <taca>2013-09-15 10:23:23 +0000
commitc9b06bb6a0a03a79084c41063efcdef0e0fe9f29 (patch)
tree20a59e26c65c6e853daa8374ce2c1b68eaa9a205 /devel/ruby-stomp
parentf8a2891a97b491930fa81cd14787278f5dbd25ff (diff)
downloadpkgsrc-c9b06bb6a0a03a79084c41063efcdef0e0fe9f29.tar.gz
Update ruby-stomp to 1.2.16.
== 1.2.16 20130812 * Stomp::Client's should expose connection's host params == 1.2.15 20130809 * Add user-specified timeout for initial CONNECTED/ERROR frame read. * Eliminate dup Timeout::timeout in ssl connect * Add license information to gemspec (#69) == 1.2.14 20130819 * Version bump (1.2.13 release had Stomp::Version of 1.1.12.) * Prevent dup subscription header on re-receive == 1.2.13 20130817 * Issue #68, Stomp::Client#unreceive max_redeliveries off-by-one error == 1.2.12 20130811 * Fix infinite loop when max reconn attempts is reached * Enhance JRuby support in tests * Issue #63, nil message on rapid AMQ restarts * Issue #63, fast spurious failovers with JRuby and AMQ * Issue #67, SSL SNI support (thanks Hiram) * Proper cleanup when not reliable adn EOF from broker * Remove extraneous privte declarations * Issue #65, allow non-word characters in login and passcode using stomp:// * Issue #66, allow a single broker in a failover URL == 1.2.11 20130728 * Issue #60, timeout/hang under JRuby * More generally support JRuby use and testing * Issue #58, nil message in Client on AMQ shutdown * More robust RabbitMQ tests == 1.2.10 20130708 * Issue #57, reconnect delays not honored if erroneous headers * Support fail overs when heartbeat send/receive fails * Update callback logger example
Diffstat (limited to 'devel/ruby-stomp')
-rw-r--r--devel/ruby-stomp/Makefile4
-rw-r--r--devel/ruby-stomp/PLIST4
-rw-r--r--devel/ruby-stomp/distinfo8
3 files changed, 9 insertions, 7 deletions
diff --git a/devel/ruby-stomp/Makefile b/devel/ruby-stomp/Makefile
index 32d5f659609..3d4e542755b 100644
--- a/devel/ruby-stomp/Makefile
+++ b/devel/ruby-stomp/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2013/06/16 16:37:08 taca Exp $
+# $NetBSD: Makefile,v 1.5 2013/09/15 10:23:23 taca Exp $
-DISTNAME= stomp-1.2.9
+DISTNAME= stomp-1.2.16
CATEGORIES= devel
MAINTAINER= imil@NetBSD.org
diff --git a/devel/ruby-stomp/PLIST b/devel/ruby-stomp/PLIST
index 1d418f6afa5..08075c7ec38 100644
--- a/devel/ruby-stomp/PLIST
+++ b/devel/ruby-stomp/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2012/08/11 06:56:15 imil Exp $
+@comment $NetBSD: PLIST,v 1.2 2013/09/15 10:23:23 taca Exp $
bin/catstomp
bin/stompcat
${GEM_HOME}/cache/${GEM_NAME}.gem
@@ -49,6 +49,7 @@ ${GEM_LIBDIR}/lib/stomp/ext/hash.rb
${GEM_LIBDIR}/lib/stomp/message.rb
${GEM_LIBDIR}/lib/stomp/sslparams.rb
${GEM_LIBDIR}/lib/stomp/version.rb
+${GEM_LIBDIR}/notes/heartbeat_readme.txt
${GEM_LIBDIR}/spec/client_shared_examples.rb
${GEM_LIBDIR}/spec/client_spec.rb
${GEM_LIBDIR}/spec/connection_spec.rb
@@ -62,5 +63,6 @@ ${GEM_LIBDIR}/test/test_connection1p.rb
${GEM_LIBDIR}/test/test_helper.rb
${GEM_LIBDIR}/test/test_message.rb
${GEM_LIBDIR}/test/test_ssl.rb
+${GEM_LIBDIR}/test/test_urlogin.rb
${GEM_LIBDIR}/test/tlogger.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/devel/ruby-stomp/distinfo b/devel/ruby-stomp/distinfo
index 6025345287d..8fd4b66dfaf 100644
--- a/devel/ruby-stomp/distinfo
+++ b/devel/ruby-stomp/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2013/06/16 16:37:08 taca Exp $
+$NetBSD: distinfo,v 1.5 2013/09/15 10:23:23 taca Exp $
-SHA1 (stomp-1.2.9.gem) = 452bf6db4b4f8c9c6cdd8eb4c23c5e97d1fe194f
-RMD160 (stomp-1.2.9.gem) = 04f2b7a1bb39e53b72949c623c3933420ff5b644
-Size (stomp-1.2.9.gem) = 61952 bytes
+SHA1 (stomp-1.2.16.gem) = b1e9bcd0132cc78324d9acd9fdcac9bccf0bcb0c
+RMD160 (stomp-1.2.16.gem) = b195c40b0104f90d20c4d5da46a9520e353d2273
+Size (stomp-1.2.16.gem) = 69120 bytes