From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 56CE815ACFC for ; Wed, 3 May 2023 13:29:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90960E1070; Wed, 3 May 2023 13:29:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5546EE1070 for ; Wed, 3 May 2023 13:29:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B5E434178E for ; Wed, 3 May 2023 13:29:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95B1C8AC for ; Wed, 3 May 2023 13:29:46 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1683120394.c3a987fad184c563fe3cb055f38b0245a015c82d.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-libs/libevent/files/, dev-libs/libevent/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: dev-libs/libevent/Manifest dev-libs/libevent/files/libevent-2.1.12-libressl.patch dev-libs/libevent/libevent-2.1.12-r1.ebuild dev-libs/libevent/metadata.xml X-VCS-Directories: dev-libs/libevent/ dev-libs/libevent/files/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: c3a987fad184c563fe3cb055f38b0245a015c82d X-VCS-Branch: master Date: Wed, 3 May 2023 13:29:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e8f7ca6b-af95-48a8-aaaf-48ede3b0820a X-Archives-Hash: 96f8c6c652b9c1f6c5bef7fb31884894 commit: c3a987fad184c563fe3cb055f38b0245a015c82d Author: orbea riseup net> AuthorDate: Wed May 3 13:26:34 2023 +0000 Commit: orbea riseup net> CommitDate: Wed May 3 13:26:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=c3a987fa dev-libs/libevent: treeclean Bug: https://bugs.gentoo.org/903001 Upstream-PR: https://github.com/gentoo/gentoo/pull/30840 Upstream-Commit: https://github.com/gentoo/gentoo/commit/339d581366252f59abd7b6a9fe06d4c5c08af0c2 Signed-off-by: orbea riseup.net> dev-libs/libevent/Manifest | 1 - .../libevent/files/libevent-2.1.12-libressl.patch | 25 ------- dev-libs/libevent/libevent-2.1.12-r1.ebuild | 79 ---------------------- dev-libs/libevent/metadata.xml | 21 ------ 4 files changed, 126 deletions(-) diff --git a/dev-libs/libevent/Manifest b/dev-libs/libevent/Manifest deleted file mode 100644 index 204afbb..0000000 --- a/dev-libs/libevent/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libevent-2.1.12.tar.gz 1100847 BLAKE2B bc1ace15f639ecef2e6b3f95976b8830c1d86f1d06606dd949e2978611fdf9859ed4eb9292d13e6e90e3835063edb94aae64a15c518d5dabe680f37d5a7f5290 SHA512 88d8944cd75cbe78bc4e56a6741ca67c017a3686d5349100f1c74f8a68ac0b6410ce64dff160be4a4ba0696ee29540dfed59aaf3c9a02f0c164b00307fcfe84f diff --git a/dev-libs/libevent/files/libevent-2.1.12-libressl.patch b/dev-libs/libevent/files/libevent-2.1.12-libressl.patch deleted file mode 100644 index be9e04d..0000000 --- a/dev-libs/libevent/files/libevent-2.1.12-libressl.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 883630f76cbf512003b81de25cd96cb75c6cf0f9 Mon Sep 17 00:00:00 2001 -From: Theo Buehler -Date: Sun, 21 Nov 2021 21:38:20 +0100 -Subject: [PATCH] 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. ---- - openssl-compat.h | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/openssl-compat.h b/openssl-compat.h -index a23e34251b..f5de25539f 100644 ---- a/openssl-compat.h -+++ b/openssl-compat.h -@@ -40,7 +40,8 @@ static inline BIO_METHOD *BIO_meth_new(int type, const char *name) - #endif /* (OPENSSL_VERSION_NUMBER < 0x10100000L) || \ - (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000L) */ - --#if defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER >= 0x20700000L -+#if defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER >= 0x20700000L && \ -+ LIBRESSL_VERSION_NUMBER < 0x30500000L - #define BIO_get_init(b) (b)->init - #endif - diff --git a/dev-libs/libevent/libevent-2.1.12-r1.ebuild b/dev-libs/libevent/libevent-2.1.12-r1.ebuild deleted file mode 100644 index 891b6b3..0000000 --- a/dev-libs/libevent/libevent-2.1.12-r1.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit libtool multilib-minimal - -DESCRIPTION="Library to execute a function when a specific event occurs on a file descriptor" -HOMEPAGE=" - https://libevent.org/ - https://github.com/libevent/libevent/ -" -SRC_URI=" - https://github.com/${PN}/${PN}/releases/download/release-${PV/_/-}-stable/${P/_/-}-stable.tar.gz -> ${P}.tar.gz -" -LICENSE="BSD" - -SLOT="0/2.1-7" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE=" - +clock-gettime debug malloc-replacement +ssl static-libs test - verbose-debug -" -RESTRICT="!test? ( test )" - -DEPEND=" - ssl? ( - >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] - ) -" -RDEPEND=" - ${DEPEND} - !<=dev-libs/9libs-1.0 -" -MULTILIB_WRAPPED_HEADERS=( - /usr/include/event2/event-config.h -) -S=${WORKDIR}/${P/_/-}-stable - -src_prepare() { - default - # bug #767472 - elibtoolize - - # LibreSSL 3.5.0 compatibility patch. - # Will not be necessary in next release of libevent as this patch is - # already upstream - eapply "${FILESDIR}/${PN}-2.1.12-libressl.patch" -} - -multilib_src_configure() { - # fix out-of-source builds - mkdir -p test || die - - ECONF_SOURCE="${S}" \ - econf \ - $(use_enable clock-gettime) \ - $(use_enable debug debug-mode) \ - $(use_enable malloc-replacement malloc-replacement) \ - $(use_enable ssl openssl) \ - $(use_enable static-libs static) \ - $(use_enable test libevent-regress) \ - $(use_enable verbose-debug) \ - --disable-samples -} - -src_test() { - # The test suite doesn't quite work (see bug #406801 for the latest - # installment in a riveting series of reports). - : - # emake -C test check | tee "${T}"/tests -} - -DOCS=( ChangeLog{,-1.4,-2.0} ) - -multilib_src_install_all() { - einstalldocs - find "${ED}" -name '*.la' -delete || die -} diff --git a/dev-libs/libevent/metadata.xml b/dev-libs/libevent/metadata.xml deleted file mode 100644 index 382b011..0000000 --- a/dev-libs/libevent/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - mgorny@gentoo.org - Michał Górny - - - cpe:/a:niels_provos:libevent - libevent/libevent - levent - - - Disable use of clock_gettime even if it is available - Support for running in debug mode - Support for replacing the memory management functions - Support for net-libs/mbedtls encryption - Support for dev-libs/openssl encryption - Support for verbose debug logging - -