M Mk/Uses/gecko.mk M www/firefox/Makefile M www/firefox/distinfo M www/firefox/files/patch-browser-app-nsBrowserApp.cpp M www/firefox/files/patch-bug1013882 M www/firefox/files/patch-bug1021761 D www/firefox/files/patch-bug1209410 M www/firefox/files/patch-bug847568 M www/firefox/files/patch-z-bug517422 M www/firefox-i18n/Makefile M www/firefox-i18n/distinfo M www/linux-firefox/Makefile M www/linux-firefox/distinfo Index: Mk/Uses/gecko.mk =================================================================== --- Mk/Uses/gecko.mk (revision 407044) +++ Mk/Uses/gecko.mk (working copy) @@ -37,12 +37,12 @@ .elif ${gecko_ARGS:Mfirefox} _GECKO_DEFAULT_VERSION= 38 -_GECKO_VERSIONS= 38 43 +_GECKO_VERSIONS= 38 44 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions 38_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr -43_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox +44_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 407044) +++ www/firefox/Makefile (working copy) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 43.0.4 +DISTVERSION= 44.0 DISTVERSIONSUFFIX=.source -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ @@ -13,8 +12,8 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla -BUILD_DEPENDS= nspr>=4.10.10:${PORTSDIR}/devel/nspr \ - nss>=3.19.4:${PORTSDIR}/security/nss \ +BUILD_DEPENDS= nspr>=4.11:${PORTSDIR}/devel/nspr \ + nss>=3.21:${PORTSDIR}/security/nss \ libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \ soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \ harfbuzz>=0.9.42:${PORTSDIR}/print/harfbuzz \ @@ -28,7 +27,6 @@ yasm:${PORTSDIR}/devel/yasm \ zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip -# opus>=1.1:${PORTSDIR}/audio/opus \ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l Index: www/firefox/distinfo =================================================================== --- www/firefox/distinfo (revision 407044) +++ www/firefox/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (firefox-43.0.4.source.tar.xz) = 76cfa99285d49dede4097096ab3e7ee4bdedb64084b1fc23f2de216884245a76 -SIZE (firefox-43.0.4.source.tar.xz) = 175443372 +SHA256 (firefox-44.0.source.tar.xz) = ea82b0f4840d320aa4fe8046ba28e686bf6dc60f707a0514a9d68c150d0c4c1d +SIZE (firefox-44.0.source.tar.xz) = 182370528 Index: www/firefox/files/patch-browser-app-nsBrowserApp.cpp =================================================================== --- www/firefox/files/patch-browser-app-nsBrowserApp.cpp (revision 407044) +++ 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[]) +@@ -291,6 +291,8 @@ int main(int argc, char* argv[]) TriggerQuirks(); #endif Index: www/firefox/files/patch-bug1013882 =================================================================== --- www/firefox/files/patch-bug1013882 (revision 407044) +++ www/firefox/files/patch-bug1013882 (working copy) @@ -1,18 +1,3 @@ -diff --git b2g/installer/Makefile.in b2g/installer/Makefile.in -index 754312a..c69904c 100644 ---- b2g/installer/Makefile.in -+++ b2g/installer/Makefile.in -@@ -63,6 +63,10 @@ ifneq (,$(filter rtsp,$(NECKO_PROTOCOLS))) - DEFINES += -DMOZ_RTSP - endif - -+ifdef MOZ_DEBUG -+DEFINES += -DMOZ_DEBUG=1 -+endif -+ - ifdef GKMEDIAS_SHARED_LIBRARY - DEFINES += -DGKMEDIAS_SHARED_LIBRARY - endif diff --git b2g/installer/package-manifest.in b2g/installer/package-manifest.in index 17d433c..0416187 100644 --- b2g/installer/package-manifest.in Index: www/firefox/files/patch-bug1021761 =================================================================== --- www/firefox/files/patch-bug1021761 (revision 407044) +++ www/firefox/files/patch-bug1021761 (working copy) @@ -1063,7 +1063,7 @@ if CONFIG['MOZ_PULSEAUDIO']: SOURCES += [ 'cubeb_pulse.c', -@@ -75,5 +81,6 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk': +@@ -70,5 +76,6 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk': FAIL_ON_WARNINGS = True Index: www/firefox/files/patch-bug1209410 =================================================================== --- www/firefox/files/patch-bug1209410 (revision 407044) +++ www/firefox/files/patch-bug1209410 (nonexistent) @@ -1,169 +0,0 @@ -# Use MP3Demuxer/MediaFormatReader by default when available - -diff --git a/dom/media/DecoderTraits.cpp b/dom/media/DecoderTraits.cpp ---- dom/media/DecoderTraits.cpp -+++ dom/media/DecoderTraits.cpp -@@ -200,10 +200,10 @@ DecoderTraits::IsWebMTypeAndEnabled(cons - static bool - IsGStreamerSupportedType(const nsACString& aMimeType) - { -- if (!MediaDecoder::IsGStreamerEnabled()) -+ if (DecoderTraits::IsWebMTypeAndEnabled(aMimeType)) - return false; - -- if (DecoderTraits::IsWebMTypeAndEnabled(aMimeType) && !Preferences::GetBool("media.prefer-gstreamer", false)) -+ if (!MediaDecoder::IsGStreamerEnabled()) - return false; - - if (IsOggType(aMimeType) && !Preferences::GetBool("media.prefer-gstreamer", false)) -@@ -366,7 +366,7 @@ static bool - IsMP3SupportedType(const nsACString& aType, - const nsAString& aCodecs = EmptyString()) - { -- return aType.EqualsASCII("audio/mpeg") && MP3Decoder::IsEnabled(); -+ return MP3Decoder::CanHandleMediaType(aType, aCodecs); - } - - #ifdef MOZ_APPLEMEDIA -diff --git a/dom/media/MP3Decoder.cpp b/dom/media/MP3Decoder.cpp ---- dom/media/MP3Decoder.cpp -+++ dom/media/MP3Decoder.cpp -@@ -10,10 +10,7 @@ - #include "MediaFormatReader.h" - #include "MP3Demuxer.h" - #include "mozilla/Preferences.h" -- --#ifdef MOZ_WIDGET_ANDROID --#include "AndroidBridge.h" --#endif -+#include "PlatformDecoderModule.h" - - namespace mozilla { - -@@ -32,14 +29,61 @@ MP3Decoder::CreateStateMachine() { - return new MediaDecoderStateMachine(this, reader); - } - -+static already_AddRefed -+CreateTestMP3Decoder(AudioInfo& aConfig) -+{ -+ PlatformDecoderModule::Init(); -+ -+ nsRefPtr platform = PlatformDecoderModule::Create(); -+ if (!platform || !platform->SupportsMimeType(aConfig.mMimeType)) { -+ return nullptr; -+ } -+ -+ nsRefPtr decoder( -+ platform->CreateDecoder(aConfig, nullptr, nullptr)); -+ if (!decoder) { -+ return nullptr; -+ } -+ -+ return decoder.forget(); -+} -+ -+static bool -+CanCreateMP3Decoder() -+{ -+ static bool haveCachedResult = false; -+ static bool result = false; -+ if (haveCachedResult) { -+ return result; -+ } -+ AudioInfo config; -+ config.mMimeType = "audio/mpeg"; -+ config.mRate = 48000; -+ config.mChannels = 2; -+ config.mBitDepth = 16; -+ nsRefPtr decoder(CreateTestMP3Decoder(config)); -+ if (decoder) { -+ result = true; -+ } -+ haveCachedResult = true; -+ return result; -+} -+ -+/* static */ - bool - MP3Decoder::IsEnabled() { --#ifdef MOZ_WIDGET_ANDROID -- // We need android.media.MediaCodec which exists in API level 16 and higher. -- return AndroidBridge::Bridge()->GetAPIVersion() >= 16; --#else -- return Preferences::GetBool("media.mp3.enabled"); --#endif -+ return CanCreateMP3Decoder(); -+} -+ -+/* static */ -+bool MP3Decoder::CanHandleMediaType(const nsACString& aType, -+ const nsAString& aCodecs) -+{ -+ if (aType.EqualsASCII("audio/mp3") || aType.EqualsASCII("audio/mpeg")) { -+ return CanCreateMP3Decoder() && -+ (aCodecs.IsEmpty() || aCodecs.EqualsASCII("mp3")); -+ } -+ return false; - } - - } // namespace mozilla -diff --git a/dom/media/MP3Decoder.h b/dom/media/MP3Decoder.h ---- dom/media/MP3Decoder.h -+++ dom/media/MP3Decoder.h -@@ -19,6 +19,8 @@ public: - // Returns true if the MP3 backend is preffed on, and we're running on a - // platform that is likely to have decoders for the format. - static bool IsEnabled(); -+ static bool CanHandleMediaType(const nsACString& aType, -+ const nsAString& aCodecs); - }; - - } // namespace mozilla -diff --git a/dom/media/test/manifest.js b/dom/media/test/manifest.js ---- dom/media/test/manifest.js -+++ dom/media/test/manifest.js -@@ -76,7 +76,7 @@ var gPlayedTests = [ - { name:"seek.ogv", type:"video/ogg", duration:3.966 }, - { name:"seek.webm", type:"video/webm", duration:3.966 }, - { name:"gizmo.mp4", type:"video/mp4", duration:5.56 }, -- { name:"owl.mp3", type:"audio/mpeg", duration:3.29 }, -+ { name:"owl.mp3", type:"audio/mpeg", duration:3.343 }, - // Disable vbr.mp3 to see if it reduces the error of AUDCLNT_E_CPUUSAGE_EXCEEDED. - // See bug 1110922 comment 26. - //{ name:"vbr.mp3", type:"audio/mpeg", duration:10.0 }, -@@ -237,13 +237,13 @@ var gPlayTests = [ - - { name:"small-shot.m4a", type:"audio/mp4", duration:0.29 }, - { name:"small-shot.mp3", type:"audio/mpeg", duration:0.27 }, -- { name:"owl.mp3", type:"audio/mpeg", duration:3.29 }, -+ { name:"owl.mp3", type:"audio/mpeg", duration:3.343 }, - // owl.mp3 as above, but with something funny going on in the ID3v2 tag - // that causes DirectShow to fail. -- { name:"owl-funny-id3.mp3", type:"audio/mpeg", duration:3.29 }, -+ { name:"owl-funny-id3.mp3", type:"audio/mpeg", duration:3.343 }, - // owl.mp3 as above, but with something even funnier going on in the ID3v2 tag - // that causes DirectShow to fail. -- { name:"owl-funnier-id3.mp3", type:"audio/mpeg", duration:3.29 }, -+ { name:"owl-funnier-id3.mp3", type:"audio/mpeg", duration:3.343 }, - // One second of silence with ~140KB of ID3 tags. Usually when the first MP3 - // frame is at such a high offset into the file, MP3FrameParser will give up - // and report that the stream is not MP3. However, it does not count ID3 tags -@@ -469,7 +469,7 @@ var gSeekTests = [ - { name:"split.webm", type:"video/webm", duration:1.967 }, - { name:"detodos.opus", type:"audio/ogg; codecs=opus", duration:2.9135 }, - { name:"gizmo.mp4", type:"video/mp4", duration:5.56 }, -- { name:"owl.mp3", type:"audio/mpeg", duration:3.29 }, -+ { name:"owl.mp3", type:"audio/mpeg", duration:3.343 }, - { name:"bogus.duh", type:"bogus/duh", duration:123 } - ]; - -@@ -523,7 +523,7 @@ if (getAndroidVersion() >= 18) { - var gAudioTests = [ - { name:"r11025_s16_c1.wav", type:"audio/x-wav", duration:1.0 }, - { name:"sound.ogg", type:"audio/ogg" }, -- { name:"owl.mp3", type:"audio/mpeg", duration:3.29 }, -+ { name:"owl.mp3", type:"audio/mpeg", duration:3.343 }, - { name:"small-shot.m4a", type:"audio/mp4", duration:0.29 }, - { name:"bogus.duh", type:"bogus/duh", duration:123 } - ]; Index: www/firefox/files/patch-bug847568 =================================================================== --- www/firefox/files/patch-bug847568 (revision 407044) +++ www/firefox/files/patch-bug847568 (working copy) @@ -17,7 +17,7 @@ index 18e8703..bdc5f82 100644 --- config/system-headers +++ config/system-headers -@@ -1350,3 +1350,11 @@ unicode/utypes.h +@@ -1343,3 +1343,11 @@ unicode/utypes.h #endif libutil.h unwind.h @@ -171,7 +171,7 @@ index 1d0c2f9..adb8941 100644 --- gfx/skia/moz.build +++ gfx/skia/moz.build -@@ -970,6 +970,9 @@ if CONFIG['GNU_CXX']: +@@ -684,6 +684,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-z-bug517422 =================================================================== --- www/firefox/files/patch-z-bug517422 (revision 407044) +++ www/firefox/files/patch-z-bug517422 (working copy) @@ -69,9 +69,9 @@ 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 -@@ -1257,8 +1257,10 @@ X11/Xlocale.h +--- config/system-headers.orig 2016-01-23 18:58:23.044095034 +0100 ++++ config/system-headers 2016-01-23 19:16:20.656020965 +0100 +@@ -1259,8 +1259,10 @@ X11/Xos.h X11/Xutil.h zmouse.h @@ -82,16 +82,16 @@ #if MOZ_LIBAV_FFT==1 libavcodec/avfft.h #endif -@@ -1313,6 +1315,8 @@ vpx/vp8dx.h - vpx_mem/vpx_mem.h +@@ -1307,6 +1309,8 @@ + pixman.h #endif - #ifdef GKMEDIAS_SHARED_LIBRARY + #if MOZ_NATIVE_LIBVPX==1 +soundtouch/SoundTouch.h +soundtouch/SoundTouchFactory.h vpx/vpx_codec.h vpx/vpx_decoder.h vpx/vpx_encoder.h -@@ -1364,3 +1363,32 @@ graphite2/Segment.h +@@ -1352,3 +1356,32 @@ harfbuzz/hb-ot.h harfbuzz/hb.h #endif Index: www/firefox-i18n/Makefile =================================================================== --- www/firefox-i18n/Makefile (revision 407044) +++ www/firefox-i18n/Makefile (working copy) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 43.0.4 +PORTVERSION= 44.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 + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build2/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} @@ -15,7 +15,7 @@ EXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip -USES= zip:infozip gecko:firefox,43,build +USES= zip:infozip gecko:firefox,44,build USE_XPI= firefox linux-firefox NO_ARCH= yes Index: www/firefox-i18n/distinfo =================================================================== --- www/firefox-i18n/distinfo (revision 407044) +++ www/firefox-i18n/distinfo (working copy) @@ -1,178 +1,178 @@ -SHA256 (xpi/firefox-i18n-43.0.4/ach.xpi) = be9c47f34e5e0ee73075fc4f47c5a545eb41ad6040b78a78d6e332070ff7f269 -SIZE (xpi/firefox-i18n-43.0.4/ach.xpi) = 486757 -SHA256 (xpi/firefox-i18n-43.0.4/af.xpi) = 380af6d7da7218d58db1c21fa3782e4b87808953c4020a807f4b0a18c3f45f18 -SIZE (xpi/firefox-i18n-43.0.4/af.xpi) = 493734 -SHA256 (xpi/firefox-i18n-43.0.4/an.xpi) = 3b54dff514bea2f13209de8e826df0910acc85cd20fde87a1cfaa0b71fe81d63 -SIZE (xpi/firefox-i18n-43.0.4/an.xpi) = 472422 -SHA256 (xpi/firefox-i18n-43.0.4/ar.xpi) = fcb0e08c19d365ca93f902f0e801877fbe6fc612803c9fe435624f15c472938b -SIZE (xpi/firefox-i18n-43.0.4/ar.xpi) = 531445 -SHA256 (xpi/firefox-i18n-43.0.4/as.xpi) = 56cacee4af42f04de55b982078137d41ea6b169460984c9fe7b921f9c6897550 -SIZE (xpi/firefox-i18n-43.0.4/as.xpi) = 520380 -SHA256 (xpi/firefox-i18n-43.0.4/ast.xpi) = df3876da8e60998ae906757bbd41d9894a1633caef72f55ab95905db7259c04c -SIZE (xpi/firefox-i18n-43.0.4/ast.xpi) = 414848 -SHA256 (xpi/firefox-i18n-43.0.4/az.xpi) = 3d64e3a7e6a50d0a30f02ca90f2eb39dc26349ff4c6468613a62fbbbb6444b1b -SIZE (xpi/firefox-i18n-43.0.4/az.xpi) = 501044 -SHA256 (xpi/firefox-i18n-43.0.4/be.xpi) = 1982702275033557f202069cc0931997b4b65fce20ec77a33e5f1e21444695a4 -SIZE (xpi/firefox-i18n-43.0.4/be.xpi) = 462185 -SHA256 (xpi/firefox-i18n-43.0.4/bg.xpi) = 3675f48a41c2ff751b7804ed055924f5c7f9a4fa762165c5a2eeb716059cda54 -SIZE (xpi/firefox-i18n-43.0.4/bg.xpi) = 503615 -SHA256 (xpi/firefox-i18n-43.0.4/bn-BD.xpi) = 9cec06da8bb3716f6068e9820093ab8b7192a1c3dd1c4e78cbefc94f37692b7e -SIZE (xpi/firefox-i18n-43.0.4/bn-BD.xpi) = 550339 -SHA256 (xpi/firefox-i18n-43.0.4/bn-IN.xpi) = 54999616675a065d5ef380c97a3d321cb917e6a3e69f249ca82348122e9c53f0 -SIZE (xpi/firefox-i18n-43.0.4/bn-IN.xpi) = 541700 -SHA256 (xpi/firefox-i18n-43.0.4/br.xpi) = 335b805ec9916b718060795f6043c04a2acbf73374f0df7a1884f01efa0ee907 -SIZE (xpi/firefox-i18n-43.0.4/br.xpi) = 452046 -SHA256 (xpi/firefox-i18n-43.0.4/bs.xpi) = 889965720e4102db67dd48338a25214b67ff4a11d55c39d5bb119c10dacc1be7 -SIZE (xpi/firefox-i18n-43.0.4/bs.xpi) = 491002 -SHA256 (xpi/firefox-i18n-43.0.4/ca.xpi) = 012be42481d7b73151ddbc8a1ef3eafd818f342fae63b2d9c681516bbe9d69c7 -SIZE (xpi/firefox-i18n-43.0.4/ca.xpi) = 469148 -SHA256 (xpi/firefox-i18n-43.0.4/cs.xpi) = 1b82dd23bf824d4593384be72cb65a587ce3e95359dfa063564629b48518f689 -SIZE (xpi/firefox-i18n-43.0.4/cs.xpi) = 458384 -SHA256 (xpi/firefox-i18n-43.0.4/cy.xpi) = db3469854526a317ad32386aaff8716c39dcf835883252973dc8deb8803af139 -SIZE (xpi/firefox-i18n-43.0.4/cy.xpi) = 454624 -SHA256 (xpi/firefox-i18n-43.0.4/da.xpi) = bc996025468c2160ce88b208a581a369ea9f9785aff2931d5a4435edcd26dd13 -SIZE (xpi/firefox-i18n-43.0.4/da.xpi) = 462528 -SHA256 (xpi/firefox-i18n-43.0.4/de.xpi) = 039604218be58c1b8dd8dc6997b49171c49003ce1495efe52970babbf3191ae1 -SIZE (xpi/firefox-i18n-43.0.4/de.xpi) = 463840 -SHA256 (xpi/firefox-i18n-43.0.4/dsb.xpi) = 465409d7fffda20fabd7ce7fad8c37a2e702772f897f92df4981260d4845d750 -SIZE (xpi/firefox-i18n-43.0.4/dsb.xpi) = 482633 -SHA256 (xpi/firefox-i18n-43.0.4/el.xpi) = 9bc661e5c9d6f7e59bf785225550c0f27b3c3906b73581e8bdd7e1503a4bf6a0 -SIZE (xpi/firefox-i18n-43.0.4/el.xpi) = 508363 -SHA256 (xpi/firefox-i18n-43.0.4/en-GB.xpi) = a5cba52fe095db18f6793cd190b516ce582dbec4878931631949a64c4cd98ae4 -SIZE (xpi/firefox-i18n-43.0.4/en-GB.xpi) = 448389 -SHA256 (xpi/firefox-i18n-43.0.4/en-US.xpi) = 5ce5680f9a8c17dfebd70580d6108aa36e0e820aa8b3d74f5109a1c9ba1ecf6d -SIZE (xpi/firefox-i18n-43.0.4/en-US.xpi) = 500718 -SHA256 (xpi/firefox-i18n-43.0.4/en-ZA.xpi) = 1fa4acd321d1a50859f1c743d353104786536c3dd48f78864a525aad23c2f51b -SIZE (xpi/firefox-i18n-43.0.4/en-ZA.xpi) = 453305 -SHA256 (xpi/firefox-i18n-43.0.4/eo.xpi) = 019ccdda113b9abe1f89b42602cb80e3b096665e36284d516b7122124ab3b603 -SIZE (xpi/firefox-i18n-43.0.4/eo.xpi) = 494360 -SHA256 (xpi/firefox-i18n-43.0.4/es-AR.xpi) = 65dfd8ebc2e46b8e01958a4e1ad378cf66d26afed45212328b8e7af2132f3a02 -SIZE (xpi/firefox-i18n-43.0.4/es-AR.xpi) = 462418 -SHA256 (xpi/firefox-i18n-43.0.4/es-CL.xpi) = 6abd7e4e7a636e3e939bef18620998114340be5ba4ee1ee945d2e9bd30971c82 -SIZE (xpi/firefox-i18n-43.0.4/es-CL.xpi) = 388434 -SHA256 (xpi/firefox-i18n-43.0.4/es-ES.xpi) = 41dc64ef5e35192d92fde41a97e8dddc278cc7967c96f37881747d99dcab818c -SIZE (xpi/firefox-i18n-43.0.4/es-ES.xpi) = 375333 -SHA256 (xpi/firefox-i18n-43.0.4/es-MX.xpi) = b2b9e05ebbfdf8c4da2a515c9eacb973fca4dab30bcc659baf338e375ff5f8b7 -SIZE (xpi/firefox-i18n-43.0.4/es-MX.xpi) = 468294 -SHA256 (xpi/firefox-i18n-43.0.4/et.xpi) = 6f5e3a9eee857def394c40b0eb22dc7e4ff3c44d86d2643deadeccd4477d2e65 -SIZE (xpi/firefox-i18n-43.0.4/et.xpi) = 455409 -SHA256 (xpi/firefox-i18n-43.0.4/eu.xpi) = 9cfe5f5a4a5b666cca0b2d7fb44b92b1898ab1361dcd89234fa7fe22e57662b6 -SIZE (xpi/firefox-i18n-43.0.4/eu.xpi) = 477496 -SHA256 (xpi/firefox-i18n-43.0.4/fa.xpi) = 7bc8df5d37488421d921151751db7187b306982ef3b4c5a803c16543928ab0b2 -SIZE (xpi/firefox-i18n-43.0.4/fa.xpi) = 529698 -SHA256 (xpi/firefox-i18n-43.0.4/ff.xpi) = 7364289cb2cf3b5f6089bbdcd9068935fd7a44cecb33bc8de57bcd81c508383d -SIZE (xpi/firefox-i18n-43.0.4/ff.xpi) = 465024 -SHA256 (xpi/firefox-i18n-43.0.4/fi.xpi) = 88416fb5761d95ffaa6174857da3964ec433a381089386dbfbed1134ad93ce0f -SIZE (xpi/firefox-i18n-43.0.4/fi.xpi) = 454717 -SHA256 (xpi/firefox-i18n-43.0.4/fr.xpi) = 37fd098a0eb49377f6449140dfc5a0433be1242188dbdc9ef8ed2a196adf2e91 -SIZE (xpi/firefox-i18n-43.0.4/fr.xpi) = 473568 -SHA256 (xpi/firefox-i18n-43.0.4/fy-NL.xpi) = b56ac063d560dc934b813b76c6db1e055827e42114077480039ee116319d85b2 -SIZE (xpi/firefox-i18n-43.0.4/fy-NL.xpi) = 466648 -SHA256 (xpi/firefox-i18n-43.0.4/ga-IE.xpi) = 6c7f017927a9f1cc8d1cee0e55f6c7a3ac0da72a6b85d6cefbbbda872022ac51 -SIZE (xpi/firefox-i18n-43.0.4/ga-IE.xpi) = 478966 -SHA256 (xpi/firefox-i18n-43.0.4/gd.xpi) = 74886e7f163eb5abce12916381e2b446df892ebdda1478486ddee053c19260e9 -SIZE (xpi/firefox-i18n-43.0.4/gd.xpi) = 464868 -SHA256 (xpi/firefox-i18n-43.0.4/gl.xpi) = 29d5477baa9cabd6901fcdf0583cc88e672dd38a548724252764f69f5a4859bc -SIZE (xpi/firefox-i18n-43.0.4/gl.xpi) = 454573 -SHA256 (xpi/firefox-i18n-43.0.4/gu-IN.xpi) = 3f6703e783322706018e91719ecb97512cb7ddf0c324380ce1e605b799348c4b -SIZE (xpi/firefox-i18n-43.0.4/gu-IN.xpi) = 495781 -SHA256 (xpi/firefox-i18n-43.0.4/he.xpi) = 2fcc0ba9b06850566207187ef4a9b3879928c70b30e06c38dccd175699f90ff2 -SIZE (xpi/firefox-i18n-43.0.4/he.xpi) = 484110 -SHA256 (xpi/firefox-i18n-43.0.4/hi-IN.xpi) = 356115b71d00e034b250c5b3f069e102c8de5d9ea654fc56527f3c89bc75ce2b -SIZE (xpi/firefox-i18n-43.0.4/hi-IN.xpi) = 519473 -SHA256 (xpi/firefox-i18n-43.0.4/hr.xpi) = 89cc93306ff796d764f5a11ccbc9dcd4d4302ec72f5206a95fca92a827f35c00 -SIZE (xpi/firefox-i18n-43.0.4/hr.xpi) = 489138 -SHA256 (xpi/firefox-i18n-43.0.4/hsb.xpi) = dcb605cf5e15e219272741a8be6023adb599af6493420c92f7c4dfcfd14f3892 -SIZE (xpi/firefox-i18n-43.0.4/hsb.xpi) = 480278 -SHA256 (xpi/firefox-i18n-43.0.4/hu.xpi) = 1c6260f6134617c69a431492b80bdf42df797970cd883beed57376a3d7fc0e78 -SIZE (xpi/firefox-i18n-43.0.4/hu.xpi) = 464706 -SHA256 (xpi/firefox-i18n-43.0.4/hy-AM.xpi) = 6e92b4e47c827bee830e0882d4e80ec9ba4f6ea2c22a0009bb5c4a86154bf7b9 -SIZE (xpi/firefox-i18n-43.0.4/hy-AM.xpi) = 548747 -SHA256 (xpi/firefox-i18n-43.0.4/id.xpi) = 828c5adde35c091a74c47849564e0fd74ffc58f97e2cd270cae45e9f11ba1db9 -SIZE (xpi/firefox-i18n-43.0.4/id.xpi) = 443809 -SHA256 (xpi/firefox-i18n-43.0.4/is.xpi) = 69a799a871d0376422106134a977f823c1ae16e70776b51441950365da61203c -SIZE (xpi/firefox-i18n-43.0.4/is.xpi) = 495909 -SHA256 (xpi/firefox-i18n-43.0.4/it.xpi) = fbc3246a3bb031788476513374779a53f8123d83530226bb98c870d27d3f74d4 -SIZE (xpi/firefox-i18n-43.0.4/it.xpi) = 369329 -SHA256 (xpi/firefox-i18n-43.0.4/ja.xpi) = 371d979ba4a6d208d245c6756b00db94996d585fffa6f2d95c29c31cd56dfb33 -SIZE (xpi/firefox-i18n-43.0.4/ja.xpi) = 491472 -SHA256 (xpi/firefox-i18n-43.0.4/kk.xpi) = 46cda50a6f3f4797855291bf482395949650910c2ea5a768979356562c7b6fcc -SIZE (xpi/firefox-i18n-43.0.4/kk.xpi) = 516825 -SHA256 (xpi/firefox-i18n-43.0.4/km.xpi) = 7252b78211fdfbc37d255772f734f874236eddd4be949a41f21da5b6fca78d05 -SIZE (xpi/firefox-i18n-43.0.4/km.xpi) = 581656 -SHA256 (xpi/firefox-i18n-43.0.4/kn.xpi) = dba40b46126b0a16e7c9a1e9ac149cd53402e1fbbbce4b67c84c0258a661eeb4 -SIZE (xpi/firefox-i18n-43.0.4/kn.xpi) = 548586 -SHA256 (xpi/firefox-i18n-43.0.4/ko.xpi) = 8f1b7cc009de57f888c71d9b65510ac1a1aa2f95dce71f6e022d4ff578932f42 -SIZE (xpi/firefox-i18n-43.0.4/ko.xpi) = 477482 -SHA256 (xpi/firefox-i18n-43.0.4/lij.xpi) = 4b50e8a8b085f9ce06209236ecc31e356f70df04975e90bc1fbc382a41633728 -SIZE (xpi/firefox-i18n-43.0.4/lij.xpi) = 403511 -SHA256 (xpi/firefox-i18n-43.0.4/lt.xpi) = 1c121dabb4a54e9a13a53ef7a50c61096dc211debea85d66f713bf45a633e83f -SIZE (xpi/firefox-i18n-43.0.4/lt.xpi) = 498173 -SHA256 (xpi/firefox-i18n-43.0.4/lv.xpi) = 1365138c3dfd49816f52ffcc0a9e6167e846d746f624cc74a5f3de72a7065b71 -SIZE (xpi/firefox-i18n-43.0.4/lv.xpi) = 478097 -SHA256 (xpi/firefox-i18n-43.0.4/mai.xpi) = 0dd5e3acba12776d64d73ff9722278a06ba5eaebc16d056cd3d8625e59a7b38e -SIZE (xpi/firefox-i18n-43.0.4/mai.xpi) = 527786 -SHA256 (xpi/firefox-i18n-43.0.4/mk.xpi) = f6eb4a921becfab296515533c9f47a8bbe4f90259dd013fcc70631b622d78844 -SIZE (xpi/firefox-i18n-43.0.4/mk.xpi) = 537952 -SHA256 (xpi/firefox-i18n-43.0.4/ml.xpi) = 3e3db979621f0f60f8030cc6efd8cc7186f71c1b7fe86f6a54bbe453abfaa80a -SIZE (xpi/firefox-i18n-43.0.4/ml.xpi) = 537548 -SHA256 (xpi/firefox-i18n-43.0.4/mr.xpi) = 74d0b37e935ede8a8f1c6bc51698c75a4284c3822b9d339a561949c1715c97f2 -SIZE (xpi/firefox-i18n-43.0.4/mr.xpi) = 527027 -SHA256 (xpi/firefox-i18n-43.0.4/ms.xpi) = 111cd12ab67087f03ff2d090751ecaf2dbf6f3c85af651274daed4e642a98d1c -SIZE (xpi/firefox-i18n-43.0.4/ms.xpi) = 502123 -SHA256 (xpi/firefox-i18n-43.0.4/nb-NO.xpi) = c0378118f6d870d58b04ffb642c2878e457a91002943281be6c513f62496be24 -SIZE (xpi/firefox-i18n-43.0.4/nb-NO.xpi) = 456065 -SHA256 (xpi/firefox-i18n-43.0.4/nl.xpi) = 90862665e01c5356bdcfe7945c10747442d01ffe4235512af492dedb3e115149 -SIZE (xpi/firefox-i18n-43.0.4/nl.xpi) = 454468 -SHA256 (xpi/firefox-i18n-43.0.4/nn-NO.xpi) = 1a837ac1d7852e93b66e7842c450c2c0e92f31715d1d989e5e25d96b6c02552a -SIZE (xpi/firefox-i18n-43.0.4/nn-NO.xpi) = 450234 -SHA256 (xpi/firefox-i18n-43.0.4/or.xpi) = e42cc46f4676cb14ff9cfe7ba902600599a3e67148d5c8440b4e22dc6bf6e144 -SIZE (xpi/firefox-i18n-43.0.4/or.xpi) = 536913 -SHA256 (xpi/firefox-i18n-43.0.4/pa-IN.xpi) = b98114d8bc3b08efc95a125b9fc289f8b18157b52d66f2e5643b4bf9fdd382eb -SIZE (xpi/firefox-i18n-43.0.4/pa-IN.xpi) = 511159 -SHA256 (xpi/firefox-i18n-43.0.4/pl.xpi) = 2764c38202fe76bf129bb7eeb5548aeda5222553729bcbdc1f0b9ee8d88f6890 -SIZE (xpi/firefox-i18n-43.0.4/pl.xpi) = 404460 -SHA256 (xpi/firefox-i18n-43.0.4/pt-BR.xpi) = 6854741c77c2a810b137c166dd6e82b1359c4838087ab8706555b9ed3ea19a0d -SIZE (xpi/firefox-i18n-43.0.4/pt-BR.xpi) = 473005 -SHA256 (xpi/firefox-i18n-43.0.4/pt-PT.xpi) = c57c6c7a9d1f744c16593a3228ed21019e6d88d0ec241ab44510787cd79b08cd -SIZE (xpi/firefox-i18n-43.0.4/pt-PT.xpi) = 451858 -SHA256 (xpi/firefox-i18n-43.0.4/rm.xpi) = 3798ff1095c776af9a89ba7e21cc44ec672969a39bbd577a0d20ca2955d37ce2 -SIZE (xpi/firefox-i18n-43.0.4/rm.xpi) = 457314 -SHA256 (xpi/firefox-i18n-43.0.4/ro.xpi) = 12d4b080fa8dfb66805c9ad046883d917c85b2a802bb1fdddaabd45510a29c02 -SIZE (xpi/firefox-i18n-43.0.4/ro.xpi) = 505833 -SHA256 (xpi/firefox-i18n-43.0.4/ru.xpi) = 2ec0ffa59c2b91a1b948d137ea1cc38d9d96b2bd1487b99a7d4ef8fb820db241 -SIZE (xpi/firefox-i18n-43.0.4/ru.xpi) = 417904 -SHA256 (xpi/firefox-i18n-43.0.4/si.xpi) = 2c26d8786e5c6a6aee8e46bff066f7e2cfa423a2851fc48e9442c862edc86b50 -SIZE (xpi/firefox-i18n-43.0.4/si.xpi) = 548392 -SHA256 (xpi/firefox-i18n-43.0.4/sk.xpi) = ad2b7f87fc7b5786d4d190e2240f37d2026eff78e6e6d3754cc7fd42ea87e472 -SIZE (xpi/firefox-i18n-43.0.4/sk.xpi) = 480519 -SHA256 (xpi/firefox-i18n-43.0.4/sl.xpi) = 11c626fb2ec0bb71bd58bffe0c860c47b07c3c598db52493c17b35813661d8bb -SIZE (xpi/firefox-i18n-43.0.4/sl.xpi) = 453338 -SHA256 (xpi/firefox-i18n-43.0.4/son.xpi) = c26e656b9bb7106b7cc57ae8fdcf3816e3bdd05e2594c479d3754c928790ec6c -SIZE (xpi/firefox-i18n-43.0.4/son.xpi) = 462151 -SHA256 (xpi/firefox-i18n-43.0.4/sq.xpi) = 5dfd60759209e75e03670776c46a1d46ada59c503c35dc31e99b2fe53fefe1e7 -SIZE (xpi/firefox-i18n-43.0.4/sq.xpi) = 497506 -SHA256 (xpi/firefox-i18n-43.0.4/sr.xpi) = cc61a83ae225993c2a9f9e6f56d2d79ec9d300e22d30ebb8114d77a95a465b14 -SIZE (xpi/firefox-i18n-43.0.4/sr.xpi) = 489349 -SHA256 (xpi/firefox-i18n-43.0.4/sv-SE.xpi) = 05c7136f5e9d6b7621ae2f62134f80a84271e1b9618de68f4c58c348ce351008 -SIZE (xpi/firefox-i18n-43.0.4/sv-SE.xpi) = 463026 -SHA256 (xpi/firefox-i18n-43.0.4/ta.xpi) = 5269939c588f83c0e8cf69ca1ef81da5e4cbcaf043097ffea5eee4719a9bc29f -SIZE (xpi/firefox-i18n-43.0.4/ta.xpi) = 519590 -SHA256 (xpi/firefox-i18n-43.0.4/te.xpi) = e9be798dfb43216afae27728bd9048cbe652554a8c80b9e7698242386029a774 -SIZE (xpi/firefox-i18n-43.0.4/te.xpi) = 537274 -SHA256 (xpi/firefox-i18n-43.0.4/th.xpi) = d130d707ccccaec362fa4131cf1fe142d80930bee21050997598cd60dafb0a79 -SIZE (xpi/firefox-i18n-43.0.4/th.xpi) = 546510 -SHA256 (xpi/firefox-i18n-43.0.4/tr.xpi) = 4d904ea0972c7cd46851cbd9a7eef4f77b13de9af5b1391def33e3be7daff4d8 -SIZE (xpi/firefox-i18n-43.0.4/tr.xpi) = 492360 -SHA256 (xpi/firefox-i18n-43.0.4/uk.xpi) = 59a9ead947aced2c53bb213c86e456988cbdeb21bdf3503f3aeb6b8c22db917a -SIZE (xpi/firefox-i18n-43.0.4/uk.xpi) = 508886 -SHA256 (xpi/firefox-i18n-43.0.4/uz.xpi) = 0759eef72e46c37c48aa5d4667e787f85f9030a6aae5844442d79065e5b4d833 -SIZE (xpi/firefox-i18n-43.0.4/uz.xpi) = 510089 -SHA256 (xpi/firefox-i18n-43.0.4/vi.xpi) = bc3b2205e1970870159a1dff74b1d812e20651f78b042c088e37d4b04b046ab3 -SIZE (xpi/firefox-i18n-43.0.4/vi.xpi) = 476613 -SHA256 (xpi/firefox-i18n-43.0.4/xh.xpi) = b9083f13a53fdd6556b03c71fa0011ea193bd64f783cb6b88999551c314c9903 -SIZE (xpi/firefox-i18n-43.0.4/xh.xpi) = 458721 -SHA256 (xpi/firefox-i18n-43.0.4/zh-CN.xpi) = ac473d28b37d248d2d73bf026f666871cd6ed53a586d60d8c2a26ca39d3e732e -SIZE (xpi/firefox-i18n-43.0.4/zh-CN.xpi) = 493641 -SHA256 (xpi/firefox-i18n-43.0.4/zh-TW.xpi) = 16c89b88bfe3c0b1700ecb7688448011cfc86e1c116ba1d31d46119e2d202702 -SIZE (xpi/firefox-i18n-43.0.4/zh-TW.xpi) = 485318 +SHA256 (xpi/firefox-i18n-44.0/ach.xpi) = 8bf84b145287afc5d25eba375d39c052b7ee58b224c2b88ca9f4bac5dcbb1b54 +SIZE (xpi/firefox-i18n-44.0/ach.xpi) = 488914 +SHA256 (xpi/firefox-i18n-44.0/af.xpi) = 2d03ae5387a0b211fcae044caa7b7b84d12125abf9d21847a870f5a1f14793c7 +SIZE (xpi/firefox-i18n-44.0/af.xpi) = 496123 +SHA256 (xpi/firefox-i18n-44.0/an.xpi) = bb0bf6cf42d9d6b5fb8db4a55e2966f6b2b56bcb58b4c9aaf268fbdb7ec086a6 +SIZE (xpi/firefox-i18n-44.0/an.xpi) = 474493 +SHA256 (xpi/firefox-i18n-44.0/ar.xpi) = 08bf3646f53498eea083345ee80f656f66460ae7e9efbf7561101cf863ffd3e5 +SIZE (xpi/firefox-i18n-44.0/ar.xpi) = 531969 +SHA256 (xpi/firefox-i18n-44.0/as.xpi) = 54027a9d7b52c368adf77ef4746ec00f47e4a85e4ab579138a7fd686f07f892c +SIZE (xpi/firefox-i18n-44.0/as.xpi) = 522458 +SHA256 (xpi/firefox-i18n-44.0/ast.xpi) = be2a177e24b39b936337c778a7e94a95a96b7deb9ab47c98a9ac52351095122e +SIZE (xpi/firefox-i18n-44.0/ast.xpi) = 420007 +SHA256 (xpi/firefox-i18n-44.0/az.xpi) = 9d4337c7453e749b8d10fab57f4dad1838dbf00382d912d67911e9f7a2af61d5 +SIZE (xpi/firefox-i18n-44.0/az.xpi) = 503489 +SHA256 (xpi/firefox-i18n-44.0/be.xpi) = 7835f62ed47c44a181485f6d3475ca24d0d9717535386c892294d73fb15e798b +SIZE (xpi/firefox-i18n-44.0/be.xpi) = 464850 +SHA256 (xpi/firefox-i18n-44.0/bg.xpi) = b1d04beea09b5b7b8fb3d95eb6e4be61ee8f05d17a12bf8ef9cb10a478c57e55 +SIZE (xpi/firefox-i18n-44.0/bg.xpi) = 505504 +SHA256 (xpi/firefox-i18n-44.0/bn-BD.xpi) = 39fb97e5782bbe7874cbb5be6a13273c4a82e78613d84e8dfe914f1debd0d865 +SIZE (xpi/firefox-i18n-44.0/bn-BD.xpi) = 550930 +SHA256 (xpi/firefox-i18n-44.0/bn-IN.xpi) = 56edcd91ad997d1833b4f21c47a64f54d89aba9f2a5d1766e61aecd84068e406 +SIZE (xpi/firefox-i18n-44.0/bn-IN.xpi) = 542124 +SHA256 (xpi/firefox-i18n-44.0/br.xpi) = 2e2be17058da67aa6bec21809009b8e567b2da25f759778d198bb4b8088cff2d +SIZE (xpi/firefox-i18n-44.0/br.xpi) = 454294 +SHA256 (xpi/firefox-i18n-44.0/bs.xpi) = 4b951439085404024da6b343fd8967de4e8d814b5800317691bb11090d328fbb +SIZE (xpi/firefox-i18n-44.0/bs.xpi) = 493433 +SHA256 (xpi/firefox-i18n-44.0/ca.xpi) = 3704064c35a93c6ea199bee735c88ad1f8d160a8f46cd38516c226c801f6827e +SIZE (xpi/firefox-i18n-44.0/ca.xpi) = 471462 +SHA256 (xpi/firefox-i18n-44.0/cs.xpi) = fb7c59ad096337f9ed3394ea1bc0c0156349ec03910c506e708ec254789588a3 +SIZE (xpi/firefox-i18n-44.0/cs.xpi) = 460606 +SHA256 (xpi/firefox-i18n-44.0/cy.xpi) = e279f26bea220eeafb4f8b76b31ee782e991347e45d07c099dd06000d38d490a +SIZE (xpi/firefox-i18n-44.0/cy.xpi) = 456837 +SHA256 (xpi/firefox-i18n-44.0/da.xpi) = 3797f85f4eb97b9cd86f8af3563cbebcc0e87e95558840689f4ad69c185e43ed +SIZE (xpi/firefox-i18n-44.0/da.xpi) = 463397 +SHA256 (xpi/firefox-i18n-44.0/de.xpi) = 42bd312feb841f8cecf06eb85f9f588ff0f2f0bc7990e1949594c3a0adbe94b5 +SIZE (xpi/firefox-i18n-44.0/de.xpi) = 466176 +SHA256 (xpi/firefox-i18n-44.0/dsb.xpi) = 5b2220fb0f36df05d61c973ea39e3cf1e7a423679ec7ced104cb546bc3c0ade8 +SIZE (xpi/firefox-i18n-44.0/dsb.xpi) = 484748 +SHA256 (xpi/firefox-i18n-44.0/el.xpi) = edf04fb40f0436553c7535a7d908938e66b3c8a3e7def79b86b615c66572299e +SIZE (xpi/firefox-i18n-44.0/el.xpi) = 511154 +SHA256 (xpi/firefox-i18n-44.0/en-GB.xpi) = 5e134e1da80c612c48565a95b67f7b1950c8fd620ea16a530fb794119d9fda08 +SIZE (xpi/firefox-i18n-44.0/en-GB.xpi) = 452629 +SHA256 (xpi/firefox-i18n-44.0/en-US.xpi) = 940e608fbb9079d593b364beeca6ca110f06a623725ea093d1e650d1b454c328 +SIZE (xpi/firefox-i18n-44.0/en-US.xpi) = 502960 +SHA256 (xpi/firefox-i18n-44.0/en-ZA.xpi) = 4fb855a2b9c0b46dab41f59023198a900828336fff0f3c28975882df1994cc70 +SIZE (xpi/firefox-i18n-44.0/en-ZA.xpi) = 457278 +SHA256 (xpi/firefox-i18n-44.0/eo.xpi) = 7ef64557067b7ee834bfc1c1e111c8e6682f6d766059631a0bd8fc627656da33 +SIZE (xpi/firefox-i18n-44.0/eo.xpi) = 496609 +SHA256 (xpi/firefox-i18n-44.0/es-AR.xpi) = c678d0fa10e55843deb9198d09719e686c0bbf3a5db7b49f2703bd5066574303 +SIZE (xpi/firefox-i18n-44.0/es-AR.xpi) = 465210 +SHA256 (xpi/firefox-i18n-44.0/es-CL.xpi) = 1deeedf1776bf46505ca883a57ff96f555abc26bb07073aa8a1f8e1d2d53082b +SIZE (xpi/firefox-i18n-44.0/es-CL.xpi) = 389731 +SHA256 (xpi/firefox-i18n-44.0/es-ES.xpi) = dc91671b42a0781fb6a7c28b416aa06780aa4ad1256f55539f465532995f440a +SIZE (xpi/firefox-i18n-44.0/es-ES.xpi) = 378684 +SHA256 (xpi/firefox-i18n-44.0/es-MX.xpi) = b126dc3f0319058bb75976ade6da3c6e15a083dfec5a60a3fcef8eecfa921886 +SIZE (xpi/firefox-i18n-44.0/es-MX.xpi) = 470416 +SHA256 (xpi/firefox-i18n-44.0/et.xpi) = 8b061583eddaec7dc178d221584d852af9622bcd6be1e409ae7298050593d81c +SIZE (xpi/firefox-i18n-44.0/et.xpi) = 461957 +SHA256 (xpi/firefox-i18n-44.0/eu.xpi) = 09e09e0304db6fbfc1c43a1fb0d427fa9e0fa5beff30705e28e661e2033e38c3 +SIZE (xpi/firefox-i18n-44.0/eu.xpi) = 479775 +SHA256 (xpi/firefox-i18n-44.0/fa.xpi) = 2e4fcbdf67620172e38630edfdec7966ffd827f5679dfda4802f252ffe693369 +SIZE (xpi/firefox-i18n-44.0/fa.xpi) = 535474 +SHA256 (xpi/firefox-i18n-44.0/ff.xpi) = d9381b4989611b1f9e9a0bd75c39c432c1bd6700695912b01452fc3990c65ba0 +SIZE (xpi/firefox-i18n-44.0/ff.xpi) = 469605 +SHA256 (xpi/firefox-i18n-44.0/fi.xpi) = 2312c6aadbb4dbf5e85e9544450ae65d31b96c99a233e5e59e5eb7145bb10c53 +SIZE (xpi/firefox-i18n-44.0/fi.xpi) = 461260 +SHA256 (xpi/firefox-i18n-44.0/fr.xpi) = d4bf2005066c089c420035d71c0d59ba9dc98adfffc9159ce51a2cf0ec560896 +SIZE (xpi/firefox-i18n-44.0/fr.xpi) = 475594 +SHA256 (xpi/firefox-i18n-44.0/fy-NL.xpi) = fc9a95b70a591f70a90aea0f26cdc4c1c4b1ac3f2f03abb941998f66d39e84d1 +SIZE (xpi/firefox-i18n-44.0/fy-NL.xpi) = 468844 +SHA256 (xpi/firefox-i18n-44.0/ga-IE.xpi) = 296cbb4521209f1fc7dbed72a7d5f5b08ce5446974f0fc443fc9cf55e4d5d70c +SIZE (xpi/firefox-i18n-44.0/ga-IE.xpi) = 481200 +SHA256 (xpi/firefox-i18n-44.0/gd.xpi) = 3cd36317dace91ceffd596e3d3ede3a64c5786a1e714babe00ab85ed753f4f2b +SIZE (xpi/firefox-i18n-44.0/gd.xpi) = 466940 +SHA256 (xpi/firefox-i18n-44.0/gl.xpi) = f7d2add0b9d2554591df74397fc85f02e738392ffbbcce4551aad545d824fb3c +SIZE (xpi/firefox-i18n-44.0/gl.xpi) = 461111 +SHA256 (xpi/firefox-i18n-44.0/gu-IN.xpi) = 195b952591f124521a2d8140b28dd316906875bb5fb906bd11130bfde6051314 +SIZE (xpi/firefox-i18n-44.0/gu-IN.xpi) = 498551 +SHA256 (xpi/firefox-i18n-44.0/he.xpi) = d25daa82b8d118b47562056e0fdd90617375c6260acd786e4640961bd86144cb +SIZE (xpi/firefox-i18n-44.0/he.xpi) = 490166 +SHA256 (xpi/firefox-i18n-44.0/hi-IN.xpi) = 5a35a22240899b5573f2d44e848c0f959148598994db4632643a1f1e456762fa +SIZE (xpi/firefox-i18n-44.0/hi-IN.xpi) = 523873 +SHA256 (xpi/firefox-i18n-44.0/hr.xpi) = 3f3d2a34432ec4c75cccd41126011c62e3cbc59c2a2625480cb3e471d455bcbf +SIZE (xpi/firefox-i18n-44.0/hr.xpi) = 491273 +SHA256 (xpi/firefox-i18n-44.0/hsb.xpi) = 35a2cdc5dfbcd38be9c2936d30b33289e952c6d7505487218234dda30a950aec +SIZE (xpi/firefox-i18n-44.0/hsb.xpi) = 482371 +SHA256 (xpi/firefox-i18n-44.0/hu.xpi) = 7b21a1517ff931194b588cd42080a02182bba8ef5cba11a19d4a5699922d6c4d +SIZE (xpi/firefox-i18n-44.0/hu.xpi) = 466878 +SHA256 (xpi/firefox-i18n-44.0/hy-AM.xpi) = 637eccd6cc0099b1a0b6a197165ba8ee85e33d5246c6f4a011801243fa14d483 +SIZE (xpi/firefox-i18n-44.0/hy-AM.xpi) = 549357 +SHA256 (xpi/firefox-i18n-44.0/id.xpi) = 8187f234721c3cfaf50b8640f991e633c55fa80a7714f7bf50c23db24b056f2a +SIZE (xpi/firefox-i18n-44.0/id.xpi) = 449869 +SHA256 (xpi/firefox-i18n-44.0/is.xpi) = 867f61c8a21e76fdaf46fd44e060f6ee0add54b3f976d2192bf00b69dddf3ba5 +SIZE (xpi/firefox-i18n-44.0/is.xpi) = 498239 +SHA256 (xpi/firefox-i18n-44.0/it.xpi) = 92e7c9c874ce9913c7e2c198602c3bcbf5cbee606852d32780dd4b6fd1707b7f +SIZE (xpi/firefox-i18n-44.0/it.xpi) = 369825 +SHA256 (xpi/firefox-i18n-44.0/ja.xpi) = 953227840368882f6733fb2d78efad454713bcfd8185b341624cbb7acf95d080 +SIZE (xpi/firefox-i18n-44.0/ja.xpi) = 493749 +SHA256 (xpi/firefox-i18n-44.0/kk.xpi) = 23f24aa820fffdbaa92018eccb5037dba793a75ed57d57399eef9f1b4e3e7cbb +SIZE (xpi/firefox-i18n-44.0/kk.xpi) = 519876 +SHA256 (xpi/firefox-i18n-44.0/km.xpi) = ada3358784469933b559c5cf3368b519776a57370818ea6630d3705ccbf99ac9 +SIZE (xpi/firefox-i18n-44.0/km.xpi) = 587938 +SHA256 (xpi/firefox-i18n-44.0/kn.xpi) = ba3cbea473b918bd29dc842f3f18850a30cecfcb9019481db0017948b80ccf4d +SIZE (xpi/firefox-i18n-44.0/kn.xpi) = 547916 +SHA256 (xpi/firefox-i18n-44.0/ko.xpi) = c14235cab4064ee068ede2f95ce859efcca15cc350ecd69cb50fed48a5d7c105 +SIZE (xpi/firefox-i18n-44.0/ko.xpi) = 480595 +SHA256 (xpi/firefox-i18n-44.0/lij.xpi) = 8b14945479e4a1c7ec39148fb78e20ed693ecdc9813157a97ab18794b0a6c598 +SIZE (xpi/firefox-i18n-44.0/lij.xpi) = 403832 +SHA256 (xpi/firefox-i18n-44.0/lt.xpi) = 01b4cfafde1912c5646694eb6b6c975e717550e85b527a341f7836ebd02e7535 +SIZE (xpi/firefox-i18n-44.0/lt.xpi) = 500331 +SHA256 (xpi/firefox-i18n-44.0/lv.xpi) = 2667d4e658a2faeb36c4aa3b5b5b13f1d3caa10abcf9a94ceb2d08307770bfe1 +SIZE (xpi/firefox-i18n-44.0/lv.xpi) = 480443 +SHA256 (xpi/firefox-i18n-44.0/mai.xpi) = 5c1a912951b00c9da71124888ba88492f433f807956d9ba21df90b6d81edfa8d +SIZE (xpi/firefox-i18n-44.0/mai.xpi) = 532117 +SHA256 (xpi/firefox-i18n-44.0/mk.xpi) = a6744e118506244b7e59947ee9b52975e9bef9b3f51dd5a1a91c1fc334610ec4 +SIZE (xpi/firefox-i18n-44.0/mk.xpi) = 537870 +SHA256 (xpi/firefox-i18n-44.0/ml.xpi) = 97aa5f16c7ce66386a096df283c0ffa7c3c5b5e0b23699c80d88c04717d7a26e +SIZE (xpi/firefox-i18n-44.0/ml.xpi) = 551282 +SHA256 (xpi/firefox-i18n-44.0/mr.xpi) = 709844a2c3a38fe8205267f379b95c843e7b64d1a4b40c2bf176d4f2398c70c3 +SIZE (xpi/firefox-i18n-44.0/mr.xpi) = 527782 +SHA256 (xpi/firefox-i18n-44.0/ms.xpi) = 8462fe393d5f3c4d3a86e3501f6f38d8fc394048b2846a6ebef97681641e4c9f +SIZE (xpi/firefox-i18n-44.0/ms.xpi) = 507271 +SHA256 (xpi/firefox-i18n-44.0/nb-NO.xpi) = 59051b45c1369f66899333c16d4dc18b1b2c40440be752053832d743d54810ee +SIZE (xpi/firefox-i18n-44.0/nb-NO.xpi) = 458673 +SHA256 (xpi/firefox-i18n-44.0/nl.xpi) = 35b2d2b201e963141d6079afde81bcffd1efa7879a37bc5d9431a65069aacaa0 +SIZE (xpi/firefox-i18n-44.0/nl.xpi) = 456554 +SHA256 (xpi/firefox-i18n-44.0/nn-NO.xpi) = ccf4db814992d2bada211a886321d97346e0d2ab26e846752243c2259062ab5a +SIZE (xpi/firefox-i18n-44.0/nn-NO.xpi) = 452666 +SHA256 (xpi/firefox-i18n-44.0/or.xpi) = f967f29bf4ecb73a86545a72ecc68c315d93b739060745810f82d1ad814b3cb2 +SIZE (xpi/firefox-i18n-44.0/or.xpi) = 540587 +SHA256 (xpi/firefox-i18n-44.0/pa-IN.xpi) = 6e1648d2b6bc9be3c674ca0e84e96121f62dfd66b19f22232f15772408a3d65b +SIZE (xpi/firefox-i18n-44.0/pa-IN.xpi) = 516425 +SHA256 (xpi/firefox-i18n-44.0/pl.xpi) = f01c0fa237aa5ec7a303261abe7b9ad13c22db31b48e3766209fd8ff4d63f4cc +SIZE (xpi/firefox-i18n-44.0/pl.xpi) = 403714 +SHA256 (xpi/firefox-i18n-44.0/pt-BR.xpi) = dce2dfdac65e6e1dc8c2236941207a630d467dd30e71f6ca7f8973aaa2425721 +SIZE (xpi/firefox-i18n-44.0/pt-BR.xpi) = 473587 +SHA256 (xpi/firefox-i18n-44.0/pt-PT.xpi) = 087227a30a7c06d04fcf47aab7f04e42fa554ec2c211463bb366ff17e941d339 +SIZE (xpi/firefox-i18n-44.0/pt-PT.xpi) = 454143 +SHA256 (xpi/firefox-i18n-44.0/rm.xpi) = 110ced11f415e15dd02cabdf4d5f2bb3f992e68a6743441bbfaa30e0334da88c +SIZE (xpi/firefox-i18n-44.0/rm.xpi) = 460176 +SHA256 (xpi/firefox-i18n-44.0/ro.xpi) = 0f1e2de42f1116840d06145f31cfefbce833719b4ce05e31c054a915a5988356 +SIZE (xpi/firefox-i18n-44.0/ro.xpi) = 507825 +SHA256 (xpi/firefox-i18n-44.0/ru.xpi) = e14eb41bc5af7f86e74b01e9bfe6a138088216cef000d75bb4d514042baeffc1 +SIZE (xpi/firefox-i18n-44.0/ru.xpi) = 418291 +SHA256 (xpi/firefox-i18n-44.0/si.xpi) = a9badff4b82754018e8585a674f96c491cdd2f15c18010b85153315d572db25f +SIZE (xpi/firefox-i18n-44.0/si.xpi) = 553903 +SHA256 (xpi/firefox-i18n-44.0/sk.xpi) = ac46e1b95d6973d35fa5ccaeba572e498be9f636a6cf253224a2b6cab6c544c7 +SIZE (xpi/firefox-i18n-44.0/sk.xpi) = 482728 +SHA256 (xpi/firefox-i18n-44.0/sl.xpi) = cf3a96cbc48afc0af98ee2327cac60eaa49eed6799a6005c5a3410977efde12a +SIZE (xpi/firefox-i18n-44.0/sl.xpi) = 456215 +SHA256 (xpi/firefox-i18n-44.0/son.xpi) = 1e76a4e02ece37d331c990d143738897f3a6b0b8e03b3a0d14e368b462faefcc +SIZE (xpi/firefox-i18n-44.0/son.xpi) = 463190 +SHA256 (xpi/firefox-i18n-44.0/sq.xpi) = 53f1757028c9c1eaf5e9f8bbd2ae1148a141eb7a869863748017be3cc5b95f62 +SIZE (xpi/firefox-i18n-44.0/sq.xpi) = 499915 +SHA256 (xpi/firefox-i18n-44.0/sr.xpi) = 035cded41b55bb24b0f805bc18f16aae19d6f6743c049148e394cbf0e0bf44b7 +SIZE (xpi/firefox-i18n-44.0/sr.xpi) = 490391 +SHA256 (xpi/firefox-i18n-44.0/sv-SE.xpi) = 3516e268aea2f70024909a6a0edca09a804d0b639cdf8da4a25292e92dfbf9d8 +SIZE (xpi/firefox-i18n-44.0/sv-SE.xpi) = 465391 +SHA256 (xpi/firefox-i18n-44.0/ta.xpi) = ef911260ea0011e6cecac88007e4f8590362b4238fe24a036b8ef1edbf783592 +SIZE (xpi/firefox-i18n-44.0/ta.xpi) = 522512 +SHA256 (xpi/firefox-i18n-44.0/te.xpi) = daa13ded2b57955aa47d64dd370c5eebc89932ec194b78bcb0f2f24ba49ed97d +SIZE (xpi/firefox-i18n-44.0/te.xpi) = 538474 +SHA256 (xpi/firefox-i18n-44.0/th.xpi) = 9c5e3ed5017e2536d6f11742eeb3740dd513e8b4aa80a77a546f556e4ce4f39e +SIZE (xpi/firefox-i18n-44.0/th.xpi) = 547040 +SHA256 (xpi/firefox-i18n-44.0/tr.xpi) = d105d05b8ec4b2a0412f7805649bf2ae95929a91bc68ec5adc959d597dde1bf9 +SIZE (xpi/firefox-i18n-44.0/tr.xpi) = 472325 +SHA256 (xpi/firefox-i18n-44.0/uk.xpi) = 27a033bc8efb80c92f201daf3b667eef3c819b26fa5ddebf8b94c104f446a9d3 +SIZE (xpi/firefox-i18n-44.0/uk.xpi) = 511048 +SHA256 (xpi/firefox-i18n-44.0/uz.xpi) = 52dd825bbe2e245b1205275a5070251df532414c0eb0ce7854a6908e5cd22f8c +SIZE (xpi/firefox-i18n-44.0/uz.xpi) = 510445 +SHA256 (xpi/firefox-i18n-44.0/vi.xpi) = ec827905d334ff761eb001b384c8edc7dc6cb6406d7e64e069226900828a47b8 +SIZE (xpi/firefox-i18n-44.0/vi.xpi) = 481582 +SHA256 (xpi/firefox-i18n-44.0/xh.xpi) = 9fe12e0fa50017452f04564fcae344d8387239f895721e4e293bfeebeb06821e +SIZE (xpi/firefox-i18n-44.0/xh.xpi) = 460792 +SHA256 (xpi/firefox-i18n-44.0/zh-CN.xpi) = 061a58990006a4d25be48477f9a0e06642f34a548801254e68f417f9af5b71f1 +SIZE (xpi/firefox-i18n-44.0/zh-CN.xpi) = 496299 +SHA256 (xpi/firefox-i18n-44.0/zh-TW.xpi) = 92da03a68277fcc445caf5a4dde39a3283bda63674d005e327f651dbc0d6dad9 +SIZE (xpi/firefox-i18n-44.0/zh-TW.xpi) = 487760 Index: www/linux-firefox/Makefile =================================================================== --- www/linux-firefox/Makefile (revision 407044) +++ www/linux-firefox/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 43.0.4 +DISTVERSION= 44.0 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US \ Index: www/linux-firefox/distinfo =================================================================== --- www/linux-firefox/distinfo (revision 407044) +++ www/linux-firefox/distinfo (working copy) @@ -1,5 +1,5 @@ -SHA256 (firefox-43.0.4.tar.bz2) = be03a282b7da67899c988f89423594b91e017ce5f4569d55ea23f6ba28f59414 -SIZE (firefox-43.0.4.tar.bz2) = 53519232 +SHA256 (firefox-44.0.tar.bz2) = d8bc60b08345db28fb33114a87d67e6384ff1da861beb2b9a610257d443811dc +SIZE (firefox-44.0.tar.bz2) = 51145978 SHA256 (glib2-2.22.2-2.fc12.i686.rpm) = e3b459c245ec14e7248e9de4b506963a4773407f3e58835db5070d0ed02ecc99 SIZE (glib2-2.22.2-2.fc12.i686.rpm) = 1162908 SHA256 (gtk2-2.18.3-19.fc12.i686.rpm) = aea9cf7ffe9c8dae0faa2bf3d2aa1b2117c55dce03da72dcce8c268279ec0a4b