Mon Feb 28 12:25:10 2022 UTC ()
openssl: update to 1.1.1m.

 Changes between 1.1.1l and 1.1.1m [14 Dec 2021]

  *) Avoid loading of a dynamic engine twice.
  *) Fixed building on Debian with kfreebsd kernels
  *) Prioritise DANE TLSA issuer certs over peer certs
  *) Fixed random API for MacOS prior to 10.12


(wiz)
diff -r1.277 -r1.278 pkgsrc/security/openssl/Makefile
diff -r1.9 -r1.10 pkgsrc/security/openssl/PLIST
diff -r1.156 -r1.157 pkgsrc/security/openssl/distinfo
diff -r1.4 -r0 pkgsrc/security/openssl/patches/patch-crypto_rand_rand__unix.c
diff -r1.1 -r0 pkgsrc/security/openssl/patches/patch-include_crypto_rand.h

cvs diff -r1.277 -r1.278 pkgsrc/security/openssl/Makefile (expand / switch to unified diff)

--- pkgsrc/security/openssl/Makefile 2022/01/11 11:10:39 1.277
+++ pkgsrc/security/openssl/Makefile 2022/02/28 12:25:09 1.278
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.277 2022/01/11 11:10:39 schmonz Exp $ 1# $NetBSD: Makefile,v 1.278 2022/02/28 12:25:09 wiz Exp $
2 2
3# Remember to upload-distfiles when updating OpenSSL -- otherwise it 3# Remember to upload-distfiles when updating OpenSSL -- otherwise it
4# is not possible for users who have bootstrapped without OpenSSL 4# is not possible for users who have bootstrapped without OpenSSL
5# to install it and enable HTTPS fetching. 5# to install it and enable HTTPS fetching.
6DISTNAME= openssl-1.1.1l 6DISTNAME= openssl-1.1.1m
7CATEGORIES= security 7CATEGORIES= security
8MASTER_SITES= https://www.openssl.org/source/ 8MASTER_SITES= https://www.openssl.org/source/
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://www.openssl.org/ 11HOMEPAGE= https://www.openssl.org/
12COMMENT= Secure Socket Layer and cryptographic library 12COMMENT= Secure Socket Layer and cryptographic library
13LICENSE= openssl 13LICENSE= openssl
14 14
15USE_GCC_RUNTIME= yes 15USE_GCC_RUNTIME= yes
16 16
17USE_TOOLS+= fgrep gmake perl 17USE_TOOLS+= fgrep gmake perl
18USE_TOOLS.SunOS+= gm4 18USE_TOOLS.SunOS+= gm4
19BUILD_TARGET= depend all 19BUILD_TARGET= depend all

cvs diff -r1.9 -r1.10 pkgsrc/security/openssl/PLIST (expand / switch to unified diff)

--- pkgsrc/security/openssl/PLIST 2021/08/25 11:25:25 1.9
+++ pkgsrc/security/openssl/PLIST 2022/02/28 12:25:09 1.10
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.9 2021/08/25 11:25:25 jperkin Exp $ 1@comment $NetBSD: PLIST,v 1.10 2022/02/28 12:25:09 wiz Exp $
2bin/c_rehash 2bin/c_rehash
3bin/openssl 3bin/openssl
4include/openssl/aes.h 4include/openssl/aes.h
5include/openssl/asn1.h 5include/openssl/asn1.h
6include/openssl/asn1_mac.h 6include/openssl/asn1_mac.h
7include/openssl/asn1err.h 7include/openssl/asn1err.h
8include/openssl/asn1t.h 8include/openssl/asn1t.h
9include/openssl/async.h 9include/openssl/async.h
10include/openssl/asyncerr.h 10include/openssl/asyncerr.h
11include/openssl/bio.h 11include/openssl/bio.h
12include/openssl/bioerr.h 12include/openssl/bioerr.h
13include/openssl/blowfish.h 13include/openssl/blowfish.h
14include/openssl/bn.h 14include/openssl/bn.h
@@ -3770,26 +3770,28 @@ man/man3/d2i_X509_CRL_bio.3 @@ -3770,26 +3770,28 @@ man/man3/d2i_X509_CRL_bio.3
3770man/man3/d2i_X509_CRL_fp.3 3770man/man3/d2i_X509_CRL_fp.3
3771man/man3/d2i_X509_EXTENSION.3 3771man/man3/d2i_X509_EXTENSION.3
3772man/man3/d2i_X509_EXTENSIONS.3 3772man/man3/d2i_X509_EXTENSIONS.3
3773man/man3/d2i_X509_NAME.3 3773man/man3/d2i_X509_NAME.3
3774man/man3/d2i_X509_NAME_ENTRY.3 3774man/man3/d2i_X509_NAME_ENTRY.3
3775man/man3/d2i_X509_PUBKEY.3 3775man/man3/d2i_X509_PUBKEY.3
3776man/man3/d2i_X509_REQ.3 3776man/man3/d2i_X509_REQ.3
3777man/man3/d2i_X509_REQ_INFO.3 3777man/man3/d2i_X509_REQ_INFO.3
3778man/man3/d2i_X509_REQ_bio.3 3778man/man3/d2i_X509_REQ_bio.3
3779man/man3/d2i_X509_REQ_fp.3 3779man/man3/d2i_X509_REQ_fp.3
3780man/man3/d2i_X509_REVOKED.3 3780man/man3/d2i_X509_REVOKED.3
3781man/man3/d2i_X509_SIG.3 3781man/man3/d2i_X509_SIG.3
3782man/man3/d2i_X509_VAL.3 3782man/man3/d2i_X509_VAL.3
 3783man/man3/d2i_X509_bio.3
 3784man/man3/d2i_X509_fp.3
