summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2020-06-09 09:35:05 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2020-10-09 02:04:26 +0530
commit8a6fa37ba986f6df19557a6f0f442ccc29fe4bbf (patch)
tree233df4a2bedee857dbbf01e334f9b51783a19e2d
parent836e6fa3f0525e1123ed80685de3427f42f48887 (diff)
openssl.recipe: Bump to 1.1.1g
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/634>
-rw-r--r--recipes/openssl.recipe4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/openssl.recipe b/recipes/openssl.recipe
index ceabc193..e94126c3 100644
--- a/recipes/openssl.recipe
+++ b/recipes/openssl.recipe
@@ -10,11 +10,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.1d'
+ version = '1.1.1g'
licenses = [{License.OPENSSL: ['LICENSE']}]
stype = SourceType.TARBALL
url = 'https://ftp.openssl.org/source/{0}-{1}.tar.gz'.format(name, version)
- tarball_checksum = '1e3a91bc1f9dfce01af26026f856e064eab4c8ee0a8f457b5ae30b40b8b711f2'
+ tarball_checksum = 'ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46'
deps = ['zlib']
# Parallel make fails randomly due to undefined macros, probably races
allow_parallel_build = False