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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C6461158086 for ; Wed, 13 Oct 2021 16:34:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23736E0829; Wed, 13 Oct 2021 16:34:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0917EE0829 for ; Wed, 13 Oct 2021 16:34:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 919B7343553 for ; Wed, 13 Oct 2021 16:34:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 381272C for ; Wed, 13 Oct 2021 16:34:33 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1634142844.82a20a67837c2d8d50e9432d1efe98ab9d9ca1ca.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/telegram-desktop/telegram-desktop-3.0.1-r1.ebuild X-VCS-Directories: net-im/telegram-desktop/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 82a20a67837c2d8d50e9432d1efe98ab9d9ca1ca X-VCS-Branch: master Date: Wed, 13 Oct 2021 16:34:33 +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: 320bf15a-b8ef-41c4-a673-2942b9a93a09 X-Archives-Hash: 79384c6f064d9e0db40195b40f55a067 commit: 82a20a67837c2d8d50e9432d1efe98ab9d9ca1ca Author: Esteve Varela Colominas gmail com> AuthorDate: Wed Oct 13 14:48:15 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Oct 13 16:34:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82a20a67 net-im/telegram-desktop: Apply openssl3 patch to 3.0.1 Build-time exclusive fix, package will already be rebuilt when the openssl version changes. Signed-off-by: Esteve Varela Colominas gmail.com> Closes: https://github.com/gentoo/gentoo/pull/22573 Signed-off-by: Georgy Yakovlev gentoo.org> net-im/telegram-desktop/telegram-desktop-3.0.1-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-im/telegram-desktop/telegram-desktop-3.0.1-r1.ebuild b/net-im/telegram-desktop/telegram-desktop-3.0.1-r1.ebuild index f17835c3420..1caa0fa536b 100644 --- a/net-im/telegram-desktop/telegram-desktop-3.0.1-r1.ebuild +++ b/net-im/telegram-desktop/telegram-desktop-3.0.1-r1.ebuild @@ -75,6 +75,7 @@ S="${WORKDIR}/${MY_P}" PATCHES=( "${FILESDIR}/tdesktop-2.9.3-jemalloc-only-telegram.patch" + "${FILESDIR}/tdesktop-3.1.0-fix-openssl3.patch" ) pkg_pretend() {