From owner-svn-ports-branches@freebsd.org Sun Jan 12 03:00:46 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 020961FFB14; Sun, 12 Jan 2020 03:00:46 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47wM0s6GWtz3Lv7; Sun, 12 Jan 2020 03:00:45 +0000 (UTC) (envelope-from pkubaj@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D2852D0CA; Sun, 12 Jan 2020 03:00:45 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00C30jZ9035058; Sun, 12 Jan 2020 03:00:45 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00C30jKb035057; Sun, 12 Jan 2020 03:00:45 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202001120300.00C30jKb035057@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Sun, 12 Jan 2020 03:00:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r522746 - in branches/2020Q1/audio/ardour5: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: in branches/2020Q1/audio/ardour5: . files X-SVN-Commit-Revision: 522746 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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 Jan 2020 03:00:46 -0000 Author: pkubaj Date: Sun Jan 12 03:00:45 2020 New Revision: 522746 URL: https://svnweb.freebsd.org/changeset/ports/522746 Log: MFH: r522745 audio/ardour5: fix build on powerpc64 _POSIX_SOURCE causes some errors in errno.h not to be seen (like EAFNOSUPPORT), so remove it. On ELFv2 lld can't link it, throws errors like: ld: error: relocation R_PPC64_ADDR32 cannot be used against local symbol; recompile with -fPIC >>> defined in libs/ardour/cycle_timer.cc.1.o >>> referenced by cycle_timer.cc >>> libs/ardour/cycle_timer.cc.1.o:(__ftr_fixup+0x8) Recompiling with -fPIC doesn't help, so use GNU ld there. PR: 243281 Approved by: portmgr (blanket: build fix) Added: branches/2020Q1/audio/ardour5/files/ - copied from r522745, head/audio/ardour5/files/ Modified: branches/2020Q1/audio/ardour5/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/audio/ardour5/Makefile ============================================================================== --- branches/2020Q1/audio/ardour5/Makefile Sun Jan 12 02:59:41 2020 (r522745) +++ branches/2020Q1/audio/ardour5/Makefile Sun Jan 12 03:00:45 2020 (r522746) @@ -49,7 +49,6 @@ USE_LDCONFIG= yes INSTALLS_ICONS= yes BROKEN_aarch64= fails to configure: Could not find the program gas,as,gcc -BROKEN_powerpc64= fails to compile: configuration_variable.cc: 'strtof' is not a member of 'std' PLIST_SUB= ARDOURVERSION=${PORTVERSION} @@ -104,6 +103,8 @@ post-install: WITH_ARCH_FLAGS= --arch='-msse -mfpmath=sse' --dist-target=i386 .elif ${ARCH} == "amd64" WITH_ARCH_FLAGS= --arch='-msse -mfpmath=sse' --dist-target=x86_64 +.elif ${ARCH} == "powerpc64" +LLD_UNSAFE= yes .endif .if defined(WITH_ARCH_FLAGS) From owner-svn-ports-branches@freebsd.org Sun Jan 12 05:35:02 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 49091224423; Sun, 12 Jan 2020 05:35:02 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47wQQt1H2Sz40Wk; Sun, 12 Jan 2020 05:35:02 +0000 (UTC) (envelope-from koobs@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0ED46EED0; Sun, 12 Jan 2020 05:35:02 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00C5Z12c032767; Sun, 12 Jan 2020 05:35:01 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00C5Z1YO032765; Sun, 12 Jan 2020 05:35:01 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <202001120535.00C5Z1YO032765@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 12 Jan 2020 05:35:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r522754 - in branches/2020Q1/devel/py-generate: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: in branches/2020Q1/devel/py-generate: . files X-SVN-Commit-Revision: 522754 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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 Jan 2020 05:35:02 -0000 Author: koobs Date: Sun Jan 12 05:35:01 2020 New Revision: 522754 URL: https://svnweb.freebsd.org/changeset/ports/522754 Log: MFH: r522753 devel/py-generate: Fix MASTER_SITES, Remove BROKEN [1] While I'm here, address other ports bugs/issues [2]: - gmake is not required (build uses distutils/setuptools:Extension) - patch setup.py:version (was 2.2) to match PORTVERSION (2.8) - Remove unecessary DISTNAME override - Strip installed extension/library - Correctly declare USES=python:, limited to 2.7. Fails to import on Python 3: ImportError: ... /site-packages/generate.so: Undefined symbol "PyString_FromString PR: 241966 Submitted by: D'Arcy J.M. Cain [1] Approved by: portmgr (blanket(s): ports compliance, dependencies) [2] Approved by: ports-secteam ((blanket(s): build (fetch) fix, ports compliance) [1][2] Added: branches/2020Q1/devel/py-generate/files/ - copied from r522753, head/devel/py-generate/files/ Modified: branches/2020Q1/devel/py-generate/Makefile branches/2020Q1/devel/py-generate/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/devel/py-generate/Makefile ============================================================================== --- branches/2020Q1/devel/py-generate/Makefile Sun Jan 12 05:29:24 2020 (r522753) +++ branches/2020Q1/devel/py-generate/Makefile Sun Jan 12 05:35:01 2020 (r522754) @@ -2,19 +2,18 @@ # $FreeBSD$ PORTNAME= generate -PORTVERSION= 2.6 -PORTREVISION= 1 +PORTVERSION= 2.8 CATEGORIES= devel python -MASTER_SITES= ftp://ftp.druid.net/pub/distrib/ +MASTER_SITES= http://druid.net/darcy/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= generate-${PORTVERSION} MAINTAINER= darcy@druid.net COMMENT= Python module to implement generate -BROKEN= unfetchable - -USES= gmake python tar:tgz +USES= python:2.7 tar:tgz USE_PYTHON= distutils autoplist + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/generate.so .include Modified: branches/2020Q1/devel/py-generate/distinfo ============================================================================== --- branches/2020Q1/devel/py-generate/distinfo Sun Jan 12 05:29:24 2020 (r522753) +++ branches/2020Q1/devel/py-generate/distinfo Sun Jan 12 05:35:01 2020 (r522754) @@ -1,2 +1,3 @@ -SHA256 (generate-2.6.tgz) = 609e166f66b4bb3028fb9e5486ffddff98fc7bf4f354659516c2b86a800948bd -SIZE (generate-2.6.tgz) = 29045 +TIMESTAMP = 1578800105 +SHA256 (generate-2.8.tgz) = 35b56d1f11fb834c0cbeca3c41c1dceee8b18d40933e0c680519daf24e9c2dd9 +SIZE (generate-2.8.tgz) = 31590 From owner-svn-ports-branches@freebsd.org Sun Jan 12 12:52:50 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6700A22EBB1; Sun, 12 Jan 2020 12:52:50 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47wc8224cJz4MXq; Sun, 12 Jan 2020 12:52:50 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 428E81BF6D; Sun, 12 Jan 2020 12:52:50 +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 00CCqo6S096826; Sun, 12 Jan 2020 12:52:50 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00CCqn8w096825; Sun, 12 Jan 2020 12:52:49 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <202001121252.00CCqn8w096825@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Sun, 12 Jan 2020 12:52:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r522785 - in branches/2020Q1/databases: db5 db6 X-SVN-Group: ports-branches X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: in branches/2020Q1/databases: db5 db6 X-SVN-Commit-Revision: 522785 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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 Jan 2020 12:52:50 -0000 Author: mandree Date: Sun Jan 12 12:52:49 2020 New Revision: 522785 URL: https://svnweb.freebsd.org/changeset/ports/522785 Log: MFH: r522784 databases/db6, db5: fix JAVA-enabled build, suppress sed failed warnings Add JAVA_VERSION="7 8" to db6 Add REWARNFILE=/dev/null to db6 and db5 Reported by: Tommy P PR: 243278 Approved by: ports-secteam (blanket, unbreaks a broken build under non-default JAVA option) Modified: branches/2020Q1/databases/db5/Makefile branches/2020Q1/databases/db6/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/databases/db5/Makefile ============================================================================== --- branches/2020Q1/databases/db5/Makefile Sun Jan 12 12:47:53 2020 (r522784) +++ branches/2020Q1/databases/db5/Makefile Sun Jan 12 12:52:49 2020 (r522785) @@ -38,6 +38,9 @@ USE_LDCONFIG= yes PLIST_SUB= BDBMAJ=${BDBMAJ} BDBVER=${BDBVER} MAKE_ARGS+= docdir=${DOCSDIR} CFLAGS+= -Wall -Wextra +# we use REINPLACE_CMD with a glob that matches +# too broadly, suppress 'sed failed' warnings: +REWARNFILE= /dev/null OPTIONS_DEFINE= CRYPTO DEBUG L10N SQL JAVA TCL DOCS OPTIONS_DEFAULT=CRYPTO Modified: branches/2020Q1/databases/db6/Makefile ============================================================================== --- branches/2020Q1/databases/db6/Makefile Sun Jan 12 12:47:53 2020 (r522784) +++ branches/2020Q1/databases/db6/Makefile Sun Jan 12 12:52:49 2020 (r522785) @@ -36,6 +36,9 @@ PATCH_WRKSRC= ${WRKDIR}/${DISTNAME} USE_LDCONFIG= yes PLIST_SUB= BDBMAJ=${BDBMAJ} BDBVER=${BDBVER} MAKE_ARGS+= docdir=${DOCSDIR} +# we use REINPLACE_CMD with a glob that matches +# too broadly, suppress 'sed failed' warnings: +REWARNFILE= /dev/null OPTIONS_DEFINE= CRYPTO DEBUG L10N SQL JAVA TCL DOCS OPTIONS_DEFAULT=CRYPTO @@ -54,7 +57,11 @@ L10N_CONFIGURE_ENABLE= localization SQL_CONFIGURE_ENABLE= sql sql_codegen SQL_VARS= DBLIBS+=libdb_sql JAVA_USE= java -JAVA_VARS= DBLIBS+=libdb_java +# db6 is only compatible with openjdk 7 or 8, +# openjdk 11 or newer and cause IllegalArgument +# exceptions during build even if the version check +# in dist/configure is disabled or fixed: +JAVA_VARS= DBLIBS+=libdb_java JAVA_VERSION="7 8" JAVA_CONFIGURE_ENABLE= java JAVA_CPPFLAGS= -I"${JAVA_HOME}/include" JAVA_CONFIGURE_ENV= JAVAC="${JAVAC}" JAR="${JAR}" JAVA="${JAVA}" From owner-svn-ports-branches@freebsd.org Sun Jan 12 17:27:41 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CD7691DCCBB; Sun, 12 Jan 2020 17:27:41 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47wkF953jKz4cYc; Sun, 12 Jan 2020 17:27:41 +0000 (UTC) (envelope-from brnrd@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A8EBE1F150; Sun, 12 Jan 2020 17:27:41 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00CHRf03061601; Sun, 12 Jan 2020 17:27:41 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00CHRfGQ061596; Sun, 12 Jan 2020 17:27:41 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <202001121727.00CHRfGQ061596@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 12 Jan 2020 17:27:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r522822 - in branches/2020Q1: . security security/openssl X-SVN-Group: ports-branches X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: in branches/2020Q1: . security security/openssl X-SVN-Commit-Revision: 522822 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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 Jan 2020 17:27:41 -0000 Author: brnrd Date: Sun Jan 12 17:27:40 2020 New Revision: 522822 URL: https://svnweb.freebsd.org/changeset/ports/522822 Log: security/openssl: Resurrect port, update to 1.1.1 - Honoring promise from DEPRECATED message PR: 243014 Reported by: Approved by: ports-secteam (adamw) Added: branches/2020Q1/security/openssl/ - copied from r522803, branches/2020Q1/security/openssl111/ Modified: branches/2020Q1/MOVED branches/2020Q1/security/Makefile branches/2020Q1/security/openssl/Makefile Modified: branches/2020Q1/MOVED ============================================================================== --- branches/2020Q1/MOVED Sun Jan 12 17:26:24 2020 (r522821) +++ branches/2020Q1/MOVED Sun Jan 12 17:27:40 2020 (r522822) @@ -13687,7 +13687,6 @@ security/linux-c6-libtasn1|security/linux-c7-libtasn1| security/linux-c6-nss|security/linux-c7-nss|2019-12-31|Has expired: Superseded by CentOS 7 security/linux-c6-openssl|emulators/linux_base-c7|2019-12-31|Has expired: Superseded by CentOS 7 security/linux-c6-pam||2019-12-31|Has expired: Superseded by CentOS 7 -security/openssl||2019-12-31|Has expired: OpenSSL 1.0.2 is End-of-Life 2019-12-31 at which time this port will update to 1.1.1 branch sysutils/eventlog||2019-12-31|Has expired: No longer supported by Balabit sysutils/linux-c6-lttng-ust|sysutils/linux-c7-lttng-ust|2019-12-31|Has expired: Superseded by CentOS 7 sysutils/linux-c6-userspace-rcu|sysutils/linux-c7-userspace-rcu|2019-12-31|Has expired: Superseded by CentOS 7 Modified: branches/2020Q1/security/Makefile ============================================================================== --- branches/2020Q1/security/Makefile Sun Jan 12 17:26:24 2020 (r522821) +++ branches/2020Q1/security/Makefile Sun Jan 12 17:27:40 2020 (r522822) @@ -402,6 +402,7 @@ SUBDIR += openscep SUBDIR += openssh-askpass SUBDIR += openssh-portable + SUBDIR += openssl SUBDIR += openssl-unsafe SUBDIR += openssl111 SUBDIR += openssl_tpm_engine Modified: branches/2020Q1/security/openssl/Makefile ============================================================================== --- branches/2020Q1/security/openssl111/Makefile Sun Jan 12 16:07:25 2020 (r522803) +++ branches/2020Q1/security/openssl/Makefile Sun Jan 12 17:27:40 2020 (r522822) @@ -6,7 +6,6 @@ PORTVERSION= 1.1.1d CATEGORIES= security devel MASTER_SITES= https://www.openssl.org/source/ \ ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/ -PKGNAMESUFFIX= 111 MAINTAINER= brnrd@FreeBSD.org COMMENT= TLSv1.3 capable SSL and crypto library @@ -16,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE CONFLICTS_INSTALL= libressl-[0-9]* \ libressl-devel-[0-9]* \ - openssl-[0-9]* + openssl111-[0-9]* HAS_CONFIGURE= yes CONFIGURE_SCRIPT= config From owner-svn-ports-branches@freebsd.org Sun Jan 12 17:28:03 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 983451DCCF6; Sun, 12 Jan 2020 17:28:03 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47wkFb3Wgnz4cdm; Sun, 12 Jan 2020 17:28:03 +0000 (UTC) (envelope-from pkubaj@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7409F1F153; Sun, 12 Jan 2020 17:28:03 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00CHS3XI061760; Sun, 12 Jan 2020 17:28:03 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00CHS3Y1061758; Sun, 12 Jan 2020 17:28:03 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202001121728.00CHS3Y1061758@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Sun, 12 Jan 2020 17:28:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r522823 - branches/2020Q1/math/clp/files X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q1/math/clp/files X-SVN-Commit-Revision: 522823 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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 Jan 2020 17:28:03 -0000 Author: pkubaj Date: Sun Jan 12 17:28:02 2020 New Revision: 522823 URL: https://svnweb.freebsd.org/changeset/ports/522823 Log: MFH: r522821 math/clp: fix build on non-x86 non-ARM Only amd64 and i386 have immintrin.h. There's a check for ARM, but not for other architectures. Building without immintrin.h works fine on amd64. PR: 242966 Approved by: co9co9@gmail.com (maintainer timeout) Approved by: portmgr (fix build blanket) Added: branches/2020Q1/math/clp/files/patch-Clp_src_ClpPackedMatrix.cpp - copied unchanged from r522821, head/math/clp/files/patch-Clp_src_ClpPackedMatrix.cpp branches/2020Q1/math/clp/files/patch-Clp_src_ClpSimplexDual.cpp - copied unchanged from r522821, head/math/clp/files/patch-Clp_src_ClpSimplexDual.cpp Modified: Directory Properties: branches/2020Q1/ (props changed) Copied: branches/2020Q1/math/clp/files/patch-Clp_src_ClpPackedMatrix.cpp (from r522821, head/math/clp/files/patch-Clp_src_ClpPackedMatrix.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/math/clp/files/patch-Clp_src_ClpPackedMatrix.cpp Sun Jan 12 17:28:02 2020 (r522823, copy of r522821, head/math/clp/files/patch-Clp_src_ClpPackedMatrix.cpp) @@ -0,0 +1,11 @@ +--- Clp/src/ClpPackedMatrix.cpp.orig 2019-12-29 17:14:00 UTC ++++ Clp/src/ClpPackedMatrix.cpp +@@ -6752,7 +6752,7 @@ ClpPackedMatrix3::ClpPackedMatrix3() + #elif defined(__arm__) + #include + #else +-#include ++//#include + //#include + #endif + /* Constructor from copy. */ Copied: branches/2020Q1/math/clp/files/patch-Clp_src_ClpSimplexDual.cpp (from r522821, head/math/clp/files/patch-Clp_src_ClpSimplexDual.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/math/clp/files/patch-Clp_src_ClpSimplexDual.cpp Sun Jan 12 17:28:02 2020 (r522823, copy of r522821, head/math/clp/files/patch-Clp_src_ClpSimplexDual.cpp) @@ -0,0 +1,11 @@ +--- Clp/src/ClpSimplexDual.cpp.orig 2019-12-29 17:45:58 UTC ++++ Clp/src/ClpSimplexDual.cpp +@@ -3559,7 +3559,7 @@ void moveAndZero(clpTempInfo *info, int type, void *ex + #elif defined(__arm__) + #include + #else +-#include ++//#include + //#include + #endif + int ClpSimplexDual::dualColumn0(const CoinIndexedVector *rowArray, From owner-svn-ports-branches@freebsd.org Mon Jan 13 03:32:42 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 056761F51AC; Mon, 13 Jan 2020 03:32:42 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47wzgF4kQ4z3wcP; Mon, 13 Jan 2020 03:32:41 +0000 (UTC) (envelope-from koobs@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9D95926470; Mon, 13 Jan 2020 03:32:41 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00D3WfaJ066985; Mon, 13 Jan 2020 03:32:41 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00D3Wfkp066983; Mon, 13 Jan 2020 03:32:41 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <202001130332.00D3Wfkp066983@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Mon, 13 Jan 2020 03:32:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r522850 - branches/2020Q1/net-im/prosody X-SVN-Group: ports-branches X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: branches/2020Q1/net-im/prosody X-SVN-Commit-Revision: 522850 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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 Jan 2020 03:32:42 -0000 Author: koobs Date: Mon Jan 13 03:32:40 2020 New Revision: 522850 URL: https://svnweb.freebsd.org/changeset/ports/522850 Log: MFH: r522848 net-im/prosody: Update to 0.11.3 Changelog: https://blog.prosody.im/prosody-0.11.3-released/ PR: 241488 Submitted by: Thomas Morper Approved by: portmgr (maintainer timeout: > 1 month) Approved by: ports-secteam (blanket: bugfix release) Modified: branches/2020Q1/net-im/prosody/Makefile branches/2020Q1/net-im/prosody/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/net-im/prosody/Makefile ============================================================================== --- branches/2020Q1/net-im/prosody/Makefile Mon Jan 13 03:30:45 2020 (r522849) +++ branches/2020Q1/net-im/prosody/Makefile Mon Jan 13 03:32:40 2020 (r522850) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= prosody -PORTVERSION= 0.11.2 -PORTREVISION= 2 +PORTVERSION= 0.11.3 CATEGORIES= net-im MASTER_SITES= http://prosody.im/downloads/source/ \ http://redundancy.redundancy.org/mirror/ @@ -34,9 +33,9 @@ CONFIGURE_ARGS= --ostype=freebsd \ --lua-suffix="${LUA_VER_STR}" \ --with-lua-include="${LUA_INCDIR}" \ --with-lua-lib="${LUA_LIBDIR}" \ - --prefix="${PREFIX}" + --prefix="${PREFIX}" -MAKEFILE= GNUmakefile +MAKEFILE= GNUmakefile USERS= prosody GROUPS= ${USERS} Modified: branches/2020Q1/net-im/prosody/distinfo ============================================================================== --- branches/2020Q1/net-im/prosody/distinfo Mon Jan 13 03:30:45 2020 (r522849) +++ branches/2020Q1/net-im/prosody/distinfo Mon Jan 13 03:32:40 2020 (r522850) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548801952 -SHA256 (prosody-0.11.2.tar.gz) = 8911f6dc29b9e0c4edf9e61dc23fa22d77bc42c4caf28b809ab843b2f08e4831 -SIZE (prosody-0.11.2.tar.gz) = 420689 +TIMESTAMP = 1572009527 +SHA256 (prosody-0.11.3.tar.gz) = cfdabd6f42a9fc5db300221967c518c26bd4b6e62def721c1626894d6325bf87 +SIZE (prosody-0.11.3.tar.gz) = 424098 From owner-svn-ports-branches@freebsd.org Mon Jan 13 07:07:37 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1FAED1F9872; Mon, 13 Jan 2020 07:07:37 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47x4RD6ybqz46jn; Mon, 13 Jan 2020 07:07:36 +0000 (UTC) (envelope-from koobs@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EA324B39; Mon, 13 Jan 2020 07:07:36 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00D77aCa098257; Mon, 13 Jan 2020 07:07:36 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00D77an5098256; Mon, 13 Jan 2020 07:07:36 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <202001130707.00D77an5098256@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Mon, 13 Jan 2020 07:07:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r522862 - in branches/2020Q1/net/py-suds-jurko: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: in branches/2020Q1/net/py-suds-jurko: . files X-SVN-Commit-Revision: 522862 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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 Jan 2020 07:07:37 -0000 Author: koobs Date: Mon Jan 13 07:07:36 2020 New Revision: 522862 URL: https://svnweb.freebsd.org/changeset/ports/522862 Log: MFH: r522860 r522861 net/py-suds-jurko: Fix tests installed into shared location [1] This package installs its 'tests' module into a non-package-specific location in the root site-packages directory. Python packages should/usually address this by excluding tests from installation using setup.py: find_packages(exclude[ "" ]). Unfortunately the above 'simple' change cannot be used because it doesn't allow the package to be tested on Python 3.x, as the tests package is not processed by 2to3, and the tests need to be run on the processed (by 2to3) sources. This may be the original reason upstream didn't remove them from the build, not grokking the ramifications. Accordingly, this change moves the tests into the main package namespace and runs the tests on the processed sources in the resulting build/* directory. Remove CONFLICTS_INSTALL (to py-suds) accordingly. While I'm here: Patch the tests to support pytest > 4 and hack around the inability to reference parametrized tests (test[foo]) in pytests -k expressions. [1][2] Level up ports compliance: LICENSE_FILE, USE{S} ordering, match COMMENT to setup.py:description, match pkg-descr WWW URL to setup.py:homepage QA: All tests pass on Python 2.7-3.8 [1] https://github.com/pytest-dev/pytest/issues/5881 [2] https://github.com/pytest-dev/pytest/issues/6177 PR: 226077 Reported by: yuri [1] Approved by: portmgr (blanket: ports compliance) net/py-suds-jurko: Bump PORTREVISION missed in ports r522860 PR: 226077 Approved by: ports-secteam (blanket(s): ports compliance, port bugfixes) Added: branches/2020Q1/net/py-suds-jurko/files/ - copied from r522860, head/net/py-suds-jurko/files/ Modified: branches/2020Q1/net/py-suds-jurko/Makefile branches/2020Q1/net/py-suds-jurko/pkg-descr Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/net/py-suds-jurko/Makefile ============================================================================== --- branches/2020Q1/net/py-suds-jurko/Makefile Mon Jan 13 07:03:57 2020 (r522861) +++ branches/2020Q1/net/py-suds-jurko/Makefile Mon Jan 13 07:07:36 2020 (r522862) @@ -3,20 +3,63 @@ PORTNAME= suds-jurko PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= alexander.nusov@nfvexpress.com -COMMENT= Lightweight SOAP client (jurko's fork) +COMMENT= Lightweight SOAP client (Jurko's fork) LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} + +USES= dos2unix python tar:bz2 +USE_PYTHON= autoplist distutils + NO_ARCH= yes -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}suds-[0-9]* +post-patch: + # Move the tests into the main package so + # they are processed by 2to3 so we can test Python 3 + ${MV} ${WRKSRC}/tests ${WRKSRC}/suds/tests + # Compensate for the package/module name change + ${REINPLACE_CMD} -e 's|import tests|import suds.tests|g' \ + ${WRKSRC}/suds/tests/test_argument_parser.py \ + ${WRKSRC}/suds/tests/test_date_time.py \ + ${WRKSRC}/suds/tests/test_input_parameters.py \ + ${WRKSRC}/suds/tests/test_reply_handling.py \ + ${WRKSRC}/suds/tests/test_request_construction.py \ + ${WRKSRC}/suds/tests/test_suds.py \ + ${WRKSRC}/suds/tests/test_timezone.py + ${REINPLACE_CMD} -e 's|tests.|suds.tests.|g' \ + ${WRKSRC}/suds/tests/conftest.py \ + ${WRKSRC}/suds/tests/test_reply_handling.py \ + ${WRKSRC}/suds/tests/test_suds.py \ + ${WRKSRC}/suds/tests/test_request_construction.py \ + ${WRKSRC}/suds/tests/test_input_parameters.py \ + ${WRKSRC}/suds/tests/test_argument_parser.py -USES= python tar:bz2 -USE_PYTHON= autoplist distutils +# lambda: foo needed due to wanting to exclude parametrized tests +# https://github.com/pytest-dev/pytest/issues/5881 +# https://github.com/pytest-dev/pytest/issues/6177 +# +# Must call tests from the build/ dir because the source dir +# hasn't been processed by 2to3, so tests fail to start on Python 3 +# +# Must call the tests from build/lib/suds/tests because +# Defining 'pytest_plugins' in a non-top-level conftest is no longer supported +# https://docs.pytest.org/en/latest/deprecations.html#pytest-plugins-in-non-top-level-conftest-files + +do-test: + cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs -o addopts= \ + -k "not test_document_literal_request_for_single_element_input \ + and not (lambda: locals)()()['test_binding_uses_argument_parsing[binding_style1]'] \ + and not (lambda: locals)()()['test_choice_containing_an_empty_sequence[test_args_required0]'] \ + and not (lambda: locals)()()['test_choice_explicitly_marked_as_optional[choice0]'] \ + and not test_sending_unicode_data" \ + build/lib/suds/tests .include Modified: branches/2020Q1/net/py-suds-jurko/pkg-descr ============================================================================== --- branches/2020Q1/net/py-suds-jurko/pkg-descr Mon Jan 13 07:03:57 2020 (r522861) +++ branches/2020Q1/net/py-suds-jurko/pkg-descr Mon Jan 13 07:07:36 2020 (r522862) @@ -1,3 +1,6 @@ -Lightweight SOAP client written in Python (jurko's fork). +Based on the original 'suds' project by Jeff Ortel (jortel at redhat +dot com) hosted at 'http://fedorahosted.org/suds'. -WWW: https://pypi.org/project/suds-jurko/ +'Suds' is a lightweight SOAP-based web service client for Python + +WWW: https://bitbucket.org/jurko/suds From owner-svn-ports-branches@freebsd.org Mon Jan 13 10:26:46 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E80FA1FE988; Mon, 13 Jan 2020 10:26:46 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47x8s25sPTz4JDY; Mon, 13 Jan 2020 10:26:46 +0000 (UTC) (envelope-from pkubaj@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C44EE2FC8; Mon, 13 Jan 2020 10:26:46 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00DAQkLd020007; Mon, 13 Jan 2020 10:26:46 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00DAQkUB020006; Mon, 13 Jan 2020 10:26:46 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202001131026.00DAQkUB020006@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Mon, 13 Jan 2020 10:26:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r522876 - branches/2020Q1/sysutils/sformat X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q1/sysutils/sformat X-SVN-Commit-Revision: 522876 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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 Jan 2020 10:26:47 -0000 Author: pkubaj Date: Mon Jan 13 10:26:46 2020 New Revision: 522876 URL: https://svnweb.freebsd.org/changeset/ports/522876 Log: MFH: r522875 sysutils/sformat: fix build on powerpc64 Makefile uses uname -m (which returns powerpc on powerpc64) instead of uname -p (which correctly returns powerpc64). PR: 243152 Approved by: marius (maintainer) Approved by: portmgr (fix build blanket) Modified: branches/2020Q1/sysutils/sformat/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/sysutils/sformat/Makefile ============================================================================== --- branches/2020Q1/sysutils/sformat/Makefile Mon Jan 13 10:25:47 2020 (r522875) +++ branches/2020Q1/sysutils/sformat/Makefile Mon Jan 13 10:26:46 2020 (r522876) @@ -14,12 +14,6 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= marius@FreeBSD.org COMMENT= Allows formatting/partitioning/analysis/repairing of SCSI disks -BROKEN_aarch64= does not build: No rule to make target RULES/arm64-freebsd-cc.rul -BROKEN_armv6= does not build: No rule to make target RULES/arm-freebsd-cc.rul -BROKEN_armv7= does not build: No rule to make target RULES/arm-freebsd-cc.rul -BROKEN_mips64= does not build: No rule to make target RULES/mips-freebsd-cc.rul -BROKEN_powerpc64= does not install: powerpc-freebsd-cc/sformat: No such file or directory - LIBSCHILY= libschily-2.01.01a07.tar.gz USES= gmake @@ -27,7 +21,8 @@ USES= gmake CCOM!= ${BASENAME} ${CC} MAKE_ENV+= CCOM=${CCOM} -SFMTTARGET= ${ARCH:S/powerpc64/powerpc/}-freebsd-${CCOM} +SFMTTARGET= ${ARCH}-freebsd-${CCOM} +SFMTXARCH!= ${UNAME} -m post-extract: @cd ${WRKSRC} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ @@ -37,7 +32,7 @@ post-extract: .endfor .if ${SFMTTARGET} != "i386-freebsd-cc" @${LN} -sf ${WRKSRC}/RULES/i386-freebsd-cc.rul \ - ${WRKSRC}/RULES/${SFMTTARGET}.rul + ${WRKSRC}/RULES/${SFMTXARCH}-${OPSYS:tl}-cc.rul .endif post-patch: From owner-svn-ports-branches@freebsd.org Mon Jan 13 12:05:59 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A6B6922228D; Mon, 13 Jan 2020 12:05:59 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47xC3W3zfBz4PPG; Mon, 13 Jan 2020 12:05:59 +0000 (UTC) (envelope-from pkubaj@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 83FF9461A; Mon, 13 Jan 2020 12:05:59 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00DC5xQd079734; Mon, 13 Jan 2020 12:05:59 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00DC5xcG079733; Mon, 13 Jan 2020 12:05:59 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202001131205.00DC5xcG079733@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Mon, 13 Jan 2020 12:05:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r522881 - branches/2020Q1/security/modsecurity3-nginx X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q1/security/modsecurity3-nginx X-SVN-Commit-Revision: 522881 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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 Jan 2020 12:05:59 -0000 Author: pkubaj Date: Mon Jan 13 12:05:59 2020 New Revision: 522881 URL: https://svnweb.freebsd.org/changeset/ports/522881 Log: MFH: r522880 security/modsecurity3-nginx: fix build on GCC architectures C11 compiler is needed because of typedef redefinitions. Approved by: portmgr (fix build blanket) Modified: branches/2020Q1/security/modsecurity3-nginx/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/security/modsecurity3-nginx/Makefile ============================================================================== --- branches/2020Q1/security/modsecurity3-nginx/Makefile Mon Jan 13 12:04:19 2020 (r522880) +++ branches/2020Q1/security/modsecurity3-nginx/Makefile Mon Jan 13 12:05:59 2020 (r522881) @@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libmodsecurity.so:security/modsecurity3 +USES= compiler:c11 USE_GITHUB= nodefault GH_TUPLE= SpiderLabs:ModSecurity-nginx:d7101e1:modsecurity3 From owner-svn-ports-branches@freebsd.org Mon Jan 13 12:30:32 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8BC07222CDB; Mon, 13 Jan 2020 12:30:32 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47xCbr2s6gz4QdF; Mon, 13 Jan 2020 12:30:32 +0000 (UTC) (envelope-from pkubaj@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5D50C49DC; Mon, 13 Jan 2020 12:30:32 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00DCUWOA092424; Mon, 13 Jan 2020 12:30:32 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00DCUW9s092423; Mon, 13 Jan 2020 12:30:32 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202001131230.00DCUW9s092423@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Mon, 13 Jan 2020 12:30:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r522885 - branches/2020Q1/textproc/turboxsl X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q1/textproc/turboxsl X-SVN-Commit-Revision: 522885 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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 Jan 2020 12:30:32 -0000 Author: pkubaj Date: Mon Jan 13 12:30:31 2020 New Revision: 522885 URL: https://svnweb.freebsd.org/changeset/ports/522885 Log: MFH: r522884 textproc/turboxsl: unbreak on powerpc64 Builds fine with patch from PR243317 applied. Approved by: portmgr (fix build blanket) Modified: branches/2020Q1/textproc/turboxsl/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/textproc/turboxsl/Makefile ============================================================================== --- branches/2020Q1/textproc/turboxsl/Makefile Mon Jan 13 12:29:28 2020 (r522884) +++ branches/2020Q1/textproc/turboxsl/Makefile Mon Jan 13 12:30:31 2020 (r522885) @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libck.so:devel/concurrencykit \ libmemcached.so:databases/libmemcached -BROKEN_powerpc64= Does not build: ld: skipping incompatible /usr/local/lib/libck.so when searching for -lck ONLY_FOR_ARCHS= amd64 powerpc64 sparc64 USES= autoreconf libtool pathfix pkgconfig From owner-svn-ports-branches@freebsd.org Mon Jan 13 21:40:05 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7F6AB1EDB9B; Mon, 13 Jan 2020 21:40:05 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47xRnx2mjvz4D3Q; Mon, 13 Jan 2020 21:40:05 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5A67FB0E3; Mon, 13 Jan 2020 21:40:05 +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 00DLe5j0031410; Mon, 13 Jan 2020 21:40:05 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00DLe51R031408; Mon, 13 Jan 2020 21:40:05 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <202001132140.00DLe51R031408@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Mon, 13 Jan 2020 21:40:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r522976 - branches/2020Q1/sysutils/e2fsprogs X-SVN-Group: ports-branches X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: branches/2020Q1/sysutils/e2fsprogs X-SVN-Commit-Revision: 522976 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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 Jan 2020 21:40:05 -0000 Author: mandree Date: Mon Jan 13 21:40:04 2020 New Revision: 522976 URL: https://svnweb.freebsd.org/changeset/ports/522976 Log: MFH: r522702 e2fsprogs security update to 1.45.5 Release Notes: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.45.5 Security: 8b61308b-322a-11ea-b34b-1de6fb24355d Security: CVE-2019-5188 Approved by: ports-secteam@ (riggs) Modified: branches/2020Q1/sysutils/e2fsprogs/Makefile branches/2020Q1/sysutils/e2fsprogs/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/sysutils/e2fsprogs/Makefile ============================================================================== --- branches/2020Q1/sysutils/e2fsprogs/Makefile Mon Jan 13 21:38:35 2020 (r522975) +++ branches/2020Q1/sysutils/e2fsprogs/Makefile Mon Jan 13 21:40:04 2020 (r522976) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= e2fsprogs -PORTVERSION= 1.45.4 +PORTVERSION= 1.45.5 PORTREVISION?= 0 CATEGORIES?= sysutils MASTER_SITES= KERNEL_ORG/linux/kernel/people/tytso/${PORTNAME}/v${PORTVERSION} Modified: branches/2020Q1/sysutils/e2fsprogs/distinfo ============================================================================== --- branches/2020Q1/sysutils/e2fsprogs/distinfo Mon Jan 13 21:38:35 2020 (r522975) +++ branches/2020Q1/sysutils/e2fsprogs/distinfo Mon Jan 13 21:40:04 2020 (r522976) @@ -1,3 +1,3 @@ -TIMESTAMP = 1576924308 -SHA256 (e2fsprogs-1.45.4.tar.xz) = 65faf6b590ca1da97440d6446bd11de9e0914b42553740ba5d9d2a796fa0dc02 -SIZE (e2fsprogs-1.45.4.tar.xz) = 5567164 +TIMESTAMP = 1578494654 +SHA256 (e2fsprogs-1.45.5.tar.xz) = f9faccc0d90f73556e797dc7cc5979b582bd50d3f8609c0f2ad48c736d44aede +SIZE (e2fsprogs-1.45.5.tar.xz) = 5569796 From owner-svn-ports-branches@freebsd.org Tue Jan 14 13:45:28 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B7A2F1EB679; Tue, 14 Jan 2020 13:45:28 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47xsCr4RYMz49Kn; Tue, 14 Jan 2020 13:45:28 +0000 (UTC) (envelope-from adamw@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 93C6F1E7EC; Tue, 14 Jan 2020 13:45:28 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00EDjSNJ017482; Tue, 14 Jan 2020 13:45:28 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00EDjSoF017480; Tue, 14 Jan 2020 13:45:28 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <202001141345.00EDjSoF017480@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 14 Jan 2020 13:45:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523014 - branches/2020Q1/www/p5-Template-Toolkit X-SVN-Group: ports-branches X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: branches/2020Q1/www/p5-Template-Toolkit X-SVN-Commit-Revision: 523014 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jan 2020 13:45:28 -0000 Author: adamw Date: Tue Jan 14 13:45:27 2020 New Revision: 523014 URL: https://svnweb.freebsd.org/changeset/ports/523014 Log: MFH: r523013 p5-Template-Toolkit: Update to 3.004 Security: CVE-2019-19781 Approved by: portmgr (with hat) Modified: branches/2020Q1/www/p5-Template-Toolkit/Makefile branches/2020Q1/www/p5-Template-Toolkit/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/www/p5-Template-Toolkit/Makefile ============================================================================== --- branches/2020Q1/www/p5-Template-Toolkit/Makefile Tue Jan 14 13:44:39 2020 (r523013) +++ branches/2020Q1/www/p5-Template-Toolkit/Makefile Tue Jan 14 13:45:27 2020 (r523014) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Template-Toolkit -PORTVERSION= 3.003 +PORTVERSION= 3.004 CATEGORIES= www textproc perl5 MASTER_SITES= CPAN \ http://www.template-toolkit.org/download/ Modified: branches/2020Q1/www/p5-Template-Toolkit/distinfo ============================================================================== --- branches/2020Q1/www/p5-Template-Toolkit/distinfo Tue Jan 14 13:44:39 2020 (r523013) +++ branches/2020Q1/www/p5-Template-Toolkit/distinfo Tue Jan 14 13:45:27 2020 (r523014) @@ -1,3 +1,3 @@ -TIMESTAMP = 1577558334 -SHA256 (Template-Toolkit-3.003.tar.gz) = 07c603b8f6954b11e0af794c0da387c2499a2c213b5958b78b2b347dce420dbd -SIZE (Template-Toolkit-3.003.tar.gz) = 516462 +TIMESTAMP = 1579009249 +SHA256 (Template-Toolkit-3.004.tar.gz) = d731856f5aa1f81e6a40b0556c014929cae7b68b42160c096ba3ee29ef4cbc8b +SIZE (Template-Toolkit-3.004.tar.gz) = 516701 From owner-svn-ports-branches@freebsd.org Tue Jan 14 14:20:58 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C5ACC1EC3D4; Tue, 14 Jan 2020 14:20:58 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47xt0p4rz1z4C8Y; Tue, 14 Jan 2020 14:20:58 +0000 (UTC) (envelope-from pkubaj@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A1E041ED8B; Tue, 14 Jan 2020 14:20:58 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00EEKwLM035849; Tue, 14 Jan 2020 14:20:58 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00EEKwXR035848; Tue, 14 Jan 2020 14:20:58 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202001141420.00EEKwXR035848@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Tue, 14 Jan 2020 14:20:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523018 - branches/2020Q1/math/gau2grid X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q1/math/gau2grid X-SVN-Commit-Revision: 523018 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jan 2020 14:20:58 -0000 Author: pkubaj Date: Tue Jan 14 14:20:58 2020 New Revision: 523018 URL: https://svnweb.freebsd.org/changeset/ports/523018 Log: MFH: r523016 math/gau2grid: remove -march=native, unbreak on i386 and powerpc64 This port added -march=native, which was against ports tree compliance, broke run-time on some amd64 and broke building on non-x86. I have verified that it builds correctly on i386 and powerpc64 (provided -march=native is removed). It probably also builds on other architectures. Reviewed by: linimon Approved by: portmgr (fix build blanket) Modified: branches/2020Q1/math/gau2grid/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/math/gau2grid/Makefile ============================================================================== --- branches/2020Q1/math/gau2grid/Makefile Tue Jan 14 14:19:57 2020 (r523017) +++ branches/2020Q1/math/gau2grid/Makefile Tue Jan 14 14:20:58 2020 (r523018) @@ -3,6 +3,7 @@ PORTNAME= gau2grid DISTVERSIONPREFIX= v DISTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= math python MAINTAINER= yuri@FreeBSD.org @@ -11,7 +12,7 @@ COMMENT= Fast computation of a gaussian and its deriva LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS= amd64 i386 powerpc64 ONLY_FOR_ARCHS_REASON= BUG: ValueError: descr is not a valid dtype descriptor: ' From owner-svn-ports-branches@freebsd.org Tue Jan 14 14:52:43 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7DF2E1ED497; Tue, 14 Jan 2020 14:52:43 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47xtjR2nCqz4F78; Tue, 14 Jan 2020 14:52:43 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4237D1F57C; Tue, 14 Jan 2020 14:52:43 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00EEqhHO059703; Tue, 14 Jan 2020 14:52:43 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00EEqgGP059700; Tue, 14 Jan 2020 14:52:42 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <202001141452.00EEqgGP059700@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 14 Jan 2020 14:52:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523020 - in branches/2020Q1/www: flashplayer linux-flashplayer X-SVN-Group: ports-branches X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: in branches/2020Q1/www: flashplayer linux-flashplayer X-SVN-Commit-Revision: 523020 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jan 2020 14:52:43 -0000 Author: jkim Date: Tue Jan 14 14:52:42 2020 New Revision: 523020 URL: https://svnweb.freebsd.org/changeset/ports/523020 Log: MFH: r523019 Update to 32.0.0.314. Approved by: ports-secteam (blanket) Modified: branches/2020Q1/www/flashplayer/Makefile branches/2020Q1/www/linux-flashplayer/Makefile branches/2020Q1/www/linux-flashplayer/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/www/flashplayer/Makefile ============================================================================== --- branches/2020Q1/www/flashplayer/Makefile Tue Jan 14 14:50:00 2020 (r523019) +++ branches/2020Q1/www/flashplayer/Makefile Tue Jan 14 14:52:42 2020 (r523020) @@ -2,7 +2,7 @@ PORTNAME= flashplayer PORTVERSION= 32.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= www multimedia DISTFILES= Modified: branches/2020Q1/www/linux-flashplayer/Makefile ============================================================================== --- branches/2020Q1/www/linux-flashplayer/Makefile Tue Jan 14 14:50:00 2020 (r523019) +++ branches/2020Q1/www/linux-flashplayer/Makefile Tue Jan 14 14:52:42 2020 (r523020) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flashplayer -PORTVERSION= 32.0.0.303 +PORTVERSION= 32.0.0.314 CATEGORIES= www multimedia linux MASTER_SITES= https://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION}/ PKGNAMEPREFIX= linux- Modified: branches/2020Q1/www/linux-flashplayer/distinfo ============================================================================== --- branches/2020Q1/www/linux-flashplayer/distinfo Tue Jan 14 14:50:00 2020 (r523019) +++ branches/2020Q1/www/linux-flashplayer/distinfo Tue Jan 14 14:52:42 2020 (r523020) @@ -1,3 +1,3 @@ -TIMESTAMP = 1575998242 -SHA256 (flashplayer/32.0.0.303/flash_player_npapi_linux.i386.tar.gz) = 3f207991616bc7218b36e3366c2e4c9459436c78cc16e896cb14ab1183bb6b9a -SIZE (flashplayer/32.0.0.303/flash_player_npapi_linux.i386.tar.gz) = 8537265 +TIMESTAMP = 1579013101 +SHA256 (flashplayer/32.0.0.314/flash_player_npapi_linux.i386.tar.gz) = b62fbc29cbfd809a44497dcdad3063d6f817c0b50f0bf4ec7f5a9f2fb4e2de4b +SIZE (flashplayer/32.0.0.314/flash_player_npapi_linux.i386.tar.gz) = 8537211 From owner-svn-ports-branches@freebsd.org Tue Jan 14 15:27:28 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F082A1EE7EA; Tue, 14 Jan 2020 15:27:28 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47xvTX66x6z4HGD; Tue, 14 Jan 2020 15:27:28 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CD64C1FB3E; Tue, 14 Jan 2020 15:27:28 +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 00EFRSYR078280; Tue, 14 Jan 2020 15:27:28 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00EFRSFS078277; Tue, 14 Jan 2020 15:27:28 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202001141527.00EFRSFS078277@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 14 Jan 2020 15:27:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523024 - in branches/2020Q1/security: ca_root_nss nss X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2020Q1/security: ca_root_nss nss X-SVN-Commit-Revision: 523024 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jan 2020 15:27:29 -0000 Author: jbeich Date: Tue Jan 14 15:27:27 2020 New Revision: 523024 URL: https://svnweb.freebsd.org/changeset/ports/523024 Log: MFH: r523023 security/nss: update to 3.49.1 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.49.1_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_49_1_RTM ABI: https://abi-laboratory.pro/tracker/timeline/nss/ Reported by: Repology Approved by: ports-secteam blanket (required by Firefox 73) Modified: branches/2020Q1/security/ca_root_nss/Makefile branches/2020Q1/security/ca_root_nss/distinfo branches/2020Q1/security/nss/Makefile branches/2020Q1/security/nss/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/security/ca_root_nss/Makefile ============================================================================== --- branches/2020Q1/security/ca_root_nss/Makefile Tue Jan 14 15:26:43 2020 (r523023) +++ branches/2020Q1/security/ca_root_nss/Makefile Tue Jan 14 15:27:27 2020 (r523024) @@ -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.49 +VERSION_NSS= 3.49.1 #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/2020Q1/security/ca_root_nss/distinfo ============================================================================== --- branches/2020Q1/security/ca_root_nss/distinfo Tue Jan 14 15:26:43 2020 (r523023) +++ branches/2020Q1/security/ca_root_nss/distinfo Tue Jan 14 15:27:27 2020 (r523024) @@ -1,3 +1,3 @@ -TIMESTAMP = 1578083263 -SHA256 (nss-3.49.tar.gz) = 6738094dc4fd63061118a122bf3999a64fe8c7117fc52f6e81c2279181bde71d -SIZE (nss-3.49.tar.gz) = 76488781 +TIMESTAMP = 1578935650 +SHA256 (nss-3.49.1.tar.gz) = d9aa42e49e02bb0dc0a2f164604cfc718e11a2a06ddb266cd676376ac21b026e +SIZE (nss-3.49.1.tar.gz) = 76489134 Modified: branches/2020Q1/security/nss/Makefile ============================================================================== --- branches/2020Q1/security/nss/Makefile Tue Jan 14 15:26:43 2020 (r523023) +++ branches/2020Q1/security/nss/Makefile Tue Jan 14 15:27:27 2020 (r523024) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.49 +PORTVERSION= 3.49.1 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src Modified: branches/2020Q1/security/nss/distinfo ============================================================================== --- branches/2020Q1/security/nss/distinfo Tue Jan 14 15:26:43 2020 (r523023) +++ branches/2020Q1/security/nss/distinfo Tue Jan 14 15:27:27 2020 (r523024) @@ -1,3 +1,3 @@ -TIMESTAMP = 1578083263 -SHA256 (nss-3.49.tar.gz) = 6738094dc4fd63061118a122bf3999a64fe8c7117fc52f6e81c2279181bde71d -SIZE (nss-3.49.tar.gz) = 76488781 +TIMESTAMP = 1578935650 +SHA256 (nss-3.49.1.tar.gz) = d9aa42e49e02bb0dc0a2f164604cfc718e11a2a06ddb266cd676376ac21b026e +SIZE (nss-3.49.1.tar.gz) = 76489134 From owner-svn-ports-branches@freebsd.org Tue Jan 14 17:19:38 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D54B31F1702; Tue, 14 Jan 2020 17:19:38 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47xxyy5PYxz4R11; Tue, 14 Jan 2020 17:19:38 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9785220FCD; Tue, 14 Jan 2020 17:19:38 +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 00EHJc9t048105; Tue, 14 Jan 2020 17:19:38 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00EHJbf4048100; Tue, 14 Jan 2020 17:19:37 GMT (envelope-from feld@FreeBSD.org) Message-Id: <202001141719.00EHJbf4048100@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 14 Jan 2020 17:19:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523057 - in branches/2020Q1/net-mgmt: xymon-client xymon-server X-SVN-Group: ports-branches X-SVN-Commit-Author: feld X-SVN-Commit-Paths: in branches/2020Q1/net-mgmt: xymon-client xymon-server X-SVN-Commit-Revision: 523057 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jan 2020 17:19:38 -0000 Author: feld Date: Tue Jan 14 17:19:37 2020 New Revision: 523057 URL: https://svnweb.freebsd.org/changeset/ports/523057 Log: MFH: r523056 net-mgmt/xymon-client net-mgmt/xymon-server: Update to 4.3.30 Various crashes and bugs relating to string handling changes have been fixed, including problems with hostnames with dashes in them. Combostatus tests propagated up from other combostatus tests should now display properly. Approved by: ports-secteam (blanket) Modified: branches/2020Q1/net-mgmt/xymon-client/Makefile branches/2020Q1/net-mgmt/xymon-client/distinfo branches/2020Q1/net-mgmt/xymon-server/Makefile branches/2020Q1/net-mgmt/xymon-server/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/net-mgmt/xymon-client/Makefile ============================================================================== --- branches/2020Q1/net-mgmt/xymon-client/Makefile Tue Jan 14 17:17:42 2020 (r523056) +++ branches/2020Q1/net-mgmt/xymon-client/Makefile Tue Jan 14 17:19:37 2020 (r523057) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xymon -PORTVERSION= 4.3.28 +PORTVERSION= 4.3.30 PORTREVISION= 0 CATEGORIES= net-mgmt www MASTER_SITES= SF/xymon/Xymon/${PORTVERSION} Modified: branches/2020Q1/net-mgmt/xymon-client/distinfo ============================================================================== --- branches/2020Q1/net-mgmt/xymon-client/distinfo Tue Jan 14 17:17:42 2020 (r523056) +++ branches/2020Q1/net-mgmt/xymon-client/distinfo Tue Jan 14 17:19:37 2020 (r523057) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487074890 -SHA256 (repacked/xymon-4.3.28.tar.gz) = 68cb33eb48d1bb212a1bbafd9fdea8c682ae1b69077cd5fb03676e0af39cbf80 -SIZE (repacked/xymon-4.3.28.tar.gz) = 3966200 +TIMESTAMP = 1579022146 +SHA256 (repacked/xymon-4.3.30.tar.gz) = 8ed51771c8e1e15df96725072c61a21286ab0e6105a0e1edac956225201bf5f5 +SIZE (repacked/xymon-4.3.30.tar.gz) = 3549653 Modified: branches/2020Q1/net-mgmt/xymon-server/Makefile ============================================================================== --- branches/2020Q1/net-mgmt/xymon-server/Makefile Tue Jan 14 17:17:42 2020 (r523056) +++ branches/2020Q1/net-mgmt/xymon-server/Makefile Tue Jan 14 17:19:37 2020 (r523057) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xymon -PORTVERSION= 4.3.29 +PORTVERSION= 4.3.30 PORTREVISION= 0 CATEGORIES= net-mgmt www MASTER_SITES= SF/xymon/Xymon/${PORTVERSION} Modified: branches/2020Q1/net-mgmt/xymon-server/distinfo ============================================================================== --- branches/2020Q1/net-mgmt/xymon-server/distinfo Tue Jan 14 17:17:42 2020 (r523056) +++ branches/2020Q1/net-mgmt/xymon-server/distinfo Tue Jan 14 17:19:37 2020 (r523057) @@ -1,3 +1,3 @@ -TIMESTAMP = 1565901233 -SHA256 (repacked/xymon-4.3.29.tar.gz) = 89bcb6c7a4325c8bcaa5c1f3de238c444f2731b04b0cb0348b88add89396c659 -SIZE (repacked/xymon-4.3.29.tar.gz) = 3548283 +TIMESTAMP = 1579022137 +SHA256 (repacked/xymon-4.3.30.tar.gz) = 8ed51771c8e1e15df96725072c61a21286ab0e6105a0e1edac956225201bf5f5 +SIZE (repacked/xymon-4.3.30.tar.gz) = 3549653 From owner-svn-ports-branches@freebsd.org Tue Jan 14 19:58:40 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7430C1F41AB; Tue, 14 Jan 2020 19:58:40 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47y1VS2Mlmz4Yxq; Tue, 14 Jan 2020 19:58:40 +0000 (UTC) (envelope-from pkubaj@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4CA8D22D14; Tue, 14 Jan 2020 19:58:40 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00EJwerp043792; Tue, 14 Jan 2020 19:58:40 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00EJwdFf043791; Tue, 14 Jan 2020 19:58:39 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202001141958.00EJwdFf043791@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Tue, 14 Jan 2020 19:58:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523061 - branches/2020Q1/games/dxx-rebirth X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q1/games/dxx-rebirth X-SVN-Commit-Revision: 523061 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jan 2020 19:58:40 -0000 Author: pkubaj Date: Tue Jan 14 19:58:39 2020 New Revision: 523061 URL: https://svnweb.freebsd.org/changeset/ports/523061 Log: MFH: r523060 games/dxx-rebirth: update to 20191227 Allows us to remove the necessary patch and fixes build on i386. Approved by: portmgr (fix build blanket) Modified: branches/2020Q1/games/dxx-rebirth/Makefile branches/2020Q1/games/dxx-rebirth/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/games/dxx-rebirth/Makefile ============================================================================== --- branches/2020Q1/games/dxx-rebirth/Makefile Tue Jan 14 19:57:40 2020 (r523060) +++ branches/2020Q1/games/dxx-rebirth/Makefile Tue Jan 14 19:58:39 2020 (r523061) @@ -2,14 +2,11 @@ # $FreeBSD$ PORTNAME= dxx-rebirth -PORTVERSION= 20191018 +PORTVERSION= 20191227 DISTVERSIONSUFFIX= -src CATEGORIES= games MASTER_SITES= https://www.dxx-rebirth.com/download/dxx/rebirth/ DISTNAME= ${PORTNAME}_${PORTVERSION}${DISTVERSIONSUFFIX} - -PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/ -PATCHFILES= d0566119891c7f381cbe7a375c09ccda6c0c689a.patch:-p1 MAINTAINER= pkubaj@FreeBSD.org COMMENT= Open source port of Descent and Descent 2 Modified: branches/2020Q1/games/dxx-rebirth/distinfo ============================================================================== --- branches/2020Q1/games/dxx-rebirth/distinfo Tue Jan 14 19:57:40 2020 (r523060) +++ branches/2020Q1/games/dxx-rebirth/distinfo Tue Jan 14 19:58:39 2020 (r523061) @@ -1,5 +1,3 @@ -TIMESTAMP = 1573553978 -SHA256 (dxx-rebirth_20191018-src.tar.xz) = bd0986b9262992e15d375daa6df056c316ca3c176765ec97712d1a6769beed3b -SIZE (dxx-rebirth_20191018-src.tar.xz) = 1315824 -SHA256 (d0566119891c7f381cbe7a375c09ccda6c0c689a.patch) = 636c88613597e5b5c139b2a64322ea200036e3628b029b0a7d3f993afc1d42aa -SIZE (d0566119891c7f381cbe7a375c09ccda6c0c689a.patch) = 1942 +TIMESTAMP = 1579031507 +SHA256 (dxx-rebirth_20191227-src.tar.xz) = 40869d725506cfabbe34fa3c9b766c70671bfc6832bc2bfae61cefdfaf1b9102 +SIZE (dxx-rebirth_20191227-src.tar.xz) = 1319540 From owner-svn-ports-branches@freebsd.org Tue Jan 14 21:30:57 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ED9D51F5AD4; Tue, 14 Jan 2020 21:30:57 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47y3Xx60rPz4dsL; Tue, 14 Jan 2020 21:30:57 +0000 (UTC) (envelope-from pkubaj@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C979D23EA6; Tue, 14 Jan 2020 21:30:57 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00ELUviR000223; Tue, 14 Jan 2020 21:30:57 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00ELUvxc000222; Tue, 14 Jan 2020 21:30:57 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202001142130.00ELUvxc000222@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Tue, 14 Jan 2020 21:30:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523069 - branches/2020Q1/net/tcpkali X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q1/net/tcpkali X-SVN-Commit-Revision: 523069 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jan 2020 21:30:58 -0000 Author: pkubaj Date: Tue Jan 14 21:30:57 2020 New Revision: 523069 URL: https://svnweb.freebsd.org/changeset/ports/523069 Log: MFH: r523068 net/tcpkali: fix build on GCC architectures Builds fine with C11 compiler. Approved by: portmgr (fix build blanket) Modified: branches/2020Q1/net/tcpkali/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/net/tcpkali/Makefile ============================================================================== --- branches/2020Q1/net/tcpkali/Makefile Tue Jan 14 21:30:00 2020 (r523068) +++ branches/2020Q1/net/tcpkali/Makefile Tue Jan 14 21:30:57 2020 (r523069) @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE GNU_CONFIGURE= yes -USES= autoreconf compiler libtool gmake ncurses +USES= autoreconf compiler:c11 libtool gmake ncurses USE_GITHUB= yes GH_ACCOUNT= machinezone @@ -24,10 +24,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 -.include - -.if ${CHOSEN_COMPILER_TYPE} == gcc -BROKEN= is marked as broken with GCC: src/tcpkali_atomic.h unconditionally includes x86 assembler -.endif - -.include +.include From owner-svn-ports-branches@freebsd.org Wed Jan 15 10:21:00 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AD58F22798B; Wed, 15 Jan 2020 10:21:00 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47yNdS49RTz4LPB; Wed, 15 Jan 2020 10:21:00 +0000 (UTC) (envelope-from brnrd@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8A79D4FFA; Wed, 15 Jan 2020 10:21:00 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00FAL0Po061602; Wed, 15 Jan 2020 10:21:00 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00FAL0OM061601; Wed, 15 Jan 2020 10:21:00 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <202001151021.00FAL0OM061601@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Wed, 15 Jan 2020 10:21:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523096 - branches/2020Q1/security/openssl111 X-SVN-Group: ports-branches X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: branches/2020Q1/security/openssl111 X-SVN-Commit-Revision: 523096 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jan 2020 10:21:00 -0000 Author: brnrd Date: Wed Jan 15 10:21:00 2020 New Revision: 523096 URL: https://svnweb.freebsd.org/changeset/ports/523096 Log: security/openssl111: Mark deprecation Approved by: ports-secteam (adamw) Modified: branches/2020Q1/security/openssl111/Makefile Modified: branches/2020Q1/security/openssl111/Makefile ============================================================================== --- branches/2020Q1/security/openssl111/Makefile Wed Jan 15 10:06:47 2020 (r523095) +++ branches/2020Q1/security/openssl111/Makefile Wed Jan 15 10:21:00 2020 (r523096) @@ -14,6 +14,9 @@ COMMENT= TLSv1.3 capable SSL and crypto library LICENSE= OpenSSL LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Moved to security/openssl in head +EXPIRATION_DATE=2020-03-31 + CONFLICTS_INSTALL= libressl-[0-9]* \ libressl-devel-[0-9]* \ openssl-[0-9]* From owner-svn-ports-branches@freebsd.org Wed Jan 15 10:47:41 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 670451F00D1; Wed, 15 Jan 2020 10:47:41 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47yPDF1tH9z4MTt; Wed, 15 Jan 2020 10:47:41 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3729F5539; Wed, 15 Jan 2020 10:47:41 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00FAlflN078833; Wed, 15 Jan 2020 10:47:41 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00FAle8r078830; Wed, 15 Jan 2020 10:47:40 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <202001151047.00FAle8r078830@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Wed, 15 Jan 2020 10:47:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523098 - branches/2020Q1/www/drupal7 X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: branches/2020Q1/www/drupal7 X-SVN-Commit-Revision: 523098 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jan 2020 10:47:41 -0000 Author: joneum Date: Wed Jan 15 10:47:40 2020 New Revision: 523098 URL: https://svnweb.freebsd.org/changeset/ports/523098 Log: MFH: r523097 Update to 7.69 - https://www.drupal.org/project/drupal/releases/7.69 - https://www.drupal.org/project/drupal/releases/7.68 - https://www.drupal.org/sa-core-2019-012 Security: 3da0352f-2397-11ea-966e-000ffec0b3e1 Sponsored by: Netzkommune GmbH Approved by: ports-secteam (with hat) Modified: branches/2020Q1/www/drupal7/Makefile branches/2020Q1/www/drupal7/distinfo branches/2020Q1/www/drupal7/pkg-plist Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/www/drupal7/Makefile ============================================================================== --- branches/2020Q1/www/drupal7/Makefile Wed Jan 15 10:44:06 2020 (r523097) +++ branches/2020Q1/www/drupal7/Makefile Wed Jan 15 10:47:40 2020 (r523098) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drupal7 -DISTVERSION= 7.67 +DISTVERSION= 7.69 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} Modified: branches/2020Q1/www/drupal7/distinfo ============================================================================== --- branches/2020Q1/www/drupal7/distinfo Wed Jan 15 10:44:06 2020 (r523097) +++ branches/2020Q1/www/drupal7/distinfo Wed Jan 15 10:47:40 2020 (r523098) @@ -1,3 +1,3 @@ -TIMESTAMP = 1559984305 -SHA256 (drupal/drupal-7.67.tar.gz) = a1a9f48eb2e89ce52f16729201ad2efbee7e802ab0c19118cbf9e4938f847af1 -SIZE (drupal/drupal-7.67.tar.gz) = 3312764 +TIMESTAMP = 1578664188 +SHA256 (drupal/drupal-7.69.tar.gz) = 9c60ea7b3ab3bedf11b823e67ae592c611cbf802b1467a1ff8140742565c7e0f +SIZE (drupal/drupal-7.69.tar.gz) = 3314294 Modified: branches/2020Q1/www/drupal7/pkg-plist ============================================================================== --- branches/2020Q1/www/drupal7/pkg-plist Wed Jan 15 10:44:06 2020 (r523097) +++ branches/2020Q1/www/drupal7/pkg-plist Wed Jan 15 10:47:40 2020 (r523098) @@ -1,3 +1,6 @@ +%%DRUPAL_BASE%%/.htaccess +%%DRUPAL_BASE%%/authorize.php +%%DRUPAL_BASE%%/cron.php %%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.txt %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT.txt %%PORTDOCS%%%%DOCSDIR%%/INSTALL.mysql.txt @@ -10,9 +13,6 @@ %%PORTDOCS%%%%DOCSDIR%%/UPGRADE.txt @owner www @group www -%%DRUPAL_BASE%%/.htaccess -%%DRUPAL_BASE%%/authorize.php -%%DRUPAL_BASE%%/cron.php %%DRUPAL_BASE%%/includes/actions.inc %%DRUPAL_BASE%%/includes/ajax.inc %%DRUPAL_BASE%%/includes/archiver.inc @@ -92,6 +92,7 @@ %%DRUPAL_BASE%%/misc/authorize.js %%DRUPAL_BASE%%/misc/autocomplete.js %%DRUPAL_BASE%%/misc/batch.js +%%DRUPAL_BASE%%/misc/brumann/polyfill-unserialize/.gitignore %%DRUPAL_BASE%%/misc/brumann/polyfill-unserialize/.travis.yml %%DRUPAL_BASE%%/misc/brumann/polyfill-unserialize/LICENSE %%DRUPAL_BASE%%/misc/brumann/polyfill-unserialize/README.md @@ -161,6 +162,7 @@ %%DRUPAL_BASE%%/misc/tree-bottom.png %%DRUPAL_BASE%%/misc/tree.png %%DRUPAL_BASE%%/misc/typo3/drupal-security/PharExtensionInterceptor.php +%%DRUPAL_BASE%%/misc/typo3/phar-stream-wrapper/.gitignore %%DRUPAL_BASE%%/misc/typo3/phar-stream-wrapper/LICENSE %%DRUPAL_BASE%%/misc/typo3/phar-stream-wrapper/README.md %%DRUPAL_BASE%%/misc/typo3/phar-stream-wrapper/composer.json @@ -920,6 +922,7 @@ %%DRUPAL_BASE%%/modules/taxonomy/taxonomy.pages.inc %%DRUPAL_BASE%%/modules/taxonomy/taxonomy.test %%DRUPAL_BASE%%/modules/taxonomy/taxonomy.tokens.inc +%%DRUPAL_BASE%%/modules/toolbar/toolbar-print.css %%DRUPAL_BASE%%/modules/toolbar/toolbar-rtl.css %%DRUPAL_BASE%%/modules/toolbar/toolbar.css %%DRUPAL_BASE%%/modules/toolbar/toolbar.info @@ -984,6 +987,8 @@ %%DRUPAL_BASE%%/modules/update/update.test %%DRUPAL_BASE%%/modules/user/tests/user_form_test.info %%DRUPAL_BASE%%/modules/user/tests/user_form_test.module +%%DRUPAL_BASE%%/modules/user/tests/user_session_test.info +%%DRUPAL_BASE%%/modules/user/tests/user_session_test.module %%DRUPAL_BASE%%/modules/user/user-picture.tpl.php %%DRUPAL_BASE%%/modules/user/user-profile-category.tpl.php %%DRUPAL_BASE%%/modules/user/user-profile-item.tpl.php From owner-svn-ports-branches@freebsd.org Wed Jan 15 10:51:48 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 00C981F020B; Wed, 15 Jan 2020 10:51:48 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47yPJz6CBXz4Ms3; Wed, 15 Jan 2020 10:51:47 +0000 (UTC) (envelope-from pkubaj@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D053655AB; Wed, 15 Jan 2020 10:51:47 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00FAplkt083806; Wed, 15 Jan 2020 10:51:47 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00FApl03083805; Wed, 15 Jan 2020 10:51:47 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202001151051.00FApl03083805@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Wed, 15 Jan 2020 10:51:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523100 - branches/2020Q1/math/libflame X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q1/math/libflame X-SVN-Commit-Revision: 523100 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jan 2020 10:51:48 -0000 Author: pkubaj Date: Wed Jan 15 10:51:47 2020 New Revision: 523100 URL: https://svnweb.freebsd.org/changeset/ports/523100 Log: MFH: r523099 math/libflame: unbreak on powerpc64 Builds fine on powerpc64. Approved by: portmgr (fix build blanket) Modified: branches/2020Q1/math/libflame/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/math/libflame/Makefile ============================================================================== --- branches/2020Q1/math/libflame/Makefile Wed Jan 15 10:50:53 2020 (r523099) +++ branches/2020Q1/math/libflame/Makefile Wed Jan 15 10:51:47 2020 (r523100) @@ -11,13 +11,13 @@ COMMENT= FLAME dense linear algebra library LICENSE= BSD3CLAUSE -ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS= amd64 i386 powerpc64 ONLY_FOR_ARCHS_REASON= make system does not support other architectures yet BUILD_DEPENDS= bash:shells/bash GNU_CONFIGURE= yes -USES= gmake +USES= compiler:c11 gmake USE_CSTD= c99 USE_LDCONFIG= yes From owner-svn-ports-branches@freebsd.org Wed Jan 15 13:49:18 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3DB311F4278; Wed, 15 Jan 2020 13:49:18 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47yTFp0vKbz4WWK; Wed, 15 Jan 2020 13:49:18 +0000 (UTC) (envelope-from pkubaj@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 19F6377AC; Wed, 15 Jan 2020 13:49:18 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00FDnHn1086785; Wed, 15 Jan 2020 13:49:17 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00FDnHKr086784; Wed, 15 Jan 2020 13:49:17 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202001151349.00FDnHKr086784@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Wed, 15 Jan 2020 13:49:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523109 - branches/2020Q1/games/flightgear-mb339-pan X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q1/games/flightgear-mb339-pan X-SVN-Commit-Revision: 523109 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jan 2020 13:49:18 -0000 Author: pkubaj Date: Wed Jan 15 13:49:17 2020 New Revision: 523109 URL: https://svnweb.freebsd.org/changeset/ports/523109 Log: MFH: r523108 games/flightgear-mb339-pan: unbreak on powerpc64 Builds fine on powerpc64, but takes long to package. If it times out, Poudriere limits should be increased. Approved by: portmgr (fix build blanket) Modified: branches/2020Q1/games/flightgear-mb339-pan/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/games/flightgear-mb339-pan/Makefile ============================================================================== --- branches/2020Q1/games/flightgear-mb339-pan/Makefile Wed Jan 15 13:48:06 2020 (r523108) +++ branches/2020Q1/games/flightgear-mb339-pan/Makefile Wed Jan 15 13:49:17 2020 (r523109) @@ -11,8 +11,6 @@ DISTNAME= mb339pan_${PORTVERSION} MAINTAINER= martymac@FreeBSD.org COMMENT= Simulation of the MB-339 PAN aerobatic jet -BROKEN_powerpc64= fails to build: runaway process - RUN_DEPENDS= ${LOCALBASE}/share/flightgear/version:games/flightgear-data RESTRICTED= Redistribution prohibited From owner-svn-ports-branches@freebsd.org Wed Jan 15 13:56:37 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3A1811F477D; Wed, 15 Jan 2020 13:56:37 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47yTQF0cCpz4XGK; Wed, 15 Jan 2020 13:56:37 +0000 (UTC) (envelope-from zeising@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0FD537989; Wed, 15 Jan 2020 13:56:37 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00FDua7V092997; Wed, 15 Jan 2020 13:56:36 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00FDuZq6092989; Wed, 15 Jan 2020 13:56:35 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <202001151356.00FDuZq6092989@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Wed, 15 Jan 2020 13:56:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523112 - in branches/2020Q1/graphics: drm-current-kmod drm-devel-kmod drm-fbsd11.2-kmod drm-fbsd12.0-kmod X-SVN-Group: ports-branches X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in branches/2020Q1/graphics: drm-current-kmod drm-devel-kmod drm-fbsd11.2-kmod drm-fbsd12.0-kmod X-SVN-Commit-Revision: 523112 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jan 2020 13:56:37 -0000 Author: zeising Date: Wed Jan 15 13:56:34 2020 New Revision: 523112 URL: https://svnweb.freebsd.org/changeset/ports/523112 Log: MFH: r523110 graphics/drm-kmod ports: Update snapshots Update snapshots of all linux KPI based DRM graphics driver ports. This update fixes an information disclosure security vulnerability. Please note that only the drivers for intel GPUs are affected. Security: d2c2c815-3793-11ea-8be3-54e1ad3d6335 Approved by: ports-secteam (implicit, security fix, drm-drivers blanket) Modified: branches/2020Q1/graphics/drm-current-kmod/Makefile branches/2020Q1/graphics/drm-current-kmod/distinfo branches/2020Q1/graphics/drm-devel-kmod/Makefile branches/2020Q1/graphics/drm-devel-kmod/distinfo branches/2020Q1/graphics/drm-fbsd11.2-kmod/Makefile branches/2020Q1/graphics/drm-fbsd11.2-kmod/distinfo branches/2020Q1/graphics/drm-fbsd12.0-kmod/Makefile branches/2020Q1/graphics/drm-fbsd12.0-kmod/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/graphics/drm-current-kmod/Makefile ============================================================================== --- branches/2020Q1/graphics/drm-current-kmod/Makefile Wed Jan 15 13:54:43 2020 (r523111) +++ branches/2020Q1/graphics/drm-current-kmod/Makefile Wed Jan 15 13:56:34 2020 (r523112) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drm-current-kmod -PORTVERSION= 4.16.g20191217 +PORTVERSION= 4.16.g20200115 CATEGORIES= graphics kld MAINTAINER= x11@FreeBSD.org @@ -34,7 +34,7 @@ USES= kmod uidfix compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= kms-drm -GH_TAGNAME= 9ea021d +GH_TAGNAME= d7cd400 .include Modified: branches/2020Q1/graphics/drm-current-kmod/distinfo ============================================================================== --- branches/2020Q1/graphics/drm-current-kmod/distinfo Wed Jan 15 13:54:43 2020 (r523111) +++ branches/2020Q1/graphics/drm-current-kmod/distinfo Wed Jan 15 13:56:34 2020 (r523112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1576615731 -SHA256 (FreeBSDDesktop-kms-drm-4.16.g20191217-9ea021d_GH0.tar.gz) = fe24529658a96d7cb823f5b41f551b53bcb5c93ed67af32e64e00da994d871b5 -SIZE (FreeBSDDesktop-kms-drm-4.16.g20191217-9ea021d_GH0.tar.gz) = 13091331 +TIMESTAMP = 1579089286 +SHA256 (FreeBSDDesktop-kms-drm-4.16.g20200115-d7cd400_GH0.tar.gz) = d6624168b91ad01521c8ed3241312cee00acac0b9b1fb2e6e059fe62ffd90279 +SIZE (FreeBSDDesktop-kms-drm-4.16.g20200115-d7cd400_GH0.tar.gz) = 13091440 Modified: branches/2020Q1/graphics/drm-devel-kmod/Makefile ============================================================================== --- branches/2020Q1/graphics/drm-devel-kmod/Makefile Wed Jan 15 13:54:43 2020 (r523111) +++ branches/2020Q1/graphics/drm-devel-kmod/Makefile Wed Jan 15 13:56:34 2020 (r523112) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drm-devel-kmod -PORTVERSION= 5.0.g20191217 +PORTVERSION= 5.0.g20200115 CATEGORIES= graphics kld MAINTAINER= x11@FreeBSD.org @@ -28,7 +28,7 @@ USES= kmod uidfix compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= kms-drm -GH_TAGNAME= 9353021 +GH_TAGNAME= 6706271 .include Modified: branches/2020Q1/graphics/drm-devel-kmod/distinfo ============================================================================== --- branches/2020Q1/graphics/drm-devel-kmod/distinfo Wed Jan 15 13:54:43 2020 (r523111) +++ branches/2020Q1/graphics/drm-devel-kmod/distinfo Wed Jan 15 13:56:34 2020 (r523112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1576671702 -SHA256 (FreeBSDDesktop-kms-drm-5.0.g20191217-9353021_GH0.tar.gz) = 541b6eb0f27dd0fcae974d3342b96d2383de2e1401d95f7355271c5944f2cc7e -SIZE (FreeBSDDesktop-kms-drm-5.0.g20191217-9353021_GH0.tar.gz) = 14635918 +TIMESTAMP = 1579089460 +SHA256 (FreeBSDDesktop-kms-drm-5.0.g20200115-6706271_GH0.tar.gz) = e19846a63d42d7002e1072ee624bb4a948dd6519ff3c0a7edd25ff6d99d76478 +SIZE (FreeBSDDesktop-kms-drm-5.0.g20200115-6706271_GH0.tar.gz) = 14636013 Modified: branches/2020Q1/graphics/drm-fbsd11.2-kmod/Makefile ============================================================================== --- branches/2020Q1/graphics/drm-fbsd11.2-kmod/Makefile Wed Jan 15 13:54:43 2020 (r523111) +++ branches/2020Q1/graphics/drm-fbsd11.2-kmod/Makefile Wed Jan 15 13:56:34 2020 (r523112) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drm-fbsd11.2-kmod -PORTVERSION= 4.11g20191204 +PORTVERSION= 4.11g20200115 CATEGORIES= graphics MAINTAINER= x11@FreeBSD.org @@ -28,7 +28,7 @@ USES= kmod uidfix USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= kms-drm -GH_TAGNAME= 4050743 +GH_TAGNAME= d49bde3 .include Modified: branches/2020Q1/graphics/drm-fbsd11.2-kmod/distinfo ============================================================================== --- branches/2020Q1/graphics/drm-fbsd11.2-kmod/distinfo Wed Jan 15 13:54:43 2020 (r523111) +++ branches/2020Q1/graphics/drm-fbsd11.2-kmod/distinfo Wed Jan 15 13:56:34 2020 (r523112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1575490376 -SHA256 (FreeBSDDesktop-kms-drm-4.11g20191204-4050743_GH0.tar.gz) = 480c0ddb11ff52dfb635efb1ea67617fb545224ed496253b378981a1d843f58e -SIZE (FreeBSDDesktop-kms-drm-4.11g20191204-4050743_GH0.tar.gz) = 7361764 +TIMESTAMP = 1579089030 +SHA256 (FreeBSDDesktop-kms-drm-4.11g20200115-d49bde3_GH0.tar.gz) = 7eb13021c4d9835787b2a6447be7d4090eef5d35611745bd2efffeef33e659a9 +SIZE (FreeBSDDesktop-kms-drm-4.11g20200115-d49bde3_GH0.tar.gz) = 7361755 Modified: branches/2020Q1/graphics/drm-fbsd12.0-kmod/Makefile ============================================================================== --- branches/2020Q1/graphics/drm-fbsd12.0-kmod/Makefile Wed Jan 15 13:54:43 2020 (r523111) +++ branches/2020Q1/graphics/drm-fbsd12.0-kmod/Makefile Wed Jan 15 13:56:34 2020 (r523112) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drm-fbsd12.0-kmod -PORTVERSION= 4.16.g20191120 +PORTVERSION= 4.16.g20200115 CATEGORIES= graphics MAINTAINER= x11@FreeBSD.org @@ -28,7 +28,7 @@ USES= kmod uidfix compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= kms-drm -GH_TAGNAME= 8002522 +GH_TAGNAME= f3206bf .include Modified: branches/2020Q1/graphics/drm-fbsd12.0-kmod/distinfo ============================================================================== --- branches/2020Q1/graphics/drm-fbsd12.0-kmod/distinfo Wed Jan 15 13:54:43 2020 (r523111) +++ branches/2020Q1/graphics/drm-fbsd12.0-kmod/distinfo Wed Jan 15 13:56:34 2020 (r523112) @@ -1,3 +1,3 @@ -TIMESTAMP = 1574248001 -SHA256 (FreeBSDDesktop-kms-drm-4.16.g20191120-8002522_GH0.tar.gz) = 4f1cb99ea00ceb5ed6434d5a34bc9b273146eb394a886a7976b6c727d072f1c5 -SIZE (FreeBSDDesktop-kms-drm-4.16.g20191120-8002522_GH0.tar.gz) = 13093483 +TIMESTAMP = 1579088993 +SHA256 (FreeBSDDesktop-kms-drm-4.16.g20200115-f3206bf_GH0.tar.gz) = 6f7fa77d4f30d575ae8a2c51ec33c2ac811f84bd5abf6632e2c9becdd0c22c94 +SIZE (FreeBSDDesktop-kms-drm-4.16.g20200115-f3206bf_GH0.tar.gz) = 13093677 From owner-svn-ports-branches@freebsd.org Wed Jan 15 21:02:16 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F05451FD55F; Wed, 15 Jan 2020 21:02:16 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47yfsN6t1Lz41GX; Wed, 15 Jan 2020 21:02:16 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CE4C4CAA5; Wed, 15 Jan 2020 21:02:16 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00FL2G7U055343; Wed, 15 Jan 2020 21:02:16 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00FL2DrI055326; Wed, 15 Jan 2020 21:02:13 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <202001152102.00FL2DrI055326@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Wed, 15 Jan 2020 21:02:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523163 - in branches/2020Q1/databases: mysql80-client mysql80-server mysql80-server/files X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in branches/2020Q1/databases: mysql80-client mysql80-server mysql80-server/files X-SVN-Commit-Revision: 523163 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jan 2020 21:02:17 -0000 Author: joneum Date: Wed Jan 15 21:02:12 2020 New Revision: 523163 URL: https://svnweb.freebsd.org/changeset/ports/523163 Log: MFH: r523155 databases/mysql80-{client, server}: Update to latest release 8.0.19 - New FPROFILE_GENERATE and FPROFILE_USE CMake options are available for experimenting with profile guided optimization (PGO) with GCC. See the cmake/fprofile.cmake in a MySQL source distribution for information about using them. These options have been tested with GCC 8 and 9, and with Clang. - Enabling FPROFILE_USE also enables WITH_LTO (link time optimization). - Innodb_system_rows_read, Innodb_system_rows_inserted, Innodb_system_rows_deleted status variables were added for counting row operations on InnoDB tables that belong to system-created schemas. The new status variables are similar to the existing Innodb_rows_read, Innodb_rows_inserted, Innodb_rows_deleted status variables, which count operations on InnoDB tables that belong to both user-created and system-created schemas. - The new status variables are useful in replication environments where relay_log_info_repository and master_info_repository variables are set to TABLE, resulting in higher row operation counts on slaves due to operations performed on the slave_master_info, slave_replay_log_info, and slave_worker_info tables, which belong to the system-created mysql schema. For a valid comparison of master and slave row operation counts, operations on tables in system-created schemas can now be excluded using the count data provided by the new status variables. More infos: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-19.html Submitted by: fluffy Approved by: mmokhi (maintainer, implicit) Sponsored by: Netzkommune GmbH Security: a6cf65ad-37d2-11ea-a1c7-b499baebfeaf Approved by: ports-secteam (with hat) Added: branches/2020Q1/databases/mysql80-server/files/patch-cmake_install_layout.cmake - copied unchanged from r523155, head/databases/mysql80-server/files/patch-cmake_install_layout.cmake branches/2020Q1/databases/mysql80-server/files/patch-router_src_harness_src_CMakeLists.txt - copied unchanged from r523155, head/databases/mysql80-server/files/patch-router_src_harness_src_CMakeLists.txt branches/2020Q1/databases/mysql80-server/files/patch-router_src_http_src_CMakeLists.txt - copied unchanged from r523155, head/databases/mysql80-server/files/patch-router_src_http_src_CMakeLists.txt branches/2020Q1/databases/mysql80-server/files/patch-router_src_router_src_CMakeLists.txt - copied unchanged from r523155, head/databases/mysql80-server/files/patch-router_src_router_src_CMakeLists.txt Deleted: branches/2020Q1/databases/mysql80-server/files/patch-plugin-x-client-mysqlxclient-xmessage.h branches/2020Q1/databases/mysql80-server/files/patch-plugin-x-ngs-include-ngs-protocol-protocol_protobuf.h Modified: branches/2020Q1/databases/mysql80-client/pkg-plist branches/2020Q1/databases/mysql80-server/Makefile branches/2020Q1/databases/mysql80-server/distinfo branches/2020Q1/databases/mysql80-server/files/patch-CMakeLists.txt branches/2020Q1/databases/mysql80-server/files/patch-include_CMakeLists.txt branches/2020Q1/databases/mysql80-server/files/patch-plugin_x_client_xconnection__impl.cc branches/2020Q1/databases/mysql80-server/files/patch-router_src_http_src_tls__context.cc branches/2020Q1/databases/mysql80-server/files/patch-scripts_CMakeLists.txt branches/2020Q1/databases/mysql80-server/files/patch-sql_mysqld.cc branches/2020Q1/databases/mysql80-server/files/patch-support-files_CMakeLists.txt branches/2020Q1/databases/mysql80-server/files/patch-utilities_CMakeLists.txt branches/2020Q1/databases/mysql80-server/files/patch-vio_viossl.cc branches/2020Q1/databases/mysql80-server/pkg-plist Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/databases/mysql80-client/pkg-plist ============================================================================== --- branches/2020Q1/databases/mysql80-client/pkg-plist Wed Jan 15 20:58:31 2020 (r523162) +++ branches/2020Q1/databases/mysql80-client/pkg-plist Wed Jan 15 21:02:12 2020 (r523163) @@ -1,3 +1,4 @@ +bin/comp_err bin/my_print_defaults bin/mysql bin/mysql_config @@ -22,7 +23,9 @@ include/mysql/dur_prop.h include/mysql/errmsg.h include/mysql/field_types.h include/mysql/ft_global.h +include/mysql/guard.h include/mysql/heap.h +include/mysql/integer_digits.h include/mysql/keycache.h include/mysql/lex_string.h include/mysql/lf.h @@ -89,7 +92,6 @@ include/mysql/mysql/client_authentication.h include/mysql/mysql/client_plugin.h include/mysql/mysql/client_plugin.h.pp include/mysql/mysql/com_data.h -include/mysql/mysql/get_password.h include/mysql/mysql/group_replication_priv.h include/mysql/mysql/innodb_priv.h include/mysql/mysql/mysql_lex_string.h @@ -169,6 +171,7 @@ include/mysql/sql_string.h include/mysql/sslopt-case.h include/mysql/sslopt-longopts.h include/mysql/sslopt-vars.h +include/mysql/tables_contained_in.h include/mysql/template_utils.h include/mysql/thr_cond.h include/mysql/thr_lock.h Modified: branches/2020Q1/databases/mysql80-server/Makefile ============================================================================== --- branches/2020Q1/databases/mysql80-server/Makefile Wed Jan 15 20:58:31 2020 (r523162) +++ branches/2020Q1/databases/mysql80-server/Makefile Wed Jan 15 21:02:12 2020 (r523163) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= mysql -PORTVERSION= 8.0.18 +PORTVERSION= 8.0.19 PORTREVISION?= 0 CATEGORIES= databases MASTER_SITES= MYSQL/MySQL-8.0 Modified: branches/2020Q1/databases/mysql80-server/distinfo ============================================================================== --- branches/2020Q1/databases/mysql80-server/distinfo Wed Jan 15 20:58:31 2020 (r523162) +++ branches/2020Q1/databases/mysql80-server/distinfo Wed Jan 15 21:02:12 2020 (r523163) @@ -1,3 +1,3 @@ -TIMESTAMP = 1578004259 -SHA256 (mysql-boost-8.0.18.tar.gz) = 0eccd9d79c04ba0ca661136bb29085e3833d9c48ed022d0b9aba12236994186b -SIZE (mysql-boost-8.0.18.tar.gz) = 194953221 +TIMESTAMP = 1578922201 +SHA256 (mysql-boost-8.0.19.tar.gz) = 3622d2a53236ed9ca62de0616a7e80fd477a9a3f862ba09d503da188f53ca523 +SIZE (mysql-boost-8.0.19.tar.gz) = 264147972 Modified: branches/2020Q1/databases/mysql80-server/files/patch-CMakeLists.txt ============================================================================== --- branches/2020Q1/databases/mysql80-server/files/patch-CMakeLists.txt Wed Jan 15 20:58:31 2020 (r523162) +++ branches/2020Q1/databases/mysql80-server/files/patch-CMakeLists.txt Wed Jan 15 21:02:12 2020 (r523163) @@ -1,6 +1,6 @@ --- CMakeLists.txt.orig 2019-09-20 08:30:51 UTC +++ CMakeLists.txt -@@ -1181,10 +1181,10 @@ ENDIF() +@@ -1191,10 +1191,10 @@ ENDIF() MYSQL_CHECK_SSL() MYSQL_CHECK_SSL_DLLS() @@ -14,7 +14,7 @@ # Add lz4 library MYSQL_CHECK_LZ4() # Add icu library -@@ -1273,7 +1273,9 @@ IF(WITH_UNIT_TESTS) +@@ -1283,7 +1283,9 @@ IF(WITH_UNIT_TESTS) INCLUDE(googletest) ENDIF() @@ -25,7 +25,7 @@ ADD_SUBDIRECTORY(strings) ADD_SUBDIRECTORY(vio) ADD_SUBDIRECTORY(mysys) -@@ -1314,24 +1316,29 @@ IF(WITH_UNIT_TESTS) +@@ -1324,12 +1326,17 @@ IF(WITH_UNIT_TESTS) ADD_SUBDIRECTORY(unittest/mytap/t) ENDIF() @@ -41,11 +41,11 @@ ADD_SUBDIRECTORY(libservices) IF(NOT WITHOUT_SERVER) - ADD_SUBDIRECTORY(testclients) + ADD_SUBDIRECTORY(share) + ADD_SUBDIRECTORY(testclients) ADD_SUBDIRECTORY(sql) ENDIF() - +@@ -1351,11 +1358,11 @@ ENDIF() # scripts/mysql_config depends on client and server targets loaded above. # It is referenced by some of the directories below, so we insert it here. ADD_SUBDIRECTORY(scripts) @@ -58,7 +58,7 @@ IF(EXISTS ${CMAKE_SOURCE_DIR}/internal/CMakeLists.txt) ADD_SUBDIRECTORY(internal) ENDIF() -@@ -1440,6 +1447,7 @@ IF(PACK_SEPARATE_COMPONENTS) +@@ -1464,6 +1471,7 @@ IF(PACK_SEPARATE_COMPONENTS) SET(CPACK_COMPONENTS_GROUPING IGNORE) ENDIF() @@ -66,7 +66,7 @@ IF(UNIX) INSTALL(FILES Docs/mysql.info -@@ -1474,6 +1482,7 @@ IF(NOT INSTALL_LAYOUT MATCHES "RPM") +@@ -1498,6 +1506,7 @@ IF(NOT INSTALL_LAYOUT MATCHES "RPM") PATTERN "sp-imp-spec.txt" EXCLUDE PATTERN "README.build" EXCLUDE ) Copied: branches/2020Q1/databases/mysql80-server/files/patch-cmake_install_layout.cmake (from r523155, head/databases/mysql80-server/files/patch-cmake_install_layout.cmake) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/databases/mysql80-server/files/patch-cmake_install_layout.cmake Wed Jan 15 21:02:12 2020 (r523163, copy of r523155, head/databases/mysql80-server/files/patch-cmake_install_layout.cmake) @@ -0,0 +1,96 @@ +--- cmake/install_layout.cmake.orig 2019-12-09 19:53:17 UTC ++++ cmake/install_layout.cmake +@@ -41,6 +41,10 @@ + # Build with prefix=/usr/local/mysql, create tarball with install prefix="." + # and relative links. + # ++# FREEBSD ++# Build with prefix=/usr/local, create tarball with install prefix="." ++# and relative links. ++# + # To force a directory layout, use -DINSTALL_LAYOUT=. + # + # The default is STANDALONE. +@@ -80,7 +84,7 @@ IF(NOT INSTALL_LAYOUT) + ENDIF() + + SET(INSTALL_LAYOUT "${DEFAULT_INSTALL_LAYOUT}" +- CACHE STRING "Installation directory layout. Options are: TARGZ (as in tar.gz installer), STANDALONE, RPM, DEB, SVR4" ++ CACHE STRING "Installation directory layout. Options are: TARGZ (as in tar.gz installer), STANDALONE, FREEBSD, RPM, DEB, SVR4" + ) + + IF(UNIX) +@@ -98,7 +102,7 @@ IF(UNIX) + CACHE PATH "install prefix" FORCE) + ENDIF() + SET(VALID_INSTALL_LAYOUTS +- "RPM" "DEB" "SVR4" "TARGZ" "STANDALONE") ++ "RPM" "DEB" "SVR4" "TARGZ" "FREEBSD" "STANDALONE") + LIST(FIND VALID_INSTALL_LAYOUTS "${INSTALL_LAYOUT}" ind) + IF(ind EQUAL -1) + MESSAGE(FATAL_ERROR "Invalid INSTALL_LAYOUT parameter:${INSTALL_LAYOUT}." +@@ -159,6 +163,32 @@ SET(INSTALL_MYSQLKEYRINGDIR_STANDALONE "keyring") + SET(INSTALL_SECURE_FILE_PRIVDIR_STANDALONE ${secure_file_priv_path}) + + # ++# FREEBSD layout ++# ++SET(INSTALL_BINDIR_FREEBSD "bin") ++SET(INSTALL_SBINDIR_FREEBSD "bin") ++# ++SET(INSTALL_LIBDIR_FREEBSD "lib") ++SET(INSTALL_PRIV_LIBDIR_FREEBSD "lib/private") ++SET(INSTALL_PLUGINDIR_FREEBSD "lib/plugin") ++# ++SET(INSTALL_INCLUDEDIR_FREEBSD "include") ++# ++SET(INSTALL_DOCDIR_FREEBSD "docs") ++SET(INSTALL_DOCREADMEDIR_FREEBSD ".") ++SET(INSTALL_MANDIR_FREEBSD "man") ++SET(INSTALL_INFODIR_FREEBSD "docs") ++# ++SET(INSTALL_SHAREDIR_FREEBSD "share") ++SET(INSTALL_MYSQLSHAREDIR_FREEBSD "share") ++SET(INSTALL_MYSQLTESTDIR_FREEBSD "mysql-test") ++SET(INSTALL_SUPPORTFILESDIR_FREEBSD "support-files") ++# ++SET(INSTALL_MYSQLDATADIR_FREEBSD "data") ++SET(INSTALL_MYSQLKEYRINGDIR_FREEBSD "keyring") ++SET(INSTALL_SECURE_FILE_PRIVDIR_FREEBSD ${secure_file_priv_path}) ++ ++# + # TARGZ layout + # + SET(INSTALL_BINDIR_TARGZ "bin") +@@ -345,7 +375,7 @@ ENDIF() + + # Install layout for router, follows the same pattern as above. + # +-# Supported layouts here are STANDALONE, RPM, DEB, SVR4, TARGZ ++# Supported layouts here are STANDALONE, FREEBSD, RPM, DEB, SVR4, TARGZ + + # Variables ROUTER_INSTALL_${X}DIR, where + # X = BIN, LIB and DOC is using +@@ -387,7 +417,7 @@ ENDIF() + SET(ROUTER_INSTALL_LAYOUT "${DEFAULT_ROUTER_INSTALL_LAYOUT}" + CACHE + STRING +- "Installation directory layout. Options are: STANDALONE RPM DEB SVR4 TARGZ") ++ "Installation directory layout. Options are: STANDALONE FREEBSD RPM DEB SVR4 TARGZ") + + # If are _pure_ STANDALONE we can write into data/ as it is all ours + # if we are shared STANDALONE with the the server, we shouldn't write +@@ -400,6 +430,13 @@ SET(ROUTER_INSTALL_CONFIGDIR_STANDALONE ".") + SET(ROUTER_INSTALL_DATADIR_STANDALONE "var/lib/mysqlrouter") + SET(ROUTER_INSTALL_LOGDIR_STANDALONE ".") + SET(ROUTER_INSTALL_RUNTIMEDIR_STANDALONE "run") ++# ++# FreeBSD layout ++# ++SET(ROUTER_INSTALL_CONFIGDIR_FREEBSD "/usr/local/etc/mysqlrouter") ++SET(ROUTER_INSTALL_DATADIR_FREEBSD "/var/db/mysqlrouter") ++SET(ROUTER_INSTALL_LOGDIR_FREEBSD "/var/log/mysqlrouter") ++SET(ROUTER_INSTALL_RUNTIMEDIR_FREEBSD "/var/run/mysqlrouter") + # + # RPM layout + # Modified: branches/2020Q1/databases/mysql80-server/files/patch-include_CMakeLists.txt ============================================================================== --- branches/2020Q1/databases/mysql80-server/files/patch-include_CMakeLists.txt Wed Jan 15 20:58:31 2020 (r523162) +++ branches/2020Q1/databases/mysql80-server/files/patch-include_CMakeLists.txt Wed Jan 15 21:02:12 2020 (r523163) @@ -1,6 +1,6 @@ ---- include/CMakeLists.txt.orig 2019-09-20 08:30:51 UTC +--- include/CMakeLists.txt.orig 2019-12-09 19:53:17 UTC +++ include/CMakeLists.txt -@@ -37,10 +37,171 @@ SET(HEADERS +@@ -37,10 +37,173 @@ SET(HEADERS ${CMAKE_CURRENT_BINARY_DIR}/mysql_version.h ${CMAKE_CURRENT_BINARY_DIR}/mysqld_error.h field_types.h @@ -13,7 +13,9 @@ + dur_prop.h + errmsg.h + ft_global.h ++ guard.h + heap.h ++ integer_digits.h + keycache.h + lex_string.h + lf.h @@ -110,6 +112,7 @@ + sslopt-case.h + sslopt-longopts.h + sslopt-vars.h ++ tables_contained_in.h + template_utils.h + thr_cond.h + thr_lock.h @@ -127,7 +130,6 @@ + mysql/client_authentication.h + mysql/client_plugin.h.pp + mysql/com_data.h -+ mysql/get_password.h + mysql/group_replication_priv.h + mysql/innodb_priv.h + mysql/mysql_lex_string.h Modified: branches/2020Q1/databases/mysql80-server/files/patch-plugin_x_client_xconnection__impl.cc ============================================================================== --- branches/2020Q1/databases/mysql80-server/files/patch-plugin_x_client_xconnection__impl.cc Wed Jan 15 20:58:31 2020 (r523162) +++ branches/2020Q1/databases/mysql80-server/files/patch-plugin_x_client_xconnection__impl.cc Wed Jan 15 21:02:12 2020 (r523163) @@ -1,6 +1,6 @@ --- plugin/x/client/xconnection_impl.cc.orig 2019-09-20 08:30:51 UTC +++ plugin/x/client/xconnection_impl.cc -@@ -521,6 +521,7 @@ XError Connection_impl::get_ssl_error(const int error_ +@@ -520,6 +520,7 @@ XError Connection_impl::get_ssl_error(const int error_ return XError(CR_SSL_CONNECTION_ERROR, buffer); } @@ -8,7 +8,7 @@ /** Set fips mode in openssl library, When we set fips mode ON/STRICT, it will perform following operations: -@@ -559,6 +560,7 @@ int set_fips_mode(const uint fips_mode, char err_strin +@@ -559,6 +560,7 @@ int set_fips_mode(const uint32_t fips_mode, EXIT: return rc; } @@ -16,14 +16,15 @@ XError Connection_impl::activate_tls() { if (nullptr == m_vio) return get_socket_error(SOCKET_ECONNRESET); -@@ -569,11 +571,13 @@ XError Connection_impl::activate_tls() { +@@ -569,12 +571,14 @@ XError Connection_impl::activate_tls() { if (!m_context->m_ssl_config.is_configured()) return XError{CR_SSL_CONNECTION_ERROR, ER_TEXT_TLS_NOT_CONFIGURATED, true}; +#ifndef LIBRESSL_VERSION_NUMBER char err_string[OPENSSL_ERROR_LENGTH] = {'\0'}; - if (set_fips_mode(static_cast(m_context->m_ssl_config.m_ssl_fips_mode), - err_string) != 1) { + if (set_fips_mode( + static_cast(m_context->m_ssl_config.m_ssl_fips_mode), + err_string) != 1) { return XError{CR_SSL_CONNECTION_ERROR, err_string, true}; } +#endif Copied: branches/2020Q1/databases/mysql80-server/files/patch-router_src_harness_src_CMakeLists.txt (from r523155, head/databases/mysql80-server/files/patch-router_src_harness_src_CMakeLists.txt) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/databases/mysql80-server/files/patch-router_src_harness_src_CMakeLists.txt Wed Jan 15 21:02:12 2020 (r523163, copy of r523155, head/databases/mysql80-server/files/patch-router_src_harness_src_CMakeLists.txt) @@ -0,0 +1,10 @@ +--- router/src/harness/src/CMakeLists.txt.orig 2019-12-09 19:53:17 UTC ++++ router/src/harness/src/CMakeLists.txt +@@ -200,7 +200,6 @@ IF(NOT WIN32) + INSTALL(TARGETS harness-library + LIBRARY + DESTINATION ${ROUTER_INSTALL_LIBDIR} COMPONENT Router +- NAMELINK_SKIP + ) + ELSE() + INSTALL(TARGETS harness-library Copied: branches/2020Q1/databases/mysql80-server/files/patch-router_src_http_src_CMakeLists.txt (from r523155, head/databases/mysql80-server/files/patch-router_src_http_src_CMakeLists.txt) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/databases/mysql80-server/files/patch-router_src_http_src_CMakeLists.txt Wed Jan 15 21:02:12 2020 (r523163, copy of r523155, head/databases/mysql80-server/files/patch-router_src_http_src_CMakeLists.txt) @@ -0,0 +1,10 @@ +--- router/src/http/src/CMakeLists.txt.orig 2019-12-09 19:53:17 UTC ++++ router/src/http/src/CMakeLists.txt +@@ -62,7 +62,6 @@ INSTALL(TARGETS http_common + RUNTIME DESTINATION ${ROUTER_INSTALL_BINDIR} COMPONENT Router + ARCHIVE DESTINATION ${ROUTER_INSTALL_LIBDIR} COMPONENT Router + LIBRARY DESTINATION ${ROUTER_INSTALL_LIBDIR} COMPONENT Router +- NAMELINK_SKIP + ) + + ## split library code from the plugin to use them _passwd and tests Modified: branches/2020Q1/databases/mysql80-server/files/patch-router_src_http_src_tls__context.cc ============================================================================== --- branches/2020Q1/databases/mysql80-server/files/patch-router_src_http_src_tls__context.cc Wed Jan 15 20:58:31 2020 (r523162) +++ branches/2020Q1/databases/mysql80-server/files/patch-router_src_http_src_tls__context.cc Wed Jan 15 21:02:12 2020 (r523163) @@ -32,3 +32,13 @@ case 0: return TlsVersion::AUTO; default: +@@ -230,7 +234,8 @@ TlsContext::InfoCallback TlsContext::info_callback() c + } + + int TlsContext::security_level() const { +-#if OPENSSL_VERSION_NUMBER >= ROUTER_OPENSSL_VERSION(1, 1, 0) ++#if OPENSSL_VERSION_NUMBER >= ROUTER_OPENSSL_VERSION(1, 1, 0) && \ ++ !defined(LIBRESSL_VERSION_NUMBER) + return SSL_CTX_get_security_level(ssl_ctx_.get()); + #else + return 0; Copied: branches/2020Q1/databases/mysql80-server/files/patch-router_src_router_src_CMakeLists.txt (from r523155, head/databases/mysql80-server/files/patch-router_src_router_src_CMakeLists.txt) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/databases/mysql80-server/files/patch-router_src_router_src_CMakeLists.txt Wed Jan 15 21:02:12 2020 (r523163, copy of r523155, head/databases/mysql80-server/files/patch-router_src_router_src_CMakeLists.txt) @@ -0,0 +1,10 @@ +--- router/src/router/src/CMakeLists.txt.orig 2019-12-09 19:53:17 UTC ++++ router/src/router/src/CMakeLists.txt +@@ -119,7 +119,6 @@ INSTALL(TARGETS router_lib + RUNTIME DESTINATION ${ROUTER_INSTALL_BINDIR} COMPONENT Router + ARCHIVE DESTINATION ${ROUTER_INSTALL_LIBDIR} COMPONENT Router + LIBRARY DESTINATION ${ROUTER_INSTALL_LIBDIR} COMPONENT Router +- NAMELINK_SKIP + ) + + MYSQL_ADD_EXECUTABLE(mysqlrouter_keyring Modified: branches/2020Q1/databases/mysql80-server/files/patch-scripts_CMakeLists.txt ============================================================================== --- branches/2020Q1/databases/mysql80-server/files/patch-scripts_CMakeLists.txt Wed Jan 15 20:58:31 2020 (r523162) +++ branches/2020Q1/databases/mysql80-server/files/patch-scripts_CMakeLists.txt Wed Jan 15 21:02:12 2020 (r523163) @@ -1,6 +1,6 @@ --- scripts/CMakeLists.txt.orig 2019-09-20 08:30:51 UTC +++ scripts/CMakeLists.txt -@@ -327,7 +327,7 @@ MACRO(EXTRACT_LINK_LIBRARIES target var) +@@ -330,7 +330,7 @@ MACRO(EXTRACT_LINK_LIBRARIES target var) LIST(REMOVE_DUPLICATES ${target}_LIB_DEPENDS) FOREACH(lib ${${target}_LIB_DEPENDS}) # Filter out "general", it is not a library, just CMake hint @@ -9,7 +9,7 @@ IF (lib MATCHES "^\\-l") SET(${var} "${${var}} ${lib} ") ELSEIF (lib MATCHES "^\\-L") -@@ -337,6 +337,8 @@ MACRO(EXTRACT_LINK_LIBRARIES target var) +@@ -340,6 +340,8 @@ MACRO(EXTRACT_LINK_LIBRARIES target var) GET_FILENAME_COMPONENT(lib "${lib}" NAME_WE) STRING(REGEX REPLACE "^lib" "" lib "${lib}") SET(${var} "${${var}}-l${lib} " ) @@ -18,12 +18,22 @@ ELSE() SET(${var} "${${var}}-l${lib} " ) ENDIF() -@@ -423,18 +425,23 @@ ELSE() +@@ -414,7 +416,7 @@ ELSE() + ${CMAKE_CURRENT_BINARY_DIR}/${PKGCONFIG_FILE} + ESCAPE_QUOTES @ONLY) +- IF(INSTALL_PKGCONFIGDIR) ++ IF(INSTALL_PKGCONFIGDIR AND NOT WITHOUT_CLIENTLIBS) + MESSAGE(STATUS "INSTALL ${PKGCONFIG_FILE} ${INSTALL_PKGCONFIGDIR}") + INSTALL(FILES + ${CMAKE_CURRENT_BINARY_DIR}/${PKGCONFIG_FILE} +@@ -427,23 +429,28 @@ ELSE() + # mysqld_safe used in mtr even for systemd platforms IF(WITH_SYSTEMD) SET(BIN_SCRIPTS - mysql_config mysqldumpslow + mysqld_safe ) ELSE() SET(BIN_SCRIPTS @@ -41,24 +51,11 @@ + ) + ENDIF(NOT WITHOUT_CLIENTLIBS) + - SET(PKGCONFIG_FILE ${LIBMYSQL_OS_OUTPUT_NAME}.pc) - STRING(REGEX REPLACE "/mysql$" "" PKGCONFIG_DIR "${INSTALL_LIBDIR}") - SET(PKGCONFIG_DIR "${PKGCONFIG_DIR}/pkgconfig") -@@ -449,7 +456,7 @@ ELSE() - ${CMAKE_CURRENT_BINARY_DIR}/${PKGCONFIG_FILE} - ESCAPE_QUOTES @ONLY) - -- IF(INSTALL_PKGCONFIGDIR) -+ IF(INSTALL_PKGCONFIGDIR AND NOT WITHOUT_CLIENTLIBS) - MESSAGE(STATUS "INSTALL ${PKGCONFIG_FILE} ${INSTALL_PKGCONFIGDIR}") - INSTALL(FILES - ${CMAKE_CURRENT_BINARY_DIR}/${PKGCONFIG_FILE} -@@ -462,7 +469,7 @@ ELSE() FOREACH(file ${BIN_SCRIPTS}) IF(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${file}.sh) CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${file}.sh -- ${CMAKE_CURRENT_BINARY_DIR}/${file} ESCAPE_QUOTES @ONLY) -+ ${CMAKE_CURRENT_BINARY_DIR}/${file} @ONLY) - ELSEIF(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${file}) - CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${file} - ${CMAKE_CURRENT_BINARY_DIR}/${file} COPYONLY) +- ${CMAKE_CURRENT_BINARY_DIR}/${file} ESCAPE_QUOTES @ONLY ++ ${CMAKE_CURRENT_BINARY_DIR}/${file} @ONLY + ) + ELSEIF(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${file}.pl.in) + CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${file}.pl.in Modified: branches/2020Q1/databases/mysql80-server/files/patch-sql_mysqld.cc ============================================================================== --- branches/2020Q1/databases/mysql80-server/files/patch-sql_mysqld.cc Wed Jan 15 20:58:31 2020 (r523162) +++ branches/2020Q1/databases/mysql80-server/files/patch-sql_mysqld.cc Wed Jan 15 21:02:12 2020 (r523163) @@ -1,6 +1,6 @@ --- sql/mysqld.cc.orig 2019-09-20 08:30:51 UTC +++ sql/mysqld.cc -@@ -4797,7 +4797,7 @@ static int init_thread_environment() { +@@ -4818,7 +4818,7 @@ static int init_thread_environment() { static PSI_memory_key key_memory_openssl = PSI_NOT_INSTRUMENTED; @@ -9,3 +9,18 @@ #define FILE_LINE_ARGS #else #define FILE_LINE_ARGS , const char *, int +@@ -4854,12 +4854,14 @@ static void init_ssl() { + } + + static int init_ssl_communication() { ++#ifndef LIBRESSL_VERSION_NUMBER + char ssl_err_string[OPENSSL_ERROR_LENGTH] = {'\0'}; + int ret_fips_mode = set_fips_mode(opt_ssl_fips_mode, ssl_err_string); + if (ret_fips_mode != 1) { + LogErr(ERROR_LEVEL, ER_SSL_FIPS_MODE_ERROR, ssl_err_string); + return 1; + } ++#endif /* LIBRESSL_VERSION_NUMBER */ + if (SslAcceptorContext::singleton_init(opt_use_ssl)) return 1; + + #if OPENSSL_VERSION_NUMBER < 0x10100000L Modified: branches/2020Q1/databases/mysql80-server/files/patch-support-files_CMakeLists.txt ============================================================================== --- branches/2020Q1/databases/mysql80-server/files/patch-support-files_CMakeLists.txt Wed Jan 15 20:58:31 2020 (r523162) +++ branches/2020Q1/databases/mysql80-server/files/patch-support-files_CMakeLists.txt Wed Jan 15 21:02:12 2020 (r523163) @@ -12,16 +12,16 @@ SET(localstatedir "${MYSQL_DATADIR}") -@@ -39,6 +40,7 @@ ELSE() - SET (PIDOF "pgrep -d' ' -f") - ENDIF() +@@ -45,6 +46,7 @@ CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/mysql.serve + CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/mysql-log-rotate.in + ${CMAKE_CURRENT_BINARY_DIR}/mysql-log-rotate @ONLY) +IF(NOT WITHOUT_SERVER) - FOREACH(script - mysql.server - mysqld_multi.server -@@ -54,3 +56,4 @@ FOREACH(script - GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE - ) - ENDFOREACH() + INSTALL_SCRIPT(${CMAKE_CURRENT_BINARY_DIR}/mysql.server + COMPONENT Server_Scripts + DESTINATION ${INSTALL_SUPPORTFILESDIR} +@@ -62,3 +64,4 @@ INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/mysql-log-ro + OWNER_READ OWNER_WRITE + GROUP_READ WORLD_READ + ) +ENDIF() Modified: branches/2020Q1/databases/mysql80-server/files/patch-utilities_CMakeLists.txt ============================================================================== --- branches/2020Q1/databases/mysql80-server/files/patch-utilities_CMakeLists.txt Wed Jan 15 20:58:31 2020 (r523162) +++ branches/2020Q1/databases/mysql80-server/files/patch-utilities_CMakeLists.txt Wed Jan 15 21:02:12 2020 (r523163) @@ -1,6 +1,28 @@ --- utilities/CMakeLists.txt.orig 2019-09-20 08:30:51 UTC +++ utilities/CMakeLists.txt -@@ -99,10 +99,30 @@ IF(APPLE AND HAVE_CRYPTO_DYLIB AND HAVE_OPENSSL_DYLIB) +@@ -22,13 +22,19 @@ + + ADD_WSHADOW_WARNING() + +-IF(NOT CMAKE_CROSSCOMPILING) ++IF(WITHOUT_CLIENTLIBS) + MYSQL_ADD_EXECUTABLE(comp_err + comp_err.cc + COMPONENT Server + LINK_LIBRARIES mysys ++ SKIP_INSTALL) ++ELSE(WITHOUT_CLIENTLIBS) ++ MYSQL_ADD_EXECUTABLE(comp_err ++ comp_err.cc ++ COMPONENT Server ++ LINK_LIBRARIES mysys + ) +-ENDIF() ++ENDIF(WITHOUT_CLIENTLIBS) + + MYSQL_ADD_EXECUTABLE(comp_client_err + comp_client_err.cc +@@ -120,10 +126,30 @@ IF(LINUX_INSTALL_RPATH_ORIGIN) ADD_DEPENDENCIES(comp_err copy_openssl_dlls) ENDIF() @@ -31,7 +53,7 @@ ) MYSQL_ADD_EXECUTABLE(perror perror.cc -@@ -117,14 +137,25 @@ IF(BUILD_BUNDLED_LZ4) +@@ -138,14 +164,25 @@ IF(BUILD_BUNDLED_LZ4) LINK_LIBRARIES ${LZ4_LIBRARY} mysys ) ENDIF() Modified: branches/2020Q1/databases/mysql80-server/files/patch-vio_viossl.cc ============================================================================== --- branches/2020Q1/databases/mysql80-server/files/patch-vio_viossl.cc Wed Jan 15 20:58:31 2020 (r523162) +++ branches/2020Q1/databases/mysql80-server/files/patch-vio_viossl.cc Wed Jan 15 21:02:12 2020 (r523163) @@ -1,5 +1,15 @@ --- vio/viossl.cc.orig 2019-09-20 08:30:51 UTC +++ vio/viossl.cc +@@ -45,7 +45,8 @@ + BIO_set_callback_ex was added in openSSL 1.1.1 + For older openSSL, use the deprecated BIO_set_callback. + */ +-#if OPENSSL_VERSION_NUMBER >= 0x10101000L ++#if OPENSSL_VERSION_NUMBER >= 0x10101000L && \ ++ !defined(LIBRESSL_VERSION_NUMBER) + #define HAVE_BIO_SET_CALLBACK_EX + #endif + @@ -490,7 +490,7 @@ static int ssl_do(struct st_VioSSLFd *ptr, Vio *vio, l #if !defined(DBUG_OFF) { Modified: branches/2020Q1/databases/mysql80-server/pkg-plist ============================================================================== --- branches/2020Q1/databases/mysql80-server/pkg-plist Wed Jan 15 20:58:31 2020 (r523162) +++ branches/2020Q1/databases/mysql80-server/pkg-plist Wed Jan 15 21:02:12 2020 (r523163) @@ -21,7 +21,6 @@ bin/mysqlrouter_plugin_info bin/mysqltest bin/mysqltest_safe_process bin/mysqlxtest -lib/mysql/libmysqlharness.a lib/mysql/libmysqlharness.so lib/mysql/libmysqlharness.so.1 lib/mysql/libmysqlrouter.so @@ -75,6 +74,7 @@ lib/mysql/plugin/component_test_sys_var_service_same.s lib/mysql/plugin/component_test_sys_var_service_str.so lib/mysql/plugin/component_test_system_variable_source.so lib/mysql/plugin/component_test_udf_registration.so +@comment lib/mysql/plugin/component_test_udf_services.so lib/mysql/plugin/component_udf_reg_3_func.so lib/mysql/plugin/component_udf_reg_avg_func.so lib/mysql/plugin/component_udf_reg_int_func.so @@ -91,6 +91,7 @@ lib/mysql/plugin/ddl_rewriter.so lib/mysql/plugin/group_replication.so %%NO_EXAMPLE%%lib/mysql/plugin/ha_example.so lib/mysql/plugin/ha_mock.so +lib/mysql/plugin/component_test_udf_services.so lib/mysql/plugin/keyring_file.so lib/mysql/plugin/libdaemon_example.so lib/mysql/plugin/libtest_framework.so @@ -190,7 +191,6 @@ man/man8/mysqld.8.gz %%DATADIR%%/dictionary.txt %%DATADIR%%/dutch/errmsg.sys %%DATADIR%%/english/errmsg.sys -%%DATADIR%%/errmsg-utf8.txt %%DATADIR%%/estonian/errmsg.sys %%DATADIR%%/french/errmsg.sys %%DATADIR%%/german/errmsg.sys @@ -201,6 +201,8 @@ man/man8/mysqld.8.gz %%DATADIR%%/italian/errmsg.sys %%DATADIR%%/japanese/errmsg.sys %%DATADIR%%/korean/errmsg.sys +%%DATADIR%%/messages_to_clients.txt +%%DATADIR%%/messages_to_error_log.txt %%DATADIR%%/mysql-log-rotate %%DATADIR%%/mysql.server %%DATADIR%%/mysqld_multi.server From owner-svn-ports-branches@freebsd.org Wed Jan 15 21:10:16 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 665C51FD981; Wed, 15 Jan 2020 21:10:16 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47yg2c25LRz42D8; Wed, 15 Jan 2020 21:10:16 +0000 (UTC) (envelope-from pkubaj@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 420FECAEC; Wed, 15 Jan 2020 21:10:16 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00FLAGLp057347; Wed, 15 Jan 2020 21:10:16 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00FLAGx3057346; Wed, 15 Jan 2020 21:10:16 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202001152110.00FLAGx3057346@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Wed, 15 Jan 2020 21:10:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523170 - branches/2020Q1/emulators/qemu-user-static X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q1/emulators/qemu-user-static X-SVN-Commit-Revision: 523170 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jan 2020 21:10:16 -0000 Author: pkubaj Date: Wed Jan 15 21:10:15 2020 New Revision: 523170 URL: https://svnweb.freebsd.org/changeset/ports/523170 Log: MFH: r523169 emulators/qemu-user-static: unbreak on powerpc64 Builds and works fine. Approved by: portmgr (fix build blanket) Modified: branches/2020Q1/emulators/qemu-user-static/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/emulators/qemu-user-static/Makefile ============================================================================== --- branches/2020Q1/emulators/qemu-user-static/Makefile Wed Jan 15 21:09:26 2020 (r523169) +++ branches/2020Q1/emulators/qemu-user-static/Makefile Wed Jan 15 21:10:15 2020 (r523170) @@ -13,9 +13,6 @@ OPTIONS_EXCLUDE=SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG MASTERDIR= ${.CURDIR}/../qemu-sbruno CONFIGURE_ARGS+= --extra-cflags=-D_IFI_OQDROPS -NOT_FOR_ARCHS= powerpc64 -NOT_FOR_ARCHS_REASON= error: Unhandled abi - post-install: @${RM} -r ${STAGEDIR}${PREFIX}/bin/qemu-ga @${RM} -r ${STAGEDIR}${PREFIX}/bin/qemu-img From owner-svn-ports-branches@freebsd.org Wed Jan 15 21:17:51 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D0FD21FDD16; Wed, 15 Jan 2020 21:17:51 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47ygCM5B8Cz42tD; Wed, 15 Jan 2020 21:17:51 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AD5D9CCBE; Wed, 15 Jan 2020 21:17:51 +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 00FLHp6w063796; Wed, 15 Jan 2020 21:17:51 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00FLHp3h063794; Wed, 15 Jan 2020 21:17:51 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202001152117.00FLHp3h063794@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 15 Jan 2020 21:17:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523174 - branches/2020Q1/x11-wm/sway X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q1/x11-wm/sway X-SVN-Commit-Revision: 523174 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jan 2020 21:17:51 -0000 Author: jbeich Date: Wed Jan 15 21:17:51 2020 New Revision: 523174 URL: https://svnweb.freebsd.org/changeset/ports/523174 Log: MFH: r523173 x11-wm/sway: update to 1.3.r3 Changes: https://github.com/swaywm/sway/releases/tag/1.3-rc3 Reported by: GitHub (watch releases) Approved by: ports-secteam blanket (reliability fixes) Modified: branches/2020Q1/x11-wm/sway/Makefile branches/2020Q1/x11-wm/sway/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/x11-wm/sway/Makefile ============================================================================== --- branches/2020Q1/x11-wm/sway/Makefile Wed Jan 15 21:16:42 2020 (r523173) +++ branches/2020Q1/x11-wm/sway/Makefile Wed Jan 15 21:17:51 2020 (r523174) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sway -DISTVERSION= 1.3-rc2 +DISTVERSION= 1.3-rc3 CATEGORIES= x11-wm MAINTAINER= jbeich@FreeBSD.org Modified: branches/2020Q1/x11-wm/sway/distinfo ============================================================================== --- branches/2020Q1/x11-wm/sway/distinfo Wed Jan 15 21:16:42 2020 (r523173) +++ branches/2020Q1/x11-wm/sway/distinfo Wed Jan 15 21:17:51 2020 (r523174) @@ -1,3 +1,3 @@ -TIMESTAMP = 1578497240 -SHA256 (swaywm-sway-1.3-rc2_GH0.tar.gz) = 428734799e72a416beadc5cda2e180c30dbf075f8113b148ed0a252552c17645 -SIZE (swaywm-sway-1.3-rc2_GH0.tar.gz) = 5514289 +TIMESTAMP = 1579107740 +SHA256 (swaywm-sway-1.3-rc3_GH0.tar.gz) = 351a7595bc7475309b8b19639f077b8e1e2781e3b5db2c95e673c26ebaae09d5 +SIZE (swaywm-sway-1.3-rc3_GH0.tar.gz) = 5514450 From owner-svn-ports-branches@freebsd.org Wed Jan 15 23:21:20 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DB9F62216CE; Wed, 15 Jan 2020 23:21:20 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47yjxr5Zbmz4BBg; Wed, 15 Jan 2020 23:21:20 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A1E69E305; Wed, 15 Jan 2020 23:21: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 00FNLKoe039536; Wed, 15 Jan 2020 23:21:20 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00FNLKdj039533; Wed, 15 Jan 2020 23:21:20 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202001152321.00FNLKdj039533@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 15 Jan 2020 23:21:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523195 - in branches/2020Q1/emulators: citra citra-qt5 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2020Q1/emulators: citra citra-qt5 X-SVN-Commit-Revision: 523195 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jan 2020 23:21:20 -0000 Author: jbeich Date: Wed Jan 15 23:21:19 2020 New Revision: 523195 URL: https://svnweb.freebsd.org/changeset/ports/523195 Log: MFH: r523194 emulators/citra: update to s20200115 Changes: https://github.com/citra-emu/citra/compare/020cd56ad...cd86c9b04 Approved by: ports-secteam (swills, implicit for snapshots) Modified: branches/2020Q1/emulators/citra-qt5/Makefile branches/2020Q1/emulators/citra/Makefile branches/2020Q1/emulators/citra/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/emulators/citra-qt5/Makefile ============================================================================== --- branches/2020Q1/emulators/citra-qt5/Makefile Wed Jan 15 23:20:24 2020 (r523194) +++ branches/2020Q1/emulators/citra-qt5/Makefile Wed Jan 15 23:21:19 2020 (r523195) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 0 PKGNAMESUFFIX= -qt5 MASTERDIR= ${.CURDIR}/../citra Modified: branches/2020Q1/emulators/citra/Makefile ============================================================================== --- branches/2020Q1/emulators/citra/Makefile Wed Jan 15 23:20:24 2020 (r523194) +++ branches/2020Q1/emulators/citra/Makefile Wed Jan 15 23:21:19 2020 (r523195) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20191218 -PORTREVISION?= 2 +PORTVERSION= s20200115 +PORTREVISION?= 0 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org @@ -23,7 +23,7 @@ BUILD_DEPENDS= boost-libs>=1.66:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= 020cd56ad +GH_TAGNAME= cd86c9b04 GH_TUPLE= citra-emu:ext-libressl-portable:7d01cb0:libressl/externals/libressl \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ MerryMage:dynarmic:r1-992-g4e6848d1:dynarmic/externals/dynarmic \ Modified: branches/2020Q1/emulators/citra/distinfo ============================================================================== --- branches/2020Q1/emulators/citra/distinfo Wed Jan 15 23:20:24 2020 (r523194) +++ branches/2020Q1/emulators/citra/distinfo Wed Jan 15 23:21:19 2020 (r523195) @@ -1,6 +1,6 @@ -TIMESTAMP = 1576710472 -SHA256 (citra-emu-citra-s20191218-020cd56ad_GH0.tar.gz) = 46705b1052e71f038e5b9a0c8dc83db9dd82f438d1a3811002083731f709861b -SIZE (citra-emu-citra-s20191218-020cd56ad_GH0.tar.gz) = 5115822 +TIMESTAMP = 1579115094 +SHA256 (citra-emu-citra-s20200115-cd86c9b04_GH0.tar.gz) = 5b06e49f7e365aca544466d8821ef8cf289d939008abb7760a43533a5dc141bf +SIZE (citra-emu-citra-s20200115-cd86c9b04_GH0.tar.gz) = 5117735 SHA256 (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = f3fc8c9d4991b05ca1e1c8f5907ecd3ffd9724a8dccf328087b4784cda5c7db3 SIZE (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = 1762942 SHA256 (citra-emu-ext-soundtouch-060181e_GH0.tar.gz) = a593ab188e4feaeef8376c27b554cc413986efc777c195e44c6d3d223de9a63c From owner-svn-ports-branches@freebsd.org Thu Jan 16 15:23:34 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2D6D11EC111; Thu, 16 Jan 2020 15:23:34 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47z7J60Tcnz49T4; Thu, 16 Jan 2020 15:23:34 +0000 (UTC) (envelope-from kai@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0B358218CC; Thu, 16 Jan 2020 15:23:34 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00GFNXxx021456; Thu, 16 Jan 2020 15:23:33 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00GFNXZB021455; Thu, 16 Jan 2020 15:23:33 GMT (envelope-from kai@FreeBSD.org) Message-Id: <202001161523.00GFNXZB021455@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Thu, 16 Jan 2020 15:23:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523243 - branches/2020Q1/textproc/py-tablib X-SVN-Group: ports-branches X-SVN-Commit-Author: kai X-SVN-Commit-Paths: branches/2020Q1/textproc/py-tablib X-SVN-Commit-Revision: 523243 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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 Jan 2020 15:23:34 -0000 Author: kai Date: Thu Jan 16 15:23:33 2020 New Revision: 523243 URL: https://svnweb.freebsd.org/changeset/ports/523243 Log: MFH: r523241 textproc/py-tablib: Fix RUN_DEPENDS of devel/py-backports.csv * The Python version restriction of devel/py-backports.csv was relaxed in r519566. Thus update the RUN_DEPENDS accordingly and remove the workaround for setup.py which is no longer needed. * Bump PORTREVISION for package change. PR: 243339 Submitted by: sunpoet Approved by: ports-secteam dependency fix blanket Modified: branches/2020Q1/textproc/py-tablib/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/textproc/py-tablib/Makefile ============================================================================== --- branches/2020Q1/textproc/py-tablib/Makefile Thu Jan 16 15:21:51 2020 (r523242) +++ branches/2020Q1/textproc/py-tablib/Makefile Thu Jan 16 15:23:33 2020 (r523243) @@ -2,6 +2,7 @@ PORTNAME= tablib DISTVERSION= 0.13.0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,23 +13,18 @@ COMMENT= Format agnostic tabular data library (XLS, JS LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}odfpy>0:devel/py-odfpy@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}backports.csv>0:devel/py-backports.csv@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}odfpy>0:devel/py-odfpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openpyxl>=2.4.0:textproc/py-openpyxl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xlrd>0:textproc/py-xlrd@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xlwt>0:textproc/py-xlwt@${PY_FLAVOR} -py27_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}backports.csv>0:devel/py-backports.csv@${PY_FLAVOR} - USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes SUB_FILES= pkg-message SUB_LIST= PYTHON_PKGNAMEPREFIX=${PYTHON_PKGNAMEPREFIX} - -post-patch: - @${REINPLACE_CMD} -Ee 's|(backports\.csv)|\1;python_version<"3.0"|' \ - ${WRKSRC}/setup.py .include From owner-svn-ports-branches@freebsd.org Thu Jan 16 16:10:51 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5AF761EDA75; Thu, 16 Jan 2020 16:10:51 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47z8Lg1pbKz4Dh8; Thu, 16 Jan 2020 16:10:51 +0000 (UTC) (envelope-from martymac@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 395A02207E; Thu, 16 Jan 2020 16:10:51 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00GGApnH046738; Thu, 16 Jan 2020 16:10:51 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00GGAoSh046736; Thu, 16 Jan 2020 16:10:50 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <202001161610.00GGAoSh046736@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Thu, 16 Jan 2020 16:10:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523247 - in branches/2020Q1/ftp/lftp: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: martymac X-SVN-Commit-Paths: in branches/2020Q1/ftp/lftp: . files X-SVN-Commit-Revision: 523247 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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 Jan 2020 16:10:51 -0000 Author: martymac Date: Thu Jan 16 16:10:50 2020 New Revision: 523247 URL: https://svnweb.freebsd.org/changeset/ports/523247 Log: MFH: r523101 Fix segmentation fault at startup when IPv6 is enabled Backport commit 5d34493 from upstream. PR: 243307 Submitted by: Victor Sudakov Obtained from: Github Approved by: portmgr Added: branches/2020Q1/ftp/lftp/files/patch-5d34493.txt - copied unchanged from r523101, head/ftp/lftp/files/patch-5d34493.txt Modified: branches/2020Q1/ftp/lftp/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/ftp/lftp/Makefile ============================================================================== --- branches/2020Q1/ftp/lftp/Makefile Thu Jan 16 15:55:35 2020 (r523246) +++ branches/2020Q1/ftp/lftp/Makefile Thu Jan 16 16:10:50 2020 (r523247) @@ -3,6 +3,7 @@ PORTNAME= lftp PORTVERSION= 4.9.0 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= http://lftp.tech/ftp/ \ http://lftp.tech/ftp/old/ \ Copied: branches/2020Q1/ftp/lftp/files/patch-5d34493.txt (from r523101, head/ftp/lftp/files/patch-5d34493.txt) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/ftp/lftp/files/patch-5d34493.txt Thu Jan 16 16:10:50 2020 (r523247, copy of r523101, head/ftp/lftp/files/patch-5d34493.txt) @@ -0,0 +1,102 @@ +commit 5d344937d60380341c20409c11f135afb630d7ee +Author: Alexander V. Lukyanov +Date: Sat Jan 11 19:20:46 2020 +0300 + + check for ipv6 in resolver to avoid global init order problems (fix #557, fix #562) + +diff --git a/src/Resolver.cc b/src/Resolver.cc +index 0332d5be..4e119966 100644 +--- src/Resolver.cc ++++ src/Resolver.cc +@@ -355,6 +355,19 @@ int Resolver::FindAddressFamily(const char *name) + return -1; + } + ++bool Resolver::IsAddressFamilySupporded(int af) ++{ ++#if INET6 ++ // check if ipv6 is really supported ++ if(af==AF_INET6 && (!FindGlobalIPv6Address() || !CanCreateIpv6Socket())) ++ { ++ LogNote(4, "IPv6 is not supported or configured"); ++ return false; ++ } ++#endif // INET6 ++ return true; ++} ++ + void Resolver::ParseOrder(const char *s,int *o) + { + const char * const delim="\t "; +@@ -364,7 +377,7 @@ void Resolver::ParseOrder(const char *s,int *o) + for(s1=strtok(s1,delim); s1; s1=strtok(0,delim)) + { + int af=FindAddressFamily(s1); +- if(af!=-1 && idx<15) ++ if(af!=-1 && idx<15 && IsAddressFamilySupporded(af)) + { + if(o) o[idx]=af; + idx++; +diff --git a/src/Resolver.h b/src/Resolver.h +index 724714d9..18eeed42 100644 +--- src/Resolver.h ++++ src/Resolver.h +@@ -26,7 +26,7 @@ + #include "Cache.h" + #include "network.h" + +-class Resolver : public SMTask, protected ProtoLog ++class Resolver : public SMTask, protected ProtoLog, protected Networker + { + xstring hostname; + xstring portname; +@@ -53,6 +53,7 @@ class Resolver : public SMTask, protected ProtoLog + void DoGethostbyname(); + + static int FindAddressFamily(const char *name); ++ static bool IsAddressFamilySupporded(int af); + static void ParseOrder(const char *s,int *o); + + void LookupOne(const char *name); +diff --git a/src/network.cc b/src/network.cc +index e54076de..ea1b02eb 100644 +--- src/network.cc ++++ src/network.cc +@@ -454,7 +454,7 @@ const char *Networker::FindGlobalIPv6Address() + return 0; + } + +-static bool CanCreateIpv6Socket() ++bool Networker::CanCreateIpv6Socket() + { + #if INET6 + bool can=true; +@@ -472,16 +472,3 @@ static bool CanCreateIpv6Socket() + return false; + #endif + } +- +-static struct NetworkInit : private Networker { +- NetworkInit(); +-} NETWORK_INIT; +- +-NetworkInit::NetworkInit() +-{ +-#if INET6 +- // check if ipv6 is really supported +- if(!Networker::FindGlobalIPv6Address() || !CanCreateIpv6Socket()) +- ResMgr::Set("dns:order",0,"inet"); +-#endif // INET6 +-} +diff --git a/src/network.h b/src/network.h +index 3223ce82..e4ede6ef 100644 +--- src/network.h ++++ src/network.h +@@ -140,6 +140,7 @@ protected: + static int SocketCreateUnboundTCP(int af,const char *hostname); + static void SocketSinglePF(int sock,int pf); + static const char *FindGlobalIPv6Address(); ++ static bool CanCreateIpv6Socket(); + }; + + #endif //NETWORK_H From owner-svn-ports-branches@freebsd.org Thu Jan 16 21:03:45 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9C6091F5FF7; Thu, 16 Jan 2020 21:03:45 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47zGrd47vPz4bX5; Thu, 16 Jan 2020 21:03:45 +0000 (UTC) (envelope-from rene@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 88D4825AB7; Thu, 16 Jan 2020 21:03:45 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00GL3jdQ032701; Thu, 16 Jan 2020 21:03:45 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00GL3dCB032669; Thu, 16 Jan 2020 21:03:39 GMT (envelope-from rene@FreeBSD.org) Message-Id: <202001162103.00GL3dCB032669@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 16 Jan 2020 21:03:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523260 - in branches/2020Q1/www/chromium: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in branches/2020Q1/www/chromium: . files X-SVN-Commit-Revision: 523260 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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 Jan 2020 21:03:45 -0000 Author: rene Date: Thu Jan 16 21:03:39 2020 New Revision: 523260 URL: https://svnweb.freebsd.org/changeset/ports/523260 Log: MFH: r523259 www/chromium: update to 79.0.3945.117 Submitted by: Matthias Wolf via GitHub Pull requests: 169, 170 Approved by: ports-secteam (implicit, browser) Added: branches/2020Q1/www/chromium/files/patch-3p-pdfium_3p_base_allocator_partition__allocator_page__allocator__internals__posix.h - copied unchanged from r523259, head/www/chromium/files/patch-3p-pdfium_3p_base_allocator_partition__allocator_page__allocator__internals__posix.h branches/2020Q1/www/chromium/files/patch-chrome_browser_crash__upload__list_crash__upload__list.cc - copied unchanged from r523259, head/www/chromium/files/patch-chrome_browser_crash__upload__list_crash__upload__list.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_crash__upload__list_crash__upload__list__crashpad.cc - copied unchanged from r523259, head/www/chromium/files/patch-chrome_browser_crash__upload__list_crash__upload__list__crashpad.cc branches/2020Q1/www/chromium/files/patch-chrome_common_channel__info.h - copied unchanged from r523259, head/www/chromium/files/patch-chrome_common_channel__info.h branches/2020Q1/www/chromium/files/patch-chrome_common_channel__info__posix.cc - copied unchanged from r523259, head/www/chromium/files/patch-chrome_common_channel__info__posix.cc branches/2020Q1/www/chromium/files/patch-chromecast_external__mojo_public_cpp_external__mojo__broker.cc - copied unchanged from r523259, head/www/chromium/files/patch-chromecast_external__mojo_public_cpp_external__mojo__broker.cc branches/2020Q1/www/chromium/files/patch-components_crash_content_app_crashpad.h - copied unchanged from r523259, head/www/chromium/files/patch-components_crash_content_app_crashpad.h branches/2020Q1/www/chromium/files/patch-components_crash_content_app_crashpad__linux.cc - copied unchanged from r523259, head/www/chromium/files/patch-components_crash_content_app_crashpad__linux.cc branches/2020Q1/www/chromium/files/patch-components_sync__device__info_device__info__sync__bridge.cc - copied unchanged from r523259, head/www/chromium/files/patch-components_sync__device__info_device__info__sync__bridge.cc branches/2020Q1/www/chromium/files/patch-components_sync__device__info_local__device__info__util.cc - copied unchanged from r523259, head/www/chromium/files/patch-components_sync__device__info_local__device__info__util.cc branches/2020Q1/www/chromium/files/patch-components_viz_host_host__display__client.cc - copied unchanged from r523259, head/www/chromium/files/patch-components_viz_host_host__display__client.cc branches/2020Q1/www/chromium/files/patch-components_viz_host_host__display__client.h - copied unchanged from r523259, head/www/chromium/files/patch-components_viz_host_host__display__client.h branches/2020Q1/www/chromium/files/patch-components_viz_service_display__embedder_software__output__surface.cc - copied unchanged from r523259, head/www/chromium/files/patch-components_viz_service_display__embedder_software__output__surface.cc branches/2020Q1/www/chromium/files/patch-components_viz_service_display__embedder_software__output__surface.h - copied unchanged from r523259, head/www/chromium/files/patch-components_viz_service_display__embedder_software__output__surface.h branches/2020Q1/www/chromium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc - copied unchanged from r523259, head/www/chromium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc branches/2020Q1/www/chromium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.h - copied unchanged from r523259, head/www/chromium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.h branches/2020Q1/www/chromium/files/patch-content_browser_compositor_gpu__process__transport__factory.cc - copied unchanged from r523259, head/www/chromium/files/patch-content_browser_compositor_gpu__process__transport__factory.cc branches/2020Q1/www/chromium/files/patch-content_browser_compositor_software__browser__compositor__output__surface.cc - copied unchanged from r523259, head/www/chromium/files/patch-content_browser_compositor_software__browser__compositor__output__surface.cc branches/2020Q1/www/chromium/files/patch-content_browser_compositor_software__browser__compositor__output__surface.h - copied unchanged from r523259, head/www/chromium/files/patch-content_browser_compositor_software__browser__compositor__output__surface.h branches/2020Q1/www/chromium/files/patch-content_browser_ppapi__plugin__process__host__receiver__bindings.cc - copied unchanged from r523259, head/www/chromium/files/patch-content_browser_ppapi__plugin__process__host__receiver__bindings.cc branches/2020Q1/www/chromium/files/patch-media_gpu_buffer__validation.cc - copied unchanged from r523259, head/www/chromium/files/patch-media_gpu_buffer__validation.cc branches/2020Q1/www/chromium/files/patch-media_video_fake__gpu__memory__buffer.cc - copied unchanged from r523259, head/www/chromium/files/patch-media_video_fake__gpu__memory__buffer.cc branches/2020Q1/www/chromium/files/patch-media_webrtc_webrtc__switches.cc - copied unchanged from r523259, head/www/chromium/files/patch-media_webrtc_webrtc__switches.cc branches/2020Q1/www/chromium/files/patch-services_tracing_public_cpp_perfetto_trace__event__data__source.cc - copied unchanged from r523259, head/www/chromium/files/patch-services_tracing_public_cpp_perfetto_trace__event__data__source.cc branches/2020Q1/www/chromium/files/patch-third__party_swiftshader_third__party_marl_src_memory.cpp - copied unchanged from r523259, head/www/chromium/files/patch-third__party_swiftshader_third__party_marl_src_memory.cpp branches/2020Q1/www/chromium/files/patch-third__party_swiftshader_third__party_marl_src_thread.cpp - copied unchanged from r523259, head/www/chromium/files/patch-third__party_swiftshader_third__party_marl_src_thread.cpp branches/2020Q1/www/chromium/files/patch-ui_base_x_x11__shm__image__pool__base.cc - copied unchanged from r523259, head/www/chromium/files/patch-ui_base_x_x11__shm__image__pool__base.cc branches/2020Q1/www/chromium/files/patch-ui_compositor_compositor.cc - copied unchanged from r523259, head/www/chromium/files/patch-ui_compositor_compositor.cc branches/2020Q1/www/chromium/files/patch-ui_compositor_compositor.h - copied unchanged from r523259, head/www/chromium/files/patch-ui_compositor_compositor.h branches/2020Q1/www/chromium/files/patch-ui_compositor_compositor__observer.h - copied unchanged from r523259, head/www/chromium/files/patch-ui_compositor_compositor__observer.h branches/2020Q1/www/chromium/files/patch-ui_compositor_host_host__context__factory__private.cc - copied unchanged from r523259, head/www/chromium/files/patch-ui_compositor_host_host__context__factory__private.cc branches/2020Q1/www/chromium/files/patch-ui_gfx_font__util.cc - copied unchanged from r523259, head/www/chromium/files/patch-ui_gfx_font__util.cc branches/2020Q1/www/chromium/files/patch-ui_gfx_gpu__memory__buffer.cc - copied unchanged from r523259, head/www/chromium/files/patch-ui_gfx_gpu__memory__buffer.cc branches/2020Q1/www/chromium/files/patch-ui_views_widget_native__widget__aura.cc - copied unchanged from r523259, head/www/chromium/files/patch-ui_views_widget_native__widget__aura.cc branches/2020Q1/www/chromium/files/patch-weblayer_browser_content__browser__client__impl.cc - copied unchanged from r523259, head/www/chromium/files/patch-weblayer_browser_content__browser__client__impl.cc branches/2020Q1/www/chromium/files/patch-weblayer_browser_content__browser__client__impl.h - copied unchanged from r523259, head/www/chromium/files/patch-weblayer_browser_content__browser__client__impl.h branches/2020Q1/www/chromium/files/patch-weblayer_common_weblayer__paths.cc - copied unchanged from r523259, head/www/chromium/files/patch-weblayer_common_weblayer__paths.cc Deleted: branches/2020Q1/www/chromium/files/patch-chrome_browser_download_download__status__updater.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_sharing_click__to__call_feature.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_sharing_click__to__call_feature.h branches/2020Q1/www/chromium/files/patch-chrome_browser_ui_ui__features.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_ui_ui__features.h branches/2020Q1/www/chromium/files/patch-media_audio_pulse_pulse.sigs branches/2020Q1/www/chromium/files/patch-media_capture_video_mock__gpu__memory__buffer__manager.cc branches/2020Q1/www/chromium/files/patch-services_service__manager_sandbox_sandbox__type.cc branches/2020Q1/www/chromium/files/patch-third__party_pdfium_third__party_base_allocator_partition__allocator_page__allocator__internals__posix.h branches/2020Q1/www/chromium/files/patch-third__party_swiftshader_src_Yarn_Thread.cpp branches/2020Q1/www/chromium/files/patch-ui_views_widget_desktop__aura_desktop__window__tree__host__platform.h branches/2020Q1/www/chromium/files/patch-weblayer_shell_app_shell__main.cc Modified: branches/2020Q1/www/chromium/Makefile branches/2020Q1/www/chromium/distinfo branches/2020Q1/www/chromium/files/patch-BUILD.gn branches/2020Q1/www/chromium/files/patch-base_BUILD.gn branches/2020Q1/www/chromium/files/patch-base_files_file__util.h branches/2020Q1/www/chromium/files/patch-base_files_file__util__posix.cc branches/2020Q1/www/chromium/files/patch-base_i18n_icu__util.cc branches/2020Q1/www/chromium/files/patch-base_linux__util.cc branches/2020Q1/www/chromium/files/patch-base_logging__unittest.cc branches/2020Q1/www/chromium/files/patch-base_process_kill.h branches/2020Q1/www/chromium/files/patch-base_system_sys__info.h branches/2020Q1/www/chromium/files/patch-base_system_sys__info__freebsd.cc branches/2020Q1/www/chromium/files/patch-base_test_generate__fontconfig__caches.cc branches/2020Q1/www/chromium/files/patch-base_threading_thread__task__runner__handle.cc branches/2020Q1/www/chromium/files/patch-base_trace__event_malloc__dump__provider.cc branches/2020Q1/www/chromium/files/patch-build_config_compiler_BUILD.gn branches/2020Q1/www/chromium/files/patch-build_config_compiler_compiler.gni branches/2020Q1/www/chromium/files/patch-cc_BUILD.gn branches/2020Q1/www/chromium/files/patch-cc_layers_scrollbar__layer__impl__base.cc branches/2020Q1/www/chromium/files/patch-cc_trees_property__tree.cc branches/2020Q1/www/chromium/files/patch-chrome_app_chrome__content__browser__overlay__manifest.cc branches/2020Q1/www/chromium/files/patch-chrome_app_chrome__main__delegate.cc branches/2020Q1/www/chromium/files/patch-chrome_app_chromium__strings.grd branches/2020Q1/www/chromium/files/patch-chrome_app_generated__resources.grd branches/2020Q1/www/chromium/files/patch-chrome_app_google__chrome__strings.grd branches/2020Q1/www/chromium/files/patch-chrome_app_settings__strings.grdp branches/2020Q1/www/chromium/files/patch-chrome_browser_about__flags.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_after__startup__task__utils.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_background_background__mode__manager.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_browser__resources.grd branches/2020Q1/www/chromium/files/patch-chrome_browser_chrome__browser__main.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_chrome__browser__main__linux.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.h branches/2020Q1/www/chromium/files/patch-chrome_browser_download_chrome__download__manager__delegate.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_download_download__commands.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_download_download__item__model.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_download_download__prefs.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_download_download__shelf__context__menu.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_extensions_BUILD.gn branches/2020Q1/www/chromium/files/patch-chrome_browser_extensions_activity__log_activity__log.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_extensions_api_settings__private_prefs__util.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_extensions_external__provider__impl.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_flag__descriptions.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_flag__descriptions.h branches/2020Q1/www/chromium/files/patch-chrome_browser_media_webrtc_webrtc__event__log__uploader.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_metrics_chrome__metrics__service__client.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_metrics_process__memory__metrics__emitter.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_native__file__system_chrome__native__file__system__permission__context.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_net_system__network__context__manager.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_password__manager_chrome__password__manager__client.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_prefs_browser__prefs.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_prefs_pref__service__incognito__whitelist.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_profiles_profile__attributes__entry.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_renderer__context__menu_render__view__context__menu.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_renderer__preferences__util.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_safe__browsing_incident__reporting_incident__reporting__service.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_search_search__suggest_search__suggest__service.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_signin_signin__util.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_themes_theme__service__factory.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_ui_browser__command__controller.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_ui_sad__tab.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_ui_tab__helpers.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_ui_task__manager_task__manager__table__model.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_ui_views_first__run__dialog.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_ui_views_hung__renderer__view.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_ui_views_tabs_new__tab__button.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab__drag__controller.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_ui_webui_about__ui.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc branches/2020Q1/www/chromium/files/patch-chrome_browser_web__applications_extensions_web__app__extension__shortcut.cc branches/2020Q1/www/chromium/files/patch-chrome_common_BUILD.gn branches/2020Q1/www/chromium/files/patch-chrome_common_chrome__features.cc branches/2020Q1/www/chromium/files/patch-chrome_common_chrome__features.h branches/2020Q1/www/chromium/files/patch-chrome_common_chrome__paths.cc branches/2020Q1/www/chromium/files/patch-chrome_common_chrome__paths.h branches/2020Q1/www/chromium/files/patch-chrome_common_chrome__switches.cc branches/2020Q1/www/chromium/files/patch-chrome_common_chrome__switches.h branches/2020Q1/www/chromium/files/patch-chrome_common_extensions_api_api__sources.gni branches/2020Q1/www/chromium/files/patch-chrome_common_features.gni branches/2020Q1/www/chromium/files/patch-chrome_common_pref__names.cc branches/2020Q1/www/chromium/files/patch-chrome_common_pref__names.h branches/2020Q1/www/chromium/files/patch-chrome_common_webui__url__constants.cc branches/2020Q1/www/chromium/files/patch-chrome_common_webui__url__constants.h branches/2020Q1/www/chromium/files/patch-chrome_renderer_chrome__content__renderer__client.cc branches/2020Q1/www/chromium/files/patch-chrome_test_BUILD.gn branches/2020Q1/www/chromium/files/patch-chrome_test_base_in__process__browser__test.cc branches/2020Q1/www/chromium/files/patch-chrome_test_chromedriver_chrome__launcher.cc branches/2020Q1/www/chromium/files/patch-chromecast_browser_cast__browser__main__parts.cc branches/2020Q1/www/chromium/files/patch-components_autofill_content_renderer_password__form__conversion__utils.cc branches/2020Q1/www/chromium/files/patch-components_autofill_core_browser_autofill__experiments.cc branches/2020Q1/www/chromium/files/patch-components_autofill_core_browser_personal__data__manager.cc branches/2020Q1/www/chromium/files/patch-components_autofill_core_common_autofill__payments__features.cc branches/2020Q1/www/chromium/files/patch-components_crash_content_app_BUILD.gn branches/2020Q1/www/chromium/files/patch-components_crash_core_common_BUILD.gn branches/2020Q1/www/chromium/files/patch-components_discardable__memory_service_discardable__shared__memory__manager.cc branches/2020Q1/www/chromium/files/patch-components_download_internal_common_base__file.cc branches/2020Q1/www/chromium/files/patch-components_feature__engagement_public_feature__list.cc branches/2020Q1/www/chromium/files/patch-components_feature__engagement_public_feature__list.h branches/2020Q1/www/chromium/files/patch-components_metrics_BUILD.gn branches/2020Q1/www/chromium/files/patch-components_network__session__configurator_browser_network__session__configurator.cc branches/2020Q1/www/chromium/files/patch-components_policy_core_common_cloud_cloud__policy__util.cc branches/2020Q1/www/chromium/files/patch-components_policy_resources_policy__templates.json branches/2020Q1/www/chromium/files/patch-components_policy_tools_generate__policy__source.py branches/2020Q1/www/chromium/files/patch-components_sync__device__info_local__device__info__util__linux.cc branches/2020Q1/www/chromium/files/patch-content_app_content__main__runner__impl.cc branches/2020Q1/www/chromium/files/patch-content_browser_browser__main__loop.cc branches/2020Q1/www/chromium/files/patch-content_browser_devtools_protocol_system__info__handler.cc branches/2020Q1/www/chromium/files/patch-content_browser_gpu_gpu__process__host.cc branches/2020Q1/www/chromium/files/patch-content_browser_media_media__internals.cc branches/2020Q1/www/chromium/files/patch-content_browser_ppapi__plugin__process__host.cc branches/2020Q1/www/chromium/files/patch-content_browser_renderer__host_render__message__filter.cc branches/2020Q1/www/chromium/files/patch-content_browser_renderer__host_render__message__filter.h branches/2020Q1/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.cc branches/2020Q1/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.h branches/2020Q1/www/chromium/files/patch-content_browser_renderer__host_render__view__host__impl.cc branches/2020Q1/www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc branches/2020Q1/www/chromium/files/patch-content_browser_utility__process__host.cc branches/2020Q1/www/chromium/files/patch-content_browser_webui_shared__resources__data__source.cc branches/2020Q1/www/chromium/files/patch-content_common_BUILD.gn branches/2020Q1/www/chromium/files/patch-content_common_user__agent.cc branches/2020Q1/www/chromium/files/patch-content_gpu_BUILD.gn branches/2020Q1/www/chromium/files/patch-content_gpu_gpu__main.cc branches/2020Q1/www/chromium/files/patch-content_ppapi__plugin_ppapi__blink__platform__impl.cc branches/2020Q1/www/chromium/files/patch-content_public_common_common__param__traits__macros.h branches/2020Q1/www/chromium/files/patch-content_public_common_content__features.cc branches/2020Q1/www/chromium/files/patch-content_public_common_content__switches.cc branches/2020Q1/www/chromium/files/patch-content_public_common_content__switches.h branches/2020Q1/www/chromium/files/patch-content_public_test_browser__test__base.cc branches/2020Q1/www/chromium/files/patch-content_public_test_mock__render__thread.cc branches/2020Q1/www/chromium/files/patch-content_renderer_render__thread__impl.cc branches/2020Q1/www/chromium/files/patch-content_renderer_renderer__blink__platform__impl.cc branches/2020Q1/www/chromium/files/patch-content_renderer_renderer__blink__platform__impl.h branches/2020Q1/www/chromium/files/patch-content_shell_BUILD.gn branches/2020Q1/www/chromium/files/patch-content_shell_app_shell__main__delegate.cc branches/2020Q1/www/chromium/files/patch-content_shell_browser_shell__browser__main__parts.cc branches/2020Q1/www/chromium/files/patch-content_shell_test__runner_test__runner.cc branches/2020Q1/www/chromium/files/patch-content_test_content__test__suite.cc branches/2020Q1/www/chromium/files/patch-content_utility_utility__blink__platform__with__sandbox__support__impl.cc branches/2020Q1/www/chromium/files/patch-content_utility_utility__blink__platform__with__sandbox__support__impl.h branches/2020Q1/www/chromium/files/patch-extensions_common_image__util.cc branches/2020Q1/www/chromium/files/patch-gpu_command__buffer_common_gpu__memory__buffer__support.cc branches/2020Q1/www/chromium/files/patch-gpu_command__buffer_service_external__vk__image__backing.cc branches/2020Q1/www/chromium/files/patch-gpu_command__buffer_service_external__vk__image__backing.h branches/2020Q1/www/chromium/files/patch-gpu_command__buffer_service_external__vk__image__gl__representation.cc branches/2020Q1/www/chromium/files/patch-gpu_ipc_common_gpu__memory__buffer__support.cc branches/2020Q1/www/chromium/files/patch-gpu_ipc_common_gpu__memory__buffer__support.h branches/2020Q1/www/chromium/files/patch-gpu_ipc_service_gpu__init.cc branches/2020Q1/www/chromium/files/patch-gpu_ipc_service_gpu__watchdog__thread.cc branches/2020Q1/www/chromium/files/patch-gpu_ipc_service_gpu__watchdog__thread.h branches/2020Q1/www/chromium/files/patch-gpu_vulkan_vulkan__function__pointers.cc branches/2020Q1/www/chromium/files/patch-gpu_vulkan_vulkan__function__pointers.h branches/2020Q1/www/chromium/files/patch-headless_lib_browser_headless__content__browser__client.cc branches/2020Q1/www/chromium/files/patch-headless_lib_browser_headless__content__browser__client.h branches/2020Q1/www/chromium/files/patch-headless_lib_browser_headless__request__context__manager.cc branches/2020Q1/www/chromium/files/patch-ipc_ipc__channel.h branches/2020Q1/www/chromium/files/patch-ipc_ipc__channel__mojo.cc branches/2020Q1/www/chromium/files/patch-media_audio_BUILD.gn branches/2020Q1/www/chromium/files/patch-media_base_video__frame.cc branches/2020Q1/www/chromium/files/patch-media_base_video__frame.h branches/2020Q1/www/chromium/files/patch-media_capture_video_fake__video__capture__device__factory.cc branches/2020Q1/www/chromium/files/patch-media_capture_video_video__capture__buffer__pool__impl.cc branches/2020Q1/www/chromium/files/patch-media_capture_video_video__capture__device__client.cc branches/2020Q1/www/chromium/files/patch-media_gpu_libyuv__image__processor.cc branches/2020Q1/www/chromium/files/patch-media_gpu_linux_platform__video__frame__utils.cc branches/2020Q1/www/chromium/files/patch-media_media__options.gni branches/2020Q1/www/chromium/files/patch-media_mojo_clients_mojo__video__encode__accelerator.cc branches/2020Q1/www/chromium/files/patch-media_mojo_mojom_video__frame__mojom__traits.cc branches/2020Q1/www/chromium/files/patch-media_mojo_services_gpu__mojo__media__client.cc branches/2020Q1/www/chromium/files/patch-media_video_gpu__memory__buffer__video__frame__pool.cc branches/2020Q1/www/chromium/files/patch-net_BUILD.gn branches/2020Q1/www/chromium/files/patch-net_base_address__tracker__linux.cc branches/2020Q1/www/chromium/files/patch-net_base_network__change__notifier.cc branches/2020Q1/www/chromium/files/patch-net_socket_socket__posix.cc branches/2020Q1/www/chromium/files/patch-net_tools_cert__verify__tool_cert__verify__tool.cc branches/2020Q1/www/chromium/files/patch-net_url__request_url__request__context__builder.cc branches/2020Q1/www/chromium/files/patch-pdf_pdfium_pdfium__engine.cc branches/2020Q1/www/chromium/files/patch-printing_cups__config__helper.py branches/2020Q1/www/chromium/files/patch-remoting_host_remoting__me2me__host.cc branches/2020Q1/www/chromium/files/patch-remoting_resources_remoting__strings.grd branches/2020Q1/www/chromium/files/patch-services_device_geolocation_location__arbitrator.cc branches/2020Q1/www/chromium/files/patch-services_device_hid_hid__service__freebsd.cc branches/2020Q1/www/chromium/files/patch-services_device_time__zone__monitor_time__zone__monitor.cc branches/2020Q1/www/chromium/files/patch-services_network_BUILD.gn branches/2020Q1/www/chromium/files/patch-services_network_network__context.cc branches/2020Q1/www/chromium/files/patch-services_network_network__service.cc branches/2020Q1/www/chromium/files/patch-services_network_network__service.h branches/2020Q1/www/chromium/files/patch-services_video__capture_broadcasting__receiver.cc branches/2020Q1/www/chromium/files/patch-third__party_angle_BUILD.gn branches/2020Q1/www/chromium/files/patch-third__party_angle_src_libANGLE_Display.cpp branches/2020Q1/www/chromium/files/patch-third__party_angle_src_libANGLE_renderer_driver__utils.h branches/2020Q1/www/chromium/files/patch-third__party_angle_third__party_vulkan-loader_src_loader_loader.c branches/2020Q1/www/chromium/files/patch-third__party_blink_renderer_core_scroll_scrollbar__theme__aura.cc branches/2020Q1/www/chromium/files/patch-third__party_blink_renderer_modules_mediastream_processed__local__audio__source.cc branches/2020Q1/www/chromium/files/patch-third__party_blink_renderer_platform_BUILD.gn branches/2020Q1/www/chromium/files/patch-third__party_blink_renderer_platform_fonts_font__cache.h branches/2020Q1/www/chromium/files/patch-third__party_blink_renderer_platform_fonts_font__description.cc branches/2020Q1/www/chromium/files/patch-third__party_blink_renderer_platform_wtf_threading__pthreads.cc branches/2020Q1/www/chromium/files/patch-third__party_boringssl_BUILD.gn branches/2020Q1/www/chromium/files/patch-third__party_crashpad_crashpad_util_posix_signals.cc branches/2020Q1/www/chromium/files/patch-third__party_perfetto_include_perfetto_base_build__config.h branches/2020Q1/www/chromium/files/patch-third__party_skia_src_sksl_SkSLString.h branches/2020Q1/www/chromium/files/patch-third__party_swiftshader_BUILD.gn branches/2020Q1/www/chromium/files/patch-third__party_webrtc_modules_audio__device_BUILD.gn branches/2020Q1/www/chromium/files/patch-third__party_webrtc_rtc__base_network.cc branches/2020Q1/www/chromium/files/patch-third__party_webrtc_rtc__base_network.h branches/2020Q1/www/chromium/files/patch-third__party_webrtc_rtc__base_platform__thread__types.cc branches/2020Q1/www/chromium/files/patch-tools_gn_base_files_file__posix.cc branches/2020Q1/www/chromium/files/patch-tools_gn_base_files_file__util.h branches/2020Q1/www/chromium/files/patch-tools_gn_base_files_file__util__posix.cc branches/2020Q1/www/chromium/files/patch-tools_gn_build_gen.py branches/2020Q1/www/chromium/files/patch-tools_gn_tools_gn_exec__process.cc branches/2020Q1/www/chromium/files/patch-tools_json__schema__compiler_feature__compiler.py branches/2020Q1/www/chromium/files/patch-tools_json__schema__compiler_model.py branches/2020Q1/www/chromium/files/patch-ui_base_resource_resource__bundle.cc branches/2020Q1/www/chromium/files/patch-ui_base_ui__base__features.cc branches/2020Q1/www/chromium/files/patch-ui_base_ui__base__features.h branches/2020Q1/www/chromium/files/patch-ui_base_webui_web__ui__util.cc branches/2020Q1/www/chromium/files/patch-ui_gfx_font__fallback__linux.cc branches/2020Q1/www/chromium/files/patch-ui_gfx_gpu__memory__buffer.h branches/2020Q1/www/chromium/files/patch-ui_gfx_linux_client__native__pixmap__dmabuf.cc branches/2020Q1/www/chromium/files/patch-ui_gfx_mojom_buffer__types__mojom__traits.h branches/2020Q1/www/chromium/files/patch-ui_gl_BUILD.gn branches/2020Q1/www/chromium/files/patch-ui_gl_generate__bindings.py branches/2020Q1/www/chromium/files/patch-ui_gl_gl__surface__glx.cc branches/2020Q1/www/chromium/files/patch-ui_message__center_views_message__popup__view.cc branches/2020Q1/www/chromium/files/patch-ui_native__theme_native__theme__base.cc branches/2020Q1/www/chromium/files/patch-ui_views_controls_label.cc branches/2020Q1/www/chromium/files/patch-ui_views_corewm_tooltip__aura.cc branches/2020Q1/www/chromium/files/patch-ui_views_selection__controller.cc branches/2020Q1/www/chromium/files/patch-ui_views_widget_desktop__aura_desktop__window__tree__host__platform.cc branches/2020Q1/www/chromium/files/patch-ui_views_window_dialog__delegate.cc branches/2020Q1/www/chromium/files/patch-ui_webui_resources_js_cr.js branches/2020Q1/www/chromium/files/patch-v8_BUILD.gn branches/2020Q1/www/chromium/files/patch-v8_src_api_api.cc branches/2020Q1/www/chromium/files/patch-v8_src_base_cpu.cc branches/2020Q1/www/chromium/files/patch-v8_src_base_platform_platform-posix.cc branches/2020Q1/www/chromium/files/patch-weblayer_browser_browser__main__parts__impl.cc branches/2020Q1/www/chromium/pkg-plist Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/www/chromium/Makefile ============================================================================== --- branches/2020Q1/www/chromium/Makefile Thu Jan 16 20:59:10 2020 (r523259) +++ branches/2020Q1/www/chromium/Makefile Thu Jan 16 21:03:39 2020 (r523260) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 78.0.3904.108 -CATEGORIES?= www +PORTVERSION= 79.0.3945.117 +CATEGORIES?= www java MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ \ LOCAL/cpm/chromium/:fonts DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -320,15 +320,13 @@ do-install: ${INSTALL_LIB} ${WRKSRC}/out/${BUILDTYPE}/${f} ${STAGEDIR}${DATADIR} .endfor .if ${BUILDTYPE} == Debug -.for f in libVkLayer_core_validation.so libVkLayer_object_lifetimes.so libVkLayer_stateless_validation.so \ - libVkLayer_thread_safety.so libVkLayer_unique_objects.so - ${INSTALL_LIB} ${WRKSRC}/out/${BUILDTYPE}/${f} ${STAGEDIR}${DATADIR} -.endfor + ${INSTALL_LIB} ${WRKSRC}/out/${BUILDTYPE}/libVkLayer_khronos_validation.so ${STAGEDIR}${DATADIR} .endif # SwiftShader .if ${ARCH} != aarch64 @${MKDIR} ${STAGEDIR}${DATADIR}/swiftshader + ${INSTALL_LIB} ${WRKSRC}/out/${BUILDTYPE}/libvk_swiftshader.so ${STAGEDIR}${DATADIR} .for g in libEGL.so libGLESv2.so ${INSTALL_LIB} ${WRKSRC}/out/${BUILDTYPE}/swiftshader/${g} \ ${STAGEDIR}${DATADIR}/swiftshader Modified: branches/2020Q1/www/chromium/distinfo ============================================================================== --- branches/2020Q1/www/chromium/distinfo Thu Jan 16 20:59:10 2020 (r523259) +++ branches/2020Q1/www/chromium/distinfo Thu Jan 16 21:03:39 2020 (r523260) @@ -1,7 +1,7 @@ -TIMESTAMP = 1574329181 -SHA256 (chromium-78.0.3904.108.tar.xz) = f9c53839f306d2973de27723360024f7904101d426b9e7e9cdb56e8bcc775b0e -SIZE (chromium-78.0.3904.108.tar.xz) = 742906260 -SHA256 (chromium-78.0.3904.108-testdata.tar.xz) = a46480e2a3b3a1b22e1234e5247d41c69c27e3d498ad9a330abefd6d0066351e -SIZE (chromium-78.0.3904.108-testdata.tar.xz) = 252295600 +TIMESTAMP = 1578472567 +SHA256 (chromium-79.0.3945.117.tar.xz) = 4d960e8bd790cc1c8e7f0632790424957c4996a8a91b9d899eb572acec854ef1 +SIZE (chromium-79.0.3945.117.tar.xz) = 778215364 +SHA256 (chromium-79.0.3945.117-testdata.tar.xz) = f53530e59bfd76bf46e123eb281699e340281990a0e10405d48c2e6cefb7d84e +SIZE (chromium-79.0.3945.117-testdata.tar.xz) = 252398316 SHA256 (test_fonts.tar.xz) = cf9cbe3b7f1c4c42d426bddc65ec178d333ad7e205a36fe0a606a3c0c545ece1 SIZE (test_fonts.tar.xz) = 200040 Copied: branches/2020Q1/www/chromium/files/patch-3p-pdfium_3p_base_allocator_partition__allocator_page__allocator__internals__posix.h (from r523259, head/www/chromium/files/patch-3p-pdfium_3p_base_allocator_partition__allocator_page__allocator__internals__posix.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q1/www/chromium/files/patch-3p-pdfium_3p_base_allocator_partition__allocator_page__allocator__internals__posix.h Thu Jan 16 21:03:39 2020 (r523260, copy of r523259, head/www/chromium/files/patch-3p-pdfium_3p_base_allocator_partition__allocator_page__allocator__internals__posix.h) @@ -0,0 +1,38 @@ +--- third_party/pdfium/third_party/base/allocator/partition_allocator/page_allocator_internals_posix.h.orig 2020-01-07 21:54:50 UTC ++++ third_party/pdfium/third_party/base/allocator/partition_allocator/page_allocator_internals_posix.h +@@ -13,7 +13,7 @@ + #if defined(OS_MACOSX) + #include + #endif +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + #include + + #include +@@ -48,7 +48,7 @@ int GetAccessFlags(PageAccessibilityConfiguration acce + } + } + +-#if defined(OS_LINUX) && defined(ARCH_CPU_64_BITS) ++#if (defined(OS_LINUX) || defined(OS_BSD)) && defined(ARCH_CPU_64_BITS) + + // Multiple guarded memory regions may exceed the process address space limit. + // This function will raise or lower the limit by |amount|. +@@ -68,7 +68,7 @@ bool AdjustAddressSpaceLimit(int64_t amount) { + // schemes that reduce that to 4 GiB. + constexpr size_t kMinimumGuardedMemorySize = 1ULL << 32; // 4 GiB + +-#endif // defined(OS_LINUX) && defined(ARCH_CPU_64_BITS) ++#endif // (defined(OS_LINUX) || defined(OS_BSD)) && defined(ARCH_CPU_64_BITS) + + void* SystemAllocPagesInternal(void* hint, + size_t length, +@@ -134,7 +134,7 @@ void SetSystemPagesAccessInternal( + void FreePagesInternal(void* address, size_t length) { + CHECK(!munmap(address, length)); + +-#if defined(OS_LINUX) && defined(ARCH_CPU_64_BITS) ++#if (defined(OS_LINUX) || defined(OS_BSD)) && defined(ARCH_CPU_64_BITS) + // Restore the address space limit. + if (length >= kMinimumGuardedMemorySize) { + CHECK(AdjustAddressSpaceLimit(-base::checked_cast(length))); Modified: branches/2020Q1/www/chromium/files/patch-BUILD.gn ============================================================================== --- branches/2020Q1/www/chromium/files/patch-BUILD.gn Thu Jan 16 20:59:10 2020 (r523259) +++ branches/2020Q1/www/chromium/files/patch-BUILD.gn Thu Jan 16 21:03:39 2020 (r523260) @@ -1,6 +1,6 @@ ---- BUILD.gn.orig 2019-10-21 19:06:17 UTC +--- BUILD.gn.orig 2019-12-16 21:51:21 UTC +++ BUILD.gn -@@ -404,7 +404,7 @@ group("gn_all") { +@@ -411,7 +411,7 @@ group("gn_all") { ] } @@ -9,7 +9,7 @@ deps += [ "//third_party/breakpad:breakpad_unittests", "//third_party/breakpad:core-2-minidump", -@@ -445,8 +445,6 @@ group("gn_all") { +@@ -452,8 +452,6 @@ group("gn_all") { "//net:disk_cache_memory_test", "//net:quic_client", "//net:quic_server", @@ -18,7 +18,7 @@ "//testing:empty_main", ] -@@ -501,10 +499,6 @@ group("gn_all") { +@@ -508,10 +506,6 @@ group("gn_all") { "//chrome/test:load_library_perf_tests", "//chrome/test:sync_performance_tests", "//chrome/test/chromedriver:chromedriver", @@ -29,7 +29,7 @@ "//media/cast:generate_barcode_video", "//media/cast:generate_timecode_audio", "//net:crash_cache", -@@ -560,10 +554,6 @@ group("gn_all") { +@@ -567,10 +561,6 @@ group("gn_all") { "//mojo:mojo_perftests", "//services/service_manager/public/cpp", "//testing/gmock:gmock_main", @@ -40,7 +40,7 @@ ] if (!is_android) { -@@ -637,7 +627,7 @@ group("gn_all") { +@@ -644,7 +634,7 @@ group("gn_all") { host_os == "win") { deps += [ "//chrome/test/mini_installer:mini_installer_tests" ] } @@ -49,7 +49,7 @@ deps += [ "//third_party/breakpad:symupload($host_toolchain)" ] } -@@ -776,7 +766,6 @@ group("gn_all") { +@@ -782,7 +772,6 @@ group("gn_all") { "//chrome/browser/vr:vr_common_perftests", "//chrome/browser/vr:vr_common_unittests", "//chrome/browser/vr:vr_pixeltests", @@ -57,7 +57,7 @@ ] if (is_desktop_linux && use_ozone) { deps += [ "//chrome/browser/vr/testapp:vr_testapp" ] -@@ -896,7 +885,6 @@ if (is_chromeos) { +@@ -905,7 +894,6 @@ if (is_chromeos) { "//ppapi/examples/video_decode", "//sandbox/linux:chrome_sandbox", "//sandbox/linux:sandbox_linux_unittests", @@ -65,7 +65,7 @@ # Blocked on https://github.com/catapult-project/catapult/issues/2297 #"//third_party/catapult/telemetry:bitmaptools", -@@ -1065,7 +1053,7 @@ if (!is_ios) { +@@ -1076,7 +1064,7 @@ if (!is_ios) { ] } @@ -74,7 +74,7 @@ data_deps += [ "//third_party/breakpad:minidump_stackwalk($host_toolchain)" ] } -@@ -1074,7 +1062,7 @@ if (!is_ios) { +@@ -1085,7 +1073,7 @@ if (!is_ios) { data_deps += [ "//third_party/breakpad:dump_syms($host_toolchain)" ] } @@ -83,7 +83,7 @@ data_deps += [ "//third_party/breakpad:dump_syms($host_toolchain)" ] } -@@ -1216,9 +1204,6 @@ group("chromium_builder_perf") { +@@ -1227,9 +1215,6 @@ group("chromium_builder_perf") { if (is_win) { data_deps += [ "//chrome/installer/mini_installer:mini_installer" ] Modified: branches/2020Q1/www/chromium/files/patch-base_BUILD.gn ============================================================================== --- branches/2020Q1/www/chromium/files/patch-base_BUILD.gn Thu Jan 16 20:59:10 2020 (r523259) +++ branches/2020Q1/www/chromium/files/patch-base_BUILD.gn Thu Jan 16 21:03:39 2020 (r523260) @@ -1,6 +1,6 @@ ---- base/BUILD.gn.orig 2019-10-21 19:06:18 UTC +--- base/BUILD.gn.orig 2019-12-16 21:51:21 UTC +++ base/BUILD.gn -@@ -1266,7 +1266,7 @@ jumbo_component("base") { +@@ -1274,7 +1274,7 @@ jumbo_component("base") { # Needed for if using newer C++ library than sysroot, except if # building inside the cros_sdk environment - use host_toolchain as a # more robust check for this. @@ -9,7 +9,7 @@ host_toolchain != "//build/toolchain/cros:host") { libs += [ "atomic" ] } -@@ -1292,7 +1292,7 @@ jumbo_component("base") { +@@ -1300,7 +1300,7 @@ jumbo_component("base") { "allocator/allocator_shim_override_glibc_weak_symbols.h", ] deps += [ "//base/allocator:tcmalloc" ] @@ -18,7 +18,7 @@ sources += [ "allocator/allocator_shim_default_dispatch_to_glibc.cc" ] } else if (is_android && use_allocator == "none") { sources += [ -@@ -1893,6 +1893,33 @@ jumbo_component("base") { +@@ -1903,6 +1903,33 @@ jumbo_component("base") { } } @@ -52,7 +52,7 @@ # iOS if (is_ios) { set_sources_assignment_filter([]) -@@ -3041,6 +3068,12 @@ test("base_unittests") { +@@ -3071,6 +3098,12 @@ test("base_unittests") { ] set_sources_assignment_filter(sources_assignment_filter) } Modified: branches/2020Q1/www/chromium/files/patch-base_files_file__util.h ============================================================================== --- branches/2020Q1/www/chromium/files/patch-base_files_file__util.h Thu Jan 16 20:59:10 2020 (r523259) +++ branches/2020Q1/www/chromium/files/patch-base_files_file__util.h Thu Jan 16 21:03:39 2020 (r523260) @@ -1,6 +1,6 @@ ---- base/files/file_util.h.orig 2019-10-21 19:06:18 UTC +--- base/files/file_util.h.orig 2019-12-16 21:51:21 UTC +++ base/files/file_util.h -@@ -497,7 +497,7 @@ BASE_EXPORT bool VerifyPathControlledByAdmin(const bas +@@ -512,7 +512,7 @@ BASE_EXPORT bool VerifyPathControlledByAdmin(const bas // the directory |path|, in the number of FilePath::CharType, or -1 on failure. BASE_EXPORT int GetMaximumPathComponentLength(const base::FilePath& path); Modified: branches/2020Q1/www/chromium/files/patch-base_files_file__util__posix.cc ============================================================================== --- branches/2020Q1/www/chromium/files/patch-base_files_file__util__posix.cc Thu Jan 16 20:59:10 2020 (r523259) +++ branches/2020Q1/www/chromium/files/patch-base_files_file__util__posix.cc Thu Jan 16 21:03:39 2020 (r523260) @@ -1,6 +1,6 @@ ---- base/files/file_util_posix.cc.orig 2019-10-21 19:06:18 UTC +--- base/files/file_util_posix.cc.orig 2019-12-16 21:51:21 UTC +++ base/files/file_util_posix.cc -@@ -426,7 +426,7 @@ bool CreatePipe(ScopedFD* read_fd, ScopedFD* write_fd, +@@ -435,7 +435,7 @@ bool CreatePipe(ScopedFD* read_fd, ScopedFD* write_fd, } bool CreateLocalNonBlockingPipe(int fds[2]) { Modified: branches/2020Q1/www/chromium/files/patch-base_i18n_icu__util.cc ============================================================================== --- branches/2020Q1/www/chromium/files/patch-base_i18n_icu__util.cc Thu Jan 16 20:59:10 2020 (r523259) +++ branches/2020Q1/www/chromium/files/patch-base_i18n_icu__util.cc Thu Jan 16 21:03:39 2020 (r523260) @@ -1,4 +1,4 @@ ---- base/i18n/icu_util.cc.orig 2019-07-24 18:58:02 UTC +--- base/i18n/icu_util.cc.orig 2019-12-16 21:51:21 UTC +++ base/i18n/icu_util.cc @@ -20,7 +20,7 @@ #include "build/build_config.h" @@ -9,7 +9,7 @@ #include "third_party/icu/source/i18n/unicode/timezone.h" #endif -@@ -285,7 +285,7 @@ bool InitializeICU() { +@@ -365,7 +365,7 @@ bool InitializeICU() { // TODO(jungshik): Some callers do not care about tz at all. If necessary, // add a boolean argument to this function to init'd the default tz only // when requested. Modified: branches/2020Q1/www/chromium/files/patch-base_linux__util.cc ============================================================================== --- branches/2020Q1/www/chromium/files/patch-base_linux__util.cc Thu Jan 16 20:59:10 2020 (r523259) +++ branches/2020Q1/www/chromium/files/patch-base_linux__util.cc Thu Jan 16 21:03:39 2020 (r523260) @@ -1,6 +1,6 @@ ---- base/linux_util.cc.orig 2019-03-11 22:00:51 UTC +--- base/linux_util.cc.orig 2019-12-16 21:50:40 UTC +++ base/linux_util.cc -@@ -90,12 +90,14 @@ char g_linux_distro[kDistroSize] = +@@ -144,6 +144,8 @@ char g_linux_distro[kDistroSize] = "CrOS"; #elif defined(OS_ANDROID) "Android"; @@ -9,6 +9,8 @@ #else // if defined(OS_LINUX) "Unknown"; #endif +@@ -164,7 +166,7 @@ BASE_EXPORT std::string GetKeyValueFromOSReleaseFileFo + } std::string GetLinuxDistro() { -#if defined(OS_CHROMEOS) || defined(OS_ANDROID) Modified: branches/2020Q1/www/chromium/files/patch-base_logging__unittest.cc ============================================================================== --- branches/2020Q1/www/chromium/files/patch-base_logging__unittest.cc Thu Jan 16 20:59:10 2020 (r523259) +++ branches/2020Q1/www/chromium/files/patch-base_logging__unittest.cc Thu Jan 16 21:03:39 2020 (r523260) @@ -1,6 +1,6 @@ ---- base/logging_unittest.cc.orig 2019-10-21 19:06:18 UTC +--- base/logging_unittest.cc.orig 2019-12-16 21:51:21 UTC +++ base/logging_unittest.cc -@@ -590,7 +590,7 @@ void CheckCrashTestSighandler(int, siginfo_t* info, vo +@@ -591,7 +591,7 @@ void CheckCrashTestSighandler(int, siginfo_t* info, vo // need the arch-specific boilerplate below, which is inspired by breakpad. // At the same time, on OSX, ucontext.h is deprecated but si_addr works fine. uintptr_t crash_addr = 0; Modified: branches/2020Q1/www/chromium/files/patch-base_process_kill.h ============================================================================== --- branches/2020Q1/www/chromium/files/patch-base_process_kill.h Thu Jan 16 20:59:10 2020 (r523259) +++ branches/2020Q1/www/chromium/files/patch-base_process_kill.h Thu Jan 16 21:03:39 2020 (r523260) @@ -1,6 +1,6 @@ ---- base/process/kill.h.orig 2019-06-04 18:55:15 UTC +--- base/process/kill.h.orig 2019-12-16 21:50:40 UTC +++ base/process/kill.h -@@ -111,11 +111,11 @@ BASE_EXPORT TerminationStatus GetTerminationStatus(Pro +@@ -118,11 +118,11 @@ BASE_EXPORT TerminationStatus GetTerminationStatus(Pro BASE_EXPORT TerminationStatus GetKnownDeadTerminationStatus( ProcessHandle handle, int* exit_code); Modified: branches/2020Q1/www/chromium/files/patch-base_system_sys__info.h ============================================================================== --- branches/2020Q1/www/chromium/files/patch-base_system_sys__info.h Thu Jan 16 20:59:10 2020 (r523259) +++ branches/2020Q1/www/chromium/files/patch-base_system_sys__info.h Thu Jan 16 21:03:39 2020 (r523260) @@ -1,6 +1,15 @@ ---- base/system/sys_info.h.orig 2019-06-04 18:55:15 UTC +--- base/system/sys_info.h.orig 2019-12-16 21:50:40 UTC +++ base/system/sys_info.h -@@ -192,7 +192,7 @@ class BASE_EXPORT SysInfo { +@@ -188,6 +188,8 @@ class BASE_EXPORT SysInfo { + // See also SysUtils.java, method isLowEndDevice. + static bool IsLowEndDevice(); + ++ static uint64_t MaxSharedMemorySize(); ++ + private: + FRIEND_TEST_ALL_PREFIXES(SysInfoTest, AmountOfAvailablePhysicalMemory); + FRIEND_TEST_ALL_PREFIXES(debug::SystemMetricsTest, ParseMeminfo); +@@ -197,7 +199,7 @@ class BASE_EXPORT SysInfo { static bool IsLowEndDeviceImpl(); static HardwareInfo GetHardwareInfoSync(); Modified: branches/2020Q1/www/chromium/files/patch-base_system_sys__info__freebsd.cc ============================================================================== --- branches/2020Q1/www/chromium/files/patch-base_system_sys__info__freebsd.cc Thu Jan 16 20:59:10 2020 (r523259) +++ branches/2020Q1/www/chromium/files/patch-base_system_sys__info__freebsd.cc Thu Jan 16 21:03:39 2020 (r523260) @@ -1,6 +1,6 @@ ---- base/system/sys_info_freebsd.cc.orig 2019-09-09 21:55:05 UTC +--- base/system/sys_info_freebsd.cc.orig 2019-12-16 21:50:40 UTC +++ base/system/sys_info_freebsd.cc -@@ -13,26 +13,46 @@ +@@ -13,26 +13,59 @@ namespace base { int64_t SysInfo::AmountOfPhysicalMemoryImpl() { @@ -21,11 +21,6 @@ return static_cast(pages) * page_size; } --// static --uint64_t SysInfo::MaxSharedMemorySize() { -- size_t limit; -- size_t size = sizeof(limit); -- if (sysctlbyname("kern.ipc.shmmax", &limit, &size, NULL, 0) < 0) { +int64_t SysInfo::AmountOfAvailablePhysicalMemoryImpl() { + int page_size, r = 0; + unsigned pgfree, pginact, pgcache; @@ -40,14 +35,13 @@ + if(r == 0) + r = sysctlbyname("vm.stats.vm.v_cache_count", &pgcache, &szpg, NULL, 0); + if(r == -1) { - NOTREACHED(); - return 0; - } -- return static_cast(limit); ++ NOTREACHED(); ++ return 0; ++ } + return static_cast((pgfree + pginact + pgcache) * page_size); - } - -+// static ++} ++ + // static +std::string SysInfo::CPUModelName() { + int mib[] = { CTL_HW, HW_MODEL }; + char name[256]; @@ -56,4 +50,18 @@ + return name; + return std::string(); +} ++ ++// static + uint64_t SysInfo::MaxSharedMemorySize() { + size_t limit; + size_t size = sizeof(limit); ++ + if (sysctlbyname("kern.ipc.shmmax", &limit, &size, NULL, 0) < 0) { + NOTREACHED(); + return 0; + } ++ + return static_cast(limit); + } +- } // namespace base Modified: branches/2020Q1/www/chromium/files/patch-base_test_generate__fontconfig__caches.cc ============================================================================== --- branches/2020Q1/www/chromium/files/patch-base_test_generate__fontconfig__caches.cc Thu Jan 16 20:59:10 2020 (r523259) +++ branches/2020Q1/www/chromium/files/patch-base_test_generate__fontconfig__caches.cc Thu Jan 16 21:03:39 2020 (r523260) @@ -1,14 +1,6 @@ ---- base/test/generate_fontconfig_caches.cc.orig 2019-04-30 22:22:28 UTC +--- base/test/generate_fontconfig_caches.cc.orig 2019-12-16 21:51:21 UTC +++ base/test/generate_fontconfig_caches.cc -@@ -52,14 +52,21 @@ int main() { - - // Delete directory before generating fontconfig caches. This will notify - // future fontconfig_caches changes. -- CHECK(base::DeleteFile(fontconfig_caches, /*recursive=*/true)); - -+ CHECK(base::DeleteFile(fontconfig_caches, /*recursive=*/true)); - base::SetUpFontconfig(); - FcInit(); +@@ -59,7 +59,14 @@ int main() { FcFini(); // Check existence of intended fontconfig cache file. Modified: branches/2020Q1/www/chromium/files/patch-base_threading_thread__task__runner__handle.cc ============================================================================== --- branches/2020Q1/www/chromium/files/patch-base_threading_thread__task__runner__handle.cc Thu Jan 16 20:59:10 2020 (r523259) +++ branches/2020Q1/www/chromium/files/patch-base_threading_thread__task__runner__handle.cc Thu Jan 16 21:03:39 2020 (r523260) @@ -1,4 +1,4 @@ ---- base/threading/thread_task_runner_handle.cc.orig 2019-04-30 22:22:28 UTC +--- base/threading/thread_task_runner_handle.cc.orig 2019-12-16 21:50:40 UTC +++ base/threading/thread_task_runner_handle.cc @@ -8,6 +8,7 @@ #include @@ -8,7 +8,7 @@ #include "base/lazy_instance.h" #include "base/logging.h" #include "base/run_loop.h" -@@ -37,6 +38,7 @@ bool ThreadTaskRunnerHandle::IsSet() { +@@ -38,6 +39,7 @@ bool ThreadTaskRunnerHandle::IsSet() { return !!thread_task_runner_tls.Pointer()->Get(); } @@ -16,7 +16,7 @@ // static ScopedClosureRunner ThreadTaskRunnerHandle::OverrideForTesting( scoped_refptr overriding_task_runner) { -@@ -81,6 +83,7 @@ ScopedClosureRunner ThreadTaskRunnerHandle::OverrideFo +@@ -82,6 +84,7 @@ ScopedClosureRunner ThreadTaskRunnerHandle::OverrideFo base::Unretained(ttrh->task_runner_.get()), std::move(no_running_during_override))); } Modified: branches/2020Q1/www/chromium/files/patch-base_trace__event_malloc__dump__provider.cc ============================================================================== --- branches/2020Q1/www/chromium/files/patch-base_trace__event_malloc__dump__provider.cc Thu Jan 16 20:59:10 2020 (r523259) +++ branches/2020Q1/www/chromium/files/patch-base_trace__event_malloc__dump__provider.cc Thu Jan 16 21:03:39 2020 (r523260) @@ -1,4 +1,4 @@ ---- base/trace_event/malloc_dump_provider.cc.orig 2019-04-30 22:22:28 UTC +--- base/trace_event/malloc_dump_provider.cc.orig 2019-12-16 21:50:40 UTC +++ base/trace_event/malloc_dump_provider.cc @@ -17,6 +17,8 @@ @@ -18,4 +18,4 @@ + allocated_objects_size = 0; #else struct mallinfo info = mallinfo(); - DCHECK_GE(info.arena + info.hblkhd, info.uordblks); + #if !defined(ADDRESS_SANITIZER) && !defined(THREAD_SANITIZER) Modified: branches/2020Q1/www/chromium/files/patch-build_config_compiler_BUILD.gn ============================================================================== --- branches/2020Q1/www/chromium/files/patch-build_config_compiler_BUILD.gn Thu Jan 16 20:59:10 2020 (r523259) +++ branches/2020Q1/www/chromium/files/patch-build_config_compiler_BUILD.gn Thu Jan 16 21:03:39 2020 (r523260) @@ -1,4 +1,4 @@ ---- build/config/compiler/BUILD.gn.orig 2019-10-21 19:06:18 UTC +--- build/config/compiler/BUILD.gn.orig 2019-12-16 21:51:21 UTC +++ build/config/compiler/BUILD.gn @@ -57,7 +57,7 @@ declare_args() { # only two architectures that are currently checked in). Turn this off when @@ -9,7 +9,7 @@ (current_cpu == "x64" || current_cpu == "x86") binutils_path = rebase_path("//third_party/binutils/Linux_x64/Release/bin", root_build_dir) -@@ -288,7 +288,7 @@ config("compiler") { +@@ -303,7 +303,7 @@ config("compiler") { # Linker warnings. if (fatal_linker_warnings && !(is_chromeos && current_cpu == "arm") && @@ -18,7 +18,7 @@ # TODO(jochen): Enable this on chromeos on arm. http://crbug.com/356580 ldflags += [ "-Wl,--fatal-warnings" ] } -@@ -383,7 +383,7 @@ config("compiler") { +@@ -398,7 +398,7 @@ config("compiler") { # Compiler instrumentation can introduce dependencies in DSOs to symbols in # the executable they are loaded into, so they are unresolved at link-time. @@ -27,7 +27,7 @@ ldflags += [ "-Wl,-z,defs", "-Wl,--as-needed", -@@ -483,7 +483,7 @@ config("compiler") { +@@ -498,7 +498,7 @@ config("compiler") { } } @@ -36,7 +36,7 @@ cflags += [ "-fcrash-diagnostics-dir=" + rebase_path("//tools/clang/crashreports", root_build_dir) ] -@@ -753,7 +753,7 @@ config("compiler_cpu_abi") { +@@ -768,7 +768,7 @@ config("compiler_cpu_abi") { cflags += [ "-mtune=$arm_tune" ] } } else if (current_cpu == "arm64") { @@ -45,7 +45,7 @@ cflags += [ "--target=aarch64-linux-gnu" ] ldflags += [ "--target=aarch64-linux-gnu" ] } -@@ -1104,7 +1104,7 @@ config("compiler_deterministic") { +@@ -1119,7 +1119,7 @@ config("compiler_deterministic") { "-Xclang", ".", ] @@ -54,7 +54,7 @@ # We don't use clang -cc1as on Windows (yet? https://crbug.com/762167) asmflags = [ "-Wa,-fdebug-compilation-dir,." ] } -@@ -1493,7 +1493,7 @@ config("default_warnings") { +@@ -1508,7 +1508,7 @@ config("default_warnings") { cflags += [ "-Wno-nonportable-include-path" ] } @@ -63,7 +63,7 @@ # Flags NaCl (Clang 3.7) and Xcode 9.2 (Clang clang-900.0.39.2) do not # recognize. cflags += [ -@@ -1722,7 +1722,7 @@ config("thin_archive") { +@@ -1738,7 +1738,7 @@ config("thin_archive") { # Mac and iOS use the mac-specific "libtool" command, not ar, which doesn't # have a "thin archive" mode (it does accept -T, but it means truncating # archive names to 16 characters, which is not what we want). @@ -72,7 +72,7 @@ arflags = [ "-T" ] } else if (is_win && use_lld) { arflags = [ "/llvmlibthin" ] -@@ -2292,7 +2292,7 @@ config("symbols") { +@@ -2328,7 +2328,7 @@ config("symbols") { # flag, so we can use use -g1 for pnacl and nacl-clang compiles. # gcc nacl is is_nacl && !is_clang, pnacl and nacl-clang are && is_clang. if (!is_nacl || is_clang) { @@ -81,7 +81,7 @@ } if (use_debug_fission && !is_nacl && !is_android) { -@@ -2313,7 +2313,7 @@ config("symbols") { +@@ -2349,7 +2349,7 @@ config("symbols") { # DWARF info may be corrupt; offsets in a range list entry are in different # sections" there. Maybe just a bug in nacl_switch_32.S. if (!is_mac && !is_ios && !is_nacl && current_cpu != "x86" && Modified: branches/2020Q1/www/chromium/files/patch-build_config_compiler_compiler.gni ============================================================================== --- branches/2020Q1/www/chromium/files/patch-build_config_compiler_compiler.gni Thu Jan 16 20:59:10 2020 (r523259) +++ branches/2020Q1/www/chromium/files/patch-build_config_compiler_compiler.gni Thu Jan 16 21:03:39 2020 (r523260) @@ -1,6 +1,6 @@ ---- build/config/compiler/compiler.gni.orig 2019-10-21 19:06:18 UTC +--- build/config/compiler/compiler.gni.orig 2019-12-16 21:51:21 UTC +++ build/config/compiler/compiler.gni -@@ -188,7 +188,7 @@ declare_args() { +@@ -192,7 +192,7 @@ declare_args() { declare_args() { # Whether to use the gold linker from binutils instead of lld or bfd. use_gold = Modified: branches/2020Q1/www/chromium/files/patch-cc_BUILD.gn ============================================================================== --- branches/2020Q1/www/chromium/files/patch-cc_BUILD.gn Thu Jan 16 20:59:10 2020 (r523259) +++ branches/2020Q1/www/chromium/files/patch-cc_BUILD.gn Thu Jan 16 21:03:39 2020 (r523260) @@ -1,6 +1,6 @@ ---- cc/BUILD.gn.orig 2019-10-21 19:06:18 UTC +--- cc/BUILD.gn.orig 2019-12-16 21:51:21 UTC +++ cc/BUILD.gn -@@ -572,7 +572,7 @@ cc_test_static_library("test_support") { +@@ -576,7 +576,7 @@ cc_test_static_library("test_support") { if (enable_vulkan) { deps += [ "//gpu/vulkan/init" ] } @@ -9,7 +9,7 @@ data_deps = [ "//third_party/mesa_headers", ] -@@ -776,9 +776,6 @@ cc_test("cc_unittests") { +@@ -780,9 +780,6 @@ cc_test("cc_unittests") { "//ui/gfx/geometry", "//ui/gl", "//ui/gl:test_support", Modified: branches/2020Q1/www/chromium/files/patch-cc_layers_scrollbar__layer__impl__base.cc ============================================================================== --- branches/2020Q1/www/chromium/files/patch-cc_layers_scrollbar__layer__impl__base.cc Thu Jan 16 20:59:10 2020 (r523259) +++ branches/2020Q1/www/chromium/files/patch-cc_layers_scrollbar__layer__impl__base.cc Thu Jan 16 21:03:39 2020 (r523260) @@ -1,6 +1,6 @@ ---- cc/layers/scrollbar_layer_impl_base.cc.orig 2019-03-11 22:00:52 UTC +--- cc/layers/scrollbar_layer_impl_base.cc.orig 2019-12-16 21:50:40 UTC +++ cc/layers/scrollbar_layer_impl_base.cc -@@ -218,8 +218,8 @@ gfx::Rect ScrollbarLayerImplBase::ComputeThumbQuadRect +@@ -220,8 +220,8 @@ gfx::Rect ScrollbarLayerImplBase::ComputeThumbQuadRect int thumb_offset = TrackStart(); if (maximum > 0) { float ratio = clamped_current_pos / maximum; Modified: branches/2020Q1/www/chromium/files/patch-cc_trees_property__tree.cc ============================================================================== --- branches/2020Q1/www/chromium/files/patch-cc_trees_property__tree.cc Thu Jan 16 20:59:10 2020 (r523259) +++ branches/2020Q1/www/chromium/files/patch-cc_trees_property__tree.cc Thu Jan 16 21:03:39 2020 (r523260) @@ -1,6 +1,6 @@ ---- cc/trees/property_tree.cc.orig 2019-10-21 19:06:18 UTC +--- cc/trees/property_tree.cc.orig 2019-12-16 21:51:22 UTC +++ cc/trees/property_tree.cc -@@ -1278,13 +1278,13 @@ gfx::ScrollOffset ScrollTree::MaxScrollOffset(int scro +@@ -1229,13 +1229,13 @@ gfx::ScrollOffset ScrollTree::MaxScrollOffset(int scro gfx::Size clip_layer_bounds = container_bounds(scroll_node->id); Modified: branches/2020Q1/www/chromium/files/patch-chrome_app_chrome__content__browser__overlay__manifest.cc ============================================================================== --- branches/2020Q1/www/chromium/files/patch-chrome_app_chrome__content__browser__overlay__manifest.cc Thu Jan 16 20:59:10 2020 (r523259) +++ branches/2020Q1/www/chromium/files/patch-chrome_app_chrome__content__browser__overlay__manifest.cc Thu Jan 16 21:03:39 2020 (r523260) @@ -1,20 +1,20 @@ ---- chrome/app/chrome_content_browser_overlay_manifest.cc.orig 2019-10-21 19:06:19 UTC +--- chrome/app/chrome_content_browser_overlay_manifest.cc.orig 2019-12-16 21:51:22 UTC +++ chrome/app/chrome_content_browser_overlay_manifest.cc -@@ -69,7 +69,7 @@ - #include "chrome/services/app_service/public/cpp/manifest.h" +@@ -70,7 +70,7 @@ + #include "chrome/browser/ui/webui/app_management/app_management.mojom.h" #endif -#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) || \ +#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_BSD) || \ defined(OS_CHROMEOS) - #include "chrome/browser/performance_manager/webui_graph_dump.mojom.h" // nogncheck #include "chrome/browser/ui/webui/discards/discards.mojom.h" -@@ -205,7 +205,7 @@ const service_manager::Manifest& GetChromeContentBrows + #endif +@@ -189,7 +189,7 @@ const service_manager::Manifest& GetChromeContentBrows #else app_management::mojom::PageHandlerFactory, #endif -#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) || \ +#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_BSD) || \ defined(OS_CHROMEOS) - mojom::DiscardsDetailsProvider, - performance_manager::mojom::WebUIGraphDump, + discards::mojom::DetailsProvider, discards::mojom::GraphDump, + #endif Modified: branches/2020Q1/www/chromium/files/patch-chrome_app_chrome__main__delegate.cc ============================================================================== --- branches/2020Q1/www/chromium/files/patch-chrome_app_chrome__main__delegate.cc Thu Jan 16 20:59:10 2020 (r523259) +++ branches/2020Q1/www/chromium/files/patch-chrome_app_chrome__main__delegate.cc Thu Jan 16 21:03:39 2020 (r523260) @@ -1,6 +1,6 @@ ---- chrome/app/chrome_main_delegate.cc.orig 2019-10-21 19:06:19 UTC +--- chrome/app/chrome_main_delegate.cc.orig 2019-12-16 21:51:22 UTC +++ chrome/app/chrome_main_delegate.cc -@@ -99,7 +99,7 @@ +@@ -100,7 +100,7 @@ #include "chrome/app/shutdown_signal_handlers_posix.h" #endif @@ -9,7 +9,7 @@ #include "components/nacl/common/nacl_paths.h" #include "components/nacl/zygote/nacl_fork_delegate_linux.h" #endif -@@ -137,7 +137,7 @@ +@@ -139,7 +139,7 @@ #include "v8/include/v8.h" #endif @@ -18,7 +18,7 @@ #include "base/environment.h" #endif -@@ -240,7 +240,7 @@ bool UseHooks() { +@@ -243,7 +243,7 @@ bool UseHooks() { #endif // defined(OS_WIN) @@ -27,7 +27,7 @@ void AdjustLinuxOOMScore(const std::string& process_type) { // Browsers and zygotes should still be killable, but killed last. const int kZygoteScore = 0; -@@ -299,13 +299,13 @@ void AdjustLinuxOOMScore(const std::string& process_ty +@@ -302,13 +302,13 @@ void AdjustLinuxOOMScore(const std::string& process_ty if (score > -1) base::AdjustOOMScore(base::GetCurrentProcId(), score); } @@ -43,7 +43,7 @@ // The zygote process opens the resources for the renderers. process_type == service_manager::switches::kZygoteProcess || #endif -@@ -344,7 +344,7 @@ bool HandleVersionSwitches(const base::CommandLine& co +@@ -347,7 +347,7 @@ bool HandleVersionSwitches(const base::CommandLine& co return false; } @@ -52,7 +52,7 @@ // Show the man page if --help or -h is on the command line. void HandleHelpSwitches(const base::CommandLine& command_line) { if (command_line.HasSwitch(switches::kHelp) || -@@ -354,7 +354,7 @@ void HandleHelpSwitches(const base::CommandLine& comma +@@ -357,7 +357,7 @@ void HandleHelpSwitches(const base::CommandLine& comma PLOG(FATAL) << "execlp failed"; } } @@ -61,7 +61,7 @@ #if !defined(OS_MACOSX) && !defined(OS_ANDROID) void SIGTERMProfilingShutdown(int signal) { -@@ -408,7 +408,7 @@ void InitializeUserDataDir(base::CommandLine* command_ +@@ -411,7 +411,7 @@ void InitializeUserDataDir(base::CommandLine* command_ std::string process_type = command_line->GetSwitchValueASCII(switches::kProcessType); @@ -70,7 +70,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. -@@ -420,7 +420,7 @@ void InitializeUserDataDir(base::CommandLine* command_ +@@ -423,7 +423,7 @@ void InitializeUserDataDir(base::CommandLine* command_ user_data_dir = base::FilePath::FromUTF8Unsafe(user_data_dir_string); } } @@ -79,7 +79,7 @@ #if defined(OS_MACOSX) policy::path_parser::CheckUserDataDirPolicy(&user_data_dir); #endif // OS_MAC -@@ -477,7 +477,7 @@ void InitLogging(const std::string& process_type) { +@@ -480,7 +480,7 @@ void InitLogging(const std::string& process_type) { void RecordMainStartupMetrics(base::TimeTicks exe_entry_point_ticks) { if (!exe_entry_point_ticks.is_null()) startup_metric_utils::RecordExeMainEntryPointTicks(exe_entry_point_ticks); @@ -88,7 +88,7 @@ // Record the startup process creation time on supported platforms. startup_metric_utils::RecordStartupProcessCreationTime( base::Process::Current().CreationTime()); -@@ -654,7 +654,7 @@ bool ChromeMainDelegate::BasicStartupComplete(int* exi +@@ -665,7 +665,7 @@ bool ChromeMainDelegate::BasicStartupComplete(int* exi *exit_code = 0; return true; // Got a --version switch; exit with a success error code. } @@ -97,7 +97,7 @@ // This will directly exit if the user asked for help. HandleHelpSwitches(command_line); #endif -@@ -678,7 +678,7 @@ bool ChromeMainDelegate::BasicStartupComplete(int* exi +@@ -689,7 +689,7 @@ bool ChromeMainDelegate::BasicStartupComplete(int* exi #if defined(OS_CHROMEOS) chromeos::RegisterPathProvider(); #endif @@ -106,7 +106,7 @@ nacl::RegisterPathProvider(); #endif -@@ -872,7 +872,7 @@ void ChromeMainDelegate::PreSandboxStartup() { +@@ -883,7 +883,7 @@ void ChromeMainDelegate::PreSandboxStartup() { #if defined(OS_WIN) child_process_logging::Init(); #endif @@ -115,7 +115,7 @@ // Create an instance of the CPU class to parse /proc/cpuinfo and cache // cpu_brand info. base::CPU cpu_info; -@@ -996,7 +996,7 @@ void ChromeMainDelegate::PreSandboxStartup() { +@@ -1007,7 +1007,7 @@ void ChromeMainDelegate::PreSandboxStartup() { InitializePDF(); #endif @@ -124,8 +124,8 @@ // Zygote needs to call InitCrashReporter() in RunZygote(). if (process_type != service_manager::switches::kZygoteProcess) { #if defined(OS_ANDROID) -@@ -1011,7 +1011,7 @@ void ChromeMainDelegate::PreSandboxStartup() { - breakpad::InitCrashReporter(process_type); +@@ -1028,7 +1028,7 @@ void ChromeMainDelegate::PreSandboxStartup() { + } #endif // defined(OS_ANDROID) } -#endif // defined(OS_POSIX) && !defined(OS_MACOSX) @@ -133,7 +133,7 @@ // After all the platform Breakpads have been initialized, store the command // line for crash reporting. -@@ -1021,7 +1021,7 @@ void ChromeMainDelegate::PreSandboxStartup() { +@@ -1038,7 +1038,7 @@ void ChromeMainDelegate::PreSandboxStartup() { void ChromeMainDelegate::SandboxInitialized(const std::string& process_type) { // Note: If you are adding a new process type below, be sure to adjust the // AdjustLinuxOOMScore function too. Modified: branches/2020Q1/www/chromium/files/patch-chrome_app_chromium__strings.grd ============================================================================== --- branches/2020Q1/www/chromium/files/patch-chrome_app_chromium__strings.grd Thu Jan 16 20:59:10 2020 (r523259) +++ branches/2020Q1/www/chromium/files/patch-chrome_app_chromium__strings.grd Thu Jan 16 21:03:39 2020 (r523260) @@ -1,6 +1,6 @@ ---- chrome/app/chromium_strings.grd.orig 2019-10-21 19:06:20 UTC +--- chrome/app/chromium_strings.grd.orig 2019-12-16 21:51:22 UTC +++ chrome/app/chromium_strings.grd -@@ -694,7 +694,7 @@ Signing in anyway will merge Chromium information like +@@ -602,7 +602,7 @@ Chromium is unable to recover your settings. @@ -9,7 +9,7 @@ Your system administrator has configured Chromium to open an alternative browser to access $1example.com. -@@ -825,7 +825,7 @@ Signing in anyway will merge Chromium information like +@@ -713,7 +713,7 @@ Chromium is unable to recover your settings. @@ -18,7 +18,7 @@ The profile appears to be in use by another Chromium process ($112345) on another computer ($2example.com). Chromium has locked the profile so that it doesn't get corrupted. If you are sure no other processes are using this profile, you can unlock the profile and relaunch Chromium. -@@ -1069,7 +1069,7 @@ Signing in anyway will merge Chromium information like +@@ -946,7 +946,7 @@ Chromium is unable to recover your settings. Modified: branches/2020Q1/www/chromium/files/patch-chrome_app_generated__resources.grd ============================================================================== --- branches/2020Q1/www/chromium/files/patch-chrome_app_generated__resources.grd Thu Jan 16 20:59:10 2020 (r523259) +++ branches/2020Q1/www/chromium/files/patch-chrome_app_generated__resources.grd Thu Jan 16 21:03:39 2020 (r523260) @@ -1,6 +1,6 @@ ---- chrome/app/generated_resources.grd.orig 2019-10-21 19:06:20 UTC +--- chrome/app/generated_resources.grd.orig 2019-12-16 21:51:22 UTC +++ chrome/app/generated_resources.grd -@@ -4885,7 +4885,7 @@ Keep your key file in a safe place. You will need it t +@@ -4922,7 +4922,7 @@ Keep your key file in a safe place. You will need it t @@ -9,7 +9,7 @@ Legacy Browser Support -@@ -6514,7 +6514,7 @@ the Bookmarks menu."> +@@ -6571,7 +6571,7 @@ the Bookmarks menu."> Google Pay @@ -18,7 +18,7 @@ Use system title bar and borders -@@ -7395,7 +7395,7 @@ Please help our engineers fix this problem. Tell us wh +@@ -7521,7 +7521,7 @@ Please help our engineers fix this problem. Tell us wh Set as default Modified: branches/2020Q1/www/chromium/files/patch-chrome_app_google__chrome__strings.grd ============================================================================== --- branches/2020Q1/www/chromium/files/patch-chrome_app_google__chrome__strings.grd Thu Jan 16 20:59:10 2020 (r523259) +++ branches/2020Q1/www/chromium/files/patch-chrome_app_google__chrome__strings.grd Thu Jan 16 21:03:39 2020 (r523260) @@ -1,6 +1,6 @@ ---- chrome/app/google_chrome_strings.grd.orig 2019-10-21 19:06:20 UTC +--- chrome/app/google_chrome_strings.grd.orig 2019-12-16 21:51:22 UTC +++ chrome/app/google_chrome_strings.grd -@@ -706,7 +706,7 @@ Signing in anyway will merge Chrome information like b +@@ -614,7 +614,7 @@ Google Chrome is unable to recover your settings. @@ -9,7 +9,7 @@ Your system administrator has configured Google Chrome to open an alternative browser to access $1example.com. -@@ -837,7 +837,7 @@ Signing in anyway will merge Chrome information like b +@@ -725,7 +725,7 @@ Google Chrome is unable to recover your settings. @@ -18,7 +18,7 @@ The profile appears to be in use by another Google Chrome process ($112345) on another computer ($2example.com). Chrome has locked the profile so that it doesn't get corrupted. If you are sure no other processes are using this profile, you can unlock the profile and relaunch Chrome. -@@ -1088,7 +1088,7 @@ Signing in anyway will merge Chrome information like b +@@ -965,7 +965,7 @@ Google Chrome is unable to recover your settings. Modified: branches/2020Q1/www/chromium/files/patch-chrome_app_settings__strings.grdp ============================================================================== --- branches/2020Q1/www/chromium/files/patch-chrome_app_settings__strings.grdp Thu Jan 16 20:59:10 2020 (r523259) +++ branches/2020Q1/www/chromium/files/patch-chrome_app_settings__strings.grdp Thu Jan 16 21:03:39 2020 (r523260) @@ -1,6 +1,6 @@ ---- chrome/app/settings_strings.grdp.orig 2019-10-21 19:06:20 UTC +--- chrome/app/settings_strings.grdp.orig 2019-12-16 21:51:23 UTC +++ chrome/app/settings_strings.grdp -@@ -757,7 +757,7 @@ +@@ -760,7 +760,7 @@ Themes @@ -9,7 +9,7 @@ GTK+ -@@ -771,7 +771,7 @@ +@@ -774,7 +774,7 @@ Use Classic Modified: branches/2020Q1/www/chromium/files/patch-chrome_browser_about__flags.cc ============================================================================== --- branches/2020Q1/www/chromium/files/patch-chrome_browser_about__flags.cc Thu Jan 16 20:59:10 2020 (r523259) +++ branches/2020Q1/www/chromium/files/patch-chrome_browser_about__flags.cc Thu Jan 16 21:03:39 2020 (r523260) @@ -1,6 +1,6 @@ ---- chrome/browser/about_flags.cc.orig 2019-10-21 19:06:20 UTC +--- chrome/browser/about_flags.cc.orig 2019-12-16 21:51:23 UTC +++ chrome/browser/about_flags.cc -@@ -162,7 +162,7 @@ +@@ -164,7 +164,7 @@ #include "ui/gl/gl_switches.h" #include "ui/native_theme/native_theme_features.h" @@ -9,7 +9,7 @@ #include "base/allocator/buildflags.h" #endif -@@ -716,7 +716,7 @@ const FeatureEntry::FeatureVariation +@@ -715,7 +715,7 @@ const FeatureEntry::FeatureVariation nullptr}}; #endif // OS_ANDROID @@ -18,7 +18,7 @@ const FeatureEntry::FeatureParam kAutofillSaveCreditCardUsesImprovedMessagingStoreCard[] = { {autofill::features:: -@@ -763,7 +763,7 @@ const FeatureEntry::FeatureVariation +@@ -762,7 +762,7 @@ const FeatureEntry::FeatureVariation kAutofillSaveCreditCardUsesImprovedMessagingConfirmAndSaveCard), nullptr}, }; @@ -27,7 +27,7 @@ const FeatureEntry::Choice kMemlogModeChoices[] = { {flags_ui::kGenericExperimentChoiceDisabled, "", ""}, -@@ -816,7 +816,7 @@ const FeatureEntry::Choice kMemlogSamplingRateChoices[ +@@ -815,7 +815,7 @@ const FeatureEntry::Choice kMemlogSamplingRateChoices[ heap_profiling::kMemlogSamplingRate5MB}, }; @@ -36,16 +36,16 @@ const FeatureEntry::FeatureParam kOmniboxDocumentProviderServerScoring[] = { {"DocumentUseServerScore", "true"}, {"DocumentUseClientScore", "false"}, -@@ -854,7 +854,7 @@ const FeatureEntry::FeatureVariation kOmniboxDocumentP +@@ -853,7 +853,7 @@ const FeatureEntry::FeatureVariation kOmniboxDocumentP base::size(kOmniboxDocumentProviderClientScoring), nullptr}, {"server and client scores", kOmniboxDocumentProviderServerAndClientScoring, base::size(kOmniboxDocumentProviderServerAndClientScoring), nullptr}}; -#endif // defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_WIN) +#endif // defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_WIN) || defined(OS_BSD) - const FeatureEntry::FeatureParam kOmniboxOnFocusSuggestionsParamNTPOmnibox[] = { - {"ZeroSuggestVariant:7:*", ZeroSuggestProvider::kRemoteNoUrlVariant}}; -@@ -932,7 +932,7 @@ const FeatureEntry::FeatureVariation kOmniboxMaxURLMat + #ifdef OS_ANDROID + const FeatureEntry::FeatureParam kOmniboxNTPZPSLocal[] = { +@@ -967,7 +967,7 @@ const FeatureEntry::FeatureVariation kOmniboxMaxURLMat {"6 matches", kOmniboxMaxURLMatches6, base::size(kOmniboxMaxURLMatches6), nullptr}}; @@ -54,7 +54,7 @@ defined(OS_CHROMEOS) const FeatureEntry::FeatureParam kTranslateBubbleUIButton[] = { {language::kTranslateUIBubbleKey, language::kTranslateUIBubbleButtonValue}}; -@@ -948,7 +948,7 @@ const FeatureEntry::FeatureVariation kTranslateBubbleU +@@ -983,7 +983,7 @@ const FeatureEntry::FeatureVariation kTranslateBubbleU {"Tab", kTranslateBubbleUITab, base::size(kTranslateBubbleUITab), nullptr}, {"Button_GM2", kTranslateBubbleUIButtonGM2, base::size(kTranslateBubbleUIButton), nullptr}}; @@ -63,7 +63,7 @@ const FeatureEntry::FeatureParam kMarkHttpAsDangerous[] = { {security_state::features::kMarkHttpAsFeatureParameterName, -@@ -1849,13 +1849,13 @@ const FeatureEntry kFeatureEntries[] = { +@@ -1913,13 +1913,13 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kCloudPrintXpsDescription, kOsWin, SINGLE_VALUE_TYPE(switches::kEnableCloudPrintXps)}, #endif // OS_WIN @@ -79,7 +79,7 @@ {"enable-webgl-draft-extensions", flag_descriptions::kWebglDraftExtensionsName, flag_descriptions::kWebglDraftExtensionsDescription, kOsAll, -@@ -1904,14 +1904,14 @@ const FeatureEntry kFeatureEntries[] = { +@@ -1971,14 +1971,14 @@ const FeatureEntry kFeatureEntries[] = { "OverrideTranslateTriggerInIndia")}, #endif // OS_ANDROID @@ -96,7 +96,7 @@ #if BUILDFLAG(ENABLE_NATIVE_NOTIFICATIONS) && !defined(OS_CHROMEOS) {"enable-native-notifications", -@@ -1983,7 +1983,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -2044,7 +2044,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kCrostiniBackupDescription, kOsCrOS, FEATURE_VALUE_TYPE(chromeos::features::kCrostiniBackup)}, #endif // OS_CHROMEOS @@ -105,7 +105,7 @@ {"terminal-system-app", flag_descriptions::kTerminalSystemAppName, flag_descriptions::kTerminalSystemAppDescription, kOsCrOS | kOsLinux, FEATURE_VALUE_TYPE(features::kTerminalSystemApp)}, -@@ -1992,7 +1992,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -2053,7 +2053,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kDynamicTcmallocDescription, kOsCrOS | kOsLinux, FEATURE_VALUE_TYPE(performance_manager::features::kDynamicTcmallocTuning)}, #endif // BUILDFLAG(USE_TCMALLOC) @@ -114,31 +114,16 @@ #if defined(OS_ANDROID) {"enable-credit-card-assist", flag_descriptions::kCreditCardAssistName, flag_descriptions::kCreditCardAssistDescription, kOsAndroid, -@@ -2075,7 +2075,7 @@ const FeatureEntry kFeatureEntries[] = { - FEATURE_VALUE_TYPE( - previews::features::kHTTPSServerPreviewsUsingURLLoader)}, +@@ -2131,7 +2131,7 @@ const FeatureEntry kFeatureEntries[] = { + flag_descriptions::kEnableLitePageServerPreviewsDescription, kOsAndroid, + FEATURE_VALUE_TYPE(previews::features::kLitePageServerPreviews)}, #endif // OS_ANDROID -#if defined(OS_CHROMEOS) || defined(OS_LINUX) +#if defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_BSD) {"enable-save-data", flag_descriptions::kEnableSaveDataName, flag_descriptions::kEnableSaveDataDescription, kOsCrOS, SINGLE_VALUE_TYPE( -@@ -2427,12 +2427,12 @@ const FeatureEntry kFeatureEntries[] = { - "AndroidNightMode")}, - #endif // BUILDFLAG(ENABLE_ANDROID_NIGHT_MODE) - #endif // OS_ANDROID --#if defined(OS_LINUX) && !defined(OS_CHROMEOS) -+#if (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_BSD) - {"enable-dbus-and-x11-status-icons", - flag_descriptions::kEnableDbusAndX11StatusIconsName, - flag_descriptions::kEnableDbusAndX11StatusIconsDescription, kOsLinux, - FEATURE_VALUE_TYPE(features::kEnableDbusAndX11StatusIcons)}, --#endif // defined(OS_LINUX) && !defined(OS_CHROMEOS) -+#endif // (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_BSD) - {"enable-experimental-accessibility-features", - flag_descriptions::kExperimentalAccessibilityFeaturesName, - flag_descriptions::kExperimentalAccessibilityFeaturesDescription, kOsCrOS, -@@ -2752,7 +2752,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -2810,7 +2810,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kOmniboxLocalEntitySuggestionsDescription, kOsDesktop, FEATURE_VALUE_TYPE(omnibox::kOmniboxLocalEntitySuggestions)}, @@ -147,16 +132,16 @@ {"omnibox-experimental-keyword-mode", *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-branches@freebsd.org Fri Jan 17 14:37:33 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0FC7F22FC57; Fri, 17 Jan 2020 14:37:33 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47zkDX6f5bz4Xvh; Fri, 17 Jan 2020 14:37:32 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DF47BA33F; Fri, 17 Jan 2020 14:37:32 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00HEbWUt061079; Fri, 17 Jan 2020 14:37:32 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00HEbW9h061075; Fri, 17 Jan 2020 14:37:32 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <202001171437.00HEbW9h061075@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Fri, 17 Jan 2020 14:37:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523298 - in branches/2020Q1/databases: mysql57-client mysql57-server mysql57-server/files X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in branches/2020Q1/databases: mysql57-client mysql57-server mysql57-server/files X-SVN-Commit-Revision: 523298 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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 Jan 2020 14:37:33 -0000 Author: joneum Date: Fri Jan 17 14:37:31 2020 New Revision: 523298 URL: https://svnweb.freebsd.org/changeset/ports/523298 Log: MFH: r523239 databases/mysq56-{client, server}: Update to latest release 5.7.29 Bugs Fixed: - InnoDB: os_file_get_parent_dir warnings were encountered when compiling MySQL with GCC 9.2.0. - InnoDB: An internal function (btr_push_update_extern_fields()) used to fetch newly added externally stored fields and update them during a pessimistic update or when going back to a previous version of a record was no longer required. Newly added externally stored fields are updated by a different function. Also, the method used to determine the number of externally stored fields was corrected. - InnoDB: A comparison function found two records to be equal when attempting to merge non-leaf pages of a spatial index. The function was unable to handle this unexpected condition, which resulted in a long semaphore wait and an eventual assertion failure. - Replication: A memory leak could occur when a failed replication group member tried to rejoin a minority group and was disallowed from doing so. - Docker packages were missing the LDAP authentication plugins. More Infos: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-29.html Approved by: mmokhi (maintainer, implicit) Security: a6cf65ad-37d2-11ea-a1c7-b499baebfeaf Sponsored by: Netzkommune GmbH Approved by: ports-secteam (with hat) Modified: branches/2020Q1/databases/mysql57-client/Makefile branches/2020Q1/databases/mysql57-server/Makefile branches/2020Q1/databases/mysql57-server/distinfo branches/2020Q1/databases/mysql57-server/files/patch-libmysql_authentication__ldap_CMakeLists.txt Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/databases/mysql57-client/Makefile ============================================================================== --- branches/2020Q1/databases/mysql57-client/Makefile Fri Jan 17 14:26:29 2020 (r523297) +++ branches/2020Q1/databases/mysql57-client/Makefile Fri Jan 17 14:37:31 2020 (r523298) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mysql -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMESUFFIX= 57-client COMMENT= Multithreaded SQL database (client) Modified: branches/2020Q1/databases/mysql57-server/Makefile ============================================================================== --- branches/2020Q1/databases/mysql57-server/Makefile Fri Jan 17 14:26:29 2020 (r523297) +++ branches/2020Q1/databases/mysql57-server/Makefile Fri Jan 17 14:37:31 2020 (r523298) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME?= mysql -PORTVERSION= 5.7.28 -PORTREVISION= 2 +PORTVERSION= 5.7.29 +PORTREVISION= 0 CATEGORIES= databases MASTER_SITES= MYSQL/MySQL-5.7 PKGNAMESUFFIX?= 57-server Modified: branches/2020Q1/databases/mysql57-server/distinfo ============================================================================== --- branches/2020Q1/databases/mysql57-server/distinfo Fri Jan 17 14:26:29 2020 (r523297) +++ branches/2020Q1/databases/mysql57-server/distinfo Fri Jan 17 14:37:31 2020 (r523298) @@ -1,3 +1,3 @@ -TIMESTAMP = 1574613665 -SHA256 (mysql-boost-5.7.28.tar.gz) = f16399315212117c08f9bdf8a0d682728b2ce82d691bcfbf25a770f413b6f2da -SIZE (mysql-boost-5.7.28.tar.gz) = 51409668 +TIMESTAMP = 1579122971 +SHA256 (mysql-boost-5.7.29.tar.gz) = 00f514124de2bad1ba7b380cbbd46e316cae7fc7bc3a5621456cabf352f27978 +SIZE (mysql-boost-5.7.29.tar.gz) = 51417554 Modified: branches/2020Q1/databases/mysql57-server/files/patch-libmysql_authentication__ldap_CMakeLists.txt ============================================================================== --- branches/2020Q1/databases/mysql57-server/files/patch-libmysql_authentication__ldap_CMakeLists.txt Fri Jan 17 14:26:29 2020 (r523297) +++ branches/2020Q1/databases/mysql57-server/files/patch-libmysql_authentication__ldap_CMakeLists.txt Fri Jan 17 14:37:31 2020 (r523298) @@ -1,16 +1,18 @@ ---- libmysql/authentication_ldap/CMakeLists.txt.orig 2018-10-04 05:48:22 UTC -+++ libmysql/authentication_ldap/CMakeLists.txt -@@ -106,11 +106,13 @@ ELSE() +--- libmysql/authentication_ldap/CMakeLists.txt.orig 2020-01-16 09:39:09.585385000 +0100 ++++ libmysql/authentication_ldap/CMakeLists.txt 2020-01-16 09:41:59.054985000 +0100 +@@ -47,6 +47,7 @@ IF(NOT WIN32 AND NOT HAVE_LBER_H) + CROAK_AND_RETURN("Required LBER header is missing.") ENDIF() - MESSAGE(STATUS "SASL_LIBRARY = ${SASL_LIBRARY}") +IF (WITH_AUTHENTICATION_LDAP) MYSQL_ADD_PLUGIN(authentication_ldap_sasl_client - auth_ldap_sasl_client.cc log_client.cc - LINK_LIBRARIES ${SASL_LIBRARY} - CLIENT_ONLY MODULE_ONLY - MODULE_OUTPUT_NAME "authentication_ldap_sasl_client") + auth_ldap_sasl_client.cc + log_client.cc +@@ -57,6 +58,7 @@ MYSQL_ADD_PLUGIN(authentication_ldap_sasl_client + CLIENT_ONLY + MODULE_ONLY + MODULE_OUTPUT_NAME "authentication_ldap_sasl_client") +ENDIF () - IF(WIN32) - GET_FILENAME_COMPONENT(SASL_DLL_NAME ${SASL_LIBRARY_DLL} NAME) + # The plugin may need symbols which are not loaded by the client. + IF(STATIC_SASL_LIBRARY) From owner-svn-ports-branches@freebsd.org Fri Jan 17 14:38:40 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 88DC522FCB0; Fri, 17 Jan 2020 14:38:40 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47zkFr386Yz4Y1k; Fri, 17 Jan 2020 14:38:40 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 67213A348; Fri, 17 Jan 2020 14:38:40 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00HEce8d061302; Fri, 17 Jan 2020 14:38:40 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00HEceCd061301; Fri, 17 Jan 2020 14:38:40 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <202001171438.00HEceCd061301@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Fri, 17 Jan 2020 14:38:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523299 - branches/2020Q1/databases/mysql56-server X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: branches/2020Q1/databases/mysql56-server X-SVN-Commit-Revision: 523299 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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 Jan 2020 14:38:40 -0000 Author: joneum Date: Fri Jan 17 14:38:39 2020 New Revision: 523299 URL: https://svnweb.freebsd.org/changeset/ports/523299 Log: MFH: r523297 databases/mysql56-{client, server}: Update to latest release 5.6.47 Bugs Fixed: - Replication: When GTIDs are enabled on a replication master and slave, and the slave connects to the master with the MASTER_AUTO_POSITION=1 option set, the master must send the slave all the transactions that the slave has not already received, committed, or both. If any of the transactions that should be sent by the master have been already purged from the master's binary log, the master sends the error ER_MASTER_HAS_PURGED_REQUIRED_GTIDS (1789) to the slave, and replication does not start. The message provided for the error ER_MASTER_HAS_PURGED_REQUIRED_GTIDS has been changed to provide advice on the correct action in this situation, which is for the slave to replicate the missing transactions from another source, or for the slave to be replaced by a new slave created from a more recent backup. The message advises that the master's binary log expiration period can be revised to avoid the situation in future. In addition, the master now identifies the GTIDs of the purged transactions and supplies them in its error log in the warning message ER_FOUND_MISSING_GTIDS (11809), so that you do not need to calculate the missing GTIDs manually. - With multiple sessions executing concurrent INSERT ... ON DUPLICATE KEY UPDATE statements into a table with an AUTO_INCREMENT column but not specifying the AUTO_INCREMENT value, inserts could fail with a unique index violation. - A SELECT using a WHERE condition of the form A AND (B OR C [OR ...]) resulting in an impossible range led to an unplanned exit of the server. - An incomplete connection packet could cause clients not to properly initialize the authentication plugin name. Approved by: mmokhi (maintainer, implicit) Security: a6cf65ad-37d2-11ea-a1c7-b499baebfeaf Sponsored by: Netzkommune GmbH Approved by: ports-secteam (with hat) Modified: branches/2020Q1/databases/mysql56-server/Makefile branches/2020Q1/databases/mysql56-server/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/databases/mysql56-server/Makefile ============================================================================== --- branches/2020Q1/databases/mysql56-server/Makefile Fri Jan 17 14:37:31 2020 (r523298) +++ branches/2020Q1/databases/mysql56-server/Makefile Fri Jan 17 14:38:39 2020 (r523299) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= mysql -PORTVERSION= 5.6.46 +PORTVERSION= 5.6.47 PORTREVISION?= 0 CATEGORIES= databases MASTER_SITES= MYSQL/MySQL-5.6 Modified: branches/2020Q1/databases/mysql56-server/distinfo ============================================================================== --- branches/2020Q1/databases/mysql56-server/distinfo Fri Jan 17 14:37:31 2020 (r523298) +++ branches/2020Q1/databases/mysql56-server/distinfo Fri Jan 17 14:38:39 2020 (r523299) @@ -1,3 +1,3 @@ -TIMESTAMP = 1577785560 -SHA256 (mysql-5.6.46.tar.gz) = 12e1fbabf2086e6175359767ca89fa8a58f9274fcad40434aa6a56e582d65f49 -SIZE (mysql-5.6.46.tar.gz) = 32395002 +TIMESTAMP = 1579257087 +SHA256 (mysql-5.6.47.tar.gz) = 0919096705784c62af831bb607e99345083edd76967c8c65966728742a9127fe +SIZE (mysql-5.6.47.tar.gz) = 32388152 From owner-svn-ports-branches@freebsd.org Fri Jan 17 15:34:43 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E983A1F171E; Fri, 17 Jan 2020 15:34:43 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47zlVW5r2yz4clS; Fri, 17 Jan 2020 15:34:43 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C3362AEB6; Fri, 17 Jan 2020 15:34:43 +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 00HFYheq097312; Fri, 17 Jan 2020 15:34:43 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00HFYhT9097311; Fri, 17 Jan 2020 15:34:43 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202001171534.00HFYhT9097311@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 17 Jan 2020 15:34:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523305 - branches/2020Q1/multimedia/libva X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q1/multimedia/libva X-SVN-Commit-Revision: 523305 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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 Jan 2020 15:34:44 -0000 Author: jbeich Date: Fri Jan 17 15:34:43 2020 New Revision: 523305 URL: https://svnweb.freebsd.org/changeset/ports/523305 Log: MFH: r523303 multimedia/libva: update to 2.6.1 Changes: https://github.com/intel/libva/releases/tag/2.6.1 ABI: https://abi-laboratory.pro/tracker/timeline/libva/ Reported by: GitHub (watch releases) Approved by: ports-secteam blanket (reliability fixes) Modified: branches/2020Q1/multimedia/libva/Makefile branches/2020Q1/multimedia/libva/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/multimedia/libva/Makefile ============================================================================== --- branches/2020Q1/multimedia/libva/Makefile Fri Jan 17 15:33:10 2020 (r523304) +++ branches/2020Q1/multimedia/libva/Makefile Fri Jan 17 15:34:43 2020 (r523305) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libva -PORTVERSION= 2.6.0 +PORTVERSION= 2.6.1 CATEGORIES= multimedia PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ Modified: branches/2020Q1/multimedia/libva/distinfo ============================================================================== --- branches/2020Q1/multimedia/libva/distinfo Fri Jan 17 15:33:10 2020 (r523304) +++ branches/2020Q1/multimedia/libva/distinfo Fri Jan 17 15:34:43 2020 (r523305) @@ -1,6 +1,6 @@ -TIMESTAMP = 1577288899 -SHA256 (intel-libva-2.6.0_GH0.tar.gz) = 5566755739503ef53beafad7fd7e155e68039e9af78e051e27f1715a420a0952 -SIZE (intel-libva-2.6.0_GH0.tar.gz) = 228808 +TIMESTAMP = 1579259667 +SHA256 (intel-libva-2.6.1_GH0.tar.gz) = 965f581e096508ece26ea9bef8bd769e93f9d1fe6840e309cc925cfef35ad13f +SIZE (intel-libva-2.6.1_GH0.tar.gz) = 228850 SHA256 (c2a431cc3cab.patch) = d749a839b168529d2c424ffa78bd8859eebd831a5dfd50e8cdd1fc760907a232 SIZE (c2a431cc3cab.patch) = 835 SHA256 (5cfcd31635b1.patch) = 16344b56bf7e4bbc8a572183adbfd346d92d54d70a87dc6f30bae2ee946ccc84 From owner-svn-ports-branches@freebsd.org Fri Jan 17 18:25:37 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 404201F6E75; Fri, 17 Jan 2020 18:25:37 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47zqHj0zgxz3PsL; Fri, 17 Jan 2020 18:25:37 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 187F0D20E; Fri, 17 Jan 2020 18:25:37 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00HIPaB9003742; Fri, 17 Jan 2020 18:25:36 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00HIPaNv003740; Fri, 17 Jan 2020 18:25:36 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <202001171825.00HIPaNv003740@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Fri, 17 Jan 2020 18:25:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523346 - branches/2020Q1/databases/phpmyadmin5 X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: branches/2020Q1/databases/phpmyadmin5 X-SVN-Commit-Revision: 523346 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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 Jan 2020 18:25:37 -0000 Author: joneum Date: Fri Jan 17 18:25:36 2020 New Revision: 523346 URL: https://svnweb.freebsd.org/changeset/ports/523346 Log: MFH: r523345 Update to 5.0.1 Changelog: https://www.phpmyadmin.net/news/2020/1/8/phpmyadmin-494-and-501-are-released/ Security: f929b172-369e-11ea-9cdb-001b217b3468 Sponsored by: Netzkommune GmbH Approved by: ports-secteam (with hat) Modified: branches/2020Q1/databases/phpmyadmin5/Makefile branches/2020Q1/databases/phpmyadmin5/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/databases/phpmyadmin5/Makefile ============================================================================== --- branches/2020Q1/databases/phpmyadmin5/Makefile Fri Jan 17 18:14:39 2020 (r523345) +++ branches/2020Q1/databases/phpmyadmin5/Makefile Fri Jan 17 18:25:36 2020 (r523346) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 5.0.0 +DISTVERSION= 5.0.1 CATEGORIES= databases www MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages Modified: branches/2020Q1/databases/phpmyadmin5/distinfo ============================================================================== --- branches/2020Q1/databases/phpmyadmin5/distinfo Fri Jan 17 18:14:39 2020 (r523345) +++ branches/2020Q1/databases/phpmyadmin5/distinfo Fri Jan 17 18:25:36 2020 (r523346) @@ -1,3 +1,3 @@ -TIMESTAMP = 1577577632 -SHA256 (phpMyAdmin-5.0.0-all-languages.tar.xz) = cd1c1f1473b82a4d0de298ecadc1bf40e8d9cb4b9bdf44c8813ce7638dee02f2 -SIZE (phpMyAdmin-5.0.0-all-languages.tar.xz) = 8130456 +TIMESTAMP = 1579272458 +SHA256 (phpMyAdmin-5.0.1-all-languages.tar.xz) = 67075279130e14dd418becbfa591eff958a5667f6e0b4e10662fc80dd6ae543e +SIZE (phpMyAdmin-5.0.1-all-languages.tar.xz) = 8130464 From owner-svn-ports-branches@freebsd.org Fri Jan 17 18:27:28 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1D49E1F6EDE; Fri, 17 Jan 2020 18:27:28 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47zqKr01MCz3Q16; Fri, 17 Jan 2020 18:27:28 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EB79ED210; Fri, 17 Jan 2020 18:27:27 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00HIRRCL004030; Fri, 17 Jan 2020 18:27:27 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00HIRRvI004028; Fri, 17 Jan 2020 18:27:27 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <202001171827.00HIRRvI004028@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Fri, 17 Jan 2020 18:27:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523347 - branches/2020Q1/databases/phpmyadmin X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: branches/2020Q1/databases/phpmyadmin X-SVN-Commit-Revision: 523347 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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 Jan 2020 18:27:28 -0000 Author: joneum Date: Fri Jan 17 18:27:27 2020 New Revision: 523347 URL: https://svnweb.freebsd.org/changeset/ports/523347 Log: MFH: r523343 Update to 4.9.4 Changelog: https://www.phpmyadmin.net/news/2020/1/8/phpmyadmin-494-and-501-are-released/ Security: f929b172-369e-11ea-9cdb-001b217b3468 Sponsored by: Netzkommune GmbH Approved by: ports-secteam (with hat) Modified: branches/2020Q1/databases/phpmyadmin/Makefile branches/2020Q1/databases/phpmyadmin/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/databases/phpmyadmin/Makefile ============================================================================== --- branches/2020Q1/databases/phpmyadmin/Makefile Fri Jan 17 18:25:36 2020 (r523346) +++ branches/2020Q1/databases/phpmyadmin/Makefile Fri Jan 17 18:27:27 2020 (r523347) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.9.3 +DISTVERSION= 4.9.4 CATEGORIES= databases www MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages Modified: branches/2020Q1/databases/phpmyadmin/distinfo ============================================================================== --- branches/2020Q1/databases/phpmyadmin/distinfo Fri Jan 17 18:25:36 2020 (r523346) +++ branches/2020Q1/databases/phpmyadmin/distinfo Fri Jan 17 18:27:27 2020 (r523347) @@ -1,3 +1,3 @@ -TIMESTAMP = 1577576351 -SHA256 (phpMyAdmin-4.9.3-all-languages.tar.xz) = b7178fefbbb373af8c9586d0f6f70ee9994301723dd3160204078dcbe4d8fa6b -SIZE (phpMyAdmin-4.9.3-all-languages.tar.xz) = 6136280 +TIMESTAMP = 1579272430 +SHA256 (phpMyAdmin-4.9.4-all-languages.tar.xz) = c3d2eb2a0a06c40f7df9ee3bfe8daaea326bdf2ebc35f83e7dfd05eb0247b6bf +SIZE (phpMyAdmin-4.9.4-all-languages.tar.xz) = 6134852 From owner-svn-ports-branches@freebsd.org Sat Jan 18 00:11:23 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 33EAE1FEED1; Sat, 18 Jan 2020 00:11:23 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47zyyg0gl9z4Hgb; Sat, 18 Jan 2020 00:11:23 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 127E119305; Sat, 18 Jan 2020 00:11:23 +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 00I0BMbG011691; Sat, 18 Jan 2020 00:11:22 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00I0BMjs011689; Sat, 18 Jan 2020 00:11:22 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202001180011.00I0BMjs011689@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 18 Jan 2020 00:11:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523380 - branches/2020Q1/www/firefox-esr X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q1/www/firefox-esr X-SVN-Commit-Revision: 523380 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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 Jan 2020 00:11:23 -0000 Author: jbeich Date: Sat Jan 18 00:11:22 2020 New Revision: 523380 URL: https://svnweb.freebsd.org/changeset/ports/523380 Log: MFH: r523376 www/firefox-esr: update to 68.4.2 Changes: https://www.mozilla.org/firefox/68.4.2/releasenotes/ Approved by: ports-secteam blanket Modified: branches/2020Q1/www/firefox-esr/Makefile branches/2020Q1/www/firefox-esr/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/www/firefox-esr/Makefile ============================================================================== --- branches/2020Q1/www/firefox-esr/Makefile Sat Jan 18 00:10:37 2020 (r523379) +++ branches/2020Q1/www/firefox-esr/Makefile Sat Jan 18 00:11:22 2020 (r523380) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 68.4.1 +DISTVERSION= 68.4.2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ Modified: branches/2020Q1/www/firefox-esr/distinfo ============================================================================== --- branches/2020Q1/www/firefox-esr/distinfo Sat Jan 18 00:10:37 2020 (r523379) +++ branches/2020Q1/www/firefox-esr/distinfo Sat Jan 18 00:11:22 2020 (r523380) @@ -1,3 +1,3 @@ -TIMESTAMP = 1578446936 -SHA256 (firefox-68.4.1esr.source.tar.xz) = a00a7712d0f919162ce8181a9a3fc3e9ef37adf1caff0945a863b4c0c1d9f360 -SIZE (firefox-68.4.1esr.source.tar.xz) = 318559576 +TIMESTAMP = 1579289336 +SHA256 (firefox-68.4.2esr.source.tar.xz) = 5d523259d9a01ca147c088494b6a7bd402ba75b1679a963558b0a0151e7d2ef4 +SIZE (firefox-68.4.2esr.source.tar.xz) = 318429980 From owner-svn-ports-branches@freebsd.org Sat Jan 18 00:12:08 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EE1221FEF2B; Sat, 18 Jan 2020 00:12:08 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47zyzX66z5z4Hp6; Sat, 18 Jan 2020 00:12:08 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CD68A19349; Sat, 18 Jan 2020 00:12:08 +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 00I0C8qr017331; Sat, 18 Jan 2020 00:12:08 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00I0C8EA017329; Sat, 18 Jan 2020 00:12:08 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202001180012.00I0C8EA017329@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 18 Jan 2020 00:12:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523381 - branches/2020Q1/www/firefox X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q1/www/firefox X-SVN-Commit-Revision: 523381 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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 Jan 2020 00:12:09 -0000 Author: jbeich Date: Sat Jan 18 00:12:08 2020 New Revision: 523381 URL: https://svnweb.freebsd.org/changeset/ports/523381 Log: MFH: r523377 www/firefox: update to 72.0.2 Changes: https://www.mozilla.org/firefox/72.0.2/releasenotes/ PR: 242605 Approved by: ports-secteam blanket Modified: branches/2020Q1/www/firefox/Makefile branches/2020Q1/www/firefox/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/www/firefox/Makefile ============================================================================== --- branches/2020Q1/www/firefox/Makefile Sat Jan 18 00:11:22 2020 (r523380) +++ branches/2020Q1/www/firefox/Makefile Sat Jan 18 00:12:08 2020 (r523381) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 72.0.1 +DISTVERSION= 72.0.2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: branches/2020Q1/www/firefox/distinfo ============================================================================== --- branches/2020Q1/www/firefox/distinfo Sat Jan 18 00:11:22 2020 (r523380) +++ branches/2020Q1/www/firefox/distinfo Sat Jan 18 00:12:08 2020 (r523381) @@ -1,3 +1,3 @@ -TIMESTAMP = 1578446642 -SHA256 (firefox-72.0.1.source.tar.xz) = 1fa59aedc8469c3e6ffb12449ab7de2f93776f7679eedebfb74aa309b694956f -SIZE (firefox-72.0.1.source.tar.xz) = 314963588 +TIMESTAMP = 1579296956 +SHA256 (firefox-72.0.2.source.tar.xz) = 77fd224bea885172d757aef587ad443f2171aa84e4297bca55df91a1951be389 +SIZE (firefox-72.0.2.source.tar.xz) = 315848856 From owner-svn-ports-branches@freebsd.org Sat Jan 18 01:12:11 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 76D86221302; Sat, 18 Jan 2020 01:12:11 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4800Jq2bZPz4LHj; Sat, 18 Jan 2020 01:12:11 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 546D619F8B; Sat, 18 Jan 2020 01:12:11 +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 00I1CBgW051423; Sat, 18 Jan 2020 01:12:11 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00I1CALP051421; Sat, 18 Jan 2020 01:12:10 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202001180112.00I1CALP051421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 18 Jan 2020 01:12:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523386 - branches/2020Q1/multimedia/libva-utils X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q1/multimedia/libva-utils X-SVN-Commit-Revision: 523386 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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 Jan 2020 01:12:11 -0000 Author: jbeich Date: Sat Jan 18 01:12:10 2020 New Revision: 523386 URL: https://svnweb.freebsd.org/changeset/ports/523386 Log: MFH: r523385 multimedia/libva-utils: unbreak X11=off after r520942 ../videoprocess/vppscaling_n_out_usrptr.cpp:41:10: fatal error: 'va/va_x11.h' file not found #include ^~~~~~~~~~~~~ PR: 243418 Reported by: Igor Pavlov Approved by: ports-secteam blanket Modified: branches/2020Q1/multimedia/libva-utils/Makefile branches/2020Q1/multimedia/libva-utils/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/multimedia/libva-utils/Makefile ============================================================================== --- branches/2020Q1/multimedia/libva-utils/Makefile Sat Jan 18 01:11:28 2020 (r523385) +++ branches/2020Q1/multimedia/libva-utils/Makefile Sat Jan 18 01:12:10 2020 (r523386) @@ -6,6 +6,7 @@ PORTREVISION= 1 CATEGORIES= multimedia PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= 0d033c074b63.patch:-p1 # https://github.com/intel/libva-utils/pull/185 PATCHFILES+= 4aeb5254a191.patch:-p1 # https://github.com/intel/libva-utils/pull/183 PATCHFILES+= 520ea5582c9a.patch:-p1 # https://github.com/intel/libva-utils/pull/184 PATCHFILES+= 24a87768547a.patch:-p1 # https://github.com/intel/libva-utils/pull/184 Modified: branches/2020Q1/multimedia/libva-utils/distinfo ============================================================================== --- branches/2020Q1/multimedia/libva-utils/distinfo Sat Jan 18 01:11:28 2020 (r523385) +++ branches/2020Q1/multimedia/libva-utils/distinfo Sat Jan 18 01:12:10 2020 (r523386) @@ -1,6 +1,8 @@ TIMESTAMP = 1575987973 SHA256 (intel-libva-utils-2.6.0_GH0.tar.gz) = 6ce7a534539c9ae554ace0bfa6689d871145cc172bb3f66ceb3fe2f65466fd90 SIZE (intel-libva-utils-2.6.0_GH0.tar.gz) = 1196875 +SHA256 (0d033c074b63.patch) = 5059a5083f5f2da02a9819e2300dfc7e6dc11cfd336a56f0122d430be1170916 +SIZE (0d033c074b63.patch) = 973 SHA256 (4aeb5254a191.patch) = 33bc96eb476fa09bcbecb1f32f5a7cb4a28eba7777e6398646df057cba5d9934 SIZE (4aeb5254a191.patch) = 3180 SHA256 (520ea5582c9a.patch) = 8f23240c64257a368662bb6b12e767aa98cb370760907c9c97bed3d66b90df2e From owner-svn-ports-branches@freebsd.org Sat Jan 18 04:29:07 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CF2CD227386; Sat, 18 Jan 2020 04:29:07 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4804h35108z4XNR; Sat, 18 Jan 2020 04:29:07 +0000 (UTC) (envelope-from tobik@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A733D1C542; Sat, 18 Jan 2020 04:29:07 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00I4T71H070394; Sat, 18 Jan 2020 04:29:07 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00I4T78b070392; Sat, 18 Jan 2020 04:29:07 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202001180429.00I4T78b070392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sat, 18 Jan 2020 04:29:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523401 - in branches/2020Q1: devel/zanata-cli print/pdftk X-SVN-Group: ports-branches X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in branches/2020Q1: devel/zanata-cli print/pdftk X-SVN-Commit-Revision: 523401 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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 Jan 2020 04:29:07 -0000 Author: tobik Date: Sat Jan 18 04:29:06 2020 New Revision: 523401 URL: https://svnweb.freebsd.org/changeset/ports/523401 Log: MFH: r523400 Fix fetch repo.maven.apache.org turned off HTTP support on 2020/01/15. 501 HTTPS Required. Use https://repo.maven.apache.org/maven2/ More information at https://links.sonatype.com/central/501-https-required Approved by: ports-secteam blanket Modified: branches/2020Q1/devel/zanata-cli/Makefile branches/2020Q1/print/pdftk/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/devel/zanata-cli/Makefile ============================================================================== --- branches/2020Q1/devel/zanata-cli/Makefile Sat Jan 18 04:27:41 2020 (r523400) +++ branches/2020Q1/devel/zanata-cli/Makefile Sat Jan 18 04:29:06 2020 (r523401) @@ -4,7 +4,7 @@ PORTNAME= zanata-cli PORTVERSION= 4.6.2 DISTVERSIONSUFFIX= -dist CATEGORIES= devel java -MASTER_SITES= http://repo.maven.apache.org/maven2/org/zanata/${PORTNAME}/${PORTVERSION}/ +MASTER_SITES= https://repo.maven.apache.org/maven2/org/zanata/${PORTNAME}/${PORTVERSION}/ MAINTAINER= dbaio@FreeBSD.org COMMENT= Zanata Java command line client Modified: branches/2020Q1/print/pdftk/Makefile ============================================================================== --- branches/2020Q1/print/pdftk/Makefile Sat Jan 18 04:27:41 2020 (r523400) +++ branches/2020Q1/print/pdftk/Makefile Sat Jan 18 04:29:06 2020 (r523401) @@ -5,7 +5,7 @@ PORTNAME= pdftk DISTVERSIONPREFIX= v DISTVERSION= 3.0.8 CATEGORIES= print java -MASTER_SITES= http://repo.maven.apache.org/maven2/:bcprov +MASTER_SITES= https://repo.maven.apache.org/maven2/:bcprov DISTFILES= ${_BCPROV_JAR}:bcprov MAINTAINER= tobik@FreeBSD.org From owner-svn-ports-branches@freebsd.org Sat Jan 18 11:30:11 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0B7FD1F130E; Sat, 18 Jan 2020 11:30:11 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 480G1t6ZRWz3NMd; Sat, 18 Jan 2020 11:30:10 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DCCDB21391; Sat, 18 Jan 2020 11:30:10 +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 00IBUAFM024370; Sat, 18 Jan 2020 11:30:10 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00IBUAWu024368; Sat, 18 Jan 2020 11:30:10 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <202001181130.00IBUAWu024368@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 18 Jan 2020 11:30:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523416 - branches/2020Q1/audio/musicpd X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: branches/2020Q1/audio/musicpd X-SVN-Commit-Revision: 523416 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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 Jan 2020 11:30:11 -0000 Author: riggs Date: Sat Jan 18 11:30:10 2020 New Revision: 523416 URL: https://svnweb.freebsd.org/changeset/ports/523416 Log: MFH: r523415 Update to upstream version 0.21.19 Details: - Bugfix release, see https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.19/NEWS Approved by: ports-secteam (riggs) Modified: branches/2020Q1/audio/musicpd/Makefile branches/2020Q1/audio/musicpd/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/audio/musicpd/Makefile ============================================================================== --- branches/2020Q1/audio/musicpd/Makefile Sat Jan 18 11:26:58 2020 (r523415) +++ branches/2020Q1/audio/musicpd/Makefile Sat Jan 18 11:30:10 2020 (r523416) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= musicpd -PORTVERSION= 0.21.18 +PORTVERSION= 0.21.19 CATEGORIES= audio MASTER_SITES= https://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} Modified: branches/2020Q1/audio/musicpd/distinfo ============================================================================== --- branches/2020Q1/audio/musicpd/distinfo Sat Jan 18 11:26:58 2020 (r523415) +++ branches/2020Q1/audio/musicpd/distinfo Sat Jan 18 11:30:10 2020 (r523416) @@ -1,3 +1,3 @@ -TIMESTAMP = 1577281269 -SHA256 (mpd-0.21.18.tar.xz) = 8782e66cd5afd6c92860725196b35b6df07d3d127ef70e900e144323089e9442 -SIZE (mpd-0.21.18.tar.xz) = 676084 +TIMESTAMP = 1579302968 +SHA256 (mpd-0.21.19.tar.xz) = d3275e11d85637adde250cadf3b4f5aec2144228f0d8085767493fc46c55b2f9 +SIZE (mpd-0.21.19.tar.xz) = 676020 From owner-svn-ports-branches@freebsd.org Sat Jan 18 19:58:22 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 00E48222A65; Sat, 18 Jan 2020 19:58:21 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 480TJF5yxqz4N41; Sat, 18 Jan 2020 19:58:21 +0000 (UTC) (envelope-from tcberner@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C80DE27270; Sat, 18 Jan 2020 19:58:21 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00IJwLDL042029; Sat, 18 Jan 2020 19:58:21 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00IJwLZm042028; Sat, 18 Jan 2020 19:58:21 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202001181958.00IJwLZm042028@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 18 Jan 2020 19:58:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r523494 - branches/2020Q1/lang/spidermonkey60 X-SVN-Group: ports-branches X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: branches/2020Q1/lang/spidermonkey60 X-SVN-Commit-Revision: 523494 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 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 Jan 2020 19:58:22 -0000 Author: tcberner Date: Sat Jan 18 19:58:21 2020 New Revision: 523494 URL: https://svnweb.freebsd.org/changeset/ports/523494 Log: MFH: r523492 lang/spidermonkey60: fix build on i386 Build used to fail with Unified_cpp_js_src_jsapi-tests0.o: In function `cls_testAtomicOperationsU64::run(JS::Handle)': ...[_ZN27cls_testAtomicOperationsU643runEN2JS6HandleIP8JSObjectEE]+0x86): undefined reference to `__atomic_load_8' ...[_ZN27cls_testAtomicOperationsU643runEN2JS6HandleIP8JSObjectEE]+0xd0): undefined reference to `__atomic_store_8' ...[_ZN27cls_testAtomicOperationsU643runEN2JS6HandleIP8JSObjectEE]+0x111): undefined reference to `__atomic_exchange_8' ...[_ZN27cls_testAtomicOperationsU643runEN2JS6HandleIP8JSObjectEE]+0x185): undefined reference to `__atomic_compare_exchange_8' ...[_ZN27cls_testAtomicOperationsU643runEN2JS6HandleIP8JSObjectEE]+0x200): undefined reference to `__atomic_compare_exchange_8' ...[_ZN27cls_testAtomicOperationsU643runEN2JS6HandleIP8JSObjectEE]+0x268): undefined reference to `__atomic_fetch_add_8' ...[_ZN27cls_testAtomicOperationsU643runEN2JS6HandleIP8JSObjectEE]+0x2c5): undefined reference to `__atomic_fetch_sub_8' ...[_ZN27cls_testAtomicOperationsU643runEN2JS6HandleIP8JSObjectEE]+0x324): undefined reference to `__atomic_fetch_and_8' ...[_ZN27cls_testAtomicOperationsU643runEN2JS6HandleIP8JSObjectEE]+0x384): undefined reference to `__atomic_fetch_or_8' ...[_ZN27cls_testAtomicOperationsU643runEN2JS6HandleIP8JSObjectEE]+0x3e4): undefined reference to `__atomic_fetch_xor_8' Switch to using gcc on i386. Approved by: ports-secteam (blanket) Modified: branches/2020Q1/lang/spidermonkey60/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/lang/spidermonkey60/Makefile ============================================================================== --- branches/2020Q1/lang/spidermonkey60/Makefile Sat Jan 18 19:55:56 2020 (r523493) +++ branches/2020Q1/lang/spidermonkey60/Makefile Sat Jan 18 19:58:21 2020 (r523494) @@ -52,6 +52,11 @@ CONFIGURE_ENV= HOST_CC=${CC} HOST_CXX=${CXX} CONFIGURE_TARGET=x86_64-portbld-freebsd${OSREL} .endif +.if ${ARCH} == i386 +# ld: error: undefined symbol: __atomic_load +USE_GCC= 9+ +.endif + post-install: ${RM} ${STAGEDIR}${PREFIX}/lib/libjs_static.ajs ${LN} -fs libmozjs-${SP_VER}.so ${STAGEDIR}${PREFIX}/lib/libmozjs-${SP_VER}.so.1