Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Aug 2018 00:01:14 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478268 - in head: Mk Mk/Uses www/firefox www/firefox-i18n www/firefox/files
Message-ID:  <201808280001.w7S01EqX023357@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Aug 28 00:01:14 2018
New Revision: 478268
URL: https://svnweb.freebsd.org/changeset/ports/478268

Log:
  www/firefox: update to 62.0
  
  Changes:	https://www.mozilla.org/firefox/62.0/releasenotes/
  PR:		229168
  Security:	c96d416a-eae7-4d5d-bc84-40deca9329fb
  MFH:		2018Q3
  Differential Revision:	https://reviews.freebsd.org/D15913

Deleted:
  head/www/firefox/files/patch-bug1144632
  head/www/firefox/files/patch-bug1447519
  head/www/firefox/files/patch-bug1467882
  head/www/firefox/files/patch-toolkit_moz.configure
  head/www/firefox/files/patch-u2f-hid-rs62
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)
  head/www/firefox/files/patch-addon-search   (contents, props changed)
  head/www/firefox/files/patch-bug1021761   (contents, props changed)
  head/www/firefox/files/patch-bug847568   (contents, props changed)
  head/www/firefox/files/patch-bug991253   (contents, props changed)
  head/www/firefox/files/patch-sample-type   (contents, props changed)
  head/www/firefox/pkg-message   (contents, props changed)

Modified: head/Mk/Uses/gecko.mk
==============================================================================
--- head/Mk/Uses/gecko.mk	Tue Aug 28 00:01:01 2018	(r478267)
+++ head/Mk/Uses/gecko.mk	Tue Aug 28 00:01:14 2018	(r478268)
@@ -22,12 +22,12 @@ _GECKO_VERSION=	${gecko_ARGS:M[0-9][0-9]*}
 .if ${gecko_ARGS:Mfirefox}
 
 _GECKO_DEFAULT_VERSION=	60
-_GECKO_VERSIONS=		60 61
+_GECKO_VERSIONS=		60 62
 _GECKO_TYPE=	firefox
 
 # Dependence lines for different Firefox versions
 60_DEPENDS=		${LOCALBASE}/lib/firefox/firefox:www/firefox-esr
-61_DEPENDS=		${LOCALBASE}/lib/firefox/firefox:www/firefox
+62_DEPENDS=		${LOCALBASE}/lib/firefox/firefox:www/firefox
 
 .if exists(${LOCALBASE}/bin/firefox)
 _GECKO_INSTALLED_VER!=	${PKG_QUERY} %v firefox firefox-esr

Modified: head/Mk/bsd.gecko.mk
==============================================================================
--- head/Mk/bsd.gecko.mk	Tue Aug 28 00:01:01 2018	(r478267)
+++ head/Mk/bsd.gecko.mk	Tue Aug 28 00:01:14 2018	(r478268)
@@ -263,8 +263,7 @@ MOZ_OPTIONS+=	\
 		--enable-default-toolkit=${MOZ_TOOLKIT} \
 		--enable-update-channel=${MOZ_CHANNEL} \
 		--disable-updater \
-		--enable-pie \
-		--with-pthreads
+		--enable-pie
 # others
 MOZ_OPTIONS+=	--with-system-zlib		\
 		--with-system-bz2

Modified: head/www/firefox-i18n/Makefile
==============================================================================
--- head/www/firefox-i18n/Makefile	Tue Aug 28 00:01:01 2018	(r478267)
+++ head/www/firefox-i18n/Makefile	Tue Aug 28 00:01:14 2018	(r478268)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	firefox-i18n
-PORTVERSION=	61.0.2
+PORTVERSION=	62.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
@@ -15,7 +15,7 @@ COMMENT=	Localized interface for Firefox
 
 EXTRACT_DEPENDS=	zip:archivers/zip
 
-USES=		zip:infozip gecko:firefox,61,build
+USES=		zip:infozip gecko:firefox,62,build
 USE_XPI=	firefox
 
 NO_ARCH=	yes

Modified: head/www/firefox-i18n/Makefile.lang
==============================================================================
--- head/www/firefox-i18n/Makefile.lang	Tue Aug 28 00:01:01 2018	(r478267)
+++ head/www/firefox-i18n/Makefile.lang	Tue Aug 28 00:01:14 2018	(r478268)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 FIREFOX_I18N_ALL_=	ach af an ar as ast az be bg bn-BD bn-IN br bs ca cak	\
-			cs cy da de dsb el en-GB en-US en-ZA eo es-AR es-CL	\
+			cs cy da de dsb el en-CA 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 ia id is it ja ka kab	\
 			kk km kn ko lij lt lv mai mk ml mr ms my nb-NO ne-NP nl	\
@@ -74,6 +74,9 @@ FIREFOX_I18N+=  dsb
 .endif
 .if ${PORT_OPTIONS:MLANG_EL}
 FIREFOX_I18N+=  el
+.endif
+.if ${PORT_OPTIONS:MLANG_CAN}
+FIREFOX_I18N+=  en-CA
 .endif
 .if ${PORT_OPTIONS:MLANG_GB}
 FIREFOX_I18N+=  en-GB

Modified: head/www/firefox-i18n/Makefile.option
==============================================================================
--- head/www/firefox-i18n/Makefile.option	Tue Aug 28 00:01:01 2018	(r478267)
+++ head/www/firefox-i18n/Makefile.option	Tue Aug 28 00:01:14 2018	(r478268)
@@ -17,6 +17,7 @@ OPTIONS_DEFINE=	LANG_ACH \
 		LANG_BS \
 		LANG_CA \
 		LANG_CAK \
+		LANG_CAN \
 		LANG_CS \
 		LANG_CY \
 		LANG_DA \
@@ -110,6 +111,7 @@ LANG_AN_DESC?=	Aragonese language support
 LANG_AS_DESC?=	Assamese language support
 LANG_AZ_DESC?=	Azerbaijani language support
 LANG_CAK_DESC?=	Kaqchikel (Guatemala) language support
+LANG_CAN_DESC?=	English (Canada) language support
 LANG_CSB_DESC?=	Kashubian language support
 LANG_DSB_DESC?=	Lower Sorbian language support
 LANG_FF_DESC?=	Fulah language support

