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:           Tue May 30 14:52:00 UTC 2023

Modified Files:
        pkgsrc/security/openssl: Makefile distinfo
Removed Files:
        pkgsrc/security/openssl/patches: patch-crypto_x509v3_pcy__local.h
            patch-crypto_x509v3_pcy__node.c patch-crypto_x509v3_pcy__tree.c

Log Message:
openssl: update to 1.1.1u.

Fixes a new CVE.


To generate a diff of this commit:
cvs rdiff -u -r1.288 -r1.289 pkgsrc/security/openssl/Makefile
cvs rdiff -u -r1.166 -r1.167 pkgsrc/security/openssl/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/security/openssl/patches/patch-crypto_x509v3_pcy__local.h \
    pkgsrc/security/openssl/patches/patch-crypto_x509v3_pcy__node.c \
    pkgsrc/security/openssl/patches/patch-crypto_x509v3_pcy__tree.c

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.288 pkgsrc/security/openssl/Makefile:1.289
--- pkgsrc/security/openssl/Makefile:1.288      Thu Mar 23 06:16:22 2023
+++ pkgsrc/security/openssl/Makefile    Tue May 30 14:52:00 2023
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.288 2023/03/23 06:16:22 wiz Exp $
+# $NetBSD: Makefile,v 1.289 2023/05/30 14:52: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.1t
-PKGREVISION=   1
+DISTNAME=      openssl-1.1.1u
 CATEGORIES=    security
 MASTER_SITES=  https://www.openssl.org/source/
 
@@ -29,7 +28,7 @@ CONFIGURE_ARGS+=      shared
 
 .include "../../mk/bsd.prefs.mk"
 
-.if !empty(MACHINE_PLATFORM:MDarwin-[0-8].*-powerpc)
+.if ${MACHINE_PLATFORM:MDarwin-[0-8].*-powerpc}
 # No {get,make,set}context support before Darwin 9
 CONFIGURE_ARGS+=       no-async
 .endif

Index: pkgsrc/security/openssl/distinfo
diff -u pkgsrc/security/openssl/distinfo:1.166 pkgsrc/security/openssl/distinfo:1.167
--- pkgsrc/security/openssl/distinfo:1.166      Thu Mar 23 06:16:22 2023
+++ pkgsrc/security/openssl/distinfo    Tue May 30 14:52:00 2023
@@ -1,11 +1,8 @@
-$NetBSD: distinfo,v 1.166 2023/03/23 06:16:22 wiz Exp $
+$NetBSD: distinfo,v 1.167 2023/05/30 14:52:00 wiz Exp $
 
-BLAKE2s (openssl-1.1.1t.tar.gz) = ef41c557d0e29387b2e6e41349054c1f45e0ab6a208070450c42bc0491ec7b2e
-SHA512 (openssl-1.1.1t.tar.gz) = 628676c9c3bc1cf46083d64f61943079f97f0eefd0264042e40a85dbbd988f271bfe01cd1135d22cc3f67a298f1d078041f8f2e97b0da0d93fe172da573da18c
-Size (openssl-1.1.1t.tar.gz) = 9881866 bytes
+BLAKE2s (openssl-1.1.1u.tar.gz) = 3be5d53d3d57999fcf6c82184980dc0bb02344d1f7e94c5b0dde2665a1678c7b
+SHA512 (openssl-1.1.1u.tar.gz) = d00aeb0b4c4676deff06ff95af7ac33dd683b92f972b4a8ae55cf384bb37c7ec30ab83c6c0745daf87cf1743a745fced6a347fd11fed4c548aa0953610ed4919
+Size (openssl-1.1.1u.tar.gz) = 9892176 bytes
 SHA1 (patch-Configurations_shared-info.pl) = 0e835f6e343b5d05ef9a0e6ef2a195201262d15c
 SHA1 (patch-Configurations_unix-Makefile.tmpl) = 3f47dd453381485aeb6c37dc53f932428fdcef50
 SHA1 (patch-Configure) = 479f1bc826f7721f6b44d6b5a6cf460432924bf2
-SHA1 (patch-crypto_x509v3_pcy__local.h) = 274d1877db4107879398f982e4e9652054ee624e
-SHA1 (patch-crypto_x509v3_pcy__node.c) = c394da4e084765ee668f6b1b8bd72d4ae62b047a
-SHA1 (patch-crypto_x509v3_pcy__tree.c) = 92d87af1dbd55db15d03c3e18c48f018f7c32a67



Home | Main Index | Thread Index | Old Index