diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2022-10-30 13:37:50 +0000 |
---|---|---|
committer | GStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org> | 2022-11-04 04:53:16 +0000 |
commit | 671363e7ab563531b77203dc82dab612fdb4c562 (patch) | |
tree | 86d93c7d6368e091c7111ab89973e27c536b62f8 | |
parent | df62d03e91d718dcfff03f8635d1ec517d326b59 (diff) |
openssl: update to 1.1.1s
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/996>
-rw-r--r-- | recipes/openssl.recipe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/openssl.recipe b/recipes/openssl.recipe index 8d07bbbf..f756077e 100644 --- a/recipes/openssl.recipe +++ b/recipes/openssl.recipe @@ -8,11 +8,11 @@ class Recipe(recipe.Recipe): # Note: openssl helpfully moves tarballs somewhere else (old/x.y.z/) # whenever a new release comes out, so make sure to mirror to fdo when # bumping the release! - version = '1.1.1l' + version = '1.1.1s' licenses = [{License.OPENSSL: ['LICENSE']}] stype = SourceType.TARBALL url = 'https://ftp.openssl.org/source/{0}-{1}.tar.gz'.format(name, version) - tarball_checksum = '0b7a3e5e59c34827fe0c3a74b7ec8baef302b98fa80088d7f9153aa16fa76bd1' + tarball_checksum = 'c5ac01e760ee6ff0dab61d6b2bbd30146724d063eb322180c6f18a6f74e4b6aa' deps = ['ca-certificates', 'zlib'] # Parallel make fails randomly due to undefined macros, probably races allow_parallel_build = False |