Modified: head/www/firefox-i18n/distinfo
==============================================================================
--- head/www/firefox-i18n/distinfo	Tue Aug 28 00:01:01 2018	(r478267)
+++ head/www/firefox-i18n/distinfo	Tue Aug 28 00:01:14 2018	(r478268)
@@ -1,197 +1,199 @@
-TIMESTAMP = 1533669323
-SHA256 (xpi/firefox-i18n-61.0.2/ach.xpi) = 8b6340aaf238b2307d55c86cfe32205357384491e09408884882e768eb2052e6
-SIZE (xpi/firefox-i18n-61.0.2/ach.xpi) = 468318
-SHA256 (xpi/firefox-i18n-61.0.2/af.xpi) = 16d851f5431fe52f9d427acd27dc01a0a2fafe0a785577b8d9e033478015384c
-SIZE (xpi/firefox-i18n-61.0.2/af.xpi) = 458279
-SHA256 (xpi/firefox-i18n-61.0.2/an.xpi) = 05e13c44556f2fdc5cfe75d744f6c970cad1407e29de60ff5900b91740972f15
-SIZE (xpi/firefox-i18n-61.0.2/an.xpi) = 492782
-SHA256 (xpi/firefox-i18n-61.0.2/ar.xpi) = c499fea9ceae02f44eda79d75e0cfc59d926feb58277d9c15535fda13fda055d
-SIZE (xpi/firefox-i18n-61.0.2/ar.xpi) = 514908
-SHA256 (xpi/firefox-i18n-61.0.2/as.xpi) = 9cd58c42bb225436e29eba8a14042810ad8f0f42efbab88c3adc2950045d1789
-SIZE (xpi/firefox-i18n-61.0.2/as.xpi) = 498324
-SHA256 (xpi/firefox-i18n-61.0.2/ast.xpi) = d0de5ad12441885054c17d8da3c31f93ac74636c31caa05cf2cccc454cbb598e
-SIZE (xpi/firefox-i18n-61.0.2/ast.xpi) = 478584
-SHA256 (xpi/firefox-i18n-61.0.2/az.xpi) = 783f44afff85f361236a48992be3b05687a0c66d012e3697d46e0ecbaafba13f
-SIZE (xpi/firefox-i18n-61.0.2/az.xpi) = 494282
-SHA256 (xpi/firefox-i18n-61.0.2/be.xpi) = b64d3ae3387c6df5b5b6833f9f2fa553160532134f965d7db7a47a2b0624b7ee
-SIZE (xpi/firefox-i18n-61.0.2/be.xpi) = 550849
-SHA256 (xpi/firefox-i18n-61.0.2/bg.xpi) = ac40b01a899be63daebd84bff25578bb0837f36c9872a40d52599b50d55e3b7c
-SIZE (xpi/firefox-i18n-61.0.2/bg.xpi) = 541825
-SHA256 (xpi/firefox-i18n-61.0.2/bn-BD.xpi) = c9b04cf843868e5f582aca3c064fa45ec0079f6760ec4f12a93a5da2b170359d
-SIZE (xpi/firefox-i18n-61.0.2/bn-BD.xpi) = 556534
-SHA256 (xpi/firefox-i18n-61.0.2/bn-IN.xpi) = 645d2782d5009e970deefa060350907cf05de26e0de575394f9d094e1a448454
-SIZE (xpi/firefox-i18n-61.0.2/bn-IN.xpi) = 535417
-SHA256 (xpi/firefox-i18n-61.0.2/br.xpi) = b1abcd8b4342c6a99cac3ecfb2aae5b6e2f2a056675089ea439320d17ec3a641
-SIZE (xpi/firefox-i18n-61.0.2/br.xpi) = 486578
-SHA256 (xpi/firefox-i18n-61.0.2/bs.xpi) = afc69bee1fd0228245ae858371701e49109ad8c723cd0b3c8a4428592b89f648
-SIZE (xpi/firefox-i18n-61.0.2/bs.xpi) = 489133
-SHA256 (xpi/firefox-i18n-61.0.2/ca.xpi) = 20b33bede6ec0b9312206f41f7caaa368821c68e30bddad7ef5f7fa6046538e4
-SIZE (xpi/firefox-i18n-61.0.2/ca.xpi) = 497525
-SHA256 (xpi/firefox-i18n-61.0.2/cak.xpi) = 405bdeb457b9035f74196b6f960b3c53a0b209207fb260decd32a04334d23ea9
-SIZE (xpi/firefox-i18n-61.0.2/cak.xpi) = 509325
-SHA256 (xpi/firefox-i18n-61.0.2/cs.xpi) = b85e45d7757ae30ad662bf1819882232f8f405924db4c0142876d9808047a0db
-SIZE (xpi/firefox-i18n-61.0.2/cs.xpi) = 502602
-SHA256 (xpi/firefox-i18n-61.0.2/cy.xpi) = 8e4de25be6cca432b0b0572045a80a223205202a87bf51b0231faf4f0ae1f60b
-SIZE (xpi/firefox-i18n-61.0.2/cy.xpi) = 490416
-SHA256 (xpi/firefox-i18n-61.0.2/da.xpi) = 7c6d256022a6e70f7de44445c9ed51297d6751b0d74cabe3d2d9a55fa641d7ab
-SIZE (xpi/firefox-i18n-61.0.2/da.xpi) = 483619
-SHA256 (xpi/firefox-i18n-61.0.2/de.xpi) = 773dd80a205d6ad0e759b7916fdb74cfdffea01e087ab65968aa4340ff7acb63
-SIZE (xpi/firefox-i18n-61.0.2/de.xpi) = 502285
-SHA256 (xpi/firefox-i18n-61.0.2/dsb.xpi) = 2aebccbc0e0fd94fe128cb95e1eee38b372509fb1977104b32889c233c6f51f3
-SIZE (xpi/firefox-i18n-61.0.2/dsb.xpi) = 512455
-SHA256 (xpi/firefox-i18n-61.0.2/el.xpi) = e2dbeaa56fa7c666ec64023a0b186a2dcb6b768a08b0a02920c2cd00ac660ed3
-SIZE (xpi/firefox-i18n-61.0.2/el.xpi) = 559697
-SHA256 (xpi/firefox-i18n-61.0.2/en-GB.xpi) = 23dedb1da84966da330590627cfc3fc602548a6bdc38dd162885a4db5f4a5c80
-SIZE (xpi/firefox-i18n-61.0.2/en-GB.xpi) = 464874
-SHA256 (xpi/firefox-i18n-61.0.2/en-US.xpi) = f24167d2dbed92538aae84475750da8a1bf6ec749d2370900430e7811a18c94d
-SIZE (xpi/firefox-i18n-61.0.2/en-US.xpi) = 456418
-SHA256 (xpi/firefox-i18n-61.0.2/en-ZA.xpi) = 3cf8b7433b2c4464f651d8eaf8733243a7c5f4c27cf7166aeb1a2329150d02d0
-SIZE (xpi/firefox-i18n-61.0.2/en-ZA.xpi) = 446643
-SHA256 (xpi/firefox-i18n-61.0.2/eo.xpi) = 6344d887ce04460c21cc3c945047f1f7d27248aa7c6f739f384cd48ecfb6c266
-SIZE (xpi/firefox-i18n-61.0.2/eo.xpi) = 484759
-SHA256 (xpi/firefox-i18n-61.0.2/es-AR.xpi) = cabe75cd94f2f9a09a50b7879d0c34a8a45bd61bdaf94d52fcf0b72178677af7
-SIZE (xpi/firefox-i18n-61.0.2/es-AR.xpi) = 498197
-SHA256 (xpi/firefox-i18n-61.0.2/es-CL.xpi) = b6f4ac03d67ee3e2bfdbf4986733182e36af9f3939f7d361510304dfefb8934f
-SIZE (xpi/firefox-i18n-61.0.2/es-CL.xpi) = 500854
-SHA256 (xpi/firefox-i18n-61.0.2/es-ES.xpi) = 662de05e24e30397582d4e59bd3ac1ba3b9c5a2d60d77227342ab557f86ef8ed
-SIZE (xpi/firefox-i18n-61.0.2/es-ES.xpi) = 435912
-SHA256 (xpi/firefox-i18n-61.0.2/es-MX.xpi) = ebfe28f447815eab3d4e5053b575a8ce95dd9454c5bdb243d67c262714902cd4
-SIZE (xpi/firefox-i18n-61.0.2/es-MX.xpi) = 500954
-SHA256 (xpi/firefox-i18n-61.0.2/et.xpi) = adac19295ab07f349040f173d9891728434146d1438ade5a0b4acd150e1ba340
-SIZE (xpi/firefox-i18n-61.0.2/et.xpi) = 477549
-SHA256 (xpi/firefox-i18n-61.0.2/eu.xpi) = ef888a92a4a0ecd52c98dd2876481847ca222ece5230d6290b48bc64d2de32d6
-SIZE (xpi/firefox-i18n-61.0.2/eu.xpi) = 488813
-SHA256 (xpi/firefox-i18n-61.0.2/fa.xpi) = da8830b60ac46b819a70d3a98fd696e7dc3bf2365c58c1e6fd2e6bc91ba41b66
-SIZE (xpi/firefox-i18n-61.0.2/fa.xpi) = 537566
-SHA256 (xpi/firefox-i18n-61.0.2/ff.xpi) = 2d8df3bd8e42d1c9bcb275dbe20f1530a097acac94635fef3448965249206997
-SIZE (xpi/firefox-i18n-61.0.2/ff.xpi) = 483847
-SHA256 (xpi/firefox-i18n-61.0.2/fi.xpi) = 62ea9ab64a138f158bc031764a8fc5fd8b99a1f3e89a22a751951ae6be3b3c49
-SIZE (xpi/firefox-i18n-61.0.2/fi.xpi) = 479924
-SHA256 (xpi/firefox-i18n-61.0.2/fr.xpi) = 4b77011c87fd54ade2ce435f2cefed7714948b40848070ee8faaf16a3cc846ff
-SIZE (xpi/firefox-i18n-61.0.2/fr.xpi) = 507142
-SHA256 (xpi/firefox-i18n-61.0.2/fy-NL.xpi) = 99821b084929c0f3b464b42d3dc139880165d18cc864404c235486f142ae7ad5
-SIZE (xpi/firefox-i18n-61.0.2/fy-NL.xpi) = 497984
-SHA256 (xpi/firefox-i18n-61.0.2/ga-IE.xpi) = ac809ec0e0fc2f9cf305df38af6839111e66b5f6d3934c71374bb474bdaf8716
-SIZE (xpi/firefox-i18n-61.0.2/ga-IE.xpi) = 495805
-SHA256 (xpi/firefox-i18n-61.0.2/gd.xpi) = cfdba133835e6c033a87d5c097065ff6cdc91068670c1c1ba6a18c1d36dd818a
-SIZE (xpi/firefox-i18n-61.0.2/gd.xpi) = 497602
-SHA256 (xpi/firefox-i18n-61.0.2/gl.xpi) = ff185676f8283374eb47ae51be2a771cfaa3f5e6c2f1ee49316e6011ee9b7b58
-SIZE (xpi/firefox-i18n-61.0.2/gl.xpi) = 471906
-SHA256 (xpi/firefox-i18n-61.0.2/gn.xpi) = 6790068f5ab2f2b68790dd3514efcd56331a716e1e6629ae05e5a80b40f1bf8f
-SIZE (xpi/firefox-i18n-61.0.2/gn.xpi) = 506404
-SHA256 (xpi/firefox-i18n-61.0.2/gu-IN.xpi) = 0b6871f03b9cf2ddfae8f56c9678bda9909d1fefdb00860155cbc78811b9a881
-SIZE (xpi/firefox-i18n-61.0.2/gu-IN.xpi) = 557300
-SHA256 (xpi/firefox-i18n-61.0.2/he.xpi) = 8eb3f195456118fc088b26c9a87eba8c7fd2729de06d9239daf640a36e6e053d
-SIZE (xpi/firefox-i18n-61.0.2/he.xpi) = 505566
-SHA256 (xpi/firefox-i18n-61.0.2/hi-IN.xpi) = 3f6164ecfd3b5843042f4af91408e7e940ea9dec7400d83b960db0dc2d51ef90
-SIZE (xpi/firefox-i18n-61.0.2/hi-IN.xpi) = 559353
-SHA256 (xpi/firefox-i18n-61.0.2/hr.xpi) = 25a2c1b5758ad8f733516a854e47e041c06d00d872856d5e490831fbee2f467b
-SIZE (xpi/firefox-i18n-61.0.2/hr.xpi) = 486048
-SHA256 (xpi/firefox-i18n-61.0.2/hsb.xpi) = 04b6fbe257cbd19ff744b3ed20aef06a71d17014cc81c036417bc4557d1ef8ce
-SIZE (xpi/firefox-i18n-61.0.2/hsb.xpi) = 510216
-SHA256 (xpi/firefox-i18n-61.0.2/hu.xpi) = da00318d0500a31b0da22c6b132a7afdbd81488cb961f316aabfb5a4ea9816fc
-SIZE (xpi/firefox-i18n-61.0.2/hu.xpi) = 511146
-SHA256 (xpi/firefox-i18n-61.0.2/hy-AM.xpi) = 7c2f2d4cf869d2ce59c659fc7357d2e9370b4dd3b123c18fb851aaf6712e438f
-SIZE (xpi/firefox-i18n-61.0.2/hy-AM.xpi) = 537815
-SHA256 (xpi/firefox-i18n-61.0.2/ia.xpi) = 1fbc6ab7acbb4e207dcb9644087025a4fbee4814fc3f4cad1461fd121d1464ff
-SIZE (xpi/firefox-i18n-61.0.2/ia.xpi) = 483841
-SHA256 (xpi/firefox-i18n-61.0.2/id.xpi) = 84bd3e374584f3d5cc48ca5cb586c24c559925236dd9feb0fe51ac2f12a15c51
-SIZE (xpi/firefox-i18n-61.0.2/id.xpi) = 476115
-SHA256 (xpi/firefox-i18n-61.0.2/is.xpi) = 626bcd0ab60940c8d5a3ddfc7dad5c71691517e7536d92215e886d8c3edd0c1c
-SIZE (xpi/firefox-i18n-61.0.2/is.xpi) = 482663
-SHA256 (xpi/firefox-i18n-61.0.2/it.xpi) = 8720f674ef5088bafc3f93030a0249e14a1b0f62dad3be0d76aa87324fe355ce
-SIZE (xpi/firefox-i18n-61.0.2/it.xpi) = 372490
-SHA256 (xpi/firefox-i18n-61.0.2/ja.xpi) = 6e27023d0767748198d567723049b4d69a52a1a90273dc72592b3704706a4ab2
-SIZE (xpi/firefox-i18n-61.0.2/ja.xpi) = 538253
-SHA256 (xpi/firefox-i18n-61.0.2/ka.xpi) = 03ca5ef5b890aec0a8fd0b23053b9852f5b92a2e4d61b8aa78867a223eac46a9
-SIZE (xpi/firefox-i18n-61.0.2/ka.xpi) = 525913
-SHA256 (xpi/firefox-i18n-61.0.2/kab.xpi) = e77825c5b34aae2341d27f367942f29e9c8c8785a1a453f1f2322e9afcb56e65
-SIZE (xpi/firefox-i18n-61.0.2/kab.xpi) = 495569
-SHA256 (xpi/firefox-i18n-61.0.2/kk.xpi) = e19ebc4397d7f586d2928d4686b45b8cf4cf4a5fc0fce8cce84d03b102f27f9e
-SIZE (xpi/firefox-i18n-61.0.2/kk.xpi) = 553683
-SHA256 (xpi/firefox-i18n-61.0.2/km.xpi) = 1121f260792a9de32b12ef6ac654a24b80e04c0266a4140aa37a7aaa5934f326
-SIZE (xpi/firefox-i18n-61.0.2/km.xpi) = 547191
-SHA256 (xpi/firefox-i18n-61.0.2/kn.xpi) = 2e2f2278dedd39fcf30fc0c44ce88cfc4c9a6891e5f591d8e481c92752dbfeaa
-SIZE (xpi/firefox-i18n-61.0.2/kn.xpi) = 552591
-SHA256 (xpi/firefox-i18n-61.0.2/ko.xpi) = 21acff07a700217f72747ae2252fec8e7cd230909d9b293322981526990ae68c
-SIZE (xpi/firefox-i18n-61.0.2/ko.xpi) = 519816
-SHA256 (xpi/firefox-i18n-61.0.2/lij.xpi) = 1341ace9dcfe26991f1c80df9452a18837d1e9565fd0a56a0d8fa98ce47393c4
-SIZE (xpi/firefox-i18n-61.0.2/lij.xpi) = 486949
-SHA256 (xpi/firefox-i18n-61.0.2/lt.xpi) = f1804caa3ac89fb7d8910f4cc2d2d086e578e224b2999219d4e2e676a12a7f01
-SIZE (xpi/firefox-i18n-61.0.2/lt.xpi) = 509391
-SHA256 (xpi/firefox-i18n-61.0.2/lv.xpi) = 14241bc0764f5f4ae21ed67fc350e57364dae9572f5cb2e8f4ec39bb31bb3339
-SIZE (xpi/firefox-i18n-61.0.2/lv.xpi) = 497560
-SHA256 (xpi/firefox-i18n-61.0.2/mai.xpi) = 0197e8941faf9eadd33238ccb694f0fb6bed2d20cdea422b55a61f5797b0bbd1
-SIZE (xpi/firefox-i18n-61.0.2/mai.xpi) = 518906
-SHA256 (xpi/firefox-i18n-61.0.2/mk.xpi) = 15cff0db1f91ce234d886b5f661740a9bf655716465b63d813bbb323ab32b12c
-SIZE (xpi/firefox-i18n-61.0.2/mk.xpi) = 480670
-SHA256 (xpi/firefox-i18n-61.0.2/ml.xpi) = 2a4b93956ad1c5360d87d891b4983b9b4c97944699835444bb91d46375ad6fab
-SIZE (xpi/firefox-i18n-61.0.2/ml.xpi) = 562451
-SHA256 (xpi/firefox-i18n-61.0.2/mr.xpi) = 8d45a7026cd284861f92294fc39fd9f4f10bff536b3243e99e0a67e9685d9d6e
-SIZE (xpi/firefox-i18n-61.0.2/mr.xpi) = 547453
-SHA256 (xpi/firefox-i18n-61.0.2/ms.xpi) = 9ec4e150cf00639448468229ff2561ae7030bb730b3d1e22c5cc1031758b80a2
-SIZE (xpi/firefox-i18n-61.0.2/ms.xpi) = 483501
-SHA256 (xpi/firefox-i18n-61.0.2/my.xpi) = 699b13f845eb8b421054b92906cf905ebb7785177306b19f4bfefa140a53a2de
-SIZE (xpi/firefox-i18n-61.0.2/my.xpi) = 536701
-SHA256 (xpi/firefox-i18n-61.0.2/nb-NO.xpi) = af5f14d660cd55a7ad60acaf39361b7b3ee98339485938a92451d02463b1383b
-SIZE (xpi/firefox-i18n-61.0.2/nb-NO.xpi) = 483531
-SHA256 (xpi/firefox-i18n-61.0.2/ne-NP.xpi) = c07f52eebe5a4e6c34c681b4b247885d4ad8039bfae925cc55b5e090339d6c08
-SIZE (xpi/firefox-i18n-61.0.2/ne-NP.xpi) = 523517
-SHA256 (xpi/firefox-i18n-61.0.2/nl.xpi) = ca625d55c5f29ef4da48d8c34ebee629b736048ba39eb7ae05ffceb7f1be9563
-SIZE (xpi/firefox-i18n-61.0.2/nl.xpi) = 489013
-SHA256 (xpi/firefox-i18n-61.0.2/nn-NO.xpi) = 6cdea280f172f281533f87fd1bfab40fe6f9f4ded5a1f908609cd4bc4f56f770
-SIZE (xpi/firefox-i18n-61.0.2/nn-NO.xpi) = 483563
-SHA256 (xpi/firefox-i18n-61.0.2/oc.xpi) = cd16e5785aedcd20d3cf2a056b78fd2f674fd7d7335a3ebdb4bd0dbb472a9c2c
-SIZE (xpi/firefox-i18n-61.0.2/oc.xpi) = 499699
-SHA256 (xpi/firefox-i18n-61.0.2/or.xpi) = 184d4035e5d4f16eee9c931f41f96e72839701cd1d0770090203f4fc0c6534c1
-SIZE (xpi/firefox-i18n-61.0.2/or.xpi) = 508182
-SHA256 (xpi/firefox-i18n-61.0.2/pa-IN.xpi) = ec7228707a4aa3e759a666c61f4354830e5f7268e359a9c7c35bb39b96bc934d
-SIZE (xpi/firefox-i18n-61.0.2/pa-IN.xpi) = 524498
-SHA256 (xpi/firefox-i18n-61.0.2/pl.xpi) = 0cbde7c86c4c4214ca778da4383c0a5eb21945b3f0ffa4b8c48787f5f3516a97
-SIZE (xpi/firefox-i18n-61.0.2/pl.xpi) = 390901
-SHA256 (xpi/firefox-i18n-61.0.2/pt-BR.xpi) = 826e70a3b305eb13d039e90e9db4a789a63ae0e60a6303956530e3e7f2dec3ff
-SIZE (xpi/firefox-i18n-61.0.2/pt-BR.xpi) = 486003
-SHA256 (xpi/firefox-i18n-61.0.2/pt-PT.xpi) = 73b4eecb3f28f504dea034e5f434080086153f74d355e87ef3669600c505b1f4
-SIZE (xpi/firefox-i18n-61.0.2/pt-PT.xpi) = 492107
-SHA256 (xpi/firefox-i18n-61.0.2/rm.xpi) = 3ca9e0f0b9258872795e7f62155059f6eb1412f0001896619f8384e97bc83eab
-SIZE (xpi/firefox-i18n-61.0.2/rm.xpi) = 483848
-SHA256 (xpi/firefox-i18n-61.0.2/ro.xpi) = db9fdeea20497af2227a7b1c893bf87d4b151f2c99bd101ac8e888c7468a94ca
-SIZE (xpi/firefox-i18n-61.0.2/ro.xpi) = 486750
-SHA256 (xpi/firefox-i18n-61.0.2/ru.xpi) = 670c69c51d91376d0d840eaa3370a9707db3ca40c9cd098ae314ca7f63327a98
-SIZE (xpi/firefox-i18n-61.0.2/ru.xpi) = 561628
-SHA256 (xpi/firefox-i18n-61.0.2/si.xpi) = be7ba7d34d137c203aa04b5818549de401d38a4fd00358487c701e543733dc07
-SIZE (xpi/firefox-i18n-61.0.2/si.xpi) = 511510
-SHA256 (xpi/firefox-i18n-61.0.2/sk.xpi) = c6936465bd6fafbb0d4bbf2238d73064d5352ba2f3ebaa83f5ed77a10fb99b99
-SIZE (xpi/firefox-i18n-61.0.2/sk.xpi) = 514229
-SHA256 (xpi/firefox-i18n-61.0.2/sl.xpi) = 2bdf11ed56ce24360ba3aa9e7a18648881235dc34d4ba466c9ba35a07f507ecc
-SIZE (xpi/firefox-i18n-61.0.2/sl.xpi) = 490330
-SHA256 (xpi/firefox-i18n-61.0.2/son.xpi) = 0fd7455c841c6458d3246ecf29ffd35e18fdaac469de4b78dde39c8e26599f09
-SIZE (xpi/firefox-i18n-61.0.2/son.xpi) = 468632
-SHA256 (xpi/firefox-i18n-61.0.2/sq.xpi) = 23f6d309d0166cc10af64d04252253e65f4e204c4d07941d0bfd202cb1378756
-SIZE (xpi/firefox-i18n-61.0.2/sq.xpi) = 496577
-SHA256 (xpi/firefox-i18n-61.0.2/sr.xpi) = aec290fa758dab4cf3ebde5b5bcc20c95cac089a4beb66416ba1ed88dc6fdc1b
-SIZE (xpi/firefox-i18n-61.0.2/sr.xpi) = 519562
-SHA256 (xpi/firefox-i18n-61.0.2/sv-SE.xpi) = 9a7a6b4c0943780c8b3d9d5bdf4316a3ffd62d6592de3bfdd3d620a09451c00a
-SIZE (xpi/firefox-i18n-61.0.2/sv-SE.xpi) = 491592
-SHA256 (xpi/firefox-i18n-61.0.2/ta.xpi) = aede22d1ad10d37b77ba167b94bbd7e0a2a7da98b9c634a3e6b296810a651764
-SIZE (xpi/firefox-i18n-61.0.2/ta.xpi) = 541876
-SHA256 (xpi/firefox-i18n-61.0.2/te.xpi) = dccd04bdcf3557d3c0b126f7c0ce5a27a91c6011d5b70ddef743bdf741ee9720
-SIZE (xpi/firefox-i18n-61.0.2/te.xpi) = 558636
-SHA256 (xpi/firefox-i18n-61.0.2/th.xpi) = 11d63d2263ee0c17a9522ceaf14a8066b0a5f9027aa500a2fc578d6a7235bd76
-SIZE (xpi/firefox-i18n-61.0.2/th.xpi) = 531106
-SHA256 (xpi/firefox-i18n-61.0.2/tr.xpi) = 2c4d15fde2082b858b9e89402aa9da92b3a459808866b10eca2f169c81c59723
-SIZE (xpi/firefox-i18n-61.0.2/tr.xpi) = 498508
-SHA256 (xpi/firefox-i18n-61.0.2/uk.xpi) = 953b51a4866173d89c203ed449258a2b84ffce6495bf9c5b79261c754e4f1eb4
-SIZE (xpi/firefox-i18n-61.0.2/uk.xpi) = 553600
-SHA256 (xpi/firefox-i18n-61.0.2/ur.xpi) = 73e91585cb86171360aae3c2d44d31e765c76dba8594bdc40f63952a3ff3bd68
-SIZE (xpi/firefox-i18n-61.0.2/ur.xpi) = 531610
-SHA256 (xpi/firefox-i18n-61.0.2/uz.xpi) = 76fac29281d9d3b8e8ff21f4fbe2927a017f2432cd37dd055201f60b539511be
-SIZE (xpi/firefox-i18n-61.0.2/uz.xpi) = 482057
-SHA256 (xpi/firefox-i18n-61.0.2/vi.xpi) = 1c8a8174cc70c363fed8f0ee3a988f686a5d740846b082ebe93ebd5d38e2be1d
-SIZE (xpi/firefox-i18n-61.0.2/vi.xpi) = 500409
-SHA256 (xpi/firefox-i18n-61.0.2/xh.xpi) = 1e07f0096d6899bd4c07b9f5fd7fc94e52a254e0d6e61a8bda245e2ed725057f
-SIZE (xpi/firefox-i18n-61.0.2/xh.xpi) = 481794
-SHA256 (xpi/firefox-i18n-61.0.2/zh-CN.xpi) = ed3b70ce7114c8365e7997d3ca6ac550781b4f878b1f788d092e78d5ef394b64
-SIZE (xpi/firefox-i18n-61.0.2/zh-CN.xpi) = 514394
-SHA256 (xpi/firefox-i18n-61.0.2/zh-TW.xpi) = b2e1b60b106e83c8eced42fa32710ed98eecb0869f43f5744d1e341ecd47a695
-SIZE (xpi/firefox-i18n-61.0.2/zh-TW.xpi) = 513544
+TIMESTAMP = 1535389342
+SHA256 (xpi/firefox-i18n-62.0/ach.xpi) = 5918548b4599180cb291d450cb1bb788620e67b6be5525df040bf844bb66d8f3
+SIZE (xpi/firefox-i18n-62.0/ach.xpi) = 446321
+SHA256 (xpi/firefox-i18n-62.0/af.xpi) = b72181c864bf2a1eb0da61a15cb6e45ca0b8815c12b08030fc756e0985eeeba0
+SIZE (xpi/firefox-i18n-62.0/af.xpi) = 432301
+SHA256 (xpi/firefox-i18n-62.0/an.xpi) = 14a9ea7884e5adf1f4a5846e2ca4f07676f2a626cc096dc976eced7fdf4de2a0
+SIZE (xpi/firefox-i18n-62.0/an.xpi) = 467504
+SHA256 (xpi/firefox-i18n-62.0/ar.xpi) = cef93bfb2c6f53bc9fc1a384ad6ccb29c4e6dedbe2f1b2c52232a62fd12c5dd2
+SIZE (xpi/firefox-i18n-62.0/ar.xpi) = 497993
+SHA256 (xpi/firefox-i18n-62.0/as.xpi) = 082b770d94dfa3791add5ceba64f63f149bdcc4d51ced0f9cc0cf89356a08e1d
+SIZE (xpi/firefox-i18n-62.0/as.xpi) = 478319
+SHA256 (xpi/firefox-i18n-62.0/ast.xpi) = 4382f746941f115edb61a79032ce4820c0745840c296a99d87dbb419c8b73766
+SIZE (xpi/firefox-i18n-62.0/ast.xpi) = 455183
+SHA256 (xpi/firefox-i18n-62.0/az.xpi) = 382b58c38b1e236ad9007ab45ba955aac94eb98760a47fb7894f105301aa4594
+SIZE (xpi/firefox-i18n-62.0/az.xpi) = 477137
+SHA256 (xpi/firefox-i18n-62.0/be.xpi) = 1c71a81e6ce94f0fc937b30a70e597e97dcaa74f6cab1832e24e83daa810023d
+SIZE (xpi/firefox-i18n-62.0/be.xpi) = 534914
+SHA256 (xpi/firefox-i18n-62.0/bg.xpi) = 1bca90cce4440912eae1169bcc477af99bdad745c948950eca3a75dbdf2b34b0
+SIZE (xpi/firefox-i18n-62.0/bg.xpi) = 524199
+SHA256 (xpi/firefox-i18n-62.0/bn-BD.xpi) = a58ae86a724bb91c4d441f1005bafccb1cd5f48572df1aad8d27820d887b5c67
+SIZE (xpi/firefox-i18n-62.0/bn-BD.xpi) = 538604
+SHA256 (xpi/firefox-i18n-62.0/bn-IN.xpi) = 2191070f7dda8203183d5e88030b15fb5a34625cefb81391779d84202902b562
+SIZE (xpi/firefox-i18n-62.0/bn-IN.xpi) = 509957
+SHA256 (xpi/firefox-i18n-62.0/br.xpi) = f867cf4e0d0fcb5d9a33bff752b2a58c4116e304110c8c09382a5344bebbd2fd
+SIZE (xpi/firefox-i18n-62.0/br.xpi) = 464397
+SHA256 (xpi/firefox-i18n-62.0/bs.xpi) = 1d467486d0416881be9c250fa05af1401196815dc0e2a27140ef09622388c3b2
+SIZE (xpi/firefox-i18n-62.0/bs.xpi) = 466249
+SHA256 (xpi/firefox-i18n-62.0/ca.xpi) = 581f22d16cbc5ff1a12b397b0a85091f24c0a2ecf00bb01acc04000c462f9fef
+SIZE (xpi/firefox-i18n-62.0/ca.xpi) = 470057
+SHA256 (xpi/firefox-i18n-62.0/cak.xpi) = ed65ab95cfab2487d2a5d507632750866b7a8b9be5d5915947016d749193f4f7
+SIZE (xpi/firefox-i18n-62.0/cak.xpi) = 488834
+SHA256 (xpi/firefox-i18n-62.0/cs.xpi) = 76a14ea0df6caacf425923c90e216b70a6f0f80f45ec0e1a99b52ebe646d612a
+SIZE (xpi/firefox-i18n-62.0/cs.xpi) = 478362
+SHA256 (xpi/firefox-i18n-62.0/cy.xpi) = e66641b4880da5ed280229756721e18caeaa4440bb52fdace7ce9f387bb0cc05
+SIZE (xpi/firefox-i18n-62.0/cy.xpi) = 468866
+SHA256 (xpi/firefox-i18n-62.0/da.xpi) = 73e8b56c57b509adf2352aa69753b64f22bf584547eab9807628536e98dea973
+SIZE (xpi/firefox-i18n-62.0/da.xpi) = 467291
+SHA256 (xpi/firefox-i18n-62.0/de.xpi) = 7d4aa15ee6db87d77dd36dc028af880376b936736c54de78d95efd2db642f3bb
+SIZE (xpi/firefox-i18n-62.0/de.xpi) = 475936
+SHA256 (xpi/firefox-i18n-62.0/dsb.xpi) = 69a239ea5930de9e00c3bed61b08417edc25e44cb458b9191af190507a6b968d
+SIZE (xpi/firefox-i18n-62.0/dsb.xpi) = 488166
+SHA256 (xpi/firefox-i18n-62.0/el.xpi) = b6b4f4d90a1429d9dff00c438699ad4b75762333423d7c454551e5e535ae9097
+SIZE (xpi/firefox-i18n-62.0/el.xpi) = 546431
+SHA256 (xpi/firefox-i18n-62.0/en-CA.xpi) = 212156c3166f0a64e137d1d26725b73a9eced04098d268efde2cc2258606db0f
+SIZE (xpi/firefox-i18n-62.0/en-CA.xpi) = 439059
+SHA256 (xpi/firefox-i18n-62.0/en-GB.xpi) = 691eafd29dce2b0867c952fdef76ee766a6804c97b2830cbbba68d7bd34e6888
+SIZE (xpi/firefox-i18n-62.0/en-GB.xpi) = 436175
+SHA256 (xpi/firefox-i18n-62.0/en-US.xpi) = bda3e92fe75ebc8eea28b1e0de88714a1f4df39d7bda1b834cca53122d1d0d0a
+SIZE (xpi/firefox-i18n-62.0/en-US.xpi) = 417296
+SHA256 (xpi/firefox-i18n-62.0/en-ZA.xpi) = 4d6a1b00124d4b90244f0a6730455dacf05991cb2172dadb76acbc37f6fa1482
+SIZE (xpi/firefox-i18n-62.0/en-ZA.xpi) = 422864
+SHA256 (xpi/firefox-i18n-62.0/eo.xpi) = 0a623e2353081a3915e2c758fd598296eaf7626aedd8fac43b68b603c9f4a3c5
+SIZE (xpi/firefox-i18n-62.0/eo.xpi) = 466536
+SHA256 (xpi/firefox-i18n-62.0/es-AR.xpi) = b18c0ec636b0ca6ae2b6071b756672e9bdcc46c7a5d0623bd5fa70cdcce9caa6
+SIZE (xpi/firefox-i18n-62.0/es-AR.xpi) = 473519
+SHA256 (xpi/firefox-i18n-62.0/es-CL.xpi) = a1c76f7121050b3914f934707260941f72b148e4c0ea5f7df4c348b8195aee23
+SIZE (xpi/firefox-i18n-62.0/es-CL.xpi) = 473981
+SHA256 (xpi/firefox-i18n-62.0/es-ES.xpi) = 17e8bb005ef7e9194c495b0541ba346e578bf9fdf8a4db7cc7b831104efd096b
+SIZE (xpi/firefox-i18n-62.0/es-ES.xpi) = 414989
+SHA256 (xpi/firefox-i18n-62.0/es-MX.xpi) = f221dcbffa11630298fcf3bf365d2ad5e060b0b8a448dc675133a12e935da4ae
+SIZE (xpi/firefox-i18n-62.0/es-MX.xpi) = 477956
+SHA256 (xpi/firefox-i18n-62.0/et.xpi) = 5dd67c4bb42612e446aaec28677dd299df9c2e4309b946208112201be71194c5
+SIZE (xpi/firefox-i18n-62.0/et.xpi) = 455381
+SHA256 (xpi/firefox-i18n-62.0/eu.xpi) = f971479da458ece664da379c2583b0cf871439b4fdc9ffffbe13e3d20bce3dd9
+SIZE (xpi/firefox-i18n-62.0/eu.xpi) = 465899
+SHA256 (xpi/firefox-i18n-62.0/fa.xpi) = 64573f02da9509d2456f865535c4221649809757dda40669d207458a9d2c5ef4
+SIZE (xpi/firefox-i18n-62.0/fa.xpi) = 514444
+SHA256 (xpi/firefox-i18n-62.0/ff.xpi) = 857175bf20fb2f0d8cbd50e3cbb9f4ce7abfa6f36c9f09af1136a83e3d3e7e1d
+SIZE (xpi/firefox-i18n-62.0/ff.xpi) = 459043
+SHA256 (xpi/firefox-i18n-62.0/fi.xpi) = 17421618a919d4cfa8dc4558fc7e437ea68b31176e0dd22a1c5573c4a2b63af3
+SIZE (xpi/firefox-i18n-62.0/fi.xpi) = 458678
+SHA256 (xpi/firefox-i18n-62.0/fr.xpi) = 9cf643a72027e5021bfe669a99d12fe6ebe200a6b7f315d437ade808107b1eb0
+SIZE (xpi/firefox-i18n-62.0/fr.xpi) = 482957
+SHA256 (xpi/firefox-i18n-62.0/fy-NL.xpi) = 664134373ce0120a00a0631e65879b5fa76ba5419ff41bb30d14d825b139281e
+SIZE (xpi/firefox-i18n-62.0/fy-NL.xpi) = 470418
+SHA256 (xpi/firefox-i18n-62.0/ga-IE.xpi) = 06c54065346d2eacd43f5e95dc51074b9067da7cda9a81f19078bf748abc2e37
+SIZE (xpi/firefox-i18n-62.0/ga-IE.xpi) = 472265
+SHA256 (xpi/firefox-i18n-62.0/gd.xpi) = 65819fbf8694a26a7b10169a42bdfb069e08ba1d2d4d8be674ac3c47beb63235
+SIZE (xpi/firefox-i18n-62.0/gd.xpi) = 473970
+SHA256 (xpi/firefox-i18n-62.0/gl.xpi) = 37103cc702657da6424ce53019fa277f262e2e97bfcf1ab149dd31705c22e8f7
+SIZE (xpi/firefox-i18n-62.0/gl.xpi) = 451811
+SHA256 (xpi/firefox-i18n-62.0/gn.xpi) = b8331f00fb985e9edfea0aa4efe6236162c539a9db4ad377073a63ad0c0d8f45
+SIZE (xpi/firefox-i18n-62.0/gn.xpi) = 483152
+SHA256 (xpi/firefox-i18n-62.0/gu-IN.xpi) = d4a95019178041e395d77864f30523d47224f6dfc1e4fe99e7483ead7e5e2a16
+SIZE (xpi/firefox-i18n-62.0/gu-IN.xpi) = 539980
+SHA256 (xpi/firefox-i18n-62.0/he.xpi) = 93ff741403b369b0d32f8d38b3478697cc8a559ddabee7dc43838f27e8097a5c
+SIZE (xpi/firefox-i18n-62.0/he.xpi) = 484810
+SHA256 (xpi/firefox-i18n-62.0/hi-IN.xpi) = 5249cb16daade56e27bb5d5afe4239194ad2962ff4994806d7744588adfbc4ca
+SIZE (xpi/firefox-i18n-62.0/hi-IN.xpi) = 537120
+SHA256 (xpi/firefox-i18n-62.0/hr.xpi) = fb6a63b0f50d5fd1129c4937e5356e98fa5f97fffb319e2f9cc277d1661fc276
+SIZE (xpi/firefox-i18n-62.0/hr.xpi) = 459608
+SHA256 (xpi/firefox-i18n-62.0/hsb.xpi) = bb1ff16876c3869d66da43dd938d0dfb26216ea9b9f6fb92f55748bfe67d06f4
+SIZE (xpi/firefox-i18n-62.0/hsb.xpi) = 488115
+SHA256 (xpi/firefox-i18n-62.0/hu.xpi) = be724fc52f0f23167d2a1f2fdc0356773d380c343f64f4f66946564f976d644f
+SIZE (xpi/firefox-i18n-62.0/hu.xpi) = 487427
+SHA256 (xpi/firefox-i18n-62.0/hy-AM.xpi) = 3439e8d7c6b355e67cea0063ce0ff17eefa764ba2c5d2293721d44fe838efea9
+SIZE (xpi/firefox-i18n-62.0/hy-AM.xpi) = 518008
+SHA256 (xpi/firefox-i18n-62.0/ia.xpi) = f4d67c3d1d15fe20402e7e3a842a1ff575e5f1412f37b055377bec5d0d62bd54
+SIZE (xpi/firefox-i18n-62.0/ia.xpi) = 461399
+SHA256 (xpi/firefox-i18n-62.0/id.xpi) = d5ecaaf7d9466040c1f53853a1f7640c93ea54b8023ff39c4d3706ddae6688fb
+SIZE (xpi/firefox-i18n-62.0/id.xpi) = 458272
+SHA256 (xpi/firefox-i18n-62.0/is.xpi) = 49e7b94bbe7bae0bef64f21986af0b2bf24ee891253d4aa4bf52af543e787662
+SIZE (xpi/firefox-i18n-62.0/is.xpi) = 459612
+SHA256 (xpi/firefox-i18n-62.0/it.xpi) = 1c75c442f866ea25340f87cfec4e1cad84fe28b607fb0e5c0358596e93f5c342
+SIZE (xpi/firefox-i18n-62.0/it.xpi) = 347130
+SHA256 (xpi/firefox-i18n-62.0/ja.xpi) = e10d23be504e3f4ab1cd6fad9cb7575e6e596cc56cdbcc894d883838da1b168e
+SIZE (xpi/firefox-i18n-62.0/ja.xpi) = 504028
+SHA256 (xpi/firefox-i18n-62.0/ka.xpi) = a5a41aa43036bbb240b1f0c9f1097f519a9d2ee0786a677d2164d5f73ef2f5c6
+SIZE (xpi/firefox-i18n-62.0/ka.xpi) = 503703
+SHA256 (xpi/firefox-i18n-62.0/kab.xpi) = 24f1c783e9c5ddad1ac994c37b9c59fe9ce2e9726b077a652a7b2d7c06a0f780
+SIZE (xpi/firefox-i18n-62.0/kab.xpi) = 478240
+SHA256 (xpi/firefox-i18n-62.0/kk.xpi) = 77e04f1fc94d9f47cf4052e4e941e2fae96479da3021fde163a17c9683ebc544
+SIZE (xpi/firefox-i18n-62.0/kk.xpi) = 530648
+SHA256 (xpi/firefox-i18n-62.0/km.xpi) = b69d5caac72e21bb2bba2ba19e6cead2a68fb143804279e705aa8c2cf78bac33
+SIZE (xpi/firefox-i18n-62.0/km.xpi) = 521446
+SHA256 (xpi/firefox-i18n-62.0/kn.xpi) = 7b61dc63c75da4be05ca56ac5ca8c4e0ab130442993dfdb237abb022a957fa4e
+SIZE (xpi/firefox-i18n-62.0/kn.xpi) = 528093
+SHA256 (xpi/firefox-i18n-62.0/ko.xpi) = fe95c431e3934573fb67672d19403dec2360e96a957c5077d7282879dc4f8224
+SIZE (xpi/firefox-i18n-62.0/ko.xpi) = 498333
+SHA256 (xpi/firefox-i18n-62.0/lij.xpi) = 18cc3f2d5346b43747d53f35d2f1dbcb66599c7e1c07f436322ff6f50e8b84a4
+SIZE (xpi/firefox-i18n-62.0/lij.xpi) = 463449
+SHA256 (xpi/firefox-i18n-62.0/lt.xpi) = d20f7a81b03fc2db8c3af42a048cfca882d0d33f3328388a9dafa084a618df47
+SIZE (xpi/firefox-i18n-62.0/lt.xpi) = 487646
+SHA256 (xpi/firefox-i18n-62.0/lv.xpi) = 1e404f3fed76f20a125922fa49e520e88c3216a76225c967b35301bebad16878
+SIZE (xpi/firefox-i18n-62.0/lv.xpi) = 475697
+SHA256 (xpi/firefox-i18n-62.0/mai.xpi) = f6a83f8f4c2e75b7bb06910f8a927963640b5ce0d8f56edb4f4ae492cdcf2ef4
+SIZE (xpi/firefox-i18n-62.0/mai.xpi) = 494724
+SHA256 (xpi/firefox-i18n-62.0/mk.xpi) = 0ff3c1b5097bfb6f3f4ed984e03c243f954bb98b32ee3729f791166ff016afe3
+SIZE (xpi/firefox-i18n-62.0/mk.xpi) = 457529
+SHA256 (xpi/firefox-i18n-62.0/ml.xpi) = d38ffee2d43b7d916beb3735d88c5dc63f382f3a973a1794f5d170ee1fbf0ab7
+SIZE (xpi/firefox-i18n-62.0/ml.xpi) = 538826
+SHA256 (xpi/firefox-i18n-62.0/mr.xpi) = 2e3dc8c38b24a99f133edfc1e4e4e5da8c692552ef1e2ed5599739b95a6be7d8
+SIZE (xpi/firefox-i18n-62.0/mr.xpi) = 530351
+SHA256 (xpi/firefox-i18n-62.0/ms.xpi) = 3438123377d515c16ddc3269a02748ab6439afe6d194141f350713029363a132
+SIZE (xpi/firefox-i18n-62.0/ms.xpi) = 459916
+SHA256 (xpi/firefox-i18n-62.0/my.xpi) = 55771210bfc7671c944c2c4a2085fb5c8c165f740d9ad8775ad58cbcbb82fd27
+SIZE (xpi/firefox-i18n-62.0/my.xpi) = 507310
+SHA256 (xpi/firefox-i18n-62.0/nb-NO.xpi) = 24dcf3071db8ecedf040604b7c0e1733fb6ecf2527a79ec5fc5ef4c8514fce32
+SIZE (xpi/firefox-i18n-62.0/nb-NO.xpi) = 458928
+SHA256 (xpi/firefox-i18n-62.0/ne-NP.xpi) = a230f01abd43ec834767a4fa09d915f53652d9c2fa5b6df50d3aa83a904d921c
+SIZE (xpi/firefox-i18n-62.0/ne-NP.xpi) = 500513
+SHA256 (xpi/firefox-i18n-62.0/nl.xpi) = ba7e95d7f7b302c3c72ce34b38ca94f157f3444757134b7d1a69f221ea7a91d2
+SIZE (xpi/firefox-i18n-62.0/nl.xpi) = 459508
+SHA256 (xpi/firefox-i18n-62.0/nn-NO.xpi) = 904e18bf68abfae83dde3e50a97688c635040e5d8a9faf3674edda9278e847d4
+SIZE (xpi/firefox-i18n-62.0/nn-NO.xpi) = 457049
+SHA256 (xpi/firefox-i18n-62.0/oc.xpi) = e392aa2a50aa749b4babe4e523d639254c701db483ed7fc5eec58110abba401f
+SIZE (xpi/firefox-i18n-62.0/oc.xpi) = 475432
+SHA256 (xpi/firefox-i18n-62.0/or.xpi) = 7e5cdca87bd1ffa0fc05c59338ad2665004e01ac9e6252c0b8575fc7352a6329
+SIZE (xpi/firefox-i18n-62.0/or.xpi) = 485375
+SHA256 (xpi/firefox-i18n-62.0/pa-IN.xpi) = abdc999ea3bbd81f2852e6cdddb59c92bbe6d1d5ad2720644369ff81c7d547a0
+SIZE (xpi/firefox-i18n-62.0/pa-IN.xpi) = 496912
+SHA256 (xpi/firefox-i18n-62.0/pl.xpi) = d13cc7452fe5956da52e31d4677bdac0d0f9dbdedf66ed9989f7ba631e81bb5e
+SIZE (xpi/firefox-i18n-62.0/pl.xpi) = 370895
+SHA256 (xpi/firefox-i18n-62.0/pt-BR.xpi) = bcf558ba48df6890af3aa241eabffc0122e7be137bd6db9678f6d232c9c62ccf
+SIZE (xpi/firefox-i18n-62.0/pt-BR.xpi) = 460869
+SHA256 (xpi/firefox-i18n-62.0/pt-PT.xpi) = 35901aec9ad8eec2aa7758309259d44a0a9c4b15303beb3d63fb1d853c117021
+SIZE (xpi/firefox-i18n-62.0/pt-PT.xpi) = 473527
+SHA256 (xpi/firefox-i18n-62.0/rm.xpi) = e7ac30c6339f19588330c2f64672998cec2b98f004f7b00a08bdec99a8a90e00
+SIZE (xpi/firefox-i18n-62.0/rm.xpi) = 462479
+SHA256 (xpi/firefox-i18n-62.0/ro.xpi) = 984ef9a234ddce9e999b800a94f284e7baaa96760cc1432f8455b2f906b662a4
+SIZE (xpi/firefox-i18n-62.0/ro.xpi) = 463405
+SHA256 (xpi/firefox-i18n-62.0/ru.xpi) = acd53fa8b94fbf2077cf5c6468bc38076fa0ea4ce8473710bb3de47947e3eae0
+SIZE (xpi/firefox-i18n-62.0/ru.xpi) = 539886
+SHA256 (xpi/firefox-i18n-62.0/si.xpi) = 14f2ecc296ccae2ef34cccfffd909dfcf9e92ba4124db750823d0dc35aed2ab9
+SIZE (xpi/firefox-i18n-62.0/si.xpi) = 487596
+SHA256 (xpi/firefox-i18n-62.0/sk.xpi) = 54f393c43a6c5d70f43f850c2d035f55f7cbd98757902cf731f232a9100d9016
+SIZE (xpi/firefox-i18n-62.0/sk.xpi) = 488135
+SHA256 (xpi/firefox-i18n-62.0/sl.xpi) = c11cfad14ccd684eb65fcb55fddfb09f1eb27cee1072081f4ea89fa4e005baa2
+SIZE (xpi/firefox-i18n-62.0/sl.xpi) = 468415
+SHA256 (xpi/firefox-i18n-62.0/son.xpi) = 6a4fbeae097ab4d8ed2f0ce4806c089a6ed545fa1dffd15f508b61451a884896
+SIZE (xpi/firefox-i18n-62.0/son.xpi) = 445944
+SHA256 (xpi/firefox-i18n-62.0/sq.xpi) = f9ac20607a914892a5850fdcdf9a9d01c363ac0f5f4ac256da0c9de4484e3330
+SIZE (xpi/firefox-i18n-62.0/sq.xpi) = 475532
+SHA256 (xpi/firefox-i18n-62.0/sr.xpi) = 4712c653cf0bcabc3fb53722c11ea0a2567338e536f7e2139e133b3670cf71f0
+SIZE (xpi/firefox-i18n-62.0/sr.xpi) = 498817
+SHA256 (xpi/firefox-i18n-62.0/sv-SE.xpi) = 44e22949ce847935a4a6da2c5fd4943c72bc969f5c3357bbbd68bb373bf31e63
+SIZE (xpi/firefox-i18n-62.0/sv-SE.xpi) = 469498
+SHA256 (xpi/firefox-i18n-62.0/ta.xpi) = a5e9327c7b1a0b9181f3205681393453caf105ccc8f6c8805eb4b9240cc6666d
+SIZE (xpi/firefox-i18n-62.0/ta.xpi) = 526474
+SHA256 (xpi/firefox-i18n-62.0/te.xpi) = 11e8141b36be27ed2c6106935bb7c838af38b5cbac4ff1237756c4ea134dc22d
+SIZE (xpi/firefox-i18n-62.0/te.xpi) = 536777
+SHA256 (xpi/firefox-i18n-62.0/th.xpi) = aff722461b20ffaa17c32890fa0f7c44130e1040fb654b2cf9aaf4c2590be147
+SIZE (xpi/firefox-i18n-62.0/th.xpi) = 507129
+SHA256 (xpi/firefox-i18n-62.0/tr.xpi) = 672e3be7da3c07b5230cd14d84d3cf8cf6c527d83c6015f0e9ca2cda0b1c17a4
+SIZE (xpi/firefox-i18n-62.0/tr.xpi) = 477266
+SHA256 (xpi/firefox-i18n-62.0/uk.xpi) = f58ba828b77439780b6cfbbf90f2421e9f27237303000cc34fedce15d2a66b1f
+SIZE (xpi/firefox-i18n-62.0/uk.xpi) = 532591
+SHA256 (xpi/firefox-i18n-62.0/ur.xpi) = 5daf96ea31cea8fe7250a86f861bc7330dfdd619ad81fc47e5a919a261900685
+SIZE (xpi/firefox-i18n-62.0/ur.xpi) = 512367
+SHA256 (xpi/firefox-i18n-62.0/uz.xpi) = 129fcd8cb77e46a9f2bb987d4579421e434589dc5b5ea38487cacd7520462567
+SIZE (xpi/firefox-i18n-62.0/uz.xpi) = 458003
+SHA256 (xpi/firefox-i18n-62.0/vi.xpi) = e774aa08810835e810a036d625876f38efcf87b1e0f45a2b9f811b3fe386dd73
+SIZE (xpi/firefox-i18n-62.0/vi.xpi) = 478325
+SHA256 (xpi/firefox-i18n-62.0/xh.xpi) = 1a5b5e35961c9167890d5ca6cb6d6b4f8716c8eb1c7cca2335ac14a7c7766a6e
+SIZE (xpi/firefox-i18n-62.0/xh.xpi) = 461205
+SHA256 (xpi/firefox-i18n-62.0/zh-CN.xpi) = f96a6e0789dbb623f203c84afc0aa28dc7f6c01e26881e8641d5a0626b441dd5
+SIZE (xpi/firefox-i18n-62.0/zh-CN.xpi) = 491487
+SHA256 (xpi/firefox-i18n-62.0/zh-TW.xpi) = 2fe4067a6deebe01dc16f1c88f2c15c8747220f003d31693ebe08be589b74a02
+SIZE (xpi/firefox-i18n-62.0/zh-TW.xpi) = 494533

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Tue Aug 28 00:01:01 2018	(r478267)
+++ head/www/firefox/Makefile	Tue Aug 28 00:01:14 2018	(r478268)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	firefox
-DISTVERSION=	61.0.2
+DISTVERSION=	62.0
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
@@ -13,7 +13,7 @@ MAINTAINER=	gecko@FreeBSD.org
 COMMENT=	Web browser based on the browser portion of Mozilla
 
 BUILD_DEPENDS=	nspr>=4.19:devel/nspr \
