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 39435158020 for ; Thu, 3 Nov 2022 23:08:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C642E0391; Thu, 3 Nov 2022 23:08:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1BC52E0391 for ; Thu, 3 Nov 2022 23:08:56 +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 2AE2C34142C for ; Thu, 3 Nov 2022 23:08:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51AC7523 for ; Thu, 3 Nov 2022 23:08:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1667516900.e4d915e30d3765d9551440fdb54c4ddfff86b9ce.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/firefox/firefox-102.4.0.ebuild www-client/firefox/firefox-106.0.2.ebuild www-client/firefox/firefox-106.0.4.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e4d915e30d3765d9551440fdb54c4ddfff86b9ce X-VCS-Branch: master Date: Thu, 3 Nov 2022 23:08:53 +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: 369a2f2d-9311-4214-8971-fa7569daf652 X-Archives-Hash: 10ba1a071c2ad015dd890ffe425b971a commit: e4d915e30d3765d9551440fdb54c4ddfff86b9ce Author: Sam James gentoo org> AuthorDate: Thu Nov 3 23:08:20 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Nov 3 23:08:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4d915e3 www-client/firefox: crank up system-libevent dependency The bundled version of libevent is 2.1.12: >firefox-102.4.0/ipc/chromium/src/third_party/libevent/configure.ac:8:AC_INIT(libevent,2.1.12-stable) Closes: https://bugs.gentoo.org/879341 Signed-off-by: Sam James gentoo.org> www-client/firefox/firefox-102.4.0.ebuild | 2 +- www-client/firefox/firefox-106.0.2.ebuild | 2 +- www-client/firefox/firefox-106.0.4.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www-client/firefox/firefox-102.4.0.ebuild b/www-client/firefox/firefox-102.4.0.ebuild index d9b3be98352e..9cb14de9e22a 100644 --- a/www-client/firefox/firefox-102.4.0.ebuild +++ b/www-client/firefox/firefox-102.4.0.ebuild @@ -159,7 +159,7 @@ COMMON_DEPEND="${FF_ONLY_DEPEND} ) system-icu? ( >=dev-libs/icu-71.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) - system-libevent? ( >=dev-libs/libevent-2.0:0=[threads] ) + system-libevent? ( >=dev-libs/libevent-2.1.12:0=[threads] ) system-libvpx? ( >=media-libs/libvpx-1.8.2:0=[postproc] ) system-png? ( >=media-libs/libpng-1.6.35:0=[apng] ) system-webp? ( >=media-libs/libwebp-1.1.0:0= ) diff --git a/www-client/firefox/firefox-106.0.2.ebuild b/www-client/firefox/firefox-106.0.2.ebuild index 3a7f6876f2cf..0c86994fb351 100644 --- a/www-client/firefox/firefox-106.0.2.ebuild +++ b/www-client/firefox/firefox-106.0.2.ebuild @@ -159,7 +159,7 @@ COMMON_DEPEND="${FF_ONLY_DEPEND} ) system-icu? ( >=dev-libs/icu-71.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) - system-libevent? ( >=dev-libs/libevent-2.0:0=[threads] ) + system-libevent? ( >=dev-libs/libevent-2.1.12:0=[threads] ) system-libvpx? ( >=media-libs/libvpx-1.8.2:0=[postproc] ) system-png? ( >=media-libs/libpng-1.6.35:0=[apng] ) system-webp? ( >=media-libs/libwebp-1.1.0:0= ) diff --git a/www-client/firefox/firefox-106.0.4.ebuild b/www-client/firefox/firefox-106.0.4.ebuild index 3a7f6876f2cf..0c86994fb351 100644 --- a/www-client/firefox/firefox-106.0.4.ebuild +++ b/www-client/firefox/firefox-106.0.4.ebuild @@ -159,7 +159,7 @@ COMMON_DEPEND="${FF_ONLY_DEPEND} ) system-icu? ( >=dev-libs/icu-71.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) - system-libevent? ( >=dev-libs/libevent-2.0:0=[threads] ) + system-libevent? ( >=dev-libs/libevent-2.1.12:0=[threads] ) system-libvpx? ( >=media-libs/libvpx-1.8.2:0=[postproc] ) system-png? ( >=media-libs/libpng-1.6.35:0=[apng] ) system-webp? ( >=media-libs/libwebp-1.1.0:0= )