[DRE-commits] [ruby-httpclient] branch master updated (cfc7ecb -> 9693af4)
Antonio Terceiro
terceiro at moszumanska.debian.org
Mon Feb 29 20:22:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
terceiro pushed a change to branch master
in repository ruby-httpclient.
from cfc7ecb reupload to unstable
adds a0a364b Imported Upstream version 2.7.1
new ea22972 Merge tag 'upstream/2.7.1'
new f45aabf New upstream release
new daf6045 Refresh patches
new 0648e65 Update packaging with a new dh-make-ruby run
new 9693af4 release to unstable
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:
README.md | 2 +-
bin/httpclient | 6 +-
debian/changelog | 13 +
debian/control | 26 +-
debian/copyright | 10 +-
.../0001-Fix-port-allocation-in-tests.patch | 16 +-
debian/patches/0002-Disable-tests-for-NTLM.patch | 54 +-
.../0003-Try-to-wait-until-socket-is-free.patch | 18 +-
debian/patches/0005-tweak-test-dep-change.patch | 2 +-
debian/ruby-httpclient.docs | 2 +-
debian/ruby-test-files.yaml | 10 -
debian/ruby-tests.rake | 6 +
debian/rules | 13 +-
lib/http-access2.rb | 2 +-
lib/httpclient.rb | 69 +-
lib/httpclient/auth.rb | 6 +-
lib/httpclient/{cacert.p7s => cacert.pem} | 1206 +++++++++++---------
lib/httpclient/{cacert.p7s => cacert1024.pem} | 0
lib/httpclient/connection.rb | 2 +-
lib/httpclient/cookie.rb | 20 +-
lib/httpclient/http.rb | 8 +-
lib/httpclient/jruby_ssl_socket.rb | 527 +++++++++
lib/httpclient/session.rb | 418 +++----
lib/httpclient/ssl_config.rb | 82 +-
lib/httpclient/ssl_socket.rb | 148 +++
lib/httpclient/timeout.rb | 2 +-
lib/httpclient/util.rb | 34 +-
lib/httpclient/version.rb | 2 +-
lib/httpclient/webagent-cookie.rb | 2 +-
lib/oauthclient.rb | 2 +-
metadata.yml | 23 +-
test/{ca-chain.cert => ca-chain.pem} | 0
test/helper.rb | 12 +-
test/test_auth.rb | 36 +-
test/test_cookie.rb | 4 +-
test/test_httpclient.rb | 90 +-
test/test_ssl.rb | 105 +-
test/test_webagent-cookie.rb | 4 +-
38 files changed, 1957 insertions(+), 1025 deletions(-)
delete mode 100644 debian/ruby-test-files.yaml
create mode 100644 debian/ruby-tests.rake
copy lib/httpclient/{cacert.p7s => cacert.pem} (84%)
rename lib/httpclient/{cacert.p7s => cacert1024.pem} (100%)
create mode 100644 lib/httpclient/jruby_ssl_socket.rb
create mode 100644 lib/httpclient/ssl_socket.rb
rename test/{ca-chain.cert => ca-chain.pem} (100%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-httpclient.git
More information about the Pkg-ruby-extras-commits
mailing list