summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2024-10-10 02:42:59 +0530
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2024-10-10 06:39:17 +0000
commit3130fafe75eaa78f10a855be1db0c7867913117a (patch)
tree8e98211c7b203f1654caa14ff7c35b3e0102aa08 /recipes
parent7780e117e0eacf6ded561bbf4f1283d2cb7f81e7 (diff)
openssl.recipe: Stop using non-existent domain
Fixes https://gitlab.freedesktop.org/gstreamer/cerbero/-/issues/495 Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1582>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/openssl.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/openssl.recipe b/recipes/openssl.recipe
index a900185e..c6522229 100644
--- a/recipes/openssl.recipe
+++ b/recipes/openssl.recipe
@@ -11,7 +11,7 @@ class Recipe(recipe.Recipe):
version = '1.1.1s'
licenses = [{License.OPENSSL: ['LICENSE']}]
stype = SourceType.TARBALL
- url = 'https://ftp.openssl.org/source/{0}-{1}.tar.gz'.format(name, version)
+ url = 'https://gstreamer.freedesktop.org/src/mirror/{0}-{1}.tar.gz'.format(name, version)
tarball_checksum = 'c5ac01e760ee6ff0dab61d6b2bbd30146724d063eb322180c6f18a6f74e4b6aa'
deps = ['ca-certificates', 'zlib']
# Parallel make fails randomly due to undefined macros, probably races