From commits-return-105311-apmail-lucene-commits-archive=www.apache.org@lucene.apache.org Sun Dec 2 19:26:39 2018 Return-Path: X-Original-To: apmail-lucene-commits-archive@www.apache.org Delivered-To: apmail-lucene-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1D1F8189BA for ; Sun, 2 Dec 2018 19:26:39 +0000 (UTC) Received: (qmail 82135 invoked by uid 500); 2 Dec 2018 19:26:38 -0000 Mailing-List: contact commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list commits@lucene.apache.org Received: (qmail 82126 invoked by uid 99); 2 Dec 2018 19:26:38 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Dec 2018 19:26:38 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CA07FE1373; Sun, 2 Dec 2018 19:26:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: datcm@apache.org To: commits@lucene.apache.org Message-Id: <7d574750f4494b5fb55be48e3aaa9c5f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: lucene-solr:jira/http2: Fix checksum Date: Sun, 2 Dec 2018 19:26:38 +0000 (UTC) Repository: lucene-solr Updated Branches: refs/heads/jira/http2 edb6d0bc6 -> a3979d589 Fix checksum Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/a3979d58 Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/a3979d58 Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/a3979d58 Branch: refs/heads/jira/http2 Commit: a3979d589c19804e93d3eda3f718e0a0c241e5cc Parents: edb6d0b Author: Cao Manh Dat Authored: Sun Dec 2 19:23:47 2018 +0000 Committer: Cao Manh Dat Committed: Sun Dec 2 19:23:47 2018 +0000 ---------------------------------------------------------------------- solr/licenses/conscrypt-openjdk-uber-1.3.0.jar.sha1 | 1 - solr/licenses/http2-client-9.4.11.v20180605.jar.sha1 | 1 - solr/licenses/http2-client-9.4.14.v20181114.jar.sha1 | 1 + solr/licenses/http2-common-9.4.11.v20180605.jar.sha1 | 1 - solr/licenses/http2-common-9.4.14.v20181114.jar.sha1 | 1 + solr/licenses/http2-hpack-9.4.11.v20180605.jar.sha1 | 1 - solr/licenses/http2-hpack-9.4.14.v20181114.jar.sha1 | 1 + solr/licenses/http2-http-client-transport-9.4.11.v20180605.jar.sha1 | 1 - solr/licenses/http2-http-client-transport-9.4.14.v20181114.jar.sha1 | 1 + solr/licenses/http2-server-9.4.11.v20180605.jar.sha1 | 1 - solr/licenses/http2-server-9.4.14.v20181114.jar.sha1 | 1 + solr/licenses/jetty-alpn-client-9.4.11.v20180605.jar.sha1 | 1 - solr/licenses/jetty-alpn-client-9.4.14.v20181114.jar.sha1 | 1 + solr/licenses/jetty-alpn-conscrypt-client-9.4.11.v20180605.jar.sha1 | 1 - solr/licenses/jetty-alpn-conscrypt-server-9.4.11.v20180605.jar.sha1 | 1 - solr/licenses/jetty-alpn-java-client-9.4.14.v20181114.jar.sha1 | 1 + solr/licenses/jetty-alpn-java-server-9.4.14.v20181114.jar.sha1 | 1 + solr/licenses/jetty-alpn-server-9.4.11.v20180605.jar.sha1 | 1 - solr/licenses/jetty-alpn-server-9.4.14.v20181114.jar.sha1 | 1 + solr/licenses/jetty-client-9.4.11.v20180605.jar.sha1 | 1 - solr/licenses/jetty-client-9.4.14.v20181114.jar.sha1 | 1 + 21 files changed, 10 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a3979d58/solr/licenses/conscrypt-openjdk-uber-1.3.0.jar.sha1 ---------------------------------------------------------------------- diff --git a/solr/licenses/conscrypt-openjdk-uber-1.3.0.jar.sha1 b/solr/licenses/conscrypt-openjdk-uber-1.3.0.jar.sha1 deleted file mode 100644 index f22fee4..0000000 --- a/solr/licenses/conscrypt-openjdk-uber-1.3.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -2c468e995725b37434ecda3cf45b1760e31a0f7e http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a3979d58/solr/licenses/http2-client-9.4.11.v20180605.jar.sha1 ---------------------------------------------------------------------- diff --git a/solr/licenses/http2-client-9.4.11.v20180605.jar.sha1 b/solr/licenses/http2-client-9.4.11.v20180605.jar.sha1 deleted file mode 100644 index bcce9e1..0000000 --- a/solr/licenses/http2-client-9.4.11.v20180605.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -339820bf5c760ddc2de380ce11e294738c4f052c http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a3979d58/solr/licenses/http2-client-9.4.14.v20181114.jar.sha1 ---------------------------------------------------------------------- diff --git a/solr/licenses/http2-client-9.4.14.v20181114.jar.sha1 b/solr/licenses/http2-client-9.4.14.v20181114.jar.sha1 new file mode 100644 index 0000000..f2792c4 --- /dev/null +++ b/solr/licenses/http2-client-9.4.14.v20181114.jar.sha1 @@ -0,0 +1 @@ +78917d06b788fad75fdd4fa73d8d8ff9679200dd http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a3979d58/solr/licenses/http2-common-9.4.11.v20180605.jar.sha1 ---------------------------------------------------------------------- diff --git a/solr/licenses/http2-common-9.4.11.v20180605.jar.sha1 b/solr/licenses/http2-common-9.4.11.v20180605.jar.sha1 deleted file mode 100644 index 4cf2a73..0000000 --- a/solr/licenses/http2-common-9.4.11.v20180605.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -c3505689e5be699d04298dde534f431382feaa83 http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a3979d58/solr/licenses/http2-common-9.4.14.v20181114.jar.sha1 ---------------------------------------------------------------------- diff --git a/solr/licenses/http2-common-9.4.14.v20181114.jar.sha1 b/solr/licenses/http2-common-9.4.14.v20181114.jar.sha1 new file mode 100644 index 0000000..dd687dd --- /dev/null +++ b/solr/licenses/http2-common-9.4.14.v20181114.jar.sha1 @@ -0,0 +1 @@ +820ca2201ad531983cc3a8e2a82153268828d025 http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a3979d58/solr/licenses/http2-hpack-9.4.11.v20180605.jar.sha1 ---------------------------------------------------------------------- diff --git a/solr/licenses/http2-hpack-9.4.11.v20180605.jar.sha1 b/solr/licenses/http2-hpack-9.4.11.v20180605.jar.sha1 deleted file mode 100644 index 2a7da05..0000000 --- a/solr/licenses/http2-hpack-9.4.11.v20180605.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -485673fa87b67e1e89986ba8668f7154fd071682 http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a3979d58/solr/licenses/http2-hpack-9.4.14.v20181114.jar.sha1 ---------------------------------------------------------------------- diff --git a/solr/licenses/http2-hpack-9.4.14.v20181114.jar.sha1 b/solr/licenses/http2-hpack-9.4.14.v20181114.jar.sha1 new file mode 100644 index 0000000..755beb4 --- /dev/null +++ b/solr/licenses/http2-hpack-9.4.14.v20181114.jar.sha1 @@ -0,0 +1 @@ +e6cc7ae5b5749afe8b787595b28c6813c13c3ac2 http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a3979d58/solr/licenses/http2-http-client-transport-9.4.11.v20180605.jar.sha1 ---------------------------------------------------------------------- diff --git a/solr/licenses/http2-http-client-transport-9.4.11.v20180605.jar.sha1 b/solr/licenses/http2-http-client-transport-9.4.11.v20180605.jar.sha1 deleted file mode 100644 index 3e14702..0000000 --- a/solr/licenses/http2-http-client-transport-9.4.11.v20180605.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -b686cb48df4b38a31876c6a3adda4b654604716a http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a3979d58/solr/licenses/http2-http-client-transport-9.4.14.v20181114.jar.sha1 ---------------------------------------------------------------------- diff --git a/solr/licenses/http2-http-client-transport-9.4.14.v20181114.jar.sha1 b/solr/licenses/http2-http-client-transport-9.4.14.v20181114.jar.sha1 new file mode 100644 index 0000000..d71330c --- /dev/null +++ b/solr/licenses/http2-http-client-transport-9.4.14.v20181114.jar.sha1 @@ -0,0 +1 @@ +77139eb205d3ddb2d19458c534c734f11491a429 http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a3979d58/solr/licenses/http2-server-9.4.11.v20180605.jar.sha1 ---------------------------------------------------------------------- diff --git a/solr/licenses/http2-server-9.4.11.v20180605.jar.sha1 b/solr/licenses/http2-server-9.4.11.v20180605.jar.sha1 deleted file mode 100644 index d4844c1..0000000 --- a/solr/licenses/http2-server-9.4.11.v20180605.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -6b3026400e31de4eac4735a6845a893f7f021160 http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a3979d58/solr/licenses/http2-server-9.4.14.v20181114.jar.sha1 ---------------------------------------------------------------------- diff --git a/solr/licenses/http2-server-9.4.14.v20181114.jar.sha1 b/solr/licenses/http2-server-9.4.14.v20181114.jar.sha1 new file mode 100644 index 0000000..f3b32ac --- /dev/null +++ b/solr/licenses/http2-server-9.4.14.v20181114.jar.sha1 @@ -0,0 +1 @@ +a2ce60a90cbf4db91240bb585733e33b1a55110f http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a3979d58/solr/licenses/jetty-alpn-client-9.4.11.v20180605.jar.sha1 ---------------------------------------------------------------------- diff --git a/solr/licenses/jetty-alpn-client-9.4.11.v20180605.jar.sha1 b/solr/licenses/jetty-alpn-client-9.4.11.v20180605.jar.sha1 deleted file mode 100644 index adf3f73..0000000 --- a/solr/licenses/jetty-alpn-client-9.4.11.v20180605.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -f2b629044cd968bbe15f63778e4aaf095ac2fb5c http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a3979d58/solr/licenses/jetty-alpn-client-9.4.14.v20181114.jar.sha1 ---------------------------------------------------------------------- diff --git a/solr/licenses/jetty-alpn-client-9.4.14.v20181114.jar.sha1 b/solr/licenses/jetty-alpn-client-9.4.14.v20181114.jar.sha1 new file mode 100644 index 0000000..5b09025 --- /dev/null +++ b/solr/licenses/jetty-alpn-client-9.4.14.v20181114.jar.sha1 @@ -0,0 +1 @@ +c567eba368e70a0a9aaded14a554a3b25a0a502e http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a3979d58/solr/licenses/jetty-alpn-conscrypt-client-9.4.11.v20180605.jar.sha1 ---------------------------------------------------------------------- diff --git a/solr/licenses/jetty-alpn-conscrypt-client-9.4.11.v20180605.jar.sha1 b/solr/licenses/jetty-alpn-conscrypt-client-9.4.11.v20180605.jar.sha1 deleted file mode 100644 index a3d1e66..0000000 --- a/solr/licenses/jetty-alpn-conscrypt-client-9.4.11.v20180605.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -1bcf9ac353851f86070338dfffac3c0c2a9ed524 http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a3979d58/solr/licenses/jetty-alpn-conscrypt-server-9.4.11.v20180605.jar.sha1 ---------------------------------------------------------------------- diff --git a/solr/licenses/jetty-alpn-conscrypt-server-9.4.11.v20180605.jar.sha1 b/solr/licenses/jetty-alpn-conscrypt-server-9.4.11.v20180605.jar.sha1 deleted file mode 100644 index 2f7b6df..0000000 --- a/solr/licenses/jetty-alpn-conscrypt-server-9.4.11.v20180605.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -b847f09976120ed9ef6e237c9b88b6b66eb1d477 http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a3979d58/solr/licenses/jetty-alpn-java-client-9.4.14.v20181114.jar.sha1 ---------------------------------------------------------------------- diff --git a/solr/licenses/jetty-alpn-java-client-9.4.14.v20181114.jar.sha1 b/solr/licenses/jetty-alpn-java-client-9.4.14.v20181114.jar.sha1 new file mode 100644 index 0000000..ddd5f76 --- /dev/null +++ b/solr/licenses/jetty-alpn-java-client-9.4.14.v20181114.jar.sha1 @@ -0,0 +1 @@ +f093d00fc7112bdf471efdd5d909eb9296b3d30d http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a3979d58/solr/licenses/jetty-alpn-java-server-9.4.14.v20181114.jar.sha1 ---------------------------------------------------------------------- diff --git a/solr/licenses/jetty-alpn-java-server-9.4.14.v20181114.jar.sha1 b/solr/licenses/jetty-alpn-java-server-9.4.14.v20181114.jar.sha1 new file mode 100644 index 0000000..327c6e2 --- /dev/null +++ b/solr/licenses/jetty-alpn-java-server-9.4.14.v20181114.jar.sha1 @@ -0,0 +1 @@ +686cc093a08a2ed2bc2bed059117997c8c760262 http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a3979d58/solr/licenses/jetty-alpn-server-9.4.11.v20180605.jar.sha1 ---------------------------------------------------------------------- diff --git a/solr/licenses/jetty-alpn-server-9.4.11.v20180605.jar.sha1 b/solr/licenses/jetty-alpn-server-9.4.11.v20180605.jar.sha1 deleted file mode 100644 index 1c09347..0000000 --- a/solr/licenses/jetty-alpn-server-9.4.11.v20180605.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -ec3b6afab2c074141f0faa71446bc41c6146f44b http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a3979d58/solr/licenses/jetty-alpn-server-9.4.14.v20181114.jar.sha1 ---------------------------------------------------------------------- diff --git a/solr/licenses/jetty-alpn-server-9.4.14.v20181114.jar.sha1 b/solr/licenses/jetty-alpn-server-9.4.14.v20181114.jar.sha1 new file mode 100644 index 0000000..1b16a36 --- /dev/null +++ b/solr/licenses/jetty-alpn-server-9.4.14.v20181114.jar.sha1 @@ -0,0 +1 @@ +5aa0ca49c6f7cdd4c2c8a628620dc125162213ca http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a3979d58/solr/licenses/jetty-client-9.4.11.v20180605.jar.sha1 ---------------------------------------------------------------------- diff --git a/solr/licenses/jetty-client-9.4.11.v20180605.jar.sha1 b/solr/licenses/jetty-client-9.4.11.v20180605.jar.sha1 deleted file mode 100644 index d4d8565..0000000 --- a/solr/licenses/jetty-client-9.4.11.v20180605.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -be0622ef33de4239d0625c7a39c48a41c45d0675 http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a3979d58/solr/licenses/jetty-client-9.4.14.v20181114.jar.sha1 ---------------------------------------------------------------------- diff --git a/solr/licenses/jetty-client-9.4.14.v20181114.jar.sha1 b/solr/licenses/jetty-client-9.4.14.v20181114.jar.sha1 new file mode 100644 index 0000000..9fd6a17 --- /dev/null +++ b/solr/licenses/jetty-client-9.4.14.v20181114.jar.sha1 @@ -0,0 +1 @@ +1c46b088e1119928d54ff704fe38fe1b6b6700d0