[DRE-commits] [ruby-eventmachine] branch master updated (8676ddf -> 34e2833)

zeha at debian.org zeha at debian.org
Wed May 31 09:08:15 UTC 2017


This is an automated email from the git hooks/post-receive script.

zeha pushed a change to branch master
in repository ruby-eventmachine.

      from  8676ddf   Run wrap-and-sort on packaging files
      adds  ecef93d   Imported Upstream version 1.2.0.1
       new  f237f7a   Merge tag 'upstream/1.2.0.1'
       new  741d2a4   Update changelog for 1.2.0.1-1 release
       new  fdf4701   Drop upstream applied patches
       new  6753be9   Refresh patch
       new  34e2833   Remove inactive maintainers from Uploaders: list. Thanks to Daigo Moriwaki and Ryan Niebur for their work. (Closes: #856375, #863773)

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |  21 -
 .travis.yml                                        |  22 -
 .yardopts                                          |   7 -
 CHANGELOG.md                                       |  58 ++
 Gemfile                                            |   2 -
 README.md                                          |   6 +-
 Rakefile                                           |  20 -
 debian/changelog                                   |  26 +
 debian/control                                     |   4 +-
 .../disable_broken_patch_upstream_issue_575        |  21 -
 debian/patches/series                              |   1 -
 debian/patches/skip_tests_using_network.patch      |  30 +-
 eventmachine.gemspec                               |  63 +-
 ext/binder.cpp                                     |  18 +-
 ext/binder.h                                       |  10 +-
 ext/cmain.cpp                                      | 203 ++++--
 ext/ed.cpp                                         | 354 +++++++----
 ext/ed.h                                           |  72 ++-
 ext/em.cpp                                         | 678 ++++++++++-----------
 ext/em.h                                           |  87 ++-
 ext/eventmachine.h                                 | 117 ++--
 ext/extconf.rb                                     | 145 +++--
 ext/fastfilereader/extconf.rb                      |   9 +-
 ext/fastfilereader/mapper.cpp                      |   2 +
 ext/fastfilereader/rubymain.cpp                    |  14 +-
 ext/kb.cpp                                         |   2 +-
 ext/pipe.cpp                                       |  15 +-
 ext/project.h                                      |  19 +-
 ext/rubymain.cpp                                   | 576 ++++++++++-------
 ext/ssl.cpp                                        | 186 +++++-
 ext/ssl.h                                          |   9 +-
 lib/em/channel.rb                                  |   5 +
 lib/em/completion.rb                               |   4 +-
 lib/em/connection.rb                               |  64 +-
 lib/em/iterator.rb                                 |  31 +-
 lib/em/pool.rb                                     |   2 +-
 lib/em/protocols/line_and_text.rb                  |   3 +-
 lib/em/protocols/linetext2.rb                      |  82 +--
 lib/em/protocols/smtpclient.rb                     |  91 ++-
 lib/em/pure_ruby.rb                                |   7 +-
 lib/em/queue.rb                                    |  23 +-
 lib/em/resolver.rb                                 |  69 ++-
 lib/em/threaded_resource.rb                        |   4 +-
 lib/em/version.rb                                  |   2 +-
 lib/eventmachine.rb                                | 118 ++--
 metadata.yml                                       | 307 ----------
 rakelib/cpp.rake_example                           |  77 ---
 rakelib/package.rake                               |  24 +-
 tests/dhparam.pem                                  |  13 +
 tests/em_test_helper.rb                            |  83 +++
 tests/test_basic.rb                                |  43 +-
 tests/test_channel.rb                              |  15 +-
 tests/test_connection_write.rb                     |   4 +-
 tests/test_defer.rb                                |  17 +
 tests/test_epoll.rb                                |   2 +-
 tests/test_file_watch.rb                           |   1 +
 tests/test_fork.rb                                 |  75 +++
 tests/test_ipv4.rb                                 | 125 ++++
 tests/test_ipv6.rb                                 | 131 ++++
 tests/test_iterator.rb                             |  18 +
 tests/test_ltp2.rb                                 |  20 +
 tests/test_many_fds.rb                             |   2 +-
 tests/test_queue.rb                                |  14 +
 tests/test_resolver.rb                             |  23 +
 tests/test_set_sock_opt.rb                         |   2 +
 tests/test_smtpclient.rb                           |  20 +
 tests/{test_ssl_verify.rb => test_ssl_dhparam.rb}  |  59 +-
 tests/test_ssl_ecdh_curve.rb                       |  79 +++
 tests/test_ssl_extensions.rb                       |  49 ++
 tests/test_ssl_methods.rb                          |  19 +
 tests/test_ssl_protocols.rb                        | 246 ++++++++
 tests/test_ssl_verify.rb                           |  44 ++
 tests/test_system.rb                               |   4 +
 tests/test_unbind_reason.rb                        |   6 +-
 74 files changed, 3140 insertions(+), 1684 deletions(-)
 delete mode 100644 .gitignore
 delete mode 100644 .travis.yml
 delete mode 100644 .yardopts
 delete mode 100644 Gemfile
 delete mode 100644 Rakefile
 delete mode 100644 debian/patches/disable_broken_patch_upstream_issue_575
 delete mode 100644 metadata.yml
 delete mode 100644 rakelib/cpp.rake_example
 create mode 100644 tests/dhparam.pem
 create mode 100644 tests/test_fork.rb
 create mode 100644 tests/test_ipv4.rb
 create mode 100644 tests/test_ipv6.rb
 copy tests/{test_ssl_verify.rb => test_ssl_dhparam.rb} (52%)
 create mode 100644 tests/test_ssl_ecdh_curve.rb
 create mode 100644 tests/test_ssl_extensions.rb
 create mode 100644 tests/test_ssl_protocols.rb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-eventmachine.git



More information about the Pkg-ruby-extras-commits mailing list