Skip to content

Commit

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

## 1.0.8 (August 6, 2015)
* fix kqueue assertion failed, postpone ArmKqueueWriter until all events are processed [#51, #176, #372, #401, #619]
* fix Rubinius GC, crank the machine from Ruby space when running Rubinius [#201, #202, #617]
* test to show that LineText2 preserves whitespace and newlines [#32, #622]
* bump up compiler warnings and resolve them [#616]
* fix Windows x64 use uintptr_t instead of unsigned long for binding pointers [#612, #615]
* fix linetext2 unroll tail recursion to avoid stack level too deep [#609]
* fix for compilation with SSL on windows [#601]
* open file descriptors and sockets with O_CLOEXEC where possible [#298, #488, #591]
* fix SmtpClient: send second EHLO after STARTTLS. [#589]
* fix nul-terminated strings in C, use StringValueCStr instead of StringValuePtr
  • Loading branch information
taca committed Sep 13, 2015
1 parent e715065 commit 11271b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.15 2015/02/17 15:07:17 taca Exp $
# $NetBSD: Makefile,v 1.16 2015/09/13 05:15:13 taca Exp $

DISTNAME= eventmachine-1.0.7
DISTNAME= eventmachine-1.0.8
CATEGORIES= devel

MAINTAINER= [email protected]
Expand Down
8 changes: 4 additions & 4 deletions devel/ruby-eventmachine/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.11 2015/02/17 15:07:17 taca Exp $
$NetBSD: distinfo,v 1.12 2015/09/13 05:15:13 taca Exp $

SHA1 (eventmachine-1.0.7.gem) = 4e6fe81a3e424e8d6f53d4774364fa0d47da27fb
RMD160 (eventmachine-1.0.7.gem) = 13d47503e22ac3509d410a419b92e997c1eedd38
Size (eventmachine-1.0.7.gem) = 231424 bytes
SHA1 (eventmachine-1.0.8.gem) = f1e0502c8d67edffbd35ad87b316c676bc992257
RMD160 (eventmachine-1.0.8.gem) = 776b14717246eded84414cba526c58cfb6c4d8ef
Size (eventmachine-1.0.8.gem) = 232960 bytes

0 comments on commit 11271b3

Please sign in to comment.