Update to thunderbird 52.0/lightning 5.4.
See https://www.mozilla.org/en-US/thunderbird/52.0/releasenotes/ Note that it now defaults to use Gtk+3.
This commit is contained in:
parent
ee5639806f
commit
ba64b37e8f
@ -1,29 +1,28 @@
|
||||
# $OpenBSD: Makefile,v 1.239 2017/03/23 07:33:24 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.240 2017/04/05 09:46:18 landry Exp $
|
||||
|
||||
COMMENT-main = Mozilla e-mail, rss and usenet client
|
||||
COMMENT-lightning = Mozilla Thunderbird calendar extension
|
||||
|
||||
# Don't forget to bump mail/thunderbird-i18n after updates.
|
||||
|
||||
MOZILLA_VERSION = 45.8.0
|
||||
MOZILLA_VERSION = 52.0
|
||||
MOZILLA_BRANCH = release
|
||||
MOZILLA_PROJECT = thunderbird
|
||||
MOZILLA_CODENAME = mail
|
||||
EXTRACT_SUFX = .tar.xz
|
||||
REVISION = 0
|
||||
|
||||
MULTI_PACKAGES = -main -lightning
|
||||
PKGNAME-main = ${PKGNAME}
|
||||
PKGNAME-lightning = lightning-4.7.8
|
||||
PKGNAME-lightning = lightning-5.4
|
||||
EPOCH-lightning = 0
|
||||
|
||||
HOMEPAGE = http://www.mozilla.org/thunderbird/
|
||||
|
||||
SO_VERSION = 31.0
|
||||
SO_VERSION = 32.0
|
||||
# NOTE: Must bump minor version if any shlib's are removed from the
|
||||
# components dir to avoid pkg_add -r issues.
|
||||
|
||||
MOZILLA_LIBS = ldap60 ldif60 lgpllibs prldap60 xul calbasecomps
|
||||
MOZILLA_LIBS = ldap60 ldif60 lgpllibs mozgtk prldap60 xul
|
||||
|
||||
CATEGORIES= mail news
|
||||
|
||||
@ -33,18 +32,18 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
MODULES = www/mozilla devel/gettext lang/python
|
||||
MODPY_RUNDEP = No
|
||||
|
||||
# necessary glue to build with the correct compiler after fx 17
|
||||
MODULES += gcc4 lang/clang
|
||||
MODGCC4_ARCHS = powerpc sparc64 alpha
|
||||
MODGCC4_LANGS = c c++
|
||||
MODULES += lang/clang
|
||||
MODCLANG_ARCHS = amd64 i386
|
||||
MODCLANG_LANGS = c c++
|
||||
|
||||
MOZILLA_USE_BUNDLED_LIBEVENT = Yes
|
||||
# firefox >= 46 defaults to gtk+3
|
||||
MOZILLA_USE_GTK3 = Yes
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_STYLE = simple
|
||||
CONFIGURE_ARGS += --prefix=${PREFIX}
|
||||
|
||||
# SQLITE_CFLAGS is set from pkgconfig, but it's not used for all files that need it, e.g.
|
||||
# mailnews/build/nsMailModule.cpp pulls in mailnews/extensions/fts3/src/nsFts3Tokenizer.h
|
||||
@ -53,17 +52,15 @@ CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include"
|
||||
|
||||
LIB_DEPENDS-lightning = STEM->=${MOZILLA_VERSION:S/b/beta/}:${BUILD_PKGPATH},-main
|
||||
WANTLIB-lightning = lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/xul \
|
||||
c m stdc++ nspr4 plc4 plds4 pthread
|
||||
c m estdc++ nspr4 plc4 plds4 pthread
|
||||
|
||||
WANTLIB += X11-xcb pixman-1 pthread-stubs xcb xcb-shm
|
||||
|
||||
# build lightning xpi
|
||||
CONFIGURE_ARGS += --enable-calendar
|
||||
# relies on pulseaudio for sound and broken at runtime
|
||||
CONFIGURE_ARGS += --disable-webrtc
|
||||
|
||||
CONFIGURE_ARGS += --disable-gstreamer
|
||||
|
||||
# to be able to link when building with clang on i386
|
||||
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc"
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
CONFIGURE_ARGS += --disable-debug-symbols
|
||||
.endif
|
||||
|
||||
@ -88,8 +85,7 @@ post-install:
|
||||
.for xpi guid in ${GUIDS}
|
||||
cp ${WRKBUILD}/dist/xpi-stage/${xpi}*.xpi ${EXTDIR}/${guid}.xpi
|
||||
.endfor
|
||||
# lightning cant be used packed as a zip because it contains a binary component
|
||||
# (libcalbasecomps.so) that the system wouldnt be able to load...
|
||||
|
||||
mv ${PREFIX}/lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103} \
|
||||
${EXTDIR}
|
||||
rmdir ${PREFIX}/lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/distribution/extensions/
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (mozilla/thunderbird-45.8.0.source.tar.xz) = dDy/SFatRgp5H2sXv/F1BT/M7Crx7djoKVrG/aJjTCg=
|
||||
SIZE (mozilla/thunderbird-45.8.0.source.tar.xz) = 201199348
|
||||
SHA256 (mozilla/thunderbird-52.0.source.tar.xz) = ROFIsevUE1ppI6VAN5IDXPFwdF5+mcTshRQpiN1rJsY=
|
||||
SIZE (mozilla/thunderbird-52.0.source.tar.xz) = 228425264
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-mail_installer_Makefile_in,v 1.9 2016/04/27 14:18:52 landry Exp $
|
||||
$OpenBSD: patch-mail_installer_Makefile_in,v 1.10 2017/04/05 09:46:18 landry Exp $
|
||||
Don't install the sdk (revert bug #639462)
|
||||
--- mail/installer/Makefile.in.orig Fri Feb 5 20:44:00 2016
|
||||
+++ mail/installer/Makefile.in Sat Feb 6 08:24:43 2016
|
||||
@@ -111,8 +111,6 @@ endif
|
||||
--- mail/installer/Makefile.in.orig Wed Feb 15 17:31:57 2017
|
||||
+++ mail/installer/Makefile.in Sun Feb 19 15:08:41 2017
|
||||
@@ -131,8 +131,6 @@ endif
|
||||
|
||||
NON_OMNIJAR_FILES = defaults/messenger/mailViews.dat
|
||||
|
||||
|
@ -1,39 +1,10 @@
|
||||
$OpenBSD: patch-mozilla_js_src_jit_ProcessExecutableMemory_cpp,v 1.2 2017/03/23 07:33:24 landry Exp $
|
||||
$OpenBSD: patch-mozilla_js_src_jit_ProcessExecutableMemory_cpp,v 1.3 2017/04/05 09:46:18 landry Exp $
|
||||
|
||||
https://gitweb.torproject.org/tor-browser.git/patch/?id=235c607f6bc39e124b9e8430092be249c3d64981
|
||||
chunk 3: https://bugzilla.mozilla.org/show_bug.cgi?id=1347139
|
||||
https://bugzilla.mozilla.org/show_bug.cgi?id=1347139
|
||||
|
||||
--- mozilla/js/src/jit/ProcessExecutableMemory.cpp.orig Sun Mar 5 21:58:25 2017
|
||||
+++ mozilla/js/src/jit/ProcessExecutableMemory.cpp Thu Mar 23 08:31:15 2017
|
||||
@@ -219,7 +219,12 @@ DeallocateProcessExecutableMemory(void* addr, size_t b
|
||||
static DWORD
|
||||
ProtectionSettingToFlags(ProtectionSetting protection)
|
||||
{
|
||||
- return PAGE_EXECUTE_READWRITE;
|
||||
+ switch (protection) {
|
||||
+ case ProtectionSetting::Protected: return PAGE_NOACCESS;
|
||||
+ case ProtectionSetting::Writable: return PAGE_READWRITE;
|
||||
+ case ProtectionSetting::Executable: return PAGE_EXECUTE_READ;
|
||||
+ }
|
||||
+ MOZ_CRASH();
|
||||
}
|
||||
|
||||
static void
|
||||
@@ -283,7 +288,12 @@ DeallocateProcessExecutableMemory(void* addr, size_t b
|
||||
static unsigned
|
||||
ProtectionSettingToFlags(ProtectionSetting protection)
|
||||
{
|
||||
- return PROT_READ | PROT_WRITE | PROT_EXEC;
|
||||
+ switch (protection) {
|
||||
+ case ProtectionSetting::Protected: return PROT_NONE;
|
||||
+ case ProtectionSetting::Writable: return PROT_READ | PROT_WRITE;
|
||||
+ case ProtectionSetting::Executable: return PROT_READ | PROT_EXEC;
|
||||
+ }
|
||||
+ MOZ_CRASH();
|
||||
}
|
||||
|
||||
static void
|
||||
@@ -363,8 +373,13 @@ class PageBitSet
|
||||
--- mozilla/js/src/jit/ProcessExecutableMemory.cpp.orig Wed Feb 15 17:34:41 2017
|
||||
+++ mozilla/js/src/jit/ProcessExecutableMemory.cpp Thu Mar 23 08:42:19 2017
|
||||
@@ -390,7 +390,12 @@ class PageBitSet
|
||||
#if JS_BITS_PER_WORD == 32
|
||||
static const size_t MaxCodeBytesPerProcess = 128 * 1024 * 1024;
|
||||
#else
|
||||
@ -42,47 +13,7 @@ chunk 3: https://bugzilla.mozilla.org/show_bug.cgi?id=1347139
|
||||
+static const size_t MaxCodeBytesPerProcess = 128 * 1024 * 1024;
|
||||
+#else
|
||||
static const size_t MaxCodeBytesPerProcess = 640 * 1024 * 1024;
|
||||
#endif
|
||||
+#endif
|
||||
#endif
|
||||
|
||||
// Per-process executable memory allocator. It reserves a block of memory of
|
||||
// MaxCodeBytesPerProcess bytes, then allocates/deallocates pages from that.
|
||||
@@ -604,4 +619,38 @@ js::jit::CanLikelyAllocateMoreExecutableMemory()
|
||||
MOZ_ASSERT(execMemory.bytesAllocated() <= MaxCodeBytesPerProcess);
|
||||
|
||||
return execMemory.bytesAllocated() + BufferSize <= MaxCodeBytesPerProcess;
|
||||
+}
|
||||
+
|
||||
+bool
|
||||
+js::jit::ReprotectRegion(void* start, size_t size, ProtectionSetting protection)
|
||||
+{
|
||||
+ // Calculate the start of the page containing this region,
|
||||
+ // and account for this extra memory within size.
|
||||
+ size_t pageSize = gc::SystemPageSize();
|
||||
+ intptr_t startPtr = reinterpret_cast<intptr_t>(start);
|
||||
+ intptr_t pageStartPtr = startPtr & ~(pageSize - 1);
|
||||
+ void* pageStart = reinterpret_cast<void*>(pageStartPtr);
|
||||
+ size += (startPtr - pageStartPtr);
|
||||
+
|
||||
+ // Round size up
|
||||
+ size += (pageSize - 1);
|
||||
+ size &= ~(pageSize - 1);
|
||||
+
|
||||
+ MOZ_ASSERT((uintptr_t(pageStart) % pageSize) == 0);
|
||||
+
|
||||
+ execMemory.assertValidAddress(pageStart, size);
|
||||
+
|
||||
+ #ifdef XP_WIN
|
||||
+ DWORD oldProtect;
|
||||
+ DWORD flags = ProtectionSettingToFlags(protection);
|
||||
+ if (!VirtualProtect(pageStart, size, flags, &oldProtect))
|
||||
+ return false;
|
||||
+ #else
|
||||
+ unsigned flags = ProtectionSettingToFlags(protection);
|
||||
+ if (mprotect(pageStart, size, flags))
|
||||
+ return false;
|
||||
+ #endif
|
||||
+
|
||||
+ execMemory.assertValidAddress(pageStart, size);
|
||||
+ return true;
|
||||
}
|
||||
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-mozilla_js_src_jit_ProcessExecutableMemory_h,v 1.1 2017/03/08 15:54:54 landry Exp $
|
||||
|
||||
https://gitweb.torproject.org/tor-browser.git/patch/?id=235c607f6bc39e124b9e8430092be249c3d64981
|
||||
|
||||
--- mozilla/js/src/jit/ProcessExecutableMemory.h.orig Sun Mar 5 21:58:26 2017
|
||||
+++ mozilla/js/src/jit/ProcessExecutableMemory.h Wed Mar 8 14:06:00 2017
|
||||
@@ -23,6 +23,8 @@ enum class ProtectionSetting {
|
||||
Executable,
|
||||
};
|
||||
|
||||
+extern MOZ_MUST_USE bool ReprotectRegion(void* start, size_t size, ProtectionSetting protection);
|
||||
+
|
||||
// Functions called at process start-up/shutdown to initialize/release the
|
||||
// executable memory region.
|
||||
extern MOZ_MUST_USE bool InitProcessExecutableMemory();
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-mozilla_security_manager_pki_resources_content_exceptionDialog_js,v 1.6 2015/07/05 20:18:06 landry Exp $
|
||||
--- mozilla/security/manager/pki/resources/content/exceptionDialog.js.orig Wed Mar 11 08:56:41 2015
|
||||
+++ mozilla/security/manager/pki/resources/content/exceptionDialog.js Thu Mar 19 21:22:24 2015
|
||||
@@ -234,6 +234,7 @@ function updateCertStatus() {
|
||||
$OpenBSD: patch-mozilla_security_manager_pki_resources_content_exceptionDialog_js,v 1.7 2017/04/05 09:46:18 landry Exp $
|
||||
--- mozilla/security/manager/pki/resources/content/exceptionDialog.js.orig Fri Sep 2 00:56:51 2016
|
||||
+++ mozilla/security/manager/pki/resources/content/exceptionDialog.js Sat Sep 3 12:23:12 2016
|
||||
@@ -239,6 +239,7 @@ function updateCertStatus() {
|
||||
|
||||
// In these cases, we do want to enable the "Add Exception" button
|
||||
gDialog.getButton("extra1").disabled = false;
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-mozilla_storage_mozStorageConnection_cpp,v 1.1 2016/04/27 14:18:52 landry Exp $
|
||||
--- mozilla/storage/mozStorageConnection.cpp.orig Fri Feb 5 21:02:38 2016
|
||||
+++ mozilla/storage/mozStorageConnection.cpp Fri Feb 5 22:55:15 2016
|
||||
@@ -743,6 +743,13 @@ Connection::initializeInternal()
|
||||
$OpenBSD: patch-mozilla_storage_mozStorageConnection_cpp,v 1.2 2017/04/05 09:46:18 landry Exp $
|
||||
--- mozilla/storage/mozStorageConnection.cpp.orig Wed Feb 15 17:34:47 2017
|
||||
+++ mozilla/storage/mozStorageConnection.cpp Sun Feb 19 15:08:41 2017
|
||||
@@ -782,6 +782,13 @@ Connection::initializeInternal()
|
||||
return convertResultCode(srv);
|
||||
}
|
||||
|
||||
|
@ -1,18 +0,0 @@
|
||||
$OpenBSD: patch-mozilla_toolkit_components_protobuf_src_google_protobuf_stubs_atomicops_h,v 1.1 2016/04/27 14:18:52 landry Exp $
|
||||
|
||||
Fix build on i386: https://bugzilla.mozilla.org/show_bug.cgi?id=1192556
|
||||
|
||||
--- mozilla/toolkit/components/protobuf/src/google/protobuf/stubs/atomicops.h.orig Fri Feb 19 04:22:51 2016
|
||||
+++ mozilla/toolkit/components/protobuf/src/google/protobuf/stubs/atomicops.h Sat Mar 5 11:09:42 2016
|
||||
@@ -78,7 +78,11 @@ typedef intptr_t Atomic64;
|
||||
|
||||
// Use AtomicWord for a machine-sized pointer. It will use the Atomic32 or
|
||||
// Atomic64 routines below, depending on your architecture.
|
||||
+#if defined(__OpenBSD__) && !defined(GOOGLE_PROTOBUF_ARCH_64_BIT)
|
||||
+typedef Atomic32 AtomicWord;
|
||||
+#else
|
||||
typedef intptr_t AtomicWord;
|
||||
+#endif
|
||||
|
||||
// Atomically execute:
|
||||
// result = *ptr;
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-lightning,v 1.20 2016/04/27 14:18:52 landry Exp $
|
||||
@comment $OpenBSD: PLIST-lightning,v 1.21 2017/04/05 09:46:18 landry Exp $
|
||||
@conflict lightning-<=1.0b1
|
||||
@pkgpath productivity/sunbird,-lightning
|
||||
lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}.xpi
|
||||
@ -72,8 +72,6 @@ lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/extensions/{e2fda1a4-762b-4020-b5ad-a41df1
|
||||
lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/components.manifest
|
||||
lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/icaljs-manifest
|
||||
lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/interfaces.xpt
|
||||
@lib lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/libcalbasecomps.so.${LIBcalbasecomps_VERSION}
|
||||
lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/libical-manifest
|
||||
lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/lightningTextCalendarConverter.js
|
||||
lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/defaults/
|
||||
lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/defaults/preferences/
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.20 2016/04/27 14:18:52 landry Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.21 2017/04/05 09:46:18 landry Exp $
|
||||
@conflict mozilla-thunderbird-<=3.1.11
|
||||
@pkgpath mail/mozilla-thunderbird
|
||||
bin/${MOZILLA_PROJECT}
|
||||
@ -6,6 +6,7 @@ lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/
|
||||
lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/application.ini
|
||||
lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/blocklist.xml
|
||||
lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/chrome/
|
||||
lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/chrome.manifest
|
||||
lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/chrome/icons/
|
||||
lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/chrome/icons/default/
|
||||
lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/chrome/icons/default/default16.png
|
||||
@ -27,6 +28,8 @@ lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/dictionaries/en-US.dic
|
||||
lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/distribution/
|
||||
lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/extensions/
|
||||
lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi
|
||||
lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/gtk2/
|
||||
@lib lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/gtk2/libmozgtk.so.${LIBmozgtk_VERSION}
|
||||
lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/isp/
|
||||
lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/isp/Bogofilter.sfd
|
||||
lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/isp/DSPAM.sfd
|
||||
@ -38,6 +41,7 @@ lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/isp/rss.rdf
|
||||
@lib lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/libldap60.so.${LIBldap60_VERSION}
|
||||
@lib lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/libldif60.so.${LIBldif60_VERSION}
|
||||
@lib lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/liblgpllibs.so.${LIBlgpllibs_VERSION}
|
||||
@lib lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/libmozgtk.so.${LIBmozgtk_VERSION}
|
||||
@lib lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/libprldap60.so.${LIBprldap60_VERSION}
|
||||
@lib lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/libxul.so.${LIBxul_VERSION}
|
||||
lib/${MOZILLA_PROJECT}-${MOZILLA_VER}/omni.ja
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.65 2017/03/07 15:40:00 landry Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.66 2017/04/05 09:46:18 landry Exp $
|
||||
|
||||
# keep in sync with www/mozilla/mozilla.port.mk
|
||||
ONLY_FOR_ARCHS = amd64 i386
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
FV = 45.8.0
|
||||
FV = 52.0
|
||||
V = ${FV:C/b.$//}
|
||||
NAME = thunderbird-i18n
|
||||
|
||||
|
@ -1,116 +1,116 @@
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/ar.xpi) = S4eHZDBBZyqtkNEpfqytUQ7IjQRGHRloDTjgBK3RTyE=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/ast.xpi) = Dq1WrQzRFQOmDV91zRgcDIXrfMvEL6acdtPNZPKaDNk=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/be.xpi) = KDbSSFI05UH+LSJ6+PjEdxcwUda9ap21urbGSnT+/QQ=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/bg.xpi) = sMuadoSAnrcePXn/q5tkIsl6Tc9MuMv/FKQDx5pCWYA=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/bn-BD.xpi) = LDSm+aKGBVUZU9QOyGjtQutgXYXqYBK7horcIlHxgVg=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/br.xpi) = BY0FYY3RyD3YVCA+BDwyjsH2k39bhfn/UCRffkKLPAE=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/ca.xpi) = iejGPf7rmopo8oJ4MCFDwvG3EZO/76y7vN9wy0c1cEY=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/cs.xpi) = UOAnKaGkdAo5ZLCFVyuNF8VRz3FDjSTo0YRQc9UEitI=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/cy.xpi) = RvJUn4Vo2yPnNPuVvDg2M14QSGexRnCGBY8GLyRxVS8=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/da.xpi) = t/2yckbVvXjT/8zYO99Df+eR+CDKW6OMrRn1KGxzgMg=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/de.xpi) = QYFAKPKq09MKskWTUJXV98L/yX951zHu2Zd/HPA7ABg=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/dsb.xpi) = Fh3ePM7cvLh56nf8O0O9FrMxwDF/UT2EeRWLD0g0mmM=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/el.xpi) = Ha94g2Sp1zj7KoMkgUB22KBYz/lohMywoky0QP259C4=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/en-GB.xpi) = zx/OntNELE6y5mmWh1cHf3nGhJmtEr6+2uhiWci4MVM=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/en-US.xpi) = Pcw2Pq76gd+p0K6koDeYM57T4SzuqNVsvXZsdW+cvyk=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/es-AR.xpi) = IKdXpO6PNJ5VeKDaLaqUsOzUxbBjFaqSjtQp2bqwPYk=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/es-ES.xpi) = L0hy76yrLi/6nFYfiC629uMj8Cp+Ngbv2g0K73rzhRY=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/et.xpi) = RKjGJSkKWjBsnRlGwQhKMHuDWV3sbMdc/oCUKPSQ/Kc=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/eu.xpi) = pdnzALsFzww+Xt3/lj7nkKKLp3BlMGl+t0ZPICQ0kjo=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/fi.xpi) = XA6g15TU/DXRKB9asU1nJdjEIYCyQtqdZQBb/QNkZ9s=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/fr.xpi) = sMxFjG5WBc3T7CN8/WecFFULOnwTl2N2As8nOmAKAT8=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/fy-NL.xpi) = ai8RJAvmCOkJOMYfrQnEYEkPfEQY2nEybsPMilfOAcs=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/ga-IE.xpi) = RyXRE5CMqtN5oKNgtVzrlMGS6bVHW0l3eKs5uOgSTEw=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/gd.xpi) = qZWPfCODkj4xfJz6Uv0qhT+KyyZzQlIGoabsXpFyeWs=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/gl.xpi) = nr7dQ2dviy1KXeluCSsBZC9aMl2octeIGyUVvH36CbQ=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/he.xpi) = pHbCKmP9ooMwxOA5V88avkB/mscEH3OpwVcYVEHn5eM=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/hr.xpi) = pDRyTwl3ycrqWr9jzo9Vh9C4SWqr0YQD7iberA2r3xs=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/hsb.xpi) = 6AagsaZlL75I56i7nrpgGUyUGIkxpcoD5Q1vvE+7ypI=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/hu.xpi) = HPI25g+3CXhC0n0veRghxj7uPmIyPnPZooipuIitX6U=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/hy-AM.xpi) = UtmIwgS44MtCH5/frB7EohwYzWpAtD6Fc0lDltUWplI=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/id.xpi) = LKnV0XjB27VVnpNwK0sNcEnz812sAeYWp5MWuCUlE2A=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/is.xpi) = 5WkvgzvO5M0avMwKXp1k3A9R8wtRXJ5Oghu8LodUkgk=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/it.xpi) = elUfPHIzBTFyP5fB2Uqp7CG6IZH2jxchNMlagw2M0Z0=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/ja.xpi) = LyvD9GhJDvwEQ3Q8BcQc43BYq0xti1xRXwaJkBNDNsI=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/ko.xpi) = OX3X7xAC86hhdXpJq6937UtYCcU3DIUDHM3wRltFBLg=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/lt.xpi) = s8vx+JUn9uSrZChDvduFq/1lDQ4TGGZNnYmd+w7rBx4=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/nb-NO.xpi) = QGO1GfLmHcyn2PEh8GZNu9T3Cv48v2ssnlxNlbqqqU0=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/nl.xpi) = EpfEa6FpBWe8zDPQhfLesIcUR85mSVnz7p2voCjYBog=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/nn-NO.xpi) = LjtSWRMXCA1eApbrGPTr54Fm7/HFyPdGbuSDoLnPrRY=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/pa-IN.xpi) = nxFICKtnM9nCKZFToeNhy5hhe5fihqEleeCavz+dKXU=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/pl.xpi) = UuH6WTXkOaeEXJR+Oum6C4g9oCu2l25mqtlnfBA6qxc=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/pt-BR.xpi) = wLKWZWClOxE1XSQdUDN3cr0ADMvlGLwrp7KUIQcFd0Q=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/pt-PT.xpi) = jGn1o5EZFyhKcVYlrMTPud0YiE3jz7hBJxqVfb2aVKo=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/rm.xpi) = 2Ui3DfFIpvIgrhqS6jEmxCRsL0xe2vHqp4dhQqYaxrI=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/ro.xpi) = zfaIiHULycWofAQkpg4zr8B1oJ+e9otfrdJNmuLK1Is=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/ru.xpi) = zG9iNvQ+IrEBKWpLZ4ee9sHFjqbHj2n89ObRfl0UOdg=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/si.xpi) = p8Zr5LyzIgEB9rI08uauH0aMCJTsU5GJa+IMrxf4zEU=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/sk.xpi) = yN7pgorRZPPes9u0KgA+88yXui+1CSianxAnf6mCdJU=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/sl.xpi) = RcbY+J0fg+N4kKHdkVV5rDzUzCjVe8KrbTHmOmNBHSk=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/sq.xpi) = HL8Jon7rEisAmSrZyt1KK9dPzfak2swz6JuZo1WNZtY=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/sr.xpi) = E3TaEhEaQF1MNm07vfcd3IpbrutYCuEr3lCGeCnmKPE=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/sv-SE.xpi) = GYDA5hffjZGlJeHfN41JzqWgwJ/XS8oOPlfpDIkdUqw=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/ta-LK.xpi) = ZtlJ6z+2h+caAZxVjqRd4kky1rewSTftCzLk+C5vC20=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/tr.xpi) = jhFqU/l2JOPp8ncFoqN++o1/LSXa09z1ip2fscMBlHI=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/uk.xpi) = Fo1+/Yeed/etfD5Lc25IYRDxqCJfSHpEDmPfQS4BPfE=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/vi.xpi) = OfZKas3HyRarc8J522fw9R23fXVvIVTKIkIGlejl+Vw=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/zh-CN.xpi) = BfLj0lUB70JCLp4mJPFeph9Io1UUjYZ8KWJq8bCadp0=
|
||||
SHA256 (mozilla/thunderbird-i18n-45.8.0/zh-TW.xpi) = feg9Xsk6l7/r6KaSMTmYwCR5yL73BZg9P5djYKSgIJQ=
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/ar.xpi) = 490775
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/ast.xpi) = 428059
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/be.xpi) = 469096
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/bg.xpi) = 524300
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/bn-BD.xpi) = 581440
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/br.xpi) = 466000
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/ca.xpi) = 467980
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/cs.xpi) = 474327
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/cy.xpi) = 456120
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/da.xpi) = 445595
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/de.xpi) = 451956
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/dsb.xpi) = 481644
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/el.xpi) = 514358
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/en-GB.xpi) = 437603
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/en-US.xpi) = 435475
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/es-AR.xpi) = 464684
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/es-ES.xpi) = 388000
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/et.xpi) = 458418
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/eu.xpi) = 456708
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/fi.xpi) = 458335
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/fr.xpi) = 475466
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/fy-NL.xpi) = 464757
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/ga-IE.xpi) = 480317
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/gd.xpi) = 478297
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/gl.xpi) = 478580
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/he.xpi) = 497962
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/hr.xpi) = 463959
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/hsb.xpi) = 479414
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/hu.xpi) = 479583
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/hy-AM.xpi) = 518883
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/id.xpi) = 499982
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/is.xpi) = 462191
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/it.xpi) = 376889
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/ja.xpi) = 519552
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/ko.xpi) = 487418
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/lt.xpi) = 477736
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/nb-NO.xpi) = 460011
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/nl.xpi) = 456664
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/nn-NO.xpi) = 460880
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/pa-IN.xpi) = 551068
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/pl.xpi) = 423867
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/pt-BR.xpi) = 464682
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/pt-PT.xpi) = 463751
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/rm.xpi) = 462651
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/ro.xpi) = 468518
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/ru.xpi) = 463891
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/si.xpi) = 555996
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/sk.xpi) = 481492
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/sl.xpi) = 462781
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/sq.xpi) = 469535
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/sr.xpi) = 565466
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/sv-SE.xpi) = 465434
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/ta-LK.xpi) = 579219
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/tr.xpi) = 467621
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/uk.xpi) = 536438
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/vi.xpi) = 540498
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/zh-CN.xpi) = 489209
|
||||
SIZE (mozilla/thunderbird-i18n-45.8.0/zh-TW.xpi) = 490850
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/ar.xpi) = 4+jUN9OaRJiqGAlZbbxBgnv3hUjXzeYCwhohYSWyB6I=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/ast.xpi) = NNf4UFUsWqeXgU/uHVAtcQcheoRS18G7ZqcZUWOUjGI=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/be.xpi) = dBO6NgMVEFSd16zwfI22otords+NGeeC51uaQDNgI7E=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/bg.xpi) = kP2523U+pMuhgRd3nuLkBugttFsnqUi4tOQEeM3PG94=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/bn-BD.xpi) = VHmKC0dzSfWvpFkJG+30PxvPetI7TTZLk+w65LLfFBI=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/br.xpi) = lVfdWMOuv6M3TMAvFI4+gfzFcP8YJ41NXsqxIs6L57M=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/ca.xpi) = gXBDZZnZmkvygOawPr8PBbCKX5clCUgmIek/CtydQ04=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/cs.xpi) = OvWllEJxg79mKNgKf2vpk0IgdLtFejUoTRH0ZeDpu7M=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/cy.xpi) = rkDxv6HYr19uDinPNhVTWRgU6esSWRPUqji4Cvxgz80=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/da.xpi) = C9ha7yMg1fBr1F0jU5hdQcU2UBxtOj6TFCb7LBIJqNk=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/de.xpi) = iAy8CnzzXlBkq9/lr1G9SkHK/+PSrHJZIArap/TZjLI=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/dsb.xpi) = sBfp/M8rAgXMvCQJ4Xh8SZUsyNAX2OB/rIn1sRBG9aw=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/el.xpi) = GFZODbahwZfrlPRn/kqvOdFY8CHQKlKCYrXmrD3/1pA=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/en-GB.xpi) = eRNKS33nO8cnvE8cJrNgAq4CCFj9F62M3VHrHsiU/4U=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/en-US.xpi) = cnB1r83JTBDcgoMZu6aiRuMPDIZeOMeIP8E6/YOfbcs=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/es-AR.xpi) = Az6YIZG9BbuTU2vtAjEvQ2mvX/rKRwLjV1JYylXX7ts=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/es-ES.xpi) = jAHhfPVD3q7oT83Bczyk07jyfEz3Z/mNpMvOiZ3Eovg=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/et.xpi) = JKX++QqZVgJsejh5m/17tRnSo5s8ygi1MOHGGJm0Tco=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/eu.xpi) = Sd3mz5ZGgFzeeMrh5uuVCzNiIGMyirQykwVWjD4mDDk=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/fi.xpi) = oAHABBxDBndOJleJQCpWy7jPutsj6B2vvQLwF+E8Xbo=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/fr.xpi) = 7gWQCkO969sKvZgfseqdgkPzB0NuyKe9Mv7yHLNc9LY=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/fy-NL.xpi) = VE5908ZcI5zXKQYprZtdJEFYpxk4ddO652tYL8UTmPk=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/ga-IE.xpi) = i4PTbT5NOPgLHuhkmwimULO6vd+q21UdvjkMUn3uIzA=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/gd.xpi) = X1plYb96yDWzhYWs8hjdLNBTXk0PuifXnaRHqicuVms=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/gl.xpi) = WNUkMADJ35LixNqXHEqODk6HgVge8G1E0ZPTTZrX8vU=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/he.xpi) = EFXE0+vxrdhabvRT7y304LjcuePoefqHsjInNi+4Cmk=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/hr.xpi) = K5bywZsmERSwG3o+foH8o4Q69WHKJ1azypGQWDCCU9U=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/hsb.xpi) = r7CtaIFx/GUg4XOzX8NrNSKntefC2T9Td/Ij+jtPRXo=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/hu.xpi) = XRRZiRlqt2chywcIOFfEt6S70He4NQDD0TW4gQ9OHW4=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/hy-AM.xpi) = Hl1m2CS/rvx5ZNbWtteCp2/+74PjmmKMsw/AeH4AQuU=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/id.xpi) = dskq33hInJK5rpNZJYkFablaqsnHJN1HgTB1HdiVHyg=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/is.xpi) = wdTV7/fzWgBHwEUW5h/cCEWuFKhP0DNXdzUT5sI+PB0=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/it.xpi) = oGnb5frPIPJ22RZUasTFzczHpkHK5jgvKr7B/KdYbq8=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/ja.xpi) = Oyli5u+eYs8jR6p470T0R8K8baJG2Qu1K9+WHPyJDXA=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/ko.xpi) = OntEclHDUAl46RdI8+fJNCpFRzvRQRvEe2bIZa9m2e0=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/lt.xpi) = GThTRtTGfKMJG8MJOckmkFQBsge18bFfJFTHSLyectE=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/nb-NO.xpi) = hSJzk9bQ99AMNvdrlgywlFEzndo+wZZAhSVcSOUieZQ=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/nl.xpi) = Bu1ZiO5cg4OLxGLK1i7uNJzsF89T209tO/DOFM7pK8E=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/nn-NO.xpi) = eH+OgRvItWw+0w8B/igFIGxw+nc5+SABS+dX1sqBRJY=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/pa-IN.xpi) = sHCGyhwZssGuKoi4jXtnNPE0T0M6t9rXhILMyvCiAY4=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/pl.xpi) = O74P12JejzvmBfsFU1UZq5cZ8d6GUiSet4tRekZnMOQ=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/pt-BR.xpi) = wZ63i5feEJi3LzSLBzetTHAc0DNcoPAljrI7EobKVWg=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/pt-PT.xpi) = HrBRA3cGZvcYtRolaJRqh+ABD+CFqLh44ewcLgewRUk=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/rm.xpi) = F4gfjW3MRFtuufM+HTfwE5c/N2tNeMWvvTAuKwf0wQQ=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/ro.xpi) = cJaX9uuWJGqMx97genAs7+vi8YbbWCJ3J1R5C0ZGsdM=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/ru.xpi) = EQFqgjGpHZWaSGIMYTqRwJemtj0LFaL0Wx8s+mEvasU=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/si.xpi) = KlU8/x+sXlmohHdTv5tnSjt3h96hSxSCzHXRoSXC03M=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/sk.xpi) = wkeSWYjoeaUE/jddwNIOGWGck2ricMzMT1gYWosBnkA=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/sl.xpi) = bMaVbzhocUxuubc3uCT94K1sDkW85ViES0+CJulcTGc=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/sq.xpi) = +le7GkUd5uuU5bbTjqylYOQZUVAGwmeNqObxRcUjMo4=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/sr.xpi) = P99PCT74eRE4QQfaTfqQ7aFnNVJwAkqV0+1OyxZjGpU=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/sv-SE.xpi) = aJYuLb9b33QUkjyqm8xfiUuCDbatAXwKXOhirBgVKdE=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/ta-LK.xpi) = JeUhxM6hsCY+jPIo4kfnlu2R2XL/6rYAiYgipkyPZBI=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/tr.xpi) = Txa+IYDvhJPf28xtpo2o97FaGA/EQ7uPTDgyLVV51Es=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/uk.xpi) = 4bhsyTRfmxefbFtvPctd+TfbYRL4IbaLS73Jc6R2wxk=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/vi.xpi) = IIGM438lX4290W+QWK9fq2PtYf67CUpx4ssg7aCyK6k=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/zh-CN.xpi) = 5l2zKKHdn7glmrZU22guHJx7luy+53+I+KiKuwtUwfM=
|
||||
SHA256 (mozilla/thunderbird-i18n-52.0/zh-TW.xpi) = vKMc5+mYwWzfWkLlvc7DnVF743yEIy2KJb2LPm7umIc=
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/ar.xpi) = 604234
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/ast.xpi) = 541171
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/be.xpi) = 570930
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/bg.xpi) = 634895
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/bn-BD.xpi) = 676899
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/br.xpi) = 559378
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/ca.xpi) = 569909
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/cs.xpi) = 579148
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/cy.xpi) = 554856
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/da.xpi) = 543334
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/de.xpi) = 555743
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/dsb.xpi) = 584579
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/el.xpi) = 662963
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/en-GB.xpi) = 531232
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/en-US.xpi) = 529121
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/es-AR.xpi) = 565993
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/es-ES.xpi) = 445462
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/et.xpi) = 551659
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/eu.xpi) = 555534
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/fi.xpi) = 550668
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/fr.xpi) = 577559
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/fy-NL.xpi) = 563630
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/ga-IE.xpi) = 583554
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/gd.xpi) = 574063
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/gl.xpi) = 575148
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/he.xpi) = 592564
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/hr.xpi) = 564777
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/hsb.xpi) = 582240
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/hu.xpi) = 586445
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/hy-AM.xpi) = 629877
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/id.xpi) = 546524
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/is.xpi) = 555711
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/it.xpi) = 455406
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/ja.xpi) = 630051
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/ko.xpi) = 595515
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/lt.xpi) = 580596
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/nb-NO.xpi) = 551102
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/nl.xpi) = 557955
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/nn-NO.xpi) = 551890
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/pa-IN.xpi) = 646567
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/pl.xpi) = 469900
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/pt-BR.xpi) = 558222
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/pt-PT.xpi) = 565622
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/rm.xpi) = 557603
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/ro.xpi) = 570528
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/ru.xpi) = 530668
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/si.xpi) = 649009
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/sk.xpi) = 583880
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/sl.xpi) = 562832
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/sq.xpi) = 570614
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/sr.xpi) = 609017
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/sv-SE.xpi) = 565775
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/ta-LK.xpi) = 675037
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/tr.xpi) = 569924
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/uk.xpi) = 652853
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/vi.xpi) = 637162
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/zh-CN.xpi) = 593611
|
||||
SIZE (mozilla/thunderbird-i18n-52.0/zh-TW.xpi) = 595727
|
||||
|
Loading…
Reference in New Issue
Block a user