morgan pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

2 changed files:

Changes:

  • projects/openssl/config
    1 1
     # vim: filetype=yaml sw=2
    
    2
    -version: 3.0.16
    
    2
    +version: 3.5.0
    
    3 3
     filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
    
    4 4
     container:
    
    5 5
       use_container: 1
    
    6 6
     
    
    7
    -var:
    
    8
    -  openssldir: 'usr/local'
    
    9
    -
    
    10 7
     targets:
    
    11 8
       linux-x86_64:
    
    12 9
         var:
    
    ... ... @@ -36,5 +33,5 @@ input_files:
    36 33
       - name: '[% c("var/compiler") %]'
    
    37 34
         project: '[% c("var/compiler") %]'
    
    38 35
       - URL: 'https://github.com/openssl/openssl/releases/download/openssl-[% c("version") %]/openssl-[% c("version") %].tar.gz'
    
    39
    -    sha256sum: 57e03c50feab5d31b152af2b764f10379aecd8ee92f16c985983ce4a99f7ef86
    
    36
    +    sha256sum: 344d0a79f1a9b08029b0744e2cc401a43f9c90acd1044d09a530b4885a8e9fc0
    
    40 37
         name: openssl

  • tools/relprep.py
    ... ... @@ -380,7 +380,7 @@ class ReleasePreparation:
    380 380
         def update_openssl(self):
    
    381 381
             logger.info("Updating OpenSSL")
    
    382 382
             config = self.load_config("openssl")
    
    383
    -        version = get_github_release("openssl/openssl", r"openssl-(3.0.\d+)")
    
    383
    +        version = get_github_release("openssl/openssl", r"openssl-(3.5.\d+)")
    
    384 384
             if version == config["version"]:
    
    385 385
                 logger.debug("No need to update OpenSSL, keeping %s.", version)
    
    386 386
                 return