[DRE-commits] [ruby-openssl] branch master updated (fd5d4bd -> beb547c)

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Aug 25 20:49:56 UTC 2017


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

terceiro pushed a change to branch master
in repository ruby-openssl.

      from  fd5d4bd   Revert "Remove myself from Uploaders:"
      adds  fe805d6   New upstream version 2.0.5
       new  8537a9e   Updated version 2.0.5 from 'upstream/2.0.5'
       new  fe9b0ac   New upstream version 2.0.5
       new  beb547c   fix tests against OpenSSL with TLS < 1.2 disabled by default

The 3 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:
 History.md                                         | 13 +++++++
 Rakefile                                           |  9 ++++-
 appveyor.yml                                       | 25 ++++++++----
 debian/changelog                                   |  8 ++++
 ...sl-explicitly-accept-TLS-1.1-in-correspon.patch | 25 ++++++++++++
 debian/patches/series                              |  1 +
 ext/openssl/extconf.rb                             | 12 ++----
 ext/openssl/ossl.c                                 | 26 ++++---------
 ext/openssl/ossl_bio.c                             | 45 +++++-----------------
 ext/openssl/ossl_bio.h                             |  3 +-
 ext/openssl/ossl_config.c                          |  2 +-
 ext/openssl/ossl_pkcs12.c                          |  2 +-
 ext/openssl/ossl_pkcs7.c                           | 14 +++----
 ext/openssl/ossl_pkey.c                            |  2 +-
 ext/openssl/ossl_pkey_dh.c                         |  2 +-
 ext/openssl/ossl_pkey_dsa.c                        |  2 +-
 ext/openssl/ossl_pkey_ec.c                         |  6 +--
 ext/openssl/ossl_pkey_rsa.c                        |  2 +-
 ext/openssl/ossl_ssl.c                             | 10 +++--
 ext/openssl/ossl_ssl_session.c                     |  2 +-
 ext/openssl/ossl_version.h                         |  2 +-
 ext/openssl/ossl_x509cert.c                        |  2 +-
 ext/openssl/ossl_x509crl.c                         |  2 +-
 ext/openssl/ossl_x509req.c                         |  2 +-
 openssl.gemspec                                    |  4 +-
 test/test_pkey_rsa.rb                              | 11 ++++++
 test/test_ssl.rb                                   |  6 +--
 test/test_ssl_session.rb                           |  6 +--
 test/test_x509cert.rb                              |  9 +++++
 29 files changed, 148 insertions(+), 107 deletions(-)
 create mode 100644 debian/patches/0001-test-test_ssl-explicitly-accept-TLS-1.1-in-correspon.patch
 create mode 100644 debian/patches/series

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



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