-		nss>=3.37.3:security/nss \
+		nss>=3.38:security/nss \
 		icu>=59.1,1:devel/icu \
 		libevent>=2.1.8:devel/libevent \
 		harfbuzz>=1.7.6:print/harfbuzz \
@@ -21,7 +21,7 @@ BUILD_DEPENDS=	nspr>=4.19:devel/nspr \
 		png>=1.6.34:graphics/png \
 		libvorbis>=1.3.6,3:audio/libvorbis \
 		libvpx>=1.5.0:multimedia/libvpx \
-		sqlite3>=3.23.1:databases/sqlite3 \
+		sqlite3>=3.24.0:databases/sqlite3 \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
 		v4l_compat>0:multimedia/v4l_compat \
 		autoconf-2.13:devel/autoconf213 \

Modified: head/www/firefox/distinfo
==============================================================================
--- head/www/firefox/distinfo	Tue Aug 28 00:01:01 2018	(r478267)
+++ head/www/firefox/distinfo	Tue Aug 28 00:01:14 2018	(r478268)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1533669323
-SHA256 (firefox-61.0.2.source.tar.xz) = 0bdecbbb2a955c9f4c5cd0b33acd1e47afcb6cd57ac89cf11257668e3cef202c
-SIZE (firefox-61.0.2.source.tar.xz) = 266077556
+TIMESTAMP = 1535389342
+SHA256 (firefox-62.0.source.tar.xz) = 67c023cb6f277c11d4d1208731f67e0bd907dee1f85f2079434b7f1aeb2e6856
+SIZE (firefox-62.0.source.tar.xz) = 258728136

