Skip to content

Commit

Permalink
Update ruby-eventmachine to 1.2.3.
Browse files Browse the repository at this point in the history
# Changelog

## 1.2.3 (February 22, 2017)
* Pure Ruby: Add get_sockname [#308, #772]
* Fix segfault when an Exception is raised from unbind callback [#765, #766]
* Allow destructors to throw when compiling in >= C++11 [#767]

## 1.2.2 (January 23, 2017)
* Java: Fix Fixnum deprecated warning in Ruby 2.4+ [#759]
* Fix uncaught C++ exception in file watcher and raise InvalidSignature [#512, #757]
* Fix connection count off-by-one for epoll and kqueue [#750]
* Fix uninitialized variable warning in EM::P::HttpClient [#749]
* Fix missing initial value for EventableDescriptor NextHeartbeat [#748]
* Fix hostname resolution on Solaris, Ilumos, SmartOS, et al [#745, #746]
* Improve reliability of tests, reduce public Internet accesses in tests [#656, #666, #749]

## 1.2.1 (November 15, 2016)
* Throw strerror(errno) when getsockname or getpeername fail [#683]
* Use a single concrete implementation of getpeername/getsockname, the rest pure virtuals [#683]
* Use gai_strerror to get the failure string from getaddrinfo [#744]
* Fix deregistering descriptor when using KQUEUE [#728]
* Fix to enable to work an example code in EM::Pool [#731]
* LineText2: Add regular expression delimiter support [#706]
* Pure Ruby: EM rescue ECONNREFUSED on initial TCP connect [#741]
* Pure Ruby: EM SSL (working start_tls) [#712]
* Pure Ruby: EM fixes [#707]
* Java: Use Acceptors to get peer and sock names if not present in Connections [#743]
  • Loading branch information
taca committed Mar 12, 2017
1 parent acbe680 commit 9c687f8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions devel/ruby-eventmachine/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.20 2016/03/16 13:04:18 taca Exp $
# $NetBSD: Makefile,v 1.21 2017/03/12 14:34:01 taca Exp $

DISTNAME= eventmachine-1.2.0.1
DISTNAME= eventmachine-1.2.3
CATEGORIES= devel

MAINTAINER= [email protected]
Expand Down
6 changes: 3 additions & 3 deletions devel/ruby-eventmachine/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.12 2016/03/15 17:07:03 taca Exp $
@comment $NetBSD: PLIST,v 1.13 2017/03/12 14:34:01 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/fastfilereaderext.${RUBY_DLEXT}
${GEM_EXTSDIR}/gem.build_complete
Expand Down Expand Up @@ -107,6 +107,7 @@ ${GEM_LIBDIR}/lib/jeventmachine.rb
${GEM_LIBDIR}/lib/rubyeventmachine.${RUBY_DLEXT}
${GEM_LIBDIR}/rakelib/package.rake
${GEM_LIBDIR}/rakelib/test.rake
${GEM_LIBDIR}/rakelib/test_pure.rake
${GEM_LIBDIR}/tests/client.crt
${GEM_LIBDIR}/tests/client.key
${GEM_LIBDIR}/tests/dhparam.pem
Expand All @@ -125,7 +126,6 @@ ${GEM_LIBDIR}/tests/test_exc.rb
${GEM_LIBDIR}/tests/test_file_watch.rb
${GEM_LIBDIR}/tests/test_fork.rb
${GEM_LIBDIR}/tests/test_futures.rb
${GEM_LIBDIR}/tests/test_get_sock_opt.rb
${GEM_LIBDIR}/tests/test_handler_check.rb
${GEM_LIBDIR}/tests/test_hc.rb
${GEM_LIBDIR}/tests/test_httpclient.rb
Expand Down Expand Up @@ -155,10 +155,10 @@ ${GEM_LIBDIR}/tests/test_running.rb
${GEM_LIBDIR}/tests/test_sasl.rb
${GEM_LIBDIR}/tests/test_send_file.rb
${GEM_LIBDIR}/tests/test_servers.rb
${GEM_LIBDIR}/tests/test_set_sock_opt.rb
${GEM_LIBDIR}/tests/test_shutdown_hooks.rb
${GEM_LIBDIR}/tests/test_smtpclient.rb
${GEM_LIBDIR}/tests/test_smtpserver.rb
${GEM_LIBDIR}/tests/test_sock_opt.rb
${GEM_LIBDIR}/tests/test_spawn.rb
${GEM_LIBDIR}/tests/test_ssl_args.rb
${GEM_LIBDIR}/tests/test_ssl_dhparam.rb
Expand Down
10 changes: 5 additions & 5 deletions devel/ruby-eventmachine/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.16 2016/03/16 13:04:18 taca Exp $
$NetBSD: distinfo,v 1.17 2017/03/12 14:34:01 taca Exp $

SHA1 (eventmachine-1.2.0.1.gem) = 60b6f1d8391cd374c6a2ef3977cb1397ed89055a
RMD160 (eventmachine-1.2.0.1.gem) = 9068f407ecd9946fbd5839891ad80e9fa15ad5ce
SHA512 (eventmachine-1.2.0.1.gem) = a861a2c5172b7cf2720bdb54f52ea96c311c10efdb2f54970054901674e044a72307a5b32210efbbdb78d0472a9b3fb6e898640e1c0b406bdad8b581970e30aa
Size (eventmachine-1.2.0.1.gem) = 241152 bytes
SHA1 (eventmachine-1.2.3.gem) = 8cfedbf0c09945ccb9b34b7ac827ab928b0b4f10
RMD160 (eventmachine-1.2.3.gem) = c03d499ffd46eee67d8eae5a7578dda31beeba97
SHA512 (eventmachine-1.2.3.gem) = 41d1151eb2f3a5e092582592f1d679fc3c5ef1f56a3d7cbec559bd4514c1598c9e4a1526cca96e3da4bffcc23166eb96214d8d49004821785a6e79fb8f43d45b
Size (eventmachine-1.2.3.gem) = 245760 bytes

0 comments on commit 9c687f8

Please sign in to comment.