From 8a6fa37ba986f6df19557a6f0f442ccc29fe4bbf Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Tue, 9 Jun 2020 09:35:05 +0530 Subject: openssl.recipe: Bump to 1.1.1g Part-of: --- recipes/openssl.recipe | 4 ++-- 1 file 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 -- cgit v1.2.3