pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-eventmachine



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Mar 12 14:34:01 UTC 2017

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

Log Message:
Update ruby-eventmachine to 1.2.3.

# 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]


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/ruby-eventmachine/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-eventmachine/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/ruby-eventmachine/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-eventmachine/Makefile
diff -u pkgsrc/devel/ruby-eventmachine/Makefile:1.20 pkgsrc/devel/ruby-eventmachine/Makefile:1.21
--- pkgsrc/devel/ruby-eventmachine/Makefile:1.20        Wed Mar 16 13:04:18 2016
+++ pkgsrc/devel/ruby-eventmachine/Makefile     Sun Mar 12 14:34:01 2017
@@ -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=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-eventmachine/PLIST
diff -u pkgsrc/devel/ruby-eventmachine/PLIST:1.12 pkgsrc/devel/ruby-eventmachine/PLIST:1.13
--- pkgsrc/devel/ruby-eventmachine/PLIST:1.12   Tue Mar 15 17:07:03 2016
+++ pkgsrc/devel/ruby-eventmachine/PLIST        Sun Mar 12 14:34:01 2017
@@ -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
@@ -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
@@ -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
@@ -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

Index: pkgsrc/devel/ruby-eventmachine/distinfo
diff -u pkgsrc/devel/ruby-eventmachine/distinfo:1.16 pkgsrc/devel/ruby-eventmachine/distinfo:1.17
--- pkgsrc/devel/ruby-eventmachine/distinfo:1.16        Wed Mar 16 13:04:18 2016
+++ pkgsrc/devel/ruby-eventmachine/distinfo     Sun Mar 12 14:34:01 2017
@@ -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



Home | Main Index | Thread Index | Old Index