Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 10EDD84D1B for ; Fri, 3 Nov 2023 09:53:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Y4tpGe38Mvmp for ; Fri, 3 Nov 2023 09:53:05 +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 9DF1584D0C for ; Fri, 3 Nov 2023 09:53:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 90532FA2B; Fri, 3 Nov 2023 09:53:05 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 3 Nov 2023 09:53:05 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-10] src/external/bsd/libevent/dist To: source-changes@NetBSD.org Approved: for-source-only Reply-To: martin@netbsd.org X-Mailer: log_accum Message-Id: <20231103095305.90532FA2B@cvs.NetBSD.org> Module Name: src Committed By: martin Date: Fri Nov 3 09:53:05 UTC 2023 Modified Files: src/external/bsd/libevent/dist [netbsd-10]: openssl-compat.h Log Message: Pull up following revision(s) (requested by rin in ticket #449): external/bsd/libevent/dist/openssl-compat.h: revision 1.2 Cherry-pick upstream fix for LibreSSL. NFC for us at the moment. https://github.com/libevent/libevent/commit/883630f76cbf512003b81de25cd96cb75c6cf0f9 Don't define BIO_get_init() for LibreSSL 3.5+ BIO_get_init() is available in LibreSSL 3.5 and later. The BIO type will become opaque, so the existing macro will break the build. To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.1.1.2.6.1 \ src/external/bsd/libevent/dist/openssl-compat.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.