mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
security/openssl: Security update to 1.1.1l
Security: 96811d4a-04ec-11ec-9b84-d4c9ef517024 MFH: 2021Q3
This commit is contained in:
parent
2a62b7ca94
commit
d3011e20b1
4 changed files with 7 additions and 6 deletions
|
@ -1,8 +1,7 @@
|
|||
# Created by: Dirk Froemberg <dirk@FreeBSD.org>
|
||||
|
||||
PORTNAME= openssl
|
||||
PORTVERSION= 1.1.1k
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.1.1l
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= https://www.openssl.org/source/ \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -2573,11 +2573,12 @@ index 4a27ee1ba2..1388219551 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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue