ruby-changes:20697
From: nobu <ko1@a...>
Date: Sat, 30 Jul 2011 00:24:27 +0900 (JST)
Subject: [ruby-changes:20697] nobu:r32745 (trunk, ruby_1_9_3): * ChangeLog: remove trailing spaces.
nobu 2011-07-30 00:21:48 +0900 (Sat, 30 Jul 2011) New Revision: 32745 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32745 Log: * ChangeLog: remove trailing spaces. Modified files: branches/ruby_1_9_3/ChangeLog trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 32744) +++ ChangeLog (revision 32745) @@ -1,8 +1,8 @@ Fri Jul 29 23:56:32 2011 Tanaka Akira <akr@f...> - * lib/securerandom.rb: call OpenSSL::Random.seed at the + * lib/securerandom.rb: call OpenSSL::Random.seed at the SecureRandom.random_bytes call. - based on the patch by Masahiro Tomita. [ruby-dev:44270] + based on the patch by Masahiro Tomita. [ruby-dev:44270] Fri Jul 29 23:53:48 2011 Nobuyoshi Nakada <nobu@r...> @@ -44,7 +44,7 @@ SEGV from AES encryption/decryption. Processing data by Cipher#update without initializing key (meaningless usage of Cipher object since we don't offer a way to export a key) could cause SEGV. - + In OpenSSL, the EVP which has EVP_CIPH_RAND_KEY flag (such as DES3) allows uninitialized key, but other EVPs (such as AES) does not allow it. Calling EVP_CipherUpdate() without initializing key causes @@ -290,7 +290,7 @@ Sat Jul 23 19:12:53 2011 Masaki Suketa <masaki.suketa@n...> - * test/win32ole/test_err_in_callback.rb (test_err_in_callback): + * test/win32ole/test_err_in_callback.rb (test_err_in_callback): skip test if ADODB.connection is not available. Sat Jul 23 15:37:04 2011 NARUSE, Yui <naruse@r...> @@ -307,7 +307,7 @@ * ext/socket/ancdata.c (discard_cmsg): add msg_peek_p argument. assume FreeBSD, NetBSD and MacOS X doesn't generate passed fd - when MSG_PEEK. + when MSG_PEEK. (rsock_discard_cmsg_resource): add msg_peek_p argument. (bsock_recvmsg_internal): call rsock_discard_cmsg_resource with msg_peek_p argument. @@ -554,7 +554,7 @@ * lib/uri/common.rb (module): Remove optional parser argument to Kernel#URI [ruby-core:38061] - + * lib/uri/generic.rb (module): ditto Sat Jul 16 03:19:45 2011 NAKAMURA Usaku <usa@r...> Index: ruby_1_9_3/ChangeLog =================================================================== --- ruby_1_9_3/ChangeLog (revision 32744) +++ ruby_1_9_3/ChangeLog (revision 32745) @@ -52,7 +52,7 @@ SEGV from AES encryption/decryption. Processing data by Cipher#update without initializing key (meaningless usage of Cipher object since we don't offer a way to export a key) could cause SEGV. - + In OpenSSL, the EVP which has EVP_CIPH_RAND_KEY flag (such as DES3) allows uninitialized key, but other EVPs (such as AES) does not allow it. Calling EVP_CipherUpdate() without initializing key causes @@ -161,13 +161,13 @@ * backport r32658 from trunk. - * ext/openssl/ossl_ssl.c (ossl_ssl_shutdown): Avoid randomly generated - SSLError from SSLSocket just after invoking SSLSocket#close. - OpenSSL's SSL_shutdown could try to send alert packet and it might + * ext/openssl/ossl_ssl.c (ossl_ssl_shutdown): Avoid randomly generated + SSLError from SSLSocket just after invoking SSLSocket#close. + OpenSSL's SSL_shutdown could try to send alert packet and it might set SSLerr(global error stack) as the result. It causes the next SSL read/write operation to fail by unrelated reason. - By design, we're ignoring any error at SSL_shutdown() so we clear + By design, we're ignoring any error at SSL_shutdown() so we clear global error stack after SSL_shutdown is called. See #5039. Sun Jul 24 20:29:53 2011 Tanaka Akira <akr@f...> @@ -216,7 +216,7 @@ * ext/socket/ancdata.c (discard_cmsg): add msg_peek_p argument. assume FreeBSD, NetBSD and MacOS X doesn't generate passed fd - when MSG_PEEK. + when MSG_PEEK. (rsock_discard_cmsg_resource): add msg_peek_p argument. (bsock_recvmsg_internal): call rsock_discard_cmsg_resource with msg_peek_p argument. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/