Index: branches/2016Q3/mail/linux-thunderbird/Makefile =================================================================== --- branches/2016Q3/mail/linux-thunderbird/Makefile (revision 421716) +++ branches/2016Q3/mail/linux-thunderbird/Makefile (revision 421717) @@ -1,18 +1,18 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 45.2.0 +DISTVERSION= 45.3.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/linux-i686/en-US MAINTAINER= gecko@FreeBSD.org COMMENT= Mozilla Thunderbird is standalone mail and news that stands above USES= tar:bzip2 WANT_GTK218= yes .include "${.CURDIR}/../../www/linux-seamonkey/Makefile.common" .include Index: branches/2016Q3/mail/linux-thunderbird/distinfo =================================================================== --- branches/2016Q3/mail/linux-thunderbird/distinfo (revision 421716) +++ branches/2016Q3/mail/linux-thunderbird/distinfo (revision 421717) @@ -1,6 +1,7 @@ -SHA256 (thunderbird-45.2.0.tar.bz2) = ab45e9a29901e6d9643e5605182662b7efa6cc54a73642a96745e74197e68c27 -SIZE (thunderbird-45.2.0.tar.bz2) = 44163764 +TIMESTAMP = 1473272526 +SHA256 (thunderbird-45.3.0.tar.bz2) = 421830311bc701759916ea6afeb0ba791bf4a94936ca6fde973d657b9fb70916 +SIZE (thunderbird-45.3.0.tar.bz2) = 44158198 SHA256 (glib2-2.22.2-2.fc12.i686.rpm) = e3b459c245ec14e7248e9de4b506963a4773407f3e58835db5070d0ed02ecc99 SIZE (glib2-2.22.2-2.fc12.i686.rpm) = 1162908 SHA256 (gtk2-2.18.3-19.fc12.i686.rpm) = aea9cf7ffe9c8dae0faa2bf3d2aa1b2117c55dce03da72dcce8c268279ec0a4b SIZE (gtk2-2.18.3-19.fc12.i686.rpm) = 3198708 Index: branches/2016Q3/mail/thunderbird/Makefile =================================================================== --- branches/2016Q3/mail/thunderbird/Makefile (revision 421716) +++ branches/2016Q3/mail/thunderbird/Makefile (revision 421717) @@ -1,162 +1,162 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 45.2.0 +DISTVERSION= 45.3.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source DISTFILES= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org COMMENT= Mozilla Thunderbird is standalone mail and news that stands above BUILD_DEPENDS= nspr>=4.12:devel/nspr \ nss>=3.21.1:security/nss \ libevent2>=2.0.21_2:devel/libevent2 \ soundtouch>=1.9.0:audio/soundtouch \ harfbuzz>=1.1.0:print/harfbuzz \ graphite2>=1.3.7:graphics/graphite2 \ png>=1.6.19:graphics/png \ libvorbis>=1.3.5,3:audio/libvorbis \ libvpx>=1.5.0:multimedia/libvpx \ sqlite3>=3.9.1:databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ v4l_compat>0:multimedia/v4l_compat \ autoconf-2.13:devel/autoconf213 \ yasm:devel/yasm \ zip:archivers/zip \ unzip:archivers/unzip LIB_DEPENDS= libv4l2.so:multimedia/libv4l -EM_VERSION= 1.9.3 -L_VERSION= 4.7.2 +EM_VERSION= 1.9.5 +L_VERSION= 4.7.3 SSP_UNSAFE= yes USE_GECKO= gecko USE_MOZILLA= # empty USE_QT5= # empty QT_NONSTANDARD= yes USE_GL= gl USES= tar:xz MOZ_OPTIONS= --program-transform-name='s/thunderbird/${MOZILLA}/' \ --enable-single-profile --disable-profilesharing \ --enable-application=mail --enable-official-branding MOZ_MK_OPTIONS= MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1 MOZ_EXPORT= MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1 MOZ_PKGCONFIG_FILES= PORTNAME_ICON= ${MOZILLA}.png PORTNAME_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default48.png SYSTEM_PREFS= ${FAKEDIR}/lib/${PORTNAME}/defaults/pref/${PORTNAME}.js MOZ_PIS_SCRIPTS=moz_pis_S50cleanhome OPTIONS_EXCLUDE=GSTREAMER LOGGING OPTIONS_DEFINE= ENIGMAIL LIGHTNING RUST OPTIONS_SINGLE= TOOLKIT OPTIONS_SINGLE_TOOLKIT= GTK2 GTK3 OPTIONS_DEFAULT=BUNDLED_CAIRO CANBERRA ENIGMAIL GTK2 LIGHTNING .include "${.CURDIR}/../../www/firefox/Makefile.options" .include WRKSRC:= ${WRKDIR}/${PORTNAME}-${DISTVERSION} MOZSRC:= ${WRKSRC}/mozilla XPI_LIBDIR= ${PREFIX}/lib/xpi .if ${PORT_OPTIONS:MENIGMAIL} MASTER_SITES+= https://www.enigmail.net/download/source/:enigmail DISTFILES+= ${EM_DISTFILE}:enigmail RUN_DEPENDS+= gpg2:security/gnupg EM_DISTNAME= enigmail-${EM_VERSION} EM_DISTFILE= ${EM_DISTNAME}.tar.gz EM_XPI_FILE= ${WRKSRC}/mailnews/extensions/enigmail/build/${EM_DISTNAME}.xpi EM_ORIG_ID= {847b3a00-7ab1-11d4-8f02-006008948af5} EM_ID= ${PORTNAME}@mozilla-enigmail.org EM_ID_RFILES= ${XPI_LIBDIR}/${EM_ID}/install.rdf \ ${XPI_LIBDIR}/${EM_ID}/components/enigmail.js \ ${XPI_LIBDIR}/${EM_ID}/modules/app.jsm .endif .if ${PORT_OPTIONS:MLIGHTNING} MOZ_OPTIONS+= --enable-calendar MOZ_MK_OPTIONS+= MOZ_CO_PROJECT=calendar LIGHTNING_DIR= share/lightning XPI_FILE= ${MOZ_OBJDIR}/dist/xpi-stage/lightning-${L_VERSION}.en-US.${OPSYS:tl}${OSREL}-${ARCH:S/amd64/x86_64/}.xpi XPI_ORIG_ID= {e2fda1a4-762b-4020-b5ad-a41df1933103} XPI_ID= lightning@thunderbird.mozilla.org .else MOZ_OPTIONS+= --disable-calendar .endif post-extract: @${SED} -e 's|@PORTNAME_ICON@|${PORTNAME_ICON}|;s|@MOZILLA@|${MOZILLA}|' \ <${FILESDIR}/thunderbird.desktop.in >${WRKDIR}/${MOZILLA_EXEC_NAME}.desktop .if ${PORT_OPTIONS:MENIGMAIL} @${TAR} -xf ${_DISTDIR}/${EM_DISTFILE} \ -C ${WRKSRC}/mailnews/extensions .endif post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/mail/app/nsMailApp.cpp .if ${PORT_OPTIONS:MENIGMAIL} @${REINPLACE_CMD} -e 's,/usr/bin/perl,${PERL},' \ ${WRKSRC}/mailnews/extensions/enigmail/util/fixlang.pl \ ${WRKSRC}/mailnews/extensions/enigmail/util/make-lang-xpi.pl @${REINPLACE_CMD} -e '/^xpi/s/$$/ all/' \ -e '/^all/s/ xpi//' \ -e '/^XPI_MODULE_VERS/s/= .*/= ${EM_VERSION}/' \ ${WRKSRC}/mailnews/extensions/enigmail/Makefile @${REINPLACE_CMD} -e '/em:version/s,>[^<]*<,>${EM_VERSION}<,' \ -e '/em:maxVersion/s/pre//' \ ${WRKSRC}/mailnews/extensions/enigmail/package/install.rdf .endif pre-configure: (cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf-2.13) (cd ${MOZSRC} && ${LOCALBASE}/bin/autoconf-2.13) (cd ${MOZSRC}/js/src/ && ${LOCALBASE}/bin/autoconf-2.13) .if ${PORT_OPTIONS:MENIGMAIL} post-configure: cd ${WRKSRC}/mailnews/extensions/enigmail/ && \ ${SETENV} ${CONFIGURE_ENV} ${MAKE_ENV} ./configure post-build: ${DO_MAKE_BUILD:N-j*:S,${MAKEFILE},Makefile,} all xpi \ -C ${WRKSRC}/mailnews/extensions/enigmail .endif port-pre-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/defaults post-install: ${INSTALL_DATA} ${WRKDIR}/${MOZILLA_EXEC_NAME}.desktop ${STAGEDIR}${PREFIX}/share/applications ${LN} -sf ${PORTNAME_ICON_SRC} ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME_ICON} .if ${PORT_OPTIONS:MLIGHTNING} @${MKDIR} ${STAGEDIR}${XPI_LIBDIR}/${XPI_ID} ${STAGEDIR}${XPI_LIBDIR}/symlinks/thunderbird @(cd ${STAGEDIR}${XPI_LIBDIR}/${XPI_ID}; ${TAR} -xf ${XPI_FILE}) @${REINPLACE_CMD} -i "" "s/${XPI_ORIG_ID}/${XPI_ID}/" ${STAGEDIR}${XPI_LIBDIR}/${XPI_ID}/install.rdf @${CHMOD} -R a+rX,go-w ${STAGEDIR}${XPI_LIBDIR}/${XPI_ID} @${LN} -sf ${XPI_LIBDIR}/${XPI_ID} ${STAGEDIR}${XPI_LIBDIR}/symlinks/thunderbird 2>/dev/null || true @${ECHO_CMD} '@exec ${LN} -sf %D/lib/xpi/${XPI_ID} ${LOCALBASE}/lib/thunderbird/extensions 2>/dev/null || true' >> ${TMPPLIST} @${ECHO_CMD} '@unexec ${RM} -f ${LOCALBASE}/lib/thunderbird/extensions/${XPI_ID}' >> ${TMPPLIST} .endif .if ${PORT_OPTIONS:MENIGMAIL} @${MKDIR} ${STAGEDIR}${XPI_LIBDIR}/${EM_ID} ${STAGEDIR}${XPI_LIBDIR}/symlinks/${PORTNAME} @(cd ${STAGEDIR}${XPI_LIBDIR}/${EM_ID}; ${TAR} -xf ${EM_XPI_FILE}) @${REINPLACE_CMD} -i "" "s/${EM_ORIG_ID}/${EM_ID}/" ${EM_ID_RFILES:S/^/${STAGEDIR}/} @${CHMOD} -R a+rX,go-w ${STAGEDIR}${XPI_LIBDIR}/${EM_ID} @${LN} -sf ${XPI_LIBDIR}/${EM_ID} ${STAGEDIR}${XPI_LIBDIR}/symlinks/${PORTNAME} 2>/dev/null || true @${ECHO_CMD} '@exec ${LN} -sf %D/lib/xpi/${EM_ID} ${LOCALBASE}/lib/${PORTNAME}/extensions 2>/dev/null || true' >> ${TMPPLIST} @${ECHO_CMD} '@unexec ${RM} -f ${LOCALBASE}/lib/${PORTNAME}/extensions/${EM_ID}' >> ${TMPPLIST} .endif .include Index: branches/2016Q3/mail/thunderbird/distinfo =================================================================== --- branches/2016Q3/mail/thunderbird/distinfo (revision 421716) +++ branches/2016Q3/mail/thunderbird/distinfo (revision 421717) @@ -1,5 +1,5 @@ -TIMESTAMP = 1467307995 -SHA256 (thunderbird-45.2.0.source.tar.xz) = bd2389cbb28138668ab41b26f1dce49c455807e09b43fd370ee765ae3f0937c0 -SIZE (thunderbird-45.2.0.source.tar.xz) = 201023884 -SHA256 (enigmail-1.9.3.tar.gz) = 1dee90ff4ad51d361335686ab4ed722d34d2502b36b609680e2aabe3bb50729a -SIZE (enigmail-1.9.3.tar.gz) = 1741831 +TIMESTAMP = 1473253093 +SHA256 (thunderbird-45.3.0.source.tar.xz) = 231f6a7a073344659e436a2b1ae58004c3a29e74375af2c8d0de13f3bc79fac7 +SIZE (thunderbird-45.3.0.source.tar.xz) = 201005896 +SHA256 (enigmail-1.9.5.tar.gz) = 831e53a4add0f465241f075be9475103367aa1452675adae054d8fb272e5d3ad +SIZE (enigmail-1.9.5.tar.gz) = 1744278 Index: branches/2016Q3/mail/thunderbird-i18n/Makefile =================================================================== --- branches/2016Q3/mail/thunderbird-i18n/Makefile (revision 421716) +++ branches/2016Q3/mail/thunderbird-i18n/Makefile (revision 421717) @@ -1,85 +1,85 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= thunderbird-i18n -PORTVERSION= 45.2.0 +PORTVERSION= 45.3.0 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${THUNDERBIRD_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} MAINTAINER= gecko@FreeBSD.org COMMENT= Localized interface for Thunderbird USES= gecko:thunderbird,build zip USE_XPI= thunderbird NO_BUILD= yes NO_ARCH= yes USE_SUBMAKE= yes WDIR= langpack-*@thunderbird.mozilla.org XPI_DISTNAMES= ${THUNDERBIRD_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" THUNDERBIRD_I18N_?= ${THUNDERBIRD_I18N} .for dist in ${XPI_DISTNAMES} XPI_ID_${dist}= langpack-${dist}@thunderbird.mozilla.org .endfor do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} ${WRKSRC} @for lang in ${THUNDERBIRD_I18N_}; do \ if ! (${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$lang.xpi -d ${WRKSRC}/langpack-$$lang@thunderbird.mozilla.org);\ then \ exit 1; \ fi; \ cd ${WRKSRC}/langpack-$$lang@thunderbird.mozilla.org/; \ ${FIND} -H -s * ! -type d | \ ${SED} -e "s|^|lib/xpi/langpack-$$lang@thunderbird.mozilla.org/|" >> ${PLISTF}; \ done ${CAT} ${PLISTF} | ${SORT} >> ${PLIST} do-install: @${MKDIR} ${STAGEDIR}${XPI_LIBDIR} ${XPI_SLDIRS_ALL:S,^,${STAGEDIR},} 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} ${XPI_LIBDIR}; { ${RM} -f $$_dir/${WDIR} ; }' ${_A} post-patch: ${FIND} ${WRKSRC} -name install.rdf -print0 | \ ${XARGS} -0L1 ${REINPLACE_CMD} -i '' -e '/ Index: branches/2016Q3/mail/thunderbird-i18n/distinfo =================================================================== --- branches/2016Q3/mail/thunderbird-i18n/distinfo (revision 421716) +++ branches/2016Q3/mail/thunderbird-i18n/distinfo (revision 421717) @@ -1,117 +1,117 @@ -TIMESTAMP = 1467391621 -SHA256 (xpi/thunderbird-i18n-45.2.0/ar.xpi) = a978e30fff1f2da8f420f512a3956a7381fbafcc1fbb9692cdcdeb9277259739 -SIZE (xpi/thunderbird-i18n-45.2.0/ar.xpi) = 490775 -SHA256 (xpi/thunderbird-i18n-45.2.0/ast.xpi) = 396c5eda1408bd303d848be10f836603f325166097741857a6eff27d10dfa5d5 -SIZE (xpi/thunderbird-i18n-45.2.0/ast.xpi) = 428059 -SHA256 (xpi/thunderbird-i18n-45.2.0/be.xpi) = daf2f8099263ba47043284431abfffb9621be3f73fbc66be4d392e233cabb166 -SIZE (xpi/thunderbird-i18n-45.2.0/be.xpi) = 469096 -SHA256 (xpi/thunderbird-i18n-45.2.0/bg.xpi) = 118c047b82bbc37f249447d9f5a77d994b2d01e60347ad63241940e9944aaa3a -SIZE (xpi/thunderbird-i18n-45.2.0/bg.xpi) = 524299 -SHA256 (xpi/thunderbird-i18n-45.2.0/bn-BD.xpi) = ea259b4d5ebeab67d9791aab7f6da8f3d88bb97f679c805f4517a981816d08d7 -SIZE (xpi/thunderbird-i18n-45.2.0/bn-BD.xpi) = 581439 -SHA256 (xpi/thunderbird-i18n-45.2.0/br.xpi) = 899f9afb7fcd889dc4da068d3a35feb6d4a84928124505830e6d5cd4f66c1eef -SIZE (xpi/thunderbird-i18n-45.2.0/br.xpi) = 465999 -SHA256 (xpi/thunderbird-i18n-45.2.0/ca.xpi) = b066d9d80a17244f03b996158fa16b8fcf9049a1b922249d2bf09823ea3deaa4 -SIZE (xpi/thunderbird-i18n-45.2.0/ca.xpi) = 467980 -SHA256 (xpi/thunderbird-i18n-45.2.0/cs.xpi) = be80f75b6db1e345c79f61aebf918127754d8aad943219dc2631e5eb82a9ae4e -SIZE (xpi/thunderbird-i18n-45.2.0/cs.xpi) = 474327 -SHA256 (xpi/thunderbird-i18n-45.2.0/cy.xpi) = 0f5db3def36ae7e0fa829c3fad44e11c1363bda38ae779efdf38cd6ee563dbd6 -SIZE (xpi/thunderbird-i18n-45.2.0/cy.xpi) = 456120 -SHA256 (xpi/thunderbird-i18n-45.2.0/da.xpi) = 7a62a915897cf2ce2c0c45a2cc683f8df2770bad0aa818eef9e8bd2fcd031566 -SIZE (xpi/thunderbird-i18n-45.2.0/da.xpi) = 445594 -SHA256 (xpi/thunderbird-i18n-45.2.0/de.xpi) = 9e1ec973a715740a857c3aae15fe8bfcd01209d80d64d2cafc6ad086dd0ed2d2 -SIZE (xpi/thunderbird-i18n-45.2.0/de.xpi) = 451956 -SHA256 (xpi/thunderbird-i18n-45.2.0/dsb.xpi) = 2bf37620b68eb21911fecba483463bf6a3066c16a4db0fdd9496c9bf680c1f76 -SIZE (xpi/thunderbird-i18n-45.2.0/dsb.xpi) = 481644 -SHA256 (xpi/thunderbird-i18n-45.2.0/el.xpi) = 9ba451a5b06685f43387f56304745dfb5ccd0d946b5b7e2571fe7490328fa761 -SIZE (xpi/thunderbird-i18n-45.2.0/el.xpi) = 514358 -SHA256 (xpi/thunderbird-i18n-45.2.0/en-GB.xpi) = aa5c3e259439988ae44ff97ba743c044cd5ef731350b07fe90e430b4e9e7b326 -SIZE (xpi/thunderbird-i18n-45.2.0/en-GB.xpi) = 437603 -SHA256 (xpi/thunderbird-i18n-45.2.0/en-US.xpi) = 478da2fe644b6bc8c982c29cdec48183c38fc6898dabfe6afe5607effd843185 -SIZE (xpi/thunderbird-i18n-45.2.0/en-US.xpi) = 435474 -SHA256 (xpi/thunderbird-i18n-45.2.0/es-AR.xpi) = 53206d90dde7e7eb7e43b6eafe0c01c5b0f38bd36ba82987fe182846da676ce2 -SIZE (xpi/thunderbird-i18n-45.2.0/es-AR.xpi) = 464683 -SHA256 (xpi/thunderbird-i18n-45.2.0/es-ES.xpi) = b0d650684043e9ea4aa480b32303dcf457830611e6ec0d60471f71d6a74d206e -SIZE (xpi/thunderbird-i18n-45.2.0/es-ES.xpi) = 388000 -SHA256 (xpi/thunderbird-i18n-45.2.0/et.xpi) = 15b674575aa8aa5019ccdcb0c851ddc40c4e0359147efbf750f05e2fef9c93a3 -SIZE (xpi/thunderbird-i18n-45.2.0/et.xpi) = 458418 -SHA256 (xpi/thunderbird-i18n-45.2.0/eu.xpi) = cf1689340d3443fcdbf8bb2a81257f7c7acde63509d59fd516d78c0b9585da74 -SIZE (xpi/thunderbird-i18n-45.2.0/eu.xpi) = 456708 -SHA256 (xpi/thunderbird-i18n-45.2.0/fi.xpi) = 3ef09752756290132951a80261ba93d1160bffeeb30392f3e348ac7a843a6b6b -SIZE (xpi/thunderbird-i18n-45.2.0/fi.xpi) = 458335 -SHA256 (xpi/thunderbird-i18n-45.2.0/fr.xpi) = 8a0ed16318f1f15e52e31042f5af8c368afd2479d685e8be31b78f3f7d5ad232 -SIZE (xpi/thunderbird-i18n-45.2.0/fr.xpi) = 475466 -SHA256 (xpi/thunderbird-i18n-45.2.0/fy-NL.xpi) = d6dc477d2f567a966c5a5c96164265da5804e352f3a3df63c869953634385c7e -SIZE (xpi/thunderbird-i18n-45.2.0/fy-NL.xpi) = 464757 -SHA256 (xpi/thunderbird-i18n-45.2.0/ga-IE.xpi) = a3f80339ef6e980fd45dd0877357497ffba73b05e04e0911e1dd2ba5f626e65e -SIZE (xpi/thunderbird-i18n-45.2.0/ga-IE.xpi) = 480317 -SHA256 (xpi/thunderbird-i18n-45.2.0/gd.xpi) = c48487d6fca86519b3b773fb37044bef7387505c45c37b2f302eabce8201d1ed -SIZE (xpi/thunderbird-i18n-45.2.0/gd.xpi) = 478296 -SHA256 (xpi/thunderbird-i18n-45.2.0/gl.xpi) = 496153b62e38876d23d4f7b5da826be8d158ee7a7e5294025202c1944c0ad667 -SIZE (xpi/thunderbird-i18n-45.2.0/gl.xpi) = 478580 -SHA256 (xpi/thunderbird-i18n-45.2.0/he.xpi) = ca89bc13f9126abe02c9a72191ea59667aaa9c0ba90c0618c6b3f152687707a7 -SIZE (xpi/thunderbird-i18n-45.2.0/he.xpi) = 497962 -SHA256 (xpi/thunderbird-i18n-45.2.0/hr.xpi) = 013a5e1146f1126e839aff7cdba5b96bfc03a7faece0b60ce68a780ba32ef4f5 -SIZE (xpi/thunderbird-i18n-45.2.0/hr.xpi) = 463959 -SHA256 (xpi/thunderbird-i18n-45.2.0/hsb.xpi) = 99b232001e2bfa81a938d23fa6142660055aba5ad126b6e1e161389a948dcbd8 -SIZE (xpi/thunderbird-i18n-45.2.0/hsb.xpi) = 479414 -SHA256 (xpi/thunderbird-i18n-45.2.0/hu.xpi) = 607362dd26f7d530589dc02ca78441eaeafe6a78ae356967d8f87c23087d3c84 -SIZE (xpi/thunderbird-i18n-45.2.0/hu.xpi) = 479583 -SHA256 (xpi/thunderbird-i18n-45.2.0/hy-AM.xpi) = c57aff249ba9a5974c0a25f99eff35c9d6b9e6e01596059068003416681477ad -SIZE (xpi/thunderbird-i18n-45.2.0/hy-AM.xpi) = 518883 -SHA256 (xpi/thunderbird-i18n-45.2.0/id.xpi) = 785c4ba30e8b3d41b4b7989febcf03fa6f89c5d6024e12df6860e52ef5fd1de2 -SIZE (xpi/thunderbird-i18n-45.2.0/id.xpi) = 499982 -SHA256 (xpi/thunderbird-i18n-45.2.0/is.xpi) = 427f2f3b8676d925fa0ff5b59515da6f67b222bcc7c0e9039063283425433e83 -SIZE (xpi/thunderbird-i18n-45.2.0/is.xpi) = 462190 -SHA256 (xpi/thunderbird-i18n-45.2.0/it.xpi) = c8cde3092ea42720f9824fe9fb0fefe2a354ebab846b430ce14a020d2d1f2ce0 -SIZE (xpi/thunderbird-i18n-45.2.0/it.xpi) = 376889 -SHA256 (xpi/thunderbird-i18n-45.2.0/ja.xpi) = 0a2927586939524e1b3ebb5d63cbba6c4124c0fcf7de034e184e6509522bcee4 -SIZE (xpi/thunderbird-i18n-45.2.0/ja.xpi) = 519552 -SHA256 (xpi/thunderbird-i18n-45.2.0/ko.xpi) = 20c3e0bcae68cee6c00b788763ccf17dc9bf4d69667fd8ad635f13035aa85699 -SIZE (xpi/thunderbird-i18n-45.2.0/ko.xpi) = 487418 -SHA256 (xpi/thunderbird-i18n-45.2.0/lt.xpi) = f8f6a6ea5d6719acd9fefaef9286083a9322b87e9926298896972716956a4c85 -SIZE (xpi/thunderbird-i18n-45.2.0/lt.xpi) = 477735 -SHA256 (xpi/thunderbird-i18n-45.2.0/nb-NO.xpi) = 3360d3d7f0c3a04e595a9de3cff3fbfffed3889bd09b1d3eae7e663d12fa0c35 -SIZE (xpi/thunderbird-i18n-45.2.0/nb-NO.xpi) = 460011 -SHA256 (xpi/thunderbird-i18n-45.2.0/nl.xpi) = 1c8e9ebb0b08ad58588dce9043dca6c5fe22420836e8d810863cd35e78e0c677 -SIZE (xpi/thunderbird-i18n-45.2.0/nl.xpi) = 456664 -SHA256 (xpi/thunderbird-i18n-45.2.0/nn-NO.xpi) = 5a6e2c6d762241d986e7e9e07487b8b228951c7ae5343fa90a95333b18b352dc -SIZE (xpi/thunderbird-i18n-45.2.0/nn-NO.xpi) = 460880 -SHA256 (xpi/thunderbird-i18n-45.2.0/pa-IN.xpi) = cc2083bd72177ea77ce84e82477a70a07d69442260a8c2d9b922385ce0eb475d -SIZE (xpi/thunderbird-i18n-45.2.0/pa-IN.xpi) = 551067 -SHA256 (xpi/thunderbird-i18n-45.2.0/pl.xpi) = e93ed1f99303670926ee40da34987204382806cfa5a738bc7964084b0f40ccb0 -SIZE (xpi/thunderbird-i18n-45.2.0/pl.xpi) = 423867 -SHA256 (xpi/thunderbird-i18n-45.2.0/pt-BR.xpi) = d8115c3268771c3b1465bc230d13aa5da97f598c3e292a6234f7509732bef448 -SIZE (xpi/thunderbird-i18n-45.2.0/pt-BR.xpi) = 464682 -SHA256 (xpi/thunderbird-i18n-45.2.0/pt-PT.xpi) = 9bdaf161f7dcbacaddb3c00f6a44bfed5e30d61f738343e413613507fb1a7575 -SIZE (xpi/thunderbird-i18n-45.2.0/pt-PT.xpi) = 463751 -SHA256 (xpi/thunderbird-i18n-45.2.0/rm.xpi) = 34d759713de25905ef526d9f0e615339d0c79c42a1f7bcddd5cb87c59f32cc09 -SIZE (xpi/thunderbird-i18n-45.2.0/rm.xpi) = 462650 -SHA256 (xpi/thunderbird-i18n-45.2.0/ro.xpi) = da26f4d97f0df751f032e14f057504d4bd6d640e1d0b0add9eaf15243d7debea -SIZE (xpi/thunderbird-i18n-45.2.0/ro.xpi) = 468518 -SHA256 (xpi/thunderbird-i18n-45.2.0/ru.xpi) = 5a20ab55ad711289126c40c322cf520f93c91e490db3bddced1784d1504403d9 -SIZE (xpi/thunderbird-i18n-45.2.0/ru.xpi) = 463891 -SHA256 (xpi/thunderbird-i18n-45.2.0/si.xpi) = 56bb13177f104227caf0a2b11e96b997e466f0d1e3d932e4858d79b86aeb92ab -SIZE (xpi/thunderbird-i18n-45.2.0/si.xpi) = 555994 -SHA256 (xpi/thunderbird-i18n-45.2.0/sk.xpi) = f43fe29427604817ff0fe912232a513b04560f1ff4438a3dea3ac82d0943379a -SIZE (xpi/thunderbird-i18n-45.2.0/sk.xpi) = 481492 -SHA256 (xpi/thunderbird-i18n-45.2.0/sl.xpi) = 5275f45f8e621681d65ce85c0582ac49056af43130eee5a47f81210096875a9b -SIZE (xpi/thunderbird-i18n-45.2.0/sl.xpi) = 462781 -SHA256 (xpi/thunderbird-i18n-45.2.0/sq.xpi) = c3c71505de44e585323fa927afeb8c93f5c90cfdee744f5e44768a3eafa8d872 -SIZE (xpi/thunderbird-i18n-45.2.0/sq.xpi) = 469535 -SHA256 (xpi/thunderbird-i18n-45.2.0/sr.xpi) = 0675a05d99555f8ea8e9d77b351d5f8a9c694362d8a421663ad9cb4c7257dcdd -SIZE (xpi/thunderbird-i18n-45.2.0/sr.xpi) = 565464 -SHA256 (xpi/thunderbird-i18n-45.2.0/sv-SE.xpi) = cbd64d87bb674279e5e241542359138399f77608e7f23f1a73f7e08d2e000bd1 -SIZE (xpi/thunderbird-i18n-45.2.0/sv-SE.xpi) = 465434 -SHA256 (xpi/thunderbird-i18n-45.2.0/ta-LK.xpi) = 3365a20f6a97745f6550b1be5710fd1fdac8d6277ab63ebf5c16909e397e140b -SIZE (xpi/thunderbird-i18n-45.2.0/ta-LK.xpi) = 579218 -SHA256 (xpi/thunderbird-i18n-45.2.0/tr.xpi) = ab2bbf3016773dfa422604e89562c41d30df8beff34b5b9c9602ed00aad6774c -SIZE (xpi/thunderbird-i18n-45.2.0/tr.xpi) = 467621 -SHA256 (xpi/thunderbird-i18n-45.2.0/uk.xpi) = 29701e0f882973ca8f4a6028608b27be3350883e55040cdc46355dbce4c2dd01 -SIZE (xpi/thunderbird-i18n-45.2.0/uk.xpi) = 536438 -SHA256 (xpi/thunderbird-i18n-45.2.0/vi.xpi) = 760db86b7c8f851ba3416b50f0a5a44655629f9c4f9c1ef4282fc3c1c9e71778 -SIZE (xpi/thunderbird-i18n-45.2.0/vi.xpi) = 540497 -SHA256 (xpi/thunderbird-i18n-45.2.0/zh-CN.xpi) = 0a876c51d52eefc894102dcc1d9c867d33122672e76e0393941f3af13fcaf1bd -SIZE (xpi/thunderbird-i18n-45.2.0/zh-CN.xpi) = 489209 -SHA256 (xpi/thunderbird-i18n-45.2.0/zh-TW.xpi) = 14aa68a367c79a9f87788c304966d3a60e99a77a2c42db9ce05d5755cc67b93e -SIZE (xpi/thunderbird-i18n-45.2.0/zh-TW.xpi) = 490850 +TIMESTAMP = 1473272484 +SHA256 (xpi/thunderbird-i18n-45.3.0/ar.xpi) = 14e8349dd5c9d44870b31c12831878c41b3346065aef9dfa0b1e53afa01b86d3 +SIZE (xpi/thunderbird-i18n-45.3.0/ar.xpi) = 490775 +SHA256 (xpi/thunderbird-i18n-45.3.0/ast.xpi) = b029c48931513e7983c6f031b2d9f68e1d2a8b0265807af914c598ed35e69247 +SIZE (xpi/thunderbird-i18n-45.3.0/ast.xpi) = 428059 +SHA256 (xpi/thunderbird-i18n-45.3.0/be.xpi) = 6a2690f13e4182de6aaae74f27acf40d77b0a478e361aad34de838a7f959641f +SIZE (xpi/thunderbird-i18n-45.3.0/be.xpi) = 469096 +SHA256 (xpi/thunderbird-i18n-45.3.0/bg.xpi) = 4ab4c475533f96bc68e2e01a9963fbcc64ca8908d2803d849eaec9dd6e3833b7 +SIZE (xpi/thunderbird-i18n-45.3.0/bg.xpi) = 524299 +SHA256 (xpi/thunderbird-i18n-45.3.0/bn-BD.xpi) = 499f06af305abcbbffa82eed89b986d0322ea221839d438109caf0a5144f3d20 +SIZE (xpi/thunderbird-i18n-45.3.0/bn-BD.xpi) = 581438 +SHA256 (xpi/thunderbird-i18n-45.3.0/br.xpi) = fab61235a4808ca07de9cc91193dc1d9a2ae4d0f461bb8df6bcc51436506eba8 +SIZE (xpi/thunderbird-i18n-45.3.0/br.xpi) = 465999 +SHA256 (xpi/thunderbird-i18n-45.3.0/ca.xpi) = 95ecc9a3189c1cb80debaa00270ce59175c8517d3a69ed26f53f66ccfc8a5a50 +SIZE (xpi/thunderbird-i18n-45.3.0/ca.xpi) = 467980 +SHA256 (xpi/thunderbird-i18n-45.3.0/cs.xpi) = 89b1fa9550587167d23cd24c6c5eafd3425dda60d0c3beeb930820eb492d70ca +SIZE (xpi/thunderbird-i18n-45.3.0/cs.xpi) = 474328 +SHA256 (xpi/thunderbird-i18n-45.3.0/cy.xpi) = 47e089e89d005b7bea32e02bcffeac9792f1758fc66217bf6b3acffd38e031fd +SIZE (xpi/thunderbird-i18n-45.3.0/cy.xpi) = 456120 +SHA256 (xpi/thunderbird-i18n-45.3.0/da.xpi) = ae4bc970266f6b889a004e73f77ba9633f4657e51eae26cb51d2a5b4164b4818 +SIZE (xpi/thunderbird-i18n-45.3.0/da.xpi) = 445595 +SHA256 (xpi/thunderbird-i18n-45.3.0/de.xpi) = 661eb6b901f1a28b9c00862413768482443bd45a148d6bbe47dd52b832a63b29 +SIZE (xpi/thunderbird-i18n-45.3.0/de.xpi) = 451956 +SHA256 (xpi/thunderbird-i18n-45.3.0/dsb.xpi) = 6b5c9ec06b853de794121c9bcbc7c6ae1f8e0406b6d84dde0ad171fac0979474 +SIZE (xpi/thunderbird-i18n-45.3.0/dsb.xpi) = 481647 +SHA256 (xpi/thunderbird-i18n-45.3.0/el.xpi) = 8a8ba1b597e0da878dea8f97338137b252c907cf7a44b14ba702e332b3db370d +SIZE (xpi/thunderbird-i18n-45.3.0/el.xpi) = 514358 +SHA256 (xpi/thunderbird-i18n-45.3.0/en-GB.xpi) = 710e441f1c0c89069a1c7f81a07d1a71dfb95bae1969ba0848d07dd1c9171abb +SIZE (xpi/thunderbird-i18n-45.3.0/en-GB.xpi) = 437603 +SHA256 (xpi/thunderbird-i18n-45.3.0/en-US.xpi) = 5629d6da99a5c0b7d4a074dd82a085d46edcd9abdceea5520d5b71270a53265b +SIZE (xpi/thunderbird-i18n-45.3.0/en-US.xpi) = 435474 +SHA256 (xpi/thunderbird-i18n-45.3.0/es-AR.xpi) = ab48d70b5cd131fe3603857bc1df424b8b65e6c5644512ec53e0f685565ac83b +SIZE (xpi/thunderbird-i18n-45.3.0/es-AR.xpi) = 464684 +SHA256 (xpi/thunderbird-i18n-45.3.0/es-ES.xpi) = a2273d1a286c4a8d079306060171a930fb16185852ae8392cb42838227e0863a +SIZE (xpi/thunderbird-i18n-45.3.0/es-ES.xpi) = 388000 +SHA256 (xpi/thunderbird-i18n-45.3.0/et.xpi) = b7a399f8b8503da2dfcee62f9bc842a0e7564881fa80a82b036c6dd5fbdb1f33 +SIZE (xpi/thunderbird-i18n-45.3.0/et.xpi) = 458418 +SHA256 (xpi/thunderbird-i18n-45.3.0/eu.xpi) = d5ae34ab7078242c839ed4e3dd686b2a99db0b6469803195fdd9b76dc7d146dd +SIZE (xpi/thunderbird-i18n-45.3.0/eu.xpi) = 456708 +SHA256 (xpi/thunderbird-i18n-45.3.0/fi.xpi) = be29bac660dc23679e2b7170a9ad6cf41f0e4de7fac1b00b499cb1e3d7da7f11 +SIZE (xpi/thunderbird-i18n-45.3.0/fi.xpi) = 458335 +SHA256 (xpi/thunderbird-i18n-45.3.0/fr.xpi) = 809106596fbdb70f5d1b078504b90a99a8fe47e6b149a6b44939087d575ef9df +SIZE (xpi/thunderbird-i18n-45.3.0/fr.xpi) = 475465 +SHA256 (xpi/thunderbird-i18n-45.3.0/fy-NL.xpi) = edd06a5b3a09a96559fb3b598579d738e725045e47be97e3a1ec4c2a864680f0 +SIZE (xpi/thunderbird-i18n-45.3.0/fy-NL.xpi) = 464757 +SHA256 (xpi/thunderbird-i18n-45.3.0/ga-IE.xpi) = 88fe8fd6460aeff54d873b0ef8ee3be276e4b2b9ae484a418a615523c484c9ff +SIZE (xpi/thunderbird-i18n-45.3.0/ga-IE.xpi) = 480316 +SHA256 (xpi/thunderbird-i18n-45.3.0/gd.xpi) = c5412c25359a46887a29d6139cf7fd2295ff5aea03411d1eb54e517b8df096c0 +SIZE (xpi/thunderbird-i18n-45.3.0/gd.xpi) = 478296 +SHA256 (xpi/thunderbird-i18n-45.3.0/gl.xpi) = 2b560084c1ea28d68073990689dc519c0a87c5c9a3e97e651c65017c4ad027ec +SIZE (xpi/thunderbird-i18n-45.3.0/gl.xpi) = 478580 +SHA256 (xpi/thunderbird-i18n-45.3.0/he.xpi) = e2885e37ca31ece37f80f0aabaf9cb9d4c343ae6493f5a74933d0101b25931d4 +SIZE (xpi/thunderbird-i18n-45.3.0/he.xpi) = 497962 +SHA256 (xpi/thunderbird-i18n-45.3.0/hr.xpi) = 9f2f6d27922fb18bc973637ff16ff8bfee13260846124eded83e9bd4ac259386 +SIZE (xpi/thunderbird-i18n-45.3.0/hr.xpi) = 463959 +SHA256 (xpi/thunderbird-i18n-45.3.0/hu.xpi) = 31d83972095cb91b2f800d425d86898c1267734cdd130c4f5b6dee508b7f74af +SIZE (xpi/thunderbird-i18n-45.3.0/hu.xpi) = 479584 +SHA256 (xpi/thunderbird-i18n-45.3.0/hsb.xpi) = aa962ab31211f26cadcab83cf53b4702d36ec0aaf254f90501bc61dece171207 +SIZE (xpi/thunderbird-i18n-45.3.0/hsb.xpi) = 479414 +SHA256 (xpi/thunderbird-i18n-45.3.0/hy-AM.xpi) = 519cc05757b2c3d1b5469cd41b7ca8509061f5ff1a0cce3c172905fc22e414f3 +SIZE (xpi/thunderbird-i18n-45.3.0/hy-AM.xpi) = 518883 +SHA256 (xpi/thunderbird-i18n-45.3.0/id.xpi) = ca5fadd3bd46423dfea5c8311b53a2e0ee5c13ababf46d7f403c0db1dcc11ebb +SIZE (xpi/thunderbird-i18n-45.3.0/id.xpi) = 499981 +SHA256 (xpi/thunderbird-i18n-45.3.0/is.xpi) = 1e2d34ea4eb7aedadcaa19f78fd181fd300bbde09d77acef22d3d98cedfc4eef +SIZE (xpi/thunderbird-i18n-45.3.0/is.xpi) = 462190 +SHA256 (xpi/thunderbird-i18n-45.3.0/it.xpi) = cec2d6d74a6009fac0ae32a003eeecaf92764ef64e04cabaab9991f4df0e3f8a +SIZE (xpi/thunderbird-i18n-45.3.0/it.xpi) = 376889 +SHA256 (xpi/thunderbird-i18n-45.3.0/ja.xpi) = 12c51b7609d66aca80ae5ad182e9f9c7f53b858710e8984c2719bbb3d5fb7424 +SIZE (xpi/thunderbird-i18n-45.3.0/ja.xpi) = 519552 +SHA256 (xpi/thunderbird-i18n-45.3.0/ko.xpi) = bd0136777a199afdc65ba973824a331c73fb179cb48ac97145e6b765e4cc7804 +SIZE (xpi/thunderbird-i18n-45.3.0/ko.xpi) = 487417 +SHA256 (xpi/thunderbird-i18n-45.3.0/lt.xpi) = b58979478eb925bfb89c8bd5af244d4cf7e00f6f6552d502e46d798d78b52c8e +SIZE (xpi/thunderbird-i18n-45.3.0/lt.xpi) = 477736 +SHA256 (xpi/thunderbird-i18n-45.3.0/nb-NO.xpi) = e4ab9385fce486a3db941d7bcdb940c30aec48799fd99f8c4bd5b49d912e18a4 +SIZE (xpi/thunderbird-i18n-45.3.0/nb-NO.xpi) = 460011 +SHA256 (xpi/thunderbird-i18n-45.3.0/nl.xpi) = 500fa2ff7d7383c0d177e6ac2d6dcfd6bfabe60f691c9c6eb4f38c5a04f74f6a +SIZE (xpi/thunderbird-i18n-45.3.0/nl.xpi) = 456664 +SHA256 (xpi/thunderbird-i18n-45.3.0/nn-NO.xpi) = 0bd32c709071e81e057eabec5c0c5bf5a5eba916b78ce09f093427dcb7900ab8 +SIZE (xpi/thunderbird-i18n-45.3.0/nn-NO.xpi) = 460880 +SHA256 (xpi/thunderbird-i18n-45.3.0/pa-IN.xpi) = ac6f3f94d26f9476f994f40079093e2f40fad8a224821685145b15a7cabd45fd +SIZE (xpi/thunderbird-i18n-45.3.0/pa-IN.xpi) = 551067 +SHA256 (xpi/thunderbird-i18n-45.3.0/pl.xpi) = cb3ce60d3a7a1b99f7f63e39de4e136aef86d23b2a32d444c2830389237f3110 +SIZE (xpi/thunderbird-i18n-45.3.0/pl.xpi) = 423867 +SHA256 (xpi/thunderbird-i18n-45.3.0/pt-BR.xpi) = 97a55b58a2d9e174a3a09c817cbb269efd45857b0a44ffd495acd7128f8c8e83 +SIZE (xpi/thunderbird-i18n-45.3.0/pt-BR.xpi) = 464682 +SHA256 (xpi/thunderbird-i18n-45.3.0/pt-PT.xpi) = 35a3e8a67a58da58ba21c6e5788ba408ff42706998becbfe2fc2919981a11e9b +SIZE (xpi/thunderbird-i18n-45.3.0/pt-PT.xpi) = 463751 +SHA256 (xpi/thunderbird-i18n-45.3.0/rm.xpi) = 76400f0ca680672b3dda2a7471cbd153ed012f46f25772476b26cd5133b8f196 +SIZE (xpi/thunderbird-i18n-45.3.0/rm.xpi) = 462650 +SHA256 (xpi/thunderbird-i18n-45.3.0/ro.xpi) = 339dcae1301575b2e80f62513ff0a7fa80bda0bbd2e1768a4b46b0967ed68cbe +SIZE (xpi/thunderbird-i18n-45.3.0/ro.xpi) = 468518 +SHA256 (xpi/thunderbird-i18n-45.3.0/ru.xpi) = a9f177a77be928bdf6b766f28a318c59059952a9eaa255d301487e04011e0ea4 +SIZE (xpi/thunderbird-i18n-45.3.0/ru.xpi) = 463891 +SHA256 (xpi/thunderbird-i18n-45.3.0/si.xpi) = 6220c44dfc6063c40b31bcbb38d3ba631af1cb8ce83ab56a6650d233a8224273 +SIZE (xpi/thunderbird-i18n-45.3.0/si.xpi) = 555995 +SHA256 (xpi/thunderbird-i18n-45.3.0/sk.xpi) = e3dcc38d2fb6f99bdb61c05b668a8ac9f9edafd39367f7187beb6de0c0fbc6b9 +SIZE (xpi/thunderbird-i18n-45.3.0/sk.xpi) = 481492 +SHA256 (xpi/thunderbird-i18n-45.3.0/sl.xpi) = 634e6cc802bb959161605d3debce6e42a788f123d8fcb553a5d31710c1905afb +SIZE (xpi/thunderbird-i18n-45.3.0/sl.xpi) = 462777 +SHA256 (xpi/thunderbird-i18n-45.3.0/sq.xpi) = e5a979709fa05c77b317c314d4cd4480fb4ebc515edae875741240c9ca776d7e +SIZE (xpi/thunderbird-i18n-45.3.0/sq.xpi) = 469534 +SHA256 (xpi/thunderbird-i18n-45.3.0/sr.xpi) = ed293a2e16420aa71783d0e100696a0ad80d5c901647073703df9f9e04eac89d +SIZE (xpi/thunderbird-i18n-45.3.0/sr.xpi) = 565465 +SHA256 (xpi/thunderbird-i18n-45.3.0/sv-SE.xpi) = a02ae56d7fd8918f018724d08af56f095a0e7f9dd5caf2dabbf09b811d807c8f +SIZE (xpi/thunderbird-i18n-45.3.0/sv-SE.xpi) = 465433 +SHA256 (xpi/thunderbird-i18n-45.3.0/ta-LK.xpi) = 981f7d8ebe94e3333340b1b87b4f58d8616df0961ce3593fd22b070372f6da70 +SIZE (xpi/thunderbird-i18n-45.3.0/ta-LK.xpi) = 579219 +SHA256 (xpi/thunderbird-i18n-45.3.0/tr.xpi) = afe590afdb4c4b82a4bce715f06dacd2b67ec748b173ee164b046711128f2a8a +SIZE (xpi/thunderbird-i18n-45.3.0/tr.xpi) = 467622 +SHA256 (xpi/thunderbird-i18n-45.3.0/uk.xpi) = 521d71834e427f2e7302533f76290e7f3da4195955cb7a63f3fa193806856ff3 +SIZE (xpi/thunderbird-i18n-45.3.0/uk.xpi) = 536438 +SHA256 (xpi/thunderbird-i18n-45.3.0/vi.xpi) = 36325c156df4a34a581fe8fc0e5c013364f40e4057cc2ba60701a02bdda7fe1e +SIZE (xpi/thunderbird-i18n-45.3.0/vi.xpi) = 540497 +SHA256 (xpi/thunderbird-i18n-45.3.0/zh-CN.xpi) = cf53c911e587360f7acf1756dc714d975b3691b3521f49d409b6a5f5b3b1b016 +SIZE (xpi/thunderbird-i18n-45.3.0/zh-CN.xpi) = 489209 +SHA256 (xpi/thunderbird-i18n-45.3.0/zh-TW.xpi) = 0c2d483534b394fd27cf934e80537d0c789023b4f67eef87965679278d6a6e7c +SIZE (xpi/thunderbird-i18n-45.3.0/zh-TW.xpi) = 490850 Index: branches/2016Q3 =================================================================== --- branches/2016Q3 (revision 421716) +++ branches/2016Q3 (revision 421717) Property changes on: branches/2016Q3 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r421608