Mon Feb 2 15:09:02 2015 UTC ()
Update ruby-stomp to 1.3.4.

== 1.3.4 20141202

* Change :start_timeout default to 0 (might break some clients) (#98).
* Allow user set of SSLContext options (#105).
* Allow user set of parm in SSLContext.new(parm) (#105).

== 1.3.3 20140810

* Do not attempt to write empty message bodies.
* Explicity close ssl socket on connection timeout.
* Fix incorrect behavior for empty header keys (#93)
* Do not override explicit :reliable => false.
* Fix client fail-over fails (#98)


(taca)
diff -r1.6 -r1.7 pkgsrc/devel/ruby-stomp/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/ruby-stomp/distinfo
diff -r1.3 -r1.4 pkgsrc/devel/ruby-stomp/PLIST

cvs diff -r1.6 -r1.7 pkgsrc/devel/ruby-stomp/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-stomp/Makefile 2014/03/14 16:48:30 1.6
+++ pkgsrc/devel/ruby-stomp/Makefile 2015/02/02 15:09:02 1.7
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.6 2014/03/14 16:48:30 taca Exp $ 1# $NetBSD: Makefile,v 1.7 2015/02/02 15:09:02 taca Exp $
2 2
3DISTNAME= stomp-1.3.2 3DISTNAME= stomp-1.3.4
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= imil@NetBSD.org 6MAINTAINER= imil@NetBSD.org
7HOMEPAGE= https://rubygems.org/gems/stomp/ 7HOMEPAGE= https://rubygems.org/gems/stomp/
8COMMENT= Ruby library for the Stomp protocol 8COMMENT= Ruby library for the Stomp protocol
9LICENSE= apache-2.0 9LICENSE= apache-2.0
10 10
11.include "../../lang/ruby/gem.mk" 11.include "../../lang/ruby/gem.mk"
12.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/devel/ruby-stomp/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-stomp/distinfo 2014/03/14 16:48:30 1.6
+++ pkgsrc/devel/ruby-stomp/distinfo 2015/02/02 15:09:02 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2014/03/14 16:48:30 taca Exp $ 1$NetBSD: distinfo,v 1.7 2015/02/02 15:09:02 taca Exp $
2 2
3SHA1 (stomp-1.3.2.gem) = ee36a6efc05f247bd12d29ca0b88e3aac518eab6 3SHA1 (stomp-1.3.4.gem) = 1f15be20f70d3528c00bb65b104a2ffec3a019b5
4RMD160 (stomp-1.3.2.gem) = edab2dddfb6506b8ecc45f361819800a91d2db72 4RMD160 (stomp-1.3.4.gem) = b67bd8f98192b1895f996afa9bc902c3db236733
5Size (stomp-1.3.2.gem) = 75264 bytes 5Size (stomp-1.3.4.gem) = 77824 bytes

cvs diff -r1.3 -r1.4 pkgsrc/devel/ruby-stomp/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/ruby-stomp/PLIST 2014/03/14 16:48:30 1.3
+++ pkgsrc/devel/ruby-stomp/PLIST 2015/02/02 15:09:02 1.4
@@ -1,37 +1,39 @@ @@ -1,37 +1,39 @@
1@comment $NetBSD: PLIST,v 1.3 2014/03/14 16:48:30 taca Exp $ 1@comment $NetBSD: PLIST,v 1.4 2015/02/02 15:09:02 taca Exp $
2bin/catstomp 2bin/catstomp
3bin/stompcat 3bin/stompcat
4${GEM_HOME}/cache/${GEM_NAME}.gem 4${GEM_HOME}/cache/${GEM_NAME}.gem
5${GEM_LIBDIR}/CHANGELOG.rdoc 5${GEM_LIBDIR}/CHANGELOG.rdoc
6${GEM_LIBDIR}/LICENSE 6${GEM_LIBDIR}/LICENSE
7${GEM_LIBDIR}/README.rdoc 7${GEM_LIBDIR}/README.rdoc
8${GEM_LIBDIR}/Rakefile 8${GEM_LIBDIR}/Rakefile
9${GEM_LIBDIR}/bin/catstomp 9${GEM_LIBDIR}/bin/catstomp
10${GEM_LIBDIR}/bin/stompcat 10${GEM_LIBDIR}/bin/stompcat
11${GEM_LIBDIR}/examples/client11_ex1.rb 11${GEM_LIBDIR}/examples/client11_ex1.rb
12${GEM_LIBDIR}/examples/client11_putget1.rb 12${GEM_LIBDIR}/examples/client11_putget1.rb
13${GEM_LIBDIR}/examples/conn11_ex1.rb 13${GEM_LIBDIR}/examples/conn11_ex1.rb
14${GEM_LIBDIR}/examples/conn11_ex2.rb 14${GEM_LIBDIR}/examples/conn11_ex2.rb
15${GEM_LIBDIR}/examples/conn11_hb1.rb 15${GEM_LIBDIR}/examples/conn11_hb1.rb
16${GEM_LIBDIR}/examples/consumer.rb 16${GEM_LIBDIR}/examples/consumer.rb
17${GEM_LIBDIR}/examples/examplogger.rb 17${GEM_LIBDIR}/examples/examplogger.rb
18${GEM_LIBDIR}/examples/get11conn_ex1.rb 18${GEM_LIBDIR}/examples/get11conn_ex1.rb
19${GEM_LIBDIR}/examples/get11conn_ex2.rb 19${GEM_LIBDIR}/examples/get11conn_ex2.rb
20${GEM_LIBDIR}/examples/logexamp.rb 20${GEM_LIBDIR}/examples/logexamp.rb
21${GEM_LIBDIR}/examples/logexamp_ssl.rb 21${GEM_LIBDIR}/examples/logexamp_ssl.rb
22${GEM_LIBDIR}/examples/publisher.rb 22${GEM_LIBDIR}/examples/publisher.rb
23${GEM_LIBDIR}/examples/put11conn_ex1.rb 23${GEM_LIBDIR}/examples/put11conn_ex1.rb
24${GEM_LIBDIR}/examples/putget11_rh1.rb 24${GEM_LIBDIR}/examples/putget11_rh1.rb
 25${GEM_LIBDIR}/examples/ssl_ctxoptions.rb
 26${GEM_LIBDIR}/examples/ssl_newparm.rb
25${GEM_LIBDIR}/examples/ssl_uc1.rb 27${GEM_LIBDIR}/examples/ssl_uc1.rb
26${GEM_LIBDIR}/examples/ssl_uc1_ciphers.rb 28${GEM_LIBDIR}/examples/ssl_uc1_ciphers.rb
27${GEM_LIBDIR}/examples/ssl_uc2.rb 29${GEM_LIBDIR}/examples/ssl_uc2.rb
28${GEM_LIBDIR}/examples/ssl_uc2_ciphers.rb 30${GEM_LIBDIR}/examples/ssl_uc2_ciphers.rb
29${GEM_LIBDIR}/examples/ssl_uc3.rb 31${GEM_LIBDIR}/examples/ssl_uc3.rb
30${GEM_LIBDIR}/examples/ssl_uc3_ciphers.rb 32${GEM_LIBDIR}/examples/ssl_uc3_ciphers.rb
31${GEM_LIBDIR}/examples/ssl_uc4.rb 33${GEM_LIBDIR}/examples/ssl_uc4.rb
32${GEM_LIBDIR}/examples/ssl_uc4_ciphers.rb 34${GEM_LIBDIR}/examples/ssl_uc4_ciphers.rb
33${GEM_LIBDIR}/examples/ssl_ucx_default_ciphers.rb 35${GEM_LIBDIR}/examples/ssl_ucx_default_ciphers.rb
34${GEM_LIBDIR}/examples/stomp11_common.rb 36${GEM_LIBDIR}/examples/stomp11_common.rb
35${GEM_LIBDIR}/examples/topic_consumer.rb 37${GEM_LIBDIR}/examples/topic_consumer.rb
36${GEM_LIBDIR}/examples/topic_publisher.rb 38${GEM_LIBDIR}/examples/topic_publisher.rb
37${GEM_LIBDIR}/lib/client/utils.rb 39${GEM_LIBDIR}/lib/client/utils.rb