Index: branches/2018Q1/www/firefox-esr/Makefile =================================================================== --- branches/2018Q1/www/firefox-esr/Makefile (revision 464681) +++ branches/2018Q1/www/firefox-esr/Makefile (revision 464682) @@ -1,76 +1,76 @@ # Created by: Alan Eldridge # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 52.7.0 +DISTVERSION= 52.7.2 DISTVERSIONSUFFIX=esr PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/source PKGNAMESUFFIX= -esr DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nspr>=4.13.1:devel/nspr \ nss>=3.29.5:security/nss \ libevent>=2.0.21_2:devel/libevent \ harfbuzz>=1.4.1:print/harfbuzz \ graphite2>=1.3.8:graphics/graphite2 \ png>=1.6.28:graphics/png \ libvorbis>=1.3.5,3:audio/libvorbis \ libvpx>=1.5.0:multimedia/libvpx \ sqlite3>=3.17.0:databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ v4l_compat>0:multimedia/v4l_compat \ autoconf-2.13:devel/autoconf213 \ yasm:devel/yasm \ zip:archivers/zip # soundtouch>=1.9.0:audio/soundtouch \ LIB_DEPENDS= libv4l2.so:multimedia/libv4l USE_GECKO= gecko CPE_PRODUCT= ${PORTNAME}_esr CONFLICTS_INSTALL= firefox MOZ_PKGCONFIG_FILES= # empty USE_MOZILLA= -soundtouch MOZILLA_NAME= Firefox USE_GL= gl USES= tar:xz FIREFOX_ICON= ${MOZILLA}.png FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/browser/chrome/icons/default/default48.png MOZ_OPTIONS= --enable-application=browser \ --enable-official-branding OPTIONS_DEFINE= RUST OPTIONS_DEFAULT= BUNDLED_CAIRO GTK2 OPTIONS_SINGLE+= TOOLKIT OPTIONS_SINGLE_TOOLKIT= GTK2 GTK3 .include "${.CURDIR}/../../www/firefox/Makefile.options" post-extract: @${SED} -e 's|@FIREFOX_ICON@|${FIREFOX_ICON}|' -e 's|@MOZILLA@|${MOZILLA}|' \ -e 's|@MOZILLA_NAME@|${MOZILLA_NAME}|' \ <${FILESDIR}/firefox.desktop.in >${WRKDIR}/${MOZILLA}.desktop post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/browser/app/nsBrowserApp.cpp pre-configure: (cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf-2.13) (cd ${WRKSRC}/js/src/ && ${LOCALBASE}/bin/autoconf-2.13) post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps ${INSTALL_DATA} ${WRKDIR}/${MOZILLA}.desktop ${STAGEDIR}${PREFIX}/share/applications/ ${LN} -sf ${FIREFOX_ICON_SRC} ${STAGEDIR}${PREFIX}/share/pixmaps/${FIREFOX_ICON} .include Index: branches/2018Q1/www/firefox-esr/distinfo =================================================================== --- branches/2018Q1/www/firefox-esr/distinfo (revision 464681) +++ branches/2018Q1/www/firefox-esr/distinfo (revision 464682) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520470534 -SHA256 (firefox-52.7.0esr.source.tar.xz) = 293c8394ed7dab1ea833c50a7b19a2fa3432e7c2f9edd891403bca12fc0fed33 -SIZE (firefox-52.7.0esr.source.tar.xz) = 214056296 +TIMESTAMP = 1521170856 +SHA256 (firefox-52.7.2esr.source.tar.xz) = 659260afe0016d0ef46862ce08035e22b38fafc536d73e5bfefd0cbd9ae6fb05 +SIZE (firefox-52.7.2esr.source.tar.xz) = 212673520 Index: branches/2018Q1/www/firefox-esr-i18n/Makefile =================================================================== --- branches/2018Q1/www/firefox-esr-i18n/Makefile (revision 464681) +++ branches/2018Q1/www/firefox-esr-i18n/Makefile (revision 464682) @@ -1,90 +1,90 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= firefox -PORTVERSION= 52.7.0 +PORTVERSION= 52.7.2 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}esr/linux-i686/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build1/linux-i686/xpi PKGNAMEPREFIX= PKGNAMESUFFIX= -esr-i18n DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} MAINTAINER= gecko@FreeBSD.org COMMENT= Localized interface for Firefox EXTRACT_DEPENDS= zip:archivers/zip USES= zip:infozip gecko:firefox,build USE_XPI= firefox linux-firefox NO_ARCH= yes USE_SUBMAKE= yes WDIR= langpack-*@firefox.mozilla.org XPI_DISTNAMES= ${FIREFOX_I18N_} PLIST?= ${WRKDIR}/plist PLISTF?= ${WRKDIR}/plist_files .include "${.CURDIR}/Makefile.option" .include .ifndef WITHOUT_SWITCHER RUN_DEPENDS+= xpi-quick-locale-switcher>=0:www/xpi-quick-locale-switcher .endif .include "${.CURDIR}/Makefile.lang" FIREFOX_I18N_?= ${FIREFOX_I18N} .for dist in ${XPI_DISTNAMES} XPI_ID_${dist}= langpack-${dist}@firefox.mozilla.org .endfor pre-everything:: @${ECHO_CMD} @${ECHO_CMD} "Please define FIREFOX_I18N_ALL to install all languages." @${ECHO_CMD} do-extract: @${MKDIR} ${WRKSRC} @for lang in ${FIREFOX_I18N_}; do \ if ! (${UNZIP_CMD} -qo ${_DISTDIR}/$$lang.xpi -d ${WRKSRC}/langpack-$$lang@firefox.mozilla.org);\ then \ exit 1; \ fi; \ cd ${WRKSRC}/langpack-$$lang@firefox.mozilla.org/; \ ${FIND} -H -s * ! -type d | \ ${SED} -e "s|^|lib/xpi/langpack-$$lang@firefox.mozilla.org/|" >> ${PLISTF}; \ done ${CAT} ${PLISTF} | ${SORT} >> ${PLIST} do-install: @${MKDIR} ${STAGEDIR}${XPI_LIBDIR} cd ${WRKSRC}; ${PAX} -rw . ${STAGEDIR}${XPI_LIBDIR} ${CHMOD} -R a+rX,go-w ${STAGEDIR}${XPI_LIBDIR}/${WDIR}/ @for e in ${STAGEDIR}${XPI_LIBDIR}/${WDIR}; do \ for _dir in ${XPI_LINKFARMS} ; do \ ${LN} -sf $${_e##*/} ${STAGEDIR}$$_dir/ ${_Q} ; \ done \ done @${ECHO_CMD} '@exec ${INSTALL} -d ${XPI_SLDIRS_ALL:S,^${PREFIX},%D,}' ${_A} @${ECHO_CMD} '@exec for _dir in ${XPI_LINKFARMS} ; { \ ${LN} -sf ${XPI_LIBDIR}/${WDIR} $$_dir/ ${_Q}; }' ${_A} @${ECHO_CMD} '@unexec for _dir in ${XPI_LINKFARMS}; { ${RM} $$_dir/${WDIR} ; }' ${_A} post-patch: ${FIND} ${WRKSRC} -name install.rdf -print0 | \ ${XARGS} -0L1 ${REINPLACE_CMD} -i '' -e '/ Index: branches/2018Q1/www/firefox-esr-i18n/distinfo =================================================================== --- branches/2018Q1/www/firefox-esr-i18n/distinfo (revision 464681) +++ branches/2018Q1/www/firefox-esr-i18n/distinfo (revision 464682) @@ -1,185 +1,185 @@ -TIMESTAMP = 1520470534 -SHA256 (xpi/firefox-52.7.0/ach.xpi) = b60630fef863824af52a7495f74f83107057e889a1d595f018e11b6bc1742e10 -SIZE (xpi/firefox-52.7.0/ach.xpi) = 420287 -SHA256 (xpi/firefox-52.7.0/af.xpi) = a113fed1eb6a13624d1e106164cd1cf39af4c9338eb43958838c59139cf67b27 -SIZE (xpi/firefox-52.7.0/af.xpi) = 429469 -SHA256 (xpi/firefox-52.7.0/an.xpi) = 8dcd84c821ca407ed6d7f885dcac0f135cac5fb5701b712c50e5df252b5ac34b -SIZE (xpi/firefox-52.7.0/an.xpi) = 437887 -SHA256 (xpi/firefox-52.7.0/ar.xpi) = 400e9726e6b2576bc86bd6af68163e68700ef74c991c54b0d8a4525817857f74 -SIZE (xpi/firefox-52.7.0/ar.xpi) = 466028 -SHA256 (xpi/firefox-52.7.0/as.xpi) = 2f640b578e7d16c7b8f2d589a59f9063d27f496b04740b8ee791b9286cc7b5ad -SIZE (xpi/firefox-52.7.0/as.xpi) = 479635 -SHA256 (xpi/firefox-52.7.0/ast.xpi) = 10b39ebe7d0078e5f9eba2d08ae97e9c71c1f86c04ca78b0cf9a5da8d596172e -SIZE (xpi/firefox-52.7.0/ast.xpi) = 432775 -SHA256 (xpi/firefox-52.7.0/az.xpi) = 8aa50ba09aa86921bfeb44002fa5ab2f05de098a18a8ae681812cd9c2b597835 -SIZE (xpi/firefox-52.7.0/az.xpi) = 454923 -SHA256 (xpi/firefox-52.7.0/bg.xpi) = f2f8b78da572c31d5b4e70a339a8bcb0d25d976208699dffe76ed91daebc1d1c -SIZE (xpi/firefox-52.7.0/bg.xpi) = 487891 -SHA256 (xpi/firefox-52.7.0/bn-BD.xpi) = f3ac0bfcf90af4c91ee12a07cec65c8b8451f61d66c8d89d1266a9b2a7d9d8af -SIZE (xpi/firefox-52.7.0/bn-BD.xpi) = 504633 -SHA256 (xpi/firefox-52.7.0/bn-IN.xpi) = a0764c62b042decece0ec4017837b199c53714f2c707f289e55d2e9f37c6e69e -SIZE (xpi/firefox-52.7.0/bn-IN.xpi) = 502114 -SHA256 (xpi/firefox-52.7.0/br.xpi) = a4988f38e4d22160086d728a5a887932da10960f463c7da37498248e94b70dbe -SIZE (xpi/firefox-52.7.0/br.xpi) = 428216 -SHA256 (xpi/firefox-52.7.0/bs.xpi) = 019081b23d5f8880bc8c12b8b6dedef1fb2004a10f404665faaf860a0c1086b4 -SIZE (xpi/firefox-52.7.0/bs.xpi) = 434428 -SHA256 (xpi/firefox-52.7.0/ca.xpi) = 4ef6abfe8b1971923d2e24e8793b6caca6e9999d8937406f0fed51ad0786b6e6 -SIZE (xpi/firefox-52.7.0/ca.xpi) = 443304 -SHA256 (xpi/firefox-52.7.0/cak.xpi) = 531023986ee84dd0189cf1b6b6b2e27d0922ca01069adbf4e4ca33451f5affd6 -SIZE (xpi/firefox-52.7.0/cak.xpi) = 451910 -SHA256 (xpi/firefox-52.7.0/cs.xpi) = ff1da27ce3194c8dbe08db5c9f32dfde802bb88c5f71dfe26b4dea4b4a7da4c0 -SIZE (xpi/firefox-52.7.0/cs.xpi) = 444075 -SHA256 (xpi/firefox-52.7.0/cy.xpi) = 325a5762d8641897f9491956c0d28f8c2ff7b0545cf42d9e504841a5f1e384f0 -SIZE (xpi/firefox-52.7.0/cy.xpi) = 429301 -SHA256 (xpi/firefox-52.7.0/da.xpi) = 697951a1830da4f9c3bebccd9d403d7e34d8ec07668e100ab4ec48af34a9a7ed -SIZE (xpi/firefox-52.7.0/da.xpi) = 424394 -SHA256 (xpi/firefox-52.7.0/de.xpi) = f5a4d490ac1afbdd466695abff863fb593bb7a8200a0bbef3360ae29b0934e8a -SIZE (xpi/firefox-52.7.0/de.xpi) = 435228 -SHA256 (xpi/firefox-52.7.0/dsb.xpi) = 8a0b4fef0abf9c98af56c49e57c36473b2aa387eb7cd8959ec79dd2941ee3ae7 -SIZE (xpi/firefox-52.7.0/dsb.xpi) = 452168 -SHA256 (xpi/firefox-52.7.0/el.xpi) = 54ab52c80cc44c324ed0ef3e027552f01632d4050e64877d968f73756228ec4e -SIZE (xpi/firefox-52.7.0/el.xpi) = 509237 -SHA256 (xpi/firefox-52.7.0/en-GB.xpi) = 8f1254aac3e2332570130762e4baab6f718374bc48626efd82117d9f254148f8 -SIZE (xpi/firefox-52.7.0/en-GB.xpi) = 412039 -SHA256 (xpi/firefox-52.7.0/en-US.xpi) = 6f65cde6c0d1fdd25efc60ce7842340e8e608c65cd906383d0927ec3f30d2e35 -SIZE (xpi/firefox-52.7.0/en-US.xpi) = 413902 -SHA256 (xpi/firefox-52.7.0/en-ZA.xpi) = 55725b6535315629c17bacf8da3589fd4a2003f169380ba686559ac7f3bab5ad -SIZE (xpi/firefox-52.7.0/en-ZA.xpi) = 412212 -SHA256 (xpi/firefox-52.7.0/eo.xpi) = ef7eff25895357e25606cc31b3425ea4cfbad175e0689d6f3687c15bff1a8380 -SIZE (xpi/firefox-52.7.0/eo.xpi) = 430117 -SHA256 (xpi/firefox-52.7.0/es-AR.xpi) = 8ef85f85ef064d889937392e7428781972ca30c8c9b92ac4aaf4bb6448ca64df -SIZE (xpi/firefox-52.7.0/es-AR.xpi) = 438660 -SHA256 (xpi/firefox-52.7.0/es-CL.xpi) = cb6c4476c39a2c969bdcbac08d8ffcd2517707d581d5244bd4af1fbe245d016a -SIZE (xpi/firefox-52.7.0/es-CL.xpi) = 438407 -SHA256 (xpi/firefox-52.7.0/es-ES.xpi) = 0fdbd13b574571fd8b0f1243f27eb3e1a20ce869f19052aecea333e8eb86cf46 -SIZE (xpi/firefox-52.7.0/es-ES.xpi) = 337614 -SHA256 (xpi/firefox-52.7.0/es-MX.xpi) = f9b150ea730e13c80a6e046b91e8f7d13fed29d1b64fb3a41123eab95a745266 -SIZE (xpi/firefox-52.7.0/es-MX.xpi) = 441127 -SHA256 (xpi/firefox-52.7.0/et.xpi) = ea5b03674db13c574b88908c8865b0abb42b1f3bcc5d19ac7db8337e47d9ed28 -SIZE (xpi/firefox-52.7.0/et.xpi) = 425113 -SHA256 (xpi/firefox-52.7.0/eu.xpi) = 97da8713003f7ee0c3260c6eda6ba0b27895c12f438e457a77d136bbd89943a2 -SIZE (xpi/firefox-52.7.0/eu.xpi) = 431124 -SHA256 (xpi/firefox-52.7.0/fa.xpi) = 3989d621b48234ba3205d533050c0409a602bb345f901057811729202e093a63 -SIZE (xpi/firefox-52.7.0/fa.xpi) = 483989 -SHA256 (xpi/firefox-52.7.0/ff.xpi) = cb2faa2fa72ba689b758354a952628cbb4925a78f20b82da1cb50df74dbbf31a -SIZE (xpi/firefox-52.7.0/ff.xpi) = 433662 -SHA256 (xpi/firefox-52.7.0/fi.xpi) = b26e5fe9b8519ef7a759a53a2a5fcaaf0c4c322481f26266013bf169db972f58 -SIZE (xpi/firefox-52.7.0/fi.xpi) = 422807 -SHA256 (xpi/firefox-52.7.0/fr.xpi) = 7dc7fb9ef5b9a4d0fc80a18df09f795720305c0aad44bc7364cc0d6b36762a22 -SIZE (xpi/firefox-52.7.0/fr.xpi) = 442944 -SHA256 (xpi/firefox-52.7.0/fy-NL.xpi) = e2dd60cc92ede4781963e4e46bc394caf15e86308b7e00fd97542ba3e2d96687 -SIZE (xpi/firefox-52.7.0/fy-NL.xpi) = 437700 -SHA256 (xpi/firefox-52.7.0/ga-IE.xpi) = 0b1baabcc30aab5a71404fa94313dadba270b786c4900948c0b26df12dbd6506 -SIZE (xpi/firefox-52.7.0/ga-IE.xpi) = 450876 -SHA256 (xpi/firefox-52.7.0/gd.xpi) = 19613a5e2c93bf460c4fc5e9e63b59e8de9916035c90b7b6f10eadc5ca2d6f2b -SIZE (xpi/firefox-52.7.0/gd.xpi) = 439988 -SHA256 (xpi/firefox-52.7.0/gl.xpi) = 497fc3d8804b7c08d5a98108167a409f4f6cb48f79dd1b218fa229ad027e050f -SIZE (xpi/firefox-52.7.0/gl.xpi) = 440039 -SHA256 (xpi/firefox-52.7.0/gn.xpi) = 8a361e216f16c04d1799f6b53c9347115c87626e0d99c3e7d166118d90598906 -SIZE (xpi/firefox-52.7.0/gn.xpi) = 448957 -SHA256 (xpi/firefox-52.7.0/gu-IN.xpi) = 1a8c00470270e574b0dbc29de383a3f130d3a505d204c3e28138394558b49c94 -SIZE (xpi/firefox-52.7.0/gu-IN.xpi) = 482104 -SHA256 (xpi/firefox-52.7.0/he.xpi) = 8e3ba942b7197861ac8e5697f462f27e0101c7ee7afa1b21c800cf84f168619d -SIZE (xpi/firefox-52.7.0/he.xpi) = 447926 -SHA256 (xpi/firefox-52.7.0/hi-IN.xpi) = c41948a8376db432449425d5fe9c4614c0676f104d86cb205513b057db30e9a9 -SIZE (xpi/firefox-52.7.0/hi-IN.xpi) = 499257 -SHA256 (xpi/firefox-52.7.0/hr.xpi) = 7aa0393aea0c1f699964f37bef2b1fb00cc95c9302748db18e18cd037b74b35c -SIZE (xpi/firefox-52.7.0/hr.xpi) = 440149 -SHA256 (xpi/firefox-52.7.0/hsb.xpi) = ac4be21aef62ab9d1b48c83860f04fb38ab0edd14cf45afb2cece161bef38cfc -SIZE (xpi/firefox-52.7.0/hsb.xpi) = 450002 -SHA256 (xpi/firefox-52.7.0/hu.xpi) = f338536bcd13f5129da08d6718d6153b84f9f85af37e190e52231d646bc80ccb -SIZE (xpi/firefox-52.7.0/hu.xpi) = 451496 -SHA256 (xpi/firefox-52.7.0/hy-AM.xpi) = eee8e6734f56a6541400525829cfc4247a0bc6ee540b5ea247cf3786ca58b9f5 -SIZE (xpi/firefox-52.7.0/hy-AM.xpi) = 488415 -SHA256 (xpi/firefox-52.7.0/id.xpi) = 6e3151a9fc1ba63c11b9603e9b48e461758b54a2d8abb81579e595d15e3d329a -SIZE (xpi/firefox-52.7.0/id.xpi) = 418765 -SHA256 (xpi/firefox-52.7.0/is.xpi) = 4a32b47b2ca68c30022c68c5f8c5d2bce3ef0d9050c88ecc99053ed42d29f8b9 -SIZE (xpi/firefox-52.7.0/is.xpi) = 435339 -SHA256 (xpi/firefox-52.7.0/it.xpi) = 946c9f5af1d13666e055cfac4dda0a5ec7339df0cf09bf725889212cad26b159 -SIZE (xpi/firefox-52.7.0/it.xpi) = 315854 -SHA256 (xpi/firefox-52.7.0/ja.xpi) = 302de6b9073eb123c88e7683b797c0b426bccfa2311d24c126555f14d1647753 -SIZE (xpi/firefox-52.7.0/ja.xpi) = 488343 -SHA256 (xpi/firefox-52.7.0/ka.xpi) = c676c29478cbad95733cd87be42d228f32e786e82543c51b9fc9f989df19e043 -SIZE (xpi/firefox-52.7.0/ka.xpi) = 468022 -SHA256 (xpi/firefox-52.7.0/kab.xpi) = 8905d5758554cf6a589e382165d7d1737db4e2be0155ff7a1160531a2dcc0e1e -SIZE (xpi/firefox-52.7.0/kab.xpi) = 437246 -SHA256 (xpi/firefox-52.7.0/kk.xpi) = 087facfa5111278b3f98c2f27edd1555641dc933472b2b18a202f3d06c20d709 -SIZE (xpi/firefox-52.7.0/kk.xpi) = 496940 -SHA256 (xpi/firefox-52.7.0/km.xpi) = 7bf1701014db5d8869af2c13b92c9cc8a651d029b16ca9b2ba4ad7d1bfe14598 -SIZE (xpi/firefox-52.7.0/km.xpi) = 512989 -SHA256 (xpi/firefox-52.7.0/kn.xpi) = 276fe6c551cda2d5f13c71c977c644ae7b71bcd0fee0fda42961501a5ce4be97 -SIZE (xpi/firefox-52.7.0/kn.xpi) = 512199 -SHA256 (xpi/firefox-52.7.0/ko.xpi) = e76358cbbe8e7e9c8ed186b44275b918140fce83ad4d094ee5fb7f840e5c9610 -SIZE (xpi/firefox-52.7.0/ko.xpi) = 463630 -SHA256 (xpi/firefox-52.7.0/lij.xpi) = 6dd06ec2a05d525365406f0d1e73abfae9b8e5cd0889c7becb7baa1ab4e8540d -SIZE (xpi/firefox-52.7.0/lij.xpi) = 413817 -SHA256 (xpi/firefox-52.7.0/lt.xpi) = 65dbdf5b942c8cb42d02ca806914f91d58f8053e3db0e5d70090ee47a40e1f74 -SIZE (xpi/firefox-52.7.0/lt.xpi) = 452236 -SHA256 (xpi/firefox-52.7.0/lv.xpi) = 846bb42fe8354d852881bb4218f55fe4f8a47551458d15b5978105c4bb7c0508 -SIZE (xpi/firefox-52.7.0/lv.xpi) = 441096 -SHA256 (xpi/firefox-52.7.0/mai.xpi) = b21715d9ad575036bc0374bbf989b20720b3d3e71158e820bad67da481fab10d -SIZE (xpi/firefox-52.7.0/mai.xpi) = 492586 -SHA256 (xpi/firefox-52.7.0/mk.xpi) = bbcf3c7f17f6a3d4819364e45568b4d7f03d513f45a3c536fa51219c202c4da7 -SIZE (xpi/firefox-52.7.0/mk.xpi) = 488847 -SHA256 (xpi/firefox-52.7.0/ml.xpi) = 331ca01d7cbc70995af2d2e16aaf1b161bb189ffe01c2154064affdec32c82d6 -SIZE (xpi/firefox-52.7.0/ml.xpi) = 516487 -SHA256 (xpi/firefox-52.7.0/mr.xpi) = 2612d7cad2fb5d865a03c3a414ec813333556b2e2a12766b4fb9774641aa9bf2 -SIZE (xpi/firefox-52.7.0/mr.xpi) = 495178 -SHA256 (xpi/firefox-52.7.0/ms.xpi) = de02d6e4f2deb88648e64b29e2ead85952061001bef99d1fec41fe842a8e1d8c -SIZE (xpi/firefox-52.7.0/ms.xpi) = 428635 -SHA256 (xpi/firefox-52.7.0/nb-NO.xpi) = 8b91db806b46c6769f6b1388f9c904960a55844961d7b2c3be4d4a0598ef45fd -SIZE (xpi/firefox-52.7.0/nb-NO.xpi) = 427148 -SHA256 (xpi/firefox-52.7.0/nl.xpi) = e83dbb8858cee1aaa2eb722aa1e9baca54d09dc0d85e08c51668c8c3df11beb4 -SIZE (xpi/firefox-52.7.0/nl.xpi) = 432007 -SHA256 (xpi/firefox-52.7.0/nn-NO.xpi) = f327833a3167678f10aaf2ca371756a81d2d9d6b6f49fefdef506fd60ef2d8bc -SIZE (xpi/firefox-52.7.0/nn-NO.xpi) = 428645 -SHA256 (xpi/firefox-52.7.0/or.xpi) = 05b6e3cde361bb707934f20a3359d6196dd78ae80676bd9b11c272d34d468735 -SIZE (xpi/firefox-52.7.0/or.xpi) = 489664 -SHA256 (xpi/firefox-52.7.0/pa-IN.xpi) = 8f81cd036bdcd6db9f6e6bad83dd4cc67ddde6c31229f22f57ef7ac5acb6f183 -SIZE (xpi/firefox-52.7.0/pa-IN.xpi) = 469326 -SHA256 (xpi/firefox-52.7.0/pl.xpi) = 58600752bb3b79b0942ee680cbd66fdf2ea5532bb53ea62182039f11b39cd255 -SIZE (xpi/firefox-52.7.0/pl.xpi) = 352851 -SHA256 (xpi/firefox-52.7.0/pt-BR.xpi) = e96e12a761bf1879dcd6e8a40126d725abb55242308a2fe3888c93dfcb192e1c -SIZE (xpi/firefox-52.7.0/pt-BR.xpi) = 430903 -SHA256 (xpi/firefox-52.7.0/pt-PT.xpi) = 5ddc539da003e9967b0777f38799f488dea7338daece590924efde3f353cc551 -SIZE (xpi/firefox-52.7.0/pt-PT.xpi) = 436727 -SHA256 (xpi/firefox-52.7.0/rm.xpi) = ef5637d5372ea4e581b1cd6616a86760b293e837f01e6cfaba8787c77ffe5885 -SIZE (xpi/firefox-52.7.0/rm.xpi) = 427341 -SHA256 (xpi/firefox-52.7.0/ro.xpi) = cb5c48d14ec999d8292491b568925dea603839a96951bd95252d8d2f74c9087a -SIZE (xpi/firefox-52.7.0/ro.xpi) = 442585 -SHA256 (xpi/firefox-52.7.0/ru.xpi) = 1e98c66241272a50b90c3a590352ddb553df9047eefc5367bb9724090240edcb -SIZE (xpi/firefox-52.7.0/ru.xpi) = 395364 -SHA256 (xpi/firefox-52.7.0/si.xpi) = c9f4d2a9d96488c4396e5d8562f7479f77d53a3ae35e3e267d08b8ec086d11cb -SIZE (xpi/firefox-52.7.0/si.xpi) = 484605 -SHA256 (xpi/firefox-52.7.0/sk.xpi) = 05200d2f3aeec9328028dc4df68c17498e1289dd44663c36fed024e315554b89 -SIZE (xpi/firefox-52.7.0/sk.xpi) = 455821 -SHA256 (xpi/firefox-52.7.0/sl.xpi) = c26851221a1362db015f3072d306c9480fa9dc518dcbfe6d79774a91cf69de97 -SIZE (xpi/firefox-52.7.0/sl.xpi) = 433482 -SHA256 (xpi/firefox-52.7.0/son.xpi) = 80841d5b36b7111754d885a5952860394be2c0158cbdae70b3ecad725926db51 -SIZE (xpi/firefox-52.7.0/son.xpi) = 427860 -SHA256 (xpi/firefox-52.7.0/sq.xpi) = 4ec07d85dc5b5e840ed055847f707526f0a2f1ff090e0786ac9be1deb34d6ab2 -SIZE (xpi/firefox-52.7.0/sq.xpi) = 440802 -SHA256 (xpi/firefox-52.7.0/sr.xpi) = 70c66d11df787d09c7c56f67cb33f4b986463a98bf2cb985ac3be05198050238 -SIZE (xpi/firefox-52.7.0/sr.xpi) = 463395 -SHA256 (xpi/firefox-52.7.0/sv-SE.xpi) = b8a736da71226612ea69b8f72c87a36e8b486889280aa3940e1f676a839af121 -SIZE (xpi/firefox-52.7.0/sv-SE.xpi) = 433912 -SHA256 (xpi/firefox-52.7.0/ta.xpi) = 4d6bc9d58fb2feac75b0651f7d704b2da561e76d561101ab97723d1792c423b7 -SIZE (xpi/firefox-52.7.0/ta.xpi) = 487542 -SHA256 (xpi/firefox-52.7.0/te.xpi) = 50e4384bef4ae84f0cd1317b83c4fb895f25b38ef1b9864897a6fb7299426ef2 -SIZE (xpi/firefox-52.7.0/te.xpi) = 507987 -SHA256 (xpi/firefox-52.7.0/th.xpi) = 71a1405f4ddad0ff3b3989b0d3c3ab936b487c8950c0d1ee9004dedcd1fb1170 -SIZE (xpi/firefox-52.7.0/th.xpi) = 482022 -SHA256 (xpi/firefox-52.7.0/tr.xpi) = db75d8b2ee4b59020befced4fecd2fdfb02afd7bc549aa946a027943f66987a9 -SIZE (xpi/firefox-52.7.0/tr.xpi) = 443673 -SHA256 (xpi/firefox-52.7.0/uk.xpi) = e1a7df84195861ded817f8baecd6816217492e2a30fc8a031fe5643bb6e90b13 -SIZE (xpi/firefox-52.7.0/uk.xpi) = 495095 -SHA256 (xpi/firefox-52.7.0/uz.xpi) = 6f4c1679ab26bcfc9b84fcd398ab6c45122e092914706e43f56f4640c696a6a6 -SIZE (xpi/firefox-52.7.0/uz.xpi) = 440565 -SHA256 (xpi/firefox-52.7.0/vi.xpi) = 5e369c1464d5ecdd12d84300b7e00b302f8614a0369efb654001dea1be7ccc4f -SIZE (xpi/firefox-52.7.0/vi.xpi) = 450805 -SHA256 (xpi/firefox-52.7.0/xh.xpi) = 117d664eda5021935cae9440ecc84797aaaa412df90007ecd3de62300929fa08 -SIZE (xpi/firefox-52.7.0/xh.xpi) = 441173 -SHA256 (xpi/firefox-52.7.0/zh-CN.xpi) = 3c7c8f9b1555f735193fa91ef7e748c2dac7f57a136b7095829204e0f889544f -SIZE (xpi/firefox-52.7.0/zh-CN.xpi) = 461679 -SHA256 (xpi/firefox-52.7.0/zh-TW.xpi) = 7d379b01e95b7cae3e3cf02f17f4d84844cc563052ef38e5df0a2a51c3d0f238 -SIZE (xpi/firefox-52.7.0/zh-TW.xpi) = 453068 +TIMESTAMP = 1521170856 +SHA256 (xpi/firefox-52.7.2/ach.xpi) = d616c7d64f83f060b117dbfdce5e0084e64ec009b15e188293401310056aff86 +SIZE (xpi/firefox-52.7.2/ach.xpi) = 420286 +SHA256 (xpi/firefox-52.7.2/af.xpi) = 8d2375d43bf735510291ed39bbe953e083e735ce0bc528dec0d5f445fdd049e3 +SIZE (xpi/firefox-52.7.2/af.xpi) = 429469 +SHA256 (xpi/firefox-52.7.2/an.xpi) = 012c4870bb8a67239a3ed1da26dda963fc0a1629ec71f6f760e23b68a12bff69 +SIZE (xpi/firefox-52.7.2/an.xpi) = 437887 +SHA256 (xpi/firefox-52.7.2/ar.xpi) = 1ea6c872347029404b042e486763c2c401e3ec5299569116b38d293a7453bda6 +SIZE (xpi/firefox-52.7.2/ar.xpi) = 466027 +SHA256 (xpi/firefox-52.7.2/as.xpi) = 8d1da92e108347806f5cab354d282ec456b28584083f1b7453b9d106b172f55d +SIZE (xpi/firefox-52.7.2/as.xpi) = 479634 +SHA256 (xpi/firefox-52.7.2/ast.xpi) = ff4c6d4c11aa3d0fb555b9f3df43be43efa523abc73cdce8d3684a20a9312df4 +SIZE (xpi/firefox-52.7.2/ast.xpi) = 432775 +SHA256 (xpi/firefox-52.7.2/az.xpi) = aa6a6864e2a1bf983b8b311f1fec0870a31b4732d7625f71b454f176b6d9a0ac +SIZE (xpi/firefox-52.7.2/az.xpi) = 454923 +SHA256 (xpi/firefox-52.7.2/bg.xpi) = 7432e6cacde13269fbe0e029929a3bb60745f69c853ad472089352665a97ee6b +SIZE (xpi/firefox-52.7.2/bg.xpi) = 487891 +SHA256 (xpi/firefox-52.7.2/bn-BD.xpi) = fd8a2c093b989f54c6dd9fc180178d99383d2077cbb17e425f04cb42356aefb6 +SIZE (xpi/firefox-52.7.2/bn-BD.xpi) = 504633 +SHA256 (xpi/firefox-52.7.2/bn-IN.xpi) = c37d7ea69c62b12879b43047a35306e7a2b144b388608beebe4ce2d923d97a2d +SIZE (xpi/firefox-52.7.2/bn-IN.xpi) = 502113 +SHA256 (xpi/firefox-52.7.2/br.xpi) = c169451745b557a568da0470c4d22089813bb2ca917a7e3471b4d4f26d184884 +SIZE (xpi/firefox-52.7.2/br.xpi) = 428215 +SHA256 (xpi/firefox-52.7.2/bs.xpi) = 19b35432c17070a2813790bf1e8af9d8f80c6a0518b24bfb0b0233f11524056f +SIZE (xpi/firefox-52.7.2/bs.xpi) = 434428 +SHA256 (xpi/firefox-52.7.2/ca.xpi) = 548a767022c75cc1db76de17ec305a0023163ca254f6a7ccd8152aea47993551 +SIZE (xpi/firefox-52.7.2/ca.xpi) = 443304 +SHA256 (xpi/firefox-52.7.2/cak.xpi) = e567a4ae38cc1bb74ca3e881a5aebcff8cb4ef920e0e3b8ffaae97570cbeaa1d +SIZE (xpi/firefox-52.7.2/cak.xpi) = 451910 +SHA256 (xpi/firefox-52.7.2/cs.xpi) = 20d1b7bcebc973d8af4e4f025a578a53280acb06edc7a9c1c070e4744bd98094 +SIZE (xpi/firefox-52.7.2/cs.xpi) = 444075 +SHA256 (xpi/firefox-52.7.2/cy.xpi) = fd2268bcdd51784521b845c6f2cd0778d06e110f5697e9144f194d7e748c558c +SIZE (xpi/firefox-52.7.2/cy.xpi) = 429300 +SHA256 (xpi/firefox-52.7.2/da.xpi) = 42ff5538719ec281381864fa364b7a738099526c24788f4d591a6d7ab0416032 +SIZE (xpi/firefox-52.7.2/da.xpi) = 424393 +SHA256 (xpi/firefox-52.7.2/de.xpi) = f40d045b6ef25e595c62db1392d529b8fd48e7f30d0d6d78c50fc34fe123ff7e +SIZE (xpi/firefox-52.7.2/de.xpi) = 435227 +SHA256 (xpi/firefox-52.7.2/dsb.xpi) = f780e180e33b3cc653a3568fa2e8af7a572a7fa69bb26d4a1025964106e79238 +SIZE (xpi/firefox-52.7.2/dsb.xpi) = 452168 +SHA256 (xpi/firefox-52.7.2/el.xpi) = 6335350cbef215767ea1aea7905a298fbd4a5fc801d4d2ff63e7f3c4e97c13fc +SIZE (xpi/firefox-52.7.2/el.xpi) = 509237 +SHA256 (xpi/firefox-52.7.2/en-GB.xpi) = a912347394ded7703a6ecd0040f4f943c3c4369feaee0266cfd45a61be3ca4a8 +SIZE (xpi/firefox-52.7.2/en-GB.xpi) = 412038 +SHA256 (xpi/firefox-52.7.2/en-US.xpi) = d18809d2410eb50226b7e50c2f91d7d836fbc6486658cc3cfef155321b246111 +SIZE (xpi/firefox-52.7.2/en-US.xpi) = 413902 +SHA256 (xpi/firefox-52.7.2/en-ZA.xpi) = 20a23ac96e51cb0d7d51c14f2a4eca6cac2761e2bbd16ab3fb6317c9488cb60e +SIZE (xpi/firefox-52.7.2/en-ZA.xpi) = 412212 +SHA256 (xpi/firefox-52.7.2/eo.xpi) = 65206897b8e2dbc6833b8d1447e1f13012f5acdd878049a38c163616a5f91ab7 +SIZE (xpi/firefox-52.7.2/eo.xpi) = 430116 +SHA256 (xpi/firefox-52.7.2/es-AR.xpi) = 7d95935e96882b69f5d809a95339605ea54d4baaeb8db73f808035bb0b6162b0 +SIZE (xpi/firefox-52.7.2/es-AR.xpi) = 438659 +SHA256 (xpi/firefox-52.7.2/es-CL.xpi) = e6e22394157689c3f9cc1c76574e35e9b1460c5384b1ac6276f0c531a796a25e +SIZE (xpi/firefox-52.7.2/es-CL.xpi) = 438406 +SHA256 (xpi/firefox-52.7.2/es-ES.xpi) = a740d025d9a6a85d6f3ac0dd34c694d6151b95a9f601a3f6219aa5673d50a5fa +SIZE (xpi/firefox-52.7.2/es-ES.xpi) = 337614 +SHA256 (xpi/firefox-52.7.2/es-MX.xpi) = 3a27a6f3f849e3e89c7839286293f78d5b6943e8323989d5ae642571900a4fe3 +SIZE (xpi/firefox-52.7.2/es-MX.xpi) = 441127 +SHA256 (xpi/firefox-52.7.2/et.xpi) = a661def8088ec2503243e3af2b084df85f9f19c4c0fb2e1a9e41e45a96e1ca62 +SIZE (xpi/firefox-52.7.2/et.xpi) = 425113 +SHA256 (xpi/firefox-52.7.2/eu.xpi) = d2ef53119eb7afba7a748f62cce3bed4f9cbed9b4b5d37346f79a242fb0aecb7 +SIZE (xpi/firefox-52.7.2/eu.xpi) = 431124 +SHA256 (xpi/firefox-52.7.2/fa.xpi) = d8695988ebdda70340a75a9ce3630fabdadbbb39f9dd66da1f88cc130ce0120a +SIZE (xpi/firefox-52.7.2/fa.xpi) = 483990 +SHA256 (xpi/firefox-52.7.2/ff.xpi) = 77692abfdf66cc5953d8df5759045e7f0eeba6fe73b7ab127d5cde0ce6f8260a +SIZE (xpi/firefox-52.7.2/ff.xpi) = 433662 +SHA256 (xpi/firefox-52.7.2/fi.xpi) = cc0a28e620b19628588b87db09276fe827e7e730ef4e7993f97ed81a9f8447b7 +SIZE (xpi/firefox-52.7.2/fi.xpi) = 422807 +SHA256 (xpi/firefox-52.7.2/fr.xpi) = a4ed0394e87f0fe082eda8b210b83b60340cb288356f043fe5eafb985176f4ff +SIZE (xpi/firefox-52.7.2/fr.xpi) = 442944 +SHA256 (xpi/firefox-52.7.2/fy-NL.xpi) = b901c414ab5dbf883d79925decd53c3d964b913227589b813775b6a083b68efa +SIZE (xpi/firefox-52.7.2/fy-NL.xpi) = 437701 +SHA256 (xpi/firefox-52.7.2/ga-IE.xpi) = 2b532b5e71cd90d728b1efb54fe7013c83dca538b218bcbd247ea5f0f35f4b85 +SIZE (xpi/firefox-52.7.2/ga-IE.xpi) = 450876 +SHA256 (xpi/firefox-52.7.2/gd.xpi) = daf0a3c8825f77167ee2bcee484f9d6387ef7adc3b74029f550fd5e3f8799520 +SIZE (xpi/firefox-52.7.2/gd.xpi) = 439987 +SHA256 (xpi/firefox-52.7.2/gl.xpi) = e5c6b72c89d6d0d12f5302002a84ed785b65845d3f6268f7ba208a96ff54a8ff +SIZE (xpi/firefox-52.7.2/gl.xpi) = 440039 +SHA256 (xpi/firefox-52.7.2/gn.xpi) = 26963ffd543ae38076768de2edd8bf6f86c98aecf9f79f64421229dce5213fed +SIZE (xpi/firefox-52.7.2/gn.xpi) = 448957 +SHA256 (xpi/firefox-52.7.2/gu-IN.xpi) = 19d817df5d3839757c1dfa5364393fc52f01607b11e2a2c8cbb371b051776556 +SIZE (xpi/firefox-52.7.2/gu-IN.xpi) = 482104 +SHA256 (xpi/firefox-52.7.2/he.xpi) = b3624e359c2e90fbab23266752ae77254001f774d35a149a8ae4f3fa89ba6cc0 +SIZE (xpi/firefox-52.7.2/he.xpi) = 447927 +SHA256 (xpi/firefox-52.7.2/hi-IN.xpi) = 399158726f7aee797b34c75219ed276201fc89bdb4fbb6c2e5a2a13f398b1c82 +SIZE (xpi/firefox-52.7.2/hi-IN.xpi) = 499256 +SHA256 (xpi/firefox-52.7.2/hr.xpi) = d36efaf226b335d09c15feb90f5733ac160aa6dac36d8a84d90ef7b804392c5a +SIZE (xpi/firefox-52.7.2/hr.xpi) = 440149 +SHA256 (xpi/firefox-52.7.2/hsb.xpi) = 90a4f0c3ebc44aa694dc955b51bfafcd9ec702d6e0e9f9871f2b1fe17cf93d8f +SIZE (xpi/firefox-52.7.2/hsb.xpi) = 450001 +SHA256 (xpi/firefox-52.7.2/hu.xpi) = 6533a709691619e89bf2aa46fe14bda5d42d79954cccad098187e0e9f6c76bf8 +SIZE (xpi/firefox-52.7.2/hu.xpi) = 451496 +SHA256 (xpi/firefox-52.7.2/hy-AM.xpi) = e66a18cc56f06bfecaec7a1303dcbe1eeef1dae6b2ead23fbfc23efe1a59a24d +SIZE (xpi/firefox-52.7.2/hy-AM.xpi) = 488414 +SHA256 (xpi/firefox-52.7.2/id.xpi) = 2edbdf7207e6149145679b1e62b82848d8dbf2623dfb72d8685c2c6511ef1cbf +SIZE (xpi/firefox-52.7.2/id.xpi) = 418764 +SHA256 (xpi/firefox-52.7.2/is.xpi) = 4da3f00fc7ceb5d1aa28dbca611cf7a8a66c9e4b6c1b7e7ff05ac90cb7b7dbd4 +SIZE (xpi/firefox-52.7.2/is.xpi) = 435342 +SHA256 (xpi/firefox-52.7.2/it.xpi) = b5a1d6cb581edc8b144dddd8ce83a355ef27ee4c76858d60398c7506e29d81de +SIZE (xpi/firefox-52.7.2/it.xpi) = 331968 +SHA256 (xpi/firefox-52.7.2/ja.xpi) = 8620a27e23ee7a4b1494b018f12f76fba211916351a3b08fe92f311abbb51b4a +SIZE (xpi/firefox-52.7.2/ja.xpi) = 488342 +SHA256 (xpi/firefox-52.7.2/ka.xpi) = 5ee88d0e2b4ac9f7f8b0e74c01f6497023c46276c81a7d752fb2a6e6db46731f +SIZE (xpi/firefox-52.7.2/ka.xpi) = 468023 +SHA256 (xpi/firefox-52.7.2/kab.xpi) = 4d142c23146d4fc0246f617da9088a1581a3122d437245e61698fa936144c558 +SIZE (xpi/firefox-52.7.2/kab.xpi) = 437247 +SHA256 (xpi/firefox-52.7.2/kk.xpi) = 1019eea85fa28a0e7a0cf2ec8e1c1147676c4173040379e4fbdd3bc9044f9f1b +SIZE (xpi/firefox-52.7.2/kk.xpi) = 496939 +SHA256 (xpi/firefox-52.7.2/km.xpi) = 35cc9b4d5a8834d41748632750d10ed7a907a805f498a04586117621146694ee +SIZE (xpi/firefox-52.7.2/km.xpi) = 512988 +SHA256 (xpi/firefox-52.7.2/kn.xpi) = 1867723db82f167608fd81e8c048c931b6d83dcbb3484dc1b737e11662d6a50d +SIZE (xpi/firefox-52.7.2/kn.xpi) = 512199 +SHA256 (xpi/firefox-52.7.2/ko.xpi) = c391bc39e24ab71f440a5814bcb10571a61d4ffb1b92cfd52b6270325ad37657 +SIZE (xpi/firefox-52.7.2/ko.xpi) = 463629 +SHA256 (xpi/firefox-52.7.2/lij.xpi) = b60cdee6cd77803ac7158c7bb4963bbf34dee354b037309cb1a40fdce2124551 +SIZE (xpi/firefox-52.7.2/lij.xpi) = 413820 +SHA256 (xpi/firefox-52.7.2/lt.xpi) = da6672fe4fc7562d1f99a3bb6d8007fa7d93f5fe75a1c29d724111ab392490b4 +SIZE (xpi/firefox-52.7.2/lt.xpi) = 452236 +SHA256 (xpi/firefox-52.7.2/lv.xpi) = 5347ad4cacb833cdd6b62a1517117f605a0e604f608ef9953a824b11fe8db09c +SIZE (xpi/firefox-52.7.2/lv.xpi) = 441096 +SHA256 (xpi/firefox-52.7.2/mai.xpi) = 5762c0459faa8429efa110f43196c6a22d092ba53106084b8938c58fb2a40347 +SIZE (xpi/firefox-52.7.2/mai.xpi) = 492585 +SHA256 (xpi/firefox-52.7.2/mk.xpi) = dd72966a9beba60ab7f9cbc958046b418f682bbc87461ce5c13befb58a0568f9 +SIZE (xpi/firefox-52.7.2/mk.xpi) = 488846 +SHA256 (xpi/firefox-52.7.2/ml.xpi) = 1a1524fae8f40a93c8e113b3a149da910d3778da0d9f6534803fa7891a1b3ea2 +SIZE (xpi/firefox-52.7.2/ml.xpi) = 516486 +SHA256 (xpi/firefox-52.7.2/mr.xpi) = 85940771664f5fa7731f684dbb0eb56b26fd45357a2306a8273d85b8fa0eb37f +SIZE (xpi/firefox-52.7.2/mr.xpi) = 495178 +SHA256 (xpi/firefox-52.7.2/ms.xpi) = 3e0e60d10516e506c7343dfb923f3148a704cdb933960598bd890ba3c4ab5ac2 +SIZE (xpi/firefox-52.7.2/ms.xpi) = 428635 +SHA256 (xpi/firefox-52.7.2/nb-NO.xpi) = 7a93f8f8792da8b3ee210605ee9a217e85735b1fc6f7bf8afbe0458ac6c03899 +SIZE (xpi/firefox-52.7.2/nb-NO.xpi) = 427148 +SHA256 (xpi/firefox-52.7.2/nl.xpi) = 71b2b38a3435c12a4224dca71963e9827c54c3f2d54a90244e7ef18333659c51 +SIZE (xpi/firefox-52.7.2/nl.xpi) = 432007 +SHA256 (xpi/firefox-52.7.2/nn-NO.xpi) = 5043942c1a805768710c4b998e8c3ad1357c7906b3c324681b8b8ca7c45728c6 +SIZE (xpi/firefox-52.7.2/nn-NO.xpi) = 428644 +SHA256 (xpi/firefox-52.7.2/or.xpi) = 195854df3cbda791a906da24a60abc8f637ea7db0770f5ce89b237c385c5932d +SIZE (xpi/firefox-52.7.2/or.xpi) = 489664 +SHA256 (xpi/firefox-52.7.2/pa-IN.xpi) = 6692b246329bcd282bd40f3ac898493d4410e0108e01bb398fd9d0ec3753082e +SIZE (xpi/firefox-52.7.2/pa-IN.xpi) = 469325 +SHA256 (xpi/firefox-52.7.2/pl.xpi) = 479200510bc88ef4b6e335e43a07e3fafe9f4abda2a4cc538792a5f7aa525e11 +SIZE (xpi/firefox-52.7.2/pl.xpi) = 352851 +SHA256 (xpi/firefox-52.7.2/pt-BR.xpi) = 01b29cb6635e75bcd195f9493a9f08d533c4451d1c9b8971399f4eefe814f004 +SIZE (xpi/firefox-52.7.2/pt-BR.xpi) = 430903 +SHA256 (xpi/firefox-52.7.2/pt-PT.xpi) = 31bbbb1928a7a99ec24936b81f9c81622f8d49d479ddb4286de7707d6adb6036 +SIZE (xpi/firefox-52.7.2/pt-PT.xpi) = 436727 +SHA256 (xpi/firefox-52.7.2/rm.xpi) = 6671ddaf7480abfdbec1e426029f992792ad4ca27ae7534d8a2f5a8b23029722 +SIZE (xpi/firefox-52.7.2/rm.xpi) = 427341 +SHA256 (xpi/firefox-52.7.2/ro.xpi) = 9f77c141aea75b3d00ef31cc51309999c1c304066f18bec717e6f83e1bd75e11 +SIZE (xpi/firefox-52.7.2/ro.xpi) = 442585 +SHA256 (xpi/firefox-52.7.2/ru.xpi) = b8648df4487fc99ec7bf509a481bd85964caf9b96e37b7917b74123eb6ac64f9 +SIZE (xpi/firefox-52.7.2/ru.xpi) = 395364 +SHA256 (xpi/firefox-52.7.2/si.xpi) = af89c3a0f371eb5e320ef5d3aad2369c49a908f39eb342001c12b80f1d1d5202 +SIZE (xpi/firefox-52.7.2/si.xpi) = 484604 +SHA256 (xpi/firefox-52.7.2/sk.xpi) = 9d03c2be92ede20df7aff5934196a86f501c8da74fc0c648a64bee8e75b7ec23 +SIZE (xpi/firefox-52.7.2/sk.xpi) = 455820 +SHA256 (xpi/firefox-52.7.2/sl.xpi) = 2baada45442164525bf353603e24683e7a2e84ecfcffbf2539834affc40a724b +SIZE (xpi/firefox-52.7.2/sl.xpi) = 433482 +SHA256 (xpi/firefox-52.7.2/son.xpi) = e5f8e4cf0c5cdfa32dc01ebad0206e8f4e2e2fe2e8cd39b6f724662919aaa6cb +SIZE (xpi/firefox-52.7.2/son.xpi) = 427860 +SHA256 (xpi/firefox-52.7.2/sq.xpi) = d9baee1628f3952f6c60469a83e123cc51cda41a3173b8aefabe2e8171574518 +SIZE (xpi/firefox-52.7.2/sq.xpi) = 440802 +SHA256 (xpi/firefox-52.7.2/sr.xpi) = bb171d9ae1c5bf89ec4bbf9007a2d0aaf5fc8a57ab1e2beaf62e114cac45ae25 +SIZE (xpi/firefox-52.7.2/sr.xpi) = 463395 +SHA256 (xpi/firefox-52.7.2/sv-SE.xpi) = fdd9b55f1dcf51144f1e1ef291b0788ac06572b519be1a574bb6f6bd4044a608 +SIZE (xpi/firefox-52.7.2/sv-SE.xpi) = 433911 +SHA256 (xpi/firefox-52.7.2/ta.xpi) = 456ab7fd3f0ce8635bbb97edf2811734f5e34cd9ef44d795f8504e38f45f5e81 +SIZE (xpi/firefox-52.7.2/ta.xpi) = 487542 +SHA256 (xpi/firefox-52.7.2/te.xpi) = c7e3326890f44a2f82dce28e66396086635f393d2547d93dc731be716c03ee32 +SIZE (xpi/firefox-52.7.2/te.xpi) = 507987 +SHA256 (xpi/firefox-52.7.2/th.xpi) = fa0d15ba5b56c0d118d5c84dda7f451441fa2635f5c157e98f69381779513ada +SIZE (xpi/firefox-52.7.2/th.xpi) = 482021 +SHA256 (xpi/firefox-52.7.2/tr.xpi) = 2d9c40b6901cc0e218c44b2ec2bfcf30c182244f32a0f1f52c73792c656f5563 +SIZE (xpi/firefox-52.7.2/tr.xpi) = 443673 +SHA256 (xpi/firefox-52.7.2/uk.xpi) = 523a6bd0165ade15864a2bd530c5150c568d95bd283e64369d586a461b9dcb0e +SIZE (xpi/firefox-52.7.2/uk.xpi) = 495095 +SHA256 (xpi/firefox-52.7.2/uz.xpi) = 12831131fdac4a3e9a66c4b8f18c9ec89281d389a653fdbb508c652638eff84f +SIZE (xpi/firefox-52.7.2/uz.xpi) = 440564 +SHA256 (xpi/firefox-52.7.2/vi.xpi) = a2227eb0f9aa4428a406d8de6c0ff23ed52ce3b598b1e550653e83e1d4de5863 +SIZE (xpi/firefox-52.7.2/vi.xpi) = 450804 +SHA256 (xpi/firefox-52.7.2/xh.xpi) = b5fdb1c2854069685d00d851526f3e43bb941a11fabb02513c07cab1bbf38fee +SIZE (xpi/firefox-52.7.2/xh.xpi) = 441172 +SHA256 (xpi/firefox-52.7.2/zh-CN.xpi) = 5212aa8fd0f1dcf8e4c1c257de43da4c7a8ec335a4c1e0635f22b371e71e6d48 +SIZE (xpi/firefox-52.7.2/zh-CN.xpi) = 461678 +SHA256 (xpi/firefox-52.7.2/zh-TW.xpi) = 2d0deafff4859e970850c6c753a4a3670f9b1ec02ee14fb0c8ff5b7f567c1308 +SIZE (xpi/firefox-52.7.2/zh-TW.xpi) = 453067 Index: branches/2018Q1 =================================================================== --- branches/2018Q1 (revision 464681) +++ branches/2018Q1 (revision 464682) Property changes on: branches/2018Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r464676