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

Pier Angelo Vendrame (@pierov) git at gitlab.torproject.org
Thu Sep 5 13:23:36 UTC 2024



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


Commits:
061a2d3c by Morgan at 2024-09-05T15:23:24+02:00
Bug 41229: Migrate OpenSSL download location to github releases

- - - - -


2 changed files:

- projects/openssl/config
- tools/relprep.py


Changes:

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


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



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/061a2d3c25bf34e558711d22b24871f6d104c322

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/061a2d3c25bf34e558711d22b24871f6d104c322
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20240905/9fc75930/attachment-0001.htm>


More information about the tor-commits mailing list