[openssl/openssl] 4058e1: Fix VMS installation - update vmsconfig.pm for con...
Richard Levitte
noreply at github.com
Mon Jan 8 06:21:48 UTC 2024
Branch: refs/heads/openssl-3.0
Home: https://github.com/openssl/openssl
Commit: 4058e121cbc6818235b0dcb618e636ce3c4d1f2f
https://github.com/openssl/openssl/commit/4058e121cbc6818235b0dcb618e636ce3c4d1f2f
Author: Richard Levitte <levitte at openssl.org>
Date: 2024-01-08 (Mon, 08 Jan 2024)
Changed paths:
M Configurations/descrip.mms.tmpl
M VMS/openssl_ivp.com.in
M VMS/openssl_shutdown.com.in
M VMS/openssl_startup.com.in
Log Message:
-----------
Fix VMS installation - update vmsconfig.pm for consistency
An effort was made to update the VMS installation data to align with
configuration data. This touched the script templates in VMS/, but
didn't update the generation of vmsconfig.pm to match... and also
missed a spot.
This change adds the missing updates
Ref:
https://github.com/openssl/openssl/pull/16842
Fixes #22899
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove at arm.com>
(Merged from https://github.com/openssl/openssl/pull/23081)
Commit: a43f253d586279b5d96fffcaf1b26c7a2b0dd938
https://github.com/openssl/openssl/commit/a43f253d586279b5d96fffcaf1b26c7a2b0dd938
Author: Richard Levitte <levitte at openssl.org>
Date: 2024-01-08 (Mon, 08 Jan 2024)
Changed paths:
M Configurations/10-main.conf
Log Message:
-----------
VMS: Add the missing -p32 and -p64 variants for x86_64
The pointer size support is already in the code, and is present for
all other supported hardwares.
Fixes #22899
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove at arm.com>
(Merged from https://github.com/openssl/openssl/pull/23081)
Compare: https://github.com/openssl/openssl/compare/b8ef67f8a388...a43f253d5862
More information about the openssl-commits
mailing list