forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 1.2.0 (March 15, 2016) * Integrate work from the EventMachine-LE 1.1.x versions [#570] * Add start_tls options :ecdh_curve, :dhparam, :fail_if_no_peer_cert [#195, #275, #399, #665] * Add start_tls option :ssl_version for choosing SSL/TLS versions and ciphers [#359, #348, #603, #654] * Add start_tls option :sni_hostname to be passed to TLS params [#593] * Add method EM::Channel#num_subscribers to get the number of subscribers to a channel [#640] * Add support for proc-sources in EM::Iterator [#639] * Factor out method cleanup_machine to cleanup code from EM.run [#650] * Replace Exception class with StandardError [#637] * Close socket on close_connection even after close_connection_after_writing [#694] * Allow reusing of datagram socket/setting bind device [#662] * Handle deferred exceptions in reactor thread [#486] * Reimplement Queue to avoid shift/push performance problem [#311] * Windows: Switch from gethostbyname to getaddrinfo, support IPv6 addresses [#303, #630] * Windows: Use rake-compiler-dock to cross-compile gems [#627] * Windows: Add AppVeyor configuration for Windows CI testing [#578] * Windows: Bump rake-compiler to version 0.9.x [#542] * Fix compilation on AIX (w/ XLC) [#693] * Fix build on OpenBSD [#690] * Fix OpenSSL compile issue on AIX 7.1 [#678] * Fix EventMachine.fork_reactor keeps the threadpool of the original process [#425] * Fix to prevent event machine from stopping when a raise is done in an unbind [#327]
- Loading branch information
taca
committed
Mar 15, 2016
1 parent
a3fa0b6
commit 45d9389
Showing
3 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.18 2016/03/05 11:28:26 jperkin Exp $ | ||
# $NetBSD: Makefile,v 1.19 2016/03/15 17:07:03 taca Exp $ | ||
|
||
DISTNAME= eventmachine-1.0.9.1 | ||
PKGREVISION= 1 | ||
DISTNAME= eventmachine-1.2.0 | ||
CATEGORIES= devel | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.14 2016/02/16 14:57:10 taca Exp $ | ||
$NetBSD: distinfo,v 1.15 2016/03/15 17:07:03 taca Exp $ | ||
|
||
SHA1 (eventmachine-1.0.9.1.gem) = 18c08a4995fde24aeedde4c78e83aa74141a838d | ||
RMD160 (eventmachine-1.0.9.1.gem) = 10b9c2a8a16ccab7c64e093b51f51942355c2458 | ||
SHA512 (eventmachine-1.0.9.1.gem) = 5cbc178c604fe9a21850c298f7a5b6f904573f5e1db9e07fee599c5700841c52ec0311a6e50192eff9c1bb45cf30a9dd81d2150fe9d04cabd24cc7c9c32c5df0 | ||
Size (eventmachine-1.0.9.1.gem) = 235008 bytes | ||
SHA1 (eventmachine-1.2.0.gem) = 66dac1bde48b857e23888a487fbbe452ebfd87b5 | ||
RMD160 (eventmachine-1.2.0.gem) = 7116fd31d2c70274f6938868d5485d6a64d4a57c | ||
SHA512 (eventmachine-1.2.0.gem) = a6c55ccb86bc38a6c314e7d143ffedcb273ed7b54f3d7481bf9bec7fe190a0446a88947b32971c021f577ee0a5aed9083c7e0955b30987415f41b8d5ab83a1b8 | ||
Size (eventmachine-1.2.0.gem) = 241152 bytes |