[openssl/installer] 6232f4: Adding initial windows installer

Neil Horman noreply at github.com
Fri May 17 12:41:39 UTC 2024


  Branch: refs/heads/main
  Home:   https://github.com/openssl/installer
  Commit: 6232f4305f21f5d18eff4c3da8924c55c7ff0768
      https://github.com/openssl/installer/commit/6232f4305f21f5d18eff4c3da8924c55c7ff0768
  Author: Neil Horman <nhorman at openssl.org>
  Date:   2024-04-30 (Tue, 30 Apr 2024)

  Changed paths:
    A windows-installer/Makefile
    A windows-installer/README.md
    A windows-installer/openssl.nsi

  Log Message:
  -----------
  Adding initial windows installer

Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4)


  Commit: 9ff0d81a98b1040331ecad195ab63a0267ceb1ad
      https://github.com/openssl/installer/commit/9ff0d81a98b1040331ecad195ab63a0267ceb1ad
  Author: Neil Horman <nhorman at openssl.org>
  Date:   2024-04-30 (Tue, 30 Apr 2024)

  Changed paths:
    A .github/workflows/windows-installer.yml
    M windows-installer/Makefile

  Log Message:
  -----------
  Adding ci script

Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4)


  Commit: f2e67548d0289461287ef4142517184a7a523a50
      https://github.com/openssl/installer/commit/f2e67548d0289461287ef4142517184a7a523a50
  Author: Neil Horman <nhorman at openssl.org>
  Date:   2024-05-06 (Mon, 06 May 2024)

  Changed paths:
    M .github/workflows/windows-installer.yml
    M windows-installer/openssl.nsi

  Log Message:
  -----------
  Update installer to use installed directories

It occured to me that we can simplify the installer greatly by running the
install command for each binary set, and just doing a recursive file copy in the
installer for x64 and x32.  This is adventageous as it lets us package whatever
configuration we built, and will include any files created as part of the
install in the future.  It also makes the installer script significantly smaller

Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4)


  Commit: 24c467048a665016e2b69ee9647d9fec437d34b6
      https://github.com/openssl/installer/commit/24c467048a665016e2b69ee9647d9fec437d34b6
  Author: Neil Horman <nhorman at openssl.org>
  Date:   2024-05-17 (Fri, 17 May 2024)

  Changed paths:
    M .github/workflows/windows-installer.yml
    M windows-installer/README.md
    M windows-installer/openssl.nsi

  Log Message:
  -----------
  Fix typos/etc in README.md

Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4)


Compare: https://github.com/openssl/installer/compare/856e1a7867a1...24c467048a66

To unsubscribe from these emails, change your notification settings at https://github.com/openssl/installer/settings/notifications


More information about the openssl-commits mailing list