[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41229: Migrate OpenSSL download location to github releases



Title: GitLab

Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

  • cbdf0359
    by Morgan at 2024-09-05T04:04:21+00:00
    Bug 41229: Migrate OpenSSL download location to github releases
    

2 changed files:

Changes:

  • projects/openssl/config
    ... ... @@ -35,6 +35,6 @@ input_files:
    35 35
       - project: container-image
    
    36 36
       - name: '[% c("var/compiler") %]'
    
    37 37
         project: '[% c("var/compiler") %]'
    
    38
    -  - URL: 'https://www.openssl.org/source/openssl-[% c("version") %].tar.gz'
    
    38
    +  - URL: 'https://github.com/openssl/openssl/releases/download/openssl-[% c("version") %]/openssl-[% c("version") %].tar.gz'
    
    39 39
         sha256sum: eeca035d4dd4e84fc25846d952da6297484afa0650a6f84c682e39df3a4123ca
    
    40 40
         name: openssl

  • tools/relprep.py
    ... ... @@ -374,7 +374,7 @@ class ReleasePreparation:
    374 374
             source = self.find_input(config, "openssl")
    
    375 375
             # No need to update URL, as it uses a variable.
    
    376 376
             hash_url = (
    
    377
    -            f"https://www.openssl.org/source/openssl-{version}.tar.gz.sha256"
    
    377
    +            f"https://github.com/openssl/openssl/releases/download/openssl-{version}/openssl-{version}.tar.gz.sha256"
    
    378 378
             )
    
    379 379
             r = requests.get(hash_url)
    
    380 380
             r.raise_for_status()
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits