From owner-svn-ports-branches@freebsd.org Sun Mar 12 11:57: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 C5822CF9E76; Sun, 12 Mar 2017 11:57:37 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92A2B189A; Sun, 12 Mar 2017 11:57:37 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2CBvasf025650; Sun, 12 Mar 2017 11:57:36 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2CBvaUV025648; Sun, 12 Mar 2017 11:57:36 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201703121157.v2CBvaUV025648@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 12 Mar 2017 11:57:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r435984 - branches/2017Q1/sysutils/lcdproc/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.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, 12 Mar 2017 11:57:37 -0000 Author: riggs Date: Sun Mar 12 11:57:36 2017 New Revision: 435984 URL: https://svnweb.freebsd.org/changeset/ports/435984 Log: MFH: r435983 Fix parallel build (fix port-internal make dependencies) on many cores PR: 214766 Submitted by: lstewart Approved by: ports-secteam (build fix blanket) Added: branches/2017Q1/sysutils/lcdproc/files/patch-server_drivers_Makefile.am - copied unchanged from r435983, head/sysutils/lcdproc/files/patch-server_drivers_Makefile.am branches/2017Q1/sysutils/lcdproc/files/patch-server_drivers_Makefile.in - copied unchanged from r435983, head/sysutils/lcdproc/files/patch-server_drivers_Makefile.in Modified: Directory Properties: branches/2017Q1/ (props changed) Copied: branches/2017Q1/sysutils/lcdproc/files/patch-server_drivers_Makefile.am (from r435983, head/sysutils/lcdproc/files/patch-server_drivers_Makefile.am) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q1/sysutils/lcdproc/files/patch-server_drivers_Makefile.am Sun Mar 12 11:57:36 2017 (r435984, copy of r435983, head/sysutils/lcdproc/files/patch-server_drivers_Makefile.am) @@ -0,0 +1,16 @@ +--- server/drivers/Makefile.am.orig 2014-03-23 10:22:09 UTC ++++ server/drivers/Makefile.am +@@ -45,11 +45,11 @@ curses_LDADD = @LIBCURSES@ + CwLnx_LDADD = libLCD.a libbignum.a + g15_LDADD = @LIBG15@ + glcd_LDADD = libLCD.a @GLCD_DRIVERS@ @FT2_LIBS@ @LIBPNG_LIBS@ @LIBSERDISP@ @LIBUSB_LIBS@ @LIBX11_LIBS@ +-glcd_DEPENDENCIES = @GLCD_DRIVERS@ glcd-glcd-render.o ++glcd_DEPENDENCIES = @GLCD_DRIVERS@ glcd-glcd-render.o libLCD.a + glcdlib_LDADD = @LIBGLCD@ + glk_LDADD = libbignum.a + hd44780_LDADD = libLCD.a @HD44780_DRIVERS@ @LIBUSB_LIBS@ @LIBFTDI_LIBS@ libbignum.a +-hd44780_DEPENDENCIES = @HD44780_DRIVERS@ ++hd44780_DEPENDENCIES = @HD44780_DRIVERS@ libLCD.a libbignum.a + i2500vfd_LDADD = @LIBFTDI_LIBS@ + imon_LDADD = libLCD.a libbignum.a + imonlcd_LDADD = libLCD.a Copied: branches/2017Q1/sysutils/lcdproc/files/patch-server_drivers_Makefile.in (from r435983, head/sysutils/lcdproc/files/patch-server_drivers_Makefile.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q1/sysutils/lcdproc/files/patch-server_drivers_Makefile.in Sun Mar 12 11:57:36 2017 (r435984, copy of r435983, head/sysutils/lcdproc/files/patch-server_drivers_Makefile.in) @@ -0,0 +1,16 @@ +--- server/drivers/Makefile.in.orig 2014-05-01 10:48:39 UTC ++++ server/drivers/Makefile.in +@@ -565,11 +565,11 @@ curses_LDADD = @LIBCURSES@ + CwLnx_LDADD = libLCD.a libbignum.a + g15_LDADD = @LIBG15@ + glcd_LDADD = libLCD.a @GLCD_DRIVERS@ @FT2_LIBS@ @LIBPNG_LIBS@ @LIBSERDISP@ @LIBUSB_LIBS@ @LIBX11_LIBS@ +-glcd_DEPENDENCIES = @GLCD_DRIVERS@ glcd-glcd-render.o ++glcd_DEPENDENCIES = @GLCD_DRIVERS@ glcd-glcd-render.o libLCD.a + glcdlib_LDADD = @LIBGLCD@ + glk_LDADD = libbignum.a + hd44780_LDADD = libLCD.a @HD44780_DRIVERS@ @LIBUSB_LIBS@ @LIBFTDI_LIBS@ libbignum.a +-hd44780_DEPENDENCIES = @HD44780_DRIVERS@ ++hd44780_DEPENDENCIES = @HD44780_DRIVERS@ libLCD.a libbignum.a + i2500vfd_LDADD = @LIBFTDI_LIBS@ + imon_LDADD = libLCD.a libbignum.a + imonlcd_LDADD = libLCD.a From owner-svn-ports-branches@freebsd.org Sun Mar 12 15:00:09 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 52194D096A2; Sun, 12 Mar 2017 15:00:09 +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 1F01310E0; Sun, 12 Mar 2017 15:00:09 +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 v2CF08pD000467; Sun, 12 Mar 2017 15:00:08 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2CF086u000466; Sun, 12 Mar 2017 15:00:08 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201703121500.v2CF086u000466@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 12 Mar 2017 15:00:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r435992 - branches/2017Q1/net-mgmt/observium X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.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, 12 Mar 2017 15:00:09 -0000 Author: feld Date: Sun Mar 12 15:00:07 2017 New Revision: 435992 URL: https://svnweb.freebsd.org/changeset/ports/435992 Log: MFH: r435989 net-mgmt/observium: Add missing php OpenSSL dependency While here, enable support for PHP 7.0. PR: 216458 Approved by: ports-secteam (with hat) Modified: branches/2017Q1/net-mgmt/observium/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/net-mgmt/observium/Makefile ============================================================================== --- branches/2017Q1/net-mgmt/observium/Makefile Sun Mar 12 14:58:50 2017 (r435991) +++ branches/2017Q1/net-mgmt/observium/Makefile Sun Mar 12 15:00:07 2017 (r435992) @@ -54,8 +54,8 @@ SHEBANG_FILES= mibs/process.pl \ scripts/rrdtoolx.py \ poller-wrapper.py -USE_PHP= ctype filter gd iconv json mcrypt mysql mysqli posix session snmp tokenizer xml zlib -IGNORE_WITH_PHP= 70 +USE_PHP= ctype filter gd iconv json mcrypt mysql mysqli openssl posix session snmp tokenizer xml zlib +IGNORE_WITH_PHP= 71 NO_BUILD= yes From owner-svn-ports-branches@freebsd.org Mon Mar 13 00:26: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 BF756D070CA; Mon, 13 Mar 2017 00:26:36 +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 8C53ECE7; Mon, 13 Mar 2017 00:26:36 +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 v2D0QZ09039936; Mon, 13 Mar 2017 00:26:35 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2D0QZEu039935; Mon, 13 Mar 2017 00:26:35 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201703130026.v2D0QZEu039935@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 13 Mar 2017 00:26:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r436032 - branches/2017Q1/net-mgmt/observium X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.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: Mon, 13 Mar 2017 00:26:36 -0000 Author: feld Date: Mon Mar 13 00:26:35 2017 New Revision: 436032 URL: https://svnweb.freebsd.org/changeset/ports/436032 Log: MFH: r436031 net-mgmt/observium: mysql php extension not needed Approved by: ports-secteam (with hat) Modified: branches/2017Q1/net-mgmt/observium/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/net-mgmt/observium/Makefile ============================================================================== --- branches/2017Q1/net-mgmt/observium/Makefile Mon Mar 13 00:25:55 2017 (r436031) +++ branches/2017Q1/net-mgmt/observium/Makefile Mon Mar 13 00:26:35 2017 (r436032) @@ -3,7 +3,7 @@ PORTNAME= observium PORTVERSION= 0.16.10.8128 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= http://www.observium.org/ DISTNAME= ${PORTNAME}-community-latest @@ -54,7 +54,7 @@ SHEBANG_FILES= mibs/process.pl \ scripts/rrdtoolx.py \ poller-wrapper.py -USE_PHP= ctype filter gd iconv json mcrypt mysql mysqli openssl posix session snmp tokenizer xml zlib +USE_PHP= ctype filter gd iconv json mcrypt mysqli openssl posix session snmp tokenizer xml zlib IGNORE_WITH_PHP= 71 NO_BUILD= yes From owner-svn-ports-branches@freebsd.org Mon Mar 13 02:37:33 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 50F21D079AD; Mon, 13 Mar 2017 02:37:33 +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 0678D114F; Mon, 13 Mar 2017 02:37:32 +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 v2D2bWZj093150; Mon, 13 Mar 2017 02:37:32 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2D2bWHv093148; Mon, 13 Mar 2017 02:37:32 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201703130237.v2D2bWHv093148@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 13 Mar 2017 02:37:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r436034 - branches/2017Q1/print/harfbuzz X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.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: Mon, 13 Mar 2017 02:37:33 -0000 Author: jbeich Date: Mon Mar 13 02:37:31 2017 New Revision: 436034 URL: https://svnweb.freebsd.org/changeset/ports/436034 Log: MFH: r435982 print/harfbuzz: update to 1.4.5 Changes: https://github.com/behdad/harfbuzz/releases/tag/1.4.5 ABI: https://abi-laboratory.pro/tracker/timeline/harfbuzz/ Approved by: ports-secteam (junovitch) Modified: branches/2017Q1/print/harfbuzz/Makefile branches/2017Q1/print/harfbuzz/distinfo Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/print/harfbuzz/Makefile ============================================================================== --- branches/2017Q1/print/harfbuzz/Makefile Mon Mar 13 00:50:36 2017 (r436033) +++ branches/2017Q1/print/harfbuzz/Makefile Mon Mar 13 02:37:31 2017 (r436034) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= harfbuzz -PORTVERSION= 1.4.4 +PORTVERSION= 1.4.5 CATEGORIES= print MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ @@ -22,7 +22,7 @@ CONFIGURE_ARGS= --with-graphite2 --with- INSTALL_TARGET= install-strip TEST_TARGET= check -PLIST_SUB+= LIBVER=0.10400.4 +PLIST_SUB+= LIBVER=0.10400.5 EXTRA_PATCHES+= ${EXTRA_PATCHES_${OPSYS}_${OSREL:R}} EXTRA_PATCHES_FreeBSD_9= ${PATCHDIR}/extra-src_hb-open-type-private.hh Modified: branches/2017Q1/print/harfbuzz/distinfo ============================================================================== --- branches/2017Q1/print/harfbuzz/distinfo Mon Mar 13 00:50:36 2017 (r436033) +++ branches/2017Q1/print/harfbuzz/distinfo Mon Mar 13 02:37:31 2017 (r436034) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488750899 -SHA256 (harfbuzz-1.4.4.tar.bz2) = 35d2f8ca476cbbec64ee824eca6b0209ff8db0334990b9f5af893b94f119d255 -SIZE (harfbuzz-1.4.4.tar.bz2) = 1480766 +TIMESTAMP = 1489215708 +SHA256 (harfbuzz-1.4.5.tar.bz2) = d0e05438165884f21658154c709075feaf98c93ee5c694b951533ac425a9a711 +SIZE (harfbuzz-1.4.5.tar.bz2) = 1474461 From owner-svn-ports-branches@freebsd.org Mon Mar 13 06:29:03 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 C4454D0AAFC; Mon, 13 Mar 2017 06:29:03 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 838AE356; Mon, 13 Mar 2017 06:29:03 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2D6T2YC087428; Mon, 13 Mar 2017 06:29:02 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2D6T25R087426; Mon, 13 Mar 2017 06:29:02 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201703130629.v2D6T25R087426@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 13 Mar 2017 06:29:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r436041 - in branches/2017Q1/audio/musicpd: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.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: Mon, 13 Mar 2017 06:29:03 -0000 Author: riggs Date: Mon Mar 13 06:29:02 2017 New Revision: 436041 URL: https://svnweb.freebsd.org/changeset/ports/436041 Log: MFH: r435955 Update to upstream version 0.20.6 (bugfix release) Approved by: ports-secteam (junovitch) Deleted: branches/2017Q1/audio/musicpd/files/patch-src_decoder_plugins_WavpackDecoderPlugin.cxx Modified: branches/2017Q1/audio/musicpd/Makefile branches/2017Q1/audio/musicpd/distinfo Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/audio/musicpd/Makefile ============================================================================== --- branches/2017Q1/audio/musicpd/Makefile Mon Mar 13 04:13:29 2017 (r436040) +++ branches/2017Q1/audio/musicpd/Makefile Mon Mar 13 06:29:02 2017 (r436041) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= musicpd -PORTVERSION= 0.20.5 +PORTVERSION= 0.20.6 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} Modified: branches/2017Q1/audio/musicpd/distinfo ============================================================================== --- branches/2017Q1/audio/musicpd/distinfo Mon Mar 13 04:13:29 2017 (r436040) +++ branches/2017Q1/audio/musicpd/distinfo Mon Mar 13 06:29:02 2017 (r436041) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488034173 -SHA256 (mpd-0.20.5.tar.xz) = 525573be27443ae26868b21a61e88c03909e72f1212ddaa725a0389a28d88987 -SIZE (mpd-0.20.5.tar.xz) = 771276 +TIMESTAMP = 1489218787 +SHA256 (mpd-0.20.6.tar.xz) = f4055e1189e5cc00e83706b2e0b5ead924ced0303e073d7802ee9f9a8eba4b47 +SIZE (mpd-0.20.6.tar.xz) = 772140 From owner-svn-ports-branches@freebsd.org Mon Mar 13 09: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 1B23AD0832E; Mon, 13 Mar 2017 09:44:17 +0000 (UTC) (envelope-from tijl@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 D0360E44; Mon, 13 Mar 2017 09:44:16 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2D9iF1u068749; Mon, 13 Mar 2017 09:44:15 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2D9iFxt068745; Mon, 13 Mar 2017 09:44:15 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201703130944.v2D9iFxt068745@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 13 Mar 2017 09:44:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r436047 - in branches/2017Q1/security: mbedtls polarssl13 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.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: Mon, 13 Mar 2017 09:44:17 -0000 Author: tijl Date: Mon Mar 13 09:44:15 2017 New Revision: 436047 URL: https://svnweb.freebsd.org/changeset/ports/436047 Log: MFH: r436027 Update to PolarSSL 1.3.19 and mbed TLS 2.4.2. Security: https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2017-01 Approved by: ports-secteam (junovitch) Modified: branches/2017Q1/security/mbedtls/Makefile branches/2017Q1/security/mbedtls/distinfo branches/2017Q1/security/polarssl13/Makefile branches/2017Q1/security/polarssl13/distinfo Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/security/mbedtls/Makefile ============================================================================== --- branches/2017Q1/security/mbedtls/Makefile Mon Mar 13 09:23:04 2017 (r436046) +++ branches/2017Q1/security/mbedtls/Makefile Mon Mar 13 09:44:15 2017 (r436047) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mbedtls -PORTVERSION= 2.4.0 +PORTVERSION= 2.4.2 DISTVERSIONSUFFIX= -apache CATEGORIES= security devel MASTER_SITES= https://tls.mbed.org/download/ Modified: branches/2017Q1/security/mbedtls/distinfo ============================================================================== --- branches/2017Q1/security/mbedtls/distinfo Mon Mar 13 09:23:04 2017 (r436046) +++ branches/2017Q1/security/mbedtls/distinfo Mon Mar 13 09:44:15 2017 (r436047) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477912207 -SHA256 (mbedtls-2.4.0-apache.tgz) = c1c3559ed39f7a1b1550c4cf4ccb918bf239301a3311d98dda92bed8a25b7f0d -SIZE (mbedtls-2.4.0-apache.tgz) = 1917968 +TIMESTAMP = 1489351554 +SHA256 (mbedtls-2.4.2-apache.tgz) = 17dd98af7478aadacc480c7e4159e447353b5b2037c1b6d48ed4fd157fb1b018 +SIZE (mbedtls-2.4.2-apache.tgz) = 1925368 Modified: branches/2017Q1/security/polarssl13/Makefile ============================================================================== --- branches/2017Q1/security/polarssl13/Makefile Mon Mar 13 09:23:04 2017 (r436046) +++ branches/2017Q1/security/polarssl13/Makefile Mon Mar 13 09:44:15 2017 (r436047) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= polarssl -PORTVERSION= 1.3.18 +PORTVERSION= 1.3.19 DISTVERSIONSUFFIX= -gpl CATEGORIES= security devel MASTER_SITES= https://polarssl.org/download/ Modified: branches/2017Q1/security/polarssl13/distinfo ============================================================================== --- branches/2017Q1/security/polarssl13/distinfo Mon Mar 13 09:23:04 2017 (r436046) +++ branches/2017Q1/security/polarssl13/distinfo Mon Mar 13 09:44:15 2017 (r436047) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477913236 -SHA256 (mbedtls-1.3.18-gpl.tgz) = a229217182e024847deba3cb70bdd17e5ff4ffd9ff306cbbccfdbdff41950ea1 -SIZE (mbedtls-1.3.18-gpl.tgz) = 1772357 +TIMESTAMP = 1489352352 +SHA256 (mbedtls-1.3.19-gpl.tgz) = 59654984c5a30575142fb30ed04c2c3ac3c94f1c27843a04bce80ca111a4b00e +SIZE (mbedtls-1.3.19-gpl.tgz) = 1776296 From owner-svn-ports-branches@freebsd.org Mon Mar 13 10:03:18 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 9C0DBD088BE; Mon, 13 Mar 2017 10:03:18 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 502A01826; Mon, 13 Mar 2017 10:03:18 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2DA3Hji076761; Mon, 13 Mar 2017 10:03:17 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2DA3HGP076759; Mon, 13 Mar 2017 10:03:17 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201703131003.v2DA3HGP076759@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 13 Mar 2017 10:03:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r436048 - in branches/2017Q1/x11/kde4-runtime: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.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: Mon, 13 Mar 2017 10:03:18 -0000 Author: rakuco Date: Mon Mar 13 10:03:17 2017 New Revision: 436048 URL: https://svnweb.freebsd.org/changeset/ports/436048 Log: MFH: r435966 Add patch for CVE-2016-7787 in kdesu. Security: 41fe4724-06a2-11e7-8e3e-5453ed2e2b49 Approved by: ports-secteam (junovitch) Added: branches/2017Q1/x11/kde4-runtime/files/patch-kdesu_kdesu_kdesu.cpp - copied unchanged from r435966, head/x11/kde4-runtime/files/patch-kdesu_kdesu_kdesu.cpp Modified: branches/2017Q1/x11/kde4-runtime/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/x11/kde4-runtime/Makefile ============================================================================== --- branches/2017Q1/x11/kde4-runtime/Makefile Mon Mar 13 09:44:15 2017 (r436047) +++ branches/2017Q1/x11/kde4-runtime/Makefile Mon Mar 13 10:03:17 2017 (r436048) @@ -2,7 +2,7 @@ PORTNAME= kde-runtime PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 kde kde-kde4 MAINTAINER= kde@FreeBSD.org Copied: branches/2017Q1/x11/kde4-runtime/files/patch-kdesu_kdesu_kdesu.cpp (from r435966, head/x11/kde4-runtime/files/patch-kdesu_kdesu_kdesu.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q1/x11/kde4-runtime/files/patch-kdesu_kdesu_kdesu.cpp Mon Mar 13 10:03:17 2017 (r436048, copy of r435966, head/x11/kde4-runtime/files/patch-kdesu_kdesu_kdesu.cpp) @@ -0,0 +1,27 @@ +Fix for https://www.kde.org/info/security/advisory-20160930-1.txt +--- kdesu/kdesu/kdesu.cpp.orig 2014-10-30 23:50:20 UTC ++++ kdesu/kdesu/kdesu.cpp +@@ -141,6 +141,10 @@ int main(int argc, char *argv[]) + { + KMessageBox::sorry(0, i18n("Cannot execute command '%1'.", QString::fromLocal8Bit(command))); + } ++ if (result == -2) ++ { ++ KMessageBox::sorry(0, i18n("Cannot execute command '%1'. It contains invalid characters.", QString::fromLocal8Bit(command))); ++ } + + return result; + } +@@ -367,6 +371,12 @@ static int startApp() + kDebug() << "Don't need password!!\n"; + } + ++ for (const QChar character : QString::fromLocal8Bit(command)) { ++ if (!character.isPrint() && character.category() != QChar::Other_Surrogate) { ++ return -2; ++ } ++ } ++ + // Start the dialog + QString password; + if (needpw) From owner-svn-ports-branches@freebsd.org Mon Mar 13 10:04:14 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 1E33FD08932; Mon, 13 Mar 2017 10:04:14 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA66A19D1; Mon, 13 Mar 2017 10:04:13 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2DA4DPR076964; Mon, 13 Mar 2017 10:04:13 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2DA4CBN076962; Mon, 13 Mar 2017 10:04:12 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201703131004.v2DA4CBN076962@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 13 Mar 2017 10:04:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r436049 - in branches/2017Q1/deskutils/kdepimlibs4: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.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: Mon, 13 Mar 2017 10:04:14 -0000 Author: rakuco Date: Mon Mar 13 10:04:12 2017 New Revision: 436049 URL: https://svnweb.freebsd.org/changeset/ports/436049 Log: MFH: r435960 Patch a directory traversal vulnerability in the KTNEF parser. Backported from https://commits.kde.org/ktnef/4ff38aa15487d69021aacad4b078500f77fb4ae8 Security announcement: https://www.kde.org/info/security/advisory-20170227-1.txt Security: e550fc62-069a-11e7-8e3e-5453ed2e2b49 Approved by: ports-secteam (junovitch) Added: branches/2017Q1/deskutils/kdepimlibs4/files/patch-ktnef_ktnefparser.cpp - copied unchanged from r435960, head/deskutils/kdepimlibs4/files/patch-ktnef_ktnefparser.cpp Modified: branches/2017Q1/deskutils/kdepimlibs4/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/deskutils/kdepimlibs4/Makefile ============================================================================== --- branches/2017Q1/deskutils/kdepimlibs4/Makefile Mon Mar 13 10:03:17 2017 (r436048) +++ branches/2017Q1/deskutils/kdepimlibs4/Makefile Mon Mar 13 10:04:12 2017 (r436049) @@ -3,7 +3,7 @@ PORTNAME= kdepimlibs PORTVERSION= ${KDE4_KDELIBS_VERSION} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Copied: branches/2017Q1/deskutils/kdepimlibs4/files/patch-ktnef_ktnefparser.cpp (from r435960, head/deskutils/kdepimlibs4/files/patch-ktnef_ktnefparser.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q1/deskutils/kdepimlibs4/files/patch-ktnef_ktnefparser.cpp Mon Mar 13 10:04:12 2017 (r436049, copy of r435960, head/deskutils/kdepimlibs4/files/patch-ktnef_ktnefparser.cpp) @@ -0,0 +1,38 @@ +Fix for https://www.kde.org/info/security/advisory-20170227-1.txt +--- ktnef/ktnefparser.cpp.orig 2017-03-11 20:23:43 UTC ++++ ktnef/ktnefparser.cpp +@@ -40,7 +40,9 @@ + + #include + #include ++#include + #include ++#include + #include + #include + +@@ -446,7 +448,9 @@ bool KTNEFParser::extractFile( const QSt + bool KTNEFParser::ParserPrivate::extractAttachmentTo( KTNEFAttach *att, + const QString &dirname ) + { +- QString filename = dirname + '/'; ++ const QString destDir( QDir( dirname ).absolutePath() ); // get directory path without any "." or ".." ++ ++ QString filename = destDir + '/'; + if ( !att->fileName().isEmpty()) { + filename += att->fileName(); + } else { +@@ -462,6 +466,13 @@ bool KTNEFParser::ParserPrivate::extract + if ( !device_->seek( att->offset() ) ) { + return false; + } ++ const QFileInfo fi( filename ); ++ if ( !fi.absoluteFilePath().startsWith( destDir ) ) { ++ kWarning() << "Attempted extract into" << fi.absoluteFilePath() ++ << "which is outside of the extraction root folder" << destDir << "." ++ << "Changing export of contained files to extraction root folder."; ++ filename = destDir + QLatin1Char( '/' ) + fi.fileName(); ++ } + KSaveFile outfile( filename ); + if ( !outfile.open() ) { + return false; From owner-svn-ports-branches@freebsd.org Thu Mar 16 15:20:26 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 0BFCAD0F44E; Thu, 16 Mar 2017 15:20:26 +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 CFA471B31; Thu, 16 Mar 2017 15:20:25 +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 v2GFKOLN097972; Thu, 16 Mar 2017 15:20:24 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2GFKO3m097971; Thu, 16 Mar 2017 15:20:24 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201703161520.v2GFKO3m097971@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 16 Mar 2017 15:20:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r436280 - branches/2017Q1/net-mgmt/observium X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.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, 16 Mar 2017 15:20:26 -0000 Author: feld Date: Thu Mar 16 15:20:24 2017 New Revision: 436280 URL: https://svnweb.freebsd.org/changeset/ports/436280 Log: MFH: r436279 net-mgmt/observium: Observium has been tested with PHP 7.1 Approved by: ports-secteam (with hat) Modified: branches/2017Q1/net-mgmt/observium/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/net-mgmt/observium/Makefile ============================================================================== --- branches/2017Q1/net-mgmt/observium/Makefile Thu Mar 16 15:19:56 2017 (r436279) +++ branches/2017Q1/net-mgmt/observium/Makefile Thu Mar 16 15:20:24 2017 (r436280) @@ -55,7 +55,6 @@ SHEBANG_FILES= mibs/process.pl \ poller-wrapper.py USE_PHP= ctype filter gd iconv json mcrypt mysqli openssl posix session snmp tokenizer xml zlib -IGNORE_WITH_PHP= 71 NO_BUILD= yes From owner-svn-ports-branches@freebsd.org Fri Mar 17 08:42:39 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 1C296D0FEE0; Fri, 17 Mar 2017 08:42:39 +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 DB86718C9; Fri, 17 Mar 2017 08:42:38 +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 v2H8gcDd030931; Fri, 17 Mar 2017 08:42:38 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2H8gbMl030929; Fri, 17 Mar 2017 08:42:37 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201703170842.v2H8gbMl030929@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 17 Mar 2017 08:42:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r436324 - branches/2017Q1/lang/php70 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.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: Fri, 17 Mar 2017 08:42:39 -0000 Author: tz Date: Fri Mar 17 08:42:37 2017 New Revision: 436324 URL: https://svnweb.freebsd.org/changeset/ports/436324 Log: MFH: r436275 Update PHP 7 from 7.0.16 to 7.0.17 Changelog: http://www.php.net/ChangeLog-7.php#7.0.17 PR: 217800 Submitted by: Jochen Neumeister Approved by: ports-secteam (junovitch) Modified: branches/2017Q1/lang/php70/Makefile branches/2017Q1/lang/php70/distinfo Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/lang/php70/Makefile ============================================================================== --- branches/2017Q1/lang/php70/Makefile Fri Mar 17 08:33:49 2017 (r436323) +++ branches/2017Q1/lang/php70/Makefile Fri Mar 17 08:42:37 2017 (r436324) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php70 -PORTVERSION= 7.0.16 +PORTVERSION= 7.0.17 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2017Q1/lang/php70/distinfo ============================================================================== --- branches/2017Q1/lang/php70/distinfo Fri Mar 17 08:33:49 2017 (r436323) +++ branches/2017Q1/lang/php70/distinfo Fri Mar 17 08:42:37 2017 (r436324) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487141848 -SHA256 (php-7.0.16.tar.xz) = 244ac39bc657448962860aa7a590e4417f68513ad5e86ee2727b1328b0537309 -SIZE (php-7.0.16.tar.xz) = 12587920 +TIMESTAMP = 1489565928 +SHA256 (php-7.0.17.tar.xz) = 471c16fcdd6a5e1a37199e97bcaeea6117626229785185be7532aaa7c6ee04be +SIZE (php-7.0.17.tar.xz) = 12588452 From owner-svn-ports-branches@freebsd.org Fri Mar 17 10:31: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 BA675D10BD2; Fri, 17 Mar 2017 10:31:01 +0000 (UTC) (envelope-from tijl@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 6E14A1242; Fri, 17 Mar 2017 10:31:01 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2HAV07a075588; Fri, 17 Mar 2017 10:31:00 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2HAV081075457; Fri, 17 Mar 2017 10:31:00 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201703171031.v2HAV081075457@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 17 Mar 2017 10:31:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r436332 - in branches/2017Q1/www: flashplayer linux-flashplayer X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.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: Fri, 17 Mar 2017 10:31:01 -0000 Author: tijl Date: Fri Mar 17 10:31:00 2017 New Revision: 436332 URL: https://svnweb.freebsd.org/changeset/ports/436332 Log: MFH: r436270 Update Adobe Flash Player to 25.0.0.127. Security: https://helpx.adobe.com/security/products/flash-player/apsb17-07.html Approved by: ports-secteam (junovitch) Modified: branches/2017Q1/www/flashplayer/Makefile branches/2017Q1/www/linux-flashplayer/Makefile branches/2017Q1/www/linux-flashplayer/distinfo Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/www/flashplayer/Makefile ============================================================================== --- branches/2017Q1/www/flashplayer/Makefile Fri Mar 17 09:59:15 2017 (r436331) +++ branches/2017Q1/www/flashplayer/Makefile Fri Mar 17 10:31:00 2017 (r436332) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= flashplayer -PORTVERSION= 24.0 +PORTVERSION= 25.0 CATEGORIES= www multimedia DISTFILES= Modified: branches/2017Q1/www/linux-flashplayer/Makefile ============================================================================== --- branches/2017Q1/www/linux-flashplayer/Makefile Fri Mar 17 09:59:15 2017 (r436331) +++ branches/2017Q1/www/linux-flashplayer/Makefile Fri Mar 17 10:31:00 2017 (r436332) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flashplayer -PORTVERSION= 24.0.0.221 +PORTVERSION= 25.0.0.127 CATEGORIES= www multimedia linux MASTER_SITES= https://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION}/ PKGNAMEPREFIX= linux- Modified: branches/2017Q1/www/linux-flashplayer/distinfo ============================================================================== --- branches/2017Q1/www/linux-flashplayer/distinfo Fri Mar 17 09:59:15 2017 (r436331) +++ branches/2017Q1/www/linux-flashplayer/distinfo Fri Mar 17 10:31:00 2017 (r436332) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487239522 -SHA256 (flashplayer/24.0.0.221/flash_player_npapi_linux.i386.tar.gz) = 7495689ad778cae778f19ac085d362cbae63c7a4ad806fd9ece1844040ba9eed -SIZE (flashplayer/24.0.0.221/flash_player_npapi_linux.i386.tar.gz) = 9161831 +TIMESTAMP = 1489661384 +SHA256 (flashplayer/25.0.0.127/flash_player_npapi_linux.i386.tar.gz) = 2ddd617be4a970c3a35c1ab11f95993ca15a824f32d2e0a213f43a5399087a0b +SIZE (flashplayer/25.0.0.127/flash_player_npapi_linux.i386.tar.gz) = 8484560 From owner-svn-ports-branches@freebsd.org Fri Mar 17 10:44:21 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 25541D0B106; Fri, 17 Mar 2017 10:44:21 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CBED11ABA; Fri, 17 Mar 2017 10:44:20 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2HAiJGi080625; Fri, 17 Mar 2017 10:44:19 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2HAiJ2d080623; Fri, 17 Mar 2017 10:44:19 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201703171044.v2HAiJ2d080623@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 17 Mar 2017 10:44:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r436333 - branches/2017Q1/devel/fb-adb X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.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: Fri, 17 Mar 2017 10:44:21 -0000 Author: jbeich Date: Fri Mar 17 10:44:19 2017 New Revision: 436333 URL: https://svnweb.freebsd.org/changeset/ports/436333 Log: MFH: r436291 devel/fb-adb: backport Android 7 (Nougat) support Approved by: ports-secteam (junovitch) Modified: branches/2017Q1/devel/fb-adb/Makefile branches/2017Q1/devel/fb-adb/distinfo Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/devel/fb-adb/Makefile ============================================================================== --- branches/2017Q1/devel/fb-adb/Makefile Fri Mar 17 10:31:00 2017 (r436332) +++ branches/2017Q1/devel/fb-adb/Makefile Fri Mar 17 10:44:19 2017 (r436333) @@ -3,8 +3,15 @@ PORTNAME= fb-adb DISTVERSION= 1.4.4-126 DISTVERSIONSUFFIX= -g6fd78ae +PORTREVISION= 1 CATEGORIES= devel comms +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= 1b5524282981.patch:-p1 \ + 8f532a9ee3a3.patch:-p1 \ + a25602788c1b.patch:-p1 \ + ${NULL} + MAINTAINER= jbeich@FreeBSD.org COMMENT= Better shell for Android devices Modified: branches/2017Q1/devel/fb-adb/distinfo ============================================================================== --- branches/2017Q1/devel/fb-adb/distinfo Fri Mar 17 10:31:00 2017 (r436332) +++ branches/2017Q1/devel/fb-adb/distinfo Fri Mar 17 10:44:19 2017 (r436333) @@ -5,3 +5,9 @@ SHA256 (android-ndk-r12b-linux-x86_64.zi SIZE (android-ndk-r12b-linux-x86_64.zip) = 755551010 SHA256 (facebook-fb-adb-1.4.4-126-g6fd78ae_GH0.tar.gz) = 8816a6e2d331d8bd486ec181935471c702c3da262bd61bb9dc78369ab9563ded SIZE (facebook-fb-adb-1.4.4-126-g6fd78ae_GH0.tar.gz) = 250589 +SHA256 (1b5524282981.patch) = 88a666017031bb5b089589d537ba137926a7183a2eea3ebfea09f6eae4e514ea +SIZE (1b5524282981.patch) = 924 +SHA256 (8f532a9ee3a3.patch) = 517d8c8f23ae5e3bdb63445c42ab5a7b7100b30d9fd60e047b45e3433d1977c9 +SIZE (8f532a9ee3a3.patch) = 1235 +SHA256 (a25602788c1b.patch) = 0548d555636cbee711a5d7f3d2e8d119e8016ad5f71dd74a5a898450d127fc3d +SIZE (a25602788c1b.patch) = 9741 From owner-svn-ports-branches@freebsd.org Fri Mar 17 10:47: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 96706D0B2D6; Fri, 17 Mar 2017 10:47: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 576651D2F; Fri, 17 Mar 2017 10:47: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 v2HAlG5t080935; Fri, 17 Mar 2017 10:47:16 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2HAlGE1080930; Fri, 17 Mar 2017 10:47:16 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201703171047.v2HAlGE1080930@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 17 Mar 2017 10:47:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r436334 - in branches/2017Q1/security: ca_root_nss nss X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.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: Fri, 17 Mar 2017 10:47:17 -0000 Author: jbeich Date: Fri Mar 17 10:47:15 2017 New Revision: 436334 URL: https://svnweb.freebsd.org/changeset/ports/436334 Log: MFH: r436288 security/nss: update to 3.30 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.30_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_30_RTM ABI: https://abi-laboratory.pro/tracker/timeline/nss/ Approved by: ports-secteam (junovitch) Modified: branches/2017Q1/security/ca_root_nss/Makefile branches/2017Q1/security/ca_root_nss/distinfo branches/2017Q1/security/nss/Makefile branches/2017Q1/security/nss/distinfo Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/security/ca_root_nss/Makefile ============================================================================== --- branches/2017Q1/security/ca_root_nss/Makefile Fri Mar 17 10:44:19 2017 (r436333) +++ branches/2017Q1/security/ca_root_nss/Makefile Fri Mar 17 10:47:15 2017 (r436334) @@ -32,7 +32,7 @@ PLIST_SUB+= CERTDIR=${CERTDIR} # !!! Please DO NOT submit patches for new version until it has !!! # !!! been committed there first. !!! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -VERSION_NSS= 3.29.3 +VERSION_NSS= 3.30 #NSS_SUFFIX= -with-ckbi-1.98 CERTDATA_TXT_PATH= nss-${VERSION_NSS}/nss/lib/ckfw/builtins/certdata.txt BUNDLE_PROCESSOR= MAca-bundle.pl Modified: branches/2017Q1/security/ca_root_nss/distinfo ============================================================================== --- branches/2017Q1/security/ca_root_nss/distinfo Fri Mar 17 10:44:19 2017 (r436333) +++ branches/2017Q1/security/ca_root_nss/distinfo Fri Mar 17 10:47:15 2017 (r436334) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488812037 -SHA256 (nss-3.29.3.tar.gz) = 35ddcc31251ef829994efeee925011aa1414e32be7e388236970255aa3c8e1eb -SIZE (nss-3.29.3.tar.gz) = 7479458 +TIMESTAMP = 1489504461 +SHA256 (nss-3.30.tar.gz) = a8c0000dae5e992f6563972e26dbfefc50d006dd845c43b8ca24ea50169ff3a9 +SIZE (nss-3.30.tar.gz) = 9500552 Modified: branches/2017Q1/security/nss/Makefile ============================================================================== --- branches/2017Q1/security/nss/Makefile Fri Mar 17 10:44:19 2017 (r436333) +++ branches/2017Q1/security/nss/Makefile Fri Mar 17 10:47:15 2017 (r436334) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.29.3 +PORTVERSION= 3.30 #DISTVERSIONSUFFIX= -with-ckbi-1.98 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src Modified: branches/2017Q1/security/nss/distinfo ============================================================================== --- branches/2017Q1/security/nss/distinfo Fri Mar 17 10:44:19 2017 (r436333) +++ branches/2017Q1/security/nss/distinfo Fri Mar 17 10:47:15 2017 (r436334) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488812037 -SHA256 (nss-3.29.3.tar.gz) = 35ddcc31251ef829994efeee925011aa1414e32be7e388236970255aa3c8e1eb -SIZE (nss-3.29.3.tar.gz) = 7479458 +TIMESTAMP = 1489504461 +SHA256 (nss-3.30.tar.gz) = a8c0000dae5e992f6563972e26dbfefc50d006dd845c43b8ca24ea50169ff3a9 +SIZE (nss-3.30.tar.gz) = 9500552 From owner-svn-ports-branches@freebsd.org Fri Mar 17 10:52:07 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 B4CEBD0B427; Fri, 17 Mar 2017 10:52:07 +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 6939F1161; Fri, 17 Mar 2017 10:52:07 +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 v2HAq6vW082210; Fri, 17 Mar 2017 10:52:06 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2HAq6BB082208; Fri, 17 Mar 2017 10:52:06 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201703171052.v2HAq6BB082208@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 17 Mar 2017 10:52:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r436335 - branches/2017Q1/emulators/citra X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.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: Fri, 17 Mar 2017 10:52:07 -0000 Author: jbeich Date: Fri Mar 17 10:52:06 2017 New Revision: 436335 URL: https://svnweb.freebsd.org/changeset/ports/436335 Log: MFH: r436282 emulators/citra: update to s20170315 Changes: https://github.com/citra-emu/citra/compare/e971f17bb...2044041c Approved by: ports-secteam (junovitch) Modified: branches/2017Q1/emulators/citra/Makefile branches/2017Q1/emulators/citra/distinfo Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/emulators/citra/Makefile ============================================================================== --- branches/2017Q1/emulators/citra/Makefile Fri Mar 17 10:47:15 2017 (r436334) +++ branches/2017Q1/emulators/citra/Makefile Fri Mar 17 10:52:06 2017 (r436335) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20170221 +PORTVERSION= s20170315 PORTREVISION?= 0 CATEGORIES= emulators @@ -28,7 +28,7 @@ ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= https://github.com/MerryMage/dynarmic/issues/35 USE_GITHUB= yes -GH_TUPLE= citra-emu:${PORTNAME}:e971f17bb \ +GH_TUPLE= citra-emu:${PORTNAME}:2044041c \ citra-emu:ext-soundtouch:5274ec4:soundtouch/externals/soundtouch \ MerryMage:dynarmic:358cf7c:dynarmic/externals/dynarmic \ fmtlib:fmt:3.0.0-146-g796beaa:fmt/externals/dynarmic/externals/fmt \ Modified: branches/2017Q1/emulators/citra/distinfo ============================================================================== --- branches/2017Q1/emulators/citra/distinfo Fri Mar 17 10:47:15 2017 (r436334) +++ branches/2017Q1/emulators/citra/distinfo Fri Mar 17 10:52:06 2017 (r436335) @@ -1,6 +1,6 @@ -TIMESTAMP = 1487713654 -SHA256 (citra-emu-citra-s20170221-e971f17bb_GH0.tar.gz) = e4fe8be51806412f024ee39a4f7d7f5f6470666de2d3960157e1a6527bc221b5 -SIZE (citra-emu-citra-s20170221-e971f17bb_GH0.tar.gz) = 2217236 +TIMESTAMP = 1489627861 +SHA256 (citra-emu-citra-s20170315-2044041c_GH0.tar.gz) = 5112876ce3af73640df7a671103f46ba29bb2b45f0cb295157d8ca755a563bfe +SIZE (citra-emu-citra-s20170315-2044041c_GH0.tar.gz) = 2222813 SHA256 (citra-emu-ext-soundtouch-5274ec4_GH0.tar.gz) = de5e101818ba38b5ea30d8cde0b2b788b53bc7c0f5d77b380b8968569872c2cb SIZE (citra-emu-ext-soundtouch-5274ec4_GH0.tar.gz) = 34535 SHA256 (MerryMage-dynarmic-358cf7c_GH0.tar.gz) = ba3efc77df14473e20fc1bead08725d0d5a67ff71726cf749e6d3970f7e7ca03 From owner-svn-ports-branches@freebsd.org Fri Mar 17 23:42:18 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 B7A80D108A2; Fri, 17 Mar 2017 23:42:18 +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 6D5151085; Fri, 17 Mar 2017 23:42:18 +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 v2HNgHr5098354; Fri, 17 Mar 2017 23:42:17 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2HNgHUW098352; Fri, 17 Mar 2017 23:42:17 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201703172342.v2HNgHUW098352@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 17 Mar 2017 23:42:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r436364 - branches/2017Q1/games/openra X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.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: Fri, 17 Mar 2017 23:42:18 -0000 Author: jbeich Date: Fri Mar 17 23:42:17 2017 New Revision: 436364 URL: https://svnweb.freebsd.org/changeset/ports/436364 Log: MFH: r436363 games/openra: update GeoLite2 to March snapshot fetch: https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz: size mismatch: expected 1347263, actual 1334841 Approved by: ports-secteam blanket Modified: branches/2017Q1/games/openra/Makefile branches/2017Q1/games/openra/distinfo Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/games/openra/Makefile ============================================================================== --- branches/2017Q1/games/openra/Makefile Fri Mar 17 23:40:28 2017 (r436363) +++ branches/2017Q1/games/openra/Makefile Fri Mar 17 23:42:17 2017 (r436364) @@ -3,7 +3,7 @@ PORTNAME= openra PORTVERSION= 20161019 DISTVERSIONPREFIX= release- -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= https://github.com/${GH_ACCOUNT}/SDL2-CS/releases/download/20151227/:SDL2_CS \ https://github.com/${GH_ACCOUNT}/OpenAL-CS/releases/download/20151227/:OpenAL_CS \ Modified: branches/2017Q1/games/openra/distinfo ============================================================================== --- branches/2017Q1/games/openra/distinfo Fri Mar 17 23:40:28 2017 (r436363) +++ branches/2017Q1/games/openra/distinfo Fri Mar 17 23:42:17 2017 (r436364) @@ -9,8 +9,8 @@ SHA256 (OpenAL-CS.dll.config) = 58eaf46a SIZE (OpenAL-CS.dll.config) = 301 SHA256 (Eluant.dll) = 218c4ea5424b44d746b5343563123beebc652fd9731967dfd49fed071b58df31 SIZE (Eluant.dll) = 71168 -SHA256 (GeoLite2-Country.mmdb.gz) = 82eb53b78ac3ee8508c16771252fa9c19e08b01e3a4e33a140fd93a24b4cfbf3 -SIZE (GeoLite2-Country.mmdb.gz) = 1347263 +SHA256 (GeoLite2-Country.mmdb.gz) = 45b08815ceb42eef456fb32317459cfb8c41e36c73ad1807739579753c4b5ccd +SIZE (GeoLite2-Country.mmdb.gz) = 1334841 SHA256 (fuzzylogiclibrary.1.2.0.nupkg) = b464509236260f53d963771ed99410a7e1cdbd268a2bde43b189e7d15044a174 SIZE (fuzzylogiclibrary.1.2.0.nupkg) = 70571 SHA256 (maxmind.db.2.0.0.nupkg) = 095d62c6ecda38c1e8fe79935b4eaf228d2637f9498caec48b8b48a0aba6d5aa From owner-svn-ports-branches@freebsd.org Sat Mar 18 00:57:15 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 2BE00D10287; Sat, 18 Mar 2017 00:57:15 +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 BDBA01C8A; Sat, 18 Mar 2017 00:57:14 +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 v2I0vDcw034414; Sat, 18 Mar 2017 00:57:13 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2I0vAIq034382; Sat, 18 Mar 2017 00:57:10 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201703180057.v2I0vAIq034382@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sat, 18 Mar 2017 00:57:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r436369 - in branches/2017Q1/www/chromium: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.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: Sat, 18 Mar 2017 00:57:15 -0000 Author: cpm Date: Sat Mar 18 00:57:10 2017 New Revision: 436369 URL: https://svnweb.freebsd.org/changeset/ports/436369 Log: MFH: r436365 www/chromium: update to 57.0.2987.110 Security: https://vuxml.freebsd.org/freebsd/a505d397-0758-11e7-8d8b-e8e0b747a45a.html Approved by: ports-secteam (junovitch) Added: branches/2017Q1/www/chromium/files/patch-build_config_linux_gtk_BUILD.gn - copied unchanged from r436365, head/www/chromium/files/patch-build_config_linux_gtk_BUILD.gn branches/2017Q1/www/chromium/files/patch-content_browser_child__process__launcher__helper__linux.cc - copied unchanged from r436365, head/www/chromium/files/patch-content_browser_child__process__launcher__helper__linux.cc branches/2017Q1/www/chromium/files/patch-content_browser_renderer__host_media_video__capture__manager.cc - copied unchanged from r436365, head/www/chromium/files/patch-content_browser_renderer__host_media_video__capture__manager.cc branches/2017Q1/www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__event__handler.cc - copied unchanged from r436365, head/www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__event__handler.cc branches/2017Q1/www/chromium/files/patch-net_quic_platform_impl_quic__ip__address__impl.cc - copied unchanged from r436365, head/www/chromium/files/patch-net_quic_platform_impl_quic__ip__address__impl.cc branches/2017Q1/www/chromium/files/patch-sandbox_features.gni - copied unchanged from r436365, head/www/chromium/files/patch-sandbox_features.gni branches/2017Q1/www/chromium/files/patch-services_service__manager_public_cpp_standalone__service_BUILD.gn - copied unchanged from r436365, head/www/chromium/files/patch-services_service__manager_public_cpp_standalone__service_BUILD.gn branches/2017Q1/www/chromium/files/patch-services_service__manager_public_cpp_standalone__service_standalone__service.cc - copied unchanged from r436365, head/www/chromium/files/patch-services_service__manager_public_cpp_standalone__service_standalone__service.cc branches/2017Q1/www/chromium/files/patch-third__party_WebKit_Source_wtf_StackUtil.cpp - copied unchanged from r436365, head/www/chromium/files/patch-third__party_WebKit_Source_wtf_StackUtil.cpp Deleted: branches/2017Q1/www/chromium/files/extra-patch-libc++-new branches/2017Q1/www/chromium/files/extra-patch-libc++-old branches/2017Q1/www/chromium/files/patch-ash_shell.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_extensions_api_omnibox_omnibox__api.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_ui_views_app__list_linux_app__list__linux.cc branches/2017Q1/www/chromium/files/patch-content_browser_child__process__launcher.cc branches/2017Q1/www/chromium/files/patch-content_renderer_pepper_pepper__media__device__manager.cc branches/2017Q1/www/chromium/files/patch-services_ui_public_cpp_gles2__context.cc branches/2017Q1/www/chromium/files/patch-services_ui_surfaces_surfaces__context__provider.cc branches/2017Q1/www/chromium/files/patch-third__party_webrtc_base_linux.cc branches/2017Q1/www/chromium/files/patch-third__party_webrtc_base_linux.h branches/2017Q1/www/chromium/files/patch-third__party_webrtc_base_systeminfo.cc branches/2017Q1/www/chromium/files/patch-ui_app__list_views_app__list__view.cc Modified: branches/2017Q1/www/chromium/Makefile branches/2017Q1/www/chromium/distinfo branches/2017Q1/www/chromium/files/extra-patch-clang branches/2017Q1/www/chromium/files/patch-BUILD.gn branches/2017Q1/www/chromium/files/patch-base_BUILD.gn branches/2017Q1/www/chromium/files/patch-base_allocator_allocator__shim__unittest.cc branches/2017Q1/www/chromium/files/patch-base_debug_stack__trace__posix.cc branches/2017Q1/www/chromium/files/patch-base_process_process__metrics.h branches/2017Q1/www/chromium/files/patch-base_test_BUILD.gn branches/2017Q1/www/chromium/files/patch-base_test_launcher_test__launcher.cc branches/2017Q1/www/chromium/files/patch-base_third__party_libevent_BUILD.gn branches/2017Q1/www/chromium/files/patch-build_config_BUILD.gn branches/2017Q1/www/chromium/files/patch-build_config_BUILDCONFIG.gn branches/2017Q1/www/chromium/files/patch-build_config_compiler_BUILD.gn branches/2017Q1/www/chromium/files/patch-build_config_features.gni branches/2017Q1/www/chromium/files/patch-build_config_linux_gtk2_BUILD.gn branches/2017Q1/www/chromium/files/patch-build_config_linux_gtk3_BUILD.gn branches/2017Q1/www/chromium/files/patch-build_config_sanitizers_BUILD.gn branches/2017Q1/www/chromium/files/patch-build_config_sanitizers_sanitizers.gni branches/2017Q1/www/chromium/files/patch-build_config_ui.gni branches/2017Q1/www/chromium/files/patch-cc_trees_property__tree.cc branches/2017Q1/www/chromium/files/patch-chrome_BUILD.gn branches/2017Q1/www/chromium/files/patch-chrome_app_chrome__main__delegate.cc branches/2017Q1/www/chromium/files/patch-chrome_app_chromium__strings.grd branches/2017Q1/www/chromium/files/patch-chrome_app_generated__resources.grd branches/2017Q1/www/chromium/files/patch-chrome_app_google__chrome__strings.grd branches/2017Q1/www/chromium/files/patch-chrome_app_mash_mash__runner.cc branches/2017Q1/www/chromium/files/patch-chrome_app_settings__strings.grdp branches/2017Q1/www/chromium/files/patch-chrome_browser_BUILD.gn branches/2017Q1/www/chromium/files/patch-chrome_browser_about__flags.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_browser__process__impl.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_browser__process__impl.h branches/2017Q1/www/chromium/files/patch-chrome_browser_browser__resources.grd branches/2017Q1/www/chromium/files/patch-chrome_browser_chrome__browser__main.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.h branches/2017Q1/www/chromium/files/patch-chrome_browser_download_chrome__download__manager__delegate.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_download_download__commands.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_download_download__prefs.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_download_download__prefs.h branches/2017Q1/www/chromium/files/patch-chrome_browser_extensions_BUILD.gn branches/2017Q1/www/chromium/files/patch-chrome_browser_extensions_api_messaging_message__service.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_extensions_bookmark__app__helper.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_extensions_browser__context__keyed__service__factories.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_interstitials_chrome__controller__client.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_media_webrtc_webrtc__log__uploader.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_notifications_message__center__notification__manager.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_password__manager_chrome__password__manager__client.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_policy_policy__prefs__browsertest.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_renderer__context__menu_render__view__context__menu.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_renderer__preferences__util.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_resources_safe__browsing_gen__file__type__proto.py branches/2017Q1/www/chromium/files/patch-chrome_browser_sync_chrome__sync__client.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group.h branches/2017Q1/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__manager__impl.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_task__manager_task__manager__observer.h branches/2017Q1/www/chromium/files/patch-chrome_browser_tracing_crash__service__uploader.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_ui_BUILD.gn branches/2017Q1/www/chromium/files/patch-chrome_browser_ui_browser__command__controller.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_ui_input__method_input__method__engine__base.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_ui_libgtkui_BUILD.gn branches/2017Q1/www/chromium/files/patch-chrome_browser_ui_libgtkui_print__dialog__gtk.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_ui_startup_bad__flags__prompt.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_ui_startup_startup__browser__creator.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_ui_task__manager_task__manager__columns.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_ui_task__manager_task__manager__table__model.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_ui_views_accelerator__table.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_ui_views_apps_chrome__native__app__window__views__aura.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_ui_views_chrome__browser__main__extra__parts__views.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_ui_views_chrome__views__delegate.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab__drag__controller.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_ui_webui_options_browser__options__handler.cc branches/2017Q1/www/chromium/files/patch-chrome_browser_ui_webui_options_browser__options__handler.h branches/2017Q1/www/chromium/files/patch-chrome_browser_ui_webui_settings_md__settings__localized__strings__provider.cc branches/2017Q1/www/chromium/files/patch-chrome_common_BUILD.gn branches/2017Q1/www/chromium/files/patch-chrome_common_chrome__paths.cc branches/2017Q1/www/chromium/files/patch-chrome_common_chrome__paths.h branches/2017Q1/www/chromium/files/patch-chrome_common_chrome__switches.cc branches/2017Q1/www/chromium/files/patch-chrome_common_chrome__switches.h branches/2017Q1/www/chromium/files/patch-chrome_common_extensions_chrome__extensions__client.cc branches/2017Q1/www/chromium/files/patch-chrome_common_features.gni branches/2017Q1/www/chromium/files/patch-chrome_common_pref__names.cc branches/2017Q1/www/chromium/files/patch-chrome_common_pref__names.h branches/2017Q1/www/chromium/files/patch-chrome_common_url__constants.cc branches/2017Q1/www/chromium/files/patch-chrome_common_url__constants.h branches/2017Q1/www/chromium/files/patch-chrome_test_BUILD.gn branches/2017Q1/www/chromium/files/patch-chromecast_browser_BUILD.gn branches/2017Q1/www/chromium/files/patch-chromecast_browser_cast__content__browser__client.cc branches/2017Q1/www/chromium/files/patch-components_BUILD.gn branches/2017Q1/www/chromium/files/patch-components_crash_content_app_BUILD.gn branches/2017Q1/www/chromium/files/patch-components_gcm__driver_gcm__client.h branches/2017Q1/www/chromium/files/patch-components_metrics_BUILD.gn branches/2017Q1/www/chromium/files/patch-components_neterror_resources_neterror.js branches/2017Q1/www/chromium/files/patch-components_plugins_renderer_BUILD.gn branches/2017Q1/www/chromium/files/patch-components_policy_BUILD.gn branches/2017Q1/www/chromium/files/patch-components_policy_resources_policy__templates.json branches/2017Q1/www/chromium/files/patch-components_policy_tools_generate__policy__source.py branches/2017Q1/www/chromium/files/patch-components_update__client_update__query__params.cc branches/2017Q1/www/chromium/files/patch-components_variations_proto_study.proto branches/2017Q1/www/chromium/files/patch-content_app_BUILD.gn branches/2017Q1/www/chromium/files/patch-content_app_content__main__runner.cc branches/2017Q1/www/chromium/files/patch-content_browser_BUILD.gn branches/2017Q1/www/chromium/files/patch-content_browser_accessibility_browser__accessibility__manager.h branches/2017Q1/www/chromium/files/patch-content_browser_browser__main__loop.cc branches/2017Q1/www/chromium/files/patch-content_browser_devtools_protocol_color__picker.cc branches/2017Q1/www/chromium/files/patch-content_browser_download_base__file.cc branches/2017Q1/www/chromium/files/patch-content_browser_gpu_gpu__data__manager__impl__private.cc branches/2017Q1/www/chromium/files/patch-content_browser_gpu_gpu__internals__ui.cc branches/2017Q1/www/chromium/files/patch-content_browser_gpu_gpu__process__host.cc branches/2017Q1/www/chromium/files/patch-content_browser_media_media__internals.cc branches/2017Q1/www/chromium/files/patch-content_browser_memory_memory__coordinator__impl.cc branches/2017Q1/www/chromium/files/patch-content_browser_ppapi__plugin__process__host.cc branches/2017Q1/www/chromium/files/patch-content_browser_renderer__host_render__message__filter.cc branches/2017Q1/www/chromium/files/patch-content_browser_renderer__host_render__message__filter.h branches/2017Q1/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.cc branches/2017Q1/www/chromium/files/patch-content_browser_renderer__host_render__view__host__impl.cc branches/2017Q1/www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc branches/2017Q1/www/chromium/files/patch-content_browser_utility__process__host__impl.cc branches/2017Q1/www/chromium/files/patch-content_child_child__process.cc branches/2017Q1/www/chromium/files/patch-content_child_child__thread__impl.cc branches/2017Q1/www/chromium/files/patch-content_child_child__thread__impl.h branches/2017Q1/www/chromium/files/patch-content_common_BUILD.gn branches/2017Q1/www/chromium/files/patch-content_common_child__process__messages.h branches/2017Q1/www/chromium/files/patch-content_common_content__switches__internal.cc branches/2017Q1/www/chromium/files/patch-content_common_view__messages.h branches/2017Q1/www/chromium/files/patch-content_gpu_BUILD.gn branches/2017Q1/www/chromium/files/patch-content_gpu_gpu__child__thread.cc branches/2017Q1/www/chromium/files/patch-content_gpu_gpu__main.cc branches/2017Q1/www/chromium/files/patch-content_public_common_content__switches.h branches/2017Q1/www/chromium/files/patch-content_renderer_render__thread__impl.cc branches/2017Q1/www/chromium/files/patch-content_renderer_renderer__blink__platform__impl.cc branches/2017Q1/www/chromium/files/patch-content_renderer_renderer__blink__platform__impl.h branches/2017Q1/www/chromium/files/patch-content_shell_BUILD.gn branches/2017Q1/www/chromium/files/patch-content_shell_browser_shell__browser__main__parts.cc branches/2017Q1/www/chromium/files/patch-content_test_BUILD.gn branches/2017Q1/www/chromium/files/patch-device_BUILD.gn branches/2017Q1/www/chromium/files/patch-device_bluetooth_BUILD.gn branches/2017Q1/www/chromium/files/patch-device_gamepad_gamepad__provider.cc branches/2017Q1/www/chromium/files/patch-device_usb_usb__service__impl.cc branches/2017Q1/www/chromium/files/patch-device_usb_usb__service__impl.h branches/2017Q1/www/chromium/files/patch-extensions_browser_api_serial_serial__api.cc branches/2017Q1/www/chromium/files/patch-gpu_ipc_client_BUILD.gn branches/2017Q1/www/chromium/files/patch-gpu_ipc_service_BUILD.gn branches/2017Q1/www/chromium/files/patch-gpu_ipc_service_gpu__init.cc branches/2017Q1/www/chromium/files/patch-ipc_ipc__message__utils.h branches/2017Q1/www/chromium/files/patch-mash_package_mash__packaged__service.cc branches/2017Q1/www/chromium/files/patch-media__audio__alsa__audio_manager_alsa.cc branches/2017Q1/www/chromium/files/patch-media_audio_BUILD.gn branches/2017Q1/www/chromium/files/patch-media_audio_audio__manager.cc branches/2017Q1/www/chromium/files/patch-media_base_BUILD.gn branches/2017Q1/www/chromium/files/patch-media_base_video__frame.cc branches/2017Q1/www/chromium/files/patch-media_capture_BUILD.gn branches/2017Q1/www/chromium/files/patch-media_capture_video_linux_v4l2__capture__delegate.cc branches/2017Q1/www/chromium/files/patch-media_capture_video_linux_video__capture__device__linux.cc branches/2017Q1/www/chromium/files/patch-media_capture_video_video__capture__device__client.cc branches/2017Q1/www/chromium/files/patch-media_cast_BUILD.gn branches/2017Q1/www/chromium/files/patch-media_filters_ffmpeg__demuxer.cc branches/2017Q1/www/chromium/files/patch-media_formats_mp2t_es__parser__adts.cc branches/2017Q1/www/chromium/files/patch-mojo_edk_test_BUILD.gn branches/2017Q1/www/chromium/files/patch-net_BUILD.gn branches/2017Q1/www/chromium/files/patch-net_http_http__auth__gssapi__posix.cc branches/2017Q1/www/chromium/files/patch-net_http_http__network__session.cc branches/2017Q1/www/chromium/files/patch-net_socket_udp__socket__posix.cc branches/2017Q1/www/chromium/files/patch-net_tools_cert__verify__tool_verify__using__path__builder.cc branches/2017Q1/www/chromium/files/patch-pdf_pdfium_pdfium__engine.cc branches/2017Q1/www/chromium/files/patch-printing_BUILD.gn branches/2017Q1/www/chromium/files/patch-remoting_host_BUILD.gn branches/2017Q1/www/chromium/files/patch-services_service__manager_runner_host_BUILD.gn branches/2017Q1/www/chromium/files/patch-services_service__manager_standalone_context.cc branches/2017Q1/www/chromium/files/patch-services_ui_BUILD.gn branches/2017Q1/www/chromium/files/patch-services_ui_gpu_gpu__main.cc branches/2017Q1/www/chromium/files/patch-skia_BUILD.gn branches/2017Q1/www/chromium/files/patch-third__party_WebKit_Source_core_layout_BUILD.gn branches/2017Q1/www/chromium/files/patch-third__party_WebKit_Source_platform_fonts_FontPlatformData.cpp branches/2017Q1/www/chromium/files/patch-third__party_WebKit_Source_platform_fonts_FontPlatformData.h branches/2017Q1/www/chromium/files/patch-third__party_WebKit_Source_platform_fonts_skia_FontCacheSkia.cpp branches/2017Q1/www/chromium/files/patch-third__party_WebKit_Source_platform_heap_StackFrameDepth.cpp branches/2017Q1/www/chromium/files/patch-third__party_WebKit_Source_web_PopupMenuImpl.cpp branches/2017Q1/www/chromium/files/patch-third__party_WebKit_Source_wtf_BUILD.gn branches/2017Q1/www/chromium/files/patch-third__party_WebKit_Source_wtf_ThreadingPthreads.cpp branches/2017Q1/www/chromium/files/patch-third__party_angle_BUILD.gn branches/2017Q1/www/chromium/files/patch-third__party_angle_src_tests_BUILD.gn branches/2017Q1/www/chromium/files/patch-third__party_ffmpeg_ffmpeg__generated.gni branches/2017Q1/www/chromium/files/patch-third__party_harfbuzz-ng_BUILD.gn branches/2017Q1/www/chromium/files/patch-third__party_pdfium_BUILD.gn branches/2017Q1/www/chromium/files/patch-third__party_pdfium_fpdfsdk_javascript_JS__Value.cpp branches/2017Q1/www/chromium/files/patch-third__party_skia_src_gpu_GrAutoLocaleSetter.h branches/2017Q1/www/chromium/files/patch-third__party_sqlite_BUILD.gn branches/2017Q1/www/chromium/files/patch-third__party_webrtc_base_BUILD.gn branches/2017Q1/www/chromium/files/patch-third__party_webrtc_base_httpcommon.cc branches/2017Q1/www/chromium/files/patch-third__party_webrtc_base_network.cc branches/2017Q1/www/chromium/files/patch-third__party_webrtc_base_network.h branches/2017Q1/www/chromium/files/patch-third__party_webrtc_base_physicalsocketserver.cc branches/2017Q1/www/chromium/files/patch-third__party_webrtc_modules_audio__device_BUILD.gn branches/2017Q1/www/chromium/files/patch-third__party_webrtc_modules_video__coding_BUILD.gn branches/2017Q1/www/chromium/files/patch-third__party_webrtc_system__wrappers_BUILD.gn branches/2017Q1/www/chromium/files/patch-tools_gn_args.cc branches/2017Q1/www/chromium/files/patch-tools_gn_bootstrap_bootstrap.py branches/2017Q1/www/chromium/files/patch-tools_perf_chrome__telemetry__build_BUILD.gn branches/2017Q1/www/chromium/files/patch-ui_aura_BUILD.gn branches/2017Q1/www/chromium/files/patch-ui_base_BUILD.gn branches/2017Q1/www/chromium/files/patch-ui_base_ime_BUILD.gn branches/2017Q1/www/chromium/files/patch-ui_base_ime_ime__engine__handler__interface.h branches/2017Q1/www/chromium/files/patch-ui_base_ime_input__method__factory.cc branches/2017Q1/www/chromium/files/patch-ui_base_resource_resource__bundle.cc branches/2017Q1/www/chromium/files/patch-ui_base_ui__features.gni branches/2017Q1/www/chromium/files/patch-ui_compositor_BUILD.gn branches/2017Q1/www/chromium/files/patch-ui_events_event__switches.cc branches/2017Q1/www/chromium/files/patch-ui_events_event__switches.h branches/2017Q1/www/chromium/files/patch-ui_gfx_BUILD.gn branches/2017Q1/www/chromium/files/patch-ui_gfx_canvas__skia.cc branches/2017Q1/www/chromium/files/patch-ui_gfx_render__text.cc branches/2017Q1/www/chromium/files/patch-ui_gl_BUILD.gn branches/2017Q1/www/chromium/files/patch-ui_message__center_views_message__view__factory.cc branches/2017Q1/www/chromium/files/patch-ui_views_BUILD.gn branches/2017Q1/www/chromium/files/patch-ui_views_accessibility_native__view__accessibility.h branches/2017Q1/www/chromium/files/patch-ui_views_bubble_bubble__dialog__delegate.cc branches/2017Q1/www/chromium/files/patch-ui_views_controls_label.cc branches/2017Q1/www/chromium/files/patch-ui_views_controls_textfield_textfield.cc branches/2017Q1/www/chromium/files/patch-ui_views_mus_BUILD.gn branches/2017Q1/www/chromium/files/patch-ui_views_mus_aura__init.cc branches/2017Q1/www/chromium/files/patch-ui_views_mus_aura__init.h branches/2017Q1/www/chromium/files/patch-ui_views_style_platform__style.cc branches/2017Q1/www/chromium/files/patch-ui_views_window_custom__frame__view.cc branches/2017Q1/www/chromium/files/patch-ui_views_window_dialog__delegate.cc branches/2017Q1/www/chromium/files/patch-v8_BUILD.gn branches/2017Q1/www/chromium/files/patch-v8_src_base_platform_platform-posix.cc branches/2017Q1/www/chromium/files/patch-v8_src_globals.h branches/2017Q1/www/chromium/pkg-plist Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/www/chromium/Makefile ============================================================================== --- branches/2017Q1/www/chromium/Makefile Sat Mar 18 00:41:39 2017 (r436368) +++ branches/2017Q1/www/chromium/Makefile Sat Mar 18 00:57:10 2017 (r436369) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 56.0.2924.87 -PORTREVISION= 2 +PORTVERSION= 57.0.2987.110 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # default, but needed to get distinfo correct if TEST is on @@ -85,6 +84,7 @@ GN_ARGS+= is_clang=true \ enable_one_click_signin=true \ enable_remoting=false \ enable_webrtc=false \ + fieldtrial_testing_like_official_build=true \ toolkit_views=true \ use_allocator="none" \ use_aura=true \ @@ -201,10 +201,9 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch- EXTRA_PATCHES+= ${FILESDIR}/extra-patch-10 .endif -.if ${OSVERSION} >= 1200017 || (${OSVERSION} >= 1100508 && ${OSVERSION} < 1200000) -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-libc++-new -.else -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-libc++-old +# Work around base r261801 +.if ${OSVERSION} < 1100508 +GN_ARGS+= extra_cxxflags="-D_LIBCPP_TRIVIAL_PAIR_COPY_CTOR=1" .endif .endif @@ -248,6 +247,10 @@ test regression-test: build do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_MAN} ${WRKSRC}/out/${BUILDTYPE}/chrome.1 ${STAGEDIR}${MANPREFIX}/man/man1 +.for t in font_service ui + ${INSTALL_DATA} ${WRKSRC}/out/${BUILDTYPE}/${t}.service \ + ${STAGEDIR}${DATADIR} +.endfor .for s in 22 24 48 64 128 256 @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps ${INSTALL_DATA} ${WRKSRC}/chrome/app/theme/chromium/product_logo_${s}.png \ @@ -255,8 +258,8 @@ do-install: .endfor ${INSTALL_SCRIPT} ${WRKSRC}/chrome/tools/build/linux/chrome-wrapper \ ${STAGEDIR}${DATADIR} -.for p in chrome_100_percent chrome_200_percent keyboard_resources resources \ - mus_app_resources_100 mus_app_resources_200 mus_app_resources_strings \ +.for p in chrome_100_percent chrome_200_percent headless_lib keyboard_resources \ + resources mus_app_resources_100 mus_app_resources_200 mus_app_resources_strings \ views_mus_resources ${INSTALL_DATA} ${WRKSRC}/out/${BUILDTYPE}/${p}.pak \ ${STAGEDIR}${DATADIR} Modified: branches/2017Q1/www/chromium/distinfo ============================================================================== --- branches/2017Q1/www/chromium/distinfo Sat Mar 18 00:41:39 2017 (r436368) +++ branches/2017Q1/www/chromium/distinfo Sat Mar 18 00:57:10 2017 (r436369) @@ -1,5 +1,5 @@ -TIMESTAMP = 1486036781 -SHA256 (chromium-56.0.2924.87.tar.xz) = 9aac081ffccaae6497068100477a4e6ac7086bd15ad3c3cd009b9a760b7a53e0 -SIZE (chromium-56.0.2924.87.tar.xz) = 514429808 -SHA256 (chromium-56.0.2924.87-testdata.tar.xz) = 2dea413379e4eccd351bb50cede549e9a8c4fbd897f6a8b03442c7a9b57d6b55 -SIZE (chromium-56.0.2924.87-testdata.tar.xz) = 123553884 +TIMESTAMP = 1489743061 +SHA256 (chromium-57.0.2987.110.tar.xz) = 6a03a290b313c5d8bb89891bfc816c61c798e6c96eaa62fb254d77ce9c2b89e4 +SIZE (chromium-57.0.2987.110.tar.xz) = 525293172 +SHA256 (chromium-57.0.2987.110-testdata.tar.xz) = 8f8b768190da7cea9365816443b0b98811cf7da939eed0752092d30b2d51752e +SIZE (chromium-57.0.2987.110-testdata.tar.xz) = 124084508 Modified: branches/2017Q1/www/chromium/files/extra-patch-clang ============================================================================== --- branches/2017Q1/www/chromium/files/extra-patch-clang Sat Mar 18 00:41:39 2017 (r436368) +++ branches/2017Q1/www/chromium/files/extra-patch-clang Sat Mar 18 00:57:10 2017 (r436369) @@ -27,17 +27,6 @@ if (*ptr == kFinalTlsValue) return; // We've been called enough times. ASSERT_LT(kFinalTlsValue, *ptr); ---- base/tracked_objects.cc 2015-04-15 00:31:20.000000000 +0200 -+++ base/tracked_objects.cc 2015-04-18 21:57:33.000000000 +0200 -@@ -425,7 +425,7 @@ - } - // We must NOT do any allocations during this callback. - // Using the simple linked lists avoids all allocations. -- DCHECK_EQ(this->next_retired_worker_, reinterpret_cast(NULL)); -+ DCHECK_EQ(this->next_retired_worker_, static_cast(NULL)); - this->next_retired_worker_ = first_retired_worker_; - first_retired_worker_ = this; - } --- base/tracked_objects_unittest.cc.orig 2015-08-22 15:01:51.000000000 -0400 +++ base/tracked_objects_unittest.cc 2015-09-03 09:20:53.370191000 -0400 @@ -58,9 +58,9 @@ @@ -63,26 +52,6 @@ EXPECT_CALL(callback_, OnError(_)) .Times(2); ---- third_party/hunspell/src/hunspell/affentry.hxx.orig 2015-07-21 18:46:37.322427000 -0400 -+++ third_party/hunspell/src/hunspell/affentry.hxx 2015-07-21 18:48:02.034251000 -0400 -@@ -27,7 +27,7 @@ - struct hentry * checkword(const char * word, int len, char in_compound, - const FLAG needflag = FLAG_NULL); - -- struct hentry * check_twosfx(const char * word, int len, char in_compound, const FLAG needflag = NULL); -+ struct hentry * check_twosfx(const char * word, int len, char in_compound, const FLAG needflag = 0); - - char * check_morph(const char * word, int len, char in_compound, - const FLAG needflag = FLAG_NULL); -@@ -90,7 +90,7 @@ - // const FLAG cclass = FLAG_NULL, const FLAG needflag = FLAG_NULL, char in_compound=IN_CPD_NOT); - const FLAG cclass = FLAG_NULL, const FLAG needflag = FLAG_NULL, const FLAG badflag = 0); - -- struct hentry * check_twosfx(const char * word, int len, int optflags, PfxEntry* ppfx, const FLAG needflag = NULL); -+ struct hentry * check_twosfx(const char * word, int len, int optflags, PfxEntry* ppfx, const FLAG needflag = 0); - - char * check_twosfx_morph(const char * word, int len, int optflags, - PfxEntry* ppfx, const FLAG needflag = FLAG_NULL); --- third_party/sfntly/src/cpp/src/sfntly/table/core/cmap_table.cc 2015-04-15 00:31:48.000000000 +0200 +++ third_party/sfntly/src/cpp/src/sfntly/table/core/cmap_table.cc 2015-04-18 22:05:41.000000000 +0200 @@ -439,7 +439,7 @@ @@ -130,14 +99,13 @@ CMapFormat::kFormat4, cmap_id) { } ---- third_party/webrtc/base/taskrunner.cc 2015-04-15 00:32:17.000000000 +0200 -+++ third_party/webrtc/base/taskrunner.cc 2015-04-18 22:10:53.000000000 +0200 -@@ -102,7 +102,7 @@ +--- third_party/webrtc/base/taskrunner.cc.orig 2017-03-09 21:05:29.000000000 +0100 ++++ third_party/webrtc/base/taskrunner.cc 2017-03-10 13:19:54.203141000 +0100 +@@ -96,7 +96,7 @@ std::vector::iterator it; it = std::remove(tasks_.begin(), tasks_.end(), - reinterpret_cast(NULL)); + static_cast(NULL)); - + tasks_.erase(it, tasks_.end()); - Modified: branches/2017Q1/www/chromium/files/patch-BUILD.gn ============================================================================== --- branches/2017Q1/www/chromium/files/patch-BUILD.gn Sat Mar 18 00:41:39 2017 (r436368) +++ branches/2017Q1/www/chromium/files/patch-BUILD.gn Sat Mar 18 00:57:10 2017 (r436369) @@ -1,6 +1,6 @@ ---- BUILD.gn.orig 2017-01-26 00:49:06 UTC +--- BUILD.gn.orig 2017-03-09 20:04:26 UTC +++ BUILD.gn -@@ -217,7 +217,7 @@ group("both_gn_and_gyp") { +@@ -221,7 +221,7 @@ group("both_gn_and_gyp") { ] } @@ -9,7 +9,7 @@ deps += [ "//chrome", "//chrome/test:browser_tests", -@@ -277,7 +277,7 @@ group("both_gn_and_gyp") { +@@ -281,7 +281,7 @@ group("both_gn_and_gyp") { ] } @@ -18,7 +18,7 @@ # TODO(GYP): Figure out which of these should actually build on iOS, # and whether there should be other targets that are iOS-only and missing. deps += [ -@@ -320,7 +320,7 @@ group("both_gn_and_gyp") { +@@ -325,7 +325,7 @@ group("both_gn_and_gyp") { "//ui/touch_selection:ui_touch_selection_unittests", "//url/ipc:url_ipc_unittests", ] @@ -27,7 +27,7 @@ deps += [ "//ios:all" ] } -@@ -488,7 +488,7 @@ group("both_gn_and_gyp") { +@@ -495,7 +495,7 @@ group("both_gn_and_gyp") { ] } @@ -36,7 +36,7 @@ # The following are definitely linux-only. deps += [ "//chrome:manpage", -@@ -515,9 +515,16 @@ group("both_gn_and_gyp") { +@@ -518,9 +518,16 @@ group("both_gn_and_gyp") { # TODO(dpranke): add the linux_dump_symbols flag? deps += [ "//chrome:linux_symbols" ] } @@ -54,7 +54,7 @@ deps += [ "//base:base_i18n_perftests", "//base:base_perftests", -@@ -588,7 +595,7 @@ group("both_gn_and_gyp") { +@@ -592,7 +599,7 @@ group("both_gn_and_gyp") { if (enable_nacl) { deps += [ "//components/nacl/loader:nacl_loader_unittests" ] @@ -63,7 +63,7 @@ # TODO(dpranke): Figure out what platforms should actually have this. deps += [ "//components/nacl/loader:nacl_helper" ] -@@ -698,7 +705,7 @@ group("both_gn_and_gyp") { +@@ -700,7 +707,7 @@ group("both_gn_and_gyp") { deps += [ "//chrome/installer/mini_installer:next_version_mini_installer" ] } @@ -72,7 +72,7 @@ deps += [ "//breakpad:symupload($host_toolchain)" ] } -@@ -743,7 +750,7 @@ group("gn_only") { +@@ -745,7 +752,7 @@ group("gn_only") { deps += [ "//components/proximity_auth:proximity_auth_unittests" ] } @@ -80,8 +80,8 @@ + if (is_win || is_linux || is_bsd) { deps += [ "//mash:all", - "//media/mojo/services:media_mojo_shell_unittests", -@@ -763,7 +770,7 @@ group("gn_only") { + "//media/mojo/services:media_service_unittests", +@@ -771,7 +778,7 @@ group("gn_only") { } } @@ -90,8 +90,8 @@ # TODO(GYP): Figure out if any of these should be in gn_all # and figure out how cross-platform they are deps += [ -@@ -816,7 +823,7 @@ group("gn_only") { - ] +@@ -826,7 +833,7 @@ group("gn_only") { + } if (target_cpu == "x86" || target_cpu == "x64") { - if (!is_android) { @@ -99,7 +99,7 @@ deps += [ "//chrome/test:load_library_perf_tests" ] } deps += [ -@@ -824,7 +831,7 @@ group("gn_only") { +@@ -834,7 +841,7 @@ group("gn_only") { "//third_party/libjpeg_turbo:simd_asm", ] } @@ -108,7 +108,7 @@ deps += [ "//v8:v8_shell" ] } } -@@ -834,7 +841,7 @@ group("gn_only") { +@@ -844,7 +851,7 @@ group("gn_only") { } if ((is_linux && !is_chromeos && !is_chromecast) || (is_win && use_drfuzz) || @@ -117,7 +117,7 @@ deps += [ "//testing/libfuzzer/fuzzers", "//testing/libfuzzer/tests:libfuzzer_tests", -@@ -877,7 +884,7 @@ group("gn_only") { +@@ -876,7 +883,7 @@ group("gn_only") { group("gn_mojo_targets") { testonly = true @@ -126,7 +126,7 @@ # TODO(GYP): Figure out if any of these should be in gn_all # and figure out how cross-platform they are deps = [ -@@ -903,7 +910,7 @@ group("gn_visibility") { +@@ -902,7 +909,7 @@ group("gn_visibility") { } } @@ -135,7 +135,7 @@ # This group includes all of the targets needed to build and test Blink, # including running the layout tests (see below). group("blink_tests") { -@@ -949,7 +956,7 @@ if (!is_ios) { +@@ -948,7 +955,7 @@ if (!is_ios) { data_deps += [ "//content/shell:content_shell_crash_service" ] } @@ -144,7 +144,7 @@ data_deps += [ "//breakpad:minidump_stackwalk($host_toolchain)" ] } -@@ -957,7 +964,7 @@ if (!is_ios) { +@@ -956,7 +963,7 @@ if (!is_ios) { data_deps += [ "//breakpad:dump_syms($host_toolchain)" ] } @@ -153,7 +153,7 @@ data_deps += [ "//breakpad:dump_syms($host_toolchain)" ] } -@@ -979,7 +986,7 @@ group("chromium_swarm_tests") { +@@ -978,7 +985,7 @@ group("chromium_swarm_tests") { group("chromium_builder_perf") { testonly = true @@ -162,7 +162,7 @@ data_deps = [ "//cc:cc_perftests", "//chrome/test:load_library_perf_tests", -@@ -1009,7 +1016,7 @@ group("chromium_builder_perf") { +@@ -1008,7 +1015,7 @@ group("chromium_builder_perf") { "//chrome/installer/mini_installer:mini_installer", "//chrome/test:angle_perftests", ] Modified: branches/2017Q1/www/chromium/files/patch-base_BUILD.gn ============================================================================== --- branches/2017Q1/www/chromium/files/patch-base_BUILD.gn Sat Mar 18 00:41:39 2017 (r436368) +++ branches/2017Q1/www/chromium/files/patch-base_BUILD.gn Sat Mar 18 00:57:10 2017 (r436369) @@ -1,6 +1,6 @@ ---- base/BUILD.gn.orig 2017-01-26 00:49:07 UTC +--- base/BUILD.gn.orig 2017-03-09 20:04:26 UTC +++ base/BUILD.gn -@@ -1076,6 +1076,35 @@ component("base") { +@@ -1116,6 +1116,35 @@ component("base") { public_deps += [ "//base/allocator:unified_allocator_shim" ] } @@ -36,7 +36,7 @@ # Allow more direct string conversions on platforms with native utf8 # strings if (is_mac || is_ios || is_chromeos || is_chromecast) { -@@ -1347,7 +1376,7 @@ component("base") { +@@ -1416,7 +1445,7 @@ component("base") { } # Linux. @@ -45,7 +45,7 @@ if (is_asan || is_lsan || is_msan || is_tsan) { # For llvm-sanitizer. data += [ "//third_party/llvm-build/Release+Asserts/lib/libstdc++.so.6" ] -@@ -1372,7 +1401,7 @@ component("base") { +@@ -1441,7 +1470,7 @@ component("base") { "//base/third_party/xdg_user_dirs", ] } else { @@ -54,7 +54,7 @@ sources -= [ "nix/mime_util_xdg.cc", "nix/mime_util_xdg.h", -@@ -1388,6 +1417,13 @@ component("base") { +@@ -1457,6 +1486,13 @@ component("base") { } } @@ -68,7 +68,7 @@ # iOS if (is_ios) { set_sources_assignment_filter([]) -@@ -2154,6 +2190,12 @@ test("base_unittests") { +@@ -2245,6 +2281,12 @@ test("base_unittests") { set_sources_assignment_filter(sources_assignment_filter) } Modified: branches/2017Q1/www/chromium/files/patch-base_allocator_allocator__shim__unittest.cc ============================================================================== --- branches/2017Q1/www/chromium/files/patch-base_allocator_allocator__shim__unittest.cc Sat Mar 18 00:41:39 2017 (r436368) +++ branches/2017Q1/www/chromium/files/patch-base_allocator_allocator__shim__unittest.cc Sat Mar 18 00:57:10 2017 (r436369) @@ -1,4 +1,4 @@ ---- base/allocator/allocator_shim_unittest.cc.orig 2017-01-26 00:49:07 UTC +--- base/allocator/allocator_shim_unittest.cc.orig 2017-03-09 20:04:26 UTC +++ base/allocator/allocator_shim_unittest.cc @@ -4,7 +4,6 @@ @@ -8,7 +8,7 @@ #include #include -@@ -193,11 +192,13 @@ TEST_F(AllocatorShimTest, InterceptLibcS +@@ -196,11 +195,13 @@ TEST_F(AllocatorShimTest, InterceptLibcS ASSERT_GE(zero_allocs_intercepted_by_size[2 * 23], 1u); #if !defined(OS_WIN) @@ -22,7 +22,7 @@ void* posix_memalign_ptr = nullptr; int res = posix_memalign(&posix_memalign_ptr, 256, 59); -@@ -214,12 +215,14 @@ TEST_F(AllocatorShimTest, InterceptLibcS +@@ -217,12 +218,14 @@ TEST_F(AllocatorShimTest, InterceptLibcS ASSERT_GE(aligned_allocs_intercepted_by_alignment[kPageSize], 1u); ASSERT_GE(aligned_allocs_intercepted_by_size[61], 1u); @@ -37,7 +37,7 @@ #endif // OS_WIN char* realloc_ptr = static_cast(realloc(nullptr, 71)); -@@ -240,8 +243,10 @@ TEST_F(AllocatorShimTest, InterceptLibcS +@@ -243,8 +246,10 @@ TEST_F(AllocatorShimTest, InterceptLibcS ASSERT_GE(frees_intercepted_by_addr[Hash(zero_alloc_ptr)], 1u); #if !defined(OS_WIN) @@ -48,7 +48,7 @@ free(posix_memalign_ptr); ASSERT_GE(frees_intercepted_by_addr[Hash(posix_memalign_ptr)], 1u); -@@ -249,8 +254,10 @@ TEST_F(AllocatorShimTest, InterceptLibcS +@@ -252,8 +257,10 @@ TEST_F(AllocatorShimTest, InterceptLibcS free(valloc_ptr); ASSERT_GE(frees_intercepted_by_addr[Hash(valloc_ptr)], 1u); Modified: branches/2017Q1/www/chromium/files/patch-base_debug_stack__trace__posix.cc ============================================================================== --- branches/2017Q1/www/chromium/files/patch-base_debug_stack__trace__posix.cc Sat Mar 18 00:41:39 2017 (r436368) +++ branches/2017Q1/www/chromium/files/patch-base_debug_stack__trace__posix.cc Sat Mar 18 00:57:10 2017 (r436369) @@ -1,6 +1,15 @@ ---- base/debug/stack_trace_posix.cc.orig 2017-01-26 00:49:07 UTC +--- base/debug/stack_trace_posix.cc.orig 2017-03-09 20:04:26 UTC +++ base/debug/stack_trace_posix.cc -@@ -571,6 +571,10 @@ class SandboxSymbolizeHelper { +@@ -33,7 +33,7 @@ + #include + #endif + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + #include "base/debug/proc_maps_linux.h" + #endif + +@@ -574,6 +574,10 @@ class SandboxSymbolizeHelper { // for the modules that are loaded in the current process. // Returns true on success. bool CacheMemoryRegions() { @@ -11,7 +20,7 @@ // Reads /proc/self/maps. std::string contents; if (!ReadProcMaps(&contents)) { -@@ -586,6 +590,7 @@ class SandboxSymbolizeHelper { +@@ -589,6 +593,7 @@ class SandboxSymbolizeHelper { is_initialized_ = true; return true; Modified: branches/2017Q1/www/chromium/files/patch-base_process_process__metrics.h ============================================================================== --- branches/2017Q1/www/chromium/files/patch-base_process_process__metrics.h Sat Mar 18 00:41:39 2017 (r436368) +++ branches/2017Q1/www/chromium/files/patch-base_process_process__metrics.h Sat Mar 18 00:57:10 2017 (r436369) @@ -1,4 +1,4 @@ ---- base/process/process_metrics.h.orig 2017-01-26 00:49:07 UTC +--- base/process/process_metrics.h.orig 2017-03-09 20:04:26 UTC +++ base/process/process_metrics.h @@ -22,6 +22,12 @@ #include "base/values.h" @@ -13,7 +13,7 @@ #if defined(OS_MACOSX) #include #include "base/process/port_provider_mac.h" -@@ -326,13 +332,17 @@ BASE_EXPORT bool GetSystemMemoryInfo(Sys +@@ -329,13 +335,17 @@ BASE_EXPORT bool GetSystemMemoryInfo(Sys // CPU-related ticks. Returns -1 on parse error. // Exposed for testing. BASE_EXPORT int ParseProcStatCPU(const std::string& input); Modified: branches/2017Q1/www/chromium/files/patch-base_test_BUILD.gn ============================================================================== --- branches/2017Q1/www/chromium/files/patch-base_test_BUILD.gn Sat Mar 18 00:41:39 2017 (r436368) +++ branches/2017Q1/www/chromium/files/patch-base_test_BUILD.gn Sat Mar 18 00:57:10 2017 (r436369) @@ -1,6 +1,6 @@ ---- base/test/BUILD.gn.orig 2017-01-26 00:49:07 UTC +--- base/test/BUILD.gn.orig 2017-03-09 20:04:26 UTC +++ base/test/BUILD.gn -@@ -303,7 +303,7 @@ static_library("run_all_base_unittests") +@@ -312,7 +312,7 @@ static_library("run_all_base_unittests") ] } Modified: branches/2017Q1/www/chromium/files/patch-base_test_launcher_test__launcher.cc ============================================================================== --- branches/2017Q1/www/chromium/files/patch-base_test_launcher_test__launcher.cc Sat Mar 18 00:41:39 2017 (r436368) +++ branches/2017Q1/www/chromium/files/patch-base_test_launcher_test__launcher.cc Sat Mar 18 00:57:10 2017 (r436369) @@ -1,6 +1,6 @@ ---- base/test/launcher/test_launcher.cc.orig 2017-01-26 00:49:07 UTC +--- base/test/launcher/test_launcher.cc.orig 2017-03-09 20:04:26 UTC +++ base/test/launcher/test_launcher.cc -@@ -59,6 +59,10 @@ +@@ -60,6 +60,10 @@ #include "base/win/windows_version.h" #endif Modified: branches/2017Q1/www/chromium/files/patch-base_third__party_libevent_BUILD.gn ============================================================================== --- branches/2017Q1/www/chromium/files/patch-base_third__party_libevent_BUILD.gn Sat Mar 18 00:41:39 2017 (r436368) +++ branches/2017Q1/www/chromium/files/patch-base_third__party_libevent_BUILD.gn Sat Mar 18 00:57:10 2017 (r436369) @@ -1,12 +1,12 @@ ---- base/third_party/libevent/BUILD.gn.orig 2017-01-26 00:49:07 UTC +--- base/third_party/libevent/BUILD.gn.orig 2017-03-09 20:04:26 UTC +++ base/third_party/libevent/BUILD.gn -@@ -29,6 +29,9 @@ static_library("libevent") { - } else if (is_linux) { - sources += [ "epoll.c" ] +@@ -50,6 +50,9 @@ static_library("libevent") { + "linux/event-config.h", + ] include_dirs = [ "linux" ] + } else if (is_bsd) { + sources += [ "kqueue.c" ] + include_dirs = [ "freebsd" ] } else if (is_android) { - sources += [ "epoll.c" ] - include_dirs = [ "android" ] + sources += [ + "android/config.h", Modified: branches/2017Q1/www/chromium/files/patch-build_config_BUILD.gn ============================================================================== --- branches/2017Q1/www/chromium/files/patch-build_config_BUILD.gn Sat Mar 18 00:41:39 2017 (r436368) +++ branches/2017Q1/www/chromium/files/patch-build_config_BUILD.gn Sat Mar 18 00:57:10 2017 (r436369) @@ -1,6 +1,6 @@ ---- build/config/BUILD.gn.orig 2017-01-26 00:49:07 UTC +--- build/config/BUILD.gn.orig 2017-03-09 20:04:27 UTC +++ build/config/BUILD.gn -@@ -224,7 +224,7 @@ config("debug") { +@@ -196,7 +196,7 @@ config("debug") { # builds, and we have to tell it to turn it off. defines += [ "_HAS_ITERATOR_DEBUGGING=0" ] } @@ -9,7 +9,16 @@ # Enable libstdc++ debugging facilities to help catch problems early, see # http://crbug.com/65151 . # TODO(phajdan.jr): Should we enable this for all of POSIX? -@@ -338,7 +338,7 @@ config("executable_config") { +@@ -279,7 +279,7 @@ config("default_libs") { + "CoreText.framework", + "Foundation.framework", + ] +- } else if (is_linux) { ++ } else if (is_linux && !is_bsd) { + libs = [ + "dl", + "rt", +@@ -310,7 +310,7 @@ config("executable_config") { ] } else if (is_ios) { configs += [ "//build/config/ios:ios_dynamic_flags" ] Modified: branches/2017Q1/www/chromium/files/patch-build_config_BUILDCONFIG.gn ============================================================================== --- branches/2017Q1/www/chromium/files/patch-build_config_BUILDCONFIG.gn Sat Mar 18 00:41:39 2017 (r436368) +++ branches/2017Q1/www/chromium/files/patch-build_config_BUILDCONFIG.gn Sat Mar 18 00:57:10 2017 (r436369) @@ -1,7 +1,7 @@ ---- build/config/BUILDCONFIG.gn.orig 2017-01-26 00:49:07 UTC +--- build/config/BUILDCONFIG.gn.orig 2017-03-09 20:04:27 UTC +++ build/config/BUILDCONFIG.gn -@@ -134,12 +134,13 @@ declare_args() { - is_debug = !is_official_build +@@ -131,12 +131,13 @@ declare_args() { + is_official_build = false # Whether we're a traditional desktop unix. - is_desktop_linux = current_os == "linux" @@ -16,7 +16,7 @@ # Allows the path to a custom target toolchain to be injected as a single # argument, and set as the default toolchain. -@@ -183,8 +184,8 @@ if (host_toolchain == "") { +@@ -185,8 +186,8 @@ if (host_toolchain == "") { # TODO(dpranke): Add some sort of assert here that verifies that # no toolchain omitted host_toolchain from its toolchain_args(). @@ -27,7 +27,7 @@ # TODO(dpranke) - is_clang normally applies only to the target # build, and there is no way to indicate that you want to override # it for both the target build *and* the host build. Do we need to -@@ -220,7 +221,7 @@ if (target_os == "android") { +@@ -222,7 +223,7 @@ if (target_os == "android") { } else { _default_toolchain = "//build/toolchain/android:android_$target_cpu" } @@ -36,7 +36,7 @@ # See comments in build/toolchain/cros/BUILD.gn about board compiles. if (is_clang) { _default_toolchain = "//build/toolchain/linux:clang_$target_cpu" -@@ -340,8 +341,17 @@ if (current_os == "win" || current_os == +@@ -342,8 +343,17 @@ if (current_os == "win" || current_os == is_nacl = false is_posix = true is_win = false @@ -55,7 +55,7 @@ # ============================================================================= # SOURCES FILTERS # ============================================================================= -@@ -410,7 +420,7 @@ if (!is_ios) { +@@ -412,7 +422,7 @@ if (!is_ios) { if (!is_mac && !is_ios) { sources_assignment_filter += [ "*.mm" ] } Modified: branches/2017Q1/www/chromium/files/patch-build_config_compiler_BUILD.gn ============================================================================== --- branches/2017Q1/www/chromium/files/patch-build_config_compiler_BUILD.gn Sat Mar 18 00:41:39 2017 (r436368) +++ branches/2017Q1/www/chromium/files/patch-build_config_compiler_BUILD.gn Sat Mar 18 00:57:10 2017 (r436369) @@ -1,6 +1,6 @@ ---- build/config/compiler/BUILD.gn.orig 2017-01-26 00:49:07 UTC +--- build/config/compiler/BUILD.gn.orig 2017-03-09 20:04:27 UTC +++ build/config/compiler/BUILD.gn -@@ -150,7 +150,7 @@ config("compiler") { +@@ -155,7 +155,7 @@ config("compiler") { configs += [ "//build/config/win:compiler" ] } else if (is_android) { configs += [ "//build/config/android:compiler" ] @@ -9,7 +9,7 @@ configs += [ "//build/config/linux:compiler" ] } else if (is_nacl) { configs += [ "//build/config/nacl:compiler" ] -@@ -277,7 +277,7 @@ config("compiler") { +@@ -282,7 +282,7 @@ config("compiler") { # Linux/Android common flags setup. # --------------------------------- @@ -18,7 +18,7 @@ cflags += [ "-fPIC", "-pipe", # Use pipes for communicating between sub-processes. Faster. -@@ -401,14 +401,14 @@ config("compiler") { +@@ -409,14 +409,14 @@ config("compiler") { # clang-cl (used if is_win) doesn't expose this flag. # Currently disabled for nacl since its toolchain lacks this flag (too old). # TODO(zforman): Once nacl's toolchain is updated, remove check. @@ -35,7 +35,7 @@ # gnu++11 instead of c++11 is needed because some code uses typeof() (a # GNU extension). # TODO(thakis): Eventually switch this to c++11 instead, -@@ -458,7 +458,7 @@ config("compiler") { +@@ -469,7 +469,7 @@ config("compiler") { ] # Apply a lower LTO optimization level as the default is too slow. @@ -44,7 +44,7 @@ if (use_lld) { ldflags += [ "-Wl,--lto-O1" ] } else { -@@ -478,7 +478,7 @@ config("compiler") { +@@ -489,7 +489,7 @@ config("compiler") { # targeting ARM, without this flag, LTO produces a .text section that is # larger than the maximum call displacement, preventing the linker from # relocating calls (http://llvm.org/PR22999). @@ -53,7 +53,7 @@ ldflags += [ "-Wl,-plugin-opt,-function-sections" ] } } -@@ -742,7 +742,7 @@ config("compiler_codegen") { +@@ -757,7 +757,7 @@ config("compiler_codegen") { # configs -= [ "//build/config/compiler:clang_stackrealign" ] # See https://crbug.com/556393 for details of where it must be avoided. config("clang_stackrealign") { @@ -62,7 +62,7 @@ cflags = [ # Align the stack on 16-byte boundaries, http://crbug.com/418554. "-mstack-alignment=16", -@@ -788,7 +788,7 @@ config("runtime_library") { +@@ -811,7 +811,7 @@ config("runtime_library") { # smaller. if (is_win) { configs += [ "//build/config/win:runtime_library" ] @@ -71,16 +71,16 @@ configs += [ "//build/config/linux:runtime_library" ] } else if (is_ios) { configs += [ "//build/config/ios:runtime_library" ] -@@ -1038,7 +1038,7 @@ config("default_warnings") { +@@ -1076,7 +1076,7 @@ config("default_warnings") { "-Wno-nonportable-include-path", # TODO(hans): https://crbug.com/637306 - "-Wno-address-of-packed-member", + # "-Wno-address-of-packed-member", ] - } - } -@@ -1070,7 +1070,7 @@ config("chromium_code") { + if (llvm_force_head_revision) { + cflags += [ +@@ -1119,7 +1119,7 @@ config("chromium_code") { ] if (!is_debug && !using_sanitizer && @@ -89,7 +89,7 @@ # _FORTIFY_SOURCE isn't really supported by Clang now, see # http://llvm.org/bugs/show_bug.cgi?id=16821. # It seems to work fine with Ubuntu 12 headers though, so use it in -@@ -1128,7 +1128,7 @@ config("no_chromium_code") { +@@ -1178,7 +1178,7 @@ config("no_chromium_code") { ] } Modified: branches/2017Q1/www/chromium/files/patch-build_config_features.gni ============================================================================== --- branches/2017Q1/www/chromium/files/patch-build_config_features.gni Sat Mar 18 00:41:39 2017 (r436368) +++ branches/2017Q1/www/chromium/files/patch-build_config_features.gni Sat Mar 18 00:57:10 2017 (r436369) @@ -1,6 +1,6 @@ ---- build/config/features.gni.orig 2017-01-26 00:49:07 UTC +--- build/config/features.gni.orig 2017-03-09 20:04:27 UTC +++ build/config/features.gni -@@ -67,13 +67,13 @@ declare_args() { +@@ -57,13 +57,13 @@ declare_args() { # libudev usage. This currently only affects the content layer. use_udev = is_linux && !is_chromecast Modified: branches/2017Q1/www/chromium/files/patch-build_config_linux_gtk2_BUILD.gn ============================================================================== --- branches/2017Q1/www/chromium/files/patch-build_config_linux_gtk2_BUILD.gn Sat Mar 18 00:41:39 2017 (r436368) +++ branches/2017Q1/www/chromium/files/patch-build_config_linux_gtk2_BUILD.gn Sat Mar 18 00:57:10 2017 (r436369) @@ -1,4 +1,4 @@ ---- build/config/linux/gtk2/BUILD.gn.orig 2017-01-26 00:49:07 UTC +--- build/config/linux/gtk2/BUILD.gn.orig 2017-03-09 20:04:27 UTC +++ build/config/linux/gtk2/BUILD.gn @@ -4,7 +4,7 @@ @@ -7,5 +7,5 @@ -assert(is_linux, "This file should only be referenced on Linux") +assert(is_linux || is_bsd, "This file should only be referenced on Linux") - # Depend on //build/config/linux/gtk2 to use GTKv2. - # + # Depend on //build/config/linux/gtk2 to use GTKv2. Depend on + # //build/config/linux/gtk to get GTK 2 or 3 depending on the build flags. Modified: branches/2017Q1/www/chromium/files/patch-build_config_linux_gtk3_BUILD.gn ============================================================================== --- branches/2017Q1/www/chromium/files/patch-build_config_linux_gtk3_BUILD.gn Sat Mar 18 00:41:39 2017 (r436368) +++ branches/2017Q1/www/chromium/files/patch-build_config_linux_gtk3_BUILD.gn Sat Mar 18 00:57:10 2017 (r436369) @@ -1,4 +1,4 @@ ---- build/config/linux/gtk3/BUILD.gn.orig 2017-01-26 00:49:07 UTC +--- build/config/linux/gtk3/BUILD.gn.orig 2017-03-09 20:04:27 UTC +++ build/config/linux/gtk3/BUILD.gn @@ -4,7 +4,7 @@ @@ -7,5 +7,5 @@ -assert(is_linux, "This file should only be referenced on Linux") +assert(is_linux || is_bsd, "This file should only be referenced on Linux") - # Depend on //build/config/linux/gtk3 to use GTKv3. - # + # Depend on //build/config/linux/gtk3 to use GTKv3. Depend on + # //build/config/linux/gtk to get GTK 2 or 3 depending on the build flags. Copied: branches/2017Q1/www/chromium/files/patch-build_config_linux_gtk_BUILD.gn (from r436365, head/www/chromium/files/patch-build_config_linux_gtk_BUILD.gn) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q1/www/chromium/files/patch-build_config_linux_gtk_BUILD.gn Sat Mar 18 00:57:10 2017 (r436369, copy of r436365, head/www/chromium/files/patch-build_config_linux_gtk_BUILD.gn) @@ -0,0 +1,11 @@ +--- build/config/linux/gtk/BUILD.gn.orig 2017-03-09 20:04:27 UTC ++++ build/config/linux/gtk/BUILD.gn +@@ -5,7 +5,7 @@ + import("//build/config/linux/gtk/gtk.gni") + import("//build/config/linux/pkg_config.gni") + +-assert(is_linux, "This file should only be referenced on Linux") ++assert(is_linux || is_bsd, "This file should only be referenced on Linux") + + # The target in this file will automatically reference GTK2 or GTK3 depending + # on the state of the build flag. Some builds reference both 2 and 3, and some Modified: branches/2017Q1/www/chromium/files/patch-build_config_sanitizers_BUILD.gn ============================================================================== --- branches/2017Q1/www/chromium/files/patch-build_config_sanitizers_BUILD.gn Sat Mar 18 00:41:39 2017 (r436368) +++ branches/2017Q1/www/chromium/files/patch-build_config_sanitizers_BUILD.gn Sat Mar 18 00:57:10 2017 (r436369) @@ -1,20 +1,20 @@ ---- build/config/sanitizers/BUILD.gn.orig 2017-01-26 00:49:07 UTC +--- build/config/sanitizers/BUILD.gn.orig 2017-03-09 20:04:27 UTC +++ build/config/sanitizers/BUILD.gn -@@ -405,7 +405,7 @@ config("lsan_flags") { +@@ -420,7 +420,7 @@ config("lsan_flags") { config("msan_flags") { if (is_msan) { - assert(is_linux, "msan only supported on linux x86_64") + assert(is_linux || is_bsd, "msan only supported on linux x86_64") - msan_blacklist_path = - rebase_path("//tools/msan/blacklist.txt", root_build_dir) - cflags = [ -@@ -418,7 +418,7 @@ config("msan_flags") { + if (!defined(msan_blacklist_path)) { + msan_blacklist_path = + rebase_path("//tools/msan/blacklist.txt", root_build_dir) +@@ -435,7 +435,7 @@ config("msan_flags") { config("tsan_flags") { if (is_tsan) { - assert(is_linux, "tsan only supported on linux x86_64") + assert(is_linux || is_bsd, "tsan only supported on linux x86_64") - tsan_blacklist_path = - rebase_path("//tools/memory/tsan_v2/ignores.txt", root_build_dir) - cflags = [ + if (!defined(tsan_blacklist_path)) { + tsan_blacklist_path = + rebase_path("//tools/memory/tsan_v2/ignores.txt", root_build_dir) Modified: branches/2017Q1/www/chromium/files/patch-build_config_sanitizers_sanitizers.gni ============================================================================== --- branches/2017Q1/www/chromium/files/patch-build_config_sanitizers_sanitizers.gni Sat Mar 18 00:41:39 2017 (r436368) +++ branches/2017Q1/www/chromium/files/patch-build_config_sanitizers_sanitizers.gni Sat Mar 18 00:57:10 2017 (r436369) @@ -1,14 +1,13 @@ ---- build/config/sanitizers/sanitizers.gni.orig 2017-01-26 00:49:07 UTC +--- build/config/sanitizers/sanitizers.gni.orig 2017-03-09 20:04:27 UTC +++ build/config/sanitizers/sanitizers.gni -@@ -54,8 +54,9 @@ declare_args() { +@@ -54,8 +54,8 @@ declare_args() { # See http://clang.llvm.org/docs/ControlFlowIntegrity.html # # TODO(pcc): Remove this flag if/when CFI is enabled in all official builds. - is_cfi = target_os == "linux" && !is_chromeos && target_cpu == "x64" && -- is_chrome_branded && is_official_build && allow_posix_link_time_opt +- is_official_build && allow_posix_link_time_opt + is_cfi = (target_os == "linux" || target_os == "bsd") && !is_chromeos && -+ target_cpu == "x64" && is_chrome_branded && is_official_build && -+ allow_posix_link_time_opt ++ target_cpu == "x64" && is_official_build && allow_posix_link_time_opt # Enable checks for bad casts: derived cast and unrelated cast. # TODO(krasin): remove this, when we're ready to add these checks by default. Modified: branches/2017Q1/www/chromium/files/patch-build_config_ui.gni ============================================================================== --- branches/2017Q1/www/chromium/files/patch-build_config_ui.gni Sat Mar 18 00:41:39 2017 (r436368) +++ branches/2017Q1/www/chromium/files/patch-build_config_ui.gni Sat Mar 18 00:57:10 2017 (r436369) @@ -1,24 +1,19 @@ ---- build/config/ui.gni.orig 2017-01-26 00:49:07 UTC +--- build/config/ui.gni.orig 2017-03-09 20:04:27 UTC +++ build/config/ui.gni -@@ -31,7 +31,7 @@ declare_args() { +@@ -31,10 +31,10 @@ declare_args() { # Indicates if Aura is enabled. Aura is a low-level windowing library, sort # of a replacement for GDI or GTK. - use_aura = is_win || is_linux + use_aura = is_win || is_linux || is_bsd - # True means the UI is built using the "views" framework. - toolkit_views = -@@ -47,7 +47,7 @@ declare_args() { - use_xkbcommon = false - # Whether we should use glib, a low level C utility library. - use_glib = is_linux + use_glib = is_linux || is_bsd # Indicates if Wayland display server support is enabled. enable_wayland_server = is_chromeos -@@ -62,17 +62,17 @@ declare_args() { +@@ -55,17 +55,17 @@ declare_args() { # Use GPU accelerated cross process image transport by default on linux builds # with the Aura window manager. Modified: branches/2017Q1/www/chromium/files/patch-cc_trees_property__tree.cc ============================================================================== --- branches/2017Q1/www/chromium/files/patch-cc_trees_property__tree.cc Sat Mar 18 00:41:39 2017 (r436368) +++ branches/2017Q1/www/chromium/files/patch-cc_trees_property__tree.cc Sat Mar 18 00:57:10 2017 (r436369) @@ -1,6 +1,6 @@ ---- cc/trees/property_tree.cc.orig 2017-01-26 00:49:07 UTC +--- cc/trees/property_tree.cc.orig 2017-03-09 20:04:27 UTC +++ cc/trees/property_tree.cc -@@ -1113,13 +1113,13 @@ gfx::ScrollOffset ScrollTree::MaxScrollO +@@ -1196,13 +1196,13 @@ gfx::ScrollOffset ScrollTree::MaxScrollO gfx::Size clip_layer_bounds = scroll_clip_layer_bounds(scroll_node->id); Modified: branches/2017Q1/www/chromium/files/patch-chrome_BUILD.gn ============================================================================== --- branches/2017Q1/www/chromium/files/patch-chrome_BUILD.gn Sat Mar 18 00:41:39 2017 (r436368) +++ branches/2017Q1/www/chromium/files/patch-chrome_BUILD.gn Sat Mar 18 00:57:10 2017 (r436369) @@ -1,6 +1,6 @@ ---- chrome/BUILD.gn.orig 2017-01-26 00:49:07 UTC +--- chrome/BUILD.gn.orig 2017-03-09 20:04:27 UTC +++ chrome/BUILD.gn -@@ -132,7 +132,7 @@ if (!is_android && !is_mac) { +@@ -143,7 +143,7 @@ if (!is_android && !is_mac) { data = [ "$root_out_dir/resources.pak", ] @@ -9,7 +9,7 @@ data += [ "$root_out_dir/chrome_100_percent.pak", "$root_out_dir/locales/en-US.pak", -@@ -212,7 +212,7 @@ if (!is_android && !is_mac) { +@@ -222,7 +222,7 @@ if (!is_android && !is_mac) { sources += [ "app/chrome_exe_main_aura.cc" ] } @@ -18,7 +18,7 @@ sources += [ "app/chrome_dll_resource.h", "app/chrome_main.cc", -@@ -1539,7 +1539,7 @@ if (enable_resource_whitelist_generation +@@ -1521,7 +1521,7 @@ if (enable_resource_whitelist_generation } } Modified: branches/2017Q1/www/chromium/files/patch-chrome_app_chrome__main__delegate.cc ============================================================================== --- branches/2017Q1/www/chromium/files/patch-chrome_app_chrome__main__delegate.cc Sat Mar 18 00:41:39 2017 (r436368) +++ branches/2017Q1/www/chromium/files/patch-chrome_app_chrome__main__delegate.cc Sat Mar 18 00:57:10 2017 (r436369) @@ -1,6 +1,6 @@ ---- chrome/app/chrome_main_delegate.cc.orig 2017-02-02 02:02:48 UTC +--- chrome/app/chrome_main_delegate.cc.orig 2017-03-09 20:04:27 UTC +++ chrome/app/chrome_main_delegate.cc -@@ -86,7 +86,7 @@ +@@ -89,7 +89,7 @@ #include "chrome/app/chrome_crash_reporter_client.h" #endif @@ -50,7 +50,7 @@ void SIGTERMProfilingShutdown(int signal) { Profiling::Stop(); struct sigaction sigact; -@@ -366,7 +366,7 @@ void InitializeUserDataDir() { +@@ -399,7 +399,7 @@ void InitializeUserDataDir(base::Command std::string process_type = command_line->GetSwitchValueASCII(switches::kProcessType); @@ -59,7 +59,7 @@ // On Linux, Chrome does not support running multiple copies under different // DISPLAYs, so the profile directory can be specified in the environment to // support the virtual desktop use-case. -@@ -560,7 +560,7 @@ bool ChromeMainDelegate::BasicStartupCom +@@ -592,7 +592,7 @@ bool ChromeMainDelegate::BasicStartupCom std::string format_str = command_line.GetSwitchValueASCII(switches::kDiagnosticsFormat); if (format_str == "machine") { @@ -68,7 +68,7 @@ } else if (format_str == "log") { format = diagnostics::DiagnosticsWriter::LOG; } else { -@@ -610,7 +610,7 @@ bool ChromeMainDelegate::BasicStartupCom +@@ -642,7 +642,7 @@ bool ChromeMainDelegate::BasicStartupCom std::string format_str = command_line.GetSwitchValueASCII(switches::kDiagnosticsFormat); if (format_str == "machine") { @@ -77,7 +77,7 @@ } else if (format_str == "human") { format = diagnostics::DiagnosticsWriter::HUMAN; } else { -@@ -722,7 +722,7 @@ void ChromeMainDelegate::PreSandboxStart +@@ -754,7 +754,7 @@ void ChromeMainDelegate::PreSandboxStart std::string process_type = command_line.GetSwitchValueASCII(switches::kProcessType); @@ -86,7 +86,7 @@ crash_reporter::SetCrashReporterClient(g_chrome_crash_client.Pointer()); #endif -@@ -852,7 +852,7 @@ void ChromeMainDelegate::PreSandboxStart +@@ -884,7 +884,7 @@ void ChromeMainDelegate::PreSandboxStart chrome::InitializePDF(); #endif @@ -95,7 +95,7 @@ // Zygote needs to call InitCrashReporter() in RunZygote(). if (process_type != switches::kZygoteProcess) { #if defined(OS_ANDROID) -@@ -870,7 +870,7 @@ void ChromeMainDelegate::PreSandboxStart +@@ -898,7 +898,7 @@ void ChromeMainDelegate::PreSandboxStart breakpad::InitCrashReporter(process_type); #endif // defined(OS_ANDROID) } @@ -104,7 +104,7 @@ // After all the platform Breakpads have been initialized, store the command // line for crash reporting. -@@ -980,7 +980,7 @@ bool ChromeMainDelegate::DelaySandboxIni +@@ -1008,7 +1008,7 @@ bool ChromeMainDelegate::DelaySandboxIni #endif return process_type == switches::kRelauncherProcess; } Modified: branches/2017Q1/www/chromium/files/patch-chrome_app_chromium__strings.grd ============================================================================== --- branches/2017Q1/www/chromium/files/patch-chrome_app_chromium__strings.grd Sat Mar 18 00:41:39 2017 (r436368) +++ branches/2017Q1/www/chromium/files/patch-chrome_app_chromium__strings.grd Sat Mar 18 00:57:10 2017 (r436369) @@ -1,6 +1,6 @@ ---- chrome/app/chromium_strings.grd.orig 2017-01-26 00:49:07 UTC +--- chrome/app/chromium_strings.grd.orig 2017-03-09 20:04:27 UTC +++ chrome/app/chromium_strings.grd -@@ -939,7 +939,7 @@ Signing in anyway will merge Chromium in +@@ -887,7 +887,7 @@ Signing in anyway will merge Chromium in Modified: branches/2017Q1/www/chromium/files/patch-chrome_app_generated__resources.grd ============================================================================== --- branches/2017Q1/www/chromium/files/patch-chrome_app_generated__resources.grd Sat Mar 18 00:41:39 2017 (r436368) +++ branches/2017Q1/www/chromium/files/patch-chrome_app_generated__resources.grd Sat Mar 18 00:57:10 2017 (r436369) @@ -1,6 +1,6 @@ ---- chrome/app/generated_resources.grd.orig 2017-01-26 00:49:07 UTC +--- chrome/app/generated_resources.grd.orig 2017-03-09 20:04:27 UTC +++ chrome/app/generated_resources.grd -@@ -6939,7 +6939,7 @@ Keep your key file in a safe place. You +@@ -6868,7 +6868,7 @@ Keep your key file in a safe place. You Right-to-left @@ -9,7 +9,7 @@ Enable Input IME API -@@ -10334,7 +10334,7 @@ I don't think this site should be blocke +@@ -10122,7 +10122,7 @@ I don't think this site should be blocke Appearance @@ -18,7 +18,7 @@ Themes -@@ -10342,7 +10342,7 @@ I don't think this site should be blocke +@@ -10130,7 +10130,7 @@ I don't think this site should be blocke Reset to default theme @@ -27,7 +27,7 @@ Use GTK+ theme -@@ -11663,7 +11663,7 @@ Tell us what happened exactly before you +@@ -11455,7 +11455,7 @@ Tell us what happened exactly before you Set as default Modified: branches/2017Q1/www/chromium/files/patch-chrome_app_google__chrome__strings.grd ============================================================================== --- branches/2017Q1/www/chromium/files/patch-chrome_app_google__chrome__strings.grd Sat Mar 18 00:41:39 2017 (r436368) +++ branches/2017Q1/www/chromium/files/patch-chrome_app_google__chrome__strings.grd Sat Mar 18 00:57:10 2017 (r436369) @@ -1,6 +1,6 @@ ---- chrome/app/google_chrome_strings.grd.orig 2017-02-02 02:02:48 UTC +--- chrome/app/google_chrome_strings.grd.orig 2017-03-09 20:04:27 UTC +++ chrome/app/google_chrome_strings.grd -@@ -940,7 +940,7 @@ Signing in anyway will merge Chrome info +@@ -888,7 +888,7 @@ Signing in anyway will merge Chrome info Modified: branches/2017Q1/www/chromium/files/patch-chrome_app_mash_mash__runner.cc ============================================================================== --- branches/2017Q1/www/chromium/files/patch-chrome_app_mash_mash__runner.cc Sat Mar 18 00:41:39 2017 (r436368) +++ branches/2017Q1/www/chromium/files/patch-chrome_app_mash_mash__runner.cc Sat Mar 18 00:57:10 2017 (r436369) @@ -1,11 +1,11 @@ ---- chrome/app/mash/mash_runner.cc.orig 2017-02-02 02:02:48 UTC +--- chrome/app/mash/mash_runner.cc.orig 2017-03-09 20:04:27 UTC +++ chrome/app/mash/mash_runner.cc -@@ -207,7 +207,7 @@ int MashMain() { +@@ -249,7 +249,7 @@ int MashMain() { + // TODO(sky): wire this up correctly. service_manager::InitializeLogging(); - std::unique_ptr message_loop; -#if defined(OS_LINUX) +#if defined(OS_LINUX) || defined(OS_BSD) base::AtExitManager exit_manager; #endif - if (!IsChild()) + Modified: branches/2017Q1/www/chromium/files/patch-chrome_app_settings__strings.grdp ============================================================================== --- branches/2017Q1/www/chromium/files/patch-chrome_app_settings__strings.grdp Sat Mar 18 00:41:39 2017 (r436368) +++ branches/2017Q1/www/chromium/files/patch-chrome_app_settings__strings.grdp Sat Mar 18 00:57:10 2017 (r436369) @@ -1,6 +1,6 @@ ---- chrome/app/settings_strings.grdp.orig 2017-02-02 02:02:48 UTC +--- chrome/app/settings_strings.grdp.orig 2017-03-09 20:04:27 UTC +++ chrome/app/settings_strings.grdp -@@ -178,7 +178,7 @@ +@@ -225,7 +225,7 @@ Themes @@ -9,7 +9,7 @@ *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-branches@freebsd.org Sat Mar 18 01:36:31 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 B0303D11B1D; Sat, 18 Mar 2017 01:36:31 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8830A18EA; Sat, 18 Mar 2017 01:36:31 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2I1aUKw051274; Sat, 18 Mar 2017 01:36:30 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2I1aU9A051271; Sat, 18 Mar 2017 01:36:30 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201703180136.v2I1aU9A051271@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sat, 18 Mar 2017 01:36:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r436373 - branches/2017Q1/www/tomcat6 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.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: Sat, 18 Mar 2017 01:36:31 -0000 Author: junovitch Date: Sat Mar 18 01:36:30 2017 New Revision: 436373 URL: https://svnweb.freebsd.org/changeset/ports/436373 Log: MFH: r436372 www/tomcat6: update 6.0.48 -> 6.0.51 PR: 215865 Approved by: ports-secteam (with hat) Security: CVE-2016-8745 Security: https://vuxml.FreeBSD.org/freebsd/e5ec2767-d529-11e6-ae1b-002590263bf5.html Modified: branches/2017Q1/www/tomcat6/Makefile branches/2017Q1/www/tomcat6/distinfo branches/2017Q1/www/tomcat6/pkg-plist Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/www/tomcat6/Makefile ============================================================================== --- branches/2017Q1/www/tomcat6/Makefile Sat Mar 18 01:35:43 2017 (r436372) +++ branches/2017Q1/www/tomcat6/Makefile Sat Mar 18 01:36:30 2017 (r436373) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tomcat -PORTVERSION= 6.0.48 +PORTVERSION= 6.0.51 CATEGORIES= www java MASTER_SITES= APACHE/tomcat/tomcat-6/v${PORTVERSION}/bin DISTNAME= apache-${PORTNAME}-${PORTVERSION} Modified: branches/2017Q1/www/tomcat6/distinfo ============================================================================== --- branches/2017Q1/www/tomcat6/distinfo Sat Mar 18 01:35:43 2017 (r436372) +++ branches/2017Q1/www/tomcat6/distinfo Sat Mar 18 01:36:30 2017 (r436373) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479347277 -SHA256 (apache-tomcat-6.0.48.tar.gz) = 6c2db06620e36f08921dfe94bcb3f04f511c055886f7286375455cf4907092f0 -SIZE (apache-tomcat-6.0.48.tar.gz) = 7085510 +TIMESTAMP = 1489799677 +SHA256 (apache-tomcat-6.0.51.tar.gz) = 8fe88622ba099110a5f6b85856af262a55f79e31700525fe0d2e961433b3a6b9 +SIZE (apache-tomcat-6.0.51.tar.gz) = 7105938 Modified: branches/2017Q1/www/tomcat6/pkg-plist ============================================================================== --- branches/2017Q1/www/tomcat6/pkg-plist Sat Mar 18 01:35:43 2017 (r436372) +++ branches/2017Q1/www/tomcat6/pkg-plist Sat Mar 18 01:36:30 2017 (r436373) @@ -42,8 +42,7 @@ %%T%%/temp/safeToDelete.tmp %%T%%/webapps/ROOT/RELEASE-NOTES.txt %%T%%/webapps/ROOT/WEB-INF/web.xml -%%T%%/webapps/ROOT/asf-logo-wide.gif -%%T%%/webapps/ROOT/build.xml +%%T%%/webapps/ROOT/asf-logo-wide.svg %%T%%/webapps/ROOT/favicon.ico %%T%%/webapps/ROOT/index.html %%T%%/webapps/ROOT/index.jsp @@ -133,13 +132,14 @@ %%T%%/webapps/docs/funcspecs/mbean-names.html %%T%%/webapps/docs/html-manager-howto.html %%T%%/webapps/docs/images/add.gif -%%T%%/webapps/docs/images/asf-logo.gif +%%T%%/webapps/docs/images/asf-logo.svg %%T%%/webapps/docs/images/code.gif %%T%%/webapps/docs/images/design.gif %%T%%/webapps/docs/images/docs.gif %%T%%/webapps/docs/images/fix.gif %%T%%/webapps/docs/images/printer.gif %%T%%/webapps/docs/images/tomcat.gif +%%T%%/webapps/docs/images/tomcat.png %%T%%/webapps/docs/images/tomcat.svg %%T%%/webapps/docs/images/update.gif %%T%%/webapps/docs/images/void.gif @@ -456,7 +456,7 @@ %%T%%/webapps/host-manager/WEB-INF/jsp/403.jsp %%T%%/webapps/host-manager/WEB-INF/web.xml %%T%%/webapps/host-manager/images/add.gif -%%T%%/webapps/host-manager/images/asf-logo.gif +%%T%%/webapps/host-manager/images/asf-logo.svg %%T%%/webapps/host-manager/images/code.gif %%T%%/webapps/host-manager/images/design.gif %%T%%/webapps/host-manager/images/docs.gif @@ -473,7 +473,7 @@ %%T%%/webapps/manager/WEB-INF/jsp/sessionsList.jsp %%T%%/webapps/manager/WEB-INF/web.xml %%T%%/webapps/manager/images/add.gif -%%T%%/webapps/manager/images/asf-logo.gif +%%T%%/webapps/manager/images/asf-logo.svg %%T%%/webapps/manager/images/code.gif %%T%%/webapps/manager/images/design.gif %%T%%/webapps/manager/images/docs.gif From owner-svn-ports-branches@freebsd.org Sat Mar 18 01:53:00 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 676AFD103A1; Sat, 18 Mar 2017 01:53:00 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 005141575; Sat, 18 Mar 2017 01:52:59 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2I1qxBV059763; Sat, 18 Mar 2017 01:52:59 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2I1qwsV059760; Sat, 18 Mar 2017 01:52:58 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201703180152.v2I1qwsV059760@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sat, 18 Mar 2017 01:52:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r436375 - branches/2017Q1/www/drupal8 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.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: Sat, 18 Mar 2017 01:53:00 -0000 Author: junovitch Date: Sat Mar 18 01:52:58 2017 New Revision: 436375 URL: https://svnweb.freebsd.org/changeset/ports/436375 Log: MFH: r432354 r435056 r436343 - Update to 8.2.7 Security: CVE-2017-6377 Security: CVE-2017-6379 Security: CVE-2017-6381 Security: 2730c668-0b1c-11e7-8d52-6cf0497db129 Approved by: ports-secteam (with hat) Modified: branches/2017Q1/www/drupal8/Makefile branches/2017Q1/www/drupal8/distinfo branches/2017Q1/www/drupal8/pkg-plist Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/www/drupal8/Makefile ============================================================================== --- branches/2017Q1/www/drupal8/Makefile Sat Mar 18 01:47:28 2017 (r436374) +++ branches/2017Q1/www/drupal8/Makefile Sat Mar 18 01:52:58 2017 (r436375) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drupal8 -PORTVERSION= 8.2.4 +PORTVERSION= 8.2.7 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} Modified: branches/2017Q1/www/drupal8/distinfo ============================================================================== --- branches/2017Q1/www/drupal8/distinfo Sat Mar 18 01:47:28 2017 (r436374) +++ branches/2017Q1/www/drupal8/distinfo Sat Mar 18 01:52:58 2017 (r436375) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481638188 -SHA256 (drupal/drupal-8.2.4.tar.gz) = 119bdd1e3ef592cd17efc318651d25e875d242708455ea9b3110dd5905a35d17 -SIZE (drupal/drupal-8.2.4.tar.gz) = 12051590 +TIMESTAMP = 1489759966 +SHA256 (drupal/drupal-8.2.7.tar.gz) = d56153161be782d2d843bf06a1559b902efc5bef8489c1578daa348efdfd1606 +SIZE (drupal/drupal-8.2.7.tar.gz) = 12090872 Modified: branches/2017Q1/www/drupal8/pkg-plist ============================================================================== --- branches/2017Q1/www/drupal8/pkg-plist Sat Mar 18 01:47:28 2017 (r436374) +++ branches/2017Q1/www/drupal8/pkg-plist Sat Mar 18 01:52:58 2017 (r436375) @@ -2572,6 +2572,7 @@ %%WWWDIR%%/core/modules/aggregator/src/Tests/FeedProcessorPluginTest.php %%WWWDIR%%/core/modules/aggregator/src/Tests/ImportOpmlTest.php %%WWWDIR%%/core/modules/aggregator/src/Tests/ItemCacheTagsTest.php +%%WWWDIR%%/core/modules/aggregator/src/Tests/Update/AggregatorUpdateTest.php %%WWWDIR%%/core/modules/aggregator/src/Tests/UpdateFeedItemTest.php %%WWWDIR%%/core/modules/aggregator/src/Tests/UpdateFeedTest.php %%WWWDIR%%/core/modules/aggregator/templates/aggregator-feed.html.twig @@ -2638,6 +2639,9 @@ %%WWWDIR%%/core/modules/basic_auth/src/PageCache/DisallowBasicAuthRequests.php %%WWWDIR%%/core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php %%WWWDIR%%/core/modules/basic_auth/src/Tests/BasicAuthTestTrait.php +%%WWWDIR%%/core/modules/basic_auth/tests/modules/basic_auth_test/basic_auth_test.info.yml +%%WWWDIR%%/core/modules/basic_auth/tests/modules/basic_auth_test/basic_auth_test.routing.yml +%%WWWDIR%%/core/modules/basic_auth/tests/modules/basic_auth_test/src/BasicAuthTestController.php %%WWWDIR%%/core/modules/big_pipe/big_pipe.info.yml %%WWWDIR%%/core/modules/big_pipe/big_pipe.libraries.yml %%WWWDIR%%/core/modules/big_pipe/big_pipe.module @@ -2837,6 +2841,7 @@ %%WWWDIR%%/core/modules/block_content/src/Tests/PageEditTest.php %%WWWDIR%%/core/modules/block_content/src/Tests/Views/BlockContentFieldFilterTest.php %%WWWDIR%%/core/modules/block_content/src/Tests/Views/BlockContentIntegrationTest.php +%%WWWDIR%%/core/modules/block_content/src/Tests/Views/BlockContentRedirectTest.php %%WWWDIR%%/core/modules/block_content/src/Tests/Views/BlockContentTestBase.php %%WWWDIR%%/core/modules/block_content/src/Tests/Views/FieldTypeTest.php %%WWWDIR%%/core/modules/block_content/src/Tests/Views/RevisionRelationshipsTest.php @@ -2846,6 +2851,7 @@ %%WWWDIR%%/core/modules/block_content/tests/modules/block_content_test/block_content_test.routing.yml %%WWWDIR%%/core/modules/block_content/tests/modules/block_content_test/config/install/block.block.foobargorilla.yml %%WWWDIR%%/core/modules/block_content/tests/modules/block_content_test_views/block_content_test_views.info.yml +%%WWWDIR%%/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_redirect_destination.yml %%WWWDIR%%/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_revision_id.yml %%WWWDIR%%/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_revision_revision_id.yml %%WWWDIR%%/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_view.yml @@ -3013,6 +3019,7 @@ %%WWWDIR%%/core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextualAndButton.php %%WWWDIR%%/core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaCss.php %%WWWDIR%%/core/modules/ckeditor/tests/modules/src/Plugin/Filter/TestAttributeFilter.php +%%WWWDIR%%/core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php %%WWWDIR%%/core/modules/ckeditor/tests/src/Kernel/Plugin/CKEditorPlugin/InternalTest.php %%WWWDIR%%/core/modules/ckeditor/tests/src/Unit/CKEditorPluginManagerTest.php %%WWWDIR%%/core/modules/ckeditor/tests/src/Unit/Plugin/CKEditorPlugin/LanguageTest.php @@ -3746,6 +3753,7 @@ %%WWWDIR%%/core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDefaultWidget.php %%WWWDIR%%/core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeWidgetBase.php %%WWWDIR%%/core/modules/datetime_range/src/Tests/DateRangeFieldTest.php +%%WWWDIR%%/core/modules/datetime_range/tests/src/Kernel/DateRangeItemTest.php %%WWWDIR%%/core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php %%WWWDIR%%/core/modules/dblog/config/install/dblog.settings.yml %%WWWDIR%%/core/modules/dblog/config/schema/dblog.schema.yml @@ -4270,6 +4278,7 @@ %%WWWDIR%%/core/modules/filter/filter.services.yml %%WWWDIR%%/core/modules/filter/migration_templates/d6_filter_format.yml %%WWWDIR%%/core/modules/filter/migration_templates/d7_filter_format.yml +%%WWWDIR%%/core/modules/filter/migration_templates/d7_filter_settings.yml %%WWWDIR%%/core/modules/filter/src/Annotation/Filter.php %%WWWDIR%%/core/modules/filter/src/Controller/FilterController.php %%WWWDIR%%/core/modules/filter/src/Element/ProcessedText.php @@ -4346,6 +4355,7 @@ %%WWWDIR%%/core/modules/filter/tests/src/Kernel/FilterSettingsTest.php %%WWWDIR%%/core/modules/filter/tests/src/Kernel/Migrate/d6/MigrateFilterFormatTest.php %%WWWDIR%%/core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterFormatTest.php +%%WWWDIR%%/core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterSettingsTest.php %%WWWDIR%%/core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterIdTest.php %%WWWDIR%%/core/modules/filter/tests/src/Kernel/Plugin/migrate/source/d6/FilterFormatTest.php %%WWWDIR%%/core/modules/filter/tests/src/Kernel/Plugin/migrate/source/d7/FilterFormatTest.php @@ -4639,6 +4649,7 @@ %%WWWDIR%%/core/modules/inline_form_errors/inline_form_errors.module %%WWWDIR%%/core/modules/inline_form_errors/src/FormErrorHandler.php %%WWWDIR%%/core/modules/inline_form_errors/src/InlineFormErrorsServiceProvider.php +%%WWWDIR%%/core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditorTest.php %%WWWDIR%%/core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php %%WWWDIR%%/core/modules/language/config/install/language.entity.en.yml %%WWWDIR%%/core/modules/language/config/install/language.entity.und.yml @@ -4979,7 +4990,6 @@ %%WWWDIR%%/core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php %%WWWDIR%%/core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/MenuLinkTest.php %%WWWDIR%%/core/modules/menu_link_content/tests/src/Unit/Plugin/migrate/process/LinkUriTest.php -%%WWWDIR%%/core/modules/menu_link_content/tests/src/Unit/Plugin/migrate/process/d7/InternalUriTest.php %%WWWDIR%%/core/modules/menu_ui/config/install/menu_ui.settings.yml %%WWWDIR%%/core/modules/menu_ui/config/schema/menu_ui.schema.yml %%WWWDIR%%/core/modules/menu_ui/css/menu_ui.admin.css @@ -5008,7 +5018,7 @@ %%WWWDIR%%/core/modules/menu_ui/src/Tests/MenuTest.php %%WWWDIR%%/core/modules/menu_ui/src/Tests/MenuUninstallTest.php %%WWWDIR%%/core/modules/menu_ui/src/Tests/MenuWebTestBase.php -%%WWWDIR%%/core/modules/menu_ui/tests/tests/src/Kernel/Migrate/MigrateMenuSettingsTest.php +%%WWWDIR%%/core/modules/menu_ui/tests/src/Kernel/Migrate/MigrateMenuSettingsTest.php %%WWWDIR%%/core/modules/migrate/migrate.api.php %%WWWDIR%%/core/modules/migrate/migrate.info.yml %%WWWDIR%%/core/modules/migrate/migrate.install @@ -5119,8 +5129,12 @@ %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_prepare_row_test/migrate_prepare_row_test.info.yml %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_prepare_row_test/migrate_prepare_row_test.module %%WWWDIR%%/core/modules/migrate/tests/modules/migrate_prepare_row_test/src/Plugin/migrate/process/TestSkipRowProcess.php +%%WWWDIR%%/core/modules/migrate/tests/modules/migrate_query_batch_test/migrate_query_batch_test.info.yml +%%WWWDIR%%/core/modules/migrate/tests/modules/migrate_query_batch_test/src/Plugin/migrate/source/QueryBatchTest.php +%%WWWDIR%%/core/modules/migrate/tests/src/Functional/process/DownloadFunctionalTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/HighWaterTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/MigrateBundleTest.php +%%WWWDIR%%/core/modules/migrate/tests/src/Kernel/MigrateConfigRollbackTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/MigrateDumpAlterInterface.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/MigrateEmbeddedDataTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/MigrateEntityContentBaseTest.php @@ -5138,6 +5152,7 @@ %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginConfigurationTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginListTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php +%%WWWDIR%%/core/modules/migrate/tests/src/Kernel/QueryBatchTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/SqlBaseTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/process/CopyFileTest.php %%WWWDIR%%/core/modules/migrate/tests/src/Kernel/process/DownloadTest.php @@ -5246,6 +5261,7 @@ %%WWWDIR%%/core/modules/migrate_drupal_ui/src/Tests/d6/files/tmp/some-temp-file.jpg %%WWWDIR%%/core/modules/migrate_drupal_ui/src/Tests/d7/MigrateUpgrade7Test.php %%WWWDIR%%/core/modules/migrate_drupal_ui/src/Tests/d7/files/sites/default/files/cube.jpeg +%%WWWDIR%%/core/modules/migrate_drupal_ui/src/Tests/d7/files/sites/default/files/ds9.txt %%WWWDIR%%/core/modules/node/config/install/core.entity_view_mode.node.full.yml %%WWWDIR%%/core/modules/node/config/install/core.entity_view_mode.node.rss.yml %%WWWDIR%%/core/modules/node/config/install/core.entity_view_mode.node.search_index.yml @@ -5585,6 +5601,8 @@ %%WWWDIR%%/core/modules/options/tests/src/Kernel/Views/OptionsListFilterTest.php %%WWWDIR%%/core/modules/options/tests/src/Kernel/Views/OptionsTestBase.php %%WWWDIR%%/core/modules/options/tests/src/Kernel/Views/ViewsDataTest.php +%%WWWDIR%%/core/modules/outside_in/css/offcanvas.css +%%WWWDIR%%/core/modules/outside_in/css/offcanvas.motion.css %%WWWDIR%%/core/modules/outside_in/css/outside_in.details.css %%WWWDIR%%/core/modules/outside_in/css/outside_in.form.css %%WWWDIR%%/core/modules/outside_in/css/outside_in.module.css @@ -5616,6 +5634,10 @@ %%WWWDIR%%/core/modules/outside_in/tests/modules/offcanvas_test/offcanvas_test.routing.yml %%WWWDIR%%/core/modules/outside_in/tests/modules/offcanvas_test/src/Controller/TestController.php %%WWWDIR%%/core/modules/outside_in/tests/modules/offcanvas_test/src/Plugin/Block/TestBlock.php +%%WWWDIR%%/core/modules/outside_in/tests/modules/outside_in_test_css/css/css_fix.theme.css +%%WWWDIR%%/core/modules/outside_in/tests/modules/outside_in_test_css/outside_in_test_css.info.yml +%%WWWDIR%%/core/modules/outside_in/tests/modules/outside_in_test_css/outside_in_test_css.libraries.yml +%%WWWDIR%%/core/modules/outside_in/tests/modules/outside_in_test_css/outside_in_test_css.module %%WWWDIR%%/core/modules/outside_in/tests/src/FunctionalJavascript/OffCanvasTest.php %%WWWDIR%%/core/modules/outside_in/tests/src/FunctionalJavascript/OutsideInBlockFormTest.php %%WWWDIR%%/core/modules/outside_in/tests/src/FunctionalJavascript/OutsideInJavascriptTestBase.php @@ -6192,6 +6214,7 @@ %%WWWDIR%%/core/modules/simpletest/src/Tests/SimpleTestTest.php %%WWWDIR%%/core/modules/simpletest/src/Tests/TimeZoneTest.php %%WWWDIR%%/core/modules/simpletest/src/Tests/UserHelpersTest.php +%%WWWDIR%%/core/modules/simpletest/src/Tests/WebTestBaseInstallTest.php %%WWWDIR%%/core/modules/simpletest/src/UserCreationTrait.php %%WWWDIR%%/core/modules/simpletest/src/WebAssert.php %%WWWDIR%%/core/modules/simpletest/src/WebTestBase.php @@ -6982,6 +7005,8 @@ %%WWWDIR%%/core/modules/system/tests/modules/entity_test_extra/entity_test_extra.module %%WWWDIR%%/core/modules/system/tests/modules/entity_test_operation/entity_test_operation.info.yml %%WWWDIR%%/core/modules/system/tests/modules/entity_test_operation/entity_test_operation.module +%%WWWDIR%%/core/modules/system/tests/modules/entity_test_third_party/config/schema/entity_test_third_party.schema.yml +%%WWWDIR%%/core/modules/system/tests/modules/entity_test_third_party/entity_test_third_party.info.yml %%WWWDIR%%/core/modules/system/tests/modules/error_service_test/error_service_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/error_service_test/error_service_test.routing.yml %%WWWDIR%%/core/modules/system/tests/modules/error_service_test/error_service_test.services.yml @@ -6995,6 +7020,9 @@ %%WWWDIR%%/core/modules/system/tests/modules/error_test/src/Controller/ErrorTestController.php %%WWWDIR%%/core/modules/system/tests/modules/experimental_module_dependency_test/experimental_module_dependency_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/experimental_module_dependency_test/experimental_module_dependency_test.module +%%WWWDIR%%/core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.install +%%WWWDIR%%/core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.module %%WWWDIR%%/core/modules/system/tests/modules/experimental_module_test/experimental_module_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/experimental_module_test/experimental_module_test.module %%WWWDIR%%/core/modules/system/tests/modules/form_test/config/schema/form_test.schema.yml @@ -7087,6 +7115,12 @@ %%WWWDIR%%/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/OperationBase.php %%WWWDIR%%/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php %%WWWDIR%%/core/modules/system/tests/modules/invalid_module_name_over_the_maximum_allowed_character_length/invalid_module_name_over_the_maximum_allowed_character_length.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/js_webassert_test/js/js_webassert_test.wait_for_ajax_request.js +%%WWWDIR%%/core/modules/system/tests/modules/js_webassert_test/js/js_webassert_test.wait_for_element.js +%%WWWDIR%%/core/modules/system/tests/modules/js_webassert_test/js_webassert_test.info.yml +%%WWWDIR%%/core/modules/system/tests/modules/js_webassert_test/js_webassert_test.libraries.yml +%%WWWDIR%%/core/modules/system/tests/modules/js_webassert_test/js_webassert_test.routing.yml +%%WWWDIR%%/core/modules/system/tests/modules/js_webassert_test/src/Form/JsWebAssertTestForm.php %%WWWDIR%%/core/modules/system/tests/modules/keyvalue_test/keyvalue_test.info.yml %%WWWDIR%%/core/modules/system/tests/modules/keyvalue_test/keyvalue_test.module %%WWWDIR%%/core/modules/system/tests/modules/link_generation_test/link_generation_test.info.yml @@ -7475,12 +7509,15 @@ %%WWWDIR%%/core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php %%WWWDIR%%/core/modules/taxonomy/src/Plugin/Field/FieldFormatter/EntityReferenceTaxonomyTermRssFormatter.php %%WWWDIR%%/core/modules/taxonomy/src/Plugin/migrate/D6TermNodeDeriver.php +%%WWWDIR%%/core/modules/taxonomy/src/Plugin/migrate/D7TaxonomyTermDeriver.php %%WWWDIR%%/core/modules/taxonomy/src/Plugin/migrate/cckfield/TaxonomyTermReference.php %%WWWDIR%%/core/modules/taxonomy/src/Plugin/migrate/source/Term.php +%%WWWDIR%%/core/modules/taxonomy/src/Plugin/migrate/source/d6/Term.php %%WWWDIR%%/core/modules/taxonomy/src/Plugin/migrate/source/d6/TermNode.php %%WWWDIR%%/core/modules/taxonomy/src/Plugin/migrate/source/d6/TermNodeRevision.php %%WWWDIR%%/core/modules/taxonomy/src/Plugin/migrate/source/d6/Vocabulary.php %%WWWDIR%%/core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyPerType.php +%%WWWDIR%%/core/modules/taxonomy/src/Plugin/migrate/source/d7/Term.php %%WWWDIR%%/core/modules/taxonomy/src/Plugin/migrate/source/d7/Vocabulary.php %%WWWDIR%%/core/modules/taxonomy/src/Plugin/views/argument/IndexTid.php %%WWWDIR%%/core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php @@ -7609,10 +7646,12 @@ %%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateNodeTaxonomyTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyTermTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyVocabularyTest.php -%%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/TermSourceWithVocabularyFilterTest.php -%%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/TermTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermNodeTest.php +%%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermSourceWithVocabularyFilterTest.php +%%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyTest.php +%%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermSourceWithVocabularyFilterTest.php +%%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/VocabularyTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php %%WWWDIR%%/core/modules/taxonomy/tests/src/Kernel/TermValidationTest.php @@ -8065,6 +8104,7 @@ %%WWWDIR%%/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_access_perm.yml %%WWWDIR%%/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_access_role.yml %%WWWDIR%%/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_field_permission.yml +%%WWWDIR%%/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_filter_current_user.yml %%WWWDIR%%/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_filter_permission.yml %%WWWDIR%%/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_groupwise_user.yml %%WWWDIR%%/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_plugin_argument_default_current_user.yml @@ -8125,6 +8165,7 @@ %%WWWDIR%%/core/modules/user/tests/src/Kernel/UserSaveStatusTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/UserValidationTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/Views/HandlerFieldPermissionTest.php +%%WWWDIR%%/core/modules/user/tests/src/Kernel/Views/HandlerFilterCurrentUserTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/Views/HandlerFilterPermissionTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/Views/HandlerFilterRolesTest.php %%WWWDIR%%/core/modules/user/tests/src/Kernel/Views/UserKernelTestBase.php @@ -8539,6 +8580,7 @@ %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_current_user.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_fixed.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_node.yml +%%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_query_param.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_dependency.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_validation.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_validator_term.yml @@ -9078,9 +9120,11 @@ %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Core/Session/SessionTest.php +%%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogPositionTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/EntityReference/EntityReferenceAutocompleteWidgetTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php %%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/JavascriptTestBase.php +%%WWWDIR%%/core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebAssertTest.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/Breadcrumb/Breadcrumb404Test.php %%WWWDIR%%/core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php @@ -9194,6 +9238,7 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityBundleFieldTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityFieldDefaultValueTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php @@ -9225,6 +9270,7 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Field/FieldAccessTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Field/FieldModuleUninstallValidatorTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php @@ -9581,6 +9627,7 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/EventSubscriber/PathRootsSubscriberTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/EventSubscriber/PsrResponseSubscriberTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/EventSubscriber/RssResponseRelativeUrlFilterTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/EventSubscriber/SpecialAttributesRouteSubscriberTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/DefaultConfigTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/Extension/ExtensionDiscoveryTest.php @@ -9740,6 +9787,7 @@ %%WWWDIR%%/core/tests/Drupal/Tests/Core/Site/SettingsTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php +%%WWWDIR%%/core/tests/Drupal/Tests/Core/StringTranslation/PluralTranslatableMarkupTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/StringTranslation/StringTranslationTraitTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php %%WWWDIR%%/core/tests/Drupal/Tests/Core/StringTranslation/TranslationManagerTest.php @@ -11076,6 +11124,7 @@ %%WWWDIR%%/vendor/symfony/console/composer.json %%WWWDIR%%/vendor/symfony/console/phpunit.xml.dist %%WWWDIR%%/vendor/symfony/debug/.gitignore +%%WWWDIR%%/vendor/symfony/debug/BufferingLogger.php %%WWWDIR%%/vendor/symfony/debug/CHANGELOG.md %%WWWDIR%%/vendor/symfony/debug/Debug.php %%WWWDIR%%/vendor/symfony/debug/DebugClassLoader.php @@ -11231,6 +11280,7 @@ %%WWWDIR%%/vendor/symfony/http-foundation/BinaryFileResponse.php %%WWWDIR%%/vendor/symfony/http-foundation/CHANGELOG.md %%WWWDIR%%/vendor/symfony/http-foundation/Cookie.php +%%WWWDIR%%/vendor/symfony/http-foundation/Exception/ConflictingHeadersException.php %%WWWDIR%%/vendor/symfony/http-foundation/ExpressionRequestMatcher.php %%WWWDIR%%/vendor/symfony/http-foundation/File/Exception/AccessDeniedException.php %%WWWDIR%%/vendor/symfony/http-foundation/File/Exception/FileException.php @@ -11358,6 +11408,7 @@ %%WWWDIR%%/vendor/symfony/http-kernel/EventListener/SurrogateListener.php %%WWWDIR%%/vendor/symfony/http-kernel/EventListener/TestSessionListener.php %%WWWDIR%%/vendor/symfony/http-kernel/EventListener/TranslatorListener.php +%%WWWDIR%%/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php %%WWWDIR%%/vendor/symfony/http-kernel/Exception/AccessDeniedHttpException.php %%WWWDIR%%/vendor/symfony/http-kernel/Exception/BadRequestHttpException.php %%WWWDIR%%/vendor/symfony/http-kernel/Exception/ConflictHttpException.php @@ -11428,69 +11479,69 @@ %%WWWDIR%%/vendor/symfony/polyfill-iconv/Iconv.php %%WWWDIR%%/vendor/symfony/polyfill-iconv/LICENSE %%WWWDIR%%/vendor/symfony/polyfill-iconv/README.md -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.big5.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp037.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1006.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1026.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp424.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp437.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp500.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp737.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp775.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp850.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp852.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp855.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp856.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp857.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp860.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp861.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp862.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp863.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp864.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp865.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp866.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp869.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp874.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp875.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp932.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp936.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp949.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp950.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-1.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-10.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-11.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-13.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-14.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-15.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-16.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-2.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-3.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-4.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-5.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-6.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-7.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-8.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-9.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-r.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-u.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.us-ascii.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1250.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1251.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1252.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1253.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1254.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1255.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1256.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1257.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1258.ser -%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/translit.ser +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.big5.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp037.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1006.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1026.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp424.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp437.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp500.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp737.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp775.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp850.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp852.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp855.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp856.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp857.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp860.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp861.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp862.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp863.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp864.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp865.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp866.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp869.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp874.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp875.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp932.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp936.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp949.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.cp950.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-1.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-10.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-11.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-13.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-14.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-15.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-16.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-2.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-3.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-4.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-5.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-6.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-7.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-8.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-9.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-r.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-u.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.us-ascii.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1250.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1251.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1252.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1253.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1254.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1255.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1256.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1257.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1258.php +%%WWWDIR%%/vendor/symfony/polyfill-iconv/Resources/charset/translit.php %%WWWDIR%%/vendor/symfony/polyfill-iconv/bootstrap.php %%WWWDIR%%/vendor/symfony/polyfill-iconv/composer.json %%WWWDIR%%/vendor/symfony/polyfill-mbstring/LICENSE %%WWWDIR%%/vendor/symfony/polyfill-mbstring/Mbstring.php %%WWWDIR%%/vendor/symfony/polyfill-mbstring/README.md -%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.ser -%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.ser +%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php +%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php %%WWWDIR%%/vendor/symfony/polyfill-mbstring/bootstrap.php %%WWWDIR%%/vendor/symfony/polyfill-mbstring/composer.json %%WWWDIR%%/vendor/symfony/polyfill-php54/LICENSE From owner-svn-ports-branches@freebsd.org Sat Mar 18 02:24: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 E4B01D110EA; Sat, 18 Mar 2017 02:24:58 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A289C6B2; Sat, 18 Mar 2017 02:24:58 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2I2Ovto072323; Sat, 18 Mar 2017 02:24:57 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2I2OvWK072315; Sat, 18 Mar 2017 02:24:57 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201703180224.v2I2OvWK072315@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sat, 18 Mar 2017 02:24:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r436377 - in branches/2017Q1/www: moodle29 moodle30 moodle31 moodle32 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.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: Sat, 18 Mar 2017 02:24:59 -0000 Author: junovitch Date: Sat Mar 18 02:24:56 2017 New Revision: 436377 URL: https://svnweb.freebsd.org/changeset/ports/436377 Log: MFH: r431045 r431057 (excluding www/py-django-crispy-forms) r436035 - Update moodle to 3.0.9, 3.1.5 and 3.2.2 - Adjust CONFLICTS - Mark DEPRECATED and adjust CONFLICTS (www/moodle29) Security: CVE-2017-2576 Security: CVE-2017-2578 Security: CVE-2016-10045 Security: https://vuxml.FreeBSD.org/freebsd/f72d98d1-0b7e-11e7-970f-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/df45b4bd-0b7f-11e7-970f-002590263bf5.html Approved by: ports-secteam (with hat) Modified: branches/2017Q1/www/moodle29/Makefile branches/2017Q1/www/moodle30/Makefile branches/2017Q1/www/moodle30/distinfo branches/2017Q1/www/moodle31/Makefile branches/2017Q1/www/moodle31/distinfo branches/2017Q1/www/moodle32/Makefile branches/2017Q1/www/moodle32/distinfo Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/www/moodle29/Makefile ============================================================================== --- branches/2017Q1/www/moodle29/Makefile Sat Mar 18 02:15:26 2017 (r436376) +++ branches/2017Q1/www/moodle29/Makefile Sat Mar 18 02:24:56 2017 (r436377) @@ -12,7 +12,10 @@ COMMENT= Course management system based LICENSE= GPLv3 -CONFLICTS= moodle32-3.2 moodle31-3.1.[0-9]* moodle30-3.0.[0-9]* +DEPRECATED= Upstream support EoL, please migrate to moodle32 +EXPIRATION_DATE= 2017-04-10 + +CONFLICTS= moodle32-3.2.[0-9]* moodle31-3.1.[0-9]* moodle30-3.0.[0-9]* USES= cpe tar:tgz USE_PHP= session gd pcre mbstring iconv tokenizer curl xml xmlrpc ctype \ Modified: branches/2017Q1/www/moodle30/Makefile ============================================================================== --- branches/2017Q1/www/moodle30/Makefile Sat Mar 18 02:15:26 2017 (r436376) +++ branches/2017Q1/www/moodle30/Makefile Sat Mar 18 02:24:56 2017 (r436377) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.0.7 +PORTVERSION= 3.0.9 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable30/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} @@ -12,7 +12,7 @@ COMMENT= Course management system based LICENSE= GPLv3 -CONFLICTS= moodle29-2.9.[0-9]* moodle31-3.1.[0-9]* moodle32-3.2 +CONFLICTS= moodle29-2.9.[0-9]* moodle31-3.1.[0-9]* moodle32-3.2.[0-9]* USES= cpe tar:tgz USE_PHP= ctype curl dom gd hash iconv intl json mbstring opcache \ Modified: branches/2017Q1/www/moodle30/distinfo ============================================================================== --- branches/2017Q1/www/moodle30/distinfo Sat Mar 18 02:15:26 2017 (r436376) +++ branches/2017Q1/www/moodle30/distinfo Sat Mar 18 02:24:56 2017 (r436377) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479194501 -SHA256 (moodle-3.0.7.tgz) = 6d4f97fd6f8431a8a79eb8d49bdaf54b197c667d7b6d6185c4d7e568d69092b0 -SIZE (moodle-3.0.7.tgz) = 38213543 +TIMESTAMP = 1489368895 +SHA256 (moodle-3.0.9.tgz) = 48786ee7bba47603843c405be91e4bcb269b3864e532425620c15d216d2c311b +SIZE (moodle-3.0.9.tgz) = 38216116 Modified: branches/2017Q1/www/moodle31/Makefile ============================================================================== --- branches/2017Q1/www/moodle31/Makefile Sat Mar 18 02:15:26 2017 (r436376) +++ branches/2017Q1/www/moodle31/Makefile Sat Mar 18 02:24:56 2017 (r436377) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.5 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable31/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} @@ -12,7 +12,7 @@ COMMENT= Course management system based LICENSE= GPLv3 -CONFLICTS= moodle29-2.9.[0-9]* moodle30-3.0.[0-9]* moodle32-3.2 +CONFLICTS= moodle29-2.9.[0-9]* moodle30-3.0.[0-9]* moodle32-3.2.[0-9]* USES= cpe tar:tgz USE_PHP= ctype curl dom gd hash iconv intl json mbstring opcache \ Modified: branches/2017Q1/www/moodle31/distinfo ============================================================================== --- branches/2017Q1/www/moodle31/distinfo Sat Mar 18 02:15:26 2017 (r436376) +++ branches/2017Q1/www/moodle31/distinfo Sat Mar 18 02:24:56 2017 (r436377) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479193633 -SHA256 (moodle-3.1.3.tgz) = c0a4924ef66000fc1ac203276260789a43aab6a88283a45f1ce01002370a8ab2 -SIZE (moodle-3.1.3.tgz) = 37558330 +TIMESTAMP = 1489368316 +SHA256 (moodle-3.1.5.tgz) = 48b685e52bc65b3cb78930cb1331abff2a0153f2ac6606ac2969ff6011315f7f +SIZE (moodle-3.1.5.tgz) = 37952408 Modified: branches/2017Q1/www/moodle32/Makefile ============================================================================== --- branches/2017Q1/www/moodle32/Makefile Sat Mar 18 02:15:26 2017 (r436376) +++ branches/2017Q1/www/moodle32/Makefile Sat Mar 18 02:24:56 2017 (r436377) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.2 +PORTVERSION= 3.2.2 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable32/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} Modified: branches/2017Q1/www/moodle32/distinfo ============================================================================== --- branches/2017Q1/www/moodle32/distinfo Sat Mar 18 02:15:26 2017 (r436376) +++ branches/2017Q1/www/moodle32/distinfo Sat Mar 18 02:24:56 2017 (r436377) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480905982 -SHA256 (moodle-3.2.tgz) = ae6dcfdc0d300bcba518f10be7978049f0c4e400b4f2e4420f3b31c011cbeb41 -SIZE (moodle-3.2.tgz) = 38923254 +TIMESTAMP = 1489367309 +SHA256 (moodle-3.2.2.tgz) = 7d520e781756a020314d913521a612e4a1b188b074eec043dc29e897f66585cb +SIZE (moodle-3.2.2.tgz) = 39465439 From owner-svn-ports-branches@freebsd.org Sat Mar 18 10:24:28 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 761D7D0EEF4; Sat, 18 Mar 2017 10:24:28 +0000 (UTC) (envelope-from mandree@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 4DFA7187D; Sat, 18 Mar 2017 10:24:28 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2IAORgg070143; Sat, 18 Mar 2017 10:24:27 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2IAORh1070139; Sat, 18 Mar 2017 10:24:27 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201703181024.v2IAORh1070139@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Sat, 18 Mar 2017 10:24:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r436390 - in branches/2017Q1/security/putty: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.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: Sat, 18 Mar 2017 10:24:28 -0000 Author: mandree Date: Sat Mar 18 10:24:26 2017 New Revision: 436390 URL: https://svnweb.freebsd.org/changeset/ports/436390 Log: MFH: r436313 r436321 r436323 Update to new upstream release 0.68 (security fixes) Additional minor updates on top of cy@'s patch (USE_GNOME, USE_XORG, LDFLAGS). ChangeLog: http://www.chiark.greenend.org.uk/~sgtatham/putty/changes.html [436321] Add forgotten patch for Linux -> BSD portability. [436323] Remove leftover files. The reference to these had been removed as of r184036 on 2007-02-03 already. Submitted by: cy@ Security: CVE-2017-6542 Security: 9b973e97-0a99-11e7-ace7-080027ef73ec Differential Revision: https://reviews.freebsd.org/D10023 Approved by: ports-secteam@ (junovitch@) Added: branches/2017Q1/security/putty/files/patch-unix__uxpgnt.c - copied unchanged from r436321, head/security/putty/files/patch-unix__uxpgnt.c Deleted: branches/2017Q1/security/putty/files/mbrtowc.c branches/2017Q1/security/putty/files/wcrtomb.c Modified: branches/2017Q1/security/putty/Makefile branches/2017Q1/security/putty/distinfo branches/2017Q1/security/putty/files/patch-Makefile.gtk Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/security/putty/Makefile ============================================================================== --- branches/2017Q1/security/putty/Makefile Sat Mar 18 10:11:22 2017 (r436389) +++ branches/2017Q1/security/putty/Makefile Sat Mar 18 10:24:26 2017 (r436390) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= putty -PORTVERSION= 0.67 +PORTVERSION= 0.68 CATEGORIES= security ipv6 MASTER_SITES= http://the.earth.li/~sgtatham/putty/${PORTVERSION}/ \ ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-latest/ @@ -31,9 +31,12 @@ CONFLICTS_INSTALL?= pssh-[0-9]* putty-no .include CFLAGS+= -DBSD_PTYS -DOMIT_UTMP -DIPV6 +LDFLAGS+= -Wl,--as-needed .if ${PORT_OPTIONS:MGTK2} && !defined(WITHOUT_X11) -USE_GNOME= gtk20 +USE_GNOME= cairo gdkpixbuf2 gtk20 +USE_XORG= x11 + PLIST_FILES+= bin/pterm bin/putty bin/puttytel PLIST_FILES+= man/man1/pterm.1.gz man/man1/putty.1.gz man/man1/puttytel.1.gz MAKE_ARGS+= PUTTY_WITH_GTK=yes GTK_CONFIG="pkg-config gtk+-2.0 x11 --cflags" Modified: branches/2017Q1/security/putty/distinfo ============================================================================== --- branches/2017Q1/security/putty/distinfo Sat Mar 18 10:11:22 2017 (r436389) +++ branches/2017Q1/security/putty/distinfo Sat Mar 18 10:24:26 2017 (r436390) @@ -1,2 +1,3 @@ -SHA256 (putty-0.67.tar.gz) = 80192458e8a46229de512afeca5c757dd8fce09606b3c992fbaeeee29b994a47 -SIZE (putty-0.67.tar.gz) = 1955547 +TIMESTAMP = 1489606314 +SHA256 (putty-0.68.tar.gz) = 7ba256f46e5a353cafe811ce7914d0e22a52bdfc0e6e2d183ad28b5af44cd09c +SIZE (putty-0.68.tar.gz) = 2114499 Modified: branches/2017Q1/security/putty/files/patch-Makefile.gtk ============================================================================== --- branches/2017Q1/security/putty/files/patch-Makefile.gtk Sat Mar 18 10:11:22 2017 (r436389) +++ branches/2017Q1/security/putty/files/patch-Makefile.gtk Sat Mar 18 10:24:26 2017 (r436390) @@ -1,27 +1,28 @@ ---- Makefile.gtk.orig 2015-02-28 15:33:27 UTC -+++ Makefile.gtk -@@ -110,7 +110,7 @@ GTK_CONFIG = sh -c 'pkg-config gtk+-2.0 +--- Makefile.gtk.orig 2017-03-16 02:47:16.000000000 +0000 ++++ Makefile.gtk 2017-03-16 02:47:16.000000000 +0000 +@@ -111,7 +111,7 @@ unexport CFLAGS # work around a weird issue with krb5-config -CFLAGS = -O2 -Wall -Werror -g -I.././ -I../charset/ -I../windows/ -I../unix/ \ +CFLAGS := $(CFLAGS) -Wall -Werror -I.././ -I../charset/ -I../windows/ -I../unix/ \ - -I../macosx/ $(shell $(GTK_CONFIG) --cflags) -D _FILE_OFFSET_BITS=64 + $(shell $(GTK_CONFIG) --cflags) -D _FILE_OFFSET_BITS=64 XLDFLAGS = $(LDFLAGS) $(shell $(GTK_CONFIG) --libs) ULDFLAGS = $(LDFLAGS) -@@ -137,7 +137,11 @@ man1dir=$(mandir)/man1 +@@ -138,8 +138,12 @@ .SUFFIXES: +ifdef PUTTY_WITH_GTK - all: plink pscp psftp pterm putty puttygen puttytel + all: cgtest fuzzterm osxlaunch pageant plink pscp psftp pterm ptermapp putty \ + puttyapp puttygen puttytel testbn +else +all: plink pscp psftp puttygen +endif - plink: be_all_s.o callback.o cmdline.o conf.o cproxy.o ldisc.o logging.o \ - misc.o noterm.o pgssapi.o pinger.o portfwd.o proxy.o raw.o \ -@@ -920,6 +924,8 @@ install: + cgtest: cgtest.o conf.o import.o misc.o notiming.o sshaes.o sshbcrypt.o \ + sshblowf.o sshbn.o sshdes.o sshdss.o sshdssg.o sshecc.o \ +@@ -1050,6 +1054,8 @@ $(INSTALL_PROGRAM) -m 755 plink $(DESTDIR)$(bindir)/plink $(INSTALL_PROGRAM) -m 755 pscp $(DESTDIR)$(bindir)/pscp $(INSTALL_PROGRAM) -m 755 psftp $(DESTDIR)$(bindir)/psftp @@ -30,7 +31,7 @@ $(INSTALL_PROGRAM) -m 755 pterm $(DESTDIR)$(bindir)/pterm if test -n "$(UTMP_GROUP)"; then \ chgrp $(UTMP_GROUP) $(DESTDIR)$(bindir)/pterm && \ -@@ -929,15 +935,17 @@ install: +@@ -1059,15 +1065,17 @@ chmod 4755 $(DESTDIR)$(bindir)/pterm; \ fi $(INSTALL_PROGRAM) -m 755 putty $(DESTDIR)$(bindir)/putty Copied: branches/2017Q1/security/putty/files/patch-unix__uxpgnt.c (from r436321, head/security/putty/files/patch-unix__uxpgnt.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q1/security/putty/files/patch-unix__uxpgnt.c Sat Mar 18 10:24:26 2017 (r436390, copy of r436321, head/security/putty/files/patch-unix__uxpgnt.c) @@ -0,0 +1,11 @@ +--- uxpgnt.c.orig 2017-03-16 03:33:18.000000000 +0000 ++++ uxpgnt.c 2017-03-16 03:33:18.000000000 +0000 +@@ -270,7 +270,7 @@ + /* Get out of our previous process group, to avoid being + * blasted by passing signals. But keep our controlling tty, + * so we can keep checking to see if we still have one. */ +- setpgrp(); ++ setpgrp(0,0); + } else { + /* Do that, but also leave our entire session and detach from + * the controlling tty (if any). */ From owner-svn-ports-branches@freebsd.org Sat Mar 18 13:06:54 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 EF387D126C1; Sat, 18 Mar 2017 13:06:54 +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 B7C991DF0; Sat, 18 Mar 2017 13:06:54 +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 v2ID6rnb037063; Sat, 18 Mar 2017 13:06:53 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2ID6rg3037059; Sat, 18 Mar 2017 13:06:53 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201703181306.v2ID6rg3037059@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 18 Mar 2017 13:06:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r436405 - in branches/2017Q1/www: firefox firefox-i18n X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.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: Sat, 18 Mar 2017 13:06:55 -0000 Author: jbeich Date: Sat Mar 18 13:06:53 2017 New Revision: 436405 URL: https://svnweb.freebsd.org/changeset/ports/436405 Log: MFH: r436347 www/firefox: update to 52.0.1 Changes: https://www.mozilla.org/firefox/52.0.1/releasenotes/ Changes: https://hg.mozilla.org/releases/mozilla-release/shortlog/ Approved by: ports-secteam (junovitch) Modified: branches/2017Q1/www/firefox-i18n/Makefile branches/2017Q1/www/firefox-i18n/distinfo branches/2017Q1/www/firefox/Makefile branches/2017Q1/www/firefox/distinfo Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/www/firefox-i18n/Makefile ============================================================================== --- branches/2017Q1/www/firefox-i18n/Makefile Sat Mar 18 13:06:42 2017 (r436404) +++ branches/2017Q1/www/firefox-i18n/Makefile Sat Mar 18 13:06:53 2017 (r436405) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 52.0 +PORTVERSION= 52.0.1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build2/linux-i686/xpi Modified: branches/2017Q1/www/firefox-i18n/distinfo ============================================================================== --- branches/2017Q1/www/firefox-i18n/distinfo Sat Mar 18 13:06:42 2017 (r436404) +++ branches/2017Q1/www/firefox-i18n/distinfo Sat Mar 18 13:06:53 2017 (r436405) @@ -1,179 +1,179 @@ -TIMESTAMP = 1488235265 -SHA256 (xpi/firefox-i18n-52.0/ach.xpi) = 3cbbcf4422b7789f28e3086ef788fc1a44db2f6a9ce4a5629a3d4c8287a3dcad -SIZE (xpi/firefox-i18n-52.0/ach.xpi) = 427636 -SHA256 (xpi/firefox-i18n-52.0/af.xpi) = fcf4684463e6476dd26686d7b7c6196fd1310a0df317fbcc88f9e9147d947864 -SIZE (xpi/firefox-i18n-52.0/af.xpi) = 436820 -SHA256 (xpi/firefox-i18n-52.0/an.xpi) = 78436260d053e966c9b663d26c72122bace217a56a15d181f551d45add1601d5 -SIZE (xpi/firefox-i18n-52.0/an.xpi) = 445139 -SHA256 (xpi/firefox-i18n-52.0/ar.xpi) = 95fa9333298e64c9c9943bcc455126a483d3904b5ade6810f2deed091234ed76 -SIZE (xpi/firefox-i18n-52.0/ar.xpi) = 473379 -SHA256 (xpi/firefox-i18n-52.0/as.xpi) = b66741a77e99c5021a7fa4e0e780223829ae53829a0947493f9fbbbf7f5319c2 -SIZE (xpi/firefox-i18n-52.0/as.xpi) = 486885 -SHA256 (xpi/firefox-i18n-52.0/ast.xpi) = 5ad2fbddf728a165e4b7434aa544bbc0b8e718d29fd813ec432573d2dd78e317 -SIZE (xpi/firefox-i18n-52.0/ast.xpi) = 440030 -SHA256 (xpi/firefox-i18n-52.0/az.xpi) = 811b652d13fea215dc1c94e74002a0fa1655a257c2dad122a47ce89eaa6c40bc -SIZE (xpi/firefox-i18n-52.0/az.xpi) = 454919 -SHA256 (xpi/firefox-i18n-52.0/bg.xpi) = 709755aa3a5b100e5cc1acd2a7feb18f8e0a6f8e2b632b5b3c0f90b0ad781c2e -SIZE (xpi/firefox-i18n-52.0/bg.xpi) = 487888 -SHA256 (xpi/firefox-i18n-52.0/bn-BD.xpi) = 433d795e02809300d24d5b391209457e96eaa9d636d63c03f22b38a706a7a382 -SIZE (xpi/firefox-i18n-52.0/bn-BD.xpi) = 511991 -SHA256 (xpi/firefox-i18n-52.0/bn-IN.xpi) = e5a2fa91eabece076fb0963ca6b4361c05ffa4b15dfd1763f6ba524c4ec01059 -SIZE (xpi/firefox-i18n-52.0/bn-IN.xpi) = 509372 -SHA256 (xpi/firefox-i18n-52.0/br.xpi) = b72bea1dcddc797e0c45e1dfa6b0a0fd77d845ac61afe14dd47d76dee4b01e7f -SIZE (xpi/firefox-i18n-52.0/br.xpi) = 435480 -SHA256 (xpi/firefox-i18n-52.0/bs.xpi) = ff83002b983a02a2a5b1775034124e8b1e7b16e6e944f571ea9c8042b19a24e7 -SIZE (xpi/firefox-i18n-52.0/bs.xpi) = 441780 -SHA256 (xpi/firefox-i18n-52.0/ca.xpi) = 73cb168de30734c68690e3ed12391342c5d4a7d5360d714a863b258ad06f8421 -SIZE (xpi/firefox-i18n-52.0/ca.xpi) = 443301 -SHA256 (xpi/firefox-i18n-52.0/cs.xpi) = 31f5687aa5084d04c46790654f23044569ffd19996f41d27e2bab464083fb3dc -SIZE (xpi/firefox-i18n-52.0/cs.xpi) = 444071 -SHA256 (xpi/firefox-i18n-52.0/cy.xpi) = a4db85bb05fc0b974ce735987b586cb90c42f1e1b4b02126d71f5b48341799e7 -SIZE (xpi/firefox-i18n-52.0/cy.xpi) = 436580 -SHA256 (xpi/firefox-i18n-52.0/da.xpi) = b7f06549c9ac38c4c27832cd5697f7c1303aef19e893b4a05c88c3e6efe58cb3 -SIZE (xpi/firefox-i18n-52.0/da.xpi) = 424390 -SHA256 (xpi/firefox-i18n-52.0/de.xpi) = 94d58d7e8173e55614f2fd203b02309000c21b121a9d114379c237b6a06e2329 -SIZE (xpi/firefox-i18n-52.0/de.xpi) = 442476 -SHA256 (xpi/firefox-i18n-52.0/dsb.xpi) = 2ff9d70cc9265842ef3c1867a6b5b9d082717607eff28c0968cd86741ff1037f -SIZE (xpi/firefox-i18n-52.0/dsb.xpi) = 459421 -SHA256 (xpi/firefox-i18n-52.0/el.xpi) = feabe455b70b2a3ac41da4f4149bc8eb49b0b0789ce22366a60742c26dd920ef -SIZE (xpi/firefox-i18n-52.0/el.xpi) = 516589 -SHA256 (xpi/firefox-i18n-52.0/en-GB.xpi) = 7fb581a3cbef3940067bd09edc0bc18c14a9e48ceeeea915982e3753d20ef771 -SIZE (xpi/firefox-i18n-52.0/en-GB.xpi) = 419321 -SHA256 (xpi/firefox-i18n-52.0/en-US.xpi) = b7a5d481c5f250a19ea17ff1e967d3e99b2b07dab8372463d4d3eaa4b38421e8 -SIZE (xpi/firefox-i18n-52.0/en-US.xpi) = 428627 -SHA256 (xpi/firefox-i18n-52.0/en-ZA.xpi) = 6bf4ffa1c7240975feaa8a71abf6a85d62386281e5ef66ee0feb7f6803685686 -SIZE (xpi/firefox-i18n-52.0/en-ZA.xpi) = 412209 -SHA256 (xpi/firefox-i18n-52.0/eo.xpi) = c776830c4c4b30ff789d2c86134194ccf6924e3f7695bb98618ab302c2837cc0 -SIZE (xpi/firefox-i18n-52.0/eo.xpi) = 437470 -SHA256 (xpi/firefox-i18n-52.0/es-AR.xpi) = 48a4bd97e2aaee0315e5243c56fb7c3a491c22ab25a79dc47e59ac3f0523525c -SIZE (xpi/firefox-i18n-52.0/es-AR.xpi) = 445922 -SHA256 (xpi/firefox-i18n-52.0/es-CL.xpi) = 1b369f6fb6bc6b503e1fcbf83a2a8f5e6e4d0f424996fe3dea2b99228890f196 -SIZE (xpi/firefox-i18n-52.0/es-CL.xpi) = 445673 -SHA256 (xpi/firefox-i18n-52.0/es-ES.xpi) = fa98cce058736cddb439aeb28bf7324c03366089503d7075fa4b627b028f54ca -SIZE (xpi/firefox-i18n-52.0/es-ES.xpi) = 344873 -SHA256 (xpi/firefox-i18n-52.0/es-MX.xpi) = c10eb860a82220b37e656a7a4c51115c5e30956ee838c1aee9b75c8e0eaa1482 -SIZE (xpi/firefox-i18n-52.0/es-MX.xpi) = 448381 -SHA256 (xpi/firefox-i18n-52.0/et.xpi) = 7f2f4a5f20445a84c1e81657e6912ea10fbc82903c3e62f9e4f3ed6a6adc38a4 -SIZE (xpi/firefox-i18n-52.0/et.xpi) = 425110 -SHA256 (xpi/firefox-i18n-52.0/eu.xpi) = cb482735ccbfdb1c882f8de5b46fce92254e1873dbb38959220e646381130549 -SIZE (xpi/firefox-i18n-52.0/eu.xpi) = 438475 -SHA256 (xpi/firefox-i18n-52.0/fa.xpi) = 4f48ed709c82ad98ea5c0e7d3620eb5376a07d5ca7d94e9fee7c96ff7ed3040b -SIZE (xpi/firefox-i18n-52.0/fa.xpi) = 491341 -SHA256 (xpi/firefox-i18n-52.0/ff.xpi) = c4f5f351abb7ea25109ef0d60d9c3cca0d22884263d2b44f932e91c40dc6a2d9 -SIZE (xpi/firefox-i18n-52.0/ff.xpi) = 440924 -SHA256 (xpi/firefox-i18n-52.0/fi.xpi) = 20646e6250569d948e84622c7c9023dba780f3c69d7f1fc109b96feb450a9761 -SIZE (xpi/firefox-i18n-52.0/fi.xpi) = 430056 -SHA256 (xpi/firefox-i18n-52.0/fr.xpi) = fe61890275424ed0837e3c8f0541005281b66db64695b6c58bb88c413eca9ce6 -SIZE (xpi/firefox-i18n-52.0/fr.xpi) = 450207 -SHA256 (xpi/firefox-i18n-52.0/fy-NL.xpi) = db6aa16a44912bcfa3412db2090f501197286231863b76572ec27ac5dbce68fb -SIZE (xpi/firefox-i18n-52.0/fy-NL.xpi) = 444967 -SHA256 (xpi/firefox-i18n-52.0/ga-IE.xpi) = 684a72d30d1d58f80bbfa40516ec125badedf85793fbb37ed51ee5c26cbf76f4 -SIZE (xpi/firefox-i18n-52.0/ga-IE.xpi) = 458162 -SHA256 (xpi/firefox-i18n-52.0/gd.xpi) = 71881534ee499dd440c271edb3bd9f1e508ee3b5d24d24b1bb71ea9f5b284c43 -SIZE (xpi/firefox-i18n-52.0/gd.xpi) = 447264 -SHA256 (xpi/firefox-i18n-52.0/gl.xpi) = 43ef6180ba6b13f29406231f820f13dc6044138bc9308419b981838fc12cf244 -SIZE (xpi/firefox-i18n-52.0/gl.xpi) = 447292 -SHA256 (xpi/firefox-i18n-52.0/gn.xpi) = 20c34d2d25a8e24bafe71313870f56ce35827e9b17d3fc57a9ece6eb7efc5778 -SIZE (xpi/firefox-i18n-52.0/gn.xpi) = 456211 -SHA256 (xpi/firefox-i18n-52.0/gu-IN.xpi) = 92fe2775b244c1e02af6e65b26b0081538366c019bc6cae4be0b0cd83de002dd -SIZE (xpi/firefox-i18n-52.0/gu-IN.xpi) = 489360 -SHA256 (xpi/firefox-i18n-52.0/he.xpi) = 3c796b5a1fe2fddb8d50f808329977bb93363dfff6935b26e271c9b8aed23bf8 -SIZE (xpi/firefox-i18n-52.0/he.xpi) = 455278 -SHA256 (xpi/firefox-i18n-52.0/hi-IN.xpi) = 8add42335e4ba75e98b6aa228f88d41a0dd803c75621666b12f43f89a5b986cb -SIZE (xpi/firefox-i18n-52.0/hi-IN.xpi) = 506515 -SHA256 (xpi/firefox-i18n-52.0/hr.xpi) = 60b5548a5c352ff9fb9d6854d28d857415657c3d5a0c7439255a466bfdd560b2 -SIZE (xpi/firefox-i18n-52.0/hr.xpi) = 447500 -SHA256 (xpi/firefox-i18n-52.0/hsb.xpi) = 82ac035db1fab91141971f6d02df5d895959164489a666fabc0d248323c25cd2 -SIZE (xpi/firefox-i18n-52.0/hsb.xpi) = 457255 -SHA256 (xpi/firefox-i18n-52.0/hu.xpi) = 21302994edf657035817e7e47c29011a20d06578283bdd0050b3c2cc50d42c6f -SIZE (xpi/firefox-i18n-52.0/hu.xpi) = 451493 -SHA256 (xpi/firefox-i18n-52.0/hy-AM.xpi) = 0c282eae390a992f1e94a96cb74cab3b9692f91d8fcf1d03fbc5e3fa2babd545 -SIZE (xpi/firefox-i18n-52.0/hy-AM.xpi) = 495770 -SHA256 (xpi/firefox-i18n-52.0/id.xpi) = a00004dda0e17fe82535e44ec498be8e5074b019a0f72896c931f0521957d8b0 -SIZE (xpi/firefox-i18n-52.0/id.xpi) = 426021 -SHA256 (xpi/firefox-i18n-52.0/is.xpi) = 144f666efa1367714acc058781cb104af51957375ea2a11f536d8d74007e6753 -SIZE (xpi/firefox-i18n-52.0/is.xpi) = 442690 -SHA256 (xpi/firefox-i18n-52.0/it.xpi) = 8585ce8f41462998863d1fa486def6fd8875d64f4335abedd8f2afb85602969a -SIZE (xpi/firefox-i18n-52.0/it.xpi) = 339218 -SHA256 (xpi/firefox-i18n-52.0/ja.xpi) = 51936f803cdfa6c47353d63b053a59d2e9ce67fbce3d2a59c063a3465e956d3f -SIZE (xpi/firefox-i18n-52.0/ja.xpi) = 488340 -SHA256 (xpi/firefox-i18n-52.0/kk.xpi) = 3ed27bb2ce0547f6c7c8f83e1be7cb83e054406e042c33ef607df6d5a364f0bf -SIZE (xpi/firefox-i18n-52.0/kk.xpi) = 496936 -SHA256 (xpi/firefox-i18n-52.0/km.xpi) = c0a8d9abea5d22b2f3dc613a3bd07a6b007a795c938dbce6caa3efd14cf94f43 -SIZE (xpi/firefox-i18n-52.0/km.xpi) = 520341 -SHA256 (xpi/firefox-i18n-52.0/kn.xpi) = c3a6d1e0ef0649ca5c653dbba85bdfca1a2cbbe02f09de86ffd91fce371b28ab -SIZE (xpi/firefox-i18n-52.0/kn.xpi) = 519452 -SHA256 (xpi/firefox-i18n-52.0/ko.xpi) = 59e9bc347be988faf6828ecacb8176f625e4e55230fcfcb168246ae69495d80c -SIZE (xpi/firefox-i18n-52.0/ko.xpi) = 463627 -SHA256 (xpi/firefox-i18n-52.0/lij.xpi) = 8832e70d6527c02516b6ec7f218fa257088c711a8ced0c82b8fd29e499e35b73 -SIZE (xpi/firefox-i18n-52.0/lij.xpi) = 421067 -SHA256 (xpi/firefox-i18n-52.0/lt.xpi) = 199fe4661af40d7a45a7aec4d9bafa38d42dc5ef54bf0a74bd94cd45f47ecc86 -SIZE (xpi/firefox-i18n-52.0/lt.xpi) = 452233 -SHA256 (xpi/firefox-i18n-52.0/lv.xpi) = d517cb0b639246b8e5de0acc8d67c98e0cb13bbff065241b750bee101180faff -SIZE (xpi/firefox-i18n-52.0/lv.xpi) = 448447 -SHA256 (xpi/firefox-i18n-52.0/mai.xpi) = 69ded775bde17871ceda765367a117a83507b96766aca449aa53545b76725143 -SIZE (xpi/firefox-i18n-52.0/mai.xpi) = 499837 -SHA256 (xpi/firefox-i18n-52.0/mk.xpi) = 98857fa0d0ee508c8f3b1671ab28a9cecfccb74d9e29f464debc96ef5b141120 -SIZE (xpi/firefox-i18n-52.0/mk.xpi) = 496196 -SHA256 (xpi/firefox-i18n-52.0/ml.xpi) = 202200292cfeda1f2bb3707d0571173fc53508da23ec7dd264376dbcef21ffc1 -SIZE (xpi/firefox-i18n-52.0/ml.xpi) = 516483 -SHA256 (xpi/firefox-i18n-52.0/mr.xpi) = 5fce2e7f647b391becd55c2cb2dbc9ff3fe0ae8d9fb691bd225f29ee123a88b1 -SIZE (xpi/firefox-i18n-52.0/mr.xpi) = 502428 -SHA256 (xpi/firefox-i18n-52.0/ms.xpi) = 7629049a8a35248b3b97d3cec97f359e0547aac09f1f95699840c621a37866a8 -SIZE (xpi/firefox-i18n-52.0/ms.xpi) = 435987 -SHA256 (xpi/firefox-i18n-52.0/nb-NO.xpi) = c4b752feac174081c9faf05c49b504a1b4040118d8b162f8975285d950be3903 -SIZE (xpi/firefox-i18n-52.0/nb-NO.xpi) = 434408 -SHA256 (xpi/firefox-i18n-52.0/nl.xpi) = 560cfb8a281d6ae1bb6f21e57196604d20e95206395eba74d7cb09ac5ec39e9e -SIZE (xpi/firefox-i18n-52.0/nl.xpi) = 432004 -SHA256 (xpi/firefox-i18n-52.0/nn-NO.xpi) = db5f957188bee2039f9041c57c5183474f9863490395002d3d2be5b595b81253 -SIZE (xpi/firefox-i18n-52.0/nn-NO.xpi) = 428641 -SHA256 (xpi/firefox-i18n-52.0/or.xpi) = a943ce941a1d000d80b7fad146070e754a5000a311fd7359fdd38bfe9e155c89 -SIZE (xpi/firefox-i18n-52.0/or.xpi) = 496913 -SHA256 (xpi/firefox-i18n-52.0/pa-IN.xpi) = 5f822cf59bbfc93c3c3b3525d19a316b062248ad61f03da3f9c34d3e8600dee7 -SIZE (xpi/firefox-i18n-52.0/pa-IN.xpi) = 476584 -SHA256 (xpi/firefox-i18n-52.0/pl.xpi) = d27c4526f818c18f54d79626b456ca1a051a94a0f57cd3ed16600f39ecc3c318 -SIZE (xpi/firefox-i18n-52.0/pl.xpi) = 352849 -SHA256 (xpi/firefox-i18n-52.0/pt-BR.xpi) = 65ab415fb4bc953a3ef4e6647daed7548b5d35c8f98cc1f0da38c44eb9009ca5 -SIZE (xpi/firefox-i18n-52.0/pt-BR.xpi) = 438166 -SHA256 (xpi/firefox-i18n-52.0/pt-PT.xpi) = 73d3309d4ab26bd0c3f50985a367aabd90e573d883ebdac9badd37fbeeeb3eee -SIZE (xpi/firefox-i18n-52.0/pt-PT.xpi) = 436723 -SHA256 (xpi/firefox-i18n-52.0/rm.xpi) = 0c0c043cd190983b6729afa847c229f6a83467335e09653a6304fbeaa167bdb9 -SIZE (xpi/firefox-i18n-52.0/rm.xpi) = 434604 -SHA256 (xpi/firefox-i18n-52.0/ro.xpi) = a88faf248640285f31f9d6734dd1c1af6536a9780680c6eb6e3f8c12c11e3cc4 -SIZE (xpi/firefox-i18n-52.0/ro.xpi) = 449934 -SHA256 (xpi/firefox-i18n-52.0/ru.xpi) = 6fcc516b09f2cca47ac5dd3108bd819357fdb9555c94a74f00f2e3b268418f92 -SIZE (xpi/firefox-i18n-52.0/ru.xpi) = 395361 -SHA256 (xpi/firefox-i18n-52.0/si.xpi) = ca8e11d3d1c14ebed7e328bdb593765b6f71140d9cb173fd11e76520dd52b89a -SIZE (xpi/firefox-i18n-52.0/si.xpi) = 491956 -SHA256 (xpi/firefox-i18n-52.0/sk.xpi) = fe947ccd6a25968b1422974b16892f4ddcb208769294c8634cb55adf491cf6cd -SIZE (xpi/firefox-i18n-52.0/sk.xpi) = 455815 -SHA256 (xpi/firefox-i18n-52.0/sl.xpi) = 24fbfb12d60604640533ac0073c36a1f956da2a1ae9853bc8ce88544e16e0b75 -SIZE (xpi/firefox-i18n-52.0/sl.xpi) = 433480 -SHA256 (xpi/firefox-i18n-52.0/son.xpi) = b67823f59a936ffa80ad8d99ebc583844ab888f18cfb968ea4d22cc1c49a16d6 -SIZE (xpi/firefox-i18n-52.0/son.xpi) = 435125 -SHA256 (xpi/firefox-i18n-52.0/sq.xpi) = ac1137b10f8280a73eea91be59fd8176b9be9d8bf18dffb6887be0330812f898 -SIZE (xpi/firefox-i18n-52.0/sq.xpi) = 448154 -SHA256 (xpi/firefox-i18n-52.0/sr.xpi) = 997f428456718f37919c2dd5a32bece00e9ac4d8bce29a07d5c6e1c0d5baa6fe -SIZE (xpi/firefox-i18n-52.0/sr.xpi) = 463390 -SHA256 (xpi/firefox-i18n-52.0/sv-SE.xpi) = 09cda0230d06867a0332e12d0cf7e1dded0412aaca5493d1f671c25f917f31d5 -SIZE (xpi/firefox-i18n-52.0/sv-SE.xpi) = 441178 -SHA256 (xpi/firefox-i18n-52.0/ta.xpi) = 8eac60c6ffed27d9ef9335722b105737a6848a953852bd64a77d06bcda810d79 -SIZE (xpi/firefox-i18n-52.0/ta.xpi) = 494795 -SHA256 (xpi/firefox-i18n-52.0/te.xpi) = 0af427eb3a234fc167b34c316426da0a0463670cc7295a4b4e8619e28b593dbf -SIZE (xpi/firefox-i18n-52.0/te.xpi) = 515237 -SHA256 (xpi/firefox-i18n-52.0/th.xpi) = 2cb0ae512a2f1f730be13a7bd6856c0c8d2113353281243a8489455a45ac8e56 -SIZE (xpi/firefox-i18n-52.0/th.xpi) = 489375 -SHA256 (xpi/firefox-i18n-52.0/tr.xpi) = 50b719beae4712e1981fe5fd1f8cd15df81217d6a7036e20cebd8435ebc3c02b -SIZE (xpi/firefox-i18n-52.0/tr.xpi) = 443670 -SHA256 (xpi/firefox-i18n-52.0/uk.xpi) = 83e43d7f26727940de5e3ae400eb4a2a8f425a24a183b0c0d952208cba172468 -SIZE (xpi/firefox-i18n-52.0/uk.xpi) = 495091 -SHA256 (xpi/firefox-i18n-52.0/uz.xpi) = 946b81ca738ca75b2d2407842c8d969e85832e30ce8280c4ef485b334cca7949 -SIZE (xpi/firefox-i18n-52.0/uz.xpi) = 447913 -SHA256 (xpi/firefox-i18n-52.0/vi.xpi) = 00ffdeb1d95c1bbcead080c6126c2a75155c4ffc3df0039ddd1b536eb4918aef -SIZE (xpi/firefox-i18n-52.0/vi.xpi) = 450802 -SHA256 (xpi/firefox-i18n-52.0/xh.xpi) = f3d57861c64f59c4250ff5450b9386e8ef96676783aa9828f688cc261eb864a6 -SIZE (xpi/firefox-i18n-52.0/xh.xpi) = 441169 -SHA256 (xpi/firefox-i18n-52.0/zh-CN.xpi) = 9c7347fd70d7b554670c2408dd1509cbe30a7b6a11ae4597278b6bf9cdeedc23 -SIZE (xpi/firefox-i18n-52.0/zh-CN.xpi) = 461691 -SHA256 (xpi/firefox-i18n-52.0/zh-TW.xpi) = 8ade0de0ee62fc690328b56866ec33137a77989d588071bb453bce5e6a938379 -SIZE (xpi/firefox-i18n-52.0/zh-TW.xpi) = 472530 +TIMESTAMP = 1489752281 +SHA256 (xpi/firefox-i18n-52.0.1/ach.xpi) = 029fc0651bd93f0cda2212c6c77dfdec492fe67c3e906719e08c0568c7910871 +SIZE (xpi/firefox-i18n-52.0.1/ach.xpi) = 427638 +SHA256 (xpi/firefox-i18n-52.0.1/af.xpi) = 2b2f70e6597ff17f73ff58de203aebcc95b96c0a342cd9197ec58019153ccf4a +SIZE (xpi/firefox-i18n-52.0.1/af.xpi) = 436821 +SHA256 (xpi/firefox-i18n-52.0.1/an.xpi) = 20f2c073d1732638c52be2da43fcd2edfac05bc638bacbb1e1716d48866d9d8f +SIZE (xpi/firefox-i18n-52.0.1/an.xpi) = 445141 +SHA256 (xpi/firefox-i18n-52.0.1/ar.xpi) = 806a2305ef2d58af3aa2d4b292f0039c01a4ec0cf49fbf348cbb0e8f07b68e62 +SIZE (xpi/firefox-i18n-52.0.1/ar.xpi) = 473379 +SHA256 (xpi/firefox-i18n-52.0.1/as.xpi) = db8aaa8e13d1c2c4dab50c560b350b5eb2bc76b7958006d14e61f0fe7a6558ac +SIZE (xpi/firefox-i18n-52.0.1/as.xpi) = 486886 +SHA256 (xpi/firefox-i18n-52.0.1/ast.xpi) = e2ff07c3e417d6af301e76e440a2b57714e184f0205112afa62931c8fa29a0b1 +SIZE (xpi/firefox-i18n-52.0.1/ast.xpi) = 440030 +SHA256 (xpi/firefox-i18n-52.0.1/az.xpi) = 17dee736d55dec2102d62b64643762b0083cd1e55200aabad30babcf5d2b010e +SIZE (xpi/firefox-i18n-52.0.1/az.xpi) = 454920 +SHA256 (xpi/firefox-i18n-52.0.1/bg.xpi) = 0a6fedbcf892eb6cb4c6359020806c35e59298649615aba716a25d956b1281d9 +SIZE (xpi/firefox-i18n-52.0.1/bg.xpi) = 487890 +SHA256 (xpi/firefox-i18n-52.0.1/bn-BD.xpi) = 42a4045e469612b95dfeab4fbba13e98829c7d9c55480adfffbcb5aead3f2377 +SIZE (xpi/firefox-i18n-52.0.1/bn-BD.xpi) = 511992 +SHA256 (xpi/firefox-i18n-52.0.1/bn-IN.xpi) = 8d249fbac3a3b8d56ce66cff77ddf3fdfb25f689d883e02844a703605fa0086b +SIZE (xpi/firefox-i18n-52.0.1/bn-IN.xpi) = 509373 +SHA256 (xpi/firefox-i18n-52.0.1/br.xpi) = 1554f631bfa5c4fe588ecaad23676fb31b9bdb00552268d26cc8ef1a3ace1bd2 +SIZE (xpi/firefox-i18n-52.0.1/br.xpi) = 435482 +SHA256 (xpi/firefox-i18n-52.0.1/bs.xpi) = 99ae42ef55232f3797d6ae67b04e91685ff1ba3cbd3da20914e6a34abc7ef9e3 +SIZE (xpi/firefox-i18n-52.0.1/bs.xpi) = 441781 +SHA256 (xpi/firefox-i18n-52.0.1/ca.xpi) = 0b0516aebf670a9e120c53feda203906045c7ef00d924eddc606ac6a0bcd7b3f +SIZE (xpi/firefox-i18n-52.0.1/ca.xpi) = 443303 +SHA256 (xpi/firefox-i18n-52.0.1/cs.xpi) = a9e9fdd4897283cb0b75015545deece987bda2d27198460e266413d28c1f84d3 +SIZE (xpi/firefox-i18n-52.0.1/cs.xpi) = 444072 +SHA256 (xpi/firefox-i18n-52.0.1/cy.xpi) = 5e9898b2572ce9f6db692d619a833932d82cd5b4af99bd5d5456dc875e88fd05 +SIZE (xpi/firefox-i18n-52.0.1/cy.xpi) = 436582 +SHA256 (xpi/firefox-i18n-52.0.1/da.xpi) = 660f4749c900c493740544f431511660591cc2ed5d66228fe0eb299b7e9183b6 +SIZE (xpi/firefox-i18n-52.0.1/da.xpi) = 424391 +SHA256 (xpi/firefox-i18n-52.0.1/de.xpi) = bebec37753c90e4f6da1a9c381721ca2c5e3cb99b75dcacec4595f8f54abe61b +SIZE (xpi/firefox-i18n-52.0.1/de.xpi) = 442477 +SHA256 (xpi/firefox-i18n-52.0.1/dsb.xpi) = a2193543beed2889e00ca0835775f455610d7b70fc81b886c96bb4a2b29d911b +SIZE (xpi/firefox-i18n-52.0.1/dsb.xpi) = 459422 +SHA256 (xpi/firefox-i18n-52.0.1/el.xpi) = b0976e2521435920281baee7a263d38919ee1e85aadfec6fd299598f1399435e +SIZE (xpi/firefox-i18n-52.0.1/el.xpi) = 516590 +SHA256 (xpi/firefox-i18n-52.0.1/en-GB.xpi) = f614754ccad18c5c1b43b11d7fe9d57ccc63065d6154fa3989941e9466291b9d +SIZE (xpi/firefox-i18n-52.0.1/en-GB.xpi) = 419322 +SHA256 (xpi/firefox-i18n-52.0.1/en-US.xpi) = f8a88161c0f48f53e622baae968d45e494575b8120bcb97e215d0f8110ed6bb0 +SIZE (xpi/firefox-i18n-52.0.1/en-US.xpi) = 428628 +SHA256 (xpi/firefox-i18n-52.0.1/en-ZA.xpi) = f7dd7d7f71c38e62a30c44ca09d6e5817a78e0b0876582f424d7d20c7367453a +SIZE (xpi/firefox-i18n-52.0.1/en-ZA.xpi) = 412210 +SHA256 (xpi/firefox-i18n-52.0.1/eo.xpi) = 8f03d509f1d1a3e1536e080d271c4324907076c621185b3ce132e95d165cbcd1 +SIZE (xpi/firefox-i18n-52.0.1/eo.xpi) = 437472 +SHA256 (xpi/firefox-i18n-52.0.1/es-AR.xpi) = fc118fd2a50af7f319922efd373a8f19de8f4a8ad94c9454a1545ac7cb7aa880 +SIZE (xpi/firefox-i18n-52.0.1/es-AR.xpi) = 445924 +SHA256 (xpi/firefox-i18n-52.0.1/es-CL.xpi) = 178e9e7b7294a95a27d33ab2dd2aefa5c999177cf544d52a92a4390b2676a593 +SIZE (xpi/firefox-i18n-52.0.1/es-CL.xpi) = 445675 +SHA256 (xpi/firefox-i18n-52.0.1/es-ES.xpi) = a0f8baeb912fea594d6ea326121332f9f5ddbfc1f4b28b0035cb424d728d14b9 +SIZE (xpi/firefox-i18n-52.0.1/es-ES.xpi) = 344875 +SHA256 (xpi/firefox-i18n-52.0.1/es-MX.xpi) = d010031917b43953cd0e9447dc82b24ab34b0b503193d9b1b1e81684482fb5e3 +SIZE (xpi/firefox-i18n-52.0.1/es-MX.xpi) = 448382 +SHA256 (xpi/firefox-i18n-52.0.1/et.xpi) = 4c8fc2cb9fd9b36b6f06c8caa119595d3431e6be851a23a1673665d0bbd9bcea +SIZE (xpi/firefox-i18n-52.0.1/et.xpi) = 425112 +SHA256 (xpi/firefox-i18n-52.0.1/eu.xpi) = 64d76452d928ce5767e3235b949b9f642d8c80b3d583d9ee42fb1dbe2855d0a2 +SIZE (xpi/firefox-i18n-52.0.1/eu.xpi) = 438477 +SHA256 (xpi/firefox-i18n-52.0.1/fa.xpi) = 28d4a27a5925c20444b2ed7a479a515f816139bcbe0a62f5cba1871638d48c2f +SIZE (xpi/firefox-i18n-52.0.1/fa.xpi) = 491343 +SHA256 (xpi/firefox-i18n-52.0.1/ff.xpi) = 0ff65d4bdd368018629878cad89af032ca81fb4581fefc99e916ec276793f5a5 +SIZE (xpi/firefox-i18n-52.0.1/ff.xpi) = 440926 +SHA256 (xpi/firefox-i18n-52.0.1/fi.xpi) = 058ea4aac890057c4690ae563c31aeb212f9e08599eeb0e486ae5c443ebb1783 +SIZE (xpi/firefox-i18n-52.0.1/fi.xpi) = 430058 +SHA256 (xpi/firefox-i18n-52.0.1/fr.xpi) = 64c3f07e51db65496610165dd462b5f7f635a9d0da9ae6c7d591aa3620f93671 +SIZE (xpi/firefox-i18n-52.0.1/fr.xpi) = 450208 +SHA256 (xpi/firefox-i18n-52.0.1/fy-NL.xpi) = 25cd690aa4e87db70f26705c77f64fc4536718b8357edef2ca9e9ccea2cdd429 +SIZE (xpi/firefox-i18n-52.0.1/fy-NL.xpi) = 444971 +SHA256 (xpi/firefox-i18n-52.0.1/ga-IE.xpi) = 028d8de5b61ce9dd1dfdfd4298700600bbf9ca942c5446ac7a0a058d699e6c39 +SIZE (xpi/firefox-i18n-52.0.1/ga-IE.xpi) = 458163 +SHA256 (xpi/firefox-i18n-52.0.1/gd.xpi) = acddefd00bb682c45b5e8bd2ea407d0072a6ec3ae18e01271349eba57d9b8123 +SIZE (xpi/firefox-i18n-52.0.1/gd.xpi) = 447265 +SHA256 (xpi/firefox-i18n-52.0.1/gl.xpi) = bf8150a1de730f3c26f1416eee7ebeda5db1e636711f0c155a32de5d7ab6ee7a +SIZE (xpi/firefox-i18n-52.0.1/gl.xpi) = 447294 +SHA256 (xpi/firefox-i18n-52.0.1/gn.xpi) = 4ae5beb51f31db834ab3f07be3fc8ee78cf8622005521ff1a6297a3ebf445987 +SIZE (xpi/firefox-i18n-52.0.1/gn.xpi) = 456213 +SHA256 (xpi/firefox-i18n-52.0.1/gu-IN.xpi) = 70e25d258948142323009c9175363543fd1a56a2d244d7589c2e1ebe4719ff20 +SIZE (xpi/firefox-i18n-52.0.1/gu-IN.xpi) = 489365 +SHA256 (xpi/firefox-i18n-52.0.1/he.xpi) = 0277b94c3b22d1bc9a9cb8231f3ca45bcb214c159baf5f18c6a7972a3003edba +SIZE (xpi/firefox-i18n-52.0.1/he.xpi) = 455281 +SHA256 (xpi/firefox-i18n-52.0.1/hi-IN.xpi) = 4f78a3d2345e2446919d48ab5418967853ad85198140ef80cefbc158d39d4ce9 +SIZE (xpi/firefox-i18n-52.0.1/hi-IN.xpi) = 506516 +SHA256 (xpi/firefox-i18n-52.0.1/hr.xpi) = 5af94a14808cfda2fcd4f27ac0107610f5b9b9e246e974da508ed935d37d248a +SIZE (xpi/firefox-i18n-52.0.1/hr.xpi) = 447501 +SHA256 (xpi/firefox-i18n-52.0.1/hsb.xpi) = 3d0431cb1775c53a391c5730981575310cad7015f5d2b4d8db29b81af50548d8 +SIZE (xpi/firefox-i18n-52.0.1/hsb.xpi) = 457258 +SHA256 (xpi/firefox-i18n-52.0.1/hu.xpi) = e808079e6e92aa718183ceed3238786d009072881ef0492ea460539038776212 +SIZE (xpi/firefox-i18n-52.0.1/hu.xpi) = 451494 +SHA256 (xpi/firefox-i18n-52.0.1/hy-AM.xpi) = 115816dd6a2e8aaad1fe11ab2f6caa6ee9446be7aa2b6c0eb4aaa9dfc185e642 +SIZE (xpi/firefox-i18n-52.0.1/hy-AM.xpi) = 495771 +SHA256 (xpi/firefox-i18n-52.0.1/id.xpi) = 5ba740203c5bf8597d54c5b08b66ebe10c3f20887346df225718ed03502f2fad +SIZE (xpi/firefox-i18n-52.0.1/id.xpi) = 426022 +SHA256 (xpi/firefox-i18n-52.0.1/is.xpi) = 129e3fbef274a7209ff92fe5dadda6fb4c0df19ca35a248793757a3aa963f238 +SIZE (xpi/firefox-i18n-52.0.1/is.xpi) = 442694 +SHA256 (xpi/firefox-i18n-52.0.1/it.xpi) = 109de93f6b98d97730042666f3611c0a7784918d13eee432cc7da6d1232b683e +SIZE (xpi/firefox-i18n-52.0.1/it.xpi) = 339219 +SHA256 (xpi/firefox-i18n-52.0.1/ja.xpi) = e015bf9cf3f188830578ce86b8087764ccdbc65967b8297fceb383ed82b2017f +SIZE (xpi/firefox-i18n-52.0.1/ja.xpi) = 488342 +SHA256 (xpi/firefox-i18n-52.0.1/kk.xpi) = 9d24f7f413e4c2cf038a4ac026d2e878a1b50b70ec06692aca4980aef20f7e72 +SIZE (xpi/firefox-i18n-52.0.1/kk.xpi) = 496937 +SHA256 (xpi/firefox-i18n-52.0.1/km.xpi) = 2b84aa6c6063cab0045a15f961c2e080641ee184cc8308e40032dfe2ce214cce +SIZE (xpi/firefox-i18n-52.0.1/km.xpi) = 520342 +SHA256 (xpi/firefox-i18n-52.0.1/kn.xpi) = 61e588fcde7915f650b9c6a310088b0d1dacfb00d80fbb0c983bd185177ead28 +SIZE (xpi/firefox-i18n-52.0.1/kn.xpi) = 519454 +SHA256 (xpi/firefox-i18n-52.0.1/ko.xpi) = 04fc05e1d265e1fbf810463e30f7b08709e3a488a928222dc1a2d85f884abb67 +SIZE (xpi/firefox-i18n-52.0.1/ko.xpi) = 463629 +SHA256 (xpi/firefox-i18n-52.0.1/lij.xpi) = dd64999708265490f4350ca5e8eee6623a796e5575c2d08d823f8a921229debb +SIZE (xpi/firefox-i18n-52.0.1/lij.xpi) = 421071 +SHA256 (xpi/firefox-i18n-52.0.1/lt.xpi) = 40c821651dbbc958017c6e1a8d0b87869d18b01ee31d805e5703137bedac7e70 +SIZE (xpi/firefox-i18n-52.0.1/lt.xpi) = 452234 +SHA256 (xpi/firefox-i18n-52.0.1/lv.xpi) = 7502570c0fdae06c35be72e3622dd0ae9ee753983d60b7f053df13e633b038d3 +SIZE (xpi/firefox-i18n-52.0.1/lv.xpi) = 448449 +SHA256 (xpi/firefox-i18n-52.0.1/mai.xpi) = caa32d9fb953f9fe6c43cd25f271cbe73cb099bfe4246384173a030197ce2164 +SIZE (xpi/firefox-i18n-52.0.1/mai.xpi) = 499838 +SHA256 (xpi/firefox-i18n-52.0.1/mk.xpi) = aa9205414f09d1693acf91081ab62547124f212496d6473ab5768aa46bda8279 +SIZE (xpi/firefox-i18n-52.0.1/mk.xpi) = 496198 +SHA256 (xpi/firefox-i18n-52.0.1/ml.xpi) = d7e45f6064aa259e908ab0bd883f755a85d644a183f769ad2d00713d9938122b +SIZE (xpi/firefox-i18n-52.0.1/ml.xpi) = 516485 +SHA256 (xpi/firefox-i18n-52.0.1/mr.xpi) = 7eb0decb61e901dd28dee8ca65c125722fe6fbe01db37130ff5f43d76dc7aa41 +SIZE (xpi/firefox-i18n-52.0.1/mr.xpi) = 502430 +SHA256 (xpi/firefox-i18n-52.0.1/ms.xpi) = 8ed391910a3ce09e39891d78161e08b9350b24219ae262034cbcaf60ac3ca4e4 +SIZE (xpi/firefox-i18n-52.0.1/ms.xpi) = 435989 +SHA256 (xpi/firefox-i18n-52.0.1/nb-NO.xpi) = 5c50c3beb52f2f8d68b8b61493fa067c22bdf2e2f3ec42cce7ee190812147017 +SIZE (xpi/firefox-i18n-52.0.1/nb-NO.xpi) = 434410 +SHA256 (xpi/firefox-i18n-52.0.1/nl.xpi) = d594b450f77619b50e9a87587972d0fa8fb52799ca02b77bc5747c24fc3189d0 +SIZE (xpi/firefox-i18n-52.0.1/nl.xpi) = 432005 +SHA256 (xpi/firefox-i18n-52.0.1/nn-NO.xpi) = 90c3e64ec584d8518410940344c0c09d1553155ad8f72d0b2bf4691b4af03ff1 +SIZE (xpi/firefox-i18n-52.0.1/nn-NO.xpi) = 428642 +SHA256 (xpi/firefox-i18n-52.0.1/or.xpi) = 3d5b76933658fb4ddd06bedeb631febf973d6897e1cf06fc9679ed492d802e74 +SIZE (xpi/firefox-i18n-52.0.1/or.xpi) = 496914 +SHA256 (xpi/firefox-i18n-52.0.1/pa-IN.xpi) = 9f059f634ac0b90155ac4d36ca6093cb4292f1396e9b94310140b1cd0d6f3972 +SIZE (xpi/firefox-i18n-52.0.1/pa-IN.xpi) = 476585 +SHA256 (xpi/firefox-i18n-52.0.1/pl.xpi) = 99186a7d8195d1ff59b6a1a1262f48e9df09f40f9806107eec651b979084bea5 +SIZE (xpi/firefox-i18n-52.0.1/pl.xpi) = 352850 +SHA256 (xpi/firefox-i18n-52.0.1/pt-BR.xpi) = bd503d3f8a5c0c5abf13b7bf414416c72d45f6cd77e9a82aef5e3438e7b194be +SIZE (xpi/firefox-i18n-52.0.1/pt-BR.xpi) = 438167 +SHA256 (xpi/firefox-i18n-52.0.1/pt-PT.xpi) = 252114cb05d1f3a79635c57a36ea3e2b456fffa9d68b8ec1bfb155dd94315f44 +SIZE (xpi/firefox-i18n-52.0.1/pt-PT.xpi) = 436725 +SHA256 (xpi/firefox-i18n-52.0.1/rm.xpi) = a66b994c045aa4f08c04c160fb061bed8dd7c5033421601cbe22420930d838ad +SIZE (xpi/firefox-i18n-52.0.1/rm.xpi) = 434607 +SHA256 (xpi/firefox-i18n-52.0.1/ro.xpi) = c00ab99b971047df12ce06749a2e9256654e29a1bc11ce338158eeca2347b2c4 +SIZE (xpi/firefox-i18n-52.0.1/ro.xpi) = 449936 +SHA256 (xpi/firefox-i18n-52.0.1/ru.xpi) = f0f5998ef6bde38bd8f6d206eb411d8e810bbca80fca7b1251baaf5594901edb +SIZE (xpi/firefox-i18n-52.0.1/ru.xpi) = 395362 +SHA256 (xpi/firefox-i18n-52.0.1/si.xpi) = 015c0984be095b1837641992a690974aec3f8a1390db7cbd42492950017f2846 +SIZE (xpi/firefox-i18n-52.0.1/si.xpi) = 491957 +SHA256 (xpi/firefox-i18n-52.0.1/sk.xpi) = 3f1cb4f2b10b8e026dd488276aad7de562310a804e577d1e5159d6883d4c2dc3 +SIZE (xpi/firefox-i18n-52.0.1/sk.xpi) = 455817 +SHA256 (xpi/firefox-i18n-52.0.1/sl.xpi) = 118c916f5e19a96de3e11f906281416729594138b4c29b77ded4454714c40e48 +SIZE (xpi/firefox-i18n-52.0.1/sl.xpi) = 433481 +SHA256 (xpi/firefox-i18n-52.0.1/son.xpi) = 15207b0a5bebddc2eb8869016db16c42d3ee8de878b4a3a13303ee383d8a3bb0 +SIZE (xpi/firefox-i18n-52.0.1/son.xpi) = 435126 +SHA256 (xpi/firefox-i18n-52.0.1/sq.xpi) = 613dc1410d3585e1aa7b0b1df8496d88d5d10e0d4277a5dd32edecbbdd939bf9 +SIZE (xpi/firefox-i18n-52.0.1/sq.xpi) = 448155 +SHA256 (xpi/firefox-i18n-52.0.1/sr.xpi) = dcccf13fbfc8b876bfc16f4c5007779c50d0db5eebb98717dd5c0634c0694d53 +SIZE (xpi/firefox-i18n-52.0.1/sr.xpi) = 463392 +SHA256 (xpi/firefox-i18n-52.0.1/sv-SE.xpi) = a78d4b03e689f66cc4ee81dd2afbc87bf3e38e4b1283e918c46f3417cc537757 +SIZE (xpi/firefox-i18n-52.0.1/sv-SE.xpi) = 441180 +SHA256 (xpi/firefox-i18n-52.0.1/ta.xpi) = bb496776687360f38ef49a450a309cd0e84d6f3a4133aa2bf369e111972ac3a7 +SIZE (xpi/firefox-i18n-52.0.1/ta.xpi) = 494798 +SHA256 (xpi/firefox-i18n-52.0.1/te.xpi) = f3e1f12b1d20646652c5dd604efbad7bd7725720e61811377f2424d688dc97af +SIZE (xpi/firefox-i18n-52.0.1/te.xpi) = 515239 +SHA256 (xpi/firefox-i18n-52.0.1/th.xpi) = bd139bbe4063efb38cff6a731c6ecf8ca6cd43a3166d5f25cb409ecd75206941 +SIZE (xpi/firefox-i18n-52.0.1/th.xpi) = 489377 +SHA256 (xpi/firefox-i18n-52.0.1/tr.xpi) = d94f315d35bae66c1b34429963d63622e40af427b614a2ff5c6f1d603cf939ea +SIZE (xpi/firefox-i18n-52.0.1/tr.xpi) = 443670 +SHA256 (xpi/firefox-i18n-52.0.1/uk.xpi) = f3d6ef13ee194d91612eba86d19cab7b8e4184df4b59d54ddd23541ed277130e +SIZE (xpi/firefox-i18n-52.0.1/uk.xpi) = 495093 +SHA256 (xpi/firefox-i18n-52.0.1/uz.xpi) = 72ad4075c151dc763e042a3d31218ea28cc410b8ce5ce05bdc08c12e9038b20a +SIZE (xpi/firefox-i18n-52.0.1/uz.xpi) = 447914 +SHA256 (xpi/firefox-i18n-52.0.1/vi.xpi) = 3c8762cda05cfa3490ebae1dc8de2de32acd411744c14a91079dc77fc7117775 +SIZE (xpi/firefox-i18n-52.0.1/vi.xpi) = 450804 +SHA256 (xpi/firefox-i18n-52.0.1/xh.xpi) = 72926c26af2b0a37ec1f3825674e7a6b895f0b7226743c2eb55f606fc2d0646a +SIZE (xpi/firefox-i18n-52.0.1/xh.xpi) = 441170 +SHA256 (xpi/firefox-i18n-52.0.1/zh-CN.xpi) = bb322f082686de9df551600572927175f6266cd7ea18d9a5a477f8fdf490fafc +SIZE (xpi/firefox-i18n-52.0.1/zh-CN.xpi) = 461692 +SHA256 (xpi/firefox-i18n-52.0.1/zh-TW.xpi) = 601ea1e020ad8be40096cc11bb146dd0839dca827a70d900a7e8353032989fc5 +SIZE (xpi/firefox-i18n-52.0.1/zh-TW.xpi) = 472532 Modified: branches/2017Q1/www/firefox/Makefile ============================================================================== --- branches/2017Q1/www/firefox/Makefile Sat Mar 18 13:06:42 2017 (r436404) +++ branches/2017Q1/www/firefox/Makefile Sat Mar 18 13:06:53 2017 (r436405) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 52.0 +DISTVERSION= 52.0.1 DISTVERSIONSUFFIX=.source -PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: branches/2017Q1/www/firefox/distinfo ============================================================================== --- branches/2017Q1/www/firefox/distinfo Sat Mar 18 13:06:42 2017 (r436404) +++ branches/2017Q1/www/firefox/distinfo Sat Mar 18 13:06:53 2017 (r436405) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488494439 -SHA256 (firefox-52.0.source.tar.xz) = 494ec86875ea60043658e402b664ccd5af4709acc3a478de8729f7cbac9ea3c1 -SIZE (firefox-52.0.source.tar.xz) = 212356732 +TIMESTAMP = 1489752281 +SHA256 (firefox-52.0.1.source.tar.xz) = 2ea8659c787c6a9d2b1fdadbb3171b3a6d3ef3d61fbaaa8e40fa14cfd0b82dd9 +SIZE (firefox-52.0.1.source.tar.xz) = 211464084 From owner-svn-ports-branches@freebsd.org Sat Mar 18 16:34:29 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 7F7CCD12BC7; Sat, 18 Mar 2017 16:34:29 +0000 (UTC) (envelope-from sunpoet@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 4145615FB; Sat, 18 Mar 2017 16:34:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2IGYSVH023613; Sat, 18 Mar 2017 16:34:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2IGYSMg023611; Sat, 18 Mar 2017 16:34:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703181634.v2IGYSMg023611@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 18 Mar 2017 16:34:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r436422 - branches/2017Q1/devel/ruby-gems X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.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: Sat, 18 Mar 2017 16:34:29 -0000 Author: sunpoet Date: Sat Mar 18 16:34:28 2017 New Revision: 436422 URL: https://svnweb.freebsd.org/changeset/ports/436422 Log: MFH: r436359 Update to 2.6.11 Changes: https://github.com/rubygems/rubygems/blob/master/History.txt Approved by: ports-secteam (junovitch) Modified: branches/2017Q1/devel/ruby-gems/Makefile branches/2017Q1/devel/ruby-gems/distinfo Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/devel/ruby-gems/Makefile ============================================================================== --- branches/2017Q1/devel/ruby-gems/Makefile Sat Mar 18 15:45:22 2017 (r436421) +++ branches/2017Q1/devel/ruby-gems/Makefile Sat Mar 18 16:34:28 2017 (r436422) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gems -PORTVERSION= 2.6.10 +PORTVERSION= 2.6.11 CATEGORIES= devel ruby MASTER_SITES= http://production.cf.rubygems.org/rubygems/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} Modified: branches/2017Q1/devel/ruby-gems/distinfo ============================================================================== --- branches/2017Q1/devel/ruby-gems/distinfo Sat Mar 18 15:45:22 2017 (r436421) +++ branches/2017Q1/devel/ruby-gems/distinfo Sat Mar 18 16:34:28 2017 (r436422) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485269775 -SHA256 (ruby/rubygems-2.6.10.tgz) = 364c0eee8e0c9e8ab4879c5035832e5a27f0c97292d2264af5ae0020585280f0 -SIZE (ruby/rubygems-2.6.10.tgz) = 765890 +TIMESTAMP = 1489765786 +SHA256 (ruby/rubygems-2.6.11.tgz) = aebec768c9010c97830d5ee7f55fa068ea470327fa073a1044f63cd4a341ae55 +SIZE (ruby/rubygems-2.6.11.tgz) = 766785