2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-09-14 15:08:14 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
devel/ruby-stomp: update to 1.4.10
Update ruby-stomp to ruby-stomp.
## 1.4.10 (2020-08-19)
* Fix issue #165
* Reinstate autoflush behavior
* Correct _receive method signature
* Update version
* More debugging messages in netio.rb.
|
2020-01-16 17:02:07 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
devel/ruby-stomp: update to 1.4.9
Update ruby-stomp to 1.4.9.
## 1.4.9 20191116
* More debugging messages in netio.rb.
* Test workaround for Artemis-2289.
* New put and get examples.
* Fix issue #160.
* Address issue #155.
* Suppress SSL stacktrace to stdout.
* Example logger enhancements.
* Optional STOMP frame in examples.
|
2019-11-03 11:00:25 by Roland Illig | Files touched by this commit (40) |
Log message:
devel/{go,ruby}-*: align variable assignments
pkglint -Wall -F --only aligned --only indent go-* ruby-*
No manual corrections.
|
2019-01-20 15:04:54 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
devel/ruby-stomp: update to 1.4.8
## 1.4.8 20181219
* Fix missed merge from 1.4.7 release.
* Add global debug output flag to all unit tests.
|
2018-12-17 15:52:50 by Takahiro Kambe | Files touched by this commit (3) | |
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
|
2017-06-12 17:50:11 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-stomp to 1.4.4.
## 1.4.4 20170611
* Merge fix for issue 141.
* Fix broken MatReconnectAttempts
* Attempt to detect mismatched SSL port and params.
* Issue 139, add ssl checks to receive timeout logic.
* Eliminate assert_nothing_raised from tests.
* Add Artemis suport to standard test bed.
* Run JRuby tests more easily.
|
2016-10-09 17:10:43 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-stomp to 1.4.3.
## 1.4.3 20160821
* Quick fix of install failures. Do not try to use install 1.4.2.
## 1.4.2 20160820
* Refine SSL examples.
* Address issue #124 with additional RDOC.
* spec for Stomp::Client - check that headers passed to connection contain
required values as well as given custom and that given hash is not modified.
* Stomp::Client now does not modify given headers hash
* spec description enhancement.
* fix build_subscription_id - symbol and string were mixed up.
* STOMP_TESTSSL flag should enable all SSL tests.
* Add a basic Gemfile.
* Fix a memory leak in receipt implementation.
* Add unit test helper script.
## 1.4.1 20160623
* Add call to #post_connection_check to normal SSL processing. This change
further validates the name of the broker connected to. This change adds to
the current SSL connection processing logic, and is **highly recommended**. In the
case a client cannot tolerate this logic, it can be disabled by adding
:ssl_post_conn_check => false to the connection hash.
* Fix typo in SSL failure recovery processing.
## 1.4.0 20160608
* Connection parameter :parse_timeout now means IO:select wait time for socket
reads. Consumer clients should see a significantly reduced memory
footprint. If the default (5 seconds) is not used by your client,
we suggest you test carefully.
* Add example programs for sending / receiving large messages.
* Changelog format is changed from .rdoc to .md.
* README format is changed from .rdoc to .md.
* README format change of contributor's list.
* Add example utilities for generating the contributor's list.
* Eliminate many warnings when using 'rake test', mostly from the 2.x Ruby series.
* Get rakefile up to date.
* Add the 'adhoc' subdirectory, an area for experiments and issue recreation code.
|
2016-03-08 15:51:43 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
Update ruby-stomp to 1.3.5.
== 1.3.5 20160302
* Add AMQ specific durable topic example.
* Output error to stderr only in logger is undefined.
* Move README changelog lower.
* Handle newline at start of receive buffer.
* Use Timeout::timeout instead of deprecated kernel version.
* If socket open on reconnect, close it before new open.
* On misc_err, make error messages more readable.
* Attempt to support both Rspec 2.14.1+ and 3.x.
|