From owner-svn-ports-branches@freebsd.org Sun Jul 19 08:45:04 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 26545358BAA; Sun, 19 Jul 2020 08:45:04 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4B8dhw09mJz4Jpj; Sun, 19 Jul 2020 08:45:04 +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 DD78D1903C; Sun, 19 Jul 2020 08:45: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 06J8j3ad011553; Sun, 19 Jul 2020 08:45:03 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06J8j3jb011552; Sun, 19 Jul 2020 08:45:03 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202007190845.06J8j3jb011552@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Sun, 19 Jul 2020 08:45:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542545 - in branches/2020Q3/audio/audacity: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: in branches/2020Q3/audio/audacity: . files X-SVN-Commit-Revision: 542545 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.33 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, 19 Jul 2020 08:45:04 -0000 Author: pkubaj Date: Sun Jul 19 08:45:03 2020 New Revision: 542545 URL: https://svnweb.freebsd.org/changeset/ports/542545 Log: MFH: r542544 audio/audacity: fix build on non-x86 Disable MMX/SSE/SSE2 on non-x86. Include cstring in allegro.h to make memcpy() available. PR: 248076 Approved by: xxjack12xx@gmail.com (maintainer) Approved by: portmgr (fix build blanket) Added: branches/2020Q3/audio/audacity/files/patch-lib-src_portsmf_allegro.h - copied unchanged from r542544, head/audio/audacity/files/patch-lib-src_portsmf_allegro.h Modified: branches/2020Q3/audio/audacity/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/audio/audacity/Makefile ============================================================================== --- branches/2020Q3/audio/audacity/Makefile Sun Jul 19 08:43:50 2020 (r542544) +++ branches/2020Q3/audio/audacity/Makefile Sun Jul 19 08:45:03 2020 (r542545) @@ -126,6 +126,14 @@ VORBIS_LIB_DEPENDS= libogg.so:audio/libogg \ VST_CMAKE_BOOL= audacity_use_vst +.include + +.if ${ARCH} != amd64 && ${ARCH} != i386 +CMAKE_ARGS+= -DHAVE_MMX:BOOL=OFF \ + -DHAVE_SSE:BOOL=OFF \ + -DHAVE_SSE2:BOOL=OFF +.endif + post-patch: @${REINPLACE_CMD} -e 's,Python2,Python${PYTHON_MAJOR_VER}, ; \ /CMAKE_CXX_STANDARD/s,14,11,' ${WRKSRC}/CMakeLists.txt Copied: branches/2020Q3/audio/audacity/files/patch-lib-src_portsmf_allegro.h (from r542544, head/audio/audacity/files/patch-lib-src_portsmf_allegro.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/audio/audacity/files/patch-lib-src_portsmf_allegro.h Sun Jul 19 08:45:03 2020 (r542545, copy of r542544, head/audio/audacity/files/patch-lib-src_portsmf_allegro.h) @@ -0,0 +1,10 @@ +--- lib-src/portsmf/allegro.h.orig 2020-07-18 17:54:26 UTC ++++ lib-src/portsmf/allegro.h +@@ -51,6 +51,7 @@ + #include + #include + #include ++#include + + #define ALG_EPS 0.000001 // epsilon + #define ALG_DEFAULT_BPM 100.0 // default tempo From owner-svn-ports-branches@freebsd.org Sun Jul 19 09:21: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 12E833594DB; Sun, 19 Jul 2020 09:21:58 +0000 (UTC) (envelope-from madpilot@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4B8fWT727Dz4Lk3; Sun, 19 Jul 2020 09:21:57 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D434C195C5; Sun, 19 Jul 2020 09:21:57 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06J9LvIf038387; Sun, 19 Jul 2020 09:21:57 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06J9Lnf6035145; Sun, 19 Jul 2020 09:21:49 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <202007190921.06J9Lnf6035145@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 19 Jul 2020 09:21:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542552 - in branches/2020Q3/emulators: virtualbox-ose virtualbox-ose-additions virtualbox-ose-kmod virtualbox-ose/files X-SVN-Group: ports-branches X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in branches/2020Q3/emulators: virtualbox-ose virtualbox-ose-additions virtualbox-ose-kmod virtualbox-ose/files X-SVN-Commit-Revision: 542552 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.33 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, 19 Jul 2020 09:21:58 -0000 Author: madpilot Date: Sun Jul 19 09:21:49 2020 New Revision: 542552 URL: https://svnweb.freebsd.org/changeset/ports/542552 Log: MFH: r542551 - Update VirtualBox ports to 5.2.44 - Adapt and regenerate patches - Reduce differences in patch-src_VBox_Devices_PC_vbox-cpuhotplug.dsl [1] Patch based on one provided by Mario Lobo . Many thanks to people who provided ideas and suggetions in the PR and review. PR: 244212 Submitted by: Nikita Stepanov Reviewed by: kevans [1] Tested by: lwshu Approved by: ports-secteam (joneum) Security: 1e7b316b-c6a8-11ea-a7d5-001999f8d30b Differential Revision: https://reviews.freebsd.org/D25496 Approved by: ports-secteam (joneum, via bugzilla PR) Modified: branches/2020Q3/emulators/virtualbox-ose-additions/Makefile branches/2020Q3/emulators/virtualbox-ose-additions/distinfo branches/2020Q3/emulators/virtualbox-ose-kmod/Makefile branches/2020Q3/emulators/virtualbox-ose-kmod/distinfo branches/2020Q3/emulators/virtualbox-ose/Makefile branches/2020Q3/emulators/virtualbox-ose/distinfo branches/2020Q3/emulators/virtualbox-ose/files/patch-Config.kmk branches/2020Q3/emulators/virtualbox-ose/files/patch-configure branches/2020Q3/emulators/virtualbox-ose/files/patch-include-VBox-vmm-cpumctx.h branches/2020Q3/emulators/virtualbox-ose/files/patch-include-iprt-x86.h branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-VBoxGuest-VBoxGuest-freebsd.c branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-VBoxGuest-freebsd-Makefile branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-VBoxGuest-freebsd-files_vboxguest branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-crOpenGL-FreeBSD_i386_exports.py branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-crOpenGL-FreeBSD_i386_exports_dri.py branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-crOpenGL-FreeBSD_i386_glxapi_exports.py branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-crOpenGL-Makefile.kmk branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-x11-Installer-98vboxadd-xclient branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-x11-Installer-vboxclient.desktop branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Devices-Network-slirp-bsd-sys-mbuf.h branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Devices-PC-ipxe-Makefile.kmk branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-Support-freebsd-Makefile branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-Support-freebsd-files_vboxdrv branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-VBoxNetAdp-Makefile.kmk branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-VBoxNetAdp-freebsd-VBoxNetAdp-freebsd.c branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Installer-Makefile.kmk branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Installer-freebsd-virtualbox.desktop branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Main-src-server-VirtualBoxImpl.cpp branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Main-src-server-freebsd-HostHardwareFreeBSD.cpp branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Main-webservice-Makefile.kmk branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Runtime-Makefile.kmk branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Runtime-r0drv-freebsd-sleepqueue-r0drv-freebsd.h branches/2020Q3/emulators/virtualbox-ose/files/patch-src-recompiler-Makefile.kmk branches/2020Q3/emulators/virtualbox-ose/files/patch-src-recompiler-Sun-testmath.c branches/2020Q3/emulators/virtualbox-ose/files/patch-src_VBox_Additions_common_pam_pam__vbox.cpp branches/2020Q3/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_Makefile branches/2020Q3/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_Makefile.kmk branches/2020Q3/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__prov.c branches/2020Q3/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vfsops.c branches/2020Q3/emulators/virtualbox-ose/files/patch-src_VBox_Debugger_Makefile.kmk branches/2020Q3/emulators/virtualbox-ose/files/patch-src_VBox_Devices_Audio_DrvHostALSAAudio.cpp branches/2020Q3/emulators/virtualbox-ose/files/patch-src_VBox_Devices_PC_vbox-cpuhotplug.dsl branches/2020Q3/emulators/virtualbox-ose/files/patch-src_VBox_Frontends_VBoxManage_VBoxManageHelp.cpp branches/2020Q3/emulators/virtualbox-ose/files/patch-src_VBox_Frontends_VirtualBox_Makefile.kmk branches/2020Q3/emulators/virtualbox-ose/files/patch-src_VBox_HostDrivers_Support_SUPDrvInternal.h branches/2020Q3/emulators/virtualbox-ose/files/patch-src_VBox_HostDrivers_Support_freebsd_SUPDrv-freebsd.c branches/2020Q3/emulators/virtualbox-ose/files/patch-src_VBox_HostServices_SharedOpenGL_Makefile.kmk branches/2020Q3/emulators/virtualbox-ose/files/patch-src_VBox_Main_Makefile.kmk branches/2020Q3/emulators/virtualbox-ose/files/patch-src_VBox_Main_include_USBProxyBackend.h branches/2020Q3/emulators/virtualbox-ose/files/patch-src_VBox_Main_src-client_ConsoleImpl2.cpp branches/2020Q3/emulators/virtualbox-ose/files/patch-src_VBox_Main_src-server_HostImpl.cpp branches/2020Q3/emulators/virtualbox-ose/files/patch-src_VBox_VMM_VMMR0_GVMMR0.cpp branches/2020Q3/emulators/virtualbox-ose/files/patch-src_libs_xpcom18a4_nsprpub_pr_src_pthreads_ptsynch.c branches/2020Q3/emulators/virtualbox-ose/files/patch-src_libs_xpcom18a4_xpcom_io_nsLocalFileUnix.h Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/emulators/virtualbox-ose-additions/Makefile ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose-additions/Makefile Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose-additions/Makefile Sun Jul 19 09:21:49 2020 (r542552) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= virtualbox-ose -PORTVERSION= 5.2.34 -PORTREVISION= 2 +PORTVERSION= 5.2.44 CATEGORIES= emulators MASTER_SITES= https://download.oracle.com/virtualbox/${PORTVERSION}/ PKGNAMESUFFIX?= -additions Modified: branches/2020Q3/emulators/virtualbox-ose-additions/distinfo ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose-additions/distinfo Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose-additions/distinfo Sun Jul 19 09:21:49 2020 (r542552) @@ -1,3 +1,3 @@ -TIMESTAMP = 1571257463 -SHA256 (VirtualBox-5.2.34.tar.bz2) = 9abff37330bba46b97aa836bc886397ba9cfb06cb75be5d60ac31f5ae9c2f2e1 -SIZE (VirtualBox-5.2.34.tar.bz2) = 118268064 +TIMESTAMP = 1594821235 +SHA256 (VirtualBox-5.2.44.tar.bz2) = ad83b11cfae2734f7d6f619dd2f8bdada7d33492cd7682fab98cb4053122295e +SIZE (VirtualBox-5.2.44.tar.bz2) = 124016934 Modified: branches/2020Q3/emulators/virtualbox-ose-kmod/Makefile ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose-kmod/Makefile Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose-kmod/Makefile Sun Jul 19 09:21:49 2020 (r542552) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= virtualbox-ose -PORTVERSION= 5.2.34 +PORTVERSION= 5.2.44 CATEGORIES= emulators MASTER_SITES= https://download.oracle.com/virtualbox/${PORTVERSION}/ PKGNAMESUFFIX= -kmod Modified: branches/2020Q3/emulators/virtualbox-ose-kmod/distinfo ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose-kmod/distinfo Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose-kmod/distinfo Sun Jul 19 09:21:49 2020 (r542552) @@ -1,3 +1,3 @@ -TIMESTAMP = 1571257293 -SHA256 (VirtualBox-5.2.34.tar.bz2) = 9abff37330bba46b97aa836bc886397ba9cfb06cb75be5d60ac31f5ae9c2f2e1 -SIZE (VirtualBox-5.2.34.tar.bz2) = 118268064 +TIMESTAMP = 1594821147 +SHA256 (VirtualBox-5.2.44.tar.bz2) = ad83b11cfae2734f7d6f619dd2f8bdada7d33492cd7682fab98cb4053122295e +SIZE (VirtualBox-5.2.44.tar.bz2) = 124016934 Modified: branches/2020Q3/emulators/virtualbox-ose/Makefile ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/Makefile Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/Makefile Sun Jul 19 09:21:49 2020 (r542552) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= virtualbox-ose -PORTVERSION= 5.2.34 -PORTREVISION= 4 +PORTVERSION= 5.2.44 CATEGORIES= emulators MASTER_SITES= https://download.oracle.com/virtualbox/${PORTVERSION}/ DISTFILES= VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS} @@ -141,12 +140,12 @@ USE_TEX= dvipsk:build formats:build .endif .if ${PORT_OPTIONS:MPYTHON} -USES+= python:2.7 +USES+= python USE_PYTHON= distutils noegginfo noflavors PYDISTUTILS_PKGNAME= vboxapi PYDISTUTILS_PKGVERSION= 1.0 .else -USES+= python:2.7,build +USES+= python:build .endif .if ${PORT_OPTIONS:MQT5} @@ -278,7 +277,9 @@ post-patch: ${WRKSRC}/src/VBox/Main/webservice/vboxweb.cpp .endif @${REINPLACE_CMD} -e 's| -finline-limit=8000||' \ - -e 's| -mpreferred-stack-boundary=2||' ${WRKSRC}/Config.kmk + -e 's| -mpreferred-stack-boundary=2||' \ + -e 's|%%PYTHON_VERSION%%|${PYTHON_VERSION}|' \ + ${WRKSRC}/Config.kmk @${REINPLACE_CMD} -e 's| -fpermissive||' ${WRKSRC}/Config.kmk \ ${WRKSRC}/src/VBox/Main/webservice/Makefile.kmk @${ECHO_CMD} 'TOOL_VBoxGccFreeBSD_LD = ${CXX}' >> ${WRKSRC}/LocalConfig.kmk @@ -398,5 +399,9 @@ do-install: ${INSTALL_DATA} ${KMK_BUILDDIR}/obj/webservice/vboxweb.wsdl \ ${STAGEDIR}${DATADIR}/sdk/bindings/webservice/ .endif + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/virtualbox/*.so \ + ${STAGEDIR}${PREFIX}/lib/virtualbox/components/*.so .include Modified: branches/2020Q3/emulators/virtualbox-ose/distinfo ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/distinfo Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/distinfo Sun Jul 19 09:21:49 2020 (r542552) @@ -1,5 +1,5 @@ -TIMESTAMP = 1571257463 -SHA256 (VirtualBox-5.2.34.tar.bz2) = 9abff37330bba46b97aa836bc886397ba9cfb06cb75be5d60ac31f5ae9c2f2e1 -SIZE (VirtualBox-5.2.34.tar.bz2) = 118268064 -SHA256 (VBoxGuestAdditions_5.2.34.iso) = d1b63891abca37fd78f5c8af1764e10e5754b1eecabd1fcfe7599c29a93ba007 -SIZE (VBoxGuestAdditions_5.2.34.iso) = 49661952 +TIMESTAMP = 1594897148 +SHA256 (VirtualBox-5.2.44.tar.bz2) = ad83b11cfae2734f7d6f619dd2f8bdada7d33492cd7682fab98cb4053122295e +SIZE (VirtualBox-5.2.44.tar.bz2) = 124016934 +SHA256 (VBoxGuestAdditions_5.2.44.iso) = 9883ee443a309f4ffa1d5dee2833f9e35ced598686c36d159f410e5edbac1ca4 +SIZE (VBoxGuestAdditions_5.2.44.iso) = 49829888 Modified: branches/2020Q3/emulators/virtualbox-ose/files/patch-Config.kmk ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/files/patch-Config.kmk Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/files/patch-Config.kmk Sun Jul 19 09:21:49 2020 (r542552) @@ -1,4 +1,4 @@ ---- Config.kmk.orig 2019-10-10 18:06:26 UTC +--- Config.kmk.orig 2020-05-13 19:36:41 UTC +++ Config.kmk @@ -445,11 +445,11 @@ ifn1of ($(KBUILD_TARGET), win darwin) # Enable OSS audio support. @@ -74,7 +74,15 @@ # branding VBOX_BRAND_LICENSE_HTML := $(PATH_ROOT)/doc/License-gpl-2.0.html VBOX_BRAND_LICENSE_RTF := $(PATH_ROOT)/doc/License-gpl-2.0.rtf -@@ -2538,6 +2534,10 @@ ifeq ($(KBUILD_HOST),win) ## @todo can drop this now, +@@ -1810,6 +1806,7 @@ ifndef VBOX_BLD_PYTHON + else + VBOX_BLD_PYTHON := $(firstword $(which python2.7$(HOSTSUFF_EXE)) $(which python2.6$(HOSTSUFF_EXE)) \ + $(which python$(HOSTSUFF_EXE)) $(which python3$(HOSTSUFF_EXE)) \ ++ $(which %%PYTHON_VERSION%%) \ + python-not-found) + endif + endif +@@ -2550,6 +2547,10 @@ ifeq ($(KBUILD_HOST),win) ## @todo can drop this now, # This isn't important (yet) on windows, so cook the result until # cygwin is feeling better. VBOX_GCC_VERSION := $(int-add $(int-mul 10000, 3), $(int-mul 100, 3), 3) @@ -85,7 +93,7 @@ else # This is kind of bad, the returned string needs to be re-evaluated before use. # The reason for this hack is that the windows kmk_ash cannot deal with $((1+1)). -@@ -4158,6 +4154,7 @@ ifdef VBOX_WITH_RAW_MODE +@@ -4218,6 +4219,7 @@ ifdef VBOX_WITH_RAW_MODE TEMPLATE_VBoxRc_TOOL = $(VBOX_GCC32_TOOL) TEMPLATE_VBoxRc_CXXFLAGS = -fno-pie -nostdinc -g $(VBOX_GCC_pipe) $(VBOX_GCC_WERR) $(VBOX_GCC_PEDANTIC_CXX) $(VBOX_GCC32_Wno-variadic-macros) -fno-exceptions $(VBOX_GCC_GC_OPT) $(VBOX_GCC_GC_FP) -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -fno-strict-aliasing $(VBOX_GCC_fno-stack-protector) $(VBOX_GCC_fvisibility-hidden) $(VBOX_GCC_fvisibility-inlines-hidden) -fno-rtti $(VBOX_GCC_IPRT_FMT_CHECK) TEMPLATE_VBoxRc_CFLAGS = -fno-pie -nostdinc -g $(VBOX_GCC_pipe) $(VBOX_GCC_WERR) $(VBOX_GCC_PEDANTIC_C) $(VBOX_GCC32_Wno-variadic-macros) -fno-exceptions $(VBOX_GCC_GC_OPT) $(VBOX_GCC_GC_FP) -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -fno-strict-aliasing $(VBOX_GCC_fno-stack-protector) $(VBOX_GCC_fvisibility-hidden) $(VBOX_GCC_IPRT_FMT_CHECK) @@ -93,7 +101,7 @@ ifeq ($(KBUILD_TARGET),solaris) TEMPLATE_VBoxRc_LDFLAGS = -r else -@@ -4299,6 +4296,7 @@ ifeq ($(VBOX_LDR_FMT),elf) +@@ -4359,6 +4361,7 @@ ifeq ($(VBOX_LDR_FMT),elf) TEMPLATE_VBoxR0_TOOL = $(VBOX_GCC_TOOL) TEMPLATE_VBoxR0_CFLAGS = -fno-pie -nostdinc -g $(VBOX_GCC_pipe) $(VBOX_GCC_WERR) $(VBOX_GCC_PEDANTIC_C) $(VBOX_GCC_Wno-variadic-macros) $(VBOX_GCC_R0_OPT) $(VBOX_GCC_R0_FP) -fno-strict-aliasing -fno-exceptions $(VBOX_GCC_fno-stack-protector) -fno-common $(VBOX_GCC_fvisibility-hidden) -std=gnu99 $(VBOX_GCC_IPRT_FMT_CHECK) TEMPLATE_VBoxR0_CXXFLAGS = -fno-pie -nostdinc -g $(VBOX_GCC_pipe) $(VBOX_GCC_WERR) $(VBOX_GCC_PEDANTIC_CXX) $(VBOX_GCC_Wno-variadic-macros) $(VBOX_GCC_R0_OPT) $(VBOX_GCC_R0_FP) -fno-strict-aliasing -fno-exceptions $(VBOX_GCC_fno-stack-protector) -fno-common $(VBOX_GCC_fvisibility-inlines-hidden) $(VBOX_GCC_fvisibility-hidden) -fno-rtti $(VBOX_GCC_IPRT_FMT_CHECK) @@ -101,7 +109,7 @@ TEMPLATE_VBoxR0_CFLAGS.amd64 = -m64 -mno-red-zone -mcmodel=kernel -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -fno-asynchronous-unwind-tables -ffreestanding TEMPLATE_VBoxR0_CXXFLAGS.amd64 = -m64 -mno-red-zone -mcmodel=kernel -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -fno-asynchronous-unwind-tables ifeq ($(KBUILD_TARGET),solaris) -@@ -4623,7 +4621,7 @@ TEMPLATE_VBOXR0DRV_CFLAGS = \ +@@ -4683,7 +4686,7 @@ TEMPLATE_VBOXR0DRV_CFLAGS = \ -O2 -ffreestanding -fno-strict-aliasing -fno-common -finline-limit=8000 \ $(VBOX_GCC_fno-stack-protector) $(VBOX_GCC_R0_OPT) $(VBOX_GCC_R0_FP) \ -nostdinc -std=c99 @@ -110,7 +118,7 @@ TEMPLATE_VBOXR0DRV_CFLAGS.amd64 = -m64 --param inline-unit-growth=100 --param large-function-growth=1000 \ -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx \ -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -Wundef -@@ -4656,7 +4654,7 @@ define TOOL_FREEBSDKMODLD_LINK_SYSMOD_CMDS +@@ -4716,7 +4719,7 @@ define TOOL_FREEBSDKMODLD_LINK_SYSMOD_CMDS | xargs -J% objcopy % $(out) ## Strip debug info (comment out if debugging or something). @@ -119,7 +127,7 @@ endef else # x86 TOOL_FREEBSDKMODLD_LINK_SYSMOD_OUTPUT = $(outbase).kld -@@ -4670,7 +4668,7 @@ define TOOL_FREEBSDKMODLD_LINK_SYSMOD_CMDS +@@ -4730,7 +4733,7 @@ define TOOL_FREEBSDKMODLD_LINK_SYSMOD_CMDS | xargs -J% objcopy % $(outbase).kld # Link the final .ko (a shared object). @@ -128,7 +136,7 @@ endef endif # x86 -@@ -4956,10 +4954,18 @@ TEMPLATE_VBOXR3EXE_LIBPATH += \ +@@ -5016,10 +5019,18 @@ TEMPLATE_VBOXR3EXE_LIBPATH += \ TEMPLATE_VBOXR3EXE_CFLAGS += -fno-pic TEMPLATE_VBOXR3EXE_CXXFLAGS += -fno-pic TEMPLATE_VBOXR3EXE_LDFLAGS += -fno-pic @@ -148,7 +156,7 @@ /usr/include \ /usr/X11R6/include \ /usr/local/include -@@ -5250,7 +5256,7 @@ ifeq ($(KBUILD_TARGET),win) # No CRT! +@@ -5310,7 +5321,7 @@ ifeq ($(KBUILD_TARGET),win) # No CRT! TEMPLATE_VBOXR3HARDENEDEXE_LDFLAGS.win.amd64 = $(TEMPLATE_VBOXR3EXE_LDFLAGS.win.amd64) /entry:suplibHardenedWindowsMain TEMPLATE_VBOXR3HARDENEDEXE_LIBS.x86 = $(NOT_SUCH_VARIABLE) TEMPLATE_VBOXR3HARDENEDEXE_LIBS.amd64 = $(NOT_SUCH_VARIABLE) @@ -157,7 +165,7 @@ # We want to keep the RPATH on Solaris to be able to find libgcc_1/libstdc++ within $(VBOX_WITH_RUNPATH) TEMPLATE_VBOXR3HARDENEDEXE_LDFLAGS = $(filter-out '$(VBOX_GCC_RPATH_OPT)%,$(TEMPLATE_VBOXR3EXE_LDFLAGS)) TEMPLATE_VBOXR3HARDENEDEXE_LDFLAGS.linux = $(filter-out $(VBOX_GCC_ORIGIN_OPT),$(TEMPLATE_VBOXR3EXE_LDFLAGS.linux)) -@@ -5777,10 +5783,18 @@ TEMPLATE_VBOXMAINEXE_LIBS = $(LIB_RUNTI +@@ -5837,10 +5848,18 @@ TEMPLATE_VBOXMAINEXE_LIBS = $(LIB_RUNTI else ifeq ($(KBUILD_TARGET),haiku) TEMPLATE_VBOXMAINEXE_TOOL = GXX3 TEMPLATE_VBOXMAINEXE_LIBS = $(LIB_RUNTIME) network stdc++ supc++ @@ -177,7 +185,7 @@ /usr/include \ /usr/X11R6/include \ /usr/local/include -@@ -6319,13 +6333,10 @@ ifdef VBOX_WITH_QTGUI +@@ -6382,13 +6401,10 @@ ifdef VBOX_WITH_QTGUI TEMPLATE_VBOXQTGUIEXE_LIBPATH += \ $(VBOX_LIBPATH_X11) ifeq ($(KBUILD_TARGET),freebsd) @@ -192,7 +200,7 @@ /usr/local/lib endif ifeq ($(KBUILD_TARGET),solaris) -@@ -6548,12 +6559,8 @@ TEMPLATE_VBoxBldProg_LIBPATH += \ +@@ -6617,12 +6633,8 @@ TEMPLATE_VBoxBldProg_LIBPATH += \ TEMPLATE_VBoxBldProg_TOOL = GXX3 TEMPLATE_VBoxBldProg_LIBS = pthread TEMPLATE_VBoxBldProg_INCS += \ @@ -205,7 +213,7 @@ /usr/local/lib else ifeq ($(KBUILD_HOST),netbsd) TEMPLATE_VBoxBldProg_TOOL = GXX3 -@@ -6954,6 +6961,7 @@ TEMPLATE_VBOXCROGLR3HOSTDLL_LDFLAGS.darwin += \ +@@ -7023,6 +7035,7 @@ TEMPLATE_VBOXCROGLR3HOSTDLL_LDFLAGS.darwin += \ -current_version $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD) \ -compatibility_version $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD) TEMPLATE_VBOXCROGLR3HOSTDLL_LDFLAGS.linux = -Wl,--no-as-needed Modified: branches/2020Q3/emulators/virtualbox-ose/files/patch-configure ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/files/patch-configure Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/files/patch-configure Sun Jul 19 09:21:49 2020 (r542552) @@ -1,4 +1,4 @@ ---- configure.orig 2018-07-16 14:56:48 UTC +--- configure.orig 2020-05-13 19:36:41 UTC +++ configure @@ -138,10 +138,14 @@ CXX_FLAGS="" if [ "$OS" = "freebsd" ]; then @@ -15,7 +15,7 @@ else INCCURL="" LIBCURL="-lcurl" -@@ -436,6 +440,9 @@ check_gcc() +@@ -441,6 +445,9 @@ check_gcc() elif [ $cc_maj -eq 4 -a $cc_min -eq 0 -a "$OS" = "darwin" ]; then log_success "found version $cc_ver" # gcc-4.0 is allowed for Darwin only @@ -24,8 +24,8 @@ + # gcc-4.2 is allowed for FreeBSD only elif [ $cc_maj -lt 4 \ -o \( $cc_maj -eq 4 -a $cc_min -lt 4 -a "$OS" != "darwin" \) \ - -o \( $cc_maj -eq 4 -a $cc_min -lt 2 -a "$OS" = "darwin" \) \ -@@ -1204,7 +1211,7 @@ extern "C" int main(void) + -o \( $cc_maj -eq 4 -a $cc_min -lt 2 -a "$OS" = "darwin" \) ]; then +@@ -1208,7 +1215,7 @@ extern "C" int main(void) #endif } EOF @@ -34,7 +34,7 @@ test_execute fi } -@@ -1504,8 +1511,7 @@ EOF +@@ -1508,8 +1515,7 @@ EOF if [ $? -eq 0 ]; then echo "(Qt5 from pkg-config)" >> $LOG FLGQT5=`pkg-config Qt5Core --cflags` @@ -44,7 +44,7 @@ INCQT5=`strip_I "$FLGQT5"` LIBDIR5=`pkg-config Qt5Core --variable=libdir` LIBQT5=`pkg-config Qt5Core --libs` -@@ -1644,7 +1650,7 @@ check_libopus() +@@ -1648,7 +1654,7 @@ check_libopus() fi cat > $ODIR.tmp_src.cc << EOF #include @@ -53,7 +53,7 @@ extern "C" int main(void) { OpusEncoder *test; -@@ -1976,8 +1982,8 @@ EOF +@@ -1980,8 +1986,8 @@ EOF echo "compiling the following source file:" >> $LOG cat $ODIR.tmp_src.cc >> $LOG echo "using the following command line:" >> $LOG @@ -64,7 +64,7 @@ if [ $? -eq 0 ]; then found=1 break -@@ -2449,7 +2455,7 @@ for option in "$@"; do +@@ -2453,7 +2459,7 @@ for option in "$@"; do --with-openssl-dir=*) OPENSSLDIR=`echo $option | cut -d'=' -f2` INCCRYPTO="-I${OPENSSLDIR}/include" @@ -73,7 +73,7 @@ ;; --with-ow-dir=*) WATCOM=`echo $option | cut -d'=' -f2` -@@ -2763,7 +2769,7 @@ if [ $ONLY_ADDITIONS -eq 0 ]; then +@@ -2767,7 +2773,7 @@ if [ $ONLY_ADDITIONS -eq 0 ]; then check_ssl check_curl [ $WITH_LIBVPX -eq 1 ] && check_vpx @@ -82,7 +82,7 @@ [ "$OS" != "darwin" ] && check_z [ "$OS" != "darwin" ] && check_png [ $OSE -eq 0 -a "$OS" = "linux" ] && check_pam -@@ -2784,13 +2790,20 @@ if [ $ONLY_ADDITIONS -eq 0 ]; then +@@ -2788,13 +2794,20 @@ if [ $ONLY_ADDITIONS -eq 0 ]; then [ $WITH_PYTHON -eq 1 ] && check_python [ $WITH_JAVA -eq 1 ] && check_java @@ -104,7 +104,7 @@ fi fi -@@ -2806,14 +2819,6 @@ if [ "$OS" = "linux" ]; then +@@ -2810,14 +2823,6 @@ if [ "$OS" = "linux" ]; then cnf_append "VBOX_WITHOUT_LINUX_TEST_BUILDS" "1" fi if [ $ONLY_ADDITIONS -eq 0 ]; then Modified: branches/2020Q3/emulators/virtualbox-ose/files/patch-include-VBox-vmm-cpumctx.h ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/files/patch-include-VBox-vmm-cpumctx.h Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/files/patch-include-VBox-vmm-cpumctx.h Sun Jul 19 09:21:49 2020 (r542552) @@ -1,6 +1,6 @@ ---- include/VBox/vmm/cpumctx.h.orig 2015-03-12 18:53:45.762704000 -0400 -+++ include/VBox/vmm/cpumctx.h 2015-03-12 18:56:23.765105000 -0400 -@@ -84,7 +84,7 @@ +--- include/VBox/vmm/cpumctx.h.orig 2020-05-13 19:36:46 UTC ++++ include/VBox/vmm/cpumctx.h +@@ -88,7 +88,7 @@ AssertCompileSize(CPUMSELREG, 24); # define CPUMSELREG_ARE_HIDDEN_PARTS_VALID(a_pVCpu, a_pSelReg) \ ( ((a_pSelReg)->fFlags & CPUMSELREG_FLAGS_VALID) \ && ( (a_pSelReg)->ValidSel == (a_pSelReg)->Sel \ Modified: branches/2020Q3/emulators/virtualbox-ose/files/patch-include-iprt-x86.h ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/files/patch-include-iprt-x86.h Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/files/patch-include-iprt-x86.h Sun Jul 19 09:21:49 2020 (r542552) @@ -1,5 +1,5 @@ ---- include/iprt/x86.h.orig 2014-02-25 11:59:50.000000000 -0500 -+++ include/iprt/x86.h 2014-03-11 16:46:08.000000000 -0400 +--- include/iprt/x86.h.orig 2020-05-13 19:36:52 UTC ++++ include/iprt/x86.h @@ -35,6 +35,16 @@ # pragma D depends_on library vbox-types.d #endif Modified: branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-VBoxGuest-VBoxGuest-freebsd.c ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-VBoxGuest-VBoxGuest-freebsd.c Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-VBoxGuest-VBoxGuest-freebsd.c Sun Jul 19 09:21:49 2020 (r542552) @@ -1,6 +1,6 @@ ---- src/VBox/Additions/common/VBoxGuest/VBoxGuest-freebsd.c.orig 2017-10-18 07:06:43 UTC +--- src/VBox/Additions/common/VBoxGuest/VBoxGuest-freebsd.c.orig 2020-05-13 19:37:01 UTC +++ src/VBox/Additions/common/VBoxGuest/VBoxGuest-freebsd.c -@@ -93,8 +93,6 @@ struct VBoxGuestDeviceState +@@ -102,8 +102,6 @@ struct VBoxGuestDeviceState struct resource *pIrqRes; /** Pointer to the IRQ handler. */ void *pfnIrqHandler; @@ -9,7 +9,7 @@ }; -@@ -104,8 +102,7 @@ struct VBoxGuestDeviceState +@@ -113,8 +111,7 @@ struct VBoxGuestDeviceState /* * Character device file handlers. */ @@ -19,7 +19,7 @@ static d_ioctl_t vgdrvFreeBSDIOCtl; static int vgdrvFreeBSDIOCtlSlow(PVBOXGUESTSESSION pSession, u_long ulCmd, caddr_t pvData, struct thread *pTd); static d_write_t vgdrvFreeBSDWrite; -@@ -136,8 +133,7 @@ static struct cdevsw g_vgdrvFreeBSDCh +@@ -145,8 +142,7 @@ static struct cdevsw g_vgdrvFreeBSDChrDevSW = { .d_version = D_VERSION, .d_flags = D_TRACKCLOSE | D_NEEDMINOR, @@ -29,7 +29,7 @@ .d_ioctl = vgdrvFreeBSDIOCtl, .d_read = vgdrvFreeBSDRead, .d_write = vgdrvFreeBSDWrite, -@@ -145,81 +141,28 @@ static struct cdevsw g_vgdrvFreeBSDCh +@@ -154,81 +150,28 @@ static struct cdevsw g_vgdrvFreeBSDChrDevSW = .d_name = "vboxguest" }; @@ -118,7 +118,7 @@ { int rc; PVBOXGUESTSESSION pSession; -@@ -227,25 +170,18 @@ static int vgdrvFreeBSDOpen(struct cdev +@@ -236,25 +179,18 @@ static int vgdrvFreeBSDOpen(struct cdev *pDev, int fOp LogFlow(("vgdrvFreeBSDOpen:\n")); /* @@ -150,7 +150,7 @@ } LogRel(("vgdrvFreeBSDOpen: failed. rc=%d\n", rc)); -@@ -253,33 +189,6 @@ static int vgdrvFreeBSDOpen(struct cdev +@@ -262,33 +198,6 @@ static int vgdrvFreeBSDOpen(struct cdev *pDev, int fOp } /** @@ -184,20 +184,21 @@ * I/O control request. * * @returns depends... -@@ -292,7 +201,11 @@ static int vgdrvFreeBSDClose(struct cdev +@@ -301,8 +210,12 @@ static int vgdrvFreeBSDClose(struct cdev *pDev, int fF static int vgdrvFreeBSDIOCtl(struct cdev *pDev, u_long ulCmd, caddr_t pvData, int fFile, struct thread *pTd) { PVBOXGUESTSESSION pSession; - devfs_get_cdevpriv((void **)&pSession); + int rc; -+ + + rc = devfs_get_cdevpriv((void **)&pSession); + if (rc) + return rc; - ++ /* * Deal with the fast ioctl path first. -@@ -488,12 +401,14 @@ int VBOXCALL VBoxGuestIDC(void *pvSessio + */ +@@ -497,12 +410,14 @@ int VBOXCALL VBoxGuestIDC(void *pvSession, uintptr_t u static int vgdrvFreeBSDPoll(struct cdev *pDev, int fEvents, struct thread *td) { @@ -215,19 +216,20 @@ Log(("vgdrvFreeBSDPoll: no state data for %s\n", devtoname(pDev))); return (fEvents & (POLLHUP|POLLIN|POLLRDNORM|POLLOUT|POLLWRNORM)); } -@@ -534,10 +449,7 @@ static int vgdrvFreeBSDDetach(device_t p +@@ -543,11 +458,8 @@ static int vgdrvFreeBSDDetach(device_t pDevice) /* * Reverse what we did in vgdrvFreeBSDAttach. */ - if (g_vgdrvFreeBSDEHTag != NULL) - EVENTHANDLER_DEREGISTER(dev_clone, g_vgdrvFreeBSDEHTag); -- -- clone_cleanup(&g_pvgdrvFreeBSDClones); + destroy_dev(g_pDev); +- clone_cleanup(&g_pvgdrvFreeBSDClones); +- vgdrvFreeBSDRemoveIRQ(pDevice, pState); -@@ -689,18 +601,21 @@ static int vgdrvFreeBSDAttach(device_t p + if (pState->pVMMDevMemRes) +@@ -698,18 +610,21 @@ static int vgdrvFreeBSDAttach(device_t pDevice) if (RT_SUCCESS(rc)) { /* Modified: branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-VBoxGuest-freebsd-Makefile ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-VBoxGuest-freebsd-Makefile Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-VBoxGuest-freebsd-Makefile Sun Jul 19 09:21:49 2020 (r542552) @@ -1,6 +1,6 @@ ---- src/VBox/Additions/common/VBoxGuest/freebsd/Makefile.orig 2017-10-18 07:06:43 UTC +--- src/VBox/Additions/common/VBoxGuest/freebsd/Makefile.orig 2020-05-13 19:37:01 UTC +++ src/VBox/Additions/common/VBoxGuest/freebsd/Makefile -@@ -70,6 +70,7 @@ SRCS += \ +@@ -80,6 +80,7 @@ SRCS += \ handletable.c \ handletablectx.c \ once.c \ @@ -8,7 +8,7 @@ thread.c .PATH: ${.CURDIR}/common/string -@@ -128,6 +129,7 @@ SRCS += \ +@@ -139,6 +140,7 @@ SRCS += \ .PATH: ${.CURDIR}/r0drv SRCS += \ Modified: branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-VBoxGuest-freebsd-files_vboxguest ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-VBoxGuest-freebsd-files_vboxguest Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-VBoxGuest-freebsd-files_vboxguest Sun Jul 19 09:21:49 2020 (r542552) @@ -1,6 +1,6 @@ ---- src/VBox/Additions/common/VBoxGuest/freebsd/files_vboxguest.orig 2017-10-18 07:06:43 UTC +--- src/VBox/Additions/common/VBoxGuest/freebsd/files_vboxguest.orig 2020-05-13 19:37:01 UTC +++ src/VBox/Additions/common/VBoxGuest/freebsd/files_vboxguest -@@ -99,6 +99,7 @@ FILES_VBOXGUEST_NOBIN=" \ +@@ -109,6 +109,7 @@ FILES_VBOXGUEST_NOBIN=" \ ${PATH_ROOT}/src/VBox/Runtime/common/misc/handletable.h=>common/misc/handletable.h \ ${PATH_ROOT}/src/VBox/Runtime/common/misc/handletablectx.cpp=>common/misc/handletablectx.c \ ${PATH_ROOT}/src/VBox/Runtime/common/misc/once.cpp=>common/misc/once.c \ @@ -8,7 +8,7 @@ ${PATH_ROOT}/src/VBox/Runtime/common/misc/thread.cpp=>common/misc/thread.c \ ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg1Weak.cpp=>common/misc/RTAssertMsg1Weak.c \ ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg2.cpp=>common/misc/RTAssertMsg2.c \ -@@ -160,6 +161,7 @@ FILES_VBOXGUEST_NOBIN=" \ +@@ -171,6 +172,7 @@ FILES_VBOXGUEST_NOBIN=" \ ${PATH_ROOT}/src/VBox/Runtime/generic/errvars-generic.cpp=>generic/errvars-generic.c \ ${PATH_ROOT}/src/VBox/Runtime/generic/timer-generic.cpp=>generic/timer-generic.c \ ${PATH_ROOT}/src/VBox/Runtime/generic/mppresent-generic.cpp=>generic/mppresent-generic.c \ @@ -16,7 +16,7 @@ ${PATH_ROOT}/src/VBox/Runtime/r0drv/alloc-r0drv.cpp=>r0drv/alloc-r0drv.c \ ${PATH_ROOT}/src/VBox/Runtime/r0drv/alloc-r0drv.h=>r0drv/alloc-r0drv.h \ ${PATH_ROOT}/src/VBox/Runtime/r0drv/initterm-r0drv.cpp=>r0drv/initterm-r0drv.c \ -@@ -186,6 +188,7 @@ FILES_VBOXGUEST_NOBIN=" \ +@@ -197,6 +199,7 @@ FILES_VBOXGUEST_NOBIN=" \ ${PATH_ROOT}/src/VBox/Runtime/r0drv/freebsd/sleepqueue-r0drv-freebsd.h=>r0drv/freebsd/sleepqueue-r0drv-freebsd.h \ ${PATH_ROOT}/src/VBox/Runtime/r0drv/generic/semspinmutex-r0drv-generic.c=>r0drv/generic/semspinmutex-r0drv-generic.c \ ${PATH_ROOT}/src/VBox/Runtime/r0drv/generic/mpnotification-r0drv-generic.cpp=>r0drv/generic/mpnotification-r0drv-generic.c \ Modified: branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-crOpenGL-FreeBSD_i386_exports.py ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-crOpenGL-FreeBSD_i386_exports.py Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-crOpenGL-FreeBSD_i386_exports.py Sun Jul 19 09:21:49 2020 (r542552) @@ -1,5 +1,5 @@ ---- src/VBox/Additions/common/crOpenGL/FreeBSD_i386_exports.py.orig 2014-12-19 16:58:04.474417000 -0500 -+++ src/VBox/Additions/common/crOpenGL/FreeBSD_i386_exports.py 2014-11-21 10:16:35.000000000 -0500 +--- src/VBox/Additions/common/crOpenGL/FreeBSD_i386_exports.py.orig 2020-06-26 09:52:40 UTC ++++ src/VBox/Additions/common/crOpenGL/FreeBSD_i386_exports.py @@ -0,0 +1,95 @@ +# Copyright (c) 2001, Stanford University +# All rights reserved. Modified: branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-crOpenGL-FreeBSD_i386_exports_dri.py ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-crOpenGL-FreeBSD_i386_exports_dri.py Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-crOpenGL-FreeBSD_i386_exports_dri.py Sun Jul 19 09:21:49 2020 (r542552) @@ -1,5 +1,5 @@ ---- src/VBox/Additions/common/crOpenGL/FreeBSD_i386_exports_dri.py.orig 2014-12-19 16:58:04.474417000 -0500 -+++ src/VBox/Additions/common/crOpenGL/FreeBSD_i386_exports_dri.py 2014-11-21 10:16:35.000000000 -0500 +--- src/VBox/Additions/common/crOpenGL/FreeBSD_i386_exports_dri.py.orig 2020-06-26 09:53:28 UTC ++++ src/VBox/Additions/common/crOpenGL/FreeBSD_i386_exports_dri.py @@ -0,0 +1,95 @@ +# Copyright (c) 2001, Stanford University +# All rights reserved. Modified: branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-crOpenGL-FreeBSD_i386_glxapi_exports.py ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-crOpenGL-FreeBSD_i386_glxapi_exports.py Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-crOpenGL-FreeBSD_i386_glxapi_exports.py Sun Jul 19 09:21:49 2020 (r542552) @@ -1,5 +1,5 @@ ---- src/VBox/Additions/common/crOpenGL/FreeBSD_i386_glxapi_exports.py.orig 2014-12-19 16:58:04.474417000 -0500 -+++ src/VBox/Additions/common/crOpenGL/FreeBSD_i386_glxapi_exports.py 2014-11-21 10:16:35.000000000 -0500 +--- src/VBox/Additions/common/crOpenGL/FreeBSD_i386_glxapi_exports.py.orig 2020-06-26 09:53:39 UTC ++++ src/VBox/Additions/common/crOpenGL/FreeBSD_i386_glxapi_exports.py @@ -0,0 +1,104 @@ +""" +Copyright (C) 2009-2012 Oracle Corporation Modified: branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-crOpenGL-Makefile.kmk ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-crOpenGL-Makefile.kmk Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-crOpenGL-Makefile.kmk Sun Jul 19 09:21:49 2020 (r542552) @@ -1,6 +1,6 @@ ---- src/VBox/Additions/common/crOpenGL/Makefile.kmk.orig 2016-07-18 11:50:43 UTC +--- src/VBox/Additions/common/crOpenGL/Makefile.kmk.orig 2020-05-13 19:37:03 UTC +++ src/VBox/Additions/common/crOpenGL/Makefile.kmk -@@ -47,9 +47,7 @@ endif +@@ -50,9 +50,7 @@ endif if1of ($(KBUILD_TARGET), linux solaris freebsd) #VBoxOGL_DRI = 1 DLLS += VBoxEGL @@ -11,7 +11,7 @@ # Only Solaris right now needs C stubs because I can't figure out how to # generate the GOT based relocation ASM yet. -@@ -184,10 +182,12 @@ VBoxOGL_CLEAN.linux += \ +@@ -188,10 +186,12 @@ VBoxOGL_CLEAN.linux += \ $(VBOX_PATH_CROGL_GENFILES)/linux_exports.c VBoxOGL_CLEAN.solaris += \ $(VBOX_PATH_CROGL_GENFILES)/solaris_exports.c @@ -25,7 +25,7 @@ ifdef VBoxOGL_DRI VBoxOGL_CLEAN += \ $(VBOX_PATH_CROGL_GENFILES)/cr_gl.h \ -@@ -200,6 +200,8 @@ if1of ($(KBUILD_TARGET), linux solaris) +@@ -204,6 +204,8 @@ if1of ($(KBUILD_TARGET), linux solaris) $(VBOX_PATH_CROGL_GENFILES)/linux_glxapi_exports.asm VBoxOGL_CLEAN.solaris += \ $(VBOX_PATH_CROGL_GENFILES)/solaris_glxapi_exports.asm @@ -34,7 +34,7 @@ endif endif VBoxOGL_LIBS = \ -@@ -229,6 +231,8 @@ if1of ($(KBUILD_TARGET), linux solaris f +@@ -244,6 +246,8 @@ if1of ($(KBUILD_TARGET), linux solaris freebsd) else VBoxOGL_SONAME.linux = libGL.so.1 VBoxOGL_LDFLAGS.linux += -Wl,-e,LibMain @@ -43,7 +43,7 @@ endif endif ifdef VBOX_WITH_CRHGSMI -@@ -237,7 +241,7 @@ endif +@@ -252,7 +256,7 @@ endif ifdef VBOX_WITH_WDDM VBoxOGL_DEFS.win += VBOX_WITH_WDDM endif @@ -52,7 +52,7 @@ VBoxOGL_LDFLAGS += -Wl,-z,nodelete endif ifdef VBOX_WITH_WDDM -@@ -395,6 +399,16 @@ $(VBOX_PATH_CROGL_GENFILES)/solaris_expo +@@ -418,6 +422,16 @@ $(VBOX_PATH_CROGL_GENFILES)/solaris_exports_dri.asm: \ $(VBOX_PATH_CROGL_GENFILES)/solaris_glxapi_exports.asm: $(PATH_SUB_CURRENT)/SunOS_i386_glxapi_exports.py | $$(dir $$@) $(call MSG_GENERATE,python,$@,$<) $(QUIET)$(call VBOX_CROGL_PYTHON_ENV,$(VBOX_PATH_CROGL_PYTHON_INCLUDE),$@) $(VBOX_BLD_PYTHON) $< @@ -69,9 +69,9 @@ else $(VBOX_PATH_CROGL_GENFILES)/linux_exports_dri.asm: \ -@@ -712,6 +726,7 @@ VBoxEGL_SOURCES = egl.c - VBoxEGL_INCS = $(VBOX_PATH_X11_ROOT)/mesa-11.0.7 - VBoxEGL_LIBS = $(VBOX_LIB_OGL) $(VBOX_LIB_IPRT_GUEST_R3_SHARED) +@@ -656,6 +670,7 @@ ifndef VBOX_USE_SYSTEM_GL_HEADERS + endif + VBoxEGL_LIBS = $(VBOX_LIB_OGL) # $(VBOX_LIB_IPRT_GUEST_R3_SHARED) VBoxEGL_SONAME.linux = libEGL.so.1 +VBoxEGL_SONAME.freebsd = libEGL.so.1 Modified: branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-x11-Installer-98vboxadd-xclient ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-x11-Installer-98vboxadd-xclient Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-x11-Installer-98vboxadd-xclient Sun Jul 19 09:21:49 2020 (r542552) @@ -1,6 +1,6 @@ ---- src/VBox/Additions/x11/Installer/98vboxadd-xclient.orig 2015-02-12 11:08:13.000000000 -0500 -+++ src/VBox/Additions/x11/Installer/98vboxadd-xclient 2015-02-12 14:38:40.689104000 -0500 -@@ -28,9 +28,9 @@ +--- src/VBox/Additions/x11/Installer/98vboxadd-xclient.orig 2020-05-13 19:37:09 UTC ++++ src/VBox/Additions/x11/Installer/98vboxadd-xclient +@@ -30,10 +30,10 @@ elif test -z "${SSH_CONNECTION}"; then # This script can also be triggered by a connection over SSH, which is not # what we had in mind, so we do not start VBoxClient in that case. We do # not use "exit" here as this script is "source"d, not executed. @@ -14,4 +14,5 @@ + /usr/local/bin/VBoxClient --display + /usr/local/bin/VBoxClient --seamless + /usr/local/bin/VBoxClient --draganddrop + /usr/bin/VBoxClient --vmsvga-x11 # In case VMSVGA emulation is enabled fi Modified: branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-x11-Installer-vboxclient.desktop ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-x11-Installer-vboxclient.desktop Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Additions-x11-Installer-vboxclient.desktop Sun Jul 19 09:21:49 2020 (r542552) @@ -1,6 +1,6 @@ ---- src/VBox/Additions/x11/Installer/vboxclient.desktop.orig 2009-06-12 12:34:57.000000000 +0000 -+++ src/VBox/Additions/x11/Installer/vboxclient.desktop 2011-01-13 22:07:37.000000000 +0000 -@@ -8,6 +8,6 @@ +--- src/VBox/Additions/x11/Installer/vboxclient.desktop.orig 2020-05-13 19:37:09 UTC ++++ src/VBox/Additions/x11/Installer/vboxclient.desktop +@@ -8,6 +8,6 @@ Comment[C]=VirtualBox User Session Services Comment=VirtualBox User Session Services Comment[it]=Servizi di sessione utente di VirtualBox Comment[pl]=Usługi sesji użytkownika VirtualBox Modified: branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Devices-Network-slirp-bsd-sys-mbuf.h ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Devices-Network-slirp-bsd-sys-mbuf.h Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Devices-Network-slirp-bsd-sys-mbuf.h Sun Jul 19 09:21:49 2020 (r542552) @@ -1,6 +1,6 @@ ---- src/VBox/Devices/Network/slirp/bsd/sys/mbuf.h.orig 2015-03-02 10:09:19.000000000 -0500 -+++ src/VBox/Devices/Network/slirp/bsd/sys/mbuf.h 2015-03-02 19:42:56.808020000 -0500 -@@ -241,6 +241,9 @@ +--- src/VBox/Devices/Network/slirp/bsd/sys/mbuf.h.orig 2020-05-13 19:42:23 UTC ++++ src/VBox/Devices/Network/slirp/bsd/sys/mbuf.h +@@ -245,6 +245,9 @@ struct mbuf { #define M_FRAG 0x00000800 /* packet is a fragment of a larger packet */ #define M_FIRSTFRAG 0x00001000 /* packet is first fragment */ #define M_LASTFRAG 0x00002000 /* packet is last fragment */ Modified: branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Devices-PC-ipxe-Makefile.kmk ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Devices-PC-ipxe-Makefile.kmk Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Devices-PC-ipxe-Makefile.kmk Sun Jul 19 09:21:49 2020 (r542552) @@ -1,6 +1,6 @@ ---- src/VBox/Devices/PC/ipxe/Makefile.kmk.orig 2013-11-29 14:23:32.000000000 -0500 -+++ src/VBox/Devices/PC/ipxe/Makefile.kmk 2013-12-13 15:06:45.000000000 -0500 -@@ -35,7 +35,7 @@ +--- src/VBox/Devices/PC/ipxe/Makefile.kmk.orig 2020-05-13 19:42:27 UTC ++++ src/VBox/Devices/PC/ipxe/Makefile.kmk +@@ -35,7 +35,7 @@ iPxeBiosBin_SOURCES = $(iPxeBiosBin_0_OUTDIR)/iPxeBio iPxeBiosBin_CLEAN = \ $(iPxeBiosBin_0_OUTDIR)/iPxeBiosBin.c \ Modified: branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-Support-freebsd-Makefile ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-Support-freebsd-Makefile Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-Support-freebsd-Makefile Sun Jul 19 09:21:49 2020 (r542552) @@ -1,6 +1,6 @@ ---- src/VBox/HostDrivers/Support/freebsd/Makefile.orig 2016-07-18 11:56:20 UTC +--- src/VBox/HostDrivers/Support/freebsd/Makefile.orig 2020-05-13 19:43:53 UTC +++ src/VBox/HostDrivers/Support/freebsd/Makefile -@@ -81,6 +81,7 @@ SRCS += \ +@@ -82,6 +82,7 @@ SRCS += \ assert.c \ handletable.c \ handletablectx.c \ @@ -8,7 +8,7 @@ once.c \ term.c \ thread.c -@@ -92,13 +93,14 @@ SRCS += \ +@@ -94,13 +95,14 @@ SRCS += \ RTStrCopy.c \ RTStrCopyEx.c \ RTStrCopyP.c \ Modified: branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-Support-freebsd-files_vboxdrv ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-Support-freebsd-files_vboxdrv Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-Support-freebsd-files_vboxdrv Sun Jul 19 09:21:49 2020 (r542552) @@ -1,6 +1,6 @@ ---- src/VBox/HostDrivers/Support/freebsd/files_vboxdrv.orig 2016-07-18 11:56:20 UTC +--- src/VBox/HostDrivers/Support/freebsd/files_vboxdrv.orig 2020-05-13 19:43:53 UTC +++ src/VBox/HostDrivers/Support/freebsd/files_vboxdrv -@@ -116,6 +116,7 @@ FILES_VBOXDRV_NOBIN=" \ +@@ -118,6 +118,7 @@ FILES_VBOXDRV_NOBIN=" \ ${PATH_ROOT}/src/VBox/Runtime/common/misc/handletable.cpp=>common/misc/handletable.c \ ${PATH_ROOT}/src/VBox/Runtime/common/misc/handletable.h=>common/misc/handletable.h \ ${PATH_ROOT}/src/VBox/Runtime/common/misc/handletablectx.cpp=>common/misc/handletablectx.c \ @@ -8,7 +8,7 @@ ${PATH_ROOT}/src/VBox/Runtime/common/misc/once.cpp=>common/misc/once.c \ ${PATH_ROOT}/src/VBox/Runtime/common/misc/term.cpp=>common/misc/term.c \ ${PATH_ROOT}/src/VBox/Runtime/common/misc/thread.cpp=>common/misc/thread.c \ -@@ -124,13 +125,14 @@ FILES_VBOXDRV_NOBIN=" \ +@@ -127,13 +128,14 @@ FILES_VBOXDRV_NOBIN=" \ ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCopyEx.cpp=>common/string/RTStrCopyEx.c \ ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrNCmp.cpp=>common/string/RTStrNCmp.c \ ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrNLen.cpp=>common/string/RTStrNLen.c \ Modified: branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-VBoxNetAdp-Makefile.kmk ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-VBoxNetAdp-Makefile.kmk Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-VBoxNetAdp-Makefile.kmk Sun Jul 19 09:21:49 2020 (r542552) @@ -1,9 +1,9 @@ Fix kmod panic when VIMAGE is disabled in the kernel and port Submitted by: Gleb Kurtsou ---- src/VBox/HostDrivers/VBoxNetAdp/Makefile.kmk.orig 2013-04-12 03:38:10.000000000 -0700 -+++ src/VBox/HostDrivers/VBoxNetAdp/Makefile.kmk 2013-06-11 21:24:05.000000000 -0700 -@@ -143,12 +143,15 @@ +--- src/VBox/HostDrivers/VBoxNetAdp/Makefile.kmk.orig 2020-05-13 19:43:54 UTC ++++ src/VBox/HostDrivers/VBoxNetAdp/Makefile.kmk +@@ -203,12 +203,15 @@ $$(VBoxNetAdp-src_0_OUTDIR)/Makefile: \ $$(if $$(eq $$(VBoxNetAdp/freebsd/Makefile_VBOX_HARDENED),$$(VBOX_WITH_HARDENING)),,FORCE) \ | $$(dir $$@) $(QUIET)$(RM) -f -- $@ @@ -14,12 +14,12 @@ Submitted by: Gleb Kurtsou + ifndef VBOX_WITH_HARDENING + $(QUIET)$(SED) -e "s;-DVBOX_WITH_HARDENING;;g" --output $@.tmp $@ + ${QUIET}$(MV) -f $@.tmp $@ -+ endif + endif +- + ifndef VBOX_WITH_NETFLT_VIMAGE + $(QUIET)$(SED) -e "s;-DVIMAGE;;g" --output $@.tmp $@ + ${QUIET}$(MV) -f $@.tmp $@ - endif -- ++ endif endif # freebsd include $(FILE_KBUILD_SUB_FOOTER) Modified: branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-VBoxNetAdp-freebsd-VBoxNetAdp-freebsd.c ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-VBoxNetAdp-freebsd-VBoxNetAdp-freebsd.c Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-VBoxNetAdp-freebsd-VBoxNetAdp-freebsd.c Sun Jul 19 09:21:49 2020 (r542552) @@ -1,6 +1,6 @@ ---- src/VBox/HostDrivers/VBoxNetAdp/freebsd/VBoxNetAdp-freebsd.c.orig 2014-09-09 15:54:30.000000000 -0400 -+++ src/VBox/HostDrivers/VBoxNetAdp/freebsd/VBoxNetAdp-freebsd.c 2014-09-30 15:36:06.000000000 -0400 -@@ -234,7 +234,11 @@ +--- src/VBox/HostDrivers/VBoxNetAdp/freebsd/VBoxNetAdp-freebsd.c.orig 2020-05-13 19:43:54 UTC ++++ src/VBox/HostDrivers/VBoxNetAdp/freebsd/VBoxNetAdp-freebsd.c +@@ -235,7 +235,11 @@ static void VBoxNetAdpFreeBSDNetstart(struct ifnet *if ifp->if_drv_flags |= IFF_DRV_OACTIVE; while (!IFQ_DRV_IS_EMPTY(&ifp->if_snd)) { Modified: branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Installer-Makefile.kmk ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Installer-Makefile.kmk Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Installer-Makefile.kmk Sun Jul 19 09:21:49 2020 (r542552) @@ -1,6 +1,6 @@ ---- src/VBox/Installer/Makefile.kmk.orig 2009-10-05 14:31:40.000000000 +0200 -+++ src/VBox/Installer/Makefile.kmk 2009-10-05 14:32:09.000000000 +0200 -@@ -38,10 +38,12 @@ +--- src/VBox/Installer/Makefile.kmk.orig 2020-05-13 19:44:01 UTC ++++ src/VBox/Installer/Makefile.kmk +@@ -41,9 +41,11 @@ ifndef VBOX_ONLY_SDK if "$(KBUILD_TARGET)" == "win" && "$(KBUILD_HOST)" == "win" include $(PATH_SUB_CURRENT)/win/Makefile.kmk endif @@ -8,8 +8,7 @@ if "$(KBUILD_TARGET)" == "freebsd" && "$(KBUILD_HOST)" == "freebsd" include $(PATH_SUB_CURRENT)/freebsd/Makefile.kmk endif - endif +endif + endif include $(PATH_SUB_CURRENT)/common/Makefile.kmk - Modified: branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Installer-freebsd-virtualbox.desktop ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Installer-freebsd-virtualbox.desktop Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Installer-freebsd-virtualbox.desktop Sun Jul 19 09:21:49 2020 (r542552) @@ -1,6 +1,6 @@ ---- src/VBox/Installer/freebsd/virtualbox.desktop.orig 2010-10-07 10:42:04.000000000 +0200 -+++ src/VBox/Installer/freebsd/virtualbox.desktop 2010-10-07 10:43:20.000000000 +0200 -@@ -7,7 +7,6 @@ +--- src/VBox/Installer/freebsd/virtualbox.desktop.orig 2020-05-13 19:44:01 UTC ++++ src/VBox/Installer/freebsd/virtualbox.desktop +@@ -7,7 +7,6 @@ GenericName=Virtual Machine Type=Application Exec=VirtualBox TryExec=VirtualBox Modified: branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Main-src-server-VirtualBoxImpl.cpp ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Main-src-server-VirtualBoxImpl.cpp Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Main-src-server-VirtualBoxImpl.cpp Sun Jul 19 09:21:49 2020 (r542552) @@ -1,6 +1,6 @@ ---- src/VBox/Main/src-server/VirtualBoxImpl.cpp.orig 2015-04-01 12:15:14.000000000 -0400 -+++ src/VBox/Main/src-server/VirtualBoxImpl.cpp 2015-04-07 12:25:59.226583000 -0400 -@@ -2172,7 +2172,7 @@ +--- src/VBox/Main/src-server/VirtualBoxImpl.cpp.orig 2020-05-13 19:44:10 UTC ++++ src/VBox/Main/src-server/VirtualBoxImpl.cpp +@@ -2251,7 +2251,7 @@ int VirtualBox::i_encryptSettingBytes(const uint8_t *a if (aCiphertextSize < 32) return VERR_INVALID_PARAMETER; Modified: branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Main-src-server-freebsd-HostHardwareFreeBSD.cpp ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Main-src-server-freebsd-HostHardwareFreeBSD.cpp Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Main-src-server-freebsd-HostHardwareFreeBSD.cpp Sun Jul 19 09:21:49 2020 (r542552) @@ -1,6 +1,6 @@ ---- src/VBox/Main/src-server/freebsd/HostHardwareFreeBSD.cpp.orig 2015-04-14 15:41:25.000000000 -0400 -+++ src/VBox/Main/src-server/freebsd/HostHardwareFreeBSD.cpp 2015-04-14 18:25:23.156536000 -0400 -@@ -251,8 +251,9 @@ +--- src/VBox/Main/src-server/freebsd/HostHardwareFreeBSD.cpp.orig 2020-05-13 19:44:10 UTC ++++ src/VBox/Main/src-server/freebsd/HostHardwareFreeBSD.cpp +@@ -253,8 +253,9 @@ static int getDVDInfoFromCAM(DriveInfoList *pList, boo PeriphMatchPattern.pattern.periph_pattern.path_id = paMatches[i].result.device_result.path_id; PeriphMatchPattern.pattern.periph_pattern.target_id = paMatches[i].result.device_result.target_id; PeriphMatchPattern.pattern.periph_pattern.target_lun = paMatches[i].result.device_result.target_lun; Modified: branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Main-webservice-Makefile.kmk ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Main-webservice-Makefile.kmk Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Main-webservice-Makefile.kmk Sun Jul 19 09:21:49 2020 (r542552) @@ -1,6 +1,6 @@ ---- src/VBox/Main/webservice/Makefile.kmk.orig 2015-10-15 13:59:24 UTC +--- src/VBox/Main/webservice/Makefile.kmk.orig 2020-05-13 19:44:11 UTC +++ src/VBox/Main/webservice/Makefile.kmk -@@ -159,7 +159,6 @@ VBOX_PATH_IDL := $(abspa +@@ -158,7 +158,6 @@ VBOX_PATH_IDL := $(abspath $(PATH_SUB_ RECOMPILE_ON_MAKEFILE_CURRENT := $(MAKEFILE_CURRENT) PATH_TARGET_SOAPDEMOXML := $(VBOXWEB_OUT_DIR)/demo_soapxml @@ -8,7 +8,7 @@ PATH_TARGET_SOAPDEMONSMAPS := $(VBOXWEB_OUT_DIR)/demo_namespacemaps PATH_TARGET_WEBTEST := $(VBOXWEB_OUT_DIR)/webtest -@@ -515,8 +514,6 @@ $$(VBOX_JWSSRC_JAR): $$(VBOX_JWS_JAR) | +@@ -553,8 +552,6 @@ $$(VBOX_JWSSRC_JAR): $$(VBOX_JWS_JAR) | $$(dir $$@) $(VBOXWEB_OUT_DIR)/gsoap_copy_all_ts \ $(wildcard $(PATH_TARGET_SOAPDEMOXML)/*) \ $(PATH_TARGET_SOAPDEMOXML)/dummy_file \ @@ -17,7 +17,7 @@ $(wildcard $(PATH_TARGET_SOAPDEMONSMAPS)/*) \ $(PATH_TARGET_SOAPDEMONSMAPS)/dummy_file -@@ -695,17 +692,14 @@ $(VBOXWEB_OUT_DIR)/gsoap_generate_all_ts +@@ -774,17 +771,14 @@ endif # any more. Ignoring the exit code is the simple solution, accepting the error. $(VBOXWEB_OUT_DIR)/gsoap_copy_all_ts: $(VBOXWEB_OUT_DIR)/gsoap_generate_all_ts | $$(dir $$@) $(RM) -f $@ Modified: branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Runtime-Makefile.kmk ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Runtime-Makefile.kmk Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Runtime-Makefile.kmk Sun Jul 19 09:21:49 2020 (r542552) @@ -1,7 +1,7 @@ ---- src/VBox/Runtime/Makefile.kmk.orig 2014-07-15 13:25:15.000000000 -0400 -+++ src/VBox/Runtime/Makefile.kmk 2014-07-16 17:15:58.000000000 -0400 -@@ -146,6 +146,11 @@ - IPRT_BLDCFG_TYPE=\"$(KBUILD_TYPE)\" +--- src/VBox/Runtime/Makefile.kmk.orig 2020-05-13 19:44:16 UTC ++++ src/VBox/Runtime/Makefile.kmk +@@ -173,6 +173,11 @@ $(IPRT_OUT_DIR)/oiddb.h.ts +| $(IPRT_OUT_DIR)/oiddb.h: + # +# Set the defines that utf8-posix.cpp needs. It's used by several targets. Modified: branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Runtime-r0drv-freebsd-sleepqueue-r0drv-freebsd.h ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Runtime-r0drv-freebsd-sleepqueue-r0drv-freebsd.h Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/files/patch-src-VBox-Runtime-r0drv-freebsd-sleepqueue-r0drv-freebsd.h Sun Jul 19 09:21:49 2020 (r542552) @@ -7,9 +7,9 @@ The patch improves the situation significantly. Also, what tvtohz does. Submitted by: Andriy Gapon ---- src/VBox/Runtime/r0drv/freebsd/sleepqueue-r0drv-freebsd.h.orig 2012-12-19 19:27:29.000000000 +0100 -+++ src/VBox/Runtime/r0drv/freebsd/sleepqueue-r0drv-freebsd.h 2012-12-20 12:07:48.941861966 +0100 -@@ -82,6 +82,8 @@ +--- src/VBox/Runtime/r0drv/freebsd/sleepqueue-r0drv-freebsd.h.orig 2020-05-13 19:44:32 UTC ++++ src/VBox/Runtime/r0drv/freebsd/sleepqueue-r0drv-freebsd.h +@@ -82,6 +82,8 @@ DECLINLINE(uint32_t) rtR0SemBsdWaitUpdateTimeout(PRTR0 uint64_t cTicks = ASMMultU64ByU32DivByU32(uTimeout, hz, UINT32_C(1000000000)); if (cTicks >= INT_MAX) return RTSEMWAIT_FLAGS_INDEFINITE; Modified: branches/2020Q3/emulators/virtualbox-ose/files/patch-src-recompiler-Makefile.kmk ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/files/patch-src-recompiler-Makefile.kmk Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/files/patch-src-recompiler-Makefile.kmk Sun Jul 19 09:21:49 2020 (r542552) @@ -1,6 +1,6 @@ ---- src/recompiler/Makefile.kmk.orig 2013-11-29 14:25:09.000000000 -0500 -+++ src/recompiler/Makefile.kmk 2013-12-13 14:23:11.000000000 -0500 -@@ -41,6 +41,7 @@ +--- src/recompiler/Makefile.kmk.orig 2020-05-13 19:46:49 UTC ++++ src/recompiler/Makefile.kmk +@@ -41,6 +41,7 @@ endif # ifneq ($(KBUILD_TARGET),win) VBoxRemPrimary_TEMPLATE = VBOXR3NP Modified: branches/2020Q3/emulators/virtualbox-ose/files/patch-src-recompiler-Sun-testmath.c ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/files/patch-src-recompiler-Sun-testmath.c Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/files/patch-src-recompiler-Sun-testmath.c Sun Jul 19 09:21:49 2020 (r542552) @@ -1,6 +1,6 @@ ---- src/recompiler/Sun/testmath.c.orig 2011-01-14 21:15:07.000000000 +0100 -+++ src/recompiler/Sun/testmath.c 2011-08-05 13:54:49.000000000 +0200 -@@ -261,8 +261,6 @@ +--- src/recompiler/Sun/testmath.c.orig 2020-05-13 19:46:49 UTC ++++ src/recompiler/Sun/testmath.c +@@ -273,8 +273,6 @@ extern int testmath(void) #endif set_cw(0x27f); @@ -9,14 +9,14 @@ CHECK(remainderl(1.0L, 1.0L), 0.0); CHECK(remainderl(1.0L, 1.5L), -0.5); CHECK(remainderl(42.0L, 34.25L), 7.75); -@@ -315,10 +313,6 @@ +@@ -341,10 +339,6 @@ extern int testmath(void) + CHECK(tanl(0.0L), 0.0); CHECK(tanl(0.7853981633974483096156608458198757L), 1.0); - +- - CHECK(powl(0.0, 0.0), 1.0); - CHECK(powl(2.0, 2.0), 4.0); - CHECK(powl(3.0, 3.0), 27.0); -- + return cErrors; } - Modified: branches/2020Q3/emulators/virtualbox-ose/files/patch-src_VBox_Additions_common_pam_pam__vbox.cpp ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/files/patch-src_VBox_Additions_common_pam_pam__vbox.cpp Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/files/patch-src_VBox_Additions_common_pam_pam__vbox.cpp Sun Jul 19 09:21:49 2020 (r542552) @@ -1,6 +1,6 @@ ---- src/VBox/Additions/common/pam/pam_vbox.cpp.orig 2016-07-18 11:50:44 UTC +--- src/VBox/Additions/common/pam/pam_vbox.cpp.orig 2020-05-13 19:37:05 UTC +++ src/VBox/Additions/common/pam/pam_vbox.cpp -@@ -105,7 +105,7 @@ static void pam_vbox_writesyslog(char *p +@@ -105,7 +105,7 @@ static void pam_vbox_writesyslog(char *pszBuf) openlog("pam_vbox", LOG_PID, LOG_AUTHPRIV); syslog(LOG_ERR, "%s", pszBuf); closelog(); @@ -9,7 +9,7 @@ syslog(LOG_ERR, "pam_vbox: %s\n", pszBuf); #endif } -@@ -180,7 +180,7 @@ static int vbox_set_msg(pam_handle_t *hP +@@ -184,7 +184,7 @@ static int vbox_set_msg(pam_handle_t *hPAM, int iStyle pam_message msg; msg.msg_style = iStyle; Modified: branches/2020Q3/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_Makefile ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_Makefile Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_Makefile Sun Jul 19 09:21:49 2020 (r542552) @@ -1,6 +1,6 @@ ---- src/VBox/Additions/freebsd/Makefile.orig 2017-04-28 16:59:22.000000000 +0200 -+++ src/VBox/Additions/freebsd/Makefile 2017-07-13 00:04:11.766870597 +0200 -@@ -31,6 +31,14 @@ +--- src/VBox/Additions/freebsd/Makefile.orig 2020-05-13 19:37:06 UTC ++++ src/VBox/Additions/freebsd/Makefile +@@ -30,6 +30,14 @@ all: cp vboxvfs/vboxvfs.ko .; \ fi; \ fi @@ -15,7 +15,7 @@ install: -@@ -38,13 +46,19 @@ +@@ -37,13 +45,19 @@ install: @if [ -d vboxvfs ]; then \ $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) -C vboxvfs install; \ fi Modified: branches/2020Q3/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_Makefile.kmk ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_Makefile.kmk Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_Makefile.kmk Sun Jul 19 09:21:49 2020 (r542552) @@ -1,6 +1,6 @@ ---- src/VBox/Additions/freebsd/vboxvfs/Makefile.kmk.orig 2017-04-28 16:59:22.000000000 +0200 -+++ src/VBox/Additions/freebsd/vboxvfs/Makefile.kmk 2017-07-13 00:52:49.020669620 +0200 -@@ -33,32 +33,36 @@ +--- src/VBox/Additions/freebsd/vboxvfs/Makefile.kmk.orig 2020-05-13 19:37:06 UTC ++++ src/VBox/Additions/freebsd/vboxvfs/Makefile.kmk +@@ -33,32 +33,36 @@ vboxvfs_INCS = \ $(vboxvfs_0_OUTDIR) vboxvfs_SOURCES = \ vboxvfs_vfsops.c \ Modified: branches/2020Q3/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__prov.c ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__prov.c Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__prov.c Sun Jul 19 09:21:49 2020 (r542552) @@ -1,5 +1,5 @@ ---- src/VBox/Additions/freebsd/vboxvfs/vboxvfs_prov.c.orig 1970-01-01 01:00:00.000000000 +0100 -+++ src/VBox/Additions/freebsd/vboxvfs/vboxvfs_prov.c 2017-07-12 19:24:26.109029000 +0200 +--- src/VBox/Additions/freebsd/vboxvfs/vboxvfs_prov.c.orig 2020-06-26 09:59:35 UTC ++++ src/VBox/Additions/freebsd/vboxvfs/vboxvfs_prov.c @@ -0,0 +1,1020 @@ +/* + * Copyright (C) 2008-2016 Oracle Corporation Modified: branches/2020Q3/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vfsops.c ============================================================================== --- branches/2020Q3/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vfsops.c Sun Jul 19 09:19:22 2020 (r542551) +++ branches/2020Q3/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vfsops.c Sun Jul 19 09:21:49 2020 (r542552) @@ -1,6 +1,6 @@ ---- src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vfsops.c.orig 2017-04-28 16:59:22.000000000 +0200 -+++ src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vfsops.c 2017-07-12 19:24:26.109029000 +0200 -@@ -1,10 +1,5 @@ +--- src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vfsops.c.orig 2020-05-13 19:37:06 UTC ++++ src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vfsops.c +@@ -1,8 +1,3 @@ -/* $Id: vboxvfs_vfsops.c $ */ -/** @file - * Description. @@ -9,8 +9,6 @@ /* * Copyright (C) 2008-2017 Oracle Corporation * - * This file is part of VirtualBox Open Source Edition (OSE), as - * available from http://www.virtualbox.org. This file is free software; @@ -14,245 +9,479 @@ * VirtualBox OSE distribution. VirtualBox OSE is distributed in the * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. @@ -38,20 +36,26 @@ +#include -#include -- --#define VFSMP2SFGLOBINFO(mp) ((struct sf_glob_info *)mp->mnt_data) -- --static int vboxvfs_version = VBOXVFS_VERSION; +#include +#include ++#include "vboxvfs.h" ++ + #define VFSMP2SFGLOBINFO(mp) ((struct sf_glob_info *)mp->mnt_data) + +-static int vboxvfs_version = VBOXVFS_VERSION; ++#ifdef MALLOC_DECLARE ++MALLOC_DEFINE(M_VBOXVFS, "vboxvfs", "VBOX VFS"); ++#endif + -SYSCTL_NODE(_vfs, OID_AUTO, vboxvfs, CTLFLAG_RW, 0, "VirtualBox shared filesystem"); -SYSCTL_INT(_vfs_vboxvfs, OID_AUTO, version, CTLFLAG_RD, &vboxvfs_version, 0, ""); -+#include "vboxvfs.h" ++static sfp_connection_t *sfprov = NULL; -/* global connection to the host service. */ *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-branches@freebsd.org Sun Jul 19 11:31:17 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 502FF35C018; Sun, 19 Jul 2020 11:31:17 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4B8jNj1D9rz4S5H; Sun, 19 Jul 2020 11:31:17 +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 0E54D1A8EB; Sun, 19 Jul 2020 11:31:17 +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 06JBVGgq015308; Sun, 19 Jul 2020 11:31:16 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06JBVGx9015307; Sun, 19 Jul 2020 11:31:16 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202007191131.06JBVGx9015307@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Sun, 19 Jul 2020 11:31:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542561 - branches/2020Q3/net-im/pidgin-sipe X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q3/net-im/pidgin-sipe X-SVN-Commit-Revision: 542561 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.33 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, 19 Jul 2020 11:31:17 -0000 Author: pkubaj Date: Sun Jul 19 11:31:16 2020 New Revision: 542561 URL: https://svnweb.freebsd.org/changeset/ports/542561 Log: MFH: r542560 net-im/pidgin-sipe: fix build on GCC architectures Set -Wno-error: cc1: warnings being treated as errors purple-plugin.c:165: warning: missing initializer Approved by: portmgr (fix build blanket) Modified: branches/2020Q3/net-im/pidgin-sipe/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/net-im/pidgin-sipe/Makefile ============================================================================== --- branches/2020Q3/net-im/pidgin-sipe/Makefile Sun Jul 19 11:29:48 2020 (r542560) +++ branches/2020Q3/net-im/pidgin-sipe/Makefile Sun Jul 19 11:31:16 2020 (r542561) @@ -48,6 +48,8 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip PORTDOCS= AUTHORS ChangeLog HACKING NEWS README TODO +CFLAGS+= -Wno-error + post-patch: @${REINPLACE_CMD} 's/LDLAGS/LDFLAGS/' ${WRKSRC}/configure From owner-svn-ports-branches@freebsd.org Sun Jul 19 13:42: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 6E89835F8A3; Sun, 19 Jul 2020 13:42: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4B8mHl1MBHz4bJC; Sun, 19 Jul 2020 13:42:11 +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 1354C1C4F2; Sun, 19 Jul 2020 13:42:11 +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 06JDgAoU099792; Sun, 19 Jul 2020 13:42:10 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06JDgAd8099790; Sun, 19 Jul 2020 13:42:10 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <202007191342.06JDgAd8099790@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 19 Jul 2020 13:42:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542578 - branches/2020Q3/net/traefik X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: branches/2020Q3/net/traefik X-SVN-Commit-Revision: 542578 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.33 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, 19 Jul 2020 13:42:11 -0000 Author: riggs Date: Sun Jul 19 13:42:10 2020 New Revision: 542578 URL: https://svnweb.freebsd.org/changeset/ports/542578 Log: MFH: r542577 Update to upstream release 1.7.25 Details: - Bug- and doc fixes, see https://github.com/containous/traefik/releases/tag/v1.7.25 Approved by: ports-secteam (riggs) Modified: branches/2020Q3/net/traefik/Makefile branches/2020Q3/net/traefik/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/net/traefik/Makefile ============================================================================== --- branches/2020Q3/net/traefik/Makefile Sun Jul 19 13:39:21 2020 (r542577) +++ branches/2020Q3/net/traefik/Makefile Sun Jul 19 13:42:10 2020 (r542578) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= traefik -PORTVERSION= 1.7.24 +PORTVERSION= 1.7.25 DISTVERSIONPREFIX= v CATEGORIES= net MASTER_SITES= LOCAL/riggs/${PORTNAME}:webui Modified: branches/2020Q3/net/traefik/distinfo ============================================================================== --- branches/2020Q3/net/traefik/distinfo Sun Jul 19 13:39:21 2020 (r542577) +++ branches/2020Q3/net/traefik/distinfo Sun Jul 19 13:42:10 2020 (r542578) @@ -1,5 +1,5 @@ -TIMESTAMP = 1585393754 -SHA256 (traefik-webui-static-1.7.24.tar.gz) = a19ff482fe46b3051fd876402e9c7bc02bf1595e174989f4368e5a79c219b83b -SIZE (traefik-webui-static-1.7.24.tar.gz) = 920967 -SHA256 (containous-traefik-v1.7.24_GH0.tar.gz) = 2b0fddcc16de96aa4e8fb233f932e6b60a5f35e2685a79d42278fcab8a8ddd84 -SIZE (containous-traefik-v1.7.24_GH0.tar.gz) = 11390815 +TIMESTAMP = 1595163674 +SHA256 (traefik-webui-static-1.7.25.tar.gz) = 36f421a12073883db8374d870507fe30450c24fe3371024890925c9daf51e858 +SIZE (traefik-webui-static-1.7.25.tar.gz) = 922785 +SHA256 (containous-traefik-v1.7.25_GH0.tar.gz) = fd073390b2333c2cccf91210d670ee36721edcf1071ce8b0b76da7da225edaec +SIZE (containous-traefik-v1.7.25_GH0.tar.gz) = 11392414 From owner-svn-ports-branches@freebsd.org Sun Jul 19 16:15:36 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 E67A2362D47; Sun, 19 Jul 2020 16:15:36 +0000 (UTC) (envelope-from jwb@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4B8qhm5qyMz3Vnp; Sun, 19 Jul 2020 16:15:36 +0000 (UTC) (envelope-from jwb@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 8FD6B1E1E9; Sun, 19 Jul 2020 16:15:36 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06JGFakp093867; Sun, 19 Jul 2020 16:15:36 GMT (envelope-from jwb@FreeBSD.org) Received: (from jwb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06JGFaPW093865; Sun, 19 Jul 2020 16:15:36 GMT (envelope-from jwb@FreeBSD.org) Message-Id: <202007191615.06JGFaPW093865@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jwb set sender to jwb@FreeBSD.org using -f From: "Jason W. Bacon" Date: Sun, 19 Jul 2020 16:15:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542588 - branches/2020Q3/sysutils/desktop-installer X-SVN-Group: ports-branches X-SVN-Commit-Author: jwb X-SVN-Commit-Paths: branches/2020Q3/sysutils/desktop-installer X-SVN-Commit-Revision: 542588 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.33 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, 19 Jul 2020 16:15:37 -0000 Author: jwb Date: Sun Jul 19 16:15:35 2020 New Revision: 542588 URL: https://svnweb.freebsd.org/changeset/ports/542588 Log: MFH: r542587 desktop-installer: Upgrade to 0.6.17 bugfix release MFH reason: Unbreak Gnome and Gnome-lite setup A few other minor enhancements Approved by: portmgr, blanket runtime fix Modified: branches/2020Q3/sysutils/desktop-installer/Makefile branches/2020Q3/sysutils/desktop-installer/distinfo branches/2020Q3/sysutils/desktop-installer/pkg-plist Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/sysutils/desktop-installer/Makefile ============================================================================== --- branches/2020Q3/sysutils/desktop-installer/Makefile Sun Jul 19 16:09:52 2020 (r542587) +++ branches/2020Q3/sysutils/desktop-installer/Makefile Sun Jul 19 16:15:35 2020 (r542588) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= desktop-installer -DISTVERSION= 0.6.16 +DISTVERSION= 0.6.17 CATEGORIES= sysutils MAINTAINER= jwb@FreeBSD.org @@ -10,7 +10,7 @@ COMMENT= Quickly configure a FreeBSD desktop system LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= auto-admin>=0.6.5:sysutils/auto-admin +RUN_DEPENDS= auto-admin>=0.6.6:sysutils/auto-admin USES= tar:xz USE_GITHUB= yes Modified: branches/2020Q3/sysutils/desktop-installer/distinfo ============================================================================== --- branches/2020Q3/sysutils/desktop-installer/distinfo Sun Jul 19 16:09:52 2020 (r542587) +++ branches/2020Q3/sysutils/desktop-installer/distinfo Sun Jul 19 16:15:35 2020 (r542588) @@ -1,3 +1,3 @@ -TIMESTAMP = 1591893437 -SHA256 (outpaddling-desktop-installer-0.6.16_GH0.tar.gz) = 4b042d98cdc926e51686a1dc2e53b1b6b68c41a7a385744f27523900a877e3a7 -SIZE (outpaddling-desktop-installer-0.6.16_GH0.tar.gz) = 188720 +TIMESTAMP = 1595174508 +SHA256 (outpaddling-desktop-installer-0.6.17_GH0.tar.gz) = 6d411f9df5aed09423cc47584b431c813c099c00a11e96b1c4144948c8648520 +SIZE (outpaddling-desktop-installer-0.6.17_GH0.tar.gz) = 189277 Modified: branches/2020Q3/sysutils/desktop-installer/pkg-plist ============================================================================== --- branches/2020Q3/sysutils/desktop-installer/pkg-plist Sun Jul 19 16:09:52 2020 (r542587) +++ branches/2020Q3/sysutils/desktop-installer/pkg-plist Sun Jul 19 16:15:35 2020 (r542588) @@ -6,7 +6,7 @@ sbin/desktop-installer %%DATADIR%%/CDE/xinitrc %%DATADIR%%/CINNAMON/xinitrc %%DATADIR%%/FLUXBOX/xinitrc -%%DATADIR%%/GNOME2/xinitrc +%%DATADIR%%/GNOME3/xinitrc %%DATADIR%%/ICEWM/xinitrc %%DATADIR%%/KDE5/xinitrc %%DATADIR%%/LUMINA/gtkrc From owner-svn-ports-branches@freebsd.org Sun Jul 19 17:39: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 683D63649AD; Sun, 19 Jul 2020 17:39:37 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4B8sYj2854z3Ywd; Sun, 19 Jul 2020 17:39:37 +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 2CA571F37B; Sun, 19 Jul 2020 17:39:37 +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 06JHdbJ2043673; Sun, 19 Jul 2020 17:39:37 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06JHdb18043672; Sun, 19 Jul 2020 17:39:37 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202007191739.06JHdb18043672@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Sun, 19 Jul 2020 17:39:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542590 - branches/2020Q3/graphics/dspdfviewer X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q3/graphics/dspdfviewer X-SVN-Commit-Revision: 542590 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.33 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, 19 Jul 2020 17:39:37 -0000 Author: pkubaj Date: Sun Jul 19 17:39:36 2020 New Revision: 542590 URL: https://svnweb.freebsd.org/changeset/ports/542590 Log: MFH: r542589 graphics/dspdfviewer: fix build on GCC architectures To build with Qt5, use C++11 compiler. Hide Clang-only flags behind .if and add one for GCC. Approved by: portmgr (fix build blanket) Modified: branches/2020Q3/graphics/dspdfviewer/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/graphics/dspdfviewer/Makefile ============================================================================== --- branches/2020Q3/graphics/dspdfviewer/Makefile Sun Jul 19 17:38:43 2020 (r542589) +++ branches/2020Q3/graphics/dspdfviewer/Makefile Sun Jul 19 17:39:36 2020 (r542590) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \ libpoppler-qt5.so:graphics/poppler-qt5 -USES= cmake:insource pkgconfig qt:5 +USES= cmake:insource compiler:c++11-lang pkgconfig qt:5 USE_QT= core gui linguisttools widgets xml buildtools_build qmake_build USE_LDCONFIG= yes @@ -35,22 +35,28 @@ PLIST_FILES= bin/dspdfviewer \ .include +.if ${CHOSEN_COMPILER_TYPE} == clang # Build fails with LLVM 4.0. Reported upstream as #191: # https://github.com/dannyedel/dspdfviewer/issues/191 CFLAGS+= -Wno-error=undefined-func-template +.endif -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200039 +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200039 && ${CHOSEN_COMPILER_TYPE} == clang CFLAGS+= -Wno-error=zero-as-null-pointer-constant .endif # Fixes build failure for Clang 8.0.0 -.if ${OPSYS} == FreeBSD && (${OSVERSION} >= 1300014 || (${OSVERSION} >= 1103000 && ${OSVERSION} < 1200000) || ${OSVERSION} >= 1201000) +.if ${OPSYS} == FreeBSD && (${OSVERSION} >= 1300014 || (${OSVERSION} >= 1103000 && ${OSVERSION} < 1200000) || ${OSVERSION} >= 1201000) && ${CHOSEN_COMPILER_TYPE} == clang CFLAGS+= -Wno-error=extra-semi-stmt .endif # Prepare for Qt5-5.15 CFLAGS+= -Wno-deprecated +.if ${CHOSEN_COMPILER_TYPE} == clang CFLAGS+= -Wno-error=redundant-parens +.else +CFLAGS+= -Wno-error=deprecated-declarations +.endif .include From owner-svn-ports-branches@freebsd.org Sun Jul 19 18:43:54 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 2170F3660FA; Sun, 19 Jul 2020 18:43:54 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4B8tzt06DXz3cdw; Sun, 19 Jul 2020 18:43:54 +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 DB4B420022; Sun, 19 Jul 2020 18:43:53 +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 06JIhrxs086215; Sun, 19 Jul 2020 18:43:53 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06JIhrpS086214; Sun, 19 Jul 2020 18:43:53 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202007191843.06JIhrpS086214@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Sun, 19 Jul 2020 18:43:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542592 - branches/2020Q3/emulators/simh-hp3000 X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q3/emulators/simh-hp3000 X-SVN-Commit-Revision: 542592 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.33 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, 19 Jul 2020 18:43:54 -0000 Author: pkubaj Date: Sun Jul 19 18:43:53 2020 New Revision: 542592 URL: https://svnweb.freebsd.org/changeset/ports/542592 Log: MFH: r542591 emulators/simh-hp3000: fix build on GCC architectures Use GCC when necessary. Builds with both GCC and Clang. Approved by: portmgr (fix build blanket) Modified: branches/2020Q3/emulators/simh-hp3000/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/emulators/simh-hp3000/Makefile ============================================================================== --- branches/2020Q3/emulators/simh-hp3000/Makefile Sun Jul 19 18:42:56 2020 (r542591) +++ branches/2020Q3/emulators/simh-hp3000/Makefile Sun Jul 19 18:43:53 2020 (r542592) @@ -22,7 +22,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-se RUN_DEPENDS= ${LOCALBASE}/share/doc/hpdoc/simh_doc.pdf:emulators/simh-hpdoc -USES= gmake dos2unix zip +USES= compiler gmake dos2unix zip NO_WRKSUBDIR= yes @@ -34,7 +34,7 @@ SUB_FILES= hp3000.1 .include do-build: - (cd ${WRKSRC}; GCC=clang ${GMAKE} -C SCP hp3000) + (cd ${WRKSRC}; GCC=${CHOSEN_COMPILER_TYPE} ${GMAKE} -C SCP hp3000) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hp3000 ${STAGEDIR}${PREFIX}/bin From owner-svn-ports-branches@freebsd.org Mon Jul 20 07:53: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 3D8C43750DD; Mon, 20 Jul 2020 07:53:00 +0000 (UTC) (envelope-from wen@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4B9DVN0sn1z4cbr; Mon, 20 Jul 2020 07:53:00 +0000 (UTC) (envelope-from wen@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 010549A43; Mon, 20 Jul 2020 07:53:00 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06K7qx9X073823; Mon, 20 Jul 2020 07:52:59 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06K7qwa0073812; Mon, 20 Jul 2020 07:52:58 GMT (envelope-from wen@FreeBSD.org) Message-Id: <202007200752.06K7qwa0073812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 20 Jul 2020 07:52:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542616 - in branches/2020Q3/www: moodle35 moodle37 moodle38 moodle39 X-SVN-Group: ports-branches X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in branches/2020Q3/www: moodle35 moodle37 moodle38 moodle39 X-SVN-Commit-Revision: 542616 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.33 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, 20 Jul 2020 07:53:00 -0000 Author: wen Date: Mon Jul 20 07:52:58 2020 New Revision: 542616 URL: https://svnweb.freebsd.org/changeset/ports/542616 Log: MFH: r542172 - Update moodle to 3.9.1, 3.8.4, 3.7.7 and 3.5.13 - Update CONFLICTS Approved by: ports-secteam@(joneum@) Modified: branches/2020Q3/www/moodle35/Makefile branches/2020Q3/www/moodle35/distinfo branches/2020Q3/www/moodle37/Makefile branches/2020Q3/www/moodle37/distinfo branches/2020Q3/www/moodle38/Makefile branches/2020Q3/www/moodle38/distinfo branches/2020Q3/www/moodle39/Makefile branches/2020Q3/www/moodle39/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/www/moodle35/Makefile ============================================================================== --- branches/2020Q3/www/moodle35/Makefile Mon Jul 20 07:41:11 2020 (r542615) +++ branches/2020Q3/www/moodle35/Makefile Mon Jul 20 07:52:58 2020 (r542616) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.5.12 +PORTVERSION= 3.5.13 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable35/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//}${PHP_PKGNAMESUFFIX} @@ -12,7 +12,7 @@ COMMENT= Course management system based on social cons LICENSE= GPLv3 -CONFLICTS= moodle37-3.7.[0-9]* moodle38-3.8-[0-9]* moodle39-3.9 +CONFLICTS= moodle37-3.7.[0-9]* moodle38-3.8.[0-9]* moodle39-3.9.[0-9]* USES= cpe php:flavors tar:tgz USE_PHP= ctype curl dom fileinfo filter gd hash iconv intl json mbstring \ Modified: branches/2020Q3/www/moodle35/distinfo ============================================================================== --- branches/2020Q3/www/moodle35/distinfo Mon Jul 20 07:41:11 2020 (r542615) +++ branches/2020Q3/www/moodle35/distinfo Mon Jul 20 07:52:58 2020 (r542616) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589252383 -SHA256 (moodle-3.5.12.tgz) = 02c64d9e48047e523a2f673c08e60e9052b6a40bb1fdc87c50ca7a7997039fc9 -SIZE (moodle-3.5.12.tgz) = 46771916 +TIMESTAMP = 1594711019 +SHA256 (moodle-3.5.13.tgz) = a453f9d34a19996c57fa3deb8ed99f2630cc96ac6864018924def05b390e3d99 +SIZE (moodle-3.5.13.tgz) = 46770141 Modified: branches/2020Q3/www/moodle37/Makefile ============================================================================== --- branches/2020Q3/www/moodle37/Makefile Mon Jul 20 07:41:11 2020 (r542615) +++ branches/2020Q3/www/moodle37/Makefile Mon Jul 20 07:52:58 2020 (r542616) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.7.6 +PORTVERSION= 3.7.7 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable37/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//}${PHP_PKGNAMESUFFIX} @@ -12,7 +12,7 @@ COMMENT= Course management system based on social cons LICENSE= GPLv3 -CONFLICTS= moodle35-3.5.[0-9]* moodle38-3.8.[0-9]* moodle39-3.9 +CONFLICTS= moodle35-3.5.[0-9]* moodle38-3.8.[0-9]* moodle39-3.9.[0-9]* USES= cpe php:flavors tar:tgz USE_PHP= ctype curl dom fileinfo filter gd hash iconv intl json mbstring \ Modified: branches/2020Q3/www/moodle37/distinfo ============================================================================== --- branches/2020Q3/www/moodle37/distinfo Mon Jul 20 07:41:11 2020 (r542615) +++ branches/2020Q3/www/moodle37/distinfo Mon Jul 20 07:52:58 2020 (r542616) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589194557 -SHA256 (moodle-3.7.6.tgz) = 7a5f959227fca0e14df9c98b9f0c91b2ea2f04ed13f210968262d495b0dc4536 -SIZE (moodle-3.7.6.tgz) = 45867618 +TIMESTAMP = 1594710925 +SHA256 (moodle-3.7.7.tgz) = 7bf7021fe3fbe478a1670e8f7088055b239336fd4cacb6d9f3c6c956311d859a +SIZE (moodle-3.7.7.tgz) = 45868976 Modified: branches/2020Q3/www/moodle38/Makefile ============================================================================== --- branches/2020Q3/www/moodle38/Makefile Mon Jul 20 07:41:11 2020 (r542615) +++ branches/2020Q3/www/moodle38/Makefile Mon Jul 20 07:52:58 2020 (r542616) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.8.3 +PORTVERSION= 3.8.4 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable38/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//}${PHP_PKGNAMESUFFIX} @@ -12,7 +12,7 @@ COMMENT= Course management system based on social cons LICENSE= GPLv3 -CONFLICTS= moodle35-3.5.[0-9]* moodle37-3.7.[0-9]* moodle39-3.9 +CONFLICTS= moodle35-3.5.[0-9]* moodle37-3.7.[0-9]* moodle39-3.9-[0-9]* USES= cpe php:flavors tar:tgz USE_PHP= ctype curl dom fileinfo filter gd hash iconv intl json mbstring \ Modified: branches/2020Q3/www/moodle38/distinfo ============================================================================== --- branches/2020Q3/www/moodle38/distinfo Mon Jul 20 07:41:11 2020 (r542615) +++ branches/2020Q3/www/moodle38/distinfo Mon Jul 20 07:52:58 2020 (r542616) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589184093 -SHA256 (moodle-3.8.3.tgz) = a1c91a9dc0b3544b2a84216b933a80845aed95222b2802e418c8acb51fd9d2aa -SIZE (moodle-3.8.3.tgz) = 53221103 +TIMESTAMP = 1594710872 +SHA256 (moodle-3.8.4.tgz) = af5aca114668d6a1ebfbee5c35e98c6554886331fa2ea7f10e7ffcd0a3e9f481 +SIZE (moodle-3.8.4.tgz) = 53237580 Modified: branches/2020Q3/www/moodle39/Makefile ============================================================================== --- branches/2020Q3/www/moodle39/Makefile Mon Jul 20 07:41:11 2020 (r542615) +++ branches/2020Q3/www/moodle39/Makefile Mon Jul 20 07:52:58 2020 (r542616) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.9 +PORTVERSION= 3.9.1 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable39/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//}${PHP_PKGNAMESUFFIX} Modified: branches/2020Q3/www/moodle39/distinfo ============================================================================== --- branches/2020Q3/www/moodle39/distinfo Mon Jul 20 07:41:11 2020 (r542615) +++ branches/2020Q3/www/moodle39/distinfo Mon Jul 20 07:52:58 2020 (r542616) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592226921 -SHA256 (moodle-3.9.tgz) = dffe8c1ac68938f50a987b46b0bfc74f01235d0198ac96fb4fc4f1df5bd7f4ea -SIZE (moodle-3.9.tgz) = 56958303 +TIMESTAMP = 1594710802 +SHA256 (moodle-3.9.1.tgz) = e902431089d441048d8f7913850eb9a36713e89691cb416b10acbe11c0cc56fb +SIZE (moodle-3.9.1.tgz) = 56964609 From owner-svn-ports-branches@freebsd.org Mon Jul 20 08:15:01 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 CD2C0375B08; Mon, 20 Jul 2020 08:15:01 +0000 (UTC) (envelope-from wen@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4B9Dzn57dfz4dm4; Mon, 20 Jul 2020 08:15:01 +0000 (UTC) (envelope-from wen@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 9375299F2; Mon, 20 Jul 2020 08:15:01 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06K8F1vi086612; Mon, 20 Jul 2020 08:15:01 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06K8F10m086610; Mon, 20 Jul 2020 08:15:01 GMT (envelope-from wen@FreeBSD.org) Message-Id: <202007200815.06K8F10m086610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 20 Jul 2020 08:15:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542619 - branches/2020Q3/lang/python38 X-SVN-Group: ports-branches X-SVN-Commit-Author: wen X-SVN-Commit-Paths: branches/2020Q3/lang/python38 X-SVN-Commit-Revision: 542619 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.33 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, 20 Jul 2020 08:15:01 -0000 Author: wen Date: Mon Jul 20 08:15:00 2020 New Revision: 542619 URL: https://svnweb.freebsd.org/changeset/ports/542619 Log: MFH: r542175 - Update to 3.8.4(include securiy fix) https://docs.python.org/release/3.8.4/whatsnew/changelog.html#changelog Approved by: ports-secteam@(joneum@) Modified: branches/2020Q3/lang/python38/Makefile.version branches/2020Q3/lang/python38/distinfo branches/2020Q3/lang/python38/pkg-plist Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/lang/python38/Makefile.version ============================================================================== --- branches/2020Q3/lang/python38/Makefile.version Mon Jul 20 08:11:19 2020 (r542618) +++ branches/2020Q3/lang/python38/Makefile.version Mon Jul 20 08:15:00 2020 (r542619) @@ -3,4 +3,4 @@ # Do not forget to update python documentation (lang/python-doc-*) # Run "make -C lang/python-doc-html makesum" -PYTHON_PORTVERSION= 3.8.3 +PYTHON_PORTVERSION= 3.8.4 Modified: branches/2020Q3/lang/python38/distinfo ============================================================================== --- branches/2020Q3/lang/python38/distinfo Mon Jul 20 08:11:19 2020 (r542618) +++ branches/2020Q3/lang/python38/distinfo Mon Jul 20 08:15:00 2020 (r542619) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589620078 -SHA256 (python/Python-3.8.3.tar.xz) = dfab5ec723c218082fe3d5d7ae17ecbdebffa9a1aea4d64aa3a2ecdd2e795864 -SIZE (python/Python-3.8.3.tar.xz) = 17912964 +TIMESTAMP = 1594718313 +SHA256 (python/Python-3.8.4.tar.xz) = 5f41968a95afe9bc12192d7e6861aab31e80a46c46fa59d3d837def6a4cd4d37 +SIZE (python/Python-3.8.4.tar.xz) = 18020412 Modified: branches/2020Q3/lang/python38/pkg-plist ============================================================================== --- branches/2020Q3/lang/python38/pkg-plist Mon Jul 20 08:11:19 2020 (r542618) +++ branches/2020Q3/lang/python38/pkg-plist Mon Jul 20 08:15:00 2020 (r542619) @@ -2166,8 +2166,8 @@ lib/python%%XYDOT%%/ensurepip/__pycache__/__main__.cpy lib/python%%XYDOT%%/ensurepip/__pycache__/_uninstall.cpython-%%XY%%.opt-1.pyc lib/python%%XYDOT%%/ensurepip/__pycache__/_uninstall.cpython-%%XY%%.opt-2.pyc lib/python%%XYDOT%%/ensurepip/__pycache__/_uninstall.cpython-%%XY%%.pyc -lib/python%%XYDOT%%/ensurepip/_bundled/pip-19.2.3-py2.py3-none-any.whl -lib/python%%XYDOT%%/ensurepip/_bundled/setuptools-41.2.0-py2.py3-none-any.whl +lib/python%%XYDOT%%/ensurepip/_bundled/pip-20.1.1-py2.py3-none-any.whl +lib/python%%XYDOT%%/ensurepip/_bundled/setuptools-47.1.0-py3-none-any.whl lib/python%%XYDOT%%/ensurepip/_uninstall.py lib/python%%XYDOT%%/enum.py lib/python%%XYDOT%%/filecmp.py From owner-svn-ports-branches@freebsd.org Mon Jul 20 08:19: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 A23CE37587B; Mon, 20 Jul 2020 08:19:02 +0000 (UTC) (envelope-from wen@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4B9F4Q3hLfz4dcH; Mon, 20 Jul 2020 08:19:02 +0000 (UTC) (envelope-from wen@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 43A249B46; Mon, 20 Jul 2020 08:19:02 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06K8J2hr086930; Mon, 20 Jul 2020 08:19:02 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06K8J2gP086929; Mon, 20 Jul 2020 08:19:02 GMT (envelope-from wen@FreeBSD.org) Message-Id: <202007200819.06K8J2gP086929@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 20 Jul 2020 08:19:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542620 - branches/2020Q3/lang/python-doc-html X-SVN-Group: ports-branches X-SVN-Commit-Author: wen X-SVN-Commit-Paths: branches/2020Q3/lang/python-doc-html X-SVN-Commit-Revision: 542620 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.33 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, 20 Jul 2020 08:19:02 -0000 Author: wen Date: Mon Jul 20 08:19:01 2020 New Revision: 542620 URL: https://svnweb.freebsd.org/changeset/ports/542620 Log: MFH: r542246 - Update python38 doc to 3.8.4 Approved by: ports-secteam@(jonuem@) Modified: branches/2020Q3/lang/python-doc-html/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/lang/python-doc-html/distinfo ============================================================================== --- branches/2020Q3/lang/python-doc-html/distinfo Mon Jul 20 08:15:00 2020 (r542619) +++ branches/2020Q3/lang/python-doc-html/distinfo Mon Jul 20 08:19:01 2020 (r542620) @@ -1,4 +1,4 @@ -TIMESTAMP = 1593420922 +TIMESTAMP = 1594825605 SHA256 (python/python-2.7.18-docs-html.tar.bz2) = 3d05142817615e77cec99f686dca58289bbfe008af22f94a93262e8663db81c7 SIZE (python/python-2.7.18-docs-html.tar.bz2) = 4732851 SHA256 (python/python-2.7.18-docs-pdf-a4.tar.bz2) = ead357695e43c824ae1a83dd6cd3b4a47215658f3fa20111726ff7ef16a16dd2 @@ -31,11 +31,11 @@ SHA256 (python/python-3.7.8-docs-pdf-letter.tar.bz2) = SIZE (python/python-3.7.8-docs-pdf-letter.tar.bz2) = 14333167 SHA256 (python/python-3.7.8-docs-text.tar.bz2) = 303dfb88ce023db14b50e0e45c8e7b031cd31e17fbf304bf3fa539d6a699937c SIZE (python/python-3.7.8-docs-text.tar.bz2) = 2290391 -SHA256 (python/python-3.8.3-docs-html.tar.bz2) = 2d792badec2d2146397c53b8f67bc2b1a6f3047a4587f49f410839d30ad0d8c9 -SIZE (python/python-3.8.3-docs-html.tar.bz2) = 6556303 -SHA256 (python/python-3.8.3-docs-pdf-a4.tar.bz2) = cda93cca155ddca7d788b8396b29a5f4655333f9c781b158974f3a08c1dab481 -SIZE (python/python-3.8.3-docs-pdf-a4.tar.bz2) = 14650484 -SHA256 (python/python-3.8.3-docs-pdf-letter.tar.bz2) = 7df31d400ebd0dfff81b101396c31cf453e6506b1b80563090f4e96ca8127c20 -SIZE (python/python-3.8.3-docs-pdf-letter.tar.bz2) = 14755407 -SHA256 (python/python-3.8.3-docs-text.tar.bz2) = 5dc814c6003580554ff1ddb131502b50beedbb15e0be908e0186b134719d85d1 -SIZE (python/python-3.8.3-docs-text.tar.bz2) = 2402463 +SHA256 (python/python-3.8.4-docs-html.tar.bz2) = bc860a0e3d0742854a9b0de47aca13f036b602404628d30c4e7c9c505f4fc6e5 +SIZE (python/python-3.8.4-docs-html.tar.bz2) = 6560337 +SHA256 (python/python-3.8.4-docs-pdf-a4.tar.bz2) = 25c5eb711ba0f2e53cc2a4c9dbc914dffaa864a6fabc4c2c4c568797d08e4f8d +SIZE (python/python-3.8.4-docs-pdf-a4.tar.bz2) = 14656401 +SHA256 (python/python-3.8.4-docs-pdf-letter.tar.bz2) = 0d39e3b67977a6ad1d23801b6e118b51e237a6f356cae06c5c9f394563827d67 +SIZE (python/python-3.8.4-docs-pdf-letter.tar.bz2) = 14757661 +SHA256 (python/python-3.8.4-docs-text.tar.bz2) = 51f54ed6568c7b7a32228d5d1d836459349e87d2d714d631d7de24f3e0625ac0 +SIZE (python/python-3.8.4-docs-text.tar.bz2) = 2406770 From owner-svn-ports-branches@freebsd.org Mon Jul 20 16:47:52 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 74E4E36374D; Mon, 20 Jul 2020 16:47:52 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4B9SMX2SWvz4Hwq; Mon, 20 Jul 2020 16:47:52 +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 37BEA10007; Mon, 20 Jul 2020 16:47:52 +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 06KGlqHu004136; Mon, 20 Jul 2020 16:47:52 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06KGlp9N004135; Mon, 20 Jul 2020 16:47:51 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <202007201647.06KGlp9N004135@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Mon, 20 Jul 2020 16:47:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542656 - branches/2020Q3/dns/dnsmasq X-SVN-Group: ports-branches X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: branches/2020Q3/dns/dnsmasq X-SVN-Commit-Revision: 542656 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.33 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, 20 Jul 2020 16:47:52 -0000 Author: mandree Date: Mon Jul 20 16:47:51 2020 New Revision: 542656 URL: https://svnweb.freebsd.org/changeset/ports/542656 Log: MFH: r542600 dns/dnsmasq: update to 2.82 (regression and bug fixes) Quoting Simon Kelley "This fixes a nasty problem introduced in 2.81 which causes random crashes on systems where there's significant DNS activity over TCP. It also fixes DNSSEC validation problems with zero-TTL DNSKEY and DS records." Changelog: Approved by: ports-secteam@ (joneum@) Modified: branches/2020Q3/dns/dnsmasq/Makefile branches/2020Q3/dns/dnsmasq/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/dns/dnsmasq/Makefile ============================================================================== --- branches/2020Q3/dns/dnsmasq/Makefile Mon Jul 20 16:27:43 2020 (r542655) +++ branches/2020Q3/dns/dnsmasq/Makefile Mon Jul 20 16:47:51 2020 (r542656) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.81 +DISTVERSION= 2.82 # Leave the PORTREVISION in even if 0 to avoid accidental PORTEPOCH bumps: -PORTREVISION= 2 +PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= dns MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \ Modified: branches/2020Q3/dns/dnsmasq/distinfo ============================================================================== --- branches/2020Q3/dns/dnsmasq/distinfo Mon Jul 20 16:27:43 2020 (r542655) +++ branches/2020Q3/dns/dnsmasq/distinfo Mon Jul 20 16:47:51 2020 (r542656) @@ -1,3 +1,3 @@ -TIMESTAMP = 1586652751 -SHA256 (dnsmasq-2.81.tar.xz) = 749ca903537c5197c26444ac24b0dce242cf42595fdfe6b9a5b9e4c7ad32f8fb -SIZE (dnsmasq-2.81.tar.xz) = 510648 +TIMESTAMP = 1595199532 +SHA256 (dnsmasq-2.82.tar.xz) = 84523646f3116bb5e1151efb66e645030f6e6a8256f29aab444777a343ebc132 +SIZE (dnsmasq-2.82.tar.xz) = 509904 From owner-svn-ports-branches@freebsd.org Mon Jul 20 21:16: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 CCDC8369DD1; Mon, 20 Jul 2020 21:16: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4B9ZKr52z0z4ZyT; Mon, 20 Jul 2020 21:16:48 +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 9120312EFB; Mon, 20 Jul 2020 21:16:48 +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 06KLGm0f071481; Mon, 20 Jul 2020 21:16:48 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06KLGm1q071480; Mon, 20 Jul 2020 21:16:48 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202007202116.06KLGm1q071480@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Mon, 20 Jul 2020 21:16:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542674 - branches/2020Q3/math/cocoalib X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q3/math/cocoalib X-SVN-Commit-Revision: 542674 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.33 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, 20 Jul 2020 21:16:48 -0000 Author: pkubaj Date: Mon Jul 20 21:16:48 2020 New Revision: 542674 URL: https://svnweb.freebsd.org/changeset/ports/542674 Log: MFH: r542673 math/cocoalib: fix build on GCC architectures Use C++11 compiler: /wrkdirs/usr/ports/math/cocoalib/work/CoCoALib-0.99710/include/CoCoA/TmpPBMill.H:263: error: 'nullptr' was not declared in this scope Approved by: portmgr (fix build blanket) Modified: branches/2020Q3/math/cocoalib/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/math/cocoalib/Makefile ============================================================================== --- branches/2020Q3/math/cocoalib/Makefile Mon Jul 20 21:15:52 2020 (r542673) +++ branches/2020Q3/math/cocoalib/Makefile Mon Jul 20 21:16:48 2020 (r542674) @@ -17,7 +17,7 @@ LICENSE_FILE_GFDL= ${WRKSRC}/doc/COPYING BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libgmp.so:math/gmp -USES= shebangfix tar:tgz +USES= compiler:c++11-lang shebangfix tar:tgz SHEBANG_GLOB= *.sh From owner-svn-ports-branches@freebsd.org Tue Jul 21 08:24: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 8A61B37BA4B; Tue, 21 Jul 2020 08:24:08 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4B9s7r379Hz4Jwj; Tue, 21 Jul 2020 08:24:08 +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 500EF1B562; Tue, 21 Jul 2020 08:24:08 +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 06L8O8Jm088946; Tue, 21 Jul 2020 08:24:08 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06L8O8BC088945; Tue, 21 Jul 2020 08:24:08 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202007210824.06L8O8BC088945@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Tue, 21 Jul 2020 08:24:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542726 - in branches/2020Q3/audio/bharvestr-lv2: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: in branches/2020Q3/audio/bharvestr-lv2: . files X-SVN-Commit-Revision: 542726 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.33 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, 21 Jul 2020 08:24:08 -0000 Author: pkubaj Date: Tue Jul 21 08:24:07 2020 New Revision: 542726 URL: https://svnweb.freebsd.org/changeset/ports/542726 Log: MFH: r542725 audio/bharvestr-lv2: fix build on GCC architectures Require C++11 compiler because of -std=c++11. Include climits in FileChooser.hpp because of INT64_MAX (GCC doesn't do that by default). PR: 248134 Approved by: portmgr (blanket: build fix) Added: branches/2020Q3/audio/bharvestr-lv2/files/ - copied from r542725, head/audio/bharvestr-lv2/files/ Modified: branches/2020Q3/audio/bharvestr-lv2/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/audio/bharvestr-lv2/Makefile ============================================================================== --- branches/2020Q3/audio/bharvestr-lv2/Makefile Tue Jul 21 08:23:08 2020 (r542725) +++ branches/2020Q3/audio/bharvestr-lv2/Makefile Tue Jul 21 08:24:07 2020 (r542726) @@ -17,7 +17,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libsndfile.so:audio/libsndfile -USES= gmake gnome pkgconfig xorg +USES= compiler:c++11-lang gmake gnome pkgconfig xorg USE_GITHUB= yes GH_ACCOUNT= sjaehn GH_PROJECT= BHarvestr From owner-svn-ports-branches@freebsd.org Tue Jul 21 08:42:36 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 8175C37BF03; Tue, 21 Jul 2020 08:42:36 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4B9sY82tVjz4L86; Tue, 21 Jul 2020 08:42:36 +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 478011B5B4; Tue, 21 Jul 2020 08:42:36 +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 06L8gaPw001214; Tue, 21 Jul 2020 08:42:36 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06L8ga89001213; Tue, 21 Jul 2020 08:42:36 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202007210842.06L8ga89001213@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Tue, 21 Jul 2020 08:42:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542729 - branches/2020Q3/audio/lenticular-lv2 X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q3/audio/lenticular-lv2 X-SVN-Commit-Revision: 542729 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.33 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, 21 Jul 2020 08:42:36 -0000 Author: pkubaj Date: Tue Jul 21 08:42:35 2020 New Revision: 542729 URL: https://svnweb.freebsd.org/changeset/ports/542729 Log: MFH: r542728 audio/lenticular-lv2: fix build on GCC architectures Use newer GCC: cc1plus: error: unrecognized command line option "-Wno-unused-local-typedefs" Approved by: portmgr (fix build blanket) Modified: branches/2020Q3/audio/lenticular-lv2/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/audio/lenticular-lv2/Makefile ============================================================================== --- branches/2020Q3/audio/lenticular-lv2/Makefile Tue Jul 21 08:41:14 2020 (r542728) +++ branches/2020Q3/audio/lenticular-lv2/Makefile Tue Jul 21 08:42:35 2020 (r542729) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= lv2>0:audio/lv2 -USES= gmake pkgconfig +USES= compiler:c++11-lang gmake pkgconfig USE_GITHUB= yes GH_ACCOUNT= polyeffects GH_PROJECT= lenticular_lv2 From owner-svn-ports-branches@freebsd.org Tue Jul 21 12:01: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 9C678359A0F; Tue, 21 Jul 2020 12:01:22 +0000 (UTC) (envelope-from gerald@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4B9xyV3b6xz4Y0n; Tue, 21 Jul 2020 12:01:22 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 56A1F1DCB3; Tue, 21 Jul 2020 12:01:22 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06LC1Mgs022130; Tue, 21 Jul 2020 12:01:22 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06LC1MK4022129; Tue, 21 Jul 2020 12:01:22 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <202007211201.06LC1MK4022129@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Tue, 21 Jul 2020 12:01:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542734 - branches/2020Q3/emulators/wine X-SVN-Group: ports-branches X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: branches/2020Q3/emulators/wine X-SVN-Commit-Revision: 542734 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.33 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, 21 Jul 2020 12:01:22 -0000 Author: gerald Date: Tue Jul 21 12:01:21 2020 New Revision: 542734 URL: https://svnweb.freebsd.org/changeset/ports/542734 Log: MFH: r542350 Backport r540756 | gerald | 2020-06-29 from emulators/wine-devel: Explicitly configure --without-usb. There does not appear to be a way for the configure test to pass on FreeBSD right now (even with extra ports available), so this simply makes this explicit and avoids a warning from configure. Approved by: portmgr (blanket: missing dependency) Modified: branches/2020Q3/emulators/wine/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/emulators/wine/Makefile ============================================================================== --- branches/2020Q3/emulators/wine/Makefile Tue Jul 21 11:50:30 2020 (r542733) +++ branches/2020Q3/emulators/wine/Makefile Tue Jul 21 12:01:21 2020 (r542734) @@ -43,7 +43,8 @@ CONFIGURE_ARGS+=--verbose \ --without-sdl \ --without-tiff \ --without-udev \ - --without-unwind + --without-unwind \ + --without-usb CONFIGURE_ENV= CPPBIN="${CPP}" FLEX="${LOCALBASE}/bin/flex" WINELIBDIR?= ${PREFIX}/lib .if !defined(USE_LDCONFIG32) From owner-svn-ports-branches@freebsd.org Tue Jul 21 16:57: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 35381361962; Tue, 21 Jul 2020 16:57:07 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BB4Wk6HnWz3fPj; Tue, 21 Jul 2020 16:57:06 +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 BB3AC213F7; Tue, 21 Jul 2020 16:57:06 +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 06LGv6Og006651; Tue, 21 Jul 2020 16:57:06 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06LGv6op006650; Tue, 21 Jul 2020 16:57:06 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202007211657.06LGv6op006650@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Tue, 21 Jul 2020 16:57:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542756 - branches/2020Q3/cad/caneda X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q3/cad/caneda X-SVN-Commit-Revision: 542756 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.33 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, 21 Jul 2020 16:57:07 -0000 Author: pkubaj Date: Tue Jul 21 16:57:06 2020 New Revision: 542756 URL: https://svnweb.freebsd.org/changeset/ports/542756 Log: MFH: r542755 cad/caneda: fix build on GCC architectures Use C++11 compiler: The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. Approved by: portmgr (fix build blanket) Modified: branches/2020Q3/cad/caneda/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/cad/caneda/Makefile ============================================================================== --- branches/2020Q3/cad/caneda/Makefile Tue Jul 21 16:45:02 2020 (r542755) +++ branches/2020Q3/cad/caneda/Makefile Tue Jul 21 16:57:06 2020 (r542756) @@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libqwt6.so:x11-toolkits/qwt6 -USES= cmake desktop-file-utils qt:5 shared-mime-info +USES= cmake compiler:c++11-lang desktop-file-utils qt:5 \ + shared-mime-info USE_GITHUB= yes GH_ACCOUNT= Caneda GH_PROJECT= Caneda From owner-svn-ports-branches@freebsd.org Tue Jul 21 17:28:54 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 46133362C30; Tue, 21 Jul 2020 17:28:54 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BB5DQ1807z3ylR; Tue, 21 Jul 2020 17:28:54 +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 0A83421C31; Tue, 21 Jul 2020 17:28:54 +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 06LHSrlX027942; Tue, 21 Jul 2020 17:28:53 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06LHSru5027941; Tue, 21 Jul 2020 17:28:53 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202007211728.06LHSru5027941@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Tue, 21 Jul 2020 17:28:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542764 - branches/2020Q3/graphics/exiv2 X-SVN-Group: ports-branches X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: branches/2020Q3/graphics/exiv2 X-SVN-Commit-Revision: 542764 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.33 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, 21 Jul 2020 17:28:54 -0000 Author: tcberner Date: Tue Jul 21 17:28:53 2020 New Revision: 542764 URL: https://svnweb.freebsd.org/changeset/ports/542764 Log: MFH: r542762 graphics/exiv2 fix TEST option PR: 247869 Submitted by: daniel.engberg.lists@pyret.net Reported by: gja822@narod.ru Approved by: ports-secteam (implicit) Modified: branches/2020Q3/graphics/exiv2/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/graphics/exiv2/Makefile ============================================================================== --- branches/2020Q3/graphics/exiv2/Makefile Tue Jul 21 17:28:24 2020 (r542763) +++ branches/2020Q3/graphics/exiv2/Makefile Tue Jul 21 17:28:53 2020 (r542764) @@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexpat.so:textproc/expat2 TEST_DEPENDS= bash:shells/bash +TEST_LIB_DEPENDS= libgtest.so:devel/googletest USES= cmake compiler:c++11-lang cpe dos2unix gettext iconv pathfix \ python:3.5+,test localbase:ldflags From owner-svn-ports-branches@freebsd.org Tue Jul 21 17:54: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 D1ED4363595; Tue, 21 Jul 2020 17:54:05 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BB5nT5CvTz41kt; Tue, 21 Jul 2020 17:54:05 +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 976F622455; Tue, 21 Jul 2020 17:54:05 +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 06LHs5If046901; Tue, 21 Jul 2020 17:54:05 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06LHs5qS046900; Tue, 21 Jul 2020 17:54:05 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202007211754.06LHs5qS046900@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Tue, 21 Jul 2020 17:54:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542769 - branches/2020Q3/devel/pydbus-common X-SVN-Group: ports-branches X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: branches/2020Q3/devel/pydbus-common X-SVN-Commit-Revision: 542769 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.33 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, 21 Jul 2020 17:54:05 -0000 Author: tcberner Date: Tue Jul 21 17:54:05 2020 New Revision: 542769 URL: https://svnweb.freebsd.org/changeset/ports/542769 Log: MFH: r542768 devel/pydbus-common: add missing dependeny in HTMLDOCS option PR: 248113 Reported by: Brad Ackerman Approved by: ports-secteam (implicit) Modified: branches/2020Q3/devel/pydbus-common/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/devel/pydbus-common/Makefile ============================================================================== --- branches/2020Q3/devel/pydbus-common/Makefile Tue Jul 21 17:53:19 2020 (r542768) +++ branches/2020Q3/devel/pydbus-common/Makefile Tue Jul 21 17:54:05 2020 (r542769) @@ -35,7 +35,8 @@ OPTIONS_DEFINE= HTMLDOCS DOCS EXAMPLES HTMLDOCS_DESC= build html documentation HTMLDOCS_IMPLIES= DOCS HTMLDOCS_CONFIGURE_ENABLE= documentation -HTMLDOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx +HTMLDOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx \ + ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} post-patch-DOCS-on: @${REINPLACE_CMD} -e 's|HEADERS install-dist_docDATA|HEADERS|g ; \ From owner-svn-ports-branches@freebsd.org Tue Jul 21 21:29: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 654A036816A; Tue, 21 Jul 2020 21:29: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BBBYv1pFPz4Fk6; Tue, 21 Jul 2020 21:29: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 21D7F24CE2; Tue, 21 Jul 2020 21:29: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 06LLTN0G079309; Tue, 21 Jul 2020 21:29:23 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06LLTM5V079308; Tue, 21 Jul 2020 21:29:22 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202007212129.06LLTM5V079308@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 21 Jul 2020 21:29:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542791 - branches/2020Q3/x11/grim X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q3/x11/grim X-SVN-Commit-Revision: 542791 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.33 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, 21 Jul 2020 21:29:23 -0000 Author: jbeich Date: Tue Jul 21 21:29:22 2020 New Revision: 542791 URL: https://svnweb.freebsd.org/changeset/ports/542791 Log: MFH: r542784 x11/grim: update to 1.3.1 Changes: https://github.com/emersion/grim/releases/tag/v1.3.1 Reported by: GitHub (watch releases) Approved by: ports-secteam (joneum) Modified: branches/2020Q3/x11/grim/Makefile branches/2020Q3/x11/grim/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/x11/grim/Makefile ============================================================================== --- branches/2020Q3/x11/grim/Makefile Tue Jul 21 21:10:33 2020 (r542790) +++ branches/2020Q3/x11/grim/Makefile Tue Jul 21 21:29:22 2020 (r542791) @@ -2,7 +2,7 @@ PORTNAME= grim DISTVERSIONPREFIX= v -DISTVERSION= 1.3.0 +DISTVERSION= 1.3.1 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org Modified: branches/2020Q3/x11/grim/distinfo ============================================================================== --- branches/2020Q3/x11/grim/distinfo Tue Jul 21 21:10:33 2020 (r542790) +++ branches/2020Q3/x11/grim/distinfo Tue Jul 21 21:29:22 2020 (r542791) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579174411 -SHA256 (emersion-grim-v1.3.0_GH0.tar.gz) = 9cbad6d008a3587cb7968b561a94069cdd73e7be1f03f0073c320c1f554a3738 -SIZE (emersion-grim-v1.3.0_GH0.tar.gz) = 15103 +TIMESTAMP = 1595355074 +SHA256 (emersion-grim-v1.3.1_GH0.tar.gz) = b1ab720b5dbcd560cfa34bbd7e0cbe85330f701c471b12e2489dfec15bcf216e +SIZE (emersion-grim-v1.3.1_GH0.tar.gz) = 15778 From owner-svn-ports-branches@freebsd.org Tue Jul 21 22:10: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 26FB03699D9; Tue, 21 Jul 2020 22:10: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BBCT80HfGz4KVB; Tue, 21 Jul 2020 22:10: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 DE4942541A; Tue, 21 Jul 2020 22:10:19 +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 06LMAJXH006379; Tue, 21 Jul 2020 22:10:19 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06LMAJ9T006378; Tue, 21 Jul 2020 22:10:19 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202007212210.06LMAJ9T006378@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 21 Jul 2020 22:10:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542812 - in branches/2020Q3/x11/grim: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2020Q3/x11/grim: . files X-SVN-Commit-Revision: 542812 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.33 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, 21 Jul 2020 22:10:20 -0000 Author: jbeich Date: Tue Jul 21 22:10:19 2020 New Revision: 542812 URL: https://svnweb.freebsd.org/changeset/ports/542812 Log: x11/grim: partially revert r542791 2020Q3 has wlroots 0.10.1 with old rotate behavior, making grim 1.3.1 take inverted screenshots. Approved by: ports-secteam blanket Added: branches/2020Q3/x11/grim/files/ branches/2020Q3/x11/grim/files/patch-wlroots-0.10 (contents, props changed) Modified: branches/2020Q3/x11/grim/Makefile Modified: branches/2020Q3/x11/grim/Makefile ============================================================================== --- branches/2020Q3/x11/grim/Makefile Tue Jul 21 22:01:06 2020 (r542811) +++ branches/2020Q3/x11/grim/Makefile Tue Jul 21 22:10:19 2020 (r542812) @@ -3,6 +3,7 @@ PORTNAME= grim DISTVERSIONPREFIX= v DISTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org Added: branches/2020Q3/x11/grim/files/patch-wlroots-0.10 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/x11/grim/files/patch-wlroots-0.10 Tue Jul 21 22:10:19 2020 (r542812) @@ -0,0 +1,13 @@ +Revert https://github.com/emersion/grim/commit/8f9d60885ce2 + +--- render.c.orig 2020-07-21 18:11:14 UTC ++++ render.c +@@ -104,7 +104,7 @@ cairo_surface_t *render(struct grim_state *state, stru + cairo_matrix_translate(&matrix, + (double)output->geometry.width / 2, + (double)output->geometry.height / 2); +- cairo_matrix_rotate(&matrix, get_output_rotation(output->transform)); ++ cairo_matrix_rotate(&matrix, -get_output_rotation(output->transform)); + cairo_matrix_scale(&matrix, + (double)raw_output_width / output_width * output_flipped_x, + (double)raw_output_height / output_height * output_flipped_y); From owner-svn-ports-branches@freebsd.org Tue Jul 21 23:27:35 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 395CA36AF52; Tue, 21 Jul 2020 23:27:35 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BBFBH0lPlz4PLM; Tue, 21 Jul 2020 23:27:35 +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 F0BF7261BB; Tue, 21 Jul 2020 23:27:34 +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 06LNRYZg056546; Tue, 21 Jul 2020 23:27:34 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06LNRYdh056545; Tue, 21 Jul 2020 23:27:34 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202007212327.06LNRYdh056545@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Tue, 21 Jul 2020 23:27:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542819 - branches/2020Q3/x11-wm/spectrwm X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q3/x11-wm/spectrwm X-SVN-Commit-Revision: 542819 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.33 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, 21 Jul 2020 23:27:35 -0000 Author: pkubaj Date: Tue Jul 21 23:27:34 2020 New Revision: 542819 URL: https://svnweb.freebsd.org/changeset/ports/542819 Log: MFH: r542818 x11-wm/spectrwm: fix build on GCC architectures Switch to newer GCC to workaround -Werror: /usr/local/include/xcb/xinput.h:3072: warning: this decimal constant is unsigned only in ISO C90 Adding -Wno-error doesn't fix it, it's still overwritten by -Werror. Approved by: portmgr (fix build blanket) Modified: branches/2020Q3/x11-wm/spectrwm/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/x11-wm/spectrwm/Makefile ============================================================================== --- branches/2020Q3/x11-wm/spectrwm/Makefile Tue Jul 21 23:26:32 2020 (r542818) +++ branches/2020Q3/x11-wm/spectrwm/Makefile Tue Jul 21 23:27:34 2020 (r542819) @@ -23,7 +23,7 @@ OPTIONS_DEFINE= EXAMPLES .include -USES= xorg +USES= compiler:c11 xorg USE_XORG= x11 xcb xcursor xft xrandr xt USE_LDCONFIG= yes From owner-svn-ports-branches@freebsd.org Wed Jul 22 00:27: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 C908736C857; Wed, 22 Jul 2020 00:27:48 +0000 (UTC) (envelope-from jrm@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BBGWm4ycTz4S0M; Wed, 22 Jul 2020 00:27:48 +0000 (UTC) (envelope-from jrm@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 8E55826E9F; Wed, 22 Jul 2020 00:27:48 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06M0RmPf094390; Wed, 22 Jul 2020 00:27:48 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06M0RmgD094386; Wed, 22 Jul 2020 00:27:48 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <202007220027.06M0RmgD094386@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Wed, 22 Jul 2020 00:27:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542823 - branches/2020Q3/editors/emacs-devel X-SVN-Group: ports-branches X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: branches/2020Q3/editors/emacs-devel X-SVN-Commit-Revision: 542823 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.33 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, 22 Jul 2020 00:27:48 -0000 Author: jrm Date: Wed Jul 22 00:27:47 2020 New Revision: 542823 URL: https://svnweb.freebsd.org/changeset/ports/542823 Log: MFH: r542306 editors/emacs-devel: Update to 20200715 commit, 85eaa83 This is being merged to quarterly, because commit e98ddd6 from 20200701 is sometimes dumping core when building on i386. While the underlying problem may not yet be resolved, we (emacs@FreeBSD.org) have not observed any core dumps with commit 85eaa83 from 20200715. Approved by: portmgr (blanket) Modified: branches/2020Q3/editors/emacs-devel/Makefile branches/2020Q3/editors/emacs-devel/distinfo branches/2020Q3/editors/emacs-devel/pkg-plist Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/editors/emacs-devel/Makefile ============================================================================== --- branches/2020Q3/editors/emacs-devel/Makefile Wed Jul 22 00:27:32 2020 (r542822) +++ branches/2020Q3/editors/emacs-devel/Makefile Wed Jul 22 00:27:47 2020 (r542823) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= emacs -DISTVERSION= 28.0.50.20200701 +DISTVERSION= 28.0.50.20200715 PORTEPOCH= 2 CATEGORIES= editors PKGNAMESUFFIX= -devel @@ -28,7 +28,7 @@ USES= autoreconf:build cpe gmake localbase:ldflags nc CPE_VENDOR= gnu USE_GITHUB= yes GH_ACCOUNT= emacs-mirror -GH_TAGNAME= e98ddd6 +GH_TAGNAME= 85eaa83 .if ${FLAVOR:U} != nox USES+= desktop-file-utils gnome xorg Modified: branches/2020Q3/editors/emacs-devel/distinfo ============================================================================== --- branches/2020Q3/editors/emacs-devel/distinfo Wed Jul 22 00:27:32 2020 (r542822) +++ branches/2020Q3/editors/emacs-devel/distinfo Wed Jul 22 00:27:47 2020 (r542823) @@ -1,3 +1,3 @@ -TIMESTAMP = 1593582517 -SHA256 (emacs-mirror-emacs-28.0.50.20200701-e98ddd6_GH0.tar.gz) = ba3f32f3a1f9bced7f6159d86e94ee03fa505e02816a8562616b85d1feb70ce9 -SIZE (emacs-mirror-emacs-28.0.50.20200701-e98ddd6_GH0.tar.gz) = 41943133 +TIMESTAMP = 1594834485 +SHA256 (emacs-mirror-emacs-28.0.50.20200715-85eaa83_GH0.tar.gz) = 5b90d1dcb2dc157fecf7f7e7ef181631df0a263d00ab16957ebcdeed91022dac +SIZE (emacs-mirror-emacs-28.0.50.20200715-85eaa83_GH0.tar.gz) = 41951601 Modified: branches/2020Q3/editors/emacs-devel/pkg-plist ============================================================================== --- branches/2020Q3/editors/emacs-devel/pkg-plist Wed Jul 22 00:27:32 2020 (r542822) +++ branches/2020Q3/editors/emacs-devel/pkg-plist Wed Jul 22 00:27:47 2020 (r542823) @@ -2690,6 +2690,8 @@ share/metainfo/emacs.appdata.xml %%DATADIR%%/%%EMACS_VER%%/lisp/net/eudcb-ldap.elc %%DATADIR%%/%%EMACS_VER%%/lisp/net/eudcb-mab.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/net/eudcb-mab.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudcb-macos-contacts.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudcb-macos-contacts.elc %%DATADIR%%/%%EMACS_VER%%/lisp/net/eww.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/net/eww.elc %%DATADIR%%/%%EMACS_VER%%/lisp/net/gnutls.el.gz @@ -4032,9 +4034,6 @@ share/metainfo/emacs.appdata.xml %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/marker.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/menu.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/menu.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/mini-gmp-emacs.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/mini-gmp.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/mini-gmp.h %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/minibuf.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/module-env-25.h %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/module-env-26.h From owner-svn-ports-branches@freebsd.org Wed Jul 22 10:18: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 A2D5C3785C9; Wed, 22 Jul 2020 10:18: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BBWd63nYSz40Z9; Wed, 22 Jul 2020 10:18: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 652502DC9E; Wed, 22 Jul 2020 10:18: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 06MAIIFX059516; Wed, 22 Jul 2020 10:18:18 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06MAIIHk059515; Wed, 22 Jul 2020 10:18:18 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202007221018.06MAIIHk059515@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Wed, 22 Jul 2020 10:18:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542848 - in branches/2020Q3/net/bsdec2-image-upload: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: in branches/2020Q3/net/bsdec2-image-upload: . files X-SVN-Commit-Revision: 542848 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.33 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, 22 Jul 2020 10:18:18 -0000 Author: pkubaj Date: Wed Jul 22 10:18:17 2020 New Revision: 542848 URL: https://svnweb.freebsd.org/changeset/ports/542848 Log: MFH: r542847 net/bsdec2-image-upload: fix build on GCC architectures -W\#warnings is incorrect for GCC: cc1: error: -Werror=#warnings: No option -W#warnings Approved by: portmgr (fix build blanket) Added: branches/2020Q3/net/bsdec2-image-upload/files/ - copied from r542847, head/net/bsdec2-image-upload/files/ Modified: branches/2020Q3/net/bsdec2-image-upload/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/net/bsdec2-image-upload/Makefile ============================================================================== --- branches/2020Q3/net/bsdec2-image-upload/Makefile Wed Jul 22 10:17:26 2020 (r542847) +++ branches/2020Q3/net/bsdec2-image-upload/Makefile Wed Jul 22 10:18:17 2020 (r542848) @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss -USES= ssl tar:tgz uidfix +USES= compiler ssl tar:tgz uidfix CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} @@ -23,4 +23,10 @@ MAKE_ARGS+= BINDIR=${PREFIX}/bin PLIST_FILES= bin/bsdec2-image-upload -.include +.include + +.if ${CHOSEN_COMPILER_TYPE} == gcc +EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile +.endif + +.include From owner-svn-ports-branches@freebsd.org Wed Jul 22 12:42: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 5760737BA9F; Wed, 22 Jul 2020 12:42:08 +0000 (UTC) (envelope-from dvl@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BBZq41kG5z47fX; Wed, 22 Jul 2020 12:42:08 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1F8412F733; Wed, 22 Jul 2020 12:42:08 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06MCg8Uo050365; Wed, 22 Jul 2020 12:42:08 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06MCg7ES050361; Wed, 22 Jul 2020 12:42:07 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <202007221242.06MCg7ES050361@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Wed, 22 Jul 2020 12:42:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542852 - branches/2020Q3/www/privatebin X-SVN-Group: ports-branches X-SVN-Commit-Author: dvl X-SVN-Commit-Paths: branches/2020Q3/www/privatebin X-SVN-Commit-Revision: 542852 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.33 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, 22 Jul 2020 12:42:08 -0000 Author: dvl Date: Wed Jul 22 12:42:07 2020 New Revision: 542852 URL: https://svnweb.freebsd.org/changeset/ports/542852 Log: MFH: r542817 Update to 1.3.4 This is a security related update. See https://github.com/PrivateBin/PrivateBin/releases/tag/1.3.4 https://github.com/PrivateBin/PrivateBin/releases/tag/1.3.3 Remove wddx from PHP options as it no longer exist. Code doesn't reference it now. Take over as maintainer PR: 248144 Submitted by: dvl@FreeBSD.org Approved by: ports-secteam (joneum) Modified: branches/2020Q3/www/privatebin/Makefile branches/2020Q3/www/privatebin/distinfo branches/2020Q3/www/privatebin/pkg-plist Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/www/privatebin/Makefile ============================================================================== --- branches/2020Q3/www/privatebin/Makefile Wed Jul 22 10:41:53 2020 (r542851) +++ branches/2020Q3/www/privatebin/Makefile Wed Jul 22 12:42:07 2020 (r542852) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= privatebin -PORTVERSION= 1.3.2 +PORTVERSION= 1.3.4 CATEGORIES= www security -MAINTAINER= se@FreeBSD.org +MAINTAINER= dvl@FreeBSD.org COMMENT= Simple end-to-end encrypting zero-knowledge paste-bin server LICENSE= ZLIB @@ -16,7 +16,7 @@ USES= php NO_BUILD= yes NO_ARCH= yes -USE_PHP= gd hash json wddx zlib +USE_PHP= gd hash json zlib USE_GITHUB= yes GH_PROJECT= PrivateBin Modified: branches/2020Q3/www/privatebin/distinfo ============================================================================== --- branches/2020Q3/www/privatebin/distinfo Wed Jul 22 10:41:53 2020 (r542851) +++ branches/2020Q3/www/privatebin/distinfo Wed Jul 22 12:42:07 2020 (r542852) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579372532 -SHA256 (privatebin-PrivateBin-1.3.2_GH0.tar.gz) = 2f29e46e3d876a50da58679105134e2e2e6cfc65e7a3e842fdb0def260a95a55 -SIZE (privatebin-PrivateBin-1.3.2_GH0.tar.gz) = 522057 +TIMESTAMP = 1595343075 +SHA256 (privatebin-PrivateBin-1.3.4_GH0.tar.gz) = 0dad8976d823a01de8affb4136bd205f2e5ae418c01e560a0d84f94da7a78749 +SIZE (privatebin-PrivateBin-1.3.4_GH0.tar.gz) = 523648 Modified: branches/2020Q3/www/privatebin/pkg-plist ============================================================================== --- branches/2020Q3/www/privatebin/pkg-plist Wed Jul 22 10:41:53 2020 (r542851) +++ branches/2020Q3/www/privatebin/pkg-plist Wed Jul 22 12:42:07 2020 (r542852) @@ -79,7 +79,7 @@ %%WWWDIR%%/js/pastemeta.jsonld %%WWWDIR%%/js/prettify.js %%WWWDIR%%/js/privatebin.js -%%WWWDIR%%/js/purify-2.0.7.js +%%WWWDIR%%/js/purify-2.0.8.js %%WWWDIR%%/js/rawinflate-0.3.js %%WWWDIR%%/js/showdown-1.9.1.js %%WWWDIR%%/js/types.jsonld From owner-svn-ports-branches@freebsd.org Wed Jul 22 13:35: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 C8E3937CC17; Wed, 22 Jul 2020 13:35:45 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BBc0x4xK5z4CTV; Wed, 22 Jul 2020 13:35:45 +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 8D01B8177; Wed, 22 Jul 2020 13:35:45 +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 06MDZjOi082966; Wed, 22 Jul 2020 13:35:45 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06MDZiee082961; Wed, 22 Jul 2020 13:35:44 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202007221335.06MDZiee082961@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 22 Jul 2020 13:35:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542856 - in branches/2020Q3/multimedia: ffmpeg gstreamer1-plugins-svt-vp9 svt-vp9 X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2020Q3/multimedia: ffmpeg gstreamer1-plugins-svt-vp9 svt-vp9 X-SVN-Commit-Revision: 542856 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.33 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, 22 Jul 2020 13:35:45 -0000 Author: jbeich Date: Wed Jul 22 13:35:44 2020 New Revision: 542856 URL: https://svnweb.freebsd.org/changeset/ports/542856 Log: MFH: r542301 r542846 multimedia/svt-vp9: update to 0.2.2 Changes: https://github.com/OpenVisualCloud/SVT-VP9/releases/tag/v0.2.1 Changes: https://github.com/OpenVisualCloud/SVT-VP9/releases/tag/v0.2.2 Reported by: GitHub (watch releases) Approved by: ports-secteam (joneum) Modified: branches/2020Q3/multimedia/ffmpeg/Makefile branches/2020Q3/multimedia/ffmpeg/distinfo branches/2020Q3/multimedia/gstreamer1-plugins-svt-vp9/Makefile branches/2020Q3/multimedia/gstreamer1-plugins-svt-vp9/distinfo branches/2020Q3/multimedia/svt-vp9/Makefile branches/2020Q3/multimedia/svt-vp9/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/multimedia/ffmpeg/Makefile ============================================================================== --- branches/2020Q3/multimedia/ffmpeg/Makefile Wed Jul 22 12:58:46 2020 (r542855) +++ branches/2020Q3/multimedia/ffmpeg/Makefile Wed Jul 22 13:35:44 2020 (r542856) @@ -476,9 +476,8 @@ SVTHEVC_LDFLAGS= -fuse-ld=lld # svt-vp9 SVTVP9_LIB_DEPENDS= libSvtVp9Enc.so:multimedia/svt-vp9 SVTVP9_CONFIGURE_ENABLE= libsvtvp9 -SVTVP9_PATCH_SITES_= https://github.com/OpenVisualCloud/SVT-VP9/raw/v0.2.0-7-g3ea81bb/ffmpeg_plugin/:svtvp9 +SVTVP9_PATCH_SITES_= https://github.com/OpenVisualCloud/SVT-VP9/raw/v0.2.2/ffmpeg_plugin/:svtvp9 SVTVP9_PATCHFILES_= master-0001-Add-ability-for-ffmpeg-to-run-svt-vp9.patch:-p1:svtvp9 -SVTVP9_BROKEN= https://github.com/OpenVisualCloud/SVT-VP9/issues/124 .if exists(/usr/bin/ld.lld) && (${/usr/bin/ld:L:tA} != /usr/bin/ld.lld) SVTVP9_LDFLAGS= -fuse-ld=lld .endif Modified: branches/2020Q3/multimedia/ffmpeg/distinfo ============================================================================== --- branches/2020Q3/multimedia/ffmpeg/distinfo Wed Jul 22 12:58:46 2020 (r542855) +++ branches/2020Q3/multimedia/ffmpeg/distinfo Wed Jul 22 13:35:44 2020 (r542856) @@ -7,5 +7,5 @@ SHA256 (0002-doc-Add-libsvt_hevc-encoder-docs.patch) = SIZE (0002-doc-Add-libsvt_hevc-encoder-docs.patch) = 5332 SHA256 (0001-Add-ability-for-ffmpeg-to-run-svt-av1.patch) = 5e960b4dab495437082d0838a40a8cae9b67d1cef1ffd57da960afaa2bfd3719 SIZE (0001-Add-ability-for-ffmpeg-to-run-svt-av1.patch) = 25023 -SHA256 (master-0001-Add-ability-for-ffmpeg-to-run-svt-vp9.patch) = c730545fef90e37b033f7bd42de6351b4a1b475247b23c15bda5bc8be54904cb -SIZE (master-0001-Add-ability-for-ffmpeg-to-run-svt-vp9.patch) = 33249 +SHA256 (master-0001-Add-ability-for-ffmpeg-to-run-svt-vp9.patch) = b74be6d805672210e226e7c0b403f88b0ee8a53c732c9bdc873c4b44aeb75c96 +SIZE (master-0001-Add-ability-for-ffmpeg-to-run-svt-vp9.patch) = 33465 Modified: branches/2020Q3/multimedia/gstreamer1-plugins-svt-vp9/Makefile ============================================================================== --- branches/2020Q3/multimedia/gstreamer1-plugins-svt-vp9/Makefile Wed Jul 22 12:58:46 2020 (r542855) +++ branches/2020Q3/multimedia/gstreamer1-plugins-svt-vp9/Makefile Wed Jul 22 13:35:44 2020 (r542856) @@ -2,8 +2,7 @@ PORTNAME= svt-vp9 DISTVERSIONPREFIX= v -DISTVERSION= 0.2.0 -PORTREVISION= 1 +DISTVERSION= 0.2.2 CATEGORIES= multimedia PKGNAMEPREFIX= gstreamer1-plugins- Modified: branches/2020Q3/multimedia/gstreamer1-plugins-svt-vp9/distinfo ============================================================================== --- branches/2020Q3/multimedia/gstreamer1-plugins-svt-vp9/distinfo Wed Jul 22 12:58:46 2020 (r542855) +++ branches/2020Q3/multimedia/gstreamer1-plugins-svt-vp9/distinfo Wed Jul 22 13:35:44 2020 (r542856) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588803954 -SHA256 (OpenVisualCloud-SVT-VP9-v0.2.0_GH0.tar.gz) = d38941fcfbb33c6450c71e4ab4e8fc344e6c5f4726bdbf06497bf764c1112b92 -SIZE (OpenVisualCloud-SVT-VP9-v0.2.0_GH0.tar.gz) = 994839 +TIMESTAMP = 1595300806 +SHA256 (OpenVisualCloud-SVT-VP9-v0.2.2_GH0.tar.gz) = 988adae5ed5744769f1c990f7b085e1e0fa31d41ea415a75b9cf14c0a5b17947 +SIZE (OpenVisualCloud-SVT-VP9-v0.2.2_GH0.tar.gz) = 1002899 Modified: branches/2020Q3/multimedia/svt-vp9/Makefile ============================================================================== --- branches/2020Q3/multimedia/svt-vp9/Makefile Wed Jul 22 12:58:46 2020 (r542855) +++ branches/2020Q3/multimedia/svt-vp9/Makefile Wed Jul 22 13:35:44 2020 (r542856) @@ -2,8 +2,7 @@ PORTNAME= svt-vp9 DISTVERSIONPREFIX= v -DISTVERSION= 0.2.0 -PORTREVISION= 2 +DISTVERSION= 0.2.2 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org Modified: branches/2020Q3/multimedia/svt-vp9/distinfo ============================================================================== --- branches/2020Q3/multimedia/svt-vp9/distinfo Wed Jul 22 12:58:46 2020 (r542855) +++ branches/2020Q3/multimedia/svt-vp9/distinfo Wed Jul 22 13:35:44 2020 (r542856) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588803954 -SHA256 (OpenVisualCloud-SVT-VP9-v0.2.0_GH0.tar.gz) = d38941fcfbb33c6450c71e4ab4e8fc344e6c5f4726bdbf06497bf764c1112b92 -SIZE (OpenVisualCloud-SVT-VP9-v0.2.0_GH0.tar.gz) = 994839 +TIMESTAMP = 1595300806 +SHA256 (OpenVisualCloud-SVT-VP9-v0.2.2_GH0.tar.gz) = 988adae5ed5744769f1c990f7b085e1e0fa31d41ea415a75b9cf14c0a5b17947 +SIZE (OpenVisualCloud-SVT-VP9-v0.2.2_GH0.tar.gz) = 1002899 From owner-svn-ports-branches@freebsd.org Wed Jul 22 15:09: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 A468437ECBA; Wed, 22 Jul 2020 15:09:07 +0000 (UTC) (envelope-from fernape@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BBf4g3vjMz4K8R; Wed, 22 Jul 2020 15:09:07 +0000 (UTC) (envelope-from fernape@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 6614D9688; Wed, 22 Jul 2020 15:09:07 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06MF97XK038885; Wed, 22 Jul 2020 15:09:07 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06MF96oh038882; Wed, 22 Jul 2020 15:09:06 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202007221509.06MF96oh038882@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Wed, 22 Jul 2020 15:09:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542862 - branches/2020Q3/net/enet X-SVN-Group: ports-branches X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: branches/2020Q3/net/enet X-SVN-Commit-Revision: 542862 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.33 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, 22 Jul 2020 15:09:07 -0000 Author: fernape Date: Wed Jul 22 15:09:06 2020 New Revision: 542862 URL: https://svnweb.freebsd.org/changeset/ports/542862 Log: MFH: r542861 net/enet: Update to 1.3.15 From ChangeLog: https://github.com/lsalzman/enet/blob/master/ChangeLog * quicker RTT initialization * use fractional precision for RTT calculations * fixes for packet throttle with low RTT variance * miscellaneous socket bug fixes While here, reorder USE_LDCONFIG. PR: 248083 Submitted by: marcel@herrbischoff.com Approved by: ports-secteam (blanket, runtime fix) Modified: branches/2020Q3/net/enet/Makefile branches/2020Q3/net/enet/distinfo branches/2020Q3/net/enet/pkg-plist Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/net/enet/Makefile ============================================================================== --- branches/2020Q3/net/enet/Makefile Wed Jul 22 15:05:44 2020 (r542861) +++ branches/2020Q3/net/enet/Makefile Wed Jul 22 15:09:06 2020 (r542862) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= enet -PORTVERSION= 1.3.14 +PORTVERSION= 1.3.15 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= http://enet.bespin.org/download/ @@ -14,9 +14,10 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= pathfix libtool +USE_LDCONFIG= yes + GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USE_LDCONFIG= yes PORTDOCS= * Modified: branches/2020Q3/net/enet/distinfo ============================================================================== --- branches/2020Q3/net/enet/distinfo Wed Jul 22 15:05:44 2020 (r542861) +++ branches/2020Q3/net/enet/distinfo Wed Jul 22 15:09:06 2020 (r542862) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548678770 -SHA256 (enet-1.3.14.tar.gz) = 98f6f57aab0a424469619ed3047728f0d3901ce8f0dea919c11e7966d807e870 -SIZE (enet-1.3.14.tar.gz) = 698808 +TIMESTAMP = 1595106803 +SHA256 (enet-1.3.15.tar.gz) = 5abdf63346e54272344d8184b5a2f333d202d809d28123911cbd993e5772bdfb +SIZE (enet-1.3.15.tar.gz) = 698681 Modified: branches/2020Q3/net/enet/pkg-plist ============================================================================== --- branches/2020Q3/net/enet/pkg-plist Wed Jul 22 15:05:44 2020 (r542861) +++ branches/2020Q3/net/enet/pkg-plist Wed Jul 22 15:09:06 2020 (r542862) @@ -10,5 +10,5 @@ include/enet/win32.h lib/libenet.a lib/libenet.so lib/libenet.so.7 -lib/libenet.so.7.0.2 +lib/libenet.so.7.0.3 libdata/pkgconfig/libenet.pc From owner-svn-ports-branches@freebsd.org Wed Jul 22 15:36: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 964C537F842; Wed, 22 Jul 2020 15:36:18 +0000 (UTC) (envelope-from yuri@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BBfh23VRvz4Lp2; Wed, 22 Jul 2020 15:36:18 +0000 (UTC) (envelope-from yuri@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 5CADB9A43; Wed, 22 Jul 2020 15:36:18 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06MFaIPa057667; Wed, 22 Jul 2020 15:36:18 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06MFaI7n057666; Wed, 22 Jul 2020 15:36:18 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202007221536.06MFaI7n057666@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 22 Jul 2020 15:36:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542866 - branches/2020Q3/www/py-internetarchive X-SVN-Group: ports-branches X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: branches/2020Q3/www/py-internetarchive X-SVN-Commit-Revision: 542866 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.33 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, 22 Jul 2020 15:36:18 -0000 Author: yuri Date: Wed Jul 22 15:36:17 2020 New Revision: 542866 URL: https://svnweb.freebsd.org/changeset/ports/542866 Log: MFH: r542814 www/py-internetarchive: Fix python dependencies Particularly, tqdm was missing. PR: 248156 Reported by: sdalu@sdalu.com Approved by: ports-secteam (joenum) Modified: branches/2020Q3/www/py-internetarchive/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/www/py-internetarchive/Makefile ============================================================================== --- branches/2020Q3/www/py-internetarchive/Makefile Wed Jul 22 15:33:37 2020 (r542865) +++ branches/2020Q3/www/py-internetarchive/Makefile Wed Jul 22 15:36:17 2020 (r542866) @@ -2,6 +2,7 @@ PORTNAME= internetarchive DISTVERSION= 1.9.4 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,13 +13,12 @@ COMMENT= Python interface to archive.org LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}backports.csv>0:devel/py-backports.csv@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}clint>=0.4.0:devel/py-clint@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}docopt>=0.6.0:devel/py-docopt@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docopt>=0.6.0:devel/py-docopt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonpatch>=0.4:devel/py-jsonpatch@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.9.1:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}schema>=0.4.0:devel/py-schema@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.0.0:devel/py-six@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}six>=1.0.0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tqdm>=4.0.0:misc/py-tqdm@${PY_FLAVOR} USES= python USE_PYTHON= distutils concurrent autoplist From owner-svn-ports-branches@freebsd.org Wed Jul 22 16:21:13 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 0588437FBE1; Wed, 22 Jul 2020 16:21:13 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BBggr6PfJz4Ns6; Wed, 22 Jul 2020 16:21:12 +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 BFA78A22A; Wed, 22 Jul 2020 16:21:12 +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 06MGLC4o085285; Wed, 22 Jul 2020 16:21:12 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06MGLCDv085282; Wed, 22 Jul 2020 16:21:12 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <202007221621.06MGLCDv085282@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Wed, 22 Jul 2020 16:21:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542870 - branches/2020Q3/devel/libevent X-SVN-Group: ports-branches X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: branches/2020Q3/devel/libevent X-SVN-Commit-Revision: 542870 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.33 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, 22 Jul 2020 16:21:13 -0000 Author: zeising Date: Wed Jul 22 16:21:11 2020 New Revision: 542870 URL: https://svnweb.freebsd.org/changeset/ports/542870 Log: MFH: r542663 devel/libevent: Update to 2.1.12 Update devel/libevent to 2.1.12 [1] Change to use the dist archives instead of the tarball provided by GitHub, per notice from upstream developers. [2] [3] Add CPE information [2] [3]: https://github.com/libevent/libevent/releases/tag/release-2.1.12-stable Changelog: https://raw.githubusercontent.com/libevent/libevent/release-2.1.11-stable/ChangeLog PR: 247985 [1] Reported by: Yasuhiro KIMURA [1] Suggested by: daniel.engberg.lists pyret net [2] Approved by: ports-secteam (joenum) Modified: branches/2020Q3/devel/libevent/Makefile branches/2020Q3/devel/libevent/distinfo branches/2020Q3/devel/libevent/pkg-plist Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/devel/libevent/Makefile ============================================================================== --- branches/2020Q3/devel/libevent/Makefile Wed Jul 22 16:18:52 2020 (r542869) +++ branches/2020Q3/devel/libevent/Makefile Wed Jul 22 16:21:11 2020 (r542870) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= libevent -DISTVERSIONPREFIX= release- -DISTVERSION= 2.1.11 +DISTVERSION= 2.1.12 DISTVERSIONSUFFIX= -stable -PORTREVISION= 1 CATEGORIES= devel +MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/release-${DISTVERSION}${DISTVERSIONSUFFIX}/ MAINTAINER= zeising@FreeBSD.org COMMENT= API for executing callback functions on events or timeouts @@ -14,10 +13,10 @@ COMMENT= API for executing callback functions on event LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= autoreconf libtool pathfix pkgconfig python:env shebangfix +USES= cpe libtool pathfix pkgconfig python:env shebangfix SHEBANG_FILES= event_rpcgen.py -USE_GITHUB= yes GNU_CONFIGURE= yes +CPE_VENDOR= libevent_project INSTALL_TARGET= install-strip TEST_TARGET= check USE_LDCONFIG= yes Modified: branches/2020Q3/devel/libevent/distinfo ============================================================================== --- branches/2020Q3/devel/libevent/distinfo Wed Jul 22 16:18:52 2020 (r542869) +++ branches/2020Q3/devel/libevent/distinfo Wed Jul 22 16:21:11 2020 (r542870) @@ -1,3 +1,3 @@ -TIMESTAMP = 1564695471 -SHA256 (libevent-libevent-release-2.1.11-stable_GH0.tar.gz) = 229393ab2bf0dc94694f21836846b424f3532585bac3468738b7bf752c03901e -SIZE (libevent-libevent-release-2.1.11-stable_GH0.tar.gz) = 720798 +TIMESTAMP = 1594800411 +SHA256 (libevent-2.1.12-stable.tar.gz) = 92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb +SIZE (libevent-2.1.12-stable.tar.gz) = 1100847 Modified: branches/2020Q3/devel/libevent/pkg-plist ============================================================================== --- branches/2020Q3/devel/libevent/pkg-plist Wed Jul 22 16:18:52 2020 (r542869) +++ branches/2020Q3/devel/libevent/pkg-plist Wed Jul 22 16:21:11 2020 (r542870) @@ -31,23 +31,23 @@ include/evhttp.h include/evrpc.h include/evutil.h lib/libevent-2.1.so.7 -lib/libevent-2.1.so.7.0.0 +lib/libevent-2.1.so.7.0.1 lib/libevent.a lib/libevent.so lib/libevent_core-2.1.so.7 -lib/libevent_core-2.1.so.7.0.0 +lib/libevent_core-2.1.so.7.0.1 lib/libevent_core.a lib/libevent_core.so lib/libevent_extra-2.1.so.7 -lib/libevent_extra-2.1.so.7.0.0 +lib/libevent_extra-2.1.so.7.0.1 lib/libevent_extra.a lib/libevent_extra.so %%OPENSSL%%lib/libevent_openssl-2.1.so.7 -%%OPENSSL%%lib/libevent_openssl-2.1.so.7.0.0 +%%OPENSSL%%lib/libevent_openssl-2.1.so.7.0.1 %%OPENSSL%%lib/libevent_openssl.a %%OPENSSL%%lib/libevent_openssl.so %%THREADS%%lib/libevent_pthreads-2.1.so.7 -%%THREADS%%lib/libevent_pthreads-2.1.so.7.0.0 +%%THREADS%%lib/libevent_pthreads-2.1.so.7.0.1 %%THREADS%%lib/libevent_pthreads.a %%THREADS%%lib/libevent_pthreads.so libdata/pkgconfig/libevent.pc From owner-svn-ports-branches@freebsd.org Wed Jul 22 16:23: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 53CF637FF36; Wed, 22 Jul 2020 16:23:02 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BBgjy1VVlz4PKd; Wed, 22 Jul 2020 16:23:02 +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 17938A33F; Wed, 22 Jul 2020 16:23:02 +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 06MGN1uW088568; Wed, 22 Jul 2020 16:23:01 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06MGN1SV088564; Wed, 22 Jul 2020 16:23:01 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <202007221623.06MGN1SV088564@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Wed, 22 Jul 2020 16:23:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542871 - branches/2020Q3/x11/xkeyboard-config X-SVN-Group: ports-branches X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: branches/2020Q3/x11/xkeyboard-config X-SVN-Commit-Revision: 542871 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.33 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, 22 Jul 2020 16:23:02 -0000 Author: zeising Date: Wed Jul 22 16:23:01 2020 New Revision: 542871 URL: https://svnweb.freebsd.org/changeset/ports/542871 Log: MFH: r542666 x11/xkeyboard-config: Update to 2.30 Update x11/xkeyboard-config to 2.30 Approved by: ports-secteam (joenum) Modified: branches/2020Q3/x11/xkeyboard-config/Makefile branches/2020Q3/x11/xkeyboard-config/distinfo branches/2020Q3/x11/xkeyboard-config/pkg-plist Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/x11/xkeyboard-config/Makefile ============================================================================== --- branches/2020Q3/x11/xkeyboard-config/Makefile Wed Jul 22 16:21:11 2020 (r542870) +++ branches/2020Q3/x11/xkeyboard-config/Makefile Wed Jul 22 16:23:01 2020 (r542871) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= xkeyboard-config -PORTVERSION= 2.29 -PORTREVISION= 1 +PORTVERSION= 2.30 CATEGORIES= x11 MASTER_SITES= XORG/individual/data/${PORTNAME} Modified: branches/2020Q3/x11/xkeyboard-config/distinfo ============================================================================== --- branches/2020Q3/x11/xkeyboard-config/distinfo Wed Jul 22 16:21:11 2020 (r542870) +++ branches/2020Q3/x11/xkeyboard-config/distinfo Wed Jul 22 16:23:01 2020 (r542871) @@ -1,3 +1,3 @@ -TIMESTAMP = 1585258061 -SHA256 (xorg/data/xkeyboard-config-2.29.tar.bz2) = 1d4175278bf06000683656763a8b1d3282c61a314b6db41260c8efe92d621802 -SIZE (xorg/data/xkeyboard-config-2.29.tar.bz2) = 1707176 +TIMESTAMP = 1594661321 +SHA256 (xorg/data/xkeyboard-config-2.30.tar.bz2) = 095a524f7b633ed257617202d06c9c71fe020c8897b106cf0dcdd0c6e8b797d4 +SIZE (xorg/data/xkeyboard-config-2.30.tar.bz2) = 1689137 Modified: branches/2020Q3/x11/xkeyboard-config/pkg-plist ============================================================================== --- branches/2020Q3/x11/xkeyboard-config/pkg-plist Wed Jul 22 16:21:11 2020 (r542870) +++ branches/2020Q3/x11/xkeyboard-config/pkg-plist Wed Jul 22 16:23:01 2020 (r542871) @@ -121,6 +121,7 @@ share/X11/xkb/symbols/digital_vndr/vt share/X11/xkb/symbols/dk share/X11/xkb/symbols/dz share/X11/xkb/symbols/ee +share/X11/xkb/symbols/eg share/X11/xkb/symbols/empty share/X11/xkb/symbols/epo share/X11/xkb/symbols/es From owner-svn-ports-branches@freebsd.org Wed Jul 22 16:24:29 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 A918A358257; Wed, 22 Jul 2020 16:24:29 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BBgld3w0Nz4P6c; Wed, 22 Jul 2020 16:24:29 +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 698AFA340; Wed, 22 Jul 2020 16:24:29 +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 06MGOTo1088797; Wed, 22 Jul 2020 16:24:29 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06MGOTPF088796; Wed, 22 Jul 2020 16:24:29 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <202007221624.06MGOTPF088796@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Wed, 22 Jul 2020 16:24:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542872 - in branches/2020Q3/databases/rrdtool: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in branches/2020Q3/databases/rrdtool: . files X-SVN-Commit-Revision: 542872 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.33 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, 22 Jul 2020 16:24:29 -0000 Author: zeising Date: Wed Jul 22 16:24:28 2020 New Revision: 542872 URL: https://svnweb.freebsd.org/changeset/ports/542872 Log: MFH: r542669 databases/rrdtool: Don't hardcode in start script Upate the start script of the rrdtool component rrdcached to not hardcode things like group, socket and pid. These can now be overridden in /etc/rc.conf with rrdcached_group, rrdcached_address and rrdcached_pid, respectively. The defaults are still the same. PR: 246122 Submitted by: Dries Michiels Approved by: ports-secteam (joenum) Modified: branches/2020Q3/databases/rrdtool/Makefile branches/2020Q3/databases/rrdtool/files/rrdcached.in Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/databases/rrdtool/Makefile ============================================================================== --- branches/2020Q3/databases/rrdtool/Makefile Wed Jul 22 16:23:01 2020 (r542871) +++ branches/2020Q3/databases/rrdtool/Makefile Wed Jul 22 16:24:28 2020 (r542872) @@ -3,7 +3,7 @@ PORTNAME= rrdtool PORTVERSION= 1.7.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases graphics MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/ Modified: branches/2020Q3/databases/rrdtool/files/rrdcached.in ============================================================================== --- branches/2020Q3/databases/rrdtool/files/rrdcached.in Wed Jul 22 16:23:01 2020 (r542871) +++ branches/2020Q3/databases/rrdtool/files/rrdcached.in Wed Jul 22 16:24:28 2020 (r542872) @@ -10,9 +10,14 @@ # # rrdcached_enable (bool): Set to "NO" by default. # Set to "YES" to enable rrdcached -# -# rrdcached_flags (str): Set to "" by default. -# +# rrdcached_address (string): Socket or IP address to listen to +# Default: socket /var/run/rrdcached.sock +# rrdcached_group (string): Group owner of the socket +# Default: www +# rrdcached_pid (string): PID file location +# Default: /var/run/rrdcached.pid +# rrdcached_flags (string): Arguments appended to command_args +# Default: "" . /etc/rc.subr @@ -23,9 +28,12 @@ load_rc_config $name # Set defaults : ${rrdcached_enable="NO"} -: ${rrdcached_flags="-s www -l /var/run/rrdcached.sock -p /var/run/rrdcached.pid"} +: ${rrdcached_address="/var/run/rrdcached.sock"} +: ${rrdcached_group="www"} +: ${rrdcached_pid="/var/run/rrdcached.pid"} pidfile=/var/run/${name}.pid command=%%PREFIX%%/bin/${name} +command_args="-s $rrdcached_group -l $rrdcached_address -p $rrdcached_pid" run_rc_command "$1" From owner-svn-ports-branches@freebsd.org Wed Jul 22 16:27: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 AE03F37FEE4; Wed, 22 Jul 2020 16:27:33 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BBgq93nBNz4PRx; Wed, 22 Jul 2020 16:27:33 +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 65283A41F; Wed, 22 Jul 2020 16:27:33 +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 06MGRXka089139; Wed, 22 Jul 2020 16:27:33 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06MGRWTx089137; Wed, 22 Jul 2020 16:27:32 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <202007221627.06MGRWTx089137@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Wed, 22 Jul 2020 16:27:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542873 - in branches/2020Q3/devel/nasm: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in branches/2020Q3/devel/nasm: . files X-SVN-Commit-Revision: 542873 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.33 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, 22 Jul 2020 16:27:33 -0000 Author: zeising Date: Wed Jul 22 16:27:32 2020 New Revision: 542873 URL: https://svnweb.freebsd.org/changeset/ports/542873 Log: MFH: r542660 r542869 devel/nasm: Update to 2.15.03 Update devel/nasm to 2.15.03 Add a patch to fix nasm's ELF_OSABI field when emitting object files [1] Changelog: https://nasm.us/doc/nasmdocc.html PR: 245069 [1] Submitted by: dim [1] Reported by: unitrunker gmail com [1] devel/nasm: Update to 2.15.03 Update devel/nasm to 2.15.03 Changelog: https://nasm.us/doc/nasmdocc.html Approved by: ports-secteam (joenum) Added: branches/2020Q3/devel/nasm/files/ - copied from r542660, head/devel/nasm/files/ Modified: branches/2020Q3/devel/nasm/Makefile branches/2020Q3/devel/nasm/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/devel/nasm/Makefile ============================================================================== --- branches/2020Q3/devel/nasm/Makefile Wed Jul 22 16:24:28 2020 (r542872) +++ branches/2020Q3/devel/nasm/Makefile Wed Jul 22 16:27:32 2020 (r542873) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nasm -PORTVERSION= 2.14.02 +PORTVERSION= 2.15.03 PORTEPOCH= 1 CATEGORIES= devel lang MASTER_SITES= https://www.nasm.us/pub/nasm/releasebuilds/${PORTVERSION}/ \ Modified: branches/2020Q3/devel/nasm/distinfo ============================================================================== --- branches/2020Q3/devel/nasm/distinfo Wed Jul 22 16:24:28 2020 (r542872) +++ branches/2020Q3/devel/nasm/distinfo Wed Jul 22 16:27:32 2020 (r542873) @@ -1,5 +1,5 @@ -TIMESTAMP = 1546207834 -SHA256 (nasm-2.14.02.tar.xz) = e24ade3e928f7253aa8c14aa44726d1edf3f98643f87c9d72ec1df44b26be8f5 -SIZE (nasm-2.14.02.tar.xz) = 827620 -SHA256 (nasm-2.14.02-xdoc.tar.xz) = 5bc115e176521066f2c0678e784103817cb5767f317fdeae2ebf9416f8e893a5 -SIZE (nasm-2.14.02-xdoc.tar.xz) = 742792 +TIMESTAMP = 1595320310 +SHA256 (nasm-2.15.03.tar.xz) = c0c39a305f08ccf0c5c6edba4294dd2851b3925b6d9642dd1efd62f72829822f +SIZE (nasm-2.15.03.tar.xz) = 984060 +SHA256 (nasm-2.15.03-xdoc.tar.xz) = b146a1983fad94690286d01b80024b80b87dff373bc6d7c8c60d65732669cd77 +SIZE (nasm-2.15.03-xdoc.tar.xz) = 816872 From owner-svn-ports-branches@freebsd.org Wed Jul 22 16:53: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 94AC23592D2; Wed, 22 Jul 2020 16:53:20 +0000 (UTC) (envelope-from lwhsu@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BBhNw3RFpz4RVk; Wed, 22 Jul 2020 16:53:20 +0000 (UTC) (envelope-from lwhsu@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 43140A9FD; Wed, 22 Jul 2020 16:53:20 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06MGrK9t007805; Wed, 22 Jul 2020 16:53:20 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06MGrJ2s007803; Wed, 22 Jul 2020 16:53:19 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202007221653.06MGrJ2s007803@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 22 Jul 2020 16:53:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542876 - in branches/2020Q3/shells/git-prompt.zsh: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: in branches/2020Q3/shells/git-prompt.zsh: . files X-SVN-Commit-Revision: 542876 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.33 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, 22 Jul 2020 16:53:20 -0000 Author: lwhsu Date: Wed Jul 22 16:53:19 2020 New Revision: 542876 URL: https://svnweb.freebsd.org/changeset/ports/542876 Log: MFH: r542855 Fix pkg-message displaying PR: 248151 Approved by: jrm (maintainer) Approved by: ports-secteam (joneum Modified: branches/2020Q3/shells/git-prompt.zsh/Makefile branches/2020Q3/shells/git-prompt.zsh/files/pkg-message.in Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/shells/git-prompt.zsh/Makefile ============================================================================== --- branches/2020Q3/shells/git-prompt.zsh/Makefile Wed Jul 22 16:32:50 2020 (r542875) +++ branches/2020Q3/shells/git-prompt.zsh/Makefile Wed Jul 22 16:53:19 2020 (r542876) @@ -3,6 +3,7 @@ PORTNAME= git-prompt.zsh DISTVERSIONPREFIX= v DISTVERSION= 2.3.0 +PORTREVISION= 1 CATEGORIES= shells MAINTAINER= jrm@FreeBSD.org @@ -21,6 +22,7 @@ NO_ARCH= yes NO_BUILD= yes PLIST_FILES= ${DATADIR}/${PORTNAME} ${DOCSDIR}/README.md SUB_FILES= pkg-message +SUB_LIST+= PORTNAME=${PORTNAME} do-install: @${MKDIR} ${STAGEDIR}${DATADIR} Modified: branches/2020Q3/shells/git-prompt.zsh/files/pkg-message.in ============================================================================== --- branches/2020Q3/shells/git-prompt.zsh/files/pkg-message.in Wed Jul 22 16:32:50 2020 (r542875) +++ branches/2020Q3/shells/git-prompt.zsh/files/pkg-message.in Wed Jul 22 16:53:19 2020 (r542876) @@ -6,7 +6,7 @@ Final git-prompt.zsh setup instructions: To add the git status indicator to your prompt, source git-prompt.zsh in one of your Zsh startup files using -source %%DATADIR%%${PORTNAME}/${PORTNAME} +source %%DATADIR%%/%%PORTNAME%% Next, add ' $(gitprompt)%# ' to the end of the PROMPT value like in the example below. From owner-svn-ports-branches@freebsd.org Wed Jul 22 18:23: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 EB0B835B996; Wed, 22 Jul 2020 18:23:05 +0000 (UTC) (envelope-from cy@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BBkNT61hfz4YH3; Wed, 22 Jul 2020 18:23:05 +0000 (UTC) (envelope-from cy@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 B2C16BCDA; Wed, 22 Jul 2020 18:23:05 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06MIN5Aa063999; Wed, 22 Jul 2020 18:23:05 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06MIN5jC063998; Wed, 22 Jul 2020 18:23:05 GMT (envelope-from cy@FreeBSD.org) Message-Id: <202007221823.06MIN5jC063998@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Wed, 22 Jul 2020 18:23:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542884 - branches/2020Q3/security/sudo X-SVN-Group: ports-branches X-SVN-Commit-Author: cy X-SVN-Commit-Paths: branches/2020Q3/security/sudo X-SVN-Commit-Revision: 542884 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.33 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, 22 Jul 2020 18:23:06 -0000 Author: cy Date: Wed Jul 22 18:23:05 2020 New Revision: 542884 URL: https://svnweb.freebsd.org/changeset/ports/542884 Log: MFH: r542878 Update 1.9.1 --> 1.9.2 Major changes between sudo 1.9.2 and 1.9.1 * The configure script now uses pkg-config to find the openssl cflags and libs where possible. * The contents of the log.json I/O log file is now documented in the sudoers manual. * The sudoers plugin now properly exports the sudoers_audit symbol on systems where the compiler lacks symbol visibility controls. This caused a regression in 1.9.1 where a successful sudo command was not logged due to the missing audit plugin. Bug #931. * Fixed a regression introduced in 1.9.1 that can result in crash when there is a syntax error in the sudoers file. Bug #934. PR: 248179 Submitted by: cy Reported by: cy Approved by: garga Approved by: portmgr (joneum) Obtained from: sudo-announce mailing list Modified: branches/2020Q3/security/sudo/Makefile branches/2020Q3/security/sudo/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/security/sudo/Makefile ============================================================================== --- branches/2020Q3/security/sudo/Makefile Wed Jul 22 17:39:15 2020 (r542883) +++ branches/2020Q3/security/sudo/Makefile Wed Jul 22 18:23:05 2020 (r542884) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sudo -PORTVERSION= 1.9.1 +PORTVERSION= 1.9.2 CATEGORIES= security MASTER_SITES= SUDO Modified: branches/2020Q3/security/sudo/distinfo ============================================================================== --- branches/2020Q3/security/sudo/distinfo Wed Jul 22 17:39:15 2020 (r542883) +++ branches/2020Q3/security/sudo/distinfo Wed Jul 22 18:23:05 2020 (r542884) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592528955 -SHA256 (sudo-1.9.1.tar.gz) = 294116cefe10a02773917fc7440d8384b925955bc96a6e0eaa1977c83b34adff -SIZE (sudo-1.9.1.tar.gz) = 3834744 +TIMESTAMP = 1595434041 +SHA256 (sudo-1.9.2.tar.gz) = 7c98d201f181c47152711b9f391e0f6b5545f3ef8926298a3e8bc6288e118314 +SIZE (sudo-1.9.2.tar.gz) = 3890859 From owner-svn-ports-branches@freebsd.org Wed Jul 22 18:45: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 471FD35C361; Wed, 22 Jul 2020 18:45:37 +0000 (UTC) (envelope-from mikael@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BBktT1C8Mz4Zqh; Wed, 22 Jul 2020 18:45:37 +0000 (UTC) (envelope-from mikael@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 0DD4DC0A2; Wed, 22 Jul 2020 18:45:37 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06MIjaNb076734; Wed, 22 Jul 2020 18:45:36 GMT (envelope-from mikael@FreeBSD.org) Received: (from mikael@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06MIjaEE076733; Wed, 22 Jul 2020 18:45:36 GMT (envelope-from mikael@FreeBSD.org) Message-Id: <202007221845.06MIjaEE076733@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mikael set sender to mikael@FreeBSD.org using -f From: Mikael Urankar Date: Wed, 22 Jul 2020 18:45:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542885 - branches/2020Q3/net-im/6cord/files X-SVN-Group: ports-branches X-SVN-Commit-Author: mikael X-SVN-Commit-Paths: branches/2020Q3/net-im/6cord/files X-SVN-Commit-Revision: 542885 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.33 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, 22 Jul 2020 18:45:37 -0000 Author: mikael Date: Wed Jul 22 18:45:36 2020 New Revision: 542885 URL: https://svnweb.freebsd.org/changeset/ports/542885 Log: MFH: r542881 net-im/6cord: fix build on -head Import upstream patch: https://github.com/godbus/dbus/commit/efee8394fa9a426004eb24eed1dee80f5efd90af PR: 247760 Approved by: Lewis Cook (maintainer) Approved by: ports-secteam (joneum) Added: branches/2020Q3/net-im/6cord/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go - copied unchanged from r542881, head/net-im/6cord/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go Modified: Directory Properties: branches/2020Q3/ (props changed) Copied: branches/2020Q3/net-im/6cord/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go (from r542881, head/net-im/6cord/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/net-im/6cord/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go Wed Jul 22 18:45:36 2020 (r542885, copy of r542881, head/net-im/6cord/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go) @@ -0,0 +1,10 @@ +--- vendor/github.com/godbus/dbus/transport_unixcred_freebsd.go.orig 2019-12-08 01:39:36 UTC ++++ vendor/github.com/godbus/dbus/transport_unixcred_freebsd.go +@@ -10,6 +10,7 @@ package dbus + /* + const int sizeofPtr = sizeof(void*); + #define _WANT_UCRED ++#include + #include + */ + import "C" From owner-svn-ports-branches@freebsd.org Wed Jul 22 18:46:44 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 6E9CE35C51D; Wed, 22 Jul 2020 18:46:44 +0000 (UTC) (envelope-from mikael@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BBkvm2FyNz4b2n; Wed, 22 Jul 2020 18:46:44 +0000 (UTC) (envelope-from mikael@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 30CCFBDCA; Wed, 22 Jul 2020 18:46:44 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06MIkisp076935; Wed, 22 Jul 2020 18:46:44 GMT (envelope-from mikael@FreeBSD.org) Received: (from mikael@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06MIkibE076934; Wed, 22 Jul 2020 18:46:44 GMT (envelope-from mikael@FreeBSD.org) Message-Id: <202007221846.06MIkibE076934@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mikael set sender to mikael@FreeBSD.org using -f From: Mikael Urankar Date: Wed, 22 Jul 2020 18:46:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542886 - branches/2020Q3/deskutils/noti/files X-SVN-Group: ports-branches X-SVN-Commit-Author: mikael X-SVN-Commit-Paths: branches/2020Q3/deskutils/noti/files X-SVN-Commit-Revision: 542886 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.33 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, 22 Jul 2020 18:46:44 -0000 Author: mikael Date: Wed Jul 22 18:46:43 2020 New Revision: 542886 URL: https://svnweb.freebsd.org/changeset/ports/542886 Log: MFH: r542882 deskutils/noti: fix build on -head PR: 247759 Approved by: portmgr (blanket: build fix) Approved by: ports-secteam (joneum) Added: branches/2020Q3/deskutils/noti/files/ - copied from r542882, head/deskutils/noti/files/ Modified: Directory Properties: branches/2020Q3/ (props changed) From owner-svn-ports-branches@freebsd.org Wed Jul 22 22:04:44 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 4996D3622D6; Wed, 22 Jul 2020 22:04:44 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BBqJD1JPFz4qKV; Wed, 22 Jul 2020 22:04:44 +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 10353DFF6; Wed, 22 Jul 2020 22:04:44 +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 06MM4hlc000991; Wed, 22 Jul 2020 22:04:43 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06MM4hbR000989; Wed, 22 Jul 2020 22:04:43 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202007222204.06MM4hbR000989@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Wed, 22 Jul 2020 22:04:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542897 - in branches/2020Q3/sysutils/rovclock: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: in branches/2020Q3/sysutils/rovclock: . files X-SVN-Commit-Revision: 542897 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.33 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, 22 Jul 2020 22:04:44 -0000 Author: pkubaj Date: Wed Jul 22 22:04:43 2020 New Revision: 542897 URL: https://svnweb.freebsd.org/changeset/ports/542897 Log: MFH: r542896 sysutils/rovclock: fix build on aarch64, armv6, armv7, mips, mips64, powerpc64 Probably other architectures are also fixed but only those are marked broken. machine/pio.h is necessary for outl(). PR: 248170 Approved by: portmgr (blanket: build fix (multiple archs)) Modified: branches/2020Q3/sysutils/rovclock/Makefile branches/2020Q3/sysutils/rovclock/files/patch-rovclock.c Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/sysutils/rovclock/Makefile ============================================================================== --- branches/2020Q3/sysutils/rovclock/Makefile Wed Jul 22 22:03:47 2020 (r542896) +++ branches/2020Q3/sysutils/rovclock/Makefile Wed Jul 22 22:04:43 2020 (r542897) @@ -11,13 +11,6 @@ COMMENT= Overclocking utility for ATI Radeon video car LICENSE= GPLv2 -BROKEN_aarch64= fails to install: undefined reference to outl -BROKEN_armv6= fails to install: undefined reference to outl -BROKEN_armv7= fails to install: undefined reference to outl -BROKEN_mips= fails to install: undefined reference to outl -BROKEN_mips64= fails to install: undefined reference to outl -BROKEN_powerpc64= fails to install: undefined reference to outl - USES= tar:bzip2 PLIST_FILES= man/man8/${PORTNAME}.8.gz sbin/${PORTNAME} Modified: branches/2020Q3/sysutils/rovclock/files/patch-rovclock.c ============================================================================== --- branches/2020Q3/sysutils/rovclock/files/patch-rovclock.c Wed Jul 22 22:03:47 2020 (r542896) +++ branches/2020Q3/sysutils/rovclock/files/patch-rovclock.c Wed Jul 22 22:04:43 2020 (r542897) @@ -1,6 +1,6 @@ --- rovclock.c.orig 2006-01-04 21:23:32 UTC +++ rovclock.c -@@ -20,11 +20,13 @@ +@@ -20,11 +20,16 @@ */ /*****************************************************************************/ @@ -11,11 +11,14 @@ #include -#include +#include ++#if !defined(__amd64__) && !defined(__i386__) ++#include ++#endif +#include #include #include "pci.h" -@@ -122,18 +124,18 @@ struct rovclock_data { +@@ -122,18 +127,18 @@ struct rovclock_data { /* PCI read/write functions */ unsigned int pci_read(u8 bus, u8 device, u8 func, u8 addr) { @@ -39,7 +42,7 @@ } /* Register read/write functions */ -@@ -144,38 +146,38 @@ u32 reg_read(struct rovclock_data *rovcl +@@ -144,38 +149,38 @@ u32 reg_read(struct rovclock_data *rovclock, u32 addr) void reg_write(struct rovclock_data *rovclock, u32 addr, u32 data) { @@ -86,7 +89,7 @@ } /* Print usage */ -@@ -281,10 +283,11 @@ void pll_set_freq(struct rovclock_data * +@@ -281,10 +286,11 @@ void pll_set_freq(struct rovclock_data *rovclock) /* Search for ATI card on PCI bus */ int find_card(struct rovclock_data *rovclock) { @@ -100,7 +103,7 @@ /* Check /proc/bus/pci/devices first */ if ((proc = fopen("/proc/bus/pci/devices", "r")) != NULL) { while (fscanf(proc, "%x\t%x", &rovclock->pci_bus, &id) == 2) { -@@ -305,8 +308,9 @@ int find_card(struct rovclock_data *rovc +@@ -305,8 +311,9 @@ int find_card(struct rovclock_data *rovclock) break; } } @@ -111,7 +114,7 @@ /* Find card by scanning the PCI devices, check from bus 1 to 9 for ATI device */ rovclock->pci_dev = 0; -@@ -423,7 +427,7 @@ int main(int argc, char **argv) +@@ -423,7 +430,7 @@ int main(int argc, char **argv) } /* Get I/O permission */ From owner-svn-ports-branches@freebsd.org Thu Jul 23 01:39: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 76C693678AA; Thu, 23 Jul 2020 01:39:03 +0000 (UTC) (envelope-from pi@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BBw3W2xFnz3X66; Thu, 23 Jul 2020 01:39:03 +0000 (UTC) (envelope-from pi@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 47E4E10CA7; Thu, 23 Jul 2020 01:39:03 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06N1d3ds030557; Thu, 23 Jul 2020 01:39:03 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06N1d1FS030549; Thu, 23 Jul 2020 01:39:01 GMT (envelope-from pi@FreeBSD.org) Message-Id: <202007230139.06N1d1FS030549@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 23 Jul 2020 01:39:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542905 - in branches/2020Q3/converters/wkhtmltopdf: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in branches/2020Q3/converters/wkhtmltopdf: . files X-SVN-Commit-Revision: 542905 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.33 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, 23 Jul 2020 01:39:03 -0000 Author: pi Date: Thu Jul 23 01:39:01 2020 New Revision: 542905 URL: https://svnweb.freebsd.org/changeset/ports/542905 Log: MFH: r542904 converters/wkhtmltopdf: update 0.12.5 -> 0.12.6, fix build - remove dependency on www/qt5-webkit - BREAKING CHANGE: block local filesystem access by default - pet portlint PR: 243349, 248039, 247556, 241397 Submitted by: r.quakkelaar@quaras.nl Reported by: ohartmann@walstatt.org, rs@bytecamp.net Reviewed by: jonc@chen.org.nz, jhibbits Relnotes: https://github.com/wkhtmltopdf/wkhtmltopdf/releases/tag/0.12.6 Approved by: portmgr (build fix blanket) Added: branches/2020Q3/converters/wkhtmltopdf/files/patch-configure - copied unchanged from r542904, head/converters/wkhtmltopdf/files/patch-configure Deleted: branches/2020Q3/converters/wkhtmltopdf/files/patch-mkspecs_common_gcc-base.conf Modified: branches/2020Q3/converters/wkhtmltopdf/Makefile branches/2020Q3/converters/wkhtmltopdf/distinfo branches/2020Q3/converters/wkhtmltopdf/files/patch-config.tests_unix_compile.test branches/2020Q3/converters/wkhtmltopdf/files/patch-libcxx branches/2020Q3/converters/wkhtmltopdf/files/patch-src__3rdparty__webkit__Source__JavaScriptCore__runtime__JSValueInlineMethods.h branches/2020Q3/converters/wkhtmltopdf/files/patch-src__3rdparty__webkit__Source__JavaScriptCore__wtf__Atomics.h branches/2020Q3/converters/wkhtmltopdf/files/patch-src__3rdparty__webkit__Source__WebKit__qt__QtWebKit.pro branches/2020Q3/converters/wkhtmltopdf/pkg-plist Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/converters/wkhtmltopdf/Makefile ============================================================================== --- branches/2020Q3/converters/wkhtmltopdf/Makefile Thu Jul 23 01:34:03 2020 (r542904) +++ branches/2020Q3/converters/wkhtmltopdf/Makefile Thu Jul 23 01:39:01 2020 (r542905) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= wkhtmltopdf -PORTVERSION= 0.12.5 -PORTREVISION= 5 +PORTVERSION= 0.12.6 CATEGORIES= converters MAINTAINER= pi@FreeBSD.org @@ -20,17 +19,16 @@ BROKEN_mips64= fails to link: undefined reference to RUN_DEPENDS= webfonts>=0:x11-fonts/webfonts LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ - libpng.so:graphics/png \ - libQt5WebKit.so:www/qt5-webkit + libpng.so:graphics/png USES= compiler:c++11-lang gmake iconv jpeg perl5 pkgconfig ssl xorg +USE_GCC= 8 USE_XORG= x11 xext xrender USE_PERL5= build USE_LDCONFIG= yes USE_GITHUB= yes WKQT_TAGNAME= 5db36ec GH_TUPLE= ${PORTNAME}:qt:${WKQT_TAGNAME}:qt -USE_CXXSTD= gnu++98 HAS_CONFIGURE= yes PATCH_WRKSRC= ${WRKSRC}/qt Modified: branches/2020Q3/converters/wkhtmltopdf/distinfo ============================================================================== --- branches/2020Q3/converters/wkhtmltopdf/distinfo Thu Jul 23 01:34:03 2020 (r542904) +++ branches/2020Q3/converters/wkhtmltopdf/distinfo Thu Jul 23 01:39:01 2020 (r542905) @@ -1,5 +1,5 @@ -TIMESTAMP = 1528798989 -SHA256 (wkhtmltopdf-wkhtmltopdf-0.12.5_GH0.tar.gz) = 861d6e61e2f5beb2d8daaade2cd5a85b84065ee9fac0d6d85000d8a7712a4621 -SIZE (wkhtmltopdf-wkhtmltopdf-0.12.5_GH0.tar.gz) = 511181 +TIMESTAMP = 1591904530 +SHA256 (wkhtmltopdf-wkhtmltopdf-0.12.6_GH0.tar.gz) = adcced78492e7366d940c66a1327a85d3ae8c45190f486f545fdaa84cac662f0 +SIZE (wkhtmltopdf-wkhtmltopdf-0.12.6_GH0.tar.gz) = 519045 SHA256 (wkhtmltopdf-qt-5db36ec_GH0.tar.gz) = 2b60944b46a4b0b9cdb9ce0339c3bf8f54c5ff9411cbc3c6a6ad01f88cc578e1 SIZE (wkhtmltopdf-qt-5db36ec_GH0.tar.gz) = 172992377 Modified: branches/2020Q3/converters/wkhtmltopdf/files/patch-config.tests_unix_compile.test ============================================================================== --- branches/2020Q3/converters/wkhtmltopdf/files/patch-config.tests_unix_compile.test Thu Jul 23 01:34:03 2020 (r542904) +++ branches/2020Q3/converters/wkhtmltopdf/files/patch-config.tests_unix_compile.test Thu Jul 23 01:39:01 2020 (r542905) @@ -1,6 +1,6 @@ ---- config.tests/unix/compile.test.orig +--- config.tests/unix/compile.test.orig 2018-05-29 06:56:52 UTC +++ config.tests/unix/compile.test -@@ -13,7 +13,7 @@ +@@ -13,7 +13,7 @@ DESCRIPTION=$7 shift 7 LFLAGS="$SYSROOT_FLAG" INCLUDEPATH="" Copied: branches/2020Q3/converters/wkhtmltopdf/files/patch-configure (from r542904, head/converters/wkhtmltopdf/files/patch-configure) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/converters/wkhtmltopdf/files/patch-configure Thu Jul 23 01:39:01 2020 (r542905, copy of r542904, head/converters/wkhtmltopdf/files/patch-configure) @@ -0,0 +1,11 @@ +--- configure.orig 2018-05-29 06:56:52 UTC ++++ configure +@@ -7754,7 +7754,7 @@ case "$XPLATFORM" in + *-g++*) + # Check gcc's version + case "$(${QMAKE_CONF_COMPILER} -dumpversion)" in +- 8*|7*|6*|5*|4*|3.4*) ++ 11*|10*|9*|8*|7*|6*|5*|4*|3.4*) + ;; + 3.3*) + canBuildWebKit="no" Modified: branches/2020Q3/converters/wkhtmltopdf/files/patch-libcxx ============================================================================== --- branches/2020Q3/converters/wkhtmltopdf/files/patch-libcxx Thu Jul 23 01:34:03 2020 (r542904) +++ branches/2020Q3/converters/wkhtmltopdf/files/patch-libcxx Thu Jul 23 01:39:01 2020 (r542905) @@ -202,27 +202,25 @@ Reviewed by Anders Carlsson. libc++ provides std::nullptr emulation, so we don't have to. ------------------------------------------------------------------------ ---- src/3rdparty/webkit/Source/JavaScriptCore/wtf/NullPtr.h +--- src/3rdparty/webkit/Source/JavaScriptCore/wtf/NullPtr.h.orig 2018-05-29 06:56:52 UTC +++ src/3rdparty/webkit/Source/JavaScriptCore/wtf/NullPtr.h -@@ -35,10 +35,14 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +@@ -35,9 +35,13 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH D #define __has_feature(feature) 0 #endif --#if __has_feature(cxx_nullptr) || (GCC_VERSION_AT_LEAST(4, 6, 0) && defined(__GXX_EXPERIMENTAL_CXX0X__)) || (defined(_MSC_VER) && _MSC_VER >= 1600 && !COMPILER(INTEL)) || defined(_LIBCPP_VERSION) +#include + -+#if __has_feature(cxx_nullptr) || (GCC_VERSION_AT_LEAST(4, 6, 0) && defined(__GXX_EXPERIMENTAL_CXX0X__)) || (defined(_MSC_VER) && _MSC_VER >= 1600 && !COMPILER(INTEL)) || defined(_LIBCPP_VERSION) + #if __has_feature(cxx_nullptr) || (GCC_VERSION_AT_LEAST(4, 6, 0) && defined(__GXX_EXPERIMENTAL_CXX0X__)) || (defined(_MSC_VER) && _MSC_VER >= 1600 && !COMPILER(INTEL)) || defined(_LIBCPP_VERSION) #define HAVE_NULLPTR 1 - -+#include + ++#include + #else - namespace std { ---- src/3rdparty/webkit/Source/WebCore/dom/XMLDocumentParserQt.cpp (revision 86528) -+++ src/3rdparty/webkit/Source/WebCore/dom/XMLDocumentParserQt.cpp (revision 86529) -@@ -215,7 +215,7 @@ +--- src/3rdparty/webkit/Source/WebCore/dom/XMLDocumentParserQt.cpp.orig 2018-05-29 06:56:52 UTC ++++ src/3rdparty/webkit/Source/WebCore/dom/XMLDocumentParserQt.cpp +@@ -215,7 +215,7 @@ void XMLDocumentParser::doEnd() { #if ENABLE(XSLT) if (m_sawXSLTransform) { @@ -231,7 +229,7 @@ libc++ provides std::nullptr emulation, so we don't ha document()->setParsing(false); // Make the doc think it's done, so it will apply xsl sheets. document()->styleSelectorChanged(RecalcStyleImmediately); document()->setParsing(true); ---- src/3rdparty/webkit/Source/WebCore/loader/icon/IconRecord.h +--- src/3rdparty/webkit/Source/WebCore/loader/icon/IconRecord.h.orig 2018-05-29 06:56:52 UTC +++ src/3rdparty/webkit/Source/WebCore/loader/icon/IconRecord.h @@ -38,7 +38,7 @@ #include @@ -242,7 +240,7 @@ libc++ provides std::nullptr emulation, so we don't ha #include // For time_t structure. #endif ---- src/3rdparty/webkit/Source/WebCore/page/Page.h +--- src/3rdparty/webkit/Source/WebCore/page/Page.h.orig 2018-05-29 06:56:52 UTC +++ src/3rdparty/webkit/Source/WebCore/page/Page.h @@ -29,7 +29,7 @@ #include @@ -253,7 +251,7 @@ libc++ provides std::nullptr emulation, so we don't ha #include // For time_t structure. #endif ---- src/3rdparty/webkit/Source/WebCore/platform/network/ResourceResponseBase.h +--- src/3rdparty/webkit/Source/WebCore/platform/network/ResourceResponseBase.h.orig 2018-05-29 06:56:52 UTC +++ src/3rdparty/webkit/Source/WebCore/platform/network/ResourceResponseBase.h @@ -35,7 +35,7 @@ #include @@ -264,9 +262,9 @@ libc++ provides std::nullptr emulation, so we don't ha #include // For time_t structure. #endif ---- src/3rdparty/webkit/Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp (revision 86529) -+++ src/3rdparty/webkit/Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp (revision 86530) -@@ -285,7 +285,7 @@ +--- src/3rdparty/webkit/Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp.orig 2018-05-29 06:56:52 UTC ++++ src/3rdparty/webkit/Source/WebCore/platform/network/qt/QNetworkReplyHandler.cpp +@@ -285,7 +285,7 @@ void QNetworkReplyWrapper::receiveMetaData() Q_ASSERT(!m_sniffer); @@ -275,7 +273,7 @@ libc++ provides std::nullptr emulation, so we don't ha if (m_sniffer->isFinished()) { receiveSniffedMIMEType(); -@@ -666,7 +666,7 @@ +@@ -666,7 +666,7 @@ void QNetworkReplyHandler::start() if (!reply) return; @@ -284,10 +282,9 @@ libc++ provides std::nullptr emulation, so we don't ha if (m_loadType == SynchronousLoad) { m_replyWrapper->synchronousLoad(); -=================================================================== ---- src/3rdparty/webkit/Source/WebCore/platform/text/qt/TextCodecQt.cpp (revision 86530) -+++ src/3rdparty/webkit/Source/WebCore/platform/text/qt/TextCodecQt.cpp (revision 86531) -@@ -64,7 +64,7 @@ +--- src/3rdparty/webkit/Source/WebCore/platform/text/qt/TextCodecQt.cpp.orig 2018-05-29 06:56:52 UTC ++++ src/3rdparty/webkit/Source/WebCore/platform/text/qt/TextCodecQt.cpp +@@ -64,7 +64,7 @@ void TextCodecQt::registerEncodingNames(EncodingNameRe static PassOwnPtr newTextCodecQt(const TextEncoding& encoding, const void*) { @@ -296,10 +293,20 @@ libc++ provides std::nullptr emulation, so we don't ha } void TextCodecQt::registerCodecs(TextCodecRegistrar registrar) - ---- src/3rdparty/webkit/Source/WebKit/qt/Api/qgraphicswebview.cpp (revision 86532) -+++ src/3rdparty/webkit/Source/WebKit/qt/Api/qgraphicswebview.cpp (revision 86533) -@@ -504,7 +504,7 @@ +--- src/3rdparty/webkit/Source/WebCore/plugins/qt/PluginViewQt.cpp.orig 2018-05-29 06:56:52 UTC ++++ src/3rdparty/webkit/Source/WebCore/plugins/qt/PluginViewQt.cpp +@@ -950,7 +950,7 @@ bool PluginView::platformStart() + + #if USE(ACCELERATED_COMPOSITING) && !USE(TEXTURE_MAPPER) + if (shouldUseAcceleratedCompositing()) { +- m_platformLayer = new PluginGraphicsLayerQt(this); ++ m_platformLayer = adoptPtr(new PluginGraphicsLayerQt(this)); + // Trigger layer computation in RenderLayerCompositor + m_element->setNeedsStyleRecalc(SyntheticStyleChange); + } +--- src/3rdparty/webkit/Source/WebKit/qt/Api/qgraphicswebview.cpp.orig 2018-05-29 06:56:52 UTC ++++ src/3rdparty/webkit/Source/WebKit/qt/Api/qgraphicswebview.cpp +@@ -504,7 +504,7 @@ void QGraphicsWebView::setPage(QWebPage* page) if (!d->page) return; @@ -308,9 +315,9 @@ libc++ provides std::nullptr emulation, so we don't ha if (d->overlay()) d->overlay()->prepareGraphicsItemGeometryChange(); ---- src/3rdparty/webkit/Source/WebKit/qt/Api/qwebpage.cpp (revision 86532) -+++ src/3rdparty/webkit/Source/WebKit/qt/Api/qwebpage.cpp (revision 86550) -@@ -1319,7 +1319,7 @@ +--- src/3rdparty/webkit/Source/WebKit/qt/Api/qwebpage.cpp.orig 2018-05-29 06:56:52 UTC ++++ src/3rdparty/webkit/Source/WebKit/qt/Api/qwebpage.cpp +@@ -1343,7 +1343,7 @@ void QWebPagePrivate::adjustPointForClicking(QMouseEve void QWebPagePrivate::adjustPointForClicking(QGraphicsSceneMouseEvent* ev) { QtPlatformPlugin platformPlugin; @@ -319,7 +326,7 @@ libc++ provides std::nullptr emulation, so we don't ha if (!touchModifier) return; -@@ -1328,8 +1328,7 @@ +@@ -1352,8 +1352,7 @@ void QWebPagePrivate::adjustPointForClicking(QGraphics unsigned bottomPadding = touchModifier->hitTestPaddingForTouch(QWebTouchModifier::Down); unsigned leftPadding = touchModifier->hitTestPaddingForTouch(QWebTouchModifier::Left); @@ -329,7 +336,7 @@ libc++ provides std::nullptr emulation, so we don't ha if (!topPadding && !rightPadding && !bottomPadding && !leftPadding) return; -@@ -2044,7 +2044,7 @@ +@@ -2068,7 +2067,7 @@ void QWebPage::setView(QWidget* view) } if (view) @@ -338,68 +345,9 @@ libc++ provides std::nullptr emulation, so we don't ha } /*! ---- src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/PopupMenuQt.h (revision 86536) -+++ src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/PopupMenuQt.h (revision 86550) -@@ -22,6 +22,8 @@ - - #include "PopupMenu.h" - #include -+#include -+#include - - class QWebSelectData; - class QWebSelectMethod; -@@ -49,8 +51,8 @@ - - private: - PopupMenuClient* m_popupClient; -- QWebSelectMethod* m_popup; -- QWebSelectData* m_selectData; -+ OwnPtr m_popup; -+ OwnPtr m_selectData; - const ChromeClientQt* m_chromeClient; - }; - ---- src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/QtPlatformPlugin.h (revision 86536) -+++ src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/QtPlatformPlugin.h (revision 86550) -@@ -22,6 +22,7 @@ - #define QtPlatformPlugin_h - - #include -+#include - - class QWebSelectMethod; - class QWebKitPlatformPlugin; -@@ -37,15 +38,20 @@ - - class QtPlatformPlugin { - public: -- QtPlatformPlugin() : m_loaded(false), m_plugin(0) {} -+ QtPlatformPlugin() -+ : m_loaded(false) -+ , m_plugin(0) -+ { -+ } -+ - ~QtPlatformPlugin(); - -- QWebSelectMethod* createSelectInputMethod(); -- QWebNotificationPresenter* createNotificationPresenter(); -- QWebHapticFeedbackPlayer* createHapticFeedbackPlayer(); -- QWebTouchModifier* createTouchModifier(); -+ PassOwnPtr createSelectInputMethod(); -+ PassOwnPtr createNotificationPresenter(); -+ PassOwnPtr createHapticFeedbackPlayer(); -+ PassOwnPtr createTouchModifier(); - #if ENABLE(VIDEO) && USE(QT_MULTIMEDIA) -- QWebFullScreenVideoHandler* createFullScreenVideoHandler(); -+ PassOwnPtr createFullScreenVideoHandler(); - #endif - - QWebKitPlatformPlugin* plugin(); ---- src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/ChromeClientQt.cpp (revision 86536) -+++ src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/ChromeClientQt.cpp (revision 86550) -@@ -696,18 +696,18 @@ +--- src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/ChromeClientQt.cpp.orig 2018-05-29 06:56:52 UTC ++++ src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/ChromeClientQt.cpp +@@ -702,18 +702,18 @@ void ChromeClientQt::exitFullscreenForNode(Node* node) } #endif @@ -424,10 +372,96 @@ libc++ provides std::nullptr emulation, so we don't ha #endif } ---- src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/PopupMenuQt.cpp (revision 86536) -+++ src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/PopupMenuQt.cpp (revision 86550) -@@ -82,8 +82,6 @@ +--- src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/ChromeClientQt.h.orig 2018-05-29 06:56:52 UTC ++++ src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/ChromeClientQt.h +@@ -34,6 +34,7 @@ + #include "KURL.h" + #include "PlatformString.h" + #include "QtPlatformPlugin.h" ++#include + #include + QT_BEGIN_NAMESPACE +@@ -190,7 +191,7 @@ class ChromeClientQt : public ChromeClient { (public) + virtual PassRefPtr createSearchPopupMenu(PopupMenuClient*) const; + virtual void populateVisitedLinks(); + +- QWebSelectMethod* createSelectPopup() const; ++ PassOwnPtr createSelectPopup() const; + + virtual void dispatchViewportDataDidChange(const ViewportArguments&) const; + +--- src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/FullScreenVideoQt.cpp.orig 2018-05-29 06:56:52 UTC ++++ src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/FullScreenVideoQt.cpp +@@ -140,7 +140,7 @@ FullScreenVideoQt::FullScreenVideoQt(ChromeClientQt* c + Q_ASSERT(m_chromeClient); + + #if USE(QT_MULTIMEDIA) +- m_FullScreenVideoHandler = m_chromeClient->m_platformPlugin.createFullScreenVideoHandler(); ++ m_FullScreenVideoHandler = m_chromeClient->m_platformPlugin.createFullScreenVideoHandler().leakPtr(); + if (!m_FullScreenVideoHandler) + m_FullScreenVideoHandler = new DefaultFullScreenVideoHandler; + +--- src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/InspectorClientQt.cpp.orig 2018-05-29 06:56:52 UTC ++++ src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/InspectorClientQt.cpp +@@ -203,8 +203,9 @@ void InspectorClientQt::inspectorDestroyed() + void InspectorClientQt::openInspectorFrontend(WebCore::InspectorController* inspectorController) + { + #if ENABLE(INSPECTOR) +- QWebView* inspectorView = new QWebView; +- InspectorClientWebPage* inspectorPage = new InspectorClientWebPage(inspectorView); ++ OwnPtr inspectorView = adoptPtr(new QWebView); ++ // FIXME: Where does inspectorPage get deleted? ++ InspectorClientWebPage* inspectorPage = new InspectorClientWebPage(inspectorView.get()); + inspectorView->setPage(inspectorPage); + + QWebInspector* inspector = m_inspectedWebPage->d->getOrCreateInspector(); +@@ -229,11 +230,14 @@ void InspectorClientQt::openInspectorFrontend(WebCore: + inspectorPage->setProperty("_q_inspectorJavaScriptWindowObjects", inspectorJavaScriptWindowObjects); + #endif + inspectorView->page()->mainFrame()->load(inspectorUrl); +- m_inspectedWebPage->d->inspectorFrontend = inspectorView; +- inspector->d->setFrontend(inspectorView); ++ m_inspectedWebPage->d->inspectorFrontend = inspectorView.get(); ++ inspector->d->setFrontend(inspectorView.get()); + +- m_frontendClient = new InspectorFrontendClientQt(m_inspectedWebPage, inspectorView, this); +- inspectorView->page()->d->page->inspectorController()->setInspectorFrontendClient(m_frontendClient); ++ // Is 'controller' the same object as 'inspectorController' (which appears to be unused)? ++ InspectorController* controller = inspectorView->page()->d->page->inspectorController(); ++ OwnPtr frontendClient = adoptPtr(new InspectorFrontendClientQt(m_inspectedWebPage, inspectorView.release(), this)); ++ m_frontendClient = frontendClient.get(); ++ controller->setInspectorFrontendClient(frontendClient.release()); + m_frontendWebPage = inspectorPage; + #endif + } +@@ -297,7 +301,7 @@ bool InspectorClientQt::sendMessageToFrontend(const St + + #if ENABLE(INSPECTOR) + InspectorFrontendClientQt::InspectorFrontendClientQt(QWebPage* inspectedWebPage, PassOwnPtr inspectorView, InspectorClientQt* inspectorClient) +- : InspectorFrontendClientLocal(inspectedWebPage->d->page->inspectorController(), inspectorView->page()->d->page, new InspectorFrontendSettingsQt()) ++ : InspectorFrontendClientLocal(inspectedWebPage->d->page->inspectorController(), inspectorView->page()->d->page, adoptPtr(new InspectorFrontendSettingsQt())) + , m_inspectedWebPage(inspectedWebPage) + , m_inspectorView(inspectorView) + , m_destroyingInspectorView(false) +--- src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/NotificationPresenterClientQt.cpp.orig 2018-05-29 06:56:52 UTC ++++ src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/NotificationPresenterClientQt.cpp +@@ -211,9 +211,9 @@ void NotificationPresenterClientQt::displayNotificatio + QPixmap pixmap; + if (bytes.length() && pixmap.loadFromData(bytes)) { + QIcon icon(pixmap); +- wrapper->m_notificationIcon = new QSystemTrayIcon(icon); ++ wrapper->m_notificationIcon = adoptPtr(new QSystemTrayIcon(icon)); + } else +- wrapper->m_notificationIcon = new QSystemTrayIcon(); ++ wrapper->m_notificationIcon = adoptPtr(new QSystemTrayIcon()); + #endif + } + +--- src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/PopupMenuQt.cpp.orig 2018-05-29 06:56:52 UTC ++++ src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/PopupMenuQt.cpp +@@ -82,16 +82,12 @@ namespace WebCore { + PopupMenuQt::PopupMenuQt(PopupMenuClient* client, const ChromeClientQt* chromeClient) : m_popupClient(client) - , m_popup(0) @@ -435,7 +469,6 @@ libc++ provides std::nullptr emulation, so we don't ha , m_chromeClient(chromeClient) { } -@@ -90,8 +88,6 @@ PopupMenuQt::~PopupMenuQt() { @@ -444,7 +477,7 @@ libc++ provides std::nullptr emulation, so we don't ha } void PopupMenuQt::disconnectClient() -@@ -107,11 +103,11 @@ +@@ -107,21 +103,19 @@ void PopupMenuQt::show(const IntRect& rect, FrameView* if (!m_popup) { m_popup = m_chromeClient->createSelectPopup(); @@ -459,7 +492,6 @@ libc++ provides std::nullptr emulation, so we don't ha QRect geometry(rect); geometry.moveTopLeft(view->contentsToWindow(rect.location())); fallback->setGeometry(geometry); -@@ -118,10 +114,8 @@ fallback->setFont(m_popupClient->menuStyle().font().font()); } @@ -472,20 +504,31 @@ libc++ provides std::nullptr emulation, so we don't ha #endif } ---- src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/FullScreenVideoQt.cpp (revision 86536) -+++ src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/FullScreenVideoQt.cpp (revision 86550) -@@ -136,7 +136,7 @@ - Q_ASSERT(m_chromeClient); +--- src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/PopupMenuQt.h.orig 2018-05-29 06:56:52 UTC ++++ src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/PopupMenuQt.h +@@ -22,6 +22,8 @@ - #if USE(QT_MULTIMEDIA) -- m_FullScreenVideoHandler = m_chromeClient->m_platformPlugin.createFullScreenVideoHandler(); -+ m_FullScreenVideoHandler = m_chromeClient->m_platformPlugin.createFullScreenVideoHandler().leakPtr(); - if (!m_FullScreenVideoHandler) - m_FullScreenVideoHandler = new DefaultFullScreenVideoHandler; + #include "PopupMenu.h" + #include ++#include ++#include ---- src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/QtPlatformPlugin.cpp (revision 86536) -+++ src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/QtPlatformPlugin.cpp (revision 86550) -@@ -102,36 +102,35 @@ + class QWebSelectData; + class QWebSelectMethod; +@@ -49,8 +51,8 @@ private slots: + + private: + PopupMenuClient* m_popupClient; +- QWebSelectMethod* m_popup; +- QWebSelectData* m_selectData; ++ OwnPtr m_popup; ++ OwnPtr m_selectData; + const ChromeClientQt* m_chromeClient; + }; + +--- src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/QtPlatformPlugin.cpp.orig 2018-05-29 06:56:52 UTC ++++ src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/QtPlatformPlugin.cpp +@@ -102,36 +102,35 @@ QWebKitPlatformPlugin* QtPlatformPlugin::plugin() return m_plugin; } @@ -532,89 +575,40 @@ libc++ provides std::nullptr emulation, so we don't ha } #endif ---- src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/InspectorClientQt.cpp (revision 86536) -+++ src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/InspectorClientQt.cpp (revision 86550) -@@ -203,8 +203,9 @@ - void InspectorClientQt::openInspectorFrontend(WebCore::InspectorController* inspectorController) - { - #if ENABLE(INSPECTOR) -- QWebView* inspectorView = new QWebView; -- InspectorClientWebPage* inspectorPage = new InspectorClientWebPage(inspectorView); -+ OwnPtr inspectorView = adoptPtr(new QWebView); -+ // FIXME: Where does inspectorPage get deleted? -+ InspectorClientWebPage* inspectorPage = new InspectorClientWebPage(inspectorView.get()); - inspectorView->setPage(inspectorPage); +--- src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/QtPlatformPlugin.h.orig 2018-05-29 06:56:52 UTC ++++ src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/QtPlatformPlugin.h +@@ -22,6 +22,7 @@ + #define QtPlatformPlugin_h - QWebInspector* inspector = m_inspectedWebPage->d->getOrCreateInspector(); -@@ -229,11 +230,14 @@ - inspectorPage->setProperty("_q_inspectorJavaScriptWindowObjects", inspectorJavaScriptWindowObjects); - #endif - inspectorView->page()->mainFrame()->load(inspectorUrl); -- m_inspectedWebPage->d->inspectorFrontend = inspectorView; -- inspector->d->setFrontend(inspectorView); -+ m_inspectedWebPage->d->inspectorFrontend = inspectorView.get(); -+ inspector->d->setFrontend(inspectorView.get()); - -- m_frontendClient = new InspectorFrontendClientQt(m_inspectedWebPage, inspectorView, this); -- inspectorView->page()->d->page->inspectorController()->setInspectorFrontendClient(m_frontendClient); -+ // Is 'controller' the same object as 'inspectorController' (which appears to be unused)? -+ InspectorController* controller = inspectorView->page()->d->page->inspectorController(); -+ OwnPtr frontendClient = adoptPtr(new InspectorFrontendClientQt(m_inspectedWebPage, inspectorView.release(), this)); -+ m_frontendClient = frontendClient.get(); -+ controller->setInspectorFrontendClient(frontendClient.release()); - m_frontendWebPage = inspectorPage; - #endif - } -@@ -297,7 +301,7 @@ - - #if ENABLE(INSPECTOR) - InspectorFrontendClientQt::InspectorFrontendClientQt(QWebPage* inspectedWebPage, PassOwnPtr inspectorView, InspectorClientQt* inspectorClient) -- : InspectorFrontendClientLocal(inspectedWebPage->d->page->inspectorController(), inspectorView->page()->d->page, new InspectorFrontendSettingsQt()) -+ : InspectorFrontendClientLocal(inspectedWebPage->d->page->inspectorController(), inspectorView->page()->d->page, adoptPtr(new InspectorFrontendSettingsQt())) - , m_inspectedWebPage(inspectedWebPage) - , m_inspectorView(inspectorView) - , m_destroyingInspectorView(false) ---- src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/NotificationPresenterClientQt.cpp (revision 86536) -+++ src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/NotificationPresenterClientQt.cpp (revision 86550) -@@ -211,9 +211,9 @@ - QPixmap pixmap; - if (bytes.length() && pixmap.loadFromData(bytes)) { - QIcon icon(pixmap); -- wrapper->m_notificationIcon = new QSystemTrayIcon(icon); -+ wrapper->m_notificationIcon = adoptPtr(new QSystemTrayIcon(icon)); - } else -- wrapper->m_notificationIcon = new QSystemTrayIcon(); -+ wrapper->m_notificationIcon = adoptPtr(new QSystemTrayIcon()); - #endif - } - ---- src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/ChromeClientQt.h (revision 86536) -+++ src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/ChromeClientQt.h (revision 86550) -@@ -34,6 +34,7 @@ - #include "KURL.h" - #include "PlatformString.h" - #include "QtPlatformPlugin.h" + #include +#include - #include - QT_BEGIN_NAMESPACE -@@ -189,7 +190,7 @@ - virtual PassRefPtr createSearchPopupMenu(PopupMenuClient*) const; - virtual void populateVisitedLinks(); + class QWebSelectMethod; + class QWebKitPlatformPlugin; +@@ -37,15 +38,20 @@ namespace WebCore { -- QWebSelectMethod* createSelectPopup() const; -+ PassOwnPtr createSelectPopup() const; + class QtPlatformPlugin { + public: +- QtPlatformPlugin() : m_loaded(false), m_plugin(0) {} ++ QtPlatformPlugin() ++ : m_loaded(false) ++ , m_plugin(0) ++ { ++ } ++ + ~QtPlatformPlugin(); - virtual void dispatchViewportDataDidChange(const ViewportArguments&) const; - ---- src/3rdparty/webkit/Source/WebCore/plugins/qt/PluginViewQt.cpp (revision 86536) -+++ src/3rdparty/webkit/Source/WebCore/plugins/qt/PluginViewQt.cpp (revision 86550) -@@ -950,7 +950,7 @@ bool PluginView::platformStart() +- QWebSelectMethod* createSelectInputMethod(); +- QWebNotificationPresenter* createNotificationPresenter(); +- QWebHapticFeedbackPlayer* createHapticFeedbackPlayer(); +- QWebTouchModifier* createTouchModifier(); ++ PassOwnPtr createSelectInputMethod(); ++ PassOwnPtr createNotificationPresenter(); ++ PassOwnPtr createHapticFeedbackPlayer(); ++ PassOwnPtr createTouchModifier(); + #if ENABLE(VIDEO) && USE(QT_MULTIMEDIA) +- QWebFullScreenVideoHandler* createFullScreenVideoHandler(); ++ PassOwnPtr createFullScreenVideoHandler(); + #endif - #if USE(ACCELERATED_COMPOSITING) && !USE(TEXTURE_MAPPER) - if (shouldUseAcceleratedCompositing()) { -- m_platformLayer = new PluginGraphicsLayerQt(this); -+ m_platformLayer = adoptPtr(new PluginGraphicsLayerQt(this)); - // Trigger layer computation in RenderLayerCompositor - m_element->setNeedsStyleRecalc(SyntheticStyleChange); - } + QWebKitPlatformPlugin* plugin(); Modified: branches/2020Q3/converters/wkhtmltopdf/files/patch-src__3rdparty__webkit__Source__JavaScriptCore__runtime__JSValueInlineMethods.h ============================================================================== --- branches/2020Q3/converters/wkhtmltopdf/files/patch-src__3rdparty__webkit__Source__JavaScriptCore__runtime__JSValueInlineMethods.h Thu Jul 23 01:34:03 2020 (r542904) +++ branches/2020Q3/converters/wkhtmltopdf/files/patch-src__3rdparty__webkit__Source__JavaScriptCore__runtime__JSValueInlineMethods.h Thu Jul 23 01:39:01 2020 (r542905) @@ -1,6 +1,6 @@ ---- ./src/3rdparty/webkit/Source/JavaScriptCore/runtime/JSValueInlineMethods.h.orig 2011-12-08 06:06:02.000000000 +0100 -+++ ./src/3rdparty/webkit/Source/JavaScriptCore/runtime/JSValueInlineMethods.h 2012-01-08 17:18:52.511348683 +0100 -@@ -227,7 +227,11 @@ +--- src/3rdparty/webkit/Source/JavaScriptCore/runtime/JSValueInlineMethods.h.orig 2018-05-29 06:56:52 UTC ++++ src/3rdparty/webkit/Source/JavaScriptCore/runtime/JSValueInlineMethods.h +@@ -227,7 +227,11 @@ namespace JSC { u.asBits.tag = CellTag; else u.asBits.tag = EmptyValueTag; @@ -12,7 +12,7 @@ #if ENABLE(JSC_ZOMBIES) ASSERT(!isZombie()); #endif -@@ -239,7 +243,11 @@ +@@ -239,7 +243,11 @@ namespace JSC { u.asBits.tag = CellTag; else u.asBits.tag = EmptyValueTag; Modified: branches/2020Q3/converters/wkhtmltopdf/files/patch-src__3rdparty__webkit__Source__JavaScriptCore__wtf__Atomics.h ============================================================================== --- branches/2020Q3/converters/wkhtmltopdf/files/patch-src__3rdparty__webkit__Source__JavaScriptCore__wtf__Atomics.h Thu Jul 23 01:34:03 2020 (r542904) +++ branches/2020Q3/converters/wkhtmltopdf/files/patch-src__3rdparty__webkit__Source__JavaScriptCore__wtf__Atomics.h Thu Jul 23 01:39:01 2020 (r542905) @@ -1,6 +1,6 @@ ---- src/3rdparty/webkit/Source/JavaScriptCore/wtf/Atomics.h.orig 2014-04-10 20:37:11.000000000 +0200 -+++ src/3rdparty/webkit/Source/JavaScriptCore/wtf/Atomics.h 2014-04-24 16:11:40.000000000 +0200 -@@ -63,18 +63,10 @@ +--- src/3rdparty/webkit/Source/JavaScriptCore/wtf/Atomics.h.orig 2018-05-29 06:56:52 UTC ++++ src/3rdparty/webkit/Source/JavaScriptCore/wtf/Atomics.h +@@ -63,19 +63,11 @@ #if OS(WINDOWS) #include @@ -15,20 +15,21 @@ -#include -#else -#include --#endif #endif +-#endif namespace WTF { -@@ -90,12 +82,6 @@ + +@@ -89,12 +81,6 @@ inline int atomicDecrement(int* addend) { return Inter + inline int atomicIncrement(int volatile* addend) { return InterlockedIncrement(reinterpret_cast(addend)); } inline int atomicDecrement(int volatile* addend) { return InterlockedDecrement(reinterpret_cast(addend)); } #endif - +- -#elif OS(DARWIN) -#define WTF_USE_LOCKFREE_THREADSAFESHARED 1 - -inline int atomicIncrement(int volatile* addend) { return OSAtomicIncrement32Barrier(const_cast(addend)); } -inline int atomicDecrement(int volatile* addend) { return OSAtomicDecrement32Barrier(const_cast(addend)); } -- + #elif OS(ANDROID) - inline int atomicIncrement(int volatile* addend) { return android_atomic_inc(addend); } Modified: branches/2020Q3/converters/wkhtmltopdf/files/patch-src__3rdparty__webkit__Source__WebKit__qt__QtWebKit.pro ============================================================================== --- branches/2020Q3/converters/wkhtmltopdf/files/patch-src__3rdparty__webkit__Source__WebKit__qt__QtWebKit.pro Thu Jul 23 01:34:03 2020 (r542904) +++ branches/2020Q3/converters/wkhtmltopdf/files/patch-src__3rdparty__webkit__Source__WebKit__qt__QtWebKit.pro Thu Jul 23 01:39:01 2020 (r542905) @@ -1,6 +1,6 @@ ---- ./src/3rdparty/webkit/Source/WebKit/qt/QtWebKit.pro.orig 2011-12-08 06:06:03.000000000 +0100 -+++ ./src/3rdparty/webkit/Source/WebKit/qt/QtWebKit.pro 2012-01-08 17:18:52.521346053 +0100 -@@ -84,7 +84,7 @@ +--- src/3rdparty/webkit/Source/WebKit/qt/QtWebKit.pro.orig 2018-05-29 06:56:52 UTC ++++ src/3rdparty/webkit/Source/WebKit/qt/QtWebKit.pro +@@ -115,7 +115,7 @@ CONFIG(QTDIR_build) { } moduleFile=$$PWD/qt_webkit_version.pri Modified: branches/2020Q3/converters/wkhtmltopdf/pkg-plist ============================================================================== --- branches/2020Q3/converters/wkhtmltopdf/pkg-plist Thu Jul 23 01:34:03 2020 (r542904) +++ branches/2020Q3/converters/wkhtmltopdf/pkg-plist Thu Jul 23 01:39:01 2020 (r542905) @@ -7,6 +7,6 @@ include/wkhtmltox/pdf.h lib/libwkhtmltox.so lib/libwkhtmltox.so.0 lib/libwkhtmltox.so.0.12 -lib/libwkhtmltox.so.0.12.5 +lib/libwkhtmltox.so.0.12.6 man/man1/wkhtmltoimage.1.gz man/man1/wkhtmltopdf.1.gz From owner-svn-ports-branches@freebsd.org Thu Jul 23 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 DB41337A8F4; Thu, 23 Jul 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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BC8DY5SjKz4PsN; Thu, 23 Jul 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 81A5A179E5; Thu, 23 Jul 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 06NAlfhY070468; Thu, 23 Jul 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 06NAlfeL070467; Thu, 23 Jul 2020 10:47:41 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <202007231047.06NAlfeL070467@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Thu, 23 Jul 2020 10:47:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542925 - branches/2020Q3/www/mod_maxminddb X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: branches/2020Q3/www/mod_maxminddb X-SVN-Commit-Revision: 542925 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.33 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, 23 Jul 2020 10:47:41 -0000 Author: joneum Date: Thu Jul 23 10:47:40 2020 New Revision: 542925 URL: https://svnweb.freebsd.org/changeset/ports/542925 Log: MFH: r542924 Update to 1.2.0 and take Maintainership - Fix a bug where uninitialized memory could be accessed when looking up a path in a database. - You may now set MMDB_ADDR to use that IP address rather than the remote address when doing the lookup. - Add new directive MaxMindDBNetworkEnv that allows setting an environment variable containing the network associated with an IP address. - Add new directive MaxMindDBSetNotes. When set to On, Apache request notes will be set in addition to environment variables. Approved by: mmokhi (via private-eMail) Sponsored by: Netzkommune GmbH Approved by: ports-secteam (with hat) Modified: branches/2020Q3/www/mod_maxminddb/Makefile branches/2020Q3/www/mod_maxminddb/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/www/mod_maxminddb/Makefile ============================================================================== --- branches/2020Q3/www/mod_maxminddb/Makefile Thu Jul 23 10:45:58 2020 (r542924) +++ branches/2020Q3/www/mod_maxminddb/Makefile Thu Jul 23 10:47:40 2020 (r542925) @@ -1,12 +1,12 @@ # $FreeBSD$ PORTNAME= mod_maxminddb -PORTVERSION= 1.1.0 -PORTREVISION= 2 +PORTVERSION= 1.2.0 +PORTREVISION= 0 CATEGORIES= www PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} -MAINTAINER= mmokhi@FreeBSD.org +MAINTAINER= joneum@FreeBSD.org COMMENT= MaxMind DB Apache Module LICENSE= APACHE20 Modified: branches/2020Q3/www/mod_maxminddb/distinfo ============================================================================== --- branches/2020Q3/www/mod_maxminddb/distinfo Thu Jul 23 10:45:58 2020 (r542924) +++ branches/2020Q3/www/mod_maxminddb/distinfo Thu Jul 23 10:47:40 2020 (r542925) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547916370 -SHA256 (maxmind-mod_maxminddb-1.1.0_GH0.tar.gz) = a5d339699ca9aacc4e66c278b0d2a48099e41ae96dfd23c26999485c8e6f8f26 -SIZE (maxmind-mod_maxminddb-1.1.0_GH0.tar.gz) = 22720 +TIMESTAMP = 1595500825 +SHA256 (maxmind-mod_maxminddb-1.2.0_GH0.tar.gz) = 27d926343a3b548eb7b2f9f5462cacb5a2c9762174b7af6d2c37d5f4e593a9b8 +SIZE (maxmind-mod_maxminddb-1.2.0_GH0.tar.gz) = 26005 From owner-svn-ports-branches@freebsd.org Thu Jul 23 14:35: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 B52C037FF3B; Thu, 23 Jul 2020 14:35: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BCFHT4Nldz4dNt; Thu, 23 Jul 2020 14:35:33 +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 790CB1A3DB; Thu, 23 Jul 2020 14:35:33 +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 06NEZX9t012185; Thu, 23 Jul 2020 14:35:33 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06NEZVbe012177; Thu, 23 Jul 2020 14:35:31 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <202007231435.06NEZVbe012177@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Thu, 23 Jul 2020 14:35:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542933 - in branches/2020Q3/www: tomcat-devel tomcat7 tomcat85 tomcat9 X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in branches/2020Q3/www: tomcat-devel tomcat7 tomcat85 tomcat9 X-SVN-Commit-Revision: 542933 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.33 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, 23 Jul 2020 14:35:33 -0000 Author: joneum Date: Thu Jul 23 14:35:31 2020 New Revision: 542933 URL: https://svnweb.freebsd.org/changeset/ports/542933 Log: Merge www/tomcat{7,85,9,-devel} to 2020Q3 PR: 247975 Reported by: VVD Approved by: ports-secteam (with hat) Sponsored by: Netzkommune GmbH Modified: branches/2020Q3/www/tomcat-devel/Makefile branches/2020Q3/www/tomcat-devel/distinfo branches/2020Q3/www/tomcat7/Makefile branches/2020Q3/www/tomcat7/distinfo branches/2020Q3/www/tomcat85/Makefile branches/2020Q3/www/tomcat85/distinfo branches/2020Q3/www/tomcat9/Makefile branches/2020Q3/www/tomcat9/distinfo Modified: branches/2020Q3/www/tomcat-devel/Makefile ============================================================================== --- branches/2020Q3/www/tomcat-devel/Makefile Thu Jul 23 14:17:18 2020 (r542932) +++ branches/2020Q3/www/tomcat-devel/Makefile Thu Jul 23 14:35:31 2020 (r542933) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tomcat -PORTVERSION= 10.0.0.M6 -PORTREVISION= 0 +PORTVERSION= 10.0.0.M7 CATEGORIES= www java MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/([0-9]+)(.*)/\1/}/v${PORTVERSION:C/.M/-M/}/bin PKGNAMESUFFIX= -devel Modified: branches/2020Q3/www/tomcat-devel/distinfo ============================================================================== --- branches/2020Q3/www/tomcat-devel/distinfo Thu Jul 23 14:17:18 2020 (r542932) +++ branches/2020Q3/www/tomcat-devel/distinfo Thu Jul 23 14:35:31 2020 (r542933) @@ -1,3 +1,3 @@ -TIMESTAMP = 1591651475 -SHA256 (apache-tomcat-10.0.0-M6.tar.gz) = c1d803340b64239fcdd601f1b2345f2af16cdc02522a6b9d6941aa9e9ee1645f -SIZE (apache-tomcat-10.0.0-M6.tar.gz) = 11040318 +TIMESTAMP = 1594070159 +SHA256 (apache-tomcat-10.0.0-M7.tar.gz) = 0a83311b75e40be9841c2501e9c9eaedac5a9767f5dcdf8b2ad9ad528da3a3e1 +SIZE (apache-tomcat-10.0.0-M7.tar.gz) = 11100954 Modified: branches/2020Q3/www/tomcat7/Makefile ============================================================================== --- branches/2020Q3/www/tomcat7/Makefile Thu Jul 23 14:17:18 2020 (r542932) +++ branches/2020Q3/www/tomcat7/Makefile Thu Jul 23 14:35:31 2020 (r542933) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tomcat -PORTVERSION= 7.0.104 +PORTVERSION= 7.0.105 PORTREVISION= 0 CATEGORIES= www java MASTER_SITES= APACHE/tomcat/tomcat-7/v${PORTVERSION}/bin Modified: branches/2020Q3/www/tomcat7/distinfo ============================================================================== --- branches/2020Q3/www/tomcat7/distinfo Thu Jul 23 14:17:18 2020 (r542932) +++ branches/2020Q3/www/tomcat7/distinfo Thu Jul 23 14:35:31 2020 (r542933) @@ -1,3 +1,3 @@ -TIMESTAMP = 1593176924 -SHA256 (apache-tomcat-7.0.104.tar.gz) = 0cbc72a05f62978e0b78ce4acf1bb7aa720bfbbabc8a11e11930d73285aea73e -SIZE (apache-tomcat-7.0.104.tar.gz) = 9648795 +TIMESTAMP = 1594362713 +SHA256 (apache-tomcat-7.0.105.tar.gz) = 1a36882b5e25fff4f5d8c10e4029f29e43b1db96e0df03bdbed1fa913038392f +SIZE (apache-tomcat-7.0.105.tar.gz) = 9651307 Modified: branches/2020Q3/www/tomcat85/Makefile ============================================================================== --- branches/2020Q3/www/tomcat85/Makefile Thu Jul 23 14:17:18 2020 (r542932) +++ branches/2020Q3/www/tomcat85/Makefile Thu Jul 23 14:35:31 2020 (r542933) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tomcat -PORTVERSION= 8.5.56 -PORTREVISION= 0 +PORTVERSION= 8.5.57 CATEGORIES= www java MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/([0-9])(.*)/\1/}/v${PORTVERSION}/bin PKGNAMESUFFIX= 85 Modified: branches/2020Q3/www/tomcat85/distinfo ============================================================================== --- branches/2020Q3/www/tomcat85/distinfo Thu Jul 23 14:17:18 2020 (r542932) +++ branches/2020Q3/www/tomcat85/distinfo Thu Jul 23 14:35:31 2020 (r542933) @@ -1,3 +1,3 @@ -TIMESTAMP = 1591651365 -SHA256 (apache-tomcat-8.5.56.tar.gz) = c152484ef0b196fdcee7d428a042711ac4dd9c89496bc6e759ef4e9429f1e710 -SIZE (apache-tomcat-8.5.56.tar.gz) = 10377460 +TIMESTAMP = 1594069938 +SHA256 (apache-tomcat-8.5.57.tar.gz) = 2615839daf1899cd705f9b82f2df6bd21adb29a93a05afdea0a6192ce54025c4 +SIZE (apache-tomcat-8.5.57.tar.gz) = 10379806 Modified: branches/2020Q3/www/tomcat9/Makefile ============================================================================== --- branches/2020Q3/www/tomcat9/Makefile Thu Jul 23 14:17:18 2020 (r542932) +++ branches/2020Q3/www/tomcat9/Makefile Thu Jul 23 14:35:31 2020 (r542933) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tomcat -PORTVERSION= 9.0.36 -PORTREVISION= 0 +PORTVERSION= 9.0.37 CATEGORIES= www java MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/([0-9])(.*)/\1/}/v${PORTVERSION}/bin PKGNAMESUFFIX= 9 Modified: branches/2020Q3/www/tomcat9/distinfo ============================================================================== --- branches/2020Q3/www/tomcat9/distinfo Thu Jul 23 14:17:18 2020 (r542932) +++ branches/2020Q3/www/tomcat9/distinfo Thu Jul 23 14:35:31 2020 (r542933) @@ -1,3 +1,3 @@ -TIMESTAMP = 1591651427 -SHA256 (apache-tomcat-9.0.36.tar.gz) = b9badf99bc7d3309b5c6600a59c53ad93402a77c7992b7df09f3aba1b46ad0e8 -SIZE (apache-tomcat-9.0.36.tar.gz) = 11200905 +TIMESTAMP = 1594070040 +SHA256 (apache-tomcat-9.0.37.tar.gz) = 8fb4cfa459a3f027b855334fbdc7197fa5378e504853a98009281d8e149b1bc7 +SIZE (apache-tomcat-9.0.37.tar.gz) = 11211292 From owner-svn-ports-branches@freebsd.org Thu Jul 23 16:48:17 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 0B06435C06A; Thu, 23 Jul 2020 16:48:17 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BCJDc6xVbz3Xs2; Thu, 23 Jul 2020 16:48: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 D15FB1C0A8; Thu, 23 Jul 2020 16:48: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 06NGmGPM002860; Thu, 23 Jul 2020 16:48:16 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06NGmFsJ002848; Thu, 23 Jul 2020 16:48:15 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <202007231648.06NGmFsJ002848@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Thu, 23 Jul 2020 16:48:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542940 - in branches/2020Q3/www: mattermost-server mattermost-server/files mattermost-webapp X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in branches/2020Q3/www: mattermost-server mattermost-server/files mattermost-webapp X-SVN-Commit-Revision: 542940 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.33 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, 23 Jul 2020 16:48:17 -0000 Author: joneum Date: Thu Jul 23 16:48:15 2020 New Revision: 542940 URL: https://svnweb.freebsd.org/changeset/ports/542940 Log: MFH: r542939 www/mattermost-{webapp,server}: Update to 5.21.0 Mattermost v5.21.0 contains low level security fixes. Full Changlog: https://docs.mattermost.com/administration/changelog.html#release-v5-21-feature-release PR: 244136 Reported by: Marius Halden Approved by: loic.blot@unix-experience.fr (maintainer) Sponsored by: Netzkommune GmbH Approved by: ports-secteam (with hat) Added: branches/2020Q3/www/mattermost-server/files/patch-vendor_golang.org_x_sys_unix_ztypes__freebsd__arm64.go - copied unchanged from r542939, head/www/mattermost-server/files/patch-vendor_golang.org_x_sys_unix_ztypes__freebsd__arm64.go Modified: branches/2020Q3/www/mattermost-server/Makefile branches/2020Q3/www/mattermost-server/distinfo branches/2020Q3/www/mattermost-webapp/Makefile branches/2020Q3/www/mattermost-webapp/distinfo branches/2020Q3/www/mattermost-webapp/pkg-plist Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/www/mattermost-server/Makefile ============================================================================== --- branches/2020Q3/www/mattermost-server/Makefile Thu Jul 23 16:47:13 2020 (r542939) +++ branches/2020Q3/www/mattermost-server/Makefile Thu Jul 23 16:48:15 2020 (r542940) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mattermost-server -PORTVERSION= 5.19.1 +PORTVERSION= 5.21.0 DISTVERSIONPREFIX= v CATEGORIES= www @@ -11,7 +11,7 @@ COMMENT= Open source Slack-alternative in Golang and R LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 +ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss \ mattermost-webapp>=${PORTVERSION}:www/mattermost-webapp @@ -33,6 +33,9 @@ MATTERMOSTD_GROUP= mattermost USERS= ${MATTERMOSTD_USER} GROUPS= ${MATTERMOSTD_GROUP} + +post-extract: + @${RM} ${WRKSRC}/vendor/modules.txt post-install: ${MV} ${STAGEDIR}${PREFIX}/bin/mattermost ${STAGEDIR}${PREFIX}/bin/mattermostd Modified: branches/2020Q3/www/mattermost-server/distinfo ============================================================================== --- branches/2020Q3/www/mattermost-server/distinfo Thu Jul 23 16:47:13 2020 (r542939) +++ branches/2020Q3/www/mattermost-server/distinfo Thu Jul 23 16:48:15 2020 (r542940) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579700739 -SHA256 (mattermost-mattermost-server-v5.19.1_GH0.tar.gz) = ee53ce46ebfde9ac91a679b539de8b589f87f8cfddc3e996350cd46e5ea3f1cb -SIZE (mattermost-mattermost-server-v5.19.1_GH0.tar.gz) = 16589601 +TIMESTAMP = 1585233593 +SHA256 (mattermost-mattermost-server-v5.21.0_GH0.tar.gz) = c77c5808224f2bc8fc5a06201a00886b45f1b453211efa49cc2576416babde5e +SIZE (mattermost-mattermost-server-v5.21.0_GH0.tar.gz) = 16785271 Copied: branches/2020Q3/www/mattermost-server/files/patch-vendor_golang.org_x_sys_unix_ztypes__freebsd__arm64.go (from r542939, head/www/mattermost-server/files/patch-vendor_golang.org_x_sys_unix_ztypes__freebsd__arm64.go) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/www/mattermost-server/files/patch-vendor_golang.org_x_sys_unix_ztypes__freebsd__arm64.go Thu Jul 23 16:48:15 2020 (r542940, copy of r542939, head/www/mattermost-server/files/patch-vendor_golang.org_x_sys_unix_ztypes__freebsd__arm64.go) @@ -0,0 +1,24 @@ +From 33540a1f603772f9d4b761f416f5c10dade23e96 Mon Sep 17 00:00:00 2001 +From: Tobias Klauser +Date: Fri, 25 Oct 2019 21:13:51 +0200 +Subject: [PATCH] unix: don't use non-existing uint128 type on freebsd/arm64 + +CL 179099 introduced type FpReg on freebsd, on freebsd/arm64 using a +type uint128. This type doesn't exist in Go. + +Change-Id: Ie7f065f38f2cc2c163abdfa7dddad886b8edbe3b +Reviewed-on: https://go-review.googlesource.com/c/sys/+/203419 +Run-TryBot: Tobias Klauser +TryBot-Result: Gobot Gobot +Reviewed-by: Brad Fitzpatrick +--- vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go.orig 2019-08-18 13:42:05 UTC ++++ vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go +@@ -397,7 +397,7 @@ type Reg struct { + } + + type FpReg struct { +- Fp_q [32]uint128 ++ Fp_q [512]uint8 + Fp_sr uint32 + Fp_cr uint32 + } Modified: branches/2020Q3/www/mattermost-webapp/Makefile ============================================================================== --- branches/2020Q3/www/mattermost-webapp/Makefile Thu Jul 23 16:47:13 2020 (r542939) +++ branches/2020Q3/www/mattermost-webapp/Makefile Thu Jul 23 16:48:15 2020 (r542940) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mattermost-webapp -PORTVERSION= 5.19.1 +PORTVERSION= 5.21.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= https://releases.mattermost.com/${PORTVERSION}/ Modified: branches/2020Q3/www/mattermost-webapp/distinfo ============================================================================== --- branches/2020Q3/www/mattermost-webapp/distinfo Thu Jul 23 16:47:13 2020 (r542939) +++ branches/2020Q3/www/mattermost-webapp/distinfo Thu Jul 23 16:48:15 2020 (r542940) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579700491 -SHA256 (mattermost-5.19.1-linux-amd64.tar.gz) = fe4bf2dc184c17daab3164f68b2e73cc460d60e7c3877b309844240581d13d97 -SIZE (mattermost-5.19.1-linux-amd64.tar.gz) = 155314343 +TIMESTAMP = 1585157272 +SHA256 (mattermost-5.21.0-linux-amd64.tar.gz) = 909b17498139cd511d4e5483e2b7be0b757ac28ea5063be9c3d82cbe49b4a696 +SIZE (mattermost-5.21.0-linux-amd64.tar.gz) = 165194772 Modified: branches/2020Q3/www/mattermost-webapp/pkg-plist ============================================================================== --- branches/2020Q3/www/mattermost-webapp/pkg-plist Thu Jul 23 16:47:13 2020 (r542939) +++ branches/2020Q3/www/mattermost-webapp/pkg-plist Thu Jul 23 16:48:15 2020 (r542940) @@ -1,74 +1,71 @@ -%%WWWDIR%%/client/0.42b41ca56c3518726ad1.js -%%WWWDIR%%/client/0.42b41ca56c3518726ad1.js.map -%%WWWDIR%%/client/1.86e5b9a6249c1e23bb74.js -%%WWWDIR%%/client/1.86e5b9a6249c1e23bb74.js.map -%%WWWDIR%%/client/10.626229e80698aab622ae.js -%%WWWDIR%%/client/10.626229e80698aab622ae.js.map -%%WWWDIR%%/client/11.fa060d5c7252f0465e34.js -%%WWWDIR%%/client/11.fa060d5c7252f0465e34.js.map -%%WWWDIR%%/client/12.88833950da1571d2a784.js -%%WWWDIR%%/client/12.88833950da1571d2a784.js.map -%%WWWDIR%%/client/13.1ddadf8270a6e961a6e1.js -%%WWWDIR%%/client/13.1ddadf8270a6e961a6e1.js.map -%%WWWDIR%%/client/14.ec1c246b041acc156729.js -%%WWWDIR%%/client/14.ec1c246b041acc156729.js.map -%%WWWDIR%%/client/15.18f849a75c3b4887a723.js -%%WWWDIR%%/client/15.18f849a75c3b4887a723.js.map -%%WWWDIR%%/client/16.e4df92977ab1677548a1.js -%%WWWDIR%%/client/16.e4df92977ab1677548a1.js.map -%%WWWDIR%%/client/17.bf241bb2c863204c4c37.js -%%WWWDIR%%/client/17.bf241bb2c863204c4c37.js.map -%%WWWDIR%%/client/18.11f0f217b22217f7cd67.js -%%WWWDIR%%/client/18.11f0f217b22217f7cd67.js.map -%%WWWDIR%%/client/19.074e7e3429369d08011a.js -%%WWWDIR%%/client/19.074e7e3429369d08011a.js.map -%%WWWDIR%%/client/2.e67e43e92775d2e90f49.js -%%WWWDIR%%/client/2.e67e43e92775d2e90f49.js.map -%%WWWDIR%%/client/20.45725458c5122a487b77.js -%%WWWDIR%%/client/20.45725458c5122a487b77.js.map -%%WWWDIR%%/client/21.b4a132831cdc8f503cd4.js -%%WWWDIR%%/client/21.b4a132831cdc8f503cd4.js.map -%%WWWDIR%%/client/22.f7903929bc2fded3123f.js -%%WWWDIR%%/client/22.f7903929bc2fded3123f.js.map -%%WWWDIR%%/client/23.48fb6d8ef00e5ea856bc.js -%%WWWDIR%%/client/23.48fb6d8ef00e5ea856bc.js.map -%%WWWDIR%%/client/24.ca52a3bd1e17b1bce79b.js -%%WWWDIR%%/client/24.ca52a3bd1e17b1bce79b.js.map -%%WWWDIR%%/client/25.1b44a8533cea1f4fbe2a.js -%%WWWDIR%%/client/25.1b44a8533cea1f4fbe2a.js.map -%%WWWDIR%%/client/26.9c640a9f7db2552aec36.js -%%WWWDIR%%/client/26.9c640a9f7db2552aec36.js.map -%%WWWDIR%%/client/27.ed49f52a52202b762aeb.js -%%WWWDIR%%/client/27.ed49f52a52202b762aeb.js.map -%%WWWDIR%%/client/28.346a3bd3e639f4776a50.js -%%WWWDIR%%/client/28.346a3bd3e639f4776a50.js.map -%%WWWDIR%%/client/29.966cad74d5c9859543d5.js -%%WWWDIR%%/client/29.966cad74d5c9859543d5.js.map -%%WWWDIR%%/client/3.a2c5eee58b560e54880f.js -%%WWWDIR%%/client/3.a2c5eee58b560e54880f.js.map -%%WWWDIR%%/client/30.3f092a9d42b84ad9673f.js -%%WWWDIR%%/client/30.3f092a9d42b84ad9673f.js.map -%%WWWDIR%%/client/31.7285837cd39b715dfea1.js -%%WWWDIR%%/client/31.7285837cd39b715dfea1.js.map -%%WWWDIR%%/client/32.b198dd14910d6966658c.js -%%WWWDIR%%/client/32.b198dd14910d6966658c.js.map -%%WWWDIR%%/client/5.686ef6b564cd938d60f2.js -%%WWWDIR%%/client/5.686ef6b564cd938d60f2.js.map +%%WWWDIR%%/client/0.5d2f191d32879cc0f3ad.js +%%WWWDIR%%/client/0.5d2f191d32879cc0f3ad.js.map +%%WWWDIR%%/client/1.62b723797942117ca75c.js +%%WWWDIR%%/client/1.62b723797942117ca75c.js.map +%%WWWDIR%%/client/10.46f562f776d0d34ae8cf.js +%%WWWDIR%%/client/10.46f562f776d0d34ae8cf.js.map +%%WWWDIR%%/client/11.bb840b7418ec3f4e2426.js +%%WWWDIR%%/client/11.bb840b7418ec3f4e2426.js.map +%%WWWDIR%%/client/12.42824a61d8af9a249c25.js +%%WWWDIR%%/client/12.42824a61d8af9a249c25.js.map +%%WWWDIR%%/client/13.44bcb88a8b755579a1e2.js +%%WWWDIR%%/client/13.44bcb88a8b755579a1e2.js.map +%%WWWDIR%%/client/14.7641c68e9b6907bf6258.js +%%WWWDIR%%/client/14.7641c68e9b6907bf6258.js.map +%%WWWDIR%%/client/15.a6630dccace0ac010312.js +%%WWWDIR%%/client/15.a6630dccace0ac010312.js.map +%%WWWDIR%%/client/16.6fa680478fad61d40321.js +%%WWWDIR%%/client/16.6fa680478fad61d40321.js.map +%%WWWDIR%%/client/17.4819ca8474e5891c3e38.js +%%WWWDIR%%/client/17.4819ca8474e5891c3e38.js.map +%%WWWDIR%%/client/18.efbfc476de11bc42df50.js +%%WWWDIR%%/client/18.efbfc476de11bc42df50.js.map +%%WWWDIR%%/client/19.1ccfebc1bb7359939601.js +%%WWWDIR%%/client/19.1ccfebc1bb7359939601.js.map +%%WWWDIR%%/client/2.5a7ab6a01fd0dce438bf.js +%%WWWDIR%%/client/2.5a7ab6a01fd0dce438bf.js.map +%%WWWDIR%%/client/20.797771e302ab45faee57.js +%%WWWDIR%%/client/20.797771e302ab45faee57.js.map +%%WWWDIR%%/client/21.802f16f77734dc00f579.js +%%WWWDIR%%/client/21.802f16f77734dc00f579.js.map +%%WWWDIR%%/client/22.1e205a02eef07853f0d5.js +%%WWWDIR%%/client/22.1e205a02eef07853f0d5.js.map +%%WWWDIR%%/client/23.7911d62d141ff4c13f86.js +%%WWWDIR%%/client/23.7911d62d141ff4c13f86.js.map +%%WWWDIR%%/client/24.57b0e034d1623cea1839.js +%%WWWDIR%%/client/24.57b0e034d1623cea1839.js.map +%%WWWDIR%%/client/25.05df023340faebad47ba.js +%%WWWDIR%%/client/25.05df023340faebad47ba.js.map +%%WWWDIR%%/client/26.b7ab954d42dd367fd386.js +%%WWWDIR%%/client/26.b7ab954d42dd367fd386.js.map +%%WWWDIR%%/client/27.a0828fe31d63299b3724.js +%%WWWDIR%%/client/27.a0828fe31d63299b3724.js.map +%%WWWDIR%%/client/28.78e7340852ba524ec44e.js +%%WWWDIR%%/client/28.78e7340852ba524ec44e.js.map +%%WWWDIR%%/client/29.bd03f23491a31b294380.js +%%WWWDIR%%/client/29.bd03f23491a31b294380.js.map +%%WWWDIR%%/client/3.7091e44bae68a540e038.js +%%WWWDIR%%/client/3.7091e44bae68a540e038.js.map +%%WWWDIR%%/client/30.8a4f8a855e23a5f708d4.js +%%WWWDIR%%/client/30.8a4f8a855e23a5f708d4.js.map +%%WWWDIR%%/client/31.5e4e59f363a292304678.js +%%WWWDIR%%/client/31.5e4e59f363a292304678.js.map %%WWWDIR%%/client/5.aa07f589b8b4b537cd5a.css %%WWWDIR%%/client/5.aa07f589b8b4b537cd5a.css.map -%%WWWDIR%%/client/6.08b8c908465359537726.js -%%WWWDIR%%/client/6.08b8c908465359537726.js.map -%%WWWDIR%%/client/6.8e6a35eca414c92c939c.css -%%WWWDIR%%/client/6.8e6a35eca414c92c939c.css.map -%%WWWDIR%%/client/7.22a5f9a00925c33b1a1f.css -%%WWWDIR%%/client/7.22a5f9a00925c33b1a1f.css.map -%%WWWDIR%%/client/7.b918b1f719444beb9f76.js -%%WWWDIR%%/client/7.b918b1f719444beb9f76.js.map -%%WWWDIR%%/client/8.bcf31b6ea72655a58255.js -%%WWWDIR%%/client/8.bcf31b6ea72655a58255.js.map -%%WWWDIR%%/client/9.37c1e8116f9bfa796115.js -%%WWWDIR%%/client/9.37c1e8116f9bfa796115.js.map -%%WWWDIR%%/client/emoji/%%MATTERMOSTD_USER%%.png +%%WWWDIR%%/client/5.be0351a123706e847106.js +%%WWWDIR%%/client/5.be0351a123706e847106.js.map +%%WWWDIR%%/client/6.0a4184493b3e03fdb455.js +%%WWWDIR%%/client/6.0a4184493b3e03fdb455.js.map +%%WWWDIR%%/client/6.cc7ea0c7872e0a4a65e4.css +%%WWWDIR%%/client/6.cc7ea0c7872e0a4a65e4.css.map +%%WWWDIR%%/client/7.7d87806944e82f4010cb.js +%%WWWDIR%%/client/7.7d87806944e82f4010cb.js.map +%%WWWDIR%%/client/7.bb38589d1e1af04debc0.css +%%WWWDIR%%/client/7.bb38589d1e1af04debc0.css.map +%%WWWDIR%%/client/8.eaf8263f6dbb67a56cb7.js +%%WWWDIR%%/client/8.eaf8263f6dbb67a56cb7.js.map +%%WWWDIR%%/client/9.3f4ce6eb03ff00d1a268.js +%%WWWDIR%%/client/9.3f4ce6eb03ff00d1a268.js.map %%WWWDIR%%/client/emoji/0023-fe0f-20e3.png %%WWWDIR%%/client/emoji/002a-fe0f-20e3.png %%WWWDIR%%/client/emoji/0030-fe0f-20e3.png @@ -2152,6 +2149,7 @@ %%WWWDIR%%/client/emoji/goberserk.png %%WWWDIR%%/client/emoji/godmode.png %%WWWDIR%%/client/emoji/hurtrealbad.png +%%WWWDIR%%/client/emoji/%%MATTERMOSTD_USER%%.png %%WWWDIR%%/client/emoji/neckbeard.png %%WWWDIR%%/client/emoji/octocat.png %%WWWDIR%%/client/emoji/rage1.png @@ -2173,9 +2171,9 @@ %%WWWDIR%%/client/files/084d3654b746be58c4ead97c26d16be2.png %%WWWDIR%%/client/files/08b5f00e7140f7a10e62c8e2484dfa5a.woff %%WWWDIR%%/client/files/0bb56288dd2676237f8cd1905602cbea.png +%%WWWDIR%%/client/files/0cacb9957a05c04c70242a5d2ce0d40c.png %%WWWDIR%%/client/files/0d8926405d832a4b065e516bd385d812.woff %%WWWDIR%%/client/files/0d8f188e79b7bf378f58405f31bcef8c.png -%%WWWDIR%%/client/files/0ddc5a67a0fa201980fb27a35e4502d2.png %%WWWDIR%%/client/files/0f7ef7e52dc208c6ebf455b229455044.png %%WWWDIR%%/client/files/13649521354b74c2e380e902c481d9eb.png %%WWWDIR%%/client/files/13f4dbf2dfd105a30622fa9c0789686c.svg @@ -2185,7 +2183,6 @@ %%WWWDIR%%/client/files/1bf71be111189e76987a4bb9b3115cb7.ttf %%WWWDIR%%/client/files/1e3b163c412664e9259e4a9da592353d.png %%WWWDIR%%/client/files/1e802ca9dedc4ed4e3c6f645e4316128.woff -%%WWWDIR%%/client/files/1f78f8087bb8ce0711f7a6cfa5c1b94d.png %%WWWDIR%%/client/files/1f95200522e350907fd259f81ebc4b49.png %%WWWDIR%%/client/files/20228716f5fd19941180d363f9f32c27.png %%WWWDIR%%/client/files/22086eb5d97009c3e99bcc1d16ce6865.woff @@ -2225,11 +2222,15 @@ %%WWWDIR%%/client/files/54401c6d9bf4636900a252d84868405c.svg %%WWWDIR%%/client/files/54640a849595eb55643eb029a938287f.svg %%WWWDIR%%/client/files/5686d9495706cac1d1efc97482fb33df.png +%%WWWDIR%%/client/files/5b30cabcbe85724f286c54208eaa1120.png %%WWWDIR%%/client/files/5bbe81c5518007bf14df287000af3826.svg %%WWWDIR%%/client/files/5c58d168c0b66d2c32234a6718e74dfb.ttf %%WWWDIR%%/client/files/5c734d78610fa35282f3379f866707f2.woff2 %%WWWDIR%%/client/files/5c94aef490324b0925dbe5f643e8fd04.ttf +%%WWWDIR%%/client/files/5e67801b5620f74e65d64b17d9d7297c.png +%%WWWDIR%%/client/files/5ebcaf72977c6c3ca8b636edcc2677f1.svg %%WWWDIR%%/client/files/60bdb28dc8230486c5b0e868c82fb5dc.woff +%%WWWDIR%%/client/files/6235966ceb0e6178c3f38e2be5f99035.png %%WWWDIR%%/client/files/629a55a7e793da068dc580d184cc0e31.ttf %%WWWDIR%%/client/files/674f50d287a8c48dc19ba404d20fe713.eot %%WWWDIR%%/client/files/67f2753d85f24b5af6f0d8ad1ae02179.png @@ -2262,6 +2263,7 @@ %%WWWDIR%%/client/files/7aee35e0d937a1fa3456645603d200e6.woff %%WWWDIR%%/client/files/7b91c0d5ee769b4276d7d4ec39911f74.png %%WWWDIR%%/client/files/7c19a7ee85ce3f38c5ad38334ecc5fe4.svg +%%WWWDIR%%/client/files/7cb508f6703ab3fc4adc463665732dc9.png %%WWWDIR%%/client/files/7dc027cba9f7b11ec92af4a311372a85.ttf %%WWWDIR%%/client/files/7dee8c450a73b0fcf22d2ae1c1547af9.png %%WWWDIR%%/client/files/7e02a40c41e52dc3b2b6b197bbdf05ea.ttf @@ -2293,6 +2295,7 @@ %%WWWDIR%%/client/files/a32c81c65c2903e95b8a414f345831ae.png %%WWWDIR%%/client/files/a48dad4f58c82e38a10da0ceebb86370.ttf %%WWWDIR%%/client/files/a6b350f0440a8920b74e0dbe0b9b0cea.png +%%WWWDIR%%/client/files/a84f8d6c46d2619f5864f2e6cd7e5c95.png %%WWWDIR%%/client/files/aa1b992039f103b11cabde1d8cc57786.png %%WWWDIR%%/client/files/aa22ff6fd92ecdf402f09a8180354751.woff2 %%WWWDIR%%/client/files/aaf4eee9fba9907d61c3935e0b6a54ae.ttf @@ -2303,7 +2306,6 @@ %%WWWDIR%%/client/files/af7ae505a9eed503f8b8e6982036873e.woff2 %%WWWDIR%%/client/files/b06871f281fee6b241d60582ae9369b9.ttf %%WWWDIR%%/client/files/b07fc5b16bb5ecf336f31a8e993c9865.eot -%%WWWDIR%%/client/files/b0b27c154c6bcece35d9a2e5a6d8520b.png %%WWWDIR%%/client/files/b13731ef4e2bfc3d8d859271e39550fc.woff %%WWWDIR%%/client/files/b2847830e341fdab29b4dd916cb595a0.png %%WWWDIR%%/client/files/b311ca09df2c89a10fbb914b5a053805.woff2 @@ -2316,6 +2318,7 @@ %%WWWDIR%%/client/files/bcb876ad0ffa8ffb4361ccd20e9d508e.svg %%WWWDIR%%/client/files/bd956aafccffed574da236f21af209ef.gif %%WWWDIR%%/client/files/c1135472631134d52aba3f9a85797cc5.svg +%%WWWDIR%%/client/files/c30f3344788f93968f046bd9472d5cd5.png %%WWWDIR%%/client/files/c4c8cab7d5be97b2bb283e531c077355.woff %%WWWDIR%%/client/files/c5505ddc4d6b9d72ec99ffb70d3873be.png %%WWWDIR%%/client/files/c5912ce083e90c9cbbf6879311c9c301.svg @@ -2346,7 +2349,6 @@ %%WWWDIR%%/client/files/d865e7980af2239d3a89096d19312d9a.png %%WWWDIR%%/client/files/d929cd671b19f0cfea55b6200fb47461.woff2 %%WWWDIR%%/client/files/dadb8c7ec98ae82cc8ff9b5fdf3d4605.png -%%WWWDIR%%/client/files/deb733e8ae657e1813261ce18d4aec46.png %%WWWDIR%%/client/files/e03408ba13ef8bae906c15e393761ab7.png %%WWWDIR%%/client/files/e18bbf611f2a2e43afc071aa2f4e1512.ttf %%WWWDIR%%/client/files/e22e9fd8b47b8484486142257e30f802.png @@ -2364,7 +2366,6 @@ %%WWWDIR%%/client/files/f01a4402103c9ef9350607c0f739b49d.woff2 %%WWWDIR%%/client/files/f0303906c2a67ac63bf1e8ccd638a89e.woff %%WWWDIR%%/client/files/f0ea477ef046ba5fef9249ec3172903e.svg -%%WWWDIR%%/client/files/f17f34e72125711d05850934588a743b.png %%WWWDIR%%/client/files/f21d3bce72bfcb21ad58d2cad9e8a9bd.png %%WWWDIR%%/client/files/f2daa4cd3824ce25512c4a5cd75665bb.png %%WWWDIR%%/client/files/f4769f9bdb7466be65088239c12046d1.eot @@ -2374,21 +2375,21 @@ %%WWWDIR%%/client/files/fc0bd2ce86993a3c13d7ebc50b4ee9f1.png %%WWWDIR%%/client/files/fd69f7891f867c2aa14011da92b728ac.jpg %%WWWDIR%%/client/files/fee66e712a8a08eef5805a46892932ad.woff -%%WWWDIR%%/client/i18n/de.0c9096f84ac373f610b1d51caab5965e.json -%%WWWDIR%%/client/i18n/es.216f777d3284bb914d357187f1e9c36e.json -%%WWWDIR%%/client/i18n/fr.111f9b459934b98d463034f554fde54a.json -%%WWWDIR%%/client/i18n/it.fc22edb58b1862c08e4d0a8aa24cc926.json -%%WWWDIR%%/client/i18n/ja.9d36fa5638a54833d5fff4be20e3a98a.json -%%WWWDIR%%/client/i18n/ko.93d865ce351e5d43c396748874d959d3.json -%%WWWDIR%%/client/i18n/nl.4c935346f9b77e744a5aadc3661e8b13.json -%%WWWDIR%%/client/i18n/pl.8a31a72349bcca7a87854ba3fb8a1d7b.json -%%WWWDIR%%/client/i18n/pt-BR.d4dceb50ec897309d809a2cf90a27c5a.json -%%WWWDIR%%/client/i18n/ro.2612aed0b92fc0b017912fac81cf7d81.json -%%WWWDIR%%/client/i18n/ru.0b6568ff1673d6ba31bfbdc2b0c7c14c.json -%%WWWDIR%%/client/i18n/tr.983a521616964c72a404ab803e60b0b8.json -%%WWWDIR%%/client/i18n/uk.84872149e296c32a6d56ab7e56e323ae.json -%%WWWDIR%%/client/i18n/zh-CN.558a47a7a336ed27493feb50e0c2d78a.json -%%WWWDIR%%/client/i18n/zh-TW.00830af50cc97789ccbc2b50fa2c3293.json +%%WWWDIR%%/client/i18n/de.e33287e1afe3cdfb80e770de740fcf1a.json +%%WWWDIR%%/client/i18n/es.123ee93b018937641bb04d467c1ee612.json +%%WWWDIR%%/client/i18n/fr.b95be116e09bf4ad332e58f73d1d5b86.json +%%WWWDIR%%/client/i18n/it.d0aef47854c7cefea03e9362fee16086.json +%%WWWDIR%%/client/i18n/ja.e4f2befc854a8e91f68f88fc855ea0cc.json +%%WWWDIR%%/client/i18n/ko.40260340fca1f7b0bde8386c1f957f68.json +%%WWWDIR%%/client/i18n/nl.13d25dc3901bb091778a62ff68e23ebc.json +%%WWWDIR%%/client/i18n/pl.d6dd76d5496834a87672ac710a0514aa.json +%%WWWDIR%%/client/i18n/pt-BR.b37157dccf73107d2c3dbfae94de73a0.json +%%WWWDIR%%/client/i18n/ro.86e9f509d146b45f758a91d1bf76e087.json +%%WWWDIR%%/client/i18n/ru.f301bff9e110a0c6f51f9d1a0f4273b1.json +%%WWWDIR%%/client/i18n/tr.9dee94512883095ede69606e00a202b8.json +%%WWWDIR%%/client/i18n/uk.329bfeaa84a5c6f443e8cd55eb1e567d.json +%%WWWDIR%%/client/i18n/zh-CN.74172eb3b32688a1ad851a20a12bf999.json +%%WWWDIR%%/client/i18n/zh-TW.47634d9ffa6c7e7152ed2d9c94863826.json %%WWWDIR%%/client/icon_120x120.png %%WWWDIR%%/client/icon_144x144.png %%WWWDIR%%/client/icon_152x152.png @@ -2419,14 +2420,16 @@ %%WWWDIR%%/client/images/favicon/favicon-16x16.png %%WWWDIR%%/client/images/favicon/favicon-32x32.png %%WWWDIR%%/client/images/favicon/favicon-96x96.png -%%WWWDIR%%/client/images/favicon/redfavicon-16x16.png +%%WWWDIR%%/client/images/favicon/favicon-reddot-16x16.png +%%WWWDIR%%/client/images/favicon/favicon-reddot-32x32.png +%%WWWDIR%%/client/images/favicon/favicon-reddot-96x96.png %%WWWDIR%%/client/images/img_trans.gif %%WWWDIR%%/client/images/logo-email.png %%WWWDIR%%/client/images/warning.png -%%WWWDIR%%/client/main.05ae4e6813658d7e04d2.css -%%WWWDIR%%/client/main.05ae4e6813658d7e04d2.css.map -%%WWWDIR%%/client/main.a097f0699ff911c190a7.js -%%WWWDIR%%/client/main.a097f0699ff911c190a7.js.map +%%WWWDIR%%/client/main.333e9e5cb47a694878fb.css +%%WWWDIR%%/client/main.333e9e5cb47a694878fb.css.map +%%WWWDIR%%/client/main.46b847d95c0abe589e6b.js +%%WWWDIR%%/client/main.46b847d95c0abe589e6b.js.map %%WWWDIR%%/client/manifest.json %%WWWDIR%%/client/root.html @owner %%MATTERMOSTD_USER%% From owner-svn-ports-branches@freebsd.org Thu Jul 23 18:36: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 5781B35F365; Thu, 23 Jul 2020 18:36:07 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BCLd31mcJz3yCZ; Thu, 23 Jul 2020 18:36:07 +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 062151D901; Thu, 23 Jul 2020 18:36:07 +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 06NIa6hj071710; Thu, 23 Jul 2020 18:36:06 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06NIa6I1071708; Thu, 23 Jul 2020 18:36:06 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <202007231836.06NIa6I1071708@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Thu, 23 Jul 2020 18:36:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r542952 - in branches/2020Q3/x11-toolkits/pango: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in branches/2020Q3/x11-toolkits/pango: . files X-SVN-Commit-Revision: 542952 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.33 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, 23 Jul 2020 18:36:07 -0000 Author: joneum Date: Thu Jul 23 18:36:06 2020 New Revision: 542952 URL: https://svnweb.freebsd.org/changeset/ports/542952 Log: MFH: r542951 SECURITY UPDATE: Buffer overflow Gnome Pango 1.42 and later is affected by: Buffer Overflow. The impact is: The heap based buffer overflow can be used to get code execution. The component is: function name: pango_log2vis_get_embedding_levels, assignment of nchars and the loop condition. The attack vector is: Bug can be used when application pass invalid utf-8 strings to functions like pango_itemize. PR: 239563 Reported by: Miyashita Touka Approved by: gnome (maintainer timeout) Security: 456375e1-cd09-11ea-9172-4c72b94353b5 Sponsored by: Netzkommune GmbH Approved by: ports-secteam (with hat) Added: branches/2020Q3/x11-toolkits/pango/files/CVE-20191010238 - copied unchanged from r542951, head/x11-toolkits/pango/files/CVE-20191010238 Modified: branches/2020Q3/x11-toolkits/pango/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/x11-toolkits/pango/Makefile ============================================================================== --- branches/2020Q3/x11-toolkits/pango/Makefile Thu Jul 23 18:34:50 2020 (r542951) +++ branches/2020Q3/x11-toolkits/pango/Makefile Thu Jul 23 18:36:06 2020 (r542952) @@ -3,7 +3,7 @@ PORTNAME= pango PORTVERSION= 1.42.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome2 Copied: branches/2020Q3/x11-toolkits/pango/files/CVE-20191010238 (from r542951, head/x11-toolkits/pango/files/CVE-20191010238) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/x11-toolkits/pango/files/CVE-20191010238 Thu Jul 23 18:36:06 2020 (r542952, copy of r542951, head/x11-toolkits/pango/files/CVE-20191010238) @@ -0,0 +1,16 @@ +--- ../pango/pango-bidi-type.c.orig 2020-07-23 19:10:14.338937000 +0200 ++++ ../pango/pango-bidi-type.c 2020-07-23 19:12:15.511836000 +0200 +@@ -179,8 +179,11 @@ pango_log2vis_get_embedding_levels (const gchar *te + for (i = 0, p = text; p < text + length; p = g_utf8_next_char(p), i++) + { + gunichar ch = g_utf8_get_char (p); +- FriBidiCharType char_type; +- char_type = fribidi_get_bidi_type (ch); ++ FriBidiCharType char_type = fribidi_get_bidi_type (ch); ++ ++ if (i == n_chars) ++ break; ++ + bidi_types[i] = char_type; + ored_types |= char_type; + if (FRIBIDI_IS_STRONG (char_type)) From owner-svn-ports-branches@freebsd.org Fri Jul 24 04:48:19 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 A7DF836F052; Fri, 24 Jul 2020 04:48:19 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BCcCR3lb6z4cmY; Fri, 24 Jul 2020 04:48:19 +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 63F8E24E89; Fri, 24 Jul 2020 04:48:19 +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 06O4mJQm051887; Fri, 24 Jul 2020 04:48:19 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06O4mJ22051886; Fri, 24 Jul 2020 04:48:19 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202007240448.06O4mJ22051886@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 24 Jul 2020 04:48:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r543001 - branches/2020Q3/multimedia/ffmpeg X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q3/multimedia/ffmpeg X-SVN-Commit-Revision: 543001 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.33 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, 24 Jul 2020 04:48:19 -0000 Author: jbeich Date: Fri Jul 24 04:48:18 2020 New Revision: 543001 URL: https://svnweb.freebsd.org/changeset/ports/543001 Log: MFH: r542999 multimedia/ffmpeg: revert r538687 after r541984/r542846 SVT patches no longer need to be applied in a specific order to enable more than one SVT encoder. PR: 248166 Submitted by: VVD Approved by: ports-secteam (joneum) Modified: branches/2020Q3/multimedia/ffmpeg/Makefile branches/2020Q3/multimedia/ffmpeg/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/multimedia/ffmpeg/Makefile ============================================================================== --- branches/2020Q3/multimedia/ffmpeg/Makefile Fri Jul 24 04:39:25 2020 (r543000) +++ branches/2020Q3/multimedia/ffmpeg/Makefile Fri Jul 24 04:48:18 2020 (r543001) @@ -7,9 +7,6 @@ PORTEPOCH= 1 CATEGORIES= multimedia audio net MASTER_SITES= https://ffmpeg.org/releases/ -PATCH_SITES= ${SVTHEVC_PATCH_SITES_} ${SVTAV1_PATCH_SITES_} ${SVTVP9_PATCH_SITES_} -PATCHFILES= ${SVTHEVC_PATCHFILES_} ${SVTAV1_PATCHFILES_} ${SVTVP9_PATCHFILES_} - MAINTAINER= multimedia@FreeBSD.org COMMENT= Realtime audio/video encoder/converter and streaming server @@ -455,32 +452,42 @@ SRT_CONFIGURE_ENABLE= libsrt # svt-av1 SVTAV1_LIB_DEPENDS= libSvtAv1Enc.so:multimedia/svt-av1 -SVTAV1_CONFIGURE_ENABLE= libsvtav1 -SVTAV1_PATCH_SITES_= https://github.com/OpenVisualCloud/SVT-AV1/raw/v0.8.4/ffmpeg_plugin/:svtav1 -SVTAV1_PATCHFILES_= 0001-Add-ability-for-ffmpeg-to-run-svt-av1.patch:-p1:svtav1 +SVTAV1_CONFIGURE_ON= --enable-libsvtav1 +SVTAV1_PATCH_SITES= https://github.com/OpenVisualCloud/SVT-AV1/raw/v0.8.4/ffmpeg_plugin/:svtav1 +SVTAV1_PATCHFILES= 0001-Add-ability-for-ffmpeg-to-run-svt-av1.patch:-p1:svtav1 .if exists(/usr/bin/ld.lld) && (${/usr/bin/ld:L:tA} != /usr/bin/ld.lld) # https://github.com/OpenVisualCloud/SVT-AV1/issues/691 SVTAV1_LDFLAGS= -fuse-ld=lld .endif +.if make(makesum) +.MAKEFLAGS: WITH+=SVTAV1 +.endif # svt-hevc SVTHEVC_LIB_DEPENDS= libSvtHevcEnc.so:multimedia/svt-hevc -SVTHEVC_CONFIGURE_ENABLE= libsvthevc -SVTHEVC_PATCH_SITES_= https://github.com/Intel/SVT-HEVC/raw/v1.4.3/ffmpeg_plugin/:svthevc -SVTHEVC_PATCHFILES_= 0001-lavc-svt_hevc-add-libsvt-hevc-encoder-wrapper.patch:-p1:svthevc \ +SVTHEVC_CONFIGURE_ON= --enable-libsvthevc +SVTHEVC_PATCH_SITES= https://github.com/Intel/SVT-HEVC/raw/v1.4.3/ffmpeg_plugin/:svthevc +SVTHEVC_PATCHFILES= 0001-lavc-svt_hevc-add-libsvt-hevc-encoder-wrapper.patch:-p1:svthevc \ 0002-doc-Add-libsvt_hevc-encoder-docs.patch:-p1:svthevc .if exists(/usr/bin/ld.lld) && (${/usr/bin/ld:L:tA} != /usr/bin/ld.lld) SVTHEVC_LDFLAGS= -fuse-ld=lld .endif +.if make(makesum) +.MAKEFLAGS: WITH+=SVTHEVC +.endif # svt-vp9 SVTVP9_LIB_DEPENDS= libSvtVp9Enc.so:multimedia/svt-vp9 -SVTVP9_CONFIGURE_ENABLE= libsvtvp9 -SVTVP9_PATCH_SITES_= https://github.com/OpenVisualCloud/SVT-VP9/raw/v0.2.2/ffmpeg_plugin/:svtvp9 -SVTVP9_PATCHFILES_= master-0001-Add-ability-for-ffmpeg-to-run-svt-vp9.patch:-p1:svtvp9 +SVTVP9_CONFIGURE_ON= --enable-libsvtvp9 +SVTVP9_PATCH_SITES= https://github.com/OpenVisualCloud/SVT-VP9/raw/v0.2.2/ffmpeg_plugin/:svtvp9 +SVTVP9_PATCHFILES= master-0001-Add-ability-for-ffmpeg-to-run-svt-vp9.patch:-p1:svtvp9 .if exists(/usr/bin/ld.lld) && (${/usr/bin/ld:L:tA} != /usr/bin/ld.lld) SVTVP9_LDFLAGS= -fuse-ld=lld .endif +.if make(makesum) +.MAKEFLAGS: WITH+=SVTVP9 +.endif + # tensorflow TENSORFLOW_LIB_DEPENDS= libtensorflow.so:science/tensorflow TENSORFLOW_CONFIGURE_ENABLE= libtensorflow Modified: branches/2020Q3/multimedia/ffmpeg/distinfo ============================================================================== --- branches/2020Q3/multimedia/ffmpeg/distinfo Fri Jul 24 04:39:25 2020 (r543000) +++ branches/2020Q3/multimedia/ffmpeg/distinfo Fri Jul 24 04:48:18 2020 (r543001) @@ -1,11 +1,11 @@ TIMESTAMP = 1594463972 SHA256 (ffmpeg-4.3.1.tar.xz) = ad009240d46e307b4e03a213a0f49c11b650e445b1f8be0dda2a9212b34d2ffb SIZE (ffmpeg-4.3.1.tar.xz) = 9379424 +SHA256 (0001-Add-ability-for-ffmpeg-to-run-svt-av1.patch) = 5e960b4dab495437082d0838a40a8cae9b67d1cef1ffd57da960afaa2bfd3719 +SIZE (0001-Add-ability-for-ffmpeg-to-run-svt-av1.patch) = 25023 SHA256 (0001-lavc-svt_hevc-add-libsvt-hevc-encoder-wrapper.patch) = 878757eb6d7072521caaeb71f1453ec3fc0f91a12936ef302e1625184787c6a6 SIZE (0001-lavc-svt_hevc-add-libsvt-hevc-encoder-wrapper.patch) = 22103 SHA256 (0002-doc-Add-libsvt_hevc-encoder-docs.patch) = 1499e419dda72b1604dc5e3959668f3843292ff56bfba78734e31510ba576de0 SIZE (0002-doc-Add-libsvt_hevc-encoder-docs.patch) = 5332 -SHA256 (0001-Add-ability-for-ffmpeg-to-run-svt-av1.patch) = 5e960b4dab495437082d0838a40a8cae9b67d1cef1ffd57da960afaa2bfd3719 -SIZE (0001-Add-ability-for-ffmpeg-to-run-svt-av1.patch) = 25023 SHA256 (master-0001-Add-ability-for-ffmpeg-to-run-svt-vp9.patch) = b74be6d805672210e226e7c0b403f88b0ee8a53c732c9bdc873c4b44aeb75c96 SIZE (master-0001-Add-ability-for-ffmpeg-to-run-svt-vp9.patch) = 33465 From owner-svn-ports-branches@freebsd.org Fri Jul 24 10:14:17 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 14E40360901; Fri, 24 Jul 2020 10:14:17 +0000 (UTC) (envelope-from sunpoet@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BClRX6nfGz4LCk; Fri, 24 Jul 2020 10:14:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CC7E78D3A; Fri, 24 Jul 2020 10:14:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06OAEGvF088330; Fri, 24 Jul 2020 10:14:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06OAEG8u088329; Fri, 24 Jul 2020 10:14:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202007241014.06OAEG8u088329@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Jul 2020 10:14:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r543239 - in branches/2020Q3/audio/p5-CDDB_get: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in branches/2020Q3/audio/p5-CDDB_get: . files X-SVN-Commit-Revision: 543239 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.33 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, 24 Jul 2020 10:14:17 -0000 Author: sunpoet Date: Fri Jul 24 10:14:16 2020 New Revision: 543239 URL: https://svnweb.freebsd.org/changeset/ports/543239 Log: MFH: r543221 Switch default database to gnudb.gnudb.org - Bump PORTREVISION for package change freedb.freedb.org is down, use gnudb.gnudb.org instead. PR: 247875 Submitted by: brooks Approved by: ports-secteam (joneum) Added: branches/2020Q3/audio/p5-CDDB_get/files/ - copied from r543221, head/audio/p5-CDDB_get/files/ Modified: branches/2020Q3/audio/p5-CDDB_get/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/audio/p5-CDDB_get/Makefile ============================================================================== --- branches/2020Q3/audio/p5-CDDB_get/Makefile Fri Jul 24 10:08:15 2020 (r543238) +++ branches/2020Q3/audio/p5-CDDB_get/Makefile Fri Jul 24 10:14:16 2020 (r543239) @@ -3,7 +3,7 @@ PORTNAME= CDDB_get PORTVERSION= 2.28 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= audio perl5 MASTER_SITES= CPAN @@ -16,11 +16,13 @@ COMMENT= High-level interface to the Compact Disc Data LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/Copying -PORTSCOUT= skipv:2.28.1 - USES= perl5 shebangfix -SHEBANG_FILES= cddb.pl USE_PERL5= configure + NO_ARCH= yes + +PORTSCOUT= skipv:2.28.1 + +SHEBANG_FILES= cddb.pl .include From owner-svn-ports-branches@freebsd.org Fri Jul 24 16:22:39 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 A15C236B411; Fri, 24 Jul 2020 16:22:39 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BCvcb45r6z3VQb; Fri, 24 Jul 2020 16:22:39 +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 55FBECF64; Fri, 24 Jul 2020 16:22:39 +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 06OGMdDw033261; Fri, 24 Jul 2020 16:22:39 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06OGMYWP033230; Fri, 24 Jul 2020 16:22:34 GMT (envelope-from rene@FreeBSD.org) Message-Id: <202007241622.06OGMYWP033230@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 24 Jul 2020 16:22:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r543255 - in branches/2020Q3/www/iridium: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in branches/2020Q3/www/iridium: . files X-SVN-Commit-Revision: 543255 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.33 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, 24 Jul 2020 16:22:39 -0000 Author: rene Date: Fri Jul 24 16:22:33 2020 New Revision: 543255 URL: https://svnweb.freebsd.org/changeset/ports/543255 Log: MFH: r542938 www/iridium: update to 2020.04.81 PR: 245959 Submitted by: Matthias Wolf Security: any Chromium vulnerability between 73 and 81 Approved by: ports-secteam (joneum) Added: branches/2020Q3/www/iridium/files/patch-3p-pdfium_3p_base_allocator_partition__allocator_page__allocator__internals__posix.h - copied unchanged from r542938, head/www/iridium/files/patch-3p-pdfium_3p_base_allocator_partition__allocator_page__allocator__internals__posix.h branches/2020Q3/www/iridium/files/patch-apps_app__restore__service__browsertest.cc - copied unchanged from r542938, head/www/iridium/files/patch-apps_app__restore__service__browsertest.cc branches/2020Q3/www/iridium/files/patch-base_allocator_partition__allocator_partition__alloc__unittest.cc - copied unchanged from r542938, head/www/iridium/files/patch-base_allocator_partition__allocator_partition__alloc__unittest.cc branches/2020Q3/www/iridium/files/patch-base_base__switches.cc - copied unchanged from r542938, head/www/iridium/files/patch-base_base__switches.cc branches/2020Q3/www/iridium/files/patch-base_base__switches.h - copied unchanged from r542938, head/www/iridium/files/patch-base_base__switches.h branches/2020Q3/www/iridium/files/patch-base_cpu.cc - copied unchanged from r542938, head/www/iridium/files/patch-base_cpu.cc branches/2020Q3/www/iridium/files/patch-base_debug_elf__reader.cc - copied unchanged from r542938, head/www/iridium/files/patch-base_debug_elf__reader.cc branches/2020Q3/www/iridium/files/patch-base_debug_stack__trace__unittest.cc - copied unchanged from r542938, head/www/iridium/files/patch-base_debug_stack__trace__unittest.cc branches/2020Q3/www/iridium/files/patch-base_files_file__path__watcher.cc - copied unchanged from r542938, head/www/iridium/files/patch-base_files_file__path__watcher.cc branches/2020Q3/www/iridium/files/patch-base_files_file__util__unittest.cc - copied unchanged from r542938, head/www/iridium/files/patch-base_files_file__util__unittest.cc branches/2020Q3/www/iridium/files/patch-base_files_scoped__file.cc - copied unchanged from r542938, head/www/iridium/files/patch-base_files_scoped__file.cc branches/2020Q3/www/iridium/files/patch-base_memory_discardable__memory.cc - copied unchanged from r542938, head/www/iridium/files/patch-base_memory_discardable__memory.cc branches/2020Q3/www/iridium/files/patch-base_memory_discardable__memory__internal.h - copied unchanged from r542938, head/www/iridium/files/patch-base_memory_discardable__memory__internal.h branches/2020Q3/www/iridium/files/patch-base_memory_madv__free__discardable__memory__posix.cc - copied unchanged from r542938, head/www/iridium/files/patch-base_memory_madv__free__discardable__memory__posix.cc branches/2020Q3/www/iridium/files/patch-base_memory_platform__shared__memory__region.h - copied unchanged from r542938, head/www/iridium/files/patch-base_memory_platform__shared__memory__region.h branches/2020Q3/www/iridium/files/patch-base_memory_platform__shared__memory__region__posix.cc - copied unchanged from r542938, head/www/iridium/files/patch-base_memory_platform__shared__memory__region__posix.cc branches/2020Q3/www/iridium/files/patch-base_memory_shared__memory__region__unittest.cc - copied unchanged from r542938, head/www/iridium/files/patch-base_memory_shared__memory__region__unittest.cc branches/2020Q3/www/iridium/files/patch-base_path__service__unittest.cc - copied unchanged from r542938, head/www/iridium/files/patch-base_path__service__unittest.cc branches/2020Q3/www/iridium/files/patch-base_process_process__util__unittest.cc - copied unchanged from r542938, head/www/iridium/files/patch-base_process_process__util__unittest.cc branches/2020Q3/www/iridium/files/patch-base_profiler_register__context.h - copied unchanged from r542938, head/www/iridium/files/patch-base_profiler_register__context.h branches/2020Q3/www/iridium/files/patch-base_profiler_sampling__profiler__thread__token.cc - copied unchanged from r542938, head/www/iridium/files/patch-base_profiler_sampling__profiler__thread__token.cc branches/2020Q3/www/iridium/files/patch-base_profiler_sampling__profiler__thread__token.h - copied unchanged from r542938, head/www/iridium/files/patch-base_profiler_sampling__profiler__thread__token.h branches/2020Q3/www/iridium/files/patch-base_profiler_stack__copier__signal.cc - copied unchanged from r542938, head/www/iridium/files/patch-base_profiler_stack__copier__signal.cc branches/2020Q3/www/iridium/files/patch-base_profiler_thread__delegate__posix.cc - copied unchanged from r542938, head/www/iridium/files/patch-base_profiler_thread__delegate__posix.cc branches/2020Q3/www/iridium/files/patch-base_sampling__heap__profiler_sampling__heap__profiler.cc - copied unchanged from r542938, head/www/iridium/files/patch-base_sampling__heap__profiler_sampling__heap__profiler.cc branches/2020Q3/www/iridium/files/patch-base_synchronization_lock__impl.h - copied unchanged from r542938, head/www/iridium/files/patch-base_synchronization_lock__impl.h branches/2020Q3/www/iridium/files/patch-base_syslog__logging.cc - copied unchanged from r542938, head/www/iridium/files/patch-base_syslog__logging.cc branches/2020Q3/www/iridium/files/patch-base_system_sys__info.h - copied unchanged from r542938, head/www/iridium/files/patch-base_system_sys__info.h branches/2020Q3/www/iridium/files/patch-base_task_thread__pool_environment__config__unittest.cc - copied unchanged from r542938, head/www/iridium/files/patch-base_task_thread__pool_environment__config__unittest.cc branches/2020Q3/www/iridium/files/patch-base_test_fontconfig__util__linux.cc - copied unchanged from r542938, head/www/iridium/files/patch-base_test_fontconfig__util__linux.cc branches/2020Q3/www/iridium/files/patch-base_test_test__suite.cc - copied unchanged from r542938, head/www/iridium/files/patch-base_test_test__suite.cc branches/2020Q3/www/iridium/files/patch-base_threading_platform__thread__unittest.cc - copied unchanged from r542938, head/www/iridium/files/patch-base_threading_platform__thread__unittest.cc branches/2020Q3/www/iridium/files/patch-build_detect__host__arch.py - copied unchanged from r542938, head/www/iridium/files/patch-build_detect__host__arch.py branches/2020Q3/www/iridium/files/patch-chrome_app_theme_theme__resources.grd - copied unchanged from r542938, head/www/iridium/files/patch-chrome_app_theme_theme__resources.grd branches/2020Q3/www/iridium/files/patch-chrome_browser_background_background__mode__manager.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_background_background__mode__manager.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_chrome__browser__interface__binders.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_chrome__browser__interface__binders.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_crash__upload__list_crash__upload__list.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_crash__upload__list_crash__upload__list.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_crash__upload__list_crash__upload__list__crashpad.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_crash__upload__list_crash__upload__list__crashpad.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_dev__ui__browser__resources.grd - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_dev__ui__browser__resources.grd branches/2020Q3/www/iridium/files/patch-chrome_browser_extensions_api_enterprise__reporting__private_device__info__fetcher.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_extensions_api_enterprise__reporting__private_device__info__fetcher.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_extensions_api_enterprise__reporting__private_device__info__fetcher__linux.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_extensions_api_enterprise__reporting__private_device__info__fetcher__linux.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_extensions_api_erp_chrome_desktop_report_request_helper.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_extensions_api_erp_chrome_desktop_report_request_helper.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_extensions_api_webrtc__logging__private_webrtc__logging__private__api.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_extensions_api_webrtc__logging__private_webrtc__logging__private__api.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_first__run_first__run__dialog.h - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_first__run_first__run__dialog.h branches/2020Q3/www/iridium/files/patch-chrome_browser_first__run_first__run__internal.h - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_first__run_first__run__internal.h branches/2020Q3/www/iridium/files/patch-chrome_browser_media_webrtc_webrtc__logging__controller.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_media_webrtc_webrtc__logging__controller.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_media_webrtc_webrtc__logging__controller.h - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_media_webrtc_webrtc__logging__controller.h branches/2020Q3/www/iridium/files/patch-chrome_browser_metrics_chrome__metrics__service__client.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_metrics_chrome__metrics__service__client.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_metrics_process__memory__metrics__emitter.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_metrics_process__memory__metrics__emitter.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_native__file__system_chrome__native__file__system__permission__context.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_native__file__system_chrome__native__file__system__permission__context.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_notifications_notification__display__service__impl.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_notifications_notification__display__service__impl.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_performance__monitor_process__metrics__history.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_performance__monitor_process__metrics__history.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_performance__monitor_process__metrics__history.h - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_performance__monitor_process__metrics__history.h branches/2020Q3/www/iridium/files/patch-chrome_browser_plugins_plugin__info__host__impl.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_plugins_plugin__info__host__impl.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_policy_browser__signin__policy__handler.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_policy_browser__signin__policy__handler.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_search_search__suggest_search__suggest__service.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_search_search__suggest_search__suggest__service.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_send__tab__to__self_receiving__ui__handler__registry.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_send__tab__to__self_receiving__ui__handler__registry.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_send__tab__to__self_send__tab__to__self__client__service.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_send__tab__to__self_send__tab__to__self__client__service.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_sharing_shared__clipboard_feature__flags.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_sharing_shared__clipboard_feature__flags.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_sharing_shared__clipboard_feature__flags.h - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_sharing_shared__clipboard_feature__flags.h branches/2020Q3/www/iridium/files/patch-chrome_browser_sharing_sharing__device__registration.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_sharing_sharing__device__registration.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_sharing_sharing__handler__registry__impl.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_sharing_sharing__handler__registry__impl.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_sharing_sharing__service.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_sharing_sharing__service.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_sharing_webrtc_webrtc__flags.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_sharing_webrtc_webrtc__flags.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_sharing_webrtc_webrtc__flags.h - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_sharing_webrtc_webrtc__flags.h branches/2020Q3/www/iridium/files/patch-chrome_browser_themes_theme__service__factory.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_themes_theme__service__factory.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_ui_gtk_print__dialog__gtk.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_ui_gtk_print__dialog__gtk.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_ui_views_download_download__item__view.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_ui_views_download_download__item__view.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_ui_views_tabs_tab.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_ui_views_tabs_tab.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_web__applications_components_web__app__file__handler__registration.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_web__applications_components_web__app__file__handler__registration.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_web__applications_components_web__app__shortcut.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_web__applications_components_web__app__shortcut.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_web__applications_extensions_bookmark__app__finalizer__utils.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_browser_web__applications_extensions_bookmark__app__finalizer__utils.cc branches/2020Q3/www/iridium/files/patch-chrome_common_channel__info.h - copied unchanged from r542938, head/www/iridium/files/patch-chrome_common_channel__info.h branches/2020Q3/www/iridium/files/patch-chrome_common_channel__info__posix.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_common_channel__info__posix.cc branches/2020Q3/www/iridium/files/patch-chrome_common_media_cdm__host__file__path.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_common_media_cdm__host__file__path.cc branches/2020Q3/www/iridium/files/patch-chrome_test_base_chrome__test__launcher.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_test_base_chrome__test__launcher.cc branches/2020Q3/www/iridium/files/patch-chrome_test_base_interactive__ui__tests__main.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_test_base_interactive__ui__tests__main.cc branches/2020Q3/www/iridium/files/patch-chrome_test_base_test__browser__window.h - copied unchanged from r542938, head/www/iridium/files/patch-chrome_test_base_test__browser__window.h branches/2020Q3/www/iridium/files/patch-chrome_test_chromedriver_chrome__launcher.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_test_chromedriver_chrome__launcher.cc branches/2020Q3/www/iridium/files/patch-chrome_test_chromedriver_key__converter__unittest.cc - copied unchanged from r542938, head/www/iridium/files/patch-chrome_test_chromedriver_key__converter__unittest.cc branches/2020Q3/www/iridium/files/patch-chromecast_browser_metrics_BUILD.gn - copied unchanged from r542938, head/www/iridium/files/patch-chromecast_browser_metrics_BUILD.gn branches/2020Q3/www/iridium/files/patch-chromecast_external__mojo_public_cpp_external__mojo__broker.cc - copied unchanged from r542938, head/www/iridium/files/patch-chromecast_external__mojo_public_cpp_external__mojo__broker.cc branches/2020Q3/www/iridium/files/patch-chromecast_media_base_monotonic__clock.cc - copied unchanged from r542938, head/www/iridium/files/patch-chromecast_media_base_monotonic__clock.cc branches/2020Q3/www/iridium/files/patch-chromecast_renderer_cast__content__renderer__client.cc - copied unchanged from r542938, head/www/iridium/files/patch-chromecast_renderer_cast__content__renderer__client.cc branches/2020Q3/www/iridium/files/patch-components_autofill_core_browser_autofill__external__delegate.cc - copied unchanged from r542938, head/www/iridium/files/patch-components_autofill_core_browser_autofill__external__delegate.cc branches/2020Q3/www/iridium/files/patch-components_autofill_core_browser_personal__data__manager.cc - copied unchanged from r542938, head/www/iridium/files/patch-components_autofill_core_browser_personal__data__manager.cc branches/2020Q3/www/iridium/files/patch-components_autofill_core_common_autofill__payments__features.cc - copied unchanged from r542938, head/www/iridium/files/patch-components_autofill_core_common_autofill__payments__features.cc branches/2020Q3/www/iridium/files/patch-components_crash_content_app_crashpad.h - copied unchanged from r542938, head/www/iridium/files/patch-components_crash_content_app_crashpad.h branches/2020Q3/www/iridium/files/patch-components_crash_content_app_crashpad__linux.cc - copied unchanged from r542938, head/www/iridium/files/patch-components_crash_content_app_crashpad__linux.cc branches/2020Q3/www/iridium/files/patch-components_discardable__memory_service_discardable__shared__memory__manager.cc - copied unchanged from r542938, head/www/iridium/files/patch-components_discardable__memory_service_discardable__shared__memory__manager.cc branches/2020Q3/www/iridium/files/patch-components_feature__engagement_public_feature__constants.cc - copied unchanged from r542938, head/www/iridium/files/patch-components_feature__engagement_public_feature__constants.cc branches/2020Q3/www/iridium/files/patch-components_feature__engagement_public_feature__constants.h - copied unchanged from r542938, head/www/iridium/files/patch-components_feature__engagement_public_feature__constants.h branches/2020Q3/www/iridium/files/patch-components_feature__engagement_public_feature__list.cc - copied unchanged from r542938, head/www/iridium/files/patch-components_feature__engagement_public_feature__list.cc branches/2020Q3/www/iridium/files/patch-components_feature__engagement_public_feature__list.h - copied unchanged from r542938, head/www/iridium/files/patch-components_feature__engagement_public_feature__list.h branches/2020Q3/www/iridium/files/patch-components_security__interstitials_content_captive__portal__blocking__page.cc - copied unchanged from r542938, head/www/iridium/files/patch-components_security__interstitials_content_captive__portal__blocking__page.cc branches/2020Q3/www/iridium/files/patch-components_services_paint__preview__compositor_paint__preview__compositor__collection__impl.cc - copied unchanged from r542938, head/www/iridium/files/patch-components_services_paint__preview__compositor_paint__preview__compositor__collection__impl.cc branches/2020Q3/www/iridium/files/patch-components_services_paint__preview__compositor_paint__preview__compositor__collection__impl.h - copied unchanged from r542938, head/www/iridium/files/patch-components_services_paint__preview__compositor_paint__preview__compositor__collection__impl.h branches/2020Q3/www/iridium/files/patch-components_sync__device__info_device__info__sync__bridge.cc - copied unchanged from r542938, head/www/iridium/files/patch-components_sync__device__info_device__info__sync__bridge.cc branches/2020Q3/www/iridium/files/patch-components_sync__device__info_local__device__info__util.cc - copied unchanged from r542938, head/www/iridium/files/patch-components_sync__device__info_local__device__info__util.cc branches/2020Q3/www/iridium/files/patch-components_sync__device__info_local__device__info__util__linux.cc - copied unchanged from r542938, head/www/iridium/files/patch-components_sync__device__info_local__device__info__util__linux.cc branches/2020Q3/www/iridium/files/patch-components_url__formatter_spoof__checks_idn__spoof__checker.cc - copied unchanged from r542938, head/www/iridium/files/patch-components_url__formatter_spoof__checks_idn__spoof__checker.cc branches/2020Q3/www/iridium/files/patch-components_viz_common_features.cc - copied unchanged from r542938, head/www/iridium/files/patch-components_viz_common_features.cc branches/2020Q3/www/iridium/files/patch-components_viz_common_gpu_dawn__context__provider.cc - copied unchanged from r542938, head/www/iridium/files/patch-components_viz_common_gpu_dawn__context__provider.cc branches/2020Q3/www/iridium/files/patch-components_viz_host_host__display__client.cc - copied unchanged from r542938, head/www/iridium/files/patch-components_viz_host_host__display__client.cc branches/2020Q3/www/iridium/files/patch-components_viz_host_host__display__client.h - copied unchanged from r542938, head/www/iridium/files/patch-components_viz_host_host__display__client.h branches/2020Q3/www/iridium/files/patch-components_viz_service_display__embedder_skia__output__device__dawn.cc - copied unchanged from r542938, head/www/iridium/files/patch-components_viz_service_display__embedder_skia__output__device__dawn.cc branches/2020Q3/www/iridium/files/patch-components_viz_service_display__embedder_skia__output__surface__impl.cc - copied unchanged from r542938, head/www/iridium/files/patch-components_viz_service_display__embedder_skia__output__surface__impl.cc branches/2020Q3/www/iridium/files/patch-components_viz_service_display__embedder_software__output__surface.cc - copied unchanged from r542938, head/www/iridium/files/patch-components_viz_service_display__embedder_software__output__surface.cc branches/2020Q3/www/iridium/files/patch-components_viz_service_display__embedder_software__output__surface.h - copied unchanged from r542938, head/www/iridium/files/patch-components_viz_service_display__embedder_software__output__surface.h branches/2020Q3/www/iridium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc - copied unchanged from r542938, head/www/iridium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc branches/2020Q3/www/iridium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.h - copied unchanged from r542938, head/www/iridium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.h branches/2020Q3/www/iridium/files/patch-components_viz_test_fake__output__surface.cc - copied unchanged from r542938, head/www/iridium/files/patch-components_viz_test_fake__output__surface.cc branches/2020Q3/www/iridium/files/patch-components_viz_test_fake__output__surface.h - copied unchanged from r542938, head/www/iridium/files/patch-components_viz_test_fake__output__surface.h branches/2020Q3/www/iridium/files/patch-components_viz_test_mock__display__client.h - copied unchanged from r542938, head/www/iridium/files/patch-components_viz_test_mock__display__client.h branches/2020Q3/www/iridium/files/patch-content_browser_devtools_protocol_system__info__handler.cc - copied unchanged from r542938, head/www/iridium/files/patch-content_browser_devtools_protocol_system__info__handler.cc branches/2020Q3/www/iridium/files/patch-content_browser_gpu_gpu__process__host.cc - copied unchanged from r542938, head/www/iridium/files/patch-content_browser_gpu_gpu__process__host.cc branches/2020Q3/www/iridium/files/patch-content_browser_ppapi__plugin__process__host.cc - copied unchanged from r542938, head/www/iridium/files/patch-content_browser_ppapi__plugin__process__host.cc branches/2020Q3/www/iridium/files/patch-content_browser_ppapi__plugin__process__host__receiver__bindings.cc - copied unchanged from r542938, head/www/iridium/files/patch-content_browser_ppapi__plugin__process__host__receiver__bindings.cc branches/2020Q3/www/iridium/files/patch-content_browser_renderer__host_pepper_pepper__file__io__host.cc - copied unchanged from r542938, head/www/iridium/files/patch-content_browser_renderer__host_pepper_pepper__file__io__host.cc branches/2020Q3/www/iridium/files/patch-content_browser_renderer__host_render__process__host__impl.cc - copied unchanged from r542938, head/www/iridium/files/patch-content_browser_renderer__host_render__process__host__impl.cc branches/2020Q3/www/iridium/files/patch-content_browser_scheduler_responsiveness_jank__monitor.cc - copied unchanged from r542938, head/www/iridium/files/patch-content_browser_scheduler_responsiveness_jank__monitor.cc branches/2020Q3/www/iridium/files/patch-content_browser_scheduler_responsiveness_watcher.cc - copied unchanged from r542938, head/www/iridium/files/patch-content_browser_scheduler_responsiveness_watcher.cc branches/2020Q3/www/iridium/files/patch-content_browser_utility__process__host.cc - copied unchanged from r542938, head/www/iridium/files/patch-content_browser_utility__process__host.cc branches/2020Q3/www/iridium/files/patch-content_browser_utility__process__host__receiver__bindings.cc - copied unchanged from r542938, head/www/iridium/files/patch-content_browser_utility__process__host__receiver__bindings.cc branches/2020Q3/www/iridium/files/patch-content_browser_v8__snapshot__files.cc - copied unchanged from r542938, head/www/iridium/files/patch-content_browser_v8__snapshot__files.cc branches/2020Q3/www/iridium/files/patch-content_public_app_content__main__delegate.cc - copied unchanged from r542938, head/www/iridium/files/patch-content_public_app_content__main__delegate.cc branches/2020Q3/www/iridium/files/patch-content_public_app_content__main__delegate.h - copied unchanged from r542938, head/www/iridium/files/patch-content_public_app_content__main__delegate.h branches/2020Q3/www/iridium/files/patch-content_public_test_content__browser__test.cc - copied unchanged from r542938, head/www/iridium/files/patch-content_public_test_content__browser__test.cc branches/2020Q3/www/iridium/files/patch-content_renderer_render__process__impl.cc - copied unchanged from r542938, head/www/iridium/files/patch-content_renderer_render__process__impl.cc branches/2020Q3/www/iridium/files/patch-content_shell_app_shell__main__delegate.cc - copied unchanged from r542938, head/www/iridium/files/patch-content_shell_app_shell__main__delegate.cc branches/2020Q3/www/iridium/files/patch-content_shell_browser_web__test_web__test__browser__context.cc - copied unchanged from r542938, head/www/iridium/files/patch-content_shell_browser_web__test_web__test__browser__context.cc branches/2020Q3/www/iridium/files/patch-content_shell_browser_web__test_web__test__browser__main__parts.cc - copied unchanged from r542938, head/www/iridium/files/patch-content_shell_browser_web__test_web__test__browser__main__parts.cc branches/2020Q3/www/iridium/files/patch-content_utility_BUILD.gn - copied unchanged from r542938, head/www/iridium/files/patch-content_utility_BUILD.gn branches/2020Q3/www/iridium/files/patch-device_gamepad_hid__writer__linux.cc - copied unchanged from r542938, head/www/iridium/files/patch-device_gamepad_hid__writer__linux.cc branches/2020Q3/www/iridium/files/patch-extensions_shell_browser_api_runtime_shell__runtime__api__delegate.cc - copied unchanged from r542938, head/www/iridium/files/patch-extensions_shell_browser_api_runtime_shell__runtime__api__delegate.cc branches/2020Q3/www/iridium/files/patch-extensions_shell_browser_shell__extensions__api__client.cc - copied unchanged from r542938, head/www/iridium/files/patch-extensions_shell_browser_shell__extensions__api__client.cc branches/2020Q3/www/iridium/files/patch-extensions_shell_browser_shell__extensions__api__client.h - copied unchanged from r542938, head/www/iridium/files/patch-extensions_shell_browser_shell__extensions__api__client.h branches/2020Q3/www/iridium/files/patch-google__apis_gcm_engine_heartbeat__manager.cc - copied unchanged from r542938, head/www/iridium/files/patch-google__apis_gcm_engine_heartbeat__manager.cc branches/2020Q3/www/iridium/files/patch-gpu_command__buffer_service_external__vk__image__backing.cc - copied unchanged from r542938, head/www/iridium/files/patch-gpu_command__buffer_service_external__vk__image__backing.cc branches/2020Q3/www/iridium/files/patch-gpu_command__buffer_service_external__vk__image__backing.h - copied unchanged from r542938, head/www/iridium/files/patch-gpu_command__buffer_service_external__vk__image__backing.h branches/2020Q3/www/iridium/files/patch-gpu_command__buffer_service_external__vk__image__gl__representation.cc - copied unchanged from r542938, head/www/iridium/files/patch-gpu_command__buffer_service_external__vk__image__gl__representation.cc branches/2020Q3/www/iridium/files/patch-gpu_vulkan_vulkan__function__pointers.cc - copied unchanged from r542938, head/www/iridium/files/patch-gpu_vulkan_vulkan__function__pointers.cc branches/2020Q3/www/iridium/files/patch-gpu_vulkan_vulkan__function__pointers.h - copied unchanged from r542938, head/www/iridium/files/patch-gpu_vulkan_vulkan__function__pointers.h branches/2020Q3/www/iridium/files/patch-headless_lib_headless__content__main__delegate.cc - copied unchanged from r542938, head/www/iridium/files/patch-headless_lib_headless__content__main__delegate.cc branches/2020Q3/www/iridium/files/patch-headless_lib_headless__content__main__delegate.h - copied unchanged from r542938, head/www/iridium/files/patch-headless_lib_headless__content__main__delegate.h branches/2020Q3/www/iridium/files/patch-media_base_media__switches.cc - copied unchanged from r542938, head/www/iridium/files/patch-media_base_media__switches.cc branches/2020Q3/www/iridium/files/patch-media_capture_video_video__capture__buffer__pool__impl.cc - copied unchanged from r542938, head/www/iridium/files/patch-media_capture_video_video__capture__buffer__pool__impl.cc branches/2020Q3/www/iridium/files/patch-media_gpu_buffer__validation.cc - copied unchanged from r542938, head/www/iridium/files/patch-media_gpu_buffer__validation.cc branches/2020Q3/www/iridium/files/patch-media_mojo_clients_mojo__video__encode__accelerator.cc - copied unchanged from r542938, head/www/iridium/files/patch-media_mojo_clients_mojo__video__encode__accelerator.cc branches/2020Q3/www/iridium/files/patch-media_mojo_mojom_video__frame__mojom__traits.cc - copied unchanged from r542938, head/www/iridium/files/patch-media_mojo_mojom_video__frame__mojom__traits.cc branches/2020Q3/www/iridium/files/patch-media_video_fake__gpu__memory__buffer.cc - copied unchanged from r542938, head/www/iridium/files/patch-media_video_fake__gpu__memory__buffer.cc branches/2020Q3/www/iridium/files/patch-media_webrtc_webrtc__switches.cc - copied unchanged from r542938, head/www/iridium/files/patch-media_webrtc_webrtc__switches.cc branches/2020Q3/www/iridium/files/patch-net_base_features.cc - copied unchanged from r542938, head/www/iridium/files/patch-net_base_features.cc branches/2020Q3/www/iridium/files/patch-net_http_http__auth__gssapi__posix.h - copied unchanged from r542938, head/www/iridium/files/patch-net_http_http__auth__gssapi__posix.h branches/2020Q3/www/iridium/files/patch-net_socket_udp__socket__posix.h - copied unchanged from r542938, head/www/iridium/files/patch-net_socket_udp__socket__posix.h branches/2020Q3/www/iridium/files/patch-net_socket_unix__domain__client__socket__posix.cc - copied unchanged from r542938, head/www/iridium/files/patch-net_socket_unix__domain__client__socket__posix.cc branches/2020Q3/www/iridium/files/patch-net_traffic__annotation_network__traffic__annotation.h - copied unchanged from r542938, head/www/iridium/files/patch-net_traffic__annotation_network__traffic__annotation.h branches/2020Q3/www/iridium/files/patch-net_url__request_url__fetcher.cc - copied unchanged from r542938, head/www/iridium/files/patch-net_url__request_url__fetcher.cc branches/2020Q3/www/iridium/files/patch-net_url__request_url__fetcher.h - copied unchanged from r542938, head/www/iridium/files/patch-net_url__request_url__fetcher.h branches/2020Q3/www/iridium/files/patch-net_url__request_url__request__context.cc - copied unchanged from r542938, head/www/iridium/files/patch-net_url__request_url__request__context.cc branches/2020Q3/www/iridium/files/patch-net_url__request_url__request__context.h - copied unchanged from r542938, head/www/iridium/files/patch-net_url__request_url__request__context.h branches/2020Q3/www/iridium/files/patch-ppapi_proxy_flash__resource.cc - copied unchanged from r542938, head/www/iridium/files/patch-ppapi_proxy_flash__resource.cc branches/2020Q3/www/iridium/files/patch-remoting_host_host__main.cc - copied unchanged from r542938, head/www/iridium/files/patch-remoting_host_host__main.cc branches/2020Q3/www/iridium/files/patch-remoting_host_switches.cc - copied unchanged from r542938, head/www/iridium/files/patch-remoting_host_switches.cc branches/2020Q3/www/iridium/files/patch-remoting_host_switches.h - copied unchanged from r542938, head/www/iridium/files/patch-remoting_host_switches.h branches/2020Q3/www/iridium/files/patch-remoting_resources_remoting__strings.grd - copied unchanged from r542938, head/www/iridium/files/patch-remoting_resources_remoting__strings.grd branches/2020Q3/www/iridium/files/patch-services_device_usb_BUILD.gn - copied unchanged from r542938, head/www/iridium/files/patch-services_device_usb_BUILD.gn branches/2020Q3/www/iridium/files/patch-services_resource__coordinator_memory__instrumentation_queued__request__dispatcher.cc - copied unchanged from r542938, head/www/iridium/files/patch-services_resource__coordinator_memory__instrumentation_queued__request__dispatcher.cc branches/2020Q3/www/iridium/files/patch-services_tracing_public_cpp_perfetto_trace__time.cc - copied unchanged from r542938, head/www/iridium/files/patch-services_tracing_public_cpp_perfetto_trace__time.cc branches/2020Q3/www/iridium/files/patch-services_tracing_public_cpp_stack__sampling_tracing__sampler__profiler.cc - copied unchanged from r542938, head/www/iridium/files/patch-services_tracing_public_cpp_stack__sampling_tracing__sampler__profiler.cc branches/2020Q3/www/iridium/files/patch-services_video__capture_broadcasting__receiver.cc - copied unchanged from r542938, head/www/iridium/files/patch-services_video__capture_broadcasting__receiver.cc branches/2020Q3/www/iridium/files/patch-third__party_angle_src_libANGLE_renderer_vulkan_DisplayVk__api.h - copied unchanged from r542938, head/www/iridium/files/patch-third__party_angle_src_libANGLE_renderer_vulkan_DisplayVk__api.h branches/2020Q3/www/iridium/files/patch-third__party_blink_renderer_BUILD.gn - copied unchanged from r542938, head/www/iridium/files/patch-third__party_blink_renderer_BUILD.gn branches/2020Q3/www/iridium/files/patch-third__party_blink_renderer_controller_blink__initializer.cc - copied unchanged from r542938, head/www/iridium/files/patch-third__party_blink_renderer_controller_blink__initializer.cc branches/2020Q3/www/iridium/files/patch-third__party_blink_renderer_controller_memory__usage__monitor__posix.h - copied unchanged from r542938, head/www/iridium/files/patch-third__party_blink_renderer_controller_memory__usage__monitor__posix.h branches/2020Q3/www/iridium/files/patch-third__party_blink_renderer_modules_mediastream_processed__local__audio__source.cc - copied unchanged from r542938, head/www/iridium/files/patch-third__party_blink_renderer_modules_mediastream_processed__local__audio__source.cc branches/2020Q3/www/iridium/files/patch-third__party_boringssl_src_crypto_cpu-aarch64-linux.c - copied unchanged from r542938, head/www/iridium/files/patch-third__party_boringssl_src_crypto_cpu-aarch64-linux.c branches/2020Q3/www/iridium/files/patch-third__party_harfbuzz-ng_harfbuzz.gni - copied unchanged from r542938, head/www/iridium/files/patch-third__party_harfbuzz-ng_harfbuzz.gni branches/2020Q3/www/iridium/files/patch-third__party_libpng_pnglibconf.h - copied unchanged from r542938, head/www/iridium/files/patch-third__party_libpng_pnglibconf.h branches/2020Q3/www/iridium/files/patch-third__party_nasm_config_config-linux.h - copied unchanged from r542938, head/www/iridium/files/patch-third__party_nasm_config_config-linux.h branches/2020Q3/www/iridium/files/patch-third__party_pdfium_core_fxcrt_cfx__datetime.cpp - copied unchanged from r542938, head/www/iridium/files/patch-third__party_pdfium_core_fxcrt_cfx__datetime.cpp branches/2020Q3/www/iridium/files/patch-third__party_perfetto_include_perfetto_base_thread__utils.h - copied unchanged from r542938, head/www/iridium/files/patch-third__party_perfetto_include_perfetto_base_thread__utils.h branches/2020Q3/www/iridium/files/patch-third__party_perfetto_include_perfetto_ext_base_event__fd.h - copied unchanged from r542938, head/www/iridium/files/patch-third__party_perfetto_include_perfetto_ext_base_event__fd.h branches/2020Q3/www/iridium/files/patch-third__party_perfetto_src_base_thread__task__runner.cc - copied unchanged from r542938, head/www/iridium/files/patch-third__party_perfetto_src_base_thread__task__runner.cc branches/2020Q3/www/iridium/files/patch-third__party_swiftshader_src_Vulkan_VkDebug.cpp - copied unchanged from r542938, head/www/iridium/files/patch-third__party_swiftshader_src_Vulkan_VkDebug.cpp branches/2020Q3/www/iridium/files/patch-third__party_swiftshader_third__party_llvm-7.0_configs_linux_include_llvm_Config_config.h - copied unchanged from r542938, head/www/iridium/files/patch-third__party_swiftshader_third__party_llvm-7.0_configs_linux_include_llvm_Config_config.h branches/2020Q3/www/iridium/files/patch-third__party_swiftshader_third__party_llvm-7.0_configs_linux_include_llvm_Config_llvm-config.h - copied unchanged from r542938, head/www/iridium/files/patch-third__party_swiftshader_third__party_llvm-7.0_configs_linux_include_llvm_Config_llvm-config.h branches/2020Q3/www/iridium/files/patch-third__party_swiftshader_third__party_marl_src_memory.cpp - copied unchanged from r542938, head/www/iridium/files/patch-third__party_swiftshader_third__party_marl_src_memory.cpp branches/2020Q3/www/iridium/files/patch-third__party_swiftshader_third__party_marl_src_thread.cpp - copied unchanged from r542938, head/www/iridium/files/patch-third__party_swiftshader_third__party_marl_src_thread.cpp branches/2020Q3/www/iridium/files/patch-third__party_webrtc_rtc__base_third__party_sigslot_sigslot.h - copied unchanged from r542938, head/www/iridium/files/patch-third__party_webrtc_rtc__base_third__party_sigslot_sigslot.h branches/2020Q3/www/iridium/files/patch-tools_gn_src_base_files_file__posix.cc - copied unchanged from r542938, head/www/iridium/files/patch-tools_gn_src_base_files_file__posix.cc branches/2020Q3/www/iridium/files/patch-tools_gn_src_base_files_file__util.h - copied unchanged from r542938, head/www/iridium/files/patch-tools_gn_src_base_files_file__util.h branches/2020Q3/www/iridium/files/patch-tools_gn_src_base_files_file__util__posix.cc - copied unchanged from r542938, head/www/iridium/files/patch-tools_gn_src_base_files_file__util__posix.cc branches/2020Q3/www/iridium/files/patch-tools_gn_src_base_files_scoped__file.cc - copied unchanged from r542938, head/www/iridium/files/patch-tools_gn_src_base_files_scoped__file.cc branches/2020Q3/www/iridium/files/patch-tools_gn_src_gn_exec__process.cc - copied unchanged from r542938, head/www/iridium/files/patch-tools_gn_src_gn_exec__process.cc branches/2020Q3/www/iridium/files/patch-tools_gn_src_util_sys__info.cc - copied unchanged from r542938, head/www/iridium/files/patch-tools_gn_src_util_sys__info.cc branches/2020Q3/www/iridium/files/patch-ui_base_ime_init_input__method__initializer.cc - copied unchanged from r542938, head/www/iridium/files/patch-ui_base_ime_init_input__method__initializer.cc branches/2020Q3/www/iridium/files/patch-ui_base_x_x11__shm__image__pool__base.cc - copied unchanged from r542938, head/www/iridium/files/patch-ui_base_x_x11__shm__image__pool__base.cc branches/2020Q3/www/iridium/files/patch-ui_compositor_compositor.cc - copied unchanged from r542938, head/www/iridium/files/patch-ui_compositor_compositor.cc branches/2020Q3/www/iridium/files/patch-ui_compositor_compositor.h - copied unchanged from r542938, head/www/iridium/files/patch-ui_compositor_compositor.h branches/2020Q3/www/iridium/files/patch-ui_compositor_compositor__observer.h - copied unchanged from r542938, head/www/iridium/files/patch-ui_compositor_compositor__observer.h branches/2020Q3/www/iridium/files/patch-ui_compositor_host_host__context__factory__private.cc - copied unchanged from r542938, head/www/iridium/files/patch-ui_compositor_host_host__context__factory__private.cc branches/2020Q3/www/iridium/files/patch-ui_gfx_font__names__testing.cc - copied unchanged from r542938, head/www/iridium/files/patch-ui_gfx_font__names__testing.cc branches/2020Q3/www/iridium/files/patch-ui_gfx_font__util.cc - copied unchanged from r542938, head/www/iridium/files/patch-ui_gfx_font__util.cc branches/2020Q3/www/iridium/files/patch-ui_gfx_gpu__memory__buffer.cc - copied unchanged from r542938, head/www/iridium/files/patch-ui_gfx_gpu__memory__buffer.cc branches/2020Q3/www/iridium/files/patch-ui_gfx_mojom_buffer__types__mojom__traits.cc - copied unchanged from r542938, head/www/iridium/files/patch-ui_gfx_mojom_buffer__types__mojom__traits.cc branches/2020Q3/www/iridium/files/patch-ui_gfx_mojom_buffer__types__mojom__traits.h - copied unchanged from r542938, head/www/iridium/files/patch-ui_gfx_mojom_buffer__types__mojom__traits.h branches/2020Q3/www/iridium/files/patch-ui_platform__window_platform__window__init__properties.h - copied unchanged from r542938, head/www/iridium/files/patch-ui_platform__window_platform__window__init__properties.h branches/2020Q3/www/iridium/files/patch-ui_views_widget_native__widget__aura.cc - copied unchanged from r542938, head/www/iridium/files/patch-ui_views_widget_native__widget__aura.cc branches/2020Q3/www/iridium/files/patch-v8_include_v8config.h - copied unchanged from r542938, head/www/iridium/files/patch-v8_include_v8config.h branches/2020Q3/www/iridium/files/patch-v8_src_api_api.cc - copied unchanged from r542938, head/www/iridium/files/patch-v8_src_api_api.cc branches/2020Q3/www/iridium/files/patch-v8_src_base_platform_platform-freebsd.cc - copied unchanged from r542938, head/www/iridium/files/patch-v8_src_base_platform_platform-freebsd.cc branches/2020Q3/www/iridium/files/patch-weblayer_app_content__main__delegate__impl.cc - copied unchanged from r542938, head/www/iridium/files/patch-weblayer_app_content__main__delegate__impl.cc branches/2020Q3/www/iridium/files/patch-weblayer_browser_browser__main__parts__impl.cc - copied unchanged from r542938, head/www/iridium/files/patch-weblayer_browser_browser__main__parts__impl.cc branches/2020Q3/www/iridium/files/patch-weblayer_browser_content__browser__client__impl.cc - copied unchanged from r542938, head/www/iridium/files/patch-weblayer_browser_content__browser__client__impl.cc branches/2020Q3/www/iridium/files/patch-weblayer_browser_content__browser__client__impl.h - copied unchanged from r542938, head/www/iridium/files/patch-weblayer_browser_content__browser__client__impl.h branches/2020Q3/www/iridium/files/patch-weblayer_browser_system__network__context__manager.cc - copied unchanged from r542938, head/www/iridium/files/patch-weblayer_browser_system__network__context__manager.cc branches/2020Q3/www/iridium/files/patch-weblayer_common_weblayer__paths.cc - copied unchanged from r542938, head/www/iridium/files/patch-weblayer_common_weblayer__paths.cc Deleted: branches/2020Q3/www/iridium/files/patch-base_allocator_partition__allocator_page__allocator.cc branches/2020Q3/www/iridium/files/patch-base_debug_elf__reader__linux.cc branches/2020Q3/www/iridium/files/patch-base_files_memory__mapped__file__posix.cc branches/2020Q3/www/iridium/files/patch-base_task_task__scheduler_scheduler__single__thread__task__runner__manager__unittest.cc branches/2020Q3/www/iridium/files/patch-base_test_test__file__util__linux.cc branches/2020Q3/www/iridium/files/patch-build_config_allocator.gni branches/2020Q3/www/iridium/files/patch-build_config_gclient__args.gni branches/2020Q3/www/iridium/files/patch-chrome_browser_download_download__status__updater.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_extensions_bookmark__app__helper.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_media_webrtc_webrtc__logging__handler__host.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_media_webrtc_webrtc__logging__handler__host.h branches/2020Q3/www/iridium/files/patch-chrome_browser_platform__util.h branches/2020Q3/www/iridium/files/patch-chrome_browser_policy_machine__level__user__cloud__policy__controller.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_search_local__files__ntp__source.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_ui_browser__window.h branches/2020Q3/www/iridium/files/patch-chrome_browser_ui_input__method_input__method__engine.h branches/2020Q3/www/iridium/files/patch-chrome_browser_ui_libgtkui_print__dialog__gtk.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_ui_views_frame_browser__view.h branches/2020Q3/www/iridium/files/patch-chrome_browser_ui_webui_settings_md__settings__localized__strings__provider.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_web__applications_extensions_web__app__extension__shortcut.cc branches/2020Q3/www/iridium/files/patch-chromecast_media_cma_backend_media__pipeline__backend__for__mixer.cc branches/2020Q3/www/iridium/files/patch-components_autofill__strings.grdp branches/2020Q3/www/iridium/files/patch-components_autofill_core_browser_autofill__experiments.h branches/2020Q3/www/iridium/files/patch-components_download_quarantine_quarantine__linux.cc branches/2020Q3/www/iridium/files/patch-components_download_quarantine_test__support__linux.cc branches/2020Q3/www/iridium/files/patch-components_services_filesystem_file__system__app.cc branches/2020Q3/www/iridium/files/patch-components_services_font_font__service__app.cc branches/2020Q3/www/iridium/files/patch-components_startup__metric__utils_browser_startup__metric__utils.cc branches/2020Q3/www/iridium/files/patch-components_sync_base_get__session__name.cc branches/2020Q3/www/iridium/files/patch-components_sync_base_get__session__name__linux.cc branches/2020Q3/www/iridium/files/patch-components_sync_device__info_local__device__info__provider__impl.cc branches/2020Q3/www/iridium/files/patch-content_browser_BUILD.gn branches/2020Q3/www/iridium/files/patch-content_browser_memory_memory__monitor.cc branches/2020Q3/www/iridium/files/patch-content_browser_service__manager_service__manager__context.cc branches/2020Q3/www/iridium/files/patch-content_browser_storage__partition__impl.cc branches/2020Q3/www/iridium/files/patch-content_browser_storage__partition__impl__map.cc branches/2020Q3/www/iridium/files/patch-content_public_app_content__packaged__services__manifest.cc branches/2020Q3/www/iridium/files/patch-content_public_app_v8__snapshot__overlay__manifest.cc branches/2020Q3/www/iridium/files/patch-content_public_common_renderer__preferences.h branches/2020Q3/www/iridium/files/patch-content_renderer_media_stream_processed__local__audio__source.cc branches/2020Q3/www/iridium/files/patch-content_renderer_media_webrtc_webrtc__audio__renderer__unittest.cc branches/2020Q3/www/iridium/files/patch-device_usb_BUILD.gn branches/2020Q3/www/iridium/files/patch-device_usb_usb__context.cc branches/2020Q3/www/iridium/files/patch-device_usb_usb__error.cc branches/2020Q3/www/iridium/files/patch-device_usb_usb__service__impl.cc branches/2020Q3/www/iridium/files/patch-device_usb_usb__service__impl.h branches/2020Q3/www/iridium/files/patch-headless_lib_browser_headless__request__context__manager.h branches/2020Q3/www/iridium/files/patch-media_audio_pulse_pulse.sigs branches/2020Q3/www/iridium/files/patch-media_capture_video_linux_video__capture__device__factory__linux.cc branches/2020Q3/www/iridium/files/patch-media_capture_video_linux_video__capture__device__linux.cc branches/2020Q3/www/iridium/files/patch-media_capture_video_mock__gpu__memory__buffer__manager.cc branches/2020Q3/www/iridium/files/patch-media_capture_video_shared__memory__handle__provider.cc branches/2020Q3/www/iridium/files/patch-media_capture_video_shared__memory__handle__provider.h branches/2020Q3/www/iridium/files/patch-net_http_http__network__session.cc branches/2020Q3/www/iridium/files/patch-net_third__party_quic_platform_impl_quic__ip__address__impl.cc branches/2020Q3/www/iridium/files/patch-printing_backend_print__backend__cups.h branches/2020Q3/www/iridium/files/patch-remoting_webapp_base_js_platform.js branches/2020Q3/www/iridium/files/patch-services_catalog_store.cc branches/2020Q3/www/iridium/files/patch-services_catalog_store.h branches/2020Q3/www/iridium/files/patch-services_content_simple__browser_simple__browser__service.h branches/2020Q3/www/iridium/files/patch-services_device_device__service.h branches/2020Q3/www/iridium/files/patch-services_device_time__zone__monitor_time__zone__monitor.cc branches/2020Q3/www/iridium/files/patch-services_service__manager_runner_host_BUILD.gn branches/2020Q3/www/iridium/files/patch-services_service__manager_sandbox_sandbox__type.cc branches/2020Q3/www/iridium/files/patch-third__party_blink_renderer_platform_heap_stack__frame__depth.cc branches/2020Q3/www/iridium/files/patch-third__party_blink_renderer_platform_wtf_BUILD.gn branches/2020Q3/www/iridium/files/patch-third__party_blink_renderer_platform_wtf_assertions.cc branches/2020Q3/www/iridium/files/patch-third__party_blink_renderer_platform_wtf_threading.cc branches/2020Q3/www/iridium/files/patch-third__party_googletest_src_googletest_include_gtest_internal_gtest-port.h branches/2020Q3/www/iridium/files/patch-third__party_googletest_src_googletest_test_googletest-port-test.cc branches/2020Q3/www/iridium/files/patch-third__party_perfetto_include_perfetto_base_event.h branches/2020Q3/www/iridium/files/patch-third__party_perfetto_include_perfetto_base_watchdog__posix.h branches/2020Q3/www/iridium/files/patch-third__party_skia_src_opts_SkRasterPipeline__opts.h branches/2020Q3/www/iridium/files/patch-third__party_skia_src_ports_SkFontHost__FreeType.cpp branches/2020Q3/www/iridium/files/patch-third__party_snappy_src_snappy.h branches/2020Q3/www/iridium/files/patch-third__party_webrtc_rtc__base_BUILD.gn branches/2020Q3/www/iridium/files/patch-third__party_webrtc_rtc__base_string__utils.h branches/2020Q3/www/iridium/files/patch-third__party_zlib_arm__features.c branches/2020Q3/www/iridium/files/patch-tools_gn_base_files_file__posix.cc branches/2020Q3/www/iridium/files/patch-tools_gn_tools_gn_exec__process.cc branches/2020Q3/www/iridium/files/patch-ui_base_ime_ime__engine__handler__interface.h branches/2020Q3/www/iridium/files/patch-ui_base_ime_input__method__initializer.cc branches/2020Q3/www/iridium/files/patch-ui_gfx_mojo_buffer__types__struct__traits.cc branches/2020Q3/www/iridium/files/patch-ui_gfx_mojo_buffer__types__struct__traits.h branches/2020Q3/www/iridium/files/patch-ui_views_widget_desktop__aura_desktop__window__tree__host__platform.h branches/2020Q3/www/iridium/files/patch-v8_src_api.cc branches/2020Q3/www/iridium/files/patch-v8_src_external-reference-table.cc branches/2020Q3/www/iridium/files/patch-v8_src_log-utils.h branches/2020Q3/www/iridium/files/patch-v8_src_trap-handler_handler-inside-posix.cc branches/2020Q3/www/iridium/files/patch-v8_src_trap-handler_handler-inside-posix.h branches/2020Q3/www/iridium/files/patch-v8_src_trap-handler_trap-handler.h Modified: branches/2020Q3/www/iridium/Makefile branches/2020Q3/www/iridium/distinfo branches/2020Q3/www/iridium/files/extra-patch-clang branches/2020Q3/www/iridium/files/patch-BUILD.gn branches/2020Q3/www/iridium/files/patch-apps_ui_views_app__window__frame__view.cc branches/2020Q3/www/iridium/files/patch-ash_display_mirror__window__controller.cc branches/2020Q3/www/iridium/files/patch-base_BUILD.gn branches/2020Q3/www/iridium/files/patch-base_allocator_allocator__shim.cc branches/2020Q3/www/iridium/files/patch-base_allocator_allocator__shim__default__dispatch__to__glibc.cc branches/2020Q3/www/iridium/files/patch-base_allocator_allocator__shim__unittest.cc branches/2020Q3/www/iridium/files/patch-base_allocator_partition__allocator_page__allocator__internals__posix.h branches/2020Q3/www/iridium/files/patch-base_debug_debugger__posix.cc branches/2020Q3/www/iridium/files/patch-base_debug_proc__maps__linux.cc branches/2020Q3/www/iridium/files/patch-base_debug_stack__trace.h branches/2020Q3/www/iridium/files/patch-base_debug_stack__trace__posix.cc branches/2020Q3/www/iridium/files/patch-base_files_file__path__unittest.cc branches/2020Q3/www/iridium/files/patch-base_files_file__path__watcher__stub.cc branches/2020Q3/www/iridium/files/patch-base_files_file__path__watcher__unittest.cc branches/2020Q3/www/iridium/files/patch-base_files_file__util.h branches/2020Q3/www/iridium/files/patch-base_files_file__util__posix.cc branches/2020Q3/www/iridium/files/patch-base_i18n_icu__util.cc branches/2020Q3/www/iridium/files/patch-base_linux__util.cc branches/2020Q3/www/iridium/files/patch-base_logging__unittest.cc branches/2020Q3/www/iridium/files/patch-base_numerics_safe__math__shared__impl.h branches/2020Q3/www/iridium/files/patch-base_process_internal__linux.cc branches/2020Q3/www/iridium/files/patch-base_process_internal__linux.h branches/2020Q3/www/iridium/files/patch-base_process_kill.h branches/2020Q3/www/iridium/files/patch-base_process_kill__posix.cc branches/2020Q3/www/iridium/files/patch-base_process_launch.h branches/2020Q3/www/iridium/files/patch-base_process_launch__posix.cc branches/2020Q3/www/iridium/files/patch-base_process_memory.cc branches/2020Q3/www/iridium/files/patch-base_process_memory.h branches/2020Q3/www/iridium/files/patch-base_process_memory__unittest.cc branches/2020Q3/www/iridium/files/patch-base_process_process__handle.cc branches/2020Q3/www/iridium/files/patch-base_process_process__handle.h branches/2020Q3/www/iridium/files/patch-base_process_process__linux.cc branches/2020Q3/www/iridium/files/patch-base_process_process__metrics.cc branches/2020Q3/www/iridium/files/patch-base_process_process__metrics.h branches/2020Q3/www/iridium/files/patch-base_process_process__metrics__freebsd.cc branches/2020Q3/www/iridium/files/patch-base_process_process__metrics__posix.cc branches/2020Q3/www/iridium/files/patch-base_profiler_stack__sampling__profiler__unittest.cc branches/2020Q3/www/iridium/files/patch-base_security__unittest.cc branches/2020Q3/www/iridium/files/patch-base_system_sys__info__freebsd.cc branches/2020Q3/www/iridium/files/patch-base_system_sys__info__posix.cc branches/2020Q3/www/iridium/files/patch-base_test_generate__fontconfig__caches.cc branches/2020Q3/www/iridium/files/patch-base_test_launcher_test__launcher.cc branches/2020Q3/www/iridium/files/patch-base_test_test__file__util__posix.cc branches/2020Q3/www/iridium/files/patch-base_threading_platform__thread.h branches/2020Q3/www/iridium/files/patch-base_threading_thread__task__runner__handle.cc branches/2020Q3/www/iridium/files/patch-base_trace__event_malloc__dump__provider.cc branches/2020Q3/www/iridium/files/patch-build_config_BUILD.gn branches/2020Q3/www/iridium/files/patch-build_config_BUILDCONFIG.gn branches/2020Q3/www/iridium/files/patch-build_config_compiler_BUILD.gn branches/2020Q3/www/iridium/files/patch-build_config_compiler_compiler.gni branches/2020Q3/www/iridium/files/patch-build_config_features.gni branches/2020Q3/www/iridium/files/patch-build_config_linux_pkg-config.py branches/2020Q3/www/iridium/files/patch-build_gn__run__binary.py branches/2020Q3/www/iridium/files/patch-build_toolchain_gcc__toolchain.gni branches/2020Q3/www/iridium/files/patch-build_toolchain_get__concurrent__links.py branches/2020Q3/www/iridium/files/patch-build_toolchain_linux_BUILD.gn branches/2020Q3/www/iridium/files/patch-cc_BUILD.gn branches/2020Q3/www/iridium/files/patch-cc_layers_scrollbar__layer__impl__base.cc branches/2020Q3/www/iridium/files/patch-cc_trees_property__tree.cc branches/2020Q3/www/iridium/files/patch-chrome_app_chrome__command__ids.h branches/2020Q3/www/iridium/files/patch-chrome_app_chrome__main.cc branches/2020Q3/www/iridium/files/patch-chrome_app_chrome__main__delegate.cc branches/2020Q3/www/iridium/files/patch-chrome_app_chromium__strings.grd branches/2020Q3/www/iridium/files/patch-chrome_app_generated__resources.grd branches/2020Q3/www/iridium/files/patch-chrome_app_google__chrome__strings.grd branches/2020Q3/www/iridium/files/patch-chrome_app_settings__strings.grdp branches/2020Q3/www/iridium/files/patch-chrome_app_shutdown__signal__handlers__posix.cc branches/2020Q3/www/iridium/files/patch-chrome_app_theme_chrome__unscaled__resources.grd branches/2020Q3/www/iridium/files/patch-chrome_browser_about__flags.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_after__startup__task__utils.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_apps_platform__apps_api_music__manager__private_device__id__linux.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_autocomplete_chrome__autocomplete__scheme__classifier.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_browser__resources.grd branches/2020Q3/www/iridium/files/patch-chrome_browser_chrome__browser__main.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_chrome__browser__main__linux.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_chrome__browser__main__posix.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_chrome__content__browser__client.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_chrome__content__browser__client.h branches/2020Q3/www/iridium/files/patch-chrome_browser_custom__handlers_protocol__handler__registry.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_devtools_devtools__eye__dropper.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_download_chrome__download__manager__delegate.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_download_download__commands.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_download_download__commands.h branches/2020Q3/www/iridium/files/patch-chrome_browser_download_download__item__model.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_download_download__prefs.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_download_download__prefs.h branches/2020Q3/www/iridium/files/patch-chrome_browser_download_download__shelf__context__menu.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_extensions_BUILD.gn branches/2020Q3/www/iridium/files/patch-chrome_browser_extensions_activity__log_activity__log.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_extensions_api_image__writer__private_removable__storage__provider.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_extensions_api_runtime_chrome__runtime__api__delegate.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_extensions_api_settings__private_prefs__util.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_extensions_browser__context__keyed__service__factories.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_extensions_external__provider__impl.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_extensions_install__signer.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_first__run_first__run__internal__posix.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_flag__descriptions.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_flag__descriptions.h branches/2020Q3/www/iridium/files/patch-chrome_browser_media__galleries_fileapi_mtp__device__map__service.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_media__galleries_media__file__system__registry.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_media_router_providers_wired__display_wired__display__media__route__provider.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_media_webrtc_webrtc__event__log__uploader.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_media_webrtc_webrtc__log__uploader.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_metrics_bluetooth__available__utility.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_net_system__network__context__manager.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_password__manager_chrome__password__manager__client.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_password__manager_password__store__factory.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_plugins_plugins__resource__service.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_policy_policy__prefs__browsertest.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_prefs_browser__prefs.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_prefs_pref__service__incognito__whitelist.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_process__singleton__posix.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_profiles_profile__attributes__entry.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_renderer__context__menu_render__view__context__menu.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_renderer__preferences__util.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_resources_settings_appearance__page_appearance__browser__proxy.js branches/2020Q3/www/iridium/files/patch-chrome_browser_resources_settings_appearance__page_appearance__page.html branches/2020Q3/www/iridium/files/patch-chrome_browser_resources_settings_appearance__page_appearance__page.js branches/2020Q3/www/iridium/files/patch-chrome_browser_safe__browsing_incident__reporting_incident__handler__util.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_safe__browsing_incident__reporting_incident__reporting__service.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_signin_signin__util.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_ssl_ssl__error__controller__client.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_sync_chrome__sync__client.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_task__manager_sampling_task__group.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_task__manager_sampling_task__group.h branches/2020Q3/www/iridium/files/patch-chrome_browser_task__manager_sampling_task__group__sampler.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_task__manager_sampling_task__group__sampler.h branches/2020Q3/www/iridium/files/patch-chrome_browser_task__manager_sampling_task__manager__impl.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_tracing_crash__service__uploader.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_ui_browser__command__controller.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_ui_input__method_input__method__engine__base.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_ui_sad__tab.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_ui_startup_bad__flags__prompt.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_ui_startup_startup__browser__creator.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_ui_tab__helpers.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_ui_task__manager_task__manager__table__model.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_ui_toolbar_app__menu__model.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_ui_views_accelerator__table.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_ui_views_chrome__browser__main__extra__parts__views.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_ui_views_chrome__views__delegate.h branches/2020Q3/www/iridium/files/patch-chrome_browser_ui_views_first__run__dialog.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_ui_views_frame_browser__frame.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_ui_views_frame_browser__view.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view__platform__specific.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_ui_views_frame_system__menu__model__builder.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_ui_views_frame_system__menu__model__delegate.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_ui_views_hung__renderer__view.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_ui_views_tabs_new__tab__button.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_ui_views_tabs_tab__drag__controller.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_ui_webui_about__ui.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc branches/2020Q3/www/iridium/files/patch-chrome_browser_ui_webui_settings_appearance__handler.cc branches/2020Q3/www/iridium/files/patch-chrome_common_BUILD.gn branches/2020Q3/www/iridium/files/patch-chrome_common_chrome__features.cc branches/2020Q3/www/iridium/files/patch-chrome_common_chrome__features.h branches/2020Q3/www/iridium/files/patch-chrome_common_chrome__paths.cc branches/2020Q3/www/iridium/files/patch-chrome_common_chrome__paths.h branches/2020Q3/www/iridium/files/patch-chrome_common_chrome__paths__internal.h branches/2020Q3/www/iridium/files/patch-chrome_common_chrome__switches.cc branches/2020Q3/www/iridium/files/patch-chrome_common_chrome__switches.h branches/2020Q3/www/iridium/files/patch-chrome_common_extensions_api_api__sources.gni branches/2020Q3/www/iridium/files/patch-chrome_common_extensions_command.cc branches/2020Q3/www/iridium/files/patch-chrome_common_features.gni branches/2020Q3/www/iridium/files/patch-chrome_common_pref__names.cc branches/2020Q3/www/iridium/files/patch-chrome_common_pref__names.h branches/2020Q3/www/iridium/files/patch-chrome_common_webui__url__constants.cc branches/2020Q3/www/iridium/files/patch-chrome_common_webui__url__constants.h branches/2020Q3/www/iridium/files/patch-chrome_renderer_chrome__content__renderer__client.cc branches/2020Q3/www/iridium/files/patch-chrome_test_BUILD.gn branches/2020Q3/www/iridium/files/patch-chrome_test_base_in__process__browser__test.cc branches/2020Q3/www/iridium/files/patch-chrome_test_base_testing__browser__process.h branches/2020Q3/www/iridium/files/patch-chrome_test_chromedriver_chrome_chrome__finder.cc branches/2020Q3/www/iridium/files/patch-chromecast_browser_cast__browser__main__parts.cc branches/2020Q3/www/iridium/files/patch-chromecast_browser_cast__content__browser__client.cc branches/2020Q3/www/iridium/files/patch-components_autofill_content_renderer_password__form__conversion__utils.cc branches/2020Q3/www/iridium/files/patch-components_autofill_core_browser_autofill__experiments.cc branches/2020Q3/www/iridium/files/patch-components_autofill_core_common_autofill__util.cc branches/2020Q3/www/iridium/files/patch-components_crash_content_app_BUILD.gn branches/2020Q3/www/iridium/files/patch-components_crash_content_app_crashpad.cc branches/2020Q3/www/iridium/files/patch-components_crash_core_common_BUILD.gn branches/2020Q3/www/iridium/files/patch-components_download_internal_common_base__file.cc branches/2020Q3/www/iridium/files/patch-components_feature__engagement_public_event__constants.cc branches/2020Q3/www/iridium/files/patch-components_feature__engagement_public_event__constants.h branches/2020Q3/www/iridium/files/patch-components_feedback_anonymizer__tool.cc branches/2020Q3/www/iridium/files/patch-components_flags__ui_flags__state.cc branches/2020Q3/www/iridium/files/patch-components_gcm__driver_gcm__client.h branches/2020Q3/www/iridium/files/patch-components_gcm__driver_gcm__client__impl.cc branches/2020Q3/www/iridium/files/patch-components_metrics_BUILD.gn branches/2020Q3/www/iridium/files/patch-components_metrics_metrics__log.cc branches/2020Q3/www/iridium/files/patch-components_metrics_system__memory__stats__recorder__linux.cc branches/2020Q3/www/iridium/files/patch-components_neterror_resources_neterror.js branches/2020Q3/www/iridium/files/patch-components_network__session__configurator_browser_network__session__configurator.cc branches/2020Q3/www/iridium/files/patch-components_new__or__sad__tab__strings.grdp branches/2020Q3/www/iridium/files/patch-components_os__crypt_os__crypt.h branches/2020Q3/www/iridium/files/patch-components_policy_core_common_cloud_cloud__policy__util.cc branches/2020Q3/www/iridium/files/patch-components_policy_resources_policy__templates.json branches/2020Q3/www/iridium/files/patch-components_policy_tools_generate__policy__source.py branches/2020Q3/www/iridium/files/patch-components_storage__monitor_BUILD.gn branches/2020Q3/www/iridium/files/patch-components_update__client_update__query__params.cc branches/2020Q3/www/iridium/files/patch-content_app_content__main__runner__impl.cc branches/2020Q3/www/iridium/files/patch-content_browser_browser__main__loop.cc branches/2020Q3/www/iridium/files/patch-content_browser_child__process__launcher__helper__linux.cc branches/2020Q3/www/iridium/files/patch-content_browser_media_media__internals.cc branches/2020Q3/www/iridium/files/patch-content_browser_renderer__host_input_input__device__change__observer.cc branches/2020Q3/www/iridium/files/patch-content_browser_renderer__host_render__message__filter.cc branches/2020Q3/www/iridium/files/patch-content_browser_renderer__host_render__message__filter.h branches/2020Q3/www/iridium/files/patch-content_browser_renderer__host_render__process__host__impl.h branches/2020Q3/www/iridium/files/patch-content_browser_renderer__host_render__view__host__impl.cc branches/2020Q3/www/iridium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc branches/2020Q3/www/iridium/files/patch-content_browser_renderer__host_render__widget__host__view__event__handler.cc branches/2020Q3/www/iridium/files/patch-content_browser_webui_shared__resources__data__source.cc branches/2020Q3/www/iridium/files/patch-content_common_BUILD.gn branches/2020Q3/www/iridium/files/patch-content_common_user__agent.cc branches/2020Q3/www/iridium/files/patch-content_gpu_BUILD.gn branches/2020Q3/www/iridium/files/patch-content_gpu_gpu__main.cc branches/2020Q3/www/iridium/files/patch-content_gpu_gpu__sandbox__hook__linux.cc branches/2020Q3/www/iridium/files/patch-content_ppapi__plugin_ppapi__blink__platform__impl.cc branches/2020Q3/www/iridium/files/patch-content_ppapi__plugin_ppapi__blink__platform__impl.h branches/2020Q3/www/iridium/files/patch-content_public_common_child__process__host.h branches/2020Q3/www/iridium/files/patch-content_public_common_common__param__traits__macros.h branches/2020Q3/www/iridium/files/patch-content_public_common_content__features.cc branches/2020Q3/www/iridium/files/patch-content_public_common_content__switches.cc branches/2020Q3/www/iridium/files/patch-content_public_common_content__switches.h branches/2020Q3/www/iridium/files/patch-content_public_test_browser__test__base.cc branches/2020Q3/www/iridium/files/patch-content_public_test_mock__render__thread.cc branches/2020Q3/www/iridium/files/patch-content_renderer_media_audio_audio__device__factory.cc branches/2020Q3/www/iridium/files/patch-content_renderer_render__thread__impl.cc branches/2020Q3/www/iridium/files/patch-content_renderer_renderer__blink__platform__impl.cc branches/2020Q3/www/iridium/files/patch-content_renderer_renderer__blink__platform__impl.h branches/2020Q3/www/iridium/files/patch-content_renderer_renderer__main__platform__delegate__linux.cc branches/2020Q3/www/iridium/files/patch-content_shell_BUILD.gn branches/2020Q3/www/iridium/files/patch-content_shell_browser_shell__browser__context.cc branches/2020Q3/www/iridium/files/patch-content_shell_browser_shell__browser__main__parts.cc branches/2020Q3/www/iridium/files/patch-content_shell_test__runner_test__runner.cc branches/2020Q3/www/iridium/files/patch-content_test_content__test__suite.cc branches/2020Q3/www/iridium/files/patch-content_utility_utility__blink__platform__with__sandbox__support__impl.cc branches/2020Q3/www/iridium/files/patch-content_utility_utility__blink__platform__with__sandbox__support__impl.h branches/2020Q3/www/iridium/files/patch-device_bluetooth_BUILD.gn branches/2020Q3/www/iridium/files/patch-device_gamepad_gamepad__provider.cc branches/2020Q3/www/iridium/files/patch-extensions_browser_api_declarative__webrequest_webrequest__action.cc branches/2020Q3/www/iridium/files/patch-extensions_browser_api_messaging_message__service.cc branches/2020Q3/www/iridium/files/patch-extensions_browser_browser__context__keyed__service__factories.cc branches/2020Q3/www/iridium/files/patch-extensions_common_api___permission__features.json branches/2020Q3/www/iridium/files/patch-extensions_common_api_runtime.json branches/2020Q3/www/iridium/files/patch-extensions_common_feature__switch.cc branches/2020Q3/www/iridium/files/patch-extensions_common_features_feature.cc branches/2020Q3/www/iridium/files/patch-extensions_common_image__util.cc branches/2020Q3/www/iridium/files/patch-extensions_shell_app_shell__main__delegate.cc branches/2020Q3/www/iridium/files/patch-gpu_command__buffer_common_gpu__memory__buffer__support.cc branches/2020Q3/www/iridium/files/patch-gpu_command__buffer_tests_gl__copy__texture__CHROMIUM__unittest.cc branches/2020Q3/www/iridium/files/patch-gpu_command__buffer_tests_gl__test__utils.cc branches/2020Q3/www/iridium/files/patch-gpu_command__buffer_tests_gl__test__utils.h branches/2020Q3/www/iridium/files/patch-gpu_config_gpu__control__list.cc branches/2020Q3/www/iridium/files/patch-gpu_ipc_common_gpu__memory__buffer__support.cc branches/2020Q3/www/iridium/files/patch-gpu_ipc_common_gpu__memory__buffer__support.h branches/2020Q3/www/iridium/files/patch-gpu_ipc_service_gpu__init.cc branches/2020Q3/www/iridium/files/patch-gpu_ipc_service_gpu__memory__buffer__factory.cc branches/2020Q3/www/iridium/files/patch-gpu_ipc_service_gpu__watchdog__thread.cc branches/2020Q3/www/iridium/files/patch-gpu_ipc_service_gpu__watchdog__thread.h branches/2020Q3/www/iridium/files/patch-headless_lib_browser_headless__content__browser__client.cc branches/2020Q3/www/iridium/files/patch-headless_lib_browser_headless__content__browser__client.h branches/2020Q3/www/iridium/files/patch-headless_lib_browser_headless__request__context__manager.cc branches/2020Q3/www/iridium/files/patch-ipc_ipc__channel.h branches/2020Q3/www/iridium/files/patch-ipc_ipc__channel__common.cc branches/2020Q3/www/iridium/files/patch-ipc_ipc__channel__mojo.cc branches/2020Q3/www/iridium/files/patch-ipc_ipc__message__utils.cc branches/2020Q3/www/iridium/files/patch-ipc_ipc__message__utils.h branches/2020Q3/www/iridium/files/patch-media_BUILD.gn branches/2020Q3/www/iridium/files/patch-media_audio_BUILD.gn branches/2020Q3/www/iridium/files/patch-media_audio_alsa_audio__manager__alsa.cc branches/2020Q3/www/iridium/files/patch-media_base_scopedfd__helper.h branches/2020Q3/www/iridium/files/patch-media_base_video__frame.cc branches/2020Q3/www/iridium/files/patch-media_base_video__frame.h branches/2020Q3/www/iridium/files/patch-media_capture_video_create__video__capture__device__factory.cc branches/2020Q3/www/iridium/files/patch-media_capture_video_fake__video__capture__device__factory.cc branches/2020Q3/www/iridium/files/patch-media_capture_video_file__video__capture__device__factory.cc branches/2020Q3/www/iridium/files/patch-media_capture_video_video__capture__device__client.cc branches/2020Q3/www/iridium/files/patch-media_formats_mp2t_es__parser__adts.cc branches/2020Q3/www/iridium/files/patch-media_media__options.gni branches/2020Q3/www/iridium/files/patch-media_mojo_services_gpu__mojo__media__client.cc branches/2020Q3/www/iridium/files/patch-media_video_gpu__memory__buffer__video__frame__pool.cc branches/2020Q3/www/iridium/files/patch-mojo_public_c_system_thunks.cc branches/2020Q3/www/iridium/files/patch-mojo_public_js_mojo__bindings__resources.grd branches/2020Q3/www/iridium/files/patch-net_BUILD.gn branches/2020Q3/www/iridium/files/patch-net_base_address__tracker__linux.cc branches/2020Q3/www/iridium/files/patch-net_base_network__change__notifier.cc branches/2020Q3/www/iridium/files/patch-net_dns_dns__config__service__posix__unittest.cc branches/2020Q3/www/iridium/files/patch-net_dns_dns__util.cc branches/2020Q3/www/iridium/files/patch-net_dns_host__resolver__proc.cc branches/2020Q3/www/iridium/files/patch-net_features.gni branches/2020Q3/www/iridium/files/patch-net_http_http__auth__gssapi__posix.cc branches/2020Q3/www/iridium/files/patch-net_nqe_network__quality__estimator.cc branches/2020Q3/www/iridium/files/patch-net_nqe_network__quality__estimator__unittest.cc branches/2020Q3/www/iridium/files/patch-net_proxy__resolution_proxy__config__service__linux.cc branches/2020Q3/www/iridium/files/patch-net_proxy__resolution_proxy__resolution__service.cc branches/2020Q3/www/iridium/files/patch-net_socket_socket__posix.cc branches/2020Q3/www/iridium/files/patch-net_socket_socks5__client__socket.cc branches/2020Q3/www/iridium/files/patch-net_socket_udp__socket__posix.cc branches/2020Q3/www/iridium/files/patch-net_tools_cert__verify__tool_cert__verify__tool.cc branches/2020Q3/www/iridium/files/patch-net_tools_quic_quic__http__proxy__backend.cc branches/2020Q3/www/iridium/files/patch-net_url__request_url__request__context__builder.cc branches/2020Q3/www/iridium/files/patch-pdf_pdfium_pdfium__engine.cc branches/2020Q3/www/iridium/files/patch-ppapi_proxy_file__io__resource.cc branches/2020Q3/www/iridium/files/patch-printing_cups__config__helper.py branches/2020Q3/www/iridium/files/patch-remoting_base_chromoting__event.cc branches/2020Q3/www/iridium/files/patch-remoting_host_host__attributes.cc branches/2020Q3/www/iridium/files/patch-remoting_host_host__details.cc branches/2020Q3/www/iridium/files/patch-remoting_host_it2me_it2me__native__messaging__host__main.cc branches/2020Q3/www/iridium/files/patch-remoting_host_me2me__desktop__environment.cc branches/2020Q3/www/iridium/files/patch-remoting_host_remoting__me2me__host.cc branches/2020Q3/www/iridium/files/patch-sandbox_features.gni branches/2020Q3/www/iridium/files/patch-sandbox_linux_BUILD.gn branches/2020Q3/www/iridium/files/patch-sandbox_linux_services_libc__interceptor.cc branches/2020Q3/www/iridium/files/patch-services_audio_BUILD.gn branches/2020Q3/www/iridium/files/patch-services_device_geolocation_location__arbitrator.cc branches/2020Q3/www/iridium/files/patch-services_device_hid_BUILD.gn branches/2020Q3/www/iridium/files/patch-services_device_hid_hid__connection__freebsd.cc branches/2020Q3/www/iridium/files/patch-services_device_hid_hid__connection__freebsd.h branches/2020Q3/www/iridium/files/patch-services_device_hid_hid__service__freebsd.cc branches/2020Q3/www/iridium/files/patch-services_device_hid_hid__service__freebsd.h branches/2020Q3/www/iridium/files/patch-services_device_serial_serial__io__handler__posix.cc branches/2020Q3/www/iridium/files/patch-services_device_time__zone__monitor_time__zone__monitor__linux.cc branches/2020Q3/www/iridium/files/patch-services_network_BUILD.gn branches/2020Q3/www/iridium/files/patch-services_network_network__context.cc branches/2020Q3/www/iridium/files/patch-services_network_network__service.cc branches/2020Q3/www/iridium/files/patch-services_network_network__service.h branches/2020Q3/www/iridium/files/patch-services_resource__coordinator_public_cpp_memory__instrumentation_os__metrics.h branches/2020Q3/www/iridium/files/patch-services_resource__coordinator_public_cpp_memory__instrumentation_os__metrics__linux.cc branches/2020Q3/www/iridium/files/patch-services_service__manager_embedder_main.cc branches/2020Q3/www/iridium/files/patch-services_service__manager_public_cpp_service__executable_BUILD.gn branches/2020Q3/www/iridium/files/patch-services_service__manager_sandbox_BUILD.gn branches/2020Q3/www/iridium/files/patch-services_service__manager_zygote_zygote__linux.cc branches/2020Q3/www/iridium/files/patch-services_service__manager_zygote_zygote__main__linux.cc branches/2020Q3/www/iridium/files/patch-third__party_angle_BUILD.gn branches/2020Q3/www/iridium/files/patch-third__party_angle_src_libANGLE_Display.cpp branches/2020Q3/www/iridium/files/patch-third__party_angle_src_libANGLE_renderer_driver__utils.h branches/2020Q3/www/iridium/files/patch-third__party_angle_third__party_vulkan-loader_src_loader_loader.c branches/2020Q3/www/iridium/files/patch-third__party_blink_renderer_core_editing_editing__behavior.cc branches/2020Q3/www/iridium/files/patch-third__party_blink_renderer_core_html_canvas_canvas__async__blob__creator.cc branches/2020Q3/www/iridium/files/patch-third__party_blink_renderer_core_html_forms_internal__popup__menu.cc branches/2020Q3/www/iridium/files/patch-third__party_blink_renderer_core_inspector_inspector__memory__agent.cc branches/2020Q3/www/iridium/files/patch-third__party_blink_renderer_core_layout_layout__view.cc branches/2020Q3/www/iridium/files/patch-third__party_blink_renderer_core_paint_paint__layer.cc branches/2020Q3/www/iridium/files/patch-third__party_blink_renderer_core_scroll_scrollbar__theme__aura.cc branches/2020Q3/www/iridium/files/patch-third__party_blink_renderer_platform_BUILD.gn branches/2020Q3/www/iridium/files/patch-third__party_blink_renderer_platform_fonts_font__cache.cc branches/2020Q3/www/iridium/files/patch-third__party_blink_renderer_platform_fonts_font__cache.h branches/2020Q3/www/iridium/files/patch-third__party_blink_renderer_platform_fonts_font__description.cc branches/2020Q3/www/iridium/files/patch-third__party_blink_renderer_platform_fonts_font__metrics.cc branches/2020Q3/www/iridium/files/patch-third__party_blink_renderer_platform_fonts_font__unique__name__lookup.cc branches/2020Q3/www/iridium/files/patch-third__party_blink_renderer_platform_fonts_skia_font__cache__skia.cc branches/2020Q3/www/iridium/files/patch-third__party_blink_renderer_platform_wtf_container__annotations.h branches/2020Q3/www/iridium/files/patch-third__party_blink_renderer_platform_wtf_stack__util.cc branches/2020Q3/www/iridium/files/patch-third__party_blink_renderer_platform_wtf_threading__pthreads.cc branches/2020Q3/www/iridium/files/patch-third__party_boringssl_BUILD.gn branches/2020Q3/www/iridium/files/patch-third__party_crashpad_crashpad_build_crashpad__buildconfig.gni branches/2020Q3/www/iridium/files/patch-third__party_crashpad_crashpad_util_posix_signals.cc branches/2020Q3/www/iridium/files/patch-third__party_crc32c_src_src_crc32c__arm64__linux__check.h branches/2020Q3/www/iridium/files/patch-third__party_googletest_src_googletest_src_gtest-port.cc branches/2020Q3/www/iridium/files/patch-third__party_googletest_src_googletest_src_gtest.cc branches/2020Q3/www/iridium/files/patch-third__party_leveldatabase_env__chromium.cc branches/2020Q3/www/iridium/files/patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_synchronization_lock.h branches/2020Q3/www/iridium/files/patch-third__party_pdfium_core_fxcrt_fx__system.h branches/2020Q3/www/iridium/files/patch-third__party_pdfium_core_fxge_fx__ge__linux.cpp branches/2020Q3/www/iridium/files/patch-third__party_pdfium_fxjs_cjs__publicmethods.cpp branches/2020Q3/www/iridium/files/patch-third__party_pdfium_fxjs_fx__date__helpers.cpp branches/2020Q3/www/iridium/files/patch-third__party_pdfium_xfa_fgas_font_cfx__fontsourceenum__file.cpp branches/2020Q3/www/iridium/files/patch-third__party_perfetto_include_perfetto_base_build__config.h branches/2020Q3/www/iridium/files/patch-third__party_perfetto_include_perfetto_base_time.h branches/2020Q3/www/iridium/files/patch-third__party_perfetto_src_base_unix__socket.cc branches/2020Q3/www/iridium/files/patch-third__party_perfetto_src_tracing_core_tracing__service__impl.cc branches/2020Q3/www/iridium/files/patch-third__party_protobuf_src_google_protobuf_stubs_platform__macros.h branches/2020Q3/www/iridium/files/patch-third__party_skia_src_core_SkCpu.cpp branches/2020Q3/www/iridium/files/patch-third__party_skia_src_images_SkJpegEncoder.cpp branches/2020Q3/www/iridium/files/patch-third__party_skia_src_ports_SkOSFile__stdio.cpp branches/2020Q3/www/iridium/files/patch-third__party_skia_src_sksl_SkSLString.h branches/2020Q3/www/iridium/files/patch-third__party_skia_third__party_vulkanmemoryallocator_include_vk__mem__alloc.h branches/2020Q3/www/iridium/files/patch-third__party_sqlite_BUILD.gn branches/2020Q3/www/iridium/files/patch-third__party_swiftshader_BUILD.gn branches/2020Q3/www/iridium/files/patch-third__party_swiftshader_src_Main_SwiftConfig.cpp branches/2020Q3/www/iridium/files/patch-third__party_swiftshader_src_OpenGL_libEGL_Display.cpp branches/2020Q3/www/iridium/files/patch-third__party_swiftshader_src_OpenGL_libEGL_Surface.cpp branches/2020Q3/www/iridium/files/patch-third__party_swiftshader_src_OpenGL_libEGL_libEGL.cpp branches/2020Q3/www/iridium/files/patch-third__party_webrtc_BUILD.gn branches/2020Q3/www/iridium/files/patch-third__party_webrtc_modules_audio__device_BUILD.gn branches/2020Q3/www/iridium/files/patch-third__party_webrtc_modules_rtp__rtcp_source_forward__error__correction.cc branches/2020Q3/www/iridium/files/patch-third__party_webrtc_rtc__base_byte__order.h branches/2020Q3/www/iridium/files/patch-third__party_webrtc_rtc__base_network.cc branches/2020Q3/www/iridium/files/patch-third__party_webrtc_rtc__base_network.h branches/2020Q3/www/iridium/files/patch-third__party_webrtc_rtc__base_physical__socket__server.cc branches/2020Q3/www/iridium/files/patch-third__party_webrtc_rtc__base_platform__thread__types.cc branches/2020Q3/www/iridium/files/patch-third__party_webrtc_system__wrappers_BUILD.gn branches/2020Q3/www/iridium/files/patch-third__party_yasm_yasm__assemble.gni branches/2020Q3/www/iridium/files/patch-tools_gn_build_gen.py branches/2020Q3/www/iridium/files/patch-tools_json__schema__compiler_feature__compiler.py branches/2020Q3/www/iridium/files/patch-tools_json__schema__compiler_model.py branches/2020Q3/www/iridium/files/patch-tools_perf_chrome__telemetry__build_BUILD.gn branches/2020Q3/www/iridium/files/patch-tools_variations_fieldtrial__to__struct.py branches/2020Q3/www/iridium/files/patch-ui_base_dragdrop_os__exchange__data__provider__factory.cc branches/2020Q3/www/iridium/files/patch-ui_base_resource_resource__bundle.cc branches/2020Q3/www/iridium/files/patch-ui_base_ui__base__features.cc branches/2020Q3/www/iridium/files/patch-ui_base_ui__base__features.h branches/2020Q3/www/iridium/files/patch-ui_base_webui_web__ui__util.cc branches/2020Q3/www/iridium/files/patch-ui_events_devices_x11_device__data__manager__x11.cc branches/2020Q3/www/iridium/files/patch-ui_events_keycodes_dom_keycode__converter.cc branches/2020Q3/www/iridium/files/patch-ui_gfx_BUILD.gn branches/2020Q3/www/iridium/files/patch-ui_gfx_canvas__skia.cc branches/2020Q3/www/iridium/files/patch-ui_gfx_font__fallback__linux.cc branches/2020Q3/www/iridium/files/patch-ui_gfx_font__render__params.h branches/2020Q3/www/iridium/files/patch-ui_gfx_gpu__memory__buffer.h branches/2020Q3/www/iridium/files/patch-ui_gfx_ipc_gfx__param__traits__macros.h branches/2020Q3/www/iridium/files/patch-ui_gfx_linux_client__native__pixmap__dmabuf.cc branches/2020Q3/www/iridium/files/patch-ui_gfx_native__pixmap__handle.cc branches/2020Q3/www/iridium/files/patch-ui_gfx_native__pixmap__handle.h branches/2020Q3/www/iridium/files/patch-ui_gfx_render__text.cc branches/2020Q3/www/iridium/files/patch-ui_gl_BUILD.gn branches/2020Q3/www/iridium/files/patch-ui_gl_generate__bindings.py branches/2020Q3/www/iridium/files/patch-ui_gl_gl__bindings__autogen__glx.cc branches/2020Q3/www/iridium/files/patch-ui_gl_sync__control__vsync__provider.cc branches/2020Q3/www/iridium/files/patch-ui_message__center_public_cpp_message__center__constants.h branches/2020Q3/www/iridium/files/patch-ui_message__center_views_message__popup__view.cc branches/2020Q3/www/iridium/files/patch-ui_native__theme_native__theme.h branches/2020Q3/www/iridium/files/patch-ui_native__theme_native__theme__base.cc branches/2020Q3/www/iridium/files/patch-ui_strings_app__locale__settings.grd branches/2020Q3/www/iridium/files/patch-ui_views_bubble_bubble__dialog__delegate__view.cc branches/2020Q3/www/iridium/files/patch-ui_views_controls_label.cc branches/2020Q3/www/iridium/files/patch-ui_views_controls_textfield_textfield.cc branches/2020Q3/www/iridium/files/patch-ui_views_corewm_tooltip__aura.cc branches/2020Q3/www/iridium/files/patch-ui_views_examples_widget__example.cc branches/2020Q3/www/iridium/files/patch-ui_views_selection__controller.cc branches/2020Q3/www/iridium/files/patch-ui_views_style_platform__style.cc branches/2020Q3/www/iridium/files/patch-ui_views_views__delegate.cc branches/2020Q3/www/iridium/files/patch-ui_views_views__delegate.h branches/2020Q3/www/iridium/files/patch-ui_views_widget_desktop__aura_desktop__window__tree__host__platform.cc branches/2020Q3/www/iridium/files/patch-ui_views_window_custom__frame__view.cc branches/2020Q3/www/iridium/files/patch-ui_views_window_dialog__delegate.cc branches/2020Q3/www/iridium/files/patch-ui_views_window_frame__background.cc branches/2020Q3/www/iridium/files/patch-ui_webui_resources_js_cr.js branches/2020Q3/www/iridium/files/patch-ui_webui_resources_js_icon.js branches/2020Q3/www/iridium/files/patch-v8_BUILD.gn branches/2020Q3/www/iridium/files/patch-v8_src_base_cpu.cc branches/2020Q3/www/iridium/files/patch-v8_src_base_platform_platform-posix.cc branches/2020Q3/www/iridium/files/sndio_input.cc branches/2020Q3/www/iridium/files/sndio_input.h branches/2020Q3/www/iridium/files/sndio_output.cc branches/2020Q3/www/iridium/files/sndio_output.h branches/2020Q3/www/iridium/pkg-plist Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/www/iridium/Makefile ============================================================================== --- branches/2020Q3/www/iridium/Makefile Fri Jul 24 16:18:45 2020 (r543254) +++ branches/2020Q3/www/iridium/Makefile Fri Jul 24 16:22:33 2020 (r543255) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= iridium -PORTVERSION= 2019.04.73 -PORTREVISION= 8 +PORTVERSION= 2020.04.81 CATEGORIES= www MASTER_SITES= https://downloads.iridiumbrowser.de/source/ PKGNAMESUFFIX= -browser @@ -63,7 +62,7 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils \ ONLY_FOR_ARCHS= amd64 i386 -USES= bison desktop-file-utils dos2unix gl gnome jpeg localbase:ldflags \ +USES= bison cpe desktop-file-utils dos2unix gl gnome jpeg localbase:ldflags \ ninja perl5 pkgconfig python:2.7,build shebangfix tar:xz xorg USE_GL= gl USE_LDCONFIG= ${DATADIR} @@ -72,8 +71,8 @@ USE_XORG= x11 xcb xcomposite xcursor xext xdamage xfix xorgproto xrandr xrender xscrnsaver xtst USE_GNOME= atk dconf glib20 gtk30 libxml2 libxslt MAKE_ARGS= -C out/${BUILDTYPE} -DOS2UNIX_FILES= third_party/skia/third_party/vulkanmemoryallocator/include/vk_mem_alloc.h BINARY_ALIAS= python=${PYTHON_CMD} +DOS2UNIX_FILES= third_party/skia/third_party/vulkanmemoryallocator/include/vk_mem_alloc.h ALL_TARGET= chrome INSTALLS_ICONS= yes @@ -84,21 +83,19 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-clang # replace_gn_files.py script, some parts just turned on/off for target host # OS "target_os == is_bsd", like libusb, libpci. GN_ARGS+= clang_use_chrome_plugins=false \ + enable_hangout_services_extension=false \ enable_nacl=false \ enable_one_click_signin=true \ enable_remoting=false \ fieldtrial_testing_like_official_build=true \ is_clang=true \ - jumbo_file_merge_limit=8 \ toolkit_views=true \ treat_warnings_as_errors=false \ use_allocator="none" \ use_allocator_shim=false \ use_aura=true \ - use_bundled_fontconfig=false \ use_custom_libcxx=false \ use_gnome_keyring=false \ - use_jumbo_build=true \ use_lld=true \ use_sysroot=false \ use_system_freetype=true \ @@ -128,11 +125,9 @@ ALSA_VARS= GN_ARGS+=use_alsa=true ALSA_VARS_OFF= GN_ARGS+=use_alsa=false CODECS_VARS= GN_ARGS+=ffmpeg_branding="Chrome" \ - GN_ARGS+=proprietary_codecs=true \ - GN_ARGS+=enable_hevc_demuxing=true + GN_ARGS+=proprietary_codecs=true CODECS_VARS_OFF= GN_ARGS+=ffmpeg_branding="Chromium" \ - GN_ARGS+=proprietary_codecs=false \ - GN_ARGS+=enable_hevc_demuxing=false + GN_ARGS+=proprietary_codecs=false CUPS_LIB_DEPENDS= libcups.so:print/cups CUPS_VARS= GN_ARGS+=use_cups=true @@ -141,13 +136,14 @@ CUPS_VARS_OFF= GN_ARGS+=use_cups=false DEBUG_VARS= BUILDTYPE=Debug \ GN_ARGS+=is_debug=true \ GN_ARGS+=is_component_build=false \ + GN_ARGS+=symbol_level=1 \ GN_BOOTSTRAP_FLAGS+=--debug \ WANTSPACE="lots of free diskspace (~ 13GB)" DEBUG_VARS_OFF= BUILDTYPE=Release \ + GN_ARGS+=blink_symbol_level=0 \ GN_ARGS+=is_debug=false \ GN_ARGS+=is_official_build=true \ GN_ARGS+=symbol_level=0 \ - GN_ARGS+=remove_webcore_debug_symbols=true \ WANTSPACE="a fair amount of free diskspace (~ 6.5GB)" KERBEROS_VARS= GN_ARGS+=use_kerberos=true @@ -203,7 +199,7 @@ pre-configure: #./build/linux/unbundle/remove_bundled_libraries.py [list of preserved] cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${PYTHON_CMD} \ ./build/linux/unbundle/replace_gn_files.py --system-libraries \ - ffmpeg flac freetype harfbuzz-ng libdrm libusb libwebp libxml libxslt openh264 opus snappy yasm || ${FALSE} + ffmpeg flac fontconfig freetype harfbuzz-ng libdrm libpng libwebp libxml libxslt openh264 opus snappy yasm || ${FALSE} do-configure: # GN generator bootstrapping and generating ninja files @@ -225,6 +221,7 @@ do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_MAN} ${WRKSRC}/chrome/app/resources/manpage.1.in \ ${STAGEDIR}${MANPREFIX}/man/man1/iridium.1 + ${CP} ${WRKSRC}/chrome/app/theme/chromium/product_logo_22_mono.png ${WRKSRC}/chrome/app/theme/chromium/product_logo_22.png .for s in 22 24 48 64 128 256 @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps ${INSTALL_DATA} ${WRKSRC}/chrome/app/theme/chromium/product_logo_${s}.png \ @@ -233,7 +230,10 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/out/${BUILDTYPE}/*.png ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/out/${BUILDTYPE}/*.pak ${STAGEDIR}${DATADIR} -.for d in protoc icudtl.dat mksnapshot natives_blob.bin snapshot_blob.bin v8_context_snapshot.bin +.for d in protoc mksnapshot + ${INSTALL_PROGRAM} ${WRKSRC}/out/${BUILDTYPE}/${d} ${STAGEDIR}${DATADIR} +.endfor +.for d in icudtl.dat snapshot_blob.bin v8_context_snapshot.bin ${INSTALL_DATA} ${WRKSRC}/out/${BUILDTYPE}/${d} ${STAGEDIR}${DATADIR} .endfor ${INSTALL_PROGRAM} ${WRKSRC}/out/${BUILDTYPE}/chrome \ @@ -245,19 +245,22 @@ do-install: ${STAGEDIR}${DESKTOPDIR} ${INSTALL_SCRIPT} ${WRKDIR}/iridium ${STAGEDIR}${PREFIX}/bin - # ANGLE -.for f in libEGL.so libGLESv2.so + # ANGLE, EGL, Vk +.for f in libEGL.so libGLESv2.so libVkICD_mock_icd.so ${INSTALL_LIB} ${WRKSRC}/out/${BUILDTYPE}/${f} ${STAGEDIR}${DATADIR} .endfor # SwiftShader @${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 .endfor post-install-DEBUG-on: + ${INSTALL_LIB} ${WRKSRC}/out/${BUILDTYPE}/libVkLayer_khronos_validation.so \ + ${STAGEDIR}${DATADIR} ${INSTALL_LIB} ${WRKSRC}/out/${BUILDTYPE}/*.so \ ${STAGEDIR}${DATADIR} ${INSTALL_PROGRAM} ${WRKSRC}/out/${BUILDTYPE}/character_data_generator \ Modified: branches/2020Q3/www/iridium/distinfo ============================================================================== --- branches/2020Q3/www/iridium/distinfo Fri Jul 24 16:18:45 2020 (r543254) +++ branches/2020Q3/www/iridium/distinfo Fri Jul 24 16:22:33 2020 (r543255) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555346051 -SHA256 (iridium-browser-2019.04.73.tar.xz) = f0361626a577f2c6d2a6389ea2a7cdd692fcba96229be38c84117fe0b22364a5 -SIZE (iridium-browser-2019.04.73.tar.xz) = 729035472 +TIMESTAMP = 1586612680 +SHA256 (iridium-browser-2020.04.81.tar.xz) = b9283170001db5f93d9edec61d1abfd2ad66918c266b2cf88cb448470811ab91 +SIZE (iridium-browser-2020.04.81.tar.xz) = 854266540 Modified: branches/2020Q3/www/iridium/files/extra-patch-clang ============================================================================== --- branches/2020Q3/www/iridium/files/extra-patch-clang Fri Jul 24 16:18:45 2020 (r543254) +++ branches/2020Q3/www/iridium/files/extra-patch-clang Fri Jul 24 16:22:33 2020 (r543255) @@ -38,61 +38,3 @@ EXPECT_CALL(callback_, OnError()).Times(2); ---- third_party/libjingle_xmpp/task_runner/taskrunner.cc.orig 2019-03-11 22:01:15 UTC -+++ third_party/libjingle_xmpp/task_runner/taskrunner.cc -@@ -80,7 +80,7 @@ void TaskRunner::InternalRunTasks(bool in_destructor) - std::vector::iterator it; - it = std::remove(tasks_.begin(), - tasks_.end(), -- reinterpret_cast(NULL)); -+ static_cast(NULL)); - - tasks_.erase(it, tasks_.end()); - tasks_running_ = false; ---- third_party/sfntly/src/cpp/src/sfntly/table/core/cmap_table.cc.orig 2019-03-11 22:08:03 UTC -+++ third_party/sfntly/src/cpp/src/sfntly/table/core/cmap_table.cc -@@ -439,7 +439,7 @@ CMapTable::CMapFormat0::Builder::Builder( - } - - CMapTable::CMapFormat0::Builder::Builder(const CMapId& cmap_id) -- : CMap::Builder(reinterpret_cast(NULL), -+ : CMap::Builder(static_cast(NULL), - CMapFormat::kFormat0, - cmap_id) { - } -@@ -563,7 +563,7 @@ CMapTable::CMapFormat2::Builder::Builder(WritableFontD - : CMapTable::CMap::Builder(data ? down_cast( - data->Slice(offset, data->ReadUShort( - offset + Offset::kFormat0Length))) -- : reinterpret_cast(NULL), -+ : static_cast(NULL), - CMapFormat::kFormat2, cmap_id) { - // TODO(arthurhsu): FIXIT: heavy lifting and leak, need fix. - } -@@ -574,7 +574,7 @@ CMapTable::CMapFormat2::Builder::Builder(ReadableFontD - : CMapTable::CMap::Builder(data ? down_cast( - data->Slice(offset, data->ReadUShort( - offset + Offset::kFormat0Length))) -- : reinterpret_cast(NULL), -+ : static_cast(NULL), - CMapFormat::kFormat2, cmap_id) { - // TODO(arthurhsu): FIXIT: heavy lifting and leak, need fix. - } -@@ -958,7 +958,7 @@ CMapTable::CMapFormat4::Builder::Builder(WritableFontD - CMapTable::CMapFormat4::Builder::Builder(SegmentList* segments, - std::vector* glyph_id_array, - const CMapId& cmap_id) -- : CMap::Builder(reinterpret_cast(NULL), -+ : CMap::Builder(static_cast(NULL), - CMapFormat::kFormat4, cmap_id), - segments_(segments->begin(), segments->end()), - glyph_id_array_(glyph_id_array->begin(), glyph_id_array->end()) { -@@ -966,7 +966,7 @@ CMapTable::CMapFormat4::Builder::Builder(SegmentList* - } - - CMapTable::CMapFormat4::Builder::Builder(const CMapId& cmap_id) -- : CMap::Builder(reinterpret_cast(NULL), -+ : CMap::Builder(static_cast(NULL), - CMapFormat::kFormat4, cmap_id) { - } - Copied: branches/2020Q3/www/iridium/files/patch-3p-pdfium_3p_base_allocator_partition__allocator_page__allocator__internals__posix.h (from r542938, head/www/iridium/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/2020Q3/www/iridium/files/patch-3p-pdfium_3p_base_allocator_partition__allocator_page__allocator__internals__posix.h Fri Jul 24 16:22:33 2020 (r543255, copy of r542938, head/www/iridium/files/patch-3p-pdfium_3p_base_allocator_partition__allocator_page__allocator__internals__posix.h) @@ -0,0 +1,11 @@ +--- third_party/pdfium/third_party/base/allocator/partition_allocator/page_allocator_internals_posix.h.orig 2020-04-03 04:13:08 UTC ++++ third_party/pdfium/third_party/base/allocator/partition_allocator/page_allocator_internals_posix.h +@@ -16,7 +16,7 @@ + #if defined(OS_ANDROID) + #include + #endif +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + #include + + #include Modified: branches/2020Q3/www/iridium/files/patch-BUILD.gn ============================================================================== --- branches/2020Q3/www/iridium/files/patch-BUILD.gn Fri Jul 24 16:18:45 2020 (r543254) +++ branches/2020Q3/www/iridium/files/patch-BUILD.gn Fri Jul 24 16:22:33 2020 (r543255) @@ -1,6 +1,6 @@ ---- BUILD.gn.orig 2019-03-11 22:00:51 UTC +--- BUILD.gn.orig 2020-03-16 18:40:27 UTC +++ BUILD.gn -@@ -381,7 +381,7 @@ group("gn_all") { +@@ -418,7 +418,7 @@ group("gn_all") { ] } @@ -9,7 +9,7 @@ deps += [ "//third_party/breakpad:breakpad_unittests", "//third_party/breakpad:core-2-minidump", -@@ -422,8 +422,6 @@ group("gn_all") { +@@ -459,8 +459,6 @@ group("gn_all") { "//net:disk_cache_memory_test", "//net:quic_client", "//net:quic_server", @@ -18,10 +18,10 @@ "//testing:empty_main", ] -@@ -480,10 +478,6 @@ group("gn_all") { +@@ -515,10 +513,6 @@ group("gn_all") { + "//chrome/test:load_library_perf_tests", + "//chrome/test:sync_performance_tests", "//chrome/test/chromedriver:chromedriver", - "//chrome/test/chromedriver:chromedriver_tests", - "//components/sync:run_sync_testserver", - "//courgette:courgette", - "//courgette:courgette_fuzz", - "//courgette:courgette_minimal_tool", @@ -29,7 +29,7 @@ "//media/cast:generate_barcode_video", "//media/cast:generate_timecode_audio", "//net:crash_cache", -@@ -538,10 +532,6 @@ group("gn_all") { +@@ -575,10 +569,6 @@ group("gn_all") { "//mojo:mojo_perftests", "//services/service_manager/public/cpp", "//testing/gmock:gmock_main", @@ -40,7 +40,7 @@ ] if (!is_android) { -@@ -615,7 +605,7 @@ group("gn_all") { +@@ -652,7 +642,7 @@ group("gn_all") { host_os == "win") { deps += [ "//chrome/test/mini_installer:mini_installer_tests" ] } @@ -49,7 +49,15 @@ deps += [ "//third_party/breakpad:symupload($host_toolchain)" ] } -@@ -873,7 +863,6 @@ if (is_chromeos) { +@@ -794,7 +784,6 @@ group("gn_all") { + "//chrome/browser/vr:vr_common_perftests", + "//chrome/browser/vr:vr_common_unittests", + "//chrome/browser/vr:vr_pixeltests", +- "//tools/perf/contrib/vr_benchmarks:vr_perf_tests", + ] + if (is_desktop_linux && use_ozone) { + deps += [ "//chrome/browser/vr/testapp:vr_testapp" ] +@@ -934,7 +923,6 @@ if (is_chromeos) { "//ppapi/examples/video_decode", "//sandbox/linux:chrome_sandbox", "//sandbox/linux:sandbox_linux_unittests", @@ -57,7 +65,7 @@ # Blocked on https://github.com/catapult-project/catapult/issues/2297 #"//third_party/catapult/telemetry:bitmaptools", -@@ -1001,7 +990,7 @@ if (!is_ios) { +@@ -1092,7 +1080,7 @@ if (!is_ios) { ] } @@ -66,7 +74,7 @@ data_deps += [ "//third_party/breakpad:minidump_stackwalk($host_toolchain)" ] } -@@ -1010,7 +999,7 @@ if (!is_ios) { +@@ -1101,7 +1089,7 @@ if (!is_ios) { data_deps += [ "//third_party/breakpad:dump_syms($host_toolchain)" ] } @@ -75,7 +83,7 @@ data_deps += [ "//third_party/breakpad:dump_syms($host_toolchain)" ] } -@@ -1150,9 +1139,6 @@ group("chromium_builder_perf") { +@@ -1231,9 +1219,6 @@ group("chromium_builder_perf") { if (is_win) { data_deps += [ "//chrome/installer/mini_installer:mini_installer" ] Copied: branches/2020Q3/www/iridium/files/patch-apps_app__restore__service__browsertest.cc (from r542938, head/www/iridium/files/patch-apps_app__restore__service__browsertest.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/www/iridium/files/patch-apps_app__restore__service__browsertest.cc Fri Jul 24 16:22:33 2020 (r543255, copy of r542938, head/www/iridium/files/patch-apps_app__restore__service__browsertest.cc) @@ -0,0 +1,11 @@ +--- apps/app_restore_service_browsertest.cc.orig 2020-03-23 15:18:04 UTC ++++ apps/app_restore_service_browsertest.cc +@@ -147,7 +147,7 @@ IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, FileAcc + } + + // Flaky: crbug.com/269613 +-#if defined(OS_LINUX) || defined(OS_WIN) ++#if defined(OS_LINUX) || defined(OS_WIN) || defined(OS_BSD) + #define MAYBE_FileAccessIsRestored DISABLED_FileAccessIsRestored + #else + #define MAYBE_FileAccessIsRestored FileAccessIsRestored Modified: branches/2020Q3/www/iridium/files/patch-apps_ui_views_app__window__frame__view.cc ============================================================================== --- branches/2020Q3/www/iridium/files/patch-apps_ui_views_app__window__frame__view.cc Fri Jul 24 16:18:45 2020 (r543254) +++ branches/2020Q3/www/iridium/files/patch-apps_ui_views_app__window__frame__view.cc Fri Jul 24 16:22:33 2020 (r543255) @@ -1,6 +1,6 @@ ---- apps/ui/views/app_window_frame_view.cc.orig 2019-03-11 22:00:51 UTC +--- apps/ui/views/app_window_frame_view.cc.orig 2019-06-04 18:55:14 UTC +++ apps/ui/views/app_window_frame_view.cc -@@ -132,7 +132,7 @@ gfx::Rect AppWindowFrameView::GetBoundsForClientView() +@@ -125,7 +125,7 @@ gfx::Rect AppWindowFrameView::GetBoundsForClientView() gfx::Rect AppWindowFrameView::GetWindowBoundsForClientBounds( const gfx::Rect& client_bounds) const { gfx::Rect window_bounds = client_bounds; Modified: branches/2020Q3/www/iridium/files/patch-ash_display_mirror__window__controller.cc ============================================================================== --- branches/2020Q3/www/iridium/files/patch-ash_display_mirror__window__controller.cc Fri Jul 24 16:18:45 2020 (r543254) +++ branches/2020Q3/www/iridium/files/patch-ash_display_mirror__window__controller.cc Fri Jul 24 16:22:33 2020 (r543255) @@ -1,6 +1,6 @@ ---- ash/display/mirror_window_controller.cc.orig 2019-03-11 22:00:51 UTC +--- ash/display/mirror_window_controller.cc.orig 2020-03-16 18:40:27 UTC +++ ash/display/mirror_window_controller.cc -@@ -274,7 +274,11 @@ void MirrorWindowController::UpdateWindow( +@@ -276,7 +276,11 @@ void MirrorWindowController::UpdateWindow( return info.id() == iter->first; }) == display_info_list.end()) { CloseAndDeleteHost(iter->second, true); Modified: branches/2020Q3/www/iridium/files/patch-base_BUILD.gn ============================================================================== --- branches/2020Q3/www/iridium/files/patch-base_BUILD.gn Fri Jul 24 16:18:45 2020 (r543254) +++ branches/2020Q3/www/iridium/files/patch-base_BUILD.gn Fri Jul 24 16:22:33 2020 (r543255) @@ -1,6 +1,28 @@ ---- base/BUILD.gn.orig 2019-03-11 22:00:51 UTC +--- base/BUILD.gn.orig 2020-03-16 18:40:27 UTC +++ base/BUILD.gn -@@ -1185,7 +1185,7 @@ jumbo_component("base") { +@@ -912,7 +912,7 @@ jumbo_component("base") { + "timer/hi_res_timer_manager_posix.cc", + ] + +- if (!is_nacl && !is_mac && !is_ios) { ++ if (!is_nacl && !is_mac && !is_ios && !is_bsd) { + sources += [ + "profiler/stack_copier_signal.cc", + "profiler/stack_copier_signal.h", +@@ -921,6 +921,12 @@ jumbo_component("base") { + "profiler/thread_delegate_posix.h", + ] + } ++ ++ if (is_bsd) { ++ sources += [ ++ "profiler/stack_sampler_posix.cc", ++ ] ++ } + } + + if (is_win) { +@@ -1305,7 +1311,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 +31,7 @@ host_toolchain != "//build/toolchain/cros:host") { libs += [ "atomic" ] } -@@ -1211,7 +1211,7 @@ jumbo_component("base") { +@@ -1331,7 +1337,7 @@ jumbo_component("base") { "allocator/allocator_shim_override_glibc_weak_symbols.h", ] deps += [ "//base/allocator:tcmalloc" ] @@ -18,7 +40,7 @@ sources += [ "allocator/allocator_shim_default_dispatch_to_glibc.cc" ] } else if (is_android && use_allocator == "none") { sources += [ -@@ -1751,6 +1751,33 @@ jumbo_component("base") { +@@ -1930,6 +1936,33 @@ jumbo_component("base") { } } @@ -51,11 +73,20 @@ + # iOS if (is_ios) { - set_sources_assignment_filter([]) -@@ -2808,6 +2835,12 @@ test("base_unittests") { + sources -= [ +@@ -2880,7 +2913,7 @@ test("base_unittests") { + "posix/unix_domain_socket_unittest.cc", + "task/thread_pool/task_tracker_posix_unittest.cc", ] - set_sources_assignment_filter(sources_assignment_filter) +- if (!is_nacl && !is_mac && !is_ios) { ++ if (!is_nacl && !is_mac && !is_ios && !is_bsd) { + sources += [ "profiler/stack_copier_signal_unittest.cc" ] + } } +@@ -3068,6 +3101,12 @@ test("base_unittests") { + + manifest = "//build/config/fuchsia/tests.cmx" + } + + if (is_bsd) { + sources -= [ @@ -63,5 +94,5 @@ + ] + } - if (is_win) { - deps += [ "//base:scoped_handle_test_dll" ] + if (!is_fuchsia && !is_ios) { + sources += [ "files/file_locking_unittest.cc" ] Modified: branches/2020Q3/www/iridium/files/patch-base_allocator_allocator__shim.cc ============================================================================== --- branches/2020Q3/www/iridium/files/patch-base_allocator_allocator__shim.cc Fri Jul 24 16:18:45 2020 (r543254) +++ branches/2020Q3/www/iridium/files/patch-base_allocator_allocator__shim.cc Fri Jul 24 16:22:33 2020 (r543255) @@ -1,11 +1,11 @@ ---- base/allocator/allocator_shim.cc.orig 2019-03-11 22:00:51 UTC +--- base/allocator/allocator_shim.cc.orig 2019-10-21 19:06:18 UTC +++ base/allocator/allocator_shim.cc -@@ -70,7 +70,7 @@ inline const allocator::AllocatorDispatch* GetChainHea +@@ -71,7 +71,7 @@ inline const base::allocator::AllocatorDispatch* GetCh // Unfortunately due to that bug NoBarrier_Load() is mistakenly fully // barriered on Linux+Clang, and that causes visible perf regressons. - return reinterpret_cast( + return reinterpret_cast( -#if defined(OS_LINUX) && defined(__clang__) +#if (defined(OS_BSD) || defined(OS_LINUX)) && defined(__clang__) - *static_cast(&g_chain_head) + *static_cast(&g_chain_head) #else - subtle::NoBarrier_Load(&g_chain_head) + base::subtle::NoBarrier_Load(&g_chain_head) Modified: branches/2020Q3/www/iridium/files/patch-base_allocator_allocator__shim__default__dispatch__to__glibc.cc ============================================================================== --- branches/2020Q3/www/iridium/files/patch-base_allocator_allocator__shim__default__dispatch__to__glibc.cc Fri Jul 24 16:18:45 2020 (r543254) +++ branches/2020Q3/www/iridium/files/patch-base_allocator_allocator__shim__default__dispatch__to__glibc.cc Fri Jul 24 16:22:33 2020 (r543255) @@ -1,15 +1,14 @@ ---- base/allocator/allocator_shim_default_dispatch_to_glibc.cc.orig 2019-03-11 22:00:51 UTC +--- base/allocator/allocator_shim_default_dispatch_to_glibc.cc.orig 2020-02-03 21:52:37 UTC +++ base/allocator/allocator_shim_default_dispatch_to_glibc.cc -@@ -3,19 +3,28 @@ - // found in the LICENSE file. +@@ -6,18 +6,28 @@ + #include "base/compiler_specific.h" - #include "base/allocator/allocator_shim.h" + #include +-#include +#include +#include +#include --#include -- // This translation unit defines a default dispatch for the allocator shim which // routes allocations to libc functions. -// The code here is strongly inspired from tcmalloc's libc_override_glibc.h. @@ -23,13 +22,13 @@ -void __libc_free(void* ptr); +void* __malloc(size_t size); +void* __calloc(size_t n, size_t size); -+void* __realloc(void* address, size_t size); ++void* __realloc(void* address, size_t len); +void* __memalign(size_t alignment, size_t size) { + void *ret; + if (__posix_memalign(&ret, alignment, size) != 0) { -+ return nullptr; ++ return nullptr; + } else { -+ return ret; ++ return ret; + } +} +int __posix_memalign(void **ptr, size_t alignment, size_t size); @@ -37,7 +36,7 @@ } // extern "C" namespace { -@@ -23,32 +32,32 @@ namespace { +@@ -25,32 +35,32 @@ namespace { using base::allocator::AllocatorDispatch; void* GlibcMalloc(const AllocatorDispatch*, size_t size, void* context) { @@ -74,4 +73,4 @@ + __free(address); } - size_t GlibcGetSizeEstimate(const AllocatorDispatch*, + NO_SANITIZE("cfi-icall") Modified: branches/2020Q3/www/iridium/files/patch-base_allocator_allocator__shim__unittest.cc ============================================================================== --- branches/2020Q3/www/iridium/files/patch-base_allocator_allocator__shim__unittest.cc Fri Jul 24 16:18:45 2020 (r543254) +++ branches/2020Q3/www/iridium/files/patch-base_allocator_allocator__shim__unittest.cc Fri Jul 24 16:22:33 2020 (r543255) @@ -1,4 +1,4 @@ ---- base/allocator/allocator_shim_unittest.cc.orig 2019-03-11 22:00:51 UTC +--- base/allocator/allocator_shim_unittest.cc.orig 2020-03-16 18:39:41 UTC +++ base/allocator/allocator_shim_unittest.cc @@ -348,7 +348,7 @@ TEST_F(AllocatorShimTest, InterceptLibcSymbols) { ASSERT_GE(aligned_allocs_intercepted_by_size[61], 1u); @@ -34,3 +34,12 @@ #if !defined(OS_WIN) free(posix_memalign_ptr); +@@ -550,7 +550,7 @@ static size_t GetAllocatedSize(void* ptr) { + static size_t GetAllocatedSize(void* ptr) { + return malloc_size(ptr); + } +-#elif defined(OS_LINUX) ++#elif defined(OS_LINUX) || defined(OS_BSD) + static size_t GetAllocatedSize(void* ptr) { + return malloc_usable_size(ptr); + } Modified: branches/2020Q3/www/iridium/files/patch-base_allocator_partition__allocator_page__allocator__internals__posix.h ============================================================================== --- branches/2020Q3/www/iridium/files/patch-base_allocator_partition__allocator_page__allocator__internals__posix.h Fri Jul 24 16:18:45 2020 (r543254) +++ branches/2020Q3/www/iridium/files/patch-base_allocator_partition__allocator_page__allocator__internals__posix.h Fri Jul 24 16:22:33 2020 (r543255) @@ -1,38 +1,11 @@ ---- base/allocator/partition_allocator/page_allocator_internals_posix.h.orig 2019-03-11 22:00:51 UTC +--- base/allocator/partition_allocator/page_allocator_internals_posix.h.orig 2019-10-21 19:06:18 UTC +++ base/allocator/partition_allocator/page_allocator_internals_posix.h -@@ -14,7 +14,7 @@ - #if defined(OS_MACOSX) - #include +@@ -19,7 +19,7 @@ + #if defined(OS_ANDROID) + #include #endif -#if defined(OS_LINUX) +#if defined(OS_BSD) || defined(OS_LINUX) #include #include -@@ -48,7 +48,7 @@ int GetAccessFlags(PageAccessibilityConfiguration acce - } - } - --#if defined(OS_LINUX) && defined(ARCH_CPU_64_BITS) -+#if (defined(OS_BSD) || defined(OS_LINUX)) && 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_BSD) || defined(OS_LINUX)) && 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_BSD) || defined(OS_LINUX)) && defined(ARCH_CPU_64_BITS) - // Restore the address space limit. - if (length >= kMinimumGuardedMemorySize) { - CHECK(AdjustAddressSpaceLimit(-base::checked_cast(length))); Copied: branches/2020Q3/www/iridium/files/patch-base_allocator_partition__allocator_partition__alloc__unittest.cc (from r542938, head/www/iridium/files/patch-base_allocator_partition__allocator_partition__alloc__unittest.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/www/iridium/files/patch-base_allocator_partition__allocator_partition__alloc__unittest.cc Fri Jul 24 16:22:33 2020 (r543255, copy of r542938, head/www/iridium/files/patch-base_allocator_partition__allocator_partition__alloc__unittest.cc) @@ -0,0 +1,17 @@ +--- base/allocator/partition_allocator/partition_alloc_unittest.cc.orig 2020-03-23 15:20:45 UTC ++++ base/allocator/partition_allocator/partition_alloc_unittest.cc +@@ -314,9 +314,13 @@ void FreeFullPage(PartitionPage* page) { + } + } + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + bool CheckPageInCore(void* ptr, bool in_core) { ++#if defined(OS_BSD) ++ char ret = 0; ++#else + unsigned char ret = 0; ++#endif + EXPECT_EQ(0, mincore(ptr, kSystemPageSize, &ret)); + return in_core == (ret & 1); + } Copied: branches/2020Q3/www/iridium/files/patch-base_base__switches.cc (from r542938, head/www/iridium/files/patch-base_base__switches.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/www/iridium/files/patch-base_base__switches.cc Fri Jul 24 16:22:33 2020 (r543255, copy of r542938, head/www/iridium/files/patch-base_base__switches.cc) @@ -0,0 +1,20 @@ +--- base/base_switches.cc.orig 2019-10-21 19:06:18 UTC ++++ base/base_switches.cc +@@ -117,7 +117,7 @@ const char kDisableHighResTimer[] = "disable-highres-t + const char kDisableUsbKeyboardDetect[] = "disable-usb-keyboard-detect"; + #endif + +-#if defined(OS_LINUX) && !defined(OS_CHROMEOS) ++#if (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_BSD) + // The /dev/shm partition is too small in certain VM environments, causing + // Chrome to fail or crash (see http://crbug.com/715363). Use this flag to + // work-around this issue (a temporary directory will always be used to create +@@ -138,7 +138,7 @@ const char kEnableCrashReporterForTesting[] = + const char kEnableReachedCodeProfiler[] = "enable-reached-code-profiler"; + #endif + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + // Controls whether or not retired instruction counts are surfaced for threads + // in trace events on Linux. + // Copied: branches/2020Q3/www/iridium/files/patch-base_base__switches.h (from r542938, head/www/iridium/files/patch-base_base__switches.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/www/iridium/files/patch-base_base__switches.h Fri Jul 24 16:22:33 2020 (r543255, copy of r542938, head/www/iridium/files/patch-base_base__switches.h) @@ -0,0 +1,20 @@ +--- base/base_switches.h.orig 2019-10-21 19:06:18 UTC ++++ base/base_switches.h +@@ -38,7 +38,7 @@ extern const char kDisableHighResTimer[]; + extern const char kDisableUsbKeyboardDetect[]; + #endif + +-#if defined(OS_LINUX) && !defined(OS_CHROMEOS) ++#if (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_BSD) + extern const char kDisableDevShmUsage[]; + #endif + +@@ -51,7 +51,7 @@ extern const char kEnableReachedCodeProfiler[]; + extern const char kOrderfileMemoryOptimization[]; + #endif + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + extern const char kEnableThreadInstructionCount[]; + #endif + Copied: branches/2020Q3/www/iridium/files/patch-base_cpu.cc (from r542938, head/www/iridium/files/patch-base_cpu.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/www/iridium/files/patch-base_cpu.cc Fri Jul 24 16:22:33 2020 (r543255, copy of r542938, head/www/iridium/files/patch-base_cpu.cc) @@ -0,0 +1,38 @@ +--- base/cpu.cc.orig 2019-10-21 19:06:18 UTC ++++ base/cpu.cc +@@ -14,7 +14,7 @@ + + #include "base/stl_util.h" + +-#if defined(ARCH_CPU_ARM_FAMILY) && (defined(OS_ANDROID) || defined(OS_LINUX)) ++#if defined(ARCH_CPU_ARM_FAMILY) && (defined(OS_ANDROID) || defined(OS_LINUX) || defined(OS_BSD)) + #include "base/files/file_util.h" + #endif + +@@ -135,7 +135,7 @@ uint64_t xgetbv(uint32_t xcr) { + + #endif // ARCH_CPU_X86_FAMILY + +-#if defined(ARCH_CPU_ARM_FAMILY) && (defined(OS_ANDROID) || defined(OS_LINUX)) ++#if defined(ARCH_CPU_ARM_FAMILY) && (defined(OS_ANDROID) || defined(OS_LINUX) || defined(OS_BSD)) + std::string* CpuInfoBrand() { + static std::string* brand = []() { + // This function finds the value from /proc/cpuinfo under the key "model +@@ -165,7 +165,7 @@ std::string* CpuInfoBrand() { + return brand; + } + #endif // defined(ARCH_CPU_ARM_FAMILY) && (defined(OS_ANDROID) || +- // defined(OS_LINUX)) ++ // defined(OS_LINUX) || defined(OS_BSD)) + + } // namespace + +@@ -287,7 +287,7 @@ void CPU::Initialize() { + } + } + #elif defined(ARCH_CPU_ARM_FAMILY) +-#if (defined(OS_ANDROID) || defined(OS_LINUX)) ++#if (defined(OS_ANDROID) || defined(OS_LINUX) || defined(OS_BSD)) + cpu_brand_ = *CpuInfoBrand(); + #elif defined(OS_WIN) + // Windows makes high-resolution thread timing information available in Modified: branches/2020Q3/www/iridium/files/patch-base_debug_debugger__posix.cc ============================================================================== --- branches/2020Q3/www/iridium/files/patch-base_debug_debugger__posix.cc Fri Jul 24 16:18:45 2020 (r543254) +++ branches/2020Q3/www/iridium/files/patch-base_debug_debugger__posix.cc Fri Jul 24 16:22:33 2020 (r543255) @@ -1,6 +1,6 @@ ---- base/debug/debugger_posix.cc.orig 2019-03-11 22:00:51 UTC +--- base/debug/debugger_posix.cc.orig 2019-09-09 21:55:05 UTC +++ base/debug/debugger_posix.cc -@@ -86,7 +86,7 @@ bool BeingDebugged() { +@@ -90,7 +90,7 @@ bool BeingDebugged() { KERN_PROC, KERN_PROC_PID, getpid() @@ -9,7 +9,7 @@ , sizeof(struct kinfo_proc), 0 #endif -@@ -94,33 +94,35 @@ bool BeingDebugged() { +@@ -98,33 +98,35 @@ bool BeingDebugged() { // Caution: struct kinfo_proc is marked __APPLE_API_UNSTABLE. The source and // binary interfaces may change. Copied: branches/2020Q3/www/iridium/files/patch-base_debug_elf__reader.cc (from r542938, head/www/iridium/files/patch-base_debug_elf__reader.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/www/iridium/files/patch-base_debug_elf__reader.cc Fri Jul 24 16:22:33 2020 (r543255, copy of r542938, head/www/iridium/files/patch-base_debug_elf__reader.cc) @@ -0,0 +1,28 @@ +--- base/debug/elf_reader.cc.orig 2020-02-24 18:39:05 UTC ++++ base/debug/elf_reader.cc +@@ -35,7 +35,9 @@ using Nhdr = Elf64_Nhdr; + using Word = Elf64_Word; + #endif + ++#if !defined(OS_BSD) + constexpr char kGnuNoteName[] = "GNU"; ++#endif + + // Returns a pointer to the header of the ELF binary mapped into memory, + // or a null pointer if the header is invalid. +@@ -98,6 +100,7 @@ size_t ReadElfBuildId(const void* elf_mapped_base, + bool found = false; + while (current_section < section_end) { + current_note = reinterpret_cast(current_section); ++#if !defined(OS_BSD) + if (current_note->n_type == NT_GNU_BUILD_ID) { + StringPiece note_name(current_section + sizeof(Nhdr), + current_note->n_namesz); +@@ -107,6 +110,7 @@ size_t ReadElfBuildId(const void* elf_mapped_base, + break; + } + } ++#endif + + size_t section_size = bits::Align(current_note->n_namesz, 4) + + bits::Align(current_note->n_descsz, 4) + Modified: branches/2020Q3/www/iridium/files/patch-base_debug_proc__maps__linux.cc ============================================================================== --- branches/2020Q3/www/iridium/files/patch-base_debug_proc__maps__linux.cc Fri Jul 24 16:18:45 2020 (r543254) +++ branches/2020Q3/www/iridium/files/patch-base_debug_proc__maps__linux.cc Fri Jul 24 16:22:33 2020 (r543255) @@ -1,4 +1,4 @@ ---- base/debug/proc_maps_linux.cc.orig 2019-03-11 22:00:51 UTC +--- base/debug/proc_maps_linux.cc.orig 2020-03-16 18:39:41 UTC +++ base/debug/proc_maps_linux.cc @@ -12,7 +12,7 @@ #include "base/strings/string_split.h" @@ -9,3 +9,133 @@ #include #endif +@@ -28,6 +28,11 @@ + namespace base { + namespace debug { + ++#if defined(OS_BSD) ++const char kProcSelfMapsPath[] = "/proc/curproc/map"; ++#else ++const char kProcSelfMapsPath[] = "/proc/self/maps"; ++ + // Scans |proc_maps| starting from |pos| returning true if the gate VMA was + // found, otherwise returns false. + static bool ContainsGateVMA(std::string* proc_maps, size_t pos) { +@@ -43,15 +48,16 @@ static bool ContainsGateVMA(std::string* proc_maps, si + return false; + #endif + } ++#endif + + bool ReadProcMaps(std::string* proc_maps) { + // seq_file only writes out a page-sized amount on each call. Refer to header + // file for details. + const long kReadSize = sysconf(_SC_PAGESIZE); + +- base::ScopedFD fd(HANDLE_EINTR(open("/proc/self/maps", O_RDONLY))); ++ base::ScopedFD fd(HANDLE_EINTR(open(kProcSelfMapsPath, O_RDONLY))); + if (!fd.is_valid()) { +- DPLOG(ERROR) << "Couldn't open /proc/self/maps"; ++ DPLOG(ERROR) << "Couldn't open " << kProcSelfMapsPath; + return false; + } + proc_maps->clear(); +@@ -65,7 +71,7 @@ bool ReadProcMaps(std::string* proc_maps) { + + ssize_t bytes_read = HANDLE_EINTR(read(fd.get(), buffer, kReadSize)); + if (bytes_read < 0) { +- DPLOG(ERROR) << "Couldn't read /proc/self/maps"; ++ DPLOG(ERROR) << "Couldn't read " << kProcSelfMapsPath; + proc_maps->clear(); + return false; + } +@@ -76,6 +82,7 @@ bool ReadProcMaps(std::string* proc_maps) { + if (bytes_read == 0) + break; + ++#if !defined(OS_BSD) + // The gate VMA is handled as a special case after seq_file has finished + // iterating through all entries in the virtual memory table. + // +@@ -86,6 +93,7 @@ bool ReadProcMaps(std::string* proc_maps) { + // Avoid this by searching for the gate VMA and breaking early. + if (ContainsGateVMA(proc_maps, pos)) + break; ++#endif + } + + return true; +@@ -114,10 +122,32 @@ bool ParseProcMaps(const std::string& input, + MappedMemoryRegion region; + const char* line = lines[i].c_str(); + char permissions[5] = {'\0'}; // Ensure NUL-terminated string. ++ int path_index = 0; ++ ++#if defined(OS_BSD) ++ if (lines[i].empty()) ++ continue; ++ ++ ++ char cow; ++ ++ // Format: ++ // ++ // start end resident private_resident obj perms ref_count shadow_count flags cow needs_copy type fullpath cred ruid ++ // 0x200000 0x202000 2 6 0xfffff80005be9000 r-- 3 1 0x1000 COW NC vnode /bin/cat NCH -1 ++ // ++ if (sscanf(line, "%" SCNxPTR " %" SCNxPTR " %*ld %*ld %*llx %3c %*d %*d %*x %c%*s %*s %*s %n", ++ ®ion.start, ®ion.end, permissions, &cow, &path_index) < 4) { ++ DPLOG(WARNING) << "sscanf failed for line: " << line; ++ return false; ++ } ++ ++ const char* fullpath = line + path_index; ++ const char* cred = strchr(fullpath, ' '); ++#else + uint8_t dev_major = 0; + uint8_t dev_minor = 0; + long inode = 0; +- int path_index = 0; + + // Sample format from man 5 proc: + // +@@ -133,6 +163,7 @@ bool ParseProcMaps(const std::string& input, + DPLOG(WARNING) << "sscanf failed for line: " << line; + return false; + } ++#endif + + region.permissions = 0; + +@@ -151,14 +182,31 @@ bool ParseProcMaps(const std::string& input, + else if (permissions[2] != '-') + return false; + ++#if defined(OS_BSD) ++ if (cow == 'C') { ++ region.permissions |= MappedMemoryRegion::PRIVATE; ++ } else if (cow != 'N') { ++ DPLOG(WARNING) << "unknown value for COW in line " << line << ": " << cow; ++ return false; ++ } ++#else + if (permissions[3] == 'p') + region.permissions |= MappedMemoryRegion::PRIVATE; + else if (permissions[3] != 's' && permissions[3] != 'S') // Shared memory. + return false; ++#endif + + // Pushing then assigning saves us a string copy. + regions.push_back(region); ++#if defined(OS_BSD) ++ if (cred != nullptr) { ++ regions.back().path.assign(line + path_index, cred - fullpath); ++ } else { ++ regions.back().path.assign(line + path_index); ++ } ++#else + regions.back().path.assign(line + path_index); ++#endif + } + + regions_out->swap(regions); Modified: branches/2020Q3/www/iridium/files/patch-base_debug_stack__trace.h ============================================================================== --- branches/2020Q3/www/iridium/files/patch-base_debug_stack__trace.h Fri Jul 24 16:18:45 2020 (r543254) +++ branches/2020Q3/www/iridium/files/patch-base_debug_stack__trace.h Fri Jul 24 16:22:33 2020 (r543255) @@ -1,9 +1,9 @@ ---- base/debug/stack_trace.h.orig 2019-03-11 22:00:51 UTC +--- base/debug/stack_trace.h.orig 2019-09-09 21:55:05 UTC +++ base/debug/stack_trace.h -@@ -16,6 +16,7 @@ - #include "build/build_config.h" - - #if defined(OS_POSIX) +@@ -19,6 +19,7 @@ + #if !defined(OS_NACL) + #include + #endif +#include #include #endif Modified: branches/2020Q3/www/iridium/files/patch-base_debug_stack__trace__posix.cc ============================================================================== --- branches/2020Q3/www/iridium/files/patch-base_debug_stack__trace__posix.cc Fri Jul 24 16:18:45 2020 (r543254) +++ branches/2020Q3/www/iridium/files/patch-base_debug_stack__trace__posix.cc Fri Jul 24 16:22:33 2020 (r543255) @@ -1,4 +1,4 @@ ---- base/debug/stack_trace_posix.cc.orig 2019-03-11 22:00:51 UTC +--- base/debug/stack_trace_posix.cc.orig 2020-03-16 18:39:41 UTC +++ base/debug/stack_trace_posix.cc @@ -35,7 +35,7 @@ #include @@ -9,23 +9,15 @@ #include "base/debug/proc_maps_linux.h" #endif -@@ -653,6 +653,11 @@ class SandboxSymbolizeHelper { - // for the modules that are loaded in the current process. - // Returns true on success. - bool CacheMemoryRegions() { +@@ -697,7 +697,11 @@ class SandboxSymbolizeHelper { + // Skip regions with empty file names. + continue; + } +#if defined(OS_BSD) -+ // TODO (rene) avoid link error, implement something? -+ NOTIMPLEMENTED(); -+ return false; -+#else - // Reads /proc/self/maps. - std::string contents; - if (!ReadProcMaps(&contents)) { -@@ -670,6 +675,7 @@ class SandboxSymbolizeHelper { - - is_initialized_ = true; - return true; ++ if (region.path[0] == '-') { ++#else + if (region.path[0] == '[') { +#endif - } - - // Opens all object files and caches their file descriptors. + // Skip pseudo-paths, like [stack], [vdso], [heap], etc ... + continue; + } Copied: branches/2020Q3/www/iridium/files/patch-base_debug_stack__trace__unittest.cc (from r542938, head/www/iridium/files/patch-base_debug_stack__trace__unittest.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/www/iridium/files/patch-base_debug_stack__trace__unittest.cc Fri Jul 24 16:22:33 2020 (r543255, copy of r542938, head/www/iridium/files/patch-base_debug_stack__trace__unittest.cc) @@ -0,0 +1,31 @@ +--- base/debug/stack_trace_unittest.cc.orig 2020-03-23 14:01:09 UTC ++++ base/debug/stack_trace_unittest.cc +@@ -86,6 +86,7 @@ TEST_F(StackTraceTest, OutputToStream) { + std::string::npos) + << "Unable to resolve symbols."; + ++#if !defined(OS_BSD) + // Expect a demangled symbol. + // Note that Windows Release builds omit the function parameters from the + // demangled stack output, otherwise this could be "testing::Test::Run()". +@@ -103,9 +104,10 @@ TEST_F(StackTraceTest, OutputToStream) { + EXPECT_TRUE(backtrace_message.find(__func__) != std::string::npos) + << "Expected to find " << __func__ << " in backtrace:\n" + << backtrace_message; ++#endif + } + +-#if !defined(OFFICIAL_BUILD) && !defined(NO_UNWIND_TABLES) ++#if !defined(OFFICIAL_BUILD) && !defined(NO_UNWIND_TABLES) && !defined(OS_BSD) + // Disabled in Official builds, where Link-Time Optimization can result in two + // or fewer stack frames being available, causing the test to fail. + TEST_F(StackTraceTest, TruncatedTrace) { +@@ -119,7 +121,7 @@ TEST_F(StackTraceTest, TruncatedTrace) { + truncated.Addresses(&count); + EXPECT_EQ(2u, count); + } +-#endif // !defined(OFFICIAL_BUILD) && !defined(NO_UNWIND_TABLES) ++#endif // !defined(OFFICIAL_BUILD) && !defined(NO_UNWIND_TABLES) && !defined(OS_BSD) + + // The test is used for manual testing, e.g., to see the raw output. + TEST_F(StackTraceTest, DebugOutputToStream) { Modified: branches/2020Q3/www/iridium/files/patch-base_files_file__path__unittest.cc ============================================================================== --- branches/2020Q3/www/iridium/files/patch-base_files_file__path__unittest.cc Fri Jul 24 16:18:45 2020 (r543254) +++ branches/2020Q3/www/iridium/files/patch-base_files_file__path__unittest.cc Fri Jul 24 16:22:33 2020 (r543255) @@ -1,6 +1,6 @@ ---- base/files/file_path_unittest.cc.orig 2019-03-11 22:00:51 UTC +--- base/files/file_path_unittest.cc.orig 2020-03-16 18:39:41 UTC +++ base/files/file_path_unittest.cc -@@ -1138,7 +1138,7 @@ TEST_F(FilePathTest, FromUTF8Unsafe_And_AsUTF8Unsafe) +@@ -1149,7 +1149,7 @@ TEST_F(FilePathTest, FromUTF8Unsafe_And_AsUTF8Unsafe) "\xEF\xBC\xA1\xEF\xBC\xA2\xEF\xBC\xA3.txt" }, }; Copied: branches/2020Q3/www/iridium/files/patch-base_files_file__path__watcher.cc (from r542938, head/www/iridium/files/patch-base_files_file__path__watcher.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/www/iridium/files/patch-base_files_file__path__watcher.cc Fri Jul 24 16:22:33 2020 (r543255, copy of r542938, head/www/iridium/files/patch-base_files_file__path__watcher.cc) @@ -0,0 +1,15 @@ +--- base/files/file_path_watcher.cc.orig 2020-03-16 18:39:41 UTC ++++ base/files/file_path_watcher.cc +@@ -20,10 +20,10 @@ FilePathWatcher::~FilePathWatcher() { + // static + bool FilePathWatcher::RecursiveWatchAvailable() { + #if (defined(OS_MACOSX) && !defined(OS_IOS)) || defined(OS_WIN) || \ +- defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_AIX) ++ (defined(OS_LINUX) && !defined(OS_BSD)) || defined(OS_ANDROID) || defined(OS_AIX) + return true; + #else +- // FSEvents isn't available on iOS. ++ // FSEvents isn't available on iOS and the kqueue watcher. + return false; *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-branches@freebsd.org Fri Jul 24 18:04: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 AD0CE36E640; Fri, 24 Jul 2020 18:04:59 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BCxtg4DF7z3fPs; Fri, 24 Jul 2020 18:04:59 +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 75808E2EC; Fri, 24 Jul 2020 18:04:59 +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 06OI4xeQ099891; Fri, 24 Jul 2020 18:04:59 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06OI4xDk099890; Fri, 24 Jul 2020 18:04:59 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202007241804.06OI4xDk099890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 24 Jul 2020 18:04:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r543275 - branches/2020Q3/graphics/netpbm X-SVN-Group: ports-branches X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: branches/2020Q3/graphics/netpbm X-SVN-Commit-Revision: 543275 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.33 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, 24 Jul 2020 18:04:59 -0000 Author: tobik Date: Fri Jul 24 18:04:58 2020 New Revision: 543275 URL: https://svnweb.freebsd.org/changeset/ports/543275 Log: MFH: r541873 r543274 Re-enable the pnmquant test, which was fixed in 10.89. Approved by: tobik graphics/netpbm: Update to 10.91.01 Changes: https://github.com/t6/netpbm/blob/v10.91.01/doc/HISTORY Approved by: ports-secteam bug fix blanket Modified: branches/2020Q3/graphics/netpbm/Makefile branches/2020Q3/graphics/netpbm/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/graphics/netpbm/Makefile ============================================================================== --- branches/2020Q3/graphics/netpbm/Makefile Fri Jul 24 18:03:57 2020 (r543274) +++ branches/2020Q3/graphics/netpbm/Makefile Fri Jul 24 18:04:58 2020 (r543275) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= netpbm -DISTVERSION= 10.91.00 +DISTVERSION= 10.91.01 CATEGORIES= graphics MASTER_SITES= https://github.com/t6/netpbm/releases/download/v${DISTVERSION}/ @@ -26,8 +26,7 @@ USES= ghostscript:test gmake perl5 shebangfix tar:xz USE_LDCONFIG= yes USE_PERL5= build test -SHEBANG_FILES= buildtools/makeman converter/pbm/pbmtox10bm \ - converter/ppm/hpcdtoppm/pcdovtoppm editor/pnmflip \ +SHEBANG_FILES= buildtools/makeman converter/pbm/pbmtox10bm editor/pnmflip \ editor/pnmquant editor/ppmfade editor/ppmquant editor/ppmshadow \ generator/ppmrainbow test/*.test test/Available-Testprog \ test/Execute-Tests @@ -52,7 +51,7 @@ TEST_TARGET= check # intermediary images look fine in spite of this. _DISABLE_TESTS= all-in-place palm-roundtrip pamdice pamexec pamhue \ pammixmulti-identity pamtopdbimg pamvalidate pj-roundtrip \ - pnmquant ps-alt-roundtrip tiff-flate-lzw-roundtrip + ps-alt-roundtrip tiff-flate-lzw-roundtrip OPTIONS_DEFINE= MANPAGES PERL STATIC SVGTOPAM X11 OPTIONS_DEFAULT= MANPAGES PERL Modified: branches/2020Q3/graphics/netpbm/distinfo ============================================================================== --- branches/2020Q3/graphics/netpbm/distinfo Fri Jul 24 18:03:57 2020 (r543274) +++ branches/2020Q3/graphics/netpbm/distinfo Fri Jul 24 18:04:58 2020 (r543275) @@ -1,3 +1,3 @@ -TIMESTAMP = 1593624537 -SHA256 (netpbm-10.91.00.tar.xz) = d4988091ce58110f27cc5acdeed88511650428a18d4c62ac6a4e0f9f1c9f6bda -SIZE (netpbm-10.91.00.tar.xz) = 2432424 +TIMESTAMP = 1595613552 +SHA256 (netpbm-10.91.01.tar.xz) = dba419ffa3ac6af7d88c866abdeca64985c498a696906906e2dd719e10c7e12d +SIZE (netpbm-10.91.01.tar.xz) = 2432820 From owner-svn-ports-branches@freebsd.org Sat Jul 25 00:56:31 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 CDDCD378FAA; Sat, 25 Jul 2020 00:56:31 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BD71W4qStz4Vmh; Sat, 25 Jul 2020 00:56:31 +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 88CB113342; Sat, 25 Jul 2020 00:56:31 +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 06P0uV5Z073899; Sat, 25 Jul 2020 00:56:31 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06P0uVo8073897; Sat, 25 Jul 2020 00:56:31 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202007250056.06P0uVo8073897@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 25 Jul 2020 00:56:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r543394 - branches/2020Q3/emulators/citra X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q3/emulators/citra X-SVN-Commit-Revision: 543394 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.33 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, 25 Jul 2020 00:56:31 -0000 Author: jbeich Date: Sat Jul 25 00:56:30 2020 New Revision: 543394 URL: https://svnweb.freebsd.org/changeset/ports/543394 Log: MFH: r543392 emulators/citra: update to s20200723 Changes: https://github.com/citra-emu/citra/compare/d88d22080...b4ec50ba2 Approved by: ports-secteam (swills, implicit for snapshots) Modified: branches/2020Q3/emulators/citra/Makefile branches/2020Q3/emulators/citra/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/emulators/citra/Makefile ============================================================================== --- branches/2020Q3/emulators/citra/Makefile Sat Jul 25 00:56:04 2020 (r543393) +++ branches/2020Q3/emulators/citra/Makefile Sat Jul 25 00:56:30 2020 (r543394) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20200714 +PORTVERSION= s20200723 PORTREVISION?= 0 CATEGORIES= emulators @@ -21,7 +21,7 @@ LICENSE_FILE_OpenSSL= ${WRKSRC}/externals/libressl/COP USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= d88d22080 +GH_TAGNAME= b4ec50ba2 GH_TUPLE= citra-emu:ext-boost:36603a1:boost/externals/boost \ citra-emu:ext-libressl-portable:7d01cb0:libressl/externals/libressl \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ Modified: branches/2020Q3/emulators/citra/distinfo ============================================================================== --- branches/2020Q3/emulators/citra/distinfo Sat Jul 25 00:56:04 2020 (r543393) +++ branches/2020Q3/emulators/citra/distinfo Sat Jul 25 00:56:30 2020 (r543394) @@ -1,6 +1,6 @@ -TIMESTAMP = 1594736803 -SHA256 (citra-emu-citra-s20200714-d88d22080_GH0.tar.gz) = 0c5ccb54284a4b8f650b7af9a934534f893968cd1651b8df357f0eec032ca51d -SIZE (citra-emu-citra-s20200714-d88d22080_GH0.tar.gz) = 5285569 +TIMESTAMP = 1595479570 +SHA256 (citra-emu-citra-s20200723-b4ec50ba2_GH0.tar.gz) = 5315f2e0534cb170e9228f64626b8a0683e634d25885d913325a5092eed07435 +SIZE (citra-emu-citra-s20200723-b4ec50ba2_GH0.tar.gz) = 5285545 SHA256 (citra-emu-ext-boost-36603a1_GH0.tar.gz) = a1885cf0f7b1c790f8a83e963fec591bad1232e6b824e64d8db136920ec1b67d SIZE (citra-emu-ext-boost-36603a1_GH0.tar.gz) = 2351603 SHA256 (citra-emu-ext-libressl-portable-7d01cb0_GH0.tar.gz) = f3fc8c9d4991b05ca1e1c8f5907ecd3ffd9724a8dccf328087b4784cda5c7db3 From owner-svn-ports-branches@freebsd.org Sat Jul 25 14:59: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 1D323367392; Sat, 25 Jul 2020 14:59:20 +0000 (UTC) (envelope-from meta@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BDTk001yyz4KPJ; Sat, 25 Jul 2020 14:59:20 +0000 (UTC) (envelope-from meta@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 D85581D661; Sat, 25 Jul 2020 14:59:19 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06PExJaP012089; Sat, 25 Jul 2020 14:59:19 GMT (envelope-from meta@FreeBSD.org) Received: (from meta@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06PExJIr012087; Sat, 25 Jul 2020 14:59:19 GMT (envelope-from meta@FreeBSD.org) Message-Id: <202007251459.06PExJIr012087@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: meta set sender to meta@FreeBSD.org using -f From: Koichiro Iwao Date: Sat, 25 Jul 2020 14:59:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r543421 - branches/2020Q3/security/softether5 X-SVN-Group: ports-branches X-SVN-Commit-Author: meta X-SVN-Commit-Paths: branches/2020Q3/security/softether5 X-SVN-Commit-Revision: 543421 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.33 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, 25 Jul 2020 14:59:20 -0000 Author: meta Date: Sat Jul 25 14:59:19 2020 New Revision: 543421 URL: https://svnweb.freebsd.org/changeset/ports/543421 Log: MFH: r543419 security/softether5: increase SecureNAT sessions to 20000. The factory default is 4096. Sponsored by: HAW International Approved by: portmgr blanket (minor fix on leaf port) Modified: branches/2020Q3/security/softether5/Makefile branches/2020Q3/security/softether5/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/security/softether5/Makefile ============================================================================== --- branches/2020Q3/security/softether5/Makefile Sat Jul 25 14:53:52 2020 (r543420) +++ branches/2020Q3/security/softether5/Makefile Sat Jul 25 14:59:19 2020 (r543421) @@ -2,7 +2,7 @@ PORTNAME= softether DISTVERSION= 5.01.9674 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= security net-vpn PKGNAMESUFFIX= 5 @@ -10,7 +10,8 @@ DIST_SUBDIR= ${PORTNAME} # Some patches are managed in my GitHub fork PATCH_SITES= https://github.com/metalefty/${GH_PROJECT}/commit/ -PATCHFILES= 6d077a2.patch:-p1 9da3bd8.patch:-p1 7128bbc.patch:-p1 +PATCHFILES= 6d077a2.patch:-p1 9da3bd8.patch:-p1 7128bbc.patch:-p1 \ + c757899.patch:-p1 MAINTAINER= meta@FreeBSD.org COMMENT= SoftEther VPN 5 (Developer Edition) Modified: branches/2020Q3/security/softether5/distinfo ============================================================================== --- branches/2020Q3/security/softether5/distinfo Sat Jul 25 14:53:52 2020 (r543420) +++ branches/2020Q3/security/softether5/distinfo Sat Jul 25 14:59:19 2020 (r543421) @@ -1,4 +1,4 @@ -TIMESTAMP = 1588238272 +TIMESTAMP = 1595687046 SHA256 (softether/SoftEtherVPN-SoftEtherVPN-5.01.9674_GH0.tar.gz) = 0e63188a29afc8364814139cb8a3b3eca42af9ac4f28c4b6c4b1f582b14b2690 SIZE (softether/SoftEtherVPN-SoftEtherVPN-5.01.9674_GH0.tar.gz) = 107044686 SHA256 (softether/6d077a2.patch) = c011272b37337dbb2fca1304e419e3f0745e0ee5c81c22e09243319d30d5e464 @@ -7,3 +7,5 @@ SHA256 (softether/9da3bd8.patch) = 3debbaf0a7eda1e1981 SIZE (softether/9da3bd8.patch) = 2014 SHA256 (softether/7128bbc.patch) = 19c0a1e605b1b51be06d211b0d147d9cf60d81b66d1af38a0c593a3682eed134 SIZE (softether/7128bbc.patch) = 930 +SHA256 (softether/c757899.patch) = e6bd3258e02ce4b610f3f31f6d260289ce8ac7306c266f505f3fe6a626844d0b +SIZE (softether/c757899.patch) = 1118 From owner-svn-ports-branches@freebsd.org Sat Jul 25 15:01:17 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 D2CE8367220; Sat, 25 Jul 2020 15:01:17 +0000 (UTC) (envelope-from meta@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BDTmF5H9jz4Kf0; Sat, 25 Jul 2020 15:01:17 +0000 (UTC) (envelope-from meta@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 98C9F1D67C; Sat, 25 Jul 2020 15:01:17 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06PF1HFQ013860; Sat, 25 Jul 2020 15:01:17 GMT (envelope-from meta@FreeBSD.org) Received: (from meta@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06PF1GiK013856; Sat, 25 Jul 2020 15:01:16 GMT (envelope-from meta@FreeBSD.org) Message-Id: <202007251501.06PF1GiK013856@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: meta set sender to meta@FreeBSD.org using -f From: Koichiro Iwao Date: Sat, 25 Jul 2020 15:01:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r543422 - in branches/2020Q3/security: softether softether-devel softether-devel/files softether/files X-SVN-Group: ports-branches X-SVN-Commit-Author: meta X-SVN-Commit-Paths: in branches/2020Q3/security: softether softether-devel softether-devel/files softether/files X-SVN-Commit-Revision: 543422 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.33 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, 25 Jul 2020 15:01:17 -0000 Author: meta Date: Sat Jul 25 15:01:16 2020 New Revision: 543422 URL: https://svnweb.freebsd.org/changeset/ports/543422 Log: MFH: r543420 security/softether: increase SecureNAT sessions to 20000 as well as security/softether5. The factory default is 4096. Sponsored by: HAW International Approved by: portmgr blanket (minor fix on leaf ports) Added: branches/2020Q3/security/softether-devel/files/patch-increase-nat-sessions - copied unchanged from r543420, head/security/softether-devel/files/patch-increase-nat-sessions branches/2020Q3/security/softether/files/patch-increase-nat-sessions - copied unchanged from r543420, head/security/softether/files/patch-increase-nat-sessions Modified: branches/2020Q3/security/softether-devel/Makefile branches/2020Q3/security/softether/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/security/softether-devel/Makefile ============================================================================== --- branches/2020Q3/security/softether-devel/Makefile Sat Jul 25 14:59:19 2020 (r543421) +++ branches/2020Q3/security/softether-devel/Makefile Sat Jul 25 15:01:16 2020 (r543422) @@ -2,7 +2,7 @@ PORTNAME= softether DISTVERSION= 4.34-9745-beta -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security net-vpn MASTER_SITES= https://www.softether-download.com/files/softether/v${DISTVERSION}-2020.04.05-tree/Source_Code/ PKGNAMESUFFIX= -devel Copied: branches/2020Q3/security/softether-devel/files/patch-increase-nat-sessions (from r543420, head/security/softether-devel/files/patch-increase-nat-sessions) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/security/softether-devel/files/patch-increase-nat-sessions Sat Jul 25 15:01:16 2020 (r543422, copy of r543420, head/security/softether-devel/files/patch-increase-nat-sessions) @@ -0,0 +1,11 @@ +--- src/Cedar/Cedar.h.orig2 2020-07-25 22:58:57.344813000 +0900 ++++ src/Cedar/Cedar.h 2020-07-25 23:00:25.740997000 +0900 +@@ -208,7 +208,7 @@ + + #define SERVER_MAX_SESSIONS 4096 // Maximum number of sessions that the server supports + #define SERVER_MAX_SESSIONS_FOR_CARRIER_EDITION 100000 // Maximum number of sessions that the server supports (Carrier Edition) +-#define NAT_MAX_SESSIONS 4096 // Maximum number of sessions that are supported by NAT ++#define NAT_MAX_SESSIONS 20000 // Maximum number of sessions that are supported by NAT + #define NAT_MAX_SESSIONS_KERNEL 65536 // Maximum number of sessions that are supported by NAT (In the case of kernel-mode NAT) + #define MAX_HUBS 4096 // The maximum number of virtual HUB + #define MAX_HUBS_FOR_CARRIER_EDITION 100000 // The maximum number of virtual HUB (Carrier Edition) Modified: branches/2020Q3/security/softether/Makefile ============================================================================== --- branches/2020Q3/security/softether/Makefile Sat Jul 25 14:59:19 2020 (r543421) +++ branches/2020Q3/security/softether/Makefile Sat Jul 25 15:01:16 2020 (r543422) @@ -2,7 +2,7 @@ PORTNAME= softether DISTVERSION= 4.34-9745 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security net-vpn MASTER_SITES= https://www.softether-download.com/files/softether/v${DISTVERSION}-rtm-2020.04.05-tree/Source_Code/ DISTNAME= ${PORTNAME}-src-v${DISTVERSION}-rtm Copied: branches/2020Q3/security/softether/files/patch-increase-nat-sessions (from r543420, head/security/softether/files/patch-increase-nat-sessions) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/security/softether/files/patch-increase-nat-sessions Sat Jul 25 15:01:16 2020 (r543422, copy of r543420, head/security/softether/files/patch-increase-nat-sessions) @@ -0,0 +1,11 @@ +--- src/Cedar/Cedar.h.orig2 2020-07-25 22:58:57.344813000 +0900 ++++ src/Cedar/Cedar.h 2020-07-25 23:00:25.740997000 +0900 +@@ -208,7 +208,7 @@ + + #define SERVER_MAX_SESSIONS 4096 // Maximum number of sessions that the server supports + #define SERVER_MAX_SESSIONS_FOR_CARRIER_EDITION 100000 // Maximum number of sessions that the server supports (Carrier Edition) +-#define NAT_MAX_SESSIONS 4096 // Maximum number of sessions that are supported by NAT ++#define NAT_MAX_SESSIONS 20000 // Maximum number of sessions that are supported by NAT + #define NAT_MAX_SESSIONS_KERNEL 65536 // Maximum number of sessions that are supported by NAT (In the case of kernel-mode NAT) + #define MAX_HUBS 4096 // The maximum number of virtual HUB + #define MAX_HUBS_FOR_CARRIER_EDITION 100000 // The maximum number of virtual HUB (Carrier Edition)