From owner-svn-ports-branches@freebsd.org Sun Aug 6 04:48:01 2017 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 D9E5DDBCE11; Sun, 6 Aug 2017 04:48:01 +0000 (UTC) (envelope-from gerald@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 9A99E71090; Sun, 6 Aug 2017 04:48:01 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v764m0dG010831; Sun, 6 Aug 2017 04:48:00 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v764m0jb010830; Sun, 6 Aug 2017 04:48:00 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201708060448.v764m0jb010830@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 6 Aug 2017 04:48:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r447439 - branches/2017Q3/lang/gcc5 X-SVN-Group: ports-branches X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: branches/2017Q3/lang/gcc5 X-SVN-Commit-Revision: 447439 X-SVN-Commit-Repository: ports 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.23 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, 06 Aug 2017 04:48:02 -0000 Author: gerald Date: Sun Aug 6 04:48:00 2017 New Revision: 447439 URL: https://svnweb.freebsd.org/changeset/ports/447439 Log: MFH: r444860 Remove headers being created by GCC's fixincludes machinery from the installation / packaging to avoid breakage when FreeBSD's headers are changing afterwards. Several fellow committers have strongly indicated that our headers do not need the kind of adjustments that GCC performs. Approved by: portmgr (blanket) Modified: branches/2017Q3/lang/gcc5/Makefile Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/lang/gcc5/Makefile ============================================================================== --- branches/2017Q3/lang/gcc5/Makefile Sun Aug 6 02:25:13 2017 (r447438) +++ branches/2017Q3/lang/gcc5/Makefile Sun Aug 6 04:48:00 2017 (r447439) @@ -3,7 +3,7 @@ PORTNAME= gcc PORTVERSION= 5.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang java MASTER_SITES= GCC/releases/gcc-${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} @@ -161,6 +161,7 @@ post-stage: ${RM} ${STAGEDIR}${PREFIX}/man/man7/* ${RM} ${STAGEDIR}${PREFIX}/bin/rebuild-gcj-db${SUFFIX} \ ${STAGEDIR}${PREFIX}/man/man1/rebuild-gcj-db${SUFFIX}.1 + ${RM} -r ${STAGEDIR}${TARGLIB}/gcc/*/${GCC_VERSION}/include-fixed/ # Add target libraries and include files to packaging list. ${RM} ${WRKDIR}/PLIST.lib .for d in ${TARGLIB:S/^${PREFIX}\///} ${LIBEXEC:S/^${PREFIX}\///} include/gcj include/gnu include/java include/javax From owner-svn-ports-branches@freebsd.org Sun Aug 6 04:51:25 2017 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 5E3C2DBD092; Sun, 6 Aug 2017 04:51:25 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (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 3CBB67153A; Sun, 6 Aug 2017 04:51:24 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id 968713F57D; Sun, 6 Aug 2017 00:51:17 -0400 (EDT) Received: from [172.20.3.246] (unknown [12.235.85.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id DD1DC3F567; Sun, 6 Aug 2017 00:51:16 -0400 (EDT) Date: Sat, 5 Aug 2017 22:51:15 -0600 (MDT) From: Gerald Pfeifer To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: Re: svn commit: r447439 - branches/2017Q3/lang/gcc5 In-Reply-To: <201708060448.v764m0jb010830@repo.freebsd.org> Message-ID: References: <201708060448.v764m0jb010830@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 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, 06 Aug 2017 04:51:25 -0000 On Sun, 6 Aug 2017, Gerald Pfeifer wrote: > Author: gerald > Date: Sun Aug 6 04:48:00 2017 > New Revision: 447439 > URL: https://svnweb.freebsd.org/changeset/ports/447439 > > Log: > MFH: r444860 > > Remove headers being created by GCC's fixincludes machinery from the > installation / packaging to avoid breakage when FreeBSD's headers are > changing afterwards. Several fellow committers have strongly indicated > that our headers do not need the kind of adjustments that GCC performs. > > Approved by: portmgr (blanket) PR: 221237 Gerald From owner-svn-ports-branches@freebsd.org Sun Aug 6 14:32:04 2017 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 58FBDDAED30; Sun, 6 Aug 2017 14:32:04 +0000 (UTC) (envelope-from joneum@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 286AE3287; Sun, 6 Aug 2017 14:32:04 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v76EW3Fu051356; Sun, 6 Aug 2017 14:32:03 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v76EW3HU051354; Sun, 6 Aug 2017 14:32:03 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201708061432.v76EW3HU051354@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sun, 6 Aug 2017 14:32:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r447465 - branches/2017Q3/french/wordpress X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: branches/2017Q3/french/wordpress X-SVN-Commit-Revision: 447465 X-SVN-Commit-Repository: ports 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.23 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, 06 Aug 2017 14:32:04 -0000 Author: joneum Date: Sun Aug 6 14:32:03 2017 New Revision: 447465 URL: https://svnweb.freebsd.org/changeset/ports/447465 Log: MFH: r447335 - french/wordpress: Update from 4.8 to 4.8.1 - Changelog: https://codex.wordpress.org/Version_4.8.1#List_of_Files_Revised - Unbreak: fetch fine with this Update - Pet portlint Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D11845 Approved by: ports-secteam (zi) Modified: branches/2017Q3/french/wordpress/Makefile branches/2017Q3/french/wordpress/distinfo Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/french/wordpress/Makefile ============================================================================== --- branches/2017Q3/french/wordpress/Makefile Sun Aug 6 14:31:06 2017 (r447464) +++ branches/2017Q3/french/wordpress/Makefile Sun Aug 6 14:32:03 2017 (r447465) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.8 -PORTEPOCH= 1 +PORTVERSION= 4.8.1 DISTVERSIONSUFFIX= -fr_FR +PORTEPOCH= 1 CATEGORIES= french www MASTER_SITES= http://fr.wordpress.org/ @@ -12,8 +12,6 @@ MAINTAINER= joneum@FreeBSD.org COMMENT= State-of-the-art semantic personal publishing platform LICENSE= GPLv2 - -BROKEN= size and checksum mismatch CONFLICTS_INSTALL= de-wordpress-[0-9].* ja-wordpress-[0-9].* ru-wordpress-[0-9].* Modified: branches/2017Q3/french/wordpress/distinfo ============================================================================== --- branches/2017Q3/french/wordpress/distinfo Sun Aug 6 14:31:06 2017 (r447464) +++ branches/2017Q3/french/wordpress/distinfo Sun Aug 6 14:32:03 2017 (r447465) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497012470 -SHA256 (wordpress-4.8-fr_FR.tar.gz) = 7fe4e671ad0f931bc52280abfe509b84ccc1c98d2bf4e313969c99ee75bdd72c -SIZE (wordpress-4.8-fr_FR.tar.gz) = 8655830 +TIMESTAMP = 1501770946 +SHA256 (wordpress-4.8.1-fr_FR.tar.gz) = f12dce8d3e8c168c620c85f6f4064a4f0d50d9543bfb89e4d0973e992431de7f +SIZE (wordpress-4.8.1-fr_FR.tar.gz) = 8657939 From owner-svn-ports-branches@freebsd.org Tue Aug 8 00:12:52 2017 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 7CD65DD1E9F; Tue, 8 Aug 2017 00:12:52 +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 5947B64940; Tue, 8 Aug 2017 00:12:52 +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 v780Cpo2075456; Tue, 8 Aug 2017 00:12:51 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v780Corm075451; Tue, 8 Aug 2017 00:12:50 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201708080012.v780Corm075451@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 8 Aug 2017 00:12:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r447525 - in branches/2017Q3/www: varnish4 varnish5 varnish5/files X-SVN-Group: ports-branches X-SVN-Commit-Author: feld X-SVN-Commit-Paths: in branches/2017Q3/www: varnish4 varnish5 varnish5/files X-SVN-Commit-Revision: 447525 X-SVN-Commit-Repository: ports 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.23 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, 08 Aug 2017 00:12:52 -0000 Author: feld Date: Tue Aug 8 00:12:50 2017 New Revision: 447525 URL: https://svnweb.freebsd.org/changeset/ports/447525 Log: MFH: r447523 r447524 www/varnish4 www/varnish5: Change MASTER_SITES to GITHUB - Now properly use autotools - rst2man is a required build dependency Requested by upstream as the current mirror is being retired Approved by: ports-secteam (with hat) Added: branches/2017Q3/www/varnish5/files/patch-Makefile.am - copied unchanged from r447524, head/www/varnish5/files/patch-Makefile.am Modified: branches/2017Q3/www/varnish4/Makefile branches/2017Q3/www/varnish4/distinfo branches/2017Q3/www/varnish5/Makefile branches/2017Q3/www/varnish5/distinfo Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/www/varnish4/Makefile ============================================================================== --- branches/2017Q3/www/varnish4/Makefile Tue Aug 8 00:11:56 2017 (r447524) +++ branches/2017Q3/www/varnish4/Makefile Tue Aug 8 00:12:50 2017 (r447525) @@ -4,7 +4,6 @@ PORTNAME= varnish PORTVERSION= 4.1.8 PORTREVISION= 0 CATEGORIES= www -MASTER_SITES= http://repo.varnish-cache.org/source/ PKGNAMESUFFIX= 4 MAINTAINER= feld@FreeBSD.org @@ -12,6 +11,7 @@ COMMENT= High-performance HTTP accelerator LICENSE= BSD2CLAUSE +BUILD_DEPENDS= rst2man:textproc/py-docutils LIB_DEPENDS= libpcre.so:devel/pcre CONFLICTS= varnish-2.* varnish-3.* @@ -23,9 +23,13 @@ CPE_VENDOR= varnish-cache CFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX} --enable-tests -CONFIGURE_ENV= RST2MAN=true USE_LDCONFIG= yes INSTALL_TARGET= install-strip + +USE_GITHUB= yes +GH_ACCOUNT= varnishcache +GH_PROJECT= varnish-cache +GH_TAGNAME= varnish-${PORTVERSION} USERS= varnish varnishlog GROUPS= varnish Modified: branches/2017Q3/www/varnish4/distinfo ============================================================================== --- branches/2017Q3/www/varnish4/distinfo Tue Aug 8 00:11:56 2017 (r447524) +++ branches/2017Q3/www/varnish4/distinfo Tue Aug 8 00:12:50 2017 (r447525) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501698248 -SHA256 (varnish-4.1.8.tar.gz) = 908e7fbfa0325498717686b2050181134aa0a69d1495c02b2625cd34d35a4ff1 -SIZE (varnish-4.1.8.tar.gz) = 2254772 +TIMESTAMP = 1502147563 +SHA256 (varnishcache-varnish-cache-4.1.8-varnish-4.1.8_GH0.tar.gz) = 6d5735d1562570517feae551b236d2c321537785ff5e08fe40ce5315c32ef53c +SIZE (varnishcache-varnish-cache-4.1.8-varnish-4.1.8_GH0.tar.gz) = 946513 Modified: branches/2017Q3/www/varnish5/Makefile ============================================================================== --- branches/2017Q3/www/varnish5/Makefile Tue Aug 8 00:11:56 2017 (r447524) +++ branches/2017Q3/www/varnish5/Makefile Tue Aug 8 00:12:50 2017 (r447525) @@ -4,7 +4,6 @@ PORTNAME= varnish PORTVERSION= 5.1.3 PORTREVISION= 0 CATEGORIES= www -MASTER_SITES= http://repo.varnish-cache.org/source/ PKGNAMESUFFIX= 5 MAINTAINER= feld@FreeBSD.org @@ -12,20 +11,25 @@ COMMENT= High-performance HTTP accelerator LICENSE= BSD2CLAUSE +BUILD_DEPENDS= rst2man:textproc/py-docutils LIB_DEPENDS= libpcre.so:devel/pcre CONFLICTS= varnish-2.* varnish-3.* varnish4-4.* -USES= cpe gmake libedit libtool ncurses pathfix \ +USES= autoreconf cpe gmake libedit libtool ncurses pathfix \ pkgconfig python:2,build readline shebangfix SHEBANG_FILES= lib/libvcc/vmodtool.py CPE_VENDOR= varnish-cache CFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -CONFIGURE_ARGS= --localstatedir=${PREFIX} --enable-tests -CONFIGURE_ENV= RST2MAN=true +CONFIGURE_ARGS= --localstatedir=${PREFIX} --without-dot USE_LDCONFIG= yes INSTALL_TARGET= install-strip + +USE_GITHUB= yes +GH_ACCOUNT= varnishcache +GH_PROJECT= varnish-cache +GH_TAGNAME= varnish-${PORTVERSION} USERS= varnish varnishlog GROUPS= varnish Modified: branches/2017Q3/www/varnish5/distinfo ============================================================================== --- branches/2017Q3/www/varnish5/distinfo Tue Aug 8 00:11:56 2017 (r447524) +++ branches/2017Q3/www/varnish5/distinfo Tue Aug 8 00:12:50 2017 (r447525) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501698276 -SHA256 (varnish-5.1.3.tar.gz) = 7439c93ca581340f3722b8c790160f46dc6c5328188e4c0bc233c42f3f04a54e -SIZE (varnish-5.1.3.tar.gz) = 2643223 +TIMESTAMP = 1502147852 +SHA256 (varnishcache-varnish-cache-5.1.3-varnish-5.1.3_GH0.tar.gz) = 2c76b5aee9e715b84641a1de1dbcc39563c24496436fa4e5417acd329e80bd22 +SIZE (varnishcache-varnish-cache-5.1.3-varnish-5.1.3_GH0.tar.gz) = 1183690 Copied: branches/2017Q3/www/varnish5/files/patch-Makefile.am (from r447524, head/www/varnish5/files/patch-Makefile.am) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q3/www/varnish5/files/patch-Makefile.am Tue Aug 8 00:12:50 2017 (r447525, copy of r447524, head/www/varnish5/files/patch-Makefile.am) @@ -0,0 +1,8 @@ +--- Makefile.am.orig 2017-08-08 00:04:18 UTC ++++ Makefile.am +@@ -1,4 +1,4 @@ +-ACLOCAL_AMFLAGS = -I m4 ++ACLOCAL_AMFLAGS = -I m4 -I . + + SUBDIRS = include lib bin etc doc man + From owner-svn-ports-branches@freebsd.org Tue Aug 8 01:11:43 2017 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 DFCC5DD464A; Tue, 8 Aug 2017 01:11:43 +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 A1604662C8; Tue, 8 Aug 2017 01:11:43 +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 v781BgM8099587; Tue, 8 Aug 2017 01:11:42 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v781BgNK099586; Tue, 8 Aug 2017 01:11:42 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201708080111.v781BgNK099586@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 8 Aug 2017 01:11:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r447528 - branches/2017Q3/Mk/Uses X-SVN-Group: ports-branches X-SVN-Commit-Author: feld X-SVN-Commit-Paths: branches/2017Q3/Mk/Uses X-SVN-Commit-Revision: 447528 X-SVN-Commit-Repository: ports 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.23 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, 08 Aug 2017 01:11:44 -0000 Author: feld Date: Tue Aug 8 01:11:42 2017 New Revision: 447528 URL: https://svnweb.freebsd.org/changeset/ports/447528 Log: MFH: r447527 Mk/Uses/shebangfix.mk: Fix SHEBANG_FILES to use find(1) Ports like net/vmware-vsphere-cli use SHEBANG_FILES with globs like so: SHEBANG_FILES= bin/* ... As of FreeBSD 11.1-RELEASE sed has changed and errors if attempted on non-file objects. In the case of the cited port there are many other files in the bin/ directory which are symlinks for compatibility with old scripts. This causes the port patching to fail. PR: 221229 Differential Revision: https://reviews.freebsd.org/D11853 Approved by: portmgr (with hat) Modified: branches/2017Q3/Mk/Uses/shebangfix.mk Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/Mk/Uses/shebangfix.mk ============================================================================== --- branches/2017Q3/Mk/Uses/shebangfix.mk Tue Aug 8 01:10:57 2017 (r447527) +++ branches/2017Q3/Mk/Uses/shebangfix.mk Tue Aug 8 01:11:42 2017 (r447528) @@ -92,7 +92,8 @@ fix-shebang: .endfor .else @cd ${WRKSRC}; \ - ${ECHO_CMD} ${SHEBANG_FILES} | ${XARGS} ${SED} -i '' ${_SHEBANG_REINPLACE_ARGS} + ${FIND} ${SHEBANG_FILES} -type f \ + -exec ${SED} -i '' ${_SHEBANG_REINPLACE_ARGS} {} + .endif .endif From owner-svn-ports-branches@freebsd.org Tue Aug 8 13:32:04 2017 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 3722EDAB8A2; Tue, 8 Aug 2017 13:32:04 +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 0664F3476; Tue, 8 Aug 2017 13:32:03 +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 v78DW3uA098535; Tue, 8 Aug 2017 13:32:03 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v78DW3N2098533; Tue, 8 Aug 2017 13:32:03 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201708081332.v78DW3N2098533@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 8 Aug 2017 13:32:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r447542 - branches/2017Q3/databases/sqlite3 X-SVN-Group: ports-branches X-SVN-Commit-Author: feld X-SVN-Commit-Paths: branches/2017Q3/databases/sqlite3 X-SVN-Commit-Revision: 447542 X-SVN-Commit-Repository: ports 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.23 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, 08 Aug 2017 13:32:04 -0000 Author: feld Date: Tue Aug 8 13:32:02 2017 New Revision: 447542 URL: https://svnweb.freebsd.org/changeset/ports/447542 Log: MFH: r447541 databases/sqlite3: Update to 3.20.0 This resolves a recent vulnerability Security: CVE-2017-10989 Approved by: ports-secteam (with hat) Modified: branches/2017Q3/databases/sqlite3/Makefile branches/2017Q3/databases/sqlite3/distinfo Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/databases/sqlite3/Makefile ============================================================================== --- branches/2017Q3/databases/sqlite3/Makefile Tue Aug 8 13:31:19 2017 (r447541) +++ branches/2017Q3/databases/sqlite3/Makefile Tue Aug 8 13:32:02 2017 (r447542) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.19.3 -PORTREVISION= 1 +PORTVERSION= 3.20.0 +PORTREVISION= 0 CATEGORIES= databases MASTER_SITES= https://www.sqlite.org/2017/ http://www2.sqlite.org/2017/ http://www3.sqlite.org/2017/ DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 Modified: branches/2017Q3/databases/sqlite3/distinfo ============================================================================== --- branches/2017Q3/databases/sqlite3/distinfo Tue Aug 8 13:31:19 2017 (r447541) +++ branches/2017Q3/databases/sqlite3/distinfo Tue Aug 8 13:32:02 2017 (r447542) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497076626 -SHA256 (sqlite-autoconf-3190300.tar.gz) = 06129c03dced9f87733a8cba408871bd60673b8f93b920ba8d815efab0a06301 -SIZE (sqlite-autoconf-3190300.tar.gz) = 2542682 +TIMESTAMP = 1502198494 +SHA256 (sqlite-autoconf-3200000.tar.gz) = 3814c6f629ff93968b2b37a70497cfe98b366bf587a2261a56a5f750af6ae6a0 +SIZE (sqlite-autoconf-3200000.tar.gz) = 2565548 From owner-svn-ports-branches@freebsd.org Tue Aug 8 18:28:58 2017 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 6E931DC8558; Tue, 8 Aug 2017 18:28:58 +0000 (UTC) (envelope-from cpm@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 4AC4E6DE8C; Tue, 8 Aug 2017 18:28:58 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v78ISvBj044818; Tue, 8 Aug 2017 18:28:57 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v78ISvuZ044816; Tue, 8 Aug 2017 18:28:57 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201708081828.v78ISvuZ044816@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Tue, 8 Aug 2017 18:28:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r447560 - branches/2017Q3/multimedia/kodi X-SVN-Group: ports-branches X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: branches/2017Q3/multimedia/kodi X-SVN-Commit-Revision: 447560 X-SVN-Commit-Repository: ports 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.23 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, 08 Aug 2017 18:28:58 -0000 Author: cpm Date: Tue Aug 8 18:28:57 2017 New Revision: 447560 URL: https://svnweb.freebsd.org/changeset/ports/447560 Log: MFH: r447558 - Really update kodi to 17.3 - Sort Makefile to make portlint happy - Bump PORTREVISION PR: 220603 Submitted by: Mikael Urankar Approved by: Mickael Maillot (maintainer) Approved by: ports-secteam (blanket) Modified: branches/2017Q3/multimedia/kodi/Makefile branches/2017Q3/multimedia/kodi/distinfo Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/multimedia/kodi/Makefile ============================================================================== --- branches/2017Q3/multimedia/kodi/Makefile Tue Aug 8 18:28:55 2017 (r447559) +++ branches/2017Q3/multimedia/kodi/Makefile Tue Aug 8 18:28:57 2017 (r447560) @@ -2,6 +2,7 @@ PORTNAME= kodi DISTVERSION= 17.3 +PORTREVISION= 1 CATEGORIES= multimedia java MAINTAINER= mickael.maillot@gmail.com @@ -58,12 +59,10 @@ LIB_DEPENDS= libass.so:multimedia/libass \ libyajl.so:devel/yajl RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 -USE_GITHUB= yes -GH_TUPLE= xbmc:xbmc:fc1619b \ - xbmc:FFmpeg:3.1.6-Krypton:ffmpeg/tools/depends/target/ffmpeg \ - xbmc:libdvdcss:2f12236:libdvdcss/tools/depends/target/libdvdcss/native \ - xbmc:libdvdnav:981488f:libdvdnav/tools/depends/target/libdvdnav/native \ - xbmc:libdvdread:17d99db:libdvdread/tools/depends/target/libdvdread/native +ONLY_FOR_ARCHS= amd64 armv6 i386 +KODI_ARCH_i386= x86 +KODI_ARCH_amd64=x86_64 +KODI_ARCH_armv6=armv6 USES= autoreconf:build compiler:c++11-lib gettext gmake iconv jpeg \ libtool pkgconfig python:-2.7 ssl @@ -76,10 +75,18 @@ NOPRECIOUSMAKEVARS= yes CONFIGURE_ENV= OPENSSL_LIBS="-L${OPENSSLLIB}" \ OPENSSL_CFLAGS="-I${OPENSSLINC}" -ONLY_FOR_ARCHS= amd64 armv6 i386 -KODI_ARCH_i386= x86 -KODI_ARCH_amd64=x86_64 -KODI_ARCH_armv6=armv6 +KODI_CODENAME= Krypton +FFMPEG_VERS= 3.1.6 +LIBDVDCSS_TAGNAME= 2f12236 +LIBDVDNAV_TAGNAME= 981488f +LIBDVDREAD_TAGNAME= 17d99db + +USE_GITHUB= yes +GH_TUPLE= xbmc:xbmc:${PORTVERSION}-${KODI_CODENAME} \ + xbmc:FFmpeg:${FFMPEG_VERS}-${KODI_CODENAME}:ffmpeg/tools/depends/target/ffmpeg \ + xbmc:libdvdcss:${LIBDVDCSS_TAGNAME}:libdvdcss/tools/depends/target/libdvdcss/native \ + xbmc:libdvdnav:${LIBDVDNAV_TAGNAME}:libdvdnav/tools/depends/target/libdvdnav/native \ + xbmc:libdvdread:${LIBDVDREAD_TAGNAME}:libdvdread/tools/depends/target/libdvdread/native PLIST_SUB= ARCH=${KODI_ARCH_${ARCH}} Modified: branches/2017Q3/multimedia/kodi/distinfo ============================================================================== --- branches/2017Q3/multimedia/kodi/distinfo Tue Aug 8 18:28:55 2017 (r447559) +++ branches/2017Q3/multimedia/kodi/distinfo Tue Aug 8 18:28:57 2017 (r447560) @@ -1,6 +1,6 @@ -TIMESTAMP = 1499524428 -SHA256 (xbmc-xbmc-17.3-fc1619b_GH0.tar.gz) = d37923946f556167e2bae57c8ed6fde94e1c9996b2eb907ae2a843da242b2680 -SIZE (xbmc-xbmc-17.3-fc1619b_GH0.tar.gz) = 58455275 +TIMESTAMP = 1501924835 +SHA256 (xbmc-xbmc-17.3-17.3-Krypton_GH0.tar.gz) = 1de8653a3729cefd1baaf09ecde5ace01a1e3a58fbf29d48c1363f2503d331a1 +SIZE (xbmc-xbmc-17.3-17.3-Krypton_GH0.tar.gz) = 58466114 SHA256 (xbmc-FFmpeg-3.1.6-Krypton_GH0.tar.gz) = 01f914742f6af8afd1d2eb076425975e24c4eed75f5d57f1c816086dc4625192 SIZE (xbmc-FFmpeg-3.1.6-Krypton_GH0.tar.gz) = 11170735 SHA256 (xbmc-libdvdcss-2f12236_GH0.tar.gz) = 7affd787569960bcca6a7a83dfbe807b461653ee9793c59551dabb88e640b3f4 From owner-svn-ports-branches@freebsd.org Wed Aug 9 15:39:37 2017 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 25E1CDCFA7F; Wed, 9 Aug 2017 15:39:37 +0000 (UTC) (envelope-from tz@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 E799A76621; Wed, 9 Aug 2017 15:39:36 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v79Fda4A067210; Wed, 9 Aug 2017 15:39:36 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v79FdaYK067209; Wed, 9 Aug 2017 15:39:36 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201708091539.v79FdaYK067209@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 9 Aug 2017 15:39:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r447630 - branches/2017Q3/www/glpi X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: branches/2017Q3/www/glpi X-SVN-Commit-Revision: 447630 X-SVN-Commit-Repository: ports 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.23 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, 09 Aug 2017 15:39:37 -0000 Author: tz Date: Wed Aug 9 15:39:35 2017 New Revision: 447630 URL: https://svnweb.freebsd.org/changeset/ports/447630 Log: MFH: r447495 www/glpi: Add curl to PHP dependency list Without the extension the port is not functional PR: 220842 Reported by: dasti Approved by: ports-secteam (zi) Modified: branches/2017Q3/www/glpi/Makefile Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/www/glpi/Makefile ============================================================================== --- branches/2017Q3/www/glpi/Makefile Wed Aug 9 15:36:27 2017 (r447629) +++ branches/2017Q3/www/glpi/Makefile Wed Aug 9 15:39:35 2017 (r447630) @@ -3,6 +3,7 @@ PORTNAME= glpi PORTVERSION= 9.1.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= https://github.com/glpi-project/glpi/releases/download/${PORTVERSION}/ @@ -14,7 +15,7 @@ LICENSE= GPLv2 USES= cpe gettext php tar:tgz CPE_VENDOR= glpi-project -USE_PHP= ctype fileinfo filter gd json mbstring mysqli \ +USE_PHP= ctype curl fileinfo filter gd json mbstring mysqli \ pcre session simplexml wddx xml xmlrpc zlib WRKSRC= ${WRKDIR}/${PORTNAME} From owner-svn-ports-branches@freebsd.org Wed Aug 9 18:44:17 2017 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 E3883DD3455; Wed, 9 Aug 2017 18:44:17 +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 BF50680DA9; Wed, 9 Aug 2017 18:44:17 +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 v79IiGXV045135; Wed, 9 Aug 2017 18:44:16 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v79IiGLu045132; Wed, 9 Aug 2017 18:44:16 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201708091844.v79IiGLu045132@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 9 Aug 2017 18:44:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r447639 - in branches/2017Q3/emulators: citra citra-qt5 citra/files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2017Q3/emulators: citra citra-qt5 citra/files X-SVN-Commit-Revision: 447639 X-SVN-Commit-Repository: ports 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.23 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, 09 Aug 2017 18:44:18 -0000 Author: jbeich Date: Wed Aug 9 18:44:16 2017 New Revision: 447639 URL: https://svnweb.freebsd.org/changeset/ports/447639 Log: MFH: r447637 emulators/citra-qt5: unbreak audio and input Approved by: ports-secteam blanket Added: branches/2017Q3/emulators/citra/files/patch-CMakeLists.txt - copied unchanged from r447637, head/emulators/citra/files/patch-CMakeLists.txt Modified: branches/2017Q3/emulators/citra-qt5/Makefile branches/2017Q3/emulators/citra/Makefile Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/emulators/citra-qt5/Makefile ============================================================================== --- branches/2017Q3/emulators/citra-qt5/Makefile Wed Aug 9 18:41:26 2017 (r447638) +++ branches/2017Q3/emulators/citra-qt5/Makefile Wed Aug 9 18:44:16 2017 (r447639) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -qt5 MASTERDIR= ${.CURDIR}/../citra Modified: branches/2017Q3/emulators/citra/Makefile ============================================================================== --- branches/2017Q3/emulators/citra/Makefile Wed Aug 9 18:41:26 2017 (r447638) +++ branches/2017Q3/emulators/citra/Makefile Wed Aug 9 18:44:16 2017 (r447639) @@ -42,6 +42,7 @@ GH_TUPLE= citra-emu:ext-soundtouch:5274ec4:soundtouch/ weidai11:cryptopp:CRYPTOPP_5_6_5-164-g841c37e:cryptopp/externals/cryptopp/cryptopp USES= cmake:outsource compiler:c++14-lang iconv localbase:ldflags +USE_SDL= sdl2 FAVORITE_COMPILER= ${COMPILER_TYPE} # c++14-lib CMAKE_ARGS= -DENABLE_WEB_SERVICE=off # XXX unbundle curl-7.52.1 CXXFLAGS+= -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 \ @@ -52,7 +53,6 @@ OPTIONS_MULTI_GUI= QT5 SDL OPTIONS_SLAVE?= SDL OPTIONS_EXCLUDE:= ${OPTIONS_MULTI_GUI} -SDL_USE= SDL=sdl2 SDL_CMAKE_BOOL= ENABLE_SDL2 SDL_PLIST_FILES=bin/${PORTNAME} \ man/man6/${PORTNAME}.6.gz Copied: branches/2017Q3/emulators/citra/files/patch-CMakeLists.txt (from r447637, head/emulators/citra/files/patch-CMakeLists.txt) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q3/emulators/citra/files/patch-CMakeLists.txt Wed Aug 9 18:44:16 2017 (r447639, copy of r447637, head/emulators/citra/files/patch-CMakeLists.txt) @@ -0,0 +1,28 @@ +citra-qt currently needs SDL for audio and input + +--- CMakeLists.txt.orig 2017-08-09 15:54:29 UTC ++++ CMakeLists.txt +@@ -207,15 +207,15 @@ if (ENABLE_SDL2) + else() + find_package(SDL2 REQUIRED) + endif() +- +- if (SDL2_FOUND) +- # TODO(yuriks): Make FindSDL2.cmake export an IMPORTED library instead +- add_library(SDL2 INTERFACE) +- target_link_libraries(SDL2 INTERFACE "${SDL2_LIBRARY}") +- target_include_directories(SDL2 INTERFACE "${SDL2_INCLUDE_DIR}") +- endif() + else() +- set(SDL2_FOUND NO) ++ find_package(SDL2) ++endif() ++ ++if (SDL2_FOUND) ++ # TODO(yuriks): Make FindSDL2.cmake export an IMPORTED library instead ++ add_library(SDL2 INTERFACE) ++ target_link_libraries(SDL2 INTERFACE "${SDL2_LIBRARY}") ++ target_include_directories(SDL2 INTERFACE "${SDL2_INCLUDE_DIR}") + endif() + + if (ENABLE_QT) From owner-svn-ports-branches@freebsd.org Thu Aug 10 05:56:10 2017 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 EF2F7DC5C84; Thu, 10 Aug 2017 05:56:10 +0000 (UTC) (envelope-from antoine@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 BCFDB71067; Thu, 10 Aug 2017 05:56:10 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7A5u9S1021703; Thu, 10 Aug 2017 05:56:09 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7A5u99u021702; Thu, 10 Aug 2017 05:56:09 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201708100556.v7A5u99u021702@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 10 Aug 2017 05:56:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r447664 - branches/2017Q3/Mk/Uses X-SVN-Group: ports-branches X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: branches/2017Q3/Mk/Uses X-SVN-Commit-Revision: 447664 X-SVN-Commit-Repository: ports 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.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2017 05:56:11 -0000 Author: antoine Date: Thu Aug 10 05:56:09 2017 New Revision: 447664 URL: https://svnweb.freebsd.org/changeset/ports/447664 Log: Revert MFH of r447527 This change was exp-run on head and not in 2017Q3 It breaks a dozen ports there Reported by: pkg-fallout With hat: portmgr Modified: branches/2017Q3/Mk/Uses/shebangfix.mk Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/Mk/Uses/shebangfix.mk ============================================================================== --- branches/2017Q3/Mk/Uses/shebangfix.mk Thu Aug 10 05:54:24 2017 (r447663) +++ branches/2017Q3/Mk/Uses/shebangfix.mk Thu Aug 10 05:56:09 2017 (r447664) @@ -92,8 +92,7 @@ fix-shebang: .endfor .else @cd ${WRKSRC}; \ - ${FIND} ${SHEBANG_FILES} -type f \ - -exec ${SED} -i '' ${_SHEBANG_REINPLACE_ARGS} {} + + ${ECHO_CMD} ${SHEBANG_FILES} | ${XARGS} ${SED} -i '' ${_SHEBANG_REINPLACE_ARGS} .endif .endif From owner-svn-ports-branches@freebsd.org Thu Aug 10 06:16:36 2017 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 74FE0DC62DD; Thu, 10 Aug 2017 06:16:36 +0000 (UTC) (envelope-from jkim@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 4224071846; Thu, 10 Aug 2017 06:16:36 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7A6GZ52029813; Thu, 10 Aug 2017 06:16:35 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7A6GZSk029811; Thu, 10 Aug 2017 06:16:35 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201708100616.v7A6GZSk029811@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 10 Aug 2017 06:16:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r447665 - branches/2017Q3/www/linux-flashplayer X-SVN-Group: ports-branches X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: branches/2017Q3/www/linux-flashplayer X-SVN-Commit-Revision: 447665 X-SVN-Commit-Repository: ports 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.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2017 06:16:36 -0000 Author: jkim Date: Thu Aug 10 06:16:35 2017 New Revision: 447665 URL: https://svnweb.freebsd.org/changeset/ports/447665 Log: MFH: r447662 Update to 26.0.0.151. https://helpx.adobe.com/security/products/flash-player/apsb17-23.html Approved by: ports-secteam (delphij) Modified: branches/2017Q3/www/linux-flashplayer/Makefile branches/2017Q3/www/linux-flashplayer/distinfo Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/www/linux-flashplayer/Makefile ============================================================================== --- branches/2017Q3/www/linux-flashplayer/Makefile Thu Aug 10 05:56:09 2017 (r447664) +++ branches/2017Q3/www/linux-flashplayer/Makefile Thu Aug 10 06:16:35 2017 (r447665) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flashplayer -PORTVERSION= 26.0.0.137 +PORTVERSION= 26.0.0.151 CATEGORIES= www multimedia linux MASTER_SITES= https://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION}/ PKGNAMEPREFIX= linux- Modified: branches/2017Q3/www/linux-flashplayer/distinfo ============================================================================== --- branches/2017Q3/www/linux-flashplayer/distinfo Thu Aug 10 05:56:09 2017 (r447664) +++ branches/2017Q3/www/linux-flashplayer/distinfo Thu Aug 10 06:16:35 2017 (r447665) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499965920 -SHA256 (flashplayer/26.0.0.137/flash_player_npapi_linux.i386.tar.gz) = bc703c55973fe79c32a9968450d46162d1db04663b099529c8fe0ec342baa6ba -SIZE (flashplayer/26.0.0.137/flash_player_npapi_linux.i386.tar.gz) = 8490349 +TIMESTAMP = 1502343857 +SHA256 (flashplayer/26.0.0.151/flash_player_npapi_linux.i386.tar.gz) = 179a751d1c3624f3a25ec4198a54e6a53023a11de0b24f71c86f5b12fafa2cb8 +SIZE (flashplayer/26.0.0.151/flash_player_npapi_linux.i386.tar.gz) = 8492462 From owner-svn-ports-branches@freebsd.org Thu Aug 10 08:12:48 2017 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 5CD9ADCB162; Thu, 10 Aug 2017 08:12:48 +0000 (UTC) (envelope-from madpilot@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 2A2B476466; Thu, 10 Aug 2017 08:12:48 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7A8Clto078102; Thu, 10 Aug 2017 08:12:47 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7A8ClvV078101; Thu, 10 Aug 2017 08:12:47 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201708100812.v7A8ClvV078101@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 10 Aug 2017 08:12:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r447666 - branches/2017Q3/databases/sqlite3 X-SVN-Group: ports-branches X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: branches/2017Q3/databases/sqlite3 X-SVN-Commit-Revision: 447666 X-SVN-Commit-Repository: ports 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.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2017 08:12:48 -0000 Author: madpilot Date: Thu Aug 10 08:12:46 2017 New Revision: 447666 URL: https://svnweb.freebsd.org/changeset/ports/447666 Log: MFH: r447626 Add explicit SQLITE_ENABLE_FTS3. This fixes the firefox and thunderburd ports build. Due to recent changes in sqlite3 even if this flag is actually implicitly added to the build when the FTS4 option is enabled, it is not reported as present via the sqlite3_compileoption_used("SQLITE_ENABLE_FTS3") API call, which is used by the gecko ports configure script to check for a suitable sqlite3 library. Related upstream change: https://sqlite.org/src/info/9a443397a6b110f6 PR: 221361, 219963 Submitted by: Vladimir Krstulja , jbeich@ Approved by: portmgr@ (blanket) Approved by: portmgr (antoine) Modified: branches/2017Q3/databases/sqlite3/Makefile Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/databases/sqlite3/Makefile ============================================================================== --- branches/2017Q3/databases/sqlite3/Makefile Thu Aug 10 06:16:35 2017 (r447665) +++ branches/2017Q3/databases/sqlite3/Makefile Thu Aug 10 08:12:46 2017 (r447666) @@ -3,7 +3,7 @@ PORTNAME= sqlite3 PORTVERSION= 3.20.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= https://www.sqlite.org/2017/ http://www2.sqlite.org/2017/ http://www3.sqlite.org/2017/ DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 @@ -141,7 +141,7 @@ TS3_CPPFLAGS= -DSQLITE_TEMP_STORE=3 RTREE_CPPFLAGS= -DSQLITE_ENABLE_RTREE=1 RTREE_INT_CPPFLAGS= -DSQLITE_RTREE_INT_ONLY=1 -FTS4_CPPFLAGS= -DSQLITE_ENABLE_FTS3_PARENTHESIS=1 -DSQLITE_ENABLE_FTS4=1 +FTS4_CPPFLAGS= -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS=1 -DSQLITE_ENABLE_FTS4=1 FTS5_CONFIGURE_ENABLE= fts5 FTS3_TOKEN_CPPFLAGS= -DSQLITE_ENABLE_FTS3_TOKENIZER=1 From owner-svn-ports-branches@freebsd.org Thu Aug 10 15:25:10 2017 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 87E1BDD58D1; Thu, 10 Aug 2017 15:25:10 +0000 (UTC) (envelope-from tz@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 573F664A02; Thu, 10 Aug 2017 15:25:10 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7AFP9lI054506; Thu, 10 Aug 2017 15:25:09 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7AFP9rR054505; Thu, 10 Aug 2017 15:25:09 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201708101525.v7AFP9rR054505@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 10 Aug 2017 15:25:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r447685 - branches/2017Q3/www/glpi X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: branches/2017Q3/www/glpi X-SVN-Commit-Revision: 447685 X-SVN-Commit-Repository: ports 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.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2017 15:25:10 -0000 Author: tz Date: Thu Aug 10 15:25:09 2017 New Revision: 447685 URL: https://svnweb.freebsd.org/changeset/ports/447685 Log: MFH: r447631 www/glpi: Add dom to PHP dependency list Without the extension the port is not functional PR: 220842 Reported by: dasti Approved by: ports-secteam (zi) Modified: branches/2017Q3/www/glpi/Makefile Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/www/glpi/Makefile ============================================================================== --- branches/2017Q3/www/glpi/Makefile Thu Aug 10 15:19:06 2017 (r447684) +++ branches/2017Q3/www/glpi/Makefile Thu Aug 10 15:25:09 2017 (r447685) @@ -3,7 +3,7 @@ PORTNAME= glpi PORTVERSION= 9.1.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= https://github.com/glpi-project/glpi/releases/download/${PORTVERSION}/ @@ -15,7 +15,7 @@ LICENSE= GPLv2 USES= cpe gettext php tar:tgz CPE_VENDOR= glpi-project -USE_PHP= ctype curl fileinfo filter gd json mbstring mysqli \ +USE_PHP= ctype curl dom fileinfo filter gd json mbstring mysqli \ pcre session simplexml wddx xml xmlrpc zlib WRKSRC= ${WRKDIR}/${PORTNAME} From owner-svn-ports-branches@freebsd.org Thu Aug 10 15:29:50 2017 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 4CA0DDD5B27; Thu, 10 Aug 2017 15:29:50 +0000 (UTC) (envelope-from tz@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 1969264E5B; Thu, 10 Aug 2017 15:29:50 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7AFTnat054851; Thu, 10 Aug 2017 15:29:49 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7AFTnBS054849; Thu, 10 Aug 2017 15:29:49 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201708101529.v7AFTnBS054849@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 10 Aug 2017 15:29:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r447686 - in branches/2017Q3/devel: . rubygem-hashie-forbidden_attributes X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in branches/2017Q3/devel: . rubygem-hashie-forbidden_attributes X-SVN-Commit-Revision: 447686 X-SVN-Commit-Repository: ports 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.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2017 15:29:50 -0000 Author: tz Date: Thu Aug 10 15:29:49 2017 New Revision: 447686 URL: https://svnweb.freebsd.org/changeset/ports/447686 Log: MFH: r445882 Add rubygem-hashie-forbidden_attributes 0.1.1 If you're using Rails 4 strong parameters, you will get a ForbiddenAttributesProtection exceptions when mass-assigning attributes. This gem allows mass assignment. It prevents Mash from responding to :permitted? and therefore triggering this behavior in ForbiddenAttributesProtection. WWW: https://github.com/Maxim-Filimonov/hashie-forbidden_attributes Approved by: ports-secteam (feld) Added: branches/2017Q3/devel/rubygem-hashie-forbidden_attributes/ - copied from r445882, head/devel/rubygem-hashie-forbidden_attributes/ Modified: branches/2017Q3/devel/Makefile Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/devel/Makefile ============================================================================== --- branches/2017Q3/devel/Makefile Thu Aug 10 15:25:09 2017 (r447685) +++ branches/2017Q3/devel/Makefile Thu Aug 10 15:29:49 2017 (r447686) @@ -5384,6 +5384,7 @@ SUBDIR += rubygem-hashdiff SUBDIR += rubygem-hashery SUBDIR += rubygem-hashie + SUBDIR += rubygem-hashie-forbidden_attributes SUBDIR += rubygem-hashie2 SUBDIR += rubygem-health_check SUBDIR += rubygem-health_check22 From owner-svn-ports-branches@freebsd.org Thu Aug 10 15:31:30 2017 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 2DB3ADD5B8E; Thu, 10 Aug 2017 15:31:30 +0000 (UTC) (envelope-from tz@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 EEFCC650E8; Thu, 10 Aug 2017 15:31:29 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7AFVSl9055848; Thu, 10 Aug 2017 15:31:28 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7AFVSq0055846; Thu, 10 Aug 2017 15:31:28 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201708101531.v7AFVSq0055846@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 10 Aug 2017 15:31:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r447687 - branches/2017Q3/devel/gitlab-shell X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: branches/2017Q3/devel/gitlab-shell X-SVN-Commit-Revision: 447687 X-SVN-Commit-Repository: ports 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.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2017 15:31:30 -0000 Author: tz Date: Thu Aug 10 15:31:28 2017 New Revision: 447687 URL: https://svnweb.freebsd.org/changeset/ports/447687 Log: MFH: r447603 devel/gitlab-shell: Update from 5.0.2 to 5.0.4 Changelog: https://gitlab.com/gitlab-org/gitlab-shell/blob/v5.0.4/CHANGELOG Approved by: ports-secteam (feld) Modified: branches/2017Q3/devel/gitlab-shell/Makefile branches/2017Q3/devel/gitlab-shell/distinfo Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/devel/gitlab-shell/Makefile ============================================================================== --- branches/2017Q3/devel/gitlab-shell/Makefile Thu Aug 10 15:29:49 2017 (r447686) +++ branches/2017Q3/devel/gitlab-shell/Makefile Thu Aug 10 15:31:28 2017 (r447687) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-shell -PORTVERSION= 5.0.2 +PORTVERSION= 5.0.4 CATEGORIES= devel MASTER_SITES= https://gitlab.com/gitlab-org/${PORTNAME}/repository/archive.tar.gz?ref=v${PORTVERSION}&dummy=/ DISTNAME= ${PORTNAME}-v${PORTVERSION} Modified: branches/2017Q3/devel/gitlab-shell/distinfo ============================================================================== --- branches/2017Q3/devel/gitlab-shell/distinfo Thu Aug 10 15:29:49 2017 (r447686) +++ branches/2017Q3/devel/gitlab-shell/distinfo Thu Aug 10 15:31:28 2017 (r447687) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498552520 -SHA256 (gitlab-shell-v5.0.2.tar.gz) = bb5125f12f2f3fbbb93aa78f6810cd62f97bda564d01112a831bf41d4e42ef34 -SIZE (gitlab-shell-v5.0.2.tar.gz) = 79009 +TIMESTAMP = 1499074793 +SHA256 (gitlab-shell-v5.0.4.tar.gz) = 9947c9cf7e7f2e1c2af696cf4610c6e2ad256dcae42e95cc0c8dc387ad5d07e3 +SIZE (gitlab-shell-v5.0.4.tar.gz) = 626142 From owner-svn-ports-branches@freebsd.org Thu Aug 10 15:33:53 2017 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 2A0A3DD5DCA; Thu, 10 Aug 2017 15:33:53 +0000 (UTC) (envelope-from tz@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 EB8D9653DD; Thu, 10 Aug 2017 15:33:52 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7AFXqav058957; Thu, 10 Aug 2017 15:33:52 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7AFXqcW058955; Thu, 10 Aug 2017 15:33:52 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201708101533.v7AFXqcW058955@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 10 Aug 2017 15:33:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r447688 - branches/2017Q3/devel/rubygem-gettext X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: branches/2017Q3/devel/rubygem-gettext X-SVN-Commit-Revision: 447688 X-SVN-Commit-Repository: ports 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.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2017 15:33:53 -0000 Author: tz Date: Thu Aug 10 15:33:51 2017 New Revision: 447688 URL: https://svnweb.freebsd.org/changeset/ports/447688 Log: MFH: r447604 devel/rubygem-gettext: Update from 3.1.6 to 3.2.2 Changelog: https://github.com/ruby-gettext/gettext/blob/3.2.2/doc/text/news.md Submitted by: Matthias Fechner Approved by: ports-secteam (feld) Modified: branches/2017Q3/devel/rubygem-gettext/Makefile branches/2017Q3/devel/rubygem-gettext/distinfo Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/devel/rubygem-gettext/Makefile ============================================================================== --- branches/2017Q3/devel/rubygem-gettext/Makefile Thu Aug 10 15:31:28 2017 (r447687) +++ branches/2017Q3/devel/rubygem-gettext/Makefile Thu Aug 10 15:33:51 2017 (r447688) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gettext -PORTVERSION= 3.1.6 +PORTVERSION= 3.2.2 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: branches/2017Q3/devel/rubygem-gettext/distinfo ============================================================================== --- branches/2017Q3/devel/rubygem-gettext/distinfo Thu Aug 10 15:31:28 2017 (r447687) +++ branches/2017Q3/devel/rubygem-gettext/distinfo Thu Aug 10 15:33:51 2017 (r447688) @@ -1,2 +1,3 @@ -SHA256 (rubygem/gettext-3.1.6.gem) = b3b0d6cd779e3f99b3bd541300fd5ae8f5425f90d0314209b6eb70a7772c8a81 -SIZE (rubygem/gettext-3.1.6.gem) = 282112 +TIMESTAMP = 1499719630 +SHA256 (rubygem/gettext-3.2.2.gem) = 9d250bb79273efb4a268977f219d2daca05cdc7473eff40288b8ab8ddd0f51b4 +SIZE (rubygem/gettext-3.2.2.gem) = 283648 From owner-svn-ports-branches@freebsd.org Thu Aug 10 15:35:48 2017 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 BCEC0DD5F2D; Thu, 10 Aug 2017 15:35:48 +0000 (UTC) (envelope-from tz@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 86B7F6574A; Thu, 10 Aug 2017 15:35:48 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7AFZlla059319; Thu, 10 Aug 2017 15:35:47 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7AFZlID059318; Thu, 10 Aug 2017 15:35:47 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201708101535.v7AFZlID059318@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 10 Aug 2017 15:35:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r447689 - branches/2017Q3/devel/rubygem-grape0 X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: branches/2017Q3/devel/rubygem-grape0 X-SVN-Commit-Revision: 447689 X-SVN-Commit-Repository: ports 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.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2017 15:35:48 -0000 Author: tz Date: Thu Aug 10 15:35:47 2017 New Revision: 447689 URL: https://svnweb.freebsd.org/changeset/ports/447689 Log: MFH: r447606 devel/rubygem-grape0: Register conflict with devel/rubygem-grape Submitted by: Matthias Fechner Approved by: ports-secteam (feld) Modified: branches/2017Q3/devel/rubygem-grape0/Makefile Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/devel/rubygem-grape0/Makefile ============================================================================== --- branches/2017Q3/devel/rubygem-grape0/Makefile Thu Aug 10 15:33:51 2017 (r447688) +++ branches/2017Q3/devel/rubygem-grape0/Makefile Thu Aug 10 15:35:47 2017 (r447689) @@ -22,6 +22,7 @@ RUN_DEPENDS= rubygem-activesupport4>=0:devel/rubygem-a rubygem-rack-accept>=0:www/rubygem-rack-accept \ rubygem-virtus>=1.0.0:devel/rubygem-virtus +CONFLICTS= rubygem-grape PORTSCOUT= limit:^0\. NO_ARCH= yes From owner-svn-ports-branches@freebsd.org Thu Aug 10 15:36:58 2017 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 8DD2CDD5FD7; Thu, 10 Aug 2017 15:36:58 +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 262C365850; Thu, 10 Aug 2017 15:36:58 +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 v7AFavtT059788; Thu, 10 Aug 2017 15:36:57 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7AFauef059776; Thu, 10 Aug 2017 15:36:56 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201708101536.v7AFauef059776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 10 Aug 2017 15:36:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r447690 - in branches/2017Q3: Mk/Uses www/firefox www/firefox-i18n www/firefox/files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2017Q3: Mk/Uses www/firefox www/firefox-i18n www/firefox/files X-SVN-Commit-Revision: 447690 X-SVN-Commit-Repository: ports 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.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2017 15:36:58 -0000 Author: jbeich Date: Thu Aug 10 15:36:56 2017 New Revision: 447690 URL: https://svnweb.freebsd.org/changeset/ports/447690 Log: MFH: r447501 r447660 www/firefox: update to 55.0.1 This is the last release to support RUST=off. Later versions remove non-Rust codepaths e.g., via encoding_rs. Changes: https://www.mozilla.org/firefox/55.0.1/releasenotes/ PR: 216541 219963 Security: 555b244e-6b20-4546-851f-d8eb7d6c1ffa Approved by: ports-secteam (zi) Added: branches/2017Q3/www/firefox/files/patch-bug1312182 - copied unchanged from r447501, head/www/firefox/files/patch-bug1312182 branches/2017Q3/www/firefox/files/patch-bug1385597 - copied unchanged from r447501, head/www/firefox/files/patch-bug1385597 branches/2017Q3/www/firefox/files/patch-third__party_python_futures_concurrent_futures_process.py - copied unchanged from r447501, head/www/firefox/files/patch-third__party_python_futures_concurrent_futures_process.py Deleted: branches/2017Q3/www/firefox/files/patch-bug1356709 branches/2017Q3/www/firefox/files/patch-bug1357874 branches/2017Q3/www/firefox/files/patch-bug1360321 branches/2017Q3/www/firefox/files/patch-bug1376411 branches/2017Q3/www/firefox/files/patch-bug981348 branches/2017Q3/www/firefox/files/patch-python_futures_concurrent_futures_process.py Modified: branches/2017Q3/Mk/Uses/gecko.mk branches/2017Q3/www/firefox-i18n/Makefile branches/2017Q3/www/firefox-i18n/Makefile.lang branches/2017Q3/www/firefox-i18n/Makefile.option branches/2017Q3/www/firefox-i18n/distinfo branches/2017Q3/www/firefox/Makefile branches/2017Q3/www/firefox/distinfo branches/2017Q3/www/firefox/files/patch-bug1021761 branches/2017Q3/www/firefox/files/patch-bug702179 branches/2017Q3/www/firefox/files/patch-bug826985 branches/2017Q3/www/firefox/files/patch-bug847568 branches/2017Q3/www/firefox/files/patch-rust-option Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/Mk/Uses/gecko.mk ============================================================================== --- branches/2017Q3/Mk/Uses/gecko.mk Thu Aug 10 15:35:47 2017 (r447689) +++ branches/2017Q3/Mk/Uses/gecko.mk Thu Aug 10 15:36:56 2017 (r447690) @@ -37,12 +37,12 @@ RUN_DEPENDS+= libxul>=45:www/libxul .elif ${gecko_ARGS:Mfirefox} _GECKO_DEFAULT_VERSION= 52 -_GECKO_VERSIONS= 52 54 +_GECKO_VERSIONS= 52 55 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions 52_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr -54_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox +55_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null Modified: branches/2017Q3/www/firefox-i18n/Makefile ============================================================================== --- branches/2017Q3/www/firefox-i18n/Makefile Thu Aug 10 15:35:47 2017 (r447689) +++ branches/2017Q3/www/firefox-i18n/Makefile Thu Aug 10 15:36:56 2017 (r447690) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 54.0.1 +PORTVERSION= 55.0.1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build2/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} @@ -15,7 +15,7 @@ COMMENT= Localized interface for Firefox EXTRACT_DEPENDS= zip:archivers/zip -USES= zip:infozip gecko:firefox,54,build +USES= zip:infozip gecko:firefox,55,build USE_XPI= firefox NO_ARCH= yes Modified: branches/2017Q3/www/firefox-i18n/Makefile.lang ============================================================================== --- branches/2017Q3/www/firefox-i18n/Makefile.lang Thu Aug 10 15:35:47 2017 (r447689) +++ branches/2017Q3/www/firefox-i18n/Makefile.lang Thu Aug 10 15:36:56 2017 (r447690) @@ -1,7 +1,7 @@ # Created by: Koji Yokota # $FreeBSD$ -FIREFOX_I18N_ALL_= ach af an ar as ast az bg bn-BD bn-IN br bs ca cak \ +FIREFOX_I18N_ALL_= ach af an ar as ast az be bg bn-BD bn-IN br bs ca cak \ cs cy da de dsb el en-GB en-US en-ZA eo es-AR es-CL \ es-ES es-MX et eu fa ff fi fr fy-NL ga-IE gd gl gn \ gu-IN he hi-IN hr hsb hu hy-AM id is it ja ka kab \ @@ -32,6 +32,9 @@ FIREFOX_I18N+= ast .endif .if ${PORT_OPTIONS:MLANG_AZ} FIREFOX_I18N+= az +.endif +.if ${PORT_OPTIONS:MLANG_BE} +FIREFOX_I18N+= be .endif .if ${PORT_OPTIONS:MLANG_BG} FIREFOX_I18N+= bg Modified: branches/2017Q3/www/firefox-i18n/Makefile.option ============================================================================== --- branches/2017Q3/www/firefox-i18n/Makefile.option Thu Aug 10 15:35:47 2017 (r447689) +++ branches/2017Q3/www/firefox-i18n/Makefile.option Thu Aug 10 15:36:56 2017 (r447690) @@ -9,6 +9,7 @@ OPTIONS_DEFINE= LANG_ACH \ LANG_AS \ LANG_AST \ LANG_AZ \ + LANG_BE \ LANG_BG \ LANG_BB \ LANG_BN \ Modified: branches/2017Q3/www/firefox-i18n/distinfo ============================================================================== --- branches/2017Q3/www/firefox-i18n/distinfo Thu Aug 10 15:35:47 2017 (r447689) +++ branches/2017Q3/www/firefox-i18n/distinfo Thu Aug 10 15:36:56 2017 (r447690) @@ -1,189 +1,191 @@ -TIMESTAMP = 1498670356 -SHA256 (xpi/firefox-i18n-54.0.1/ach.xpi) = 2ac6571fee99dbb0886e6b4d75d9ed9b793b5a2551413d0969c4b443e797b9a8 -SIZE (xpi/firefox-i18n-54.0.1/ach.xpi) = 426785 -SHA256 (xpi/firefox-i18n-54.0.1/af.xpi) = 86e4a12e511e7a88b7eb762b0755984e72b8774c77398481609237e9ca44b4a5 -SIZE (xpi/firefox-i18n-54.0.1/af.xpi) = 436585 -SHA256 (xpi/firefox-i18n-54.0.1/an.xpi) = a925947a8d77450357b2e85454c8b02b71f2553a6abc373d6ef865a098acef6a -SIZE (xpi/firefox-i18n-54.0.1/an.xpi) = 445344 -SHA256 (xpi/firefox-i18n-54.0.1/ar.xpi) = 8e7d0af2143a5df4f93fb70d0e240180b897320234d9e0f17274f996c9e7ca29 -SIZE (xpi/firefox-i18n-54.0.1/ar.xpi) = 473124 -SHA256 (xpi/firefox-i18n-54.0.1/as.xpi) = 3f4f218ce4da291d008630f20b29d032182f8c5356c387be81a55616881585d3 -SIZE (xpi/firefox-i18n-54.0.1/as.xpi) = 484171 -SHA256 (xpi/firefox-i18n-54.0.1/ast.xpi) = b215e69042c029156b8e787c03f9504beb5e056ea71f0e8e6eb706205f8eee1f -SIZE (xpi/firefox-i18n-54.0.1/ast.xpi) = 440269 -SHA256 (xpi/firefox-i18n-54.0.1/az.xpi) = a092eb7b69b97e44a375ac1244a8f1bfc48acfd7d99051350803632273164e68 -SIZE (xpi/firefox-i18n-54.0.1/az.xpi) = 454243 -SHA256 (xpi/firefox-i18n-54.0.1/bg.xpi) = 2d12828369f44e8c805e2825946cec5ef040585a92b35c89ff17aceac8a0a83d -SIZE (xpi/firefox-i18n-54.0.1/bg.xpi) = 485835 -SHA256 (xpi/firefox-i18n-54.0.1/bn-BD.xpi) = ab3a823e662776edf0aeaf9c4535f451ebe4e8ad5811023377ca88eebef56306 -SIZE (xpi/firefox-i18n-54.0.1/bn-BD.xpi) = 508867 -SHA256 (xpi/firefox-i18n-54.0.1/bn-IN.xpi) = 0acff03ac54f2a4609c626d4e5b461c0abacb8b24d6df4dc1b3f2cffc6baffa7 -SIZE (xpi/firefox-i18n-54.0.1/bn-IN.xpi) = 506168 -SHA256 (xpi/firefox-i18n-54.0.1/br.xpi) = e164f7ba23ce3fac8240f9f3cb3b44dd0555c558550d0f9fc98cbfa5eb05de8d -SIZE (xpi/firefox-i18n-54.0.1/br.xpi) = 434372 -SHA256 (xpi/firefox-i18n-54.0.1/bs.xpi) = 7b74a68b66b6763922cfa08ed8c2dab8dad64fe4b8cd8e51f3b023c635d0dddc -SIZE (xpi/firefox-i18n-54.0.1/bs.xpi) = 441131 -SHA256 (xpi/firefox-i18n-54.0.1/ca.xpi) = 104ae2cc9b629669005648e5fb2e7cad06965eb700c6246bacc8874c48180b82 -SIZE (xpi/firefox-i18n-54.0.1/ca.xpi) = 443027 -SHA256 (xpi/firefox-i18n-54.0.1/cak.xpi) = aced374c69e3cd85800b685bd1003b290b58f0a37c870e42badce50c740a0a36 -SIZE (xpi/firefox-i18n-54.0.1/cak.xpi) = 458232 -SHA256 (xpi/firefox-i18n-54.0.1/cs.xpi) = 937ab90c522119406605eb0051f81dbe0a0c716826cf222cee532bbaeeb049ac -SIZE (xpi/firefox-i18n-54.0.1/cs.xpi) = 443929 -SHA256 (xpi/firefox-i18n-54.0.1/cy.xpi) = 6a095bdbe2c274da1772c87914aad3ca4a788f6f3a0d3a10d9432cfdf646a6a3 -SIZE (xpi/firefox-i18n-54.0.1/cy.xpi) = 436310 -SHA256 (xpi/firefox-i18n-54.0.1/da.xpi) = 1a0d5e22c79b0f558031b14edc8aa8a4dd1ce0a5c418549c68c8223c5ab7a7f9 -SIZE (xpi/firefox-i18n-54.0.1/da.xpi) = 423766 -SHA256 (xpi/firefox-i18n-54.0.1/de.xpi) = 1bc9004a9aa4f41245c610ab0c239496cd649157e8ad7bbb89feb83585889b60 -SIZE (xpi/firefox-i18n-54.0.1/de.xpi) = 442814 -SHA256 (xpi/firefox-i18n-54.0.1/dsb.xpi) = 0946b957ff6765bd30171477394ed5e0345cc3c6dadf1fee07b85a57d789515d -SIZE (xpi/firefox-i18n-54.0.1/dsb.xpi) = 458691 -SHA256 (xpi/firefox-i18n-54.0.1/el.xpi) = 60f7e95db941c2c2b9bdbbb7b4c601badd2cc92f59c716e3ea82294fb7078e63 -SIZE (xpi/firefox-i18n-54.0.1/el.xpi) = 511228 -SHA256 (xpi/firefox-i18n-54.0.1/en-GB.xpi) = 50b09222acad38c4d2a878850905b55cd399f5923fa9aa2b2fa118a48560883e -SIZE (xpi/firefox-i18n-54.0.1/en-GB.xpi) = 419545 -SHA256 (xpi/firefox-i18n-54.0.1/en-US.xpi) = 14e0d08ce9fd79cd1b9ade2c19d92b255b758384c7e7e608d573beed36f639a3 -SIZE (xpi/firefox-i18n-54.0.1/en-US.xpi) = 425757 -SHA256 (xpi/firefox-i18n-54.0.1/en-ZA.xpi) = 1fcea8c4bd696913c4d93fdd8dc3569707de035e6b5ed4808892e85a8945b58f -SIZE (xpi/firefox-i18n-54.0.1/en-ZA.xpi) = 413431 -SHA256 (xpi/firefox-i18n-54.0.1/eo.xpi) = d32c2f771aea465c62c4b9d782fccc1d22969be3ea827027d7acdb592ee66e19 -SIZE (xpi/firefox-i18n-54.0.1/eo.xpi) = 437027 -SHA256 (xpi/firefox-i18n-54.0.1/es-AR.xpi) = c1b6a6ffdf9f74d653f72cf3157b820b95eddf26fabc72be3d2bae84457f5d78 -SIZE (xpi/firefox-i18n-54.0.1/es-AR.xpi) = 445558 -SHA256 (xpi/firefox-i18n-54.0.1/es-CL.xpi) = 222dd573b6f877926bee2d58963366b670a4d5176c839663073da1bb6ff51eb5 -SIZE (xpi/firefox-i18n-54.0.1/es-CL.xpi) = 445585 -SHA256 (xpi/firefox-i18n-54.0.1/es-ES.xpi) = 494983532ee064521a37d90cbfbef46d0fab37fe82d4d72b3ade3c539db3585b -SIZE (xpi/firefox-i18n-54.0.1/es-ES.xpi) = 341281 -SHA256 (xpi/firefox-i18n-54.0.1/es-MX.xpi) = 3a74d108671f717c3bb5954298eb396c861aa902cf7c426cc2cc02ecc15f6dbf -SIZE (xpi/firefox-i18n-54.0.1/es-MX.xpi) = 447976 -SHA256 (xpi/firefox-i18n-54.0.1/et.xpi) = 4a926107e99dd4bd6a8b6089f08fc53a33f5fb7d55dab8197121558bfc8df1d8 -SIZE (xpi/firefox-i18n-54.0.1/et.xpi) = 423855 -SHA256 (xpi/firefox-i18n-54.0.1/eu.xpi) = 17fc4a655d72a25ed1acc41276fcdd22f5c3662c87b61bca48195345d45f5a3a -SIZE (xpi/firefox-i18n-54.0.1/eu.xpi) = 438025 -SHA256 (xpi/firefox-i18n-54.0.1/fa.xpi) = 325b3a51f4e5adb0fad02fe050d43d6bfd3b0f6f8bcec24eeccc93df4e2a61da -SIZE (xpi/firefox-i18n-54.0.1/fa.xpi) = 490360 -SHA256 (xpi/firefox-i18n-54.0.1/ff.xpi) = 7f3616ce409ef5a709321b230541236c0654848b943f7f08e538d8f9606290c5 -SIZE (xpi/firefox-i18n-54.0.1/ff.xpi) = 441539 -SHA256 (xpi/firefox-i18n-54.0.1/fi.xpi) = 1e124737d0d1a51f8edfa2452e39db0da28068fa0a8ba1de97d8a5a8fceac5d2 -SIZE (xpi/firefox-i18n-54.0.1/fi.xpi) = 428998 -SHA256 (xpi/firefox-i18n-54.0.1/fr.xpi) = a77a3ff17a868e64fa45f3543a43a7a35b7c2a8b63a83a9f3ab25ade74252c81 -SIZE (xpi/firefox-i18n-54.0.1/fr.xpi) = 451596 -SHA256 (xpi/firefox-i18n-54.0.1/fy-NL.xpi) = c604b47608caaef2101a1465efdbd70519ceef08d06a7527934a5b612a0af65c -SIZE (xpi/firefox-i18n-54.0.1/fy-NL.xpi) = 444473 -SHA256 (xpi/firefox-i18n-54.0.1/ga-IE.xpi) = 78e5c09e43ae6c8f0ce17e16c26a50e64a5ec6c71f942c3c3fd78c3087ea6dd5 -SIZE (xpi/firefox-i18n-54.0.1/ga-IE.xpi) = 457484 -SHA256 (xpi/firefox-i18n-54.0.1/gd.xpi) = 8ee562188ed70c78e997215c4c00d9a1f97360dcee5ea430cf6830405c69d40f -SIZE (xpi/firefox-i18n-54.0.1/gd.xpi) = 446084 -SHA256 (xpi/firefox-i18n-54.0.1/gl.xpi) = d1b440764c3a50c5e69369d459e2ec1be1bded24096d6c33fe09af12b74e0b47 -SIZE (xpi/firefox-i18n-54.0.1/gl.xpi) = 443277 -SHA256 (xpi/firefox-i18n-54.0.1/gn.xpi) = 1c43832720ff7355b5edc8d95e112395abc18c810840de5c2b768a1756b9a981 -SIZE (xpi/firefox-i18n-54.0.1/gn.xpi) = 456068 -SHA256 (xpi/firefox-i18n-54.0.1/gu-IN.xpi) = ddcda3eaf8c04d3eccde0a86e3a95642377d9881849599c8150a9751ee129a93 -SIZE (xpi/firefox-i18n-54.0.1/gu-IN.xpi) = 487118 -SHA256 (xpi/firefox-i18n-54.0.1/he.xpi) = 99b4ea64591e975b5207418812e8b178f1d139fec32d1042d86f69563ca182ae -SIZE (xpi/firefox-i18n-54.0.1/he.xpi) = 454287 -SHA256 (xpi/firefox-i18n-54.0.1/hi-IN.xpi) = 4031a32ad3f54f38aac8748839404e3ac9da1c2c46ecfe80c59ed31d5a2dd3ff -SIZE (xpi/firefox-i18n-54.0.1/hi-IN.xpi) = 504632 -SHA256 (xpi/firefox-i18n-54.0.1/hr.xpi) = 9e9c3133951e1af4c71aa3f0583102a78420aec89c6b5ba270b5695b554d5578 -SIZE (xpi/firefox-i18n-54.0.1/hr.xpi) = 447780 -SHA256 (xpi/firefox-i18n-54.0.1/hsb.xpi) = 3e1756b6ebd88994d14cd46bd93bb83041f2da4e33df22a21c27fcd158dd70a8 -SIZE (xpi/firefox-i18n-54.0.1/hsb.xpi) = 456528 -SHA256 (xpi/firefox-i18n-54.0.1/hu.xpi) = 5050f78682cf02e180005fa305751bf65dc12b76e1b0d15178d553a1ab8aae25 -SIZE (xpi/firefox-i18n-54.0.1/hu.xpi) = 451123 -SHA256 (xpi/firefox-i18n-54.0.1/hy-AM.xpi) = eef38f7bbaf2f6d3ec282931eeb0032951e44db39469cbf532ae8883c887217f -SIZE (xpi/firefox-i18n-54.0.1/hy-AM.xpi) = 496020 -SHA256 (xpi/firefox-i18n-54.0.1/id.xpi) = b5c619719efee4a36e2b5008f6ce2cb4251faa9308f59502909933e14836f36f -SIZE (xpi/firefox-i18n-54.0.1/id.xpi) = 425284 -SHA256 (xpi/firefox-i18n-54.0.1/is.xpi) = d4a28ac291cd5e6649800b1babd39ec3e7dd808da15b608b16ac15e4548cd256 -SIZE (xpi/firefox-i18n-54.0.1/is.xpi) = 441708 -SHA256 (xpi/firefox-i18n-54.0.1/it.xpi) = ccadf76ba443e1ee2ce80db7a895dae99b0a7670736b78eb21cd75788b97e278 -SIZE (xpi/firefox-i18n-54.0.1/it.xpi) = 335501 -SHA256 (xpi/firefox-i18n-54.0.1/ja.xpi) = 820b33c1c4675fe59f8bc73328da8718bddcec6fd3b7ceeb171ff1994322dcb3 -SIZE (xpi/firefox-i18n-54.0.1/ja.xpi) = 486807 -SHA256 (xpi/firefox-i18n-54.0.1/ka.xpi) = 2d596db623a85e87c45fa698e18ad9e66733f29534be8297ef4c52e7288db8a7 -SIZE (xpi/firefox-i18n-54.0.1/ka.xpi) = 473231 -SHA256 (xpi/firefox-i18n-54.0.1/kab.xpi) = a0611e7f5bebefb65a7de1b0b80b921ae01a5448c65c7218eabdd31ee292d7e6 -SIZE (xpi/firefox-i18n-54.0.1/kab.xpi) = 443917 -SHA256 (xpi/firefox-i18n-54.0.1/kk.xpi) = 9f2d4fb392830db601a650ec0a86860a99647150d65f2a3f58d3ca5f86c667bf -SIZE (xpi/firefox-i18n-54.0.1/kk.xpi) = 493048 -SHA256 (xpi/firefox-i18n-54.0.1/km.xpi) = 9ba58f2ad59b02905f39ab52e10c967555f4e9d4efde5832d4fed9d9acbdba06 -SIZE (xpi/firefox-i18n-54.0.1/km.xpi) = 517240 -SHA256 (xpi/firefox-i18n-54.0.1/kn.xpi) = e4ee165edd2accef0b75e7ac373be81bac94be182d9184477cee7ba72a9eefb0 -SIZE (xpi/firefox-i18n-54.0.1/kn.xpi) = 516492 -SHA256 (xpi/firefox-i18n-54.0.1/ko.xpi) = 34258d81a65b8e8d82992c359c2c864208f9cbe775b6d8503bff73639a4f38de -SIZE (xpi/firefox-i18n-54.0.1/ko.xpi) = 460422 -SHA256 (xpi/firefox-i18n-54.0.1/lij.xpi) = 5175475d43dad7033fc3d5ff29bf2ef4b6b7c7c78aa5772494e9e0b076a83b88 -SIZE (xpi/firefox-i18n-54.0.1/lij.xpi) = 431675 -SHA256 (xpi/firefox-i18n-54.0.1/lt.xpi) = 965dac8a258b3f1fa95408f7bb1e4778a4935b0c5259f4b4cadc261a2202b9b0 -SIZE (xpi/firefox-i18n-54.0.1/lt.xpi) = 451195 -SHA256 (xpi/firefox-i18n-54.0.1/lv.xpi) = 28fa09ca2dfa0e35fa939b1e404b38d247b921fbae83d12e84a75a3fe2d506d9 -SIZE (xpi/firefox-i18n-54.0.1/lv.xpi) = 447753 -SHA256 (xpi/firefox-i18n-54.0.1/mai.xpi) = 549b205729fda9ac5b518e4fd14e482cdf53330195cac9aa5abd7a5960e6bd94 -SIZE (xpi/firefox-i18n-54.0.1/mai.xpi) = 497012 -SHA256 (xpi/firefox-i18n-54.0.1/mk.xpi) = bb71fa5d9de5b7f22e9a61846a9712039307d82e410c283ec4c5646eb1722dfc -SIZE (xpi/firefox-i18n-54.0.1/mk.xpi) = 493118 -SHA256 (xpi/firefox-i18n-54.0.1/ml.xpi) = cf8fd4617b462f10014b56d058526afe5a21c5d27437e6e7bd2d3972d6a80f5f -SIZE (xpi/firefox-i18n-54.0.1/ml.xpi) = 512264 -SHA256 (xpi/firefox-i18n-54.0.1/mr.xpi) = 5721566ae1bb2aab7bcd10ab5d6461d4828c0665e778694bfc41f7dcda7ec46b -SIZE (xpi/firefox-i18n-54.0.1/mr.xpi) = 501035 -SHA256 (xpi/firefox-i18n-54.0.1/ms.xpi) = 1ae16e71b6fc08b3eb7bd3db4f356300e33a8eb4093587e7c553109774378541 -SIZE (xpi/firefox-i18n-54.0.1/ms.xpi) = 435502 -SHA256 (xpi/firefox-i18n-54.0.1/my.xpi) = f634472bbd81089fdcf675d4c05078b6a380b5b32f35efcfd2549ae322062ee5 -SIZE (xpi/firefox-i18n-54.0.1/my.xpi) = 511255 -SHA256 (xpi/firefox-i18n-54.0.1/nb-NO.xpi) = 64b19a30823f1ceca9790f91d663569da7e3559f56c91af6d52fe3cb12b42685 -SIZE (xpi/firefox-i18n-54.0.1/nb-NO.xpi) = 433681 -SHA256 (xpi/firefox-i18n-54.0.1/nl.xpi) = 3a42e931b4f4504e7459f5e976cbb6b23d2660d98751a2307fca4da5bf600579 -SIZE (xpi/firefox-i18n-54.0.1/nl.xpi) = 431501 -SHA256 (xpi/firefox-i18n-54.0.1/nn-NO.xpi) = e423caf98330b9655476c5c6181b5390caccdb73c6c1260788d7d854ce2135d3 -SIZE (xpi/firefox-i18n-54.0.1/nn-NO.xpi) = 427871 -SHA256 (xpi/firefox-i18n-54.0.1/or.xpi) = 21542c795149a5014c762ab5b0d80758228d520fbb29d5da3575bac319efcc20 -SIZE (xpi/firefox-i18n-54.0.1/or.xpi) = 494082 -SHA256 (xpi/firefox-i18n-54.0.1/pa-IN.xpi) = ff23be5a0183b9ab0f508e0454363ccb4d4ea787e234f47f506a59a53b823900 -SIZE (xpi/firefox-i18n-54.0.1/pa-IN.xpi) = 473517 -SHA256 (xpi/firefox-i18n-54.0.1/pl.xpi) = f5b54399bde33a78e26ed608a541641cbbd455d6f615ebadaf51a1d4a070c49b -SIZE (xpi/firefox-i18n-54.0.1/pl.xpi) = 347205 -SHA256 (xpi/firefox-i18n-54.0.1/pt-BR.xpi) = d2fec0d257a63098d1815c19cfda9485898671b05cbd04d405d7aea37bab0da6 -SIZE (xpi/firefox-i18n-54.0.1/pt-BR.xpi) = 437173 -SHA256 (xpi/firefox-i18n-54.0.1/pt-PT.xpi) = 81ab31f6e804bb4000e82d8e5c0f1a523a06017b5c70702080b3d37e69a0cddc -SIZE (xpi/firefox-i18n-54.0.1/pt-PT.xpi) = 436178 -SHA256 (xpi/firefox-i18n-54.0.1/rm.xpi) = 1f97345a398a8debe697c52c1c9470e8e372b27358f03b97c362936961075c42 -SIZE (xpi/firefox-i18n-54.0.1/rm.xpi) = 433406 -SHA256 (xpi/firefox-i18n-54.0.1/ro.xpi) = a240485bcc277196ff5d9dc83b0ca3682bdb28eea348de9675d076a0cda90252 -SIZE (xpi/firefox-i18n-54.0.1/ro.xpi) = 449474 -SHA256 (xpi/firefox-i18n-54.0.1/ru.xpi) = ed18d1fdb2e0f71bf08a272e80d8954e3cbb67e47656f3c37d94f3368f9d5013 -SIZE (xpi/firefox-i18n-54.0.1/ru.xpi) = 487731 -SHA256 (xpi/firefox-i18n-54.0.1/si.xpi) = 4dce9708ecdd61c82621d97eb88476a4c13212efa136e1cf2db0f7df7e0c4271 -SIZE (xpi/firefox-i18n-54.0.1/si.xpi) = 491069 -SHA256 (xpi/firefox-i18n-54.0.1/sk.xpi) = fa7d3fdf5448c1fde3d875b1897207e129b04e3338d8e20eb050b65d6db1a383 -SIZE (xpi/firefox-i18n-54.0.1/sk.xpi) = 455015 -SHA256 (xpi/firefox-i18n-54.0.1/sl.xpi) = 31795653987c7dc1a1968006b3c8068f6e1089b0f2311d9d53c08cb73d2d3617 -SIZE (xpi/firefox-i18n-54.0.1/sl.xpi) = 433176 -SHA256 (xpi/firefox-i18n-54.0.1/son.xpi) = f1ee7a8fe539071cd78361d40f1e547ee25d0a5e10a72e040ff56d9f20bc297a -SIZE (xpi/firefox-i18n-54.0.1/son.xpi) = 435053 -SHA256 (xpi/firefox-i18n-54.0.1/sq.xpi) = 4310b19b43b5cd4c841ded13a62c621cf3eea4391e516b08bb70a4ea3e008a9a -SIZE (xpi/firefox-i18n-54.0.1/sq.xpi) = 448158 -SHA256 (xpi/firefox-i18n-54.0.1/sr.xpi) = 22a1101556894ea99607cc9e447bf6e54705a906e476245e3f599fd7ffc24484 -SIZE (xpi/firefox-i18n-54.0.1/sr.xpi) = 461355 -SHA256 (xpi/firefox-i18n-54.0.1/sv-SE.xpi) = 6fbaa53965beac50102a130257e3703ceddc4621744941beace41d172ab8d559 -SIZE (xpi/firefox-i18n-54.0.1/sv-SE.xpi) = 440479 -SHA256 (xpi/firefox-i18n-54.0.1/ta.xpi) = 192fe9dcf242ff01da8e51c216f04d32fe4a91170dbce22e5e40ecfa7f5e0759 -SIZE (xpi/firefox-i18n-54.0.1/ta.xpi) = 493957 -SHA256 (xpi/firefox-i18n-54.0.1/te.xpi) = c4e2bef212d4fbc5c250808f92318165db9f3bb0936be28b2517f43f213a3010 -SIZE (xpi/firefox-i18n-54.0.1/te.xpi) = 513339 -SHA256 (xpi/firefox-i18n-54.0.1/th.xpi) = be7902e644099d01405198a7f3a7c651494012c26e9729aa63f103a58adb28ba -SIZE (xpi/firefox-i18n-54.0.1/th.xpi) = 487219 -SHA256 (xpi/firefox-i18n-54.0.1/tr.xpi) = 4460fb3b0c3419ccc67de5b81709337e3990bd0f3753e66cbed467b468e58aff -SIZE (xpi/firefox-i18n-54.0.1/tr.xpi) = 440413 -SHA256 (xpi/firefox-i18n-54.0.1/uk.xpi) = 9009a1ff5f9e53b2041dd58a47b377d73e0e9dc59d257b49c2ce0f4fe9e15471 -SIZE (xpi/firefox-i18n-54.0.1/uk.xpi) = 490758 -SHA256 (xpi/firefox-i18n-54.0.1/ur.xpi) = efa36df7c6ccda5551d3be4a0beaff1069310607afb99040b7d586a9abd422e4 -SIZE (xpi/firefox-i18n-54.0.1/ur.xpi) = 496584 -SHA256 (xpi/firefox-i18n-54.0.1/uz.xpi) = 90b31da2151bbf9c89766074afec716c4cd05bfbae3d30bac1ccf14a0eb1db62 -SIZE (xpi/firefox-i18n-54.0.1/uz.xpi) = 448113 -SHA256 (xpi/firefox-i18n-54.0.1/vi.xpi) = b971ef91795039963a35e59ab7d653d7f0568760c3a0e2c95dccaf5052fd3750 -SIZE (xpi/firefox-i18n-54.0.1/vi.xpi) = 449655 -SHA256 (xpi/firefox-i18n-54.0.1/xh.xpi) = dbb7ca463660d3bf1fc2c079551b6380dc8d238be1a34cd2426cae4b74382bb9 -SIZE (xpi/firefox-i18n-54.0.1/xh.xpi) = 440803 -SHA256 (xpi/firefox-i18n-54.0.1/zh-CN.xpi) = 0acf841d128b347c85ceb8fa34dd2dcdb3177b1c4cb9fa2a97666ba0912dd16b -SIZE (xpi/firefox-i18n-54.0.1/zh-CN.xpi) = 458333 -SHA256 (xpi/firefox-i18n-54.0.1/zh-TW.xpi) = bebd2c45d83ba97ebafc3fd463385d3a75d3818bae33bf71e3430594f5f5abbc -SIZE (xpi/firefox-i18n-54.0.1/zh-TW.xpi) = 469166 +TIMESTAMP = 1502312473 +SHA256 (xpi/firefox-i18n-55.0.1/ach.xpi) = dd7814ceae9dfc8bb5f2f753caa4e1fe1710fd7acbfa561fda51a923c42a9c93 +SIZE (xpi/firefox-i18n-55.0.1/ach.xpi) = 447504 +SHA256 (xpi/firefox-i18n-55.0.1/af.xpi) = 45aec05be03e03c73e2d0179de621149dea373eb4622d956a2c54f1fc6b60a4a +SIZE (xpi/firefox-i18n-55.0.1/af.xpi) = 448924 +SHA256 (xpi/firefox-i18n-55.0.1/an.xpi) = 1c67b5ae972779f2208654272eca345a549c1e6aa5c59b15fd6e4c04785c3857 +SIZE (xpi/firefox-i18n-55.0.1/an.xpi) = 468638 +SHA256 (xpi/firefox-i18n-55.0.1/ar.xpi) = e15ae3685880f75b0dde0d691a6e6204698440192fc7136604c76d2dda08c3e2 +SIZE (xpi/firefox-i18n-55.0.1/ar.xpi) = 492760 +SHA256 (xpi/firefox-i18n-55.0.1/as.xpi) = bbd45adb073034d86bf520aae2aa78d2278489d20ebe359bd19dd9767aeafbfc +SIZE (xpi/firefox-i18n-55.0.1/as.xpi) = 501508 +SHA256 (xpi/firefox-i18n-55.0.1/ast.xpi) = 2b6aadfd0101ed1285fc5b6354a15cf7479c25b47a1819cdd80c94fcb26b66c3 +SIZE (xpi/firefox-i18n-55.0.1/ast.xpi) = 460841 +SHA256 (xpi/firefox-i18n-55.0.1/az.xpi) = d359f699a19722c0a65c1b3c2174c7c6219f01c366f156f036d23021831b4300 +SIZE (xpi/firefox-i18n-55.0.1/az.xpi) = 475368 +SHA256 (xpi/firefox-i18n-55.0.1/be.xpi) = 10dbc632413696bebec7a8c857ec37d121611a6ac3296df3155e17d6b156e9af +SIZE (xpi/firefox-i18n-55.0.1/be.xpi) = 522575 +SHA256 (xpi/firefox-i18n-55.0.1/bg.xpi) = 255ede1bcd7927e69c6a3f2c901abb33f567e7f77b017360bf93bd19509d61d4 +SIZE (xpi/firefox-i18n-55.0.1/bg.xpi) = 520012 +SHA256 (xpi/firefox-i18n-55.0.1/bn-BD.xpi) = 734613c4adb723ad3087db4921ac3c6b25ec2cb2834a34b42653ad373399e508 +SIZE (xpi/firefox-i18n-55.0.1/bn-BD.xpi) = 535107 +SHA256 (xpi/firefox-i18n-55.0.1/bn-IN.xpi) = d75e6896d2c8b83cc8bd63ea6c577a3dcccc9c4cebb12f56c3bfda5fb79daf5a +SIZE (xpi/firefox-i18n-55.0.1/bn-IN.xpi) = 526354 +SHA256 (xpi/firefox-i18n-55.0.1/br.xpi) = 528391063bff3899380fbdd6863434f340d089a5f800dae286929dd6ca2510c8 +SIZE (xpi/firefox-i18n-55.0.1/br.xpi) = 457060 +SHA256 (xpi/firefox-i18n-55.0.1/bs.xpi) = 88cc4aa3891e66397b01d7b750b3e932af677086c13d04c400e9b5966afed573 +SIZE (xpi/firefox-i18n-55.0.1/bs.xpi) = 465026 +SHA256 (xpi/firefox-i18n-55.0.1/ca.xpi) = daaa7ce4903db429821ba25889e75b9e7b11f7e320e2ae2e6c03ca1e20e01751 +SIZE (xpi/firefox-i18n-55.0.1/ca.xpi) = 473018 +SHA256 (xpi/firefox-i18n-55.0.1/cak.xpi) = 38bada639ddfb0d9abd166617363c2e333d7aa2e63c3d75f6856cd2eb0d31dee +SIZE (xpi/firefox-i18n-55.0.1/cak.xpi) = 481774 +SHA256 (xpi/firefox-i18n-55.0.1/cs.xpi) = 66196782f7151a01df153b9d763f25f49f035766342874577f586daacbe3a4f3 +SIZE (xpi/firefox-i18n-55.0.1/cs.xpi) = 476809 +SHA256 (xpi/firefox-i18n-55.0.1/cy.xpi) = ac9be82a4f0afdee6febc7cb4581c7f0ce3e900b48e27f00d6e2eb9b5a1e4618 +SIZE (xpi/firefox-i18n-55.0.1/cy.xpi) = 458725 +SHA256 (xpi/firefox-i18n-55.0.1/da.xpi) = 9829fe4ddb635f857b0b299bc752d554c00433750203a0e79d522db44a563ce1 +SIZE (xpi/firefox-i18n-55.0.1/da.xpi) = 452604 +SHA256 (xpi/firefox-i18n-55.0.1/de.xpi) = 1c8620fb483079be896c6a219429e0c13858d80678054bcaf9dc870ba783e5c4 +SIZE (xpi/firefox-i18n-55.0.1/de.xpi) = 465990 +SHA256 (xpi/firefox-i18n-55.0.1/dsb.xpi) = f1603c97d0ba802cce4563fb2107cce5197ff20abe6b1458767173f711d96916 +SIZE (xpi/firefox-i18n-55.0.1/dsb.xpi) = 482081 +SHA256 (xpi/firefox-i18n-55.0.1/el.xpi) = 8cb410e71bf96bc1e78fb9e1362ee9f6cc9622a5ad2041f100d2979f40b23d00 +SIZE (xpi/firefox-i18n-55.0.1/el.xpi) = 539777 +SHA256 (xpi/firefox-i18n-55.0.1/en-GB.xpi) = 2f5f058a2a721928bbd12c768765938d87ad6c37c072584d4811012bcbaa4fbe +SIZE (xpi/firefox-i18n-55.0.1/en-GB.xpi) = 439269 +SHA256 (xpi/firefox-i18n-55.0.1/en-US.xpi) = 7078baf35f5c02299683b1dcb3767bc796c9dc26a9dd649729ed4109b91fa8f4 +SIZE (xpi/firefox-i18n-55.0.1/en-US.xpi) = 439814 +SHA256 (xpi/firefox-i18n-55.0.1/en-ZA.xpi) = d0447449b12ce3c5325807b9a3f056be3815c58c839f11ea55c754f3bc87da86 +SIZE (xpi/firefox-i18n-55.0.1/en-ZA.xpi) = 438621 +SHA256 (xpi/firefox-i18n-55.0.1/eo.xpi) = b435b855b02c92bb80ab9f7388312c39c1b936ec3242b525ca50e8df41a9811c +SIZE (xpi/firefox-i18n-55.0.1/eo.xpi) = 461140 +SHA256 (xpi/firefox-i18n-55.0.1/es-AR.xpi) = 0712140958edc68a3050faa589cff1ac5525887d3309ed8ba24dda8f5b594fcf +SIZE (xpi/firefox-i18n-55.0.1/es-AR.xpi) = 467619 +SHA256 (xpi/firefox-i18n-55.0.1/es-CL.xpi) = 1b9162658325c6a3686056138ff5106f9829ddf842d9036ddc760b86c2d2b32a +SIZE (xpi/firefox-i18n-55.0.1/es-CL.xpi) = 471599 +SHA256 (xpi/firefox-i18n-55.0.1/es-ES.xpi) = c457a10bf90ea59af66f809fea67513a3762d3aacd9c8a0cd82235108b316959 +SIZE (xpi/firefox-i18n-55.0.1/es-ES.xpi) = 359824 +SHA256 (xpi/firefox-i18n-55.0.1/es-MX.xpi) = faea86e9b5f7c9e4e262108b27fe44a449859c9855c0d16b5e3ff2a78d67dd90 +SIZE (xpi/firefox-i18n-55.0.1/es-MX.xpi) = 474245 +SHA256 (xpi/firefox-i18n-55.0.1/et.xpi) = 8621792549cf4f6e7ae677577081727d95cd2108145e1396e6a7d6da5de74ee9 +SIZE (xpi/firefox-i18n-55.0.1/et.xpi) = 454471 +SHA256 (xpi/firefox-i18n-55.0.1/eu.xpi) = fb38c68ff5a351cba4c0e64ba0502328323241fc3393e0762674ce46cc419053 +SIZE (xpi/firefox-i18n-55.0.1/eu.xpi) = 460419 +SHA256 (xpi/firefox-i18n-55.0.1/fa.xpi) = 7b2b3856a1b6e02cf9671a5847aab6d2367bc1b44a576dca6b93824aec2f7561 +SIZE (xpi/firefox-i18n-55.0.1/fa.xpi) = 511561 +SHA256 (xpi/firefox-i18n-55.0.1/ff.xpi) = cae40f92930db2172446b5a33e8e3e8564738f615834e4485006ec930173530b +SIZE (xpi/firefox-i18n-55.0.1/ff.xpi) = 455294 +SHA256 (xpi/firefox-i18n-55.0.1/fi.xpi) = f57de383c38a423887b9b57f8a0cd8f861067bd1d86eea0a33b83928e8e3faeb +SIZE (xpi/firefox-i18n-55.0.1/fi.xpi) = 453945 +SHA256 (xpi/firefox-i18n-55.0.1/fr.xpi) = 202df2c44b9c248819c41b411f3380edad69244e506c1ec77e7833e75841e232 +SIZE (xpi/firefox-i18n-55.0.1/fr.xpi) = 476668 +SHA256 (xpi/firefox-i18n-55.0.1/fy-NL.xpi) = b7f9c5f0d4ffbaa29bf7b16e1f712e430fc489e5aa8c71f2e9d73ae97dc5a119 +SIZE (xpi/firefox-i18n-55.0.1/fy-NL.xpi) = 469971 +SHA256 (xpi/firefox-i18n-55.0.1/ga-IE.xpi) = e685e0d0c60499b209f4334d54cb45f947448edf24f7208804f81dc0fa6f5665 +SIZE (xpi/firefox-i18n-55.0.1/ga-IE.xpi) = 481440 +SHA256 (xpi/firefox-i18n-55.0.1/gd.xpi) = 6c05773dff34bc8175dbb517e79052ec18dbe4d3afc8fc2954bb1d4078f3bd9b +SIZE (xpi/firefox-i18n-55.0.1/gd.xpi) = 469055 +SHA256 (xpi/firefox-i18n-55.0.1/gl.xpi) = 10174252a20cd7cbceb587e2dc949a61fd9a43fce94c4e0629a7d6c9e295ef87 +SIZE (xpi/firefox-i18n-55.0.1/gl.xpi) = 459111 +SHA256 (xpi/firefox-i18n-55.0.1/gn.xpi) = 9963eac39e177d798969daa1559a54908f90234ef25c68061407661976482fbe +SIZE (xpi/firefox-i18n-55.0.1/gn.xpi) = 476201 +SHA256 (xpi/firefox-i18n-55.0.1/gu-IN.xpi) = decf4ce02bf2079beca9d91ce56c4be2cc806a6854170ffc203aa31880c83459 +SIZE (xpi/firefox-i18n-55.0.1/gu-IN.xpi) = 498986 +SHA256 (xpi/firefox-i18n-55.0.1/he.xpi) = 98cef48c565a8150dbe31aecbcaf3a63c541715ade1220ba37a68105e83556cb +SIZE (xpi/firefox-i18n-55.0.1/he.xpi) = 479882 +SHA256 (xpi/firefox-i18n-55.0.1/hi-IN.xpi) = 43859e5074151ba5571c2ea2a3a9b1957d4ca99e056c305da3e30d111b4d1ca1 +SIZE (xpi/firefox-i18n-55.0.1/hi-IN.xpi) = 530571 +SHA256 (xpi/firefox-i18n-55.0.1/hr.xpi) = 22fff17ae146db6f313fbde5f429d9b35e9a88fbade7351239e4054e6fb9da42 +SIZE (xpi/firefox-i18n-55.0.1/hr.xpi) = 467992 +SHA256 (xpi/firefox-i18n-55.0.1/hsb.xpi) = e38d8d9952a2be7f3bbf0cb15ecc1eb4f529e4c36c9f507d795a7fa99a0af156 +SIZE (xpi/firefox-i18n-55.0.1/hsb.xpi) = 479798 +SHA256 (xpi/firefox-i18n-55.0.1/hu.xpi) = 062b955c742a543d2b653e4879c90b7c2ff96372d3f55b1486c1953c9d7fd470 +SIZE (xpi/firefox-i18n-55.0.1/hu.xpi) = 481645 +SHA256 (xpi/firefox-i18n-55.0.1/hy-AM.xpi) = ea10f974acaf0006c851fc7879321f02900b6ba574e2cd1117a701e790ffef7a +SIZE (xpi/firefox-i18n-55.0.1/hy-AM.xpi) = 520879 +SHA256 (xpi/firefox-i18n-55.0.1/id.xpi) = 48a99906a98d0bc7f9220c4c648e6ebc5428a1b1fdf8041f7d8d17730efeafa1 +SIZE (xpi/firefox-i18n-55.0.1/id.xpi) = 450290 +SHA256 (xpi/firefox-i18n-55.0.1/is.xpi) = f3d8af34fb48721d53e06ddefe88047b5004e10640d0e0b9924bfbf535b7fed3 +SIZE (xpi/firefox-i18n-55.0.1/is.xpi) = 464373 +SHA256 (xpi/firefox-i18n-55.0.1/it.xpi) = b77325ec71144fbe280e369ec0e1dcf72867aff8602eb14102889e09d087822d +SIZE (xpi/firefox-i18n-55.0.1/it.xpi) = 352941 +SHA256 (xpi/firefox-i18n-55.0.1/ja.xpi) = 6b174b01ae0d4cd9101d88c8d5ec30a7394387e13ad8b1462a886368395de6d1 +SIZE (xpi/firefox-i18n-55.0.1/ja.xpi) = 519764 +SHA256 (xpi/firefox-i18n-55.0.1/ka.xpi) = e69009c27b8810db9e4f9327d7a85c9c07cf4fa1b650999ee71b2706257b3a7e +SIZE (xpi/firefox-i18n-55.0.1/ka.xpi) = 493535 +SHA256 (xpi/firefox-i18n-55.0.1/kab.xpi) = aaf82a38798f0a0af99fe3c0a66024d604ab62dcab1839ea8b92d1d7dc6b8cc1 +SIZE (xpi/firefox-i18n-55.0.1/kab.xpi) = 470044 +SHA256 (xpi/firefox-i18n-55.0.1/kk.xpi) = 3e52fb9036d0dacf71d831b472816eec29114b018da2ba2a7a64eafef70e9b2d +SIZE (xpi/firefox-i18n-55.0.1/kk.xpi) = 526707 +SHA256 (xpi/firefox-i18n-55.0.1/km.xpi) = e45c29be853d66afcd3b43f7d78cca8a4db7f1731d487161b57a043bf6f4d951 +SIZE (xpi/firefox-i18n-55.0.1/km.xpi) = 540646 +SHA256 (xpi/firefox-i18n-55.0.1/kn.xpi) = 6be0a26c8fae5e461fa45b6a3c574bce7689d0fed0571fdd12e738288d2341a2 +SIZE (xpi/firefox-i18n-55.0.1/kn.xpi) = 538860 +SHA256 (xpi/firefox-i18n-55.0.1/ko.xpi) = 8d2ba62b56df3e43c20e04d0920ca4608c4956e3590a6a23abe243ad8c597655 +SIZE (xpi/firefox-i18n-55.0.1/ko.xpi) = 494547 +SHA256 (xpi/firefox-i18n-55.0.1/lij.xpi) = f2d68cfb84305f9dc72b6fb04fe0f3bdfbdbc549d683cf2b8229263d97d565a1 +SIZE (xpi/firefox-i18n-55.0.1/lij.xpi) = 458698 +SHA256 (xpi/firefox-i18n-55.0.1/lt.xpi) = 275ff3a72b128b9db0413e0cade162a179a3a0fd702a41c94411bf74a69b97cd +SIZE (xpi/firefox-i18n-55.0.1/lt.xpi) = 481082 +SHA256 (xpi/firefox-i18n-55.0.1/lv.xpi) = 6c9c5244a1c5ba078c9740851b43f0de6d0d79afcd5c83b3b6dd81e3165fc9ef +SIZE (xpi/firefox-i18n-55.0.1/lv.xpi) = 473736 +SHA256 (xpi/firefox-i18n-55.0.1/mai.xpi) = 9b5b30fcc3f64e95c073c65cfb857bdbec62e3af630b5443220963b507f28fc4 +SIZE (xpi/firefox-i18n-55.0.1/mai.xpi) = 517894 +SHA256 (xpi/firefox-i18n-55.0.1/mk.xpi) = 1d33aacc5f3db9272a53b77c7aaab17cb03d3bba2480e90e9f4ae88ed178f277 +SIZE (xpi/firefox-i18n-55.0.1/mk.xpi) = 500207 +SHA256 (xpi/firefox-i18n-55.0.1/ml.xpi) = 585d1321d9e765203b1c693609001ed978868aadaa19c4a0f25ad1162c66f8bb +SIZE (xpi/firefox-i18n-55.0.1/ml.xpi) = 540982 +SHA256 (xpi/firefox-i18n-55.0.1/mr.xpi) = f567327d23cc88411c3dadb17744988ad4bc9157dcbb8d63d4e9013213fa5cd3 +SIZE (xpi/firefox-i18n-55.0.1/mr.xpi) = 528249 +SHA256 (xpi/firefox-i18n-55.0.1/ms.xpi) = 20e472acc73826653d0f6d73472919736b12cd682fc589cd65108878a0288f07 +SIZE (xpi/firefox-i18n-55.0.1/ms.xpi) = 459191 +SHA256 (xpi/firefox-i18n-55.0.1/my.xpi) = 6127217183acbd6272073ba7d2d63f27204a56cc91b0f6fe27a1a835cc3f879a +SIZE (xpi/firefox-i18n-55.0.1/my.xpi) = 528097 +SHA256 (xpi/firefox-i18n-55.0.1/nb-NO.xpi) = 951bc707774b4772115302e5e17f1951100eb818ecc663c472af3e214a1eae64 +SIZE (xpi/firefox-i18n-55.0.1/nb-NO.xpi) = 457645 +SHA256 (xpi/firefox-i18n-55.0.1/nl.xpi) = 4e79c3c23e2dc8612f94e8df7e535fe31b33996f974ddbb390b3531bfef38d80 +SIZE (xpi/firefox-i18n-55.0.1/nl.xpi) = 461510 +SHA256 (xpi/firefox-i18n-55.0.1/nn-NO.xpi) = e9f20af1ce0ba6b36dd79746292dfd900f939d8ce48b5d11147b66777738e415 +SIZE (xpi/firefox-i18n-55.0.1/nn-NO.xpi) = 458457 +SHA256 (xpi/firefox-i18n-55.0.1/or.xpi) = b4320830c582c73acee3e79d363c1867a136b36f2ebba32cf1f8a7b530218830 +SIZE (xpi/firefox-i18n-55.0.1/or.xpi) = 511354 +SHA256 (xpi/firefox-i18n-55.0.1/pa-IN.xpi) = fe4cc1ed5e1289b18eedf6d102a88460fd2cdb84eb60f7fc02588f5d18b1815b +SIZE (xpi/firefox-i18n-55.0.1/pa-IN.xpi) = 498453 +SHA256 (xpi/firefox-i18n-55.0.1/pl.xpi) = 0c7d6483a1240dadb2897dd47157456bede2a4387ff193032881db9b5bdbdee0 +SIZE (xpi/firefox-i18n-55.0.1/pl.xpi) = 372430 +SHA256 (xpi/firefox-i18n-55.0.1/pt-BR.xpi) = ac62ce753a160e25b5fd44a0e335fdd79bc392d870e6ac900768ab1781e66064 +SIZE (xpi/firefox-i18n-55.0.1/pt-BR.xpi) = 462717 +SHA256 (xpi/firefox-i18n-55.0.1/pt-PT.xpi) = 7426dd1a89ba871da9d966b29b9168ff345964b7d68d2163c86c1655c47e60e3 +SIZE (xpi/firefox-i18n-55.0.1/pt-PT.xpi) = 465237 +SHA256 (xpi/firefox-i18n-55.0.1/rm.xpi) = 864dca54a7dc2c6974bebaedf9042cbfbcced0a85de2aee0f9d80a232074df9f +SIZE (xpi/firefox-i18n-55.0.1/rm.xpi) = 458265 +SHA256 (xpi/firefox-i18n-55.0.1/ro.xpi) = 6cb6e1634a235fb2e46e2ff25f33f89c1c61114782a1c58f620d49d55de748ef +SIZE (xpi/firefox-i18n-55.0.1/ro.xpi) = 462973 +SHA256 (xpi/firefox-i18n-55.0.1/ru.xpi) = 39997f59a5710be0428496edbe6954625f3c321cb89a20c4eb1901a621cf2c3a +SIZE (xpi/firefox-i18n-55.0.1/ru.xpi) = 530901 +SHA256 (xpi/firefox-i18n-55.0.1/si.xpi) = c4cfa062a266c3ff7f5847dc060c78be9dd91a792f79a2092122ac377270876f +SIZE (xpi/firefox-i18n-55.0.1/si.xpi) = 508353 +SHA256 (xpi/firefox-i18n-55.0.1/sk.xpi) = 52e71b9050686130559e511c877bb06d76e7765903f31014b63621056e882eb1 +SIZE (xpi/firefox-i18n-55.0.1/sk.xpi) = 487583 +SHA256 (xpi/firefox-i18n-55.0.1/sl.xpi) = b9702991ebd8035610c341bc1b08136ac7711101632f5136dc7a1ea883e474f6 +SIZE (xpi/firefox-i18n-55.0.1/sl.xpi) = 465760 +SHA256 (xpi/firefox-i18n-55.0.1/son.xpi) = 779b7d472496361a860910ce86f7e7281bedf6bddef001923951b52f80e9ff1f +SIZE (xpi/firefox-i18n-55.0.1/son.xpi) = 456959 +SHA256 (xpi/firefox-i18n-55.0.1/sq.xpi) = 899db3ff59388671fef58e60add6f9fe349d0812c2bc4483637ddbe651943e54 +SIZE (xpi/firefox-i18n-55.0.1/sq.xpi) = 470631 +SHA256 (xpi/firefox-i18n-55.0.1/sr.xpi) = 97c5c450ddd4fb92da585011da59e962522bca2f731b739cd5c002012a607673 +SIZE (xpi/firefox-i18n-55.0.1/sr.xpi) = 494878 +SHA256 (xpi/firefox-i18n-55.0.1/sv-SE.xpi) = 28793b25536173166d37e248aeeb4f0374923a78e7401d906c9a206b68794a92 +SIZE (xpi/firefox-i18n-55.0.1/sv-SE.xpi) = 466011 +SHA256 (xpi/firefox-i18n-55.0.1/ta.xpi) = 3c261563af14eaacb71b18cec93c6bac8b52c4c8b2c6f8daa450ca999b59dd1d +SIZE (xpi/firefox-i18n-55.0.1/ta.xpi) = 519998 +SHA256 (xpi/firefox-i18n-55.0.1/te.xpi) = 836b79bf5d691cec5e6893b58b22d1c995d20627698dba516851e98c96d6e895 +SIZE (xpi/firefox-i18n-55.0.1/te.xpi) = 542539 +SHA256 (xpi/firefox-i18n-55.0.1/th.xpi) = 9fbce74883162f9330f38f5da6ed2c4b81e8a0eefd78b9bf59cc919714bfa343 +SIZE (xpi/firefox-i18n-55.0.1/th.xpi) = 511903 +SHA256 (xpi/firefox-i18n-55.0.1/tr.xpi) = df231571df6ce29eee1885630e9544ca333f33d7e09a14d93eea7c3e06ac5395 +SIZE (xpi/firefox-i18n-55.0.1/tr.xpi) = 472160 +SHA256 (xpi/firefox-i18n-55.0.1/uk.xpi) = 3373ec3addc81d5177157d3f16ab0e37c0ca7f97ddc56027a72bb5632314e95d +SIZE (xpi/firefox-i18n-55.0.1/uk.xpi) = 526436 +SHA256 (xpi/firefox-i18n-55.0.1/ur.xpi) = 0153a5af7e98c8a6e8afafb0bfd989ed71f05f12c05215bb3ff467af8614f7e6 +SIZE (xpi/firefox-i18n-55.0.1/ur.xpi) = 520753 +SHA256 (xpi/firefox-i18n-55.0.1/uz.xpi) = a15d82f940f696d6c70cb9d3d8b81d458c0936ccc95ff79d7d2e786536b9bf1e +SIZE (xpi/firefox-i18n-55.0.1/uz.xpi) = 467671 +SHA256 (xpi/firefox-i18n-55.0.1/vi.xpi) = 718514a6874900e2d8b78a3f5b71335ee4d67a42345bc1e101abada9f461bf89 +SIZE (xpi/firefox-i18n-55.0.1/vi.xpi) = 476527 +SHA256 (xpi/firefox-i18n-55.0.1/xh.xpi) = 33183835d979284be68c7904ec717fe1f92938a5dba067c7b7fb5e3eb5b0991c +SIZE (xpi/firefox-i18n-55.0.1/xh.xpi) = 470719 +SHA256 (xpi/firefox-i18n-55.0.1/zh-CN.xpi) = 56e42000a5528515e26962fe288c1571ca40cb671189a2496ab8d3a6de097472 +SIZE (xpi/firefox-i18n-55.0.1/zh-CN.xpi) = 490383 +SHA256 (xpi/firefox-i18n-55.0.1/zh-TW.xpi) = e5b94d27d2ef86e1945f4b8757a2f7149125b998f9a3316d0b4d1732646384c1 +SIZE (xpi/firefox-i18n-55.0.1/zh-TW.xpi) = 489347 Modified: branches/2017Q3/www/firefox/Makefile ============================================================================== --- branches/2017Q3/www/firefox/Makefile Thu Aug 10 15:35:47 2017 (r447689) +++ branches/2017Q3/www/firefox/Makefile Thu Aug 10 15:36:56 2017 (r447690) @@ -2,26 +2,25 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 54.0.1 +DISTVERSION= 55.0.1 DISTVERSIONSUFFIX=.source -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla -BUILD_DEPENDS= nspr>=4.14:devel/nspr \ - nss>=3.30.2:security/nss \ +BUILD_DEPENDS= nspr>=4.15:devel/nspr \ + nss>=3.31.1:security/nss \ libevent>=2.0.22:devel/libevent \ - harfbuzz>=1.4.3:print/harfbuzz \ + harfbuzz>=1.4.6:print/harfbuzz \ graphite2>=1.3.10:graphics/graphite2 \ png>=1.6.28:graphics/png \ libvorbis>=1.3.5,3:audio/libvorbis \ libvpx>=1.5.0:multimedia/libvpx \ - sqlite3>=3.17.0:databases/sqlite3 \ + sqlite3>=3.19.2:databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ v4l_compat>0:multimedia/v4l_compat \ autoconf-2.13:devel/autoconf213 \ @@ -47,6 +46,7 @@ MOZ_OPTIONS= --enable-application=browser \ OPTIONS_DEFINE= RUST OPTIONS_DEFAULT= BUNDLED_CAIRO +OPTIONS_EXCLUDE= GNOMEUI # XXX lang/rust and devel/cargo currently build only on these platforms OPTIONS_DEFAULT_aarch64=RUST OPTIONS_DEFAULT_amd64= RUST Modified: branches/2017Q3/www/firefox/distinfo ============================================================================== --- branches/2017Q3/www/firefox/distinfo Thu Aug 10 15:35:47 2017 (r447689) +++ branches/2017Q3/www/firefox/distinfo Thu Aug 10 15:36:56 2017 (r447690) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498670356 -SHA256 (firefox-54.0.1.source.tar.xz) = 07843e68f2f64842bb230b7fe821e45c82944e64dc3f2a3a90d3ea9f1efa7f77 -SIZE (firefox-54.0.1.source.tar.xz) = 229935420 +TIMESTAMP = 1502312473 +SHA256 (firefox-55.0.1.source.tar.xz) = 827c26ed1940ce22aeeec98120cbe1a415365929a9186a0bc3c4c17726a9a9d3 +SIZE (firefox-55.0.1.source.tar.xz) = 236278024 Modified: branches/2017Q3/www/firefox/files/patch-bug1021761 ============================================================================== --- branches/2017Q3/www/firefox/files/patch-bug1021761 Thu Aug 10 15:35:47 2017 (r447689) +++ branches/2017Q3/www/firefox/files/patch-bug1021761 Thu Aug 10 15:36:56 2017 (r447690) @@ -122,8 +122,19 @@ index 57bcb4c13652..68be024f4a68 100644 static int validate_stream_params(cubeb_stream_params * input_stream_params, -@@ -138,6 +141,9 @@ cubeb_init(cubeb ** context, char const * context_name) +@@ -155,6 +158,10 @@ cubeb_init(cubeb ** context, char const * context_name, char const * backend_nam #if defined(USE_KAI) + init_oneshot = kai_init; + #endif ++ } else if (!strcmp(backend_name, "oss")) { ++#if defined(USE_OSS) ++ init_oneshot = oss_init; ++#endif + } else { + /* Already set */ + } +@@ -196,6 +203,9 @@ cubeb_init(cubeb ** context, char const * context_name, char const * backend_nam + #if defined(USE_KAI) kai_init, #endif +#if defined(USE_OSS) @@ -246,7 +257,7 @@ index 05ad27fef53b..3ea78e994f59 100644 + char * buftail = stm->buffer + WRAP(snd_pcm_frames_to_bytes)(stm->pcm, stm->bufframes); /* Correct read size to the other stream available frames */ - if (stm->other_stream && got > stm->other_stream->bufframes) { + if (stm->other_stream && got > (snd_pcm_sframes_t) stm->other_stream->bufframes) { @@ -372,8 +421,8 @@ alsa_process_stream(cubeb_stream * stm) long drain_frames = avail - stm->bufframes; double drain_time = (double) drain_frames / stm->params.rate; @@ -579,7 +590,7 @@ index 05ad27fef53b..3ea78e994f59 100644 + r = WRAP(snd_pcm_poll_descriptors)(stm->pcm, stm->saved_fds, stm->nfds); assert((nfds_t) r == stm->nfds); - r = pthread_cond_init(&stm->cond, NULL); + if (alsa_register_stream(ctx, stm) != 0) { @@ -1048,7 +1156,7 @@ alsa_stream_destroy(cubeb_stream * stm) pthread_mutex_lock(&stm->mutex); if (stm->pcm) { @@ -1182,29 +1193,14 @@ diff --git media/libcubeb/update.sh media/libcubeb/upd index b139b8f497fd..d1f8a223c6d8 100755 --- media/libcubeb/update.sh +++ media/libcubeb/update.sh -@@ -17,6 +17,7 @@ cp $1/src/cubeb_audiounit.cpp src - cp $1/src/cubeb_osx_run_loop.h src - cp $1/src/cubeb_jack.cpp src +@@ -20,6 +20,7 @@ cp $1/src/cubeb_log.h src + cp $1/src/cubeb_mixer.cpp src + cp $1/src/cubeb_mixer.h src cp $1/src/cubeb_opensl.c src +cp $1/src/cubeb_oss.c src - cp $1/src/cubeb_array_queue.h src + cp $1/src/cubeb_osx_run_loop.h src cp $1/src/cubeb_panner.cpp src cp $1/src/cubeb_panner.h src -diff --git media/webrtc/signaling/test/common.build media/webrtc/signaling/test/common.build -index 3e5450f5d63a..dd45427f655a 100644 ---- media/webrtc/signaling/test/common.build -+++ media/webrtc/signaling/test/common.build -@@ -99,8 +99,8 @@ USE_LIBS += ['mozglue'] - OS_LIBS += CONFIG['MOZ_WEBRTC_X11_LIBS'] - OS_LIBS += CONFIG['REALTIME_LIBS'] - --if CONFIG['MOZ_ALSA']: -- OS_LIBS += CONFIG['MOZ_ALSA_LIBS'] -+if CONFIG['MOZ_OSS']: -+ OS_LIBS += CONFIG['MOZ_OSS_LIBS'] - - if CONFIG['MOZ_SYSTEM_JPEG']: - OS_LIBS += CONFIG['MOZ_JPEG_LIBS'] diff --git toolkit/library/moz.build toolkit/library/moz.build index a61c689c83c3..7764df6f8a6b 100644 --- toolkit/library/moz.build Copied: branches/2017Q3/www/firefox/files/patch-bug1312182 (from r447501, head/www/firefox/files/patch-bug1312182) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q3/www/firefox/files/patch-bug1312182 Thu Aug 10 15:36:56 2017 (r447690, copy of r447501, head/www/firefox/files/patch-bug1312182) @@ -0,0 +1,376 @@ +commit 0d02dac1638ad +Author: Alessio Placitelli +Date: Tue May 30 10:42:42 2017 +0200 + + Bug 1312182 - Consolidate the uses of MOZ_TELEMETRY_REPORTING in the code. r=flod,gfritzsche,jaws + + The MOZ_TELEMETRY_REPORTING define does not control whether or not Telemetry is enabled + but rather if it will send the gathered data to Mozilla servers. We still want to + display the about:preferences options and let developers know about this behaviour. + Please note that this patch is not changing any behaviour: it's only making it explicit + by showing the options as disabled rather than hiding them. + + MozReview-Commit-ID: 7A0y0E0hm0Q + + --HG-- + extra : rebase_source : 36d1a7f5ec5c05b43731daf9507d3068fe7674ee +--- + browser/base/content/baseMenuOverlay.xul | 2 +- + browser/components/nsBrowserGlue.js | 8 +-- + .../components/preferences/in-content-new/main.xul | 2 - + .../preferences/in-content-new/privacy.js | 32 +++++------ + .../preferences/in-content-new/privacy.xul | 14 ++--- + .../components/preferences/in-content/advanced.js | 63 +++++++++++----------- + .../components/preferences/in-content/advanced.xul | 7 ++- + .../chrome/browser/preferences-old/advanced.dtd | 5 ++ + .../en-US/chrome/browser/preferences/advanced.dtd | 5 ++ + 9 files changed, 67 insertions(+), 71 deletions(-) + +diff --git browser/base/content/baseMenuOverlay.xul browser/base/content/baseMenuOverlay.xul +index 1befa2bb66cc..804bbdebb797 100644 +--- browser/base/content/baseMenuOverlay.xul ++++ browser/base/content/baseMenuOverlay.xul +@@ -61,7 +61,7 @@ + onclick="checkForMiddleClick(this, event);" + label="&helpKeyboardShortcuts.label;" + accesskey="&helpKeyboardShortcuts.accesskey;"/> +-#ifdef MOZ_TELEMETRY_REPORTING ++#ifdef MOZ_SERVICES_HEALTHREPORT + + +-#ifdef MOZ_TELEMETRY_REPORTING + +-#endif + + + + +-#ifdef MOZ_TELEMETRY_REPORTING +-