Modified: head/www/firefox/files/patch-addon-search
==============================================================================
--- head/www/firefox/files/patch-addon-search	Tue Aug 28 00:01:01 2018	(r478267)
+++ head/www/firefox/files/patch-addon-search	Tue Aug 28 00:01:14 2018	(r478268)
@@ -31,12 +31,12 @@ diff --git toolkit/mozapps/extensions/internal/AddonRe
 index f70fd8d7e3bd8..81e8cd7764fdf 100644
 --- toolkit/mozapps/extensions/internal/AddonRepository.jsm
 +++ toolkit/mozapps/extensions/internal/AddonRepository.jsm
-@@ -588,7 +588,7 @@ var AddonRepository = {
+@@ -602,7 +602,7 @@ var AddonRepository = {
        addon.version = String(aEntry.current_version.version);
        if (Array.isArray(aEntry.current_version.files)) {
          for (let file of aEntry.current_version.files) {
--          if (file.platform == "all" || file.platform == Services.appinfo.OS.toLowerCase()) {
-+          if (file.platform == "all" || file.platform == "linux" || file.platform == Services.appinfo.OS.toLowerCase()) {
+-          if (file.platform == "all" || file.platform == PLATFORM) {
++          if (file.platform == "all" || file.platform == "linux" || file.platform == PLATFORM) {
              if (file.url) {
                addon.sourceURI = NetUtil.newURI(file.url);
              }

Modified: head/www/firefox/files/patch-bug1021761
==============================================================================
--- head/www/firefox/files/patch-bug1021761	Tue Aug 28 00:01:01 2018	(r478267)
+++ head/www/firefox/files/patch-bug1021761	Tue Aug 28 00:01:14 2018	(r478268)
@@ -615,14 +615,14 @@ diff --git build/moz.configure/old.configure build/moz
 index 17d0c5bf3420..3e6dbc16ca14 100644
 --- build/moz.configure/old.configure
 +++ build/moz.configure/old.configure
-@@ -262,6 +262,7 @@ def old_configure_options(*options):
+@@ -259,6 +259,7 @@ def old_configure_options(*options):
      '--with-nspr-prefix',
      '--with-nss-exec-prefix',
      '--with-nss-prefix',
 +    '--with-oss',
-     '--with-pthreads',
      '--with-qemu-exe',
      '--with-sixgill',
+     '--with-soft-float',
 diff --git dom/media/CubebUtils.cpp dom/media/CubebUtils.cpp
 index 88063ed3a4d6..8613f86dbd16 100644
 --- dom/media/CubebUtils.cpp

Modified: head/www/firefox/files/patch-bug847568
==============================================================================
--- head/www/firefox/files/patch-bug847568	Tue Aug 28 00:01:01 2018	(r478267)
+++ head/www/firefox/files/patch-bug847568	Tue Aug 28 00:01:14 2018	(r478268)
@@ -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
-@@ -231,6 +231,12 @@ if CONFIG['MOZ_SYSTEM_JPEG']:
+@@ -238,6 +238,12 @@ if CONFIG['MOZ_SYSTEM_JPEG']:
  if CONFIG['MOZ_SYSTEM_PNG']:
      OS_LIBS += CONFIG['MOZ_PNG_LIBS']
  
@@ -223,8 +223,8 @@ index 24f940e1ed7e..079a575adec3 100644
 +if CONFIG['MOZ_SYSTEM_HARFBUZZ']:
 +    OS_LIBS += CONFIG['MOZ_HARFBUZZ_LIBS']
 +
- if CONFIG['MOZ_SYSTEM_HUNSPELL']:
-     OS_LIBS += CONFIG['MOZ_HUNSPELL_LIBS']
+ if CONFIG['MOZ_SYSTEM_LIBEVENT']:
+     OS_LIBS += CONFIG['MOZ_LIBEVENT_LIBS']
  
 diff --git toolkit/moz.configure toolkit/moz.configure
 index 9297e4d6f501..d8e273887e4b 100644

Modified: head/www/firefox/files/patch-bug991253
==============================================================================
--- head/www/firefox/files/patch-bug991253	Tue Aug 28 00:01:01 2018	(r478267)
+++ head/www/firefox/files/patch-bug991253	Tue Aug 28 00:01:14 2018	(r478268)
@@ -1,6 +1,6 @@
 --- extensions/spellcheck/hunspell/glue/mozHunspell.cpp~
 +++ extensions/spellcheck/hunspell/glue/mozHunspell.cpp
-@@ -392,6 +392,14 @@ mozHunspell::LoadDictionaryList(bool aNo
+@@ -336,6 +336,14 @@ mozHunspell::LoadDictionaryList(bool aNotifyChildProcesses)
      }
    }
  
@@ -12,6 +12,6 @@
 +      LoadDictionariesFromDir(hunDir);
 +  }
 +
-   // find dictionaries from extensions requiring restart
-   nsCOMPtr<nsISimpleEnumerator> dictDirs;
-   rv = dirSvc->Get(DICTIONARY_SEARCH_DIRECTORY_LIST,
+   // find dictionaries from restartless extensions
+   for (int32_t i = 0; i < mDynamicDirectories.Count(); i++) {
+     LoadDictionariesFromDir(mDynamicDirectories[i]);

Modified: head/www/firefox/files/patch-sample-type
==============================================================================
--- head/www/firefox/files/patch-sample-type	Tue Aug 28 00:01:01 2018	(r478267)
+++ head/www/firefox/files/patch-sample-type	Tue Aug 28 00:01:14 2018	(r478268)
@@ -1,13 +1,22 @@
 # Let ports handle default sample type
 
---- old-configure.in~
-+++ old-configure.in
-@@ -5144,7 +5144,7 @@ dnl Use integers over floats for audio o
- dnl (regarless of the CPU architecture, because audio
- dnl backends for those platforms don't support floats. We also
- dnl use integers on ARM with other OS, because it's more efficient.
--if test "$OS_TARGET" = "Android" -o "$CPU_ARCH" = "arm"; then
-+if test -n "$MOZ_INTEGER_SAMPLES"; then
-     MOZ_SAMPLE_TYPE_S16=1
-     AC_DEFINE(MOZ_SAMPLE_TYPE_S16)
-     AC_SUBST(MOZ_SAMPLE_TYPE_S16)
+--- toolkit/moz.configure~
++++ toolkit/moz.configure
+@@ -419,12 +419,11 @@ set_config('MOZ_FMP4', fmp4)
+ set_define('MOZ_FMP4', fmp4)
+ add_old_configure_assignment('MOZ_FMP4', fmp4)
+ 
+-@depends(target)
+-def sample_type_is_s16(target):
+-    # Use integers over floats for audio on Android regardless of the CPU
+-    # architecture, because audio backends for Android don't support floats.
+-    # We also use integers on ARM because it's more efficient.
+-    if target.os == 'Android' or target.cpu == 'arm':
++option(env='MOZ_INTEGER_SAMPLES', help='Enable signed 16-bit audio samples')
++@depends('MOZ_INTEGER_SAMPLES')
++def sample_type_is_s16(value):
++    enabled = bool(value)
++    if enabled:
+         return True
+ 
+ @depends(sample_type_is_s16)

Modified: head/www/firefox/pkg-message
==============================================================================
--- head/www/firefox/pkg-message	Tue Aug 28 00:01:01 2018	(r478267)
+++ head/www/firefox/pkg-message	Tue Aug 28 00:01:14 2018	(r478268)
@@ -10,6 +10,7 @@ Some features available on other platforms are not imp
 - Gamepad API (requires libusbhid backend)
 - WebVR (requires open source runtime)
 - TCP fast open
+- about:networking (requires link state notification)
 
 ======================================================================
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808280001.w7S01EqX023357>