From owner-svn-ports-branches@freebsd.org Mon Oct 22 23:53:02 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2908BFE957B; Mon, 22 Oct 2018 23:53:02 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C6ECA7A368; Mon, 22 Oct 2018 23:53:01 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BF0A727748; Mon, 22 Oct 2018 23:53:01 +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 w9MNr1iD006262; Mon, 22 Oct 2018 23:53:01 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9MNr0oV006251; Mon, 22 Oct 2018 23:53:00 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201810222353.w9MNr0oV006251@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 22 Oct 2018 23:53:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482798 - in branches/2018Q4: Mk Mk/Uses www/firefox www/firefox-i18n www/firefox/files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2018Q4: Mk Mk/Uses www/firefox www/firefox-i18n www/firefox/files X-SVN-Commit-Revision: 482798 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2018 23:53:02 -0000 Author: jbeich Date: Mon Oct 22 23:52:59 2018 New Revision: 482798 URL: https://svnweb.freebsd.org/changeset/ports/482798 Log: MFH: r482197 r482402 www/firefox: update to 63.0 Changes: https://www.mozilla.org/firefox/63.0/releasenotes/ PR: 229893 Security: 7c3a02b9-3273-4426-a0ba-f90fad2ff72e Approved by: ports-secteam (miwi) Differential Revision: https://reviews.freebsd.org/D16356 Deleted: branches/2018Q4/www/firefox/files/patch-bug1448770 Modified: branches/2018Q4/Mk/Uses/gecko.mk branches/2018Q4/Mk/bsd.gecko.mk branches/2018Q4/www/firefox-i18n/Makefile branches/2018Q4/www/firefox-i18n/distinfo branches/2018Q4/www/firefox/Makefile branches/2018Q4/www/firefox/distinfo branches/2018Q4/www/firefox/files/patch-bug1288587 branches/2018Q4/www/firefox/files/patch-bug847568 Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/Mk/Uses/gecko.mk ============================================================================== --- branches/2018Q4/Mk/Uses/gecko.mk Mon Oct 22 23:47:21 2018 (r482797) +++ branches/2018Q4/Mk/Uses/gecko.mk Mon Oct 22 23:52:59 2018 (r482798) @@ -22,12 +22,12 @@ _GECKO_VERSION= ${gecko_ARGS:M[0-9][0-9]*} .if ${gecko_ARGS:Mfirefox} _GECKO_DEFAULT_VERSION= 60 -_GECKO_VERSIONS= 60 62 +_GECKO_VERSIONS= 60 63 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions 60_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr -62_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox +63_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${PKG_QUERY} %v firefox firefox-esr Modified: branches/2018Q4/Mk/bsd.gecko.mk ============================================================================== --- branches/2018Q4/Mk/bsd.gecko.mk Mon Oct 22 23:47:21 2018 (r482797) +++ branches/2018Q4/Mk/bsd.gecko.mk Mon Oct 22 23:52:59 2018 (r482798) @@ -112,6 +112,11 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/python${PYTHON3_DEFAU MOZ_EXPORT+= PYTHON3="${LOCALBASE}/bin/python${PYTHON3_DEFAULT}" .endif +.if ${MOZILLA_VER:R:R} >= 63 +BUILD_DEPENDS+= rust-cbindgen>=0.6.2:devel/rust-cbindgen \ + node:www/node +.endif + .if ${OPSYS} == FreeBSD && ${OSREL} == 11.1 && ${MOZILLA_VER:R:R} < 49 LLD_UNSAFE= yes .endif @@ -379,7 +384,7 @@ post-patch-SNDIO-on: .endif .if ${PORT_OPTIONS:MRUST} || ${MOZILLA_VER:R:R} >= 54 -BUILD_DEPENDS+= ${RUST_PORT:T}>=1.24:${RUST_PORT} +BUILD_DEPENDS+= ${RUST_PORT:T}>=1.28:${RUST_PORT} RUST_PORT?= lang/rust . if ${MOZILLA_VER:R:R} < 54 MOZ_OPTIONS+= --enable-rust Modified: branches/2018Q4/www/firefox-i18n/Makefile ============================================================================== --- branches/2018Q4/www/firefox-i18n/Makefile Mon Oct 22 23:47:21 2018 (r482797) +++ branches/2018Q4/www/firefox-i18n/Makefile Mon Oct 22 23:52:59 2018 (r482798) @@ -2,10 +2,11 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 62.0.3 +PORTVERSION= 63.0 +PORTREVISION= 1 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,7 +16,7 @@ COMMENT= Localized interface for Firefox EXTRACT_DEPENDS= zip:archivers/zip -USES= zip:infozip gecko:firefox,62,build +USES= zip:infozip gecko:firefox,63,build USE_XPI= firefox NO_ARCH= yes Modified: branches/2018Q4/www/firefox-i18n/distinfo ============================================================================== --- branches/2018Q4/www/firefox-i18n/distinfo Mon Oct 22 23:47:21 2018 (r482797) +++ branches/2018Q4/www/firefox-i18n/distinfo Mon Oct 22 23:52:59 2018 (r482798) @@ -1,199 +1,199 @@ -TIMESTAMP = 1538418962 -SHA256 (xpi/firefox-i18n-62.0.3/ach.xpi) = 400f38c4232ee42185c8c247e97a273bff669d536ebf1d5eeb3ff05cc426ec42 -SIZE (xpi/firefox-i18n-62.0.3/ach.xpi) = 446325 -SHA256 (xpi/firefox-i18n-62.0.3/af.xpi) = 21a1e675b23ec836bcd5d8043033f3acbaf83ecb6025bde0d9c3e3e2ab50d850 -SIZE (xpi/firefox-i18n-62.0.3/af.xpi) = 432293 -SHA256 (xpi/firefox-i18n-62.0.3/an.xpi) = 50c266923cd3ea0f528ba3fd20c1839da6e72d2fb456f55ade69fa1d864a5067 -SIZE (xpi/firefox-i18n-62.0.3/an.xpi) = 467499 -SHA256 (xpi/firefox-i18n-62.0.3/ar.xpi) = eae6f999d4222d0a61105372421f80aa553c4ef1192e38947f79e219bd8c4fa0 -SIZE (xpi/firefox-i18n-62.0.3/ar.xpi) = 497996 -SHA256 (xpi/firefox-i18n-62.0.3/as.xpi) = 1d7ced2600866ac1212d7e87024cb8d147dcc878eb349f7b64629e21cd8177e3 -SIZE (xpi/firefox-i18n-62.0.3/as.xpi) = 478315 -SHA256 (xpi/firefox-i18n-62.0.3/ast.xpi) = 908b8926bcb3277fd6cd6593ba69c6dee22589e0ae835869bb0dfb08fe7e40cd -SIZE (xpi/firefox-i18n-62.0.3/ast.xpi) = 455191 -SHA256 (xpi/firefox-i18n-62.0.3/az.xpi) = c630dcff473fdca3061586e746934789b795db60b3cb427da4bdfc0ff225d669 -SIZE (xpi/firefox-i18n-62.0.3/az.xpi) = 477135 -SHA256 (xpi/firefox-i18n-62.0.3/be.xpi) = 1bdc2d51edd45768c8396a69baac89dce802e8cff875f499014e89f646892b2b -SIZE (xpi/firefox-i18n-62.0.3/be.xpi) = 534912 -SHA256 (xpi/firefox-i18n-62.0.3/bg.xpi) = 1c191e72b43195bd0b12cee03d3100b1f9c3b93d19304064e5f2b37a9171b21d -SIZE (xpi/firefox-i18n-62.0.3/bg.xpi) = 524199 -SHA256 (xpi/firefox-i18n-62.0.3/bn-BD.xpi) = 4e20199c9454c48feacb04f0297141536ee0601d8b61739ee220b051922398d2 -SIZE (xpi/firefox-i18n-62.0.3/bn-BD.xpi) = 538605 -SHA256 (xpi/firefox-i18n-62.0.3/bn-IN.xpi) = e4fa31c17d2f61cd99e647067c3b7103e6c511e44946a53acf4c7ed034e107d5 -SIZE (xpi/firefox-i18n-62.0.3/bn-IN.xpi) = 509953 -SHA256 (xpi/firefox-i18n-62.0.3/br.xpi) = 4c3ff64d4ca014c901d556ef15291c6d1742c977ec2ec998dd2e89a73169321c -SIZE (xpi/firefox-i18n-62.0.3/br.xpi) = 464406 -SHA256 (xpi/firefox-i18n-62.0.3/bs.xpi) = 08bfa75fd56e5e3a149492c4f8050208dbc8c32357d77d1ab974c37d91daa23b -SIZE (xpi/firefox-i18n-62.0.3/bs.xpi) = 466249 -SHA256 (xpi/firefox-i18n-62.0.3/ca.xpi) = 186754d5ff978c2cce7188656d02d94d9a661dfa4a8e54a65e351ca5ef11bc8d -SIZE (xpi/firefox-i18n-62.0.3/ca.xpi) = 470055 -SHA256 (xpi/firefox-i18n-62.0.3/cak.xpi) = ac8a47c2cb463a4ac61e6f89a212e6a7d994f18bf60badb837b2b3e27e429fc4 -SIZE (xpi/firefox-i18n-62.0.3/cak.xpi) = 488840 -SHA256 (xpi/firefox-i18n-62.0.3/cs.xpi) = e113db4fc11c6ac941b19d379172825c4753dfa73fb754838d8c8a77d252a7cd -SIZE (xpi/firefox-i18n-62.0.3/cs.xpi) = 478354 -SHA256 (xpi/firefox-i18n-62.0.3/cy.xpi) = 0b410833e27bc39759693f69c9a6ba12d639d8a97700969a4b6f7f248bdc158f -SIZE (xpi/firefox-i18n-62.0.3/cy.xpi) = 468857 -SHA256 (xpi/firefox-i18n-62.0.3/da.xpi) = 5b742928a7ce209d2e96d05e8c143010b1a1801127226d18ece5032a92bdd1b3 -SIZE (xpi/firefox-i18n-62.0.3/da.xpi) = 467290 -SHA256 (xpi/firefox-i18n-62.0.3/de.xpi) = f43137d3c59f2c154ac44a0a40af2fb2721ebf729001b74264cf0e2652bd9a58 -SIZE (xpi/firefox-i18n-62.0.3/de.xpi) = 475935 -SHA256 (xpi/firefox-i18n-62.0.3/dsb.xpi) = ac8784e9df9150a647cb17bdbce5c7201afa72accedc0f2727f3c8b87eb39b50 -SIZE (xpi/firefox-i18n-62.0.3/dsb.xpi) = 488173 -SHA256 (xpi/firefox-i18n-62.0.3/el.xpi) = 25ee30ae6cc67113186a022ee74d29133ef72e10cfe86d07562e5bba5d173369 -SIZE (xpi/firefox-i18n-62.0.3/el.xpi) = 546433 -SHA256 (xpi/firefox-i18n-62.0.3/en-CA.xpi) = 16b81c8e9728f262c8c06574c62c117fdb739fc1d733a2b0ac6c818fff444920 -SIZE (xpi/firefox-i18n-62.0.3/en-CA.xpi) = 439068 -SHA256 (xpi/firefox-i18n-62.0.3/en-GB.xpi) = 15139982829d699dec65295fbc899df030e2275512069939e008feadf3331fe3 -SIZE (xpi/firefox-i18n-62.0.3/en-GB.xpi) = 436177 -SHA256 (xpi/firefox-i18n-62.0.3/en-US.xpi) = 3e825c4cdca5eba4788d6fdff96b31629fdf62d3bdca15700f137a74b2dec867 -SIZE (xpi/firefox-i18n-62.0.3/en-US.xpi) = 417303 -SHA256 (xpi/firefox-i18n-62.0.3/en-ZA.xpi) = ffe1f20becbe7007255d122d9fffe2e9d924f424847ddeb5faf852c58f8ba469 -SIZE (xpi/firefox-i18n-62.0.3/en-ZA.xpi) = 422871 -SHA256 (xpi/firefox-i18n-62.0.3/eo.xpi) = 58e087b2c47f9dbf6c53c80335a5e47c23883bfdfaf7255fb8857891543a2c82 -SIZE (xpi/firefox-i18n-62.0.3/eo.xpi) = 466535 -SHA256 (xpi/firefox-i18n-62.0.3/es-AR.xpi) = b11ed055992d2a97e7dba3bf8712e03e585678253dee4e3615a29c5aefbb95f9 -SIZE (xpi/firefox-i18n-62.0.3/es-AR.xpi) = 473522 -SHA256 (xpi/firefox-i18n-62.0.3/es-CL.xpi) = c01336a56974bd8ec835b66d91162ced59eff0f642889c2e95b4c9b10e51b192 -SIZE (xpi/firefox-i18n-62.0.3/es-CL.xpi) = 473990 -SHA256 (xpi/firefox-i18n-62.0.3/es-ES.xpi) = 4c8019589e429f3277bd14395921ce24d7dec5ce13a8a887a556c5ee8cbda059 -SIZE (xpi/firefox-i18n-62.0.3/es-ES.xpi) = 414987 -SHA256 (xpi/firefox-i18n-62.0.3/es-MX.xpi) = 475209c0308f39b392db86b06f2baf16ae3c3a53fdeb298f772c42dccebf06da -SIZE (xpi/firefox-i18n-62.0.3/es-MX.xpi) = 477957 -SHA256 (xpi/firefox-i18n-62.0.3/et.xpi) = 4d06c7b3382422bdf3b0fc8160aeb8dc144a45eb1fb14576675096744c49c7d1 -SIZE (xpi/firefox-i18n-62.0.3/et.xpi) = 455377 -SHA256 (xpi/firefox-i18n-62.0.3/eu.xpi) = 0d80cb9ebead9a1755a106056d3c1c705951ec1b22b1fdd7cf0478fc03682586 -SIZE (xpi/firefox-i18n-62.0.3/eu.xpi) = 465903 -SHA256 (xpi/firefox-i18n-62.0.3/fa.xpi) = b2ff9fb8ecca109f866e4a741c9703e914b5bed34009eb81267478fb0d637ba9 -SIZE (xpi/firefox-i18n-62.0.3/fa.xpi) = 514442 -SHA256 (xpi/firefox-i18n-62.0.3/ff.xpi) = bcbef311228e644fa856ac43c21b1d1d8cbc865cf1d227060822474e740d6331 -SIZE (xpi/firefox-i18n-62.0.3/ff.xpi) = 459046 -SHA256 (xpi/firefox-i18n-62.0.3/fi.xpi) = 9bd8d44f508d8f68eefd44f03068b7c6ab0990ab0fdad5966689ce53d0cefc0c -SIZE (xpi/firefox-i18n-62.0.3/fi.xpi) = 458677 -SHA256 (xpi/firefox-i18n-62.0.3/fr.xpi) = 2c34b7cd7f552f82854712b2dd4ab7b7368889ce3a9f358b7c2313385e7ff516 -SIZE (xpi/firefox-i18n-62.0.3/fr.xpi) = 482968 -SHA256 (xpi/firefox-i18n-62.0.3/fy-NL.xpi) = 942dac3f2700e685368a0f82287c3133498503528340a67b4d2b49b40205d2e8 -SIZE (xpi/firefox-i18n-62.0.3/fy-NL.xpi) = 470422 -SHA256 (xpi/firefox-i18n-62.0.3/ga-IE.xpi) = 72d0ced7cf28305beb80865a377f2f644ee3356c4f2632e42854d293a090af45 -SIZE (xpi/firefox-i18n-62.0.3/ga-IE.xpi) = 472265 -SHA256 (xpi/firefox-i18n-62.0.3/gd.xpi) = e859014943bf06f2a9a8cf18a932880fcd4e54e49ba58e90525287c1a043217c -SIZE (xpi/firefox-i18n-62.0.3/gd.xpi) = 473970 -SHA256 (xpi/firefox-i18n-62.0.3/gl.xpi) = 584fc5c5a32420b80cb488507b2a2c4cd8e56675c29e4965501972acf9c12c45 -SIZE (xpi/firefox-i18n-62.0.3/gl.xpi) = 451816 -SHA256 (xpi/firefox-i18n-62.0.3/gn.xpi) = 1aae86b31d1fe25d1c229869716d5bafdf973b81d9fbf446a31d5d0985a00fd4 -SIZE (xpi/firefox-i18n-62.0.3/gn.xpi) = 483149 -SHA256 (xpi/firefox-i18n-62.0.3/gu-IN.xpi) = f5a06fbf5cdeb0729afce33d353071f1e0cb203818a607b4104fa210dc78e399 -SIZE (xpi/firefox-i18n-62.0.3/gu-IN.xpi) = 539984 -SHA256 (xpi/firefox-i18n-62.0.3/he.xpi) = 67d00e319d000da45a1184c3f1a96015c2c1ea857390bf7fb32258767ce3e191 -SIZE (xpi/firefox-i18n-62.0.3/he.xpi) = 484809 -SHA256 (xpi/firefox-i18n-62.0.3/hi-IN.xpi) = 8f61ffd90b004808a7f95d752789871f3fba6d075222bab0fb4302228cacbec1 -SIZE (xpi/firefox-i18n-62.0.3/hi-IN.xpi) = 537121 -SHA256 (xpi/firefox-i18n-62.0.3/hr.xpi) = 792b035430fe73c1427881713dd50c2d49779d76d0c9e698f7050278cf6cafb3 -SIZE (xpi/firefox-i18n-62.0.3/hr.xpi) = 459608 -SHA256 (xpi/firefox-i18n-62.0.3/hsb.xpi) = c88db766624580139c9119683178e4d658717b365012a04c748a003692983afd -SIZE (xpi/firefox-i18n-62.0.3/hsb.xpi) = 488120 -SHA256 (xpi/firefox-i18n-62.0.3/hu.xpi) = d1b3aaf057e428fd03e924009c8f58eaa1cd927f4deffd5d8666aef341ff54f9 -SIZE (xpi/firefox-i18n-62.0.3/hu.xpi) = 487428 -SHA256 (xpi/firefox-i18n-62.0.3/hy-AM.xpi) = ba765f45d683c8bc911a715373cba8fc50fb56064acb4354b761c700d619d9e9 -SIZE (xpi/firefox-i18n-62.0.3/hy-AM.xpi) = 518019 -SHA256 (xpi/firefox-i18n-62.0.3/ia.xpi) = d551a9b815e8532a6fb574957b452f2af907e12270860ee974f3f3e835e0b0d6 -SIZE (xpi/firefox-i18n-62.0.3/ia.xpi) = 461406 -SHA256 (xpi/firefox-i18n-62.0.3/id.xpi) = 8aef485ee83b5b11c5808013681cb09e419131b9386c0879ae02e1df8ea29f74 -SIZE (xpi/firefox-i18n-62.0.3/id.xpi) = 458276 -SHA256 (xpi/firefox-i18n-62.0.3/is.xpi) = f47fa1deb96dddd262d3557e67bb3f35fc87cef07d27ddb982adf4ae5012a6be -SIZE (xpi/firefox-i18n-62.0.3/is.xpi) = 459617 -SHA256 (xpi/firefox-i18n-62.0.3/it.xpi) = 875123a182895f2fbeee223c208a88b6a13ac5a4468697e906233406dc3dcca5 -SIZE (xpi/firefox-i18n-62.0.3/it.xpi) = 347139 -SHA256 (xpi/firefox-i18n-62.0.3/ja.xpi) = bd8d102bea1a57f55fe0f7e9a987b8a8e14b50a40f181c67e75050badd3764c2 -SIZE (xpi/firefox-i18n-62.0.3/ja.xpi) = 504031 -SHA256 (xpi/firefox-i18n-62.0.3/ka.xpi) = eae53cb8d6703c4722e7755bfbd0aed01c4c462949c292a1aab3ed7f50b68cea -SIZE (xpi/firefox-i18n-62.0.3/ka.xpi) = 503705 -SHA256 (xpi/firefox-i18n-62.0.3/kab.xpi) = 3f149a8c86f5c238d1649a5aaf0196b2e362217c334e138bc879e15557b8b30e -SIZE (xpi/firefox-i18n-62.0.3/kab.xpi) = 478240 -SHA256 (xpi/firefox-i18n-62.0.3/kk.xpi) = e0efeb01df8898f302ff15e7e750cca102f9de2141e800335be0f8faf9ee39ab -SIZE (xpi/firefox-i18n-62.0.3/kk.xpi) = 530654 -SHA256 (xpi/firefox-i18n-62.0.3/km.xpi) = 55258e74d455b6ebfc6f60c68e45404a04aacede76139a309fd0a6da0fdc2846 -SIZE (xpi/firefox-i18n-62.0.3/km.xpi) = 521445 -SHA256 (xpi/firefox-i18n-62.0.3/kn.xpi) = b39aa928053047e68315425e829861de903836b000be9c57120679c2b2d3a93e -SIZE (xpi/firefox-i18n-62.0.3/kn.xpi) = 528103 -SHA256 (xpi/firefox-i18n-62.0.3/ko.xpi) = bc46be021608035d318babb320ea9703b103c0d706f656704a0c0c2f3243ab3b -SIZE (xpi/firefox-i18n-62.0.3/ko.xpi) = 498342 -SHA256 (xpi/firefox-i18n-62.0.3/lij.xpi) = e0f48937d67a6b614e281f069eab3e76a9b559e4f34e9a192bc0d5ca932af105 -SIZE (xpi/firefox-i18n-62.0.3/lij.xpi) = 463444 -SHA256 (xpi/firefox-i18n-62.0.3/lt.xpi) = 2cae97570af6b6d48eba32308c1b24fcfa53c7387aede5ca2eda2be6901c6ff1 -SIZE (xpi/firefox-i18n-62.0.3/lt.xpi) = 487650 -SHA256 (xpi/firefox-i18n-62.0.3/lv.xpi) = 1805344100f6910b0eb33618ae043545d358861ebc419460fc19b62bf7331d44 -SIZE (xpi/firefox-i18n-62.0.3/lv.xpi) = 475710 -SHA256 (xpi/firefox-i18n-62.0.3/mai.xpi) = 08ec1feb9b95391e14a4c881ee7c3ebbbd983688db3621a8c8b470375f1708e2 -SIZE (xpi/firefox-i18n-62.0.3/mai.xpi) = 494726 -SHA256 (xpi/firefox-i18n-62.0.3/mk.xpi) = 6657805984c2704fb413ed80ff00679d513a88a3486b59abd2741453eaaa85fe -SIZE (xpi/firefox-i18n-62.0.3/mk.xpi) = 457532 -SHA256 (xpi/firefox-i18n-62.0.3/ml.xpi) = fc43a64a19b35c44029d032920fa7787313a7630a4e633682f76cf09c67d2f42 -SIZE (xpi/firefox-i18n-62.0.3/ml.xpi) = 538825 -SHA256 (xpi/firefox-i18n-62.0.3/mr.xpi) = 6a2cfe96c0947af68c0e1b3e7716a1900933a01dff411fc4d4599e6c928abd7f -SIZE (xpi/firefox-i18n-62.0.3/mr.xpi) = 530350 -SHA256 (xpi/firefox-i18n-62.0.3/ms.xpi) = a3c201b186a91b3bacab23ff67589bb72ec65da26f2c92123637e435addcd1dc -SIZE (xpi/firefox-i18n-62.0.3/ms.xpi) = 459916 -SHA256 (xpi/firefox-i18n-62.0.3/my.xpi) = be6f0cc7f50364457f77eded64f52ecb684363a4316ccfdf3f3181dce0451174 -SIZE (xpi/firefox-i18n-62.0.3/my.xpi) = 507314 -SHA256 (xpi/firefox-i18n-62.0.3/nb-NO.xpi) = fdd823e227fadde823ba62590bdfea48766851ae10965d481e13902a250b4e17 -SIZE (xpi/firefox-i18n-62.0.3/nb-NO.xpi) = 458931 -SHA256 (xpi/firefox-i18n-62.0.3/ne-NP.xpi) = e3b775e979d81569c5775a4acde13184f048c5eace77ee3bf69d253a30f2a666 -SIZE (xpi/firefox-i18n-62.0.3/ne-NP.xpi) = 500514 -SHA256 (xpi/firefox-i18n-62.0.3/nl.xpi) = f470c9ab403a9b76997bcbefd4685c8925f0e93dd6056c8230875eb7bb7be4b5 -SIZE (xpi/firefox-i18n-62.0.3/nl.xpi) = 459511 -SHA256 (xpi/firefox-i18n-62.0.3/nn-NO.xpi) = f64b40f808e32169e5feb62eae5b4163541318a5f628737d1b200b0be235d5f9 -SIZE (xpi/firefox-i18n-62.0.3/nn-NO.xpi) = 457054 -SHA256 (xpi/firefox-i18n-62.0.3/oc.xpi) = 258724772defde0228751e560daf9f184e7076b620e3883a1ffc9883b0889094 -SIZE (xpi/firefox-i18n-62.0.3/oc.xpi) = 475429 -SHA256 (xpi/firefox-i18n-62.0.3/or.xpi) = 7c92029df4a549eb355f8fab1c6756d66b3a4e7919fc65969304f62132b7a67b -SIZE (xpi/firefox-i18n-62.0.3/or.xpi) = 485373 -SHA256 (xpi/firefox-i18n-62.0.3/pa-IN.xpi) = 13bbd53588574db65b2f1d952a10ac2b99520a86064ddfcdbbb5517131161d35 -SIZE (xpi/firefox-i18n-62.0.3/pa-IN.xpi) = 496915 -SHA256 (xpi/firefox-i18n-62.0.3/pl.xpi) = 45971007aa565a0b13791b2aff2e929f90f61836886c4f7a52f8b340450684a3 -SIZE (xpi/firefox-i18n-62.0.3/pl.xpi) = 370890 -SHA256 (xpi/firefox-i18n-62.0.3/pt-BR.xpi) = 4a8c0bc97305d59a5e69996419c5b25280d7af1807abe91fc03ce6f7126decae -SIZE (xpi/firefox-i18n-62.0.3/pt-BR.xpi) = 460872 -SHA256 (xpi/firefox-i18n-62.0.3/pt-PT.xpi) = 7c61353d67b8206330f486ebdf1dfbe14a8e62b03e9b05acc11308c1df6e264d -SIZE (xpi/firefox-i18n-62.0.3/pt-PT.xpi) = 473528 -SHA256 (xpi/firefox-i18n-62.0.3/rm.xpi) = 0010c96776c3057a54d5228aba7aa9e0e0e0ec5632f8bd8b45d2c01d27aa5c7e -SIZE (xpi/firefox-i18n-62.0.3/rm.xpi) = 462474 -SHA256 (xpi/firefox-i18n-62.0.3/ro.xpi) = 2580e2271e35bb3aace53678920c4cfc77f34ef0633386f5362ef02638e63525 -SIZE (xpi/firefox-i18n-62.0.3/ro.xpi) = 463410 -SHA256 (xpi/firefox-i18n-62.0.3/ru.xpi) = 316b4341ea88192b3f95e339f5989449a80ad76768df0b822747c3282dbe4eff -SIZE (xpi/firefox-i18n-62.0.3/ru.xpi) = 539883 -SHA256 (xpi/firefox-i18n-62.0.3/si.xpi) = f8d03b7dd8ce0f3c54b0237059819c5bb952c3002ca2c2499a0fa18d39290c4b -SIZE (xpi/firefox-i18n-62.0.3/si.xpi) = 487601 -SHA256 (xpi/firefox-i18n-62.0.3/sk.xpi) = 36214d183f778718b8b7fd242e6609b497e176f98c2b1906825d6577b6131bab -SIZE (xpi/firefox-i18n-62.0.3/sk.xpi) = 488135 -SHA256 (xpi/firefox-i18n-62.0.3/sl.xpi) = 38cfe4e7b7bf7cebd1149cd1820b73fe4813a3ffae250ac6769b5c13c24d362f -SIZE (xpi/firefox-i18n-62.0.3/sl.xpi) = 468413 -SHA256 (xpi/firefox-i18n-62.0.3/son.xpi) = 4dcae84379316a74aaa0a7d3a84a2bde2717db8556420acdef53b2133a939aa1 -SIZE (xpi/firefox-i18n-62.0.3/son.xpi) = 445942 -SHA256 (xpi/firefox-i18n-62.0.3/sq.xpi) = c30b3145d7e3bfbcac77d5fc2796d430b6798ea0d1d7d74ef3add6278418d494 -SIZE (xpi/firefox-i18n-62.0.3/sq.xpi) = 475527 -SHA256 (xpi/firefox-i18n-62.0.3/sr.xpi) = 5c1f0129e2780ebbb51adce107af13010208bab304ef3fbecbd7bbdb3cbcfac9 -SIZE (xpi/firefox-i18n-62.0.3/sr.xpi) = 498808 -SHA256 (xpi/firefox-i18n-62.0.3/sv-SE.xpi) = 58c40837e33d6d4a5ee03dd7921af98708df7428cf2a87f3c2ec0ef12c2d9b9b -SIZE (xpi/firefox-i18n-62.0.3/sv-SE.xpi) = 469502 -SHA256 (xpi/firefox-i18n-62.0.3/ta.xpi) = 8cb4115d3e47e44e2b5105404e1031bc66bb99b74e86cb58844765076fbca03a -SIZE (xpi/firefox-i18n-62.0.3/ta.xpi) = 526475 -SHA256 (xpi/firefox-i18n-62.0.3/te.xpi) = a5888ed43e5213d93a377cb57bb020bf77c81997f9745ee50fde5b7229f602ed -SIZE (xpi/firefox-i18n-62.0.3/te.xpi) = 536779 -SHA256 (xpi/firefox-i18n-62.0.3/th.xpi) = 47b31b1f3edb13325b085d80cfe6a1a785b414b333db7a3308c4366269b83bed -SIZE (xpi/firefox-i18n-62.0.3/th.xpi) = 507128 -SHA256 (xpi/firefox-i18n-62.0.3/tr.xpi) = a48188dbec06ec384c6fc1c23ee2d609300691165e508955051bd4f024d99efd -SIZE (xpi/firefox-i18n-62.0.3/tr.xpi) = 477275 -SHA256 (xpi/firefox-i18n-62.0.3/uk.xpi) = 78585ec621bc4af581a79a0e447fcdb2c041379aa966b8ba51e7adb22f24c2aa -SIZE (xpi/firefox-i18n-62.0.3/uk.xpi) = 532597 -SHA256 (xpi/firefox-i18n-62.0.3/ur.xpi) = 6240d8aa0247820d339d2dcf896f31b3ac8ca6ec463ef4d494f58873f763bca3 -SIZE (xpi/firefox-i18n-62.0.3/ur.xpi) = 512366 -SHA256 (xpi/firefox-i18n-62.0.3/uz.xpi) = 5ad614f2ac62d8b8f3e7ca96f68dd90747749846218374ed37304e1ce8f0260b -SIZE (xpi/firefox-i18n-62.0.3/uz.xpi) = 457999 -SHA256 (xpi/firefox-i18n-62.0.3/vi.xpi) = 83f0d6986d1fe2ba2d4a70ca0240a5a42cbffc370461586304444dce3e7c0e0c -SIZE (xpi/firefox-i18n-62.0.3/vi.xpi) = 478333 -SHA256 (xpi/firefox-i18n-62.0.3/xh.xpi) = 116b96da3549f1204b2ff0f6dc40b0f780daf3bd444e48a943d60658b653c001 -SIZE (xpi/firefox-i18n-62.0.3/xh.xpi) = 461205 -SHA256 (xpi/firefox-i18n-62.0.3/zh-CN.xpi) = f5f326b10857073c63317d41ffbd2c2208f1104839df62d57bea4065c406e5ef -SIZE (xpi/firefox-i18n-62.0.3/zh-CN.xpi) = 491488 -SHA256 (xpi/firefox-i18n-62.0.3/zh-TW.xpi) = bad9eb5db7cb2c9b650fa8f2abee0129d43bb2f236c725482b793f6c854f90a9 -SIZE (xpi/firefox-i18n-62.0.3/zh-TW.xpi) = 494524 +TIMESTAMP = 1539893202 +SHA256 (xpi/firefox-i18n-63.0/ach.xpi) = a69e98b2480da786f412f44028d9066491186a9ebf8d1d0e4ed33869c44a1d83 +SIZE (xpi/firefox-i18n-63.0/ach.xpi) = 455084 +SHA256 (xpi/firefox-i18n-63.0/af.xpi) = d43e7ee53e3e3aa585e53b2db42a4ed3bc358fdb9bd265e1d2b47baf7b3a9398 +SIZE (xpi/firefox-i18n-63.0/af.xpi) = 437912 +SHA256 (xpi/firefox-i18n-63.0/an.xpi) = f3add5fdc9daae03c18a29aa0e5dc5ae584ccba12102fec68e45c29a0eb484b8 +SIZE (xpi/firefox-i18n-63.0/an.xpi) = 474545 +SHA256 (xpi/firefox-i18n-63.0/ar.xpi) = bd51fb9a473da43f51d99377ad8ab6823dfe3034ca736ee54b2fd228378ecd1c +SIZE (xpi/firefox-i18n-63.0/ar.xpi) = 513464 +SHA256 (xpi/firefox-i18n-63.0/as.xpi) = 7976beb3686d0208104e0cd837c7d35e1a384d948c6350f525b7225c167f3b97 +SIZE (xpi/firefox-i18n-63.0/as.xpi) = 482195 +SHA256 (xpi/firefox-i18n-63.0/ast.xpi) = a321c4595f866173bd4ab636a849b5fac9558ea2668081151e7197007f057178 +SIZE (xpi/firefox-i18n-63.0/ast.xpi) = 465656 +SHA256 (xpi/firefox-i18n-63.0/az.xpi) = 6f7e39ac4c4905f75578f5133770916c6e4ad888b304261c1722da9a73f4018c +SIZE (xpi/firefox-i18n-63.0/az.xpi) = 490944 +SHA256 (xpi/firefox-i18n-63.0/be.xpi) = db439229c94d61a28002705a971287f865b9cfaa28089baf0f935ab1dd896c99 +SIZE (xpi/firefox-i18n-63.0/be.xpi) = 549300 +SHA256 (xpi/firefox-i18n-63.0/bg.xpi) = 0d1db6696eafe92d75a03b1298f750f0a69f0496484491cbe15107ea016b5f47 +SIZE (xpi/firefox-i18n-63.0/bg.xpi) = 523523 +SHA256 (xpi/firefox-i18n-63.0/bn-BD.xpi) = 23113a55a258040467be0d60ceb38600b165969bd319380dbcee13d7510920de +SIZE (xpi/firefox-i18n-63.0/bn-BD.xpi) = 548594 +SHA256 (xpi/firefox-i18n-63.0/bn-IN.xpi) = ba7e5a2022b7fe7391e47c5319e4eb0678a477e5573b4f6eecfd6260797d9d9e +SIZE (xpi/firefox-i18n-63.0/bn-IN.xpi) = 516020 +SHA256 (xpi/firefox-i18n-63.0/br.xpi) = b245cb6e8868b1e0c77005b74083772c13f61b84cd968233eb41fceba05d61d2 +SIZE (xpi/firefox-i18n-63.0/br.xpi) = 474388 +SHA256 (xpi/firefox-i18n-63.0/bs.xpi) = 46d6937c29b1946c12c514f18f4460140994087e8163c92b82405e673f6897a1 +SIZE (xpi/firefox-i18n-63.0/bs.xpi) = 472888 +SHA256 (xpi/firefox-i18n-63.0/ca.xpi) = 26a94dcf8a6c95dccf6f788784a5a99d41a5970c343956cc9ca825cd90df5d5c +SIZE (xpi/firefox-i18n-63.0/ca.xpi) = 469245 +SHA256 (xpi/firefox-i18n-63.0/cak.xpi) = 271f15f5a06b982ffb4d16f5609ce67301f2b7e8d76db41a87e29df75e7f0138 +SIZE (xpi/firefox-i18n-63.0/cak.xpi) = 502728 +SHA256 (xpi/firefox-i18n-63.0/cs.xpi) = 25b63e1bff3e36a7f17b71c05ec03d7dedc9775325936e9ac19c30226eb45878 +SIZE (xpi/firefox-i18n-63.0/cs.xpi) = 489306 +SHA256 (xpi/firefox-i18n-63.0/cy.xpi) = b2e0130b6c2cc45c62c108633c9185126edfa7381bb954312a20b2f3a343d4d0 +SIZE (xpi/firefox-i18n-63.0/cy.xpi) = 481078 +SHA256 (xpi/firefox-i18n-63.0/da.xpi) = 0ba63df1c715944ddea493282587266acf24c1b721a76d679ef37f0252b43fb3 +SIZE (xpi/firefox-i18n-63.0/da.xpi) = 481835 +SHA256 (xpi/firefox-i18n-63.0/de.xpi) = b6b089a88ee788e684e87368d542024c5398e431ecd182b2271906bca5549593 +SIZE (xpi/firefox-i18n-63.0/de.xpi) = 491998 +SHA256 (xpi/firefox-i18n-63.0/dsb.xpi) = 061ea25bcec87edb0a551458df540ba4ab6cbb9fb4470a934d30bfd94a42bf11 +SIZE (xpi/firefox-i18n-63.0/dsb.xpi) = 500887 +SHA256 (xpi/firefox-i18n-63.0/el.xpi) = a149896c0e77c7fe082ae91e4d287bb8898f57df956bcc09986e144cc69be21b +SIZE (xpi/firefox-i18n-63.0/el.xpi) = 558442 +SHA256 (xpi/firefox-i18n-63.0/en-CA.xpi) = 12b04a11a095f3bac9610320704964f2f4f99e4b297fd7a9cde0ad44048f02f7 +SIZE (xpi/firefox-i18n-63.0/en-CA.xpi) = 450713 +SHA256 (xpi/firefox-i18n-63.0/en-GB.xpi) = 14163a81d51138a06d760c582b76126007f3ebc06436983e9628b03471bfb006 +SIZE (xpi/firefox-i18n-63.0/en-GB.xpi) = 442413 +SHA256 (xpi/firefox-i18n-63.0/en-US.xpi) = dc6759bec52d1c370b5c31912f0a05b1508c450b900f913fbfab310b488d1d0e +SIZE (xpi/firefox-i18n-63.0/en-US.xpi) = 425480 +SHA256 (xpi/firefox-i18n-63.0/en-ZA.xpi) = ed6a0cf39b1f5d8a56874079f96c12159b89a83252afca56d77acc783d8c7c7d +SIZE (xpi/firefox-i18n-63.0/en-ZA.xpi) = 427845 +SHA256 (xpi/firefox-i18n-63.0/eo.xpi) = 02db1f348d44799c86c176b894c8c7b88709e174777a9886c43542aefd59c69b +SIZE (xpi/firefox-i18n-63.0/eo.xpi) = 478961 +SHA256 (xpi/firefox-i18n-63.0/es-AR.xpi) = 2cd376f06150875d257b43f6996acc13a1ffb4a5b7b8110e9b64bc7a9fb00cd8 +SIZE (xpi/firefox-i18n-63.0/es-AR.xpi) = 486912 +SHA256 (xpi/firefox-i18n-63.0/es-CL.xpi) = 3bcfa60faf4a0dd772a123a6763f88968f2ffa5fc6cb49147dbef875a8e26b45 +SIZE (xpi/firefox-i18n-63.0/es-CL.xpi) = 487567 +SHA256 (xpi/firefox-i18n-63.0/es-ES.xpi) = 8de17ed09a99ff891254e77e87a1a50f4d4c0f1ee662137337e2ab6803310bc5 +SIZE (xpi/firefox-i18n-63.0/es-ES.xpi) = 431428 +SHA256 (xpi/firefox-i18n-63.0/es-MX.xpi) = 4ebb349374fab6929d84c970430e3aed1bfc4daba182bd0caa6b32252cba3084 +SIZE (xpi/firefox-i18n-63.0/es-MX.xpi) = 490502 +SHA256 (xpi/firefox-i18n-63.0/et.xpi) = 7cd41fd6686fa58d4f8545168dbf3c9763845824a72834c316f500aea88787e4 +SIZE (xpi/firefox-i18n-63.0/et.xpi) = 469981 +SHA256 (xpi/firefox-i18n-63.0/eu.xpi) = aa9a585e3e39c5d962b143db588f6b70604bf75dfdad5f5b56bc1fe10e26435a +SIZE (xpi/firefox-i18n-63.0/eu.xpi) = 478606 +SHA256 (xpi/firefox-i18n-63.0/fa.xpi) = b2a079b24c3c2d5c533ce955b8d7ecf42ac495712cd1a9095f80c5342b5d540d +SIZE (xpi/firefox-i18n-63.0/fa.xpi) = 529588 +SHA256 (xpi/firefox-i18n-63.0/ff.xpi) = 95cca64459bff725f813a138a9f6f6c6a0aa9f96b031369f77eae69fc928056c +SIZE (xpi/firefox-i18n-63.0/ff.xpi) = 467968 +SHA256 (xpi/firefox-i18n-63.0/fi.xpi) = 0554c8541e59728670907d2f7f4ee0748fdc32fecacb572fc45a3fab329e39f3 +SIZE (xpi/firefox-i18n-63.0/fi.xpi) = 467882 +SHA256 (xpi/firefox-i18n-63.0/fr.xpi) = d1af3f796be2d3e055b3c405a78e73556eec8b04576fe50ffba3856ee4f7538a +SIZE (xpi/firefox-i18n-63.0/fr.xpi) = 496627 +SHA256 (xpi/firefox-i18n-63.0/fy-NL.xpi) = af5ccd80813b2322ac098ca32f7651cf8a4f07453eb49a8782ec6fe3d7a2efe9 +SIZE (xpi/firefox-i18n-63.0/fy-NL.xpi) = 485367 +SHA256 (xpi/firefox-i18n-63.0/ga-IE.xpi) = 1ae5656d1f6aa8dc1e4b3ed26839e45144d983421b0c265e07c77a7dcd22662c +SIZE (xpi/firefox-i18n-63.0/ga-IE.xpi) = 479146 +SHA256 (xpi/firefox-i18n-63.0/gd.xpi) = 22751ad7308aedbfc0ed47d31f85b3779508c0b1da5862fd3e6a6fd6b895ee3e +SIZE (xpi/firefox-i18n-63.0/gd.xpi) = 484600 +SHA256 (xpi/firefox-i18n-63.0/gl.xpi) = 3c01a5d680659b44d1bce70fa3e327f18523f50591b3ea00febe05b9f2d86f42 +SIZE (xpi/firefox-i18n-63.0/gl.xpi) = 455900 +SHA256 (xpi/firefox-i18n-63.0/gn.xpi) = 52d7baf9f862e46ac21812740b180701277879e22e85a3d9a90192846c1d3d45 +SIZE (xpi/firefox-i18n-63.0/gn.xpi) = 496363 +SHA256 (xpi/firefox-i18n-63.0/gu-IN.xpi) = 350464c32817b3c6783ed678d932fe6bab565399ce2d40d2d20f7418f0b22c35 +SIZE (xpi/firefox-i18n-63.0/gu-IN.xpi) = 556299 +SHA256 (xpi/firefox-i18n-63.0/he.xpi) = 1b7f2bf099958ffb8eecbf12b6398e3b89171df0d9aed422cf389f200a66a449 +SIZE (xpi/firefox-i18n-63.0/he.xpi) = 486232 +SHA256 (xpi/firefox-i18n-63.0/hi-IN.xpi) = c69c85c370ab9899fa29e56c1ccda238f4e1179208525b4e80616cc347eacf0e +SIZE (xpi/firefox-i18n-63.0/hi-IN.xpi) = 545388 +SHA256 (xpi/firefox-i18n-63.0/hr.xpi) = 5ba54566294d2a0b370ac58bcef41d149b87caf2e28056328ecf420f215abd54 +SIZE (xpi/firefox-i18n-63.0/hr.xpi) = 468490 +SHA256 (xpi/firefox-i18n-63.0/hsb.xpi) = 426fe28f8ff6df8407e4a48a9a77c248637fcfb68e38cd73e9ecb0347e7f6303 +SIZE (xpi/firefox-i18n-63.0/hsb.xpi) = 500688 +SHA256 (xpi/firefox-i18n-63.0/hu.xpi) = e8336fb6f9049d9febc9f9cfb8803adc937c1f9621f8679c9bb911b3dbdd24cb +SIZE (xpi/firefox-i18n-63.0/hu.xpi) = 497767 +SHA256 (xpi/firefox-i18n-63.0/hy-AM.xpi) = 5cbb4fb78f61ea88908a8384982094393491ad75a7e468cd82c121a8f1c6f116 +SIZE (xpi/firefox-i18n-63.0/hy-AM.xpi) = 525183 +SHA256 (xpi/firefox-i18n-63.0/ia.xpi) = 8e6c9ed8472c5af292b08fdd2c31dbb8e6849138a1763c1935eb84b33c821ab5 +SIZE (xpi/firefox-i18n-63.0/ia.xpi) = 474996 +SHA256 (xpi/firefox-i18n-63.0/id.xpi) = e7148242a2503c18fb5868c52c0bacb10bb4fe4b386d6b6195c86113f4c5ab04 +SIZE (xpi/firefox-i18n-63.0/id.xpi) = 468258 +SHA256 (xpi/firefox-i18n-63.0/is.xpi) = d9065fc2b849f86779313622b2d5c714ee65318a7f5829a95d4c254aede4ac2b +SIZE (xpi/firefox-i18n-63.0/is.xpi) = 467334 +SHA256 (xpi/firefox-i18n-63.0/it.xpi) = b499d73ad829e60faecad492d10c7ccd3af7ba386aeadd0777e9fa22c586d934 +SIZE (xpi/firefox-i18n-63.0/it.xpi) = 351091 +SHA256 (xpi/firefox-i18n-63.0/ja.xpi) = cdf1a2b83718a4fb68a18fe99dd388f02670f3658556a0f61ebc88a0db7c32f1 +SIZE (xpi/firefox-i18n-63.0/ja.xpi) = 502001 +SHA256 (xpi/firefox-i18n-63.0/ka.xpi) = de6256998bfc4abe95f5eae7398875d681fb6c83173d991b9cbd8354edbd9ed4 +SIZE (xpi/firefox-i18n-63.0/ka.xpi) = 517228 +SHA256 (xpi/firefox-i18n-63.0/kab.xpi) = f71eb16cdd5bb983fdfbed956f573399f966a85bba7d69ccebd31e4231413eb7 +SIZE (xpi/firefox-i18n-63.0/kab.xpi) = 490513 +SHA256 (xpi/firefox-i18n-63.0/kk.xpi) = 42206775623375d7db880e2728895ed2b4525400dd622909bdb410cbec54c4db +SIZE (xpi/firefox-i18n-63.0/kk.xpi) = 546399 +SHA256 (xpi/firefox-i18n-63.0/km.xpi) = 9d0ec0b215c43e355e72e1b65b76d59716d7aae06dfcd2fb8ecdbd288a0878e2 +SIZE (xpi/firefox-i18n-63.0/km.xpi) = 530622 +SHA256 (xpi/firefox-i18n-63.0/kn.xpi) = 07bfdb38665a09ca8c1c3afdf741391cfe44a9277934aeb676c43a244c124f46 +SIZE (xpi/firefox-i18n-63.0/kn.xpi) = 536458 +SHA256 (xpi/firefox-i18n-63.0/ko.xpi) = dbca2a53b4cd2e1f3e94532ef358e4044cfc60b350d46e58f146979b902e0f7e +SIZE (xpi/firefox-i18n-63.0/ko.xpi) = 496524 +SHA256 (xpi/firefox-i18n-63.0/lij.xpi) = 37fbefc91cb215eeee131ef3f5dd8a33c608af7209c364521d8afa0d0e54064e +SIZE (xpi/firefox-i18n-63.0/lij.xpi) = 478454 +SHA256 (xpi/firefox-i18n-63.0/lt.xpi) = 3679a669bb8a3935dfa49efdf0819e38f2e79c93c02d52ddaadcfb0dcdc5a459 +SIZE (xpi/firefox-i18n-63.0/lt.xpi) = 501126 +SHA256 (xpi/firefox-i18n-63.0/lv.xpi) = c5e3a13ed57e3e924b89b6c25f21b78df7a05a18d84203baffb52c13111285bd +SIZE (xpi/firefox-i18n-63.0/lv.xpi) = 489159 +SHA256 (xpi/firefox-i18n-63.0/mai.xpi) = 551363ed61e2dfb066623b152c670f399a49337fdf929b7c91a91492b21a5004 +SIZE (xpi/firefox-i18n-63.0/mai.xpi) = 498749 +SHA256 (xpi/firefox-i18n-63.0/mk.xpi) = 1deba0e0f817b1a83971dc16f996b3e7302ebf3b69c4c78f2477432928ba07cc +SIZE (xpi/firefox-i18n-63.0/mk.xpi) = 463726 +SHA256 (xpi/firefox-i18n-63.0/ml.xpi) = 2f47f51ac59b240df89b5918b056f5f277865832793d430e50b0e86f16eee9d1 +SIZE (xpi/firefox-i18n-63.0/ml.xpi) = 546422 +SHA256 (xpi/firefox-i18n-63.0/mr.xpi) = 7de54cd97ebe1f7fb19688b487df1559abb39c2b0b8a3cb8445edac3cfcebf5d +SIZE (xpi/firefox-i18n-63.0/mr.xpi) = 538968 +SHA256 (xpi/firefox-i18n-63.0/ms.xpi) = e272fcb3d762388c2f101f4848d16bd711076729c49201f046581f797cb1c7a0 +SIZE (xpi/firefox-i18n-63.0/ms.xpi) = 471525 +SHA256 (xpi/firefox-i18n-63.0/my.xpi) = 85100b8664000a46c4dbc808490798b38c0eab477b7aa3648edd0150f6ae84d8 +SIZE (xpi/firefox-i18n-63.0/my.xpi) = 516689 +SHA256 (xpi/firefox-i18n-63.0/nb-NO.xpi) = b08bda2c5a4591e46b87cb35e18a5dfdb88cbee699e635be5e76281dd78656b8 +SIZE (xpi/firefox-i18n-63.0/nb-NO.xpi) = 470897 +SHA256 (xpi/firefox-i18n-63.0/ne-NP.xpi) = d95112ae58819916a848bec185866c79b21298936b42dfcbdf4bfa4b5ea51661 +SIZE (xpi/firefox-i18n-63.0/ne-NP.xpi) = 508081 +SHA256 (xpi/firefox-i18n-63.0/nl.xpi) = e49ddf7be8fb8a0b32115232eafff247d26958eec45eb2195bad3158f191cdf8 +SIZE (xpi/firefox-i18n-63.0/nl.xpi) = 460037 +SHA256 (xpi/firefox-i18n-63.0/nn-NO.xpi) = 8b993b416fe591f57615472ea364b6af95382834e1483f763e6e228be242971e +SIZE (xpi/firefox-i18n-63.0/nn-NO.xpi) = 469109 +SHA256 (xpi/firefox-i18n-63.0/oc.xpi) = 2f27c4cf5ac2688b0d3e422b6f3c342efe6442f9eb5c7842402ec0eed5aa2415 +SIZE (xpi/firefox-i18n-63.0/oc.xpi) = 482911 +SHA256 (xpi/firefox-i18n-63.0/or.xpi) = 1b447c5681dcf06fc9870a2381c0953c753c03c9659947902596c663959c5b65 +SIZE (xpi/firefox-i18n-63.0/or.xpi) = 489354 +SHA256 (xpi/firefox-i18n-63.0/pa-IN.xpi) = 1101d192d4bc567f01e3c5bb3b63aaf773c16f74ef073550eba26aa68edb7638 +SIZE (xpi/firefox-i18n-63.0/pa-IN.xpi) = 508197 +SHA256 (xpi/firefox-i18n-63.0/pl.xpi) = b5c7b6845448842180b3ea15aba922af434cbeea0dd3910b911aa19e41daf65d +SIZE (xpi/firefox-i18n-63.0/pl.xpi) = 379299 +SHA256 (xpi/firefox-i18n-63.0/pt-BR.xpi) = 1d4ba9430633aa32968a2a4f383f887b1db9cb109b24660261a9fa0618d94995 +SIZE (xpi/firefox-i18n-63.0/pt-BR.xpi) = 471906 +SHA256 (xpi/firefox-i18n-63.0/pt-PT.xpi) = 4ad7dd84703169e355cc238c4c0dccf2b975ee2120ef1550691bd005848cc08a +SIZE (xpi/firefox-i18n-63.0/pt-PT.xpi) = 485591 +SHA256 (xpi/firefox-i18n-63.0/rm.xpi) = 92395fb384a1a58738cbd6fbc0db7d5974679f0b00386e9d24f4e25b5650ef56 +SIZE (xpi/firefox-i18n-63.0/rm.xpi) = 475831 +SHA256 (xpi/firefox-i18n-63.0/ro.xpi) = 4e799db3a5f6b8f79751350e776985d9731c842f6422f45511d81fba18dfe94f +SIZE (xpi/firefox-i18n-63.0/ro.xpi) = 472561 +SHA256 (xpi/firefox-i18n-63.0/ru.xpi) = 3074eb8e58daf6230539bf6f67bb165e87913e436311cc0f88a8eb9b4f682327 +SIZE (xpi/firefox-i18n-63.0/ru.xpi) = 543422 +SHA256 (xpi/firefox-i18n-63.0/si.xpi) = 4f2cc5b1380ecb71a7cb4047714b3038858891ac9fc7a964fb3947846cb1cb8d +SIZE (xpi/firefox-i18n-63.0/si.xpi) = 492571 +SHA256 (xpi/firefox-i18n-63.0/sk.xpi) = 203e22e920fc56b83670684760fefbbad9f8213689c5779dadf5b632e1265f23 +SIZE (xpi/firefox-i18n-63.0/sk.xpi) = 500222 +SHA256 (xpi/firefox-i18n-63.0/sl.xpi) = 11ae17d8b93576d8903e7367fc9db202ff90ec538031032adb9d7b559f06b070 +SIZE (xpi/firefox-i18n-63.0/sl.xpi) = 481996 +SHA256 (xpi/firefox-i18n-63.0/son.xpi) = 3a417697edad6beed0f4936eaf671446974c710170b638c778df06c620b88a5b +SIZE (xpi/firefox-i18n-63.0/son.xpi) = 452801 +SHA256 (xpi/firefox-i18n-63.0/sq.xpi) = 01baac2afed251b5ccc88af790060c31857dbefe267566a08d7a26b0326e2bd0 +SIZE (xpi/firefox-i18n-63.0/sq.xpi) = 492310 +SHA256 (xpi/firefox-i18n-63.0/sr.xpi) = ace8ddf31e4515001508eaec46227794eba71fa793eb31220f7e71e9e3252a6d +SIZE (xpi/firefox-i18n-63.0/sr.xpi) = 507258 +SHA256 (xpi/firefox-i18n-63.0/sv-SE.xpi) = d56b23466243b795faba71b6ddebae522ceadd84c99310b07d02bd974b855d3e +SIZE (xpi/firefox-i18n-63.0/sv-SE.xpi) = 481626 +SHA256 (xpi/firefox-i18n-63.0/ta.xpi) = 0539b820ec979161c114986ee351fa28c172c40df5928ddda537cea2e8742495 +SIZE (xpi/firefox-i18n-63.0/ta.xpi) = 533414 +SHA256 (xpi/firefox-i18n-63.0/te.xpi) = 1c86c62f137535fd87d055ba6618c11e05cdba186032bdf533839e778f4e3a0b +SIZE (xpi/firefox-i18n-63.0/te.xpi) = 545784 +SHA256 (xpi/firefox-i18n-63.0/th.xpi) = 48f81b87e8dabf6fee1d8559ef29d219212505bafc30ebeb937d01dc3f1d04ad +SIZE (xpi/firefox-i18n-63.0/th.xpi) = 519005 +SHA256 (xpi/firefox-i18n-63.0/tr.xpi) = 0a583a3c6f43d9db6c6915dc4abfaf0a78e6a3d5ca1dc7b9301d5f89c8973386 +SIZE (xpi/firefox-i18n-63.0/tr.xpi) = 491287 +SHA256 (xpi/firefox-i18n-63.0/uk.xpi) = a6ba79767f24623303a8c703398ab62a11073152b9b90c4d0a6ff19933cad0cd +SIZE (xpi/firefox-i18n-63.0/uk.xpi) = 548370 +SHA256 (xpi/firefox-i18n-63.0/ur.xpi) = 288bb00ac5d0bb98afcadbc23093e2e33828973d6dea5f608ce028d1ecc4f472 +SIZE (xpi/firefox-i18n-63.0/ur.xpi) = 525514 +SHA256 (xpi/firefox-i18n-63.0/uz.xpi) = ed6b734780c8ba7cda38e56b118012d940fba95a759fe68b00de339d96e9a1c4 +SIZE (xpi/firefox-i18n-63.0/uz.xpi) = 469357 +SHA256 (xpi/firefox-i18n-63.0/vi.xpi) = e637173435efc2174a0801db45834317e78d0899c5a99dd42a648c7963b893a4 +SIZE (xpi/firefox-i18n-63.0/vi.xpi) = 489043 +SHA256 (xpi/firefox-i18n-63.0/xh.xpi) = ead4173f344b7e8971c3f28f45ba87e1779dab8ad8e48bda120fee8e23b3da17 +SIZE (xpi/firefox-i18n-63.0/xh.xpi) = 466845 +SHA256 (xpi/firefox-i18n-63.0/zh-CN.xpi) = c6ae07e75a383152916ba09bcd3539d5f2ad022105c362904e9ca5196ee0a5ac +SIZE (xpi/firefox-i18n-63.0/zh-CN.xpi) = 504058 +SHA256 (xpi/firefox-i18n-63.0/zh-TW.xpi) = a379d849c067f33dd703669861d71a7e38400d4393ef6f5e5cab4815e6182cc5 +SIZE (xpi/firefox-i18n-63.0/zh-TW.xpi) = 507002 Modified: branches/2018Q4/www/firefox/Makefile ============================================================================== --- branches/2018Q4/www/firefox/Makefile Mon Oct 22 23:47:21 2018 (r482797) +++ branches/2018Q4/www/firefox/Makefile Mon Oct 22 23:52:59 2018 (r482798) @@ -2,23 +2,23 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 62.0.3 +DISTVERSION= 63.0 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/build2/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.19:devel/nspr \ - nss>=3.38:security/nss \ + nss>=3.39:security/nss \ icu>=59.1,1:devel/icu \ libevent>=2.1.8:devel/libevent \ - harfbuzz>=1.7.6:print/harfbuzz \ - graphite2>=1.3.11:graphics/graphite2 \ + harfbuzz>=1.8.8:print/harfbuzz \ + graphite2>=1.3.12:graphics/graphite2 \ png>=1.6.34:graphics/png \ libvorbis>=1.3.6,3:audio/libvorbis \ libvpx>=1.5.0:multimedia/libvpx \ Modified: branches/2018Q4/www/firefox/distinfo ============================================================================== --- branches/2018Q4/www/firefox/distinfo Mon Oct 22 23:47:21 2018 (r482797) +++ branches/2018Q4/www/firefox/distinfo Mon Oct 22 23:52:59 2018 (r482798) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538418962 -SHA256 (firefox-62.0.3.source.tar.xz) = c1d506eb7b1225e52398b2e4587085e77ff5f1fbf07728ba0fee60bbeae94636 -SIZE (firefox-62.0.3.source.tar.xz) = 259531444 +TIMESTAMP = 1539893202 +SHA256 (firefox-63.0.source.tar.xz) = 3f95b028571ab9ffb3bf637761534a685aed224de3b87eb8ad7e1d0831995c07 +SIZE (firefox-63.0.source.tar.xz) = 265957640 Modified: branches/2018Q4/www/firefox/files/patch-bug1288587 ============================================================================== --- branches/2018Q4/www/firefox/files/patch-bug1288587 Mon Oct 22 23:47:21 2018 (r482797) +++ branches/2018Q4/www/firefox/files/patch-bug1288587 Mon Oct 22 23:52:59 2018 (r482798) @@ -43,13 +43,13 @@ index 855214a..1e91d51 100644 topobjdir = topobjdir[:-7] with LineIO(lambda l: log.info(l)) as out: -@@ -219,17 +226,20 @@ def virtualenv_python(env_python, build_env, mozconfig, help): +@@ -255,17 +262,20 @@ def virtualenv_python(env_python, build_env, mozconfig log.info('Creating Python environment') manager.build(python) python = normsep(manager.python_path) - if python != normsep(sys.executable): + if not normsep(sys.executable).startswith(normsep(virtualenvs_root)): log.info('Reexecuting in the virtualenv') if env_python: - del os.environ['PYTHON'] Modified: branches/2018Q4/www/firefox/files/patch-bug847568 ============================================================================== --- branches/2018Q4/www/firefox/files/patch-bug847568 Mon Oct 22 23:47:21 2018 (r482797) +++ branches/2018Q4/www/firefox/files/patch-bug847568 Mon Oct 22 23:52:59 2018 (r482798) @@ -4,8 +4,8 @@ diff --git config/system-headers.mozbuild config/syste index 7620b4d00623..09d3db5ca8c0 100644 --- config/system-headers.mozbuild +++ config/system-headers.mozbuild -@@ -1312,6 +1312,19 @@ if not CONFIG['MOZ_TREE_PIXMAN']: - 'pixman.h', +@@ -1300,6 +1300,19 @@ if CONFIG['MOZ_ENABLE_CONTENTMANAGER']: + 'SelectSingleContentItemPage.h', ] +if CONFIG['MOZ_SYSTEM_GRAPHITE2']: @@ -28,7 +28,7 @@ diff --git dom/base/moz.build dom/base/moz.build index 8e19020315ae..2fcdbb6f7b42 100644 --- dom/base/moz.build +++ dom/base/moz.build -@@ -470,6 +470,9 @@ if CONFIG['MOZ_BUILD_APP'] in ['browser', 'mobile/android', 'xulrunner']: +@@ -495,6 +495,9 @@ if CONFIG['MOZ_BUILD_APP'] in ['browser', 'mobile/android', 'xulrunner']: if CONFIG['MOZ_X11']: CXXFLAGS += CONFIG['TK_CFLAGS'] @@ -72,10 +72,10 @@ diff --git gfx/harfbuzz/README-mozilla gfx/harfbuzz/RE index 22c76a7df020..a01490bd49ee 100644 --- gfx/harfbuzz/README-mozilla +++ gfx/harfbuzz/README-mozilla -@@ -19,3 +19,8 @@ the mozilla tree. +@@ -15,3 +15,8 @@ from within the gfx/harfbuzz directory. If the collection of source files changes, manual updates to moz.build may be - needed, as we don't use the upstream makefiles. + needed as we don't use the upstream makefiles. + +The in-tree copy may be omitted during build by --with-system-harfbuzz. +Make sure to keep pkg-config version check within toolkit/moz.configure in sync @@ -111,7 +111,7 @@ diff --git gfx/skia/generate_mozbuild.py gfx/skia/gene index e06ae3457a47..93faa61594a3 100755 --- gfx/skia/generate_mozbuild.py +++ gfx/skia/generate_mozbuild.py -@@ -135,6 +135,9 @@ if CONFIG['CLANG_CXX'] or CONFIG['CLANG_CL']: +@@ -148,6 +148,9 @@ if CONFIG['CC_TYPE'] in ('clang', 'clang-cl'): '-Wno-unused-private-field', ] @@ -125,7 +125,7 @@ diff --git gfx/skia/moz.build gfx/skia/moz.build index 2118677ca3a8..e4978b413784 100644 --- gfx/skia/moz.build +++ gfx/skia/moz.build -@@ -780,6 +780,9 @@ if CONFIG['CLANG_CXX'] or CONFIG['CLANG_CL']: +@@ -822,6 +822,9 @@ if CONFIG['CC_TYPE'] in ('clang', 'clang-cl'): '-Wno-unused-private-field', ] @@ -139,7 +139,7 @@ diff --git gfx/thebes/moz.build gfx/thebes/moz.build index 56f1b9fe3f4b..0ac1100b0df3 100644 --- gfx/thebes/moz.build +++ gfx/thebes/moz.build -@@ -267,7 +267,13 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3'): +@@ -288,7 +288,13 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gtk3': LOCAL_INCLUDES += CONFIG['SKIA_INCLUDES'] @@ -170,7 +170,7 @@ diff --git netwerk/dns/moz.build netwerk/dns/moz.build index 79c26e3e7001..c4d93bc5f7dc 100644 --- netwerk/dns/moz.build +++ netwerk/dns/moz.build -@@ -73,3 +73,6 @@ USE_LIBS += ['icu'] +@@ -76,3 +76,6 @@ USE_LIBS += ['icu'] if CONFIG['CC_TYPE'] in ('clang', 'gcc'): CXXFLAGS += ['-Wno-error=shadow'] @@ -181,7 +181,7 @@ diff --git old-configure.in old-configure.in index 95a58b634593..b614eef85c89 100644 --- old-configure.in +++ old-configure.in -@@ -4333,6 +4333,27 @@ dnl ======================================================== +@@ -3951,6 +3951,27 @@ dnl ======================================================== AC_SUBST(MOZ_LINUX_32_SSE2_STARTUP_ERROR) @@ -198,7 +198,7 @@ index 95a58b634593..b614eef85c89 100644 + * 100 + GR2_VERSION_BUGFIX >= \ + (major) * 10000 + (minor) * 100 + (bugfix) ) + ], [ -+ #if !GR2_VERSION_REQUIRE(1,3,10) ++ #if !GR2_VERSION_REQUIRE(1,3,12) + #error "Insufficient graphite2 version." + #endif + ], [], @@ -213,7 +213,7 @@ diff --git toolkit/library/moz.build toolkit/library/m index 24f940e1ed7e..079a575adec3 100644 --- toolkit/library/moz.build +++ toolkit/library/moz.build -@@ -238,6 +238,12 @@ if CONFIG['MOZ_SYSTEM_JPEG']: +@@ -223,6 +223,12 @@ if CONFIG['MOZ_SYSTEM_JPEG']: if CONFIG['MOZ_SYSTEM_PNG']: OS_LIBS += CONFIG['MOZ_PNG_LIBS'] @@ -230,7 +230,7 @@ diff --git toolkit/moz.configure toolkit/moz.configure index 9297e4d6f501..d8e273887e4b 100644 --- toolkit/moz.configure +++ toolkit/moz.configure -@@ -1065,6 +1065,26 @@ add_old_configure_assignment('FT2_LIBS', +@@ -883,6 +883,26 @@ add_old_configure_assignment('FT2_LIBS', add_old_configure_assignment('FT2_CFLAGS', ft2_info.cflags) @@ -249,7 +249,7 @@ index 9297e4d6f501..d8e273887e4b 100644 +option('--with-system-harfbuzz', + help="Use system harfbuzz (located with pkgconfig)") + -+system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 1.7.4', ++system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 1.8.8', + when='--with-system-harfbuzz') + +set_config('MOZ_SYSTEM_HARFBUZZ', depends_if(system_harfbuzz)(lambda _: True))