View | Details | Raw Unified | Return to bug 213141
Collapse All | Expand All

(-)mail/linux-thunderbird/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	thunderbird
4
PORTNAME=	thunderbird
5
DISTVERSION=	45.3.0
5
DISTVERSION=	45.4.0
6
CATEGORIES=	mail news net-im ipv6
6
CATEGORIES=	mail news net-im ipv6
7
MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US \
7
MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US \
8
		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/linux-i686/en-US
8
		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/linux-i686/en-US
(-)mail/linux-thunderbird/distinfo (-3 / +3 lines)
Lines 1-6 Link Here
1
TIMESTAMP = 1473272526
1
TIMESTAMP = 1475328167
2
SHA256 (thunderbird-45.3.0.tar.bz2) = 421830311bc701759916ea6afeb0ba791bf4a94936ca6fde973d657b9fb70916
2
SHA256 (thunderbird-45.4.0.tar.bz2) = d3b3a6fec75b22e67bdc9d7ac4812ea3312195cc0a5fb4ffa500d7b896accb08
3
SIZE (thunderbird-45.3.0.tar.bz2) = 44158198
3
SIZE (thunderbird-45.4.0.tar.bz2) = 44172292
4
SHA256 (glib2-2.22.2-2.fc12.i686.rpm) = e3b459c245ec14e7248e9de4b506963a4773407f3e58835db5070d0ed02ecc99
4
SHA256 (glib2-2.22.2-2.fc12.i686.rpm) = e3b459c245ec14e7248e9de4b506963a4773407f3e58835db5070d0ed02ecc99
5
SIZE (glib2-2.22.2-2.fc12.i686.rpm) = 1162908
5
SIZE (glib2-2.22.2-2.fc12.i686.rpm) = 1162908
6
SHA256 (gtk2-2.18.3-19.fc12.i686.rpm) = aea9cf7ffe9c8dae0faa2bf3d2aa1b2117c55dce03da72dcce8c268279ec0a4b
6
SHA256 (gtk2-2.18.3-19.fc12.i686.rpm) = aea9cf7ffe9c8dae0faa2bf3d2aa1b2117c55dce03da72dcce8c268279ec0a4b
(-)mail/thunderbird/Makefile (-3 / +2 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	thunderbird
4
PORTNAME=	thunderbird
5
DISTVERSION=	45.3.0
5
DISTVERSION=	45.4.0
6
PORTREVISION=	4
7
CATEGORIES=	mail news net-im ipv6
6
CATEGORIES=	mail news net-im ipv6
8
MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
7
MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
9
		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
8
		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
Lines 32-38 Link Here
32
LIB_DEPENDS=	libv4l2.so:multimedia/libv4l
31
LIB_DEPENDS=	libv4l2.so:multimedia/libv4l
33
32
34
EM_VERSION=	1.9.5
33
EM_VERSION=	1.9.5
35
L_VERSION=	4.7.3
34
L_VERSION=	4.7.4
36
35
37
SSP_UNSAFE=	yes
36
SSP_UNSAFE=	yes
38
USE_GECKO=	gecko
37
USE_GECKO=	gecko
(-)mail/thunderbird/distinfo (-3 / +3 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1473253093
1
TIMESTAMP = 1475317656
2
SHA256 (thunderbird-45.3.0.source.tar.xz) = 231f6a7a073344659e436a2b1ae58004c3a29e74375af2c8d0de13f3bc79fac7
2
SHA256 (thunderbird-45.4.0.source.tar.xz) = 36f66edbb9b0f1ff9d0de8f12eab6cccbfa23db79e01db307fb2186904a38e61
3
SIZE (thunderbird-45.3.0.source.tar.xz) = 201005896
3
SIZE (thunderbird-45.4.0.source.tar.xz) = 201094212
4
SHA256 (enigmail-1.9.5.tar.gz) = 831e53a4add0f465241f075be9475103367aa1452675adae054d8fb272e5d3ad
4
SHA256 (enigmail-1.9.5.tar.gz) = 831e53a4add0f465241f075be9475103367aa1452675adae054d8fb272e5d3ad
5
SIZE (enigmail-1.9.5.tar.gz) = 1744278
5
SIZE (enigmail-1.9.5.tar.gz) = 1744278
(-)mail/thunderbird/files/patch-bug1242132 (-13 lines)
Lines 1-13 Link Here
1
# nss-config --cflags returns multiple flags, don't treat them as one string
2
3
--- mozilla/python/mozbuild/mozbuild/frontend/gyp_reader.py~
4
+++ mozilla/python/mozbuild/mozbuild/frontend/gyp_reader.py
5
@@ -217,7 +217,7 @@ def read_from_gyp(config, path, output, 
6
                         # We may be getting make variable references out of the
7
                         # gyp data, and we don't want those in emitted data, so
8
                         # substitute them with their actual value.
9
-                        f = expand_variables(f, config.substs)
10
+                        f = expand_variables(f, config.substs).split()
11
                         if not f:
12
                             continue
13
                         # the result may be a string or a list.
(-)mail/thunderbird/files/patch-bug1243312 (-21 lines)
Lines 1-21 Link Here
1
commit a5c6f19
2
Author: Dragana Damjanovic <dd.mozilla@gmail.com>
3
Date:   Wed Jan 27 01:47:00 2016 +0100
4
5
    Bug 1243312 - nsNetCID is missing in toolkit/system/unixproxy/nsLibProxySettings.cpp. r=jduell
6
---
7
 toolkit/system/unixproxy/nsLibProxySettings.cpp | 1 +
8
 1 file changed, 1 insertion(+)
9
10
diff --git toolkit/system/unixproxy/nsLibProxySettings.cpp toolkit/system/unixproxy/nsLibProxySettings.cpp
11
index f6ec377..e9179c1 100644
12
--- mozilla/toolkit/system/unixproxy/nsLibProxySettings.cpp
13
+++ mozilla/toolkit/system/unixproxy/nsLibProxySettings.cpp
14
@@ -9,6 +9,7 @@
15
 #include "nsIURI.h"
16
 #include "nsString.h"
17
 #include "nsCOMPtr.h"
18
+#include "nsNetCID.h"
19
 #include "nspr.h"
20
 
21
 extern "C" {
(-)mail/thunderbird-i18n/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	thunderbird-i18n
4
PORTNAME=	thunderbird-i18n
5
PORTVERSION=	45.3.0
5
PORTVERSION=	45.4.0
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	mail news net-im
7
CATEGORIES=	mail news net-im
8
MASTER_SITES=	MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \
8
MASTER_SITES=	MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \
(-)mail/thunderbird-i18n/distinfo (-117 / +117 lines)
Lines 1-117 Link Here
1
TIMESTAMP = 1473272484
1
TIMESTAMP = 1475328022
2
SHA256 (xpi/thunderbird-i18n-45.3.0/ar.xpi) = 14e8349dd5c9d44870b31c12831878c41b3346065aef9dfa0b1e53afa01b86d3
2
SHA256 (xpi/thunderbird-i18n-45.4.0/ar.xpi) = 3742f91169a3b677f20deebf0a5303d67276952c217240123147fa33f2559f5c
3
SIZE (xpi/thunderbird-i18n-45.3.0/ar.xpi) = 490775
3
SIZE (xpi/thunderbird-i18n-45.4.0/ar.xpi) = 490775
4
SHA256 (xpi/thunderbird-i18n-45.3.0/ast.xpi) = b029c48931513e7983c6f031b2d9f68e1d2a8b0265807af914c598ed35e69247
4
SHA256 (xpi/thunderbird-i18n-45.4.0/ast.xpi) = 115338fcb25bb536580969f683e0712f9325371c50fde1040db39e6646e1127b
5
SIZE (xpi/thunderbird-i18n-45.3.0/ast.xpi) = 428059
5
SIZE (xpi/thunderbird-i18n-45.4.0/ast.xpi) = 428059
6
SHA256 (xpi/thunderbird-i18n-45.3.0/be.xpi) = 6a2690f13e4182de6aaae74f27acf40d77b0a478e361aad34de838a7f959641f
6
SHA256 (xpi/thunderbird-i18n-45.4.0/be.xpi) = e6d238d0c183f3c3443632984937948f96da0ab646da7fdf9d0137cb9cb94d60
7
SIZE (xpi/thunderbird-i18n-45.3.0/be.xpi) = 469096
7
SIZE (xpi/thunderbird-i18n-45.4.0/be.xpi) = 469096
8
SHA256 (xpi/thunderbird-i18n-45.3.0/bg.xpi) = 4ab4c475533f96bc68e2e01a9963fbcc64ca8908d2803d849eaec9dd6e3833b7
8
SHA256 (xpi/thunderbird-i18n-45.4.0/bg.xpi) = 78f052076fac13bad9a41bae8f731a00af15575ebfe9276638665d7544f607bd
9
SIZE (xpi/thunderbird-i18n-45.3.0/bg.xpi) = 524299
9
SIZE (xpi/thunderbird-i18n-45.4.0/bg.xpi) = 524299
10
SHA256 (xpi/thunderbird-i18n-45.3.0/bn-BD.xpi) = 499f06af305abcbbffa82eed89b986d0322ea221839d438109caf0a5144f3d20
10
SHA256 (xpi/thunderbird-i18n-45.4.0/bn-BD.xpi) = 6ece88bd01954cc52a10bf1b3fb537eb3e12c4a1cd5d93d9100f476cb2f80512
11
SIZE (xpi/thunderbird-i18n-45.3.0/bn-BD.xpi) = 581438
11
SIZE (xpi/thunderbird-i18n-45.4.0/bn-BD.xpi) = 581438
12
SHA256 (xpi/thunderbird-i18n-45.3.0/br.xpi) = fab61235a4808ca07de9cc91193dc1d9a2ae4d0f461bb8df6bcc51436506eba8
12
SHA256 (xpi/thunderbird-i18n-45.4.0/br.xpi) = 79a64fdb3c68269866224b5b9a47b6ccf13c4eb6870f58c8059541ba3aaf818b
13
SIZE (xpi/thunderbird-i18n-45.3.0/br.xpi) = 465999
13
SIZE (xpi/thunderbird-i18n-45.4.0/br.xpi) = 466000
14
SHA256 (xpi/thunderbird-i18n-45.3.0/ca.xpi) = 95ecc9a3189c1cb80debaa00270ce59175c8517d3a69ed26f53f66ccfc8a5a50
14
SHA256 (xpi/thunderbird-i18n-45.4.0/ca.xpi) = 850f9ed3e20b6fb2f82e12898892c0ff92cdfd14bff3b853b843cc3a3f62887b
15
SIZE (xpi/thunderbird-i18n-45.3.0/ca.xpi) = 467980
15
SIZE (xpi/thunderbird-i18n-45.4.0/ca.xpi) = 467980
16
SHA256 (xpi/thunderbird-i18n-45.3.0/cs.xpi) = 89b1fa9550587167d23cd24c6c5eafd3425dda60d0c3beeb930820eb492d70ca
16
SHA256 (xpi/thunderbird-i18n-45.4.0/cs.xpi) = 01a18bc70d834c751f11b2eda248f239bad0f698631f668c3a691c0a992de6c1
17
SIZE (xpi/thunderbird-i18n-45.3.0/cs.xpi) = 474328
17
SIZE (xpi/thunderbird-i18n-45.4.0/cs.xpi) = 474328
18
SHA256 (xpi/thunderbird-i18n-45.3.0/cy.xpi) = 47e089e89d005b7bea32e02bcffeac9792f1758fc66217bf6b3acffd38e031fd
18
SHA256 (xpi/thunderbird-i18n-45.4.0/cy.xpi) = f2053a69135ced25c58e7afb65c05812a667d1097965e6cebc7d1d903897e03d
19
SIZE (xpi/thunderbird-i18n-45.3.0/cy.xpi) = 456120
19
SIZE (xpi/thunderbird-i18n-45.4.0/cy.xpi) = 456120
20
SHA256 (xpi/thunderbird-i18n-45.3.0/da.xpi) = ae4bc970266f6b889a004e73f77ba9633f4657e51eae26cb51d2a5b4164b4818
20
SHA256 (xpi/thunderbird-i18n-45.4.0/da.xpi) = 98669d0d53189e111b6766285702f0f2958112a2a1e72c250aa285de05a04253
21
SIZE (xpi/thunderbird-i18n-45.3.0/da.xpi) = 445595
21
SIZE (xpi/thunderbird-i18n-45.4.0/da.xpi) = 445594
22
SHA256 (xpi/thunderbird-i18n-45.3.0/de.xpi) = 661eb6b901f1a28b9c00862413768482443bd45a148d6bbe47dd52b832a63b29
22
SHA256 (xpi/thunderbird-i18n-45.4.0/de.xpi) = 0d899493efee990999f48260825eb19a9b3e840beb6e3d12eb76cd2abfea67a6
23
SIZE (xpi/thunderbird-i18n-45.3.0/de.xpi) = 451956
23
SIZE (xpi/thunderbird-i18n-45.4.0/de.xpi) = 451956
24
SHA256 (xpi/thunderbird-i18n-45.3.0/dsb.xpi) = 6b5c9ec06b853de794121c9bcbc7c6ae1f8e0406b6d84dde0ad171fac0979474
24
SHA256 (xpi/thunderbird-i18n-45.4.0/dsb.xpi) = ab8a06ea69d8aca4a33807c15e6bb8c8e103c798b25bcc07348e21a9c054b3fa
25
SIZE (xpi/thunderbird-i18n-45.3.0/dsb.xpi) = 481647
25
SIZE (xpi/thunderbird-i18n-45.4.0/dsb.xpi) = 481647
26
SHA256 (xpi/thunderbird-i18n-45.3.0/el.xpi) = 8a8ba1b597e0da878dea8f97338137b252c907cf7a44b14ba702e332b3db370d
26
SHA256 (xpi/thunderbird-i18n-45.4.0/el.xpi) = ef0dc8ea71f43a06023a7cf0ce5ac4b2fc46977dadb027e4bee45c3a947be2c8
27
SIZE (xpi/thunderbird-i18n-45.3.0/el.xpi) = 514358
27
SIZE (xpi/thunderbird-i18n-45.4.0/el.xpi) = 514358
28
SHA256 (xpi/thunderbird-i18n-45.3.0/en-GB.xpi) = 710e441f1c0c89069a1c7f81a07d1a71dfb95bae1969ba0848d07dd1c9171abb
28
SHA256 (xpi/thunderbird-i18n-45.4.0/en-GB.xpi) = 67d9b02860f07fd3b87690cb9bf7caf4f27b1c1f2076edbd55833721852df120
29
SIZE (xpi/thunderbird-i18n-45.3.0/en-GB.xpi) = 437603
29
SIZE (xpi/thunderbird-i18n-45.4.0/en-GB.xpi) = 437602
30
SHA256 (xpi/thunderbird-i18n-45.3.0/en-US.xpi) = 5629d6da99a5c0b7d4a074dd82a085d46edcd9abdceea5520d5b71270a53265b
30
SHA256 (xpi/thunderbird-i18n-45.4.0/en-US.xpi) = e82105e08ca25a3aa1f0bc12ddfa39ef673e476f0c067809e78e7f05ba26fc1b
31
SIZE (xpi/thunderbird-i18n-45.3.0/en-US.xpi) = 435474
31
SIZE (xpi/thunderbird-i18n-45.4.0/en-US.xpi) = 435474
32
SHA256 (xpi/thunderbird-i18n-45.3.0/es-AR.xpi) = ab48d70b5cd131fe3603857bc1df424b8b65e6c5644512ec53e0f685565ac83b
32
SHA256 (xpi/thunderbird-i18n-45.4.0/es-AR.xpi) = 32fee60118f9616b08d6cc82a571886b181fbb3c0ed8e51fe66567cf98fa8dda
33
SIZE (xpi/thunderbird-i18n-45.3.0/es-AR.xpi) = 464684
33
SIZE (xpi/thunderbird-i18n-45.4.0/es-AR.xpi) = 464684
34
SHA256 (xpi/thunderbird-i18n-45.3.0/es-ES.xpi) = a2273d1a286c4a8d079306060171a930fb16185852ae8392cb42838227e0863a
34
SHA256 (xpi/thunderbird-i18n-45.4.0/es-ES.xpi) = bc0ec66057808053025008a1cb0b2023d91e6536d9f64b2aac34dab6e1f35240
35
SIZE (xpi/thunderbird-i18n-45.3.0/es-ES.xpi) = 388000
35
SIZE (xpi/thunderbird-i18n-45.4.0/es-ES.xpi) = 388000
36
SHA256 (xpi/thunderbird-i18n-45.3.0/et.xpi) = b7a399f8b8503da2dfcee62f9bc842a0e7564881fa80a82b036c6dd5fbdb1f33
36
SHA256 (xpi/thunderbird-i18n-45.4.0/et.xpi) = 0e0321a4c04b707fb9d4a879eea38ff4f1df56ae6b1a0dceec724cfeb4a48031
37
SIZE (xpi/thunderbird-i18n-45.3.0/et.xpi) = 458418
37
SIZE (xpi/thunderbird-i18n-45.4.0/et.xpi) = 458419
38
SHA256 (xpi/thunderbird-i18n-45.3.0/eu.xpi) = d5ae34ab7078242c839ed4e3dd686b2a99db0b6469803195fdd9b76dc7d146dd
38
SHA256 (xpi/thunderbird-i18n-45.4.0/eu.xpi) = 173862da12643d9ad5d0934e859081859a728cf604dd6d72f4b71de8e6d61865
39
SIZE (xpi/thunderbird-i18n-45.3.0/eu.xpi) = 456708
39
SIZE (xpi/thunderbird-i18n-45.4.0/eu.xpi) = 456708
40
SHA256 (xpi/thunderbird-i18n-45.3.0/fi.xpi) = be29bac660dc23679e2b7170a9ad6cf41f0e4de7fac1b00b499cb1e3d7da7f11
40
SHA256 (xpi/thunderbird-i18n-45.4.0/fi.xpi) = 73024f4eb37f2b48bec2e47f0fa6fa3e97ffe04400713e3b452143567f56b84d
41
SIZE (xpi/thunderbird-i18n-45.3.0/fi.xpi) = 458335
41
SIZE (xpi/thunderbird-i18n-45.4.0/fi.xpi) = 458335
42
SHA256 (xpi/thunderbird-i18n-45.3.0/fr.xpi) = 809106596fbdb70f5d1b078504b90a99a8fe47e6b149a6b44939087d575ef9df
42
SHA256 (xpi/thunderbird-i18n-45.4.0/fr.xpi) = 0a6031d4535de002a0cc040cafb1e598e2df98ef670338c25f754a8e242eae55
43
SIZE (xpi/thunderbird-i18n-45.3.0/fr.xpi) = 475465
43
SIZE (xpi/thunderbird-i18n-45.4.0/fr.xpi) = 475465
44
SHA256 (xpi/thunderbird-i18n-45.3.0/fy-NL.xpi) = edd06a5b3a09a96559fb3b598579d738e725045e47be97e3a1ec4c2a864680f0
44
SHA256 (xpi/thunderbird-i18n-45.4.0/fy-NL.xpi) = 72091838b72a7483f59aaa8b0c830560a75e5f1884ea257843c8a8bb526c88ca
45
SIZE (xpi/thunderbird-i18n-45.3.0/fy-NL.xpi) = 464757
45
SIZE (xpi/thunderbird-i18n-45.4.0/fy-NL.xpi) = 464757
46
SHA256 (xpi/thunderbird-i18n-45.3.0/ga-IE.xpi) = 88fe8fd6460aeff54d873b0ef8ee3be276e4b2b9ae484a418a615523c484c9ff
46
SHA256 (xpi/thunderbird-i18n-45.4.0/ga-IE.xpi) = 1f6fd5f118720491461ca51e342cf71af0aa6df5c92767ddee102fd35f14396f
47
SIZE (xpi/thunderbird-i18n-45.3.0/ga-IE.xpi) = 480316
47
SIZE (xpi/thunderbird-i18n-45.4.0/ga-IE.xpi) = 480316
48
SHA256 (xpi/thunderbird-i18n-45.3.0/gd.xpi) = c5412c25359a46887a29d6139cf7fd2295ff5aea03411d1eb54e517b8df096c0
48
SHA256 (xpi/thunderbird-i18n-45.4.0/gd.xpi) = 1c2c3f6ef55aec121e981f78b3289beb53e0e11ad1fc4be969330eab2f3e28c6
49
SIZE (xpi/thunderbird-i18n-45.3.0/gd.xpi) = 478296
49
SIZE (xpi/thunderbird-i18n-45.4.0/gd.xpi) = 478296
50
SHA256 (xpi/thunderbird-i18n-45.3.0/gl.xpi) = 2b560084c1ea28d68073990689dc519c0a87c5c9a3e97e651c65017c4ad027ec
50
SHA256 (xpi/thunderbird-i18n-45.4.0/gl.xpi) = 6435b0ee04332a69c7284f221c58f0e5fac2208499f4f8850f5fe7f9c36cd8cb
51
SIZE (xpi/thunderbird-i18n-45.3.0/gl.xpi) = 478580
51
SIZE (xpi/thunderbird-i18n-45.4.0/gl.xpi) = 478580
52
SHA256 (xpi/thunderbird-i18n-45.3.0/he.xpi) = e2885e37ca31ece37f80f0aabaf9cb9d4c343ae6493f5a74933d0101b25931d4
52
SHA256 (xpi/thunderbird-i18n-45.4.0/he.xpi) = 1d63d030edb43a14fbeaaca01a048e5b7de6d001d9e1595efe2cdbbe32fc89cc
53
SIZE (xpi/thunderbird-i18n-45.3.0/he.xpi) = 497962
53
SIZE (xpi/thunderbird-i18n-45.4.0/he.xpi) = 497962
54
SHA256 (xpi/thunderbird-i18n-45.3.0/hr.xpi) = 9f2f6d27922fb18bc973637ff16ff8bfee13260846124eded83e9bd4ac259386
54
SHA256 (xpi/thunderbird-i18n-45.4.0/hr.xpi) = aa7eee8d4ec03bbee12414d8526549925d742416b120c591099a7b8f465bfe26
55
SIZE (xpi/thunderbird-i18n-45.3.0/hr.xpi) = 463959
55
SIZE (xpi/thunderbird-i18n-45.4.0/hr.xpi) = 463959
56
SHA256 (xpi/thunderbird-i18n-45.3.0/hu.xpi) = 31d83972095cb91b2f800d425d86898c1267734cdd130c4f5b6dee508b7f74af
56
SHA256 (xpi/thunderbird-i18n-45.4.0/hu.xpi) = bc66e42252f1e206ae63625dc9d9038403301acbf5a8f7f71a624322fc1008e9
57
SIZE (xpi/thunderbird-i18n-45.3.0/hu.xpi) = 479584
57
SIZE (xpi/thunderbird-i18n-45.4.0/hu.xpi) = 479584
58
SHA256 (xpi/thunderbird-i18n-45.3.0/hsb.xpi) = aa962ab31211f26cadcab83cf53b4702d36ec0aaf254f90501bc61dece171207
58
SHA256 (xpi/thunderbird-i18n-45.4.0/hsb.xpi) = e905d2c8b5b62ffd898876c5bf5b4f1ee62198730eee6ee7e76f90e12a73fbb6
59
SIZE (xpi/thunderbird-i18n-45.3.0/hsb.xpi) = 479414
59
SIZE (xpi/thunderbird-i18n-45.4.0/hsb.xpi) = 479414
60
SHA256 (xpi/thunderbird-i18n-45.3.0/hy-AM.xpi) = 519cc05757b2c3d1b5469cd41b7ca8509061f5ff1a0cce3c172905fc22e414f3
60
SHA256 (xpi/thunderbird-i18n-45.4.0/hy-AM.xpi) = 3f20eebddddd84b4da13b44335576c6bd541ec9286e7b6d3a2aaf5c50f7b5213
61
SIZE (xpi/thunderbird-i18n-45.3.0/hy-AM.xpi) = 518883
61
SIZE (xpi/thunderbird-i18n-45.4.0/hy-AM.xpi) = 518883
62
SHA256 (xpi/thunderbird-i18n-45.3.0/id.xpi) = ca5fadd3bd46423dfea5c8311b53a2e0ee5c13ababf46d7f403c0db1dcc11ebb
62
SHA256 (xpi/thunderbird-i18n-45.4.0/id.xpi) = f504cc06e99c0c4d5ecc4b4bdb53f63cd620c9107714c3f8cc0155cefd2d2a8d
63
SIZE (xpi/thunderbird-i18n-45.3.0/id.xpi) = 499981
63
SIZE (xpi/thunderbird-i18n-45.4.0/id.xpi) = 499981
64
SHA256 (xpi/thunderbird-i18n-45.3.0/is.xpi) = 1e2d34ea4eb7aedadcaa19f78fd181fd300bbde09d77acef22d3d98cedfc4eef
64
SHA256 (xpi/thunderbird-i18n-45.4.0/is.xpi) = b1d8415fb293c4f868306ac65e7ddadd06740ec473cb0477ccb4394e075467f0
65
SIZE (xpi/thunderbird-i18n-45.3.0/is.xpi) = 462190
65
SIZE (xpi/thunderbird-i18n-45.4.0/is.xpi) = 462190
66
SHA256 (xpi/thunderbird-i18n-45.3.0/it.xpi) = cec2d6d74a6009fac0ae32a003eeecaf92764ef64e04cabaab9991f4df0e3f8a
66
SHA256 (xpi/thunderbird-i18n-45.4.0/it.xpi) = f0b70688b8f3fdf3fe287f8d502249008fc3e8e5a79e2bc794d37fdd6d1a031e
67
SIZE (xpi/thunderbird-i18n-45.3.0/it.xpi) = 376889
67
SIZE (xpi/thunderbird-i18n-45.4.0/it.xpi) = 376889
68
SHA256 (xpi/thunderbird-i18n-45.3.0/ja.xpi) = 12c51b7609d66aca80ae5ad182e9f9c7f53b858710e8984c2719bbb3d5fb7424
68
SHA256 (xpi/thunderbird-i18n-45.4.0/ja.xpi) = 4b637aadf553b85dcab6cb7c589093ec7f42a4bc3cf9ebc44a9347f7839dc6cf
69
SIZE (xpi/thunderbird-i18n-45.3.0/ja.xpi) = 519552
69
SIZE (xpi/thunderbird-i18n-45.4.0/ja.xpi) = 519552
70
SHA256 (xpi/thunderbird-i18n-45.3.0/ko.xpi) = bd0136777a199afdc65ba973824a331c73fb179cb48ac97145e6b765e4cc7804
70
SHA256 (xpi/thunderbird-i18n-45.4.0/ko.xpi) = db0731e45fe914fc546f13c8c0e3dfe302333a8414b957abe01a8611b51d2d70
71
SIZE (xpi/thunderbird-i18n-45.3.0/ko.xpi) = 487417
71
SIZE (xpi/thunderbird-i18n-45.4.0/ko.xpi) = 487417
72
SHA256 (xpi/thunderbird-i18n-45.3.0/lt.xpi) = b58979478eb925bfb89c8bd5af244d4cf7e00f6f6552d502e46d798d78b52c8e
72
SHA256 (xpi/thunderbird-i18n-45.4.0/lt.xpi) = 280c80246c5d0ff505814d3104f9e967d50210b52a8b95d31b14e42f17a2a167
73
SIZE (xpi/thunderbird-i18n-45.3.0/lt.xpi) = 477736
73
SIZE (xpi/thunderbird-i18n-45.4.0/lt.xpi) = 477736
74
SHA256 (xpi/thunderbird-i18n-45.3.0/nb-NO.xpi) = e4ab9385fce486a3db941d7bcdb940c30aec48799fd99f8c4bd5b49d912e18a4
74
SHA256 (xpi/thunderbird-i18n-45.4.0/nb-NO.xpi) = 41eb2dbc26bf555ef46b00bc60700bb93ffafa46f9fbebb91a7b46c34599b9d8
75
SIZE (xpi/thunderbird-i18n-45.3.0/nb-NO.xpi) = 460011
75
SIZE (xpi/thunderbird-i18n-45.4.0/nb-NO.xpi) = 460011
76
SHA256 (xpi/thunderbird-i18n-45.3.0/nl.xpi) = 500fa2ff7d7383c0d177e6ac2d6dcfd6bfabe60f691c9c6eb4f38c5a04f74f6a
76
SHA256 (xpi/thunderbird-i18n-45.4.0/nl.xpi) = 269f0821b14dbc2a07b9e211328a6dddf5dc60ab965e4c7716346486213401e7
77
SIZE (xpi/thunderbird-i18n-45.3.0/nl.xpi) = 456664
77
SIZE (xpi/thunderbird-i18n-45.4.0/nl.xpi) = 456664
78
SHA256 (xpi/thunderbird-i18n-45.3.0/nn-NO.xpi) = 0bd32c709071e81e057eabec5c0c5bf5a5eba916b78ce09f093427dcb7900ab8
78
SHA256 (xpi/thunderbird-i18n-45.4.0/nn-NO.xpi) = 8480a9a81980119e7e9e0fe02d0a5f5dc8a150f848245975d46072a9991a8001
79
SIZE (xpi/thunderbird-i18n-45.3.0/nn-NO.xpi) = 460880
79
SIZE (xpi/thunderbird-i18n-45.4.0/nn-NO.xpi) = 460880
80
SHA256 (xpi/thunderbird-i18n-45.3.0/pa-IN.xpi) = ac6f3f94d26f9476f994f40079093e2f40fad8a224821685145b15a7cabd45fd
80
SHA256 (xpi/thunderbird-i18n-45.4.0/pa-IN.xpi) = 8fa60166d04fd0e8aa06c3ae0e47f6ffd7f8fd7c4488782df8f52b678be04b11
81
SIZE (xpi/thunderbird-i18n-45.3.0/pa-IN.xpi) = 551067
81
SIZE (xpi/thunderbird-i18n-45.4.0/pa-IN.xpi) = 551067
82
SHA256 (xpi/thunderbird-i18n-45.3.0/pl.xpi) = cb3ce60d3a7a1b99f7f63e39de4e136aef86d23b2a32d444c2830389237f3110
82
SHA256 (xpi/thunderbird-i18n-45.4.0/pl.xpi) = b691c8758b8b85cfcd1c255f96b8b6bfb6f74748fdfe087b962283bc97746d43
83
SIZE (xpi/thunderbird-i18n-45.3.0/pl.xpi) = 423867
83
SIZE (xpi/thunderbird-i18n-45.4.0/pl.xpi) = 423867
84
SHA256 (xpi/thunderbird-i18n-45.3.0/pt-BR.xpi) = 97a55b58a2d9e174a3a09c817cbb269efd45857b0a44ffd495acd7128f8c8e83
84
SHA256 (xpi/thunderbird-i18n-45.4.0/pt-BR.xpi) = c6b847c7275389d7ce2a95f9203088aab18213b3515fc2950f3c91a0e50364c1
85
SIZE (xpi/thunderbird-i18n-45.3.0/pt-BR.xpi) = 464682
85
SIZE (xpi/thunderbird-i18n-45.4.0/pt-BR.xpi) = 464682
86
SHA256 (xpi/thunderbird-i18n-45.3.0/pt-PT.xpi) = 35a3e8a67a58da58ba21c6e5788ba408ff42706998becbfe2fc2919981a11e9b
86
SHA256 (xpi/thunderbird-i18n-45.4.0/pt-PT.xpi) = d770f8ee181afff99bd5bc3200dad1c83bfd82589e62b7b486ac7f2309eba94a
87
SIZE (xpi/thunderbird-i18n-45.3.0/pt-PT.xpi) = 463751
87
SIZE (xpi/thunderbird-i18n-45.4.0/pt-PT.xpi) = 463751
88
SHA256 (xpi/thunderbird-i18n-45.3.0/rm.xpi) = 76400f0ca680672b3dda2a7471cbd153ed012f46f25772476b26cd5133b8f196
88
SHA256 (xpi/thunderbird-i18n-45.4.0/rm.xpi) = a7e0770679dd02dd1afa356a03f51e1b217bef1b3864e19f106962a9fc69a2be
89
SIZE (xpi/thunderbird-i18n-45.3.0/rm.xpi) = 462650
89
SIZE (xpi/thunderbird-i18n-45.4.0/rm.xpi) = 462650
90
SHA256 (xpi/thunderbird-i18n-45.3.0/ro.xpi) = 339dcae1301575b2e80f62513ff0a7fa80bda0bbd2e1768a4b46b0967ed68cbe
90
SHA256 (xpi/thunderbird-i18n-45.4.0/ro.xpi) = 3f3664f5ad48e062ce73625aae545bfbf1860d8b247a1515b4d18f379291bde1
91
SIZE (xpi/thunderbird-i18n-45.3.0/ro.xpi) = 468518
91
SIZE (xpi/thunderbird-i18n-45.4.0/ro.xpi) = 468518
92
SHA256 (xpi/thunderbird-i18n-45.3.0/ru.xpi) = a9f177a77be928bdf6b766f28a318c59059952a9eaa255d301487e04011e0ea4
92
SHA256 (xpi/thunderbird-i18n-45.4.0/ru.xpi) = 18643265f02d7d0398e219c12a2be407db40bd8c34b6dc29c79342734cd8acaf
93
SIZE (xpi/thunderbird-i18n-45.3.0/ru.xpi) = 463891
93
SIZE (xpi/thunderbird-i18n-45.4.0/ru.xpi) = 463891
94
SHA256 (xpi/thunderbird-i18n-45.3.0/si.xpi) = 6220c44dfc6063c40b31bcbb38d3ba631af1cb8ce83ab56a6650d233a8224273
94
SHA256 (xpi/thunderbird-i18n-45.4.0/si.xpi) = 5206e8b878183277c65d614377c154ebfab34b094c8aa76ab93fcd92157571e5
95
SIZE (xpi/thunderbird-i18n-45.3.0/si.xpi) = 555995
95
SIZE (xpi/thunderbird-i18n-45.4.0/si.xpi) = 555995
96
SHA256 (xpi/thunderbird-i18n-45.3.0/sk.xpi) = e3dcc38d2fb6f99bdb61c05b668a8ac9f9edafd39367f7187beb6de0c0fbc6b9
96
SHA256 (xpi/thunderbird-i18n-45.4.0/sk.xpi) = 775d268775de1c547e32981546e7bfcd6d73da880ebdbb85eeea414d7017293f
97
SIZE (xpi/thunderbird-i18n-45.3.0/sk.xpi) = 481492
97
SIZE (xpi/thunderbird-i18n-45.4.0/sk.xpi) = 481492
98
SHA256 (xpi/thunderbird-i18n-45.3.0/sl.xpi) = 634e6cc802bb959161605d3debce6e42a788f123d8fcb553a5d31710c1905afb
98
SHA256 (xpi/thunderbird-i18n-45.4.0/sl.xpi) = 0715d18ca9585d7f36d771e22a02b3890216c70ed1e68f6ab586929e613c6e5a
99
SIZE (xpi/thunderbird-i18n-45.3.0/sl.xpi) = 462777
99
SIZE (xpi/thunderbird-i18n-45.4.0/sl.xpi) = 462777
100
SHA256 (xpi/thunderbird-i18n-45.3.0/sq.xpi) = e5a979709fa05c77b317c314d4cd4480fb4ebc515edae875741240c9ca776d7e
100
SHA256 (xpi/thunderbird-i18n-45.4.0/sq.xpi) = 1b3fa3df5140e934ea13906d5db934c365edd9573b1b0803902681a342bba08e
101
SIZE (xpi/thunderbird-i18n-45.3.0/sq.xpi) = 469534
101
SIZE (xpi/thunderbird-i18n-45.4.0/sq.xpi) = 469535
102
SHA256 (xpi/thunderbird-i18n-45.3.0/sr.xpi) = ed293a2e16420aa71783d0e100696a0ad80d5c901647073703df9f9e04eac89d
102
SHA256 (xpi/thunderbird-i18n-45.4.0/sr.xpi) = e8ec87ffdd35b598846b7389855145c702e763736f5481d180eabe90dee643e2
103
SIZE (xpi/thunderbird-i18n-45.3.0/sr.xpi) = 565465
103
SIZE (xpi/thunderbird-i18n-45.4.0/sr.xpi) = 565465
104
SHA256 (xpi/thunderbird-i18n-45.3.0/sv-SE.xpi) = a02ae56d7fd8918f018724d08af56f095a0e7f9dd5caf2dabbf09b811d807c8f
104
SHA256 (xpi/thunderbird-i18n-45.4.0/sv-SE.xpi) = 83e2cb632f8bc2ccf5e38ffe3a952741410451e3e92a7e2e928f62ac5806ee20
105
SIZE (xpi/thunderbird-i18n-45.3.0/sv-SE.xpi) = 465433
105
SIZE (xpi/thunderbird-i18n-45.4.0/sv-SE.xpi) = 465434
106
SHA256 (xpi/thunderbird-i18n-45.3.0/ta-LK.xpi) = 981f7d8ebe94e3333340b1b87b4f58d8616df0961ce3593fd22b070372f6da70
106
SHA256 (xpi/thunderbird-i18n-45.4.0/ta-LK.xpi) = 6962a711d3e008f3e6d56b0e21bab1f877c9a94ab8b1bfc14fbd1461cbeb674c
107
SIZE (xpi/thunderbird-i18n-45.3.0/ta-LK.xpi) = 579219
107
SIZE (xpi/thunderbird-i18n-45.4.0/ta-LK.xpi) = 579219
108
SHA256 (xpi/thunderbird-i18n-45.3.0/tr.xpi) = afe590afdb4c4b82a4bce715f06dacd2b67ec748b173ee164b046711128f2a8a
108
SHA256 (xpi/thunderbird-i18n-45.4.0/tr.xpi) = a38156623205abff1865263dabdbebbf834ef64f19761bef698eb244c3456fdd
109
SIZE (xpi/thunderbird-i18n-45.3.0/tr.xpi) = 467622
109
SIZE (xpi/thunderbird-i18n-45.4.0/tr.xpi) = 467621
110
SHA256 (xpi/thunderbird-i18n-45.3.0/uk.xpi) = 521d71834e427f2e7302533f76290e7f3da4195955cb7a63f3fa193806856ff3
110
SHA256 (xpi/thunderbird-i18n-45.4.0/uk.xpi) = 2b23b35e01d2a5d9a32b1a6e96ab4a2ad6b8fffb0ecec2faf6d5ee9b49659a10
111
SIZE (xpi/thunderbird-i18n-45.3.0/uk.xpi) = 536438
111
SIZE (xpi/thunderbird-i18n-45.4.0/uk.xpi) = 536438
112
SHA256 (xpi/thunderbird-i18n-45.3.0/vi.xpi) = 36325c156df4a34a581fe8fc0e5c013364f40e4057cc2ba60701a02bdda7fe1e
112
SHA256 (xpi/thunderbird-i18n-45.4.0/vi.xpi) = 35ea6857cbf496bf918756db414fb612a2817bf59c26134d57343207f2015072
113
SIZE (xpi/thunderbird-i18n-45.3.0/vi.xpi) = 540497
113
SIZE (xpi/thunderbird-i18n-45.4.0/vi.xpi) = 540497
114
SHA256 (xpi/thunderbird-i18n-45.3.0/zh-CN.xpi) = cf53c911e587360f7acf1756dc714d975b3691b3521f49d409b6a5f5b3b1b016
114
SHA256 (xpi/thunderbird-i18n-45.4.0/zh-CN.xpi) = 549174da246854c7826cb3047306d59c5e34cd6568d1091f07512e8a5557535d
115
SIZE (xpi/thunderbird-i18n-45.3.0/zh-CN.xpi) = 489209
115
SIZE (xpi/thunderbird-i18n-45.4.0/zh-CN.xpi) = 489209
116
SHA256 (xpi/thunderbird-i18n-45.3.0/zh-TW.xpi) = 0c2d483534b394fd27cf934e80537d0c789023b4f67eef87965679278d6a6e7c
116
SHA256 (xpi/thunderbird-i18n-45.4.0/zh-TW.xpi) = a865d3403db417a513e29fdc80ffaeecaeffc130eb6d4183a533f46676809d32
117
SIZE (xpi/thunderbird-i18n-45.3.0/zh-TW.xpi) = 490850
117
SIZE (xpi/thunderbird-i18n-45.4.0/zh-TW.xpi) = 490850

Return to bug 213141