pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-stomp



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Dec 17 14:52:50 UTC 2018

Modified Files:
        pkgsrc/devel/ruby-stomp: Makefile PLIST distinfo

Log Message:
devel/ruby-stomp: update to 1.4.7

## 1.4.7 20181210

* Support SSL cert/key in text format.
* Test adjustments for Artemis
* Correct missing variable name
* Fix Ruby 2.6 test indentation warning

## 1.4.6 20181105

* Fix broken JRuby support.  Issue #153.
* Rework many tests for JRuby support.
* Add optional debug output to all tests.

## 1.4.5 20181027

* Add option for no timeout on network read
* Lock check of @io.ready for SSL sockets
* Squelch some deprecation warnings
* Address issue #146
* Reintroduce named excepton on nil header
* Environmentally control some debug flags
* Raise named exception on bad server frame
* Attempt to address issue #152
* Eliminate Ruby 2.5 warnings in unit tests
* Major refactor of all gem examples


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/ruby-stomp/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-stomp/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-stomp/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-stomp/Makefile
diff -u pkgsrc/devel/ruby-stomp/Makefile:1.10 pkgsrc/devel/ruby-stomp/Makefile:1.11
--- pkgsrc/devel/ruby-stomp/Makefile:1.10       Mon Jun 12 15:50:11 2017
+++ pkgsrc/devel/ruby-stomp/Makefile    Mon Dec 17 14:52:50 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2017/06/12 15:50:11 taca Exp $
+# $NetBSD: Makefile,v 1.11 2018/12/17 14:52:50 taca Exp $
 
-DISTNAME=      stomp-1.4.4
+DISTNAME=      stomp-1.4.7
 CATEGORIES=    devel
 
 MAINTAINER=    imil%NetBSD.org@localhost
@@ -8,6 +8,7 @@ HOMEPAGE=       https://rubygems.org/gems/stom
 COMMENT=       Ruby library for the Stomp protocol
 LICENSE=       apache-2.0
 
+USE_LANGUAGES= # none
 RUBYGEM_OPTIONS+=      --format-executable
 
 .include "../../lang/ruby/gem.mk"

