From 566c45ff878aaedd6b6e0ab46f8d90c94f49936c Mon Sep 17 00:00:00 2001 From: Hrishikesh Gadre Date: Mon, 7 Aug 2017 14:49:58 -0700 Subject: [PATCH] [SOLR-11209] Upgrade HttpClient to 4.5.3 --- lucene/ivy-versions.properties | 6 +++--- lucene/licenses/httpclient-4.4.1.jar.sha1 | 1 - lucene/licenses/httpclient-4.5.3.jar.sha1 | 1 + lucene/licenses/httpcore-4.4.1.jar.sha1 | 1 - lucene/licenses/httpcore-4.4.6.jar.sha1 | 1 + solr/licenses/httpclient-4.4.1.jar.sha1 | 1 - solr/licenses/httpclient-4.5.3.jar.sha1 | 1 + solr/licenses/httpcore-4.4.1.jar.sha1 | 1 - solr/licenses/httpcore-4.4.6.jar.sha1 | 1 + solr/licenses/httpmime-4.4.1.jar.sha1 | 1 - solr/licenses/httpmime-4.5.3.jar.sha1 | 1 + 11 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 lucene/licenses/httpclient-4.4.1.jar.sha1 create mode 100644 lucene/licenses/httpclient-4.5.3.jar.sha1 delete mode 100644 lucene/licenses/httpcore-4.4.1.jar.sha1 create mode 100644 lucene/licenses/httpcore-4.4.6.jar.sha1 delete mode 100644 solr/licenses/httpclient-4.4.1.jar.sha1 create mode 100644 solr/licenses/httpclient-4.5.3.jar.sha1 delete mode 100644 solr/licenses/httpcore-4.4.1.jar.sha1 create mode 100644 solr/licenses/httpcore-4.4.6.jar.sha1 delete mode 100644 solr/licenses/httpmime-4.4.1.jar.sha1 create mode 100644 solr/licenses/httpmime-4.5.3.jar.sha1 diff --git a/lucene/ivy-versions.properties b/lucene/ivy-versions.properties index e1a432ba643d..a83350e0f632 100644 --- a/lucene/ivy-versions.properties +++ b/lucene/ivy-versions.properties @@ -147,9 +147,9 @@ org.apache.hadoop.version = 2.7.2 # The httpcore version is often different from the httpclient and httpmime versions, # so the httpcore version value should not share the same symbolic name with them. -/org.apache.httpcomponents/httpclient = 4.4.1 -/org.apache.httpcomponents/httpcore = 4.4.1 -/org.apache.httpcomponents/httpmime = 4.4.1 +/org.apache.httpcomponents/httpclient = 4.5.3 +/org.apache.httpcomponents/httpcore = 4.4.6 +/org.apache.httpcomponents/httpmime = 4.5.3 /org.apache.ivy/ivy = 2.3.0 diff --git a/lucene/licenses/httpclient-4.4.1.jar.sha1 b/lucene/licenses/httpclient-4.4.1.jar.sha1 deleted file mode 100644 index de87c5c21dc1..000000000000 --- a/lucene/licenses/httpclient-4.4.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -016d0bc512222f1253ee6b64d389c84e22f697f0 diff --git a/lucene/licenses/httpclient-4.5.3.jar.sha1 b/lucene/licenses/httpclient-4.5.3.jar.sha1 new file mode 100644 index 000000000000..415a080e3be1 --- /dev/null +++ b/lucene/licenses/httpclient-4.5.3.jar.sha1 @@ -0,0 +1 @@ +d1577ae15f01ef5438c5afc62162457c00a34713 diff --git a/lucene/licenses/httpcore-4.4.1.jar.sha1 b/lucene/licenses/httpcore-4.4.1.jar.sha1 deleted file mode 100644 index 0325419ee7fd..000000000000 --- a/lucene/licenses/httpcore-4.4.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -f5aa318bda4c6c8d688c9d00b90681dcd82ce636 diff --git a/lucene/licenses/httpcore-4.4.6.jar.sha1 b/lucene/licenses/httpcore-4.4.6.jar.sha1 new file mode 100644 index 000000000000..83cac99365fe --- /dev/null +++ b/lucene/licenses/httpcore-4.4.6.jar.sha1 @@ -0,0 +1 @@ +e3fd8ced1f52c7574af952e2e6da0df8df08eb82 diff --git a/solr/licenses/httpclient-4.4.1.jar.sha1 b/solr/licenses/httpclient-4.4.1.jar.sha1 deleted file mode 100644 index de87c5c21dc1..000000000000 --- a/solr/licenses/httpclient-4.4.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -016d0bc512222f1253ee6b64d389c84e22f697f0 diff --git a/solr/licenses/httpclient-4.5.3.jar.sha1 b/solr/licenses/httpclient-4.5.3.jar.sha1 new file mode 100644 index 000000000000..415a080e3be1 --- /dev/null +++ b/solr/licenses/httpclient-4.5.3.jar.sha1 @@ -0,0 +1 @@ +d1577ae15f01ef5438c5afc62162457c00a34713 diff --git a/solr/licenses/httpcore-4.4.1.jar.sha1 b/solr/licenses/httpcore-4.4.1.jar.sha1 deleted file mode 100644 index 0325419ee7fd..000000000000 --- a/solr/licenses/httpcore-4.4.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -f5aa318bda4c6c8d688c9d00b90681dcd82ce636 diff --git a/solr/licenses/httpcore-4.4.6.jar.sha1 b/solr/licenses/httpcore-4.4.6.jar.sha1 new file mode 100644 index 000000000000..83cac99365fe --- /dev/null +++ b/solr/licenses/httpcore-4.4.6.jar.sha1 @@ -0,0 +1 @@ +e3fd8ced1f52c7574af952e2e6da0df8df08eb82 diff --git a/solr/licenses/httpmime-4.4.1.jar.sha1 b/solr/licenses/httpmime-4.4.1.jar.sha1 deleted file mode 100644 index b82d4524c9c9..000000000000 --- a/solr/licenses/httpmime-4.4.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -2f8757f5ac5e38f46c794e5229d1f3c522e9b1df diff --git a/solr/licenses/httpmime-4.5.3.jar.sha1 b/solr/licenses/httpmime-4.5.3.jar.sha1 new file mode 100644 index 000000000000..754ef5471cbb --- /dev/null +++ b/solr/licenses/httpmime-4.5.3.jar.sha1 @@ -0,0 +1 @@ +889fd6d061bb63b99dd5c6aba35a555ae863de52