Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 0747f94b5f7b7f07f21384507ba1adaea6f99e88
      
https://github.com/openssl/openssl/commit/0747f94b5f7b7f07f21384507ba1adaea6f99e88
  Author: Richard Levitte <levi...@openssl.org>
  Date:   2022-09-29 (Thu, 29 Sep 2022)

  Changed paths:
    M .github/workflows/windows.yml
    M util/perl/OpenSSL/config.pm

  Log Message:
  -----------
  OpenSSL::config: determine the MSVC target architecture by asking cl

Since cl knows what architecture it builds fore, all depending on what
the user set up, it makes sense to ask it, and use that result primarly,
and only use the POSIX::uname() MACHINE value as a fallback.

Also, this does indeed determine if cl is present or not.

We drop the explicit names in .github/workflows/windows.yml as proof
of concept.

Fixes #19281

Reviewed-by: Hugo Landau <hlan...@openssl.org>
Reviewed-by: Matt Caswell <m...@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19285)


  Commit: e63f5fdcb2658961f29fe7bed7968c0dcf7328a7
      
https://github.com/openssl/openssl/commit/e63f5fdcb2658961f29fe7bed7968c0dcf7328a7
  Author: Richard Levitte <levi...@openssl.org>
  Date:   2022-09-29 (Thu, 29 Sep 2022)

  Changed paths:
    M util/perl/OpenSSL/config.pm

  Log Message:
  -----------
  OpenSSL::config: Fix VMS guesses

The MACHINE value from POSIX::uname() isn't trustworthy at all.
MACHINE names like this has been seen:

    _HP__VMM___(1.67GHz/9.0MB)

Perl's `$Config{archname}` is much more trustworthy, especially since
VMS isn't a multiarch operating system, at least yet.

Reviewed-by: Hugo Landau <hlan...@openssl.org>
Reviewed-by: Matt Caswell <m...@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19285)


  Commit: 2ba5bffa26c0c4677f48e730628c0b54c31c734c
      
https://github.com/openssl/openssl/commit/2ba5bffa26c0c4677f48e730628c0b54c31c734c
  Author: Richard Levitte <levi...@openssl.org>
  Date:   2022-09-29 (Thu, 29 Sep 2022)

  Changed paths:
    M util/perl/OpenSSL/config.pm

  Log Message:
  -----------
  OpenSSL::config: Fix trivial bugs

Reviewed-by: Hugo Landau <hlan...@openssl.org>
Reviewed-by: Matt Caswell <m...@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19285)


Compare: https://github.com/openssl/openssl/compare/2de00f4f1e20...2ba5bffa26c0

Reply via email to