Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/geary/
Date: Sun, 16 Feb 2020 18:06:09
Message-Id: 1581876316.4f8124fa52d503325de2cc2f78a52868979ce797.leio@gentoo
1 commit: 4f8124fa52d503325de2cc2f78a52868979ce797
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 16 18:05:16 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 16 18:05:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f8124fa
7
8 mail-client/geary: ensure a single enchant version mapped at runtime
9
10 webkit-gtk-2.26.4-r0 was added for security, which many be using
11 enchant:0. Update the dep here to ensure revision that uses enchant:2
12 for sure again. Disallowing 2.26.3-r1 should be fine, as it just
13 adds extra security safety net.
14
15 Package-Manager: Portage-2.3.84, Repoman-2.3.20
16 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
17
18 mail-client/geary/geary-3.34.2-r3.ebuild | 4 ++--
19 1 file changed, 2 insertions(+), 2 deletions(-)
20
21 diff --git a/mail-client/geary/geary-3.34.2-r3.ebuild b/mail-client/geary/geary-3.34.2-r3.ebuild
22 index babca1939ee..fae66e3a724 100644
23 --- a/mail-client/geary/geary-3.34.2-r3.ebuild
24 +++ b/mail-client/geary/geary-3.34.2-r3.ebuild
25 @@ -19,14 +19,14 @@ KEYWORDS="~amd64 ~x86"
26 # for now both enchants work, but ensuring enchant:2
27 # FIXME: add valadoc support
28
29 -# >=webkit-gtk-2.26.3-r1 and >=gspell-1.7 dep to ensure all libraries used use enchant:2
30 +# >=webkit-gtk-2.26.4-r1 and >=gspell-1.7 dep to ensure all libraries used use enchant:2
31 # >=webkit-gtk-2.26 dep to ensure HAS_WEBKIT_SHARED_PROC is handled for it;
32 # If not, it could be compiled against 2.24 and then webkit-gtk upgraded and
33 # geary not rebuilt, ending up in geary issues #558 and #559 still.
34 DEPEND="
35 >=dev-libs/glib-2.54:2
36 >=x11-libs/gtk+-3.24.7:3
37 - >=net-libs/webkit-gtk-2.26.3-r1:4=
38 + >=net-libs/webkit-gtk-2.26.4-r1:4=
39 >=dev-libs/gmime-2.6.17:2.6
40 >=dev-db/sqlite-3.12:3