Skip to content

Update openssl #2931

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Update openssl #2931

wants to merge 8 commits into from

Commits on Jul 21, 2023

  1. openssl1: Remove

    donald committed Jul 21, 2023
    Copy the full SHA
    2076b09 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6568a28 View commit details
    Browse the repository at this point in the history
  3. openssl: Add version 3.1.1

    Create bee file with
    
        cp openssl1.be0 openssl.be0
    
    and fix version.
    donald committed Jul 21, 2023
    Copy the full SHA
    63a4e78 View commit details
    Browse the repository at this point in the history
  4. openssl: use Configure

    Configure is recommended in INSTALL and config is just a wrapper for
    Configure. So use it directly.
    donald committed Jul 21, 2023
    Copy the full SHA
    7f572c7 View commit details
    Browse the repository at this point in the history
  5. openssl: Remove "make depend"

    An explicit "make depend" is not required, ro remove it.
    donald committed Jul 21, 2023
    Copy the full SHA
    8ef2ee9 View commit details
    Browse the repository at this point in the history
  6. openssl: Replace patches with make options

    The patches no longer work:
    
       sed: can't read util/process_docs.pl: No such file or directory
    
    Remove and use make options to the same effect.
    donald committed Jul 21, 2023
    Copy the full SHA
    1303b4c View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    50ef4f6 View commit details
    Browse the repository at this point in the history
  8. openssl: Fix srcurl

    donald committed Jul 21, 2023
    Copy the full SHA
    9bb75d3 View commit details
    Browse the repository at this point in the history