[openssl/openssl] 83a5bd: Fix treatment of BUILD_METADATA
Richard Levitte
noreply at github.com
Thu Dec 8 06:21:05 UTC 2022
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 83a5bd80708adc6726deac390e405a7b50dec540
https://github.com/openssl/openssl/commit/83a5bd80708adc6726deac390e405a7b50dec540
Author: Richard Levitte <levitte at openssl.org>
Date: 2022-12-08 (Thu, 08 Dec 2022)
Changed paths:
M NOTES-NONSTOP.md
M dev/release-aux/release-version-fn.sh
M dev/release.sh
M util/mktar.sh
Log Message:
-----------
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 at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Todd Short <todd.short at me.com>
(Merged from https://github.com/openssl/openssl/pull/19815)
More information about the openssl-commits
mailing list