summaryrefslogtreecommitdiff
path: root/dev-java/jetty-alpn-api
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-01 03:04:39 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-01 03:04:39 +0000
commit407525b571b48cfd65e1ad7a02d250a927c967c9 (patch)
tree844bea44d85dc7218f54970af1c42cc9d55c3f1a /dev-java/jetty-alpn-api
parent89c6c06b8c42107dd231687a1012354e7d3039fc (diff)
gentoo resync : 01.12.2017
Diffstat (limited to 'dev-java/jetty-alpn-api')
-rw-r--r--dev-java/jetty-alpn-api/Manifest2
-rw-r--r--dev-java/jetty-alpn-api/metadata.xml6
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-java/jetty-alpn-api/Manifest b/dev-java/jetty-alpn-api/Manifest
index 1cc715d2285c..3fa3f0953bc0 100644
--- a/dev-java/jetty-alpn-api/Manifest
+++ b/dev-java/jetty-alpn-api/Manifest
@@ -1,3 +1,3 @@
DIST alpn-api-1.1.2.v20150522.tar.gz 4246 SHA256 d6cb4ca709fee42a0f551447fbefcf66a483c78487923e671c6c553b57f3bb96 SHA512 5c7cedf80bf7b3e27fe365df2fb1a2b0f4eb5d94416f54565c960036c73a79aaee50fb7d00a0a856f2808be7dafa921b8ad89772101ff7bd97fe452a0e395e79 WHIRLPOOL b05a44bf094bd3f87699c8577ddf14e1942145464fce4caaf19a6bb7766d35851605303b25eb3caad98c0f1767fb142166e019fbe2990524c67b577b34a1b85a
EBUILD jetty-alpn-api-1.1.2.ebuild 608 BLAKE2B 53924240ae6fa8769767f968dee9e42739499d65c1b4e564e652e19501d0ca5ec00ccef1e4eddf3fd313266b2ac86bb8f555a97f5a1912d7fc23a55234a8fe02 SHA512 1a15814152bf068dd1773d8e4493167ffe9da0824efd57eaa2955ea383d4276f1938a7e915ce1a14365c8003958382c6e74837e640032d9ca3f8dc7f481270fd
-MISC metadata.xml 1025 BLAKE2B c3025e05458e9d33c283a3ae8381442248fe6cc09ce44b5f68a699195060c15ca5a7e387161ad9fad493d7b450d1ae277c0a7251c62b25e10333309a688ae2cf SHA512 1bb04f6c262f4b95c6d8e0d48e46712cc7f11014db5991fc865926a5f03fa487567c08f38bbb39db66a519aad4ecd48a3128264894bbac04a4d48c06a59fe8a4
+MISC metadata.xml 1029 BLAKE2B 266579d645a1af7055babed34e0413f5e03af1031659315e0520df3908505915139215eef7473a6ba6162f259c71b07ba8f11b132719ff5773d9cea7ef0ea399 SHA512 4debed277a9f8f6666d0595342533f6727ca7a2a5bc03f3b2828bc2523cba306b6c280bcaa275ac33726322df2de09871c5ff5a71aa3157a138372d44514293c
diff --git a/dev-java/jetty-alpn-api/metadata.xml b/dev-java/jetty-alpn-api/metadata.xml
index d0ea9f190876..e7ff4b83b664 100644
--- a/dev-java/jetty-alpn-api/metadata.xml
+++ b/dev-java/jetty-alpn-api/metadata.xml
@@ -8,7 +8,9 @@
<upstream>
<remote-id type="github">eclipse/jetty.alpn.api</remote-id>
</upstream>
- <longdescription>The Jetty project provides an implementation of the TLS extension for ALPN for OpenJDK 7 and OpenJDK 8. ALPN allows the application layer to negotiate which protocol to use over the secure connection.
+ <longdescription>
+ The Jetty project provides an implementation of the TLS extension for ALPN for OpenJDK 7 and OpenJDK 8. ALPN allows the application layer to negotiate which protocol to use over the secure connection.
-Any protocol can be negotiated by ALPN within a TLS connection. The protocols that are most commonly negotiated are HTTP/2 (for browsers that support it) and, historically, SPDY. The ALPN implementation is therefore not HTTP/2 or SPDY specific in any way. Jetty's ALPN implementation, although hosted under the umbrella of the Jetty project, is independent of Jetty (the Servlet Container); you can use the ALPN implementation in any other Java network server.</longdescription>
+ Any protocol can be negotiated by ALPN within a TLS connection. The protocols that are most commonly negotiated are HTTP/2 (for browsers that support it) and, historically, SPDY. The ALPN implementation is therefore not HTTP/2 or SPDY specific in any way. Jetty's ALPN implementation, although hosted under the umbrella of the Jetty project, is independent of Jetty (the Servlet Container); you can use the ALPN implementation in any other Java network server.
+ </longdescription>
</pkgmetadata>