Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update package.sh #405

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

Update package.sh #405

wants to merge 6 commits into from

Commits on Jun 12, 2024

  1. Update package.sh

    fix issue 404
    Stremio#404
    
    apt-cache showpkg libssl1.1
    rslgp committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    919cdb2 View commit details
    Browse the repository at this point in the history
  2. fix typo

    rslgp committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    0cc9680 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b34f4b9 View commit details
    Browse the repository at this point in the history
  4. missing pkg

    rslgp committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    3917909 View commit details
    Browse the repository at this point in the history
  5. fix install deprecated libssl1.1

    # need to use wget and fix x64 arch
    #OpenSSL 1.1.1 End of Life MAR 28TH, 2023
    # NEED UPDATE TO libssl3 and modify dependecy on libcrypto.so.1.1
    wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1-1ubuntu2.1~18.04.23_amd64.deb
    sudo dpkg -i libssl1.1_1.1.1-1ubuntu2.1~18.04.23_amd64.deb
    rm libssl1.1_1.1.1-1ubuntu2.1~18.04.23_amd64.deb
    # WARNING STREMIO uses libcrypto.so.1.1 but pkg libssl1.1 (DarkmatterUAE commented 2 weeks ago) no longer being maintained by OpenSSL dev. https://www.openssl.org/blog/blog/2023/03/28/1.1.1-EOL/
    rslgp committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    c85d1e7 View commit details
    Browse the repository at this point in the history
  6. fix ubuntu compatibility xenial

    rslgp committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    0a88bb0 View commit details
    Browse the repository at this point in the history