summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <edward@centricular.com>2019-09-04 12:28:15 +0200
committerEdward Hervey <bilboed@bilboed.com>2019-09-04 12:28:15 +0200
commit3e0f38be63fad0a4cfbb80273bf82698fb1d912c (patch)
treecb202ad371b267e99ad244e0a2a3b79b66d5fa21
parent6aabd291bcbda2c2ad2c26479bfc6c42e8cbf9f3 (diff)
recipes: Upgrade openssl to 1.1.1copenssl
Several CVEs were fixed since
-rw-r--r--recipes/openssl.recipe4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/openssl.recipe b/recipes/openssl.recipe
index 1afa5eca..f6390119 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.1'
+ version = '1.1.1c'
licenses = [{License.OPENSSL: ['LICENSE']}]
stype = SourceType.TARBALL
url = 'https://ftp.openssl.org/source/{0}-{1}.tar.gz'.format(name, version)
- tarball_checksum = '2836875a0f89c03d0fdf483941512613a50cfb421d6fd94b9f41d7279d586a3d'
+ tarball_checksum = 'f6fb3079ad15076154eda9413fed42877d668e7069d9b87396d0804fdb3f4c90'
deps = ['zlib']
# Parallel make fails randomly due to undefined macros, probably races
allow_parallel_build = False