[tbb-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41229: Migrate OpenSSL download location to github releases
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Thu Sep 5 13:18:53 UTC 2024
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:
- 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
=====================================
@@ -374,7 +374,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/cbdf0359c324bbfe79fb5ce4b47ad5ca372d244f
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/cbdf0359c324bbfe79fb5ce4b47ad5ca372d244f
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/tbb-commits/attachments/20240905/66d057ad/attachment-0001.htm>
More information about the tbb-commits
mailing list