[openssl/openssl] 3aad04: Fix treatment of BUILD_METADATA
Richard Levitte
noreply at github.com
Thu Dec 8 06:25:01 UTC 2022
Branch: refs/heads/openssl-3.1
Home: https://github.com/openssl/openssl
Commit: 3aad04a02862a9633798da77f32d15f79d2027e6
https://github.com/openssl/openssl/commit/3aad04a02862a9633798da77f32d15f79d2027e6
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)
(cherry picked from commit 83a5bd80708adc6726deac390e405a7b50dec540)
More information about the openssl-commits
mailing list