From owner-svn-ports-all@freebsd.org Sun Jun 5 20:25:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84733B6B679; Sun, 5 Jun 2016 20:25:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B4E212F5; Sun, 5 Jun 2016 20:25:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u55KPj2a063941; Sun, 5 Jun 2016 20:25:45 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u55KPi9D063924; Sun, 5 Jun 2016 20:25:44 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201606052025.u55KPi9D063924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 5 Jun 2016 20:25:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r416430 - in branches/2016Q2: Mk Mk/Uses www/firefox www/firefox-esr www/firefox-esr-i18n www/firefox-esr/files www/firefox-i18n www/firefox/files www/libxul www/libxul/files www/linux-... X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jun 2016 20:25:46 -0000 Author: jbeich Date: Sun Jun 5 20:25:43 2016 New Revision: 416430 URL: https://svnweb.freebsd.org/changeset/ports/416430 Log: MFH: r416309 r416312 r416394 www/firefox: update to 47.0 (rc3) / 45.2esr - Adjust firefox-esr-i18n for linux-firefox after r414580 - Unbreak DTRACE=on + DEBUG=on [1] - Unbreak FFMPEG=off [2] Changes: https://www.mozilla.org/firefox/47.0/releasenotes/ Changes: https://www.mozilla.org/firefox/45.2.0/releasenotes/ Security: 8065d37b-8e7c-4707-a608-1b0a2b8509c3 PR: 200845, 209952 [1], 209308 [2] Approved by: ports-secteam (feld, junovitch) Deleted: branches/2016Q2/www/firefox-esr/files/patch-bug1269165 branches/2016Q2/www/firefox/files/patch-bug1239550 branches/2016Q2/www/firefox/files/patch-bug1242132 branches/2016Q2/www/firefox/files/patch-bug1243312 branches/2016Q2/www/firefox/files/patch-bug1252246 branches/2016Q2/www/firefox/files/patch-bug1269165 branches/2016Q2/www/libxul/files/patch-bug1269165 Modified: branches/2016Q2/Mk/Uses/gecko.mk branches/2016Q2/Mk/bsd.gecko.mk branches/2016Q2/www/firefox-esr-i18n/Makefile branches/2016Q2/www/firefox-esr-i18n/distinfo branches/2016Q2/www/firefox-esr/Makefile branches/2016Q2/www/firefox-esr/distinfo branches/2016Q2/www/firefox-i18n/Makefile branches/2016Q2/www/firefox-i18n/Makefile.lang branches/2016Q2/www/firefox-i18n/Makefile.option branches/2016Q2/www/firefox-i18n/distinfo branches/2016Q2/www/firefox/Makefile branches/2016Q2/www/firefox/distinfo branches/2016Q2/www/firefox/files/patch-bug1021761 branches/2016Q2/www/firefox/files/patch-bug826985 branches/2016Q2/www/firefox/files/patch-bug847568 branches/2016Q2/www/firefox/files/patch-ijg-libjpeg branches/2016Q2/www/firefox/files/patch-sample-type branches/2016Q2/www/firefox/files/patch-z-bug517422 branches/2016Q2/www/libxul/Makefile branches/2016Q2/www/libxul/distinfo branches/2016Q2/www/linux-firefox/Makefile branches/2016Q2/www/linux-firefox/distinfo Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/Mk/Uses/gecko.mk ============================================================================== --- branches/2016Q2/Mk/Uses/gecko.mk Sun Jun 5 20:25:15 2016 (r416429) +++ branches/2016Q2/Mk/Uses/gecko.mk Sun Jun 5 20:25:43 2016 (r416430) @@ -37,12 +37,12 @@ RUN_DEPENDS+= libxul>=45:www/libxul .elif ${gecko_ARGS:Mfirefox} _GECKO_DEFAULT_VERSION= 45 -_GECKO_VERSIONS= 45 46 +_GECKO_VERSIONS= 45 47 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions 45_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr -46_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox +47_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null Modified: branches/2016Q2/Mk/bsd.gecko.mk ============================================================================== --- branches/2016Q2/Mk/bsd.gecko.mk Sun Jun 5 20:25:15 2016 (r416429) +++ branches/2016Q2/Mk/bsd.gecko.mk Sun Jun 5 20:25:43 2016 (r416430) @@ -327,8 +327,6 @@ MOZ_OPTIONS+= --disable-dbus --disable-l .if ${PORT_OPTIONS:MFFMPEG} # dom/media/platforms/ffmpeg/FFmpegRuntimeLinker.cpp RUN_DEPENDS+= ffmpeg>=0.8,1:multimedia/ffmpeg -.else -MOZ_OPTIONS+= --disable-ffmpeg .endif .if ${PORT_OPTIONS:MGSTREAMER} @@ -413,7 +411,8 @@ MOZ_OPTIONS+= --disable-debug --enable-r .endif .if ${PORT_OPTIONS:MDTRACE} -MOZ_OPTIONS+= --enable-dtrace +MOZ_OPTIONS+= --enable-dtrace \ + --disable-gold . if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100061 LIBS+= -lelf . endif Modified: branches/2016Q2/www/firefox-esr-i18n/Makefile ============================================================================== --- branches/2016Q2/www/firefox-esr-i18n/Makefile Sun Jun 5 20:25:15 2016 (r416429) +++ branches/2016Q2/www/firefox-esr-i18n/Makefile Sun Jun 5 20:25:43 2016 (r416430) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= firefox -PORTVERSION= 45.1.1 +PORTVERSION= 45.2.0 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}esr/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build1/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build2/linux-i686/xpi PKGNAMEPREFIX= PKGNAMESUFFIX= -esr-i18n DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} @@ -17,7 +17,7 @@ COMMENT= Localized interface for Firefox EXTRACT_DEPENDS= zip:archivers/zip USES= zip:infozip gecko:firefox,build -USE_XPI= firefox +USE_XPI= firefox linux-firefox NO_ARCH= yes USE_SUBMAKE= yes Modified: branches/2016Q2/www/firefox-esr-i18n/distinfo ============================================================================== --- branches/2016Q2/www/firefox-esr-i18n/distinfo Sun Jun 5 20:25:15 2016 (r416429) +++ branches/2016Q2/www/firefox-esr-i18n/distinfo Sun Jun 5 20:25:43 2016 (r416430) @@ -1,180 +1,180 @@ -SHA256 (xpi/firefox-45.1.1/ach.xpi) = d83055ca8b37a345abc83272fcdb98fd12282152763157589a975ecf4f7a17fa -SIZE (xpi/firefox-45.1.1/ach.xpi) = 426525 -SHA256 (xpi/firefox-45.1.1/af.xpi) = dd994cf4e196ba8928018fdff624b448efd7519560b1bed09aaa61fe740bc04e -SIZE (xpi/firefox-45.1.1/af.xpi) = 439350 -SHA256 (xpi/firefox-45.1.1/an.xpi) = 5b924b7b5893f770c23e7a3c5cf20759f6039d89a7336ca8fc0a93ca119f81c4 -SIZE (xpi/firefox-45.1.1/an.xpi) = 449031 -SHA256 (xpi/firefox-45.1.1/ar.xpi) = e31158a718f2456a5476e3cf40d3230e5661a59ffd52b7c831f23759d1ea3b31 -SIZE (xpi/firefox-45.1.1/ar.xpi) = 474955 -SHA256 (xpi/firefox-45.1.1/as.xpi) = 09aba7093334335f399eed15b3827697a1f66052602af842b61b8fe870e2b5a6 -SIZE (xpi/firefox-45.1.1/as.xpi) = 483091 -SHA256 (xpi/firefox-45.1.1/ast.xpi) = 5b03cfd06270a6f80e77935fdca231b4089e806cc244f83c6a4886ed908152b6 -SIZE (xpi/firefox-45.1.1/ast.xpi) = 419244 -SHA256 (xpi/firefox-45.1.1/az.xpi) = 56a3a2c8ccd8afbbd9c272f8b12f4bb7b2b4bc072828c3a2e8e98ffeae61fa07 -SIZE (xpi/firefox-45.1.1/az.xpi) = 464013 -SHA256 (xpi/firefox-45.1.1/be.xpi) = ee66ead5c254eec4cc7400ba0f29772cc76ada94542442c47668e885b75146cd -SIZE (xpi/firefox-45.1.1/be.xpi) = 442615 -SHA256 (xpi/firefox-45.1.1/bg.xpi) = 2f97043dbe9d611da03f92780d40c9c6925153c584c0a01241289e3aeef42336 -SIZE (xpi/firefox-45.1.1/bg.xpi) = 460803 -SHA256 (xpi/firefox-45.1.1/bn-BD.xpi) = 164c51026a76126f225c0e626788bf1a17ce79cb0921e9920fd18bc19765bcfe -SIZE (xpi/firefox-45.1.1/bn-BD.xpi) = 515638 -SHA256 (xpi/firefox-45.1.1/bn-IN.xpi) = 8adeb66997ba426da30c547366772d13daa7cad7e1afa84c91f0f8f48583dc01 -SIZE (xpi/firefox-45.1.1/bn-IN.xpi) = 494070 -SHA256 (xpi/firefox-45.1.1/br.xpi) = 9e4d131052a40f686783788517b21605832d4cb32acc5a7529a732ccbd646233 -SIZE (xpi/firefox-45.1.1/br.xpi) = 436387 -SHA256 (xpi/firefox-45.1.1/bs.xpi) = 26ff067f53933358ca06419059ccdc0178b1645b190db5c1069ccdcd5d28d088 -SIZE (xpi/firefox-45.1.1/bs.xpi) = 442991 -SHA256 (xpi/firefox-45.1.1/ca.xpi) = 55f09e4ffe22f0e17eec7f4e7ec6a0980beb77f785b38ea9bbd36a7252cea000 -SIZE (xpi/firefox-45.1.1/ca.xpi) = 436829 -SHA256 (xpi/firefox-45.1.1/cs.xpi) = f2a087e3d15cf9cebbaef4d8021d0cd57cbadbffdc4b3e8255e781048ae46079 -SIZE (xpi/firefox-45.1.1/cs.xpi) = 443479 -SHA256 (xpi/firefox-45.1.1/cy.xpi) = 83362ff6880072fe09ac17cf1c1c005b1585f5a3a0dc8d8346f64c86dc21951a -SIZE (xpi/firefox-45.1.1/cy.xpi) = 438904 -SHA256 (xpi/firefox-45.1.1/da.xpi) = 5e7ad2b10abcf56ee0e2571bd356369f9acbb9e8dd8a39d202da58d7efa514a3 -SIZE (xpi/firefox-45.1.1/da.xpi) = 430073 -SHA256 (xpi/firefox-45.1.1/de.xpi) = 53632d86e03b462a54afb5cb225db82e2f256f8439be0c41569154b9fc1d0897 -SIZE (xpi/firefox-45.1.1/de.xpi) = 445477 -SHA256 (xpi/firefox-45.1.1/dsb.xpi) = 146c7acc29ef17b8a128013b681a73b9932abd83a4f16facb6d564ffdf0eacbc -SIZE (xpi/firefox-45.1.1/dsb.xpi) = 463786 -SHA256 (xpi/firefox-45.1.1/el.xpi) = 708c7fa8e513f5c3c2dcf68b2f167c401fd084fa40a77c50fa4ad0c4208b3297 -SIZE (xpi/firefox-45.1.1/el.xpi) = 470861 -SHA256 (xpi/firefox-45.1.1/en-GB.xpi) = bc6e1b550c28e2de857afd19442a99d54e61419adcb6e9c558a319d52e95b7a2 -SIZE (xpi/firefox-45.1.1/en-GB.xpi) = 423865 -SHA256 (xpi/firefox-45.1.1/en-US.xpi) = 8cf66fdf60c680886a6679e36178d2800a66b4958c9c1b530e39875ab97fe4b8 -SIZE (xpi/firefox-45.1.1/en-US.xpi) = 425464 -SHA256 (xpi/firefox-45.1.1/en-ZA.xpi) = 37e00a701eabae66fd8bd348e94f6ffdf381a0e1d82a1138f0780e9d7260d53f -SIZE (xpi/firefox-45.1.1/en-ZA.xpi) = 420770 -SHA256 (xpi/firefox-45.1.1/eo.xpi) = 40b05996c059a9192cfcc328b1e21535f04ff487402eae31d4c1e5da11a89ecf -SIZE (xpi/firefox-45.1.1/eo.xpi) = 440955 -SHA256 (xpi/firefox-45.1.1/es-AR.xpi) = 8738b135c875ccead5705faa6430d8fc514675e5fceae6b46a72905b19031c81 -SIZE (xpi/firefox-45.1.1/es-AR.xpi) = 441477 -SHA256 (xpi/firefox-45.1.1/es-CL.xpi) = f9e2d636093aacd073318ca937baa90acac5ca5454e01068d274026065e0360b -SIZE (xpi/firefox-45.1.1/es-CL.xpi) = 368759 -SHA256 (xpi/firefox-45.1.1/es-ES.xpi) = d5cbdd9d45c507c3d6727749eccead5c246674a8ba935be0006ac88bff086c48 -SIZE (xpi/firefox-45.1.1/es-ES.xpi) = 353711 -SHA256 (xpi/firefox-45.1.1/es-MX.xpi) = ae5d50462d73824068acd0c1cc790f27d72e211cdeed6030b0bbbc32f098ada2 -SIZE (xpi/firefox-45.1.1/es-MX.xpi) = 449390 -SHA256 (xpi/firefox-45.1.1/et.xpi) = 9270f2850624c80b06f462ab38e36588d7a7cf9c2043a956bc72e1a78fe196e5 -SIZE (xpi/firefox-45.1.1/et.xpi) = 433347 -SHA256 (xpi/firefox-45.1.1/eu.xpi) = 1ede6524e697b29a6b309179dec0b6492cff485b62e3a00df281510f994c7b03 -SIZE (xpi/firefox-45.1.1/eu.xpi) = 441352 -SHA256 (xpi/firefox-45.1.1/fa.xpi) = d3b5580b8080022fbb1863f959d40e14c3e9e143b33b8a0436e282a8f8030dd3 -SIZE (xpi/firefox-45.1.1/fa.xpi) = 491936 -SHA256 (xpi/firefox-45.1.1/ff.xpi) = fab5cde7546ae3ff7a5c166018246e5c9ccc4270775a916dd0df56063862151a -SIZE (xpi/firefox-45.1.1/ff.xpi) = 441494 -SHA256 (xpi/firefox-45.1.1/fi.xpi) = f2f9060386db9a14840f42cc0c298bf17eee0662472bbac90be6733fad246ce9 -SIZE (xpi/firefox-45.1.1/fi.xpi) = 438343 -SHA256 (xpi/firefox-45.1.1/fr.xpi) = 7f40ec62c37479a1493c78a54a82b9d333f2991888b61f72e24074eedbe44a34 -SIZE (xpi/firefox-45.1.1/fr.xpi) = 450032 -SHA256 (xpi/firefox-45.1.1/fy-NL.xpi) = d72cee29697aa248b5aae12b9ef09a09e28ef375029be4c1a673265ddc7ab25d -SIZE (xpi/firefox-45.1.1/fy-NL.xpi) = 447773 -SHA256 (xpi/firefox-45.1.1/ga-IE.xpi) = 5e1dad1f15e5b9aae87d147b1467aa345f3e15594de6e21b19ba5a2ce7302679 -SIZE (xpi/firefox-45.1.1/ga-IE.xpi) = 460050 -SHA256 (xpi/firefox-45.1.1/gd.xpi) = 7fb26a668acc2c0c6da4264bfd1c8b5c3377ccd61037560a617d5005064bfd81 -SIZE (xpi/firefox-45.1.1/gd.xpi) = 449705 -SHA256 (xpi/firefox-45.1.1/gl.xpi) = bcca0faeb5266d16040880daa5a083616bee93ed8077b42eff2368d583fa47d0 -SIZE (xpi/firefox-45.1.1/gl.xpi) = 434799 -SHA256 (xpi/firefox-45.1.1/gn.xpi) = 7ad0548c25d0858d0694996bfcaa132771edd6ab026f214d79c8852bd9ade6c0 -SIZE (xpi/firefox-45.1.1/gn.xpi) = 460643 -SHA256 (xpi/firefox-45.1.1/gu-IN.xpi) = b5c344b9e6f750b0b63c35dc279982ce2294cce3a5275e44741da66abc320193 -SIZE (xpi/firefox-45.1.1/gu-IN.xpi) = 472562 -SHA256 (xpi/firefox-45.1.1/he.xpi) = d4814f3dac155439a6ce2488bf19e0fd70a2ed85989f5699519a33174359677b -SIZE (xpi/firefox-45.1.1/he.xpi) = 454782 -SHA256 (xpi/firefox-45.1.1/hi-IN.xpi) = d5b71557d0e40e9ee3d79aa1e2ce0b3af34df6d85d68b7ac52d4a67ee644f068 -SIZE (xpi/firefox-45.1.1/hi-IN.xpi) = 486986 -SHA256 (xpi/firefox-45.1.1/hr.xpi) = 476ee9610d7002551c1a81a00fe0caa47c30b02bc3478562ed3e96fc9539a485 -SIZE (xpi/firefox-45.1.1/hr.xpi) = 449063 -SHA256 (xpi/firefox-45.1.1/hsb.xpi) = e949a95ed6788525b3bae044e45fc22fac45ba09e33c2de63776fa168f6c51c2 -SIZE (xpi/firefox-45.1.1/hsb.xpi) = 461453 -SHA256 (xpi/firefox-45.1.1/hu.xpi) = eb2b2d2b59b9fdf25f30596b4ee2262d4756e1324daa507901e197e208542bcc -SIZE (xpi/firefox-45.1.1/hu.xpi) = 449772 -SHA256 (xpi/firefox-45.1.1/hy-AM.xpi) = ab5db1d2d6b18df71757420c5d77178adfdedc9779e7c944bd2221279fd83085 -SIZE (xpi/firefox-45.1.1/hy-AM.xpi) = 500035 -SHA256 (xpi/firefox-45.1.1/id.xpi) = 719dc2d7875378d2eafb950c50a720d15a2c104840bc7fcfe53a1f6d75cfadb7 -SIZE (xpi/firefox-45.1.1/id.xpi) = 427171 -SHA256 (xpi/firefox-45.1.1/is.xpi) = 81a974a7a697aa07c691a9b9498a2190e00f27f2cc9a5a2190d5af8facf9034c -SIZE (xpi/firefox-45.1.1/is.xpi) = 443209 -SHA256 (xpi/firefox-45.1.1/it.xpi) = a6352ff97bd2bf30b34a5031ae8fb4754ff7cd5fecab22eb9681a9e366b1276d -SIZE (xpi/firefox-45.1.1/it.xpi) = 343721 -SHA256 (xpi/firefox-45.1.1/ja.xpi) = 3ed23a89edd79b14350ba6dac759aa2c53b4b80914430854a774e0a407c2f6d5 -SIZE (xpi/firefox-45.1.1/ja.xpi) = 486326 -SHA256 (xpi/firefox-45.1.1/kk.xpi) = e97977832c4163b1041b3c74885ede4dc866cdd666315c38b1cd14838e9e197f -SIZE (xpi/firefox-45.1.1/kk.xpi) = 498890 -SHA256 (xpi/firefox-45.1.1/km.xpi) = fac7e5eef4b9f3eef29c190e26e8907b42b2513933d3a9ff14820205376fbf46 -SIZE (xpi/firefox-45.1.1/km.xpi) = 504297 -SHA256 (xpi/firefox-45.1.1/kn.xpi) = e93c5157c2e8da41118164f872498a488c870add2f5bd51d44b0d4c429fd5be0 -SIZE (xpi/firefox-45.1.1/kn.xpi) = 495877 -SHA256 (xpi/firefox-45.1.1/ko.xpi) = dbabcbf7eb3c91135c878f2fc60fef425a49d44802f77ae390623fe9fcc7d998 -SIZE (xpi/firefox-45.1.1/ko.xpi) = 465285 -SHA256 (xpi/firefox-45.1.1/lij.xpi) = 3602d267fd9dc509a82503aba560b897c832d4b7b77a239c375725d5276cce64 -SIZE (xpi/firefox-45.1.1/lij.xpi) = 381382 -SHA256 (xpi/firefox-45.1.1/lt.xpi) = 03aaf4c628851b180dcee65339149f3c988dd95364eab664e49e40add844b805 -SIZE (xpi/firefox-45.1.1/lt.xpi) = 454675 -SHA256 (xpi/firefox-45.1.1/lv.xpi) = 2e39a7fb32c349fc0305e42da6e0abaeba276f8ed870e024e54e13c457dfd318 -SIZE (xpi/firefox-45.1.1/lv.xpi) = 445716 -SHA256 (xpi/firefox-45.1.1/mai.xpi) = 7e575105a99b516cce1eeba46e55180e5606175ed42e187e6088c9aa0b4c867d -SIZE (xpi/firefox-45.1.1/mai.xpi) = 492643 -SHA256 (xpi/firefox-45.1.1/mk.xpi) = 84f6bbaea802d5cdb65cc42386e92e80c6e0f6a4da97c501eb6c0ec649ac7f9c -SIZE (xpi/firefox-45.1.1/mk.xpi) = 476389 -SHA256 (xpi/firefox-45.1.1/ml.xpi) = 53398c5163ab97bc87c396ce731883da3de060c4a18bbdb5f0daa88d2313538b -SIZE (xpi/firefox-45.1.1/ml.xpi) = 498677 -SHA256 (xpi/firefox-45.1.1/mr.xpi) = 7e450bc14788fa5a59533289a98c81d44e1dc159484f6c86c6dbcb1e2d370699 -SIZE (xpi/firefox-45.1.1/mr.xpi) = 503695 -SHA256 (xpi/firefox-45.1.1/ms.xpi) = e4cf31c4086c81affb738e42d4f6acc0ef54e855dce92dab0df348d49d0760de -SIZE (xpi/firefox-45.1.1/ms.xpi) = 440061 -SHA256 (xpi/firefox-45.1.1/nb-NO.xpi) = 0001e6a8fdf69acea398930e331ef0c22706d1e853e7a345c1f0ddb47d39185c -SIZE (xpi/firefox-45.1.1/nb-NO.xpi) = 435466 -SHA256 (xpi/firefox-45.1.1/nl.xpi) = 5133bf601b0bbe8a5378cf2086f0196dabc46567c5e906115a7361d6467c840a -SIZE (xpi/firefox-45.1.1/nl.xpi) = 435198 -SHA256 (xpi/firefox-45.1.1/nn-NO.xpi) = ae7f0431315024ec41c69893dc8c0c231f1cdb1f7331bd86101c0fc43314a126 -SIZE (xpi/firefox-45.1.1/nn-NO.xpi) = 432930 -SHA256 (xpi/firefox-45.1.1/or.xpi) = a6ceb9afd32665e3ab6ee262809f35714d45f54f6c12f26b03a0d4c63de22cb9 -SIZE (xpi/firefox-45.1.1/or.xpi) = 495918 -SHA256 (xpi/firefox-45.1.1/pa-IN.xpi) = d44be9e06234d1be404335bfe7c5aeecc9ccb3e62aaa82e14422f8b072e4c6dd -SIZE (xpi/firefox-45.1.1/pa-IN.xpi) = 489546 -SHA256 (xpi/firefox-45.1.1/pl.xpi) = 543d72ff9f59cc1eacf0fc5b5bede92ae09abfd33946de214a0cff18d7161621 -SIZE (xpi/firefox-45.1.1/pl.xpi) = 383925 -SHA256 (xpi/firefox-45.1.1/pt-BR.xpi) = 4e2866a37ad4aff1376e13b6559acbfad3266259daf9b296505780f73af0085c -SIZE (xpi/firefox-45.1.1/pt-BR.xpi) = 450986 -SHA256 (xpi/firefox-45.1.1/pt-PT.xpi) = 1b7a6eaffc5282dcbeb8de95a79aee457c6dd2be9000410245a8e6131756bea6 -SIZE (xpi/firefox-45.1.1/pt-PT.xpi) = 437018 -SHA256 (xpi/firefox-45.1.1/rm.xpi) = cf1dcaddda433c7419b67456133ab9a1db4464a7d7481d7622679e047af99d8e -SIZE (xpi/firefox-45.1.1/rm.xpi) = 437714 -SHA256 (xpi/firefox-45.1.1/ro.xpi) = 501da53fdd20aaafc736509e5efc46df07c1612949dfcf7099143d4783b6d03a -SIZE (xpi/firefox-45.1.1/ro.xpi) = 444056 -SHA256 (xpi/firefox-45.1.1/ru.xpi) = 789e501b0b548f442edbd5068d22248e69aabea2ffc527c21eae4ed26eab6f75 -SIZE (xpi/firefox-45.1.1/ru.xpi) = 392734 -SHA256 (xpi/firefox-45.1.1/si.xpi) = 61dd114357a8e515f88c5c1552f4520c246b3c5410ed0b7f8d5d88bc631c5c1a -SIZE (xpi/firefox-45.1.1/si.xpi) = 482242 -SHA256 (xpi/firefox-45.1.1/sk.xpi) = 2366d4536443d89807e7a089ec3b2efd1ff40d2d45343bb070eab0a6644f69e2 -SIZE (xpi/firefox-45.1.1/sk.xpi) = 453602 -SHA256 (xpi/firefox-45.1.1/sl.xpi) = 48ff2e41664ae674d40b377d8d0c88b5e66cd094928f0a62dccff47ababf155c -SIZE (xpi/firefox-45.1.1/sl.xpi) = 444959 -SHA256 (xpi/firefox-45.1.1/son.xpi) = abb8e49455d60d8e250ec2ea16b5f1e2137bf55e98cff70c2f506d29fe32065c -SIZE (xpi/firefox-45.1.1/son.xpi) = 433510 -SHA256 (xpi/firefox-45.1.1/sq.xpi) = 854e5e89707d0e190321c84dde2053022859cdcf44e765be1f3a3f02fe300e0e -SIZE (xpi/firefox-45.1.1/sq.xpi) = 452183 -SHA256 (xpi/firefox-45.1.1/sr.xpi) = 9882dff840c774a92b2c5b704488d284da11b0ed730fc2a5146d139e9ca9520e -SIZE (xpi/firefox-45.1.1/sr.xpi) = 464474 -SHA256 (xpi/firefox-45.1.1/sv-SE.xpi) = dfabb4ac996e9023dff676621be12f2a9908f965c015b6776780bb1257456c74 -SIZE (xpi/firefox-45.1.1/sv-SE.xpi) = 444209 -SHA256 (xpi/firefox-45.1.1/ta.xpi) = 1fdd03dd1af63c4c7fa47b2c011e508699cb293618ef3103f9c464a2fbb09bf7 -SIZE (xpi/firefox-45.1.1/ta.xpi) = 483115 -SHA256 (xpi/firefox-45.1.1/te.xpi) = dbd40c37d1cfbdb2a20608ad5ca43cfd3e63b70cd0f6ae4b6def37e0867f792a -SIZE (xpi/firefox-45.1.1/te.xpi) = 492463 -SHA256 (xpi/firefox-45.1.1/th.xpi) = 44b610ec4753c587275a67f90679782d482de7901911d439bdf1f85be2ba1ac1 -SIZE (xpi/firefox-45.1.1/th.xpi) = 477645 -SHA256 (xpi/firefox-45.1.1/tr.xpi) = 12875bf1f2fe0e59b9072d898513da94391cdf0d2b00841edda12d62bbe49bc5 -SIZE (xpi/firefox-45.1.1/tr.xpi) = 451160 -SHA256 (xpi/firefox-45.1.1/uk.xpi) = 8a6ab975de9e7705fb397e6375d5f8a7652eebfe8ac5eb321bad724b7c2531bd -SIZE (xpi/firefox-45.1.1/uk.xpi) = 494777 -SHA256 (xpi/firefox-45.1.1/uz.xpi) = 55be80aeec41b284a5ac60a290f23c76c08d621c37281c7bf23e05deb42cd567 -SIZE (xpi/firefox-45.1.1/uz.xpi) = 443798 -SHA256 (xpi/firefox-45.1.1/vi.xpi) = 9c2530a840975d755bc7571bbb1e012159d50b834fc85b00833c9305a39d3729 -SIZE (xpi/firefox-45.1.1/vi.xpi) = 450775 -SHA256 (xpi/firefox-45.1.1/xh.xpi) = 8f7eabfe6f34624ce419da4e43a7a00dbad3298badb56119abee6b425466321a -SIZE (xpi/firefox-45.1.1/xh.xpi) = 432914 -SHA256 (xpi/firefox-45.1.1/zh-CN.xpi) = bcc5929c954fdabc359768309d90cce3a929d58313f2aba24d08d50f8abd2ab3 -SIZE (xpi/firefox-45.1.1/zh-CN.xpi) = 475791 -SHA256 (xpi/firefox-45.1.1/zh-TW.xpi) = 8eec6417d7c44b44669a8c5901adfdd6f9ea8115e6a4fa773a3ac4bf2b36e975 -SIZE (xpi/firefox-45.1.1/zh-TW.xpi) = 466525 +SHA256 (xpi/firefox-45.2.0/ach.xpi) = ab32a48c5904390b6bae54666d6cdade4500256314b427d84c92aed6a545365e +SIZE (xpi/firefox-45.2.0/ach.xpi) = 426530 +SHA256 (xpi/firefox-45.2.0/af.xpi) = ad0cac28e5f308d1b28c871a7a19ae8f90b5f766664a6d5f3bb4180035e39250 +SIZE (xpi/firefox-45.2.0/af.xpi) = 439353 +SHA256 (xpi/firefox-45.2.0/an.xpi) = 800b61986f4a120ece9746abdf3c0eff4702c16bc4968cd517d464705f40c848 +SIZE (xpi/firefox-45.2.0/an.xpi) = 449036 +SHA256 (xpi/firefox-45.2.0/ar.xpi) = e59ce49538ea7825c762acf88263cd8cb3ceb2c51184ead1035d6995e8ee3e36 +SIZE (xpi/firefox-45.2.0/ar.xpi) = 474961 +SHA256 (xpi/firefox-45.2.0/as.xpi) = 67f6fd6bd8c40c97b339fa98f10b34dc23c149260a130bcdb60fdd3f9914ef8f +SIZE (xpi/firefox-45.2.0/as.xpi) = 483096 +SHA256 (xpi/firefox-45.2.0/ast.xpi) = 2b9ebd133922ea270fcec57b41f0c123fd3fdbd24fb0ff5a1afde2595691a3cc +SIZE (xpi/firefox-45.2.0/ast.xpi) = 419249 +SHA256 (xpi/firefox-45.2.0/az.xpi) = 8eb51f7a8ba22cc2d98d017c8935e34e8fb4bad55faac7d4b2a2554ea2b41ee7 +SIZE (xpi/firefox-45.2.0/az.xpi) = 464018 +SHA256 (xpi/firefox-45.2.0/be.xpi) = 70fca224ef5d1511b407bcb03f555d0efbdd0917beb6d1d813da7d6e1b4ff5db +SIZE (xpi/firefox-45.2.0/be.xpi) = 442619 +SHA256 (xpi/firefox-45.2.0/bg.xpi) = eee477ac2a49d30afaccff8442936ccdc19848806aa71213982f7f4f21ffd5fb +SIZE (xpi/firefox-45.2.0/bg.xpi) = 460809 +SHA256 (xpi/firefox-45.2.0/bn-BD.xpi) = 1f58d1245fac7492bcd1ec42aa1c2179539bf515dc2a82bf7cc9695e3f78728c +SIZE (xpi/firefox-45.2.0/bn-BD.xpi) = 515643 +SHA256 (xpi/firefox-45.2.0/bn-IN.xpi) = b83af2acca411bf6213bcf2d320c5b40c20733baf712a053460222aaa6e0c8f2 +SIZE (xpi/firefox-45.2.0/bn-IN.xpi) = 494076 +SHA256 (xpi/firefox-45.2.0/br.xpi) = 14b1c5e5f904cd41e2fd4e1313918f29b2df318017bbab6e757a642b7bb85106 +SIZE (xpi/firefox-45.2.0/br.xpi) = 436390 +SHA256 (xpi/firefox-45.2.0/bs.xpi) = 4ec98ec6a9a72a9973bd2d422ba0192257a9162ad11b12d080b1c0681bdc4a0c +SIZE (xpi/firefox-45.2.0/bs.xpi) = 442998 +SHA256 (xpi/firefox-45.2.0/ca.xpi) = f894c0a2ac465f8391bff78287444837dabf1179901968360157bba3ec5b6efd +SIZE (xpi/firefox-45.2.0/ca.xpi) = 436832 +SHA256 (xpi/firefox-45.2.0/cs.xpi) = 7f03c25a4889f68b95127ccf05a5cd31e7239fa494364037e8982dc120750aff +SIZE (xpi/firefox-45.2.0/cs.xpi) = 443482 +SHA256 (xpi/firefox-45.2.0/cy.xpi) = c553756f9c8e637e575994fc6ab7947ae4a7a56d795049800c33460c6dae15d1 +SIZE (xpi/firefox-45.2.0/cy.xpi) = 438907 +SHA256 (xpi/firefox-45.2.0/da.xpi) = 73451be8019a5d58277abac7882deb87fcb9ed2a3623af84ba1b36dfb8c2c63a +SIZE (xpi/firefox-45.2.0/da.xpi) = 430078 +SHA256 (xpi/firefox-45.2.0/de.xpi) = 39cfb1784510fb2e3554853504c5134f375976062625d42eaaaeb7285cde6da5 +SIZE (xpi/firefox-45.2.0/de.xpi) = 445481 +SHA256 (xpi/firefox-45.2.0/dsb.xpi) = 2074c16b5182987cce55976c8a37fbd547d41691e9d2445deddfe8a6a90a306d +SIZE (xpi/firefox-45.2.0/dsb.xpi) = 463791 +SHA256 (xpi/firefox-45.2.0/el.xpi) = fba350202bf123c1c653f8a39c63bf751699e2f4e6381add7b0ef43cca6c6a5a +SIZE (xpi/firefox-45.2.0/el.xpi) = 470866 +SHA256 (xpi/firefox-45.2.0/en-GB.xpi) = 93023222bd0692ddf0e68b15c4f4237a0103e132d3b9b75aa34cde4da5a37822 +SIZE (xpi/firefox-45.2.0/en-GB.xpi) = 423871 +SHA256 (xpi/firefox-45.2.0/en-US.xpi) = 99d2186606e994592ce8cac8652efaa6cf9d2c74ec877a086f876547bc326796 +SIZE (xpi/firefox-45.2.0/en-US.xpi) = 425461 +SHA256 (xpi/firefox-45.2.0/en-ZA.xpi) = 80d207cae72da385aca4745d7eb726aadc12b3ba74ddf0ade07f3e0a0d4f40d4 +SIZE (xpi/firefox-45.2.0/en-ZA.xpi) = 420776 +SHA256 (xpi/firefox-45.2.0/eo.xpi) = bc9cede961a4af1077b1a5cec9ca44b69f2b88aaa5daa53ebb432adccbbc1ab3 +SIZE (xpi/firefox-45.2.0/eo.xpi) = 440960 +SHA256 (xpi/firefox-45.2.0/es-AR.xpi) = 692d0087ff79da78962576bf56bea48152f71817e339d41d05012346a61a473d +SIZE (xpi/firefox-45.2.0/es-AR.xpi) = 441481 +SHA256 (xpi/firefox-45.2.0/es-CL.xpi) = 2551e0a0f2866a7bd1190bf00926c500e3ec28e1090f19320926b14babaaddd4 +SIZE (xpi/firefox-45.2.0/es-CL.xpi) = 368763 +SHA256 (xpi/firefox-45.2.0/es-ES.xpi) = 580d3c833e2337f9e54cda734153fa80f0a14f43e72b7c38f80add9b18405a10 +SIZE (xpi/firefox-45.2.0/es-ES.xpi) = 353716 +SHA256 (xpi/firefox-45.2.0/es-MX.xpi) = 53511dae1d4de036953ca1f5fa1faee7bb63d1229c31c95e8d5e3bb94efdcac8 +SIZE (xpi/firefox-45.2.0/es-MX.xpi) = 449395 +SHA256 (xpi/firefox-45.2.0/et.xpi) = b5a2388d7ba5d50a00c8816b48ba344e088103f6637686df36a0ee0d2d7356b1 +SIZE (xpi/firefox-45.2.0/et.xpi) = 433352 +SHA256 (xpi/firefox-45.2.0/eu.xpi) = ed94e9950608c75acb4f08bedf645dfec6a390dab3221be7aaa124297bae1166 +SIZE (xpi/firefox-45.2.0/eu.xpi) = 441357 +SHA256 (xpi/firefox-45.2.0/fa.xpi) = 6cd12a4e763c01802d1807e3c4c0bbf30ab3e6fb8898064770d2ea8ca105b980 +SIZE (xpi/firefox-45.2.0/fa.xpi) = 491941 +SHA256 (xpi/firefox-45.2.0/ff.xpi) = e8d5cdc8269924c7ca6865e623bf529cac2b4c2cc7660c403f9d1e80f85951bf +SIZE (xpi/firefox-45.2.0/ff.xpi) = 441499 +SHA256 (xpi/firefox-45.2.0/fi.xpi) = 9e71e711df882e30a5707f9e94b7fee46ad9b31b6be8f381f1a8c29d446f9374 +SIZE (xpi/firefox-45.2.0/fi.xpi) = 438347 +SHA256 (xpi/firefox-45.2.0/fr.xpi) = d54ecb0438c531e95f605c29dac47c700a03e4e4f3759a51fd7e956586015928 +SIZE (xpi/firefox-45.2.0/fr.xpi) = 450037 +SHA256 (xpi/firefox-45.2.0/fy-NL.xpi) = 5f04850dedf9b6bc6fb5e566b498ce94bdd4402e56cd8b3e1c738dd35aebc567 +SIZE (xpi/firefox-45.2.0/fy-NL.xpi) = 447779 +SHA256 (xpi/firefox-45.2.0/ga-IE.xpi) = 82af32ddc3a958b3a0ff7ed5ef40085c6b1736bba071a6308febec066ce1ad5c +SIZE (xpi/firefox-45.2.0/ga-IE.xpi) = 460055 +SHA256 (xpi/firefox-45.2.0/gd.xpi) = 737e7dc382486d00c0c453e010a2d3d38b6a5dcd62517b56ab221ffa6c54b9ad +SIZE (xpi/firefox-45.2.0/gd.xpi) = 449711 +SHA256 (xpi/firefox-45.2.0/gl.xpi) = d306890e910978682d4d547a05b86135bf1db4cbbc9fd3fbad646ea237385fd2 +SIZE (xpi/firefox-45.2.0/gl.xpi) = 434804 +SHA256 (xpi/firefox-45.2.0/gn.xpi) = 9e26501f999a5a3db51408b8a31f2187fccc98469c4b0d2cc49266dc7e91439a +SIZE (xpi/firefox-45.2.0/gn.xpi) = 460648 +SHA256 (xpi/firefox-45.2.0/gu-IN.xpi) = 139545d1c9db7a2a2c8c3a281a07f9486331db9c3c5f408e688218cd927fb270 +SIZE (xpi/firefox-45.2.0/gu-IN.xpi) = 472566 +SHA256 (xpi/firefox-45.2.0/he.xpi) = 686d7def4db270016f9439e848741ba5b54db1ecc8965834b43e49f9324a9ff4 +SIZE (xpi/firefox-45.2.0/he.xpi) = 454785 +SHA256 (xpi/firefox-45.2.0/hi-IN.xpi) = ba1baa71fb8cb0820101dad05f5192811d77a3c155a1ef032c8b1abeb97225bf +SIZE (xpi/firefox-45.2.0/hi-IN.xpi) = 486991 +SHA256 (xpi/firefox-45.2.0/hr.xpi) = b29db58626d46a7dca1ee5e4529f40b2fde142068c84ddbefdc5e623e820b709 +SIZE (xpi/firefox-45.2.0/hr.xpi) = 449068 +SHA256 (xpi/firefox-45.2.0/hsb.xpi) = 3c0c5567f58322f2b34445ecd9e08a0e1f927fd912a9c269c9643a821401b134 +SIZE (xpi/firefox-45.2.0/hsb.xpi) = 461454 +SHA256 (xpi/firefox-45.2.0/hu.xpi) = 28cca2db55be3ea6c71a687cb88187b1835fd4ced2aee17a52c3cf2dadbe67c9 +SIZE (xpi/firefox-45.2.0/hu.xpi) = 449777 +SHA256 (xpi/firefox-45.2.0/hy-AM.xpi) = 1ee6ddf381c1a1260c64c158aa807e4ca66555905f40bdce7de5b7956641959e +SIZE (xpi/firefox-45.2.0/hy-AM.xpi) = 500040 +SHA256 (xpi/firefox-45.2.0/id.xpi) = ec275678c1db4e70b2a2da48c19bf0572d7f74478cb42c04a81be92d3aa46d78 +SIZE (xpi/firefox-45.2.0/id.xpi) = 427175 +SHA256 (xpi/firefox-45.2.0/is.xpi) = c8b8fa447a48d9dd571345a4674b0cfd0b8bd1ba5504e1510e13f97fc7148ebb +SIZE (xpi/firefox-45.2.0/is.xpi) = 443209 +SHA256 (xpi/firefox-45.2.0/it.xpi) = 56fd3ee3a3a74c168b6e0bf51a89d420f53e13c2de96bb5866c70f0b9d4d22e3 +SIZE (xpi/firefox-45.2.0/it.xpi) = 343724 +SHA256 (xpi/firefox-45.2.0/ja.xpi) = 71d204506415314995661a7e0dbe7cdc0ff5a172308496b92c0c95b1610a8678 +SIZE (xpi/firefox-45.2.0/ja.xpi) = 486331 +SHA256 (xpi/firefox-45.2.0/kk.xpi) = ddda566a4a597c96241772115d61b930b6943dbb3c01043329c302799ecbedba +SIZE (xpi/firefox-45.2.0/kk.xpi) = 498895 +SHA256 (xpi/firefox-45.2.0/km.xpi) = ff359fa2d93a2cc513d0b1993dc06cd259cfd919ca708b4d4ae045829206c96d +SIZE (xpi/firefox-45.2.0/km.xpi) = 504301 +SHA256 (xpi/firefox-45.2.0/kn.xpi) = 0a5f165bc7ae67e5fef88d4a3f562910f0bd327145978a122f4631734835f01c +SIZE (xpi/firefox-45.2.0/kn.xpi) = 495880 +SHA256 (xpi/firefox-45.2.0/ko.xpi) = 15494988b0018752122cc4c798b090793df515f21b18a3a0a510159d33571e38 +SIZE (xpi/firefox-45.2.0/ko.xpi) = 465289 +SHA256 (xpi/firefox-45.2.0/lij.xpi) = 264ca757f638025039ab9d456503e70dc2689b4d3d8139f011b87aeac09c3c66 +SIZE (xpi/firefox-45.2.0/lij.xpi) = 381384 +SHA256 (xpi/firefox-45.2.0/lt.xpi) = 544687a52e5be21badd5aebea8f30a0f54fffc2b41e0c6b1b928e62f2ac76689 +SIZE (xpi/firefox-45.2.0/lt.xpi) = 454678 +SHA256 (xpi/firefox-45.2.0/lv.xpi) = 353b4287e9ae5ad161f84f3ccbda94b701cdcae4fded73f3683dbbcf6776996d +SIZE (xpi/firefox-45.2.0/lv.xpi) = 445720 +SHA256 (xpi/firefox-45.2.0/mai.xpi) = 6704741e8db60752a33d22513fcbd4def443c341b2dd79694517eea449c877b9 +SIZE (xpi/firefox-45.2.0/mai.xpi) = 492650 +SHA256 (xpi/firefox-45.2.0/mk.xpi) = eaa3d2ac2ec030120222ef7be87a14c74137a923642c0d34db800f85ce5a5c41 +SIZE (xpi/firefox-45.2.0/mk.xpi) = 476391 +SHA256 (xpi/firefox-45.2.0/ml.xpi) = ebb1e4efa5bd1f30326cae5dab1c34586b6b30c8a12cf70b43c596ad9b1f3d55 +SIZE (xpi/firefox-45.2.0/ml.xpi) = 498681 +SHA256 (xpi/firefox-45.2.0/mr.xpi) = 9d0dd0add1a43827c7d2ddc92179cf160d4705b23d90e485e878cc0d5292a394 +SIZE (xpi/firefox-45.2.0/mr.xpi) = 503700 +SHA256 (xpi/firefox-45.2.0/ms.xpi) = 6b9c129e22b336a3b02dc355144db4b4e70fdda80b2aef02907facf51f409c3d +SIZE (xpi/firefox-45.2.0/ms.xpi) = 440064 +SHA256 (xpi/firefox-45.2.0/nb-NO.xpi) = e3d543509ae33fc8d7aee2df3eaa88b98e747251284428ea45d5e8930217a416 +SIZE (xpi/firefox-45.2.0/nb-NO.xpi) = 435470 +SHA256 (xpi/firefox-45.2.0/nl.xpi) = 3d702d1762196e62ebba04fbc1d413ecb506cdbc3db0ecbdd3e3b238687efde9 +SIZE (xpi/firefox-45.2.0/nl.xpi) = 435202 +SHA256 (xpi/firefox-45.2.0/nn-NO.xpi) = 0d6452c5d10fa1a3321ab0b029c9d6bc04a9cb2ccdc8df9789af921a77e656c6 +SIZE (xpi/firefox-45.2.0/nn-NO.xpi) = 432934 +SHA256 (xpi/firefox-45.2.0/or.xpi) = fd59ed99ab8dc8940037d920d304e4b73f4b5ecb26435c612bb10905d4c9e24c +SIZE (xpi/firefox-45.2.0/or.xpi) = 495922 +SHA256 (xpi/firefox-45.2.0/pa-IN.xpi) = b9dc7f16072915f7c73bb76c05482922c152c4dcedc033b5eec6100a947ccb76 +SIZE (xpi/firefox-45.2.0/pa-IN.xpi) = 489550 +SHA256 (xpi/firefox-45.2.0/pl.xpi) = ee5c3299ad6093c13a11a2bf0b84a673c3b8d7f213d0eccca66ad5a45b40481b +SIZE (xpi/firefox-45.2.0/pl.xpi) = 383929 +SHA256 (xpi/firefox-45.2.0/pt-BR.xpi) = 13a0247861b12e75004688c6f66b43a8f77585129e0f9aad648762991018a137 +SIZE (xpi/firefox-45.2.0/pt-BR.xpi) = 450991 +SHA256 (xpi/firefox-45.2.0/pt-PT.xpi) = 15d312442e670c2c82742086bc131e56a507813954a6001ed60f9ec80487cfe9 +SIZE (xpi/firefox-45.2.0/pt-PT.xpi) = 437022 +SHA256 (xpi/firefox-45.2.0/rm.xpi) = b25a99bc87671f42d652090f3216875848c1ebe44c3229312146c8a0e1adab64 +SIZE (xpi/firefox-45.2.0/rm.xpi) = 437717 +SHA256 (xpi/firefox-45.2.0/ro.xpi) = ec785f0e3f7c9c8d753efeba0fcebb936ba3879c43decc6a627fd0a7e9e108f2 +SIZE (xpi/firefox-45.2.0/ro.xpi) = 444062 +SHA256 (xpi/firefox-45.2.0/ru.xpi) = 4e87a586a2a7180e7b816f0633dc4fd04bfddf92539d1b6cfe553fd18a0b1c7c +SIZE (xpi/firefox-45.2.0/ru.xpi) = 392738 +SHA256 (xpi/firefox-45.2.0/si.xpi) = 229cee5f06a0f9a09bf6c3220b78d06433b3b86d6fdfccbb095ceccf5cb23f37 +SIZE (xpi/firefox-45.2.0/si.xpi) = 482248 +SHA256 (xpi/firefox-45.2.0/sk.xpi) = fb4fb1df2c1f9001fc52694606eaa20ddb3500d19845adbbbd243acff5dd00b2 +SIZE (xpi/firefox-45.2.0/sk.xpi) = 453606 +SHA256 (xpi/firefox-45.2.0/sl.xpi) = 468fe8a06ec6cf8857be2db2fce922c864dd9fc3cf32792b901cdf8e9a170bb3 +SIZE (xpi/firefox-45.2.0/sl.xpi) = 444963 +SHA256 (xpi/firefox-45.2.0/son.xpi) = 92f165d1d15ca97c2307076a2b50f5768fb6c4949d1fdbe4866fa93a1105f7ab +SIZE (xpi/firefox-45.2.0/son.xpi) = 433513 +SHA256 (xpi/firefox-45.2.0/sq.xpi) = e8be4541145770f51fcc684ec03eb1a5c9fb55bfd3ed67608435f605f0a130e2 +SIZE (xpi/firefox-45.2.0/sq.xpi) = 452186 +SHA256 (xpi/firefox-45.2.0/sr.xpi) = aa8b65cdee5a9c22a2be0f417cfbd5af6cb4a286143aa3b07303fc581d627cd5 +SIZE (xpi/firefox-45.2.0/sr.xpi) = 464479 +SHA256 (xpi/firefox-45.2.0/sv-SE.xpi) = 153633ec437e931061e0a425a9eca68d7576d45865e5f6387b3d639a7d6d544c +SIZE (xpi/firefox-45.2.0/sv-SE.xpi) = 444214 +SHA256 (xpi/firefox-45.2.0/ta.xpi) = 44e0606031bc956658b593a53c8c4d70eac1ea48252c7e2f006921f07e054640 +SIZE (xpi/firefox-45.2.0/ta.xpi) = 483117 +SHA256 (xpi/firefox-45.2.0/te.xpi) = b4cc2afa5333eb7fa2caf31d29ae8fcce3ee7b67baecc7efc7c7e5167add6d72 +SIZE (xpi/firefox-45.2.0/te.xpi) = 492471 +SHA256 (xpi/firefox-45.2.0/th.xpi) = ad37cf4d00223d0f58304bbfef3b08e56c69e0a63dcc479e31228fcb41558643 +SIZE (xpi/firefox-45.2.0/th.xpi) = 477650 +SHA256 (xpi/firefox-45.2.0/tr.xpi) = d28a503d950418add2f603ae466086b35d6a019c4aa710a7e18b9606249db0d6 +SIZE (xpi/firefox-45.2.0/tr.xpi) = 451166 +SHA256 (xpi/firefox-45.2.0/uk.xpi) = de02a2a23c4b43eed07014951aaf8a0dc664880ad3d40db75959b8e907c72f82 +SIZE (xpi/firefox-45.2.0/uk.xpi) = 494780 +SHA256 (xpi/firefox-45.2.0/uz.xpi) = 4ab5efc5ea6e947b20d0ef37609b37b9b39c3e8fc5c8e920ddc898211c487cfa +SIZE (xpi/firefox-45.2.0/uz.xpi) = 443803 +SHA256 (xpi/firefox-45.2.0/vi.xpi) = b8494e8e5b9b6bd9e2330cd0baced8a87cbd5c7c5725350a372643e9ffabea5f +SIZE (xpi/firefox-45.2.0/vi.xpi) = 450778 +SHA256 (xpi/firefox-45.2.0/xh.xpi) = 435306cfa84825c72b2e15811d81e561ca863a5e80d3d1481b8726c5a2e44c55 +SIZE (xpi/firefox-45.2.0/xh.xpi) = 432918 +SHA256 (xpi/firefox-45.2.0/zh-CN.xpi) = dfbd3199e8b98916daf2a79dabdc21632e71645dcca876751807ae766714d695 +SIZE (xpi/firefox-45.2.0/zh-CN.xpi) = 475797 +SHA256 (xpi/firefox-45.2.0/zh-TW.xpi) = 6f9e0d6446aa9c4fe3806e82e012ef60e16007584a59bc08a4316df57cbaa3ef +SIZE (xpi/firefox-45.2.0/zh-TW.xpi) = 466529 Modified: branches/2016Q2/www/firefox-esr/Makefile ============================================================================== --- branches/2016Q2/www/firefox-esr/Makefile Sun Jun 5 20:25:15 2016 (r416429) +++ branches/2016Q2/www/firefox-esr/Makefile Sun Jun 5 20:25:43 2016 (r416430) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 45.1.1 +DISTVERSION= 45.2.0 DISTVERSIONSUFFIX=esr.source PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build2/source PKGNAMESUFFIX= -esr MAINTAINER= gecko@FreeBSD.org Modified: branches/2016Q2/www/firefox-esr/distinfo ============================================================================== --- branches/2016Q2/www/firefox-esr/distinfo Sun Jun 5 20:25:15 2016 (r416429) +++ branches/2016Q2/www/firefox-esr/distinfo Sun Jun 5 20:25:43 2016 (r416430) @@ -1,2 +1,2 @@ -SHA256 (firefox-45.1.1esr.source.tar.xz) = a27e36aa1ccebddfe5a113f7f15b09a61e35644be58029b00b0d996a00d04562 -SIZE (firefox-45.1.1esr.source.tar.xz) = 184360800 +SHA256 (firefox-45.2.0esr.source.tar.xz) = 1a729774034231c919dc5a556e17d3342792d5347c755d8d0a4f67a07374804b +SIZE (firefox-45.2.0esr.source.tar.xz) = 185458280 Modified: branches/2016Q2/www/firefox-i18n/Makefile ============================================================================== --- branches/2016Q2/www/firefox-i18n/Makefile Sun Jun 5 20:25:15 2016 (r416429) +++ branches/2016Q2/www/firefox-i18n/Makefile Sun Jun 5 20:25:43 2016 (r416430) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 46.0.1 +PORTVERSION= 47.0 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build2/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} @@ -15,8 +15,8 @@ COMMENT= Localized interface for Firefox EXTRACT_DEPENDS= zip:archivers/zip -USES= zip:infozip gecko:firefox,46,build -USE_XPI= firefox linux-firefox +USES= zip:infozip gecko:firefox,47,build +USE_XPI= firefox NO_ARCH= yes USE_SUBMAKE= yes Modified: branches/2016Q2/www/firefox-i18n/Makefile.lang ============================================================================== --- branches/2016Q2/www/firefox-i18n/Makefile.lang Sun Jun 5 20:25:15 2016 (r416429) +++ branches/2016Q2/www/firefox-i18n/Makefile.lang Sun Jun 5 20:25:43 2016 (r416430) @@ -2,7 +2,7 @@ # $FreeBSD$ FIREFOX_I18N_ALL_= ach af an ar as ast az be bg bn-BD bn-IN br bs ca cs \ - cy da de dsb el en-GB en-ZA eo es-AR es-CL \ + cy da de dsb el en-GB en-US en-ZA eo es-AR es-CL \ es-ES es-MX et eu fa ff fi fr fy-NL ga-IE gd gl gn \ gu-IN he hi-IN hr hsb hu hy-AM id is it ja kk km \ kn ko lij lt lv mai mk ml mr ms nb-NO nl nn-NO \ @@ -75,6 +75,9 @@ FIREFOX_I18N+= el .if ${PORT_OPTIONS:MLANG_GB} FIREFOX_I18N+= en-GB .endif +.if ${PORT_OPTIONS:MLANG_US} +FIREFOX_I18N+= en-US +.endif .if ${PORT_OPTIONS:MLANG_ZA} FIREFOX_I18N+= en-ZA .endif Modified: branches/2016Q2/www/firefox-i18n/Makefile.option ============================================================================== --- branches/2016Q2/www/firefox-i18n/Makefile.option Sun Jun 5 20:25:15 2016 (r416429) +++ branches/2016Q2/www/firefox-i18n/Makefile.option Sun Jun 5 20:25:43 2016 (r416430) @@ -23,6 +23,7 @@ OPTIONS_DEFINE= LANG_ACH \ LANG_DSB \ LANG_EL \ LANG_GB \ + LANG_US \ LANG_ZA \ LANG_EO \ LANG_SA \ Modified: branches/2016Q2/www/firefox-i18n/distinfo ============================================================================== --- branches/2016Q2/www/firefox-i18n/distinfo Sun Jun 5 20:25:15 2016 (r416429) +++ branches/2016Q2/www/firefox-i18n/distinfo Sun Jun 5 20:25:43 2016 (r416430) @@ -1,178 +1,180 @@ -SHA256 (xpi/firefox-i18n-46.0.1/ach.xpi) = f0d47951dfdeaa97752afa5f860ec90d775b6124fc393a7c8ff04e507afc61d3 -SIZE (xpi/firefox-i18n-46.0.1/ach.xpi) = 430444 -SHA256 (xpi/firefox-i18n-46.0.1/af.xpi) = 94a037ca774b48f44db941c0074b118c9c2a226f8d7448e17a8e35b93626441d -SIZE (xpi/firefox-i18n-46.0.1/af.xpi) = 437790 -SHA256 (xpi/firefox-i18n-46.0.1/an.xpi) = 5f352fd2d500c224c10e6762b73940f8cfd11aac84c01635ff3af3677dfa85e6 -SIZE (xpi/firefox-i18n-46.0.1/an.xpi) = 447584 -SHA256 (xpi/firefox-i18n-46.0.1/ar.xpi) = 8e22844d0e461b908fe4f5213a22ca1722afaac4106938eb5e88e18565b46cd8 -SIZE (xpi/firefox-i18n-46.0.1/ar.xpi) = 473523 -SHA256 (xpi/firefox-i18n-46.0.1/as.xpi) = fedd32a271d0980d2cf6a42560b240e744d87be38c7fdc9c9b9e802cea11312d -SIZE (xpi/firefox-i18n-46.0.1/as.xpi) = 485695 -SHA256 (xpi/firefox-i18n-46.0.1/ast.xpi) = dee65a28152aa0b09bfe59f83b7678bf29bebb2e41eabd07684777c782e9d920 -SIZE (xpi/firefox-i18n-46.0.1/ast.xpi) = 421893 -SHA256 (xpi/firefox-i18n-46.0.1/az.xpi) = 645e6d94631cf67f7238658795ba8170a4cffe4a02247d1b6aad918c1bce1fb0 -SIZE (xpi/firefox-i18n-46.0.1/az.xpi) = 458475 -SHA256 (xpi/firefox-i18n-46.0.1/be.xpi) = 37451d28220bf33640a58dfa2dc3040b4b0bbe49b176660b3cfbf6850982f7a1 -SIZE (xpi/firefox-i18n-46.0.1/be.xpi) = 447216 -SHA256 (xpi/firefox-i18n-46.0.1/bg.xpi) = e99d5bb1f5f3f60e3a7ed89b5ec66f2409249bf80e6c7904aa7672083b2327ca -SIZE (xpi/firefox-i18n-46.0.1/bg.xpi) = 485177 -SHA256 (xpi/firefox-i18n-46.0.1/bn-BD.xpi) = 14608b1a98e48fecbc54908f748569184aa8372927e8e60301734d8da4da763a -SIZE (xpi/firefox-i18n-46.0.1/bn-BD.xpi) = 514992 -SHA256 (xpi/firefox-i18n-46.0.1/bn-IN.xpi) = afbe7cdaaeb11d95485b539e40d9624c5ae232ff5deab4fcc1ccb13a89f43d15 -SIZE (xpi/firefox-i18n-46.0.1/bn-IN.xpi) = 511120 -SHA256 (xpi/firefox-i18n-46.0.1/br.xpi) = 82a7326e73735cdaf21b2867cfc5e2f64a7111d03fe0d5996b2dea19e29ce43d -SIZE (xpi/firefox-i18n-46.0.1/br.xpi) = 434622 -SHA256 (xpi/firefox-i18n-46.0.1/bs.xpi) = a1404fefd9f65c9bae4fb6728ace056fa72d6263c394b7a0915e5df7566d212a -SIZE (xpi/firefox-i18n-46.0.1/bs.xpi) = 441622 -SHA256 (xpi/firefox-i18n-46.0.1/ca.xpi) = a9642a3d72a83cdf8083262381cf68f43118784da20dbaa105314f8661c747b5 -SIZE (xpi/firefox-i18n-46.0.1/ca.xpi) = 439861 -SHA256 (xpi/firefox-i18n-46.0.1/cs.xpi) = 70b2fec4f524afcc34b2cbfc43fc9f317d7191d4811945be4e6ce069fd65169f -SIZE (xpi/firefox-i18n-46.0.1/cs.xpi) = 442446 -SHA256 (xpi/firefox-i18n-46.0.1/cy.xpi) = 32110478415c096040c843042375bfd8270e98ddc5c395c74f63ed5a97fe1809 -SIZE (xpi/firefox-i18n-46.0.1/cy.xpi) = 437878 -SHA256 (xpi/firefox-i18n-46.0.1/da.xpi) = f0daf30e06e84ba45379c856900117c0971ff092310ca04b88251222752cd400 -SIZE (xpi/firefox-i18n-46.0.1/da.xpi) = 428343 -SHA256 (xpi/firefox-i18n-46.0.1/de.xpi) = e60717631e6400fe3129b6419d3a33294ab18fe1c509f80598f799d16ec11508 -SIZE (xpi/firefox-i18n-46.0.1/de.xpi) = 444269 -SHA256 (xpi/firefox-i18n-46.0.1/dsb.xpi) = 50b5e36eaec33550245267a9965adfbd0058cccf49882645cdcd618dfc63083a -SIZE (xpi/firefox-i18n-46.0.1/dsb.xpi) = 462492 -SHA256 (xpi/firefox-i18n-46.0.1/el.xpi) = 0423a99f8eb2c3b4fdaea26e073169537e67943831579242e3b9ca95617eae75 -SIZE (xpi/firefox-i18n-46.0.1/el.xpi) = 473312 -SHA256 (xpi/firefox-i18n-46.0.1/en-GB.xpi) = f85ab43812f9e36529abd7d0563f0ba6047eb0520c6ff96b845e19abace29a5a -SIZE (xpi/firefox-i18n-46.0.1/en-GB.xpi) = 421833 -SHA256 (xpi/firefox-i18n-46.0.1/en-ZA.xpi) = a259e1e77c5d008044843789c16479979b194630e54a36d52289a5bce1bd9a8c -SIZE (xpi/firefox-i18n-46.0.1/en-ZA.xpi) = 411467 -SHA256 (xpi/firefox-i18n-46.0.1/eo.xpi) = fd4b4be0a5ee625f11496b4e0ac80b516f0f8862458bb815878c10cfb911e349 -SIZE (xpi/firefox-i18n-46.0.1/eo.xpi) = 438145 -SHA256 (xpi/firefox-i18n-46.0.1/es-AR.xpi) = 578b12e91a596cad9c78f602863cc3473dd711ee83ee651a147157b17a78eada -SIZE (xpi/firefox-i18n-46.0.1/es-AR.xpi) = 439952 -SHA256 (xpi/firefox-i18n-46.0.1/es-CL.xpi) = 27f880560d846a81ca19de6926e2dc2c70e3975f96986330e960d8d7ad24ce75 -SIZE (xpi/firefox-i18n-46.0.1/es-CL.xpi) = 369971 -SHA256 (xpi/firefox-i18n-46.0.1/es-ES.xpi) = 94f6c156574add6ad334b6ada0645a56d67c7de67dd7d385381622b9a8d4381d -SIZE (xpi/firefox-i18n-46.0.1/es-ES.xpi) = 351183 -SHA256 (xpi/firefox-i18n-46.0.1/es-MX.xpi) = f2a064adeac314b67dd7896284dfb75ce4942850f8dbea57db7caecff59c927e -SIZE (xpi/firefox-i18n-46.0.1/es-MX.xpi) = 447980 -SHA256 (xpi/firefox-i18n-46.0.1/et.xpi) = 7ed3b29ae516d11267cd5e0637dacfa188894233291bf8f30c3b9094c27e1c34 -SIZE (xpi/firefox-i18n-46.0.1/et.xpi) = 431025 -SHA256 (xpi/firefox-i18n-46.0.1/eu.xpi) = ea7c9b8ecce4f42dbd1c71f922bf50d50c66b63bcba8ef9f4d52f7c7e5236b2b -SIZE (xpi/firefox-i18n-46.0.1/eu.xpi) = 439772 -SHA256 (xpi/firefox-i18n-46.0.1/fa.xpi) = f7183cbc12774a41e7d5f7b701afa5d0f7a4ff7b3104c9ba9fd36099019b6423 -SIZE (xpi/firefox-i18n-46.0.1/fa.xpi) = 490946 -SHA256 (xpi/firefox-i18n-46.0.1/ff.xpi) = b5d4e0961d1691dbb907fc8ad544dd479432713871b0fdcc80ec5349bfe24a92 -SIZE (xpi/firefox-i18n-46.0.1/ff.xpi) = 444064 -SHA256 (xpi/firefox-i18n-46.0.1/fi.xpi) = e2c5608bd13f0749221e05be448e9e626e24966f9f7cce1870308ccaaac9cc8a -SIZE (xpi/firefox-i18n-46.0.1/fi.xpi) = 433022 -SHA256 (xpi/firefox-i18n-46.0.1/fr.xpi) = 5707d498995be7a8576040d2308502f4c310c6406250a8e4ff92fee6c47adc2c -SIZE (xpi/firefox-i18n-46.0.1/fr.xpi) = 452730 -SHA256 (xpi/firefox-i18n-46.0.1/fy-NL.xpi) = a4ed390004026a5b4757c944f016ec006e0779acb6471f18f3c7b44eeb11f7bf -SIZE (xpi/firefox-i18n-46.0.1/fy-NL.xpi) = 446172 -SHA256 (xpi/firefox-i18n-46.0.1/ga-IE.xpi) = 67cac34d026365980b2e68e4c87dd9089005a776f25e477130b301e9856ecc36 -SIZE (xpi/firefox-i18n-46.0.1/ga-IE.xpi) = 458905 -SHA256 (xpi/firefox-i18n-46.0.1/gd.xpi) = d3737b985d8912cab025a7c24490da1a59cf4e4bc29f9986aa42b6803e5896be -SIZE (xpi/firefox-i18n-46.0.1/gd.xpi) = 448231 -SHA256 (xpi/firefox-i18n-46.0.1/gl.xpi) = 42233cc32d13dd8c5a3f518db6056edab6219c44f8313436744eb5d35b04faf2 -SIZE (xpi/firefox-i18n-46.0.1/gl.xpi) = 437767 -SHA256 (xpi/firefox-i18n-46.0.1/gn.xpi) = f3ed9eee677aa9b0ebd6c43f63d695557fae3b8ddf6b8eee7827708a7b5a59b8 -SIZE (xpi/firefox-i18n-46.0.1/gn.xpi) = 459163 -SHA256 (xpi/firefox-i18n-46.0.1/gu-IN.xpi) = d0a47f85673f9ae38a29bb522c39f09761632e2d143b2da8cf44b2c658cb9355 -SIZE (xpi/firefox-i18n-46.0.1/gu-IN.xpi) = 475143 -SHA256 (xpi/firefox-i18n-46.0.1/he.xpi) = 9be91c79406f5c3cfbbf7ce9dbca81e8b63473253811e13883b27f4528bef5b8 -SIZE (xpi/firefox-i18n-46.0.1/he.xpi) = 458182 -SHA256 (xpi/firefox-i18n-46.0.1/hi-IN.xpi) = a83e219fa35bc40c464a3ac6d3868b4c40f8b9d3b9a5e1f98e1e7d152c96ba2b -SIZE (xpi/firefox-i18n-46.0.1/hi-IN.xpi) = 489652 -SHA256 (xpi/firefox-i18n-46.0.1/hr.xpi) = ae3596469b937e216f6fea4f29313ea1935231b979c6bd23fcde877369c7790e -SIZE (xpi/firefox-i18n-46.0.1/hr.xpi) = 447691 -SHA256 (xpi/firefox-i18n-46.0.1/hsb.xpi) = 856745c8ccd328545f9e5e1e3cd5ae56b22bbc53f90a34dba3c7d76af4cf7af8 -SIZE (xpi/firefox-i18n-46.0.1/hsb.xpi) = 460156 -SHA256 (xpi/firefox-i18n-46.0.1/hu.xpi) = 5e4e98334f6938dd9eee38869283091f54b848cd75ad69a85deef91887518d8b -SIZE (xpi/firefox-i18n-46.0.1/hu.xpi) = 452539 -SHA256 (xpi/firefox-i18n-46.0.1/hy-AM.xpi) = 5d58d351167c5f062c8c74713dbe3ec86226ea13babba5e26b46c891a84fa392 -SIZE (xpi/firefox-i18n-46.0.1/hy-AM.xpi) = 499569 -SHA256 (xpi/firefox-i18n-46.0.1/id.xpi) = afd2c57e56dd7e42249fda83442c7e4fbb04518665707a6b02fa0684dd14bb7b -SIZE (xpi/firefox-i18n-46.0.1/id.xpi) = 424739 -SHA256 (xpi/firefox-i18n-46.0.1/is.xpi) = 813f7da71ee99418d8a8256da843b5c798ace592d0d4a6ca8d6a0ddcd7dfe7f3 -SIZE (xpi/firefox-i18n-46.0.1/is.xpi) = 441735 -SHA256 (xpi/firefox-i18n-46.0.1/it.xpi) = 1fe6cea75803b9be36167558cca32afbece3b01c158c754b5a185cf7dcadae30 -SIZE (xpi/firefox-i18n-46.0.1/it.xpi) = 345367 -SHA256 (xpi/firefox-i18n-46.0.1/ja.xpi) = 32d7aaf26a0cdb92d884361931483a69312cf94b8e62758f5b8033c3d2b6d2bf -SIZE (xpi/firefox-i18n-46.0.1/ja.xpi) = 489475 -SHA256 (xpi/firefox-i18n-46.0.1/kk.xpi) = 4ac9051a94a9587cf606c0c6ffe0275c6fa038c7420e410d2768b78ef0e2b917 -SIZE (xpi/firefox-i18n-46.0.1/kk.xpi) = 496354 -SHA256 (xpi/firefox-i18n-46.0.1/km.xpi) = abfab1c0e4276b87b97f6fb41823805853d43b7ae213f3ffaa4ef529f164075a -SIZE (xpi/firefox-i18n-46.0.1/km.xpi) = 507045 -SHA256 (xpi/firefox-i18n-46.0.1/kn.xpi) = 5e0265bdf3d5101539e88d711052a0ff467dd06489fd3a691c40e7260c448568 -SIZE (xpi/firefox-i18n-46.0.1/kn.xpi) = 516230 -SHA256 (xpi/firefox-i18n-46.0.1/ko.xpi) = 98e1b9cddf40a6cb71243d951202aca0b7c7f9e470d53b118085b30a11e669de -SIZE (xpi/firefox-i18n-46.0.1/ko.xpi) = 464534 -SHA256 (xpi/firefox-i18n-46.0.1/lij.xpi) = 83cab4238a3baf60f253d954a2e7b564efb45aa4ba4789d87ef30df1b2956cbe -SIZE (xpi/firefox-i18n-46.0.1/lij.xpi) = 386448 -SHA256 (xpi/firefox-i18n-46.0.1/lt.xpi) = b683dabe8edae09e9c46b864516a8f8162e0902b6d5238e2b1194db546f40e3e -SIZE (xpi/firefox-i18n-46.0.1/lt.xpi) = 453290 -SHA256 (xpi/firefox-i18n-46.0.1/lv.xpi) = d1f35372a9d76fd979d7893da186abdf19644613315d2916efe1216caf738932 -SIZE (xpi/firefox-i18n-46.0.1/lv.xpi) = 444309 -SHA256 (xpi/firefox-i18n-46.0.1/mai.xpi) = f267d4cb4d8265b458cef3d0dc5b3f4d4908cd5b68bf95d1cce4945f868f54ac -SIZE (xpi/firefox-i18n-46.0.1/mai.xpi) = 495281 -SHA256 (xpi/firefox-i18n-46.0.1/mk.xpi) = 2667a8c68472a8cb43f6bf33615c5fbcb27f7b55b3da71ca1f6d214c45706401 -SIZE (xpi/firefox-i18n-46.0.1/mk.xpi) = 478877 -SHA256 (xpi/firefox-i18n-46.0.1/ml.xpi) = ae7f8bb4eecbfd6f633f7f5e9acfabf76bb0e98a685706da531c2a64d16dedd8 -SIZE (xpi/firefox-i18n-46.0.1/ml.xpi) = 520779 -SHA256 (xpi/firefox-i18n-46.0.1/mr.xpi) = 083b99cf39f6ff85486f21ce04c9a8362de18b8911f9e3ce11bfb4abb5271b0c -SIZE (xpi/firefox-i18n-46.0.1/mr.xpi) = 502342 -SHA256 (xpi/firefox-i18n-46.0.1/ms.xpi) = a9bd85db2eabced2bbc133b412d4a75875bd0eae8125ef5e72c748493e41d4cf -SIZE (xpi/firefox-i18n-46.0.1/ms.xpi) = 442936 -SHA256 (xpi/firefox-i18n-46.0.1/nb-NO.xpi) = 71ca049757dd6e55d48a49a42f668386f78870da14733307106d4e7187fa04b4 -SIZE (xpi/firefox-i18n-46.0.1/nb-NO.xpi) = 433764 -SHA256 (xpi/firefox-i18n-46.0.1/nl.xpi) = 6eb39f4716b497a14abfdb366bccb5c8cd35fa1bd50fc563c3bc904c69c7965e -SIZE (xpi/firefox-i18n-46.0.1/nl.xpi) = 433504 -SHA256 (xpi/firefox-i18n-46.0.1/nn-NO.xpi) = 12b23858b7b33767823bdb7e1960a78391c80c6874cdc0bf61d3328556842743 -SIZE (xpi/firefox-i18n-46.0.1/nn-NO.xpi) = 429675 -SHA256 (xpi/firefox-i18n-46.0.1/or.xpi) = 861f4c661888e3abd2cac861870922914f096c910b8aea2385bd0ede4c0c909b -SIZE (xpi/firefox-i18n-46.0.1/or.xpi) = 498524 -SHA256 (xpi/firefox-i18n-46.0.1/pa-IN.xpi) = 6b6968aaa0dd15313176677b62de5dbe9dc5ae8952f6575b0e67830f23c36d24 -SIZE (xpi/firefox-i18n-46.0.1/pa-IN.xpi) = 492244 -SHA256 (xpi/firefox-i18n-46.0.1/pl.xpi) = fa8e15e9842382da18a47e7b7974af94194a595916c93c0831ef16e4f97a4d47 -SIZE (xpi/firefox-i18n-46.0.1/pl.xpi) = 385183 -SHA256 (xpi/firefox-i18n-46.0.1/pt-BR.xpi) = f4c13bce735a1554a560c499152a11189d8443d79d2ed18d659d6cbe4218d31e -SIZE (xpi/firefox-i18n-46.0.1/pt-BR.xpi) = 449181 -SHA256 (xpi/firefox-i18n-46.0.1/pt-PT.xpi) = b0110cb8a24ba7908a1151195725dca3bf7e448e18e4f5b87273a3d19efc7163 -SIZE (xpi/firefox-i18n-46.0.1/pt-PT.xpi) = 435561 -SHA256 (xpi/firefox-i18n-46.0.1/rm.xpi) = 52e28fdac9edbae28260ba50a770080e5c4a4beaf17f383ddec93a759c2ecc57 -SIZE (xpi/firefox-i18n-46.0.1/rm.xpi) = 436665 -SHA256 (xpi/firefox-i18n-46.0.1/ro.xpi) = 5bdd9bb5a56e536223f0f36f7551efc01e56d847b2f73e84a76bc010d5491f6d -SIZE (xpi/firefox-i18n-46.0.1/ro.xpi) = 449482 -SHA256 (xpi/firefox-i18n-46.0.1/ru.xpi) = 24001217f6b2f222037fff74d4de42ae55b301f668eb6a3635d5d090c5c0ac10 -SIZE (xpi/firefox-i18n-46.0.1/ru.xpi) = 396303 -SHA256 (xpi/firefox-i18n-46.0.1/si.xpi) = dda3c6680a62d27d1465c2c018521b214b1c0a6d9de53290a3bcb1e31e6cbdd1 -SIZE (xpi/firefox-i18n-46.0.1/si.xpi) = 484912 -SHA256 (xpi/firefox-i18n-46.0.1/sk.xpi) = 6150daff402bacc8e4c0dfaa2df9d87589c24bbf4f565ef7b39d394164861b4c -SIZE (xpi/firefox-i18n-46.0.1/sk.xpi) = 452440 -SHA256 (xpi/firefox-i18n-46.0.1/sl.xpi) = 0bb6045168dc2c64d3c936bb09178b493924c04ad769a27ea118e2ad35aeba5b -SIZE (xpi/firefox-i18n-46.0.1/sl.xpi) = 443726 -SHA256 (xpi/firefox-i18n-46.0.1/son.xpi) = 0d2a94aad4bafa4e626d51a3e39a57220728872893a6a45d2b9682121e430ac0 -SIZE (xpi/firefox-i18n-46.0.1/son.xpi) = 436206 -SHA256 (xpi/firefox-i18n-46.0.1/sq.xpi) = 9fb1822eeea4ebce7cbf3e037ad89239125a1d012b972a892bb50d365f19b7b2 -SIZE (xpi/firefox-i18n-46.0.1/sq.xpi) = 450773 -SHA256 (xpi/firefox-i18n-46.0.1/sr.xpi) = edfb6133babd29e6d3b6083266d4bcbb87d51212668c5f27be2f0d66a08dca58 -SIZE (xpi/firefox-i18n-46.0.1/sr.xpi) = 467599 -SHA256 (xpi/firefox-i18n-46.0.1/sv-SE.xpi) = 27d6287973462dae2b6d6e4874ecbd9cc8890c2408eedfd599e62efcfeb146ee -SIZE (xpi/firefox-i18n-46.0.1/sv-SE.xpi) = 442644 -SHA256 (xpi/firefox-i18n-46.0.1/ta.xpi) = 354e5657999a12d3a2d4dc564fe81fa4c0cb74b9452d893bebc0da092ee022d4 -SIZE (xpi/firefox-i18n-46.0.1/ta.xpi) = 485895 -SHA256 (xpi/firefox-i18n-46.0.1/te.xpi) = 1e86f0ed15a928c5f9d097ad7e977d4d5c20ed7809c9d2b8963d43585541e673 -SIZE (xpi/firefox-i18n-46.0.1/te.xpi) = 512320 -SHA256 (xpi/firefox-i18n-46.0.1/th.xpi) = 0f473c1686c97c96788176a4df2a799bbba180c36fc071215eb1f5e84c2fcb3b -SIZE (xpi/firefox-i18n-46.0.1/th.xpi) = 489020 -SHA256 (xpi/firefox-i18n-46.0.1/tr.xpi) = 94050219121fa0a4102e636e8a72be638dc180ae9d21ef62e41820aa355b9871 -SIZE (xpi/firefox-i18n-46.0.1/tr.xpi) = 443018 -SHA256 (xpi/firefox-i18n-46.0.1/uk.xpi) = 1c131d8ed6b259587fd24629fdf17f5a1b502b605e59ea87190c28e49ae0d595 -SIZE (xpi/firefox-i18n-46.0.1/uk.xpi) = 492434 -SHA256 (xpi/firefox-i18n-46.0.1/uz.xpi) = 9baef189da768da46772a31654ef4151e6f42212b82603a8ae5d305a562fa4b4 -SIZE (xpi/firefox-i18n-46.0.1/uz.xpi) = 450194 -SHA256 (xpi/firefox-i18n-46.0.1/vi.xpi) = 33ae4068d12b9f30b4ce6da59e5c9ba10bdcab0fa8436033187416f586076ece -SIZE (xpi/firefox-i18n-46.0.1/vi.xpi) = 453663 -SHA256 (xpi/firefox-i18n-46.0.1/xh.xpi) = 29a5c75fec307430136ef6a46c17ce77c7cecce31da01e912d92ea5578ec8590 -SIZE (xpi/firefox-i18n-46.0.1/xh.xpi) = 439664 -SHA256 (xpi/firefox-i18n-46.0.1/zh-CN.xpi) = bccb8ecc0ab6262f055e40fc9af998fce2dcf50890963f3d463acb8ae3fb18b2 -SIZE (xpi/firefox-i18n-46.0.1/zh-CN.xpi) = 464301 -SHA256 (xpi/firefox-i18n-46.0.1/zh-TW.xpi) = 1f8e3aefb8eacb5ea0fa9fb631ec0eb17000408cb15a6d39e08c09ff2f2cdde6 -SIZE (xpi/firefox-i18n-46.0.1/zh-TW.xpi) = 472118 +SHA256 (xpi/firefox-i18n-47.0/ach.xpi) = 90d6783f1e1a8b56fe4bd9275ea00c194bbc742148eca0a72136f791107f6b67 +SIZE (xpi/firefox-i18n-47.0/ach.xpi) = 425996 +SHA256 (xpi/firefox-i18n-47.0/af.xpi) = 63242ab9f9c417a16a67011bebf561a8ff4d464b5b7b875ea068133199215965 +SIZE (xpi/firefox-i18n-47.0/af.xpi) = 441513 +SHA256 (xpi/firefox-i18n-47.0/an.xpi) = f2745a4aec44a791a07b0055de10258dd92535fe8e34372875a2b8fe7ce94b59 +SIZE (xpi/firefox-i18n-47.0/an.xpi) = 453259 +SHA256 (xpi/firefox-i18n-47.0/ar.xpi) = b918866a4b2acff45ea383e128618512a80eb797a5aecb52321f38c25b39284f +SIZE (xpi/firefox-i18n-47.0/ar.xpi) = 478501 +SHA256 (xpi/firefox-i18n-47.0/as.xpi) = 2ccde82a79a8e5794ce3b39ddc27edeb8e31af6613ae5f7304737e7b3c1a7d21 +SIZE (xpi/firefox-i18n-47.0/as.xpi) = 484618 +SHA256 (xpi/firefox-i18n-47.0/ast.xpi) = bb9e6f535e748dcb72fc1c7930b14eeb7661dd8424c853623a67617ccbd45e3e +SIZE (xpi/firefox-i18n-47.0/ast.xpi) = 422167 +SHA256 (xpi/firefox-i18n-47.0/az.xpi) = f519a67eec1cfaa33ad2b821feab03b37b7418724574b55790c7e75b678e3592 +SIZE (xpi/firefox-i18n-47.0/az.xpi) = 453801 +SHA256 (xpi/firefox-i18n-47.0/be.xpi) = 2cb8d03c904207dbd8b3de78d68274796459985f68b542e00d720fafac89262f +SIZE (xpi/firefox-i18n-47.0/be.xpi) = 445103 +SHA256 (xpi/firefox-i18n-47.0/bg.xpi) = 25e7360aa4e4724727033ec254fa61fc4ffd32808bb327bdbcf2e36b90820eca +SIZE (xpi/firefox-i18n-47.0/bg.xpi) = 490773 +SHA256 (xpi/firefox-i18n-47.0/bn-BD.xpi) = 58250cb374132956921781ab6b2ddac112800ad33fc42f4c10ef112b42d1b2d7 +SIZE (xpi/firefox-i18n-47.0/bn-BD.xpi) = 509736 +SHA256 (xpi/firefox-i18n-47.0/bn-IN.xpi) = 6bd932435431b526723689e02527e25059db452ebe787ca4e87089076db55977 +SIZE (xpi/firefox-i18n-47.0/bn-IN.xpi) = 515477 +SHA256 (xpi/firefox-i18n-47.0/br.xpi) = 6706b2b371d092b803e554ffe5c38ba63bd23ed5e43b91ceefab4c186ea3d772 +SIZE (xpi/firefox-i18n-47.0/br.xpi) = 430466 +SHA256 (xpi/firefox-i18n-47.0/bs.xpi) = 1eede930802298168b6515575ee501d7f06f6f432abb3aa64d73ab5fc0ea5282 +SIZE (xpi/firefox-i18n-47.0/bs.xpi) = 447151 +SHA256 (xpi/firefox-i18n-47.0/ca.xpi) = 02cb40821769add87a25f13cd47e93385ef02bcd8747b68ce5ffa3d4e294e675 +SIZE (xpi/firefox-i18n-47.0/ca.xpi) = 438338 +SHA256 (xpi/firefox-i18n-47.0/cs.xpi) = 7a8b459b22f15e0b99d27b3f6a1d71eaeab471de8629c1869e635dbce80a61dc +SIZE (xpi/firefox-i18n-47.0/cs.xpi) = 438403 +SHA256 (xpi/firefox-i18n-47.0/cy.xpi) = 20c266cd28c926d31a36ea6497482286e680f78aeb5f9a6c097767002f98150e +SIZE (xpi/firefox-i18n-47.0/cy.xpi) = 433788 +SHA256 (xpi/firefox-i18n-47.0/da.xpi) = 09ff084b5348771f87eb435f5b562908e783183c66c46253f6c814523f92b31d +SIZE (xpi/firefox-i18n-47.0/da.xpi) = 424568 +SHA256 (xpi/firefox-i18n-47.0/de.xpi) = 269c5109a80653d6c99c431712517de78e7951332fa7fdcbc65a4a7a293f7ce9 +SIZE (xpi/firefox-i18n-47.0/de.xpi) = 440550 +SHA256 (xpi/firefox-i18n-47.0/dsb.xpi) = 4cf78e541c17a5ec0cda610f5e64442f0a77a1a8a846d9cf07026aa3d2b50879 +SIZE (xpi/firefox-i18n-47.0/dsb.xpi) = 458251 +SHA256 (xpi/firefox-i18n-47.0/el.xpi) = 1b0797271bfe46c9c0a824a68bd0d09576185ff20aefa5c947dbbd52b3be6505 +SIZE (xpi/firefox-i18n-47.0/el.xpi) = 470594 +SHA256 (xpi/firefox-i18n-47.0/en-GB.xpi) = d2e9b4b39c4c1f4a62095bbc44957f9e2d89d03275edba817a66b45ca90b0825 +SIZE (xpi/firefox-i18n-47.0/en-GB.xpi) = 418328 +SHA256 (xpi/firefox-i18n-47.0/en-US.xpi) = 19f782c9f10924fcbed5f8ac777ed13192be52ad400d07a771dc572e84d33697 +SIZE (xpi/firefox-i18n-47.0/en-US.xpi) = 426930 +SHA256 (xpi/firefox-i18n-47.0/en-ZA.xpi) = 624e348a101c4efc39c299da7cc8aa2d3568ce5ddd064a78a91cb668062e86f1 +SIZE (xpi/firefox-i18n-47.0/en-ZA.xpi) = 407833 +SHA256 (xpi/firefox-i18n-47.0/eo.xpi) = 0d62974e28b8634db7682fc3d749c2e12cd5ef5455076c51dc64f858613ef1ec +SIZE (xpi/firefox-i18n-47.0/eo.xpi) = 434239 +SHA256 (xpi/firefox-i18n-47.0/es-AR.xpi) = 110895f1580d526e814fd3fa62a29a82040fcc83dec437d349bd809a13092c0e +SIZE (xpi/firefox-i18n-47.0/es-AR.xpi) = 435265 +SHA256 (xpi/firefox-i18n-47.0/es-CL.xpi) = f2e4edb6a1fe6f6078cd61b63e70804d96b0fef93325525a3fd258641d83e148 +SIZE (xpi/firefox-i18n-47.0/es-CL.xpi) = 372783 +SHA256 (xpi/firefox-i18n-47.0/es-ES.xpi) = 91eddc7c16498db30921afae2476b5d28d0acc4d515efbb8e1c7e2dd7fa21c8b +SIZE (xpi/firefox-i18n-47.0/es-ES.xpi) = 348230 +SHA256 (xpi/firefox-i18n-47.0/es-MX.xpi) = 6dd35669516cad479782051da63704cc940d78d08a3f444117dbc873007ac02d +SIZE (xpi/firefox-i18n-47.0/es-MX.xpi) = 445765 +SHA256 (xpi/firefox-i18n-47.0/et.xpi) = 978722383a646c1a05951063bd8c0478c0b7d5aac93615f079174ce8031ad121 +SIZE (xpi/firefox-i18n-47.0/et.xpi) = 434959 +SHA256 (xpi/firefox-i18n-47.0/eu.xpi) = 71c55fb4084fb2576f2b7a0725549ec5ff155f5757b9871f0e77147e782172cd +SIZE (xpi/firefox-i18n-47.0/eu.xpi) = 435864 +SHA256 (xpi/firefox-i18n-47.0/fa.xpi) = 60c3027b449d84a8d29a1b063f80ab2c8d2017c097f71b366036d6512a5740af +SIZE (xpi/firefox-i18n-47.0/fa.xpi) = 486496 +SHA256 (xpi/firefox-i18n-47.0/ff.xpi) = 81fa9cddc027fe0846f06c193dde6f250fa9c61bf785ffef3557ad3ac19fc301 +SIZE (xpi/firefox-i18n-47.0/ff.xpi) = 443578 +SHA256 (xpi/firefox-i18n-47.0/fi.xpi) = a7dae5cddd0093641e0adb2b9850e581e2cabd3ba8f1406eb67a828eef2fcb26 +SIZE (xpi/firefox-i18n-47.0/fi.xpi) = 429549 +SHA256 (xpi/firefox-i18n-47.0/fr.xpi) = ad84aca0207435dc1bcdc89c7dbf81f7bc657ac10fe80fd6f5f3590662a9274c +SIZE (xpi/firefox-i18n-47.0/fr.xpi) = 450327 +SHA256 (xpi/firefox-i18n-47.0/fy-NL.xpi) = 01e4b12846f15cc47a0beaf1817c5e3b12255f12aed7d344670c52762cc28734 +SIZE (xpi/firefox-i18n-47.0/fy-NL.xpi) = 442462 +SHA256 (xpi/firefox-i18n-47.0/ga-IE.xpi) = 6bbc5beb0d0b37e297f893e8e0253c3194651a16b3ac5fc5e57921da0dfb54fc +SIZE (xpi/firefox-i18n-47.0/ga-IE.xpi) = 454692 +SHA256 (xpi/firefox-i18n-47.0/gd.xpi) = 6d828eb1e85d3ea45753bd7c2316b26c9291cf941d47426bd821734c6992f095 +SIZE (xpi/firefox-i18n-47.0/gd.xpi) = 443137 +SHA256 (xpi/firefox-i18n-47.0/gl.xpi) = 520436f22de5b6132f236f1ebe1498895c85cdfee23333dde62ce5a5cd020a7e +SIZE (xpi/firefox-i18n-47.0/gl.xpi) = 438908 +SHA256 (xpi/firefox-i18n-47.0/gn.xpi) = dfec89249ae3a7f66830e78af88017a2ef726d4493efbb9719762ebd04d6a6a3 +SIZE (xpi/firefox-i18n-47.0/gn.xpi) = 464959 +SHA256 (xpi/firefox-i18n-47.0/gu-IN.xpi) = f819bd9878095f12bbdf76dbb793e27be4f882f3cf3a9d145e6b603db013f47d +SIZE (xpi/firefox-i18n-47.0/gu-IN.xpi) = 472818 +SHA256 (xpi/firefox-i18n-47.0/he.xpi) = acce7b941d248d8e733201c235ef65362b8001a59cb51d4f80083017a1e13bd6 +SIZE (xpi/firefox-i18n-47.0/he.xpi) = 449443 +SHA256 (xpi/firefox-i18n-47.0/hi-IN.xpi) = 68a25bf51bb0887917aa129e3f57193b7b7055469bc1daf38a056f138804d3a8 +SIZE (xpi/firefox-i18n-47.0/hi-IN.xpi) = 489304 +SHA256 (xpi/firefox-i18n-47.0/hr.xpi) = 854408302d28fa7fb1e9b472b47266c3108b69e7738c314ce8c9a66e1c0e334f +SIZE (xpi/firefox-i18n-47.0/hr.xpi) = 443334 +SHA256 (xpi/firefox-i18n-47.0/hsb.xpi) = 2471f4a8c09a66663c5f8168dc4d69650ab3cebf5cedbcd2132f255a1d17cbd0 +SIZE (xpi/firefox-i18n-47.0/hsb.xpi) = 455856 +SHA256 (xpi/firefox-i18n-47.0/hu.xpi) = c9b090616464220b7015188299570b07f4902edae63623ea050c9542d494ea23 +SIZE (xpi/firefox-i18n-47.0/hu.xpi) = 448451 +SHA256 (xpi/firefox-i18n-47.0/hy-AM.xpi) = 8148372d3bf6443b53adcf31c0ec41d998bcc28c0ed428b6387510beab4e9cab +SIZE (xpi/firefox-i18n-47.0/hy-AM.xpi) = 494269 +SHA256 (xpi/firefox-i18n-47.0/id.xpi) = c0e4a8254072144a5fb1b36a55307b957339ed500e6416e24ad69a4b610752d9 +SIZE (xpi/firefox-i18n-47.0/id.xpi) = 420862 +SHA256 (xpi/firefox-i18n-47.0/is.xpi) = 1a20cff2ba6044314153ed7a9c6dc892a5385f074f9a1ced244a8fb8abf9e223 +SIZE (xpi/firefox-i18n-47.0/is.xpi) = 437342 +SHA256 (xpi/firefox-i18n-47.0/it.xpi) = 28057739849ac9c483742483ecff9acb60673418375d25d0739a8be8841aa537 +SIZE (xpi/firefox-i18n-47.0/it.xpi) = 342327 +SHA256 (xpi/firefox-i18n-47.0/ja.xpi) = d234a9085b933a44dcaa531957bda580b3d29fcaef39278bac7d002356b1e712 +SIZE (xpi/firefox-i18n-47.0/ja.xpi) = 485004 +SHA256 (xpi/firefox-i18n-47.0/kk.xpi) = 74461c9edc1b950a5f69b66add3400ad14ffe59c65ad3789e974dbeee39510ca +SIZE (xpi/firefox-i18n-47.0/kk.xpi) = 491493 +SHA256 (xpi/firefox-i18n-47.0/km.xpi) = dc2777bc4f46390c3aad32aa8bf6badf2979b071fb1c6318ca66c9dea54527ab +SIZE (xpi/firefox-i18n-47.0/km.xpi) = 507773 +SHA256 (xpi/firefox-i18n-47.0/kn.xpi) = 3b39b35b6141833fc12130ffdfc5152ae0c02ac1ef1247458cd5ace64cf1b7c0 +SIZE (xpi/firefox-i18n-47.0/kn.xpi) = 512033 +SHA256 (xpi/firefox-i18n-47.0/ko.xpi) = 6a07e6ba259e074d2f6ed83006b7b1a18b212cb599363fbc10ed4df0d9b605c9 +SIZE (xpi/firefox-i18n-47.0/ko.xpi) = 457471 +SHA256 (xpi/firefox-i18n-47.0/lij.xpi) = 13ece3a5fb4e5b60c30f5c858b4998fbd615725c49c9a364ca227e509e96d508 +SIZE (xpi/firefox-i18n-47.0/lij.xpi) = 391955 +SHA256 (xpi/firefox-i18n-47.0/lt.xpi) = aebaea07258eaeb73927cd3215bea560941ac4ff7b0f988f6ceedd2b8cf02f29 +SIZE (xpi/firefox-i18n-47.0/lt.xpi) = 449057 +SHA256 (xpi/firefox-i18n-47.0/lv.xpi) = bbcf7d6ae4c40bbcde73a881cffe244b0e80eb6515e63f40ceab734efa62af72 +SIZE (xpi/firefox-i18n-47.0/lv.xpi) = 442455 +SHA256 (xpi/firefox-i18n-47.0/mai.xpi) = 613af296d5ad5fedc2bc73f7b89afeecccf4416946960c94bfa1e4925a07a282 +SIZE (xpi/firefox-i18n-47.0/mai.xpi) = 494894 +SHA256 (xpi/firefox-i18n-47.0/mk.xpi) = be53087229fb8da59fbe3b915c86c155f0acc711a26eefdc2edba617b7487cfa +SIZE (xpi/firefox-i18n-47.0/mk.xpi) = 476188 +SHA256 (xpi/firefox-i18n-47.0/ml.xpi) = 30b32ccce5167b87ee00b714744a2ed2126489b929bfcf70465ab8eb8e1a381d +SIZE (xpi/firefox-i18n-47.0/ml.xpi) = 524948 +SHA256 (xpi/firefox-i18n-47.0/mr.xpi) = 6f5db218d97a92525c6d60ea061c96ad6254c017e454b027dbd9496e255dcf8c +SIZE (xpi/firefox-i18n-47.0/mr.xpi) = 497586 +SHA256 (xpi/firefox-i18n-47.0/ms.xpi) = 357c17cf6bc1424b58bd109e2216f65c3682ae9a05df2156f6e418e74c606ee0 +SIZE (xpi/firefox-i18n-47.0/ms.xpi) = 443218 +SHA256 (xpi/firefox-i18n-47.0/nb-NO.xpi) = 0e3e49f4c2e300202b9e26d638ba05237e604b323c3e95a38a19ba2977bc20f7 +SIZE (xpi/firefox-i18n-47.0/nb-NO.xpi) = 429969 +SHA256 (xpi/firefox-i18n-47.0/nl.xpi) = 1ca808f58ee49d94958dd2739fae33735fcb888940107b1c1b710364f668532d +SIZE (xpi/firefox-i18n-47.0/nl.xpi) = 429575 +SHA256 (xpi/firefox-i18n-47.0/nn-NO.xpi) = 3461e96586f5a47c1bdbf55b20e8e1c2b3985c6c24847be0756f6e867809fd8a +SIZE (xpi/firefox-i18n-47.0/nn-NO.xpi) = 425796 +SHA256 (xpi/firefox-i18n-47.0/or.xpi) = af0b8f86e3e173a98dd97e39ff60d09d8264fb7c6ecca47793cad52c00ba5cbf +SIZE (xpi/firefox-i18n-47.0/or.xpi) = 497585 +SHA256 (xpi/firefox-i18n-47.0/pa-IN.xpi) = da805823c10b95f6149232d37bd1fc40da562fd1068c3c5b56562fd605ce1df3 +SIZE (xpi/firefox-i18n-47.0/pa-IN.xpi) = 492396 +SHA256 (xpi/firefox-i18n-47.0/pl.xpi) = 1e47ca5ea31b4f22e11fd28ce1f3446b33fff5b047659400def022bcf163343d +SIZE (xpi/firefox-i18n-47.0/pl.xpi) = 371970 +SHA256 (xpi/firefox-i18n-47.0/pt-BR.xpi) = 48bdeb1eb179518061d350e07246eb32cf26aeafb3cf8b58ea9e66e4fe79076a +SIZE (xpi/firefox-i18n-47.0/pt-BR.xpi) = 443876 +SHA256 (xpi/firefox-i18n-47.0/pt-PT.xpi) = 93c6d34c021961ab28a6f17d00cbecdfb93e28f44f16e205713bdfa58a941189 +SIZE (xpi/firefox-i18n-47.0/pt-PT.xpi) = 431642 +SHA256 (xpi/firefox-i18n-47.0/rm.xpi) = 2b0e71c1e0d18fc89cc07c836eb8b91de1e570e1fc17625a4527e2afe819e8ee +SIZE (xpi/firefox-i18n-47.0/rm.xpi) = 431927 +SHA256 (xpi/firefox-i18n-47.0/ro.xpi) = 49d22ee13d7966bf5655447f3962214ab27a59b1c3e278b5a1d99014832785a8 +SIZE (xpi/firefox-i18n-47.0/ro.xpi) = 445165 +SHA256 (xpi/firefox-i18n-47.0/ru.xpi) = b012064bab63da49e9367fa98656365f043f6c696cf07ad5c360a2e32e3e0a36 +SIZE (xpi/firefox-i18n-47.0/ru.xpi) = 392467 +SHA256 (xpi/firefox-i18n-47.0/si.xpi) = ec6a81d32d5e8e3e6b12eba7c5a921e274f74173e0ee975b0453682bd049dc00 +SIZE (xpi/firefox-i18n-47.0/si.xpi) = 488800 +SHA256 (xpi/firefox-i18n-47.0/sk.xpi) = 28f1f60c17120c8359c00ff9ef2ec1b62b2b380965fcf9a792615bf9d6852a70 +SIZE (xpi/firefox-i18n-47.0/sk.xpi) = 452876 +SHA256 (xpi/firefox-i18n-47.0/sl.xpi) = 808e91c8ecf181250ce6c0ce95f4404e68014bbc122ec953d63fde5a13d80e31 +SIZE (xpi/firefox-i18n-47.0/sl.xpi) = 429762 +SHA256 (xpi/firefox-i18n-47.0/son.xpi) = fb9b6bfcf0a87366ef4418494027ec4f3288a96d291e5df2d5cad838bbd63a2b +SIZE (xpi/firefox-i18n-47.0/son.xpi) = 441954 +SHA256 (xpi/firefox-i18n-47.0/sq.xpi) = 981c9379448c6047c9202525fea0cca7ce1af7a801006b94909362c2879268f7 +SIZE (xpi/firefox-i18n-47.0/sq.xpi) = 446756 +SHA256 (xpi/firefox-i18n-47.0/sr.xpi) = 6e774d8e0f036f783e7d4db2b14cdbe962bec907b92cf0c7babaca14e0f002e5 +SIZE (xpi/firefox-i18n-47.0/sr.xpi) = 462407 +SHA256 (xpi/firefox-i18n-47.0/sv-SE.xpi) = 16faf547324a7fd7c89dc10ecb83e9977ad1cb04325751f2b457e1e34da1f4f3 +SIZE (xpi/firefox-i18n-47.0/sv-SE.xpi) = 438737 +SHA256 (xpi/firefox-i18n-47.0/ta.xpi) = c9ab481fab0723a4fbb8e37b6146264be7db5a38318a34db52c8c7637c176721 +SIZE (xpi/firefox-i18n-47.0/ta.xpi) = 485392 +SHA256 (xpi/firefox-i18n-47.0/te.xpi) = 633f48a4ac4ef981eaf88259771e8ec7968ede0a701d3f71bb70aa8c8e6b9928 +SIZE (xpi/firefox-i18n-47.0/te.xpi) = 516412 +SHA256 (xpi/firefox-i18n-47.0/th.xpi) = da62e1732168c86192bd00e475f5edb5ec4831c7fb6dd2066b95c189b0b0bb80 +SIZE (xpi/firefox-i18n-47.0/th.xpi) = 492434 +SHA256 (xpi/firefox-i18n-47.0/tr.xpi) = 939e53a11429eab44f365fe7ee7f893f421bd26358259c3b5c84d0a65b24aad5 +SIZE (xpi/firefox-i18n-47.0/tr.xpi) = 438666 +SHA256 (xpi/firefox-i18n-47.0/uk.xpi) = be577eb4f263238a33b46afbdbe0241eae64de18cb386815b3740c945fb220a1 +SIZE (xpi/firefox-i18n-47.0/uk.xpi) = 487552 +SHA256 (xpi/firefox-i18n-47.0/uz.xpi) = 9e5ee75e84bd299656983b7bce2b56626c3f813e44ca7e228ca89b13f87b6a14 +SIZE (xpi/firefox-i18n-47.0/uz.xpi) = 446245 +SHA256 (xpi/firefox-i18n-47.0/vi.xpi) = c570a462781c0fa5020fd4fea041f19ba0e6488fad8c71203c91731676560c81 +SIZE (xpi/firefox-i18n-47.0/vi.xpi) = 454208 +SHA256 (xpi/firefox-i18n-47.0/xh.xpi) = bdd81444b045b09b0b1ccafc4dec8c2068a66d8eb1f47b3438e5b1fe8628ced3 +SIZE (xpi/firefox-i18n-47.0/xh.xpi) = 435192 +SHA256 (xpi/firefox-i18n-47.0/zh-CN.xpi) = a27f813cdce29d262f718c5d6a7c1ab8079710513dda8dc8865f5fd39bf2e217 +SIZE (xpi/firefox-i18n-47.0/zh-CN.xpi) = 459552 +SHA256 (xpi/firefox-i18n-47.0/zh-TW.xpi) = 78472471cfc53ed7a3fe0a089a37dd23624f52c16a54466beb28dc368a52dd8d +SIZE (xpi/firefox-i18n-47.0/zh-TW.xpi) = 467823 Modified: branches/2016Q2/www/firefox/Makefile ============================================================================== --- branches/2016Q2/www/firefox/Makefile Sun Jun 5 20:25:15 2016 (r416429) +++ branches/2016Q2/www/firefox/Makefile Sun Jun 5 20:25:43 2016 (r416430) @@ -2,26 +2,27 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 46.0.1 +DISTVERSION= 47.0 DISTVERSIONSUFFIX=.source +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build3/source MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.12:devel/nspr \ - nss>=3.22.3:security/nss \ + nss>=3.23:security/nss \ libevent2>=2.0.21_2:devel/libevent2 \ soundtouch>=1.9.0:audio/soundtouch \ - harfbuzz>=1.1.3:print/harfbuzz \ - graphite2>=1.3.7:graphics/graphite2 \ - png>=1.6.19:graphics/png \ + harfbuzz>=1.2.2:print/harfbuzz \ + graphite2>=1.3.8:graphics/graphite2 \ + png>=1.6.21:graphics/png \ libvorbis>=1.3.5,3:audio/libvorbis \ libvpx>=1.5.0:multimedia/libvpx \ - sqlite3>=3.10.2:databases/sqlite3 \ + sqlite3>=3.11.0:databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ v4l_compat>0:multimedia/v4l_compat \ autoconf-2.13:devel/autoconf213 \ Modified: branches/2016Q2/www/firefox/distinfo ============================================================================== --- branches/2016Q2/www/firefox/distinfo Sun Jun 5 20:25:15 2016 (r416429) +++ branches/2016Q2/www/firefox/distinfo Sun Jun 5 20:25:43 2016 (r416430) @@ -1,2 +1,2 @@ -SHA256 (firefox-46.0.1.source.tar.xz) = 98b8292a31b7e3e426f3204de1fed2a6ab38dcf64dd27bdfae556b407a198bf9 -SIZE (firefox-46.0.1.source.tar.xz) = 187160976 +SHA256 (firefox-47.0.source.tar.xz) = 51936fcf86c5f84e7fdd377d07658a02a1c99d2ebdc3c8aae01d70f947331d12 +SIZE (firefox-47.0.source.tar.xz) = 187883964 Modified: branches/2016Q2/www/firefox/files/patch-bug1021761 ============================================================================== --- branches/2016Q2/www/firefox/files/patch-bug1021761 Sun Jun 5 20:25:15 2016 (r416429) +++ branches/2016Q2/www/firefox/files/patch-bug1021761 Sun Jun 5 20:25:43 2016 (r416430) @@ -1,7 +1,7 @@ -diff --git configure.in configure.in +diff --git old-configure.in configure.in index 48e60c0..ec08417 100644 ---- configure.in -+++ configure.in +--- old-configure.in ++++ old-configure.in @@ -5591,6 +5591,67 @@ fi AC_SUBST(MOZ_WEBM_ENCODER) Modified: branches/2016Q2/www/firefox/files/patch-bug826985 ============================================================================== --- branches/2016Q2/www/firefox/files/patch-bug826985 Sun Jun 5 20:25:15 2016 (r416429) +++ branches/2016Q2/www/firefox/files/patch-bug826985 Sun Jun 5 20:25:43 2016 (r416430) @@ -5,7 +5,7 @@ Date: Fri Jan 4 13:49:22 2013 +0100 Bug 826985 - Support more video formats for WebRTC via libv4l2 on Linux. --- config/system-headers | 1 + - configure.in | 7 +++++++ + old-configure.in | 7 +++++++ media/webrtc/signaling/test/Makefile.in | 1 + .../modules/video_capture/linux/device_info_linux.cc | 17 +++++++++++++++++ .../modules/video_capture/linux/video_capture_linux.cc | 16 +++++++++++++++- @@ -25,10 +25,10 @@ index 55e4cd1..76567b3 100644 limits limits.h link.h -diff --git configure.in configure.in +diff --git old-configure.in configure.in index 55e4cd1..76567b3 100644 ---- configure.in -+++ configure.in +--- old-configure.in ++++ old-configure.in @@ -5309,6 +5309,9 @@ if test -n "$MOZ_WEBRTC"; then MOZ_VP8_ENCODER=1 MOZ_VP8_ERROR_CONCEALMENT=1 Modified: branches/2016Q2/www/firefox/files/patch-bug847568 ============================================================================== --- branches/2016Q2/www/firefox/files/patch-bug847568 Sun Jun 5 20:25:15 2016 (r416429) +++ branches/2016Q2/www/firefox/files/patch-bug847568 Sun Jun 5 20:25:43 2016 (r416430) @@ -29,10 +29,10 @@ index 18e8703..bdc5f82 100644 +harfbuzz/hb-ot.h +harfbuzz/hb.h +#endif -diff --git configure.in configure.in +diff --git old-configure.in configure.in index ac38f40..87536b7 100644 ---- configure.in -+++ configure.in +--- old-configure.in ++++ old-configure.in @@ -7989,6 +7989,49 @@ if test "$USE_FC_FREETYPE"; then fi @@ -46,7 +46,7 @@ index ac38f40..87536b7 100644 +MOZ_NATIVE_HARFBUZZ=) + +if test -n "$MOZ_NATIVE_HARFBUZZ"; then -+ PKG_CHECK_MODULES(MOZ_HARFBUZZ, harfbuzz >= 1.1.3) ++ PKG_CHECK_MODULES(MOZ_HARFBUZZ, harfbuzz >= 1.2.2) +fi + +AC_SUBST(MOZ_NATIVE_HARFBUZZ) @@ -70,7 +70,7 @@ index ac38f40..87536b7 100644 + * 100 + GR2_VERSION_BUGFIX >= \ + (major) * 10000 + (minor) * 100 + (bugfix) ) + ], [ -+ #if !GR2_VERSION_REQUIRE(1,3,7) ++ #if !GR2_VERSION_REQUIRE(1,3,8) + #error "Insufficient graphite2 version." + #endif + ], [], @@ -115,7 +115,7 @@ index f3d76ea..a9e7fb6 100644 +# chase version for --with-system-graphite2 +perl -p -i -e "s/[0-9]+\,[0-9]+\,[0-9]+/$RELEASE/ and tr/./,/ \ -+ if /GR2_VERSION_REQUIRE/" configure.in ++ if /GR2_VERSION_REQUIRE/" old-configure.in + # summarize what's been touched echo Updated to $RELEASE. @@ -123,7 +123,7 @@ index f3d76ea..a9e7fb6 100644 echo -hg stat gfx/graphite2 -+hg stat configure.in gfx/graphite2 ++hg stat old-configure.in gfx/graphite2 echo *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***