Fix treatment of BUILD_METADATA
authorRichard Levitte <levitte@openssl.org>
Fri, 2 Dec 2022 05:59:58 +0000 (06:59 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 8 Dec 2022 06:01:33 +0000 (07:01 +0100)
commit83a5bd80708adc6726deac390e405a7b50dec540
tree72a13ba040999fec92a409f00dc3049518edd681
parent084d3afd26cc20b41241b70b6c709b76d2a334a5
Fix treatment of BUILD_METADATA

According to documentation [^1], the BUILD_METADATA from VERSION.dat should
be prefixed with a plus sign when used.  It is given this treatment in
Configure, but not in all other scripts that use VERSION.dat directly.
This change fixes that.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/19815)
NOTES-NONSTOP.md
dev/release-aux/release-version-fn.sh
dev/release.sh
util/mktar.sh