View | Details | Raw Unified | Return to bug 204277 | Differences between
and this patch

Collapse All | Expand All

(-)Mk/Uses/gecko.mk (-2 / +2 lines)
Lines 37-48 Link Here
37
.elif ${gecko_ARGS:Mfirefox}
37
.elif ${gecko_ARGS:Mfirefox}
38
38
39
_GECKO_DEFAULT_VERSION=	38
39
_GECKO_DEFAULT_VERSION=	38
40
_GECKO_VERSIONS=		38 41
40
_GECKO_VERSIONS=		38 42
41
_GECKO_TYPE=	firefox
41
_GECKO_TYPE=	firefox
42
42
43
# Dependence lines for different Firefox versions
43
# Dependence lines for different Firefox versions
44
38_DEPENDS=		${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr
44
38_DEPENDS=		${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr
45
41_DEPENDS=		${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox
45
42_DEPENDS=		${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox
46
46
47
.if exists(${LOCALBASE}/bin/firefox)
47
.if exists(${LOCALBASE}/bin/firefox)
48
_GECKO_INSTALLED_VER!=	${LOCALBASE}/bin/firefox --version 2>/dev/null
48
_GECKO_INSTALLED_VER!=	${LOCALBASE}/bin/firefox --version 2>/dev/null
(-)www/firefox/Makefile (-6 / +7 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	firefox
4
PORTNAME=	firefox
5
DISTVERSION=	41.0.2
5
DISTVERSION=	42.0
6
DISTVERSIONSUFFIX=.source
6
DISTVERSIONSUFFIX=.source
7
PORTEPOCH=	1
7
PORTEPOCH=	1
8
CATEGORIES=	www ipv6
8
CATEGORIES=	www ipv6
Lines 12-18 Link Here
12
MAINTAINER=	gecko@FreeBSD.org
12
MAINTAINER=	gecko@FreeBSD.org
13
COMMENT=	Web browser based on the browser portion of Mozilla
13
COMMENT=	Web browser based on the browser portion of Mozilla
14
14
15
BUILD_DEPENDS=	nspr>=4.10.8:${PORTSDIR}/devel/nspr \
15
BUILD_DEPENDS=	nspr>=4.10.10:${PORTSDIR}/devel/nspr \
16
		nss>=3.19.2:${PORTSDIR}/security/nss \
16
		nss>=3.19.2:${PORTSDIR}/security/nss \
17
		libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \
17
		libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \
18
		soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \
18
		soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \
Lines 25-32 Link Here
25
		v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \
25
		v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \
26
		autoconf-2.13:${PORTSDIR}/devel/autoconf213 \
26
		autoconf-2.13:${PORTSDIR}/devel/autoconf213 \
27
		zip:${PORTSDIR}/archivers/zip \
27
		zip:${PORTSDIR}/archivers/zip \
28
		unzip:${PORTSDIR}/archivers/unzip
28
		unzip:${PORTSDIR}/archivers/unzip \
29
#		opus>=1.1:${PORTSDIR}/audio/opus \
29
		libav>0:${PORTSDIR}/multimedia/libav
30
30
31
LIB_DEPENDS=	libv4l2.so:${PORTSDIR}/multimedia/libv4l
31
LIB_DEPENDS=	libv4l2.so:${PORTSDIR}/multimedia/libv4l
32
32
Lines 40-45 Link Here
40
QT_NONSTANDARD=	yes
40
QT_NONSTANDARD=	yes
41
USE_GL=		gl
41
USE_GL=		gl
42
USES=		dos2unix tar:xz
42
USES=		dos2unix tar:xz
43
43
DOS2UNIX_FILES=	media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp
44
DOS2UNIX_FILES=	media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp
44
45
45
FIREFOX_ICON=		${MOZILLA}.png
46
FIREFOX_ICON=		${MOZILLA}.png
Lines 46-52 Link Here
46
FIREFOX_ICON_SRC=	${PREFIX}/lib/${MOZILLA}/browser/chrome/icons/default/default48.png
47
FIREFOX_ICON_SRC=	${PREFIX}/lib/${MOZILLA}/browser/chrome/icons/default/default48.png
47
MOZ_OPTIONS=	--program-transform-name='s/firefox/${MOZILLA}/' \
48
MOZ_OPTIONS=	--program-transform-name='s/firefox/${MOZILLA}/' \
48
		--enable-application=browser \
49
		--enable-application=browser \
49
		--enable-official-branding
50
		--enable-official-branding --with-system-av
50
51
51
OPTIONS_EXCLUDE=	LOGGING
52
OPTIONS_EXCLUDE=	LOGGING
52
OPTIONS_DEFAULT=	GTK2
53
OPTIONS_DEFAULT=	GTK2
Lines 57-63 Link Here
57
.include "${.CURDIR}/../../www/firefox/Makefile.options"
58
.include "${.CURDIR}/../../www/firefox/Makefile.options"
58
.include <bsd.port.pre.mk>
59
.include <bsd.port.pre.mk>
59
60
60
WRKSRC:=	${WRKDIR}/mozilla-release
61
WRKSRC:=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
61
62
62
.if ${PORT_OPTIONS:MALSA}
63
.if ${PORT_OPTIONS:MALSA}
63
RUN_DEPENDS+=	alsa-lib>=1.0.27.2_1:${PORTSDIR}/audio/alsa-lib
64
RUN_DEPENDS+=	alsa-lib>=1.0.27.2_1:${PORTSDIR}/audio/alsa-lib
(-)www/firefox/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (firefox-41.0.2.source.tar.xz) = ff00689f4d2ff54c5eb7b3aa367560a3645800eb0c96e73a795e461461b1970e
1
SHA256 (firefox-42.0.source.tar.xz) = 994a346699298277b64ec0cab72660b8d3e5b879a2ac79207576f7e6c33da3ae
2
SIZE (firefox-41.0.2.source.tar.xz) = 159761468
2
SIZE (firefox-42.0.source.tar.xz) = 165766832
(-)www/firefox/files/patch-browser-app-nsBrowserApp.cpp (-1 / +1 lines)
Lines 1-6 Link Here
1
--- browser/app/nsBrowserApp.cpp~
1
--- browser/app/nsBrowserApp.cpp~
2
+++ browser/app/nsBrowserApp.cpp
2
+++ browser/app/nsBrowserApp.cpp
3
@@ -417,6 +417,8 @@ int main(int argc, char* argv[])
3
@@ -338,6 +338,8 @@ int main(int argc, char* argv[])
4
   TriggerQuirks();
4
   TriggerQuirks();
5
 #endif
5
 #endif
6
 
6
 
(-)www/firefox/files/patch-bug1181382 (-15 lines)
Lines 1-15 Link Here
1
--- dom/mobilemessage/MobileMessageManager.h.orig	2015-09-17 22:13:25 UTC
2
+++ dom/mobilemessage/MobileMessageManager.h
3
@@ -14,11 +14,11 @@
4
 class nsISmsService;
5
 class nsIDOMMozSmsMessage;
6
 class nsIDOMMozMmsMessage;
7
-class Promise;
8
 
9
 namespace mozilla {
10
 namespace dom {
11
 
12
+class Promise;
13
 class DOMRequest;
14
 class DOMCursor;
15
 struct MmsParameters;
(-)www/firefox/files/patch-bug779713 (-64 / +3 lines)
Lines 1-37 Link Here
1
diff --git mfbt/Alignment.h mfbt/Alignment.h
1
--- mfbt/Alignment.h.orig	2015-10-29 22:17:54.000000000 +0000
2
index e0843ca..353ec36 100644
2
+++ mfbt/Alignment.h	2015-11-03 21:24:20.123910000 +0000
3
--- mfbt/Alignment.h
3
@@ -44,7 +45,10 @@
4
+++ mfbt/Alignment.h
5
@@ -9,11 +9,20 @@
6
 #ifndef mozilla_Alignment_h
7
 #define mozilla_Alignment_h
8
 
9
+#include "mozilla/Attributes.h"
10
+
11
 #include <stddef.h>
12
 #include <stdint.h>
13
 
14
 namespace mozilla {
15
 
16
+#if defined(MOZ_HAVE_CXX11_ALIGNAS)
17
+#define MOZ_ALIGNOF(T) alignof(T)
18
+#elif defined(__GNUC__)
19
+#define MOZ_ALIGNOF(T) __alignof__(T)
20
+#elif defined(_MSC_VER)
21
+#define MOZ_ALIGNOF(T) __alignof(T)
22
+#else
23
 /*
24
  * This class, and the corresponding macro MOZ_ALIGNOF, figures out how many
25
  * bytes of alignment a given type needs.
26
@@ -32,6 +41,7 @@ public:
27
 };
28
 
29
 #define MOZ_ALIGNOF(T) mozilla::AlignmentFinder<T>::alignment
30
+#endif
31
 
32
 /*
33
  * Declare the MOZ_ALIGNED_DECL macro for declaring aligned types.
34
@@ -43,7 +53,10 @@ public:
35
  * will declare a two-character array |arr| aligned to 8 bytes.
4
  * will declare a two-character array |arr| aligned to 8 bytes.
36
  */
5
  */
37
 
6
 
Lines 43-75 Link Here
43
 #  define MOZ_ALIGNED_DECL(_type, _align) \
12
 #  define MOZ_ALIGNED_DECL(_type, _align) \
44
      _type __attribute__((aligned(_align)))
13
      _type __attribute__((aligned(_align)))
45
 #elif defined(_MSC_VER)
14
 #elif defined(_MSC_VER)
46
diff --git mfbt/Attributes.h mfbt/Attributes.h
47
index d317766..ddb13da 100644
48
--- mfbt/Attributes.h
49
+++ mfbt/Attributes.h
50
@@ -50,6 +50,7 @@
51
  * don't indicate support for them here, due to
52
  * http://stackoverflow.com/questions/20498142/visual-studio-2013-explicit-keyword-bug
53
  */
54
+#  define MOZ_HAVE_CXX11_ALIGNAS
55
 #  define MOZ_HAVE_NEVER_INLINE          __declspec(noinline)
56
 #  define MOZ_HAVE_NORETURN              __declspec(noreturn)
57
 #  ifdef __clang__
58
@@ -70,6 +71,9 @@
59
 #  ifndef __has_extension
60
 #    define __has_extension __has_feature /* compatibility, for older versions of clang */
61
 #  endif
62
+#  if __has_extension(cxx_alignas)
63
+#    define MOZ_HAVE_CXX11_ALIGNAS
64
+#  endif
65
 #  if __has_extension(cxx_constexpr)
66
 #    define MOZ_HAVE_CXX11_CONSTEXPR
67
 #  endif
68
@@ -86,6 +90,7 @@
69
 #  if defined(__GXX_EXPERIMENTAL_CXX0X__) || __cplusplus >= 201103L
70
 #    define MOZ_HAVE_CXX11_CONSTEXPR
71
 #    if MOZ_GCC_VERSION_AT_LEAST(4, 8, 0)
72
+#      define MOZ_HAVE_CXX11_ALIGNAS
73
 #      define MOZ_HAVE_CXX11_CONSTEXPR_IN_TEMPLATES
74
 #    endif
75
 #    define MOZ_HAVE_EXPLICIT_CONVERSION
(-)www/firefox/files/patch-bug847568 (-1 / +1 lines)
Lines 174-180 Link Here
174
index 1d0c2f9..adb8941 100644
174
index 1d0c2f9..adb8941 100644
175
--- gfx/skia/moz.build
175
--- gfx/skia/moz.build
176
+++ gfx/skia/moz.build
176
+++ gfx/skia/moz.build
177
@@ -970,6 +970,9 @@ if CONFIG['GNU_CXX']:
177
@@ -675,6 +675,9 @@ if CONFIG['GNU_CXX']:
178
     if CONFIG['CPU_ARCH'] == 'arm':
178
     if CONFIG['CPU_ARCH'] == 'arm':
179
         SOURCES['trunk/src/opts/SkBlitRow_opts_arm.cpp'].flags += ['-fomit-frame-pointer']
179
         SOURCES['trunk/src/opts/SkBlitRow_opts_arm.cpp'].flags += ['-fomit-frame-pointer']
180
 
180
 
(-)www/firefox/files/patch-bug981348 (-37 / +7 lines)
Lines 1-41 Link Here
1
diff --git dom/system/OSFileConstants.cpp dom/system/OSFileConstants.cpp
1
--- dom/system/OSFileConstants.cpp.orig	2015-10-29 22:17:58.000000000 +0000
2
index 4b21361..cb3be32 100644
2
+++ dom/system/OSFileConstants.cpp	2015-11-03 21:39:09.106304000 +0000
3
--- dom/system/OSFileConstants.cpp
3
@@ -662,7 +662,7 @@
4
+++ dom/system/OSFileConstants.cpp
5
@@ -596,7 +596,7 @@ static const dom::ConstantSpec gLibcProperties[] =
6
 
4
 
7
   { "OSFILE_SIZEOF_STATVFS", INT_TO_JSVAL(sizeof (struct statvfs)) },
5
   { "OSFILE_SIZEOF_STATVFS", JS::Int32Value(sizeof (struct statvfs)) },
8
 
6
 
9
-  { "OSFILE_OFFSETOF_STATVFS_F_BSIZE", INT_TO_JSVAL(offsetof (struct statvfs, f_bsize)) },
7
-  { "OSFILE_OFFSETOF_STATVFS_F_BSIZE", JS::Int32Value(offsetof (struct statvfs, f_bsize)) },
10
+  { "OSFILE_OFFSETOF_STATVFS_F_FRSIZE", INT_TO_JSVAL(offsetof (struct statvfs, f_frsize)) },
8
+  { "OSFILE_OFFSETOF_STATVFS_F_FRSIZE", JS::Int32Value(offsetof (struct statvfs, f_frsize)) },
11
   { "OSFILE_OFFSETOF_STATVFS_F_BAVAIL", INT_TO_JSVAL(offsetof (struct statvfs, f_bavail)) },
9
   { "OSFILE_OFFSETOF_STATVFS_F_BAVAIL", JS::Int32Value(offsetof (struct statvfs, f_bavail)) },
12
 
10
 
13
 #endif // defined(XP_UNIX)
11
 #endif // defined(XP_UNIX)
14
diff --git toolkit/components/osfile/modules/osfile_unix_back.jsm toolkit/components/osfile/modules/osfile_unix_back.jsm
15
index b59fca4..0cf220b 100644
16
--- toolkit/components/osfile/modules/osfile_unix_back.jsm
17
+++ toolkit/components/osfile/modules/osfile_unix_back.jsm
18
@@ -228,8 +228,8 @@
19
          let statvfs = new SharedAll.HollowStructure("statvfs",
20
            Const.OSFILE_SIZEOF_STATVFS);
21
 
22
-         statvfs.add_field_at(Const.OSFILE_OFFSETOF_STATVFS_F_BSIZE,
23
-                        "f_bsize", Type.unsigned_long.implementation);
24
+         statvfs.add_field_at(Const.OSFILE_OFFSETOF_STATVFS_F_FRSIZE,
25
+                        "f_frsize", Type.unsigned_long.implementation);
26
          statvfs.add_field_at(Const.OSFILE_OFFSETOF_STATVFS_F_BAVAIL,
27
                         "f_bavail", Type.fsblkcnt_t.implementation);
28
 
29
diff --git toolkit/components/osfile/modules/osfile_unix_front.jsm toolkit/components/osfile/modules/osfile_unix_front.jsm
30
index 99e5e9b..de642c5 100644
31
--- toolkit/components/osfile/modules/osfile_unix_front.jsm
32
+++ toolkit/components/osfile/modules/osfile_unix_front.jsm
33
@@ -373,7 +373,7 @@
34
        throw_on_negative("statvfs",  UnixFile.statvfs(sourcePath, fileSystemInfoPtr));
35
 
36
        let bytes = new Type.uint64_t.implementation(
37
-                        fileSystemInfo.f_bsize * fileSystemInfo.f_bavail);
38
+                        fileSystemInfo.f_frsize * fileSystemInfo.f_bavail);
39
 
40
        return bytes.value;
41
      };
(-)www/firefox/files/patch-memory-jemalloc-Makefile.in (-6 / +7 lines)
Lines 1-10 Link Here
1
--- memory/jemalloc/Makefile.in~
1
--- memory/mozjemalloc/Makefile.in.orig	2015-11-03 22:02:29.393485000 +0000
2
+++ memory/jemalloc/Makefile.in
2
+++ memory/mozjemalloc/Makefile.in	2015-11-03 22:02:40.241624000 +0000
3
@@ -7,3 +7,7 @@ include $(topsrcdir)/config/rules.mk
3
@@ -17,3 +17,8 @@ endif
4
 ifdef GNU_CC
5
 CFLAGS += -std=gnu99
6
 endif
4
 endif
7
+
5
 endif
6
7
+include $(topsrcdir)/config/config.mk
8
+ 
8
+# XXX startup crash workaround for gcc47 on amd64
9
+# XXX startup crash workaround for gcc47 on amd64
9
+jemalloc.$(OBJ_SUFFIX): OS_CFLAGS := $(filter-out -O3 -Ofast,$(OS_CFLAGS))
10
+jemalloc.$(OBJ_SUFFIX): OS_CFLAGS := $(filter-out -O3 -Ofast,$(OS_CFLAGS))
10
+jemalloc.$(OBJ_SUFFIX): MOZ_OPTIMIZE_FLAGS=
11
+jemalloc.$(OBJ_SUFFIX): MOZ_OPTIMIZE_FLAGS=
(-)www/firefox/files/patch-noyasm (+77 lines)
Line 0 Link Here
1
--- configure.in
2
+++ configure.in
3
@@ -6404,74 +6404,6 @@ elif test -n "$MOZ_LIBJPEG_TURBO"; then
4
 fi
5
 
6
 dnl ========================================================
7
-dnl = libav-fft configuration
8
-dnl ========================================================
9
-
10
-MOZ_LIBAV_FFT=
11
-
12
-dnl Turn on libav-fft for 32-bit windows, and all 64-bit supported platforms.
13
-dnl 32-bit linux/os x have text relocation issues.
14
-
15
-case "$OS_ARCH:$CPU_ARCH" in
16
-  WINNT:x86)
17
-      MOZ_LIBAV_FFT=1
18
-  ;;
19
-  *:x86_64)
20
-      MOZ_LIBAV_FFT=1
21
-  ;;
22
-esac
23
-
24
-dnl Detect if we can use yasm to compile libav's assembly
25
-
26
-if test -n "$MOZ_LIBAV_FFT"; then
27
-  AC_DEFINE(MOZ_LIBAV_FFT)
28
-  dnl Do we support libav-fft on this platform?
29
-  case "$OS_ARCH:$CPU_ARCH" in
30
-  Darwin:x86_64)
31
-    LIBAV_FFT_ASFLAGS="-f macho64 -rnasm -pnasm -D__x86_64__ -DPIC -DMACHO"
32
-  ;;
33
-  WINNT:x86)
34
-    LIBAV_FFT_ASFLAGS="-f win32 -rnasm -pnasm -DPIC -DWIN32"
35
-  ;;
36
-  WINNT:x86_64)
37
-    LIBAV_FFT_ASFLAGS="-f win64 -rnasm -pnasm -D__x86_64__ -DPIC -DWIN64 -DMSVC"
38
-  ;;
39
-  *:x86_64)
40
-    if $CC -E -dM -</dev/null | grep -q __ELF__; then
41
-      LIBAV_FFT_ASFLAGS="-f elf64 -rnasm -pnasm -D__x86_64__ -DPIC -DELF"
42
-    fi
43
-  ;;
44
-  *)
45
-    AC_MSG_ERROR([libav's FFT routines are only available for 32-bit windows or 64-bit x86 based platforms.])
46
-  ;;
47
-  esac
48
-fi
49
-
50
-if test -n "$LIBAV_FFT_ASFLAGS"; then
51
-  dnl If we're on an x86 or x64 system which supports libav-fft's asm routines
52
-  dnl check for Yasm, and error out if it doesn't exist or we have too old of a
53
-  dnl version.
54
-  LIBAV_FFT_AS=$YASM
55
-  if test -z "$LIBAV_FFT_AS" ; then
56
-    AC_MSG_ERROR([Yasm is required to build with libav's optimized FFT routines, but you do not appear to have Yasm installed. See https://developer.mozilla.org/en/YASM for more details.])
57
-  fi
58
-  dnl Check that we have the right yasm version.  We require 1.0.1 or newer
59
-  dnl on Linux and 1.1 or newer everywhere else.
60
-  if test "$OS_ARCH" = "Linux" ; then
61
-    if test "$_YASM_MAJOR_VERSION" -lt "1" -o \( "$_YASM_MAJOR_VERSION" -eq "1" -a "$_YASM_MINOR_VERSION" -eq "0" -a "$_YASM_RELEASE" -lt "1" \) ; then
62
-      AC_MSG_ERROR([Yasm 1.0.1 or greater is required to build with libav's optimized FFT routines, but you do not appear to have Yasm installed.  See https://developer.mozilla.org/en/YASM for more details.])
63
-    fi
64
-  else
65
-    if test "$_YASM_MAJOR_VERSION" -lt "1" -o \( "$_YASM_MAJOR_VERSION" -eq "1" -a "$_YASM_MINOR_VERSION" -lt "1" \) ; then
66
-      AC_MSG_ERROR([Yasm 1.1 or greater is required to build with libav's optimized FFT routines, but you do not appear to have Yasm installed.  See https://developer.mozilla.org/en/YASM for more details.])
67
-    fi
68
-  fi
69
-elif test -n "$MOZ_LIBAV_FFT" -a "${CPU_ARCH}" != "arm"; then
70
-  dnl Warn if we're not building either libav or opendl-max optimized routines.
71
-  AC_MSG_WARN([No assembler or assembly support for libav-fft.  Using unoptimized C routines.])
72
-fi
73
-
74
-dnl ========================================================
75
 dnl = Enable compilation of specific extension modules
76
 dnl ========================================================
77
 
(-)www/firefox/files/patch-nslib (+10 lines)
Line 0 Link Here
1
--- toolkit/system/unixproxy/nsLibProxySettings.cpp.orig	2015-11-04 09:28:20.503528000 +0100
2
+++ toolkit/system/unixproxy/nsLibProxySettings.cpp	2015-11-04 09:28:48.544958000 +0100
3
@@ -9,6 +9,7 @@
4
 #include "nsIURI.h"
5
 #include "nsString.h"
6
 #include "nsCOMPtr.h"
7
+#include "nsNetCID.h"
8
 #include "nspr.h"
9
 
10
 extern "C" {
(-)www/firefox/files/patch-soundtouch-revert (+136 lines)
Line 0 Link Here
1
--- ./dom/media/AudioStream.cpp.orig	2015-10-29 22:17:56.000000000 +0000
2
+++ ./dom/media/AudioStream.cpp	2015-11-04 04:07:11.782776000 +0000
3
@@ -129,7 +129,6 @@ AudioStream::AudioStream()
4
   , mOutChannels(0)
5
   , mWritten(0)
6
   , mAudioClock(this)
7
-  , mTimeStretcher(nullptr)
8
   , mLatencyRequest(HighLatency)
9
   , mReadPoint(0)
10
   , mDumpFile(nullptr)
11
@@ -152,9 +151,6 @@ AudioStream::~AudioStream()
12
   if (mDumpFile) {
13
     fclose(mDumpFile);
14
   }
15
-  if (mTimeStretcher) {
16
-    soundtouch::destroySoundTouchObj(mTimeStretcher);
17
-  }
18
 }
19
 
20
 size_t
21
@@ -177,7 +173,7 @@ nsresult AudioStream::EnsureTimeStretche
22
 {
23
   mMonitor.AssertCurrentThreadOwns();
24
   if (!mTimeStretcher) {
25
-    mTimeStretcher = soundtouch::createSoundTouchObj();
26
+    mTimeStretcher = new soundtouch::SoundTouch();
27
     mTimeStretcher->setSampleRate(mInRate);
28
     mTimeStretcher->setChannels(mOutChannels);
29
     mTimeStretcher->setPitch(1.0);
30
--- ./dom/media/AudioStream.h.orig	2015-10-29 22:17:56.000000000 +0000
31
+++ ./dom/media/AudioStream.h	2015-11-04 04:07:11.783405000 +0000
32
@@ -15,7 +15,7 @@
33
 #include "mozilla/RefPtr.h"
34
 #include "mozilla/UniquePtr.h"
35
 #include "CubebUtils.h"
36
-#include "soundtouch/SoundTouchFactory.h"
37
+#include "soundtouch/SoundTouch.h"
38
 
39
 namespace mozilla {
40
 
41
@@ -329,7 +329,7 @@ private:
42
   // Number of frames written to the buffers.
43
   int64_t mWritten;
44
   AudioClock mAudioClock;
45
-  soundtouch::SoundTouch* mTimeStretcher;
46
+  nsAutoPtr<soundtouch::SoundTouch> mTimeStretcher;
47
   nsRefPtr<AsyncLatencyLogger> mLatencyLog;
48
 
49
   // copy of Latency logger's starting time for offset calculations
50
--- ./media/libsoundtouch/src/SoundTouchFactory.cpp.orig	2015-10-29 22:17:50.000000000 +0000
51
+++ ./media/libsoundtouch/src/SoundTouchFactory.cpp	2015-11-04 04:07:11.783823000 +0000
52
@@ -1,31 +0,0 @@
53
-/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
54
-/* vim:set ts=2 sw=2 sts=2 et cindent: */
55
-/* This Source Code Form is subject to the terms of the Mozilla Public
56
- * License, v. 2.0. If a copy of the MPL was not distributed with this
57
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
58
-
59
-#include <soundtouch/SoundTouch.h>
60
-
61
-namespace soundtouch
62
-{
63
-
64
-EXPORT
65
-soundtouch::SoundTouch*
66
-createSoundTouchObj()
67
-{
68
-  return new soundtouch::SoundTouch();
69
-}
70
-
71
-EXPORT
72
-void
73
-destroySoundTouchObj(soundtouch::SoundTouch* aObj)
74
-{
75
-  // SoundTouch runs deletes in its destructor, meaning they need to be run in
76
-  // the DLL context. Gecko should send its SoundTouch obj pointers here to be
77
-  // cleaned up.
78
-  if (aObj) {
79
-    delete aObj;
80
-  }
81
-}
82
-
83
-}
84
--- ./media/libsoundtouch/src/SoundTouchFactory.h.orig	2015-10-29 22:17:50.000000000 +0000
85
+++ ./media/libsoundtouch/src/SoundTouchFactory.h	2015-11-04 04:07:11.784212000 +0000
86
@@ -1,22 +0,0 @@
87
-/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
88
-/* vim:set ts=2 sw=2 sts=2 et cindent: */
89
-/* This Source Code Form is subject to the terms of the Mozilla Public
90
- * License, v. 2.0. If a copy of the MPL was not distributed with this
91
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
92
-
93
-// Code for dealing with creating/deleting SoundTouch objects across DLL
94
-// boundaries.
95
-
96
-#include <soundtouch/STTypes.h>
97
-#include <soundtouch/SoundTouch.h>
98
-
99
-namespace soundtouch
100
-{
101
-EXPORT
102
-soundtouch::SoundTouch*
103
-createSoundTouchObj();
104
-
105
-EXPORT
106
-void
107
-destroySoundTouchObj(soundtouch::SoundTouch* aObj);
108
-}
109
--- ./media/libsoundtouch/src/moz.build.orig	2015-10-29 22:17:50.000000000 +0000
110
+++ ./media/libsoundtouch/src/moz.build	2015-11-04 04:07:11.784640000 +0000
111
@@ -8,7 +8,6 @@ EXPORTS.soundtouch += [
112
     'FIFOSamplePipe.h',
113
     'SoundTouch.h',
114
     'soundtouch_config.h',
115
-    'SoundTouchFactory.h',
116
     'STTypes.h',
117
 ]
118
 
119
@@ -22,7 +21,6 @@ UNIFIED_SOURCES += [
120
     'InterpolateShannon.cpp',
121
     'RateTransposer.cpp',
122
     'SoundTouch.cpp',
123
-    'SoundTouchFactory.cpp',
124
     'TDStretch.cpp',
125
 ]
126
 
127
--- ./media/libsoundtouch/src/soundtouch_perms.h.orig	2015-10-29 22:17:50.000000000 +0000
128
+++ ./media/libsoundtouch/src/soundtouch_perms.h	2015-11-04 04:07:11.785026000 +0000
129
@@ -12,7 +12,6 @@
130
 
131
 #pragma GCC visibility push(default)
132
 #include "SoundTouch.h"
133
-#include "SoundTouchFactory.h"
134
 #pragma GCC visibility pop
135
 
136
 #endif // MOZILLA_SOUNDTOUCH_PERMS_H
(-)www/firefox/files/patch-z-bug517422 (-20 / +6 lines)
Lines 67-85 Link Here
67
 ]
67
 ]
68
 
68
 
69
 DIRS += ['../../' + i for i in external_dirs]
69
 DIRS += ['../../' + i for i in external_dirs]
70
diff --git config/system-headers config/system-headers
71
index bef567c..9807c29 100644
72
--- config/system-headers
70
--- config/system-headers
73
+++ config/system-headers
71
+++ config/system-headers
74
@@ -1263,7 +1263,6 @@ X11/Xlocale.h
72
@@ -1257,8 +1257,6 @@ X11/Xlocale.h
75
 X11/Xos.h
73
 X11/Xos.h
76
 X11/Xutil.h
74
 X11/Xutil.h
77
 zmouse.h
75
 zmouse.h
78
-soundtouch/SoundTouch.h
76
-soundtouch/SoundTouch.h
79
 #if MOZ_NATIVE_PNG==1
77
-soundtouch/SoundTouchFactory.h
80
 png.h
78
 #if MOZ_LIBAV_FFT==1
79
 libavcodec/avfft.h
81
 #endif
80
 #endif
82
@@ -1325,6 +1324,7 @@ vorbis/codec.h
81
@@ -1323,6 +1321,7 @@ vorbis/codec.h
83
 theora/theoradec.h
82
 theora/theoradec.h
84
 tremor/ivorbiscodec.h
83
 tremor/ivorbiscodec.h
85
 speex/speex_resampler.h
84
 speex/speex_resampler.h
Lines 87-93 Link Here
87
 ogg/ogg.h
86
 ogg/ogg.h
88
 ogg/os_types.h
87
 ogg/os_types.h
89
 nestegg/nestegg.h
88
 nestegg/nestegg.h
90
@@ -1365,3 +1365,35 @@ graphite2/Segment.h
89
@@ -1364,3 +1363,35 @@ graphite2/Segment.h
91
 harfbuzz/hb-ot.h
90
 harfbuzz/hb-ot.h
92
 harfbuzz/hb.h
91
 harfbuzz/hb.h
93
 #endif
92
 #endif
Lines 285-303 Link Here
285
 dnl = Disable VP8 decoder support
284
 dnl = Disable VP8 decoder support
286
 dnl ========================================================
285
 dnl ========================================================
287
 MOZ_ARG_DISABLE_BOOL(webm,
286
 MOZ_ARG_DISABLE_BOOL(webm,
288
diff --git dom/media/AudioStream.h dom/media/AudioStream.h
289
index 085676d..00c54fb 100644
290
--- dom/media/AudioStream.h
291
+++ dom/media/AudioStream.h
292
@@ -17,7 +17,7 @@
293
 #include "CubebUtils.h"
294
 
295
 namespace soundtouch {
296
-class SoundTouch;
297
+class MOZ_IMPORT_API SoundTouch;
298
 }
299
 
300
 namespace mozilla {
301
diff --git dom/media/moz.build dom/media/moz.build
287
diff --git dom/media/moz.build dom/media/moz.build
302
index 7526cff..e0a0ca0 100644
288
index 7526cff..e0a0ca0 100644
303
--- dom/media/moz.build
289
--- dom/media/moz.build
(-)www/firefox-i18n/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	firefox-i18n
4
PORTNAME=	firefox-i18n
5
PORTVERSION=	41.0.2
5
PORTVERSION=	42.0
6
CATEGORIES=	www
6
CATEGORIES=	www
7
MASTER_SITES=	MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \
7
MASTER_SITES=	MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \
8
		MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi
8
		MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi
Lines 15-21 Link Here
15
15
16
EXTRACT_DEPENDS=	zip:${PORTSDIR}/archivers/zip
16
EXTRACT_DEPENDS=	zip:${PORTSDIR}/archivers/zip
17
17
18
USES=		zip:infozip gecko:firefox,41,build
18
USES=		zip:infozip gecko:firefox,42,build
19
USE_XPI=	firefox linux-firefox
19
USE_XPI=	firefox linux-firefox
20
20
21
NO_ARCH=	yes
21
NO_ARCH=	yes
(-)www/firefox-i18n/distinfo (-178 / +178 lines)
Lines 1-178 Link Here
1
SHA256 (xpi/firefox-i18n-41.0.2/ach.xpi) = 3b332869d2deaf179015e59edc3f6c7ee0338018ae0c542d173f0805bfc22064
1
SHA256 (xpi/firefox-i18n-42.0/ach.xpi) = 80b7f285d462ea72b49e482519c8d6265ad4767e89b1bfdc2e2d82eabff45be8
2
SIZE (xpi/firefox-i18n-41.0.2/ach.xpi) = 483441
2
SIZE (xpi/firefox-i18n-42.0/ach.xpi) = 484101
3
SHA256 (xpi/firefox-i18n-41.0.2/af.xpi) = 483ebf4ad220bc63b00fc5ed14cc0daa5093e8618a1f766e27ef7ea702d88404
3
SHA256 (xpi/firefox-i18n-42.0/af.xpi) = 087fc72613b98336eefc5db701b361188d7e3950365650651c2b53ced362eea6
4
SIZE (xpi/firefox-i18n-41.0.2/af.xpi) = 486122
4
SIZE (xpi/firefox-i18n-42.0/af.xpi) = 491004
5
SHA256 (xpi/firefox-i18n-41.0.2/an.xpi) = 141e88b1570061128d7538b86f8a506c9ade736532127615470ab52d2305b43b
5
SHA256 (xpi/firefox-i18n-42.0/an.xpi) = 7b99498a270e20066f9791e92841ee61a1da88b883c36e611cfe79a4abeb7285
6
SIZE (xpi/firefox-i18n-41.0.2/an.xpi) = 464518
6
SIZE (xpi/firefox-i18n-42.0/an.xpi) = 469526
7
SHA256 (xpi/firefox-i18n-41.0.2/ar.xpi) = fbe22a9b348c6a822c7578392d65f229be88da6d03908160ff1c84dc0712884f
7
SHA256 (xpi/firefox-i18n-42.0/ar.xpi) = c4bd2e007fffa25743e8f20f70baf3abcef6aee59b82fc1360a9a2ebf120da69
8
SIZE (xpi/firefox-i18n-41.0.2/ar.xpi) = 521161
8
SIZE (xpi/firefox-i18n-42.0/ar.xpi) = 527045
9
SHA256 (xpi/firefox-i18n-41.0.2/as.xpi) = 95b7be1a421bd70d66f6564df38692230a6cbbcac8f9f49be8ec0a8fd1c11beb
9
SHA256 (xpi/firefox-i18n-42.0/as.xpi) = 397f51b49a9a5c754079561e5245e2e61508e61b1f1386e80fb9aaa91b4424c8
10
SIZE (xpi/firefox-i18n-41.0.2/as.xpi) = 511220
10
SIZE (xpi/firefox-i18n-42.0/as.xpi) = 516804
11
SHA256 (xpi/firefox-i18n-41.0.2/ast.xpi) = ab8e967adfefe0e91290f72617a073790ef279485c06745f9541b329db8051b7
11
SHA256 (xpi/firefox-i18n-42.0/ast.xpi) = a6dd8e3b2439f047c8aa929050df202b1128f54a01c7d55e86a0d582c4372096
12
SIZE (xpi/firefox-i18n-41.0.2/ast.xpi) = 399124
12
SIZE (xpi/firefox-i18n-42.0/ast.xpi) = 409860
13
SHA256 (xpi/firefox-i18n-41.0.2/az.xpi) = b4427e377344c51f76b3707bfbf81d1f7a2bdd507dd06794cfd39a24de9e9017
13
SHA256 (xpi/firefox-i18n-42.0/az.xpi) = fe56a7bd0694dd42946cfc1723c4c7d2075f2588baff2ca742afd2761df434d0
14
SIZE (xpi/firefox-i18n-41.0.2/az.xpi) = 492918
14
SIZE (xpi/firefox-i18n-42.0/az.xpi) = 498264
15
SHA256 (xpi/firefox-i18n-41.0.2/be.xpi) = c225c0927f0855462c4157c3cdcb89660202c1dc16689a66ad8be7cef837fefd
15
SHA256 (xpi/firefox-i18n-42.0/be.xpi) = 0fb8d84bbe69b6402847fe9be3392e50f867a8949b3597947287d1cb5723e40d
16
SIZE (xpi/firefox-i18n-41.0.2/be.xpi) = 453405
16
SIZE (xpi/firefox-i18n-42.0/be.xpi) = 458684
17
SHA256 (xpi/firefox-i18n-41.0.2/bg.xpi) = 7a8f79c1d0b2ec0a5838d2b94c0c920e7143d1be8186122663853ac9748a088d
17
SHA256 (xpi/firefox-i18n-42.0/bg.xpi) = 68f2334cbd91976b12de4d489d46f0a1a02720a02b848d0f1ead2d1475f94b35
18
SIZE (xpi/firefox-i18n-41.0.2/bg.xpi) = 492967
18
SIZE (xpi/firefox-i18n-42.0/bg.xpi) = 497770
19
SHA256 (xpi/firefox-i18n-41.0.2/bn-BD.xpi) = dafbf53ff047ccd787c6996989126feb4749b4569967d47bd6fba56f51055e43
19
SHA256 (xpi/firefox-i18n-42.0/bn-BD.xpi) = c49c4df26fa1396efec68ddecde3947204baf7f5040c4380e4ab0742592db27e
20
SIZE (xpi/firefox-i18n-41.0.2/bn-BD.xpi) = 527572
20
SIZE (xpi/firefox-i18n-42.0/bn-BD.xpi) = 545583
21
SHA256 (xpi/firefox-i18n-41.0.2/bn-IN.xpi) = e12b7af83786242d78b28b6e398db791fe336bfda9cecde66b0275feabca0dca
21
SHA256 (xpi/firefox-i18n-42.0/bn-IN.xpi) = 5b91351ccdcf064eb22f8d3077573d94ed2005e434885535a6018532ca67dfba
22
SIZE (xpi/firefox-i18n-41.0.2/bn-IN.xpi) = 530270
22
SIZE (xpi/firefox-i18n-42.0/bn-IN.xpi) = 537276
23
SHA256 (xpi/firefox-i18n-41.0.2/br.xpi) = f1b321fa81746f334c795555d6cc5e6196462a22bcd4e2f8092a413209ab1bb8
23
SHA256 (xpi/firefox-i18n-42.0/br.xpi) = 5372bf36dbad0f368c6e1926c8c9d6ca40136f25c7dd818d933ca5568f3a1e9f
24
SIZE (xpi/firefox-i18n-41.0.2/br.xpi) = 444532
24
SIZE (xpi/firefox-i18n-42.0/br.xpi) = 449190
25
SHA256 (xpi/firefox-i18n-41.0.2/bs.xpi) = f0998f8e15698245757ce27b5b91bc228b3dc7e182029594f500cc7b6bb0ae03
25
SHA256 (xpi/firefox-i18n-42.0/bs.xpi) = 78784ccf40c531ebecf58bedf96db046a9eed42062ca05c80c5ecc5d5dbb6f48
26
SIZE (xpi/firefox-i18n-41.0.2/bs.xpi) = 486282
26
SIZE (xpi/firefox-i18n-42.0/bs.xpi) = 488131
27
SHA256 (xpi/firefox-i18n-41.0.2/ca.xpi) = a81e043f4cae9e5aba31e904899d57aaf55001a4f7f1967e6262aa2632b7f3e8
27
SHA256 (xpi/firefox-i18n-42.0/ca.xpi) = f60be77d1edc340303d0580d6da07812e5b536223859226cb26adc4b837fa5e9
28
SIZE (xpi/firefox-i18n-41.0.2/ca.xpi) = 461322
28
SIZE (xpi/firefox-i18n-42.0/ca.xpi) = 465823
29
SHA256 (xpi/firefox-i18n-41.0.2/cs.xpi) = 3dd5156b50781e20caac4c96c42631f60c0c8d06a28f7e495f17bb43dff60bc0
29
SHA256 (xpi/firefox-i18n-42.0/cs.xpi) = ff4f81fbc34e17b6c742a20927a8dee0dc7cdf8743d6c5219f898ffd0d750ba6
30
SIZE (xpi/firefox-i18n-41.0.2/cs.xpi) = 450334
30
SIZE (xpi/firefox-i18n-42.0/cs.xpi) = 455106
31
SHA256 (xpi/firefox-i18n-41.0.2/cy.xpi) = 93a3c98479aa4be8531e4665eef9b0051605cf1d4c897147b223e1a350a3221a
31
SHA256 (xpi/firefox-i18n-42.0/cy.xpi) = 3d01d9210c7bd2708f99add6299c089654030a8b47e87e9a6debb9d58ab2eeeb
32
SIZE (xpi/firefox-i18n-41.0.2/cy.xpi) = 448184
32
SIZE (xpi/firefox-i18n-42.0/cy.xpi) = 451680
33
SHA256 (xpi/firefox-i18n-41.0.2/da.xpi) = 5cac7e3161cc1fc01cc22ba9b9f10a58dd111c241c5305589249987643877ad0
33
SHA256 (xpi/firefox-i18n-42.0/da.xpi) = af056943a836fb36b8433e64e9b3003452280787ae155518559b1525d3566368
34
SIZE (xpi/firefox-i18n-41.0.2/da.xpi) = 453404
34
SIZE (xpi/firefox-i18n-42.0/da.xpi) = 458413
35
SHA256 (xpi/firefox-i18n-41.0.2/de.xpi) = d7d0130fe5dfadaffd2585665e53390dae2572209176070d810345145f9a86cf
35
SHA256 (xpi/firefox-i18n-42.0/de.xpi) = 0301696932c69da60274dc19de58d50cc6a8beabb0387ad4d4526bdba1557790
36
SIZE (xpi/firefox-i18n-41.0.2/de.xpi) = 455711
36
SIZE (xpi/firefox-i18n-42.0/de.xpi) = 460744
37
SHA256 (xpi/firefox-i18n-41.0.2/dsb.xpi) = f59b75f1a340a80ac4ddb781d77a3e3bf102496677828446aa2a79064195f41c
37
SHA256 (xpi/firefox-i18n-42.0/dsb.xpi) = b6a5a998fad95e082b4c94b69c36680de7c5908efb85e222c4f9448f233458ee
38
SIZE (xpi/firefox-i18n-41.0.2/dsb.xpi) = 474538
38
SIZE (xpi/firefox-i18n-42.0/dsb.xpi) = 479637
39
SHA256 (xpi/firefox-i18n-41.0.2/el.xpi) = 36719f38269d0819ea05fe2a46c89cb4bd2859d26a740c46901e94e4bbd40175
39
SHA256 (xpi/firefox-i18n-42.0/el.xpi) = 93479275cc21ce09597de19b841642120100ab00916f23ed9bfd71bb67cfd9b6
40
SIZE (xpi/firefox-i18n-41.0.2/el.xpi) = 501621
40
SIZE (xpi/firefox-i18n-42.0/el.xpi) = 505735
41
SHA256 (xpi/firefox-i18n-41.0.2/en-GB.xpi) = 0c0029261b1f446e33aca64a3b6d42d5da1d3399770c3ace221d37fd44a9ca83
41
SHA256 (xpi/firefox-i18n-42.0/en-GB.xpi) = e282b2425bbbb60a3eebfa3e16cb6d747a72da505ee2a48378ee2d08dba6ab57
42
SIZE (xpi/firefox-i18n-41.0.2/en-GB.xpi) = 441099
42
SIZE (xpi/firefox-i18n-42.0/en-GB.xpi) = 443856
43
SHA256 (xpi/firefox-i18n-41.0.2/en-US.xpi) = cb7eab8536840a63409b5480170046227540d89f1973d121f713e1d59240f150
43
SHA256 (xpi/firefox-i18n-42.0/en-US.xpi) = 9bf74eaccbe740c513be7e406f582907c578838b6d0f14e4c346689490517167
44
SIZE (xpi/firefox-i18n-41.0.2/en-US.xpi) = 471247
44
SIZE (xpi/firefox-i18n-42.0/en-US.xpi) = 475844
45
SHA256 (xpi/firefox-i18n-41.0.2/en-ZA.xpi) = 830d11b44164e2a92a9bd68fb7b85b095de7e4fc2ea92bae1fa316688868b695
45
SHA256 (xpi/firefox-i18n-42.0/en-ZA.xpi) = 0ea29117a55aca8acab2df176790c1024510ac5db23b61ccccb14223fbd12b3d
46
SIZE (xpi/firefox-i18n-41.0.2/en-ZA.xpi) = 444146
46
SIZE (xpi/firefox-i18n-42.0/en-ZA.xpi) = 449903
47
SHA256 (xpi/firefox-i18n-41.0.2/eo.xpi) = 2aa44595d2745809a989a533584de0ad4f3c63de2e1b5b8536645b5e05d88b28
47
SHA256 (xpi/firefox-i18n-42.0/eo.xpi) = f4c24c83b2dd4ece852d4bba0ce902233408eaf45aed5185b9f462d737d6d527
48
SIZE (xpi/firefox-i18n-41.0.2/eo.xpi) = 487996
48
SIZE (xpi/firefox-i18n-42.0/eo.xpi) = 491605
49
SHA256 (xpi/firefox-i18n-41.0.2/es-AR.xpi) = 2c70f52a537657073bc02530015a950c08d8248033426af2678e99c6680ec25c
49
SHA256 (xpi/firefox-i18n-42.0/es-AR.xpi) = 92fc906a1957ca00d8bdfde61fcc59feb367338857b3f2740ac15ae6931c2127
50
SIZE (xpi/firefox-i18n-41.0.2/es-AR.xpi) = 456519
50
SIZE (xpi/firefox-i18n-42.0/es-AR.xpi) = 459408
51
SHA256 (xpi/firefox-i18n-41.0.2/es-CL.xpi) = d1cf2f9c65022cdc241ddaa168054467a53f32542744f79e85a8ee986bc4df4c
51
SHA256 (xpi/firefox-i18n-42.0/es-CL.xpi) = 776b59c03dbabda037e65902b1a87c6634beca0449cd9c35f300db64d88d5fc9
52
SIZE (xpi/firefox-i18n-41.0.2/es-CL.xpi) = 381634
52
SIZE (xpi/firefox-i18n-42.0/es-CL.xpi) = 386944
53
SHA256 (xpi/firefox-i18n-41.0.2/es-ES.xpi) = 719cbe56de47866677d1102dd3f962be403339f8979eaac619c5c8c2eceaecb3
53
SHA256 (xpi/firefox-i18n-42.0/es-ES.xpi) = 1abbe63ebcd37cf44ad6d60759916d81f272910b9edcda0e36ab16090ba2e629
54
SIZE (xpi/firefox-i18n-41.0.2/es-ES.xpi) = 370112
54
SIZE (xpi/firefox-i18n-42.0/es-ES.xpi) = 373753
55
SHA256 (xpi/firefox-i18n-41.0.2/es-MX.xpi) = e55cd314abaa79123fec2bf8bae49afaf8771065c0698ac0ba996844bd608457
55
SHA256 (xpi/firefox-i18n-42.0/es-MX.xpi) = 041dcad0d1840f79ae1f4769796aa080c9834261ede4e55f55300411808b940b
56
SIZE (xpi/firefox-i18n-41.0.2/es-MX.xpi) = 460285
56
SIZE (xpi/firefox-i18n-42.0/es-MX.xpi) = 465414
57
SHA256 (xpi/firefox-i18n-41.0.2/et.xpi) = aa542ee5e33cbe402819741ded10402fa8e9f962cdb877cfbabf1d84290d982c
57
SHA256 (xpi/firefox-i18n-42.0/et.xpi) = af4b17647e9e88652b352aa40b3aae87c254d025e8fd488c08b0f96d82176e07
58
SIZE (xpi/firefox-i18n-41.0.2/et.xpi) = 445440
58
SIZE (xpi/firefox-i18n-42.0/et.xpi) = 450258
59
SHA256 (xpi/firefox-i18n-41.0.2/eu.xpi) = e489687bff01f23761a2419d406885d0d0f21c9c5837994698ac037720a85145
59
SHA256 (xpi/firefox-i18n-42.0/eu.xpi) = cfe32d285ffe379aa7307d4de3fb639ffb961b1ebba857406f12cc15e7f61b64
60
SIZE (xpi/firefox-i18n-41.0.2/eu.xpi) = 469718
60
SIZE (xpi/firefox-i18n-42.0/eu.xpi) = 474713
61
SHA256 (xpi/firefox-i18n-41.0.2/fa.xpi) = 229d1e5c884b8efdccb591d2b7a10cb58926bfab8c1bd4a71c3eb1aa155a1050
61
SHA256 (xpi/firefox-i18n-42.0/fa.xpi) = 5c0dbc5f709145ca93e89e0ad67c688821a3080476f5202c987d9d2b035800ce
62
SIZE (xpi/firefox-i18n-41.0.2/fa.xpi) = 516159
62
SIZE (xpi/firefox-i18n-42.0/fa.xpi) = 526702
63
SHA256 (xpi/firefox-i18n-41.0.2/ff.xpi) = d09fa597de20f69d7332a63abafd97edfada4b42a9f4e3cd55b2720adb644120
63
SHA256 (xpi/firefox-i18n-42.0/ff.xpi) = d43f31eae539b6616f88e7dc0023eef4e4e64940ca4f625ab983fc52e7135321
64
SIZE (xpi/firefox-i18n-41.0.2/ff.xpi) = 454689
64
SIZE (xpi/firefox-i18n-42.0/ff.xpi) = 461016
65
SHA256 (xpi/firefox-i18n-41.0.2/fi.xpi) = 9e8a4e9446f614cafa6a7d712e6111f8443c255c5ed37fb2b67fc4936fa71c8c
65
SHA256 (xpi/firefox-i18n-42.0/fi.xpi) = 6db03ffb84a02132ad852a9e6a223834ba00182ce34fab5e19b7c16dad6d2269
66
SIZE (xpi/firefox-i18n-41.0.2/fi.xpi) = 447176
66
SIZE (xpi/firefox-i18n-42.0/fi.xpi) = 452032
67
SHA256 (xpi/firefox-i18n-41.0.2/fr.xpi) = fae768e7985278c934aefcdb00276e8c78b68ec84ef6247a83071be23f29a508
67
SHA256 (xpi/firefox-i18n-42.0/fr.xpi) = 8eeec5d50b169f4102921941dfd43c8bb02f82e82c8f6a38a291c322914f17ce
68
SIZE (xpi/firefox-i18n-41.0.2/fr.xpi) = 465093
68
SIZE (xpi/firefox-i18n-42.0/fr.xpi) = 470271
69
SHA256 (xpi/firefox-i18n-41.0.2/fy-NL.xpi) = 2b44c34009035ce1b2745d2ad7a8e33075816064c5211ec2d7e1a952ae4ca448
69
SHA256 (xpi/firefox-i18n-42.0/fy-NL.xpi) = 2471d52f5bfeb516e7569b8fd0167109d46ec4c2fc774f8c93bca2809f3dc47f
70
SIZE (xpi/firefox-i18n-41.0.2/fy-NL.xpi) = 458776
70
SIZE (xpi/firefox-i18n-42.0/fy-NL.xpi) = 463484
71
SHA256 (xpi/firefox-i18n-41.0.2/ga-IE.xpi) = 9fcc57c31db1d99c10fc97836ab1c194f24ed9766e07f164f6696b63b0fe2c76
71
SHA256 (xpi/firefox-i18n-42.0/ga-IE.xpi) = fa5cda49e9284d9dae817132cdbfee504078e2140b4bfe18ead9089dce790f37
72
SIZE (xpi/firefox-i18n-41.0.2/ga-IE.xpi) = 473257
72
SIZE (xpi/firefox-i18n-42.0/ga-IE.xpi) = 476090
73
SHA256 (xpi/firefox-i18n-41.0.2/gd.xpi) = dca6278f751731680bc8c59d021e26f19a208e9c161721d9964ef12b400cc57a
73
SHA256 (xpi/firefox-i18n-42.0/gd.xpi) = a41b6b5a51cd8dfab903a74086c26c8b6c2c05705d256b801f40530575e5d5a0
74
SIZE (xpi/firefox-i18n-41.0.2/gd.xpi) = 457499
74
SIZE (xpi/firefox-i18n-42.0/gd.xpi) = 462140
75
SHA256 (xpi/firefox-i18n-41.0.2/gl.xpi) = 535273fc56ea8f96808e89946e4a9fe35b5aaffc8e519586a28bae82757048ad
75
SHA256 (xpi/firefox-i18n-42.0/gl.xpi) = fc16ccf790b551df573b9de347eeb36719fdb98af44f9afa4ebd2c67853e1587
76
SIZE (xpi/firefox-i18n-41.0.2/gl.xpi) = 452612
76
SIZE (xpi/firefox-i18n-42.0/gl.xpi) = 451687
77
SHA256 (xpi/firefox-i18n-41.0.2/gu-IN.xpi) = f35c50d2ed63af609b30e6f156b41313fe94597e387ddb1383e7805eedc603a8
77
SHA256 (xpi/firefox-i18n-42.0/gu-IN.xpi) = 28e86b4cdbb7c1af4a00b7968a1c79005f594af9f44c4ff940686cecea8ea9cb
78
SIZE (xpi/firefox-i18n-41.0.2/gu-IN.xpi) = 487515
78
SIZE (xpi/firefox-i18n-42.0/gu-IN.xpi) = 492282
79
SHA256 (xpi/firefox-i18n-41.0.2/he.xpi) = 999eab777e50e805afe8c6e56316debe7f975f2f4767a84abeec91ba93177551
79
SHA256 (xpi/firefox-i18n-42.0/he.xpi) = c86ff630372f014409b8ff97ba10eed5b267cb90f74fca5958c3d988c00f96ff
80
SIZE (xpi/firefox-i18n-41.0.2/he.xpi) = 486490
80
SIZE (xpi/firefox-i18n-42.0/he.xpi) = 481468
81
SHA256 (xpi/firefox-i18n-41.0.2/hi-IN.xpi) = f71970e0324daed4cd7138bffe6eb1dc6188abfb3318c2ce05b64f8e49bb1c7d
81
SHA256 (xpi/firefox-i18n-42.0/hi-IN.xpi) = 4bf1ebfd071d5393b9cc8503732bbf5e6afd7534f7bf5b1e67a105cf8882a602
82
SIZE (xpi/firefox-i18n-41.0.2/hi-IN.xpi) = 509163
82
SIZE (xpi/firefox-i18n-42.0/hi-IN.xpi) = 515516
83
SHA256 (xpi/firefox-i18n-41.0.2/hr.xpi) = ab287bef0714c86b94b470c780fd67de6be945b3bc6b7621c2ed2592892978be
83
SHA256 (xpi/firefox-i18n-42.0/hr.xpi) = f60a9effb51f85d798528ef947c37dd40e9e11f4c7081371ef1a2c184d51fbd7
84
SIZE (xpi/firefox-i18n-41.0.2/hr.xpi) = 481336
84
SIZE (xpi/firefox-i18n-42.0/hr.xpi) = 486308
85
SHA256 (xpi/firefox-i18n-41.0.2/hsb.xpi) = 2ea56c387173b14dd9a869126681306acd71c2113c8e175c80d1b98bced01b5d
85
SHA256 (xpi/firefox-i18n-42.0/hsb.xpi) = ba43533196c1de882708e3f2c5f33508bdbedbf3987a060e51891b3cbdfdb5df
86
SIZE (xpi/firefox-i18n-41.0.2/hsb.xpi) = 472167
86
SIZE (xpi/firefox-i18n-42.0/hsb.xpi) = 477291
87
SHA256 (xpi/firefox-i18n-41.0.2/hu.xpi) = decd311d7ac7627bf08826f7f4aa6950027737248aa3ce27b90e71c4e36e475b
87
SHA256 (xpi/firefox-i18n-42.0/hu.xpi) = d6e158f3b5c4fe9745feed9be76276898c4d06a34c6af41e9d6f7d9574c1cb02
88
SIZE (xpi/firefox-i18n-41.0.2/hu.xpi) = 457035
88
SIZE (xpi/firefox-i18n-42.0/hu.xpi) = 461934
89
SHA256 (xpi/firefox-i18n-41.0.2/hy-AM.xpi) = 40f60779decf80bc7700c90a82ec2a5fbc0aa1abfd42a5f0c682b32abb01773f
89
SHA256 (xpi/firefox-i18n-42.0/hy-AM.xpi) = 20d38d82634a0f7fac0aba10cd33def9bd07860343f50b51b977e9ba9d4298e0
90
SIZE (xpi/firefox-i18n-41.0.2/hy-AM.xpi) = 538341
90
SIZE (xpi/firefox-i18n-42.0/hy-AM.xpi) = 544379
91
SHA256 (xpi/firefox-i18n-41.0.2/id.xpi) = 753cc258df6a78e53a0d8ce45b512b13a71e1abdf2e9982dd60090271ac33ad9
91
SHA256 (xpi/firefox-i18n-42.0/id.xpi) = a9b186a33c58dc26eacfd23b77eb3fb07a4169a65043ae6454f53a3076c8f361
92
SIZE (xpi/firefox-i18n-41.0.2/id.xpi) = 433972
92
SIZE (xpi/firefox-i18n-42.0/id.xpi) = 438845
93
SHA256 (xpi/firefox-i18n-41.0.2/is.xpi) = 6e1b57592d0d7e3f8436413d74563deed7d84b61e3c70f4ec39b9fb0eccbf83f
93
SHA256 (xpi/firefox-i18n-42.0/is.xpi) = 36d483f995a23672548076cf493bb5d74067194e45357fcdaa8ccf89f081e54e
94
SIZE (xpi/firefox-i18n-41.0.2/is.xpi) = 488113
94
SIZE (xpi/firefox-i18n-42.0/is.xpi) = 493033
95
SHA256 (xpi/firefox-i18n-41.0.2/it.xpi) = 1baa5e11d2eb38e55a71ad38a1418bdf5328cd1c264cb4dd2b9a491f796a69af
95
SHA256 (xpi/firefox-i18n-42.0/it.xpi) = 12f52bcd404059126fd5291e185e152b65a22cc80562c736cf441088ea7e8659
96
SIZE (xpi/firefox-i18n-41.0.2/it.xpi) = 363986
96
SIZE (xpi/firefox-i18n-42.0/it.xpi) = 367659
97
SHA256 (xpi/firefox-i18n-41.0.2/ja.xpi) = 344b5893cee511bf143954a9280778888c8f8357a13ddd8985e682b62c3deae6
97
SHA256 (xpi/firefox-i18n-42.0/ja.xpi) = 836403f5c69d4ce9304d123de794acfb297870b5dea084c8c5dc1f2d2fa88ba8
98
SIZE (xpi/firefox-i18n-41.0.2/ja.xpi) = 483304
98
SIZE (xpi/firefox-i18n-42.0/ja.xpi) = 488656
99
SHA256 (xpi/firefox-i18n-41.0.2/kk.xpi) = 32ad8ce5f3d8e2fc06d2fbedf92dbbc125ffb7b70db92d75906587d5897d570e
99
SHA256 (xpi/firefox-i18n-42.0/kk.xpi) = c956039afb31cdbc87177e9da7604dea5f396971cc005ba2b2f39bcccd07f0c9
100
SIZE (xpi/firefox-i18n-41.0.2/kk.xpi) = 508365
100
SIZE (xpi/firefox-i18n-42.0/kk.xpi) = 513387
101
SHA256 (xpi/firefox-i18n-41.0.2/km.xpi) = d7d37587be6f9fc03b6a40073fcb256cbc50c4b99beda32c2478763fea786e4c
101
SHA256 (xpi/firefox-i18n-42.0/km.xpi) = 831517e7a4526a8fe66bed319f07f3043a2b59d8f335e087468be241ee73d055
102
SIZE (xpi/firefox-i18n-41.0.2/km.xpi) = 571709
102
SIZE (xpi/firefox-i18n-42.0/km.xpi) = 578547
103
SHA256 (xpi/firefox-i18n-41.0.2/kn.xpi) = c6351d7aaebcb32763589185be4bd11a7e397feb19de97ad15033605a6e3b95d
103
SHA256 (xpi/firefox-i18n-42.0/kn.xpi) = 85f1b02e7dad0eff2df2d42f0f48ac7c87ee4ae3074304a07dbf72826de3fff5
104
SIZE (xpi/firefox-i18n-41.0.2/kn.xpi) = 539238
104
SIZE (xpi/firefox-i18n-42.0/kn.xpi) = 544136
105
SHA256 (xpi/firefox-i18n-41.0.2/ko.xpi) = acd6cd30ca2a6fd958090cd2479dfbb43e21d0e3985a39206d939f5c4e2a3697
105
SHA256 (xpi/firefox-i18n-42.0/ko.xpi) = 5ba6764e73adbd14eea69b6fdef7bed1302ae79a3fbefc84a99846f6c8424277
106
SIZE (xpi/firefox-i18n-41.0.2/ko.xpi) = 464905
106
SIZE (xpi/firefox-i18n-42.0/ko.xpi) = 474547
107
SHA256 (xpi/firefox-i18n-41.0.2/lij.xpi) = f436be27b037e20e43656e12ac130f6852be20ed7023c7a538f809bf6a571579
107
SHA256 (xpi/firefox-i18n-42.0/lij.xpi) = 7b926543d7ba6e3ba3bcd62846715f88ba2b08ccb069174e1c93817c4ed30270
108
SIZE (xpi/firefox-i18n-41.0.2/lij.xpi) = 451194
108
SIZE (xpi/firefox-i18n-42.0/lij.xpi) = 456396
109
SHA256 (xpi/firefox-i18n-41.0.2/lt.xpi) = 5563a4698e9638f68a9ebf488784dc51c6fd0c3daef4720fb85be852ecf454b3
109
SHA256 (xpi/firefox-i18n-42.0/lt.xpi) = 9cea89aec036c26dbb25ac560045ea31014bfdc799735894439ef081c84e724d
110
SIZE (xpi/firefox-i18n-41.0.2/lt.xpi) = 490119
110
SIZE (xpi/firefox-i18n-42.0/lt.xpi) = 495227
111
SHA256 (xpi/firefox-i18n-41.0.2/lv.xpi) = bdc3c617ee7a09f8aed475095c49e92eec9994ca2a78417596bf8ecc80ecd8eb
111
SHA256 (xpi/firefox-i18n-42.0/lv.xpi) = dead267a4f72a36ce73119f9d37cd62ee8c9aca800886c744ce3a7b871d232b5
112
SIZE (xpi/firefox-i18n-41.0.2/lv.xpi) = 470365
112
SIZE (xpi/firefox-i18n-42.0/lv.xpi) = 475294
113
SHA256 (xpi/firefox-i18n-41.0.2/mai.xpi) = fdbb724710d2f1ed3e7dae9be8ef27b4cf89af14b1b9ca022798d1e148fd44aa
113
SHA256 (xpi/firefox-i18n-42.0/mai.xpi) = 8fc086207679c75f6d4165d4a12333871078e60aa0476249409fcf3ac05ed284
114
SIZE (xpi/firefox-i18n-41.0.2/mai.xpi) = 517161
114
SIZE (xpi/firefox-i18n-42.0/mai.xpi) = 523801
115
SHA256 (xpi/firefox-i18n-41.0.2/mk.xpi) = 28630b55e19e64b1a352a0f8520c74c47c109669dd0c8808b7f821e7db23c6c2
115
SHA256 (xpi/firefox-i18n-42.0/mk.xpi) = 5dabd571b25070ba83b7bc539a150714001339e7a986df8b364424b1312109d1
116
SIZE (xpi/firefox-i18n-41.0.2/mk.xpi) = 530866
116
SIZE (xpi/firefox-i18n-42.0/mk.xpi) = 535199
117
SHA256 (xpi/firefox-i18n-41.0.2/ml.xpi) = ca41ab32a883c8ea15423b5ddfe70f84e699c110510ea5bb6aa686a7e4d849f1
117
SHA256 (xpi/firefox-i18n-42.0/ml.xpi) = 7345b33597ecad8e9306f5f483b872d4d62c86561b3bfd7eb514853f67f9a86a
118
SIZE (xpi/firefox-i18n-41.0.2/ml.xpi) = 529032
118
SIZE (xpi/firefox-i18n-42.0/ml.xpi) = 533776
119
SHA256 (xpi/firefox-i18n-41.0.2/mr.xpi) = 8b0c214f69b0616a20e43dd2008b8a98a17cd81337ff463d3f3989d8c53720f9
119
SHA256 (xpi/firefox-i18n-42.0/mr.xpi) = 734a252d6a87a468568ac8ebdf9cf2e2ddb692997b67890ba846001cbacfe1f8
120
SIZE (xpi/firefox-i18n-41.0.2/mr.xpi) = 511325
120
SIZE (xpi/firefox-i18n-42.0/mr.xpi) = 522304
121
SHA256 (xpi/firefox-i18n-41.0.2/ms.xpi) = e78f4cb5c455803e2d8ee288f1332dd9cfd71995e07d5abdb192c1a14554ed4f
121
SHA256 (xpi/firefox-i18n-42.0/ms.xpi) = cf16f7c807915297a132ad8d71fe20012c54eb82f8153f66b954b71a143cccc7
122
SIZE (xpi/firefox-i18n-41.0.2/ms.xpi) = 493484
122
SIZE (xpi/firefox-i18n-42.0/ms.xpi) = 497644
123
SHA256 (xpi/firefox-i18n-41.0.2/nb-NO.xpi) = a03636d86a7c1c889ad13b55c7f3b51acc611bc8eaf239a24096600772f5b0fb
123
SHA256 (xpi/firefox-i18n-42.0/nb-NO.xpi) = f18376647b559b56b94dd54a92c4589dd4313e18870f7c5ccde520ab5baaaac2
124
SIZE (xpi/firefox-i18n-41.0.2/nb-NO.xpi) = 446372
124
SIZE (xpi/firefox-i18n-42.0/nb-NO.xpi) = 453245
125
SHA256 (xpi/firefox-i18n-41.0.2/nl.xpi) = 84f8b2409d757f958ad2e8f4fd0a22a1d970972f532f18e13662b3216ce00a3d
125
SHA256 (xpi/firefox-i18n-42.0/nl.xpi) = a2470132d8b8a80b71471527a4c2468e7cd9e2440e1666950c591e09f78138bd
126
SIZE (xpi/firefox-i18n-41.0.2/nl.xpi) = 446547
126
SIZE (xpi/firefox-i18n-42.0/nl.xpi) = 451272
127
SHA256 (xpi/firefox-i18n-41.0.2/nn-NO.xpi) = 55fb43569f6732f83381c1c98c7aaa9d910a2ca736f968d5e5be1307a6adae02
127
SHA256 (xpi/firefox-i18n-42.0/nn-NO.xpi) = 4bff7cf5b4178a6d85da579ad1356af88d332d9b48cfbfaa067d51c8f190dd27
128
SIZE (xpi/firefox-i18n-41.0.2/nn-NO.xpi) = 442562
128
SIZE (xpi/firefox-i18n-42.0/nn-NO.xpi) = 447406
129
SHA256 (xpi/firefox-i18n-41.0.2/or.xpi) = 2894a6ab898304623de57ea34650e7a3aa2e5cf712f1f72c7c80156c173660a0
129
SHA256 (xpi/firefox-i18n-42.0/or.xpi) = c3f211d325a7bac64c71b239ccc95918153f5d5ae987b29031245bf7475eb329
130
SIZE (xpi/firefox-i18n-41.0.2/or.xpi) = 528106
130
SIZE (xpi/firefox-i18n-42.0/or.xpi) = 533314
131
SHA256 (xpi/firefox-i18n-41.0.2/pa-IN.xpi) = 7703f4bc3520ed927742a1395c7d5a8783cb859406f37be521f593cc0927c588
131
SHA256 (xpi/firefox-i18n-42.0/pa-IN.xpi) = af2e3dec61be29064b9a72846fd1148f0ff02e7e2290a3ed60077e932cdb614a
132
SIZE (xpi/firefox-i18n-41.0.2/pa-IN.xpi) = 498583
132
SIZE (xpi/firefox-i18n-42.0/pa-IN.xpi) = 507205
133
SHA256 (xpi/firefox-i18n-41.0.2/pl.xpi) = 234067974ece5ee3cdec275236d0300425b255d172983e96f8ad28d5ebf490d3
133
SHA256 (xpi/firefox-i18n-42.0/pl.xpi) = 34498568481fc7d720742e2add62e0ea55c6150bf90abc3040186ca5d26881f2
134
SIZE (xpi/firefox-i18n-41.0.2/pl.xpi) = 400466
134
SIZE (xpi/firefox-i18n-42.0/pl.xpi) = 403227
135
SHA256 (xpi/firefox-i18n-41.0.2/pt-BR.xpi) = 9f3cbce24801b9c123d31b5f9d5ecaffa17deca8fc48660a0361279882450a24
135
SHA256 (xpi/firefox-i18n-42.0/pt-BR.xpi) = b0c9a80cd76142fd9886fd70a141dc0d8e4203e8fbdb72b649c84ee3b0d373bf
136
SIZE (xpi/firefox-i18n-41.0.2/pt-BR.xpi) = 463059
136
SIZE (xpi/firefox-i18n-42.0/pt-BR.xpi) = 468096
137
SHA256 (xpi/firefox-i18n-41.0.2/pt-PT.xpi) = 56f32e241341cb2ec49f8f5126172d9a300f14790303dc4bee516eb41204176c
137
SHA256 (xpi/firefox-i18n-42.0/pt-PT.xpi) = 63b5e59bd240b67fe683618b9be9d824ae8f77133d8345889b32ba0930d77687
138
SIZE (xpi/firefox-i18n-41.0.2/pt-PT.xpi) = 443383
138
SIZE (xpi/firefox-i18n-42.0/pt-PT.xpi) = 448920
139
SHA256 (xpi/firefox-i18n-41.0.2/rm.xpi) = 3df17252f03697206305cd7e9b62f26eeffcba84b5e195263d4d47e0c0c0d0cb
139
SHA256 (xpi/firefox-i18n-42.0/rm.xpi) = d5ab15132c13db755ec05efbf255a53ae4411d2724ecc5ecc5bda08c4eef5681
140
SIZE (xpi/firefox-i18n-41.0.2/rm.xpi) = 450640
140
SIZE (xpi/firefox-i18n-42.0/rm.xpi) = 454529
141
SHA256 (xpi/firefox-i18n-41.0.2/ro.xpi) = 9bc4c4e037de7073614fbf28ac9ea0168bec75c1b270289a1455674de85b60a2
141
SHA256 (xpi/firefox-i18n-42.0/ro.xpi) = d62cff13bc6ae437f1a224ad2e11e8d4de338f8b6b3e405baa1d8c0764b7edef
142
SIZE (xpi/firefox-i18n-41.0.2/ro.xpi) = 497507
142
SIZE (xpi/firefox-i18n-42.0/ro.xpi) = 502634
143
SHA256 (xpi/firefox-i18n-41.0.2/ru.xpi) = 1ff21845c49dea827abec9cc4641a3aee002f640539af985f88eb40be077aeb5
143
SHA256 (xpi/firefox-i18n-42.0/ru.xpi) = ac454a85ea58c5a3297550fe7a10eef8487f37bb0310df4a5a9fb533d7c1c712
144
SIZE (xpi/firefox-i18n-41.0.2/ru.xpi) = 412447
144
SIZE (xpi/firefox-i18n-42.0/ru.xpi) = 416137
145
SHA256 (xpi/firefox-i18n-41.0.2/si.xpi) = ac952730b5591f503cfb30efbc25dfce92f54529413e39ae88ff30010da098e2
145
SHA256 (xpi/firefox-i18n-42.0/si.xpi) = 763543a1f7433309be01d89e30436b7bff4fcd2b50e8f496f54be26f0c730688
146
SIZE (xpi/firefox-i18n-41.0.2/si.xpi) = 537934
146
SIZE (xpi/firefox-i18n-42.0/si.xpi) = 543889
147
SHA256 (xpi/firefox-i18n-41.0.2/sk.xpi) = f4ad85d1fe87aa2ef449a1f5a5de2b59b4867c1e8f854464154edf4f2f39c138
147
SHA256 (xpi/firefox-i18n-42.0/sk.xpi) = beb7004124240fd83f64841ff415cb692aab327b5ac925e6db27e4b9ba7f01ca
148
SIZE (xpi/firefox-i18n-41.0.2/sk.xpi) = 472935
148
SIZE (xpi/firefox-i18n-42.0/sk.xpi) = 477255
149
SHA256 (xpi/firefox-i18n-41.0.2/sl.xpi) = 43eb2da1524e905740782567ae9dfa5a4adbeec2ec04ef93a8cb3f7d570982c5
149
SHA256 (xpi/firefox-i18n-42.0/sl.xpi) = 0079e2ca640efe4d2c7dd29a570634cc5072f632bf064149bf9b9d8f3aa518d8
150
SIZE (xpi/firefox-i18n-41.0.2/sl.xpi) = 445746
150
SIZE (xpi/firefox-i18n-42.0/sl.xpi) = 450532
151
SHA256 (xpi/firefox-i18n-41.0.2/son.xpi) = 88b3a01be297e83a99ca9bcc4643184d9bbccd19d1ac116995acacfc13a58486
151
SHA256 (xpi/firefox-i18n-42.0/son.xpi) = 811356dfb2552f5c2d2832b7a208233e27eeab1e064d694cf36532ddcbfc458d
152
SIZE (xpi/firefox-i18n-41.0.2/son.xpi) = 453253
152
SIZE (xpi/firefox-i18n-42.0/son.xpi) = 457298
153
SHA256 (xpi/firefox-i18n-41.0.2/sq.xpi) = fae5953665c35ffc5171830ccabeb21bd1692abb67d42633f8de4e909b12dcf2
153
SHA256 (xpi/firefox-i18n-42.0/sq.xpi) = fabeef51543439772b6ef5643d0ac57ec196d64c6ef83e75ddcd275dc6624a81
154
SIZE (xpi/firefox-i18n-41.0.2/sq.xpi) = 491168
154
SIZE (xpi/firefox-i18n-42.0/sq.xpi) = 494612
155
SHA256 (xpi/firefox-i18n-41.0.2/sr.xpi) = ce99e8e6b04601855de447bbfcc7b00fe626e1e3e06c60a132e87c7cabf5d017
155
SHA256 (xpi/firefox-i18n-42.0/sr.xpi) = 692019f3542e0da8ff64589b488eab0d7e6d16906655d5a86ebcc53c00731edc
156
SIZE (xpi/firefox-i18n-41.0.2/sr.xpi) = 482971
156
SIZE (xpi/firefox-i18n-42.0/sr.xpi) = 486210
157
SHA256 (xpi/firefox-i18n-41.0.2/sv-SE.xpi) = fb86b719756909ee167bb2ddfa399d5afaf9393100245065ec84b81fadcbf5da
157
SHA256 (xpi/firefox-i18n-42.0/sv-SE.xpi) = 6e7e0eff3c480a302fa0ed1a4ed720ac432f0819c55549afc6bda028ea1b23a5
158
SIZE (xpi/firefox-i18n-41.0.2/sv-SE.xpi) = 455382
158
SIZE (xpi/firefox-i18n-42.0/sv-SE.xpi) = 460188
159
SHA256 (xpi/firefox-i18n-41.0.2/ta.xpi) = 7c077f044283b145ce62680981bb1f2631f918813d5e389489f0a209a0d72df0
159
SHA256 (xpi/firefox-i18n-42.0/ta.xpi) = 542761640fbe8dd6cf3e60be45a12735bbfe6c38c96b0073833544c85c5cf10a
160
SIZE (xpi/firefox-i18n-41.0.2/ta.xpi) = 509544
160
SIZE (xpi/firefox-i18n-42.0/ta.xpi) = 515601
161
SHA256 (xpi/firefox-i18n-41.0.2/te.xpi) = 93ed5ffa7e4533bc406bc8a86c000bdd9fc098e9a65c729ce9fca5cce8f177ba
161
SHA256 (xpi/firefox-i18n-42.0/te.xpi) = 7287fc6577b0892df46ea1fc2f185fc73ad94c4d8050cdd3a4be47150f1f7a2e
162
SIZE (xpi/firefox-i18n-41.0.2/te.xpi) = 530204
162
SIZE (xpi/firefox-i18n-42.0/te.xpi) = 532920
163
SHA256 (xpi/firefox-i18n-41.0.2/th.xpi) = e9144da3dcc69956e0c6b4223afcf483941858e3d9dd8dc94ead6c062a9d098b
163
SHA256 (xpi/firefox-i18n-42.0/th.xpi) = f254f7c40a194ae3c082d9b77f155fc290b0e6abe969d7c06788ea7abe4039ad
164
SIZE (xpi/firefox-i18n-41.0.2/th.xpi) = 539600
164
SIZE (xpi/firefox-i18n-42.0/th.xpi) = 542239
165
SHA256 (xpi/firefox-i18n-41.0.2/tr.xpi) = 45225ade5b3311689b6372c7e45b765a6e58d2047750c5f4a1b906bccd903d70
165
SHA256 (xpi/firefox-i18n-42.0/tr.xpi) = f343c4f3b2cb5541fc9f98d5953101f5e5d1ee1d5c30968d6564828c5701119b
166
SIZE (xpi/firefox-i18n-41.0.2/tr.xpi) = 484232
166
SIZE (xpi/firefox-i18n-42.0/tr.xpi) = 489512
167
SHA256 (xpi/firefox-i18n-41.0.2/uk.xpi) = d94b1aafe66728445d1a886bbf2cf05bc3d56c3ab9dd892ad5f37b3f32d3763f
167
SHA256 (xpi/firefox-i18n-42.0/uk.xpi) = 88c881749bae293d9614a77ed9458345399573a6ab5583626ef98041ae78da32
168
SIZE (xpi/firefox-i18n-41.0.2/uk.xpi) = 500110
168
SIZE (xpi/firefox-i18n-42.0/uk.xpi) = 505718
169
SHA256 (xpi/firefox-i18n-41.0.2/uz.xpi) = 555465a0162d8b2b3fbc1f69d944d0fc94cd642cbac584ed30664cffebaa964b
169
SHA256 (xpi/firefox-i18n-42.0/uz.xpi) = faeacd2ec9af20cde5032415f0bbeba487ed4d276f778672ae6a340615099725
170
SIZE (xpi/firefox-i18n-41.0.2/uz.xpi) = 501948
170
SIZE (xpi/firefox-i18n-42.0/uz.xpi) = 505180
171
SHA256 (xpi/firefox-i18n-41.0.2/vi.xpi) = c296449a51d669439369f63aa943f55bf6cfaab901ac033322e137afe7bdeae6
171
SHA256 (xpi/firefox-i18n-42.0/vi.xpi) = 1481521a62561266ea14389cdb579b1757e791a5473c981e399aa9bff14ddcdd
172
SIZE (xpi/firefox-i18n-41.0.2/vi.xpi) = 470336
172
SIZE (xpi/firefox-i18n-42.0/vi.xpi) = 472290
173
SHA256 (xpi/firefox-i18n-41.0.2/xh.xpi) = 8e145e9ccfde00cf0ab3da91ea4686893e274f3fb5e4da460b44ce201c714f70
173
SHA256 (xpi/firefox-i18n-42.0/xh.xpi) = 1a1776e5770dd361d0adc85ed80bb1e81dd5436a0727009b91cb89e92e4d381e
174
SIZE (xpi/firefox-i18n-41.0.2/xh.xpi) = 450079
174
SIZE (xpi/firefox-i18n-42.0/xh.xpi) = 455527
175
SHA256 (xpi/firefox-i18n-41.0.2/zh-CN.xpi) = 8c49c52b80937a00da8953ecb1bdd1c6505efb62ac89beb879c400846b7f8c85
175
SHA256 (xpi/firefox-i18n-42.0/zh-CN.xpi) = 46bb4b1b67494004441135dbf3051501e0580fb8da29548de73f2e0fe12f7834
176
SIZE (xpi/firefox-i18n-41.0.2/zh-CN.xpi) = 486222
176
SIZE (xpi/firefox-i18n-42.0/zh-CN.xpi) = 491278
177
SHA256 (xpi/firefox-i18n-41.0.2/zh-TW.xpi) = a1b3661c004ead49b5b1adac7515de402319ae82b06121313deb51b1ec7fcb20
177
SHA256 (xpi/firefox-i18n-42.0/zh-TW.xpi) = ef4e9b5e01b85564b935a5f9bc663ffac61ce0f3ca166c316b1aee648832d458
178
SIZE (xpi/firefox-i18n-41.0.2/zh-TW.xpi) = 479033
178
SIZE (xpi/firefox-i18n-42.0/zh-TW.xpi) = 482387

Return to bug 204277