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

adguardhome: enable legacy openssl provider for nodejs and bump to 0.107.25 #20611

Merged
merged 2 commits into from
Mar 8, 2023

Commits on Mar 8, 2023

  1. adguardhome: enable legacy openssl provider for nodejs

    Currently compilation fails because of:
    ```
      opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
      library: 'digital envelope routines',
      reason: 'unsupported',
      code: 'ERR_OSSL_EVP_UNSUPPORTED'
    ```
    
    What's interesting package gets built but when trying to access UI there's
    `404: page not found` error.
    
    It has been reported in multiple places:
    * AdguardTeam/AdGuardHome#5559
    * AdguardTeam/AdGuardHome#4595
    
    Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
    dobo90 committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    a0f9b83 View commit details
    Browse the repository at this point in the history
  2. adguardhome: bump to 0.107.25

    * Full changelog available at:
      * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.25
    
    Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
    dobo90 committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    8eddbae View commit details
    Browse the repository at this point in the history