commit: 4c67dd8ec040800ece6bcda4997f12b8c8431dc1 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org> AuthorDate: Thu May 30 05:44:51 2019 +0000 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org> CommitDate: Thu May 30 05:44:51 2019 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=4c67dd8e
www-client/firefox: use sys/prctl.h for linux sandbox Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org> www-client/firefox/Manifest | 2 +- www-client/firefox/firefox-68.0_beta5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest index e893c08..d8640dd 100644 --- a/www-client/firefox/Manifest +++ b/www-client/firefox/Manifest @@ -1,2 +1,2 @@ -DIST firefox-68.0-patches-02.tar.xz 13152 BLAKE2B 50b749452718dcc8cd7647e258d6a923c0f82572703a37455d6e98dc3db61a8da9fa51018da5a7bc1d5b9e956cd8c0f77138da332b3ba743435f792c8928ce90 SHA512 6361a09b04f825b0b61e6787b5a54fc0c019162e56db475f83de05020ebf36f5e20ea6e9a00dfc1f13c26900972180a73dd2575e322b6882b057e257b20aa1c4 +DIST firefox-68.0-patches-03.tar.xz 13336 BLAKE2B 36634523be0b8d69d442f45f0d5d331898996615fdf5570155e1cd4ec61692ed8df4bf035f808a31c40ea9aea4e2e420e6a6e1ed9922ac164362deea9c02f33e SHA512 58202723290b7586d1fb3b2aa0fef2f007be02e52f464397e7c27b38f62cb050d47f15955523d02760a565ca7f29b5b018bd00f89a52fe918aafbd61d61d961f DIST firefox-68.0b5.source.tar.xz 293307364 BLAKE2B d7e33042024ae2a014944d006fd1b66d2c2b8b8e17a4f29199eb4ace78ad85238d69c2ec428236ce3fdafed76a983fa83dbff52e2bfba222c4900a29384ec6b4 SHA512 00a73ab22cab47a88267e48966a0421a1aede56f5c3198ed89d2dbc0b61e614a9169300c66687cfbe5834b9aacd87843a3feaa88a3af8df9f0903a0742aed3c2 diff --git a/www-client/firefox/firefox-68.0_beta5.ebuild b/www-client/firefox/firefox-68.0_beta5.ebuild index afb10a4..8127f52 100644 --- a/www-client/firefox/firefox-68.0_beta5.ebuild +++ b/www-client/firefox/firefox-68.0_beta5.ebuild @@ -27,7 +27,7 @@ if [[ ${MOZ_ESR} == 1 ]] ; then fi # Patch version -PATCH="${PN}-68.0-patches-02" +PATCH="${PN}-68.0-patches-03" MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases" MOZ_SRC_URI="${MOZ_HTTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.xz"