OpenSearch/distribution
Ryan Ernst a1e7429ccc Allow sha512 checksum without filename for maven plugins (#52668)
When installing plugins from remote sources, either the Elastic download
service, or maven, a checksum file is downloaded and checked against the
downloaded zip. The current format for official plugins is to use a
sha512 checksum which includes the zip filename. This format matches
that from sha512sum, and allows using the --check argument there to
verify the checksum manually. However, when generating checksum files
with maven and gradle, the filename is not included.

This commit relaxes the requirement the filename existing within the
sha512 checksum file for maven plugins. We continue to strictly enforce
official plugins have the existing format of the file.

closes #52413
2020-02-24 13:38:20 -08:00
..
archives Introduce jvm.options.d for customizing JVM options (#51882) 2020-02-08 18:50:14 -05:00
bwc Tag "nested" Gradle build scans (#51440) 2020-01-24 11:23:23 -08:00
docker [Backport] Consolidate docker availability logic (#52656) 2020-02-21 15:24:05 -08:00
licenses Add notice for bundled jdk (#40576) 2019-03-29 17:21:21 -04:00
packages Upgrade to Gradle 6.2 (#51824) 2020-02-18 15:35:23 -08:00
src Limit _FILE env var support to specific vars (#52645) 2020-02-21 19:36:15 +00:00
tools Allow sha512 checksum without filename for maven plugins (#52668) 2020-02-24 13:38:20 -08:00
build.gradle Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00