pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/openssl openssl: update to 1.1.1j.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d0aee786e3ec
branches:  trunk
changeset: 447337:d0aee786e3ec
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Feb 20 08:53:23 2021 +0000

description:
openssl: update to 1.1.1j.

  Major changes between OpenSSL 1.1.1i and OpenSSL 1.1.1j [16 Feb 2021]

      o Fixed a NULL pointer deref in the X509_issuer_and_serial_hash()
        function (CVE-2021-23841)
      o Fixed the RSA_padding_check_SSLv23() function and the RSA_SSLV23_PADDING
        padding mode to correctly check for rollback attacks
      o Fixed an overflow in the EVP_CipherUpdate, EVP_EncryptUpdate and
        EVP_DecryptUpdate functions (CVE-2021-23840)
      o Fixed SRP_Calc_client_key so that it runs in constant time

diffstat:

 security/openssl/Makefile |   4 ++--
 security/openssl/PLIST    |   4 +++-
 security/openssl/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (55 lines):

diff -r ad329b1a0f73 -r d0aee786e3ec security/openssl/Makefile
--- a/security/openssl/Makefile Sat Feb 20 08:17:47 2021 +0000
+++ b/security/openssl/Makefile Sat Feb 20 08:53:23 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.267 2021/01/25 20:26:43 schmonz Exp $
+# $NetBSD: Makefile,v 1.268 2021/02/20 08:53:23 wiz Exp $
 
-DISTNAME=      openssl-1.1.1i
+DISTNAME=      openssl-1.1.1j
 CATEGORIES=    security
 MASTER_SITES=  https://www.openssl.org/source/
 
diff -r ad329b1a0f73 -r d0aee786e3ec security/openssl/PLIST
--- a/security/openssl/PLIST    Sat Feb 20 08:17:47 2021 +0000
+++ b/security/openssl/PLIST    Sat Feb 20 08:53:23 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2020/09/30 09:25:30 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2021/02/20 08:53:23 wiz Exp $
 bin/c_rehash
 bin/openssl
 include/openssl/aes.h
@@ -803,6 +803,7 @@
 man/man3/DH_check_pub_key_ex.3
 man/man3/DH_clear_flags.3
 man/man3/DH_compute_key.3
+man/man3/DH_compute_key_padded.3
 man/man3/DH_free.3
 man/man3/DH_generate_key.3
 man/man3/DH_generate_parameters.3
@@ -1917,6 +1918,7 @@
 man/man3/OCSP_REQUEST_new.3
 man/man3/OCSP_REQ_CTX_add1_header.3
 man/man3/OCSP_REQ_CTX_free.3
+man/man3/OCSP_REQ_CTX_i2d.3
 man/man3/OCSP_REQ_CTX_set1_req.3
 man/man3/OCSP_RESPBYTES_free.3
 man/man3/OCSP_RESPBYTES_new.3
diff -r ad329b1a0f73 -r d0aee786e3ec security/openssl/distinfo
--- a/security/openssl/distinfo Sat Feb 20 08:17:47 2021 +0000
+++ b/security/openssl/distinfo Sat Feb 20 08:53:23 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.147 2020/12/08 18:54:17 wiz Exp $
+$NetBSD: distinfo,v 1.148 2021/02/20 08:53:23 wiz Exp $
 
-SHA1 (openssl-1.1.1i.tar.gz) = eb684ba4ed31fe2c48062aead75233ecd36882a6
-RMD160 (openssl-1.1.1i.tar.gz) = 95a45fa7c2240dde179e8f8028f998bfa5177cc3
-SHA512 (openssl-1.1.1i.tar.gz) = fe12e0ab9e1688f24dd862ac633d0ab703b499c0f34b53c3560aa0d3879d81d647aa0678ed517dda5efb2711f669fcb1a1e0e24f6eac2efc2cf4eae6b62014d8
-Size (openssl-1.1.1i.tar.gz) = 9808346 bytes
+SHA1 (openssl-1.1.1j.tar.gz) = 04c340b086828eecff9df06dceff196790bb9268
+RMD160 (openssl-1.1.1j.tar.gz) = b88dd6c2f1587a2cf9e5670f697343808dc80ea6
+SHA512 (openssl-1.1.1j.tar.gz) = 51e44995663b5258b0018bdc1e2b0e7e8e0cce111138ca1f80514456af920fce4e409a411ce117c0f3eb9190ac3e47c53a43f39b06acd35b7494e2bec4a607d5
+Size (openssl-1.1.1j.tar.gz) = 9823161 bytes
 SHA1 (patch-Configurations_shared-info.pl) = 0e835f6e343b5d05ef9a0e6ef2a195201262d15c
 SHA1 (patch-Configurations_unix-Makefile.tmpl) = cf6b46c6e10e84100beb468bbe6f85c5e62cbe7a
 SHA1 (patch-Configure) = 479f1bc826f7721f6b44d6b5a6cf460432924bf2



Home | Main Index | Thread Index | Old Index