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:   adam
Date:           Mon Sep 22 05:51:24 UTC 2025

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

Log Message:
openssl: updated to 3.5.3

OpenSSL 3.5.3 is a bug fix release.

This release incorporates the following bug fixes and mitigations:

Added FIPS 140-3 PCT on DH key generation.
Fixed the synthesised OPENSSL_VERSION_NUMBER.


To generate a diff of this commit:
cvs rdiff -u -r1.310 -r1.311 pkgsrc/security/openssl/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/security/openssl/PLIST
cvs rdiff -u -r1.182 -r1.183 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.310 pkgsrc/security/openssl/Makefile:1.311
--- pkgsrc/security/openssl/Makefile:1.310      Tue Aug  5 20:03:24 2025
+++ pkgsrc/security/openssl/Makefile    Mon Sep 22 05:51:24 2025
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.310 2025/08/05 20:03:24 adam Exp $
+# $NetBSD: Makefile,v 1.311 2025/09/22 05:51:24 adam 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-3.5.2
+DISTNAME=      openssl-3.5.3
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=openssl/}
 GITHUB_RELEASE=        ${DISTNAME}

Index: pkgsrc/security/openssl/PLIST
diff -u pkgsrc/security/openssl/PLIST:1.22 pkgsrc/security/openssl/PLIST:1.23
--- pkgsrc/security/openssl/PLIST:1.22  Mon Jun 30 15:40:13 2025
+++ pkgsrc/security/openssl/PLIST       Mon Sep 22 05:51:24 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2025/06/30 15:40:13 adam Exp $
+@comment $NetBSD: PLIST,v 1.23 2025/09/22 05:51:24 adam Exp $
 bin/c_rehash
 bin/openssl
 include/openssl/aes.h
@@ -4559,10 +4559,12 @@ man/man3/SSL_OP_BIT.3
 man/man3/SSL_POLL_EVENT_E.3
 man/man3/SSL_POLL_EVENT_EC.3
 man/man3/SSL_POLL_EVENT_ECD.3
+man/man3/SSL_POLL_EVENT_EL.3
 man/man3/SSL_POLL_EVENT_ER.3
 man/man3/SSL_POLL_EVENT_EW.3
 man/man3/SSL_POLL_EVENT_F.3
 man/man3/SSL_POLL_EVENT_I.3
+man/man3/SSL_POLL_EVENT_IC.3
 man/man3/SSL_POLL_EVENT_IS.3
 man/man3/SSL_POLL_EVENT_ISB.3
 man/man3/SSL_POLL_EVENT_ISE.3

Index: pkgsrc/security/openssl/distinfo
diff -u pkgsrc/security/openssl/distinfo:1.182 pkgsrc/security/openssl/distinfo:1.183
--- pkgsrc/security/openssl/distinfo:1.182      Tue Aug  5 20:03:24 2025
+++ pkgsrc/security/openssl/distinfo    Mon Sep 22 05:51:24 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.182 2025/08/05 20:03:24 adam Exp $
+$NetBSD: distinfo,v 1.183 2025/09/22 05:51:24 adam Exp $
 
-BLAKE2s (openssl-3.5.2.tar.gz) = 39818eb473c4a5fab35d0466d3da0428395c619bdf28ae66e5f9f1deba0c4e94
-SHA512 (openssl-3.5.2.tar.gz) = db2c7a88bea432f96d867a98af15f850f371d4136c657338de93cb88a39a3578c025b5df7310e195a02fc715ad5a2422a319a44f0247c6a7e2ba8b36aad77651
-Size (openssl-3.5.2.tar.gz) = 53180161 bytes
+BLAKE2s (openssl-3.5.3.tar.gz) = 2114fbbe3807e3ce0cf07180c1086826d760fe14d7e1d1cfb65ea56d3798ecae
+SHA512 (openssl-3.5.3.tar.gz) = 58265c05d208a269418d4928d3127d22738e696d5d080ab8f1c0cbd2cd30e4e1e07e244a1d81c9b40f1a7f972fe835f4f122c098a7b2177ac48492881416aa78
+Size (openssl-3.5.3.tar.gz) = 53183370 bytes
 SHA1 (patch-Configurations_unix-Makefile.tmpl) = ea9b0a0c8de810362813d84a4f85c5ebdedf9fc6
 SHA1 (patch-util_perl_OpenSSL_config.pm) = 3ba3c23046bf69c7d348b4c1c8c8269d83cfa2b4



Home | Main Index | Thread Index | Old Index