From owner-svn-ports-all@freebsd.org Tue Jan 17 12:44:44 2017 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 71BEACB2D19; Tue, 17 Jan 2017 12:44:44 +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 3A0F619E3; Tue, 17 Jan 2017 12:44:44 +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 v0HCih5u041530; Tue, 17 Jan 2017 12:44:43 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0HCigj5041518; Tue, 17 Jan 2017 12:44:42 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201701171244.v0HCigj5041518@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 17 Jan 2017 12:44:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431737 - in head: Mk Mk/Uses www/firefox www/firefox-i18n www/firefox/files X-SVN-Group: ports-head 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.23 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: Tue, 17 Jan 2017 12:44:44 -0000 Author: jbeich Date: Tue Jan 17 12:44:42 2017 New Revision: 431737 URL: https://svnweb.freebsd.org/changeset/ports/431737 Log: www/firefox: update to 51.0 (rc1) More candidates are likely to come before the official announcement (aka the rush hour) scheduled on 2017-01-24. This one intended to pick up upstream security fixes earlier while looking for downstream regressions. Changes: https://www.mozilla.org/firefox/51.0/releasenotes/ Security: e60169c4-aa86-46b0-8ae2-0d81f683df09 MFH: 2017Q1 (piling up) Added: head/www/firefox/files/patch-bug1316879 (contents, props changed) head/www/firefox/files/patch-bug1329895 (contents, props changed) Deleted: head/www/firefox/files/patch-bug1256136 head/www/firefox/files/patch-bug1290037 head/www/firefox/files/patch-bug1320621 Modified: head/Mk/Uses/gecko.mk (contents, props changed) head/Mk/bsd.gecko.mk (contents, props changed) head/www/firefox-i18n/Makefile (contents, props changed) head/www/firefox-i18n/Makefile.lang (contents, props changed) head/www/firefox-i18n/Makefile.option (contents, props changed) head/www/firefox-i18n/distinfo (contents, props changed) head/www/firefox/Makefile (contents, props changed) head/www/firefox/distinfo (contents, props changed) Modified: head/Mk/Uses/gecko.mk ============================================================================== --- head/Mk/Uses/gecko.mk Tue Jan 17 12:44:26 2017 (r431736) +++ head/Mk/Uses/gecko.mk Tue Jan 17 12:44:42 2017 (r431737) @@ -37,12 +37,12 @@ RUN_DEPENDS+= libxul>=45:www/libxul .elif ${gecko_ARGS:Mfirefox} _GECKO_DEFAULT_VERSION= 45 -_GECKO_VERSIONS= 45 50 +_GECKO_VERSIONS= 45 51 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions 45_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr -50_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox +51_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Tue Jan 17 12:44:26 2017 (r431736) +++ head/Mk/bsd.gecko.mk Tue Jan 17 12:44:42 2017 (r431737) @@ -387,6 +387,9 @@ post-patch-SNDIO-on: .if ${PORT_OPTIONS:MRUST} BUILD_DEPENDS+= rustc:${RUST_PORT} +. if ${MOZILLA_VER:R:R} >= 51 +BUILD_DEPENDS+= cargo:devel/cargo +. endif RUST_PORT?= lang/rust MOZ_OPTIONS+= --enable-rust .else Modified: head/www/firefox-i18n/Makefile ============================================================================== --- head/www/firefox-i18n/Makefile Tue Jan 17 12:44:26 2017 (r431736) +++ head/www/firefox-i18n/Makefile Tue Jan 17 12:44:42 2017 (r431737) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 50.1.0 +PORTVERSION= 51.0 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build2/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} Modified: head/www/firefox-i18n/Makefile.lang ============================================================================== --- head/www/firefox-i18n/Makefile.lang Tue Jan 17 12:44:26 2017 (r431736) +++ head/www/firefox-i18n/Makefile.lang Tue Jan 17 12:44:42 2017 (r431737) @@ -1,7 +1,7 @@ # Created by: Koji Yokota # $FreeBSD$ -FIREFOX_I18N_ALL_= ach af an ar as ast az be bg bn-BD bn-IN br bs ca cs \ +FIREFOX_I18N_ALL_= ach af an ar as ast az bg bn-BD bn-IN br bs ca cs \ 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 \ @@ -33,9 +33,6 @@ FIREFOX_I18N+= ast .if ${PORT_OPTIONS:MLANG_AZ} FIREFOX_I18N+= az .endif -.if ${PORT_OPTIONS:MLANG_BE} -FIREFOX_I18N+= be -.endif .if ${PORT_OPTIONS:MLANG_BG} FIREFOX_I18N+= bg .endif Modified: head/www/firefox-i18n/Makefile.option ============================================================================== --- head/www/firefox-i18n/Makefile.option Tue Jan 17 12:44:26 2017 (r431736) +++ head/www/firefox-i18n/Makefile.option Tue Jan 17 12:44:42 2017 (r431737) @@ -9,7 +9,6 @@ OPTIONS_DEFINE= LANG_ACH \ LANG_AS \ LANG_AST \ LANG_AZ \ - LANG_BE \ LANG_BG \ LANG_BB \ LANG_BN \ Modified: head/www/firefox-i18n/distinfo ============================================================================== --- head/www/firefox-i18n/distinfo Tue Jan 17 12:44:26 2017 (r431736) +++ head/www/firefox-i18n/distinfo Tue Jan 17 12:44:42 2017 (r431737) @@ -1,181 +1,179 @@ -TIMESTAMP = 1481172756 -SHA256 (xpi/firefox-i18n-50.1.0/ach.xpi) = db54b84c0c15fcaba27e2e124049c3f24efa4367fb6ed97daf34a62ad567ce73 -SIZE (xpi/firefox-i18n-50.1.0/ach.xpi) = 425410 -SHA256 (xpi/firefox-i18n-50.1.0/af.xpi) = 1f90832b46c293e69e798a67895b9aba430b869c0e3184a0d611cb06bcb415da -SIZE (xpi/firefox-i18n-50.1.0/af.xpi) = 433950 -SHA256 (xpi/firefox-i18n-50.1.0/an.xpi) = 84a0200f752ae65e0bc08d0cc4a351c69e20d2a513199eb32ace260f078b0266 -SIZE (xpi/firefox-i18n-50.1.0/an.xpi) = 442206 -SHA256 (xpi/firefox-i18n-50.1.0/ar.xpi) = 6d3f8fff35b26a9b5dd86607ab3e504b2796ae5af6e07b6d327901803c1cb94b -SIZE (xpi/firefox-i18n-50.1.0/ar.xpi) = 470436 -SHA256 (xpi/firefox-i18n-50.1.0/as.xpi) = 4f81c6948c19a3c0c0278d0ee0604b84382e013c84cbd729b8bb534ef8d885a9 -SIZE (xpi/firefox-i18n-50.1.0/as.xpi) = 484771 -SHA256 (xpi/firefox-i18n-50.1.0/ast.xpi) = 81918465211a3d0ce575e7d7ef10735a8b7c45738bdf1e2478720c0e5d633709 -SIZE (xpi/firefox-i18n-50.1.0/ast.xpi) = 433850 -SHA256 (xpi/firefox-i18n-50.1.0/az.xpi) = 0c21e6def5113289295652f67f95ea4a3f5be885d781eaac94a0f0ac05111fd2 -SIZE (xpi/firefox-i18n-50.1.0/az.xpi) = 451404 -SHA256 (xpi/firefox-i18n-50.1.0/be.xpi) = 65d6fe396efc6b95dd90bc7fff7061d8643c64fa20180796cc98840ecbf07e4d -SIZE (xpi/firefox-i18n-50.1.0/be.xpi) = 458492 -SHA256 (xpi/firefox-i18n-50.1.0/bg.xpi) = 53623d2bfd9907697b5d7b0e747fb0eecbbea714967c9d36571ac62514a7c6b4 -SIZE (xpi/firefox-i18n-50.1.0/bg.xpi) = 484622 -SHA256 (xpi/firefox-i18n-50.1.0/bn-BD.xpi) = 5768972ee398ed19f3eb254d26598ebd327a340d26ac4cb329e2a990f99edab8 -SIZE (xpi/firefox-i18n-50.1.0/bn-BD.xpi) = 509168 -SHA256 (xpi/firefox-i18n-50.1.0/bn-IN.xpi) = 18ccacde99791e10583c15976b29feb8520cec616896ec2cef3c667a17819def -SIZE (xpi/firefox-i18n-50.1.0/bn-IN.xpi) = 503132 -SHA256 (xpi/firefox-i18n-50.1.0/br.xpi) = 166d2077653f00163accb1d56ad56f76528c874dac47f0b6ed9f2df27300eb0c -SIZE (xpi/firefox-i18n-50.1.0/br.xpi) = 432449 -SHA256 (xpi/firefox-i18n-50.1.0/bs.xpi) = 5d9823adc07551066d342a3652a8861d5194a4f6cf3d5c19aff25e095cbcbf71 -SIZE (xpi/firefox-i18n-50.1.0/bs.xpi) = 439556 -SHA256 (xpi/firefox-i18n-50.1.0/ca.xpi) = bde4ce518973aa378f806f425da45b14fa916e19c9246a53c3655c1b6d7f55c8 -SIZE (xpi/firefox-i18n-50.1.0/ca.xpi) = 440361 -SHA256 (xpi/firefox-i18n-50.1.0/cs.xpi) = 72dfa15075f3a37114a143f0b2bb02e0f0f70a35a119776713d673bee92881da -SIZE (xpi/firefox-i18n-50.1.0/cs.xpi) = 439542 -SHA256 (xpi/firefox-i18n-50.1.0/cy.xpi) = a78071188fa1f9f561c52f970cb0412826db62e67bbcb827ba64aaa23d1c94c0 -SIZE (xpi/firefox-i18n-50.1.0/cy.xpi) = 433665 -SHA256 (xpi/firefox-i18n-50.1.0/da.xpi) = 76dc2bca941cb71e4f2233f91632feeb438cdc82c2c23d06c08e28d300f53552 -SIZE (xpi/firefox-i18n-50.1.0/da.xpi) = 421325 -SHA256 (xpi/firefox-i18n-50.1.0/de.xpi) = bcd98186dc9e9f19c56ae926f4177d52bb70f0510b0eeddb518fa217a98ac630 -SIZE (xpi/firefox-i18n-50.1.0/de.xpi) = 438195 -SHA256 (xpi/firefox-i18n-50.1.0/dsb.xpi) = bfb9285909e173591750d69ccbe7249b4daa252c6f28462ab04ccdfc8fe2bcc6 -SIZE (xpi/firefox-i18n-50.1.0/dsb.xpi) = 456086 -SHA256 (xpi/firefox-i18n-50.1.0/el.xpi) = 146fc2a2bb1a990aeb794fc81a7e952b0d83a8ac15aeb8b508688264b221b751 -SIZE (xpi/firefox-i18n-50.1.0/el.xpi) = 502227 -SHA256 (xpi/firefox-i18n-50.1.0/en-GB.xpi) = 3187df8d2c923979e9c67ce7658111094a9f3f1eb15aa8f270b0f76cdbf9d2ba -SIZE (xpi/firefox-i18n-50.1.0/en-GB.xpi) = 415255 -SHA256 (xpi/firefox-i18n-50.1.0/en-US.xpi) = fae6dd8f778c10cc0a0b6dc4805153cf16a273948794c98dfb8a35dd05ebf1ea -SIZE (xpi/firefox-i18n-50.1.0/en-US.xpi) = 425321 -SHA256 (xpi/firefox-i18n-50.1.0/en-ZA.xpi) = 9ab6b4f4fe4df033a95ebb597f97a6ef99517aea895b7df8411a34d72cf9c472 -SIZE (xpi/firefox-i18n-50.1.0/en-ZA.xpi) = 408747 -SHA256 (xpi/firefox-i18n-50.1.0/eo.xpi) = 2435e4cb414f2c24cafbf3304530696282bce48cc05e394d60053c0d5277a630 -SIZE (xpi/firefox-i18n-50.1.0/eo.xpi) = 434338 -SHA256 (xpi/firefox-i18n-50.1.0/es-AR.xpi) = cb71ab12ca44e1bb37d12cc5823068e9ffcf8235e746f72938bd49afd141fc36 -SIZE (xpi/firefox-i18n-50.1.0/es-AR.xpi) = 439533 -SHA256 (xpi/firefox-i18n-50.1.0/es-CL.xpi) = 8ab50e87e703c5bbc6b8e67a44e660d87cca1227198bb8beb8fd02460eade51a -SIZE (xpi/firefox-i18n-50.1.0/es-CL.xpi) = 440866 -SHA256 (xpi/firefox-i18n-50.1.0/es-ES.xpi) = 029956fbed461784de92ec1a0d3fc6ceff52e5ab46158b20369c74f52b254d80 -SIZE (xpi/firefox-i18n-50.1.0/es-ES.xpi) = 342208 -SHA256 (xpi/firefox-i18n-50.1.0/es-MX.xpi) = 93b072b9658b9dc6c4d88d8b2b9328ee83f9857d29b578531a94bdbfaff8338f -SIZE (xpi/firefox-i18n-50.1.0/es-MX.xpi) = 445100 -SHA256 (xpi/firefox-i18n-50.1.0/et.xpi) = dc5ca066b594e206f0afc598e87129deafcb559363736b7d71f6aa10ad00bd45 -SIZE (xpi/firefox-i18n-50.1.0/et.xpi) = 422048 -SHA256 (xpi/firefox-i18n-50.1.0/eu.xpi) = eaa622437e55deda535ffe4974a8a09b9567c6a14fc648f1f04e60e9694c0c71 -SIZE (xpi/firefox-i18n-50.1.0/eu.xpi) = 435622 -SHA256 (xpi/firefox-i18n-50.1.0/fa.xpi) = ff8f7077f5eda083624a95405890dc569ea0a9eee12f36b144bfc639715229d4 -SIZE (xpi/firefox-i18n-50.1.0/fa.xpi) = 487592 -SHA256 (xpi/firefox-i18n-50.1.0/ff.xpi) = 202821f043547fc43a75ed60de9068b285cb93461e18ec6265829e92a17886cf -SIZE (xpi/firefox-i18n-50.1.0/ff.xpi) = 438310 -SHA256 (xpi/firefox-i18n-50.1.0/fi.xpi) = 9f9c4ea0b9de6a7ae0db1c426d56e3c79c1bfc4087eed78c05db9b083344c7ed -SIZE (xpi/firefox-i18n-50.1.0/fi.xpi) = 426490 -SHA256 (xpi/firefox-i18n-50.1.0/fr.xpi) = 5cd3e02bfae67736c9232c7755c61dd0c6b89824f7b1fa83e5af802e6e87c775 -SIZE (xpi/firefox-i18n-50.1.0/fr.xpi) = 447065 -SHA256 (xpi/firefox-i18n-50.1.0/fy-NL.xpi) = 44ddd7d338d386e4adfdf4894d081b3854684280afeb76846f78d5f183e2d505 -SIZE (xpi/firefox-i18n-50.1.0/fy-NL.xpi) = 441788 -SHA256 (xpi/firefox-i18n-50.1.0/ga-IE.xpi) = fddb1d88ed94575c80f8a7bbe9f21dc0fb49e409cc08fbb2ee32bef78e21ae86 -SIZE (xpi/firefox-i18n-50.1.0/ga-IE.xpi) = 455097 -SHA256 (xpi/firefox-i18n-50.1.0/gd.xpi) = 33a7c184e2877da1bdf45d5a92b950a4bbc753471f88ea90e7c3585cb2043c32 -SIZE (xpi/firefox-i18n-50.1.0/gd.xpi) = 444265 -SHA256 (xpi/firefox-i18n-50.1.0/gl.xpi) = 18c9b30f1de7d04c4675145f05b6e96b18ac0c8f4a26fa7c0ce37f912bc9acb7 -SIZE (xpi/firefox-i18n-50.1.0/gl.xpi) = 451916 -SHA256 (xpi/firefox-i18n-50.1.0/gn.xpi) = 2eb03c758f4ade230d611a4f1a965209642429f82d233381bde0a5e2cf43aadb -SIZE (xpi/firefox-i18n-50.1.0/gn.xpi) = 453225 -SHA256 (xpi/firefox-i18n-50.1.0/gu-IN.xpi) = c1c647eb01b7a7fa71e9fc99750f8a3b23bd5b7d7623d05a175f7eebedb2b5d6 -SIZE (xpi/firefox-i18n-50.1.0/gu-IN.xpi) = 487095 -SHA256 (xpi/firefox-i18n-50.1.0/he.xpi) = f3734156473a998d51f421b206179a4e78b3fb589e1591a3f85600721bf72876 -SIZE (xpi/firefox-i18n-50.1.0/he.xpi) = 455648 -SHA256 (xpi/firefox-i18n-50.1.0/hi-IN.xpi) = 16e8f425db1d3d08293cc6e92c845c05990e8a89607609362d6371360971a837 -SIZE (xpi/firefox-i18n-50.1.0/hi-IN.xpi) = 499704 -SHA256 (xpi/firefox-i18n-50.1.0/hr.xpi) = b16d41138602b16dc38f669312d04e95b90c249dc6eb7066a421c5bffe43bc28 -SIZE (xpi/firefox-i18n-50.1.0/hr.xpi) = 444277 -SHA256 (xpi/firefox-i18n-50.1.0/hsb.xpi) = 91e3b5846538e39bbcc314e72adc338297decfa25aeffde8d53eb0c6cbf251a5 -SIZE (xpi/firefox-i18n-50.1.0/hsb.xpi) = 453907 -SHA256 (xpi/firefox-i18n-50.1.0/hu.xpi) = 6978364271143ab41996efc78f520f3bb687af52267fe01cfb48ec23febb3c26 -SIZE (xpi/firefox-i18n-50.1.0/hu.xpi) = 448352 -SHA256 (xpi/firefox-i18n-50.1.0/hy-AM.xpi) = 6a94b0973613dfca2c230713312221d92a3627c7f2128cee4ec81d71b24b416e -SIZE (xpi/firefox-i18n-50.1.0/hy-AM.xpi) = 492715 -SHA256 (xpi/firefox-i18n-50.1.0/id.xpi) = d90e4b4ede96c33671e283eb1192038f9dbd7bb2d71d53a2353a3add338e3ea0 -SIZE (xpi/firefox-i18n-50.1.0/id.xpi) = 423000 -SHA256 (xpi/firefox-i18n-50.1.0/is.xpi) = 3e85b0206e8538b45d4d6548e053e367524d23b336b0be214971531be5cd3c29 -SIZE (xpi/firefox-i18n-50.1.0/is.xpi) = 435393 -SHA256 (xpi/firefox-i18n-50.1.0/it.xpi) = 37ebf392af8f59e8fd2e241c10d01b61976c52af6909c8a012a40813f2a23647 -SIZE (xpi/firefox-i18n-50.1.0/it.xpi) = 336080 -SHA256 (xpi/firefox-i18n-50.1.0/ja.xpi) = a1675efea45733c61418a943d8b19db9d5c780a29d81c905618ee06993a87394 -SIZE (xpi/firefox-i18n-50.1.0/ja.xpi) = 484310 -SHA256 (xpi/firefox-i18n-50.1.0/kk.xpi) = 020411b4f57db00413cdc648378bf48e6f28b0ff783888b47b9801b31f360363 -SIZE (xpi/firefox-i18n-50.1.0/kk.xpi) = 493718 -SHA256 (xpi/firefox-i18n-50.1.0/km.xpi) = 5f75fba1b2b1094de89b0d050300abbdd8c425718840cab353e01b7515f4cf3a -SIZE (xpi/firefox-i18n-50.1.0/km.xpi) = 518205 -SHA256 (xpi/firefox-i18n-50.1.0/kn.xpi) = 70ab37759463b4fc11bc78db7c6f1208ddcb711bbefdf1bfae6f1d53c4538b9f -SIZE (xpi/firefox-i18n-50.1.0/kn.xpi) = 517625 -SHA256 (xpi/firefox-i18n-50.1.0/ko.xpi) = 5e5e6631db6d3115578c240016dddb884543ef196647b04d62b0ce1c27c0a38a -SIZE (xpi/firefox-i18n-50.1.0/ko.xpi) = 460199 -SHA256 (xpi/firefox-i18n-50.1.0/lij.xpi) = 8857040d7ad2b7b31bfe1262939e238467fbe0e7fdb9fae3077991b10e847d5d -SIZE (xpi/firefox-i18n-50.1.0/lij.xpi) = 394009 -SHA256 (xpi/firefox-i18n-50.1.0/lt.xpi) = cd7f0dd21c9316ef4cd028ad213f006b8b065416dac7c25fcf3f70ebf783b96e -SIZE (xpi/firefox-i18n-50.1.0/lt.xpi) = 449250 -SHA256 (xpi/firefox-i18n-50.1.0/lv.xpi) = 499f7870b5436d4d676c5b0237a8e5f3a36dcc7e33e1202e0f756353cf147d64 -SIZE (xpi/firefox-i18n-50.1.0/lv.xpi) = 444936 -SHA256 (xpi/firefox-i18n-50.1.0/mai.xpi) = 81b3e68c6b540fdf337fdbcd7a92e813d5d2de67b70696c188b7367dd897eced -SIZE (xpi/firefox-i18n-50.1.0/mai.xpi) = 497919 -SHA256 (xpi/firefox-i18n-50.1.0/mk.xpi) = ef03c0ce5005e6973e7c6ae52431c9af8493f809999a76d49df21a8844e56608 -SIZE (xpi/firefox-i18n-50.1.0/mk.xpi) = 494591 -SHA256 (xpi/firefox-i18n-50.1.0/ml.xpi) = 8ca7aad3bfe7247108b6fefd3eb498e9d20e45bcec74d546cbd77ceee04a9d9d -SIZE (xpi/firefox-i18n-50.1.0/ml.xpi) = 514614 -SHA256 (xpi/firefox-i18n-50.1.0/mr.xpi) = b349d5ce15844c4a0081396f439f3df9864220c53c89780c94f6ace62c432cce -SIZE (xpi/firefox-i18n-50.1.0/mr.xpi) = 498731 -SHA256 (xpi/firefox-i18n-50.1.0/ms.xpi) = 2150f76796e717f1c5205f75f0486d7b35c318b1d5a5145777286e4631098257 -SIZE (xpi/firefox-i18n-50.1.0/ms.xpi) = 433891 -SHA256 (xpi/firefox-i18n-50.1.0/nb-NO.xpi) = e01046e7f9f3be466e51314faedf31e4f0132f66568f3a1c4017b2b827c91070 -SIZE (xpi/firefox-i18n-50.1.0/nb-NO.xpi) = 431341 -SHA256 (xpi/firefox-i18n-50.1.0/nl.xpi) = e29c868af5d5d218dcf36969e118fc6d8d9889f6562e1fab493b3a0e79b896db -SIZE (xpi/firefox-i18n-50.1.0/nl.xpi) = 429142 -SHA256 (xpi/firefox-i18n-50.1.0/nn-NO.xpi) = 0e62ebc13749cda45cb7c69d5eb68ea5a8e5691559e4d427fc7dc0c949f44be4 -SIZE (xpi/firefox-i18n-50.1.0/nn-NO.xpi) = 425413 -SHA256 (xpi/firefox-i18n-50.1.0/or.xpi) = 3e81619b1ddaa43d21d6cc971965fa675a26181e8f62ed21b18b1791894757d6 -SIZE (xpi/firefox-i18n-50.1.0/or.xpi) = 495202 -SHA256 (xpi/firefox-i18n-50.1.0/pa-IN.xpi) = 085dddc431a6b510e7dc409217e9958adc148c1e19adb47d42fc5579e7b9f120 -SIZE (xpi/firefox-i18n-50.1.0/pa-IN.xpi) = 474241 -SHA256 (xpi/firefox-i18n-50.1.0/pl.xpi) = 42dd3339773d32c95a03e9fc5b3816f5433c1c1c3e63aac5e345376f86abaef2 -SIZE (xpi/firefox-i18n-50.1.0/pl.xpi) = 353777 -SHA256 (xpi/firefox-i18n-50.1.0/pt-BR.xpi) = a33ef5db5f8b0cd4d601929d91e8c88b1c6397e9afa155b08eaf20ab78f3953e -SIZE (xpi/firefox-i18n-50.1.0/pt-BR.xpi) = 438615 -SHA256 (xpi/firefox-i18n-50.1.0/pt-PT.xpi) = c2ddec6e2ed7a1e74fcefa5d0887e99a3015888d54b783d9ed1577cac98b8a4d -SIZE (xpi/firefox-i18n-50.1.0/pt-PT.xpi) = 433532 -SHA256 (xpi/firefox-i18n-50.1.0/rm.xpi) = 0bfd6923f26daed995bf6484a9174add457851177c55b7cc7890df1ab6639084 -SIZE (xpi/firefox-i18n-50.1.0/rm.xpi) = 431604 -SHA256 (xpi/firefox-i18n-50.1.0/ro.xpi) = 273e122349d4b003de3de2d0fafbb22e1cf498717f368ffddf1d0993b7b73a87 -SIZE (xpi/firefox-i18n-50.1.0/ro.xpi) = 445556 -SHA256 (xpi/firefox-i18n-50.1.0/ru.xpi) = 789e045aec63b3be715b3405369676661c1f3b61aca4089e34d31aa8b659755c -SIZE (xpi/firefox-i18n-50.1.0/ru.xpi) = 390433 -SHA256 (xpi/firefox-i18n-50.1.0/si.xpi) = b1e1f3571b16b6094d227bc2ddc55788effbc274918da915f4a17962c97788af -SIZE (xpi/firefox-i18n-50.1.0/si.xpi) = 486232 -SHA256 (xpi/firefox-i18n-50.1.0/sk.xpi) = f2c93b899bbfce32102f2eddc35744ee98528384ef1f1a269577e44e0a644c98 -SIZE (xpi/firefox-i18n-50.1.0/sk.xpi) = 452174 -SHA256 (xpi/firefox-i18n-50.1.0/sl.xpi) = 19dc731ddd193e207b022607381e68004abc886464d849c50755ea4d31e61df0 -SIZE (xpi/firefox-i18n-50.1.0/sl.xpi) = 430207 -SHA256 (xpi/firefox-i18n-50.1.0/son.xpi) = 1da8f877c0d00333dfdcb21a9115c04f233986ca987ba5739b91ad7877b33d59 -SIZE (xpi/firefox-i18n-50.1.0/son.xpi) = 433273 -SHA256 (xpi/firefox-i18n-50.1.0/sq.xpi) = 041e88f2d34a715225ebc6ec78ae75cbca3c8a97221c1f6a64e3f06fbdc8dde1 -SIZE (xpi/firefox-i18n-50.1.0/sq.xpi) = 449092 -SHA256 (xpi/firefox-i18n-50.1.0/sr.xpi) = 7b1ef7b953890ba61c58e57e6149fafea873e39167961831a61599d7be4d39cf -SIZE (xpi/firefox-i18n-50.1.0/sr.xpi) = 459593 -SHA256 (xpi/firefox-i18n-50.1.0/sv-SE.xpi) = f50f74e78b3d1424aec6396747c66413713bbb82aa26eed37abdfa7b228ca6ec -SIZE (xpi/firefox-i18n-50.1.0/sv-SE.xpi) = 438327 -SHA256 (xpi/firefox-i18n-50.1.0/ta.xpi) = 434425518bba81a965e0771b7c379e32fb0688eb0aeb1302d74823ee5515d9f5 -SIZE (xpi/firefox-i18n-50.1.0/ta.xpi) = 489664 -SHA256 (xpi/firefox-i18n-50.1.0/te.xpi) = 5ede0cec24269fad84f1c8eec17f3da5be59e452f470e13926ddf351fcc5e11b -SIZE (xpi/firefox-i18n-50.1.0/te.xpi) = 515622 -SHA256 (xpi/firefox-i18n-50.1.0/th.xpi) = d6918d086f2e461b50d56f4dec9e98de9f8cd8bb75b84d108eee8020406c2893 -SIZE (xpi/firefox-i18n-50.1.0/th.xpi) = 484869 -SHA256 (xpi/firefox-i18n-50.1.0/tr.xpi) = f667b82e5893c63a893aa1daede1bbab3468c0cebc35dd64f7f689c85f235b35 -SIZE (xpi/firefox-i18n-50.1.0/tr.xpi) = 440603 -SHA256 (xpi/firefox-i18n-50.1.0/uk.xpi) = ef2a937b6c9015b7b46dc8837aaa4011c83dbeacdfa2a11820d7efe2301e7d5c -SIZE (xpi/firefox-i18n-50.1.0/uk.xpi) = 490968 -SHA256 (xpi/firefox-i18n-50.1.0/uz.xpi) = 22da17f8404fe6a98d58812e85eb70a5c7de898ab0f3f3598b3fc6a0adecc8ed -SIZE (xpi/firefox-i18n-50.1.0/uz.xpi) = 444775 -SHA256 (xpi/firefox-i18n-50.1.0/vi.xpi) = 5fb86b8039a3ec5f5d29887dbbcf6ddd843c6818ea28ce422ac839ac82098b82 -SIZE (xpi/firefox-i18n-50.1.0/vi.xpi) = 447653 -SHA256 (xpi/firefox-i18n-50.1.0/xh.xpi) = 5dee657d054ec57f480523ce6ee6b02e63b4173edda319cafc0ed246d9368a52 -SIZE (xpi/firefox-i18n-50.1.0/xh.xpi) = 437879 -SHA256 (xpi/firefox-i18n-50.1.0/zh-CN.xpi) = 258db702f1ada9105bcd6b11e8ddf8197246dff9bc18ee2ab0eb9e4b5ea3f6b2 -SIZE (xpi/firefox-i18n-50.1.0/zh-CN.xpi) = 457904 -SHA256 (xpi/firefox-i18n-50.1.0/zh-TW.xpi) = ce6729051516187b63af735a0470a4904183499f03dddd849b314a94d4629bcb -SIZE (xpi/firefox-i18n-50.1.0/zh-TW.xpi) = 469091 +TIMESTAMP = 1484620411 +SHA256 (xpi/firefox-i18n-51.0/ach.xpi) = 2db50aa5fe8866e0835316817a8f605dd517711fc59ac87eb1c27d259e1dcdb7 +SIZE (xpi/firefox-i18n-51.0/ach.xpi) = 422477 +SHA256 (xpi/firefox-i18n-51.0/af.xpi) = b4ee7ec17f3b9334630ff35e01c1aad47a0f493306eefd21b7dceccb274053d5 +SIZE (xpi/firefox-i18n-51.0/af.xpi) = 430607 +SHA256 (xpi/firefox-i18n-51.0/an.xpi) = 3d3a2396ab5083853e20b2cd3fa519642e6f4cd2b66cf446e80c7a794987c64a +SIZE (xpi/firefox-i18n-51.0/an.xpi) = 439498 +SHA256 (xpi/firefox-i18n-51.0/ar.xpi) = 3d93c078f8f89dd4993069fa673ceba70b3cc5be7c452afd37063b11e8f5dcbe +SIZE (xpi/firefox-i18n-51.0/ar.xpi) = 467364 +SHA256 (xpi/firefox-i18n-51.0/as.xpi) = 2ba58525cc4f1393015ddcecc286df6c1c1fbab69fc38e697a694625dc325e71 +SIZE (xpi/firefox-i18n-51.0/as.xpi) = 481205 +SHA256 (xpi/firefox-i18n-51.0/ast.xpi) = 267db3935e315e28c8fcfd3971b7885f7901294b90172e808fbcd28c2c26ae55 +SIZE (xpi/firefox-i18n-51.0/ast.xpi) = 433413 +SHA256 (xpi/firefox-i18n-51.0/az.xpi) = 7fc38d646f814b286c0ef2c8bbfd1a7b17c88d3c628c22c559cce018ab1ca461 +SIZE (xpi/firefox-i18n-51.0/az.xpi) = 448402 +SHA256 (xpi/firefox-i18n-51.0/bg.xpi) = ced3d6568e3421dafe0b8cda07f7d29c5421e038d42bcac759458133a1f3b272 +SIZE (xpi/firefox-i18n-51.0/bg.xpi) = 481419 +SHA256 (xpi/firefox-i18n-51.0/bn-BD.xpi) = 94f1f7a8decc0cb8c4accd1826b8f335b16abbb259359566be5e25529998d349 +SIZE (xpi/firefox-i18n-51.0/bn-BD.xpi) = 506131 +SHA256 (xpi/firefox-i18n-51.0/bn-IN.xpi) = c02c9b776479800c2815811921d5c334d3079fad1b10b5668f1cad2883d40951 +SIZE (xpi/firefox-i18n-51.0/bn-IN.xpi) = 503270 +SHA256 (xpi/firefox-i18n-51.0/br.xpi) = ad0f3653a2f98487de066e7f2bfc5a3cb164e5a813863c0fda921ec496fa0363 +SIZE (xpi/firefox-i18n-51.0/br.xpi) = 429716 +SHA256 (xpi/firefox-i18n-51.0/bs.xpi) = cfdcf39092ef00377d7beab3859b7de11174bf7c3654cca7b9734ac4b255e6c3 +SIZE (xpi/firefox-i18n-51.0/bs.xpi) = 435977 +SHA256 (xpi/firefox-i18n-51.0/ca.xpi) = 1115b657c3899829009f4c8e553d2cba22fba271c5750a596920d81065d6dd77 +SIZE (xpi/firefox-i18n-51.0/ca.xpi) = 437596 +SHA256 (xpi/firefox-i18n-51.0/cs.xpi) = bb4b595d981bbbc56058d41ce73e9f6666ab410d43b8bd49f899fcc941a2af80 +SIZE (xpi/firefox-i18n-51.0/cs.xpi) = 437009 +SHA256 (xpi/firefox-i18n-51.0/cy.xpi) = 96b50da1eb50b38a83dd6e0065a79c069dce2c762ea4dbb87a47282bab68ebda +SIZE (xpi/firefox-i18n-51.0/cy.xpi) = 430766 +SHA256 (xpi/firefox-i18n-51.0/da.xpi) = 7206aa12af4f69d70f598438fb4c8ee528517f7595db5d1d1b51055e851f3a88 +SIZE (xpi/firefox-i18n-51.0/da.xpi) = 418405 +SHA256 (xpi/firefox-i18n-51.0/de.xpi) = 4e10974ed2d4e260c9eb1205d131cdb1fdf9672584d330396e5f53a28b977cf0 +SIZE (xpi/firefox-i18n-51.0/de.xpi) = 435628 +SHA256 (xpi/firefox-i18n-51.0/dsb.xpi) = 53a4d8c6175091a724a5c5d94d552ad761ae6aad2643d8f3a2d068a3661dc117 +SIZE (xpi/firefox-i18n-51.0/dsb.xpi) = 453122 +SHA256 (xpi/firefox-i18n-51.0/el.xpi) = 011e683dfca482754bcf7a722ad46ec17a920aa012d8f238012c42f05687e5a9 +SIZE (xpi/firefox-i18n-51.0/el.xpi) = 498855 +SHA256 (xpi/firefox-i18n-51.0/en-GB.xpi) = 7f7a3fbb98c0b0411c81d8fb04f300f0548ddbdeb99a225a775c35742b372134 +SIZE (xpi/firefox-i18n-51.0/en-GB.xpi) = 412807 +SHA256 (xpi/firefox-i18n-51.0/en-US.xpi) = 91c8fdb94a50aaf34cbed5e319850ee6df09c9d2c1bb7d98ec3fbc575527938f +SIZE (xpi/firefox-i18n-51.0/en-US.xpi) = 422546 +SHA256 (xpi/firefox-i18n-51.0/en-ZA.xpi) = eb92618d4ce84735671bec8c9e7d8a1a310d1ce0648e259d8b547cb73ed31c5d +SIZE (xpi/firefox-i18n-51.0/en-ZA.xpi) = 406317 +SHA256 (xpi/firefox-i18n-51.0/eo.xpi) = 0f38d937e8d6e6560b1907ac8fc21e72c1daef9d87b244d9dfaf7e3ccdf1dc19 +SIZE (xpi/firefox-i18n-51.0/eo.xpi) = 431475 +SHA256 (xpi/firefox-i18n-51.0/es-AR.xpi) = bd828cdeed17fe2a606ed6bda40852b46537ea320741619dcfefc0c29878d40c +SIZE (xpi/firefox-i18n-51.0/es-AR.xpi) = 436849 +SHA256 (xpi/firefox-i18n-51.0/es-CL.xpi) = a14285e925cfcf01cde25cec6dd6fd2f7d90c78abc0f0734949a02a48f981e76 +SIZE (xpi/firefox-i18n-51.0/es-CL.xpi) = 439570 +SHA256 (xpi/firefox-i18n-51.0/es-ES.xpi) = dc3a1b1a50dae2885b24e8bdd58e17c67a108dfad4712f291007af4ddc5fe8cb +SIZE (xpi/firefox-i18n-51.0/es-ES.xpi) = 340415 +SHA256 (xpi/firefox-i18n-51.0/es-MX.xpi) = 77f11998e4e5dae7b1e42a3d4601bd32c720df72496bb5b526ff05cd90a65301 +SIZE (xpi/firefox-i18n-51.0/es-MX.xpi) = 442425 +SHA256 (xpi/firefox-i18n-51.0/et.xpi) = 24b4d7ab975f624618ec524e0fee5a64b943d90cc339ab37af671efd9448f0c6 +SIZE (xpi/firefox-i18n-51.0/et.xpi) = 419370 +SHA256 (xpi/firefox-i18n-51.0/eu.xpi) = 5cf55b5a15eb77b13557646cb7db1963ebfe717e9ce291fea868005dac7d7174 +SIZE (xpi/firefox-i18n-51.0/eu.xpi) = 432700 +SHA256 (xpi/firefox-i18n-51.0/fa.xpi) = f461c631c33b90a738b7e158556408966f1a429f4bac27d01f14e6b823385f75 +SIZE (xpi/firefox-i18n-51.0/fa.xpi) = 484366 +SHA256 (xpi/firefox-i18n-51.0/ff.xpi) = eecfff13c273289228c20fb710847f74236e60088afbfd62368b9cb66f3b2b7c +SIZE (xpi/firefox-i18n-51.0/ff.xpi) = 435444 +SHA256 (xpi/firefox-i18n-51.0/fi.xpi) = 1a43ec5bdc3355486d2db56ce77c21d8361a4745ddaaab82e3a13349d4f801aa +SIZE (xpi/firefox-i18n-51.0/fi.xpi) = 424025 +SHA256 (xpi/firefox-i18n-51.0/fr.xpi) = 2fe646ccaa1cf4e5e2601459452e364f9bfccc0bb8ff37d5105505576d338e0a +SIZE (xpi/firefox-i18n-51.0/fr.xpi) = 444127 +SHA256 (xpi/firefox-i18n-51.0/fy-NL.xpi) = b03faae59547ccea4b55a12ed67874eb86af4d9b6aa3c7b9a2f2c6a74194b6e7 +SIZE (xpi/firefox-i18n-51.0/fy-NL.xpi) = 439354 +SHA256 (xpi/firefox-i18n-51.0/ga-IE.xpi) = 8be3e3530480fb9fa2b892dc027a78048d947b655c0b6db0e45b83de1288a068 +SIZE (xpi/firefox-i18n-51.0/ga-IE.xpi) = 452112 +SHA256 (xpi/firefox-i18n-51.0/gd.xpi) = 26b53d668cab518e1d350b875a0221148ce09c1fa7c0e5cd106b058532df925c +SIZE (xpi/firefox-i18n-51.0/gd.xpi) = 441391 +SHA256 (xpi/firefox-i18n-51.0/gl.xpi) = e1295088a34bc6d0c569c79cd2c7beb8f3f0574ff6f315b8825c060ba1bba3cb +SIZE (xpi/firefox-i18n-51.0/gl.xpi) = 444050 +SHA256 (xpi/firefox-i18n-51.0/gn.xpi) = 92c52452dbcfbf1b5f65ab0f837441bc44c1170aca1bc686e5e64bbd6c5c8d36 +SIZE (xpi/firefox-i18n-51.0/gn.xpi) = 450227 +SHA256 (xpi/firefox-i18n-51.0/gu-IN.xpi) = d50f96985e4a81f85ddc876359d1afc2dd1038ceffd95c2eddf3ffd704586951 +SIZE (xpi/firefox-i18n-51.0/gu-IN.xpi) = 483510 +SHA256 (xpi/firefox-i18n-51.0/he.xpi) = 6a3db03de54e4e10bbf980081bac1e980327c8dcd43b2bb40f0bb38d20418b03 +SIZE (xpi/firefox-i18n-51.0/he.xpi) = 452767 +SHA256 (xpi/firefox-i18n-51.0/hi-IN.xpi) = 97376eef6cfa37909206f3eec1546b61757762a6c3f9c8a1e936cb7e3654ec0c +SIZE (xpi/firefox-i18n-51.0/hi-IN.xpi) = 499946 +SHA256 (xpi/firefox-i18n-51.0/hr.xpi) = 3b4da4a9088352c30772d7dff4e4b723279b56883f43f046de9419574edf4b39 +SIZE (xpi/firefox-i18n-51.0/hr.xpi) = 441580 +SHA256 (xpi/firefox-i18n-51.0/hsb.xpi) = bfd26d94fba685df3df36ec2e729cf9e24f4c4ff7d12731fc98a4aea48bcc944 +SIZE (xpi/firefox-i18n-51.0/hsb.xpi) = 451002 +SHA256 (xpi/firefox-i18n-51.0/hu.xpi) = 7373e4aa1bdc2a39518266db0b117c71b5438a0a72ef60eb50c84942942b2160 +SIZE (xpi/firefox-i18n-51.0/hu.xpi) = 445379 +SHA256 (xpi/firefox-i18n-51.0/hy-AM.xpi) = 5b4f91353db0c74e9af94ba74d0d31b0317b4af55c44a7d33ccc3ffea17e49ad +SIZE (xpi/firefox-i18n-51.0/hy-AM.xpi) = 489193 +SHA256 (xpi/firefox-i18n-51.0/id.xpi) = 3a0f000fac7f542811b24b34d2aee0ed4749f1f7337afcd4fa2a9fd57b1e2660 +SIZE (xpi/firefox-i18n-51.0/id.xpi) = 420114 +SHA256 (xpi/firefox-i18n-51.0/is.xpi) = a9a4fdb1b2e153773d9bbef9fce05947d2313caaa608561b73932257704d953b +SIZE (xpi/firefox-i18n-51.0/is.xpi) = 432632 +SHA256 (xpi/firefox-i18n-51.0/it.xpi) = 8da1fec9e5f5db030c17590c875aff0a100afd77db1aad7067fa3d931ed03b68 +SIZE (xpi/firefox-i18n-51.0/it.xpi) = 334920 +SHA256 (xpi/firefox-i18n-51.0/ja.xpi) = b4ff63d51449460b758948bd8e73bc932d24b2e14501ee076bcae5b70892be3e +SIZE (xpi/firefox-i18n-51.0/ja.xpi) = 481874 +SHA256 (xpi/firefox-i18n-51.0/kk.xpi) = 000ed1c4d96b3a8807ece3f502a900bcf3d8ba3889200d6d922e37bba8e135c4 +SIZE (xpi/firefox-i18n-51.0/kk.xpi) = 490747 +SHA256 (xpi/firefox-i18n-51.0/km.xpi) = bf312dccb93b24038cbdff0941276c2704f54ea4588a80b9d7a337ed894cf5b7 +SIZE (xpi/firefox-i18n-51.0/km.xpi) = 514270 +SHA256 (xpi/firefox-i18n-51.0/kn.xpi) = a8b4024791d910285dc9d763b3d6ec3cdf5289683beacd000fde122d79af3810 +SIZE (xpi/firefox-i18n-51.0/kn.xpi) = 514060 +SHA256 (xpi/firefox-i18n-51.0/ko.xpi) = 2aa83c07862474156bee35da55ad1eefac9ff63624b65ef7543276a8d3f568f3 +SIZE (xpi/firefox-i18n-51.0/ko.xpi) = 457535 +SHA256 (xpi/firefox-i18n-51.0/lij.xpi) = 34cc82b5ea5a5b16e87f70716dc32a37cac72cbb163e804b6c574035f299d67f +SIZE (xpi/firefox-i18n-51.0/lij.xpi) = 410712 +SHA256 (xpi/firefox-i18n-51.0/lt.xpi) = c1cbcebf3954409cab56825a020ad23c53f8814674d94e4b12dca6f361c13ac4 +SIZE (xpi/firefox-i18n-51.0/lt.xpi) = 446152 +SHA256 (xpi/firefox-i18n-51.0/lv.xpi) = ded68e952783c8048ba3d190fc97ef49675828b2de0ffbb92bd7e450c2e82ee3 +SIZE (xpi/firefox-i18n-51.0/lv.xpi) = 442269 +SHA256 (xpi/firefox-i18n-51.0/mai.xpi) = 58466c629a402d0e5f050fceaa7a806605dabca3604f8cf8c0e335022370ebe4 +SIZE (xpi/firefox-i18n-51.0/mai.xpi) = 494292 +SHA256 (xpi/firefox-i18n-51.0/mk.xpi) = 8558a01bbcd28a679b8808b579a73aeb95f27403b9aa19bcdd4f7d0188d077d8 +SIZE (xpi/firefox-i18n-51.0/mk.xpi) = 490960 +SHA256 (xpi/firefox-i18n-51.0/ml.xpi) = db1b8d37d3d77fc3ca0317b10db8e74255567b6c8f9026ab34cd866ce523489d +SIZE (xpi/firefox-i18n-51.0/ml.xpi) = 510895 +SHA256 (xpi/firefox-i18n-51.0/mr.xpi) = 4915727a4314058a96d6ebb229112dceee9ddeea2968aacbe6420b905b2be1d6 +SIZE (xpi/firefox-i18n-51.0/mr.xpi) = 495859 +SHA256 (xpi/firefox-i18n-51.0/ms.xpi) = 312cf883fa61415601ae510df828aad123db1f8d227f0f4612ecea4582d87ee3 +SIZE (xpi/firefox-i18n-51.0/ms.xpi) = 430330 +SHA256 (xpi/firefox-i18n-51.0/nb-NO.xpi) = 07b5f1fb9cdeaa232d00dfa37700b5553b18ed1d6a03d28fc91b188e5f350c66 +SIZE (xpi/firefox-i18n-51.0/nb-NO.xpi) = 428672 +SHA256 (xpi/firefox-i18n-51.0/nl.xpi) = 11c844e878c0ab1ccd7f7b8ba317702beb75bca7b64041d8a3694ba66ad92368 +SIZE (xpi/firefox-i18n-51.0/nl.xpi) = 426235 +SHA256 (xpi/firefox-i18n-51.0/nn-NO.xpi) = 7cc499b354635a0413bed4709530383c0f63529ad3e078dda11b4d550d186ceb +SIZE (xpi/firefox-i18n-51.0/nn-NO.xpi) = 422802 +SHA256 (xpi/firefox-i18n-51.0/or.xpi) = c7b5f436bafff1e062194f04036baff0737731775ec27fb1b7498ed69a8490bd +SIZE (xpi/firefox-i18n-51.0/or.xpi) = 491270 +SHA256 (xpi/firefox-i18n-51.0/pa-IN.xpi) = 15e2743d9b401b119eb8f082be18e6b29f7002ab21f7e316d0738731917d556a +SIZE (xpi/firefox-i18n-51.0/pa-IN.xpi) = 471452 +SHA256 (xpi/firefox-i18n-51.0/pl.xpi) = ab72ad3b2bbfa2303058cb889130141ab7c8c08aeb9a5b3fe1252d7426037452 +SIZE (xpi/firefox-i18n-51.0/pl.xpi) = 349710 +SHA256 (xpi/firefox-i18n-51.0/pt-BR.xpi) = a6f5c484cb225ea7020f7480415b1f72853a971ba8c49c211b0678126b55ac61 +SIZE (xpi/firefox-i18n-51.0/pt-BR.xpi) = 431874 +SHA256 (xpi/firefox-i18n-51.0/pt-PT.xpi) = 6cdf475cc23904f2c24de602c58a0f9bfdd08961b8b5dd6f1f9de91f83eb0190 +SIZE (xpi/firefox-i18n-51.0/pt-PT.xpi) = 430721 +SHA256 (xpi/firefox-i18n-51.0/rm.xpi) = 74792c022c5cbdeeb99d0588de585573c303acdab7d99837138ffaf588d234f5 +SIZE (xpi/firefox-i18n-51.0/rm.xpi) = 428935 +SHA256 (xpi/firefox-i18n-51.0/ro.xpi) = 9c2516ef38104fbf62279bae439cdbbc15f79f8071f39dd1f59d5c67e949eaeb +SIZE (xpi/firefox-i18n-51.0/ro.xpi) = 442675 +SHA256 (xpi/firefox-i18n-51.0/ru.xpi) = 6d0e717fed5f2d17ee75922d38b1f743b4618427e9eb157e0237972abc69b244 +SIZE (xpi/firefox-i18n-51.0/ru.xpi) = 390302 +SHA256 (xpi/firefox-i18n-51.0/si.xpi) = 8bdab7ebe72e9c03d740c1b8769f06e9cec48a6071c8af2588ccb52b59a280de +SIZE (xpi/firefox-i18n-51.0/si.xpi) = 486606 +SHA256 (xpi/firefox-i18n-51.0/sk.xpi) = b6290e686bbe6680dea580fb13e2f49f05bd99a5f86c3ec23075a570684c7811 +SIZE (xpi/firefox-i18n-51.0/sk.xpi) = 449705 +SHA256 (xpi/firefox-i18n-51.0/sl.xpi) = 7eb86699ca252c33cd8b0480e9430272b30496074b6d1ad85cb69dfb0aa3a4e4 +SIZE (xpi/firefox-i18n-51.0/sl.xpi) = 427695 +SHA256 (xpi/firefox-i18n-51.0/son.xpi) = 882c537350f8b715616619f016c9b83dce584e447e81841259153613791587d1 +SIZE (xpi/firefox-i18n-51.0/son.xpi) = 430449 +SHA256 (xpi/firefox-i18n-51.0/sq.xpi) = 56d8da862d4d06045b80a6922c53b7a65045ff01cb550a7ebd9a7d744b407808 +SIZE (xpi/firefox-i18n-51.0/sq.xpi) = 441708 +SHA256 (xpi/firefox-i18n-51.0/sr.xpi) = c165029f40839c68caa2d28f21991033e198ab83829383127a37aeacfd190aca +SIZE (xpi/firefox-i18n-51.0/sr.xpi) = 457265 +SHA256 (xpi/firefox-i18n-51.0/sv-SE.xpi) = 24774105439f44489ca6b474237958e0854b1990ea39b281c963e6f3931e7c3a +SIZE (xpi/firefox-i18n-51.0/sv-SE.xpi) = 435423 +SHA256 (xpi/firefox-i18n-51.0/ta.xpi) = 34a51884ba2a8dc8873cb92a79f9337ed4c689f7aafe9d5de759ca401f358091 +SIZE (xpi/firefox-i18n-51.0/ta.xpi) = 487835 +SHA256 (xpi/firefox-i18n-51.0/te.xpi) = 2b5a18643ce387ee7c5b9e94eb34a842c7c94f247109e2206dbbddd3fee92d9e +SIZE (xpi/firefox-i18n-51.0/te.xpi) = 509507 +SHA256 (xpi/firefox-i18n-51.0/th.xpi) = 485d05b53d78f0d9cdab9ab85f008e64e03ee95744b233527d813fb233f9feaa +SIZE (xpi/firefox-i18n-51.0/th.xpi) = 483236 +SHA256 (xpi/firefox-i18n-51.0/tr.xpi) = 44a2655b3967c7806f490e98516102568b46f209e97c8598949e2ac37c10f39c +SIZE (xpi/firefox-i18n-51.0/tr.xpi) = 437679 +SHA256 (xpi/firefox-i18n-51.0/uk.xpi) = 745c07248cd06abb4e5b991359e4709752116ecae312dd2f20e74abfe78a721d +SIZE (xpi/firefox-i18n-51.0/uk.xpi) = 488159 +SHA256 (xpi/firefox-i18n-51.0/uz.xpi) = bb08a8d7dc74ac27410023b64a68e4ca278f6c5e08a921d6fde03e83349992d6 +SIZE (xpi/firefox-i18n-51.0/uz.xpi) = 441919 +SHA256 (xpi/firefox-i18n-51.0/vi.xpi) = f8115f22024219571e56dfd14eb750b6f95cb7e9703cf4c2cacd0d179b78c966 +SIZE (xpi/firefox-i18n-51.0/vi.xpi) = 444515 +SHA256 (xpi/firefox-i18n-51.0/xh.xpi) = a27521d0f47d58cf075f75e24a63e1db7c7e26064a8f3a89549c504137210503 +SIZE (xpi/firefox-i18n-51.0/xh.xpi) = 435393 +SHA256 (xpi/firefox-i18n-51.0/zh-CN.xpi) = 4a520e048ae526c7728590d0babd73d63fc6948b5577325222454491e57b4ffd +SIZE (xpi/firefox-i18n-51.0/zh-CN.xpi) = 455758 +SHA256 (xpi/firefox-i18n-51.0/zh-TW.xpi) = 9ec030d762c6d574a34ac141006e3a124e7b9b20005f5e9c08eda25e3864406a +SIZE (xpi/firefox-i18n-51.0/zh-TW.xpi) = 466460 Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Tue Jan 17 12:44:26 2017 (r431736) +++ head/www/firefox/Makefile Tue Jan 17 12:44:42 2017 (r431737) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 50.1.0 +DISTVERSION= 51.0 DISTVERSIONSUFFIX=.source -PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla @@ -47,9 +46,8 @@ MOZ_OPTIONS= --enable-application=browse OPTIONS_DEFINE= RUST OPTIONS_DEFAULT= BUNDLED_CAIRO GTK3 -# XXX lang/rust currently builds only on these platforms +# XXX lang/rust and devel/cargo currently build only on these platforms OPTIONS_DEFAULT_amd64= RUST -OPTIONS_DEFAULT_i386= RUST OPTIONS_SINGLE+= TOOLKIT OPTIONS_SINGLE_TOOLKIT= GTK2 GTK3 Modified: head/www/firefox/distinfo ============================================================================== --- head/www/firefox/distinfo Tue Jan 17 12:44:26 2017 (r431736) +++ head/www/firefox/distinfo Tue Jan 17 12:44:42 2017 (r431737) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481320836 -SHA256 (firefox-50.1.0.source.tar.xz) = 54bb9bccbf9eed0c7715ae7f45330bf41ce24b756f5fdecb380e06709a6ac5a4 -SIZE (firefox-50.1.0.source.tar.xz) = 195823768 +TIMESTAMP = 1484620411 +SHA256 (firefox-51.0.source.tar.xz) = dbb05ee683e8d3cb46cd9fa8107a3a52ce14ca01d98095d36f472cd8dc04b26a +SIZE (firefox-51.0.source.tar.xz) = 201304080 Added: head/www/firefox/files/patch-bug1316879 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/firefox/files/patch-bug1316879 Tue Jan 17 12:44:42 2017 (r431737) @@ -0,0 +1,103 @@ +Revert bug 1299919 due to a failure building with CPP in environemnt. + +diff --git build/autoconf/toolchain.m4 build/autoconf/toolchain.m4 +index 8353967a180c..c8503e5d63f5 100644 +--- build/autoconf/toolchain.m4 ++++ build/autoconf/toolchain.m4 +@@ -2,14 +2,6 @@ + dnl License, v. 2.0. If a copy of the MPL was not distributed with this + dnl file, You can obtain one at http://mozilla.org/MPL/2.0/. + +-dnl Several autoconf functions AC_REQUIRE AC_PROG_CPP/AC_PROG_CXXCPP, +-dnl meaning they are called even when we don't call them explicitly. +-dnl However, theses checks are not necessary and python configure sets +-dnl the corresponding variables already, so just skip those tests +-dnl entirely. +-define([AC_PROG_CPP],[]) +-define([AC_PROG_CXXCPP],[]) +- + AC_DEFUN([MOZ_TOOL_VARIABLES], + [ + GNU_AS= +diff --git build/moz.configure/toolchain.configure build/moz.configure/toolchain.configure +index c69b5d12daf4..bba62023c836 100644 +--- build/moz.configure/toolchain.configure ++++ build/moz.configure/toolchain.configure +@@ -754,23 +754,6 @@ + valid_compiler.try_compile(check_msg='%s works' % what, + onerror=compiler_error) + +- +- # Set CPP/CXXCPP for both the build system and old-configure. We don't +- # need to check this works for preprocessing, because we already relied +- # on $CC -E/$CXX -E doing preprocessing work to validate the compiler +- # in the first place. +- if host_or_target == target: +- pp_var = { +- 'C': 'CPP', +- 'C++': 'CXXCPP', +- }[language] +- +- preprocessor = depends_if(valid_compiler)( +- lambda x: list(x.wrapper) + [x.compiler, '-E'] + list(x.flags)) +- +- set_config(pp_var, preprocessor) +- add_old_configure_assignment(pp_var, preprocessor) +- + return valid_compiler + + +diff --git dom/bindings/GenerateCSS2PropertiesWebIDL.py dom/bindings/GenerateCSS2PropertiesWebIDL.py +index 73e1541c13b0..58ec60c29b10 100644 +--- dom/bindings/GenerateCSS2PropertiesWebIDL.py ++++ dom/bindings/GenerateCSS2PropertiesWebIDL.py +@@ -16,7 +16,7 @@ + return " [%s] attribute DOMString %s;\n" % (", ".join(extendedAttrs), + propName) + def generate(output, idlFilename, preprocessorHeader): +- cpp = list(buildconfig.substs['CPP']) ++ cpp = shellutil.split(buildconfig.substs['CPP']) + cpp += shellutil.split(buildconfig.substs['ACDEFINES']) + cpp.append(preprocessorHeader) + preprocessed = subprocess.check_output(cpp) +diff --git js/src/old-configure.in js/src/old-configure.in +index 79541bdeb986..1cb4204aeeb3 100644 +--- js/src/old-configure.in ++++ js/src/old-configure.in +@@ -140,6 +140,9 @@ + + MOZ_TOOL_VARIABLES + ++AC_PROG_CPP ++AC_PROG_CXXCPP ++ + dnl Special win32 checks + dnl ======================================================== + +diff --git layout/style/GenerateCSSPropsGenerated.py layout/style/GenerateCSSPropsGenerated.py +index 4dc2a253a811..5038e9afe726 100644 +--- layout/style/GenerateCSSPropsGenerated.py ++++ layout/style/GenerateCSSPropsGenerated.py +@@ -10,7 +10,7 @@ + from mozbuild import shellutil + + def get_properties(preprocessorHeader): +- cpp = list(buildconfig.substs['CPP']) ++ cpp = shellutil.split(buildconfig.substs['CPP']) + cpp += shellutil.split(buildconfig.substs['ACDEFINES']) + cpp.append(preprocessorHeader) + preprocessed = subprocess.check_output(cpp) +diff --git old-configure.in old-configure.in +index 863235e13176..545e82f83d56 100644 +--- old-configure.in ++++ old-configure.in +@@ -241,6 +241,9 @@ + + MOZ_TOOL_VARIABLES + ++AC_PROG_CPP ++AC_PROG_CXXCPP ++ + dnl ======================================================== + dnl Special win32 checks + dnl ======================================================== Added: head/www/firefox/files/patch-bug1329895 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/firefox/files/patch-bug1329895 Tue Jan 17 12:44:42 2017 (r431737) @@ -0,0 +1,13 @@ +Apply Linux fieldtext opacity for all GTK platforms. r=dao + +--- browser/themes/shared/icon-colors.inc.svg ++++ browser/themes/shared/icon-colors.inc.svg +@@ -2,7 +2,7 @@ + + .fieldtext { + fill: -moz-fieldtext; +-#ifdef XP_LINUX ++#ifdef MOZ_WIDGET_GTK + /* The fill-opacity needs to be sufficient for high-contrast settings, and + pathological Gtk themes where -moz-fieldtext provides low contrast by + default. */