Date: Tue, 24 Aug 2021 18:10:28 GMT From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 39e105bf64aa - 2021Q3 - security/openssl: Security update to 1.1.1l Message-ID: <202108241810.17OIAS6C004689@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=39e105bf64aa6cac2491030d5833d20d772f09dc commit 39e105bf64aa6cac2491030d5833d20d772f09dc Author: Bernard Spil <brnrd@FreeBSD.org> AuthorDate: 2021-08-24 15:16:35 +0000 Commit: Bernard Spil <brnrd@FreeBSD.org> CommitDate: 2021-08-24 18:09:13 +0000 security/openssl: Security update to 1.1.1l Security: 96811d4a-04ec-11ec-9b84-d4c9ef517024 MFH: 2021Q3 (cherry picked from commit d3011e20b1f199d4ca63d783274387f35a0afefa) --- security/openssl/Makefile | 3 +-- security/openssl/distinfo | 6 +++--- security/openssl/files/extra-patch-ktls | 3 ++- security/openssl/pkg-plist | 1 + 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/security/openssl/Makefile b/security/openssl/Makefile index ab678c4087b1..d97a9cc929d3 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,8 +1,7 @@ # Created by: Dirk Froemberg <dirk@FreeBSD.org> PORTNAME= openssl -PORTVERSION= 1.1.1k -PORTREVISION= 1 +PORTVERSION= 1.1.1l PORTEPOCH= 1 CATEGORIES= security devel MASTER_SITES= https://www.openssl.org/source/ \ diff --git a/security/openssl/distinfo b/security/openssl/distinfo index 181ff679f5fb..ea60c25fc735 100644 --- a/security/openssl/distinfo +++ b/security/openssl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616688925 -SHA256 (openssl-1.1.1k.tar.gz) = 892a0875b9872acd04a9fde79b1f943075d5ea162415de3047c327df33fbaee5 -SIZE (openssl-1.1.1k.tar.gz) = 9823400 +TIMESTAMP = 1629816807 +SHA256 (openssl-1.1.1l.tar.gz) = 0b7a3e5e59c34827fe0c3a74b7ec8baef302b98fa80088d7f9153aa16fa76bd1 +SIZE (openssl-1.1.1l.tar.gz) = 9834044 diff --git a/security/openssl/files/extra-patch-ktls b/security/openssl/files/extra-patch-ktls index 3df11e5b80ba..f361976c75f2 100644 --- a/security/openssl/files/extra-patch-ktls +++ b/security/openssl/files/extra-patch-ktls @@ -2503,11 +2503,12 @@ index 4a27ee1ba2..f846bcb4ee 100644 #include <string.h> #include <openssl/opensslconf.h> -@@ -17,11 +18,13 @@ +@@ -17,12 +18,14 @@ #include <openssl/srp.h> #include <openssl/txt_db.h> #include <openssl/aes.h> +#include <openssl/rand.h> + #include <openssl/x509v3.h> #include "ssltestlib.h" #include "testutil.h" diff --git a/security/openssl/pkg-plist b/security/openssl/pkg-plist index c442ee16969d..dd4e70280d25 100644 --- a/security/openssl/pkg-plist +++ b/security/openssl/pkg-plist @@ -583,6 +583,7 @@ man/man1/x509.1.gz %%MAN3%%man/man3/BN_RECP_CTX_free.3.gz %%MAN3%%man/man3/BN_RECP_CTX_new.3.gz %%MAN3%%man/man3/BN_RECP_CTX_set.3.gz +%%MAN3%%man/man3/BN_abs_is_word.3.gz %%MAN3%%man/man3/BN_add.3.gz %%MAN3%%man/man3/BN_add_word.3.gz %%MAN3%%man/man3/BN_bin2bn.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108241810.17OIAS6C004689>