From owner-svn-ports-branches@freebsd.org Sun Dec 27 02:30:14 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3805AA4C571; Sun, 27 Dec 2015 02:30:14 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 E5BA1138C; Sun, 27 Dec 2015 02:30:13 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBR2UDfc061289; Sun, 27 Dec 2015 02:30:13 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBR2UCcZ061287; Sun, 27 Dec 2015 02:30:12 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201512270230.tBR2UCcZ061287@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Sun, 27 Dec 2015 02:30:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r404544 - in branches/2015Q4/databases/mantis: . 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.20 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: Sun, 27 Dec 2015 02:30:14 -0000 Author: dvl Date: Sun Dec 27 02:30:12 2015 New Revision: 404544 URL: https://svnweb.freebsd.org/changeset/ports/404544 Log: MFH: r404324 patch with security fix for CVE-2015-5059 Submitted by: Torsten Zuhlsdorff & Jason Unovitch PR: 201106 202865 Approved by: mat (mentor) Differential Review: D4196 Approved by: ports-secteam Added: branches/2015Q4/databases/mantis/files/patch-config__defaults__inc.php - copied unchanged from r404324, head/databases/mantis/files/patch-config__defaults__inc.php Modified: branches/2015Q4/databases/mantis/Makefile Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/databases/mantis/Makefile ============================================================================== --- branches/2015Q4/databases/mantis/Makefile Sun Dec 27 02:15:06 2015 (r404543) +++ branches/2015Q4/databases/mantis/Makefile Sun Dec 27 02:30:12 2015 (r404544) @@ -3,7 +3,7 @@ PORTNAME= mantis PORTVERSION= 1.2.19 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= databases www MASTER_SITES= SF/${PORTNAME}bt/${PORTNAME}-stable/${PORTVERSION} DISTNAME= mantisbt-${PORTVERSION} @@ -12,14 +12,23 @@ MAINTAINER= dvl@FreeBSD.org COMMENT= Bug tracking system written in PHP NO_BUILD= yes -USE_PHP= hash pcre session -USES= pgsql +USE_PHP= hash pcre session xml + +OPTIONS_MULTI= DB +OPTIONS_MULTI_DB= MYSQL PGSQL + +MYSQL_DESC= MySQL support +PGSQL_DESC= PostgreSQL support + +OPTIONS_DEFAULT= MYSQL + +MYSQL_USE= mysql=yes php=mysql +PGSQL_USE= pgsql=yes php=pgsql SUB_FILES= pkg-message PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} - do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} Copied: branches/2015Q4/databases/mantis/files/patch-config__defaults__inc.php (from r404324, head/databases/mantis/files/patch-config__defaults__inc.php) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q4/databases/mantis/files/patch-config__defaults__inc.php Sun Dec 27 02:30:12 2015 (r404544, copy of r404324, head/databases/mantis/files/patch-config__defaults__inc.php) @@ -0,0 +1,17 @@ +--- config_defaults_inc.php.orig 2015-11-02 10:57:53 UTC ++++ config_defaults_inc.php +@@ -2347,9 +2347,13 @@ + + /** + * Threshold needed to view project documentation ++ * Note: setting this to ANYBODY will let any user download attachments ++ * from private projects, regardless of their being a member of it. ++ * @see $g_enable_project_documentation ++ * @see $g_upload_project_file_threshold + * @global int $g_view_proj_doc_threshold + */ +- $g_view_proj_doc_threshold = ANYBODY; ++ $g_view_proj_doc_threshold = VIEWER; + + /** + * Site manager From owner-svn-ports-branches@freebsd.org Sun Dec 27 08:02:45 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6CE4A4D2B6; Sun, 27 Dec 2015 08:02:45 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 9EFD41C42; Sun, 27 Dec 2015 08:02:45 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBR82i9r060946; Sun, 27 Dec 2015 08:02:44 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBR82iWF060945; Sun, 27 Dec 2015 08:02:44 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201512270802.tBR82iWF060945@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 27 Dec 2015 08:02:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r404552 - branches/2015Q4/net/tigervnc 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.20 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: Sun, 27 Dec 2015 08:02:45 -0000 Author: riggs Date: Sun Dec 27 08:02:44 2015 New Revision: 404552 URL: https://svnweb.freebsd.org/changeset/ports/404552 Log: MFH: r404551 Fix build break in the presence of multiple compilers PR: 205139 Submitted by: lantw44@gmail.com Approved by: ports-secteam (build fix blanket), meta+ports@vmeta.jp (maintainer) Modified: branches/2015Q4/net/tigervnc/Makefile Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/net/tigervnc/Makefile ============================================================================== --- branches/2015Q4/net/tigervnc/Makefile Sun Dec 27 07:55:04 2015 (r404551) +++ branches/2015Q4/net/tigervnc/Makefile Sun Dec 27 08:02:44 2015 (r404552) @@ -133,8 +133,8 @@ post-patch: @cd ${WRKSRC}/unix/xserver/ && ${PATCH} -p1 < ${WRKSRC}/unix/xserver${TIGERVNC_XORG_PATCH_VER}.patch post-configure: - @cd ${WRKSRC}/unix/xserver/ && ${SETENV} ${CONFIGURE_ENV} ${LOCALBASE}/bin/autoreconf -fiv - @cd ${WRKSRC}/unix/xserver/ && ${SETENV} ${CONFIGURE_ENV} ./configure ${CONFIGURE_ARGS} + @cd ${WRKSRC}/unix/xserver/ && ${SETENV} ${CONFIGURE_ENV} ${MAKE_ENV} ${LOCALBASE}/bin/autoreconf -fiv + @cd ${WRKSRC}/unix/xserver/ && ${SETENV} ${CONFIGURE_ENV} ${MAKE_ENV} ./configure ${CONFIGURE_ARGS} post-build: @cd ${WRKSRC}/unix/xserver/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} SHELL=${LOCALBASE}/bin/bash From owner-svn-ports-branches@freebsd.org Mon Dec 28 00:48:40 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07E8CA510BA; Mon, 28 Dec 2015 00:48:40 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 CA9B31D6C; Mon, 28 Dec 2015 00:48:39 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBS0mclk068845; Mon, 28 Dec 2015 00:48:38 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBS0mccF068843; Mon, 28 Dec 2015 00:48:38 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201512280048.tBS0mccF068843@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Mon, 28 Dec 2015 00:48:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r404612 - branches/2015Q4/net/ss5 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.20 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, 28 Dec 2015 00:48:40 -0000 Author: junovitch Date: Mon Dec 28 00:48:38 2015 New Revision: 404612 URL: https://svnweb.freebsd.org/changeset/ports/404612 Log: MFH: r404611 net/ss5: add /var/log/ss5 to plist - Create /var/log/ss5 to prevent segfault upon service start PR: 199516 Reported by: dewayne@heuristicsystems.com.au Approved by: maintainer timeout (8 months) Approved by: ports-secteam (plist fix blanket) Modified: branches/2015Q4/net/ss5/Makefile branches/2015Q4/net/ss5/pkg-plist Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/net/ss5/Makefile ============================================================================== --- branches/2015Q4/net/ss5/Makefile Mon Dec 28 00:47:31 2015 (r404611) +++ branches/2015Q4/net/ss5/Makefile Mon Dec 28 00:48:38 2015 (r404612) @@ -4,7 +4,7 @@ PORTNAME= ss5 PORTVERSION= 3.8.5 DISTVERSIONSUFFIX= -1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}${DISTVERSIONSUFFIX} @@ -34,6 +34,7 @@ post-patch: ${WRKSRC}/include/config.h.in post-install: + ${MKDIR} ${STAGEDIR}/var/log/ss5 ${INSTALL_DATA} ${WRKSRC}/conf/ss5.conf \ ${STAGEDIR}${PREFIX}/etc/ss5/ss5.conf.sample ${INSTALL_DATA} ${WRKSRC}/conf/ss5.ha \ Modified: branches/2015Q4/net/ss5/pkg-plist ============================================================================== --- branches/2015Q4/net/ss5/pkg-plist Mon Dec 28 00:47:31 2015 (r404611) +++ branches/2015Q4/net/ss5/pkg-plist Mon Dec 28 00:48:38 2015 (r404612) @@ -33,4 +33,5 @@ sbin/ss5srv %%DOCSDIR%%/README.ldap %%DOCSDIR%%/README.pam %%DOCSDIR%%/README.statmgr +@dir /var/log/ss5 @dir /var/run/ss5 From owner-svn-ports-branches@freebsd.org Tue Dec 29 10:31:21 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54117A54042; Tue, 29 Dec 2015 10:31:21 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 DBFDC1E6E; Tue, 29 Dec 2015 10:31:20 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBTAVKhE083604; Tue, 29 Dec 2015 10:31:20 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBTAVJTI083597; Tue, 29 Dec 2015 10:31:19 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201512291031.tBTAVJTI083597@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 29 Dec 2015 10:31:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r404731 - in branches/2015Q4/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.20 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: Tue, 29 Dec 2015 10:31:21 -0000 Author: jbeich Date: Tue Dec 29 10:31:19 2015 New Revision: 404731 URL: https://svnweb.freebsd.org/changeset/ports/404731 Log: MFH: r404690 www/firefox: update to 43.0.3 Mainly for YouTube with FFMPEG=off. [1] Changes: https://hg.mozilla.org/releases/mozilla-release/rev/7f685bdc616a [1] PR: 205652 Submitted by: Christoph Moench-Tegeder Security: 10f7bc76-0335-4a88-b391-0b05b3a8ce1c (linux-only) Approved by: ports-secteam (miwi) Modified: branches/2015Q4/www/firefox-i18n/Makefile branches/2015Q4/www/firefox-i18n/distinfo branches/2015Q4/www/firefox/Makefile branches/2015Q4/www/firefox/distinfo branches/2015Q4/www/linux-firefox/Makefile branches/2015Q4/www/linux-firefox/distinfo Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/www/firefox-i18n/Makefile ============================================================================== --- branches/2015Q4/www/firefox-i18n/Makefile Tue Dec 29 10:30:21 2015 (r404730) +++ branches/2015Q4/www/firefox-i18n/Makefile Tue Dec 29 10:31:19 2015 (r404731) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 43.0.1 +PORTVERSION= 43.0.3 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi Modified: branches/2015Q4/www/firefox-i18n/distinfo ============================================================================== --- branches/2015Q4/www/firefox-i18n/distinfo Tue Dec 29 10:30:21 2015 (r404730) +++ branches/2015Q4/www/firefox-i18n/distinfo Tue Dec 29 10:31:19 2015 (r404731) @@ -1,178 +1,178 @@ -SHA256 (xpi/firefox-i18n-43.0.1/ach.xpi) = 0bc91ee7b43096b5464be7433602ee56c4eda1792531a28dd071c378a71892fb -SIZE (xpi/firefox-i18n-43.0.1/ach.xpi) = 486758 -SHA256 (xpi/firefox-i18n-43.0.1/af.xpi) = 2201ef901b678e787e0ba8c911975e9d54af613ef3a9f2b3ce51475b68f362af -SIZE (xpi/firefox-i18n-43.0.1/af.xpi) = 493735 -SHA256 (xpi/firefox-i18n-43.0.1/an.xpi) = 8d1a70ac9ef5fb29e6904b5931602e5a91c1496b1842dcf0a4f27db1582c9e89 -SIZE (xpi/firefox-i18n-43.0.1/an.xpi) = 472422 -SHA256 (xpi/firefox-i18n-43.0.1/ar.xpi) = c19d31e37d0b5c934a58bff60c70074ad98d5efab43cf3682ba7c20137cf7c9f -SIZE (xpi/firefox-i18n-43.0.1/ar.xpi) = 531445 -SHA256 (xpi/firefox-i18n-43.0.1/as.xpi) = 0665629107ba40ef2e038cef1c2178a371edbff7fe5bd23ad573591f00920f6e -SIZE (xpi/firefox-i18n-43.0.1/as.xpi) = 520380 -SHA256 (xpi/firefox-i18n-43.0.1/ast.xpi) = e034f807e6be2ad88a7185f0810482b70b9bfe847985525201578b0266ea22ca -SIZE (xpi/firefox-i18n-43.0.1/ast.xpi) = 414848 -SHA256 (xpi/firefox-i18n-43.0.1/az.xpi) = 76a247cd2bdfbadcf8842b300c1a72b52ac6b0a32d1f6448608c0305892f067a -SIZE (xpi/firefox-i18n-43.0.1/az.xpi) = 501044 -SHA256 (xpi/firefox-i18n-43.0.1/be.xpi) = 933720d18b0284c6502cc46b9b9a2d745d52554ec8dd6f56b1f736ff960ee719 -SIZE (xpi/firefox-i18n-43.0.1/be.xpi) = 462186 -SHA256 (xpi/firefox-i18n-43.0.1/bg.xpi) = 287e00cf6a2e9f31c52c3a2b45fb9b7fec78778c6578cbadc0863df129b2d41a -SIZE (xpi/firefox-i18n-43.0.1/bg.xpi) = 503615 -SHA256 (xpi/firefox-i18n-43.0.1/bn-BD.xpi) = 7da5c54c4a5c9836d5fc2b667f26b7010875772ebfb45c271ab601d1fd056d61 -SIZE (xpi/firefox-i18n-43.0.1/bn-BD.xpi) = 550339 -SHA256 (xpi/firefox-i18n-43.0.1/bn-IN.xpi) = 97b5e214358950cbe2fa84730a0d20803d8be0a5b50ebcd2375f620e5ae94739 -SIZE (xpi/firefox-i18n-43.0.1/bn-IN.xpi) = 541700 -SHA256 (xpi/firefox-i18n-43.0.1/br.xpi) = 79f0b81f27e1185f0b2d7c3f05919bad39a680e8f5c036235f95e8a253a7ff11 -SIZE (xpi/firefox-i18n-43.0.1/br.xpi) = 452046 -SHA256 (xpi/firefox-i18n-43.0.1/bs.xpi) = 5ef0354b7a2eacef71720ff18821bcf2a4551aac4041dc58e438393f3fd84e75 -SIZE (xpi/firefox-i18n-43.0.1/bs.xpi) = 491002 -SHA256 (xpi/firefox-i18n-43.0.1/ca.xpi) = 06d63af42adff1b885d1e00fa199fbdeeb5b9a7e8625202b46ca109583fe53f9 -SIZE (xpi/firefox-i18n-43.0.1/ca.xpi) = 469149 -SHA256 (xpi/firefox-i18n-43.0.1/cs.xpi) = 8ef921e6fee1a164f09408791eb80ad5f617b47a80c91f6013443d883bbf256c -SIZE (xpi/firefox-i18n-43.0.1/cs.xpi) = 458384 -SHA256 (xpi/firefox-i18n-43.0.1/cy.xpi) = 834ccdbb97e69f6abe1bf449ae2addb33adc4c1d9bdda3aa26d1827e29c82831 -SIZE (xpi/firefox-i18n-43.0.1/cy.xpi) = 454625 -SHA256 (xpi/firefox-i18n-43.0.1/da.xpi) = 0f684c6e38075111a620096739fa9c67e27d6b7a0e3ab2939f2923683e309e04 -SIZE (xpi/firefox-i18n-43.0.1/da.xpi) = 462528 -SHA256 (xpi/firefox-i18n-43.0.1/de.xpi) = 6167c119b0274ae3ce837cabe7c29d75e30f99caf9cf028fbe223db8714b8e3c -SIZE (xpi/firefox-i18n-43.0.1/de.xpi) = 463840 -SHA256 (xpi/firefox-i18n-43.0.1/dsb.xpi) = 757471503d2c88b823846126308af511ee324a404a70f17a1165a50ca697660e -SIZE (xpi/firefox-i18n-43.0.1/dsb.xpi) = 482634 -SHA256 (xpi/firefox-i18n-43.0.1/el.xpi) = 2399e6114e7d8c6510af6628b2a323c46b9d1f88e3275e48a1b71b2b08a915f0 -SIZE (xpi/firefox-i18n-43.0.1/el.xpi) = 508364 -SHA256 (xpi/firefox-i18n-43.0.1/en-GB.xpi) = 37da8df3d067018386237c3fd6a9fdc898efadf804d6b971d62b88e169a1c0ef -SIZE (xpi/firefox-i18n-43.0.1/en-GB.xpi) = 448389 -SHA256 (xpi/firefox-i18n-43.0.1/en-US.xpi) = 65e194d30544cec4871e82080755afa7dbb41cb2603672e6a76cb1fef8abdff7 -SIZE (xpi/firefox-i18n-43.0.1/en-US.xpi) = 500719 -SHA256 (xpi/firefox-i18n-43.0.1/en-ZA.xpi) = 2adf4eaef132bfa6c3ee868cac1ef5733a90cc2f3d810293a6f4ecec51f369d6 -SIZE (xpi/firefox-i18n-43.0.1/en-ZA.xpi) = 453306 -SHA256 (xpi/firefox-i18n-43.0.1/eo.xpi) = 70eab0eba9a878aa30b77a43d76a2a39fbd81a49c54957353f903e8e7a530454 -SIZE (xpi/firefox-i18n-43.0.1/eo.xpi) = 494360 -SHA256 (xpi/firefox-i18n-43.0.1/es-AR.xpi) = 087bde7d635fe0b34a80343daeaf3560e0eabc84e0e151cd3e1ad5238d0a31b3 -SIZE (xpi/firefox-i18n-43.0.1/es-AR.xpi) = 462418 -SHA256 (xpi/firefox-i18n-43.0.1/es-CL.xpi) = 50ca3669cf24ef0a130d2cca348b8e50adea3981ed84f2d5a29f3a839aab957a -SIZE (xpi/firefox-i18n-43.0.1/es-CL.xpi) = 388434 -SHA256 (xpi/firefox-i18n-43.0.1/es-ES.xpi) = 1e19eaa893bdd1c3f2b2b826ef5b7b3b437efd6f35a6878467d029c16cb3a022 -SIZE (xpi/firefox-i18n-43.0.1/es-ES.xpi) = 375333 -SHA256 (xpi/firefox-i18n-43.0.1/es-MX.xpi) = 062136d7651fa993f1183b80310e474cc17c7f65fa085a2358db787e819e9cad -SIZE (xpi/firefox-i18n-43.0.1/es-MX.xpi) = 468294 -SHA256 (xpi/firefox-i18n-43.0.1/et.xpi) = 00c2c023bccd5f6af7fd4563282789990714b45a66e28f4a576f70c448e9c9f3 -SIZE (xpi/firefox-i18n-43.0.1/et.xpi) = 455409 -SHA256 (xpi/firefox-i18n-43.0.1/eu.xpi) = 7136556411350f14b9b842b30912beae55997a43f8a693f2709d0a7ce4bbf249 -SIZE (xpi/firefox-i18n-43.0.1/eu.xpi) = 477496 -SHA256 (xpi/firefox-i18n-43.0.1/fa.xpi) = 47b586b814ec2a7bf757f90483b2c058f3898fd32d5e23dc63e77ba7e95f8bf1 -SIZE (xpi/firefox-i18n-43.0.1/fa.xpi) = 529698 -SHA256 (xpi/firefox-i18n-43.0.1/ff.xpi) = 5063b9ed95e285d7f7c0443125e276a9ab37b225f3f18b360fb20fd632ebe5ee -SIZE (xpi/firefox-i18n-43.0.1/ff.xpi) = 465024 -SHA256 (xpi/firefox-i18n-43.0.1/fi.xpi) = 95662d7f686a3fcd0ee33354f2164dd980cb77145825a82c3373e0a5c136add9 -SIZE (xpi/firefox-i18n-43.0.1/fi.xpi) = 454718 -SHA256 (xpi/firefox-i18n-43.0.1/fr.xpi) = a6bc8f2b8089661871feea30eca73a52d26e70a8e3420c3a6e51a9ba8b44e59c -SIZE (xpi/firefox-i18n-43.0.1/fr.xpi) = 473568 -SHA256 (xpi/firefox-i18n-43.0.1/fy-NL.xpi) = e51e397bedee90d1baad9c1a00d8c402becf09f1472d106bf6f550421acbb673 -SIZE (xpi/firefox-i18n-43.0.1/fy-NL.xpi) = 466648 -SHA256 (xpi/firefox-i18n-43.0.1/ga-IE.xpi) = 45147b40e2df9e0681a792f29a458ffdced48a1aac0ff509fcd9c9f7d2337ccb -SIZE (xpi/firefox-i18n-43.0.1/ga-IE.xpi) = 478966 -SHA256 (xpi/firefox-i18n-43.0.1/gd.xpi) = 728e66d24f28df817ac6fcdec287910ccc1bd3e782860585a4b9f01809823628 -SIZE (xpi/firefox-i18n-43.0.1/gd.xpi) = 464868 -SHA256 (xpi/firefox-i18n-43.0.1/gl.xpi) = bd57e80913a03c3fc00cba9a4a43b2ef6b45a74e92fe487cde4e5aaeb5966f12 -SIZE (xpi/firefox-i18n-43.0.1/gl.xpi) = 454573 -SHA256 (xpi/firefox-i18n-43.0.1/gu-IN.xpi) = 239f5415f8a98b1690f4fa625da5f254ec13741b93d0d271f63a536ee85fe988 -SIZE (xpi/firefox-i18n-43.0.1/gu-IN.xpi) = 495781 -SHA256 (xpi/firefox-i18n-43.0.1/he.xpi) = 1d2e30088e2a7dc39cef292e406f01f64cd0d5fb962fadb1dbcd76fb880d86f8 -SIZE (xpi/firefox-i18n-43.0.1/he.xpi) = 484111 -SHA256 (xpi/firefox-i18n-43.0.1/hi-IN.xpi) = 3f078cfdd0c4cd546b5c131a8c3e3dca2c791dad673b1636b7388921a8121eb4 -SIZE (xpi/firefox-i18n-43.0.1/hi-IN.xpi) = 519473 -SHA256 (xpi/firefox-i18n-43.0.1/hr.xpi) = 71ed3c23ed4fc0406bb3e6a35bf40419612a9c92a84e5da89ea19209d63c928d -SIZE (xpi/firefox-i18n-43.0.1/hr.xpi) = 489139 -SHA256 (xpi/firefox-i18n-43.0.1/hsb.xpi) = 2848deb917fb68739f343516898d92da318cedcf55f67ee79f7ee55d3952238e -SIZE (xpi/firefox-i18n-43.0.1/hsb.xpi) = 480278 -SHA256 (xpi/firefox-i18n-43.0.1/hu.xpi) = 801e37925ea212681f2c936487bf5e9a47116ec66d2e5b181b04abaa632fc984 -SIZE (xpi/firefox-i18n-43.0.1/hu.xpi) = 464706 -SHA256 (xpi/firefox-i18n-43.0.1/hy-AM.xpi) = 8f8c5e2b1cf96f8161d636f396fa3bd8f26be40a465ff3cf8982b11c56d11238 -SIZE (xpi/firefox-i18n-43.0.1/hy-AM.xpi) = 548747 -SHA256 (xpi/firefox-i18n-43.0.1/id.xpi) = 639a94028c05ec4a98a79ca40d37ddef23604b9f5bb1ef4db0790b42caf35632 -SIZE (xpi/firefox-i18n-43.0.1/id.xpi) = 443809 -SHA256 (xpi/firefox-i18n-43.0.1/is.xpi) = 513b9a3f1102f6fda79e56c60c654a74bd5279497ccb0322fcfe441c1a0e01c1 -SIZE (xpi/firefox-i18n-43.0.1/is.xpi) = 495909 -SHA256 (xpi/firefox-i18n-43.0.1/it.xpi) = e6c9dbb3d033b60ce8b59caf7789a0731ab2a0474e4719fa97c4667c4c713b22 -SIZE (xpi/firefox-i18n-43.0.1/it.xpi) = 369329 -SHA256 (xpi/firefox-i18n-43.0.1/ja.xpi) = ce2057dacd531266aa67e9cce52ac596485f8b8877aa67e6665c9af6d8f6a7ee -SIZE (xpi/firefox-i18n-43.0.1/ja.xpi) = 491472 -SHA256 (xpi/firefox-i18n-43.0.1/kk.xpi) = cb3b96f10de74db89c9226a5fac0c3f98c1a793adaca778adacf6e38b86ee15e -SIZE (xpi/firefox-i18n-43.0.1/kk.xpi) = 516825 -SHA256 (xpi/firefox-i18n-43.0.1/km.xpi) = 94da44d6aae5f7e59a203f0f2a26c46048d8914eb23141e0955601f2bf30ddb7 -SIZE (xpi/firefox-i18n-43.0.1/km.xpi) = 581657 -SHA256 (xpi/firefox-i18n-43.0.1/kn.xpi) = 102bb7743a7754dcd52a34f060dab4c7e56b943bea0080887a4c752f31a4cbef -SIZE (xpi/firefox-i18n-43.0.1/kn.xpi) = 548586 -SHA256 (xpi/firefox-i18n-43.0.1/ko.xpi) = 2d5cb122f2e880628b741cea86c0c549708d0c33c4539b1007ee83574f97d3cc -SIZE (xpi/firefox-i18n-43.0.1/ko.xpi) = 477482 -SHA256 (xpi/firefox-i18n-43.0.1/lij.xpi) = 7d4eb50ef0086a5b7ccb4654a581b4c29a55448f05778a0af10afcddd88f520d -SIZE (xpi/firefox-i18n-43.0.1/lij.xpi) = 403511 -SHA256 (xpi/firefox-i18n-43.0.1/lt.xpi) = 44306a6e3d72c48bfc7e325afb00d001acaf2cfdadcbfdad2d3de24ae1f1f4d3 -SIZE (xpi/firefox-i18n-43.0.1/lt.xpi) = 498173 -SHA256 (xpi/firefox-i18n-43.0.1/lv.xpi) = eb77909a47839fb8572bc535330aa3753613bc7c80a8db08bf305debd4a1883b -SIZE (xpi/firefox-i18n-43.0.1/lv.xpi) = 478097 -SHA256 (xpi/firefox-i18n-43.0.1/mai.xpi) = 7d8421d82cc58988827b65d252cf0131cf6b56ddd558a6e0dd15175832114764 -SIZE (xpi/firefox-i18n-43.0.1/mai.xpi) = 527786 -SHA256 (xpi/firefox-i18n-43.0.1/mk.xpi) = 8b02aa5f64157a3fe05bcfd54047067aedba336f7bbf7971167526a00da94cc2 -SIZE (xpi/firefox-i18n-43.0.1/mk.xpi) = 537952 -SHA256 (xpi/firefox-i18n-43.0.1/ml.xpi) = 9af1f75ce059da56c98a0b1553c158fbecf765bcba31c9102017f7622d9052a8 -SIZE (xpi/firefox-i18n-43.0.1/ml.xpi) = 537548 -SHA256 (xpi/firefox-i18n-43.0.1/mr.xpi) = 110128c1c545b430424cdad5861ab6e68be754b48b604dd2865652fa325732d8 -SIZE (xpi/firefox-i18n-43.0.1/mr.xpi) = 527027 -SHA256 (xpi/firefox-i18n-43.0.1/ms.xpi) = 11a6721bc259d31221e503234b9e11688849a83bb0df0359e4960c30c73e451c -SIZE (xpi/firefox-i18n-43.0.1/ms.xpi) = 502123 -SHA256 (xpi/firefox-i18n-43.0.1/nb-NO.xpi) = 403de48e800f4d41231dc47e47a425d8068f8d66aac082aa4707d794cf8b2f21 -SIZE (xpi/firefox-i18n-43.0.1/nb-NO.xpi) = 456065 -SHA256 (xpi/firefox-i18n-43.0.1/nl.xpi) = 05244c64999026a6d1fc66978553835f85e21e0ebf7f88bb7f9726fab080be87 -SIZE (xpi/firefox-i18n-43.0.1/nl.xpi) = 454468 -SHA256 (xpi/firefox-i18n-43.0.1/nn-NO.xpi) = e720918d8c65bca8f89131ce4236f94f2b135e785940a449891d0ee91d726237 -SIZE (xpi/firefox-i18n-43.0.1/nn-NO.xpi) = 450234 -SHA256 (xpi/firefox-i18n-43.0.1/or.xpi) = f2eeb085741f36d4ca81f552de4adc76a3e4d61e4e728f955b59ffa83114ba60 -SIZE (xpi/firefox-i18n-43.0.1/or.xpi) = 536915 -SHA256 (xpi/firefox-i18n-43.0.1/pa-IN.xpi) = 6dac3af3fde5a299402d92cb307fabc6f231dbbc55adc6b18d42642a98142749 -SIZE (xpi/firefox-i18n-43.0.1/pa-IN.xpi) = 511160 -SHA256 (xpi/firefox-i18n-43.0.1/pl.xpi) = 0b37430cc49c8e2fc1cb155c865ba58ddf36da8fe795b13ffc6ba3f69f9c41ab -SIZE (xpi/firefox-i18n-43.0.1/pl.xpi) = 404460 -SHA256 (xpi/firefox-i18n-43.0.1/pt-BR.xpi) = 5ce088a6e2d47baee81d82fe35d6bd70220c6db3369823688da197f88476def5 -SIZE (xpi/firefox-i18n-43.0.1/pt-BR.xpi) = 473005 -SHA256 (xpi/firefox-i18n-43.0.1/pt-PT.xpi) = 5d814b2b74eee74aacea4762198b023d68d053b970f6915e63ff3e9e5c21ed92 -SIZE (xpi/firefox-i18n-43.0.1/pt-PT.xpi) = 451858 -SHA256 (xpi/firefox-i18n-43.0.1/rm.xpi) = c15a606cbed0665a39b139d9fbf898ae14c6122d5cabede166596d702df0943d -SIZE (xpi/firefox-i18n-43.0.1/rm.xpi) = 457315 -SHA256 (xpi/firefox-i18n-43.0.1/ro.xpi) = 5122609b34eeee2bf3c7319874a0dece164eb7c6c010d70ebfaa30dc63823633 -SIZE (xpi/firefox-i18n-43.0.1/ro.xpi) = 505833 -SHA256 (xpi/firefox-i18n-43.0.1/ru.xpi) = 99de1c972f3018896421c171c0dbc266d04f923b8a5510ef52145f4464fbd276 -SIZE (xpi/firefox-i18n-43.0.1/ru.xpi) = 417904 -SHA256 (xpi/firefox-i18n-43.0.1/si.xpi) = 0e20ef5b83bd71ff4ea954266d2815def7018c15f827eb67faa004bc3cbaf646 -SIZE (xpi/firefox-i18n-43.0.1/si.xpi) = 548393 -SHA256 (xpi/firefox-i18n-43.0.1/sk.xpi) = aa553f5359d74ca650f2df84e0e6fef6eaff37a6486a12e04c71ad84a455e2d6 -SIZE (xpi/firefox-i18n-43.0.1/sk.xpi) = 480519 -SHA256 (xpi/firefox-i18n-43.0.1/sl.xpi) = dd784a712282453889e36442dca10b5d5b96b36ed9774e4914fce5e87ebc14e9 -SIZE (xpi/firefox-i18n-43.0.1/sl.xpi) = 453338 -SHA256 (xpi/firefox-i18n-43.0.1/son.xpi) = bbf9fba2bba5cfb022cac1697dfbc287eeebc23e222991c29268138e051c2625 -SIZE (xpi/firefox-i18n-43.0.1/son.xpi) = 462151 -SHA256 (xpi/firefox-i18n-43.0.1/sq.xpi) = 97fd1266c586533de47dc18218b67668713cf0a4651f1d2760de86a0316688fc -SIZE (xpi/firefox-i18n-43.0.1/sq.xpi) = 497506 -SHA256 (xpi/firefox-i18n-43.0.1/sr.xpi) = f15c54379fdbe92201184323d23b874e8f6ebc809fcaff6777d480a80eaa18b1 -SIZE (xpi/firefox-i18n-43.0.1/sr.xpi) = 489348 -SHA256 (xpi/firefox-i18n-43.0.1/sv-SE.xpi) = 73021ec80fdaf07f4a69d0d7763013e9eef8be24cc42b4b028bf05a2f16fa3eb -SIZE (xpi/firefox-i18n-43.0.1/sv-SE.xpi) = 463026 -SHA256 (xpi/firefox-i18n-43.0.1/ta.xpi) = adafa9645f4f9142eb9de9d5979779f449916d6e4a7f66f69dda90a17ec8966d -SIZE (xpi/firefox-i18n-43.0.1/ta.xpi) = 519590 -SHA256 (xpi/firefox-i18n-43.0.1/te.xpi) = e1b5e68282f0473794df03a7c7db5c75ffcbd3d8eece1d177a8416d0654982a2 -SIZE (xpi/firefox-i18n-43.0.1/te.xpi) = 537274 -SHA256 (xpi/firefox-i18n-43.0.1/th.xpi) = 5844e3090137a832ddfab289450cab560211322a0af96dd8f7d9343e7154eeb1 -SIZE (xpi/firefox-i18n-43.0.1/th.xpi) = 546510 -SHA256 (xpi/firefox-i18n-43.0.1/tr.xpi) = 306aafaec0cb1a35c86696504a249a4a8609013b98709293d42a775850178de2 -SIZE (xpi/firefox-i18n-43.0.1/tr.xpi) = 492360 -SHA256 (xpi/firefox-i18n-43.0.1/uk.xpi) = c7dbe7a5a4c574e0a75791e2764b26271fc16d12db5f70eb12d30a1d74c56e98 -SIZE (xpi/firefox-i18n-43.0.1/uk.xpi) = 508886 -SHA256 (xpi/firefox-i18n-43.0.1/uz.xpi) = fb248e58ef958f6224deefcc45781f0cda971f3e8d7ddb120da76bc9ef8e9cf4 -SIZE (xpi/firefox-i18n-43.0.1/uz.xpi) = 510089 -SHA256 (xpi/firefox-i18n-43.0.1/vi.xpi) = 2c0db4ad703316e57be639c4011d2ec7dcdcf03e2a2819e69077a8a020f70171 -SIZE (xpi/firefox-i18n-43.0.1/vi.xpi) = 476613 -SHA256 (xpi/firefox-i18n-43.0.1/xh.xpi) = 46c4116c97abf9efd29022b3881eddad4768c084905b559637e24c2ba26c8b93 -SIZE (xpi/firefox-i18n-43.0.1/xh.xpi) = 458721 -SHA256 (xpi/firefox-i18n-43.0.1/zh-CN.xpi) = ddc7b79f99742fd8ea23b9aa5bbd47e3f7e82a41ad141e4a34e3fe784912a934 -SIZE (xpi/firefox-i18n-43.0.1/zh-CN.xpi) = 493641 -SHA256 (xpi/firefox-i18n-43.0.1/zh-TW.xpi) = 4a35399a932e05e0f8469c8f25732b37ec7f56319d2d0169acd6f47809590af2 -SIZE (xpi/firefox-i18n-43.0.1/zh-TW.xpi) = 485318 +SHA256 (xpi/firefox-i18n-43.0.3/ach.xpi) = 5143a7cdd9243695f64db4288c8e4b8dda5732bd20d5e9d4651016e13bb95d58 +SIZE (xpi/firefox-i18n-43.0.3/ach.xpi) = 486757 +SHA256 (xpi/firefox-i18n-43.0.3/af.xpi) = 7d21f67d3b7cecafd406d1aada00efec98b51f3b984f59491926d3cd49657c56 +SIZE (xpi/firefox-i18n-43.0.3/af.xpi) = 493734 +SHA256 (xpi/firefox-i18n-43.0.3/an.xpi) = 4588545c42bbf9e2c8cab715bd45ee60fdb30e58862562bb829b0ab20883968d +SIZE (xpi/firefox-i18n-43.0.3/an.xpi) = 472422 +SHA256 (xpi/firefox-i18n-43.0.3/ar.xpi) = cc789a29d6fa1eefac014519968d26e4ecc95175f095739641141298ecd958dd +SIZE (xpi/firefox-i18n-43.0.3/ar.xpi) = 531445 +SHA256 (xpi/firefox-i18n-43.0.3/as.xpi) = f98110cfa9564f200fbfacf244a18c1be50602adae848648cdfe052d496f6f04 +SIZE (xpi/firefox-i18n-43.0.3/as.xpi) = 520380 +SHA256 (xpi/firefox-i18n-43.0.3/ast.xpi) = 4cfd3a347f2ad7051436011fbe29e44f1546450535b4dfe40f07d0876d1d368a +SIZE (xpi/firefox-i18n-43.0.3/ast.xpi) = 414848 +SHA256 (xpi/firefox-i18n-43.0.3/az.xpi) = b47f5f9f81ba06756e77a14525d82aff1b07b32803773b93f599603f1924d9f3 +SIZE (xpi/firefox-i18n-43.0.3/az.xpi) = 501044 +SHA256 (xpi/firefox-i18n-43.0.3/be.xpi) = fc167d8f12e668f486aa01b8f5376171c4465ef4b20b8be743a1f051f071789d +SIZE (xpi/firefox-i18n-43.0.3/be.xpi) = 462185 +SHA256 (xpi/firefox-i18n-43.0.3/bg.xpi) = 874045bd5a6bf8248b9c6ba62b712190c9c171915796eece3250c373b77eef03 +SIZE (xpi/firefox-i18n-43.0.3/bg.xpi) = 503615 +SHA256 (xpi/firefox-i18n-43.0.3/bn-BD.xpi) = f78b8ae019873d295770780d0254033a7f0829670f931012be5cec946918621f +SIZE (xpi/firefox-i18n-43.0.3/bn-BD.xpi) = 550339 +SHA256 (xpi/firefox-i18n-43.0.3/bn-IN.xpi) = bb4ac58e1b2a33477db6b44c1c26f8e9309b94f59436dd88308c2e0369b3267f +SIZE (xpi/firefox-i18n-43.0.3/bn-IN.xpi) = 541700 +SHA256 (xpi/firefox-i18n-43.0.3/br.xpi) = 0916f7b4e21a7e1ba57358883f10196e9ce39ab622a61e2f4c1fb94796fac87e +SIZE (xpi/firefox-i18n-43.0.3/br.xpi) = 452046 +SHA256 (xpi/firefox-i18n-43.0.3/bs.xpi) = 1cd64ba3b75b7b3e1e9f8d1dfa9a84cf67ad7ef5e312626d0e048ca5f2bb84c3 +SIZE (xpi/firefox-i18n-43.0.3/bs.xpi) = 491002 +SHA256 (xpi/firefox-i18n-43.0.3/ca.xpi) = 6b266ba2f3799994622d666d0e77c95d47150c1db53155552369e53dad3f82a0 +SIZE (xpi/firefox-i18n-43.0.3/ca.xpi) = 469148 +SHA256 (xpi/firefox-i18n-43.0.3/cs.xpi) = 4412b79943edaa1902b292f564a648d1fe880530d2b2a03bd55c34a1ba0e3882 +SIZE (xpi/firefox-i18n-43.0.3/cs.xpi) = 458384 +SHA256 (xpi/firefox-i18n-43.0.3/cy.xpi) = 95fb6a01556c97636ebd754fc2f06597d677c50e963f55aac3039228ee29aaf4 +SIZE (xpi/firefox-i18n-43.0.3/cy.xpi) = 454624 +SHA256 (xpi/firefox-i18n-43.0.3/da.xpi) = 39794ef4165e9ca3eab7413b1545b9e1e96c39c503e67170200c2c476a776091 +SIZE (xpi/firefox-i18n-43.0.3/da.xpi) = 462528 +SHA256 (xpi/firefox-i18n-43.0.3/de.xpi) = b1f734919f6c2271f9f81983e5eb9cd0e85146a5e6931f38f084a605388159cd +SIZE (xpi/firefox-i18n-43.0.3/de.xpi) = 463840 +SHA256 (xpi/firefox-i18n-43.0.3/dsb.xpi) = 54423cb8262c079da861d60603c7ed19a8daf9848f76964de5814fbfeffba51f +SIZE (xpi/firefox-i18n-43.0.3/dsb.xpi) = 482634 +SHA256 (xpi/firefox-i18n-43.0.3/el.xpi) = d0677dd4ab1baf22f45d20696b3c4f8af0b5c62981e6146eec2f673b24558d6c +SIZE (xpi/firefox-i18n-43.0.3/el.xpi) = 508364 +SHA256 (xpi/firefox-i18n-43.0.3/en-GB.xpi) = 7eb8c0b5dac1b147782961f6b1e8592eb914f0af7c4dafc5e2753e7653bead17 +SIZE (xpi/firefox-i18n-43.0.3/en-GB.xpi) = 448389 +SHA256 (xpi/firefox-i18n-43.0.3/en-US.xpi) = e5f4b3fdfaa0192c3a2c440127eb93e6bbf8d63f88eaa2389117f7fb4d6a69e2 +SIZE (xpi/firefox-i18n-43.0.3/en-US.xpi) = 500718 +SHA256 (xpi/firefox-i18n-43.0.3/en-ZA.xpi) = aff3c5017d640bdf09533261e20275eb910f7021205f95b195ab4fb65be0b7d3 +SIZE (xpi/firefox-i18n-43.0.3/en-ZA.xpi) = 453305 +SHA256 (xpi/firefox-i18n-43.0.3/eo.xpi) = b717abf1170509b2db672cfa775bd41ba94de16e291a8fa87898006f37bfb0f4 +SIZE (xpi/firefox-i18n-43.0.3/eo.xpi) = 494360 +SHA256 (xpi/firefox-i18n-43.0.3/es-AR.xpi) = 82b8739a9745c10872792c80d2ecd6441f4ec7cfe7a0e10c6fbca187cda8792e +SIZE (xpi/firefox-i18n-43.0.3/es-AR.xpi) = 462418 +SHA256 (xpi/firefox-i18n-43.0.3/es-CL.xpi) = 677534acfcf999e8d731192438f8225ee71c73ab3c7eef95d5b4d3f2f1a4831c +SIZE (xpi/firefox-i18n-43.0.3/es-CL.xpi) = 388434 +SHA256 (xpi/firefox-i18n-43.0.3/es-ES.xpi) = d2e8808c5e732fb626f30b85069dbe0163466e941232a963ce96760e455f4792 +SIZE (xpi/firefox-i18n-43.0.3/es-ES.xpi) = 375333 +SHA256 (xpi/firefox-i18n-43.0.3/es-MX.xpi) = f01b0ec955cdff2bcf7623de2612ea34d9e472308bc62d6acf581ca20ab81c68 +SIZE (xpi/firefox-i18n-43.0.3/es-MX.xpi) = 468294 +SHA256 (xpi/firefox-i18n-43.0.3/et.xpi) = 9bf3275e29a112484cd2be079153228d2913acb55d102a11ff80e5aa948272b5 +SIZE (xpi/firefox-i18n-43.0.3/et.xpi) = 455409 +SHA256 (xpi/firefox-i18n-43.0.3/eu.xpi) = 40e44aff6272b3a9fea0f9f01e3b4da408ff08d1c75adc56a59df009317d3ee9 +SIZE (xpi/firefox-i18n-43.0.3/eu.xpi) = 477496 +SHA256 (xpi/firefox-i18n-43.0.3/fa.xpi) = fd4c493405c3539f88f07456b41f5c15fb8d3e5c29b913654ba04d81ded79283 +SIZE (xpi/firefox-i18n-43.0.3/fa.xpi) = 529697 +SHA256 (xpi/firefox-i18n-43.0.3/ff.xpi) = 6a58a66a06f9633701bbf083a3ee7fbb69f4801cc99bc8b92cc7300e055db15e +SIZE (xpi/firefox-i18n-43.0.3/ff.xpi) = 465024 +SHA256 (xpi/firefox-i18n-43.0.3/fi.xpi) = ca70e27e3ef49b9ca2832ea381ce90831029f5f47e9a08dae73c6dc3d7c7c006 +SIZE (xpi/firefox-i18n-43.0.3/fi.xpi) = 454717 +SHA256 (xpi/firefox-i18n-43.0.3/fr.xpi) = 0baf1ea9947febd84c02b35c2c96e0c364ba40390754e7bf467cdb55785cc6d0 +SIZE (xpi/firefox-i18n-43.0.3/fr.xpi) = 473568 +SHA256 (xpi/firefox-i18n-43.0.3/fy-NL.xpi) = 80be3038dadeb3ff2e825f2abf06e728da69651358468fe423ffa2729a9ed2a8 +SIZE (xpi/firefox-i18n-43.0.3/fy-NL.xpi) = 466648 +SHA256 (xpi/firefox-i18n-43.0.3/ga-IE.xpi) = d123063fea8b5faf65cb3359869d5b8962143c4cd96120b3ddeb22438b28e32e +SIZE (xpi/firefox-i18n-43.0.3/ga-IE.xpi) = 478966 +SHA256 (xpi/firefox-i18n-43.0.3/gd.xpi) = 628e2b8fd05e423bafa191fb35edf6edaa70a8bb1d966cda95d913d0087af653 +SIZE (xpi/firefox-i18n-43.0.3/gd.xpi) = 464868 +SHA256 (xpi/firefox-i18n-43.0.3/gl.xpi) = 279f104d8dc3643146893fa970bb456d0a71b8272755f1b407b4ebc70f1621f5 +SIZE (xpi/firefox-i18n-43.0.3/gl.xpi) = 454573 +SHA256 (xpi/firefox-i18n-43.0.3/gu-IN.xpi) = b534a34454e80b9b2ba9ec468d399909c1066ccbe8aa4921de819d7a3f21bb0c +SIZE (xpi/firefox-i18n-43.0.3/gu-IN.xpi) = 495781 +SHA256 (xpi/firefox-i18n-43.0.3/he.xpi) = 836bb18046f7b80cd9620edeb48effd6fb578f17123b0db886c80c541715a19a +SIZE (xpi/firefox-i18n-43.0.3/he.xpi) = 484110 +SHA256 (xpi/firefox-i18n-43.0.3/hi-IN.xpi) = a773c716bbca540c4db6ca1d3aef51741d702a3b803be5ecaed39cd0a22b0908 +SIZE (xpi/firefox-i18n-43.0.3/hi-IN.xpi) = 519473 +SHA256 (xpi/firefox-i18n-43.0.3/hr.xpi) = 12718da68aa24c96ccfa680e5b9e4a734b9d02f4a52331c9782a6a78f76e1666 +SIZE (xpi/firefox-i18n-43.0.3/hr.xpi) = 489138 +SHA256 (xpi/firefox-i18n-43.0.3/hsb.xpi) = 3e35608440981cf1abf19688d0bfc996fce716c000c4fdea289df6c09d363df3 +SIZE (xpi/firefox-i18n-43.0.3/hsb.xpi) = 480278 +SHA256 (xpi/firefox-i18n-43.0.3/hu.xpi) = 382f8a910c574aef5485f4063d83398c9c19f10d59cb0f8c99ba3a6ea5fd8825 +SIZE (xpi/firefox-i18n-43.0.3/hu.xpi) = 464706 +SHA256 (xpi/firefox-i18n-43.0.3/hy-AM.xpi) = 6370ba053f783fe1aec5088ac12d3b17bd55c68442242786599777dec5c58e19 +SIZE (xpi/firefox-i18n-43.0.3/hy-AM.xpi) = 548747 +SHA256 (xpi/firefox-i18n-43.0.3/id.xpi) = 915a93cefea2d8963491552fb9a617d3fb756d095fe4dbffba517aaa6c9b3e06 +SIZE (xpi/firefox-i18n-43.0.3/id.xpi) = 443809 +SHA256 (xpi/firefox-i18n-43.0.3/is.xpi) = c7d73398a3c5af5f2f987303bd9275434d99bd3fe32df63fc731bc249202ef0f +SIZE (xpi/firefox-i18n-43.0.3/is.xpi) = 495909 +SHA256 (xpi/firefox-i18n-43.0.3/it.xpi) = 04cb2f6ea7b749fffb6ff2375f456c809180a64c2712e8f28ee5ae5ca9fe4145 +SIZE (xpi/firefox-i18n-43.0.3/it.xpi) = 369329 +SHA256 (xpi/firefox-i18n-43.0.3/ja.xpi) = c67c7d66b732fdcae5db2463b272b796e449832b0d886b0528de6741259647e5 +SIZE (xpi/firefox-i18n-43.0.3/ja.xpi) = 491472 +SHA256 (xpi/firefox-i18n-43.0.3/kk.xpi) = dabfdd5c3220c3bed528ca48dd8b546642ddcc0c57cd4e16ea907eaed59784ed +SIZE (xpi/firefox-i18n-43.0.3/kk.xpi) = 516825 +SHA256 (xpi/firefox-i18n-43.0.3/km.xpi) = 7052bd6ed591683b1f7c71c21542757c7d6596d575de98951abb721c5d091b54 +SIZE (xpi/firefox-i18n-43.0.3/km.xpi) = 581656 +SHA256 (xpi/firefox-i18n-43.0.3/kn.xpi) = a728251af4c8a3303d16d44fd853f364bbac52627a792ac715265e765536f447 +SIZE (xpi/firefox-i18n-43.0.3/kn.xpi) = 548586 +SHA256 (xpi/firefox-i18n-43.0.3/ko.xpi) = bacd19e897b98ded3505979f8a720ee65c444df0d217e943825daf07e060140f +SIZE (xpi/firefox-i18n-43.0.3/ko.xpi) = 477482 +SHA256 (xpi/firefox-i18n-43.0.3/lij.xpi) = 5feb07eaa32efe9f796fb5dbc4e0282f2c5d5b51882afa09f6f57ac6adeeb558 +SIZE (xpi/firefox-i18n-43.0.3/lij.xpi) = 403511 +SHA256 (xpi/firefox-i18n-43.0.3/lt.xpi) = 5fd8768347700ad23755094a2a753fec8d75d358a3c64aaecb2a2317e1fe500a +SIZE (xpi/firefox-i18n-43.0.3/lt.xpi) = 498173 +SHA256 (xpi/firefox-i18n-43.0.3/lv.xpi) = 5469223688d81ebcf1a68e68899aa3c81876219dab57a5b8b5876e0bfe041c52 +SIZE (xpi/firefox-i18n-43.0.3/lv.xpi) = 478097 +SHA256 (xpi/firefox-i18n-43.0.3/mai.xpi) = af60084c2c6f0ccb1500a08e5232f16c0f5b90d34b83eed72186ef7c6c759809 +SIZE (xpi/firefox-i18n-43.0.3/mai.xpi) = 527786 +SHA256 (xpi/firefox-i18n-43.0.3/mk.xpi) = 9d3b3645e412b8ebca3acfee68657bf40a758b81203719f216a7c82b8709a8f6 +SIZE (xpi/firefox-i18n-43.0.3/mk.xpi) = 537952 +SHA256 (xpi/firefox-i18n-43.0.3/ml.xpi) = f9cdc42f0a9c5e91d7147ca5528e468217804a1e77905ae68c0eb77d757e86b2 +SIZE (xpi/firefox-i18n-43.0.3/ml.xpi) = 537548 +SHA256 (xpi/firefox-i18n-43.0.3/mr.xpi) = d53b0a34be8c4c02a39535b396f702af958987071cf8ec9b13eb3aefcb780f1f +SIZE (xpi/firefox-i18n-43.0.3/mr.xpi) = 527027 +SHA256 (xpi/firefox-i18n-43.0.3/ms.xpi) = 7f161da08b0860cdf65ad8aca8a07cfe8e1ef67a6d864d347d39513f9a9c1531 +SIZE (xpi/firefox-i18n-43.0.3/ms.xpi) = 502123 +SHA256 (xpi/firefox-i18n-43.0.3/nb-NO.xpi) = 98217f7eb1be0503fa1cfad51dec52383efaf2bcab592f95c0beef6f2d952fdd +SIZE (xpi/firefox-i18n-43.0.3/nb-NO.xpi) = 456065 +SHA256 (xpi/firefox-i18n-43.0.3/nl.xpi) = 9787336b7c0db11f9038c6f5d8525fe51d9ceef0a8039cae84ea39beba372802 +SIZE (xpi/firefox-i18n-43.0.3/nl.xpi) = 454467 +SHA256 (xpi/firefox-i18n-43.0.3/nn-NO.xpi) = 302189cc5f7d6f2bc352d86d2057130dc139264c24ee0f7d517c075c0cae08bf +SIZE (xpi/firefox-i18n-43.0.3/nn-NO.xpi) = 450234 +SHA256 (xpi/firefox-i18n-43.0.3/or.xpi) = 930abf71a2cf04b8da155f3b98da09b0f7996b53c8d6369fb14bbd5828e470bd +SIZE (xpi/firefox-i18n-43.0.3/or.xpi) = 536915 +SHA256 (xpi/firefox-i18n-43.0.3/pa-IN.xpi) = ff4071f0b778ba24a9864b797fce8e66f62b1e1c5dc76e29e8626a3a8e69ee7b +SIZE (xpi/firefox-i18n-43.0.3/pa-IN.xpi) = 511159 +SHA256 (xpi/firefox-i18n-43.0.3/pl.xpi) = 8882afb4a8b5f68109fd2087d300a97c78a7b0117d18f2f2942a5ccb8219007b +SIZE (xpi/firefox-i18n-43.0.3/pl.xpi) = 404460 +SHA256 (xpi/firefox-i18n-43.0.3/pt-BR.xpi) = fed79a4c26f3135ef63f66113a04bb834d0a6012c3815a34533842935c4ae17b +SIZE (xpi/firefox-i18n-43.0.3/pt-BR.xpi) = 473005 +SHA256 (xpi/firefox-i18n-43.0.3/pt-PT.xpi) = 63a67adf4cb8fe314a860a294f52b50cd525b9c244dd32ad9d947191e320fefa +SIZE (xpi/firefox-i18n-43.0.3/pt-PT.xpi) = 451858 +SHA256 (xpi/firefox-i18n-43.0.3/rm.xpi) = 1103fca20fe8cbf9a4a57ef5f6dabeac90d7cce122fddb922853018874c51811 +SIZE (xpi/firefox-i18n-43.0.3/rm.xpi) = 457314 +SHA256 (xpi/firefox-i18n-43.0.3/ro.xpi) = 282930373bd05848cf7ed52599356b993f08bc94bd40000cae179d13b69b9480 +SIZE (xpi/firefox-i18n-43.0.3/ro.xpi) = 505833 +SHA256 (xpi/firefox-i18n-43.0.3/ru.xpi) = c825f6aa735bc35e9b9a2515c5036043b39d3e934371199c47a35f28434930e0 +SIZE (xpi/firefox-i18n-43.0.3/ru.xpi) = 417904 +SHA256 (xpi/firefox-i18n-43.0.3/si.xpi) = 27a7e7f0236167f27fc96a4a73ed0c4085a3166728769e4dbe7d116ac3048cbd +SIZE (xpi/firefox-i18n-43.0.3/si.xpi) = 548392 +SHA256 (xpi/firefox-i18n-43.0.3/sk.xpi) = 31b021b458533954bdee1b5cccdaeb66e18089678d77e7af151b3fb4ca260647 +SIZE (xpi/firefox-i18n-43.0.3/sk.xpi) = 480519 +SHA256 (xpi/firefox-i18n-43.0.3/sl.xpi) = a50bfdfe25874918baa5332ab3e08d2986f1dc4704b494e8dd80be3f3468f293 +SIZE (xpi/firefox-i18n-43.0.3/sl.xpi) = 453338 +SHA256 (xpi/firefox-i18n-43.0.3/son.xpi) = 81aa3883107aafc65759a05d9baf3e9ef5de7e1f0e0fdbc8f14d607eb8f99a45 +SIZE (xpi/firefox-i18n-43.0.3/son.xpi) = 462151 +SHA256 (xpi/firefox-i18n-43.0.3/sq.xpi) = a5981eb087585d3d17b1574c90f0f6c6ce244c56597562394293f0fc786036cb +SIZE (xpi/firefox-i18n-43.0.3/sq.xpi) = 497506 +SHA256 (xpi/firefox-i18n-43.0.3/sr.xpi) = 7b46ba42d8fd170aea736bff7348aac662d6b723ff5c16895850d777ad916f56 +SIZE (xpi/firefox-i18n-43.0.3/sr.xpi) = 489349 +SHA256 (xpi/firefox-i18n-43.0.3/sv-SE.xpi) = 77e204a48b29226296469152bee9b603fca7fb96696832b715122c53d3088535 +SIZE (xpi/firefox-i18n-43.0.3/sv-SE.xpi) = 463026 +SHA256 (xpi/firefox-i18n-43.0.3/ta.xpi) = 564f2767b4b33e3d62a65666488b8d5cb649f9e12f900a0ca53b577bbf16eb7e +SIZE (xpi/firefox-i18n-43.0.3/ta.xpi) = 519590 +SHA256 (xpi/firefox-i18n-43.0.3/te.xpi) = 11ca12227d9ad7a782047756a2260c0287647b5b7fd6a44ad43e323839053725 +SIZE (xpi/firefox-i18n-43.0.3/te.xpi) = 537274 +SHA256 (xpi/firefox-i18n-43.0.3/th.xpi) = ef69ed03ea5d58c2452624d0662a7e96427a39cbf72fe94c338970fcb4bc1b63 +SIZE (xpi/firefox-i18n-43.0.3/th.xpi) = 546510 +SHA256 (xpi/firefox-i18n-43.0.3/tr.xpi) = dd59ff9cf74825038d040dc624340a3faf5572cc95845b647342d8dd52cea6b3 +SIZE (xpi/firefox-i18n-43.0.3/tr.xpi) = 492360 +SHA256 (xpi/firefox-i18n-43.0.3/uk.xpi) = 70214e508b881deffa3d4b90abdc61f8d22dbdbeb53d42c81c8d3c281adb5920 +SIZE (xpi/firefox-i18n-43.0.3/uk.xpi) = 508886 +SHA256 (xpi/firefox-i18n-43.0.3/uz.xpi) = 0deecb69f798b452077dcf574ab073a3a49b3885148ac329b08d79e0ee39ad8b +SIZE (xpi/firefox-i18n-43.0.3/uz.xpi) = 510089 +SHA256 (xpi/firefox-i18n-43.0.3/vi.xpi) = bf20b9d85497574e587494b2e43d8e81c897bfda39c30ae9d10b7d3d7c80fd7b +SIZE (xpi/firefox-i18n-43.0.3/vi.xpi) = 476613 +SHA256 (xpi/firefox-i18n-43.0.3/xh.xpi) = 366f809cd956546b764d6bbaf6acf35ad70056ceb76ec8e94936c8e60fbe5d03 +SIZE (xpi/firefox-i18n-43.0.3/xh.xpi) = 458721 +SHA256 (xpi/firefox-i18n-43.0.3/zh-CN.xpi) = bd9b067281609e9969d307ea132aa3cecf13f5ee787954846301fe8c08571c84 +SIZE (xpi/firefox-i18n-43.0.3/zh-CN.xpi) = 493641 +SHA256 (xpi/firefox-i18n-43.0.3/zh-TW.xpi) = 79744dfee12121f8b6f092527ae76b15e90eb2f582ea3ec39558a615bf59e4e3 +SIZE (xpi/firefox-i18n-43.0.3/zh-TW.xpi) = 485318 Modified: branches/2015Q4/www/firefox/Makefile ============================================================================== --- branches/2015Q4/www/firefox/Makefile Tue Dec 29 10:30:21 2015 (r404730) +++ branches/2015Q4/www/firefox/Makefile Tue Dec 29 10:31:19 2015 (r404731) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 43.0.1 +DISTVERSION= 43.0.3 DISTVERSIONSUFFIX=.source PORTEPOCH= 1 CATEGORIES= www ipv6 Modified: branches/2015Q4/www/firefox/distinfo ============================================================================== --- branches/2015Q4/www/firefox/distinfo Tue Dec 29 10:30:21 2015 (r404730) +++ branches/2015Q4/www/firefox/distinfo Tue Dec 29 10:31:19 2015 (r404731) @@ -1,2 +1,2 @@ -SHA256 (firefox-43.0.1.source.tar.xz) = b1f9173c6ddbd2bf868d94a815fde364bc37aa46a00981903fd1fe86a8f873d8 -SIZE (firefox-43.0.1.source.tar.xz) = 175453060 +SHA256 (firefox-43.0.3.source.tar.xz) = 15c5222e3b0a6a766f0a1c5452ff5c31498454187165a281448954a5eb462e89 +SIZE (firefox-43.0.3.source.tar.xz) = 175427272 Modified: branches/2015Q4/www/linux-firefox/Makefile ============================================================================== --- branches/2015Q4/www/linux-firefox/Makefile Tue Dec 29 10:30:21 2015 (r404730) +++ branches/2015Q4/www/linux-firefox/Makefile Tue Dec 29 10:31:19 2015 (r404731) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 43.0.1 +DISTVERSION= 43.0.3 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US \ Modified: branches/2015Q4/www/linux-firefox/distinfo ============================================================================== --- branches/2015Q4/www/linux-firefox/distinfo Tue Dec 29 10:30:21 2015 (r404730) +++ branches/2015Q4/www/linux-firefox/distinfo Tue Dec 29 10:31:19 2015 (r404731) @@ -1,5 +1,5 @@ -SHA256 (firefox-43.0.1.tar.bz2) = a8530e2b5d5c16c1afef6759a9015e83767271046537a050442fd6c457986746 -SIZE (firefox-43.0.1.tar.bz2) = 53521330 +SHA256 (firefox-43.0.3.tar.bz2) = 78b95a47e73d2ef7d436f59fb1e7f300c6075bae4ab41d3557b6b17520416d57 +SIZE (firefox-43.0.3.tar.bz2) = 53515636 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 From owner-svn-ports-branches@freebsd.org Tue Dec 29 10:38:47 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42B8CA542B6; Tue, 29 Dec 2015 10:38:47 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 06B1711BF; Tue, 29 Dec 2015 10:38:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBTAckso085956; Tue, 29 Dec 2015 10:38:46 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBTAcj4I085949; Tue, 29 Dec 2015 10:38:45 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201512291038.tBTAcj4I085949@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 29 Dec 2015 10:38:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r404732 - in branches/2015Q4/mail: linux-thunderbird thunderbird thunderbird-i18n thunderbird/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.20 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: Tue, 29 Dec 2015 10:38:47 -0000 Author: jbeich Date: Tue Dec 29 10:38:45 2015 New Revision: 404732 URL: https://svnweb.freebsd.org/changeset/ports/404732 Log: MFH: r404691 mail/thunderbird: update to 38.5.0 Changes: https://hg.mozilla.org/releases/comm-esr38/rev/b88229610b41 PR: 205653 Submitted by: Christoph Moench-Tegeder Security: 2c2d1c39-1396-459a-91f5-ca03ee7c64c6 Approved by: ports-secteam (miwi) Deleted: branches/2015Q4/mail/thunderbird/files/patch-bug1143411 Modified: branches/2015Q4/mail/linux-thunderbird/Makefile branches/2015Q4/mail/linux-thunderbird/distinfo branches/2015Q4/mail/thunderbird-i18n/Makefile branches/2015Q4/mail/thunderbird-i18n/distinfo branches/2015Q4/mail/thunderbird/Makefile branches/2015Q4/mail/thunderbird/distinfo Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/mail/linux-thunderbird/Makefile ============================================================================== --- branches/2015Q4/mail/linux-thunderbird/Makefile Tue Dec 29 10:31:19 2015 (r404731) +++ branches/2015Q4/mail/linux-thunderbird/Makefile Tue Dec 29 10:38:45 2015 (r404732) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 38.4.0 +DISTVERSION= 38.5.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build3/linux-i686/en-US + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/linux-i686/en-US MAINTAINER= gecko@FreeBSD.org COMMENT= Mozilla Thunderbird is standalone mail and news that stands above Modified: branches/2015Q4/mail/linux-thunderbird/distinfo ============================================================================== --- branches/2015Q4/mail/linux-thunderbird/distinfo Tue Dec 29 10:31:19 2015 (r404731) +++ branches/2015Q4/mail/linux-thunderbird/distinfo Tue Dec 29 10:38:45 2015 (r404732) @@ -1,5 +1,5 @@ -SHA256 (thunderbird-38.4.0.tar.bz2) = bca69f68e6296608e50bb798e46e209cc3be9f20b5baacc102f7571316f7f65e -SIZE (thunderbird-38.4.0.tar.bz2) = 41915481 +SHA256 (thunderbird-38.5.0.tar.bz2) = c7794f3e1d51fa7e0935d689078b348114d3abf010a0525b22e5375950b6098e +SIZE (thunderbird-38.5.0.tar.bz2) = 41923849 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/2015Q4/mail/thunderbird-i18n/Makefile ============================================================================== --- branches/2015Q4/mail/thunderbird-i18n/Makefile Tue Dec 29 10:31:19 2015 (r404731) +++ branches/2015Q4/mail/thunderbird-i18n/Makefile Tue Dec 29 10:38:45 2015 (r404732) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= thunderbird-i18n -PORTVERSION= 38.4.0 +PORTVERSION= 38.5.0 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build3/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${THUNDERBIRD_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} Modified: branches/2015Q4/mail/thunderbird-i18n/distinfo ============================================================================== --- branches/2015Q4/mail/thunderbird-i18n/distinfo Tue Dec 29 10:31:19 2015 (r404731) +++ branches/2015Q4/mail/thunderbird-i18n/distinfo Tue Dec 29 10:38:45 2015 (r404732) @@ -1,116 +1,116 @@ -SHA256 (xpi/thunderbird-i18n-38.4.0/ar.xpi) = d4e60e78da33e68a2d9d6c38fbc21da120774f071d1ad66c8f64e45e7a1ab1bc -SIZE (xpi/thunderbird-i18n-38.4.0/ar.xpi) = 475296 -SHA256 (xpi/thunderbird-i18n-38.4.0/ast.xpi) = 951fe8891f21179b800f540871c0845d29b33d1edaddf2b731e8359fd02b7d18 -SIZE (xpi/thunderbird-i18n-38.4.0/ast.xpi) = 405873 -SHA256 (xpi/thunderbird-i18n-38.4.0/be.xpi) = 19da5332ba7beab567335fb53da020f00e37bc210b06606427c3da9663650569 -SIZE (xpi/thunderbird-i18n-38.4.0/be.xpi) = 442452 -SHA256 (xpi/thunderbird-i18n-38.4.0/bg.xpi) = 81d7df7cf1e66d16801ce727c8142897e2f9a3ef78d6fcf84318f1d5bdced1c5 -SIZE (xpi/thunderbird-i18n-38.4.0/bg.xpi) = 506124 -SHA256 (xpi/thunderbird-i18n-38.4.0/bn-BD.xpi) = 444efce23211bb069b7528ae09e89129225a89fed49077d1cbfa4eb2c0a1d356 -SIZE (xpi/thunderbird-i18n-38.4.0/bn-BD.xpi) = 560626 -SHA256 (xpi/thunderbird-i18n-38.4.0/br.xpi) = 9ed680b42abce45726df6b45586789a4d5ff069a658e7266368503c0eb2e9b3f -SIZE (xpi/thunderbird-i18n-38.4.0/br.xpi) = 449767 -SHA256 (xpi/thunderbird-i18n-38.4.0/ca.xpi) = 4203b358f6d9fe362f47a777ed131397de49e0fd3e4956ffe05284fac3bdd6a8 -SIZE (xpi/thunderbird-i18n-38.4.0/ca.xpi) = 450326 -SHA256 (xpi/thunderbird-i18n-38.4.0/cs.xpi) = 5a2c41694f56c2804c9f1c0a46262f02e318a146bcd4c6a9c6c32a6569a6e729 -SIZE (xpi/thunderbird-i18n-38.4.0/cs.xpi) = 448724 -SHA256 (xpi/thunderbird-i18n-38.4.0/cy.xpi) = 8aa599c3755cc40532cd0cde0ffd2d7ecb5d04cb05d92a068859fd4c772c2c74 -SIZE (xpi/thunderbird-i18n-38.4.0/cy.xpi) = 434848 -SHA256 (xpi/thunderbird-i18n-38.4.0/da.xpi) = 50e972efc741054a60a242963a357cb1330c91f1ce00226b948592135b0bd40a -SIZE (xpi/thunderbird-i18n-38.4.0/da.xpi) = 425829 -SHA256 (xpi/thunderbird-i18n-38.4.0/de.xpi) = d65ea03a6f4a252b7533952c0dd970e9f202e15ab6cdc70300cb2c43158d00e8 -SIZE (xpi/thunderbird-i18n-38.4.0/de.xpi) = 429877 -SHA256 (xpi/thunderbird-i18n-38.4.0/dsb.xpi) = f19d2474f9bce0b63e6ee46da8566ba5dd35b1e295eeae5fab44db363319640c -SIZE (xpi/thunderbird-i18n-38.4.0/dsb.xpi) = 458487 -SHA256 (xpi/thunderbird-i18n-38.4.0/el.xpi) = dbc7a3c20f5f5a8f9d8117a9de9bdea1bed8ec86761a56b607b54d8e838c95dc -SIZE (xpi/thunderbird-i18n-38.4.0/el.xpi) = 493490 -SHA256 (xpi/thunderbird-i18n-38.4.0/en-GB.xpi) = 2a4b9996555f2aae4d146f138d91fb6d2033d4d92f9a406ee174f30eab4e79df -SIZE (xpi/thunderbird-i18n-38.4.0/en-GB.xpi) = 416573 -SHA256 (xpi/thunderbird-i18n-38.4.0/en-US.xpi) = ef8a6ec4aa464854e6c42a6926b3fbda2df4e668ec1bb223ddfc9f41b3c92e2d -SIZE (xpi/thunderbird-i18n-38.4.0/en-US.xpi) = 416619 -SHA256 (xpi/thunderbird-i18n-38.4.0/es-AR.xpi) = 7bd6def638093ff0e680728da782b07ce2e95276fbdeadba6e372cce31bb7cc4 -SIZE (xpi/thunderbird-i18n-38.4.0/es-AR.xpi) = 442641 -SHA256 (xpi/thunderbird-i18n-38.4.0/es-ES.xpi) = 331b344422ff462cd96674e3162682db8b02e35078533e72a0f70d00ee8b6911 -SIZE (xpi/thunderbird-i18n-38.4.0/es-ES.xpi) = 376067 -SHA256 (xpi/thunderbird-i18n-38.4.0/et.xpi) = 3c38b229f6401e7d1d654f70da5bee4f21288c2b77c33e6e49f181ecf11c6661 -SIZE (xpi/thunderbird-i18n-38.4.0/et.xpi) = 438262 -SHA256 (xpi/thunderbird-i18n-38.4.0/eu.xpi) = bda4a1a17667f48d3982dd9b67993a8aa46054a1e31798686f5495e808b63d08 -SIZE (xpi/thunderbird-i18n-38.4.0/eu.xpi) = 434838 -SHA256 (xpi/thunderbird-i18n-38.4.0/fi.xpi) = 641a0ddd879d8964469caa3aaf590c26f147830c02245086c6b50f4a2097a201 -SIZE (xpi/thunderbird-i18n-38.4.0/fi.xpi) = 438890 -SHA256 (xpi/thunderbird-i18n-38.4.0/fr.xpi) = 80dfd39499fc518b1682d4e02bdec7f31d2543a9da8a6588fa29e08ff1defec7 -SIZE (xpi/thunderbird-i18n-38.4.0/fr.xpi) = 448228 -SHA256 (xpi/thunderbird-i18n-38.4.0/fy-NL.xpi) = b08acf69e3811748d16633f57a2796135edcbc172baad4b760657afa2cc4f969 -SIZE (xpi/thunderbird-i18n-38.4.0/fy-NL.xpi) = 442162 -SHA256 (xpi/thunderbird-i18n-38.4.0/ga-IE.xpi) = 1b22df1635e8284dfe8b0211b962f4e6dc1b6821c5be55bd86d3ab5fb32297af -SIZE (xpi/thunderbird-i18n-38.4.0/ga-IE.xpi) = 457412 -SHA256 (xpi/thunderbird-i18n-38.4.0/gd.xpi) = d5df704f78a895e996d3c247ea9e09afe60f007963bb2f38db19ab31ea00b132 -SIZE (xpi/thunderbird-i18n-38.4.0/gd.xpi) = 456317 -SHA256 (xpi/thunderbird-i18n-38.4.0/gl.xpi) = 77553c630648c6c497a2ae839c981aca14d09cca5d788bc1598ea8af31f45772 -SIZE (xpi/thunderbird-i18n-38.4.0/gl.xpi) = 457839 -SHA256 (xpi/thunderbird-i18n-38.4.0/he.xpi) = e3b410c7c3a72d7a00a941d707c4c3b0c60d42bc30866a6c93665a18998e0e1c -SIZE (xpi/thunderbird-i18n-38.4.0/he.xpi) = 485867 -SHA256 (xpi/thunderbird-i18n-38.4.0/hr.xpi) = d91376b2fcc6940ee0d0681d3926356ea2b7dff8d1083ea34c8584a305276644 -SIZE (xpi/thunderbird-i18n-38.4.0/hr.xpi) = 440420 -SHA256 (xpi/thunderbird-i18n-38.4.0/hsb.xpi) = c258583b8d4830ea20bcaaa0f6b3f1d3fabd9b3fa4aa5725f3640f48240cd282 -SIZE (xpi/thunderbird-i18n-38.4.0/hsb.xpi) = 456451 -SHA256 (xpi/thunderbird-i18n-38.4.0/hu.xpi) = b73805280c9464e8d41e74ebbf6a2b2fbc58fb221fd17885e1b6fd2cd225d343 -SIZE (xpi/thunderbird-i18n-38.4.0/hu.xpi) = 457988 -SHA256 (xpi/thunderbird-i18n-38.4.0/hy-AM.xpi) = 3c8f349176d421e090a16034d4208375fd36f2ca0db664b9138f344f6eaaafb7 -SIZE (xpi/thunderbird-i18n-38.4.0/hy-AM.xpi) = 500356 -SHA256 (xpi/thunderbird-i18n-38.4.0/id.xpi) = 294595cd419da412e8a907d9ec0b5934acbd8163cbfebf29d3472b5a6ca8fbee -SIZE (xpi/thunderbird-i18n-38.4.0/id.xpi) = 483187 -SHA256 (xpi/thunderbird-i18n-38.4.0/is.xpi) = 1c838ac49cf9c8cf64b1233abd685e996c284babee9a64964b4b90c6e2285105 -SIZE (xpi/thunderbird-i18n-38.4.0/is.xpi) = 443008 -SHA256 (xpi/thunderbird-i18n-38.4.0/it.xpi) = 0c572cadf9b5a16696b78f2d1683b627db0a5702698f7477d367ee2690aeee69 -SIZE (xpi/thunderbird-i18n-38.4.0/it.xpi) = 369024 -SHA256 (xpi/thunderbird-i18n-38.4.0/ja.xpi) = 901b396f920d4dc88367b2828c945de1ecc4e0b1ed2f33d793e65a07dad8f054 -SIZE (xpi/thunderbird-i18n-38.4.0/ja.xpi) = 492861 -SHA256 (xpi/thunderbird-i18n-38.4.0/ko.xpi) = 6f2f92f94c228c9da48a7c36c8b14868a029d9a2c3f54d5352740722aafc0da9 -SIZE (xpi/thunderbird-i18n-38.4.0/ko.xpi) = 454852 -SHA256 (xpi/thunderbird-i18n-38.4.0/lt.xpi) = c6fc41ca583092e314f19c3814cabbd275072b104a860f7644af00c5e9029c7a -SIZE (xpi/thunderbird-i18n-38.4.0/lt.xpi) = 454572 -SHA256 (xpi/thunderbird-i18n-38.4.0/nb-NO.xpi) = 0c5614dd8c5ee6ef20dc5b57eadf496abc66361c9b0128bb172a314939557c56 -SIZE (xpi/thunderbird-i18n-38.4.0/nb-NO.xpi) = 434341 -SHA256 (xpi/thunderbird-i18n-38.4.0/nl.xpi) = f0441f68a754a411b447f7b6423dd608de5716a64a5d486bb5275ddd0632c456 -SIZE (xpi/thunderbird-i18n-38.4.0/nl.xpi) = 435108 -SHA256 (xpi/thunderbird-i18n-38.4.0/nn-NO.xpi) = 036789fff634d37159f7ba35d43e93f65d8299934c55aa4b76a217b3dabd0186 -SIZE (xpi/thunderbird-i18n-38.4.0/nn-NO.xpi) = 436623 -SHA256 (xpi/thunderbird-i18n-38.4.0/pa-IN.xpi) = 29acab11415d7ac3229cfcc17538f1f93c9dfbdfdfc32fe8dde9a621dac70111 -SIZE (xpi/thunderbird-i18n-38.4.0/pa-IN.xpi) = 530461 -SHA256 (xpi/thunderbird-i18n-38.4.0/pl.xpi) = 63aa21e0cc3c3171b19a1196deeeb9a9179b2261dcc9517f491d911be69ef355 -SIZE (xpi/thunderbird-i18n-38.4.0/pl.xpi) = 411509 -SHA256 (xpi/thunderbird-i18n-38.4.0/pt-BR.xpi) = 97d632fcb86a8cd3d5d62a57bc6d0a4d06ecf37439e47397ea4f9016b056cd7f -SIZE (xpi/thunderbird-i18n-38.4.0/pt-BR.xpi) = 443752 -SHA256 (xpi/thunderbird-i18n-38.4.0/pt-PT.xpi) = 525147d8c2380a33fb32af4026972b0e814203c8f23c01104db371479c390d93 -SIZE (xpi/thunderbird-i18n-38.4.0/pt-PT.xpi) = 442064 -SHA256 (xpi/thunderbird-i18n-38.4.0/rm.xpi) = 24659e293dbecd52684bdb434bd4f3f21333459c67d311499451ad9787d97b9a -SIZE (xpi/thunderbird-i18n-38.4.0/rm.xpi) = 442113 -SHA256 (xpi/thunderbird-i18n-38.4.0/ro.xpi) = ca87bfc055d76231dca985b0a270633d5b4c092d09ad63a23ed7b87ab98f76ef -SIZE (xpi/thunderbird-i18n-38.4.0/ro.xpi) = 448349 -SHA256 (xpi/thunderbird-i18n-38.4.0/ru.xpi) = ca82a950a4cab1c303b531c47017e8e753381a1ca35e229011e624b3659615b4 -SIZE (xpi/thunderbird-i18n-38.4.0/ru.xpi) = 437591 -SHA256 (xpi/thunderbird-i18n-38.4.0/si.xpi) = 9da32d2866ace3b5edb129a8a43f0b91e492fbf62c390671f8b88b87e245a618 -SIZE (xpi/thunderbird-i18n-38.4.0/si.xpi) = 535341 -SHA256 (xpi/thunderbird-i18n-38.4.0/sk.xpi) = e9ab86a2c6d3dd032929f198a82b14ba7823ab973b85ed2dab146057aef99629 -SIZE (xpi/thunderbird-i18n-38.4.0/sk.xpi) = 456606 -SHA256 (xpi/thunderbird-i18n-38.4.0/sl.xpi) = 822208506a476e4df2629566861afec9fc739b49616aef1217f080cc2da195df -SIZE (xpi/thunderbird-i18n-38.4.0/sl.xpi) = 437848 -SHA256 (xpi/thunderbird-i18n-38.4.0/sq.xpi) = 2c20c2c288b8ab06b268ea1a055f61a2c7287cc7eaa342271a4511c6dd6a4052 -SIZE (xpi/thunderbird-i18n-38.4.0/sq.xpi) = 446897 -SHA256 (xpi/thunderbird-i18n-38.4.0/sr.xpi) = 16f914f1cc1015ea798d3486b08aaa8c8b7de19a0bbee85631f2d910895758f7 -SIZE (xpi/thunderbird-i18n-38.4.0/sr.xpi) = 543314 -SHA256 (xpi/thunderbird-i18n-38.4.0/sv-SE.xpi) = 5d5f37c0104a08e0101e93b28a2ad5a3df8910e3c47cce4b25f4d61d1ef699f3 -SIZE (xpi/thunderbird-i18n-38.4.0/sv-SE.xpi) = 439634 -SHA256 (xpi/thunderbird-i18n-38.4.0/ta-LK.xpi) = 171851b7e75b8e7bf227bc15079b8608a9e63682d26057104452a3a697772cc5 -SIZE (xpi/thunderbird-i18n-38.4.0/ta-LK.xpi) = 558738 -SHA256 (xpi/thunderbird-i18n-38.4.0/tr.xpi) = 6d40b110a752fea21018d18430fdc95d7217e77f9a0cc912c14c882218c5e1bc -SIZE (xpi/thunderbird-i18n-38.4.0/tr.xpi) = 447800 -SHA256 (xpi/thunderbird-i18n-38.4.0/uk.xpi) = 9cdc9926384d425473fc5c62d2bb35c20b248326cf98b73b2c98f7144f2a2061 -SIZE (xpi/thunderbird-i18n-38.4.0/uk.xpi) = 509601 -SHA256 (xpi/thunderbird-i18n-38.4.0/vi.xpi) = 4b385a97569a40331a5434762af52c4561f045892f0c51e852aae3af748df87a -SIZE (xpi/thunderbird-i18n-38.4.0/vi.xpi) = 519843 -SHA256 (xpi/thunderbird-i18n-38.4.0/zh-CN.xpi) = a30ec5320021565cc1602623a4e83017dc31e3dcb1ac83afaf68089ab2c2d321 -SIZE (xpi/thunderbird-i18n-38.4.0/zh-CN.xpi) = 466412 -SHA256 (xpi/thunderbird-i18n-38.4.0/zh-TW.xpi) = 4e8687e4862fbf46e0e3b45f3c691fcef649d468f8a14163a4945e9909e06d30 -SIZE (xpi/thunderbird-i18n-38.4.0/zh-TW.xpi) = 466661 +SHA256 (xpi/thunderbird-i18n-38.5.0/ar.xpi) = 871c5198f1a5a2b5fef7f817d583bd91300bfd32522b7a1801b7e32b478a4bb9 +SIZE (xpi/thunderbird-i18n-38.5.0/ar.xpi) = 475296 +SHA256 (xpi/thunderbird-i18n-38.5.0/ast.xpi) = b8a3c66806cb11447fffe54830a78f96fcf828722708365558bb74e173a43ad4 +SIZE (xpi/thunderbird-i18n-38.5.0/ast.xpi) = 405872 +SHA256 (xpi/thunderbird-i18n-38.5.0/be.xpi) = ea1db89d0f5b511cd9ac513b97bee00cb42decd2b87e071b5da46a3aa2be81e6 +SIZE (xpi/thunderbird-i18n-38.5.0/be.xpi) = 442452 +SHA256 (xpi/thunderbird-i18n-38.5.0/bg.xpi) = aabc2ac3fadeaa3ee8abd2e964672d690bb6e6b52c795b1c2d6d64b37b36b885 +SIZE (xpi/thunderbird-i18n-38.5.0/bg.xpi) = 506124 +SHA256 (xpi/thunderbird-i18n-38.5.0/bn-BD.xpi) = 022892a83c16ef4b9532c7161d94f445d1d96d00c8229c114547989d1c323ff8 +SIZE (xpi/thunderbird-i18n-38.5.0/bn-BD.xpi) = 560626 +SHA256 (xpi/thunderbird-i18n-38.5.0/br.xpi) = 2561fdc06b3bc6cbfd5b9324c5a036e94329da937d1a5bfa61e3a6ef0c5f4af2 +SIZE (xpi/thunderbird-i18n-38.5.0/br.xpi) = 449767 +SHA256 (xpi/thunderbird-i18n-38.5.0/ca.xpi) = 40755d7ba80646e439d876df51f53bc7a38505997d54eb02be06072257e7378c +SIZE (xpi/thunderbird-i18n-38.5.0/ca.xpi) = 450325 +SHA256 (xpi/thunderbird-i18n-38.5.0/cs.xpi) = e7222a48b20bf8f209dab4a122d2c6ea096780dab47e6868582bd1e2f6b14e9b +SIZE (xpi/thunderbird-i18n-38.5.0/cs.xpi) = 448724 +SHA256 (xpi/thunderbird-i18n-38.5.0/cy.xpi) = d83024be415a394321ae8f376370ca30f47763e81efbc769f383821c2a8cf8a3 +SIZE (xpi/thunderbird-i18n-38.5.0/cy.xpi) = 434848 +SHA256 (xpi/thunderbird-i18n-38.5.0/da.xpi) = fc1c1ba9b1fca501994c281b1b12f8ec0956da15cc0cc64a2bbfd3f497a8770b +SIZE (xpi/thunderbird-i18n-38.5.0/da.xpi) = 425828 +SHA256 (xpi/thunderbird-i18n-38.5.0/de.xpi) = 3f26cb352e365cf424cb10dee362b286dcf977c4a7d13208a312fd29a0844a73 +SIZE (xpi/thunderbird-i18n-38.5.0/de.xpi) = 429877 +SHA256 (xpi/thunderbird-i18n-38.5.0/dsb.xpi) = 52fd943ff64f827de7fc34decbecd9c68e4eea954a908c5e0d9ecc36a1a96129 +SIZE (xpi/thunderbird-i18n-38.5.0/dsb.xpi) = 458487 +SHA256 (xpi/thunderbird-i18n-38.5.0/el.xpi) = 22ff637cf6c4c8105143ae160c4fa8a83dd1ce6fa4c11947faafce5e7251699d +SIZE (xpi/thunderbird-i18n-38.5.0/el.xpi) = 493490 +SHA256 (xpi/thunderbird-i18n-38.5.0/en-GB.xpi) = 8bd1493cab380c5a270a5d2558cf2b0fc981f6751e04080e1551d2190d6137bf +SIZE (xpi/thunderbird-i18n-38.5.0/en-GB.xpi) = 416572 +SHA256 (xpi/thunderbird-i18n-38.5.0/en-US.xpi) = a4ebade03dcfc1d4477cc53df8c304af018f5c85ca25e7d3e1241557d57a0d61 +SIZE (xpi/thunderbird-i18n-38.5.0/en-US.xpi) = 416618 +SHA256 (xpi/thunderbird-i18n-38.5.0/es-AR.xpi) = 7e302508478080537444518a6b4255f571772c7b4d1f2fe139904b7e32f33d4b +SIZE (xpi/thunderbird-i18n-38.5.0/es-AR.xpi) = 442641 +SHA256 (xpi/thunderbird-i18n-38.5.0/es-ES.xpi) = f6b29935579163d64f68d8f2e85eab3f98c1fc1a00d03822ffbbe1902e7d35bb +SIZE (xpi/thunderbird-i18n-38.5.0/es-ES.xpi) = 376067 +SHA256 (xpi/thunderbird-i18n-38.5.0/et.xpi) = fb12d4fbc020244b27a0316b863f6947390bb13ea84a81e546affec7856ebfb5 +SIZE (xpi/thunderbird-i18n-38.5.0/et.xpi) = 438262 +SHA256 (xpi/thunderbird-i18n-38.5.0/eu.xpi) = f8bc60f96ef8b99d7802986aca15fb356177b7b6c51fc8619507581e040e947d +SIZE (xpi/thunderbird-i18n-38.5.0/eu.xpi) = 434837 +SHA256 (xpi/thunderbird-i18n-38.5.0/fi.xpi) = 1dedfe35f61268451437cc9df8560d45a19a9e0e8ed088cb43e51563a9d17838 +SIZE (xpi/thunderbird-i18n-38.5.0/fi.xpi) = 438889 +SHA256 (xpi/thunderbird-i18n-38.5.0/fr.xpi) = 4daa46ff54c555e5a2c3db3ceaf3b40184caaec718b56ee6f54e70f20f14c8bf +SIZE (xpi/thunderbird-i18n-38.5.0/fr.xpi) = 448227 +SHA256 (xpi/thunderbird-i18n-38.5.0/fy-NL.xpi) = 5ccd1f8bb4586826a1ccae5b1dcac7f5327280ed6032f5bc75beb525419f7b58 +SIZE (xpi/thunderbird-i18n-38.5.0/fy-NL.xpi) = 442162 +SHA256 (xpi/thunderbird-i18n-38.5.0/ga-IE.xpi) = d22650501fa3e4b2e43ece4bc3b13879f23e45e348f6c060a641acb7398dcbf3 +SIZE (xpi/thunderbird-i18n-38.5.0/ga-IE.xpi) = 457412 +SHA256 (xpi/thunderbird-i18n-38.5.0/gd.xpi) = 2c760ca6f7056657aded3decbe7139f8765d7e44c831cc125f20f50232fc6c20 +SIZE (xpi/thunderbird-i18n-38.5.0/gd.xpi) = 456317 +SHA256 (xpi/thunderbird-i18n-38.5.0/gl.xpi) = ac0fd1265717fdcdd23540c50df3f21c5e0a5067593e5a9ba380f8f18df6b71b +SIZE (xpi/thunderbird-i18n-38.5.0/gl.xpi) = 457839 +SHA256 (xpi/thunderbird-i18n-38.5.0/he.xpi) = a50455fd9f1c4270e9d3fe9bd515480b581cbe340c2c58898a7785df4099f6c4 +SIZE (xpi/thunderbird-i18n-38.5.0/he.xpi) = 485867 +SHA256 (xpi/thunderbird-i18n-38.5.0/hr.xpi) = 9b6f6ac7a7319a84faef022d6d4141a61311b15e568e2d6c98f7661bd37b54c6 +SIZE (xpi/thunderbird-i18n-38.5.0/hr.xpi) = 440420 +SHA256 (xpi/thunderbird-i18n-38.5.0/hu.xpi) = 52d41bd4d067e8c265c62038b01cfbe2458a8cb633faa744135fa050abccd0b0 +SIZE (xpi/thunderbird-i18n-38.5.0/hu.xpi) = 457988 +SHA256 (xpi/thunderbird-i18n-38.5.0/hsb.xpi) = 1d24994a53b2f6e3620674eb7775d84d99be5b1bf2832ff8730f5da20a8aa650 +SIZE (xpi/thunderbird-i18n-38.5.0/hsb.xpi) = 456451 +SHA256 (xpi/thunderbird-i18n-38.5.0/hy-AM.xpi) = f954363b73c878e9123051e8242721994f07437b253e7057d8da17fc1e9967cf +SIZE (xpi/thunderbird-i18n-38.5.0/hy-AM.xpi) = 500355 +SHA256 (xpi/thunderbird-i18n-38.5.0/id.xpi) = b6537e90c3cba54480445aa3d6ac9db4fec2b37563e6f0b124d24c8d732b7417 +SIZE (xpi/thunderbird-i18n-38.5.0/id.xpi) = 483187 +SHA256 (xpi/thunderbird-i18n-38.5.0/is.xpi) = 96cb3ca1007cc4099e263d320929a61cd95d708162c1744cdf3daf6e50876e7d +SIZE (xpi/thunderbird-i18n-38.5.0/is.xpi) = 443008 +SHA256 (xpi/thunderbird-i18n-38.5.0/it.xpi) = d9aa92b84cdc7d133b1ad73538ffcb665bbe6b016bb64be0c5ada10d920843a5 +SIZE (xpi/thunderbird-i18n-38.5.0/it.xpi) = 369024 +SHA256 (xpi/thunderbird-i18n-38.5.0/ja.xpi) = 7c7ab7be4d3bb70fe0d03e8b0c975d5e575dfc091ffb15978e3b9e7db5413352 +SIZE (xpi/thunderbird-i18n-38.5.0/ja.xpi) = 492861 +SHA256 (xpi/thunderbird-i18n-38.5.0/ko.xpi) = 7d86cadeb8c153c72620c9408219ab80266848efce89301962b8f1256c808837 +SIZE (xpi/thunderbird-i18n-38.5.0/ko.xpi) = 454852 +SHA256 (xpi/thunderbird-i18n-38.5.0/lt.xpi) = 9e9003037bf0847b5aa7bd317d6689eb9c7aa75d4809f9e3bce47f78dbe61d93 +SIZE (xpi/thunderbird-i18n-38.5.0/lt.xpi) = 454572 +SHA256 (xpi/thunderbird-i18n-38.5.0/nb-NO.xpi) = ca97b65ac556c20d4e2587c331eee3ca8f61dc6a6f77aa21c9e8a2d369281db7 +SIZE (xpi/thunderbird-i18n-38.5.0/nb-NO.xpi) = 434340 +SHA256 (xpi/thunderbird-i18n-38.5.0/nl.xpi) = b7d55012d95d837206a31a4c88dfef536186a75bbe641bb227b80626cb07e636 +SIZE (xpi/thunderbird-i18n-38.5.0/nl.xpi) = 435108 +SHA256 (xpi/thunderbird-i18n-38.5.0/nn-NO.xpi) = c0a8fe5db11c7d92334e956a0a762b3b5a23ca545a1ce11641089e76dd7b711a +SIZE (xpi/thunderbird-i18n-38.5.0/nn-NO.xpi) = 436623 +SHA256 (xpi/thunderbird-i18n-38.5.0/pa-IN.xpi) = 7768e9f5e030cfc9c05ef098ad72d65fc6cc660cb6e53de107e2fed35e516dc6 +SIZE (xpi/thunderbird-i18n-38.5.0/pa-IN.xpi) = 530461 +SHA256 (xpi/thunderbird-i18n-38.5.0/pl.xpi) = 021187aa03297312db350a8220f646fd8ed85662f34f5b395fe3fdaa24304857 +SIZE (xpi/thunderbird-i18n-38.5.0/pl.xpi) = 411509 +SHA256 (xpi/thunderbird-i18n-38.5.0/pt-BR.xpi) = 2626ae310086d7c39802e958b00dbd36f3358376e5af3ac1a89d631b2f32e8e8 +SIZE (xpi/thunderbird-i18n-38.5.0/pt-BR.xpi) = 443752 +SHA256 (xpi/thunderbird-i18n-38.5.0/pt-PT.xpi) = 0994ac9486c74b133716f450484d27819f6abd3313e056c7772008bf73438e1b +SIZE (xpi/thunderbird-i18n-38.5.0/pt-PT.xpi) = 442064 +SHA256 (xpi/thunderbird-i18n-38.5.0/rm.xpi) = ba8555b7ee5464ef5f3b697a269216e5958863211ecdbd490d1000811ac0f607 +SIZE (xpi/thunderbird-i18n-38.5.0/rm.xpi) = 442112 +SHA256 (xpi/thunderbird-i18n-38.5.0/ro.xpi) = 675d2acf50b7e63e6faffb622df34a91d065c7ca0d4f4aecce5c510d18c1b274 +SIZE (xpi/thunderbird-i18n-38.5.0/ro.xpi) = 448349 +SHA256 (xpi/thunderbird-i18n-38.5.0/ru.xpi) = 907ea7c1d838aaaf6641f5cf0860f318715ec7d3c39f9b93ba9ebe888a886ed6 +SIZE (xpi/thunderbird-i18n-38.5.0/ru.xpi) = 437591 +SHA256 (xpi/thunderbird-i18n-38.5.0/si.xpi) = b408364673cd232cdd25be3d560b4033925285eb4fb904293daa130bccd5d492 +SIZE (xpi/thunderbird-i18n-38.5.0/si.xpi) = 535341 +SHA256 (xpi/thunderbird-i18n-38.5.0/sk.xpi) = 7cffd588a69d9259e91ac2f1b6fd1e453778a4f7f83a177adb83d56646b77e6c +SIZE (xpi/thunderbird-i18n-38.5.0/sk.xpi) = 456606 +SHA256 (xpi/thunderbird-i18n-38.5.0/sl.xpi) = 13e84bdf6edb94e7ede22cb9d1618a98a294147ee8f5d7d4e797fb0c518ac393 +SIZE (xpi/thunderbird-i18n-38.5.0/sl.xpi) = 437847 +SHA256 (xpi/thunderbird-i18n-38.5.0/sq.xpi) = 11d0649432c2ab81f1d7dfd9c69aebfba51f00a6aeeb28477d7db55b3e584e47 +SIZE (xpi/thunderbird-i18n-38.5.0/sq.xpi) = 446897 +SHA256 (xpi/thunderbird-i18n-38.5.0/sr.xpi) = 986099a08adaa41493bab90fcbaaf1979469622cdbb49d0235782ef223319af4 +SIZE (xpi/thunderbird-i18n-38.5.0/sr.xpi) = 543315 +SHA256 (xpi/thunderbird-i18n-38.5.0/sv-SE.xpi) = 52fa66ccd1dfaf9fbc2b6e8d6091a65931cb9b5894227c500fa4bdbb04903be3 +SIZE (xpi/thunderbird-i18n-38.5.0/sv-SE.xpi) = 439633 +SHA256 (xpi/thunderbird-i18n-38.5.0/ta-LK.xpi) = 0c14b615fc5d02bea61754f8e921b66353fd632b5673690c25dd109077bb07ed +SIZE (xpi/thunderbird-i18n-38.5.0/ta-LK.xpi) = 558738 +SHA256 (xpi/thunderbird-i18n-38.5.0/tr.xpi) = 695e70e6fd468de29ec060b49dea61a85b94eb16e1f9ec519caf422ae9606872 +SIZE (xpi/thunderbird-i18n-38.5.0/tr.xpi) = 447799 +SHA256 (xpi/thunderbird-i18n-38.5.0/uk.xpi) = 9868e0118257e6e7f3019954956fbb521e8382bd202b314777dca542bf76ecc3 +SIZE (xpi/thunderbird-i18n-38.5.0/uk.xpi) = 509600 +SHA256 (xpi/thunderbird-i18n-38.5.0/vi.xpi) = 43d25bbbf7d16c0d789ae2f98c16835b2accd51e3f0c97b564ecbf50b41260fd +SIZE (xpi/thunderbird-i18n-38.5.0/vi.xpi) = 519843 +SHA256 (xpi/thunderbird-i18n-38.5.0/zh-CN.xpi) = 5a655ebd5fbba862542973834b4d6cc2f8a13c065f734bbc490f8d838d71dc6e +SIZE (xpi/thunderbird-i18n-38.5.0/zh-CN.xpi) = 466412 +SHA256 (xpi/thunderbird-i18n-38.5.0/zh-TW.xpi) = 87019d3d21edc402110fe3c18091f855e1946643b4e51392abecdd25ad775ffc +SIZE (xpi/thunderbird-i18n-38.5.0/zh-TW.xpi) = 466661 Modified: branches/2015Q4/mail/thunderbird/Makefile ============================================================================== --- branches/2015Q4/mail/thunderbird/Makefile Tue Dec 29 10:31:19 2015 (r404731) +++ branches/2015Q4/mail/thunderbird/Makefile Tue Dec 29 10:38:45 2015 (r404732) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 38.4.0 +DISTVERSION= 38.5.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build3/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source DISTFILES= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} @@ -32,7 +32,7 @@ BUILD_DEPENDS= nspr>=4.10.8:${PORTSDIR}/ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l EM_VERSION= 1.8.2 -L_VERSION= 4.0.4 +L_VERSION= 4.0.5 SSP_UNSAFE= yes USE_GECKO= gecko Modified: branches/2015Q4/mail/thunderbird/distinfo ============================================================================== --- branches/2015Q4/mail/thunderbird/distinfo Tue Dec 29 10:31:19 2015 (r404731) +++ branches/2015Q4/mail/thunderbird/distinfo Tue Dec 29 10:38:45 2015 (r404732) @@ -1,4 +1,4 @@ -SHA256 (thunderbird-38.4.0.source.tar.bz2) = 326a4408d6dc79890cba8466dbc337acf99df76b58dadb0ed453e5e42af7fdbe -SIZE (thunderbird-38.4.0.source.tar.bz2) = 204397619 +SHA256 (thunderbird-38.5.0.source.tar.bz2) = 7da187d4d5df17b1457bd93b584f78f5e41d2094f87c14e74ee9d8064de25d0d +SIZE (thunderbird-38.5.0.source.tar.bz2) = 204393357 SHA256 (enigmail-1.8.2.tar.gz) = 1d2700799bc52aaa8e8c9f7a0f5111281ff9fbdffc093cdff070657d574eb2a6 SIZE (enigmail-1.8.2.tar.gz) = 1604159 From owner-svn-ports-branches@freebsd.org Tue Dec 29 10:47:10 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B81F2A546B7; Tue, 29 Dec 2015 10:47:10 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 7BABB1741; Tue, 29 Dec 2015 10:47:10 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBTAl95o088934; Tue, 29 Dec 2015 10:47:09 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBTAl96C088928; Tue, 29 Dec 2015 10:47:09 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201512291047.tBTAl96C088928@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 29 Dec 2015 10:47:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r404733 - in branches/2015Q4/www: firefox-esr firefox-esr-i18n firefox-esr/files libxul libxul/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.20 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: Tue, 29 Dec 2015 10:47:10 -0000 Author: jbeich Date: Tue Dec 29 10:47:08 2015 New Revision: 404733 URL: https://svnweb.freebsd.org/changeset/ports/404733 Log: MFH: r404692 www/firefox-esr: update to 38.5.2 Changes: https://hg.mozilla.org/releases/mozilla-esr38/rev/b8244a3f55e1 Security: 2c2d1c39-1396-459a-91f5-ca03ee7c64c6 Approved by: ports-secteam (miwi) Deleted: branches/2015Q4/www/firefox-esr/files/patch-bug1143411 branches/2015Q4/www/libxul/files/patch-bug1143411 Modified: branches/2015Q4/www/firefox-esr-i18n/Makefile branches/2015Q4/www/firefox-esr-i18n/distinfo branches/2015Q4/www/firefox-esr/Makefile branches/2015Q4/www/firefox-esr/distinfo branches/2015Q4/www/libxul/Makefile branches/2015Q4/www/libxul/distinfo Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/www/firefox-esr-i18n/Makefile ============================================================================== --- branches/2015Q4/www/firefox-esr-i18n/Makefile Tue Dec 29 10:38:45 2015 (r404732) +++ branches/2015Q4/www/firefox-esr-i18n/Makefile Tue Dec 29 10:47:08 2015 (r404733) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= firefox -PORTVERSION= 38.4.0 +PORTVERSION= 38.5.2 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}esr/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build2/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build1/linux-i686/xpi PKGNAMEPREFIX= PKGNAMESUFFIX= -esr-i18n DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} Modified: branches/2015Q4/www/firefox-esr-i18n/distinfo ============================================================================== --- branches/2015Q4/www/firefox-esr-i18n/distinfo Tue Dec 29 10:38:45 2015 (r404732) +++ branches/2015Q4/www/firefox-esr-i18n/distinfo Tue Dec 29 10:47:08 2015 (r404733) @@ -1,176 +1,176 @@ -SHA256 (xpi/firefox-38.4.0/ach.xpi) = 367e6432d3760e7403eea1ba3f59babd7846721812d51cc952fcfed9f62773c5 -SIZE (xpi/firefox-38.4.0/ach.xpi) = 477970 -SHA256 (xpi/firefox-38.4.0/af.xpi) = d88130018dfd2909551e1fdf93ef17fde5423218a1bc75cc051eadc828861d45 -SIZE (xpi/firefox-38.4.0/af.xpi) = 483326 -SHA256 (xpi/firefox-38.4.0/an.xpi) = 46a554e2edb3d825a8831551f2c6b939f45c545fba05e3ef0be2ac3c36dbd883 -SIZE (xpi/firefox-38.4.0/an.xpi) = 461422 -SHA256 (xpi/firefox-38.4.0/ar.xpi) = aee825dee23f8aeaafe1775918d9a17384073836ef3a934c50580d9cab1116b4 -SIZE (xpi/firefox-38.4.0/ar.xpi) = 516496 -SHA256 (xpi/firefox-38.4.0/as.xpi) = e0c77be1178038fc122951f6522d9c28377c862bed0844ac7e41b6c1b57aaaec -SIZE (xpi/firefox-38.4.0/as.xpi) = 509574 -SHA256 (xpi/firefox-38.4.0/ast.xpi) = 895e06fdf8b0bd232fe89fb5254b9c2b114ff7bd8257a3a93062ce0549a2416c -SIZE (xpi/firefox-38.4.0/ast.xpi) = 397202 -SHA256 (xpi/firefox-38.4.0/az.xpi) = 903c9468cf859252d9201ab63b5ee430e46979eddb0b20b5e9bb7f7ef764b729 -SIZE (xpi/firefox-38.4.0/az.xpi) = 489153 -SHA256 (xpi/firefox-38.4.0/be.xpi) = 698a0ac8f2d802d55d55dfc55d6a870d9269a81e73506ba2ccbe9875e4bad00a -SIZE (xpi/firefox-38.4.0/be.xpi) = 441057 -SHA256 (xpi/firefox-38.4.0/bg.xpi) = ed0f3767bca984504cd14925eac0a85555b794669fbab204f6b66565fe5572d4 -SIZE (xpi/firefox-38.4.0/bg.xpi) = 487819 -SHA256 (xpi/firefox-38.4.0/bn-BD.xpi) = 3b9130b35ba2dbee86e6b7cc7e1db9bf5e58ad58629c2c73ac383890602b1cf0 -SIZE (xpi/firefox-38.4.0/bn-BD.xpi) = 528690 -SHA256 (xpi/firefox-38.4.0/bn-IN.xpi) = 23e256860312a7fd7287fb9734bb4cd23a054c7658ba50d0eb0a0aa59008ed0c -SIZE (xpi/firefox-38.4.0/bn-IN.xpi) = 527928 -SHA256 (xpi/firefox-38.4.0/br.xpi) = 4db2bb1cb2e6ed5e97c30a387e3b1ee971ea5b8f9f62314806d9256439bffafd -SIZE (xpi/firefox-38.4.0/br.xpi) = 441962 -SHA256 (xpi/firefox-38.4.0/bs.xpi) = aac006ad04fd94454de660eb22615386659c9d7cb76a76661c87c7fe9a0ba2e6 -SIZE (xpi/firefox-38.4.0/bs.xpi) = 485305 -SHA256 (xpi/firefox-38.4.0/ca.xpi) = 9abe8bdfc09c11bddcd92f052760edad97fba5396c535b3382f2add3b0ff6834 -SIZE (xpi/firefox-38.4.0/ca.xpi) = 458092 -SHA256 (xpi/firefox-38.4.0/cs.xpi) = 7e5c23a4e3926d2dc1d21ac59d616597312e2cd92a3e13322f0a8b767ebbf1de -SIZE (xpi/firefox-38.4.0/cs.xpi) = 446726 -SHA256 (xpi/firefox-38.4.0/cy.xpi) = cd6d186edfbfb28e9fd1a5629dbecd6f6cff3a664ef4402ba1aa6e78b0bcee94 -SIZE (xpi/firefox-38.4.0/cy.xpi) = 444385 -SHA256 (xpi/firefox-38.4.0/da.xpi) = 0c01576ce10bafc4eb825cc469487df34ec305537bf8ff0a28023b3488d6a3d6 -SIZE (xpi/firefox-38.4.0/da.xpi) = 450762 -SHA256 (xpi/firefox-38.4.0/de.xpi) = 7f69136d81c323374b0148c5d568d069824c21a550fd11df7516251982312a11 -SIZE (xpi/firefox-38.4.0/de.xpi) = 451629 -SHA256 (xpi/firefox-38.4.0/dsb.xpi) = cb3a5f1149b08ab063504d642181db5b23a31bd068d59a98a3e15e9f94934335 -SIZE (xpi/firefox-38.4.0/dsb.xpi) = 470923 -SHA256 (xpi/firefox-38.4.0/el.xpi) = 5ac04011963f07691b6406094efe3f16455c7cb952d08891e6a3d072789130e9 -SIZE (xpi/firefox-38.4.0/el.xpi) = 498370 -SHA256 (xpi/firefox-38.4.0/en-GB.xpi) = 21f4db34f3277636b6cc41be7508025e201fc9770bf962906eefeb04543a26ff -SIZE (xpi/firefox-38.4.0/en-GB.xpi) = 437845 -SHA256 (xpi/firefox-38.4.0/en-US.xpi) = fa4b38cab1689369da78e317a2dd8aeb2c5c9575a3a3bb971118e2c9e1984f40 -SIZE (xpi/firefox-38.4.0/en-US.xpi) = 469718 -SHA256 (xpi/firefox-38.4.0/en-ZA.xpi) = 1de92cc4b659074953146880f26090d060030734b050ca4e9e99ca082930ee3f -SIZE (xpi/firefox-38.4.0/en-ZA.xpi) = 439926 -SHA256 (xpi/firefox-38.4.0/eo.xpi) = bda681afa425465404fd3b3ee3e5ddc78da046884ad1288478f3567ad23f6cc4 -SIZE (xpi/firefox-38.4.0/eo.xpi) = 488369 -SHA256 (xpi/firefox-38.4.0/es-AR.xpi) = 39e09539cbdb65176f5f7505ed717bb6621492eaf24782a96beec3059a06c8e7 -SIZE (xpi/firefox-38.4.0/es-AR.xpi) = 453983 -SHA256 (xpi/firefox-38.4.0/es-CL.xpi) = 519db83d328d45e0617e191a03d6eeb852f6fb78266aebb7b5fb20c788d1043b -SIZE (xpi/firefox-38.4.0/es-CL.xpi) = 384678 -SHA256 (xpi/firefox-38.4.0/es-ES.xpi) = b39ef0e44adba821e4f9ded5d5bc3fad5f6970e090453fa509b104bd84876b00 -SIZE (xpi/firefox-38.4.0/es-ES.xpi) = 374073 -SHA256 (xpi/firefox-38.4.0/es-MX.xpi) = c7db8de566c0b4d0ae916877145e0766919379c583405c5ab3f395ddae4dcab6 -SIZE (xpi/firefox-38.4.0/es-MX.xpi) = 457050 -SHA256 (xpi/firefox-38.4.0/et.xpi) = c0ac4b4ef61e1ca128b63fb88410788c9aaf54e0c6a8012be379d093f465fe07 -SIZE (xpi/firefox-38.4.0/et.xpi) = 443228 -SHA256 (xpi/firefox-38.4.0/eu.xpi) = fa7ed638416b030a54104bfaa399aee0670cbcb9066a7accd3ecb543dcfc6774 -SIZE (xpi/firefox-38.4.0/eu.xpi) = 466555 -SHA256 (xpi/firefox-38.4.0/fa.xpi) = 6229f7ff2312dba7678b51d7b63b66c76bf0f044065149393627513bb0939fb0 -SIZE (xpi/firefox-38.4.0/fa.xpi) = 518282 -SHA256 (xpi/firefox-38.4.0/ff.xpi) = acdc6ac3318a9fefa6fe86ea4449cc58b2e5fa251ee9054b65a77ba6fa6203d9 -SIZE (xpi/firefox-38.4.0/ff.xpi) = 454587 -SHA256 (xpi/firefox-38.4.0/fi.xpi) = bf1fd7170359bf1dde30bbb6e67df575ee7ac26bd26d2d3627c12688cf689dad -SIZE (xpi/firefox-38.4.0/fi.xpi) = 444852 -SHA256 (xpi/firefox-38.4.0/fr.xpi) = 1609e9fff4c9f221553628be4d64c3d70e7b55fe0120a049d27f7aaaa129590e -SIZE (xpi/firefox-38.4.0/fr.xpi) = 461402 -SHA256 (xpi/firefox-38.4.0/fy-NL.xpi) = e8cac9a32aea385bc389abf2e15722295de61776a4cc098e65c6b5b512d1ad89 -SIZE (xpi/firefox-38.4.0/fy-NL.xpi) = 455538 -SHA256 (xpi/firefox-38.4.0/ga-IE.xpi) = b5ac39f748c770e2208cd61a83819b42d1dff136e6dd5af230f7eea51d542ce2 -SIZE (xpi/firefox-38.4.0/ga-IE.xpi) = 469624 -SHA256 (xpi/firefox-38.4.0/gd.xpi) = 964f0c93adde0188ff3664c73ab04bb2e50201a7e4156200e4d471ef9a10772d -SIZE (xpi/firefox-38.4.0/gd.xpi) = 454616 -SHA256 (xpi/firefox-38.4.0/gl.xpi) = 2150be83227315de82333e41e5496da5d3b823645a98404ef31d2cd98f6bd1e2 -SIZE (xpi/firefox-38.4.0/gl.xpi) = 448925 -SHA256 (xpi/firefox-38.4.0/gu-IN.xpi) = 4a6b29fc389af54c294f5cbba27780aa6a5e63329af5d1407f42ab240462099d -SIZE (xpi/firefox-38.4.0/gu-IN.xpi) = 477980 -SHA256 (xpi/firefox-38.4.0/he.xpi) = 2fafcb398ae4ad3aab1498fd22f8ab713f966f96753301fc2385f0c5d0ab1568 -SIZE (xpi/firefox-38.4.0/he.xpi) = 486785 -SHA256 (xpi/firefox-38.4.0/hi-IN.xpi) = c2b5eed1fd8ad921f79feaca0ad43ac969e3171e8d1d579ae99c2c1c17202379 -SIZE (xpi/firefox-38.4.0/hi-IN.xpi) = 508167 -SHA256 (xpi/firefox-38.4.0/hr.xpi) = 1f2d14ece4cd0cad5cc7265a12498f669397b220b335244b70c62e826eda720d -SIZE (xpi/firefox-38.4.0/hr.xpi) = 478272 -SHA256 (xpi/firefox-38.4.0/hsb.xpi) = ec5fa60642854beacf8a031b17f6657c55666cd2fcc025829fc94c0ceaf671a9 -SIZE (xpi/firefox-38.4.0/hsb.xpi) = 468720 -SHA256 (xpi/firefox-38.4.0/hu.xpi) = 1ae11147ddd2fcd7c4235713a19ca4a31ff6b77d313b1e139f66627b5b839cfc -SIZE (xpi/firefox-38.4.0/hu.xpi) = 453555 -SHA256 (xpi/firefox-38.4.0/hy-AM.xpi) = e109740e0837c75732fa40c124b51355ed7cc3cd0dc4ec6a9f078298674c215b -SIZE (xpi/firefox-38.4.0/hy-AM.xpi) = 534265 -SHA256 (xpi/firefox-38.4.0/id.xpi) = 60220cae6623614bc6b11667849ddb5f2251c4b8f4c0bacf99bfa81c4a407d4e -SIZE (xpi/firefox-38.4.0/id.xpi) = 431489 -SHA256 (xpi/firefox-38.4.0/is.xpi) = 20e4a96ac76793eadfc43c5094f92aae81fc439fb0df94204b48bbd022df5247 -SIZE (xpi/firefox-38.4.0/is.xpi) = 485128 -SHA256 (xpi/firefox-38.4.0/it.xpi) = c3038ebd54153273d4d510dda53f144b2820944231659ad3e01dccabd53d0a6f -SIZE (xpi/firefox-38.4.0/it.xpi) = 368409 -SHA256 (xpi/firefox-38.4.0/ja.xpi) = eed8773e7f2b2706884ef844805a3ff4d8efb20a800ed9b1359e392dc6f365e7 -SIZE (xpi/firefox-38.4.0/ja.xpi) = 479114 -SHA256 (xpi/firefox-38.4.0/kk.xpi) = 1ee8d139df0b85421f9319976200f7e982106d7dbdd13e0763e4f44748828da4 -SIZE (xpi/firefox-38.4.0/kk.xpi) = 503568 -SHA256 (xpi/firefox-38.4.0/km.xpi) = c6adbc64a942764b10f4cb44ea524d6ee3ac9fa82b23ab856abe8ebdef6c3abd -SIZE (xpi/firefox-38.4.0/km.xpi) = 565674 -SHA256 (xpi/firefox-38.4.0/kn.xpi) = 029c65dc35f6b7e4b1f9f4ce968fd239b8a5ec79dedabff81d167fc91fffd4a3 -SIZE (xpi/firefox-38.4.0/kn.xpi) = 533464 -SHA256 (xpi/firefox-38.4.0/ko.xpi) = 89299b59c51db6b5d0d55c03df290f1b3cc2cce728e2ff21af352c2b568ea44c -SIZE (xpi/firefox-38.4.0/ko.xpi) = 460854 -SHA256 (xpi/firefox-38.4.0/lij.xpi) = 68f9d1abd49b20a3b3bd79d4b7ace1099ab8b6d9cb094a84bcabd90cd3a4142a -SIZE (xpi/firefox-38.4.0/lij.xpi) = 444241 -SHA256 (xpi/firefox-38.4.0/lt.xpi) = 769c238f3d90b896e6e6bc0b04ed29e348e4a60a08df49f28f943358ad036063 -SIZE (xpi/firefox-38.4.0/lt.xpi) = 486451 -SHA256 (xpi/firefox-38.4.0/lv.xpi) = 0b90f73e86ca10f69d0f06819f7fe226a84886d42f10e653133bdba67112f61a -SIZE (xpi/firefox-38.4.0/lv.xpi) = 467198 -SHA256 (xpi/firefox-38.4.0/mai.xpi) = d62055e9c602e3d5807cd6ebca9626d2f31bea3155c59a0eb1a8c2fde746d24d -SIZE (xpi/firefox-38.4.0/mai.xpi) = 514666 -SHA256 (xpi/firefox-38.4.0/mk.xpi) = 968070d4aee6819afbbc303e215b21afe2884a3004dc7d7696113b01423166da -SIZE (xpi/firefox-38.4.0/mk.xpi) = 529205 -SHA256 (xpi/firefox-38.4.0/ml.xpi) = 01fa6077c6c05be1ce76db8e44b2c8462fe0a7a7818b1ddf9f6b2fa0d44c41cb -SIZE (xpi/firefox-38.4.0/ml.xpi) = 528918 -SHA256 (xpi/firefox-38.4.0/mr.xpi) = 59ffe1bbd930b12681e2576b77e01ff4dc2aa79250e2f3f460264f8b68b6f1de -SIZE (xpi/firefox-38.4.0/mr.xpi) = 505961 -SHA256 (xpi/firefox-38.4.0/ms.xpi) = 70dff1a3bdcdeba70d01e9e7d86191d0ad81bd1cf064e98b227f1734222e0729 -SIZE (xpi/firefox-38.4.0/ms.xpi) = 489872 -SHA256 (xpi/firefox-38.4.0/nb-NO.xpi) = 61c1be8e542963a86a799a1842557e334d62d0121ee259ce52eb701d938db2d7 -SIZE (xpi/firefox-38.4.0/nb-NO.xpi) = 444176 -SHA256 (xpi/firefox-38.4.0/nl.xpi) = 6f09424512979109b8e2292de57fedb9753d293d550f35114402630b7fc93340 -SIZE (xpi/firefox-38.4.0/nl.xpi) = 443994 -SHA256 (xpi/firefox-38.4.0/nn-NO.xpi) = 6e90022dbfdba748891f6e28582cab5a4b0287dd0c46774f9020250097eff4d1 -SIZE (xpi/firefox-38.4.0/nn-NO.xpi) = 438451 -SHA256 (xpi/firefox-38.4.0/or.xpi) = 3866337ad94d5ece643389ed7654d266d14b689674b92fbe4f87db1a11608419 -SIZE (xpi/firefox-38.4.0/or.xpi) = 527049 -SHA256 (xpi/firefox-38.4.0/pa-IN.xpi) = c39aeb6943b6e9a83d5f2d499683e8125cbe4a585b3c14bf357664def646cb81 -SIZE (xpi/firefox-38.4.0/pa-IN.xpi) = 493722 -SHA256 (xpi/firefox-38.4.0/pl.xpi) = cd5d694904802f1aa51d84390423f37500bbe6d2864e47bc0e09d2bc19a2c54d -SIZE (xpi/firefox-38.4.0/pl.xpi) = 406566 -SHA256 (xpi/firefox-38.4.0/pt-BR.xpi) = 4ccd547e9ac19788c99ae876bd829e349e22be55aa9c2e194547d6986aa20209 -SIZE (xpi/firefox-38.4.0/pt-BR.xpi) = 459813 -SHA256 (xpi/firefox-38.4.0/pt-PT.xpi) = eed43d8ae9b455983b05e288f7368114b6caf92ff801b1fd22e4bbc49bbb7288 -SIZE (xpi/firefox-38.4.0/pt-PT.xpi) = 439975 -SHA256 (xpi/firefox-38.4.0/rm.xpi) = 5d91ca7d0f27ecee359d0a49be2d26219d15b985cee981fcb64c0bc0c4ba0022 -SIZE (xpi/firefox-38.4.0/rm.xpi) = 446287 -SHA256 (xpi/firefox-38.4.0/ro.xpi) = fe39cc3c54be8647bce103e6c0f04e8ebbe842a65e3c916aa82660f1b4a1cfe6 -SIZE (xpi/firefox-38.4.0/ro.xpi) = 494079 -SHA256 (xpi/firefox-38.4.0/ru.xpi) = b31e7ffac7efc34e4d1672095f716f0cba43860fac1e596b7023be78a8306b74 -SIZE (xpi/firefox-38.4.0/ru.xpi) = 414419 -SHA256 (xpi/firefox-38.4.0/si.xpi) = 50692d44a2f2952a3dacd36f34c6b34e85cd16d9d13f795719e86e8afd59d62c -SIZE (xpi/firefox-38.4.0/si.xpi) = 537393 -SHA256 (xpi/firefox-38.4.0/sk.xpi) = 245d5150c762c0c7206dd2f8869b2a8a8b734d0b48ece4985d332815ba71691d -SIZE (xpi/firefox-38.4.0/sk.xpi) = 469436 -SHA256 (xpi/firefox-38.4.0/sl.xpi) = 84f23d6d865f70f1e6701ac34bdf4f894f20d31fb098cbadb4bc0a3d7182e60c -SIZE (xpi/firefox-38.4.0/sl.xpi) = 441594 -SHA256 (xpi/firefox-38.4.0/son.xpi) = 75ef6f5fba0b8174ce1d6415579b57153bf60551e89c05632dea43e5a6044a96 -SIZE (xpi/firefox-38.4.0/son.xpi) = 449268 -SHA256 (xpi/firefox-38.4.0/sq.xpi) = 4e9da99e5dd7b2fbb5e5627c91415ef39d1fca7e7ae1a423bb5830b37bc423e9 -SIZE (xpi/firefox-38.4.0/sq.xpi) = 486075 -SHA256 (xpi/firefox-38.4.0/sr.xpi) = 2447105f3d0850f8d7aa402196ed34df8e5dcb52291900dc03f1d79f04ffd1cd -SIZE (xpi/firefox-38.4.0/sr.xpi) = 479419 -SHA256 (xpi/firefox-38.4.0/sv-SE.xpi) = cb330410d3894b7b786be927d94eda5f9cb606682ee5cd3ca44eaed5a5a36dae -SIZE (xpi/firefox-38.4.0/sv-SE.xpi) = 452632 -SHA256 (xpi/firefox-38.4.0/ta.xpi) = 5ed639206c9b42064972edd8296163ebb517843aafab2cd6d5e1dbc2ae72af89 -SIZE (xpi/firefox-38.4.0/ta.xpi) = 506606 -SHA256 (xpi/firefox-38.4.0/te.xpi) = e8d4352c5aae8a0134eaef285d1a29264ecde26362725fecdfa156033353e834 -SIZE (xpi/firefox-38.4.0/te.xpi) = 526253 -SHA256 (xpi/firefox-38.4.0/th.xpi) = 2404ecfd24b2dbbcad006316599a6f2cceb687cdfca97186f2756c4a2dcfb257 -SIZE (xpi/firefox-38.4.0/th.xpi) = 534270 -SHA256 (xpi/firefox-38.4.0/tr.xpi) = f57103f13eabc494778c281d8d0eaf81a9a9c63f09ae5bdb8a3eacbdcb00a05e -SIZE (xpi/firefox-38.4.0/tr.xpi) = 481076 -SHA256 (xpi/firefox-38.4.0/uk.xpi) = f518976f47472b555834208eb190cb13cc3e625a0f2784d35e1c70d58ce5d991 -SIZE (xpi/firefox-38.4.0/uk.xpi) = 493313 -SHA256 (xpi/firefox-38.4.0/vi.xpi) = 44b50cdaa3d51520fa546b3afd7fae9d872567e25344666938773b1f3e2623bb -SIZE (xpi/firefox-38.4.0/vi.xpi) = 467504 -SHA256 (xpi/firefox-38.4.0/xh.xpi) = 46d94a693d96f4a920aa8401a58eb6a96cff21aa9aba54fecf2c8c0987b4caa0 -SIZE (xpi/firefox-38.4.0/xh.xpi) = 450242 -SHA256 (xpi/firefox-38.4.0/zh-CN.xpi) = e981e5a29a7fcd9752ebddb587ea57ca64d67363ab2b77d9ca477f58f8789a3c -SIZE (xpi/firefox-38.4.0/zh-CN.xpi) = 488276 -SHA256 (xpi/firefox-38.4.0/zh-TW.xpi) = 5f2e8226cbe93c1f7082b21725bd87ca66ebd20f2429e7c65ae43490eeb5f447 -SIZE (xpi/firefox-38.4.0/zh-TW.xpi) = 467843 +SHA256 (xpi/firefox-38.5.2/ach.xpi) = 5c7e0b991a04786c6e2397748e1e3363c9cbef79c498091cc66b1e77de7b3180 +SIZE (xpi/firefox-38.5.2/ach.xpi) = 477970 +SHA256 (xpi/firefox-38.5.2/af.xpi) = 5e995063f6cdb6e151cc05536960ef6eedb7ab89b3c162d7080630322137e182 +SIZE (xpi/firefox-38.5.2/af.xpi) = 483326 +SHA256 (xpi/firefox-38.5.2/an.xpi) = a99e4e39b27d51803498b551f0da251b73c54b7680c345d2b98cc4a285fe410b +SIZE (xpi/firefox-38.5.2/an.xpi) = 461423 +SHA256 (xpi/firefox-38.5.2/ar.xpi) = 4b65207c13fa1a5d1239ea95484d0567a6fdae4a43d77ab8a9d79d3704891565 +SIZE (xpi/firefox-38.5.2/ar.xpi) = 516495 +SHA256 (xpi/firefox-38.5.2/as.xpi) = 46a36f54027a42ddf5073444058a4e1f2fbc07c010cf6da36a4ac6f921f9c607 +SIZE (xpi/firefox-38.5.2/as.xpi) = 509574 +SHA256 (xpi/firefox-38.5.2/ast.xpi) = 8d896c2ba9e9becbaccbaa290d088340b2ea10521bca01d1dbaa5d5edcd8993d +SIZE (xpi/firefox-38.5.2/ast.xpi) = 397202 +SHA256 (xpi/firefox-38.5.2/az.xpi) = a1fdae32e4c705237c85928c0a1cc5c9ed470e73da48472af4a280c222a8ba7f +SIZE (xpi/firefox-38.5.2/az.xpi) = 489153 +SHA256 (xpi/firefox-38.5.2/be.xpi) = 28684999c4f762c621b2458a8075f0c9918f48df7943c8f682bcb79041e3ffab +SIZE (xpi/firefox-38.5.2/be.xpi) = 441057 +SHA256 (xpi/firefox-38.5.2/bg.xpi) = 9e059db1803d4835b5d57bfb8bf1963766ad823783da37b54fbde9e8961b9520 +SIZE (xpi/firefox-38.5.2/bg.xpi) = 487819 +SHA256 (xpi/firefox-38.5.2/bn-BD.xpi) = 55d46e63fa05f2ef2ec9b7802a4d657b3b8b5955aec8379171f5be66c6a5a536 +SIZE (xpi/firefox-38.5.2/bn-BD.xpi) = 528690 +SHA256 (xpi/firefox-38.5.2/bn-IN.xpi) = 63c56ddb88d8fb0d325eff7c5282bf8dffcb5c64d052253d3ea114bb50ececea +SIZE (xpi/firefox-38.5.2/bn-IN.xpi) = 527927 +SHA256 (xpi/firefox-38.5.2/br.xpi) = c8da64949a0e4b5a38bce80fb9222561d3fc7caa35bd65b44559493b04c7ab4d +SIZE (xpi/firefox-38.5.2/br.xpi) = 441963 +SHA256 (xpi/firefox-38.5.2/bs.xpi) = c127101915a48a0fa8a30ce4048a1951f053ac6c72ad17d7f47235c682ed406b +SIZE (xpi/firefox-38.5.2/bs.xpi) = 485305 +SHA256 (xpi/firefox-38.5.2/ca.xpi) = b049bf687f531976586f71dbee91e57e050feddeb007fcd14a98057f00a03d96 +SIZE (xpi/firefox-38.5.2/ca.xpi) = 458091 +SHA256 (xpi/firefox-38.5.2/cs.xpi) = d3ff1dcda9a4d298c96d57ca2a98bdd8d4adefbd006f5f7ddebc4c98a3687eed +SIZE (xpi/firefox-38.5.2/cs.xpi) = 446726 +SHA256 (xpi/firefox-38.5.2/cy.xpi) = bb0b15d468421273d61491499f3775be033a6bc083d11156223d94f42a625f35 +SIZE (xpi/firefox-38.5.2/cy.xpi) = 444385 +SHA256 (xpi/firefox-38.5.2/da.xpi) = 71910677baebe1075445c9edf0c57ee8963831aa8c5df7df8ad62a60b8b15d44 +SIZE (xpi/firefox-38.5.2/da.xpi) = 450763 +SHA256 (xpi/firefox-38.5.2/de.xpi) = 1a51a259c00ac69599dc97fd69a927421a6c142977ee8de3e2fa0254f97a330a +SIZE (xpi/firefox-38.5.2/de.xpi) = 451629 +SHA256 (xpi/firefox-38.5.2/dsb.xpi) = 9860cdaf7aa458967d6fc2d173cd0adc8d32df1d1f2224b9508e311ee86f4c9c +SIZE (xpi/firefox-38.5.2/dsb.xpi) = 470923 +SHA256 (xpi/firefox-38.5.2/el.xpi) = bd2788d702363f067f629908520e1fa0614a32de85dc6d06261513406ce72e7c +SIZE (xpi/firefox-38.5.2/el.xpi) = 498370 +SHA256 (xpi/firefox-38.5.2/en-GB.xpi) = a9874b44647fa97acfe043dab58676c5b786b429d06c93de61107228b7da4235 +SIZE (xpi/firefox-38.5.2/en-GB.xpi) = 437845 +SHA256 (xpi/firefox-38.5.2/en-US.xpi) = 776a70bdbb58f2658b58a16e5c95c5ef36406d4e404d7be8de20bb5f9a2c712b +SIZE (xpi/firefox-38.5.2/en-US.xpi) = 469718 +SHA256 (xpi/firefox-38.5.2/en-ZA.xpi) = d6e786cb743e2a7da4323af3a68356f336cffc775da01a3ebfeab8300e846359 +SIZE (xpi/firefox-38.5.2/en-ZA.xpi) = 439926 +SHA256 (xpi/firefox-38.5.2/eo.xpi) = 32d3562411fe828c12046c8869fb8403708665831794544086a3cb8877c5e6e9 +SIZE (xpi/firefox-38.5.2/eo.xpi) = 488369 +SHA256 (xpi/firefox-38.5.2/es-AR.xpi) = 9319d07451459a4ecbc56b81a4975c2c7da65560327f9e463e254d5bb4462469 +SIZE (xpi/firefox-38.5.2/es-AR.xpi) = 453983 +SHA256 (xpi/firefox-38.5.2/es-CL.xpi) = e7ab02fd69ce321aa4845822cc22096122a1ae207b95fad099c1f1cabcb8ecc2 +SIZE (xpi/firefox-38.5.2/es-CL.xpi) = 384679 +SHA256 (xpi/firefox-38.5.2/es-ES.xpi) = 7295a19dc4715f14cafba7962231b7c9a95fb823cf6c4746312f5744af5c254f +SIZE (xpi/firefox-38.5.2/es-ES.xpi) = 374073 +SHA256 (xpi/firefox-38.5.2/es-MX.xpi) = b29196e3d93fff4834328144ced204a46c6243807d418670a415b2e7d5fdf4a4 +SIZE (xpi/firefox-38.5.2/es-MX.xpi) = 457050 +SHA256 (xpi/firefox-38.5.2/et.xpi) = 242ee0cde01792817b3567d7c6fad9364cf601240ac91665f4b943a2d376ad4e +SIZE (xpi/firefox-38.5.2/et.xpi) = 443229 +SHA256 (xpi/firefox-38.5.2/eu.xpi) = 411d77d43168576829511c4096687103959f28caf8dc260e1b480394c65aef7d +SIZE (xpi/firefox-38.5.2/eu.xpi) = 466555 +SHA256 (xpi/firefox-38.5.2/fa.xpi) = 1a2be8ad02c4be57964dd1c6186d15bf6322a04b7830cf09717047bee4226867 +SIZE (xpi/firefox-38.5.2/fa.xpi) = 518281 +SHA256 (xpi/firefox-38.5.2/ff.xpi) = 3eb24e117fef722e53458ed1625ab45fedf0f60236aa1ada438d5eab0c0cd9a1 +SIZE (xpi/firefox-38.5.2/ff.xpi) = 454587 +SHA256 (xpi/firefox-38.5.2/fi.xpi) = 7595e826903a12061ccd0e57b072d68761b31f6c3d02c1237002caff51adae8b +SIZE (xpi/firefox-38.5.2/fi.xpi) = 444852 +SHA256 (xpi/firefox-38.5.2/fr.xpi) = 9bfb13b5acc50d36f7b1eee75a8ef36909f64afb676f28ad99564500d6e64310 +SIZE (xpi/firefox-38.5.2/fr.xpi) = 461402 +SHA256 (xpi/firefox-38.5.2/fy-NL.xpi) = 116c9e43e5eaa0fa519575ac5531905beaf53fe87b0c91c66a609ff867fb6239 +SIZE (xpi/firefox-38.5.2/fy-NL.xpi) = 455541 +SHA256 (xpi/firefox-38.5.2/ga-IE.xpi) = 52e86337023f4892ae8fe4e74778884984bbdc224c64cf722e042f0c6285fef0 +SIZE (xpi/firefox-38.5.2/ga-IE.xpi) = 469623 +SHA256 (xpi/firefox-38.5.2/gd.xpi) = cce2c4ee97df91cb2c375a448a77bd0576cef1949c6a5e0005bed0497b83ffbb +SIZE (xpi/firefox-38.5.2/gd.xpi) = 454616 +SHA256 (xpi/firefox-38.5.2/gl.xpi) = 3faf86b00fa010da92a5c08022d4b4ca560b0294813a4a8bd7c250f45e19e209 +SIZE (xpi/firefox-38.5.2/gl.xpi) = 448925 +SHA256 (xpi/firefox-38.5.2/gu-IN.xpi) = 5523b066555097a583e5ec4fcaac8e23499e2f17188fdd49801be66ec459c0b5 +SIZE (xpi/firefox-38.5.2/gu-IN.xpi) = 477980 +SHA256 (xpi/firefox-38.5.2/he.xpi) = 63f483e9614e40eaea153e4a01cbc5626ac1d2711bf67662f9f5e9e0f06e3e02 +SIZE (xpi/firefox-38.5.2/he.xpi) = 486786 +SHA256 (xpi/firefox-38.5.2/hi-IN.xpi) = 3f37962f09dfbb9703e8a3cfd621dab72ea487bd39ca09542799ec7b4fddc864 +SIZE (xpi/firefox-38.5.2/hi-IN.xpi) = 508167 +SHA256 (xpi/firefox-38.5.2/hr.xpi) = 4422ed771cf3d3a3591704f68d7254ce700fd69dad41efe7d4bece257e3a7241 +SIZE (xpi/firefox-38.5.2/hr.xpi) = 478271 +SHA256 (xpi/firefox-38.5.2/hsb.xpi) = 3d9abbb65e84decca8565040bac4a7f04547247a869401d6c4b402d9ebbe2719 +SIZE (xpi/firefox-38.5.2/hsb.xpi) = 468719 +SHA256 (xpi/firefox-38.5.2/hu.xpi) = 1719294ccc579fbfdf57fc22ff1c196a1251e546966f6ea8d24baa2245472ae6 +SIZE (xpi/firefox-38.5.2/hu.xpi) = 453555 +SHA256 (xpi/firefox-38.5.2/hy-AM.xpi) = 917d320cdafed0d8a60e34b7aef8bf7a3b03cfbd0e8b79b36cb16af94a7e7499 +SIZE (xpi/firefox-38.5.2/hy-AM.xpi) = 534265 +SHA256 (xpi/firefox-38.5.2/id.xpi) = 4ed33175bc59e5198f28fe3fdf431af9d273ac39c97edb3d3fa646c09433dfcc +SIZE (xpi/firefox-38.5.2/id.xpi) = 431489 +SHA256 (xpi/firefox-38.5.2/is.xpi) = be3d758266892e21fa3f6c8923629e92cc21b25a5c6d6f10c62f641b64748964 +SIZE (xpi/firefox-38.5.2/is.xpi) = 485128 +SHA256 (xpi/firefox-38.5.2/it.xpi) = a20b4030ab11fed21c02a89052487e053fdd387d0bc34cd95d70aaa3ac8df174 +SIZE (xpi/firefox-38.5.2/it.xpi) = 368409 +SHA256 (xpi/firefox-38.5.2/ja.xpi) = b2412b30aa9aa140958d787604f282778cfd9ef47d5845c5352723fe0b90260d +SIZE (xpi/firefox-38.5.2/ja.xpi) = 479114 +SHA256 (xpi/firefox-38.5.2/kk.xpi) = e614ce32396353619ca678a98e85cd2948eec534969b99448a4a44e6b0499632 +SIZE (xpi/firefox-38.5.2/kk.xpi) = 503568 +SHA256 (xpi/firefox-38.5.2/km.xpi) = b6e41832c45ac0a3de897be43a177d5e49f77fa8ac48b979cdc3369d3d227253 +SIZE (xpi/firefox-38.5.2/km.xpi) = 565674 +SHA256 (xpi/firefox-38.5.2/kn.xpi) = 59fa89f2603f2e52bb86e96274433d682d65fefe6037dae72a834a3a27518fc1 +SIZE (xpi/firefox-38.5.2/kn.xpi) = 533464 +SHA256 (xpi/firefox-38.5.2/ko.xpi) = 487dace5dda95b7fd7e25ce6e761ae8e1fa10d19d1a1960a98101ec0e4d05a51 +SIZE (xpi/firefox-38.5.2/ko.xpi) = 460854 +SHA256 (xpi/firefox-38.5.2/lij.xpi) = 5cd1fa9dd327b6bcfefe018ce1d8260b2ba52068955373b75428521634f6b082 +SIZE (xpi/firefox-38.5.2/lij.xpi) = 444242 +SHA256 (xpi/firefox-38.5.2/lt.xpi) = cd195cfd194bef08fb9cd2fb1dbb5ced9e2d7141346653ae4259bde9fd72dcee +SIZE (xpi/firefox-38.5.2/lt.xpi) = 486451 +SHA256 (xpi/firefox-38.5.2/lv.xpi) = 84ee25593cbfc41eadcda1510f4c3fd58cfa1b4d6e8749f86ebf3d329e66f656 +SIZE (xpi/firefox-38.5.2/lv.xpi) = 467198 +SHA256 (xpi/firefox-38.5.2/mai.xpi) = 3fd6963548dc8bc04d7f4f05e937b43bda3dbd603da9b520106db383c739b40d +SIZE (xpi/firefox-38.5.2/mai.xpi) = 514666 +SHA256 (xpi/firefox-38.5.2/mk.xpi) = 3281bbf4e25eab1ffd0ea338089a55814eef599ae5a7b672da3fc582a6c283de +SIZE (xpi/firefox-38.5.2/mk.xpi) = 529205 +SHA256 (xpi/firefox-38.5.2/ml.xpi) = 5e4e68df426d04250f6e697f44dd8acb99af315f32cbccac603a322138016b5b +SIZE (xpi/firefox-38.5.2/ml.xpi) = 528919 +SHA256 (xpi/firefox-38.5.2/mr.xpi) = 225ff04c1bb480a03b08ab0705d275e57eb608d310fa75c4555ff8ebb3c46784 +SIZE (xpi/firefox-38.5.2/mr.xpi) = 505962 +SHA256 (xpi/firefox-38.5.2/ms.xpi) = 9cda00696d97b313afeec0823640a56b5c01d70e0fe4dd41d98b4ea0c7f42db5 +SIZE (xpi/firefox-38.5.2/ms.xpi) = 489872 +SHA256 (xpi/firefox-38.5.2/nb-NO.xpi) = 88c6711f510262da7f88dbb135b52faeee25fb6cb6f298780dfa7ce1260308d3 +SIZE (xpi/firefox-38.5.2/nb-NO.xpi) = 444177 +SHA256 (xpi/firefox-38.5.2/nl.xpi) = efea07151424732ecfabba175cafe6b334d25eb620f8b452a26746cafb3f416c +SIZE (xpi/firefox-38.5.2/nl.xpi) = 443994 +SHA256 (xpi/firefox-38.5.2/nn-NO.xpi) = cda96cc1f86073bca690e5ef8b74f6bf2eea837c9f0c6d39e1cd41d1ce968ae5 +SIZE (xpi/firefox-38.5.2/nn-NO.xpi) = 438452 +SHA256 (xpi/firefox-38.5.2/or.xpi) = b311e8bf9ee7ab7057090a23369402f890d03e9ddf1c5b4bf651f882dd1e938f +SIZE (xpi/firefox-38.5.2/or.xpi) = 527049 +SHA256 (xpi/firefox-38.5.2/pa-IN.xpi) = 388d1df8e99dfb8ef50650eb2c179f665456fc5ebd657b7f338eef9ded6ca81e +SIZE (xpi/firefox-38.5.2/pa-IN.xpi) = 493722 +SHA256 (xpi/firefox-38.5.2/pl.xpi) = c87c8e1d16e1290296d2af53009b61094e042a27fb32255e0260f4151fafab24 +SIZE (xpi/firefox-38.5.2/pl.xpi) = 406566 +SHA256 (xpi/firefox-38.5.2/pt-BR.xpi) = 4ebd535b10f63e1dc48ab5fb048fd1e9be86c3b96d77395ad1a69e773a877265 +SIZE (xpi/firefox-38.5.2/pt-BR.xpi) = 459810 +SHA256 (xpi/firefox-38.5.2/pt-PT.xpi) = 1e45ea07bdeaa89831b16a093090a22476bfcf2c5044d5a66d3b6846f1c4221c +SIZE (xpi/firefox-38.5.2/pt-PT.xpi) = 439975 +SHA256 (xpi/firefox-38.5.2/rm.xpi) = 60beee24549b09eafc9cc87d77a60dbf28038ca4508bcb638a10ab56c5f96fa5 +SIZE (xpi/firefox-38.5.2/rm.xpi) = 446287 +SHA256 (xpi/firefox-38.5.2/ro.xpi) = c981f95c4cee4fd91fb27a131a1ab9bf3d15626188086d1912922601f9002c23 +SIZE (xpi/firefox-38.5.2/ro.xpi) = 494079 +SHA256 (xpi/firefox-38.5.2/ru.xpi) = bce20e380dd42e6ca0a7d352dcd19a5789e9df2dbe172454267e738b8685c764 +SIZE (xpi/firefox-38.5.2/ru.xpi) = 414419 +SHA256 (xpi/firefox-38.5.2/si.xpi) = 6cbe7c0bda8109a6aeec27489553b5c1116022b89f1b9f08601ad7c98cba944c +SIZE (xpi/firefox-38.5.2/si.xpi) = 537393 +SHA256 (xpi/firefox-38.5.2/sk.xpi) = 802bf63b302e20652f9484a8ab6aee6ca42da4af72be57f895558e31ca6ad388 +SIZE (xpi/firefox-38.5.2/sk.xpi) = 469436 +SHA256 (xpi/firefox-38.5.2/sl.xpi) = e568fd95446152515ef0d6f627902b0041f6f8a43160a33db1558c83f57a2ef3 +SIZE (xpi/firefox-38.5.2/sl.xpi) = 441594 +SHA256 (xpi/firefox-38.5.2/son.xpi) = 6c7fb799bffa85e8c726a4aa264762212d7ef487c9151f54cd5657a134877dd4 +SIZE (xpi/firefox-38.5.2/son.xpi) = 449268 +SHA256 (xpi/firefox-38.5.2/sq.xpi) = 14d18848c6a126968f9d27c082206abdf443e6544b5614b9e645a3fd066a464a +SIZE (xpi/firefox-38.5.2/sq.xpi) = 486076 +SHA256 (xpi/firefox-38.5.2/sr.xpi) = 3f67e990d68f2a32fa60ac4c98e581a438d5f6bd26022bac77732c91de929a13 +SIZE (xpi/firefox-38.5.2/sr.xpi) = 479419 +SHA256 (xpi/firefox-38.5.2/sv-SE.xpi) = e6a39ba8fc406acd488403c50041e48bfa11deb018d0fdfc39710371a7835b1c +SIZE (xpi/firefox-38.5.2/sv-SE.xpi) = 452632 +SHA256 (xpi/firefox-38.5.2/ta.xpi) = 25463b86a9ffba199d2ace145472f8845de58dc81c1a571f3c107fcaf59d6036 +SIZE (xpi/firefox-38.5.2/ta.xpi) = 506607 +SHA256 (xpi/firefox-38.5.2/te.xpi) = 168794f08f535cead0674a41f471e288a34671aaa794ed0a37573e512d5dd120 +SIZE (xpi/firefox-38.5.2/te.xpi) = 526250 +SHA256 (xpi/firefox-38.5.2/th.xpi) = 34d66bd860204ac579f70ac3b5ba16c53504deb9b84f4027a6dd127897d923fa +SIZE (xpi/firefox-38.5.2/th.xpi) = 534270 +SHA256 (xpi/firefox-38.5.2/tr.xpi) = 93e21d492f7c0ed5b5ca5ec73ff057b24f162029ca881fbc15e17d488b83f8dc +SIZE (xpi/firefox-38.5.2/tr.xpi) = 481076 +SHA256 (xpi/firefox-38.5.2/uk.xpi) = ed5a692517c39d26353a15a12feb0cc4b8e022e7309044d3772a9e22b37ec054 +SIZE (xpi/firefox-38.5.2/uk.xpi) = 493313 +SHA256 (xpi/firefox-38.5.2/vi.xpi) = 0f4677661637de89be89d3332a9b08e8fb91957620c4be66c7c42bb2152aa4d5 +SIZE (xpi/firefox-38.5.2/vi.xpi) = 467504 +SHA256 (xpi/firefox-38.5.2/xh.xpi) = 0f118f53574e56b4e946a716dfd91d0c312a79ad4a5d46479a629ab0722ef7f9 +SIZE (xpi/firefox-38.5.2/xh.xpi) = 450242 +SHA256 (xpi/firefox-38.5.2/zh-CN.xpi) = 5f7e0a51d2e9b2b5b6f6cb070e1170406b17e4c80d3e1d157ae4a379c7bbfe03 +SIZE (xpi/firefox-38.5.2/zh-CN.xpi) = 488276 +SHA256 (xpi/firefox-38.5.2/zh-TW.xpi) = 74a9ba1561b442a5d02cfc92571822e9317004d5e0ae26a58b3db500f28d39fa +SIZE (xpi/firefox-38.5.2/zh-TW.xpi) = 467844 Modified: branches/2015Q4/www/firefox-esr/Makefile ============================================================================== --- branches/2015Q4/www/firefox-esr/Makefile Tue Dec 29 10:38:45 2015 (r404732) +++ branches/2015Q4/www/firefox-esr/Makefile Tue Dec 29 10:47:08 2015 (r404733) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 38.4.0 +DISTVERSION= 38.5.2 DISTVERSIONSUFFIX=esr.source PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build2/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/source PKGNAMESUFFIX= -esr MAINTAINER= gecko@FreeBSD.org Modified: branches/2015Q4/www/firefox-esr/distinfo ============================================================================== --- branches/2015Q4/www/firefox-esr/distinfo Tue Dec 29 10:38:45 2015 (r404732) +++ branches/2015Q4/www/firefox-esr/distinfo Tue Dec 29 10:47:08 2015 (r404733) @@ -1,2 +1,2 @@ -SHA256 (firefox-38.4.0esr.source.tar.bz2) = 028a1f7ce16b3016b0d98e5a5ef73bcb3f732b80d406e54f49e3c246e207f2c7 -SIZE (firefox-38.4.0esr.source.tar.bz2) = 181383793 +SHA256 (firefox-38.5.2esr.source.tar.bz2) = 15a4f21f2347ca644f561f189f91d61a303bb71e49130dd3fcef0aede3cd1177 +SIZE (firefox-38.5.2esr.source.tar.bz2) = 181371759 Modified: branches/2015Q4/www/libxul/Makefile ============================================================================== --- branches/2015Q4/www/libxul/Makefile Tue Dec 29 10:38:45 2015 (r404732) +++ branches/2015Q4/www/libxul/Makefile Tue Dec 29 10:47:08 2015 (r404733) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= libxul -DISTVERSION= 38.4.0 +DISTVERSION= 38.5.2 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ - MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build2/source + MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build1/source DISTNAME= firefox-${DISTVERSION}esr.source MAINTAINER?= gecko@FreeBSD.org Modified: branches/2015Q4/www/libxul/distinfo ============================================================================== --- branches/2015Q4/www/libxul/distinfo Tue Dec 29 10:38:45 2015 (r404732) +++ branches/2015Q4/www/libxul/distinfo Tue Dec 29 10:47:08 2015 (r404733) @@ -1,2 +1,2 @@ -SHA256 (firefox-38.4.0esr.source.tar.bz2) = 028a1f7ce16b3016b0d98e5a5ef73bcb3f732b80d406e54f49e3c246e207f2c7 -SIZE (firefox-38.4.0esr.source.tar.bz2) = 181383793 +SHA256 (firefox-38.5.2esr.source.tar.bz2) = 15a4f21f2347ca644f561f189f91d61a303bb71e49130dd3fcef0aede3cd1177 +SIZE (firefox-38.5.2esr.source.tar.bz2) = 181371759 From owner-svn-ports-branches@freebsd.org Tue Dec 29 15:31:01 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1828A55750; Tue, 29 Dec 2015 15:31:00 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 BC7FD176B; Tue, 29 Dec 2015 15:31:00 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBTFUxph077037; Tue, 29 Dec 2015 15:30:59 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBTFUxnp077033; Tue, 29 Dec 2015 15:30:59 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201512291530.tBTFUxnp077033@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 29 Dec 2015 15:30:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r404752 - in branches/2015Q4/irc/inspircd: . 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.20 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: Tue, 29 Dec 2015 15:31:01 -0000 Author: feld Date: Tue Dec 29 15:30:59 2015 New Revision: 404752 URL: https://svnweb.freebsd.org/changeset/ports/404752 Log: MFH: r404751 irc/inspircd: Update to 2.0.20 Fix default config file path to sample configs and add rc script chdir so these relative paths work. This makes it easier to get a new install up and running. Security: b808c3a8-ae30-11e5-b864-14dae9d210b8 Approved by: ports-secteam (with hat) Modified: branches/2015Q4/irc/inspircd/Makefile branches/2015Q4/irc/inspircd/distinfo branches/2015Q4/irc/inspircd/files/inspircd.in branches/2015Q4/irc/inspircd/pkg-plist Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/irc/inspircd/Makefile ============================================================================== --- branches/2015Q4/irc/inspircd/Makefile Tue Dec 29 15:28:46 2015 (r404751) +++ branches/2015Q4/irc/inspircd/Makefile Tue Dec 29 15:30:59 2015 (r404752) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= inspircd -PORTVERSION= 2.0.18 +PORTVERSION= 2.0.20 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= irc MAINTAINER= feld@FreeBSD.org @@ -145,6 +145,7 @@ pre-configure: post-patch: @${REINPLACE_CMD} -e 's|DATA_PATH "/inspircd.pid"|"/var/run/inspircd/inspircd.pid"|' ${WRKSRC}/src/inspircd.cpp + @${REINPLACE_CMD} -e 's|conf/examples|examples|g' ${WRKSRC}/docs/conf/inspircd.conf.example post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/modules/*.so Modified: branches/2015Q4/irc/inspircd/distinfo ============================================================================== --- branches/2015Q4/irc/inspircd/distinfo Tue Dec 29 15:28:46 2015 (r404751) +++ branches/2015Q4/irc/inspircd/distinfo Tue Dec 29 15:30:59 2015 (r404752) @@ -1,2 +1,2 @@ -SHA256 (inspircd-inspircd-v2.0.18_GH0.tar.gz) = 45168ed075e66b379cdb9bae01652a23a33304817363e519fcbb1a194783295d -SIZE (inspircd-inspircd-v2.0.18_GH0.tar.gz) = 747846 +SHA256 (inspircd-inspircd-v2.0.20_GH0.tar.gz) = 5156e2da5da4cfa377705ecd633aee41cdcd785d12627497d55cab5f70dd686f +SIZE (inspircd-inspircd-v2.0.20_GH0.tar.gz) = 728970 Modified: branches/2015Q4/irc/inspircd/files/inspircd.in ============================================================================== --- branches/2015Q4/irc/inspircd/files/inspircd.in Tue Dec 29 15:28:46 2015 (r404751) +++ branches/2015Q4/irc/inspircd/files/inspircd.in Tue Dec 29 15:30:59 2015 (r404752) @@ -38,14 +38,16 @@ load_rc_config ${name} : ${inspircd_data=/var/db/inspircd} : ${inspircd_logfile="%%INSPIRCD_LOG%%"} : ${inspircd_flags="${inspircd_flags} --logfile ${inspircd_logfile} --config ${inspircd_config}"} +: ${inspircd_chdir="%%ETCDIR%%"} command=/usr/sbin/daemon command_args=" -f %%PREFIX%%/bin/inspircd --nofork ${inspircd_flags}" procname=%%PREFIX%%/bin/inspircd pidfile=${inspircd_pidfile} required_files=${inspircd_config} +configtest_cmd=inspircd_configtest start_precmd=inspircd_prestart -extra_commands=reload +extra_commands="reload status" inspircd_prestart() { Modified: branches/2015Q4/irc/inspircd/pkg-plist ============================================================================== --- branches/2015Q4/irc/inspircd/pkg-plist Tue Dec 29 15:28:46 2015 (r404751) +++ branches/2015Q4/irc/inspircd/pkg-plist Tue Dec 29 15:30:59 2015 (r404752) @@ -1,8 +1,6 @@ bin/inspircd %%ETCDIR%%/examples/aliases/anope.conf.example %%ETCDIR%%/examples/aliases/atheme.conf.example -%%ETCDIR%%/examples/aliases/ircservices.conf.example -%%ETCDIR%%/examples/aliases/neostats.conf.example %%ETCDIR%%/examples/censor.conf.example %%ETCDIR%%/examples/filter.conf.example %%ETCDIR%%/examples/helpop-full.conf.example From owner-svn-ports-branches@freebsd.org Tue Dec 29 20:50:56 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34969A5518C; Tue, 29 Dec 2015 20:50:56 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 0ECC31ABD; Tue, 29 Dec 2015 20:50:55 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBTKotKo073376; Tue, 29 Dec 2015 20:50:55 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBTKos8a073373; Tue, 29 Dec 2015 20:50:54 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201512292050.tBTKos8a073373@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Tue, 29 Dec 2015 20:50:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r404786 - branches/2015Q4/www/linux-c6-flashplugin11 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.20 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: Tue, 29 Dec 2015 20:50:56 -0000 Author: kwm Date: Tue Dec 29 20:50:54 2015 New Revision: 404786 URL: https://svnweb.freebsd.org/changeset/ports/404786 Log: MFH: r404776 Update flash to 11.2r202.559. Approved by: ports-secteam (feld@) Security: 84c7ea88-bf04-4bdc-973b-36744bf540ab Modified: branches/2015Q4/www/linux-c6-flashplugin11/Makefile branches/2015Q4/www/linux-c6-flashplugin11/distinfo.i686 branches/2015Q4/www/linux-c6-flashplugin11/distinfo.x86_64 Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/www/linux-c6-flashplugin11/Makefile ============================================================================== --- branches/2015Q4/www/linux-c6-flashplugin11/Makefile Tue Dec 29 20:36:22 2015 (r404785) +++ branches/2015Q4/www/linux-c6-flashplugin11/Makefile Tue Dec 29 20:50:54 2015 (r404786) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flashplugin -PORTVERSION= 11.2r202.554 +PORTVERSION= 11.2r202.559 CATEGORIES= www multimedia linux MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:S/r/./}/:plugin \ LOCAL/nox:suplib Modified: branches/2015Q4/www/linux-c6-flashplugin11/distinfo.i686 ============================================================================== --- branches/2015Q4/www/linux-c6-flashplugin11/distinfo.i686 Tue Dec 29 20:36:22 2015 (r404785) +++ branches/2015Q4/www/linux-c6-flashplugin11/distinfo.i686 Tue Dec 29 20:50:54 2015 (r404786) @@ -1,4 +1,4 @@ -SHA256 (flashplugin/11.2r202.554/install_flash_player_11_linux.i386.tar.gz) = dfdfbb529238b966b25776691d0d3c277f30ff35469c4a495fd8d0f2a9a146a8 -SIZE (flashplugin/11.2r202.554/install_flash_player_11_linux.i386.tar.gz) = 6963199 -SHA256 (flashplugin/11.2r202.554/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf -SIZE (flashplugin/11.2r202.554/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 +SHA256 (flashplugin/11.2r202.559/install_flash_player_11_linux.i386.tar.gz) = 09d4d16f8a508fdb678372ae91ba9ea3c2b22d9c0c72591fd3a2f0d39171a8c5 +SIZE (flashplugin/11.2r202.559/install_flash_player_11_linux.i386.tar.gz) = 6965297 +SHA256 (flashplugin/11.2r202.559/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf +SIZE (flashplugin/11.2r202.559/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 Modified: branches/2015Q4/www/linux-c6-flashplugin11/distinfo.x86_64 ============================================================================== --- branches/2015Q4/www/linux-c6-flashplugin11/distinfo.x86_64 Tue Dec 29 20:36:22 2015 (r404785) +++ branches/2015Q4/www/linux-c6-flashplugin11/distinfo.x86_64 Tue Dec 29 20:50:54 2015 (r404786) @@ -1,4 +1,4 @@ -SHA256 (flashplugin/11.2r202.554/install_flash_player_11_linux.i386.tar.gz) = dfdfbb529238b966b25776691d0d3c277f30ff35469c4a495fd8d0f2a9a146a8 -SIZE (flashplugin/11.2r202.554/install_flash_player_11_linux.i386.tar.gz) = 6963199 -SHA256 (flashplugin/11.2r202.554/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf -SIZE (flashplugin/11.2r202.554/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 +SHA256 (flashplugin/11.2r202.559/install_flash_player_11_linux.i386.tar.gz) = 09d4d16f8a508fdb678372ae91ba9ea3c2b22d9c0c72591fd3a2f0d39171a8c5 +SIZE (flashplugin/11.2r202.559/install_flash_player_11_linux.i386.tar.gz) = 6965297 +SHA256 (flashplugin/11.2r202.559/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf +SIZE (flashplugin/11.2r202.559/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 From owner-svn-ports-branches@freebsd.org Wed Dec 30 10:20:20 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC295A555E1; Wed, 30 Dec 2015 10:20:20 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 777221DAE; Wed, 30 Dec 2015 10:20:20 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBUAKJkk020280; Wed, 30 Dec 2015 10:20:19 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBUAKJu0020278; Wed, 30 Dec 2015 10:20:19 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201512301020.tBUAKJu0020278@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 30 Dec 2015 10:20:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r404819 - branches/2015Q4/audio/liblscp 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.20 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, 30 Dec 2015 10:20:20 -0000 Author: rakuco Date: Wed Dec 30 10:20:19 2015 New Revision: 404819 URL: https://svnweb.freebsd.org/changeset/ports/404819 Log: MFH: r404817 Fix `make fetch' after r386941. 0.5.7 is a bzipped tarball, not a gzipped one. Switch to USES=tar:bzip2 and regenerate distinfo. Approved by: portmgr blanket Modified: branches/2015Q4/audio/liblscp/Makefile branches/2015Q4/audio/liblscp/distinfo Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/audio/liblscp/Makefile ============================================================================== --- branches/2015Q4/audio/liblscp/Makefile Wed Dec 30 10:20:16 2015 (r404818) +++ branches/2015Q4/audio/liblscp/Makefile Wed Dec 30 10:20:19 2015 (r404819) @@ -13,7 +13,7 @@ COMMENT= Wrapper around the LSCP network LICENSE= LGPL21 # (or later) LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool pathfix +USES= libtool pathfix tar:bzip2 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes Modified: branches/2015Q4/audio/liblscp/distinfo ============================================================================== --- branches/2015Q4/audio/liblscp/distinfo Wed Dec 30 10:20:16 2015 (r404818) +++ branches/2015Q4/audio/liblscp/distinfo Wed Dec 30 10:20:19 2015 (r404819) @@ -1,2 +1,2 @@ -SHA256 (liblscp-0.5.7.tar.gz) = a8e3bc446645244aeeea1c4a5e80e5d1bce91e6830dd8a651a2b82c1430a13de -SIZE (liblscp-0.5.7.tar.gz) = 638289 +SHA256 (liblscp-0.5.7.tar.bz2) = 5156fb6a36bc14f427a5971b1e8768df7771ee7bd9fe501d3330d3bb8f255a3c +SIZE (liblscp-0.5.7.tar.bz2) = 529902