Branch: refs/heads/openssl-3.1 Home: https://github.com/openssl/openssl Commit: 3aad04a02862a9633798da77f32d15f79d2027e6 https://github.com/openssl/openssl/commit/3aad04a02862a9633798da77f32d15f79d2027e6 Author: Richard Levitte <levi...@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 <pa...@openssl.org> Reviewed-by: Tomas Mraz <to...@openssl.org> Reviewed-by: Todd Short <todd.sh...@me.com> (Merged from https://github.com/openssl/openssl/pull/19815) (cherry picked from commit 83a5bd80708adc6726deac390e405a7b50dec540)