From owner-svn-ports-branches@FreeBSD.ORG Mon Mar 30 07:01:54 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4E3EB80A; Mon, 30 Mar 2015 07:01:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F750DE1; Mon, 30 Mar 2015 07:01:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2U71rFZ014852; Mon, 30 Mar 2015 07:01:53 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2U71riH014851; Mon, 30 Mar 2015 07:01:53 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201503300701.t2U71riH014851@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 30 Mar 2015 07:01:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r382643 - branches/2015Q1/multimedia/mplayer/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Mar 2015 07:01:54 -0000 Author: riggs Date: Mon Mar 30 07:01:53 2015 New Revision: 382643 URL: https://svnweb.freebsd.org/changeset/ports/382643 QAT: https://qat.redports.org/buildarchive/r382643/ Log: MFH: r382481 Prevent accidental linking to libEGL Reported by: Florian Degner via personal mail Approved by: ports-secteam (delphij) Modified: branches/2015Q1/multimedia/mplayer/files/patch-configure Directory Properties: branches/2015Q1/ (props changed) Modified: branches/2015Q1/multimedia/mplayer/files/patch-configure ============================================================================== --- branches/2015Q1/multimedia/mplayer/files/patch-configure Mon Mar 30 05:59:27 2015 (r382642) +++ branches/2015Q1/multimedia/mplayer/files/patch-configure Mon Mar 30 07:01:53 2015 (r382643) @@ -113,7 +113,23 @@ cc_check $ld_tmp && extra_ldflags="$extra_ldflags $ld_tmp" && ld_iconv="$ld_tmp" && _iconv=yes && break done -@@ -6046,7 +6056,7 @@ +@@ -5474,15 +5484,6 @@ + break + fi + done +- if test "$_x11" = yes && cc_check -DGL_EGL_X11 -lEGL ; then +- _gl=yes +- _gl_egl_x11=yes +- libs_mplayer="$libs_mplayer -lEGL $ld_dl" +- elif cc_check -DGL_EGL_ANDROID -lEGL ; then +- _gl=yes +- _gl_egl_android=yes +- libs_mplayer="$libs_mplayer -lEGL $ld_dl" +- fi + if win32 && cc_check -DGL_WIN32 -lopengl32 ; then + _gl=yes + _gl_win32=yes +@@ -6046,7 +6047,7 @@ elif dragonfly ; then default_cdrom_device="/dev/cd0" elif freebsd ; then @@ -122,7 +138,7 @@ elif openbsd ; then default_cdrom_device="/dev/rcd0c" elif sunos ; then -@@ -6059,7 +6069,7 @@ +@@ -6059,7 +6060,7 @@ default_cdrom_device="/dev/cdrom" fi @@ -131,7 +147,7 @@ default_dvd_device=$default_cdrom_device elif darwin ; then default_dvd_device="/dev/rdiskN" -@@ -6566,7 +6576,7 @@ +@@ -6566,7 +6567,7 @@ echocheck "libgsm" if test "$_libgsm" = auto ; then _libgsm=no @@ -140,7 +156,7 @@ fi if test "$_libgsm" = yes ; then def_libgsm='#define CONFIG_LIBGSM 1' -@@ -7051,6 +7061,16 @@ +@@ -7051,6 +7052,16 @@ nolibrtmp=no def_librtmp='#define CONFIG_LIBRTMP 1' inputmodules="librtmp $inputmodules" @@ -157,7 +173,7 @@ else nolibrtmp=yes _librtmp=no -@@ -7450,7 +7470,7 @@ +@@ -7450,7 +7461,7 @@ echocheck "mencoder" if test "$_mencoder" = no ; then # mpeg1video for vf_lavc, snow for vf_uspp / vf_mcdeint, @@ -166,7 +182,7 @@ fi echores "$_mencoder" -@@ -8329,7 +8349,7 @@ +@@ -8329,7 +8340,7 @@ EXESUF = $_exesuf EXESUFS_ALL = .exe From owner-svn-ports-branches@FreeBSD.ORG Mon Mar 30 20:47:14 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F38D11A8; Mon, 30 Mar 2015 20:47:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DEC072E1; Mon, 30 Mar 2015 20:47:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2UKlDbL008508; Mon, 30 Mar 2015 20:47:13 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2UKlDeF008500; Mon, 30 Mar 2015 20:47:13 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201503302047.t2UKlDeF008500@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 30 Mar 2015 20:47:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r382724 - in branches/2015Q1/graphics/tiff: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Mar 2015 20:47:14 -0000 Author: antoine Date: Mon Mar 30 20:47:12 2015 New Revision: 382724 URL: https://svnweb.freebsd.org/changeset/ports/382724 QAT: https://qat.redports.org/buildarchive/r382724/ Log: MFH: r382617 tools/tiffdither.c: check memory allocations to avoid writing to NULL pointer. Also check multiplication overflow. Fixes #2501, CVE-2014-8128. Derived from patch by Petr Gajdos. Reported by: naddy Obtained from: https://github.com/vadz/libtiff/commit/147b2698c84004fe2da93c0fc7177a7c3797533d Added: branches/2015Q1/graphics/tiff/files/patch-tools_tiffdither.c - copied unchanged from r382617, head/graphics/tiff/files/patch-tools_tiffdither.c Modified: branches/2015Q1/graphics/tiff/Makefile Directory Properties: branches/2015Q1/ (props changed) Modified: branches/2015Q1/graphics/tiff/Makefile ============================================================================== --- branches/2015Q1/graphics/tiff/Makefile Mon Mar 30 20:40:13 2015 (r382723) +++ branches/2015Q1/graphics/tiff/Makefile Mon Mar 30 20:47:12 2015 (r382724) @@ -3,6 +3,7 @@ PORTNAME= tiff DISTVERSION= 4.0.4beta +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ http://download.osgeo.org/libtiff/ Copied: branches/2015Q1/graphics/tiff/files/patch-tools_tiffdither.c (from r382617, head/graphics/tiff/files/patch-tools_tiffdither.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q1/graphics/tiff/files/patch-tools_tiffdither.c Mon Mar 30 20:47:12 2015 (r382724, copy of r382617, head/graphics/tiff/files/patch-tools_tiffdither.c) @@ -0,0 +1,70 @@ +--- tools/tiffdither.c.orig 2013-05-02 14:44:29 UTC ++++ tools/tiffdither.c +@@ -39,6 +39,7 @@ + #endif + + #include "tiffio.h" ++#include "tiffiop.h" + + #define streq(a,b) (strcmp(a,b) == 0) + #define strneq(a,b,n) (strncmp(a,b,n) == 0) +@@ -56,7 +57,7 @@ static void usage(void); + * Floyd-Steinberg error propragation with threshold. + * This code is stolen from tiffmedian. + */ +-static void ++static int + fsdither(TIFF* in, TIFF* out) + { + unsigned char *outline, *inputline, *inptr; +@@ -68,14 +69,19 @@ fsdither(TIFF* in, TIFF* out) + int lastline, lastpixel; + int bit; + tsize_t outlinesize; ++ int errcode = 0; + + imax = imagelength - 1; + jmax = imagewidth - 1; + inputline = (unsigned char *)_TIFFmalloc(TIFFScanlineSize(in)); +- thisline = (short *)_TIFFmalloc(imagewidth * sizeof (short)); +- nextline = (short *)_TIFFmalloc(imagewidth * sizeof (short)); ++ thisline = (short *)_TIFFmalloc(TIFFSafeMultiply(tmsize_t, imagewidth, sizeof (short))); ++ nextline = (short *)_TIFFmalloc(TIFFSafeMultiply(tmsize_t, imagewidth, sizeof (short))); + outlinesize = TIFFScanlineSize(out); + outline = (unsigned char *) _TIFFmalloc(outlinesize); ++ if (! (inputline && thisline && nextline && outline)) { ++ fprintf(stderr, "Out of memory.\n"); ++ goto skip_on_error; ++ } + + /* + * Get first line +@@ -93,7 +99,7 @@ fsdither(TIFF* in, TIFF* out) + nextline = tmpptr; + lastline = (i == imax); + if (TIFFReadScanline(in, inputline, i, 0) <= 0) +- break; ++ goto skip_on_error; + inptr = inputline; + nextptr = nextline; + for (j = 0; j < imagewidth; ++j) +@@ -131,13 +137,18 @@ fsdither(TIFF* in, TIFF* out) + } + } + if (TIFFWriteScanline(out, outline, i-1, 0) < 0) +- break; ++ goto skip_on_error; + } ++ goto exit_label; ++ + skip_on_error: ++ errcode = 1; ++ exit_label: + _TIFFfree(inputline); + _TIFFfree(thisline); + _TIFFfree(nextline); + _TIFFfree(outline); ++ return errcode; + } + + static uint16 compression = COMPRESSION_PACKBITS; From owner-svn-ports-branches@FreeBSD.ORG Wed Apr 1 00:34:13 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 518662F4; Wed, 1 Apr 2015 00:34:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 38775128; Wed, 1 Apr 2015 00:34:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t310YDln014552; Wed, 1 Apr 2015 00:34:13 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t310Y6IN014521; Wed, 1 Apr 2015 00:34:06 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201504010034.t310Y6IN014521@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 1 Apr 2015 00:34:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r382885 - in branches/2015Q1: Mk/Uses devel/nspr devel/nspr/files mail/linux-thunderbird mail/thunderbird mail/thunderbird-i18n multimedia/gmp-api multimedia/openh264 www/firefox www/fi... X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Apr 2015 00:34:13 -0000 Author: jbeich Date: Wed Apr 1 00:34:05 2015 New Revision: 382885 URL: https://svnweb.freebsd.org/changeset/ports/382885 QAT: https://qat.redports.org/buildarchive/r382885/ Log: MFH: r378253, r382860, r382881 - Update gmp-api to 38.0 - Update NSPR to 4.10.8 - Update Firefox to 37.0 - Update Firefox ESR and libxul to 31.6.0 - Update Thunderbird to 31.6.0 - Backport a few GTK3 fixes to Firefox 37 Changes: http://mozilla.6506.n7.nabble.com/ANNOUNCE-NSPR-4-10-8-Release-td332365.html Changes: https://www.mozilla.org/en-US/firefox/37.0/releasenotes/ Security: https://vuxml.freebsd.org/freebsd/d0c97697-df2c-4b8b-bff2-cec24dc35af8.html Approved by: ports-secteam (delphij), portmgr (bapt) Added: branches/2015Q1/www/firefox/files/patch-bug1138845 - copied unchanged from r382860, head/www/firefox/files/patch-bug1138845 branches/2015Q1/www/firefox/files/patch-bug1143686 - copied unchanged from r382860, head/www/firefox/files/patch-bug1143686 branches/2015Q1/www/firefox/files/patch-bug1144643 - copied unchanged from r382860, head/www/firefox/files/patch-bug1144643 Deleted: branches/2015Q1/devel/nspr/files/patch-bug782113 branches/2015Q1/devel/nspr/files/patch-bug782124 branches/2015Q1/www/firefox/files/patch-bug1101582 branches/2015Q1/www/firefox/files/patch-bug1103858 branches/2015Q1/www/firefox/files/patch-bug1128161 branches/2015Q1/www/firefox/files/patch-bug899126 Modified: branches/2015Q1/Mk/Uses/gecko.mk branches/2015Q1/devel/nspr/Makefile branches/2015Q1/devel/nspr/distinfo branches/2015Q1/mail/linux-thunderbird/Makefile branches/2015Q1/mail/linux-thunderbird/distinfo branches/2015Q1/mail/thunderbird-i18n/Makefile branches/2015Q1/mail/thunderbird-i18n/distinfo branches/2015Q1/mail/thunderbird/Makefile branches/2015Q1/mail/thunderbird/distinfo branches/2015Q1/multimedia/gmp-api/Makefile branches/2015Q1/multimedia/gmp-api/distinfo branches/2015Q1/multimedia/openh264/Makefile branches/2015Q1/www/firefox-esr-i18n/Makefile branches/2015Q1/www/firefox-esr-i18n/distinfo branches/2015Q1/www/firefox-esr/Makefile branches/2015Q1/www/firefox-esr/distinfo branches/2015Q1/www/firefox-i18n/Makefile branches/2015Q1/www/firefox-i18n/distinfo branches/2015Q1/www/firefox/Makefile branches/2015Q1/www/firefox/distinfo branches/2015Q1/www/firefox/files/patch-bug1021761 branches/2015Q1/www/firefox/files/patch-bug1073117 branches/2015Q1/www/firefox/files/patch-bug779713 branches/2015Q1/www/firefox/files/patch-system-openh264 branches/2015Q1/www/firefox/files/patch-z-bug517422 branches/2015Q1/www/libxul/Makefile branches/2015Q1/www/libxul/distinfo branches/2015Q1/www/linux-firefox/Makefile branches/2015Q1/www/linux-firefox/distinfo Directory Properties: branches/2015Q1/ (props changed) Modified: branches/2015Q1/Mk/Uses/gecko.mk ============================================================================== --- branches/2015Q1/Mk/Uses/gecko.mk Wed Apr 1 00:05:29 2015 (r382884) +++ branches/2015Q1/Mk/Uses/gecko.mk Wed Apr 1 00:34:05 2015 (r382885) @@ -37,12 +37,12 @@ RUN_DEPENDS+= libxul>=31:${PORTSDIR}/www .elif ${gecko_ARGS:Mfirefox} _GECKO_DEFAULT_VERSION= 31 -_GECKO_VERSIONS= 31 36 +_GECKO_VERSIONS= 31 37 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions 31_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr -36_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox +37_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null Modified: branches/2015Q1/devel/nspr/Makefile ============================================================================== --- branches/2015Q1/devel/nspr/Makefile Wed Apr 1 00:05:29 2015 (r382884) +++ branches/2015Q1/devel/nspr/Makefile Wed Apr 1 00:34:05 2015 (r382885) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nspr -DISTVERSION= 4.10.7 +DISTVERSION= 4.10.8 CATEGORIES= devel MASTER_SITES= MOZILLA/${PORTNAME}/releases/v${PORTVERSION}/src Modified: branches/2015Q1/devel/nspr/distinfo ============================================================================== --- branches/2015Q1/devel/nspr/distinfo Wed Apr 1 00:05:29 2015 (r382884) +++ branches/2015Q1/devel/nspr/distinfo Wed Apr 1 00:34:05 2015 (r382885) @@ -1,2 +1,2 @@ -SHA256 (nspr-4.10.7.tar.gz) = 389af5cfa863ea9bc6de7b30c15f8a4f9bddd8002f8c6fdc8b33caef43893938 -SIZE (nspr-4.10.7.tar.gz) = 1131171 +SHA256 (nspr-4.10.8.tar.gz) = 507ea57c525c0c524dae4857a642b4ef5c9d795518754c7f83422d22fe544a15 +SIZE (nspr-4.10.8.tar.gz) = 1131130 Modified: branches/2015Q1/mail/linux-thunderbird/Makefile ============================================================================== --- branches/2015Q1/mail/linux-thunderbird/Makefile Wed Apr 1 00:05:29 2015 (r382884) +++ branches/2015Q1/mail/linux-thunderbird/Makefile Wed Apr 1 00:34:05 2015 (r382885) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 31.5.0 +DISTVERSION= 31.6.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US Modified: branches/2015Q1/mail/linux-thunderbird/distinfo ============================================================================== --- branches/2015Q1/mail/linux-thunderbird/distinfo Wed Apr 1 00:05:29 2015 (r382884) +++ branches/2015Q1/mail/linux-thunderbird/distinfo Wed Apr 1 00:34:05 2015 (r382885) @@ -1,5 +1,5 @@ -SHA256 (thunderbird-31.5.0.tar.bz2) = c4a1e9865e756a09383e110f8f81a229e49fcec04012de80856ce454ed6e41f7 -SIZE (thunderbird-31.5.0.tar.bz2) = 36874681 +SHA256 (thunderbird-31.6.0.tar.bz2) = d0591c60be1c59f37e713c8b7c818f0b3992bcafd33e9fc3f179509bcf35ad3f +SIZE (thunderbird-31.6.0.tar.bz2) = 36878937 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 Modified: branches/2015Q1/mail/thunderbird-i18n/Makefile ============================================================================== --- branches/2015Q1/mail/thunderbird-i18n/Makefile Wed Apr 1 00:05:29 2015 (r382884) +++ branches/2015Q1/mail/thunderbird-i18n/Makefile Wed Apr 1 00:34:05 2015 (r382885) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird-i18n -PORTVERSION= 31.5.0 +PORTVERSION= 31.6.0 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= Modified: branches/2015Q1/mail/thunderbird-i18n/distinfo ============================================================================== --- branches/2015Q1/mail/thunderbird-i18n/distinfo Wed Apr 1 00:05:29 2015 (r382884) +++ branches/2015Q1/mail/thunderbird-i18n/distinfo Wed Apr 1 00:34:05 2015 (r382885) @@ -1,110 +1,110 @@ -SHA256 (xpi/thunderbird-i18n-31.5.0/ar.xpi) = 80b83ce312ed5616edc61b34604d4991ed1e2179f067336d019b64e32a929530 -SIZE (xpi/thunderbird-i18n-31.5.0/ar.xpi) = 472812 -SHA256 (xpi/thunderbird-i18n-31.5.0/ast.xpi) = 5e04389beb3b7a8fe8d910e52d6683104db2a937746c7db829d6e4ff6c8bab9d -SIZE (xpi/thunderbird-i18n-31.5.0/ast.xpi) = 393049 -SHA256 (xpi/thunderbird-i18n-31.5.0/be.xpi) = a7db2f7a89632a0e55b650dc08b957bc678445db5fb807b029cc7f330651ff28 -SIZE (xpi/thunderbird-i18n-31.5.0/be.xpi) = 427488 -SHA256 (xpi/thunderbird-i18n-31.5.0/bg.xpi) = 1ea991edf2e89421e1f6de27538610be53c61190fc24d62ae181677e904d25dd -SIZE (xpi/thunderbird-i18n-31.5.0/bg.xpi) = 493734 -SHA256 (xpi/thunderbird-i18n-31.5.0/bn-BD.xpi) = e0e1249d2a82c5a52f9b11dc5b4c64dd3204c07feacd431db6fcb31678604f93 -SIZE (xpi/thunderbird-i18n-31.5.0/bn-BD.xpi) = 555613 -SHA256 (xpi/thunderbird-i18n-31.5.0/br.xpi) = e62d04221c7352c833da0df59a44ea13aa9bb30654a8d745760b0e1a3f42689a -SIZE (xpi/thunderbird-i18n-31.5.0/br.xpi) = 441444 -SHA256 (xpi/thunderbird-i18n-31.5.0/ca.xpi) = b3bff4b5595a3427c4ef31ba27fcfef64839bcbddf37b62d2f04f35c31e3889a -SIZE (xpi/thunderbird-i18n-31.5.0/ca.xpi) = 441713 -SHA256 (xpi/thunderbird-i18n-31.5.0/cs.xpi) = cb84334c881ba9444553b334c6cd6e6541c71bd432c8bff46014603a70e10ec2 -SIZE (xpi/thunderbird-i18n-31.5.0/cs.xpi) = 444701 -SHA256 (xpi/thunderbird-i18n-31.5.0/da.xpi) = 284e99c29e42d02c79638c9483aa0b8cc008b46a53da11865f8da33506c46b6b -SIZE (xpi/thunderbird-i18n-31.5.0/da.xpi) = 422051 -SHA256 (xpi/thunderbird-i18n-31.5.0/de.xpi) = a55c0d175e08ce74aa94b9f703c89079aa64996e605a34d061dd775fb8d3fea5 -SIZE (xpi/thunderbird-i18n-31.5.0/de.xpi) = 424665 -SHA256 (xpi/thunderbird-i18n-31.5.0/el.xpi) = 46870a4296ad1f1c1871034bbd3afa21f345f32c2970960ffff0f836d847cd69 -SIZE (xpi/thunderbird-i18n-31.5.0/el.xpi) = 484855 -SHA256 (xpi/thunderbird-i18n-31.5.0/en-GB.xpi) = c92104ae4cd34fb8f545d4c3a5a39bc3caea50d4729d3689859b84a49b187c06 -SIZE (xpi/thunderbird-i18n-31.5.0/en-GB.xpi) = 412515 -SHA256 (xpi/thunderbird-i18n-31.5.0/en-US.xpi) = 51564b06ba20565fbe98dfe1047c914c55fcb6f621f9f6fdbfd76d4167a4ebe5 -SIZE (xpi/thunderbird-i18n-31.5.0/en-US.xpi) = 413660 -SHA256 (xpi/thunderbird-i18n-31.5.0/es-AR.xpi) = ef962dfff8cc1f77506e1ac9f852cd314eaf11e017e0a46a8f4ea4de53f9bf21 -SIZE (xpi/thunderbird-i18n-31.5.0/es-AR.xpi) = 438531 -SHA256 (xpi/thunderbird-i18n-31.5.0/es-ES.xpi) = 6dd729d5d718a6b4c5d542b37e3876e3523fdf21953224c9eb39eb9efd5f4b1d -SIZE (xpi/thunderbird-i18n-31.5.0/es-ES.xpi) = 374979 -SHA256 (xpi/thunderbird-i18n-31.5.0/et.xpi) = 43d89ed6ca9df9e0d008193ff9e40cc95bd95831d64e163f72a81c2efdfa7ad5 -SIZE (xpi/thunderbird-i18n-31.5.0/et.xpi) = 434364 -SHA256 (xpi/thunderbird-i18n-31.5.0/eu.xpi) = a7c6a4c165ad6f2d1f175527d5f875554fa399a6d6889236ffed493077bbc6e0 -SIZE (xpi/thunderbird-i18n-31.5.0/eu.xpi) = 431448 -SHA256 (xpi/thunderbird-i18n-31.5.0/fi.xpi) = b35caace844de02426c23f9e87b8f9651215d80d95f45bb13a2f5002d612204d -SIZE (xpi/thunderbird-i18n-31.5.0/fi.xpi) = 435632 -SHA256 (xpi/thunderbird-i18n-31.5.0/fr.xpi) = 4712f3ed3edbbc4b14f4dd50e1402be4cb8dfcdd965c67f8d3186c391702e0ae -SIZE (xpi/thunderbird-i18n-31.5.0/fr.xpi) = 444144 -SHA256 (xpi/thunderbird-i18n-31.5.0/fy-NL.xpi) = bba975b7a3783432d46017fa650cffdff40b2c28229db24f1f4b5d0a73fc0a77 -SIZE (xpi/thunderbird-i18n-31.5.0/fy-NL.xpi) = 438545 -SHA256 (xpi/thunderbird-i18n-31.5.0/ga-IE.xpi) = b115d881b42e94c6c2357e884c9b943574830ff150a75435a5e80130adc77304 -SIZE (xpi/thunderbird-i18n-31.5.0/ga-IE.xpi) = 449362 -SHA256 (xpi/thunderbird-i18n-31.5.0/gd.xpi) = 9943a52c4c3843b1422f9deb566f04357bbba5a7f60c8ce587a6b46f177ac508 -SIZE (xpi/thunderbird-i18n-31.5.0/gd.xpi) = 453171 -SHA256 (xpi/thunderbird-i18n-31.5.0/gl.xpi) = 5e2564106632fa6c978345c59f87c93034061f1d2d8ad3f2558214b6056a37de -SIZE (xpi/thunderbird-i18n-31.5.0/gl.xpi) = 446788 -SHA256 (xpi/thunderbird-i18n-31.5.0/he.xpi) = 1a6fc4ead76564ecd40dbafe42da5c0cf9ae487160db5da24a45d5cafa86afb1 -SIZE (xpi/thunderbird-i18n-31.5.0/he.xpi) = 476111 -SHA256 (xpi/thunderbird-i18n-31.5.0/hr.xpi) = d9758d7f3866155c29237fce8a59a5ab25ef7372f52a4abf802cdc68e9aa0735 -SIZE (xpi/thunderbird-i18n-31.5.0/hr.xpi) = 436980 -SHA256 (xpi/thunderbird-i18n-31.5.0/hu.xpi) = 95bbeadbfe9eef336ab446272029ec6ee909f590cffd84299b4d7ea8cd215408 -SIZE (xpi/thunderbird-i18n-31.5.0/hu.xpi) = 454542 -SHA256 (xpi/thunderbird-i18n-31.5.0/hy-AM.xpi) = 6f4157eb89931bf75f080791e456c45833ca81f12550bb1c93804be561e309f1 -SIZE (xpi/thunderbird-i18n-31.5.0/hy-AM.xpi) = 492765 -SHA256 (xpi/thunderbird-i18n-31.5.0/id.xpi) = 6e5015d1eb222a70e7aa9f0bca08eec99b81172a216fbba068450e02da681c17 -SIZE (xpi/thunderbird-i18n-31.5.0/id.xpi) = 475876 -SHA256 (xpi/thunderbird-i18n-31.5.0/is.xpi) = ef04dd0a3fe1c0e4edc39a447f561cffb6b962f3dc610ffcd0946c1d26904845 -SIZE (xpi/thunderbird-i18n-31.5.0/is.xpi) = 437959 -SHA256 (xpi/thunderbird-i18n-31.5.0/it.xpi) = 17a0b2c5a2cb1421ec0e73a21040fc18a961ba662508db10a9df19b8476a83ac -SIZE (xpi/thunderbird-i18n-31.5.0/it.xpi) = 368001 -SHA256 (xpi/thunderbird-i18n-31.5.0/ja.xpi) = 4bb4ce66c270912d005227395c1959579d8bb8f4f8297f3078b3f0d25bcfa0d3 -SIZE (xpi/thunderbird-i18n-31.5.0/ja.xpi) = 489267 -SHA256 (xpi/thunderbird-i18n-31.5.0/ko.xpi) = 7a38503c3a9b8e5400dea6627728ded00a0557ae334e1107384559c42e1dec08 -SIZE (xpi/thunderbird-i18n-31.5.0/ko.xpi) = 448920 -SHA256 (xpi/thunderbird-i18n-31.5.0/lt.xpi) = 2417df06915b561cc020d2819a7025db605e5af46ccc1c143fa4d05ccade392b -SIZE (xpi/thunderbird-i18n-31.5.0/lt.xpi) = 456351 -SHA256 (xpi/thunderbird-i18n-31.5.0/nb-NO.xpi) = a79569621cb322351152f4dea1607c9b37f50348a14114f9e61007ecae32288b -SIZE (xpi/thunderbird-i18n-31.5.0/nb-NO.xpi) = 430942 -SHA256 (xpi/thunderbird-i18n-31.5.0/nl.xpi) = 011833942de32f1ddc54c5af9737267c88fd8f540c15cac117b495e056092c10 -SIZE (xpi/thunderbird-i18n-31.5.0/nl.xpi) = 431888 -SHA256 (xpi/thunderbird-i18n-31.5.0/nn-NO.xpi) = cc40effe5cdf84001f7128eb8490e4341dfb896c341bab7487acbfcef38c3747 -SIZE (xpi/thunderbird-i18n-31.5.0/nn-NO.xpi) = 433198 -SHA256 (xpi/thunderbird-i18n-31.5.0/pa-IN.xpi) = 5b5b5fd4429225671a02c6bd81441574013969eb09c82270ba84c6f196a82a03 -SIZE (xpi/thunderbird-i18n-31.5.0/pa-IN.xpi) = 525323 -SHA256 (xpi/thunderbird-i18n-31.5.0/pl.xpi) = f9929f9e7f59e58af8423b66a06577814740c1d25cad445132bbbce00f75ec0a -SIZE (xpi/thunderbird-i18n-31.5.0/pl.xpi) = 410872 -SHA256 (xpi/thunderbird-i18n-31.5.0/pt-BR.xpi) = 9f3d7078b8e8266583042eb9329f9ac0253a6aa0478b8f61ab40e11414c4d2e1 -SIZE (xpi/thunderbird-i18n-31.5.0/pt-BR.xpi) = 450477 -SHA256 (xpi/thunderbird-i18n-31.5.0/pt-PT.xpi) = 6c77ef803b065be17f2089879d1bacf0e1fd12097ad55748da7d5cd870e2cd70 -SIZE (xpi/thunderbird-i18n-31.5.0/pt-PT.xpi) = 439604 -SHA256 (xpi/thunderbird-i18n-31.5.0/rm.xpi) = ad39f5df1f8038b80e575173f6e97cff72a926f41b974d008011f4b285f88730 -SIZE (xpi/thunderbird-i18n-31.5.0/rm.xpi) = 439185 -SHA256 (xpi/thunderbird-i18n-31.5.0/ro.xpi) = 7964ab86199c2b7d16d025eb4080db630ee9d7221c7637470d1f774279b69c85 -SIZE (xpi/thunderbird-i18n-31.5.0/ro.xpi) = 479749 -SHA256 (xpi/thunderbird-i18n-31.5.0/ru.xpi) = 6a75dea1bc33c492e8ec8b6a6dd783d2ca908f0f94d47474ddd96fd6b6116865 -SIZE (xpi/thunderbird-i18n-31.5.0/ru.xpi) = 436156 -SHA256 (xpi/thunderbird-i18n-31.5.0/si.xpi) = 4295a6f35fef93bd1c1b4b07d315ed45f92109c56e2cd1bfabb98b42b7d0e68b -SIZE (xpi/thunderbird-i18n-31.5.0/si.xpi) = 528812 -SHA256 (xpi/thunderbird-i18n-31.5.0/sk.xpi) = b91dd4281edb18f64412c7b459df5afebb12acc5de89c0af26c5a453603d9a36 -SIZE (xpi/thunderbird-i18n-31.5.0/sk.xpi) = 452995 -SHA256 (xpi/thunderbird-i18n-31.5.0/sl.xpi) = aec21bd6f7f183dc7446ed24dda5c64ae7362c48f6d32ef3169cfc273ba4c45f -SIZE (xpi/thunderbird-i18n-31.5.0/sl.xpi) = 433874 -SHA256 (xpi/thunderbird-i18n-31.5.0/sq.xpi) = 40658e0261e2eea88c2561435a721b221634d6d7b50293bec162f5db24ae6fde -SIZE (xpi/thunderbird-i18n-31.5.0/sq.xpi) = 454694 -SHA256 (xpi/thunderbird-i18n-31.5.0/sr.xpi) = 3e9bd7a41b45a165518bfa773b96ccf56f8f6420d54164e51f3af44e3264ee0e -SIZE (xpi/thunderbird-i18n-31.5.0/sr.xpi) = 537336 -SHA256 (xpi/thunderbird-i18n-31.5.0/sv-SE.xpi) = 34806febfad1cb915b7489d43e6ec10273aba1458d922b03d38995669f85283f -SIZE (xpi/thunderbird-i18n-31.5.0/sv-SE.xpi) = 436105 -SHA256 (xpi/thunderbird-i18n-31.5.0/ta-LK.xpi) = d9ecbfde0508d1fe70a541f30edebea6d60f952b3f102c65c235ac9ed2274a28 -SIZE (xpi/thunderbird-i18n-31.5.0/ta-LK.xpi) = 553508 -SHA256 (xpi/thunderbird-i18n-31.5.0/tr.xpi) = 165d89d6c12fc99f2de8f83c4ea39f4866b2b65ded899598fd072b909c9aee22 -SIZE (xpi/thunderbird-i18n-31.5.0/tr.xpi) = 457360 -SHA256 (xpi/thunderbird-i18n-31.5.0/uk.xpi) = 8841b2b381fdd345cd0b19fc2feead78028d5cc118fda6ffb52539b7e6f7c8b3 -SIZE (xpi/thunderbird-i18n-31.5.0/uk.xpi) = 499656 -SHA256 (xpi/thunderbird-i18n-31.5.0/vi.xpi) = 0b4049bbb4ac58833d3ae35750ece29c4893554afcb9622afbe1d64345e6378e -SIZE (xpi/thunderbird-i18n-31.5.0/vi.xpi) = 513835 -SHA256 (xpi/thunderbird-i18n-31.5.0/zh-CN.xpi) = 38a92f434e1d70abd474be1fa449bbb0c19ccad91ef440a5d8e8803e98bda5d3 -SIZE (xpi/thunderbird-i18n-31.5.0/zh-CN.xpi) = 462668 -SHA256 (xpi/thunderbird-i18n-31.5.0/zh-TW.xpi) = c81b39d164cc196e99ae0526c124647ea6de6574b415e0dcd8299f76c8240c84 -SIZE (xpi/thunderbird-i18n-31.5.0/zh-TW.xpi) = 463408 +SHA256 (xpi/thunderbird-i18n-31.6.0/ar.xpi) = 469ba3e8822685b1b16131da5c50dd3b7372cc92a932f61569d9734daaea2eac +SIZE (xpi/thunderbird-i18n-31.6.0/ar.xpi) = 472812 +SHA256 (xpi/thunderbird-i18n-31.6.0/ast.xpi) = 26bccf23d234e2ecef00733909bb432969c72cb74527adecc2ae59022b43ca97 +SIZE (xpi/thunderbird-i18n-31.6.0/ast.xpi) = 393049 +SHA256 (xpi/thunderbird-i18n-31.6.0/be.xpi) = 95540e5f60de453d2281951beb7df8bd78ca91bc88437fcbbc6bb16844d31b90 +SIZE (xpi/thunderbird-i18n-31.6.0/be.xpi) = 427488 +SHA256 (xpi/thunderbird-i18n-31.6.0/bg.xpi) = d7e08d395b768f1de63ced97518f8dbf6a747273264fae3d241cc0ae17a3e867 +SIZE (xpi/thunderbird-i18n-31.6.0/bg.xpi) = 493733 +SHA256 (xpi/thunderbird-i18n-31.6.0/bn-BD.xpi) = 2e69e0b9d95a4018d658cf831dcfd7c8897534ce078d492a96a215dee9bb940c +SIZE (xpi/thunderbird-i18n-31.6.0/bn-BD.xpi) = 555613 +SHA256 (xpi/thunderbird-i18n-31.6.0/br.xpi) = 4b7d3ef6c5df11058772483fe7945c3691e2cd8e8236963f4d19b23b4bb1f329 +SIZE (xpi/thunderbird-i18n-31.6.0/br.xpi) = 441445 +SHA256 (xpi/thunderbird-i18n-31.6.0/ca.xpi) = 735bf46013112a854b3f283714bb0847c475cc068e63c6a3485f1631feae27bf +SIZE (xpi/thunderbird-i18n-31.6.0/ca.xpi) = 441713 +SHA256 (xpi/thunderbird-i18n-31.6.0/cs.xpi) = 23619105a28386b9cd927f65fd59223a1378fc09134b00864cd21d119c762857 +SIZE (xpi/thunderbird-i18n-31.6.0/cs.xpi) = 444701 +SHA256 (xpi/thunderbird-i18n-31.6.0/da.xpi) = 117129fbc2fdd5e6572942b600b1049189a7fd91852011c5c92c44bf042362a3 +SIZE (xpi/thunderbird-i18n-31.6.0/da.xpi) = 422052 +SHA256 (xpi/thunderbird-i18n-31.6.0/de.xpi) = 2d181ce84bf62a45118941f52e70a5987c610356dca4df48e0e88fc95b45da37 +SIZE (xpi/thunderbird-i18n-31.6.0/de.xpi) = 424665 +SHA256 (xpi/thunderbird-i18n-31.6.0/el.xpi) = 90608f577f5ef31c9003b6e2ea937dbf0435f3c06aa1eba561bbf8309568c90c +SIZE (xpi/thunderbird-i18n-31.6.0/el.xpi) = 484856 +SHA256 (xpi/thunderbird-i18n-31.6.0/en-GB.xpi) = fde93bbf9ff06e121870bf496418bc1703e0a2d0c5f27bcc3d130d2304921f67 +SIZE (xpi/thunderbird-i18n-31.6.0/en-GB.xpi) = 412515 +SHA256 (xpi/thunderbird-i18n-31.6.0/en-US.xpi) = 11e68ba7462dc8df41a43a1e4c04f6865c8f46e96295abfd6366559204c89cd9 +SIZE (xpi/thunderbird-i18n-31.6.0/en-US.xpi) = 413660 +SHA256 (xpi/thunderbird-i18n-31.6.0/es-AR.xpi) = b600ba8e2543eedc1833f6b936a70f25b9553dbc6835879d65dc14749e6db4fb +SIZE (xpi/thunderbird-i18n-31.6.0/es-AR.xpi) = 438531 +SHA256 (xpi/thunderbird-i18n-31.6.0/es-ES.xpi) = 9017824378160bfe10d41bb2decbbc5a60a4db9199bff614c2b63cf40b3d310d +SIZE (xpi/thunderbird-i18n-31.6.0/es-ES.xpi) = 374979 +SHA256 (xpi/thunderbird-i18n-31.6.0/et.xpi) = d81f38f094ad0b962bc8fa6e11b57031748f3ca52c0ae0e335d704210e1f63f0 +SIZE (xpi/thunderbird-i18n-31.6.0/et.xpi) = 434364 +SHA256 (xpi/thunderbird-i18n-31.6.0/eu.xpi) = a4f47a340b5623317756cd861705e96aba343a3175bc738bfdc72634859deed2 +SIZE (xpi/thunderbird-i18n-31.6.0/eu.xpi) = 431449 +SHA256 (xpi/thunderbird-i18n-31.6.0/fi.xpi) = 3a66f399789c0375d5e908a23ab306fb64eab8a4c35588112b0c83e027635987 +SIZE (xpi/thunderbird-i18n-31.6.0/fi.xpi) = 435632 +SHA256 (xpi/thunderbird-i18n-31.6.0/fr.xpi) = 38f52c3ae85908354964f816f3e83b12c26899b3112cd3de6d7c2672a35e86dc +SIZE (xpi/thunderbird-i18n-31.6.0/fr.xpi) = 444144 +SHA256 (xpi/thunderbird-i18n-31.6.0/fy-NL.xpi) = 0deaef241661c4fb34b159528297b7a922a5bacc103fd62e6d5fa73cb129a2d3 +SIZE (xpi/thunderbird-i18n-31.6.0/fy-NL.xpi) = 438544 +SHA256 (xpi/thunderbird-i18n-31.6.0/ga-IE.xpi) = 628c3682e167f87b50aed76ac02fe5e069015fb850eabdc79bfe41d0d2b239e0 +SIZE (xpi/thunderbird-i18n-31.6.0/ga-IE.xpi) = 449362 +SHA256 (xpi/thunderbird-i18n-31.6.0/gd.xpi) = 41cd7af4039f99ba71d30c61764c2b5079c5b23aa6d8bbeb1d7eb5ba76d9915a +SIZE (xpi/thunderbird-i18n-31.6.0/gd.xpi) = 453172 +SHA256 (xpi/thunderbird-i18n-31.6.0/gl.xpi) = 80788599aba0058d055e14c6931adfc5c3fcafdab2b3f82c765e82ba85cd6618 +SIZE (xpi/thunderbird-i18n-31.6.0/gl.xpi) = 446788 +SHA256 (xpi/thunderbird-i18n-31.6.0/he.xpi) = f2b3dc16e00792dcb23da705428ac694510df99a2365eb92587d814015f91c33 +SIZE (xpi/thunderbird-i18n-31.6.0/he.xpi) = 476111 +SHA256 (xpi/thunderbird-i18n-31.6.0/hr.xpi) = e866fdc131fdb5e384aa3905f41bea5498941a6cbfa73af9c933e3368869c30b +SIZE (xpi/thunderbird-i18n-31.6.0/hr.xpi) = 436980 +SHA256 (xpi/thunderbird-i18n-31.6.0/hu.xpi) = 975596a745b826d545ab70c000663a3464b22edefb23e97a128d1d8f3c1c3020 +SIZE (xpi/thunderbird-i18n-31.6.0/hu.xpi) = 454542 +SHA256 (xpi/thunderbird-i18n-31.6.0/hy-AM.xpi) = 99288ff622c443eb2701c5cc041705ecbb02afd99d59276c0aea04147f955335 +SIZE (xpi/thunderbird-i18n-31.6.0/hy-AM.xpi) = 492766 +SHA256 (xpi/thunderbird-i18n-31.6.0/id.xpi) = 746d6a546528e49a5f66a88704a9adfb2d6605dd1148de42ec1ce8427190176d +SIZE (xpi/thunderbird-i18n-31.6.0/id.xpi) = 475876 +SHA256 (xpi/thunderbird-i18n-31.6.0/is.xpi) = 68ba2fd9b48b844d5d3470986ed344917a8021794fe67108c626e5945a2a1e7f +SIZE (xpi/thunderbird-i18n-31.6.0/is.xpi) = 437959 +SHA256 (xpi/thunderbird-i18n-31.6.0/it.xpi) = 48adc76231ef558458a23d91c1055e22b3100412499344cb2f5f17ebbed96c88 +SIZE (xpi/thunderbird-i18n-31.6.0/it.xpi) = 368001 +SHA256 (xpi/thunderbird-i18n-31.6.0/ja.xpi) = 282169e68a88f96299feaf19cf8c779817c29fa0f9e381691b912988562e3009 +SIZE (xpi/thunderbird-i18n-31.6.0/ja.xpi) = 489267 +SHA256 (xpi/thunderbird-i18n-31.6.0/ko.xpi) = f42996017694aa23dfa6d785f165461347cbefc1841ba841d403cc9a7e6cd9cd +SIZE (xpi/thunderbird-i18n-31.6.0/ko.xpi) = 448920 +SHA256 (xpi/thunderbird-i18n-31.6.0/lt.xpi) = 71d61ba20fb60f7f57e0cc3633f6e4cdbff36fd5a55392646db97d162bd452f2 +SIZE (xpi/thunderbird-i18n-31.6.0/lt.xpi) = 456352 +SHA256 (xpi/thunderbird-i18n-31.6.0/nb-NO.xpi) = 7a135a00b3106249147d5d023e17710266c9f32b0e55496d59387571164db82d +SIZE (xpi/thunderbird-i18n-31.6.0/nb-NO.xpi) = 430942 +SHA256 (xpi/thunderbird-i18n-31.6.0/nl.xpi) = ae50880cfada890136723afd10f7e4ff6edb958bc8cce8c34c9298d8e34d20d3 +SIZE (xpi/thunderbird-i18n-31.6.0/nl.xpi) = 431888 +SHA256 (xpi/thunderbird-i18n-31.6.0/nn-NO.xpi) = 1b6b140130026c86e2f9aacc10fa6e642cee186c67c2a23b350e9bfea3ac828e +SIZE (xpi/thunderbird-i18n-31.6.0/nn-NO.xpi) = 433198 +SHA256 (xpi/thunderbird-i18n-31.6.0/pa-IN.xpi) = b4da0cd42307642492a73ef30e652394927530471b1d71897ce6fc28c53f25d9 +SIZE (xpi/thunderbird-i18n-31.6.0/pa-IN.xpi) = 525323 +SHA256 (xpi/thunderbird-i18n-31.6.0/pl.xpi) = ad3e92b8ec4caae1d2228e33e4c55ab46f7ece5eefb5ead17ff76c092fc75be3 +SIZE (xpi/thunderbird-i18n-31.6.0/pl.xpi) = 410872 +SHA256 (xpi/thunderbird-i18n-31.6.0/pt-BR.xpi) = 1a67a4855350a6e13ffcd15da4a546bd830bc4cdb6cc69e75f769c04415c9e45 +SIZE (xpi/thunderbird-i18n-31.6.0/pt-BR.xpi) = 450477 +SHA256 (xpi/thunderbird-i18n-31.6.0/pt-PT.xpi) = b3a9c93f19297092f77c3018ccff6b863c333fc60edcbfd7baa503d290cbb091 +SIZE (xpi/thunderbird-i18n-31.6.0/pt-PT.xpi) = 439605 +SHA256 (xpi/thunderbird-i18n-31.6.0/rm.xpi) = 3e511b47615ff491d99d524cdfea9aaf97ec6d2fa44080b32a512a7c8a9a54b9 +SIZE (xpi/thunderbird-i18n-31.6.0/rm.xpi) = 439185 +SHA256 (xpi/thunderbird-i18n-31.6.0/ro.xpi) = fbe0f58f8ad2bce7d9a589cdff6bd4f25661aaf8ee3984ea0ecb1390b21a89ff +SIZE (xpi/thunderbird-i18n-31.6.0/ro.xpi) = 479749 +SHA256 (xpi/thunderbird-i18n-31.6.0/ru.xpi) = 0faa4cea2a9b11329f337c583f9660afd3b243560e6c46709b141192f1957b02 +SIZE (xpi/thunderbird-i18n-31.6.0/ru.xpi) = 436156 +SHA256 (xpi/thunderbird-i18n-31.6.0/si.xpi) = 2314272354b7eee77ad7ac35c76efcf4d72951062f9ec55ddce0fcb4ae69a6c6 +SIZE (xpi/thunderbird-i18n-31.6.0/si.xpi) = 528812 +SHA256 (xpi/thunderbird-i18n-31.6.0/sk.xpi) = 0597c8b782f7c5386e926a27798e7f35a39d623e8c3056b1e9a7ce2849268541 +SIZE (xpi/thunderbird-i18n-31.6.0/sk.xpi) = 452995 +SHA256 (xpi/thunderbird-i18n-31.6.0/sl.xpi) = 2f49d57813524da0e686587dc2a442eaec1ba90b53cab4294a99833ba62d8aed +SIZE (xpi/thunderbird-i18n-31.6.0/sl.xpi) = 433874 +SHA256 (xpi/thunderbird-i18n-31.6.0/sq.xpi) = b2df645d03d2b103760a8372792183ad7202c96cbbcd00334ebf15c0532576d8 +SIZE (xpi/thunderbird-i18n-31.6.0/sq.xpi) = 454695 +SHA256 (xpi/thunderbird-i18n-31.6.0/sr.xpi) = 95a3053e4749dd6236e4aa9d23f0fac65151cfb494103c550ac79b644c3a14db +SIZE (xpi/thunderbird-i18n-31.6.0/sr.xpi) = 537335 +SHA256 (xpi/thunderbird-i18n-31.6.0/sv-SE.xpi) = aac574c17163d1ba286677c696d654e667afe9d7eee48b89cf0cfdca86ccb03c +SIZE (xpi/thunderbird-i18n-31.6.0/sv-SE.xpi) = 436106 +SHA256 (xpi/thunderbird-i18n-31.6.0/ta-LK.xpi) = 9134c27513ee9f4eb51a7b343624e73ba0e74f00372b3fe0dc31f317843da181 +SIZE (xpi/thunderbird-i18n-31.6.0/ta-LK.xpi) = 553509 +SHA256 (xpi/thunderbird-i18n-31.6.0/tr.xpi) = 4f82c2e827b5b5955e476cd92ea5ee3e6ded7b7d608dede7fadb04423704249a +SIZE (xpi/thunderbird-i18n-31.6.0/tr.xpi) = 457360 +SHA256 (xpi/thunderbird-i18n-31.6.0/uk.xpi) = 2b53c55a0301cf5d5fa64473d1dc97706fef163d96d2af013a90b950fc4be0fd +SIZE (xpi/thunderbird-i18n-31.6.0/uk.xpi) = 499656 +SHA256 (xpi/thunderbird-i18n-31.6.0/vi.xpi) = 9ff8daa9ee8fcbae042c582e8038505775c0bff64f02d5d482ad275928e3af3b +SIZE (xpi/thunderbird-i18n-31.6.0/vi.xpi) = 513835 +SHA256 (xpi/thunderbird-i18n-31.6.0/zh-CN.xpi) = b2a613f62cb45b4c136cc402e7e54f1737358c63466944d4753b47e7b212e84e +SIZE (xpi/thunderbird-i18n-31.6.0/zh-CN.xpi) = 462668 +SHA256 (xpi/thunderbird-i18n-31.6.0/zh-TW.xpi) = a424e49bb2fa28e4d87e94714d3076cd756760316a5499ae5e7d0cf3e7d50efc +SIZE (xpi/thunderbird-i18n-31.6.0/zh-TW.xpi) = 463408 Modified: branches/2015Q1/mail/thunderbird/Makefile ============================================================================== --- branches/2015Q1/mail/thunderbird/Makefile Wed Apr 1 00:05:29 2015 (r382884) +++ branches/2015Q1/mail/thunderbird/Makefile Wed Apr 1 00:34:05 2015 (r382885) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 31.5.0 +DISTVERSION= 31.6.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source/ @@ -32,7 +32,7 @@ BUILD_DEPENDS= nspr>=4.10.6:${PORTSDIR}/ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l EM_VERSION= 1.8 -L_VERSION= 3.3.5 +L_VERSION= 3.3.6 SSP_UNSAFE= yes USE_GECKO= gecko Modified: branches/2015Q1/mail/thunderbird/distinfo ============================================================================== --- branches/2015Q1/mail/thunderbird/distinfo Wed Apr 1 00:05:29 2015 (r382884) +++ branches/2015Q1/mail/thunderbird/distinfo Wed Apr 1 00:34:05 2015 (r382885) @@ -1,4 +1,4 @@ -SHA256 (thunderbird-31.5.0.source.tar.bz2) = 435719518dcf25fb3b810feefca489b92d30354d97836eab09cfdfd1c4b9139d -SIZE (thunderbird-31.5.0.source.tar.bz2) = 171097061 +SHA256 (thunderbird-31.6.0.source.tar.bz2) = ccbf8cbb740bc1b30ecf4fe39aab226607f9a41e23a07e994c508a90e8b70508 +SIZE (thunderbird-31.6.0.source.tar.bz2) = 171089774 SHA256 (enigmail-1.8.tar.gz) = 9dca4e9d6fc3f79f51a4ed73918bd69b71668168144895f3a4f5bdaaec0e5f15 SIZE (enigmail-1.8.tar.gz) = 1588239 Modified: branches/2015Q1/multimedia/gmp-api/Makefile ============================================================================== --- branches/2015Q1/multimedia/gmp-api/Makefile Wed Apr 1 00:05:29 2015 (r382884) +++ branches/2015Q1/multimedia/gmp-api/Makefile Wed Apr 1 00:34:05 2015 (r382885) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gmp-api -PORTVERSION= 35.0 +PORTVERSION= 38.0 CATEGORIES= multimedia MAINTAINER= gecko@FreeBSD.org @@ -13,7 +13,7 @@ USE_GITHUB= yes GH_ACCOUNT= mozilla GH_PROJECT= ${PORTNAME} GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= f582a56 +GH_COMMIT= 2b8954c NO_BUILD= yes NO_ARCH= yes Modified: branches/2015Q1/multimedia/gmp-api/distinfo ============================================================================== --- branches/2015Q1/multimedia/gmp-api/distinfo Wed Apr 1 00:05:29 2015 (r382884) +++ branches/2015Q1/multimedia/gmp-api/distinfo Wed Apr 1 00:34:05 2015 (r382885) @@ -1,2 +1,2 @@ -SHA256 (gmp-api-35.0.tar.gz) = 450c4d4b48cb525a62012ee470062918b6bdaa7e13200071159832cc7a5c91ec -SIZE (gmp-api-35.0.tar.gz) = 14652 +SHA256 (gmp-api-38.0.tar.gz) = 93d39573d04b7b49c4a9a5cdf86021b770ed1860108cc2e2e04f782fe6438c30 +SIZE (gmp-api-38.0.tar.gz) = 16205 Modified: branches/2015Q1/multimedia/openh264/Makefile ============================================================================== --- branches/2015Q1/multimedia/openh264/Makefile Wed Apr 1 00:05:29 2015 (r382884) +++ branches/2015Q1/multimedia/openh264/Makefile Wed Apr 1 00:34:05 2015 (r382885) @@ -2,6 +2,7 @@ PORTNAME= openh264 PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= gecko@FreeBSD.org Modified: branches/2015Q1/www/firefox-esr-i18n/Makefile ============================================================================== --- branches/2015Q1/www/firefox-esr-i18n/Makefile Wed Apr 1 00:05:29 2015 (r382884) +++ branches/2015Q1/www/firefox-esr-i18n/Makefile Wed Apr 1 00:34:05 2015 (r382885) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -PORTVERSION= 31.5.3 +PORTVERSION= 31.6.0 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}esr/linux-i686/xpi PKGNAMEPREFIX= Modified: branches/2015Q1/www/firefox-esr-i18n/distinfo ============================================================================== --- branches/2015Q1/www/firefox-esr-i18n/distinfo Wed Apr 1 00:05:29 2015 (r382884) +++ branches/2015Q1/www/firefox-esr-i18n/distinfo Wed Apr 1 00:34:05 2015 (r382885) @@ -1,178 +1,178 @@ -SHA256 (xpi/firefox-31.5.3/ach.xpi) = 197d075d13b5601426ed6ccf7a385958e678362ca6395d48da5f1e50eb9899c2 -SIZE (xpi/firefox-31.5.3/ach.xpi) = 445326 -SHA256 (xpi/firefox-31.5.3/af.xpi) = 8a6ceb72e0f6b8f08067de07951841905697874922622e4c48b5c612b22162db -SIZE (xpi/firefox-31.5.3/af.xpi) = 431089 -SHA256 (xpi/firefox-31.5.3/an.xpi) = 92a4c1a0651ebf3ac69ce803a914f4a9624361083a1ac335560dc6523ff7c2e1 -SIZE (xpi/firefox-31.5.3/an.xpi) = 407151 -SHA256 (xpi/firefox-31.5.3/ar.xpi) = 116e438d6ed31ae4388e29c602507f5bd30b6d8a3a162835d0d3b412e56b5f03 -SIZE (xpi/firefox-31.5.3/ar.xpi) = 459823 -SHA256 (xpi/firefox-31.5.3/as.xpi) = aac019e938411f07df8f09ef215871809e75ba580398c478d835896fb274b43f -SIZE (xpi/firefox-31.5.3/as.xpi) = 448568 -SHA256 (xpi/firefox-31.5.3/ast.xpi) = f90c97ce4c2cb7822b23abfc2baa6fdc4f301d506d50a2b8ec0778ba9fa296d1 -SIZE (xpi/firefox-31.5.3/ast.xpi) = 352340 -SHA256 (xpi/firefox-31.5.3/be.xpi) = 5536a42649ba6125468051e7fb50fea0e791ae54411c3ca941ff8a818c30fe50 -SIZE (xpi/firefox-31.5.3/be.xpi) = 378668 -SHA256 (xpi/firefox-31.5.3/bg.xpi) = d9136407c1ce937cb0f9d406398f07102807c4336cb2e705060b35acab11b954 -SIZE (xpi/firefox-31.5.3/bg.xpi) = 438061 -SHA256 (xpi/firefox-31.5.3/bn-BD.xpi) = 8b8fa16e3d3d04d61cfa9778e261339c416da2c59b1ad45a34003036ac919f3f -SIZE (xpi/firefox-31.5.3/bn-BD.xpi) = 472626 -SHA256 (xpi/firefox-31.5.3/bn-IN.xpi) = 2eb8cdc6fb23c515ab9bce3894d2d10efedcbd9dd09a95a4d55f2c9489784e0d -SIZE (xpi/firefox-31.5.3/bn-IN.xpi) = 462592 -SHA256 (xpi/firefox-31.5.3/br.xpi) = d245ef7f92a3b055ebb870864b56f4987b9523c298f034c43883fee64a9ff413 -SIZE (xpi/firefox-31.5.3/br.xpi) = 389704 -SHA256 (xpi/firefox-31.5.3/bs.xpi) = 046a9595ae96032e64e2f59607adf74426034db034b097153ec1a03fda857e34 -SIZE (xpi/firefox-31.5.3/bs.xpi) = 429014 -SHA256 (xpi/firefox-31.5.3/ca.xpi) = cadd036f2b28a9f8e9057181524668d8983ef506788b3d12cb3dc83f121763b2 -SIZE (xpi/firefox-31.5.3/ca.xpi) = 403575 -SHA256 (xpi/firefox-31.5.3/cs.xpi) = 1da52b9bebb79975ff861295f0a709be9926d53f8c1e9a09c537ff478274c024 -SIZE (xpi/firefox-31.5.3/cs.xpi) = 390978 -SHA256 (xpi/firefox-31.5.3/csb.xpi) = 4d31dcfeeff943793a06c25f11838b2199edcfa841aa08553ef308832786b967 -SIZE (xpi/firefox-31.5.3/csb.xpi) = 383695 -SHA256 (xpi/firefox-31.5.3/cy.xpi) = 009b6ededd4ef71f43803da59eabefc34fe26338509a9a2d43130a690ce2085a -SIZE (xpi/firefox-31.5.3/cy.xpi) = 390727 -SHA256 (xpi/firefox-31.5.3/da.xpi) = df506e2306b5e2b2c4c48c71d8cfaa70581c1abcc6e3cb1014669d48ab120052 -SIZE (xpi/firefox-31.5.3/da.xpi) = 397747 -SHA256 (xpi/firefox-31.5.3/de.xpi) = 2b3e0b142c7f7ac144d998e8cade7ad14ab7b8382195350ccd063185a69fdef8 -SIZE (xpi/firefox-31.5.3/de.xpi) = 395165 -SHA256 (xpi/firefox-31.5.3/el.xpi) = 112d549382ab47d4272a368ff437e491427918cf5c309ce0d454d23dfdbff53d -SIZE (xpi/firefox-31.5.3/el.xpi) = 442982 -SHA256 (xpi/firefox-31.5.3/en-GB.xpi) = 7cc89c262bf6905305dfee047f2a08e2b98e3065390e76f7b5f9304dca12ad6b -SIZE (xpi/firefox-31.5.3/en-GB.xpi) = 390118 -SHA256 (xpi/firefox-31.5.3/en-US.xpi) = c7fcd381a759c7d0569d0d70b6050001da125c80f06a9a9f7ae97dee399738d0 -SIZE (xpi/firefox-31.5.3/en-US.xpi) = 422787 -SHA256 (xpi/firefox-31.5.3/en-ZA.xpi) = 77d110c91bbcb87fc70ef0099e829483085c4536c9367fbf38d85209e66e2ad5 -SIZE (xpi/firefox-31.5.3/en-ZA.xpi) = 388528 -SHA256 (xpi/firefox-31.5.3/eo.xpi) = d28e411b30e261e1881ce4af9fb5303c24982a0a4298cc39e89ad64596cab88b -SIZE (xpi/firefox-31.5.3/eo.xpi) = 431830 -SHA256 (xpi/firefox-31.5.3/es-AR.xpi) = 37b03a47f0a842355eca6b144e4a5927bb81918193c4cdb76dbc65721be23c79 -SIZE (xpi/firefox-31.5.3/es-AR.xpi) = 399937 -SHA256 (xpi/firefox-31.5.3/es-CL.xpi) = 9a0c745aa954cc9001a8926bdd94792cd91ffda53ec9d677a1d117721406d759 -SIZE (xpi/firefox-31.5.3/es-CL.xpi) = 342808 -SHA256 (xpi/firefox-31.5.3/es-ES.xpi) = 6f8c2c1828fa5454617374ed84cf514e6b4c47937caaf8edf6abef44f9237a43 -SIZE (xpi/firefox-31.5.3/es-ES.xpi) = 335880 -SHA256 (xpi/firefox-31.5.3/es-MX.xpi) = 982048c22ba8f9d1ae137683b8b93cef1b18043d37dfc6057f1ca1a64255ea7f -SIZE (xpi/firefox-31.5.3/es-MX.xpi) = 402672 -SHA256 (xpi/firefox-31.5.3/et.xpi) = ec37f5a267818d7bd89732a4b8c8df7f6178c7c42d8e23fd1ae5ca3980209295 -SIZE (xpi/firefox-31.5.3/et.xpi) = 390361 -SHA256 (xpi/firefox-31.5.3/eu.xpi) = 8d9ecb87867b7475fae8f9f8afc53ba74c362dbf3ea6ef544e0cc2553dfa0b7d -SIZE (xpi/firefox-31.5.3/eu.xpi) = 412999 -SHA256 (xpi/firefox-31.5.3/fa.xpi) = 02fa5051dd4c46e64a701798f035eefc84e8faa174d20a007c3b018696405b67 -SIZE (xpi/firefox-31.5.3/fa.xpi) = 460857 -SHA256 (xpi/firefox-31.5.3/ff.xpi) = a05239e83bb676ff145a16e7a82694fd8fd1e85042a1402208868100c81585cc -SIZE (xpi/firefox-31.5.3/ff.xpi) = 400143 -SHA256 (xpi/firefox-31.5.3/fi.xpi) = b8985a70bf9c6acb9a32b17aea87986d7fec51140b877b940f884df6834859f2 -SIZE (xpi/firefox-31.5.3/fi.xpi) = 392740 -SHA256 (xpi/firefox-31.5.3/fr.xpi) = 5ef10eda4b2dde6eb1fd28bd9d01db59c6a1f9d30884094025fd285bd2e3edee -SIZE (xpi/firefox-31.5.3/fr.xpi) = 406462 -SHA256 (xpi/firefox-31.5.3/fy-NL.xpi) = dd8bf07f45cce623ca42f46af29603a8552b1a0e486312b9c51a03d3136365e8 -SIZE (xpi/firefox-31.5.3/fy-NL.xpi) = 401933 -SHA256 (xpi/firefox-31.5.3/ga-IE.xpi) = 20b9cc0e230f20bb0640d452474bf8a96aa4cb61cbe0b5e703ab6b2ec0257c3d -SIZE (xpi/firefox-31.5.3/ga-IE.xpi) = 410076 -SHA256 (xpi/firefox-31.5.3/gd.xpi) = 11bffbdad29e87dbe2cce2c588ca29b89ae97f4355cb1ff72214db956d575654 -SIZE (xpi/firefox-31.5.3/gd.xpi) = 403013 -SHA256 (xpi/firefox-31.5.3/gl.xpi) = 452a24fb1b9dec57c5a34a7a1ea71f8d21d8405fce738bee091009074d3a4d5b -SIZE (xpi/firefox-31.5.3/gl.xpi) = 390599 -SHA256 (xpi/firefox-31.5.3/gu-IN.xpi) = e55cbdb1af9fb8d0751b098af3655dec918a897de53fc7abf0422484525c11b3 -SIZE (xpi/firefox-31.5.3/gu-IN.xpi) = 423503 -SHA256 (xpi/firefox-31.5.3/he.xpi) = a71e94a3b5d6e11a9c915df365b2260efc5c11ae4fcfb2417812aedbd1f487ed -SIZE (xpi/firefox-31.5.3/he.xpi) = 427630 -SHA256 (xpi/firefox-31.5.3/hi-IN.xpi) = 36377da16d5b09ab73d8a61bfc26e1ca2c24dda5a0d9354814e0ed8a957b663d -SIZE (xpi/firefox-31.5.3/hi-IN.xpi) = 441402 -SHA256 (xpi/firefox-31.5.3/hr.xpi) = 738833e10d35338004cf7a80f7a0be895898b3ea1a338bee6746d797a4da9d2e -SIZE (xpi/firefox-31.5.3/hr.xpi) = 424370 -SHA256 (xpi/firefox-31.5.3/hsb.xpi) = 61cbb7b6e483c6cd7458d58349737cb62ef3b59186f1c095c3f77046719e7d19 -SIZE (xpi/firefox-31.5.3/hsb.xpi) = 413075 -SHA256 (xpi/firefox-31.5.3/hu.xpi) = 4bcad5316136237a80304afab4e441d3ee7820cee5808688affc0729b279e1dd -SIZE (xpi/firefox-31.5.3/hu.xpi) = 398644 -SHA256 (xpi/firefox-31.5.3/hy-AM.xpi) = 5805226bd0d1d936bf0d035ad84245a59022d91fce1f9b98d892ee3a71f52987 -SIZE (xpi/firefox-31.5.3/hy-AM.xpi) = 478743 -SHA256 (xpi/firefox-31.5.3/id.xpi) = cbbb9f18584b2a37321a36999d4b40d3e2161b149bdeb4453d10478eb3fcd0ab -SIZE (xpi/firefox-31.5.3/id.xpi) = 378301 -SHA256 (xpi/firefox-31.5.3/is.xpi) = ff4c5600a54ad4fe3f3c16ea6eb25c1bdd9734f5636deabdcfdbb4d1b45b2242 -SIZE (xpi/firefox-31.5.3/is.xpi) = 427326 -SHA256 (xpi/firefox-31.5.3/it.xpi) = a49a4f61ba71b8fa8b01b0a71ec5d1d4cec914725365d2d0468319599a82509a -SIZE (xpi/firefox-31.5.3/it.xpi) = 330905 -SHA256 (xpi/firefox-31.5.3/ja.xpi) = 1c21b112ddf7f0b48f174c10d3ef56b262a400150dbaa961a830c398c7d2f461 -SIZE (xpi/firefox-31.5.3/ja.xpi) = 421665 -SHA256 (xpi/firefox-31.5.3/kk.xpi) = c8d5c28d047c2526b4c06251e7c1438042a73e63d7ca06b214f44d42cf57873a -SIZE (xpi/firefox-31.5.3/kk.xpi) = 439116 -SHA256 (xpi/firefox-31.5.3/km.xpi) = adc0040f8d9191faa3fd1208bf6237ca6e8b8dde57ce43a8500580ac175d24da -SIZE (xpi/firefox-31.5.3/km.xpi) = 506476 -SHA256 (xpi/firefox-31.5.3/kn.xpi) = 8eee19093ed29306b4199b747864619cb967ebe3b0e7b34f4a35bc354fbeba82 -SIZE (xpi/firefox-31.5.3/kn.xpi) = 458890 -SHA256 (xpi/firefox-31.5.3/ko.xpi) = 63d858ea947e2cb45619cd7f134204a175c6c3f70cc1911bc917a94f253ec230 -SIZE (xpi/firefox-31.5.3/ko.xpi) = 402815 -SHA256 (xpi/firefox-31.5.3/ku.xpi) = ebf9a2e49aa7d125d33d0d01cf919106c66bb696800ea71776eec06d44ab6e59 -SIZE (xpi/firefox-31.5.3/ku.xpi) = 420263 -SHA256 (xpi/firefox-31.5.3/lij.xpi) = e609c736b2186860dae3112fa6d57479eafc6ea17e4b7defd170a5204e28b919 -SIZE (xpi/firefox-31.5.3/lij.xpi) = 385868 -SHA256 (xpi/firefox-31.5.3/lt.xpi) = 1d35160e2e91dc975ce030a86e8d28096beaf23a149b547be3e6d91bd6bbad44 -SIZE (xpi/firefox-31.5.3/lt.xpi) = 435431 -SHA256 (xpi/firefox-31.5.3/lv.xpi) = 0e64508f921eeeb11ebd8af8b57f3554ddab6383439e39d23045f17df1c78269 -SIZE (xpi/firefox-31.5.3/lv.xpi) = 398576 -SHA256 (xpi/firefox-31.5.3/mai.xpi) = 2f574ad27b9911afd48e2a4f91abc885331133fc4ec7fb78139a8e1c074af69b -SIZE (xpi/firefox-31.5.3/mai.xpi) = 444885 -SHA256 (xpi/firefox-31.5.3/mk.xpi) = 9510a11007a422afafb7ece88f09de78cf40017b6c3ea1dd2092efd655e60cf5 -SIZE (xpi/firefox-31.5.3/mk.xpi) = 475483 -SHA256 (xpi/firefox-31.5.3/ml.xpi) = 79b18ca7ca8c8375115d23dbcaecc02ee4fd44071c2d3a29d4e84b3957f35bac -SIZE (xpi/firefox-31.5.3/ml.xpi) = 466254 -SHA256 (xpi/firefox-31.5.3/mr.xpi) = 236a38c9f6d64e776c5d5d023bf7d4aaf9bd2d84611ad892067d27cd88b95c38 -SIZE (xpi/firefox-31.5.3/mr.xpi) = 451292 -SHA256 (xpi/firefox-31.5.3/ms.xpi) = 6042929d2ae91d5d8d3189858c783293f1060326d24e2986326d8b35f7225fcc -SIZE (xpi/firefox-31.5.3/ms.xpi) = 436230 -SHA256 (xpi/firefox-31.5.3/nb-NO.xpi) = 1f492868d4bcade733d6310f84158ed7cbf2f9f5effa0e6b7fd21dedfd74a707 -SIZE (xpi/firefox-31.5.3/nb-NO.xpi) = 392006 -SHA256 (xpi/firefox-31.5.3/nl.xpi) = ec019d247524e16355eb9d9ad638d4a4600cc9295dd743f958dbe9062e1f4301 -SIZE (xpi/firefox-31.5.3/nl.xpi) = 390885 -SHA256 (xpi/firefox-31.5.3/nn-NO.xpi) = ebd6f5f61da262fa77a9ad1e19378c946428c31b28408cf91af1ce2afedd81ad -SIZE (xpi/firefox-31.5.3/nn-NO.xpi) = 386281 -SHA256 (xpi/firefox-31.5.3/or.xpi) = 783c59aa7382ea1665885eee0a91c0b5922cee0aba49d4c9d84ca9e4e2c43866 -SIZE (xpi/firefox-31.5.3/or.xpi) = 464749 -SHA256 (xpi/firefox-31.5.3/pa-IN.xpi) = 45b18d42502571b7a02a852becb30687313049ac44065c772c0c32670870f799 -SIZE (xpi/firefox-31.5.3/pa-IN.xpi) = 439326 -SHA256 (xpi/firefox-31.5.3/pl.xpi) = 0223bbcf8f113d41d50c813e1a69a3c72cb7a271932a2706fca68d84bbb5ba12 -SIZE (xpi/firefox-31.5.3/pl.xpi) = 374746 -SHA256 (xpi/firefox-31.5.3/pt-BR.xpi) = 4ad99d2a91cb6955961a784c7657fda77a0fd7679a69f51fe3bcf2ebfb55645f -SIZE (xpi/firefox-31.5.3/pt-BR.xpi) = 405564 -SHA256 (xpi/firefox-31.5.3/pt-PT.xpi) = dcbfe66c39f0b72016e63852fd913c46bb57b9aef87d294105dfb68b348ed705 -SIZE (xpi/firefox-31.5.3/pt-PT.xpi) = 386344 -SHA256 (xpi/firefox-31.5.3/rm.xpi) = 12ba0e246b3c9ba2d3812f99fc50442009082f4b3fe82dacee4681320b5ff7c6 -SIZE (xpi/firefox-31.5.3/rm.xpi) = 399285 -SHA256 (xpi/firefox-31.5.3/ro.xpi) = 7d4f546fa2fdd3b68478a30f46eed7dc214cd97feb58cd1a1c88ff9471b21ae0 -SIZE (xpi/firefox-31.5.3/ro.xpi) = 439387 -SHA256 (xpi/firefox-31.5.3/ru.xpi) = 5affe9b2ecb0ad0fd315f76f2c42d9406a16162fadc81d4ca61f65bc93a91184 -SIZE (xpi/firefox-31.5.3/ru.xpi) = 367898 -SHA256 (xpi/firefox-31.5.3/si.xpi) = 891e34f1ab442b205b58bc81b9a97e2cf90df517b214605af6097dc0e93d11a3 -SIZE (xpi/firefox-31.5.3/si.xpi) = 463223 -SHA256 (xpi/firefox-31.5.3/sk.xpi) = be6fcf95cf5d8f4d28a7077998041f1f0d5af5884a13b49f839097cb1f77087b -SIZE (xpi/firefox-31.5.3/sk.xpi) = 413802 -SHA256 (xpi/firefox-31.5.3/sl.xpi) = d0c046dda9fc22d17327aeacb6322948122630cd9cffb742acde0726a8024ca0 -SIZE (xpi/firefox-31.5.3/sl.xpi) = 387134 -SHA256 (xpi/firefox-31.5.3/son.xpi) = fd0f959dc5fc77eabdecb63fa692ed11323d251b04e1992f85293b0db756e28e -SIZE (xpi/firefox-31.5.3/son.xpi) = 395147 -SHA256 (xpi/firefox-31.5.3/sq.xpi) = 085334884e43e28b6e83ab74cf17cd99898a7e52044ae29ce529e58ed21fbe9d -SIZE (xpi/firefox-31.5.3/sq.xpi) = 431136 -SHA256 (xpi/firefox-31.5.3/sr.xpi) = 4382012d1cd1772d7669bbea502429323fc84ad404266e2ac497f345e3622a72 -SIZE (xpi/firefox-31.5.3/sr.xpi) = 425902 -SHA256 (xpi/firefox-31.5.3/sv-SE.xpi) = f2dd74455331ad9949b96b4fa151e887a7e22e46dbd7e7e1f969c32eb011ec59 -SIZE (xpi/firefox-31.5.3/sv-SE.xpi) = 399025 -SHA256 (xpi/firefox-31.5.3/ta.xpi) = 65ca70ae396b00b55be7d52140bdc327c4b96a6c0940242681c47b91fb26ff49 -SIZE (xpi/firefox-31.5.3/ta.xpi) = 447685 -SHA256 (xpi/firefox-31.5.3/te.xpi) = 1ba48ffc9eb5137b4af248697356908cc07c407be36698e4f3ff971d89bca56d -SIZE (xpi/firefox-31.5.3/te.xpi) = 462588 -SHA256 (xpi/firefox-31.5.3/th.xpi) = 0797dfcc109090a6361365739195f2021efc81ccef2243a87bd380ceb9580a04 -SIZE (xpi/firefox-31.5.3/th.xpi) = 478128 -SHA256 (xpi/firefox-31.5.3/tr.xpi) = fae7dcb134aca8859524655e105f625c6ccee6427e04cfe335ee34eaebb7a76f -SIZE (xpi/firefox-31.5.3/tr.xpi) = 417370 -SHA256 (xpi/firefox-31.5.3/uk.xpi) = 353c88e9bf416724ca651bb448266e1e870eae872d4a46c9b73e4ebfd2120ed2 -SIZE (xpi/firefox-31.5.3/uk.xpi) = 428002 -SHA256 (xpi/firefox-31.5.3/vi.xpi) = cc2bfb945b31ee3a7d316e11da7dfa44ce754f48923345517e2831ba8d16806e -SIZE (xpi/firefox-31.5.3/vi.xpi) = 413374 -SHA256 (xpi/firefox-31.5.3/xh.xpi) = 41b443afc6c01cd474a87e2fa8601bd5c60f218ea98dbcd16aeed7a297f7a990 -SIZE (xpi/firefox-31.5.3/xh.xpi) = 397876 -SHA256 (xpi/firefox-31.5.3/zh-CN.xpi) = 60f987d0f8009cf7f2fac04806a6bc33bcea2c8896116636841706d7ef23c115 -SIZE (xpi/firefox-31.5.3/zh-CN.xpi) = 419629 -SHA256 (xpi/firefox-31.5.3/zh-TW.xpi) = 4d7854fed8b51d8d032a8842210ae28a1116da077ee1e232f08b51015caa7835 -SIZE (xpi/firefox-31.5.3/zh-TW.xpi) = 412521 -SHA256 (xpi/firefox-31.5.3/zu.xpi) = 38fc8df80b09973f5ffa5cdabfe7c210b369a1695ba6870581973ff88ffab954 -SIZE (xpi/firefox-31.5.3/zu.xpi) = 433216 +SHA256 (xpi/firefox-31.6.0/ach.xpi) = 260e24acea031c27c5b55a016602a0a2d7de77d02b9dbdd8a082883947b60582 +SIZE (xpi/firefox-31.6.0/ach.xpi) = 445326 +SHA256 (xpi/firefox-31.6.0/af.xpi) = a08e0044bc768e622306f0a9ca9e79949aafe3003368e0e745d647d2f89400d8 +SIZE (xpi/firefox-31.6.0/af.xpi) = 431089 +SHA256 (xpi/firefox-31.6.0/an.xpi) = ac6d78a9c60aa84306b382a2ac14d263ce2dc3a9f6ae79e9dab04e4915ce9f97 +SIZE (xpi/firefox-31.6.0/an.xpi) = 407151 +SHA256 (xpi/firefox-31.6.0/ar.xpi) = f52e73955224372dec765a5d434ec34956544e99f63689abcc765963c531b9c3 +SIZE (xpi/firefox-31.6.0/ar.xpi) = 459824 +SHA256 (xpi/firefox-31.6.0/as.xpi) = 3b354dc39c51ecde1a52a034bc71d53591fcc51ef436e033565439f23adab171 +SIZE (xpi/firefox-31.6.0/as.xpi) = 448569 +SHA256 (xpi/firefox-31.6.0/ast.xpi) = 82316d199880e1951333cac7b23b421333b514f826c0b0ad91fdb5ec231dc3bc +SIZE (xpi/firefox-31.6.0/ast.xpi) = 352341 +SHA256 (xpi/firefox-31.6.0/be.xpi) = f0cf126cb49b613ad3451f04c05d77bbeacb4dbca6887d0d52bdabd3216698f1 +SIZE (xpi/firefox-31.6.0/be.xpi) = 378668 +SHA256 (xpi/firefox-31.6.0/bg.xpi) = 2a5e95a080be8a06a8e7106de9da19bc04a64715adafa331b665b4be860289ea +SIZE (xpi/firefox-31.6.0/bg.xpi) = 438061 +SHA256 (xpi/firefox-31.6.0/bn-BD.xpi) = 71d75d47c6a7ffb14557def77aa29ff45fc837e03b0767c14b2bcc3ed9566737 +SIZE (xpi/firefox-31.6.0/bn-BD.xpi) = 472626 +SHA256 (xpi/firefox-31.6.0/bn-IN.xpi) = b1a3eab81d936ef194b12c92393a6cd4f2ac48c8bb930e0db0d257be7f34b3f4 +SIZE (xpi/firefox-31.6.0/bn-IN.xpi) = 462593 +SHA256 (xpi/firefox-31.6.0/br.xpi) = a556b83f8fd5b8700ec4bb616ab4977912eebc8dec1beba62cffd9b32f8c2317 +SIZE (xpi/firefox-31.6.0/br.xpi) = 389703 +SHA256 (xpi/firefox-31.6.0/bs.xpi) = f171c0d44420a905533ca7d8e1559be98b7355c7bb87beb8319bb84ac1bcde7a +SIZE (xpi/firefox-31.6.0/bs.xpi) = 429014 +SHA256 (xpi/firefox-31.6.0/ca.xpi) = bc7923b5006d07ae5294fdc2fbe54e7f6f99cf0492a5f32c5f1dd697f6fb00cb +SIZE (xpi/firefox-31.6.0/ca.xpi) = 403575 +SHA256 (xpi/firefox-31.6.0/cs.xpi) = 67d3153d76a13983c0ae660b8ac612e2896352a6bbabf0ddc93e71608082b016 +SIZE (xpi/firefox-31.6.0/cs.xpi) = 390978 +SHA256 (xpi/firefox-31.6.0/csb.xpi) = bda412420f96b1b51b500909af5792f8b6b7c7c05b37ff771151fe665060d1dd +SIZE (xpi/firefox-31.6.0/csb.xpi) = 383695 +SHA256 (xpi/firefox-31.6.0/cy.xpi) = e4e6030ab6dbb540b415195985415ea72da0f8e1b229238c9ee07c76276410ce +SIZE (xpi/firefox-31.6.0/cy.xpi) = 390727 +SHA256 (xpi/firefox-31.6.0/da.xpi) = 378cf86ef6fea5798544fe0e98857526397c6545580cfda40a4c6e0f7ce589a2 +SIZE (xpi/firefox-31.6.0/da.xpi) = 397747 +SHA256 (xpi/firefox-31.6.0/de.xpi) = 11c8e64f3c6405e7473484fcfa0e45d9855e73fb64f6e336ebf092417b402fcb +SIZE (xpi/firefox-31.6.0/de.xpi) = 395165 +SHA256 (xpi/firefox-31.6.0/el.xpi) = accd3b86fce0dc9b3f33de5be51722a5d1c0e856343b83e7f8a537d1afcb893d +SIZE (xpi/firefox-31.6.0/el.xpi) = 442982 +SHA256 (xpi/firefox-31.6.0/en-GB.xpi) = fb3220fe093ae582733b92adc7a139897ba6f1e77f03db22b9cd8146647c5fb9 +SIZE (xpi/firefox-31.6.0/en-GB.xpi) = 390118 +SHA256 (xpi/firefox-31.6.0/en-US.xpi) = a66312a5bc2388decb17c997248fe1c3a026aae06b6fa4619ed1592ad8704ea8 +SIZE (xpi/firefox-31.6.0/en-US.xpi) = 422788 +SHA256 (xpi/firefox-31.6.0/en-ZA.xpi) = f6fc9853f3748e493eb4cefef8734215ec8a5321c0de1702c1bf4355744454bc +SIZE (xpi/firefox-31.6.0/en-ZA.xpi) = 388528 +SHA256 (xpi/firefox-31.6.0/eo.xpi) = 23d8c2ea9fc2f7d7b603961ed2a4e91dda4e32f051fd0a789db2fd5c5ae252f2 +SIZE (xpi/firefox-31.6.0/eo.xpi) = 431831 +SHA256 (xpi/firefox-31.6.0/es-AR.xpi) = cc997dd731ebb057c00cd842ccfc53cc01317c0b347e42195e393420acb2f990 +SIZE (xpi/firefox-31.6.0/es-AR.xpi) = 399937 +SHA256 (xpi/firefox-31.6.0/es-CL.xpi) = 49e6f87b034fdf04ffa418af3c633ad73af4cfee24d80bfd2c08e8bf7bd6eb60 +SIZE (xpi/firefox-31.6.0/es-CL.xpi) = 342808 +SHA256 (xpi/firefox-31.6.0/es-ES.xpi) = c751bad8313f17bc057be6e003d00876d1c7e7f9e98a91e717341eecbed1506d +SIZE (xpi/firefox-31.6.0/es-ES.xpi) = 335880 +SHA256 (xpi/firefox-31.6.0/es-MX.xpi) = edaa595a52962b3c1819e6ccc5671a5b4de9cadd11d58e9f0a7ca36002d017b3 +SIZE (xpi/firefox-31.6.0/es-MX.xpi) = 402672 +SHA256 (xpi/firefox-31.6.0/et.xpi) = d228395ad78690477f6911016e1ea998eb8d426f0ef2b455051dce24d108bb3d +SIZE (xpi/firefox-31.6.0/et.xpi) = 390360 +SHA256 (xpi/firefox-31.6.0/eu.xpi) = 681720056779f4ecf7f6b7deb192520ccce75facda3ef7d9e6c3b2650ec12386 +SIZE (xpi/firefox-31.6.0/eu.xpi) = 413000 +SHA256 (xpi/firefox-31.6.0/fa.xpi) = c03f8883bc240bc196a1d0bac7b1b1db47772b89fd1015c8affacbd33f813e85 +SIZE (xpi/firefox-31.6.0/fa.xpi) = 460857 +SHA256 (xpi/firefox-31.6.0/ff.xpi) = db4ae425a342e5d71508ee0f170ec350d2c74a2eac50b37075399897170a9dc5 +SIZE (xpi/firefox-31.6.0/ff.xpi) = 400143 +SHA256 (xpi/firefox-31.6.0/fi.xpi) = 45e1251013c7639504ee961e2a93b83cda324eaa0d00da9ad666625d31b41dde +SIZE (xpi/firefox-31.6.0/fi.xpi) = 392740 +SHA256 (xpi/firefox-31.6.0/fr.xpi) = e6929c3006b150ff949bb491ef9e9be05e8d40974268d77cfaff3586474ed676 +SIZE (xpi/firefox-31.6.0/fr.xpi) = 406462 +SHA256 (xpi/firefox-31.6.0/fy-NL.xpi) = b499c4a75f8a757a27da9e19f2b04b979b816e715139cdbcb1a0fcd0627ff556 +SIZE (xpi/firefox-31.6.0/fy-NL.xpi) = 401930 +SHA256 (xpi/firefox-31.6.0/ga-IE.xpi) = 5f0b097a8aac0035a5969016f6a5743c6575e7188746f5111e21a52ad8fe4c4a +SIZE (xpi/firefox-31.6.0/ga-IE.xpi) = 410077 +SHA256 (xpi/firefox-31.6.0/gd.xpi) = 8c1eeaddce3a8d85633db86c2f8574a976ca917ced508807eb3befbd7fe3dbe1 +SIZE (xpi/firefox-31.6.0/gd.xpi) = 403014 +SHA256 (xpi/firefox-31.6.0/gl.xpi) = 3eb15a737f0f025fa778e4133ddc439b38742d0169a02bb30d94843d06042a5e +SIZE (xpi/firefox-31.6.0/gl.xpi) = 390599 +SHA256 (xpi/firefox-31.6.0/gu-IN.xpi) = 67cfe62d41ef98137da37657461b0891bf327c8286509d2a42f7bc01a912909b +SIZE (xpi/firefox-31.6.0/gu-IN.xpi) = 423504 +SHA256 (xpi/firefox-31.6.0/he.xpi) = ff6148823b70fd2dcb751e2930abfb0c60c06d762caa29eab6b773a3efcc4b5e +SIZE (xpi/firefox-31.6.0/he.xpi) = 427630 +SHA256 (xpi/firefox-31.6.0/hi-IN.xpi) = f304c9cb27db37a7bba1ce3a9735fa94a0145c6e3208bfd44fc54fa7d1bdc27e +SIZE (xpi/firefox-31.6.0/hi-IN.xpi) = 441402 +SHA256 (xpi/firefox-31.6.0/hr.xpi) = 30eb5e81ef7b8524c715533852849319c5328286bdab9ff9c35682f9f49b47fc +SIZE (xpi/firefox-31.6.0/hr.xpi) = 424371 +SHA256 (xpi/firefox-31.6.0/hsb.xpi) = ea94c8130c53fc6c031eaf96cb557329ba358398c4dd0ae421a0e570ef21fb9a +SIZE (xpi/firefox-31.6.0/hsb.xpi) = 413076 +SHA256 (xpi/firefox-31.6.0/hu.xpi) = 15b90773e0d4da1721a598e30b94cf5cb3f32b6d7a1fdda279641a0c304210ee +SIZE (xpi/firefox-31.6.0/hu.xpi) = 398644 +SHA256 (xpi/firefox-31.6.0/hy-AM.xpi) = c211d445aa41546f60fe02a5d303327558234e837c9f133ff5630ccb544f6c61 +SIZE (xpi/firefox-31.6.0/hy-AM.xpi) = 478743 +SHA256 (xpi/firefox-31.6.0/id.xpi) = 1329490526e260239f2b8efde39f2e88db45883becd0703e6fe3cc0fccd3b3d8 +SIZE (xpi/firefox-31.6.0/id.xpi) = 378301 +SHA256 (xpi/firefox-31.6.0/is.xpi) = 0150207fea2ee38861915a6974efaa86bad88a64d064ce0675af2116878ccec3 +SIZE (xpi/firefox-31.6.0/is.xpi) = 427327 +SHA256 (xpi/firefox-31.6.0/it.xpi) = 0040e18bf67533292565f401a37ba2236900957cd7dd777f32e31cb34e3a1bf3 +SIZE (xpi/firefox-31.6.0/it.xpi) = 330906 +SHA256 (xpi/firefox-31.6.0/ja.xpi) = b51a3408faaf6ee01b2f788ed037e651f2589be9c04667776d8dd8bbb53ae4e4 +SIZE (xpi/firefox-31.6.0/ja.xpi) = 421665 +SHA256 (xpi/firefox-31.6.0/kk.xpi) = fa461f1693c8e21f4586350774cdcdd2abace56c4f97618f41c8b888edb33c1d +SIZE (xpi/firefox-31.6.0/kk.xpi) = 439116 +SHA256 (xpi/firefox-31.6.0/km.xpi) = 71ca8b6e3eb68b012534d2f22bb9ae62633a99166ba68b69b0aa4bbeaf43e17e +SIZE (xpi/firefox-31.6.0/km.xpi) = 506476 +SHA256 (xpi/firefox-31.6.0/kn.xpi) = edf81e183989c473a152a838278f034491c03ee6a46887fd9adb497991d2b545 +SIZE (xpi/firefox-31.6.0/kn.xpi) = 458891 +SHA256 (xpi/firefox-31.6.0/ko.xpi) = 03019110af5b9134586b1dfe86157eb3921595724766092437b24d7a9ed15e10 +SIZE (xpi/firefox-31.6.0/ko.xpi) = 402815 +SHA256 (xpi/firefox-31.6.0/ku.xpi) = d7159b97c3efc343ccf7c88b917a88e2d93c603d5ebcc6b1dbb3fbe0dc4492d1 +SIZE (xpi/firefox-31.6.0/ku.xpi) = 420260 +SHA256 (xpi/firefox-31.6.0/lij.xpi) = d31745169bf3e5245b17c2d01675bb971f712a24090436907f11dcb2703c5ae9 +SIZE (xpi/firefox-31.6.0/lij.xpi) = 385864 +SHA256 (xpi/firefox-31.6.0/lt.xpi) = 93b85bcd56907de2700d963e8ae4e6f4c14bdb221f80fb1bf7b5d607c68ce2d7 +SIZE (xpi/firefox-31.6.0/lt.xpi) = 435431 +SHA256 (xpi/firefox-31.6.0/lv.xpi) = d4466e48de9beec1aaa667dec1489c913a86e205c1608ca1a58b6a6ea6d2e88c +SIZE (xpi/firefox-31.6.0/lv.xpi) = 398576 +SHA256 (xpi/firefox-31.6.0/mai.xpi) = 81eaf82841c0a93449e737b64d4de11a0ada3b8537411f436fef195a18cb448e +SIZE (xpi/firefox-31.6.0/mai.xpi) = 444885 +SHA256 (xpi/firefox-31.6.0/mk.xpi) = a4ec9547344563d1691d3b099b4846744f0075c2f8549a325312b900e4660af1 +SIZE (xpi/firefox-31.6.0/mk.xpi) = 475483 +SHA256 (xpi/firefox-31.6.0/ml.xpi) = ea3c4a99d49f0f8d5f043a20ab4b14f3ad92ec29524119f3e5425f3437485886 +SIZE (xpi/firefox-31.6.0/ml.xpi) = 466254 +SHA256 (xpi/firefox-31.6.0/mr.xpi) = 77cf2fe1466169e5c7e053a029b5a6bff2fa3c5657599fb2ab656e5099e195ea +SIZE (xpi/firefox-31.6.0/mr.xpi) = 451292 +SHA256 (xpi/firefox-31.6.0/ms.xpi) = fd736d2c55eb34e5d3fde5e047e2a1a1d3098f27397e12084366992f9460254c +SIZE (xpi/firefox-31.6.0/ms.xpi) = 436231 +SHA256 (xpi/firefox-31.6.0/nb-NO.xpi) = 15e25b7ec68df4b547722c71a3a1617810b7bfd0a5dbc75877a589ab566240ed +SIZE (xpi/firefox-31.6.0/nb-NO.xpi) = 392006 +SHA256 (xpi/firefox-31.6.0/nl.xpi) = 68a335ab0caa1a98f3d2203413ea034873940c3c6e42983ecee0063ac238957e +SIZE (xpi/firefox-31.6.0/nl.xpi) = 390885 +SHA256 (xpi/firefox-31.6.0/nn-NO.xpi) = 633c68a3643ff99152ab14db108c500df2fe58c0ac438796a464dd9cf13a5db4 +SIZE (xpi/firefox-31.6.0/nn-NO.xpi) = 386282 +SHA256 (xpi/firefox-31.6.0/or.xpi) = 28bf736700bbbbb09507f7a370fe4e6c755bbe0910a68714ba9a3b91fab47806 +SIZE (xpi/firefox-31.6.0/or.xpi) = 464749 +SHA256 (xpi/firefox-31.6.0/pa-IN.xpi) = fa43435741ab4d600c88a2db9ba3ce396d0dcd1d74a82da261ee717eadad451b +SIZE (xpi/firefox-31.6.0/pa-IN.xpi) = 439326 +SHA256 (xpi/firefox-31.6.0/pl.xpi) = 424065efdfbfdf6de8e9304c656be79e680daec3cc1332996406980910ac66e7 +SIZE (xpi/firefox-31.6.0/pl.xpi) = 374747 +SHA256 (xpi/firefox-31.6.0/pt-BR.xpi) = 4538ab8f663f362c917c7e1a6dc28c6677ce982068df1ead945893d676417d78 +SIZE (xpi/firefox-31.6.0/pt-BR.xpi) = 405565 +SHA256 (xpi/firefox-31.6.0/pt-PT.xpi) = 3f413654ca087dae4240c2a3d9176a712089735c1cb9fd88ecd215e7e2af6584 +SIZE (xpi/firefox-31.6.0/pt-PT.xpi) = 386344 +SHA256 (xpi/firefox-31.6.0/rm.xpi) = bb465518d213f769b3b7bde25418f4ef3bf6f80a70262bf03f8d8aa2801ab0b9 +SIZE (xpi/firefox-31.6.0/rm.xpi) = 399286 +SHA256 (xpi/firefox-31.6.0/ro.xpi) = e159a21b52e0cb954a9bdf1a8469b39804cd7ce32829ff3d78399dec644cd5a5 +SIZE (xpi/firefox-31.6.0/ro.xpi) = 439388 +SHA256 (xpi/firefox-31.6.0/ru.xpi) = abc01550c3c7e0ef6ccc5b5b6ab87d7dfab7de5543657323727d49d446fe611d +SIZE (xpi/firefox-31.6.0/ru.xpi) = 367897 +SHA256 (xpi/firefox-31.6.0/si.xpi) = fb22b1f01ba9ac5f4b6732ea324489990f6b6f4a3c4549b096e730eafec1c19d +SIZE (xpi/firefox-31.6.0/si.xpi) = 463224 +SHA256 (xpi/firefox-31.6.0/sk.xpi) = 227ad1b874e761de087c7fcdfd180ad1874d6cbdc9438ea1d310fcb11df9ac2e +SIZE (xpi/firefox-31.6.0/sk.xpi) = 413802 +SHA256 (xpi/firefox-31.6.0/sl.xpi) = b6ee571b0bd9dfb439b63d8fafe9e0c7c887f71064489628aea1a59a4a347e82 +SIZE (xpi/firefox-31.6.0/sl.xpi) = 387134 +SHA256 (xpi/firefox-31.6.0/son.xpi) = faa94ce43b7e23c2d763e2cfc4bb37669de813ac69b6581aad756776566a55d9 +SIZE (xpi/firefox-31.6.0/son.xpi) = 395144 +SHA256 (xpi/firefox-31.6.0/sq.xpi) = fa7dc4754278810f05e07d511095d0ccbe862b6cfbcb0ae894947c710f6a908c +SIZE (xpi/firefox-31.6.0/sq.xpi) = 431136 +SHA256 (xpi/firefox-31.6.0/sr.xpi) = 221f4e9fca2063eee0d9265b227d65f2befb2b66447d77f51c075a9147970c32 +SIZE (xpi/firefox-31.6.0/sr.xpi) = 425902 +SHA256 (xpi/firefox-31.6.0/sv-SE.xpi) = e30934266cba9a23151a04c52b9e836b035cc3f89e3f85b09d47ef799f4e54bd +SIZE (xpi/firefox-31.6.0/sv-SE.xpi) = 399026 +SHA256 (xpi/firefox-31.6.0/ta.xpi) = ee7272892fb2907de416e301964cf21c5c8e36afc72b3af8093eb1d32cbf2435 +SIZE (xpi/firefox-31.6.0/ta.xpi) = 447686 +SHA256 (xpi/firefox-31.6.0/te.xpi) = a00029dcb5d01c3cc8aa9f932c2e7d4a54c2c8a61fd62193690746012c2dbfae +SIZE (xpi/firefox-31.6.0/te.xpi) = 462591 +SHA256 (xpi/firefox-31.6.0/th.xpi) = 1780b9d72ff57adf2da3fc36dfc51e55241f19636cd7ae78cd534ac959fad9b6 +SIZE (xpi/firefox-31.6.0/th.xpi) = 478127 +SHA256 (xpi/firefox-31.6.0/tr.xpi) = 93890192a9f6a8f596fbc5accfe4824a1f2aa1f078bfc09ad9a71c617bec9a21 +SIZE (xpi/firefox-31.6.0/tr.xpi) = 417370 +SHA256 (xpi/firefox-31.6.0/uk.xpi) = 55b58319c2871a9b2489465dedb93be404a0262697df8e44f86951ffa07c90ee +SIZE (xpi/firefox-31.6.0/uk.xpi) = 428002 +SHA256 (xpi/firefox-31.6.0/vi.xpi) = aa9cef4ce877b89be65e464a3f28368f2c2225c57cb1b673432c98ca4a27dd6f +SIZE (xpi/firefox-31.6.0/vi.xpi) = 413374 +SHA256 (xpi/firefox-31.6.0/xh.xpi) = 014bf1f5d22f23a49e136935e1174546a6741cf42882408895c8985616cb7dc3 +SIZE (xpi/firefox-31.6.0/xh.xpi) = 397876 +SHA256 (xpi/firefox-31.6.0/zh-CN.xpi) = 3a73fd89bd1ab16bcf9ffeec5013468542069cabf7d9c8f49046457def28212b +SIZE (xpi/firefox-31.6.0/zh-CN.xpi) = 419630 +SHA256 (xpi/firefox-31.6.0/zh-TW.xpi) = fe4a99b85dd0f9bffb20828adea6b4682768cf9646f4a188bf15f5b9311be548 +SIZE (xpi/firefox-31.6.0/zh-TW.xpi) = 412521 +SHA256 (xpi/firefox-31.6.0/zu.xpi) = c74fd565002da788a8a37f2dd1b4bc72d026ef0ca5da5adc399a94b722e915c3 +SIZE (xpi/firefox-31.6.0/zu.xpi) = 433216 Modified: branches/2015Q1/www/firefox-esr/Makefile ============================================================================== --- branches/2015Q1/www/firefox-esr/Makefile Wed Apr 1 00:05:29 2015 (r382884) +++ branches/2015Q1/www/firefox-esr/Makefile Wed Apr 1 00:34:05 2015 (r382885) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 31.5.3 +DISTVERSION= 31.6.0 DISTVERSIONSUFFIX=esr.source PORTEPOCH= 1 CATEGORIES= www ipv6 Modified: branches/2015Q1/www/firefox-esr/distinfo ============================================================================== --- branches/2015Q1/www/firefox-esr/distinfo Wed Apr 1 00:05:29 2015 (r382884) +++ branches/2015Q1/www/firefox-esr/distinfo Wed Apr 1 00:34:05 2015 (r382885) @@ -1,2 +1,2 @@ -SHA256 (firefox-31.5.3esr.source.tar.bz2) = 4f0e89362767b1a2e3947abcb5d3edea199d126ce6ce900daec89492bf1ce302 -SIZE (firefox-31.5.3esr.source.tar.bz2) = 147757682 +SHA256 (firefox-31.6.0esr.source.tar.bz2) = 88ad45202a7aee9c43378879863b023270aa29463d312f396a78a6e9cdcbf5c3 +SIZE (firefox-31.6.0esr.source.tar.bz2) = 147767808 Modified: branches/2015Q1/www/firefox-i18n/Makefile ============================================================================== --- branches/2015Q1/www/firefox-i18n/Makefile Wed Apr 1 00:05:29 2015 (r382884) +++ branches/2015Q1/www/firefox-i18n/Makefile Wed Apr 1 00:34:05 2015 (r382885) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 36.0.4 +PORTVERSION= 37.0 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= @@ -14,7 +14,7 @@ COMMENT= Localized interface for Firefox EXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip -USES= zip:infozip gecko:firefox,36,build +USES= zip:infozip gecko:firefox,37,build USE_XPI= firefox linux-firefox NO_ARCH= yes Modified: branches/2015Q1/www/firefox-i18n/distinfo ============================================================================== --- branches/2015Q1/www/firefox-i18n/distinfo Wed Apr 1 00:05:29 2015 (r382884) +++ branches/2015Q1/www/firefox-i18n/distinfo Wed Apr 1 00:34:05 2015 (r382885) @@ -1,176 +1,176 @@ -SHA256 (xpi/firefox-i18n-36.0.4/ach.xpi) = c9f5f3c10e55fb183d8aed30b3ae1039f712f69221f310a824a8061715f5ec0e -SIZE (xpi/firefox-i18n-36.0.4/ach.xpi) = 465662 -SHA256 (xpi/firefox-i18n-36.0.4/af.xpi) = 0ea516db1f7f100b09ffe1bacf08d23b1a29ecb7cb691354f93467f9b97ef9f3 -SIZE (xpi/firefox-i18n-36.0.4/af.xpi) = 472057 -SHA256 (xpi/firefox-i18n-36.0.4/an.xpi) = 3e2f7f94d6a44bbb00a53d57a57e79bbee9a400c52e3e11ae59159567c8a22b3 -SIZE (xpi/firefox-i18n-36.0.4/an.xpi) = 449538 -SHA256 (xpi/firefox-i18n-36.0.4/ar.xpi) = 63ad3bbf77b6ee71a0c3761da376a1236b08a52e6db7581c776c7f1fdfdc85dd -SIZE (xpi/firefox-i18n-36.0.4/ar.xpi) = 504370 -SHA256 (xpi/firefox-i18n-36.0.4/as.xpi) = fa4d84594a77b7b157ca7c926fabd7a811dbb87477b5ef738bec84c046081ae1 -SIZE (xpi/firefox-i18n-36.0.4/as.xpi) = 494230 -SHA256 (xpi/firefox-i18n-36.0.4/ast.xpi) = 6aafe303ab39f92d4348a8cbc90dd20dfa5eca97436b42726bb7406b6c02d4f9 -SIZE (xpi/firefox-i18n-36.0.4/ast.xpi) = 377933 -SHA256 (xpi/firefox-i18n-36.0.4/az.xpi) = e253309234b7f9e1134c232b181db7e5c5e8423a3850d0eed2d28e525f5c7f50 -SIZE (xpi/firefox-i18n-36.0.4/az.xpi) = 475729 -SHA256 (xpi/firefox-i18n-36.0.4/be.xpi) = bfe3c87abcc0cdfd739fae1a9ceca8dd322eb31146880d3e8db58267cbbdafa2 -SIZE (xpi/firefox-i18n-36.0.4/be.xpi) = 426959 -SHA256 (xpi/firefox-i18n-36.0.4/bg.xpi) = d556555f566356b245456581b7edf9a231afc25e59bba4161b21eb92873dd59e -SIZE (xpi/firefox-i18n-36.0.4/bg.xpi) = 481499 -SHA256 (xpi/firefox-i18n-36.0.4/bn-BD.xpi) = 17b117646c5d43f62620b437e51c4c449f7c4f4cea8ab7c149a5665a08343669 -SIZE (xpi/firefox-i18n-36.0.4/bn-BD.xpi) = 515520 -SHA256 (xpi/firefox-i18n-36.0.4/bn-IN.xpi) = f2cb0f525d65b99709e2b4148cfe5dbda66210cad3acf98bd156dff06db1ff46 -SIZE (xpi/firefox-i18n-36.0.4/bn-IN.xpi) = 514353 -SHA256 (xpi/firefox-i18n-36.0.4/br.xpi) = 18404739173f03aa6fa01b99d9e090c0046edca175f78aefa04fc2a140cea6ca -SIZE (xpi/firefox-i18n-36.0.4/br.xpi) = 430390 -SHA256 (xpi/firefox-i18n-36.0.4/bs.xpi) = 1f6e248d0a27f415b1661083b0df27b56ed5692e139abd5a269022f87617c9df -SIZE (xpi/firefox-i18n-36.0.4/bs.xpi) = 472357 -SHA256 (xpi/firefox-i18n-36.0.4/ca.xpi) = f6e7b1d57654b5328bd45be9e3033f5d6469f1e318fb0cad55119e3827f26943 -SIZE (xpi/firefox-i18n-36.0.4/ca.xpi) = 446101 -SHA256 (xpi/firefox-i18n-36.0.4/cs.xpi) = 22538a55e45ba0cdae72d9d21ea0835a80b13657de9f1b25335742c338208cdb -SIZE (xpi/firefox-i18n-36.0.4/cs.xpi) = 434462 -SHA256 (xpi/firefox-i18n-36.0.4/cy.xpi) = 6a860df001ad770d39f6ae3be8c295a4b189dc5ce4625b3aa29872555caec7f0 -SIZE (xpi/firefox-i18n-36.0.4/cy.xpi) = 432591 -SHA256 (xpi/firefox-i18n-36.0.4/da.xpi) = 7a86c2af5a1194f39b0fbcf2547404e4a50843fc0937917b7a569fc98769febf -SIZE (xpi/firefox-i18n-36.0.4/da.xpi) = 439278 -SHA256 (xpi/firefox-i18n-36.0.4/de.xpi) = 15eb9fe1b985b935843d8ba31890c9635f78226fc4bdfe90281aa296e5fc99f9 -SIZE (xpi/firefox-i18n-36.0.4/de.xpi) = 439187 -SHA256 (xpi/firefox-i18n-36.0.4/dsb.xpi) = 99bb449e7823c4a4928a54ce2c0365dbf59fbc0173205665077894f2bf112b76 -SIZE (xpi/firefox-i18n-36.0.4/dsb.xpi) = 458449 -SHA256 (xpi/firefox-i18n-36.0.4/el.xpi) = 1825ae1148d6fd5f453090e9313bc9c058394c0a4c310af4d3823198d98c75ce -SIZE (xpi/firefox-i18n-36.0.4/el.xpi) = 485456 -SHA256 (xpi/firefox-i18n-36.0.4/en-GB.xpi) = f6e1b6f5d3db562e38e870cc0456e8d0e67f70b03076b993ed7483ba136dd576 -SIZE (xpi/firefox-i18n-36.0.4/en-GB.xpi) = 429600 -SHA256 (xpi/firefox-i18n-36.0.4/en-US.xpi) = 1e43a9e24a832b79604dbc1ea60b62210c9bcb5509c18a651e2ec60b6e3133aa -SIZE (xpi/firefox-i18n-36.0.4/en-US.xpi) = 458577 -SHA256 (xpi/firefox-i18n-36.0.4/en-ZA.xpi) = 2386563c3963415d081731a5d3d962bd4699253ac6c204fff340881621bbf68b -SIZE (xpi/firefox-i18n-36.0.4/en-ZA.xpi) = 425588 -SHA256 (xpi/firefox-i18n-36.0.4/eo.xpi) = dd633f78e19ad1d159d20a0f912bbf2337d09178baa8f2109ffd0f9534206e8b -SIZE (xpi/firefox-i18n-36.0.4/eo.xpi) = 473725 -SHA256 (xpi/firefox-i18n-36.0.4/es-AR.xpi) = f35b2575f8bbebdc3ce0b29c0c32b3b3b5ea9e153a2948773e80e9dfe6a6606e -SIZE (xpi/firefox-i18n-36.0.4/es-AR.xpi) = 442481 -SHA256 (xpi/firefox-i18n-36.0.4/es-CL.xpi) = 84f629c99495eb31ac9426d873050b5e38f787accd0b09a931b79826002e25c5 -SIZE (xpi/firefox-i18n-36.0.4/es-CL.xpi) = 377186 -SHA256 (xpi/firefox-i18n-36.0.4/es-ES.xpi) = 726a4a3166dd4449635f83604849cf8408789703b3984e5340e1877e1cce7de7 -SIZE (xpi/firefox-i18n-36.0.4/es-ES.xpi) = 366987 -SHA256 (xpi/firefox-i18n-36.0.4/es-MX.xpi) = ba027a522dfa5903440fb0c3efda1626b586ab3e8f2ee4e46bca02c7f5daee8c -SIZE (xpi/firefox-i18n-36.0.4/es-MX.xpi) = 444970 -SHA256 (xpi/firefox-i18n-36.0.4/et.xpi) = bdb86bc3d4418a2353633145069c50973d75ba06eba2d11cc70ca04484acb4e0 -SIZE (xpi/firefox-i18n-36.0.4/et.xpi) = 431612 -SHA256 (xpi/firefox-i18n-36.0.4/eu.xpi) = 4515d11667cb72bcbc024ee25f948b1ca24d40d33d20ee699bea18acccd7409c -SIZE (xpi/firefox-i18n-36.0.4/eu.xpi) = 454740 -SHA256 (xpi/firefox-i18n-36.0.4/fa.xpi) = aeba44c9b2770f9915b50539a5d7226785fcfb86c1c32e25a078a8a2796fbb62 -SIZE (xpi/firefox-i18n-36.0.4/fa.xpi) = 500879 -SHA256 (xpi/firefox-i18n-36.0.4/ff.xpi) = 3e416402d33937ed40f42071a5e3b827338bab4951be1d0b2777e806e28b40d6 -SIZE (xpi/firefox-i18n-36.0.4/ff.xpi) = 442342 -SHA256 (xpi/firefox-i18n-36.0.4/fi.xpi) = 2db90946d837b8b2ebef065c43f98d05811351210dee58b735c99fba18a4127c -SIZE (xpi/firefox-i18n-36.0.4/fi.xpi) = 433372 -SHA256 (xpi/firefox-i18n-36.0.4/fr.xpi) = bc3d2ddcb8c5eff8e43bdcd20b81a5ef494910cb3b4962b7bf4e4f2266e13cdd -SIZE (xpi/firefox-i18n-36.0.4/fr.xpi) = 449178 -SHA256 (xpi/firefox-i18n-36.0.4/fy-NL.xpi) = 1658bd6067ca3de57e5707c5511e5036060a056da51f37f0d890d3e50ae9fe19 -SIZE (xpi/firefox-i18n-36.0.4/fy-NL.xpi) = 443808 -SHA256 (xpi/firefox-i18n-36.0.4/ga-IE.xpi) = 7766742416cc59b2b83cc021d67c7852a72a32b3b28dbe5ff8a670a175ca33d5 -SIZE (xpi/firefox-i18n-36.0.4/ga-IE.xpi) = 453000 -SHA256 (xpi/firefox-i18n-36.0.4/gd.xpi) = a865dc776328ae87764bcb8a365f0a4f849b57fcb69321fb219d477a26d8ba99 -SIZE (xpi/firefox-i18n-36.0.4/gd.xpi) = 442657 -SHA256 (xpi/firefox-i18n-36.0.4/gl.xpi) = 4878fb06045a5305f870a66b71bb1f9d7715126a832871e92806ff934f1a7fd3 -SIZE (xpi/firefox-i18n-36.0.4/gl.xpi) = 433436 -SHA256 (xpi/firefox-i18n-36.0.4/gu-IN.xpi) = f94814de5f8a321edefb7f9c20f87c9c19d82d3210cdb660d9b137d77415ed7e -SIZE (xpi/firefox-i18n-36.0.4/gu-IN.xpi) = 463249 -SHA256 (xpi/firefox-i18n-36.0.4/he.xpi) = 18e4dc8407017021243c038937ec4ef2c8c97941e311998a2bf542e9420feb9f -SIZE (xpi/firefox-i18n-36.0.4/he.xpi) = 473376 -SHA256 (xpi/firefox-i18n-36.0.4/hi-IN.xpi) = dc1aa1e87522b1c324a69c5c95f133176909cfd763566a3e53dad533650073ea -SIZE (xpi/firefox-i18n-36.0.4/hi-IN.xpi) = 493295 -SHA256 (xpi/firefox-i18n-36.0.4/hr.xpi) = a311cdb9d088ee5656e25b90d7a6a65da0586151925bd78b75a205d25614100b -SIZE (xpi/firefox-i18n-36.0.4/hr.xpi) = 466360 -SHA256 (xpi/firefox-i18n-36.0.4/hsb.xpi) = 2e889dd54bd50c173e5283e5a035f9f4bb91454022df99ecc815dcca8dfbcbe3 -SIZE (xpi/firefox-i18n-36.0.4/hsb.xpi) = 456356 -SHA256 (xpi/firefox-i18n-36.0.4/hu.xpi) = 74ea33e23bc0410d588386790f56e10763a2f6e0d08bad6ad32abc45791a526f -SIZE (xpi/firefox-i18n-36.0.4/hu.xpi) = 441328 -SHA256 (xpi/firefox-i18n-36.0.4/hy-AM.xpi) = 4542c3d00e8505b7b3ae5d793b737f64ce4ff7395b3a99503d04dc2cc9291d60 -SIZE (xpi/firefox-i18n-36.0.4/hy-AM.xpi) = 522156 -SHA256 (xpi/firefox-i18n-36.0.4/id.xpi) = 5641bb277cea62a5c64becc9bc9e4aae5dd18e3f3970e0c471e869e8bacb2da3 -SIZE (xpi/firefox-i18n-36.0.4/id.xpi) = 419616 -SHA256 (xpi/firefox-i18n-36.0.4/is.xpi) = 594c92f272f75f0e5182a03fafc03cf14b46525d3316f94c1c39e83ea8905c40 -SIZE (xpi/firefox-i18n-36.0.4/is.xpi) = 473424 -SHA256 (xpi/firefox-i18n-36.0.4/it.xpi) = da525062d0a57beaa23d7c5214f9004ed127a22617d1de8243b2180720647c6b -SIZE (xpi/firefox-i18n-36.0.4/it.xpi) = 361316 -SHA256 (xpi/firefox-i18n-36.0.4/ja.xpi) = 8852cca6a77735ce258a62fa844ded21da3c226a0954e7e6aed951db275627ba -SIZE (xpi/firefox-i18n-36.0.4/ja.xpi) = 465476 -SHA256 (xpi/firefox-i18n-36.0.4/kk.xpi) = 22feb2ea6a5ac675fd1f0b3348570452f2818b80655f005128350830ec363519 -SIZE (xpi/firefox-i18n-36.0.4/kk.xpi) = 490171 -SHA256 (xpi/firefox-i18n-36.0.4/km.xpi) = d1b1a8a7baa553036467bf9769ee7043b334bce19afedd18c56e48481a6f85d1 -SIZE (xpi/firefox-i18n-36.0.4/km.xpi) = 550766 -SHA256 (xpi/firefox-i18n-36.0.4/kn.xpi) = 5713d809786f34815f0e7c55ca0fd126e6dbc9fadb11eea031b7ed7e7e108350 -SIZE (xpi/firefox-i18n-36.0.4/kn.xpi) = 516617 -SHA256 (xpi/firefox-i18n-36.0.4/ko.xpi) = 17ab57f042a7c1ba540f7905a531f264d66586828090070c3454280c01fb483e -SIZE (xpi/firefox-i18n-36.0.4/ko.xpi) = 448221 -SHA256 (xpi/firefox-i18n-36.0.4/lij.xpi) = 5d4b2b794303f8180f72bab39b0206513566ef67baf79ddc88362f1765c540b4 -SIZE (xpi/firefox-i18n-36.0.4/lij.xpi) = 430855 -SHA256 (xpi/firefox-i18n-36.0.4/lt.xpi) = f263c56e07d83abec5b5dff41654f5f36ef0e9185d7138d2ed8f5e093c34dec9 -SIZE (xpi/firefox-i18n-36.0.4/lt.xpi) = 474006 -SHA256 (xpi/firefox-i18n-36.0.4/lv.xpi) = 8a2637e407d14701f6b983e739314f4ee19c668200fb413c92c751dfe269c50e -SIZE (xpi/firefox-i18n-36.0.4/lv.xpi) = 436233 -SHA256 (xpi/firefox-i18n-36.0.4/mai.xpi) = a7b674f5bd61b53d62d74b995e20826bed876be7d21c678f1f75cfa55944baf6 -SIZE (xpi/firefox-i18n-36.0.4/mai.xpi) = 485633 -SHA256 (xpi/firefox-i18n-36.0.4/mk.xpi) = 579c05d8a233071cd8146958876420350fda03a4a78ddd8df56413084b003a43 -SIZE (xpi/firefox-i18n-36.0.4/mk.xpi) = 516380 -SHA256 (xpi/firefox-i18n-36.0.4/ml.xpi) = 0bb4b7a1ac8cd5a81657fe769d99d67d1b55b336198b46649777523621672914 -SIZE (xpi/firefox-i18n-36.0.4/ml.xpi) = 514513 -SHA256 (xpi/firefox-i18n-36.0.4/mr.xpi) = 7a7a0be2e5cc695337458f8472d3437ab86d42556638cdac0cf302682be7967b -SIZE (xpi/firefox-i18n-36.0.4/mr.xpi) = 495230 -SHA256 (xpi/firefox-i18n-36.0.4/ms.xpi) = e9d5694d625ca5d99514df1ab1fff62ce164c52002a5ad17f4f9c9f7250f25af -SIZE (xpi/firefox-i18n-36.0.4/ms.xpi) = 478249 -SHA256 (xpi/firefox-i18n-36.0.4/nb-NO.xpi) = 812f29f2b182d108bbc376eef0b965ed3f3c081a782e60412004b607c555128d -SIZE (xpi/firefox-i18n-36.0.4/nb-NO.xpi) = 432556 -SHA256 (xpi/firefox-i18n-36.0.4/nl.xpi) = dd56b83cdda99115d911e1f383aef72d030a91c6845e3e84ad12a2700eea54d0 -SIZE (xpi/firefox-i18n-36.0.4/nl.xpi) = 432349 -SHA256 (xpi/firefox-i18n-36.0.4/nn-NO.xpi) = bd9eab7dbcbfb7c3452c905f286da5470e7e4e8724a311a5c4b013d45a799efb -SIZE (xpi/firefox-i18n-36.0.4/nn-NO.xpi) = 426610 -SHA256 (xpi/firefox-i18n-36.0.4/or.xpi) = 01d6f2ef3ef1caed284d0f4420d4a795647b79d77de8f688293eae82cc5b5334 -SIZE (xpi/firefox-i18n-36.0.4/or.xpi) = 512016 -SHA256 (xpi/firefox-i18n-36.0.4/pa-IN.xpi) = 2f20e5133e994ad195697521c5700ca0ce619ad2fa6fce908332993c8d587d9a -SIZE (xpi/firefox-i18n-36.0.4/pa-IN.xpi) = 481893 -SHA256 (xpi/firefox-i18n-36.0.4/pl.xpi) = 769315f8b69ad38a4e2ae798cc802388d5f3510d14e9d744205e82ce251b31a2 -SIZE (xpi/firefox-i18n-36.0.4/pl.xpi) = 402049 -SHA256 (xpi/firefox-i18n-36.0.4/pt-BR.xpi) = 536bd0969bf14b506d18296590381b2506ef821a1a7a7b7031ffef0371428a07 -SIZE (xpi/firefox-i18n-36.0.4/pt-BR.xpi) = 447669 -SHA256 (xpi/firefox-i18n-36.0.4/pt-PT.xpi) = f2278d4d0c243dd22d96a1c43ad4155f91768088aacbbff5435bcdded1b7b508 -SIZE (xpi/firefox-i18n-36.0.4/pt-PT.xpi) = 428708 -SHA256 (xpi/firefox-i18n-36.0.4/rm.xpi) = 4300a89656f697a484e7575bf15573210a82d43f8324fbabe2c2c0443c77dd0e -SIZE (xpi/firefox-i18n-36.0.4/rm.xpi) = 443941 -SHA256 (xpi/firefox-i18n-36.0.4/ro.xpi) = b377ba2fc84d461c9948690466066a18d01fd7a217c511ec09f79ce35b23a734 -SIZE (xpi/firefox-i18n-36.0.4/ro.xpi) = 483570 -SHA256 (xpi/firefox-i18n-36.0.4/ru.xpi) = 8f39031f01aa6460db17ff0b65f030e99902b8e79e8427652313d839c826f791 -SIZE (xpi/firefox-i18n-36.0.4/ru.xpi) = 406024 -SHA256 (xpi/firefox-i18n-36.0.4/si.xpi) = 9c1d8caa9c18ef06323af1827eb754b636f6694290be5608a1702f6e8d2bcfa7 -SIZE (xpi/firefox-i18n-36.0.4/si.xpi) = 514744 -SHA256 (xpi/firefox-i18n-36.0.4/sk.xpi) = e6535a4e649546a0b0a12cddfeb1dea7aede5a7a5ae28e944ee13252552ac2c5 -SIZE (xpi/firefox-i18n-36.0.4/sk.xpi) = 457190 -SHA256 (xpi/firefox-i18n-36.0.4/sl.xpi) = ef53001f0e6362b8bba129571f9cb579f240d877879ffd40dfcba48a13599f4c -SIZE (xpi/firefox-i18n-36.0.4/sl.xpi) = 429929 -SHA256 (xpi/firefox-i18n-36.0.4/son.xpi) = a10920d452471bc627c5cf078011b10706411b9255484dbedaa5d481e223f303 -SIZE (xpi/firefox-i18n-36.0.4/son.xpi) = 436772 -SHA256 (xpi/firefox-i18n-36.0.4/sq.xpi) = e6ed16e285a9c3c8bc075f8675f2d4ed0c5e12d0abb5c993021efa02cbc754b3 -SIZE (xpi/firefox-i18n-36.0.4/sq.xpi) = 474054 -SHA256 (xpi/firefox-i18n-36.0.4/sr.xpi) = b9691eb6e7e3ed4a8c4b1a44b72665eb65422fb16e738966c264cdf2640ecfb1 -SIZE (xpi/firefox-i18n-36.0.4/sr.xpi) = 467366 -SHA256 (xpi/firefox-i18n-36.0.4/sv-SE.xpi) = 9a02d164652b51d98cafd5bb461fe0c889363fdb155c4ddde9fc3342a7474f9c -SIZE (xpi/firefox-i18n-36.0.4/sv-SE.xpi) = 440721 -SHA256 (xpi/firefox-i18n-36.0.4/ta.xpi) = 3ce29801778f58fb52f4cf3ac998c43b47129743aff303a3de63282a8d2cdf45 -SIZE (xpi/firefox-i18n-36.0.4/ta.xpi) = 493861 -SHA256 (xpi/firefox-i18n-36.0.4/te.xpi) = 267d658d6f46df8168e68047c38c990a91018323e3162bb62bc53c21164f2bd7 -SIZE (xpi/firefox-i18n-36.0.4/te.xpi) = 513694 -SHA256 (xpi/firefox-i18n-36.0.4/th.xpi) = 34a17ed01959a13dfabb73c5d82de0c35b4c66a0359db9c6f508d2afa3f2f657 -SIZE (xpi/firefox-i18n-36.0.4/th.xpi) = 521633 -SHA256 (xpi/firefox-i18n-36.0.4/tr.xpi) = 96fd17c7febf6c352de936142d75e72e23b2de823fd9e6110fe684604be0a58c -SIZE (xpi/firefox-i18n-36.0.4/tr.xpi) = 468962 -SHA256 (xpi/firefox-i18n-36.0.4/uk.xpi) = 868d38f2ec352b83a1b7c412c45d9d875e39b9601d082c611f79eaf7792e170f -SIZE (xpi/firefox-i18n-36.0.4/uk.xpi) = 469174 -SHA256 (xpi/firefox-i18n-36.0.4/vi.xpi) = f33ed07c1f08be37535257be3443f38acec405d0c380425e9e0c3c50f03ed5f3 -SIZE (xpi/firefox-i18n-36.0.4/vi.xpi) = 454446 -SHA256 (xpi/firefox-i18n-36.0.4/xh.xpi) = 54d1f91960e5c3216f20456dc7ebc94e17a045d549fe348e1b7f7028c799dc8c -SIZE (xpi/firefox-i18n-36.0.4/xh.xpi) = 436241 -SHA256 (xpi/firefox-i18n-36.0.4/zh-CN.xpi) = 7a6337ca9ce8abe4cd2d7d1e03830045dbe9331fafc3fce836e0cbc5693fb5aa -SIZE (xpi/firefox-i18n-36.0.4/zh-CN.xpi) = 475835 -SHA256 (xpi/firefox-i18n-36.0.4/zh-TW.xpi) = 4af6d3661e68055dcfcf7b3063252552781f410f9ce223917882d879a371835c -SIZE (xpi/firefox-i18n-36.0.4/zh-TW.xpi) = 455307 +SHA256 (xpi/firefox-i18n-37.0/ach.xpi) = 7397d95648c1fffc31c242ab609cc180a30fc75a2d0bb0f93fc3a9a3b8089471 +SIZE (xpi/firefox-i18n-37.0/ach.xpi) = 470357 +SHA256 (xpi/firefox-i18n-37.0/af.xpi) = 35b112560e4904cb128c7589d3439f612b9dbf4c6995fd648926d40612f6d7d0 +SIZE (xpi/firefox-i18n-37.0/af.xpi) = 476562 +SHA256 (xpi/firefox-i18n-37.0/an.xpi) = 156a50ddbe02a531462f7090c7aa13300135f1f789c5afb9a5b207b129c32fce +SIZE (xpi/firefox-i18n-37.0/an.xpi) = 454283 +SHA256 (xpi/firefox-i18n-37.0/ar.xpi) = 544110f186ead3bed3a905b2479ed4eeadfdaf01c72588be58893455dc8ce8cd +SIZE (xpi/firefox-i18n-37.0/ar.xpi) = 508941 +SHA256 (xpi/firefox-i18n-37.0/as.xpi) = 532e0ae1f5bfe2721b8ac2dbd7ddb21fcda32a6e9ded44d562bde44341141a32 +SIZE (xpi/firefox-i18n-37.0/as.xpi) = 499985 +SHA256 (xpi/firefox-i18n-37.0/ast.xpi) = c91ffdfb7e05110069b8fcc97b7f61d58af1fd3d5536ab4b88b1425a4175266a +SIZE (xpi/firefox-i18n-37.0/ast.xpi) = 384089 +SHA256 (xpi/firefox-i18n-37.0/az.xpi) = c6abb58b60a671851d3aa9da3ee1f85283bca8fb5e93e01879e0bc3dfe39251e +SIZE (xpi/firefox-i18n-37.0/az.xpi) = 482465 +SHA256 (xpi/firefox-i18n-37.0/be.xpi) = 354a53bdd5cd6e3200782b25491b1cf0e1987bea3a6bd1faf6b9eec0bf70f90b +SIZE (xpi/firefox-i18n-37.0/be.xpi) = 431982 +SHA256 (xpi/firefox-i18n-37.0/bg.xpi) = 73bb76044f37e9019efd89e69884677c6e88c4b85ba4c2a84bdb698d667988a6 +SIZE (xpi/firefox-i18n-37.0/bg.xpi) = 486713 +SHA256 (xpi/firefox-i18n-37.0/bn-BD.xpi) = 51a678d151ec3dd23aba59f034fd33dc523c423c73947a161be3e76824845a14 +SIZE (xpi/firefox-i18n-37.0/bn-BD.xpi) = 520237 +SHA256 (xpi/firefox-i18n-37.0/bn-IN.xpi) = 022ba972810af6a76c108aef4c0c4376ed28261900e536aaad1d8b94fdd4598c +SIZE (xpi/firefox-i18n-37.0/bn-IN.xpi) = 519971 +SHA256 (xpi/firefox-i18n-37.0/br.xpi) = 709441390c7658e734e9cb9a9282192f37cada66352ef1cdefbcc5cced66c563 +SIZE (xpi/firefox-i18n-37.0/br.xpi) = 435125 +SHA256 (xpi/firefox-i18n-37.0/bs.xpi) = d853b083c2d044479761703e3fc5736b4d0cbe86b0bb94ac99b11c7841a49e85 +SIZE (xpi/firefox-i18n-37.0/bs.xpi) = 476981 +SHA256 (xpi/firefox-i18n-37.0/ca.xpi) = 776c52986ca9e63e927d639975549b576db66458c28391b03130b4bb45e6ff0b +SIZE (xpi/firefox-i18n-37.0/ca.xpi) = 450917 +SHA256 (xpi/firefox-i18n-37.0/cs.xpi) = 14d228e61a7e93ca803f10474e6d5bf3e8308082d58a432c71d6d39fdfd5ce18 +SIZE (xpi/firefox-i18n-37.0/cs.xpi) = 439372 +SHA256 (xpi/firefox-i18n-37.0/cy.xpi) = 9aeca718c2da6c2331348ce16d1f4adce6ccbb0908ab65c7e52dbacac56f4861 +SIZE (xpi/firefox-i18n-37.0/cy.xpi) = 437310 +SHA256 (xpi/firefox-i18n-37.0/da.xpi) = c03afc1b42eb960eaee9d8fcf9ed7af8548d1d7d7d86c6fca4179c06ca7f86c1 +SIZE (xpi/firefox-i18n-37.0/da.xpi) = 443933 +SHA256 (xpi/firefox-i18n-37.0/de.xpi) = a93aaa608b5d8664ac89b3f8cf4467dc364875c5f06013c464ba906a576e7fb1 +SIZE (xpi/firefox-i18n-37.0/de.xpi) = 444259 +SHA256 (xpi/firefox-i18n-37.0/dsb.xpi) = 95303b6573b4e9a611cb6d1774321e974c4ffdbd5d21aa2020e8cfba95313908 +SIZE (xpi/firefox-i18n-37.0/dsb.xpi) = 463355 +SHA256 (xpi/firefox-i18n-37.0/el.xpi) = 78cbe9b4201e6e0ddf3afc3e74e72adcaaca01f9e5e4424f6727b2fe74bc304a +SIZE (xpi/firefox-i18n-37.0/el.xpi) = 490091 +SHA256 (xpi/firefox-i18n-37.0/en-GB.xpi) = a9499eff8d3d497dda34a002af3f2d044a74335617d4feec0a3623cded86ee32 +SIZE (xpi/firefox-i18n-37.0/en-GB.xpi) = 431297 +SHA256 (xpi/firefox-i18n-37.0/en-US.xpi) = ebf22e238d305b1a96bd653cfc31984d225d1606f0c728d71e5ef7f92fd57fb8 +SIZE (xpi/firefox-i18n-37.0/en-US.xpi) = 463095 +SHA256 (xpi/firefox-i18n-37.0/en-ZA.xpi) = f9875ddba8e26b7e29cfe0bf6ea0481d5bfdfb300e665fb7f18d078cef7998f1 +SIZE (xpi/firefox-i18n-37.0/en-ZA.xpi) = 431152 +SHA256 (xpi/firefox-i18n-37.0/eo.xpi) = cd8fa163af53456ab1553a33d65e3f81831ea34f84203f44d18f43222708fbd2 +SIZE (xpi/firefox-i18n-37.0/eo.xpi) = 478447 +SHA256 (xpi/firefox-i18n-37.0/es-AR.xpi) = 33a283e84c426287cdd19685f9c0a1deb54d66ae577863900e3c1aa1dc145390 +SIZE (xpi/firefox-i18n-37.0/es-AR.xpi) = 447016 +SHA256 (xpi/firefox-i18n-37.0/es-CL.xpi) = b1d2b5e75d8119a27e4dea55ed0310f216517e8260d0128647ccf56b5be90c47 +SIZE (xpi/firefox-i18n-37.0/es-CL.xpi) = 380180 +SHA256 (xpi/firefox-i18n-37.0/es-ES.xpi) = abd186843636bcd797c886f56d2ce92f1603489ce8fc90925a919b1dec2b70e3 +SIZE (xpi/firefox-i18n-37.0/es-ES.xpi) = 369780 +SHA256 (xpi/firefox-i18n-37.0/es-MX.xpi) = 388464ef77d8e03266b5246da8669c1800eb8770bcfe2c674e85c3a49ece8952 +SIZE (xpi/firefox-i18n-37.0/es-MX.xpi) = 449798 +SHA256 (xpi/firefox-i18n-37.0/et.xpi) = f970e83917f508d33d4ee3a3b5cf767a1fe83f3dced96ae150370e40306c88f6 *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-branches@FreeBSD.ORG Wed Apr 1 13:01:32 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69699FF7; Wed, 1 Apr 2015 13:01:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39F67A9E; Wed, 1 Apr 2015 13:01:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t31D1Wp0069425; Wed, 1 Apr 2015 13:01:32 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t31D1WZE069424; Wed, 1 Apr 2015 13:01:32 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201504011301.t31D1WZE069424@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 1 Apr 2015 13:01:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r382910 - branches/2015Q2 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Apr 2015 13:01:32 -0000 Author: mat Date: Wed Apr 1 13:01:31 2015 New Revision: 382910 URL: https://svnweb.freebsd.org/changeset/ports/382910 QAT: https://qat.redports.org/buildarchive/r382910/ Log: Branch 2015Q2 Sponsored by: Absolight Added: branches/2015Q2/ - copied from r382908, head/ From owner-svn-ports-branches@FreeBSD.ORG Wed Apr 1 18:11:31 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 305E341D; Wed, 1 Apr 2015 18:11:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1109B367; Wed, 1 Apr 2015 18:11:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t31IBUcA019621; Wed, 1 Apr 2015 18:11:30 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t31IBUGL019619; Wed, 1 Apr 2015 18:11:30 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201504011811.t31IBUGL019619@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Wed, 1 Apr 2015 18:11:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r382934 - branches/2015Q2/net-mgmt/icinga2 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Apr 2015 18:11:31 -0000 Author: lme Date: Wed Apr 1 18:11:29 2015 New Revision: 382934 URL: https://svnweb.freebsd.org/changeset/ports/382934 Log: MFH: r382917 - Fix plist - Bump PORTREVISION PR: 198975 Submitted by: Chad Payne Approved by: portmgr (bapt) Modified: branches/2015Q2/net-mgmt/icinga2/Makefile branches/2015Q2/net-mgmt/icinga2/pkg-plist Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/net-mgmt/icinga2/Makefile ============================================================================== --- branches/2015Q2/net-mgmt/icinga2/Makefile Wed Apr 1 17:59:57 2015 (r382933) +++ branches/2015Q2/net-mgmt/icinga2/Makefile Wed Apr 1 18:11:29 2015 (r382934) @@ -2,6 +2,7 @@ PORTNAME= icinga2 DISTVERSION= 2.3.3 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://github.com/Icinga/${PORTNAME}/archive/v${DISTVERSION}.tar.gz?dummy=/ Modified: branches/2015Q2/net-mgmt/icinga2/pkg-plist ============================================================================== --- branches/2015Q2/net-mgmt/icinga2/pkg-plist Wed Apr 1 17:59:57 2015 (r382933) +++ branches/2015Q2/net-mgmt/icinga2/pkg-plist Wed Apr 1 18:11:29 2015 (r382934) @@ -19,7 +19,7 @@ etc/bash_completion.d/icinga2 @sample %%ETCDIR%%/features-available/graphite.conf.sample @sample %%ETCDIR%%/features-available/icingastatus.conf.sample %%MYSQL%%@sample(icinga,icinga,0640) %%ETCDIR%%/features-available/ido-mysql.conf.sample -@sample(icinga,icinga,0640) %%ETCDIR%%/features-available/ido-pgsql.conf.sample +%%PGSQL%%@sample(icinga,icinga,0640) %%ETCDIR%%/features-available/ido-pgsql.conf.sample @sample %%ETCDIR%%/features-available/livestatus.conf.sample @sample %%ETCDIR%%/features-available/mainlog.conf.sample @sample %%ETCDIR%%/features-available/notification.conf.sample @@ -84,11 +84,16 @@ sbin/icinga2 %%PORTDOCS%%%%DOCSDIR%%/markdown/7-icinga-template-library.md %%PORTDOCS%%%%DOCSDIR%%/markdown/8-cli-commands.md %%PORTDOCS%%%%DOCSDIR%%/markdown/9-monitoring-remote-systems.md -%%DATADIR%%-ido-pgsql/schema/pgsql.sql -%%DATADIR%%-ido-pgsql/schema/upgrade/2.0.2.sql -%%DATADIR%%-ido-pgsql/schema/upgrade/2.1.0.sql -%%DATADIR%%-ido-pgsql/schema/upgrade/2.2.0.sql -%%DATADIR%%-ido-pgsql/schema/upgrade/2.3.0.sql +%%MYSQL%%%%DATADIR%%-ido-mysql/schema/mysql.sql +%%MYSQL%%%%DATADIR%%-ido-mysql/schema/upgrade/2.0.2.sql +%%MYSQL%%%%DATADIR%%-ido-mysql/schema/upgrade/2.1.0.sql +%%MYSQL%%%%DATADIR%%-ido-mysql/schema/upgrade/2.2.0.sql +%%MYSQL%%%%DATADIR%%-ido-mysql/schema/upgrade/2.3.0.sql +%%PGSQL%%%%DATADIR%%-ido-pgsql/schema/pgsql.sql +%%PGSQL%%%%DATADIR%%-ido-pgsql/schema/upgrade/2.0.2.sql +%%PGSQL%%%%DATADIR%%-ido-pgsql/schema/upgrade/2.1.0.sql +%%PGSQL%%%%DATADIR%%-ido-pgsql/schema/upgrade/2.2.0.sql +%%PGSQL%%%%DATADIR%%-ido-pgsql/schema/upgrade/2.3.0.sql %%DATADIR%%/include/command-icinga.conf %%DATADIR%%/include/command-nscp-local.conf %%DATADIR%%/include/command-plugins-manubulon.conf From owner-svn-ports-branches@FreeBSD.ORG Wed Apr 1 21:17:53 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 15CF9A5E; Wed, 1 Apr 2015 21:17:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 00A7AB9B; Wed, 1 Apr 2015 21:17:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t31LHqAh009964; Wed, 1 Apr 2015 21:17:52 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t31LHq2N009963; Wed, 1 Apr 2015 21:17:52 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201504012117.t31LHq2N009963@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 1 Apr 2015 21:17:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r382957 - in branches/2015Q2/security/keychain: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Apr 2015 21:17:53 -0000 Author: bdrewery Date: Wed Apr 1 21:17:51 2015 New Revision: 382957 URL: https://svnweb.freebsd.org/changeset/ports/382957 Log: MFH: r382956 Fix support with GnuPG 2.1+ by not showing a warning when gpg-agent already running. Obtained from: https://github.com/funtoo/keychain Approved by: portmgr (implicit) Added: branches/2015Q2/security/keychain/files/ - copied from r382956, head/security/keychain/files/ Modified: branches/2015Q2/security/keychain/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/security/keychain/Makefile ============================================================================== --- branches/2015Q2/security/keychain/Makefile Wed Apr 1 21:17:16 2015 (r382956) +++ branches/2015Q2/security/keychain/Makefile Wed Apr 1 21:17:51 2015 (r382957) @@ -3,6 +3,7 @@ PORTNAME= keychain PORTVERSION= 2.7.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.funtoo.org/archive/keychain/ \ GENTOO/distfiles From owner-svn-ports-branches@FreeBSD.ORG Thu Apr 2 07:38:04 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 971428D8; Thu, 2 Apr 2015 07:38:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8209865D; Thu, 2 Apr 2015 07:38:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t327c4Eu006010; Thu, 2 Apr 2015 07:38:04 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t327c42L006009; Thu, 2 Apr 2015 07:38:04 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201504020738.t327c42L006009@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 2 Apr 2015 07:38:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r382989 - branches/2015Q2/sysutils/pcbsd-utils X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2015 07:38:04 -0000 Author: antoine Date: Thu Apr 2 07:38:03 2015 New Revision: 382989 URL: https://svnweb.freebsd.org/changeset/ports/382989 Log: MFH: r382988 Mark BROKEN: fails to stage, has both build dependencies and NO_BUILD=yes Reported by: pkg-fallout Modified: branches/2015Q2/sysutils/pcbsd-utils/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/sysutils/pcbsd-utils/Makefile ============================================================================== --- branches/2015Q2/sysutils/pcbsd-utils/Makefile Thu Apr 2 07:37:21 2015 (r382988) +++ branches/2015Q2/sysutils/pcbsd-utils/Makefile Thu Apr 2 07:38:03 2015 (r382989) @@ -12,6 +12,8 @@ COMMENT= PC-BSD Command-Line Utilities LICENSE= BSD +BROKEN= Fails to stage, has both build dependencies and NO_BUILD=yes + RUN_DEPENDS= sipcalc:${PORTSDIR}/net-mgmt/sipcalc \ eject:${PORTSDIR}/sysutils/eject \ unzip:${PORTSDIR}/archivers/unzip From owner-svn-ports-branches@FreeBSD.ORG Thu Apr 2 15:35:28 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 377EC55A; Thu, 2 Apr 2015 15:35:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21D776BC; Thu, 2 Apr 2015 15:35:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t32FZSwp031764; Thu, 2 Apr 2015 15:35:28 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t32FZRmo031763; Thu, 2 Apr 2015 15:35:27 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201504021535.t32FZRmo031763@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 2 Apr 2015 15:35:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r383012 - branches/2015Q2/net/mediatomb X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2015 15:35:28 -0000 Author: antoine Date: Thu Apr 2 15:35:27 2015 New Revision: 383012 URL: https://svnweb.freebsd.org/changeset/ports/383012 Log: MFH: r383011 Mark BROKEN: Fails to configure, does not use USERS/GROUPS Reported by: pkg-fallout Modified: branches/2015Q2/net/mediatomb/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/net/mediatomb/Makefile ============================================================================== --- branches/2015Q2/net/mediatomb/Makefile Thu Apr 2 15:33:08 2015 (r383011) +++ branches/2015Q2/net/mediatomb/Makefile Thu Apr 2 15:35:27 2015 (r383012) @@ -10,6 +10,8 @@ MASTER_SITES= SF/${PORTNAME}/MediaTomb/$ MAINTAINER= leo@mediatomb.cc COMMENT= UPnP AV MediaServer +BROKEN= Fails to configure, does not use USERS/GROUPS + LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 GNU_CONFIGURE= yes From owner-svn-ports-branches@FreeBSD.ORG Thu Apr 2 15:47:37 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9297CABD; Thu, 2 Apr 2015 15:47:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7CA2586E; Thu, 2 Apr 2015 15:47:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t32FlbDJ036973; Thu, 2 Apr 2015 15:47:37 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t32Flbvs036972; Thu, 2 Apr 2015 15:47:37 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201504021547.t32Flbvs036972@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 2 Apr 2015 15:47:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r383015 - branches/2015Q2/x11/avant-window-navigator X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2015 15:47:37 -0000 Author: antoine Date: Thu Apr 2 15:47:36 2015 New Revision: 383015 URL: https://svnweb.freebsd.org/changeset/ports/383015 Log: MFH: r383014 Mark BROKEN: fails to build /bin/sh ../libtool --mode=execute /usr/local/bin/dbus-binding-tool --prefix=awn_app --mode=glib-server --output=awn-app-glue.h awn-app-dbus.xml Unable to load "awn-app-dbus.xml": "org.awn-project.Awn.App" is not a valid D-Bus interface name Makefile:704: recipe for target 'awn-app-glue.h' failed gmake[2]: *** [awn-app-glue.h] Error 1 gmake[2]: Leaving directory '/wrkdirs/usr/ports/x11/avant-window-navigator/work/avant-window-navigator-0.3.2.1/src' Makefile:402: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory '/wrkdirs/usr/ports/x11/avant-window-navigator/work/avant-window-navigator-0.3.2.1' Makefile:313: recipe for target 'all' failed Reported by: pkg-fallout Modified: branches/2015Q2/x11/avant-window-navigator/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/x11/avant-window-navigator/Makefile ============================================================================== --- branches/2015Q2/x11/avant-window-navigator/Makefile Thu Apr 2 15:46:33 2015 (r383014) +++ branches/2015Q2/x11/avant-window-navigator/Makefile Thu Apr 2 15:47:36 2015 (r383015) @@ -14,6 +14,8 @@ COMMENT= Dock-like navigation bar LICENSE= GPLv2 # or later LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= Fails to build + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg LIB_DEPENDS= libwnck-1.so:${PORTSDIR}/x11-toolkits/libwnck \ From owner-svn-ports-branches@FreeBSD.ORG Thu Apr 2 17:05:31 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 62860CFD; Thu, 2 Apr 2015 17:05:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32B8E211; Thu, 2 Apr 2015 17:05:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t32H5VVE075139; Thu, 2 Apr 2015 17:05:31 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t32H5V3w075138; Thu, 2 Apr 2015 17:05:31 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201504021705.t32H5V3w075138@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 2 Apr 2015 17:05:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r383025 - branches/2015Q2/multimedia/handbrake X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2015 17:05:31 -0000 Author: antoine Date: Thu Apr 2 17:05:30 2015 New Revision: 383025 URL: https://svnweb.freebsd.org/changeset/ports/383025 Log: MFH: r383024 Mark BROKEN: fails to build gmake[1]: Leaving directory '/wrkdirs/usr/ports/multimedia/handbrake/work/HandBrake-0.10.1/build/contrib/fdkaac/fdk-aac-v0.1.1-6-gbae4553' touch contrib/fdkaac/.stamp.install set -e; cd ./contrib/ffmpeg/libav-v10.1/; ./configure --prefix=/wrkdirs/usr/ports/multimedia/handbrake/work/HandBrake-0.10.1/build/contrib/ --disable-shared --enable-static --enable-gpl --disable-doc --disable-bsfs --enable-bsf=aac_adtstoasc --disable-avconv --disable-avplay --disable-avprobe --disable-avdevice --disable-avfilter --disable-avserver --disable-muxers --disable-network --disable-hwaccels --disable-encoders --enable-encoder=aac --enable-encoder=ac3 --enable-encoder=flac --enable-encoder=mpeg2video --enable-encoder=mpeg4 --enable-libvpx --enable-encoder=libvpx_vp8 --disable-decoder=libvpx_vp8 --enable-zlib --enable-bzlib --cc="/usr/bin/cc" --extra-ldflags="-O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include -L/wrkdirs/usr/ports/multimedia/handbrake/work/HandBrake-0.10.1/build/contrib/lib" --enable-nonfree --enable-libfdk-aac --enable-encoder=libfdk_aac --enable-muxer=matroska --enable-muxer=webm --enable-muxer=mov --enable-muxer=mp4 --enable-muxer=psp --enable-muxer=ipod --enable-pthreads --disable-devices --disable-debug --extra-cflags="-O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include -I/wrkdirs/usr/ports/multimedia/handbrake/work/HandBrake-0.10.1/build/contrib/include -DNDEBUG" ERROR: libvpx encoder version must be >=0.9.6 If you think configure made a mistake, make sure you are using the latest version from Git. If the latest version fails, report the problem to the libav-tools@libav.org mailing list or IRC #libav on irc.freenode.net. Include the log file "config.log" produced by configure as this will help solving the problem. ../contrib/ffmpeg/module.rules:2: recipe for target 'contrib/ffmpeg/.stamp.configure' failed Reported by: pkg-fallout Modified: branches/2015Q2/multimedia/handbrake/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/multimedia/handbrake/Makefile ============================================================================== --- branches/2015Q2/multimedia/handbrake/Makefile Thu Apr 2 17:04:56 2015 (r383024) +++ branches/2015Q2/multimedia/handbrake/Makefile Thu Apr 2 17:05:30 2015 (r383025) @@ -29,6 +29,8 @@ COMMENT= Versatile DVD ripper and video LICENSE= GPLv2 +BROKEN= Fails to build + BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libfreetype.so:${PORTSDIR}/print/freetype2 \ From owner-svn-ports-branches@FreeBSD.ORG Fri Apr 3 20:53:29 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6E7BEC07; Fri, 3 Apr 2015 20:53:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 58CE7147; Fri, 3 Apr 2015 20:53:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t33KrTji082203; Fri, 3 Apr 2015 20:53:29 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t33KrS8C082200; Fri, 3 Apr 2015 20:53:28 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201504032053.t33KrS8C082200@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Fri, 3 Apr 2015 20:53:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r383177 - in branches/2015Q2/multimedia/libav: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Apr 2015 20:53:29 -0000 Author: riggs Date: Fri Apr 3 20:53:27 2015 New Revision: 383177 URL: https://svnweb.freebsd.org/changeset/ports/383177 Log: MFH: r383165 - Update to upstream version 11.3 - Fix security vulnerabilities in utvideodec and tiff decoders (CVE-2014-9604 and CVE-2014-8544) - Fix build with non-default CDIO option Approved by: ports-secteam (delphij) Added: branches/2015Q2/multimedia/libav/files/patch-libavcodec-libilbc.c - copied unchanged from r383165, head/multimedia/libav/files/patch-libavcodec-libilbc.c Modified: branches/2015Q2/multimedia/libav/Makefile branches/2015Q2/multimedia/libav/distinfo Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/multimedia/libav/Makefile ============================================================================== --- branches/2015Q2/multimedia/libav/Makefile Fri Apr 3 20:46:48 2015 (r383176) +++ branches/2015Q2/multimedia/libav/Makefile Fri Apr 3 20:53:27 2015 (r383177) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libav -PORTVERSION= 11.2 +PORTVERSION= 11.3 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://libav.org/releases/ @@ -55,7 +55,8 @@ AMR_WB_CONFIGURE_ENABLE= libopencore-amr BZIP2_CONFIGURE_ENABLE= bzlib -CDIO_LIB_DEPENDS= libcdio.so:${PORTSDIR}/sysutils/libcdio +CDIO_LIB_DEPENDS= libcdio.so:${PORTSDIR}/sysutils/libcdio \ + libcdio_paranoia.so:${PORTSDIR}/sysutils/libcdio-paranoia CDIO_CONFIGURE_ENABLE= libcdio # --enable-libdc1394 Modified: branches/2015Q2/multimedia/libav/distinfo ============================================================================== --- branches/2015Q2/multimedia/libav/distinfo Fri Apr 3 20:46:48 2015 (r383176) +++ branches/2015Q2/multimedia/libav/distinfo Fri Apr 3 20:53:27 2015 (r383177) @@ -1,2 +1,2 @@ -SHA256 (libav-11.2.tar.gz) = 1f1448e1245444a1fae2f077f6846fedb47dfb294bef797e6742c095a6b4d769 -SIZE (libav-11.2.tar.gz) = 6920866 +SHA256 (libav-11.3.tar.gz) = 5a6f6d5529d2074a5a9665bd3e048cbaefbfd88d57f0b59604baa0ce3602967e +SIZE (libav-11.3.tar.gz) = 6924007 Copied: branches/2015Q2/multimedia/libav/files/patch-libavcodec-libilbc.c (from r383165, head/multimedia/libav/files/patch-libavcodec-libilbc.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q2/multimedia/libav/files/patch-libavcodec-libilbc.c Fri Apr 3 20:53:27 2015 (r383177, copy of r383165, head/multimedia/libav/files/patch-libavcodec-libilbc.c) @@ -0,0 +1,30 @@ +--- libavcodec/libilbc.c.orig 2015-03-09 02:54:09.000000000 +0100 ++++ libavcodec/libilbc.c 2015-04-03 19:12:02.210836254 +0200 +@@ -20,6 +20,7 @@ + */ + + #include ++#include + + #include "libavutil/channel_layout.h" + #include "libavutil/common.h" +@@ -95,8 +96,8 @@ + return ret; + } + +- WebRtcIlbcfix_DecodeImpl((WebRtc_Word16*) frame->data[0], +- (const WebRtc_UWord16*) buf, &s->decoder, 1); ++ WebRtcIlbcfix_DecodeImpl((int16_t*) frame->data[0], ++ (const uint16_t*) buf, &s->decoder, 1); + + *got_frame_ptr = 1; + +@@ -168,7 +169,7 @@ + return ret; + } + +- WebRtcIlbcfix_EncodeImpl((WebRtc_UWord16*) avpkt->data, (const WebRtc_Word16*) frame->data[0], &s->encoder); ++ WebRtcIlbcfix_EncodeImpl((uint16_t*) avpkt->data, (const int16_t*) frame->data[0], &s->encoder); + + avpkt->size = s->encoder.no_of_bytes; + *got_packet_ptr = 1; From owner-svn-ports-branches@FreeBSD.ORG Sat Apr 4 12:42:29 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B2082E7E; Sat, 4 Apr 2015 12:42:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 939B036B; Sat, 4 Apr 2015 12:42:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t34CgTcH030136; Sat, 4 Apr 2015 12:42:29 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t34CgS3E030129; Sat, 4 Apr 2015 12:42:28 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201504041242.t34CgS3E030129@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 4 Apr 2015 12:42:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r383208 - in branches/2015Q2/devel: py-game_sdl2 renpy X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Apr 2015 12:42:29 -0000 Author: antoine Date: Sat Apr 4 12:42:27 2015 New Revision: 383208 URL: https://svnweb.freebsd.org/changeset/ports/383208 Log: MFH: r382950 Update distfile to re-rolled 6.99.1 (again) Given the version is now properly announced and also exists under /release/ directory I don't expect another re-roll. Changes: http://renpy.org/latest.html Pointy hat: jbeich Modified: branches/2015Q2/devel/py-game_sdl2/Makefile branches/2015Q2/devel/py-game_sdl2/distinfo branches/2015Q2/devel/renpy/Makefile branches/2015Q2/devel/renpy/distinfo Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/devel/py-game_sdl2/Makefile ============================================================================== --- branches/2015Q2/devel/py-game_sdl2/Makefile Sat Apr 4 12:40:02 2015 (r383207) +++ branches/2015Q2/devel/py-game_sdl2/Makefile Sat Apr 4 12:42:27 2015 (r383208) @@ -2,7 +2,7 @@ PORTNAME= game_sdl2 PORTVERSION= 6.99.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ \ GENTOO/distfiles Modified: branches/2015Q2/devel/py-game_sdl2/distinfo ============================================================================== --- branches/2015Q2/devel/py-game_sdl2/distinfo Sat Apr 4 12:40:02 2015 (r383207) +++ branches/2015Q2/devel/py-game_sdl2/distinfo Sat Apr 4 12:42:27 2015 (r383208) @@ -1,2 +1,2 @@ -SHA256 (pygame_sdl2-for-renpy-6.99.1.tar.bz2) = 38b0d094b1459f803ae2819fcafae002de6625affc613876b073de6e143c0010 -SIZE (pygame_sdl2-for-renpy-6.99.1.tar.bz2) = 94476 +SHA256 (pygame_sdl2-for-renpy-6.99.1.tar.bz2) = 141b34ed36516e0b931094e899538f28d11bedaecfc17c2d0ceb932eece09a65 +SIZE (pygame_sdl2-for-renpy-6.99.1.tar.bz2) = 94563 Modified: branches/2015Q2/devel/renpy/Makefile ============================================================================== --- branches/2015Q2/devel/renpy/Makefile Sat Apr 4 12:40:02 2015 (r383207) +++ branches/2015Q2/devel/renpy/Makefile Sat Apr 4 12:42:27 2015 (r383208) @@ -3,7 +3,7 @@ PORTNAME= renpy PORTVERSION= 6.99.1 DISTVERSIONSUFFIX=-source -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel games MASTER_SITES= http://www.renpy.org/dl/${PORTVERSION}/ \ GENTOO/distfiles Modified: branches/2015Q2/devel/renpy/distinfo ============================================================================== --- branches/2015Q2/devel/renpy/distinfo Sat Apr 4 12:40:02 2015 (r383207) +++ branches/2015Q2/devel/renpy/distinfo Sat Apr 4 12:42:27 2015 (r383208) @@ -1,2 +1,2 @@ -SHA256 (renpy-6.99.1-source.tar.bz2) = 8de3a491a82795e5aecbac21d8b0b4b06be8dc5e489378d0d4bf443902100e85 -SIZE (renpy-6.99.1-source.tar.bz2) = 23429463 +SHA256 (renpy-6.99.1-source.tar.bz2) = 8588dcdb292f01bf725038fa72a3e6b11cdb76239bd6d94cae37d0927fd1fd3f +SIZE (renpy-6.99.1-source.tar.bz2) = 23428590 From owner-svn-ports-branches@FreeBSD.ORG Sat Apr 4 18:03:49 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2464D0A; Sat, 4 Apr 2015 18:03:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A9C4C695; Sat, 4 Apr 2015 18:03:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t34I3nD2080461; Sat, 4 Apr 2015 18:03:49 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t34I3lK8080454; Sat, 4 Apr 2015 18:03:47 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201504041803.t34I3lK8080454@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 4 Apr 2015 18:03:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r383235 - in branches/2015Q2/www: firefox firefox-i18n linux-firefox X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Apr 2015 18:03:50 -0000 Author: jbeich Date: Sat Apr 4 18:03:46 2015 New Revision: 383235 URL: https://svnweb.freebsd.org/changeset/ports/383235 Log: MFH: r383186 - Update to Firefox 37.0.1 Changes: https://www.mozilla.org/firefox/37.0.1/releasenotes/ Security: https://vuxml.freebsd.org/freebsd/b8321d76-24e7-4b72-a01d-d12c4445d826.html Approved by: ports-secteam (delphij) Modified: branches/2015Q2/www/firefox-i18n/Makefile branches/2015Q2/www/firefox-i18n/distinfo branches/2015Q2/www/firefox/Makefile branches/2015Q2/www/firefox/distinfo branches/2015Q2/www/linux-firefox/Makefile branches/2015Q2/www/linux-firefox/distinfo Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/www/firefox-i18n/Makefile ============================================================================== --- branches/2015Q2/www/firefox-i18n/Makefile Sat Apr 4 17:42:24 2015 (r383234) +++ branches/2015Q2/www/firefox-i18n/Makefile Sat Apr 4 18:03:46 2015 (r383235) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 37.0 +PORTVERSION= 37.0.1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= Modified: branches/2015Q2/www/firefox-i18n/distinfo ============================================================================== --- branches/2015Q2/www/firefox-i18n/distinfo Sat Apr 4 17:42:24 2015 (r383234) +++ branches/2015Q2/www/firefox-i18n/distinfo Sat Apr 4 18:03:46 2015 (r383235) @@ -1,176 +1,176 @@ -SHA256 (xpi/firefox-i18n-37.0/ach.xpi) = 7397d95648c1fffc31c242ab609cc180a30fc75a2d0bb0f93fc3a9a3b8089471 -SIZE (xpi/firefox-i18n-37.0/ach.xpi) = 470357 -SHA256 (xpi/firefox-i18n-37.0/af.xpi) = 35b112560e4904cb128c7589d3439f612b9dbf4c6995fd648926d40612f6d7d0 -SIZE (xpi/firefox-i18n-37.0/af.xpi) = 476562 -SHA256 (xpi/firefox-i18n-37.0/an.xpi) = 156a50ddbe02a531462f7090c7aa13300135f1f789c5afb9a5b207b129c32fce -SIZE (xpi/firefox-i18n-37.0/an.xpi) = 454283 -SHA256 (xpi/firefox-i18n-37.0/ar.xpi) = 544110f186ead3bed3a905b2479ed4eeadfdaf01c72588be58893455dc8ce8cd -SIZE (xpi/firefox-i18n-37.0/ar.xpi) = 508941 -SHA256 (xpi/firefox-i18n-37.0/as.xpi) = 532e0ae1f5bfe2721b8ac2dbd7ddb21fcda32a6e9ded44d562bde44341141a32 -SIZE (xpi/firefox-i18n-37.0/as.xpi) = 499985 -SHA256 (xpi/firefox-i18n-37.0/ast.xpi) = c91ffdfb7e05110069b8fcc97b7f61d58af1fd3d5536ab4b88b1425a4175266a -SIZE (xpi/firefox-i18n-37.0/ast.xpi) = 384089 -SHA256 (xpi/firefox-i18n-37.0/az.xpi) = c6abb58b60a671851d3aa9da3ee1f85283bca8fb5e93e01879e0bc3dfe39251e -SIZE (xpi/firefox-i18n-37.0/az.xpi) = 482465 -SHA256 (xpi/firefox-i18n-37.0/be.xpi) = 354a53bdd5cd6e3200782b25491b1cf0e1987bea3a6bd1faf6b9eec0bf70f90b -SIZE (xpi/firefox-i18n-37.0/be.xpi) = 431982 -SHA256 (xpi/firefox-i18n-37.0/bg.xpi) = 73bb76044f37e9019efd89e69884677c6e88c4b85ba4c2a84bdb698d667988a6 -SIZE (xpi/firefox-i18n-37.0/bg.xpi) = 486713 -SHA256 (xpi/firefox-i18n-37.0/bn-BD.xpi) = 51a678d151ec3dd23aba59f034fd33dc523c423c73947a161be3e76824845a14 -SIZE (xpi/firefox-i18n-37.0/bn-BD.xpi) = 520237 -SHA256 (xpi/firefox-i18n-37.0/bn-IN.xpi) = 022ba972810af6a76c108aef4c0c4376ed28261900e536aaad1d8b94fdd4598c -SIZE (xpi/firefox-i18n-37.0/bn-IN.xpi) = 519971 -SHA256 (xpi/firefox-i18n-37.0/br.xpi) = 709441390c7658e734e9cb9a9282192f37cada66352ef1cdefbcc5cced66c563 -SIZE (xpi/firefox-i18n-37.0/br.xpi) = 435125 -SHA256 (xpi/firefox-i18n-37.0/bs.xpi) = d853b083c2d044479761703e3fc5736b4d0cbe86b0bb94ac99b11c7841a49e85 -SIZE (xpi/firefox-i18n-37.0/bs.xpi) = 476981 -SHA256 (xpi/firefox-i18n-37.0/ca.xpi) = 776c52986ca9e63e927d639975549b576db66458c28391b03130b4bb45e6ff0b -SIZE (xpi/firefox-i18n-37.0/ca.xpi) = 450917 -SHA256 (xpi/firefox-i18n-37.0/cs.xpi) = 14d228e61a7e93ca803f10474e6d5bf3e8308082d58a432c71d6d39fdfd5ce18 -SIZE (xpi/firefox-i18n-37.0/cs.xpi) = 439372 -SHA256 (xpi/firefox-i18n-37.0/cy.xpi) = 9aeca718c2da6c2331348ce16d1f4adce6ccbb0908ab65c7e52dbacac56f4861 -SIZE (xpi/firefox-i18n-37.0/cy.xpi) = 437310 -SHA256 (xpi/firefox-i18n-37.0/da.xpi) = c03afc1b42eb960eaee9d8fcf9ed7af8548d1d7d7d86c6fca4179c06ca7f86c1 -SIZE (xpi/firefox-i18n-37.0/da.xpi) = 443933 -SHA256 (xpi/firefox-i18n-37.0/de.xpi) = a93aaa608b5d8664ac89b3f8cf4467dc364875c5f06013c464ba906a576e7fb1 -SIZE (xpi/firefox-i18n-37.0/de.xpi) = 444259 -SHA256 (xpi/firefox-i18n-37.0/dsb.xpi) = 95303b6573b4e9a611cb6d1774321e974c4ffdbd5d21aa2020e8cfba95313908 -SIZE (xpi/firefox-i18n-37.0/dsb.xpi) = 463355 -SHA256 (xpi/firefox-i18n-37.0/el.xpi) = 78cbe9b4201e6e0ddf3afc3e74e72adcaaca01f9e5e4424f6727b2fe74bc304a -SIZE (xpi/firefox-i18n-37.0/el.xpi) = 490091 -SHA256 (xpi/firefox-i18n-37.0/en-GB.xpi) = a9499eff8d3d497dda34a002af3f2d044a74335617d4feec0a3623cded86ee32 -SIZE (xpi/firefox-i18n-37.0/en-GB.xpi) = 431297 -SHA256 (xpi/firefox-i18n-37.0/en-US.xpi) = ebf22e238d305b1a96bd653cfc31984d225d1606f0c728d71e5ef7f92fd57fb8 -SIZE (xpi/firefox-i18n-37.0/en-US.xpi) = 463095 -SHA256 (xpi/firefox-i18n-37.0/en-ZA.xpi) = f9875ddba8e26b7e29cfe0bf6ea0481d5bfdfb300e665fb7f18d078cef7998f1 -SIZE (xpi/firefox-i18n-37.0/en-ZA.xpi) = 431152 -SHA256 (xpi/firefox-i18n-37.0/eo.xpi) = cd8fa163af53456ab1553a33d65e3f81831ea34f84203f44d18f43222708fbd2 -SIZE (xpi/firefox-i18n-37.0/eo.xpi) = 478447 -SHA256 (xpi/firefox-i18n-37.0/es-AR.xpi) = 33a283e84c426287cdd19685f9c0a1deb54d66ae577863900e3c1aa1dc145390 -SIZE (xpi/firefox-i18n-37.0/es-AR.xpi) = 447016 -SHA256 (xpi/firefox-i18n-37.0/es-CL.xpi) = b1d2b5e75d8119a27e4dea55ed0310f216517e8260d0128647ccf56b5be90c47 -SIZE (xpi/firefox-i18n-37.0/es-CL.xpi) = 380180 -SHA256 (xpi/firefox-i18n-37.0/es-ES.xpi) = abd186843636bcd797c886f56d2ce92f1603489ce8fc90925a919b1dec2b70e3 -SIZE (xpi/firefox-i18n-37.0/es-ES.xpi) = 369780 -SHA256 (xpi/firefox-i18n-37.0/es-MX.xpi) = 388464ef77d8e03266b5246da8669c1800eb8770bcfe2c674e85c3a49ece8952 -SIZE (xpi/firefox-i18n-37.0/es-MX.xpi) = 449798 -SHA256 (xpi/firefox-i18n-37.0/et.xpi) = f970e83917f508d33d4ee3a3b5cf767a1fe83f3dced96ae150370e40306c88f6 -SIZE (xpi/firefox-i18n-37.0/et.xpi) = 436249 -SHA256 (xpi/firefox-i18n-37.0/eu.xpi) = 8220318bc2b7edb0c1672f8aa40812acb0c6001673f63f1e910e91c77cdcc053 -SIZE (xpi/firefox-i18n-37.0/eu.xpi) = 459487 -SHA256 (xpi/firefox-i18n-37.0/fa.xpi) = eff2e130db6d08155897a063016ea1d9da3cb9170c5bcc4569749d2d7a1978fe -SIZE (xpi/firefox-i18n-37.0/fa.xpi) = 505515 -SHA256 (xpi/firefox-i18n-37.0/ff.xpi) = 31aa9f804722037045821841f73adffb6c76c2dd5c17d349266c7e8fb1868077 -SIZE (xpi/firefox-i18n-37.0/ff.xpi) = 446882 -SHA256 (xpi/firefox-i18n-37.0/fi.xpi) = f6f5f75a648ef8d1acd912aa97c1e1d1c61e2a60e8a4bf3e86d0e720be068bfc -SIZE (xpi/firefox-i18n-37.0/fi.xpi) = 438061 -SHA256 (xpi/firefox-i18n-37.0/fr.xpi) = bdcc9b67f1dfd1cd9c2edbab7a983579e1a01f3afa44f9023e70359519f6eb6a -SIZE (xpi/firefox-i18n-37.0/fr.xpi) = 453984 -SHA256 (xpi/firefox-i18n-37.0/fy-NL.xpi) = 42fd6f90cfc6a2fdc4ff211753d2cfbdd0be91416e87b6ff05f25195a15f17e7 -SIZE (xpi/firefox-i18n-37.0/fy-NL.xpi) = 448477 -SHA256 (xpi/firefox-i18n-37.0/ga-IE.xpi) = 42a7bae3a13b8407d05fa78e7f059a9ffd13cc6275b33b667a6f18a3dab558e7 -SIZE (xpi/firefox-i18n-37.0/ga-IE.xpi) = 458669 -SHA256 (xpi/firefox-i18n-37.0/gd.xpi) = 0dc3df87f0ce30cf26e9d7667aac5dfce65b028482a347c40140177c0f7dd8ef -SIZE (xpi/firefox-i18n-37.0/gd.xpi) = 447475 -SHA256 (xpi/firefox-i18n-37.0/gl.xpi) = cc15f4a26578c50fcf32efd2f115c1b81b907b6461b26f6bdcc6322a7572697d -SIZE (xpi/firefox-i18n-37.0/gl.xpi) = 439064 -SHA256 (xpi/firefox-i18n-37.0/gu-IN.xpi) = bcf4469b9d49744e7324ad9be8828df028f94786256bd4dcbade89f559a22091 -SIZE (xpi/firefox-i18n-37.0/gu-IN.xpi) = 468925 -SHA256 (xpi/firefox-i18n-37.0/he.xpi) = 51bfc129f8e16e2b51d9f395f7ba30287886318596f14faf4e624fd8ef82ac01 -SIZE (xpi/firefox-i18n-37.0/he.xpi) = 478216 -SHA256 (xpi/firefox-i18n-37.0/hi-IN.xpi) = 4fa3fac939bcc86eaf0f7d4508864a9517cf94ec8dc07cd607c99e29234c0b9c -SIZE (xpi/firefox-i18n-37.0/hi-IN.xpi) = 498977 -SHA256 (xpi/firefox-i18n-37.0/hr.xpi) = 0b4481fcc98cf1ce155d57ffd9f26ece97bc32618146723c6fe1348e3a205084 -SIZE (xpi/firefox-i18n-37.0/hr.xpi) = 471178 -SHA256 (xpi/firefox-i18n-37.0/hsb.xpi) = 1a344820de02d9a145c559b34202cfc696d37756790eace02359e9fc79f2627e -SIZE (xpi/firefox-i18n-37.0/hsb.xpi) = 461251 -SHA256 (xpi/firefox-i18n-37.0/hu.xpi) = bb6824b1de486456f591468660f18dd87d4ceb53b8222e819d2c3726d1d77bfb -SIZE (xpi/firefox-i18n-37.0/hu.xpi) = 446230 -SHA256 (xpi/firefox-i18n-37.0/hy-AM.xpi) = 97a62aa885bd66c7a9854858ce91cb526e37dc67ea756f4470ce3b61a099c1f3 -SIZE (xpi/firefox-i18n-37.0/hy-AM.xpi) = 527191 -SHA256 (xpi/firefox-i18n-37.0/id.xpi) = 47745ddd5c0c4a14cf3c46684a8930f0cb0108fef8f1e28d0beb96e8234cbbd3 -SIZE (xpi/firefox-i18n-37.0/id.xpi) = 424540 -SHA256 (xpi/firefox-i18n-37.0/is.xpi) = 0800ae4ba9b8fcaae752702f22f9dadd01bcd4271798b41aa75723fb6468a7a6 -SIZE (xpi/firefox-i18n-37.0/is.xpi) = 478134 -SHA256 (xpi/firefox-i18n-37.0/it.xpi) = 292f30923427a6d7b6cef2faa7f96388d90d3ef79a9c3c5f3acaae18bf56a8e9 -SIZE (xpi/firefox-i18n-37.0/it.xpi) = 364080 -SHA256 (xpi/firefox-i18n-37.0/ja.xpi) = 5d975fc7da400191cf458a1724cca3dcf82de15fb4ad54bb8f9ab5de793bf288 -SIZE (xpi/firefox-i18n-37.0/ja.xpi) = 470682 -SHA256 (xpi/firefox-i18n-37.0/kk.xpi) = 5b707711f17e1d3ff141d6ab5936bcc2af8772aa7e54fcfd81485486511ec538 -SIZE (xpi/firefox-i18n-37.0/kk.xpi) = 495567 -SHA256 (xpi/firefox-i18n-37.0/km.xpi) = 40e884266db629582332da2312d5b52d0c0e35122bf28a7fe8297630db347302 -SIZE (xpi/firefox-i18n-37.0/km.xpi) = 558104 -SHA256 (xpi/firefox-i18n-37.0/kn.xpi) = 6b427b7c1ae3b6ec3c54d86329a5ba2c624bd644829cc0fe125c02b3ff3fd6b1 -SIZE (xpi/firefox-i18n-37.0/kn.xpi) = 525618 -SHA256 (xpi/firefox-i18n-37.0/ko.xpi) = 8164bc05b4199d49b695fd519c60cf65e0949fde6855ba7bbfc02ce382e1947d -SIZE (xpi/firefox-i18n-37.0/ko.xpi) = 453333 -SHA256 (xpi/firefox-i18n-37.0/lij.xpi) = 4f29a314a8f2c3f467938adf757281badb1d548ba74f8d0f6a140dd8b31474ba -SIZE (xpi/firefox-i18n-37.0/lij.xpi) = 435606 -SHA256 (xpi/firefox-i18n-37.0/lt.xpi) = 095c38463811c64623b2c92b6790bd3a3b71c0af0be786511d8804d9fe3c4905 -SIZE (xpi/firefox-i18n-37.0/lt.xpi) = 478855 -SHA256 (xpi/firefox-i18n-37.0/lv.xpi) = 5ac75b155c0ec75ba27304aeffb5b9a6ca2eedf3f067286fbf1db00880e404fc -SIZE (xpi/firefox-i18n-37.0/lv.xpi) = 460098 -SHA256 (xpi/firefox-i18n-37.0/mai.xpi) = 504b4895e033ceeaacd88ec7fecc283d0bfc677b32e2963ae078599750960c55 -SIZE (xpi/firefox-i18n-37.0/mai.xpi) = 490292 -SHA256 (xpi/firefox-i18n-37.0/mk.xpi) = 6abd23c2dbb615ac3935ec6818afff79f090e857256d30ead248a283925789d6 -SIZE (xpi/firefox-i18n-37.0/mk.xpi) = 521046 -SHA256 (xpi/firefox-i18n-37.0/ml.xpi) = d8f0451d4dd5562fc919ee853c39e0bc08628ec17b3da71e18c22efcd2c00c91 -SIZE (xpi/firefox-i18n-37.0/ml.xpi) = 520101 -SHA256 (xpi/firefox-i18n-37.0/mr.xpi) = 1d40b5ffac3e78ba7b45a6a8a3d880ba1d793d0f14726421f21fc919b9eef075 -SIZE (xpi/firefox-i18n-37.0/mr.xpi) = 500823 -SHA256 (xpi/firefox-i18n-37.0/ms.xpi) = 076aad960e8a6f31029b8b3e79aa2c04f12526d3a6aa5596b5a42e6d88d3bf8f -SIZE (xpi/firefox-i18n-37.0/ms.xpi) = 483812 -SHA256 (xpi/firefox-i18n-37.0/nb-NO.xpi) = 13825f4c6eb65675f12a8b4403d9253d416376126702ef9a6116320e6dbe3e5f -SIZE (xpi/firefox-i18n-37.0/nb-NO.xpi) = 437177 -SHA256 (xpi/firefox-i18n-37.0/nl.xpi) = 3e0c12edef1439e838f79a589fcee4e5e09389f7ac0aca6514aed273568c8b2a -SIZE (xpi/firefox-i18n-37.0/nl.xpi) = 437046 -SHA256 (xpi/firefox-i18n-37.0/nn-NO.xpi) = 7238249a7a689de7d6b98106a6b6872392dee436763dd32ac06cc8e4414d8886 -SIZE (xpi/firefox-i18n-37.0/nn-NO.xpi) = 431560 -SHA256 (xpi/firefox-i18n-37.0/or.xpi) = 23a33bd6a3dee918e7619da4a7c347684456e19d1a448c7cce34acebf70fb88b -SIZE (xpi/firefox-i18n-37.0/or.xpi) = 517634 -SHA256 (xpi/firefox-i18n-37.0/pa-IN.xpi) = e8b1872891c2b31be75747bbf7e76ae341af38faf5ee76c1e7deae04b29fc387 -SIZE (xpi/firefox-i18n-37.0/pa-IN.xpi) = 487553 -SHA256 (xpi/firefox-i18n-37.0/pl.xpi) = e70ecfdce8e42287a82be358fa663cb1af9d068f4fae66b759dede8258498a2c -SIZE (xpi/firefox-i18n-37.0/pl.xpi) = 404494 -SHA256 (xpi/firefox-i18n-37.0/pt-BR.xpi) = 41cd8f505cd210e153b55d5178e28f004aa4b8a1c2cd81cbf0a50d1f55f60c31 -SIZE (xpi/firefox-i18n-37.0/pt-BR.xpi) = 453349 -SHA256 (xpi/firefox-i18n-37.0/pt-PT.xpi) = 38699f1c82ba034032576cdd3534c57bb1eb8f1c0ca51f174b268913c397edf1 -SIZE (xpi/firefox-i18n-37.0/pt-PT.xpi) = 433015 -SHA256 (xpi/firefox-i18n-37.0/rm.xpi) = 95b4c2829f02816d570a0b681d2ca7bcaf19665625917befa23c455f2a9cc37f -SIZE (xpi/firefox-i18n-37.0/rm.xpi) = 439787 -SHA256 (xpi/firefox-i18n-37.0/ro.xpi) = 543c13fe6d23166bd3963dbef6ca6405e2d2f1f2149fc9115fd5c93b19ad3d3e -SIZE (xpi/firefox-i18n-37.0/ro.xpi) = 487620 -SHA256 (xpi/firefox-i18n-37.0/ru.xpi) = c175d98b0799705f652108df9e9dc03e01984c345bc1a5f87c915e940e1e0a27 -SIZE (xpi/firefox-i18n-37.0/ru.xpi) = 409377 -SHA256 (xpi/firefox-i18n-37.0/si.xpi) = 93fee756f161b00163661af1acf059f7dd06743e53d76fd9b1b03b83236a28a2 -SIZE (xpi/firefox-i18n-37.0/si.xpi) = 520321 -SHA256 (xpi/firefox-i18n-37.0/sk.xpi) = 88878f7ef8a5597483e3a7f8d282d81b96b7d3688b91f0463b2496d4169a0c8e -SIZE (xpi/firefox-i18n-37.0/sk.xpi) = 462173 -SHA256 (xpi/firefox-i18n-37.0/sl.xpi) = d1c5aca646deb552e147c7534a667f7afee421a8a82b30d592917fa64cdc2a04 -SIZE (xpi/firefox-i18n-37.0/sl.xpi) = 434637 -SHA256 (xpi/firefox-i18n-37.0/son.xpi) = 8dbfc95322a6513d9e5a393761c94edf37251dbfdcdfd0a0b38de5ae22ccdb8b -SIZE (xpi/firefox-i18n-37.0/son.xpi) = 442054 -SHA256 (xpi/firefox-i18n-37.0/sq.xpi) = 184ffdcc7a9113d93867825b7d181d2dd9976d3c92f929f1d8851bfdc2d8545b -SIZE (xpi/firefox-i18n-37.0/sq.xpi) = 478874 -SHA256 (xpi/firefox-i18n-37.0/sr.xpi) = e18c57ef2beffa671b97bf8685ac0379fd833a6616a8e82586b4027bfa0bc16e -SIZE (xpi/firefox-i18n-37.0/sr.xpi) = 472190 -SHA256 (xpi/firefox-i18n-37.0/sv-SE.xpi) = 62c3b5dd83f2c48630160fcca013039c90e75984e42014f5c0aa8ba0c731e782 -SIZE (xpi/firefox-i18n-37.0/sv-SE.xpi) = 445514 -SHA256 (xpi/firefox-i18n-37.0/ta.xpi) = cdaef662d167864c42a70afd49890ee840eb0080fcea9e985b0704cbe77714c4 -SIZE (xpi/firefox-i18n-37.0/ta.xpi) = 499304 -SHA256 (xpi/firefox-i18n-37.0/te.xpi) = cbcf7b48ef34dc405d178c32b6c6423b0103f00db408c83471ccf04a809d48ca -SIZE (xpi/firefox-i18n-37.0/te.xpi) = 517657 -SHA256 (xpi/firefox-i18n-37.0/th.xpi) = c8f7f646802ea7d3b1cc393663a393f68c8cca360e3dcf1fa69180a1b2e8d58e -SIZE (xpi/firefox-i18n-37.0/th.xpi) = 527245 -SHA256 (xpi/firefox-i18n-37.0/tr.xpi) = 2cf66b9f60f0565ae196fb30230ece77fb3300e90ce315f8846fb7a7fdd568c2 -SIZE (xpi/firefox-i18n-37.0/tr.xpi) = 473883 -SHA256 (xpi/firefox-i18n-37.0/uk.xpi) = 350857ce0abc5ea340622c151a2938f256bde5a9ed4cd71cbc469fff2b16dbd0 -SIZE (xpi/firefox-i18n-37.0/uk.xpi) = 482540 -SHA256 (xpi/firefox-i18n-37.0/vi.xpi) = b74eaae46bce0a6b6fe3c2a1e7ee6fe36a44632f4b2c6860567e928c98b3edee -SIZE (xpi/firefox-i18n-37.0/vi.xpi) = 459107 -SHA256 (xpi/firefox-i18n-37.0/xh.xpi) = 903dbad2cca1d3951e11d3e3fa5c87424affbed0979b84da9c5ab1f59a8bab4f -SIZE (xpi/firefox-i18n-37.0/xh.xpi) = 440994 -SHA256 (xpi/firefox-i18n-37.0/zh-CN.xpi) = 0d2badd0938d208de8427d113f77dce95076314e0907424410c026150a0ce148 -SIZE (xpi/firefox-i18n-37.0/zh-CN.xpi) = 480864 -SHA256 (xpi/firefox-i18n-37.0/zh-TW.xpi) = a9036d57998756575b269deca177c3649df50a4d13a245c6ddca04fe4a7933ec -SIZE (xpi/firefox-i18n-37.0/zh-TW.xpi) = 460363 +SHA256 (xpi/firefox-i18n-37.0.1/ach.xpi) = a005e89426919f3b2d1bef20424dd5aaec2477f3c93c53822f9c50d9fd1a9c5b +SIZE (xpi/firefox-i18n-37.0.1/ach.xpi) = 470358 +SHA256 (xpi/firefox-i18n-37.0.1/af.xpi) = 04b3a632806568b098d4b76cf12a11759caf4dddce9c1769aa59efe05328f2c9 +SIZE (xpi/firefox-i18n-37.0.1/af.xpi) = 476563 +SHA256 (xpi/firefox-i18n-37.0.1/an.xpi) = 1fe4b9244075346bfd93d8a9dc2caf59d7aa22883ef0bc132e0d90eda9011ba8 +SIZE (xpi/firefox-i18n-37.0.1/an.xpi) = 454285 +SHA256 (xpi/firefox-i18n-37.0.1/ar.xpi) = 2058ebc47e7bdc36cf0e1d629f52fc5e69bd77ed59be281391ff719ea6b6f7bc +SIZE (xpi/firefox-i18n-37.0.1/ar.xpi) = 508942 +SHA256 (xpi/firefox-i18n-37.0.1/as.xpi) = a8aa165f3ae90e34199c250ab0671d3e953e7f4b7104c6658bacd22fd9f1b453 +SIZE (xpi/firefox-i18n-37.0.1/as.xpi) = 499986 +SHA256 (xpi/firefox-i18n-37.0.1/ast.xpi) = d5c892286bdde5357bf10154b7db1dac0b7d4ffc37eb8ccea0eb3991ab6c6257 +SIZE (xpi/firefox-i18n-37.0.1/ast.xpi) = 384090 +SHA256 (xpi/firefox-i18n-37.0.1/az.xpi) = b1fdf3aa8545958340167d8d26d0672cc6faa84eaf0d9546c89b63a0ed282386 +SIZE (xpi/firefox-i18n-37.0.1/az.xpi) = 482467 +SHA256 (xpi/firefox-i18n-37.0.1/be.xpi) = 05bcdba7490d80e96843c591319b40966a226321bfac9b270577f24c9848d8b3 +SIZE (xpi/firefox-i18n-37.0.1/be.xpi) = 431983 +SHA256 (xpi/firefox-i18n-37.0.1/bg.xpi) = 14ab7abe9e2b50fd96fc13abba308ae861d157f5d8fdfcc2de306c6595886b45 +SIZE (xpi/firefox-i18n-37.0.1/bg.xpi) = 486715 +SHA256 (xpi/firefox-i18n-37.0.1/bn-BD.xpi) = 2dcf33f611b0d6609afe1a7534175044fed0b67dd2010164b04745f626a4adde +SIZE (xpi/firefox-i18n-37.0.1/bn-BD.xpi) = 520238 +SHA256 (xpi/firefox-i18n-37.0.1/bn-IN.xpi) = 11cf7460453f12f6639222b725a825043a1ba06f93ff43560d59cce5b00c85f8 +SIZE (xpi/firefox-i18n-37.0.1/bn-IN.xpi) = 519973 +SHA256 (xpi/firefox-i18n-37.0.1/br.xpi) = 50ebb43386c08a78dcf2b76d7d55330d659c2623035779676b24212161ff7c62 +SIZE (xpi/firefox-i18n-37.0.1/br.xpi) = 435127 +SHA256 (xpi/firefox-i18n-37.0.1/bs.xpi) = 5c896421424a848d70a0ffeacfe22f807f2ef239c808be91a0dc759995ba605d +SIZE (xpi/firefox-i18n-37.0.1/bs.xpi) = 476982 +SHA256 (xpi/firefox-i18n-37.0.1/ca.xpi) = d8ff98feba0e7dcbf31b836a47ca695e4b6902dd2583ec5024df1753d32e4928 +SIZE (xpi/firefox-i18n-37.0.1/ca.xpi) = 450919 +SHA256 (xpi/firefox-i18n-37.0.1/cs.xpi) = 0476e95fcf12c1991a24f303445bd9fde687612e376e4ae6ee61c88c4bcb1e54 +SIZE (xpi/firefox-i18n-37.0.1/cs.xpi) = 439373 +SHA256 (xpi/firefox-i18n-37.0.1/cy.xpi) = 4852c9801d376309eca2abb6e32022f406f4a10acc93c05bffd8dda3786ffcca +SIZE (xpi/firefox-i18n-37.0.1/cy.xpi) = 437312 +SHA256 (xpi/firefox-i18n-37.0.1/da.xpi) = 7d0f8636ebea342f3d9cf4bc89f7389219d915c84b5778cc89bdeca0ac1d4150 +SIZE (xpi/firefox-i18n-37.0.1/da.xpi) = 443934 +SHA256 (xpi/firefox-i18n-37.0.1/de.xpi) = 48506f5cedbf4242f74d03b41762690e84c877b3d5f10396efa17b048733ff96 +SIZE (xpi/firefox-i18n-37.0.1/de.xpi) = 444260 +SHA256 (xpi/firefox-i18n-37.0.1/dsb.xpi) = a81cddad591aaa43d4dc4872419e3a91c6ae591ab3269514368652987d5357ae +SIZE (xpi/firefox-i18n-37.0.1/dsb.xpi) = 463356 +SHA256 (xpi/firefox-i18n-37.0.1/el.xpi) = 1a598cd6ca17033270d777318455ee7e0eec7a964af5c07b3ffb36959c8adb4b +SIZE (xpi/firefox-i18n-37.0.1/el.xpi) = 490092 +SHA256 (xpi/firefox-i18n-37.0.1/en-GB.xpi) = e61862b6adcfd46f521c5921c2bb18d9466ffe4e6132b9cd32c3395c7f078ba2 +SIZE (xpi/firefox-i18n-37.0.1/en-GB.xpi) = 431299 +SHA256 (xpi/firefox-i18n-37.0.1/en-US.xpi) = 611598ef996c5b2f39cbbdc7598d8db83233e1e7dae16c585f7173fbd4ba9417 +SIZE (xpi/firefox-i18n-37.0.1/en-US.xpi) = 463096 +SHA256 (xpi/firefox-i18n-37.0.1/en-ZA.xpi) = ee953283a4446f8df0735b9f010049872e6623e358f6bed88ee04b30151cfc07 +SIZE (xpi/firefox-i18n-37.0.1/en-ZA.xpi) = 431152 +SHA256 (xpi/firefox-i18n-37.0.1/eo.xpi) = d4ed45cc54fa7880c6f3086a1c260e26699524a39c1f1a70881da924e474f8a6 +SIZE (xpi/firefox-i18n-37.0.1/eo.xpi) = 478448 +SHA256 (xpi/firefox-i18n-37.0.1/es-AR.xpi) = ec7e303ca31a970eed3ed1fbab465f31ebe0df319a94d8d238ae8eb1b2691762 +SIZE (xpi/firefox-i18n-37.0.1/es-AR.xpi) = 447018 +SHA256 (xpi/firefox-i18n-37.0.1/es-CL.xpi) = 11bbd990e9d12ded0ae76a1d4c116e1280e146503609a295cd0a7b430abf6639 +SIZE (xpi/firefox-i18n-37.0.1/es-CL.xpi) = 380181 +SHA256 (xpi/firefox-i18n-37.0.1/es-ES.xpi) = 95b81c06bde0ba38e74b5a2379b12c2de1e822044e1560d78c274514352fb159 +SIZE (xpi/firefox-i18n-37.0.1/es-ES.xpi) = 369782 +SHA256 (xpi/firefox-i18n-37.0.1/es-MX.xpi) = 451ecdad6cf72b340ce80bd22dd7ba2843ee2a73fa77ffe0250dd458e1990520 +SIZE (xpi/firefox-i18n-37.0.1/es-MX.xpi) = 449799 +SHA256 (xpi/firefox-i18n-37.0.1/et.xpi) = 5f017bcde67591108985b7f0ab66f9ec44062418f905a7ac9904312369ec5901 +SIZE (xpi/firefox-i18n-37.0.1/et.xpi) = 436251 +SHA256 (xpi/firefox-i18n-37.0.1/eu.xpi) = 4d6b37822e0e753eef40231ff9ed47d75886a0d9c4b27f0424726d6aab616941 +SIZE (xpi/firefox-i18n-37.0.1/eu.xpi) = 459489 +SHA256 (xpi/firefox-i18n-37.0.1/fa.xpi) = de6a97f7d93ac5e9f0384dd4bd92a15f64c93309f5ca72d5ef7b2918c63285cd +SIZE (xpi/firefox-i18n-37.0.1/fa.xpi) = 505517 +SHA256 (xpi/firefox-i18n-37.0.1/ff.xpi) = 428e83e4fc947ddbc8e9066f1c766d38e40b4cee043f4c89bb09c2801a922341 +SIZE (xpi/firefox-i18n-37.0.1/ff.xpi) = 446883 +SHA256 (xpi/firefox-i18n-37.0.1/fi.xpi) = 0abc8206d44ed2b5d4de819d66c59c9aea90b53988915602f3c2d676a9657f3d +SIZE (xpi/firefox-i18n-37.0.1/fi.xpi) = 438063 +SHA256 (xpi/firefox-i18n-37.0.1/fr.xpi) = 9aba98a4503f2c74a5f2a935a8f5965dc6e4303e9d6753d0e32bc2cfcd146033 +SIZE (xpi/firefox-i18n-37.0.1/fr.xpi) = 453985 +SHA256 (xpi/firefox-i18n-37.0.1/fy-NL.xpi) = c12a324cb6245ee27fbc0711d99be0bf32c5ee947ec0fcd5302fbabf22329979 +SIZE (xpi/firefox-i18n-37.0.1/fy-NL.xpi) = 448481 +SHA256 (xpi/firefox-i18n-37.0.1/ga-IE.xpi) = a884b9ad92da02b98fc157bfb3efe7ff9aed908df7b521928d9a9cc1683e9e2b +SIZE (xpi/firefox-i18n-37.0.1/ga-IE.xpi) = 458671 +SHA256 (xpi/firefox-i18n-37.0.1/gd.xpi) = a9e69741ae00ffd64c3fc11a17f312ea06e895ef1554be5077620a1e4a9841d9 +SIZE (xpi/firefox-i18n-37.0.1/gd.xpi) = 447476 +SHA256 (xpi/firefox-i18n-37.0.1/gl.xpi) = 1ccb97a2b43a10c3819db02c2ca67ca4265b5b96c8068f2dffcc1e4b0d596709 +SIZE (xpi/firefox-i18n-37.0.1/gl.xpi) = 439065 +SHA256 (xpi/firefox-i18n-37.0.1/gu-IN.xpi) = 97ae4d0c70e1eec13a8920f8d33a1dddd34bc90294a0d043417c361803ad25fd +SIZE (xpi/firefox-i18n-37.0.1/gu-IN.xpi) = 468930 +SHA256 (xpi/firefox-i18n-37.0.1/he.xpi) = 1953371e2ac06d386ccdfdff63cb6cb9dad33c4a4608dee484a97a9bb24b9a9c +SIZE (xpi/firefox-i18n-37.0.1/he.xpi) = 478219 +SHA256 (xpi/firefox-i18n-37.0.1/hi-IN.xpi) = 3692c78477e24f89c89cba61e6a5566f6da9c973743d753886e68f605d960a76 +SIZE (xpi/firefox-i18n-37.0.1/hi-IN.xpi) = 498979 +SHA256 (xpi/firefox-i18n-37.0.1/hr.xpi) = 3c6842936de1eb35e7d3c2272872960c322d8613c8900d9b14d120d65ce1cd39 +SIZE (xpi/firefox-i18n-37.0.1/hr.xpi) = 471180 +SHA256 (xpi/firefox-i18n-37.0.1/hsb.xpi) = fbf40c4f900b94c94e7d5670fcc90f05986ff9ac63f12d2c5edb33417f1b8746 +SIZE (xpi/firefox-i18n-37.0.1/hsb.xpi) = 461256 +SHA256 (xpi/firefox-i18n-37.0.1/hu.xpi) = 4e757dcfb5c2a73b66bedb6f177021707eccd355e06175ed8021591b379c2f01 +SIZE (xpi/firefox-i18n-37.0.1/hu.xpi) = 446230 +SHA256 (xpi/firefox-i18n-37.0.1/hy-AM.xpi) = d4f87a38fd66b3ea8e16d3700fd16cc5bf1789979aa6d2fd7c22de9a28c036b2 +SIZE (xpi/firefox-i18n-37.0.1/hy-AM.xpi) = 527193 +SHA256 (xpi/firefox-i18n-37.0.1/id.xpi) = 2b570a4f54d3ca2c2dbe460b4b9d77aa68d3ec4912de2fb1119134dad291ce50 +SIZE (xpi/firefox-i18n-37.0.1/id.xpi) = 424542 +SHA256 (xpi/firefox-i18n-37.0.1/is.xpi) = 1ab0d5062982534dbc30dc08d73ff778be4c9f9c472efe3536075e8ebe1ad260 +SIZE (xpi/firefox-i18n-37.0.1/is.xpi) = 478140 +SHA256 (xpi/firefox-i18n-37.0.1/it.xpi) = 79aa70f3d99ac2171857f3e05ad30c9d5e5fff2bf6366c649cbc39a0ecec84c6 +SIZE (xpi/firefox-i18n-37.0.1/it.xpi) = 364081 +SHA256 (xpi/firefox-i18n-37.0.1/ja.xpi) = 1b9abe098d38adb672483d6b721b27b90e1b99ca921e2c79bfdda47ba7e39ebe +SIZE (xpi/firefox-i18n-37.0.1/ja.xpi) = 470683 +SHA256 (xpi/firefox-i18n-37.0.1/kk.xpi) = 1ddc2ade757903b53b4772755bbb43fc2dbcdf591447c336a137007d6235cf6d +SIZE (xpi/firefox-i18n-37.0.1/kk.xpi) = 495569 +SHA256 (xpi/firefox-i18n-37.0.1/km.xpi) = df0b7c9a26f5ea42230bcec1bd9d0575212cf936a6c64c25e17e816a23f73590 +SIZE (xpi/firefox-i18n-37.0.1/km.xpi) = 558106 +SHA256 (xpi/firefox-i18n-37.0.1/kn.xpi) = 883d13a9b85c3ecc1f9ba1b4d211e22d9d1d473d32f2ebbe84559e801d60f796 +SIZE (xpi/firefox-i18n-37.0.1/kn.xpi) = 525619 +SHA256 (xpi/firefox-i18n-37.0.1/ko.xpi) = 7fa083f0ad4dd03659fa89520bab2bd5a24fcd9170a4a49368e500604871abb9 +SIZE (xpi/firefox-i18n-37.0.1/ko.xpi) = 453335 +SHA256 (xpi/firefox-i18n-37.0.1/lij.xpi) = 769bd6e50382a97fef3ddb269ef4c4850da9809d6ea2041ded99775f6d51e093 +SIZE (xpi/firefox-i18n-37.0.1/lij.xpi) = 435611 +SHA256 (xpi/firefox-i18n-37.0.1/lt.xpi) = d7663bdf53ebf01eb7e5003be5139dfd1111ca6758003c1b7aa6554006c08f7c +SIZE (xpi/firefox-i18n-37.0.1/lt.xpi) = 478857 +SHA256 (xpi/firefox-i18n-37.0.1/lv.xpi) = 83023c6f3a89763d3d1fc7842abea6700f060be2eb2a8e5f7a808e32db1946b8 +SIZE (xpi/firefox-i18n-37.0.1/lv.xpi) = 460100 +SHA256 (xpi/firefox-i18n-37.0.1/mai.xpi) = 82be57136f0199593fd7aa76bce4fc81637e56de3fb494df5aca8c7b7b801392 +SIZE (xpi/firefox-i18n-37.0.1/mai.xpi) = 490292 +SHA256 (xpi/firefox-i18n-37.0.1/mk.xpi) = cdc4ae7cf20613d9b56ced52fe630043f798c9e7056c9ce74848cc68816efee8 +SIZE (xpi/firefox-i18n-37.0.1/mk.xpi) = 521047 +SHA256 (xpi/firefox-i18n-37.0.1/ml.xpi) = 044b5bb25e198dab62e523a52f0abb48b56459453acdfab0e9c3bbe73e5019a3 +SIZE (xpi/firefox-i18n-37.0.1/ml.xpi) = 520103 +SHA256 (xpi/firefox-i18n-37.0.1/mr.xpi) = a87fc89d5f00b62b5ad6dc5f0185ce15291a664dba1c8fe69e0ae63ebd679d92 +SIZE (xpi/firefox-i18n-37.0.1/mr.xpi) = 500824 +SHA256 (xpi/firefox-i18n-37.0.1/ms.xpi) = b161467c0cd31f3a65738fcdaa208e6d2746d1694dbe93002d2054b2d56cd231 +SIZE (xpi/firefox-i18n-37.0.1/ms.xpi) = 483814 +SHA256 (xpi/firefox-i18n-37.0.1/nb-NO.xpi) = 568e4ef1969d7b6cdba93f6606f674f85d8739c740f172b8de7d2499dc91e487 +SIZE (xpi/firefox-i18n-37.0.1/nb-NO.xpi) = 437178 +SHA256 (xpi/firefox-i18n-37.0.1/nl.xpi) = c2919f9db4eedecc820ffc8396636cb259310c920c3ce3ea84f01f0afac75b26 +SIZE (xpi/firefox-i18n-37.0.1/nl.xpi) = 437048 +SHA256 (xpi/firefox-i18n-37.0.1/nn-NO.xpi) = 280ff0ec69320e22f550ccc556d9a71ce77f7543ea9e3c539df20a3cae2b9f0f +SIZE (xpi/firefox-i18n-37.0.1/nn-NO.xpi) = 431561 +SHA256 (xpi/firefox-i18n-37.0.1/or.xpi) = 579c32a579a3de8f37cd131ef926b3131e13152fa21536c2a185ffb874aab8b8 +SIZE (xpi/firefox-i18n-37.0.1/or.xpi) = 517635 +SHA256 (xpi/firefox-i18n-37.0.1/pa-IN.xpi) = 6a51842508f0e165ed2c39e5ae636d142abee34111caa92fafdbee59577d49ac +SIZE (xpi/firefox-i18n-37.0.1/pa-IN.xpi) = 487555 +SHA256 (xpi/firefox-i18n-37.0.1/pl.xpi) = 31004bb15ccaee03e00bc7b026ddab255284e2b46a54b5dbb2fbc2b551e8ae85 +SIZE (xpi/firefox-i18n-37.0.1/pl.xpi) = 404495 +SHA256 (xpi/firefox-i18n-37.0.1/pt-BR.xpi) = d417ce12500918c0135ec39804bc1343e32cb2458bd720e32edd8d36fcc4afa5 +SIZE (xpi/firefox-i18n-37.0.1/pt-BR.xpi) = 453348 +SHA256 (xpi/firefox-i18n-37.0.1/pt-PT.xpi) = e03b57f6d9192fa3544712d8646f37bcaf48d4b5a7109c794ee6f4be1cb4a266 +SIZE (xpi/firefox-i18n-37.0.1/pt-PT.xpi) = 433017 +SHA256 (xpi/firefox-i18n-37.0.1/rm.xpi) = b012b35c5000ccb4cecda5a045259b10b6818709ddf9422ee0ffc2e312666a73 +SIZE (xpi/firefox-i18n-37.0.1/rm.xpi) = 439790 +SHA256 (xpi/firefox-i18n-37.0.1/ro.xpi) = fbe82794bf70d69448be69e35a8504690eb12b538dded052bfed2739274b63f9 +SIZE (xpi/firefox-i18n-37.0.1/ro.xpi) = 487622 +SHA256 (xpi/firefox-i18n-37.0.1/ru.xpi) = 9e1cc4f143068093a4f7ca2c9da72ea6cc338c0f8ef46112b26db5f1a1d7ee75 +SIZE (xpi/firefox-i18n-37.0.1/ru.xpi) = 409378 +SHA256 (xpi/firefox-i18n-37.0.1/si.xpi) = 94ae95f1d6ad97a184771bc814249647bd5f2fbfa31298fa0385632a74d70a54 +SIZE (xpi/firefox-i18n-37.0.1/si.xpi) = 520321 +SHA256 (xpi/firefox-i18n-37.0.1/sk.xpi) = 660d6a2d84fe48818fdf189445772d9674e1a6f5d47fc70d569431874f912c31 +SIZE (xpi/firefox-i18n-37.0.1/sk.xpi) = 462174 +SHA256 (xpi/firefox-i18n-37.0.1/sl.xpi) = ff57daa7d02498679783b9ebdc2fdc31c9f2c49a44c734262c8294819f902382 +SIZE (xpi/firefox-i18n-37.0.1/sl.xpi) = 434639 +SHA256 (xpi/firefox-i18n-37.0.1/son.xpi) = 64038a2e9f0036aabd11bf3c209e618a8249a59a7cb15261cb835485a43d6f0d +SIZE (xpi/firefox-i18n-37.0.1/son.xpi) = 442055 +SHA256 (xpi/firefox-i18n-37.0.1/sq.xpi) = 2a2fc10dae6af510e7e034f1b0e4fe53d3ffa19411c14f899a3d68c7cac6a2f1 +SIZE (xpi/firefox-i18n-37.0.1/sq.xpi) = 478875 +SHA256 (xpi/firefox-i18n-37.0.1/sr.xpi) = da2961dd54eae4016d0062787202013342d0b5dff7503227044cda09340cbba7 +SIZE (xpi/firefox-i18n-37.0.1/sr.xpi) = 472192 +SHA256 (xpi/firefox-i18n-37.0.1/sv-SE.xpi) = 4e65aff0357b79084bb9aa4789f06383457a05954fd813edbba8dfb130ffa995 +SIZE (xpi/firefox-i18n-37.0.1/sv-SE.xpi) = 445515 +SHA256 (xpi/firefox-i18n-37.0.1/ta.xpi) = fc6906571934991fdb829b5cfbca338d34be14a659372e0376fb06f3e48d66bf +SIZE (xpi/firefox-i18n-37.0.1/ta.xpi) = 499307 +SHA256 (xpi/firefox-i18n-37.0.1/te.xpi) = 5cfb5625b75a913f5b790f8172ba3e014875dceeb5cce95f97c1f011e0b6b798 +SIZE (xpi/firefox-i18n-37.0.1/te.xpi) = 517656 +SHA256 (xpi/firefox-i18n-37.0.1/th.xpi) = 9b8046a309ec85a1bbca75d282625c45d5907fb1ff15798f7f74037467a0f769 +SIZE (xpi/firefox-i18n-37.0.1/th.xpi) = 527248 +SHA256 (xpi/firefox-i18n-37.0.1/tr.xpi) = a5bae41b3fed52037bfe60d9dce8388e9fb4e83ec40abd00ab63706effd1e400 +SIZE (xpi/firefox-i18n-37.0.1/tr.xpi) = 473884 +SHA256 (xpi/firefox-i18n-37.0.1/uk.xpi) = 7232836bd748076c1dc7f152acb131488620fb45e2751a78bfa5a5c5e8c18e51 +SIZE (xpi/firefox-i18n-37.0.1/uk.xpi) = 482542 +SHA256 (xpi/firefox-i18n-37.0.1/vi.xpi) = 4a14e11028cec54b574e761722384b32c567faaf24eff8b2b4b527538c817d26 +SIZE (xpi/firefox-i18n-37.0.1/vi.xpi) = 459109 +SHA256 (xpi/firefox-i18n-37.0.1/xh.xpi) = c49f48ae67c89ae361dcc091d3c2e115bc67cdbb2f4eb72f4552ca9d7075245b +SIZE (xpi/firefox-i18n-37.0.1/xh.xpi) = 440996 +SHA256 (xpi/firefox-i18n-37.0.1/zh-CN.xpi) = 2dbd4cd038d54b17c00c227c35810a1e2119898b766f038c932fc470758d4ece +SIZE (xpi/firefox-i18n-37.0.1/zh-CN.xpi) = 480865 +SHA256 (xpi/firefox-i18n-37.0.1/zh-TW.xpi) = 424998b4a53bfe3fe1021a8ba91a46bf17dc5b379d99940314bf2bd6587eec89 +SIZE (xpi/firefox-i18n-37.0.1/zh-TW.xpi) = 460364 Modified: branches/2015Q2/www/firefox/Makefile ============================================================================== --- branches/2015Q2/www/firefox/Makefile Sat Apr 4 17:42:24 2015 (r383234) +++ branches/2015Q2/www/firefox/Makefile Sat Apr 4 18:03:46 2015 (r383235) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 37.0 +DISTVERSION= 37.0.1 DISTVERSIONSUFFIX=.source PORTEPOCH= 1 CATEGORIES= www ipv6 Modified: branches/2015Q2/www/firefox/distinfo ============================================================================== --- branches/2015Q2/www/firefox/distinfo Sat Apr 4 17:42:24 2015 (r383234) +++ branches/2015Q2/www/firefox/distinfo Sat Apr 4 18:03:46 2015 (r383235) @@ -1,2 +1,2 @@ -SHA256 (firefox-37.0.source.tar.bz2) = 204b4a0c6478cdb4e57cf0947ce66d3c544a96b4c5eee4f64169deed67fb060d -SIZE (firefox-37.0.source.tar.bz2) = 178736413 +SHA256 (firefox-37.0.1.source.tar.bz2) = 8d10aab49017f0222dbbe4811b953d2ce61737ba612b13a98dcd4379510e18e6 +SIZE (firefox-37.0.1.source.tar.bz2) = 178735792 Modified: branches/2015Q2/www/linux-firefox/Makefile ============================================================================== --- branches/2015Q2/www/linux-firefox/Makefile Sat Apr 4 17:42:24 2015 (r383234) +++ branches/2015Q2/www/linux-firefox/Makefile Sat Apr 4 18:03:46 2015 (r383235) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 37.0 +DISTVERSION= 37.0.1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US Modified: branches/2015Q2/www/linux-firefox/distinfo ============================================================================== --- branches/2015Q2/www/linux-firefox/distinfo Sat Apr 4 17:42:24 2015 (r383234) +++ branches/2015Q2/www/linux-firefox/distinfo Sat Apr 4 18:03:46 2015 (r383235) @@ -1,5 +1,5 @@ -SHA256 (firefox-37.0.tar.bz2) = d9e2cc7b5de379022767d49e68435417e5dcf91906331d295ac4d885c4ccf647 -SIZE (firefox-37.0.tar.bz2) = 47780329 +SHA256 (firefox-37.0.1.tar.bz2) = 9da0a84f576260299696aaae65851369cc16abb85f45bce3ceb3d074abd45528 +SIZE (firefox-37.0.1.tar.bz2) = 47768268 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