Received: by mail.netbsd.org (Postfix, from userid 605) id 51C27850FE; Tue, 10 May 2022 05:43:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8C485850FB for ; Tue, 10 May 2022 05:43:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 0hrulffywwGg for ; Tue, 10 May 2022 05:43:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 04B5584CED for ; Tue, 10 May 2022 05:43:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C20F0FA94; Tue, 10 May 2022 05:43:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1652161430260700" MIME-Version: 1.0 Date: Tue, 10 May 2022 05:43:50 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/openssl To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220510054350.C20F0FA94@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1652161430260700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue May 10 05:43:50 UTC 2022 Modified Files: pkgsrc/security/openssl: Makefile distinfo Log Message: openssl: update to 1.1.1o. Major changes between OpenSSL 1.1.1n and OpenSSL 1.1.1o [3 May 2022] o Fixed a bug in the c_rehash script which was not properly sanitising shell metacharacters to prevent command injection (CVE-2022-1292) To generate a diff of this commit: cvs rdiff -u -r1.279 -r1.280 pkgsrc/security/openssl/Makefile cvs rdiff -u -r1.158 -r1.159 pkgsrc/security/openssl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1652161430260700 Content-Disposition: inline Content-Length: 1966 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/openssl/Makefile diff -u pkgsrc/security/openssl/Makefile:1.279 pkgsrc/security/openssl/Makefile:1.280 --- pkgsrc/security/openssl/Makefile:1.279 Tue Mar 15 18:20:02 2022 +++ pkgsrc/security/openssl/Makefile Tue May 10 05:43:50 2022 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.279 2022/03/15 18:20:02 wiz Exp $ +# $NetBSD: Makefile,v 1.280 2022/05/10 05:43:50 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.1n +DISTNAME= openssl-1.1.1o CATEGORIES= security MASTER_SITES= https://www.openssl.org/source/ Index: pkgsrc/security/openssl/distinfo diff -u pkgsrc/security/openssl/distinfo:1.158 pkgsrc/security/openssl/distinfo:1.159 --- pkgsrc/security/openssl/distinfo:1.158 Tue Mar 15 18:20:02 2022 +++ pkgsrc/security/openssl/distinfo Tue May 10 05:43:50 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.158 2022/03/15 18:20:02 wiz Exp $ +$NetBSD: distinfo,v 1.159 2022/05/10 05:43:50 wiz Exp $ -BLAKE2s (openssl-1.1.1n.tar.gz) = c79ef07f2bc65bbe60f22989154ebf64d0e996566149edaa04485372034804a8 -SHA512 (openssl-1.1.1n.tar.gz) = 1937796736613dcf4105a54e42ecb61f95a1cea74677156f9459aea0f2c95159359e766089632bf364ee6b0d28d661eb9957bce8fecc9d2436378d8d79e8d0a4 -Size (openssl-1.1.1n.tar.gz) = 9850712 bytes +BLAKE2s (openssl-1.1.1o.tar.gz) = 1cce7975b7c39641707fa142214c6b22255b42151ef6e4da49eeacf1dc9466cc +SHA512 (openssl-1.1.1o.tar.gz) = 75b2f1499cb4640229eb6cd35d85cbff2e19db17b959ac4d04b60f1b395b73567f9003521452a0fcfeea9b31b26de0a7bccf476ecf9caae02298f3647cfb7e23 +Size (openssl-1.1.1o.tar.gz) = 9856386 bytes SHA1 (patch-Configurations_shared-info.pl) = 0e835f6e343b5d05ef9a0e6ef2a195201262d15c SHA1 (patch-Configurations_unix-Makefile.tmpl) = 3f47dd453381485aeb6c37dc53f932428fdcef50 SHA1 (patch-Configure) = 479f1bc826f7721f6b44d6b5a6cf460432924bf2 --_----------=_1652161430260700--