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 76045139694 for ; Fri, 28 Apr 2017 13:58:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4399AE0BB2; Fri, 28 Apr 2017 13:58:38 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A263E0BB2 for ; Fri, 28 Apr 2017 13:58:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7649C341726 for ; Fri, 28 Apr 2017 13:58:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D68D67436 for ; Fri, 28 Apr 2017 13:58:34 +0000 (UTC) From: "Ian Stakenvicius" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Stakenvicius" Message-ID: <1493387890.1fc67dfbf0f9e5bbd0ab78631187c93c4cb5c39e.axs@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/ X-VCS-Repository: proj/mozilla X-VCS-Files: eclass/mozconfig-v6.53.eclass X-VCS-Directories: eclass/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: 1fc67dfbf0f9e5bbd0ab78631187c93c4cb5c39e X-VCS-Branch: master Date: Fri, 28 Apr 2017 13:58:34 +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-Archives-Salt: f5f4a146-3cf7-45b8-8658-810b975ac5ae X-Archives-Hash: ebfa7d203e9b51aac3e260cfc8016ade commit: 1fc67dfbf0f9e5bbd0ab78631187c93c4cb5c39e Author: Ian Stakenvicius gentoo org> AuthorDate: Fri Apr 28 13:58:10 2017 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Fri Apr 28 13:58:10 2017 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=1fc67dfb bump graphite2 version requirements to ensure un-vulnerable for firefox-53 eclass/mozconfig-v6.53.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/mozconfig-v6.53.eclass b/eclass/mozconfig-v6.53.eclass index 18d5c0f..9222c7b 100644 --- a/eclass/mozconfig-v6.53.eclass +++ b/eclass/mozconfig-v6.53.eclass @@ -126,7 +126,7 @@ RDEPEND=">=app-text/hunspell-1.5.4:= system-libevent? ( >=dev-libs/libevent-2.0:0= ) system-sqlite? ( >=dev-db/sqlite-3.17.0:3[secure-delete,debug=] ) system-libvpx? ( >=media-libs/libvpx-1.5.0:0=[postproc] ) - system-harfbuzz? ( >=media-libs/harfbuzz-1.3.3:0= >=media-gfx/graphite2-1.3.8 ) + system-harfbuzz? ( >=media-libs/harfbuzz-1.3.3:0= >=media-gfx/graphite2-1.3.9-r1 ) " if [[ -n ${MOZCONFIG_OPTIONAL_GTK3} ]]; then