From acdd461e0c86166bd11fb40c4073c1d380d358a0 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 15 Mar 2022 21:05:11 +0100 Subject: [PATCH] openssl1: Update version from 1.1.1l to 1.1.1n 1. https://www.openssl.org/news/secadv/20220315.txt 2. https://www.openssl.org/news/cl111.txt > Changes between 1.1.1m and 1.1.1n [xx XXX xxxx] > > *) Add ciphersuites based on DHE_PSK (RFC 4279) and ECDHE_PSK (RFC 5489) > to the list of ciphersuites providing Perfect Forward Secrecy as > required by SECLEVEL >= 3. > > [Dmitry Belyavskiy, Nicola Tuveri] > > Changes between 1.1.1l and 1.1.1m [14 Dec 2021] > > *) Avoid loading of a dynamic engine twice. > > [Bernd Edlinger] > > *) Fixed building on Debian with kfreebsd kernels > > [Mattias Ellert] > > *) Prioritise DANE TLSA issuer certs over peer certs > > [Viktor Dukhovni] > > *) Fixed random API for MacOS prior to 10.12 > > These MacOS versions don't support the CommonCrypto APIs > > [Lenny Primak] --- openssl1.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openssl1.be0 b/openssl1.be0 index c81ba818a..dffcd3da7 100755 --- a/openssl1.be0 +++ b/openssl1.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION openssl1-1.1.1l-0 +# BEE_VERSION openssl1-1.1.1n-0 #SRCURL[0]="https://www.openssl.org/source/openssl-${PKGVERSION}.tar.gz" -SRCURL[0]="https://beehive.molgen.mpg.de/ac0d4387f3ba0ad741b0580dd45f6ff3/openssl-1.1.1l.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/2aad5635f9bb338bc2c6b7d19cbc9676/openssl-1.1.1n.tar.gz" # PATCHURL+=()