[DRE-commits] [ruby-httpclient] branch master updated (9234f31 -> 1aefc75)
Hleb Valoshka
tsfgnu-guest at moszumanska.debian.org
Thu Aug 27 10:37:12 UTC 2015
This is an automated email from the git hooks/post-receive script.
tsfgnu-guest pushed a change to branch master
in repository ruby-httpclient.
from 9234f31 add 0003-fix-ssl-config.patch. Thanks Tomasz Buchert
adds 66013a1 Imported Upstream version 2.6.0.1
new b614464 Merge tag 'upstream/2.6.0.1'
new 9aeed74 Run tests using yaml file instead of ruby one
new a8f0938 Drop patch for ruby 1.8.7 0001-Remove-Hash-element-order-dependency.patch
new 9443a8d Drop upstreamed patch 0003-fix-ssl-config.patch
new c8635a1 Refresh patch fix-port-allocation-in-tests.patch
new f77a29b Add patch to disable tests which require NTLM
new e87e08f Add patch to to wait until socket is free in tests
new cd185c7 Bump Standards-Version to 3.9.6 (no changes)
new 1baf404 Update Vcs-Browser
new 49ce84f Add Testsuite entry
new 1185b75 Drop no more required Replaces/Breaks/Provides
new 5e1adf8 Update Build-Depends and Depends, depend on ruby-http-cookie
new 91d4896 Update copyright data
new 98ce493 Set debhelper compatibility level to 9
new 16aa728 Patch: Add upstream changelog
new 5310943 Add 'dowload' method to httpclient man page
new aa4c5ed Add manpage for jsonclient
new 1aefc75 Create changelog and release to experimental
The 18 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 | 85 +
README.txt | 759 ---
bin/httpclient | 16 +-
bin/jsonclient | 85 +
debian/changelog | 27 +
debian/compat | 2 +-
debian/control | 19 +-
debian/copyright | 8 +-
debian/httpclient.1 | 6 +-
debian/{httpclient.1 => jsonclient.1} | 31 +-
...tch => 0001-Fix-port-allocation-in-tests.patch} | 41 +-
...0001-Remove-Hash-element-order-dependency.patch | 25 -
debian/patches/0002-Disable-tests-for-NTLM.patch | 102 +
.../0003-Try-to-wait-until-socket-is-free.patch | 124 +
debian/patches/0003-fix-ssl-config.patch | 64 -
debian/patches/0004-Add-upstream-changelog.patch | 1082 ++++
debian/patches/series | 7 +-
debian/ruby-httpclient.manpages | 1 +
debian/ruby-test-files.yaml | 10 +
debian/ruby-tests.rb | 1 -
lib/httpclient.rb | 271 +-
lib/httpclient/auth.rb | 511 +-
lib/httpclient/cacert.p7s | 5776 +++++++++++++-------
lib/httpclient/cookie.rb | 542 +-
lib/httpclient/http.rb | 61 +-
lib/httpclient/include_client.rb | 2 +
lib/httpclient/session.rb | 122 +-
lib/httpclient/ssl_config.rb | 26 +-
lib/httpclient/util.rb | 12 +
lib/httpclient/version.rb | 2 +-
lib/httpclient/{cookie.rb => webagent-cookie.rb} | 161 +-
lib/jsonclient.rb | 63 +
metadata.yml | 102 +-
sample/jsonclient.rb | 67 +
sample/oauth_salesforce_10.rb | 63 -
sample/oauth_twitter.rb | 8 +-
test/client-pass.key | 18 +
test/helper.rb | 6 +-
test/test_auth.rb | 156 +-
test/test_cookie.rb | 376 +-
test/test_http-access2.rb | 23 +-
test/test_httpclient.rb | 347 +-
test/test_jsonclient.rb | 80 +
test/test_ssl.rb | 50 +-
test/{test_cookie.rb => test_webagent-cookie.rb} | 76 +-
45 files changed, 7338 insertions(+), 4078 deletions(-)
create mode 100644 README.md
delete mode 100644 README.txt
create mode 100755 bin/jsonclient
copy debian/{httpclient.1 => jsonclient.1} (61%)
rename debian/patches/{fix-port-allocation-in-tests.patch => 0001-Fix-port-allocation-in-tests.patch} (69%)
delete mode 100644 debian/patches/0001-Remove-Hash-element-order-dependency.patch
create mode 100644 debian/patches/0002-Disable-tests-for-NTLM.patch
create mode 100644 debian/patches/0003-Try-to-wait-until-socket-is-free.patch
delete mode 100644 debian/patches/0003-fix-ssl-config.patch
create mode 100644 debian/patches/0004-Add-upstream-changelog.patch
create mode 100644 debian/ruby-test-files.yaml
delete mode 100644 debian/ruby-tests.rb
copy lib/httpclient/{cookie.rb => webagent-cookie.rb} (79%)
create mode 100755 lib/jsonclient.rb
create mode 100644 sample/jsonclient.rb
delete mode 100644 sample/oauth_salesforce_10.rb
create mode 100644 test/client-pass.key
create mode 100644 test/test_jsonclient.rb
copy test/{test_cookie.rb => test_webagent-cookie.rb} (85%)
--
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