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 A130D13835A for ; Fri, 7 May 2021 22:14:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1F58E0802; Fri, 7 May 2021 22:14:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9831E0802 for ; Fri, 7 May 2021 22:14:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1083C340E55 for ; Fri, 7 May 2021 22:14:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66A7A74C for ; Fri, 7 May 2021 22:14:50 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1620425669.e10b7d6b4437b3c39272f57d50c04dca5d591737.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/discover/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/discover/discover-5.20.5-r1.ebuild X-VCS-Directories: kde-plasma/discover/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e10b7d6b4437b3c39272f57d50c04dca5d591737 X-VCS-Branch: master Date: Fri, 7 May 2021 22:14:50 +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: c92d6851-9ddd-4576-8ada-e15a0160d6fa X-Archives-Hash: 0de9252ff7b619b9e60bc3894be4d519 commit: e10b7d6b4437b3c39272f57d50c04dca5d591737 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 5 02:31:39 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri May 7 22:14:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e10b7d6b kde-plasma/discover: Fix upstream linking See also: https://invent.kde.org/plasma/discover/-/merge_requests/116 Reported-by: Kenneth G. Strawn gmail.com> Closes: https://bugs.gentoo.org/785457 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/discover/discover-5.20.5-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kde-plasma/discover/discover-5.20.5-r1.ebuild b/kde-plasma/discover/discover-5.20.5-r1.ebuild index bf393487d62..f66e12748b4 100644 --- a/kde-plasma/discover/discover-5.20.5-r1.ebuild +++ b/kde-plasma/discover/discover-5.20.5-r1.ebuild @@ -53,7 +53,10 @@ RDEPEND="${DEPEND} >=kde-frameworks/kirigami-${KFMIN}:5 " -PATCHES=( "${FILESDIR}/${P}-CVE-2021-28117.patch" ) # bug 777777 +PATCHES=( + "${FILESDIR}/${P}-CVE-2021-28117.patch" # bug 777777 + "${FILESDIR}/${PN}-5.21.4-missing-link.patch" # bug 785457 +) src_prepare() { ecm_src_prepare