Index: pkgsrc/devel/ruby-stomp/PLIST
diff -u pkgsrc/devel/ruby-stomp/PLIST:1.7 pkgsrc/devel/ruby-stomp/PLIST:1.8
--- pkgsrc/devel/ruby-stomp/PLIST:1.7   Mon Jun 12 15:50:11 2017
+++ pkgsrc/devel/ruby-stomp/PLIST       Mon Dec 17 14:52:50 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2017/06/12 15:50:11 taca Exp $
+@comment $NetBSD: PLIST,v 1.8 2018/12/17 14:52:50 taca Exp $
 bin/catstomp${RUBY_SUFFIX}
 bin/stompcat${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
@@ -17,45 +17,39 @@ ${GEM_LIBDIR}/adhoc/payload_generator_ad
 ${GEM_LIBDIR}/adhoc/stomp_adhoc_common.rb
 ${GEM_LIBDIR}/bin/catstomp
 ${GEM_LIBDIR}/bin/stompcat
+${GEM_LIBDIR}/examples/EXAMPLES.md
 ${GEM_LIBDIR}/examples/amqdurasub.rb
-${GEM_LIBDIR}/examples/artemis/artlogger.rb
 ${GEM_LIBDIR}/examples/artemis/cliwaiter_not_reliable.rb
-${GEM_LIBDIR}/examples/artemis/cliwaiter_reliable.rb
-${GEM_LIBDIR}/examples/client11_ex1.rb
-${GEM_LIBDIR}/examples/client11_putget1.rb
-${GEM_LIBDIR}/examples/conn11_ex1.rb
-${GEM_LIBDIR}/examples/conn11_ex2.rb
-${GEM_LIBDIR}/examples/conn11_hb1.rb
-${GEM_LIBDIR}/examples/consume_file.rb
-${GEM_LIBDIR}/examples/consumer.rb
+${GEM_LIBDIR}/examples/artemis/cliwaiter_reliable_hb.rb
+${GEM_LIBDIR}/examples/client_conndisc.rb
+${GEM_LIBDIR}/examples/client_putget.rb
+${GEM_LIBDIR}/examples/conn_conndisc.rb
+${GEM_LIBDIR}/examples/conn_putget.rb
 ${GEM_LIBDIR}/examples/contrib.sh
 ${GEM_LIBDIR}/examples/contributors.rb
 ${GEM_LIBDIR}/examples/examplogger.rb
-${GEM_LIBDIR}/examples/get11conn_ex1.rb
-${GEM_LIBDIR}/examples/get11conn_ex2.rb
-${GEM_LIBDIR}/examples/lflogger.rb
+${GEM_LIBDIR}/examples/historical/consumer.rb
+${GEM_LIBDIR}/examples/historical/publisher.rb
+${GEM_LIBDIR}/examples/historical/topic_consumer.rb
+${GEM_LIBDIR}/examples/historical/topic_publisher.rb
 ${GEM_LIBDIR}/examples/logexamp.rb
-${GEM_LIBDIR}/examples/logexamp_ssl.rb
-${GEM_LIBDIR}/examples/publish_file.rb
-${GEM_LIBDIR}/examples/publish_file_conn.rb
-${GEM_LIBDIR}/examples/publisher.rb
-${GEM_LIBDIR}/examples/put11conn_ex1.rb
-${GEM_LIBDIR}/examples/putget11_rh1.rb
-${GEM_LIBDIR}/examples/ssl_common.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
-${GEM_LIBDIR}/examples/ssl_uc2_ciphers.rb
-${GEM_LIBDIR}/examples/ssl_uc3.rb
-${GEM_LIBDIR}/examples/ssl_uc3_ciphers.rb
-${GEM_LIBDIR}/examples/ssl_uc4.rb
-${GEM_LIBDIR}/examples/ssl_uc4_ciphers.rb
-${GEM_LIBDIR}/examples/ssl_ucx_default_ciphers.rb
-${GEM_LIBDIR}/examples/stomp11_common.rb
-${GEM_LIBDIR}/examples/topic_consumer.rb
-${GEM_LIBDIR}/examples/topic_publisher.rb
+${GEM_LIBDIR}/examples/putget_file.rb
+${GEM_LIBDIR}/examples/putget_rephdrs.rb
+${GEM_LIBDIR}/examples/ssl/SSL.md
+${GEM_LIBDIR}/examples/ssl/misc/ssl_ctxoptions.rb
+${GEM_LIBDIR}/examples/ssl/misc/ssl_newparm.rb
+${GEM_LIBDIR}/examples/ssl/misc/ssl_ucx_default_ciphers.rb
+${GEM_LIBDIR}/examples/ssl/ssl_common.rb
+${GEM_LIBDIR}/examples/ssl/sslexall.sh
+${GEM_LIBDIR}/examples/ssl/uc1/ssl_uc1.rb
+${GEM_LIBDIR}/examples/ssl/uc1/ssl_uc1_ciphers.rb
+${GEM_LIBDIR}/examples/ssl/uc2/ssl_uc2.rb
+${GEM_LIBDIR}/examples/ssl/uc2/ssl_uc2_ciphers.rb
+${GEM_LIBDIR}/examples/ssl/uc3/ssl_uc3.rb
+${GEM_LIBDIR}/examples/ssl/uc3/ssl_uc3_ciphers.rb
+${GEM_LIBDIR}/examples/ssl/uc4/ssl_uc4.rb
+${GEM_LIBDIR}/examples/ssl/uc4/ssl_uc4_ciphers.rb
+${GEM_LIBDIR}/examples/stomp_common.rb
 ${GEM_LIBDIR}/lib/client/utils.rb
 ${GEM_LIBDIR}/lib/connection/heartbeats.rb
 ${GEM_LIBDIR}/lib/connection/netio.rb

Index: pkgsrc/devel/ruby-stomp/distinfo
diff -u pkgsrc/devel/ruby-stomp/distinfo:1.11 pkgsrc/devel/ruby-stomp/distinfo:1.12
--- pkgsrc/devel/ruby-stomp/distinfo:1.11       Mon Jun 12 15:50:11 2017
+++ pkgsrc/devel/ruby-stomp/distinfo    Mon Dec 17 14:52:50 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2017/06/12 15:50:11 taca Exp $
+$NetBSD: distinfo,v 1.12 2018/12/17 14:52:50 taca Exp $
 
-SHA1 (stomp-1.4.4.gem) = d69da77d451427a6f56e63734b5d9a0c08ff2d0b
-RMD160 (stomp-1.4.4.gem) = 56b7a370bdc9a0c428a40f53909dcacc022c49f9
-SHA512 (stomp-1.4.4.gem) = 77c5a53b56177869beb9ff236405479d1fe48ba6841f42eefbd104a5e1b8f82584283c909bb2f6ec5a34ae99c0dfa91079d0716d1bef65db24c5b1414c1ed673
-Size (stomp-1.4.4.gem) = 93696 bytes
+SHA1 (stomp-1.4.7.gem) = 2ef93d36b1ba0276e5345179d3972f184cb47678
+RMD160 (stomp-1.4.7.gem) = 0ecf813edccc811717254a9a12f73aacf8949be0
+SHA512 (stomp-1.4.7.gem) = 5875f65ebfb94e15a1e33b018e44b7b8c50c57871132d4b52aacb0f5bd6337505bc11979782c57f9872031e41a714b922edcbfb4beef13f5734e7b1695f3c23f
+Size (stomp-1.4.7.gem) = 96768 bytes



Home | Main Index | Thread Index | Old Index