summaryrefslogtreecommitdiff
path: root/devel/ruby-stomp
diff options
context:
space:
mode:
authortaca <taca>2015-02-02 15:09:02 +0000
committertaca <taca>2015-02-02 15:09:02 +0000
commit4c7b2647d4f0792cc7f29b0801cf8aa241d89a92 (patch)
tree8e62ba2d9779630ba5b1b67b456290a978eaf062 /devel/ruby-stomp
parentbe4d7d82a878c0d7a1415c58924e66f128d14b65 (diff)
downloadpkgsrc-4c7b2647d4f0792cc7f29b0801cf8aa241d89a92.tar.gz
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)
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 3c1af190278..1cdea5f90a8 100644
--- a/devel/ruby-stomp/Makefile
+++ b/devel/ruby-stomp/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2014/03/14 16:48:30 taca Exp $
+# $NetBSD: Makefile,v 1.7 2015/02/02 15:09:02 taca Exp $
-DISTNAME= stomp-1.3.2
+DISTNAME= stomp-1.3.4
CATEGORIES= devel
MAINTAINER= imil@NetBSD.org
diff --git a/devel/ruby-stomp/PLIST b/devel/ruby-stomp/PLIST
index 1090a264114..b0cf4afa4d0 100644
--- a/devel/ruby-stomp/PLIST
+++ b/devel/ruby-stomp/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2014/03/14 16:48:30 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2015/02/02 15:09:02 taca Exp $
bin/catstomp
bin/stompcat
${GEM_HOME}/cache/${GEM_NAME}.gem
@@ -22,6 +22,8 @@ ${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/ssl_ctxoptions.rb
+${GEM_LIBDIR}/examples/ssl_newparm.rb
${GEM_LIBDIR}/examples/ssl_uc1.rb
${GEM_LIBDIR}/examples/ssl_uc1_ciphers.rb
${GEM_LIBDIR}/examples/ssl_uc2.rb
diff --git a/devel/ruby-stomp/distinfo b/devel/ruby-stomp/distinfo
index 71c0ae18ce8..cdd9ae38fdf 100644
--- a/devel/ruby-stomp/distinfo
+++ b/devel/ruby-stomp/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2014/03/14 16:48:30 taca Exp $
+$NetBSD: distinfo,v 1.7 2015/02/02 15:09:02 taca Exp $
-SHA1 (stomp-1.3.2.gem) = ee36a6efc05f247bd12d29ca0b88e3aac518eab6
-RMD160 (stomp-1.3.2.gem) = edab2dddfb6506b8ecc45f361819800a91d2db72
-Size (stomp-1.3.2.gem) = 75264 bytes
+SHA1 (stomp-1.3.4.gem) = 1f15be20f70d3528c00bb65b104a2ffec3a019b5
+RMD160 (stomp-1.3.4.gem) = b67bd8f98192b1895f996afa9bc902c3db236733
+Size (stomp-1.3.4.gem) = 77824 bytes