3783man/man3/i2d_ACCESS_DESCRIPTION.3 3785man/man3/i2d_ACCESS_DESCRIPTION.3
3784man/man3/i2d_ADMISSIONS.3 3786man/man3/i2d_ADMISSIONS.3
3785man/man3/i2d_ADMISSION_SYNTAX.3 3787man/man3/i2d_ADMISSION_SYNTAX.3
3786man/man3/i2d_ASIdOrRange.3 3788man/man3/i2d_ASIdOrRange.3
3787man/man3/i2d_ASIdentifierChoice.3 3789man/man3/i2d_ASIdentifierChoice.3
3788man/man3/i2d_ASIdentifiers.3 3790man/man3/i2d_ASIdentifiers.3
3789man/man3/i2d_ASN1_BIT_STRING.3 3791man/man3/i2d_ASN1_BIT_STRING.3
3790man/man3/i2d_ASN1_BMPSTRING.3 3792man/man3/i2d_ASN1_BMPSTRING.3
3791man/man3/i2d_ASN1_ENUMERATED.3 3793man/man3/i2d_ASN1_ENUMERATED.3
3792man/man3/i2d_ASN1_GENERALIZEDTIME.3 3794man/man3/i2d_ASN1_GENERALIZEDTIME.3
3793man/man3/i2d_ASN1_GENERALSTRING.3 3795man/man3/i2d_ASN1_GENERALSTRING.3
3794man/man3/i2d_ASN1_IA5STRING.3 3796man/man3/i2d_ASN1_IA5STRING.3
3795man/man3/i2d_ASN1_INTEGER.3 3797man/man3/i2d_ASN1_INTEGER.3
@@ -3964,26 +3966,28 @@ man/man3/i2d_X509_CRL_bio.3 @@ -3964,26 +3966,28 @@ man/man3/i2d_X509_CRL_bio.3
3964man/man3/i2d_X509_CRL_fp.3 3966man/man3/i2d_X509_CRL_fp.3
3965man/man3/i2d_X509_EXTENSION.3 3967man/man3/i2d_X509_EXTENSION.3
3966man/man3/i2d_X509_EXTENSIONS.3 3968man/man3/i2d_X509_EXTENSIONS.3
3967man/man3/i2d_X509_NAME.3 3969man/man3/i2d_X509_NAME.3
3968man/man3/i2d_X509_NAME_ENTRY.3 3970man/man3/i2d_X509_NAME_ENTRY.3
3969man/man3/i2d_X509_PUBKEY.3 3971man/man3/i2d_X509_PUBKEY.3
3970man/man3/i2d_X509_REQ.3 3972man/man3/i2d_X509_REQ.3
3971man/man3/i2d_X509_REQ_INFO.3 3973man/man3/i2d_X509_REQ_INFO.3
3972man/man3/i2d_X509_REQ_bio.3 3974man/man3/i2d_X509_REQ_bio.3
3973man/man3/i2d_X509_REQ_fp.3 3975man/man3/i2d_X509_REQ_fp.3
3974man/man3/i2d_X509_REVOKED.3 3976man/man3/i2d_X509_REVOKED.3
3975man/man3/i2d_X509_SIG.3 3977man/man3/i2d_X509_SIG.3
3976man/man3/i2d_X509_VAL.3 3978man/man3/i2d_X509_VAL.3
 3979man/man3/i2d_X509_bio.3
 3980man/man3/i2d_X509_fp.3
