[httpcomponents-client] branch master updated (5fe34d4 -> 0bb0687)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Feb 13 16:27:12 UTC 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a change to branch master
in repository httpcomponents-client.
from 5fe34d4 New upstream release (4.5.4)
new b71658c Switch to debhelper level 11
new bbeace9 Removed Damien Raude-Morvan from the uploaders (Closes: #889356)
adds c192d74 New upstream version 4.5.5
new 21af87f Update upstream source from tag 'upstream/4.5.5'
new 0bb0687 Upload to unstable
The 4 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:
NOTICE.txt | 12 +-
RELEASE_NOTES.txt | 25 +
debian/changelog | 9 +
debian/compat | 2 +-
debian/control | 3 +-
fluent-hc/pom.xml | 2 +-
httpclient-cache/pom.xml | 2 +-
.../http/impl/client/cache/CacheEntryUpdater.java | 82 +-
.../impl/client/cache/TestCacheEntryUpdater.java | 30 +
httpclient-osgi/pom.xml | 2 +-
httpclient-win/pom.xml | 2 +-
httpclient/pom.xml | 2 +-
.../client/entity/DeflateInputStreamFactory.java | 126 +-
.../http/client/entity/GZIPInputStreamFactory.java | 128 +-
.../apache/http/client/utils/URLEncodedUtils.java | 19 +-
.../org/apache/http/conn/ssl/TrustAllStrategy.java | 96 +-
.../org/apache/http/impl/auth/CredSspScheme.java | 1126 ------
.../http/impl/auth/CredSspSchemeFactory.java | 44 -
.../java/org/apache/http/impl/auth/DebugUtil.java | 96 -
.../org/apache/http/impl/auth/NTLMEngineImpl.java | 4204 ++++++++++----------
.../impl/client/AuthenticationStrategyImpl.java | 3 +-
.../client/SystemDefaultCredentialsProvider.java | 2 +-
.../main/resources/mozilla/public-suffix-list.txt | 17 +-
.../org/apache/http/client/entity/TestGZip.java | 21 +
.../http/client/utils/TestURLEncodedUtils.java | 8 +
httpmime/pom.xml | 2 +-
pom.xml | 8 +-
27 files changed, 2445 insertions(+), 3628 deletions(-)
delete mode 100644 httpclient/src/main/java/org/apache/http/impl/auth/CredSspScheme.java
delete mode 100644 httpclient/src/main/java/org/apache/http/impl/auth/CredSspSchemeFactory.java
delete mode 100644 httpclient/src/main/java/org/apache/http/impl/auth/DebugUtil.java
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/httpcomponents-client.git
More information about the pkg-java-commits
mailing list