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