From 1e335481b4c0efdc1ef834f8ae8fc1ca13362e77 Mon Sep 17 00:00:00 2001 From: taca Date: Mon, 2 Feb 2015 15:09:02 +0000 Subject: 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) --- devel/ruby-stomp/Makefile | 4 ++-- devel/ruby-stomp/PLIST | 4 +++- devel/ruby-stomp/distinfo | 8 ++++---- 3 files changed, 9 insertions(+), 7 deletions(-) (limited to 'devel') 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 -- cgit v1.2.3