3977man/man3/i2d_re_X509_CRL_tbs.3 3981man/man3/i2d_re_X509_CRL_tbs.3
3978man/man3/i2d_re_X509_REQ_tbs.3 3982man/man3/i2d_re_X509_REQ_tbs.3
3979man/man3/i2d_re_X509_tbs.3 3983man/man3/i2d_re_X509_tbs.3
3980man/man3/i2o_SCT.3 3984man/man3/i2o_SCT.3
3981man/man3/i2o_SCT_LIST.3 3985man/man3/i2o_SCT_LIST.3
3982man/man3/i2t_ASN1_OBJECT.3 3986man/man3/i2t_ASN1_OBJECT.3
3983man/man3/lh_TYPE_delete.3 3987man/man3/lh_TYPE_delete.3
3984man/man3/lh_TYPE_doall.3 3988man/man3/lh_TYPE_doall.3
3985man/man3/lh_TYPE_doall_arg.3 3989man/man3/lh_TYPE_doall_arg.3
3986man/man3/lh_TYPE_error.3 3990man/man3/lh_TYPE_error.3
3987man/man3/lh_TYPE_free.3 3991man/man3/lh_TYPE_free.3
3988man/man3/lh_TYPE_insert.3 3992man/man3/lh_TYPE_insert.3
3989man/man3/lh_TYPE_new.3 3993man/man3/lh_TYPE_new.3
@@ -4035,15 +4039,13 @@ man/man7/ossl_store-file.7 @@ -4035,15 +4039,13 @@ man/man7/ossl_store-file.7
4035man/man7/ossl_store.7 4039man/man7/ossl_store.7
4036man/man7/passphrase-encoding.7 4040man/man7/passphrase-encoding.7
4037man/man7/proxy-certificates.7 4041man/man7/proxy-certificates.7
4038man/man7/scrypt.7 4042man/man7/scrypt.7
4039man/man7/ssl.7 4043man/man7/ssl.7
4040man/man7/x509.7 4044man/man7/x509.7
4041share/examples/openssl/ct_log_list.cnf 4045share/examples/openssl/ct_log_list.cnf
4042share/examples/openssl/ct_log_list.cnf.dist 4046share/examples/openssl/ct_log_list.cnf.dist
4043share/examples/openssl/misc/CA.pl 4047share/examples/openssl/misc/CA.pl
4044share/examples/openssl/misc/tsget 4048share/examples/openssl/misc/tsget
4045share/examples/openssl/misc/tsget.pl 4049share/examples/openssl/misc/tsget.pl
4046share/examples/openssl/openssl.cnf 4050share/examples/openssl/openssl.cnf
4047share/examples/openssl/openssl.cnf.dist 4051share/examples/openssl/openssl.cnf.dist
4048@pkgdir share/examples/openssl/private 
4049@pkgdir share/examples/openssl/certs 

cvs diff -r1.156 -r1.157 pkgsrc/security/openssl/distinfo (expand / switch to unified diff)

--- pkgsrc/security/openssl/distinfo 2022/01/11 13:54:01 1.156
+++ pkgsrc/security/openssl/distinfo 2022/02/28 12:25:09 1.157
@@ -1,10 +1,8 @@ @@ -1,10 +1,8 @@
1$NetBSD: distinfo,v 1.156 2022/01/11 13:54:01 schmonz Exp $ 1$NetBSD: distinfo,v 1.157 2022/02/28 12:25:09 wiz Exp $
2 2
3BLAKE2s (openssl-1.1.1l.tar.gz) = a011562eff4d77dab8d1e80753fa06cb87945783b4dd9ca111e37a59209f1df6 3BLAKE2s (openssl-1.1.1m.tar.gz) = 4fbc0401eb9e3b8100c82b736e86cade3bf0ff9f0ed7c3fc96c99fb3b9f32485
4SHA512 (openssl-1.1.1l.tar.gz) = d9611f393e37577cca05004531388d3e0ebbf714894cab9f95f4903909cd4f45c214faab664c0cbc3ad3cca309d500b9e6d0ecbf9a0a0588d1677dc6b047f9e0 4SHA512 (openssl-1.1.1m.tar.gz) = ba0ef99b321546c13385966e4a607734df38b96f6ed45c4c67063a5f8d1482986855279797a6920d9f86c2ec31ce3e104dcc62c37328caacdd78aec59aa66156
5Size (openssl-1.1.1l.tar.gz) = 9834044 bytes 5Size (openssl-1.1.1m.tar.gz) = 9847315 bytes
6SHA1 (patch-Configurations_shared-info.pl) = 0e835f6e343b5d05ef9a0e6ef2a195201262d15c 6SHA1 (patch-Configurations_shared-info.pl) = 0e835f6e343b5d05ef9a0e6ef2a195201262d15c
7SHA1 (patch-Configurations_unix-Makefile.tmpl) = 3f47dd453381485aeb6c37dc53f932428fdcef50 7SHA1 (patch-Configurations_unix-Makefile.tmpl) = 3f47dd453381485aeb6c37dc53f932428fdcef50
8SHA1 (patch-Configure) = 479f1bc826f7721f6b44d6b5a6cf460432924bf2 8SHA1 (patch-Configure) = 479f1bc826f7721f6b44d6b5a6cf460432924bf2
9SHA1 (patch-crypto_rand_rand__unix.c) = 41b7cce4f31021080d5dfdd2b7d4ddc0f4c7175a 
10SHA1 (patch-include_crypto_rand.h) = c7c6556a483b56ba2ac23c6b44193ce3dc0b2119 

File Deleted: pkgsrc/security/openssl/patches/Attic/patch-crypto_rand_rand__unix.c

File Deleted: pkgsrc/security/openssl/patches/Attic/patch-include_crypto_rand.h