Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/
Date: Fri, 28 Apr 2017 13:58:41
Message-Id: 1493387890.1fc67dfbf0f9e5bbd0ab78631187c93c4cb5c39e.axs@gentoo
1 commit: 1fc67dfbf0f9e5bbd0ab78631187c93c4cb5c39e
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 28 13:58:10 2017 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 28 13:58:10 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=1fc67dfb
7
8 bump graphite2 version requirements to ensure un-vulnerable for firefox-53
9
10 eclass/mozconfig-v6.53.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/mozconfig-v6.53.eclass b/eclass/mozconfig-v6.53.eclass
14 index 18d5c0f..9222c7b 100644
15 --- a/eclass/mozconfig-v6.53.eclass
16 +++ b/eclass/mozconfig-v6.53.eclass
17 @@ -126,7 +126,7 @@ RDEPEND=">=app-text/hunspell-1.5.4:=
18 system-libevent? ( >=dev-libs/libevent-2.0:0= )
19 system-sqlite? ( >=dev-db/sqlite-3.17.0:3[secure-delete,debug=] )
20 system-libvpx? ( >=media-libs/libvpx-1.5.0:0=[postproc] )
21 - system-harfbuzz? ( >=media-libs/harfbuzz-1.3.3:0= >=media-gfx/graphite2-1.3.8 )
22 + system-harfbuzz? ( >=media-libs/harfbuzz-1.3.3:0= >=media-gfx/graphite2-1.3.9-r1 )
23 "
24
25 if [[ -n ${MOZCONFIG_OPTIONAL_GTK3} ]]; then