pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/openssl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Nov  5 18:42:00 UTC 2022

Modified Files:
        pkgsrc/security/openssl: Makefile PLIST distinfo

Log Message:
openssl: update to 1.1.1s.

  Major changes between OpenSSL 1.1.1r and OpenSSL 1.1.1s [1 Nov 2022]

      o Fixed a regression introduced in OpenSSL 1.1.1r not refreshing the
        certificate data to be signed before signing the certificate.

  Major changes between OpenSSL 1.1.1q and OpenSSL 1.1.1r [11 Oct 2022]

      o Added a missing header for memcmp that caused compilation failure on
        some platforms


To generate a diff of this commit:
cvs rdiff -u -r1.285 -r1.286 pkgsrc/security/openssl/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/openssl/PLIST
cvs rdiff -u -r1.163 -r1.164 pkgsrc/security/openssl/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/openssl/Makefile
diff -u pkgsrc/security/openssl/Makefile:1.285 pkgsrc/security/openssl/Makefile:1.286
--- pkgsrc/security/openssl/Makefile:1.285      Wed Oct 12 14:32:38 2022
+++ pkgsrc/security/openssl/Makefile    Sat Nov  5 18:42:00 2022
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.285 2022/10/12 14:32:38 wiz Exp $
+# $NetBSD: Makefile,v 1.286 2022/11/05 18:42:00 wiz Exp $
 
 # Remember to upload-distfiles when updating OpenSSL -- otherwise it
 # is not possible for users who have bootstrapped without OpenSSL
 # to install it and enable HTTPS fetching.
-DISTNAME=      openssl-1.1.1q
+DISTNAME=      openssl-1.1.1s
 CATEGORIES=    security
 MASTER_SITES=  https://www.openssl.org/source/
 

Index: pkgsrc/security/openssl/PLIST
diff -u pkgsrc/security/openssl/PLIST:1.12 pkgsrc/security/openssl/PLIST:1.13
--- pkgsrc/security/openssl/PLIST:1.12  Tue Jun 21 18:48:39 2022
+++ pkgsrc/security/openssl/PLIST       Sat Nov  5 18:42:00 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2022/06/21 18:48:39 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.13 2022/11/05 18:42:00 wiz Exp $
 bin/c_rehash
 bin/openssl
 include/openssl/aes.h
@@ -2263,6 +2263,8 @@ man/man3/PKCS7_SIGNER_INFO_free.3
 man/man3/PKCS7_SIGNER_INFO_new.3
 man/man3/PKCS7_SIGN_ENVELOPE_free.3
 man/man3/PKCS7_SIGN_ENVELOPE_new.3
+man/man3/PKCS7_add_certificate.3
+man/man3/PKCS7_add_crl.3
 man/man3/PKCS7_decrypt.3
 man/man3/PKCS7_dup.3
 man/man3/PKCS7_encrypt.3

Index: pkgsrc/security/openssl/distinfo
diff -u pkgsrc/security/openssl/distinfo:1.163 pkgsrc/security/openssl/distinfo:1.164
--- pkgsrc/security/openssl/distinfo:1.163      Wed Oct 12 14:32:38 2022
+++ pkgsrc/security/openssl/distinfo    Sat Nov  5 18:42:00 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.163 2022/10/12 14:32:38 wiz Exp $
+$NetBSD: distinfo,v 1.164 2022/11/05 18:42:00 wiz Exp $
 
-BLAKE2s (openssl-1.1.1q.tar.gz) = 425462aecc856af9dfb5b2dedd5e3f7f7f74a2243570a4643a168f27e6cf5b9c
-SHA512 (openssl-1.1.1q.tar.gz) = cb9f184ec4974a3423ef59c8ec86b6bf523d5b887da2087ae58c217249da3246896fdd6966ee9c13aea9e6306783365239197e9f742c508a0e35e5744e3e085f
-Size (openssl-1.1.1q.tar.gz) = 9864061 bytes
+BLAKE2s (openssl-1.1.1s.tar.gz) = 745dcf07ed1abea12b4c7aa5cc9cb9edb724c4f1117499b87f251ac01f0ffada
+SHA512 (openssl-1.1.1s.tar.gz) = 2ef983f166b5e1bf456ca37938e7e39d58d4cd85e9fc4b5174a05f5c37cc5ad89c3a9af97a6919bcaab128a8a92e4bdc8a045e5d9156d90768da8f73ac67c5b9
+Size (openssl-1.1.1s.tar.gz) = 9868981 bytes
 SHA1 (patch-Configurations_shared-info.pl) = 0e835f6e343b5d05ef9a0e6ef2a195201262d15c
 SHA1 (patch-Configurations_unix-Makefile.tmpl) = 3f47dd453381485aeb6c37dc53f932428fdcef50
 SHA1 (patch-Configure) = 479f1bc826f7721f6b44d6b5a6cf460432924bf2



Home | Main Index | Thread Index | Old Index