summaryrefslogtreecommitdiff
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-16 11:33:04 +0000
commitd8530f0ec81c72a70693db96a42a546e6fbb3f73 (patch)
tree74bc8e6c3951b127bede333e2c8ecb7af13c42cf
parent5eebfcc3ec6df27b338755adc5cf1ef57f6f51d9 (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/1585>
-rw-r--r--recipes/openssl.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/openssl.recipe b/recipes/openssl.recipe
index dfc9572a..a69d6649 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