From owner-svn-ports-branches@freebsd.org Sun Nov 29 11:15: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 78DEE47E366; Sun, 29 Nov 2020 11:15:08 +0000 (UTC) (envelope-from mat@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 4CkQkh328Tz4VSN; Sun, 29 Nov 2020 11:15:08 +0000 (UTC) (envelope-from mat@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 5ADC9105B9; Sun, 29 Nov 2020 11:15:08 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0ATBF8VS067095; Sun, 29 Nov 2020 11:15:08 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0ATBF6fa067088; Sun, 29 Nov 2020 11:15:06 GMT (envelope-from mat@FreeBSD.org) Message-Id: <202011291115.0ATBF6fa067088@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Sun, 29 Nov 2020 11:15:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r556563 - in branches/2020Q4/dns: bind911 bind911/files bind916 bind916/files X-SVN-Group: ports-branches X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in branches/2020Q4/dns: bind911 bind911/files bind916 bind916/files X-SVN-Commit-Revision: 556563 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.34 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, 29 Nov 2020 11:15:08 -0000 Author: mat Date: Sun Nov 29 11:15:06 2020 New Revision: 556563 URL: https://svnweb.freebsd.org/changeset/ports/556563 Log: MFH: r556502 r556504 Update to 9.11.25 & 9.16.9. Changes: https://downloads.isc.org/isc/bind9/9.11.25/RELEASE-NOTES-bind-9.11.25.html Changes: https://downloads.isc.org/isc/bind9/9.16.9/doc/arm/html/notes.html#notes-for-bind-9-16-9 Modified: branches/2020Q4/dns/bind911/Makefile branches/2020Q4/dns/bind911/distinfo branches/2020Q4/dns/bind911/files/patch-configure branches/2020Q4/dns/bind916/Makefile branches/2020Q4/dns/bind916/distinfo branches/2020Q4/dns/bind916/files/extrapatch-bind-min-override-ttl branches/2020Q4/dns/bind916/files/patch-configure Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/dns/bind911/Makefile ============================================================================== --- branches/2020Q4/dns/bind911/Makefile Sun Nov 29 10:42:29 2020 (r556562) +++ branches/2020Q4/dns/bind911/Makefile Sun Nov 29 11:15:06 2020 (r556563) @@ -24,7 +24,7 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools USES= cpe libedit pkgconfig # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.11.24 +ISCVERSION= 9.11.25 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} Modified: branches/2020Q4/dns/bind911/distinfo ============================================================================== --- branches/2020Q4/dns/bind911/distinfo Sun Nov 29 10:42:29 2020 (r556562) +++ branches/2020Q4/dns/bind911/distinfo Sun Nov 29 11:15:06 2020 (r556563) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603640264 -SHA256 (bind-9.11.24.tar.gz) = f261587c5d37c7f14e8393547c4556faefa701a646930f1b6408d71519a30428 -SIZE (bind-9.11.24.tar.gz) = 8273237 +TIMESTAMP = 1606573875 +SHA256 (bind-9.11.25.tar.gz) = 8491c24e5a3da68f421d0fcb946602c8d0ff963012fdd176b8026c8890f3a117 +SIZE (bind-9.11.25.tar.gz) = 8284943 Modified: branches/2020Q4/dns/bind911/files/patch-configure ============================================================================== --- branches/2020Q4/dns/bind911/files/patch-configure Sun Nov 29 10:42:29 2020 (r556562) +++ branches/2020Q4/dns/bind911/files/patch-configure Sun Nov 29 11:15:06 2020 (r556563) @@ -3,7 +3,7 @@ - Make sure only json-c is detected. - Cleanup the BDB discovery code to find more recent versions. ---- configure.orig 2020-10-13 11:00:08 UTC +--- configure.orig 2020-11-16 21:14:24 UTC +++ configure @@ -15692,27 +15692,9 @@ done # problems start to show up. @@ -124,7 +124,7 @@ have_libjson_c="yes" else as_fn_error $? "$use_libjson/include/json{,-c}/json.h not found." "$LINENO" 5 -@@ -24967,7 +24896,7 @@ $as_echo "" >&6; } +@@ -24986,7 +24915,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). Modified: branches/2020Q4/dns/bind916/Makefile ============================================================================== --- branches/2020Q4/dns/bind916/Makefile Sun Nov 29 10:42:29 2020 (r556562) +++ branches/2020Q4/dns/bind916/Makefile Sun Nov 29 11:15:06 2020 (r556563) @@ -41,7 +41,7 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools USES= compiler:c11 cpe libedit pkgconfig ssl tar:xz # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.16.8 +ISCVERSION= 9.16.9 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} Modified: branches/2020Q4/dns/bind916/distinfo ============================================================================== --- branches/2020Q4/dns/bind916/distinfo Sun Nov 29 10:42:29 2020 (r556562) +++ branches/2020Q4/dns/bind916/distinfo Sun Nov 29 11:15:06 2020 (r556563) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603640347 -SHA256 (bind-9.16.8.tar.xz) = 9e9b9c563692be86ec41f670f6b70e26c14e72445c742d7b5eb4db7d2b5e8d31 -SIZE (bind-9.16.8.tar.xz) = 3253744 +TIMESTAMP = 1606573953 +SHA256 (bind-9.16.9.tar.xz) = bcb292c4d738a46e3cbcb8afaa25ecf54f77652fa575135da9a2a1d525304a5a +SIZE (bind-9.16.9.tar.xz) = 3260964 Modified: branches/2020Q4/dns/bind916/files/extrapatch-bind-min-override-ttl ============================================================================== --- branches/2020Q4/dns/bind916/files/extrapatch-bind-min-override-ttl Sun Nov 29 10:42:29 2020 (r556562) +++ branches/2020Q4/dns/bind916/files/extrapatch-bind-min-override-ttl Sun Nov 29 11:15:06 2020 (r556563) @@ -1,6 +1,6 @@ Add the override-cache-ttl feature. ---- bin/named/config.c.orig 2020-10-13 08:41:40 UTC +--- bin/named/config.c.orig 2020-11-16 14:44:37 UTC +++ bin/named/config.c @@ -179,6 +179,7 @@ options {\n\ notify-source *;\n\ @@ -10,9 +10,9 @@ Add the override-cache-ttl feature. provide-ixfr true;\n\ qname-minimization relaxed;\n\ query-source address *;\n\ ---- bin/named/server.c.orig 2020-10-13 08:41:40 UTC +--- bin/named/server.c.orig 2020-11-16 14:44:37 UTC +++ bin/named/server.c -@@ -4341,6 +4341,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl +@@ -4344,6 +4344,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl } obj = NULL; @@ -24,7 +24,7 @@ Add the override-cache-ttl feature. result = named_config_get(maps, "max-cache-ttl", &obj); INSIST(result == ISC_R_SUCCESS); view->maxcachettl = cfg_obj_asduration(obj); ---- lib/dns/include/dns/view.h.orig 2020-10-13 08:41:40 UTC +--- lib/dns/include/dns/view.h.orig 2020-11-16 14:44:37 UTC +++ lib/dns/include/dns/view.h @@ -152,6 +152,7 @@ struct dns_view { bool requestnsid; @@ -34,9 +34,9 @@ Add the override-cache-ttl feature. dns_ttl_t maxncachettl; dns_ttl_t mincachettl; dns_ttl_t minncachettl; ---- lib/dns/resolver.c.orig 2020-10-13 08:41:40 UTC +--- lib/dns/resolver.c.orig 2020-11-16 14:44:37 UTC +++ lib/dns/resolver.c -@@ -6273,6 +6273,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_mes +@@ -6274,6 +6274,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_mes } /* @@ -49,7 +49,7 @@ Add the override-cache-ttl feature. * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) { ---- lib/isccfg/namedconf.c.orig 2020-10-13 08:41:40 UTC +--- lib/isccfg/namedconf.c.orig 2020-11-16 14:44:37 UTC +++ lib/isccfg/namedconf.c @@ -1990,6 +1990,7 @@ static cfg_clausedef_t view_clauses[] = { #endif /* ifdef HAVE_LMDB */ Modified: branches/2020Q4/dns/bind916/files/patch-configure ============================================================================== --- branches/2020Q4/dns/bind916/files/patch-configure Sun Nov 29 10:42:29 2020 (r556562) +++ branches/2020Q4/dns/bind916/files/patch-configure Sun Nov 29 11:15:06 2020 (r556563) @@ -1,6 +1,6 @@ Fixup gssapi and db detection. ---- configure.orig 2020-10-13 08:41:40 UTC +--- configure.orig 2020-11-16 14:44:37 UTC +++ configure @@ -17698,27 +17698,9 @@ done # problems start to show up. @@ -81,7 +81,7 @@ Fixup gssapi and db detection. DNS_GSSAPI_LIBS="$LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5 -@@ -23207,7 +23149,7 @@ $as_echo "" >&6; } +@@ -23220,7 +23162,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). From owner-svn-ports-branches@freebsd.org Sun Nov 29 19:10: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 9E8E84AA9BB; Sun, 29 Nov 2020 19:10:31 +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 4CkdHC40Qgz3JJg; Sun, 29 Nov 2020 19:10:31 +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 7C46916463; Sun, 29 Nov 2020 19:10:31 +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 0ATJAVp2062623; Sun, 29 Nov 2020 19:10:31 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0ATJAUm2062620; Sun, 29 Nov 2020 19:10:30 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202011291910.0ATJAUm2062620@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: Sun, 29 Nov 2020 19:10:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r556598 - branches/2020Q4/devel/gh X-SVN-Group: ports-branches X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: branches/2020Q4/devel/gh X-SVN-Commit-Revision: 556598 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.34 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, 29 Nov 2020 19:10:31 -0000 Author: fernape Date: Sun Nov 29 19:10:30 2020 New Revision: 556598 URL: https://svnweb.freebsd.org/changeset/ports/556598 Log: MFH: r556593 devel/gh: Update to 1.3.0 ChangeLog: https://github.com/cli/cli/releases/v1.3.0 PR: 251437 Submitted by: vulcan@wired.sh (maintainer) Approved by: ports-secteam (joneum@) Modified: branches/2020Q4/devel/gh/Makefile branches/2020Q4/devel/gh/distinfo branches/2020Q4/devel/gh/pkg-plist Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/devel/gh/Makefile ============================================================================== --- branches/2020Q4/devel/gh/Makefile Sun Nov 29 18:58:09 2020 (r556597) +++ branches/2020Q4/devel/gh/Makefile Sun Nov 29 19:10:30 2020 (r556598) @@ -2,7 +2,7 @@ PORTNAME= gh DISTVERSIONPREFIX= v -DISTVERSION= 1.2.1 +DISTVERSION= 1.3.0 CATEGORIES= devel MAINTAINER= vulcan@wired.sh @@ -17,7 +17,7 @@ USES= go:modules USE_GITHUB= yes GH_ACCOUNT= cli GH_PROJECT= ${GH_ACCOUNT} -GH_TUPLE= AlecAivazis:survey:v2.2.2:alecaivazis_survey_v2/vendor/github.com/AlecAivazis/survey/v2 \ +GH_TUPLE= AlecAivazis:survey:v2.1.1:alecaivazis_survey_v2/vendor/github.com/AlecAivazis/survey/v2 \ MakeNowJust:heredoc:v1.0.0:makenowjust_heredoc/vendor/github.com/MakeNowJust/heredoc \ alecthomas:chroma:v0.7.3:alecthomas_chroma/vendor/github.com/alecthomas/chroma \ briandowns:spinner:v1.11.1:briandowns_spinner/vendor/github.com/briandowns/spinner \ Modified: branches/2020Q4/devel/gh/distinfo ============================================================================== --- branches/2020Q4/devel/gh/distinfo Sun Nov 29 18:58:09 2020 (r556597) +++ branches/2020Q4/devel/gh/distinfo Sun Nov 29 19:10:30 2020 (r556598) @@ -1,8 +1,8 @@ -TIMESTAMP = 1605182292 -SHA256 (cli-cli-v1.2.1_GH0.tar.gz) = ae7f03426b9d9ebf40be3cdbd4ce8cec7aeeda8e51acd34d8d0aaf0b3c4ea550 -SIZE (cli-cli-v1.2.1_GH0.tar.gz) = 364172 -SHA256 (AlecAivazis-survey-v2.2.2_GH0.tar.gz) = 1ac966e99130f893cc7519ab3b1c1942b1c823f263824b12baabf42515abf3ce -SIZE (AlecAivazis-survey-v2.2.2_GH0.tar.gz) = 1566337 +TIMESTAMP = 1606576040 +SHA256 (cli-cli-v1.3.0_GH0.tar.gz) = ffbf27c3945833dcf57f1cb16c6e8cb3de52a3a6c74c7e9539512e9a7e12b168 +SIZE (cli-cli-v1.3.0_GH0.tar.gz) = 368747 +SHA256 (AlecAivazis-survey-v2.1.1_GH0.tar.gz) = e60d2836f8e34c9fbc7addf0c304b662ce26ab5b67f7dc7bca5fbb9ca0e80055 +SIZE (AlecAivazis-survey-v2.1.1_GH0.tar.gz) = 1564121 SHA256 (MakeNowJust-heredoc-v1.0.0_GH0.tar.gz) = 3703d1c9e659c274c5e2d712e4d66f60620e03513fc380b1d3acafb3ca037400 SIZE (MakeNowJust-heredoc-v1.0.0_GH0.tar.gz) = 3497 SHA256 (alecthomas-chroma-v0.7.3_GH0.tar.gz) = 1007e82cc44cea04542c282b19bab25a59cb1e53149aaa7f0e2d9ce72ba80114 Modified: branches/2020Q4/devel/gh/pkg-plist ============================================================================== --- branches/2020Q4/devel/gh/pkg-plist Sun Nov 29 18:58:09 2020 (r556597) +++ branches/2020Q4/devel/gh/pkg-plist Sun Nov 29 19:10:30 2020 (r556598) @@ -19,6 +19,7 @@ bin/gh %%MANPAGES%%man/man1/gh-gist-list.1.gz %%MANPAGES%%man/man1/gh-gist-view.1.gz %%MANPAGES%%man/man1/gh-gist.1.gz +%%MANPAGES%%man/man1/gh-gist-delete.1.gz %%MANPAGES%%man/man1/gh-issue-close.1.gz %%MANPAGES%%man/man1/gh-issue-create.1.gz %%MANPAGES%%man/man1/gh-issue-list.1.gz From owner-svn-ports-branches@freebsd.org Sun Nov 29 20:38:25 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 8600D4AC5D8; Sun, 29 Nov 2020 20:38:25 +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 4CkgDd3LGkz3Ngg; Sun, 29 Nov 2020 20:38:25 +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 60D5F17554; Sun, 29 Nov 2020 20:38:25 +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 0ATKcP8X018601; Sun, 29 Nov 2020 20:38:25 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0ATKcOZW018598; Sun, 29 Nov 2020 20:38:24 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <202011292038.0ATKcOZW018598@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 29 Nov 2020 20:38:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r556600 - in branches/2020Q4/x11-wm/xfce4-wm: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in branches/2020Q4/x11-wm/xfce4-wm: . files X-SVN-Commit-Revision: 556600 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.34 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, 29 Nov 2020 20:38:25 -0000 Author: madpilot Date: Sun Nov 29 20:38:24 2020 New Revision: 556600 URL: https://svnweb.freebsd.org/changeset/ports/556600 Log: MFH: r556577 Import xfce4-wm upstream patches which fix crashes at runtime. Obtained from: https://gitlab.xfce.org/xfce/xfwm4/-/issues/460 Approved by: ports-secteam (joneum) Added: branches/2020Q4/x11-wm/xfce4-wm/files/patch-XFixes-XError - copied unchanged from r556577, head/x11-wm/xfce4-wm/files/patch-XFixes-XError branches/2020Q4/x11-wm/xfce4-wm/files/patch-Xsync-XError - copied unchanged from r556577, head/x11-wm/xfce4-wm/files/patch-Xsync-XError Modified: branches/2020Q4/x11-wm/xfce4-wm/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/x11-wm/xfce4-wm/Makefile ============================================================================== --- branches/2020Q4/x11-wm/xfce4-wm/Makefile Sun Nov 29 20:08:22 2020 (r556599) +++ branches/2020Q4/x11-wm/xfce4-wm/Makefile Sun Nov 29 20:38:24 2020 (r556600) @@ -3,7 +3,7 @@ PORTNAME= xfce4-wm PORTVERSION= 4.14.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm xfce MASTER_SITES= XFCE DISTNAME= xfwm4-${DISTVERSIONFULL} Copied: branches/2020Q4/x11-wm/xfce4-wm/files/patch-XFixes-XError (from r556577, head/x11-wm/xfce4-wm/files/patch-XFixes-XError) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q4/x11-wm/xfce4-wm/files/patch-XFixes-XError Sun Nov 29 20:38:24 2020 (r556600, copy of r556577, head/x11-wm/xfce4-wm/files/patch-XFixes-XError) @@ -0,0 +1,44 @@ +From c255a406bd353a24a9143b152f91e5eb39f69f1f Mon Sep 17 00:00:00 2001 +From: Olivier Fourdan +Date: Sat, 28 Nov 2020 21:16:20 +0100 +Subject: [PATCH] compositor: Handle XFixes XError + +XFixesSetPictureClipRegion() with the region from the client window can +cause a RenderBadPicture error. + +Make sure to include it within the XError trap. + +Signed-off-by: Olivier Fourdan +https://gitlab.xfce.org/xfce/xfwm4/-/issues/460 +--- + src/compositor.c | 9 +++++---- + 1 file changed, 5 insertions(+), 4 deletions(-) + +diff --git a/src/compositor.c b/src/compositor.c +index 5110f29c2..25baaabe5 100644 +--- src/compositor.c ++++ src/compositor.c +@@ -781,15 +781,16 @@ border_size (CWindow *cw) + myDisplayErrorTrapPush (display_info); + border = XFixesCreateRegionFromWindow (display_info->dpy, + cw->id, WindowRegionBounding); +- if ((myDisplayErrorTrapPop (display_info) != Success) || (border == None)) +- { +- return None; +- } + XFixesSetPictureClipRegion (display_info->dpy, cw->picture, 0, 0, border); + XFixesTranslateRegion (display_info->dpy, border, + cw->attr.x + cw->attr.border_width, + cw->attr.y + cw->attr.border_width); + ++ if (myDisplayErrorTrapPop (display_info) != Success) ++ { ++ return None; ++ } ++ + return border; + } + +-- +GitLab + Copied: branches/2020Q4/x11-wm/xfce4-wm/files/patch-Xsync-XError (from r556577, head/x11-wm/xfce4-wm/files/patch-Xsync-XError) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q4/x11-wm/xfce4-wm/files/patch-Xsync-XError Sun Nov 29 20:38:24 2020 (r556600, copy of r556577, head/x11-wm/xfce4-wm/files/patch-Xsync-XError) @@ -0,0 +1,30 @@ +From 6b3c1ef155a01b61443b832b1922b560ef42ce24 Mon Sep 17 00:00:00 2001 +From: Olivier Fourdan +Date: Sat, 21 Nov 2020 14:05:04 +0100 +Subject: [PATCH] xsync: Handle XError + +XSync can fail, handle the XError gracefully. + +Signed-off-by: Olivier Fourdan +Closes: https://gitlab.xfce.org/xfce/xfwm4/-/issues/448 +--- + src/xsync.c | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/src/xsync.c b/src/xsync.c +index 920dfdc17..e1c379f9d 100644 +--- src/xsync.c ++++ src/xsync.c +@@ -113,7 +113,9 @@ clientDestroyXSyncAlarm (Client *c) + screen_info = c->screen_info; + display_info = screen_info->display_info; + ++ myDisplayErrorTrapPush (display_info); + XSyncDestroyAlarm (display_info->dpy, c->xsync_alarm); ++ myDisplayErrorTrapPopIgnored (display_info); + c->xsync_alarm = None; + } + } +-- +GitLab + From owner-svn-ports-branches@freebsd.org Sun Nov 29 23:43:14 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 6933D46843B; Sun, 29 Nov 2020 23:43:14 +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 4CklKt2NXKz3pDr; Sun, 29 Nov 2020 23:43:14 +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 44A4F1A10D; Sun, 29 Nov 2020 23:43:14 +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 0ATNhEoO035290; Sun, 29 Nov 2020 23:43:14 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0ATNhEcV035289; Sun, 29 Nov 2020 23:43:14 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202011292343.0ATNhEcV035289@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Sun, 29 Nov 2020 23:43:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r556604 - branches/2020Q4/misc/veles X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q4/misc/veles X-SVN-Commit-Revision: 556604 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.34 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, 29 Nov 2020 23:43:14 -0000 Author: pkubaj Date: Sun Nov 29 23:43:13 2020 New Revision: 556604 URL: https://svnweb.freebsd.org/changeset/ports/556604 Log: MFH: r556603 misc/veles: fix build on GCC architectures Use Clang only on Clang architectures. Approved by: portmgr (fix build blanket) Modified: branches/2020Q4/misc/veles/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/misc/veles/Makefile ============================================================================== --- branches/2020Q4/misc/veles/Makefile Sun Nov 29 23:41:43 2020 (r556603) +++ branches/2020Q4/misc/veles/Makefile Sun Nov 29 23:43:13 2020 (r556604) @@ -22,7 +22,7 @@ BUILD_DEPENDS= msgpack>0:devel/msgpack \ ${PYTHON_DEPENDS} RUN_DEPENDS= ${PYTHON_DEPENDS} -USES= cmake python:3.6+ qt:5 shebangfix +USES= cmake compiler python:3.6+ qt:5 shebangfix SHEBANG_GLOB= *.py SHEBANG_FILES= python/plugin python/proxy resources/install/postinst python/test_dis USE_GITHUB= yes @@ -35,11 +35,18 @@ CMAKE_ARGS= -DFREEBSD_PYTHON_CMD:STRING=${PYTHON_CMD} -DFREEBSD_PYTHON_SITELIBDIR:STRING=${PYTHON_SITELIBDIR} \ -DMSGPACK_INCLUDE_PATH:STRING=${LOCALBASE}/include/mgpack +.include + # veles needs clang-format and clang-tidy that are only provided by the port BUILD_DEPENDS+= clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} + +.if ${CHOSEN_COMPILER_TYPE} == clang CPP= clang-cpp${LLVM_DEFAULT} CC= clang${LLVM_DEFAULT} CXX= clang++${LLVM_DEFAULT} +.else +USE_GCC= yes +.endif post-patch: @${REINPLACE_CMD} 's|QString python_interpreter_executable("/usr/local/bin/python3");|QString python_interpreter_executable("${PYTHON_CMD}");|' \ @@ -50,4 +57,4 @@ post-install: cd ${WRKSRC}/python/veles && ${COPYTREE_SHARE} . ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME} ${INSTALL_SCRIPT} ${WRKSRC}/python/srv.py ${STAGEDIR}${PREFIX}/bin/veles-server -.include +.include From owner-svn-ports-branches@freebsd.org Mon Nov 30 12:52: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 D236647B7AC; Mon, 30 Nov 2020 12:52:44 +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 4Cl4rr5ZWwz3LNx; Mon, 30 Nov 2020 12:52:44 +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 B21E12346F; Mon, 30 Nov 2020 12:52:44 +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 0AUCqiot027159; Mon, 30 Nov 2020 12:52:44 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AUCqibK027158; Mon, 30 Nov 2020 12:52:44 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202011301252.0AUCqibK027158@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 30 Nov 2020 12:52:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r556633 - branches/2020Q4/net/freerdp X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q4/net/freerdp X-SVN-Commit-Revision: 556633 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.34 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, 30 Nov 2020 12:52:44 -0000 Author: jbeich Date: Mon Nov 30 12:52:44 2020 New Revision: 556633 URL: https://svnweb.freebsd.org/changeset/ports/556633 Log: MFH: r556318 net/freerdp: drop unused dependencies after r538228 https://github.com/FreeRDP/FreeRDP/commit/0927d7aa50c7 PR: 251233 Approved by: kevans (maintainer) Approved by: ports-secteam (joneum) Modified: branches/2020Q4/net/freerdp/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/net/freerdp/Makefile ============================================================================== --- branches/2020Q4/net/freerdp/Makefile Mon Nov 30 12:51:16 2020 (r556632) +++ branches/2020Q4/net/freerdp/Makefile Mon Nov 30 12:52:44 2020 (r556633) @@ -3,7 +3,7 @@ PORTNAME= freerdp DISTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net comms MASTER_SITES= https://pub.freerdp.com/releases/ \ https://github.com/FreeRDP/FreeRDP/releases/download/${DISTVERSION}/ @@ -17,10 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_SSL= libressl-devel BROKEN_SSL_REASON_libressl-devel= fails to compile: no member named 'alert_dispatch' in 'struct ssl3_state_st' -LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ - libepoll-shim.so:devel/libepoll-shim \ - libudev.so:devel/libudev-devd \ - libuuid.so:misc/e2fsprogs-libuuid +LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim USES= alias cmake compiler:c++11-lib cpe gettext gnome localbase pathfix pkgconfig ssl USE_LDCONFIG= yes From owner-svn-ports-branches@freebsd.org Mon Nov 30 12:53: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 0BF0C47B84D; Mon, 30 Nov 2020 12:53:33 +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 4Cl4sm6fmXz3LM3; Mon, 30 Nov 2020 12:53:32 +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 D76C523472; Mon, 30 Nov 2020 12:53:32 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AUCrWnO027332; Mon, 30 Nov 2020 12:53:32 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AUCrWY1027331; Mon, 30 Nov 2020 12:53:32 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202011301253.0AUCrWY1027331@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 30 Nov 2020 12:53:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r556634 - branches/2020Q4/www/gallery-dl X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q4/www/gallery-dl X-SVN-Commit-Revision: 556634 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.34 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, 30 Nov 2020 12:53:33 -0000 Author: jbeich Date: Mon Nov 30 12:53:32 2020 New Revision: 556634 URL: https://svnweb.freebsd.org/changeset/ports/556634 Log: MFH: r555050 r556444 www/gallery-dl: update to 1.15.4 Changes: https://github.com/mikf/gallery-dl/releases/tag/v1.15.3 Changes: https://github.com/mikf/gallery-dl/releases/tag/v1.15.4 Reported by: GitHub (watch releases) Modified: branches/2020Q4/www/gallery-dl/Makefile branches/2020Q4/www/gallery-dl/distinfo Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/www/gallery-dl/Makefile ============================================================================== --- branches/2020Q4/www/gallery-dl/Makefile Mon Nov 30 12:52:44 2020 (r556633) +++ branches/2020Q4/www/gallery-dl/Makefile Mon Nov 30 12:53:32 2020 (r556634) @@ -2,7 +2,7 @@ PORTNAME= gallery-dl DISTVERSIONPREFIX= v -DISTVERSION= 1.15.3 +DISTVERSION= 1.15.4 CATEGORIES= www # Implicit approval to commit trivial version updates. Modified: branches/2020Q4/www/gallery-dl/distinfo ============================================================================== --- branches/2020Q4/www/gallery-dl/distinfo Mon Nov 30 12:52:44 2020 (r556633) +++ branches/2020Q4/www/gallery-dl/distinfo Mon Nov 30 12:53:32 2020 (r556634) @@ -1,3 +1,3 @@ -TIMESTAMP = 1605279005 -SHA256 (mikf-gallery-dl-v1.15.3_GH0.tar.gz) = 354b9ec3c4d129397828e4f28ab65c5012c27bfcd6d7304b72fe6a51673a3dd7 -SIZE (mikf-gallery-dl-v1.15.3_GH0.tar.gz) = 325926 +TIMESTAMP = 1606489549 +SHA256 (mikf-gallery-dl-v1.15.4_GH0.tar.gz) = 432025dc512f111c0961a0f513cf4fa1f1d9292e503238b2e2d682033b1cdabc +SIZE (mikf-gallery-dl-v1.15.4_GH0.tar.gz) = 326472 From owner-svn-ports-branches@freebsd.org Mon Nov 30 13:00: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 00F6447BB12; Mon, 30 Nov 2020 13:00:29 +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 4Cl51m6f8Cz3LcV; Mon, 30 Nov 2020 13:00:28 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D6FC1236E4; Mon, 30 Nov 2020 13:00:28 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AUD0Sdd028237; Mon, 30 Nov 2020 13:00:28 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AUD0SNq028235; Mon, 30 Nov 2020 13:00:28 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202011301300.0AUD0SNq028235@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 30 Nov 2020 13:00:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r556638 - branches/2020Q4/graphics/libplacebo X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q4/graphics/libplacebo X-SVN-Commit-Revision: 556638 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.34 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, 30 Nov 2020 13:00:29 -0000 Author: jbeich Date: Mon Nov 30 13:00:28 2020 New Revision: 556638 URL: https://svnweb.freebsd.org/changeset/ports/556638 Log: MFH: r554828 graphics/libplacebo: update to 2.72.2 Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v2.72.1 Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v2.72.2 Reported by: Repology Modified: branches/2020Q4/graphics/libplacebo/Makefile branches/2020Q4/graphics/libplacebo/distinfo Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/graphics/libplacebo/Makefile ============================================================================== --- branches/2020Q4/graphics/libplacebo/Makefile Mon Nov 30 12:59:56 2020 (r556637) +++ branches/2020Q4/graphics/libplacebo/Makefile Mon Nov 30 13:00:28 2020 (r556638) @@ -2,7 +2,7 @@ PORTNAME= libplacebo DISTVERSIONPREFIX= v -DISTVERSION= 2.72.0 +DISTVERSION= 2.72.2 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org Modified: branches/2020Q4/graphics/libplacebo/distinfo ============================================================================== --- branches/2020Q4/graphics/libplacebo/distinfo Mon Nov 30 12:59:56 2020 (r556637) +++ branches/2020Q4/graphics/libplacebo/distinfo Mon Nov 30 13:00:28 2020 (r556638) @@ -1,3 +1,3 @@ -TIMESTAMP = 1591925164 -SHA256 (haasn-libplacebo-v2.72.0_GH0.tar.gz) = 41f83de4271c00d01facce683af798035707874c21113dcf0b00e74b6fce713b -SIZE (haasn-libplacebo-v2.72.0_GH0.tar.gz) = 396115 +TIMESTAMP = 1605000294 +SHA256 (haasn-libplacebo-v2.72.2_GH0.tar.gz) = 64f6e17e943028332deca17f79822c66176988cf7868c0c8bdd82d2e8a366dff +SIZE (haasn-libplacebo-v2.72.2_GH0.tar.gz) = 398317 From owner-svn-ports-branches@freebsd.org Mon Nov 30 13:03: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 64ABB47BBA3; Mon, 30 Nov 2020 13:03:58 +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 4Cl55p2QCbz3M11; Mon, 30 Nov 2020 13:03:58 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 43C5023CA4; Mon, 30 Nov 2020 13:03:58 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AUD3wPg034417; Mon, 30 Nov 2020 13:03:58 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AUD3v1v034416; Mon, 30 Nov 2020 13:03:57 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202011301303.0AUD3v1v034416@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 30 Nov 2020 13:03:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r556639 - branches/2020Q4/x11-wm/picom X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q4/x11-wm/picom X-SVN-Commit-Revision: 556639 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.34 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, 30 Nov 2020 13:03:58 -0000 Author: jbeich Date: Mon Nov 30 13:03:57 2020 New Revision: 556639 URL: https://svnweb.freebsd.org/changeset/ports/556639 Log: MFH: r553199 x11-wm/picom: update to v8.2 Changes: https://github.com/yshui/picom/releases/v8.2 Reported by: GitHub (watch releases) Modified: branches/2020Q4/x11-wm/picom/Makefile branches/2020Q4/x11-wm/picom/distinfo Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/x11-wm/picom/Makefile ============================================================================== --- branches/2020Q4/x11-wm/picom/Makefile Mon Nov 30 13:00:28 2020 (r556638) +++ branches/2020Q4/x11-wm/picom/Makefile Mon Nov 30 13:03:57 2020 (r556639) @@ -2,7 +2,7 @@ PORTNAME= picom DISTVERSIONPREFIX= v -DISTVERSION= 8.1 +DISTVERSION= 8.2 CATEGORIES= x11-wm PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ Modified: branches/2020Q4/x11-wm/picom/distinfo ============================================================================== --- branches/2020Q4/x11-wm/picom/distinfo Mon Nov 30 13:00:28 2020 (r556638) +++ branches/2020Q4/x11-wm/picom/distinfo Mon Nov 30 13:03:57 2020 (r556639) @@ -1,5 +1,5 @@ -TIMESTAMP = 1599554854 -SHA256 (yshui-picom-v8.1_GH0.tar.gz) = 793700a87368120680a2b281db02c70b23fe7832e50cdb049149139e32688f02 -SIZE (yshui-picom-v8.1_GH0.tar.gz) = 242262 +TIMESTAMP = 1603529052 +SHA256 (yshui-picom-v8.2_GH0.tar.gz) = 9d0c2533985e9670ff175e717a42b5bf1a2a00ccde5cac1e1009f5d6ee7912ec +SIZE (yshui-picom-v8.2_GH0.tar.gz) = 242653 SHA256 (78223caea3f7.patch) = f9e32a1d348ea77343366e96111529f2cd2e78562aaf28252f9ea17c72afb7b1 SIZE (78223caea3f7.patch) = 868 From owner-svn-ports-branches@freebsd.org Mon Nov 30 13:26:47 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 1DFDB47C9AA; Mon, 30 Nov 2020 13:26:47 +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 4Cl5c70LFbz3Nwp; Mon, 30 Nov 2020 13:26:47 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F2C2A24238; Mon, 30 Nov 2020 13:26:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AUDQkbB046473; Mon, 30 Nov 2020 13:26:46 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AUDQkOJ046472; Mon, 30 Nov 2020 13:26:46 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202011301326.0AUDQkOJ046472@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 30 Nov 2020 13:26:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r556640 - in branches/2020Q4/graphics: . kmscube X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2020Q4/graphics: . kmscube X-SVN-Commit-Revision: 556640 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.34 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, 30 Nov 2020 13:26:47 -0000 Author: jbeich Date: Mon Nov 30 13:26:46 2020 New Revision: 556640 URL: https://svnweb.freebsd.org/changeset/ports/556640 Log: MFH: r554406 graphics/kmscube: add new port kmscube is a little demonstration program for how to drive bare metal graphics without a compositor like X11, Wayland or similar, using DRM/KMS (kernel mode setting), GBM (graphics buffer manager) and EGL for rendering content using OpenGL or OpenGL ES. https://gitlab.freedesktop.org/mesa/kmscube Added: branches/2020Q4/graphics/kmscube/ - copied from r554406, head/graphics/kmscube/ Modified: branches/2020Q4/graphics/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/graphics/Makefile ============================================================================== --- branches/2020Q4/graphics/Makefile Mon Nov 30 13:03:57 2020 (r556639) +++ branches/2020Q4/graphics/Makefile Mon Nov 30 13:26:46 2020 (r556640) @@ -398,6 +398,7 @@ SUBDIR += kipi-plugins SUBDIR += klatexformula SUBDIR += kludge3d + SUBDIR += kmscube SUBDIR += kolourpaint SUBDIR += kooka SUBDIR += kphotoalbum From owner-svn-ports-branches@freebsd.org Tue Dec 1 00:35:38 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 97C5C4AC0F6; Tue, 1 Dec 2020 00:35:38 +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 4ClNRt3qgYz3Dsj; Tue, 1 Dec 2020 00:35:38 +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 7609748B7; Tue, 1 Dec 2020 00:35:38 +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 0B10Zc6I066727; Tue, 1 Dec 2020 00:35:38 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B10Zcli066725; Tue, 1 Dec 2020 00:35:38 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202012010035.0B10Zcli066725@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 1 Dec 2020 00:35:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r556693 - branches/2020Q4/multimedia/wlrobs X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q4/multimedia/wlrobs X-SVN-Commit-Revision: 556693 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.34 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, 01 Dec 2020 00:35:38 -0000 Author: jbeich Date: Tue Dec 1 00:35:37 2020 New Revision: 556693 URL: https://svnweb.freebsd.org/changeset/ports/556693 Log: MFH: r556687 multimedia/wlrobs: update to 1.0 Changes: https://hg.sr.ht/~scoopta/wlrobs/log?rev=v1.0 Modified: branches/2020Q4/multimedia/wlrobs/Makefile branches/2020Q4/multimedia/wlrobs/distinfo Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/multimedia/wlrobs/Makefile ============================================================================== --- branches/2020Q4/multimedia/wlrobs/Makefile Tue Dec 1 00:34:51 2020 (r556692) +++ branches/2020Q4/multimedia/wlrobs/Makefile Tue Dec 1 00:35:37 2020 (r556693) @@ -1,12 +1,11 @@ # $FreeBSD$ PORTNAME= wlrobs -PORTVERSION= s20200812 -DISTVERSIONSUFFIX= -c0b86a1f57b8 +DISTVERSIONPREFIX= v +PORTVERSION= 1.0 CATEGORIES= multimedia -#MASTER_SITES= https://hg.sr.ht/~scoopta/${PORTNAME}/archive/${DISTVERSIONSUFFIX:S/^-//}${EXTRACT_SUFX}?dummy=/ +#MASTER_SITES= https://hg.sr.ht/~scoopta/${PORTNAME}/archive/${DISTVERSIONFULL:C/.*-//}${EXTRACT_SUFX}?dummy=/ MASTER_SITES+= LOCAL/jbeich # https://todo.sr.ht/~sircmpwn/hg.sr.ht/33 -DISTNAME= ${PORTNAME}${DISTVERSIONSUFFIX} MAINTAINER= jbeich@FreeBSD.org COMMENT= Wayland screen capture plugin for obs-studio Modified: branches/2020Q4/multimedia/wlrobs/distinfo ============================================================================== --- branches/2020Q4/multimedia/wlrobs/distinfo Tue Dec 1 00:34:51 2020 (r556692) +++ branches/2020Q4/multimedia/wlrobs/distinfo Tue Dec 1 00:35:37 2020 (r556693) @@ -1,3 +1,3 @@ -TIMESTAMP = 1597258828 -SHA256 (wlrobs-c0b86a1f57b8.tar.gz) = 5062628210f982a46e34e56aa9eb82cc56576f9b9466a1dc4c9ee395c3de586e -SIZE (wlrobs-c0b86a1f57b8.tar.gz) = 55065 +TIMESTAMP = 1598923465 +SHA256 (wlrobs-v1.0.tar.gz) = a63a23ef5b397df59a03e8f079c3a11f0bf94e7e48c6105dd183674ddaa9df95 +SIZE (wlrobs-v1.0.tar.gz) = 55017 From owner-svn-ports-branches@freebsd.org Tue Dec 1 07:01:49 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 BC54547F809; Tue, 1 Dec 2020 07:01:49 +0000 (UTC) (envelope-from krion@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 4ClY1T4zZqz4rkl; Tue, 1 Dec 2020 07:01:49 +0000 (UTC) (envelope-from krion@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 9DB3F11D05; Tue, 1 Dec 2020 07:01:49 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0B171nkb029897; Tue, 1 Dec 2020 07:01:49 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B171nZo029895; Tue, 1 Dec 2020 07:01:49 GMT (envelope-from krion@FreeBSD.org) Message-Id: <202012010701.0B171nZo029895@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Tue, 1 Dec 2020 07:01:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r556717 - branches/2020Q4/lang/sbcl X-SVN-Group: ports-branches X-SVN-Commit-Author: krion X-SVN-Commit-Paths: branches/2020Q4/lang/sbcl X-SVN-Commit-Revision: 556717 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.34 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, 01 Dec 2020 07:01:49 -0000 Author: krion Date: Tue Dec 1 07:01:48 2020 New Revision: 556717 URL: https://svnweb.freebsd.org/changeset/ports/556717 Log: MFH: r556655 Update to 2.0.11 Approved by: ports-secteam (blanket) Modified: branches/2020Q4/lang/sbcl/Makefile branches/2020Q4/lang/sbcl/distinfo Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/lang/sbcl/Makefile ============================================================================== --- branches/2020Q4/lang/sbcl/Makefile Tue Dec 1 07:00:04 2020 (r556716) +++ branches/2020Q4/lang/sbcl/Makefile Tue Dec 1 07:01:48 2020 (r556717) @@ -5,7 +5,7 @@ # pinned to exact versions of everything used to build them. PORTNAME= sbcl -DISTVERSION= 2.0.10 +DISTVERSION= 2.0.11 DISTVERSIONSUFFIX= -source PORTEPOCH= 1 CATEGORIES= lang lisp Modified: branches/2020Q4/lang/sbcl/distinfo ============================================================================== --- branches/2020Q4/lang/sbcl/distinfo Tue Dec 1 07:00:04 2020 (r556716) +++ branches/2020Q4/lang/sbcl/distinfo Tue Dec 1 07:01:48 2020 (r556717) @@ -1,8 +1,8 @@ -TIMESTAMP = 1603818218 -SHA256 (sbcl-2.0.10-source.tar.bz2) = 51754110b6c54dcd3857a213d6113628a89b4d43348cfd38c1fac373927a0557 -SIZE (sbcl-2.0.10-source.tar.bz2) = 6522183 -SHA256 (sbcl-2.0.10-documentation-html.tar.bz2) = ebb3580ebd653e72b5301b850f5282ede73d0d424e77da895d1f4d02bf345e87 -SIZE (sbcl-2.0.10-documentation-html.tar.bz2) = 232256 +TIMESTAMP = 1606753482 +SHA256 (sbcl-2.0.11-source.tar.bz2) = 87d2aa53cef092119a1c8b2f3de48d209375a674c3b60e08596838013bd7971d +SIZE (sbcl-2.0.11-source.tar.bz2) = 6532079 +SHA256 (sbcl-2.0.11-documentation-html.tar.bz2) = 69ac7e414552d4fc1a2d6c56be056c9cf6f556e390e4754c56aaff12e63b1b0a +SIZE (sbcl-2.0.11-documentation-html.tar.bz2) = 232415 SHA256 (sbcl-1.2.7-x86-64-freebsd-binary.tar.bz2) = c61f5e777e56921d2452d0fa6b71024ccd9b99bc659676498d398b8663176492 SIZE (sbcl-1.2.7-x86-64-freebsd-binary.tar.bz2) = 10463348 SHA256 (sbcl-1.2.7-x86-freebsd-binary.tar.bz2) = cf68bfab780a14964d9593f5b47fa3e174cf43e95ae3e558712d218f1c37bdbe From owner-svn-ports-branches@freebsd.org Tue Dec 1 14:40:28 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 298B14AB31B; Tue, 1 Dec 2020 14:40:28 +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 4CllBh0fx9z3sfP; Tue, 1 Dec 2020 14:40:28 +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 09DBD16F71; Tue, 1 Dec 2020 14:40:28 +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 0B1EeRPh013225; Tue, 1 Dec 2020 14:40:27 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B1EeR6B013224; Tue, 1 Dec 2020 14:40:27 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202012011440.0B1EeR6B013224@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Tue, 1 Dec 2020 14:40:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r556747 - branches/2020Q4/devel/ruby-subversion X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q4/devel/ruby-subversion X-SVN-Commit-Revision: 556747 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.34 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, 01 Dec 2020 14:40:28 -0000 Author: pkubaj Date: Tue Dec 1 14:40:27 2020 New Revision: 556747 URL: https://svnweb.freebsd.org/changeset/ports/556747 Log: MFH: r556746 devel/ruby-subversion: fix build on GCC architectures Ruby needs newer compiler: subversion/bindings/swig/ruby/libsvn_swig_ruby/swigutil_rb.c: In function 'callback_rescue': subversion/bindings/swig/ruby/libsvn_swig_ruby/swigutil_rb.c:1628:38: error: 'ruby_errinfo' undeclared (first use in this function); did you mean 'rb_errinfo'? 1628 | ruby_errinfo, Modified: branches/2020Q4/devel/ruby-subversion/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/devel/ruby-subversion/Makefile ============================================================================== --- branches/2020Q4/devel/ruby-subversion/Makefile Tue Dec 1 14:39:33 2020 (r556746) +++ branches/2020Q4/devel/ruby-subversion/Makefile Tue Dec 1 14:40:27 2020 (r556747) @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ruby- MAINTAINER= lev@FreeBSD.org COMMENT= Ruby bindings for version control system +USES+= compiler:c11 USE_RUBY= yes PORTREVISION_114= 0 From owner-svn-ports-branches@freebsd.org Tue Dec 1 17:49: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 A03C64AFE88; Tue, 1 Dec 2020 17:49:36 +0000 (UTC) (envelope-from cmt@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 4ClqNw49NWz4ck5; Tue, 1 Dec 2020 17:49:36 +0000 (UTC) (envelope-from cmt@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 7DB6F19B48; Tue, 1 Dec 2020 17:49:36 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0B1Hnajp034279; Tue, 1 Dec 2020 17:49:36 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B1HnaLt034277; Tue, 1 Dec 2020 17:49:36 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <202012011749.0B1HnaLt034277@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Tue, 1 Dec 2020 17:49:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r556775 - branches/2020Q4/mail/thunderbird X-SVN-Group: ports-branches X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: branches/2020Q4/mail/thunderbird X-SVN-Commit-Revision: 556775 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.34 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, 01 Dec 2020 17:49:36 -0000 Author: cmt Date: Tue Dec 1 17:49:35 2020 New Revision: 556775 URL: https://svnweb.freebsd.org/changeset/ports/556775 Log: MFH: r556774 update thunderbird to 78.5.1 (rc1) Release Notes (soon): https://www.thunderbird.net/en-US/thunderbird/78.5.1/releasenotes/ Approved by: portmgr (blanket: web browser alike) Modified: branches/2020Q4/mail/thunderbird/Makefile branches/2020Q4/mail/thunderbird/distinfo Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/mail/thunderbird/Makefile ============================================================================== --- branches/2020Q4/mail/thunderbird/Makefile Tue Dec 1 17:47:29 2020 (r556774) +++ branches/2020Q4/mail/thunderbird/Makefile Tue Dec 1 17:49:35 2020 (r556775) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 78.5.0 -PORTREVISION= 3 +DISTVERSION= 78.5.1 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build3/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org Modified: branches/2020Q4/mail/thunderbird/distinfo ============================================================================== --- branches/2020Q4/mail/thunderbird/distinfo Tue Dec 1 17:47:29 2020 (r556774) +++ branches/2020Q4/mail/thunderbird/distinfo Tue Dec 1 17:49:35 2020 (r556775) @@ -1,3 +1,3 @@ -TIMESTAMP = 1605609183 -SHA256 (thunderbird-78.5.0.source.tar.xz) = 5f8a89c20e3ede73510da3eef866a1d07f31251c7912f6c52759db78f2307b77 -SIZE (thunderbird-78.5.0.source.tar.xz) = 355944116 +TIMESTAMP = 1606829600 +SHA256 (thunderbird-78.5.1.source.tar.xz) = 17ec895e3dd435da49bfa30482e2397e644319b7f82890d2a947c95a5cb183c2 +SIZE (thunderbird-78.5.1.source.tar.xz) = 352743032 From owner-svn-ports-branches@freebsd.org Tue Dec 1 19:43: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 ED5174B27E1; Tue, 1 Dec 2020 19:43:59 +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 4Clswv6Rpxz4nCT; Tue, 1 Dec 2020 19:43:59 +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 D00631ADE5; Tue, 1 Dec 2020 19:43:59 +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 0B1JhxTD010446; Tue, 1 Dec 2020 19:43:59 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B1JhxOZ010445; Tue, 1 Dec 2020 19:43:59 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202012011943.0B1JhxOZ010445@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 1 Dec 2020 19:43:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r556789 - branches/2020Q4/www/youtube_dl X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q4/www/youtube_dl X-SVN-Commit-Revision: 556789 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.34 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, 01 Dec 2020 19:44:00 -0000 Author: jbeich Date: Tue Dec 1 19:43:59 2020 New Revision: 556789 URL: https://svnweb.freebsd.org/changeset/ports/556789 Log: MFH: r554119 r555026 r555519 r555589 r555675 r556000 r556139 r556319 r556565 r556788 www/youtube_dl: update to 2020.12.02 Changes: https://github.com/ytdl-org/youtube-dl/releases/tag/2020.11.01.1 Changes: https://github.com/ytdl-org/youtube-dl/releases/tag/2020.11.12 Changes: https://github.com/ytdl-org/youtube-dl/releases/tag/2020.11.17 Changes: https://github.com/ytdl-org/youtube-dl/releases/tag/2020.11.18 Changes: https://github.com/ytdl-org/youtube-dl/releases/tag/2020.11.19 Changes: https://github.com/ytdl-org/youtube-dl/releases/tag/2020.11.21.1 Changes: https://github.com/ytdl-org/youtube-dl/releases/tag/2020.11.24 Changes: https://github.com/ytdl-org/youtube-dl/releases/tag/2020.11.26 Changes: https://github.com/ytdl-org/youtube-dl/releases/tag/2020.11.29 Changes: https://github.com/ytdl-org/youtube-dl/releases/tag/2020.12.02 Modified: branches/2020Q4/www/youtube_dl/Makefile branches/2020Q4/www/youtube_dl/distinfo Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/www/youtube_dl/Makefile ============================================================================== --- branches/2020Q4/www/youtube_dl/Makefile Tue Dec 1 19:41:23 2020 (r556788) +++ branches/2020Q4/www/youtube_dl/Makefile Tue Dec 1 19:43:59 2020 (r556789) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= youtube_dl -PORTVERSION= 2020.09.20 +PORTVERSION= 2020.12.02 CATEGORIES= www MASTER_SITES= https://yt-dl.org/downloads/${PORTVERSION}/ DISTNAME= youtube-dl-${PORTVERSION} Modified: branches/2020Q4/www/youtube_dl/distinfo ============================================================================== --- branches/2020Q4/www/youtube_dl/distinfo Tue Dec 1 19:41:23 2020 (r556788) +++ branches/2020Q4/www/youtube_dl/distinfo Tue Dec 1 19:43:59 2020 (r556789) @@ -1,3 +1,3 @@ -TIMESTAMP = 1600600974 -SHA256 (youtube-dl-2020.09.20.tar.gz) = ac1a799cf968345bf29089ed2e5c5d4f4a32031625d808369e61b6362d1c7cde -SIZE (youtube-dl-2020.09.20.tar.gz) = 3188480 +TIMESTAMP = 1606632915 +SHA256 (youtube-dl-2020.12.02.tar.gz) = 7161b2e3f3c09ade59fb6e3a4160a224a3b04e39c7744e14cd9f361f71a57a72 +SIZE (youtube-dl-2020.12.02.tar.gz) = 3225560 From owner-svn-ports-branches@freebsd.org Tue Dec 1 20:02: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 94DCD4B2C51; Tue, 1 Dec 2020 20:02:58 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CltLp3rq9z4nrV; Tue, 1 Dec 2020 20:02:58 +0000 (UTC) (envelope-from jbeich@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1606852978; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=BUvsfye1Z6v0EBnAMXtkhzQhJ0GPR14x4JYlaN0Fq+s=; b=RLZsnfH5xwAFnJN9aK64wPW7gwltu7RzX/fL7QQ/DKAzD+M438vV1U/UrseA5sNdjvKDXb rr5R98rccvddbDK5zDDZKEKn5oI9L7w1vV9dg98yIw1cdEmihHhs9scdFOZ2dNlB33nr5U CbJr+533SZqdp5gaoc9DVExvAWMAC0cAfgXQhDh3sqDEt22AvRMj94bZ4joIsYNQb23DwB aqzrKM761x1kaWzWf5usAHf8irK2cn3XI/9Xp3MnfqzA8MHFsrler3QwFaF0cvzWnRfvWx fkbXeLs5QXSAOCwYofkOGN/UVsqJ+bqetIRq4UHBdz+KaG5EAih1TC/5Hm/4uQ== Received: by freefall.freebsd.org (Postfix, from userid 1354) id 6FB9418F5B; Tue, 1 Dec 2020 20:02:58 +0000 (UTC) From: Jan Beich To: Christoph Moench-Tegeder Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: Re: svn commit: r556775 - branches/2020Q4/mail/thunderbird References: <202012011749.0B1HnaLt034277@repo.freebsd.org> Date: Tue, 01 Dec 2020 21:02:55 +0100 In-Reply-To: <202012011749.0B1HnaLt034277@repo.freebsd.org> (Christoph Moench-Tegeder's message of "Tue, 1 Dec 2020 17:49:36 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1606852978; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=BUvsfye1Z6v0EBnAMXtkhzQhJ0GPR14x4JYlaN0Fq+s=; b=HfgprlaaHCAX9hwf9C6ru1cosOahWx9N9JEIttCR9fi0QDbWEhj4QnRVQvylL4JWM1upoF 45QkhUEutHTIQ6yF75uL+img2rYZXzm0J0VkI36RFwNCFW25tU2VJtfqq6CP9XejfUyvj+ 1uHKFs3lv9A3AJu6ArRfWe9bsIeu6PUrZG8f/8QsmUg7cBvKUCiglgw3vpgZLvpapdhiBi oYc5ZPAxu6q/o8ZXxmZ9cJTQqgKbQcV6V3ow8DaxzpvoMxbV0JIdlhvyfvETEewx2MCMpY qlaFB2uoH8l1YqWLN9W6PWm9J78Kbtks59mGhO8dU/QumwQ3kQx49EHCrCwsPA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1606852978; a=rsa-sha256; cv=none; b=F1EsrDwWR4m8pUsRHelmMYU1yn+kB+g0DzmiKIoCgdgCzLYgNZcXCQySEEgFBdTS7IdpNd PpMO2lnfZ5CyIysZR0QA+wHpXjXmWL1bUnXlyv1c60yPeHEdGtzTjqOwdt/6Sj5dE+aDor QJ65hkqc8yVV/fahnKdPuI9/2qPXsEBzPBLEYL7zVcjerLCjQ01vz8CKhbW8Hoa9q24SR8 zthfCoNgMhYcqRb3FmkhQlnGGrVfpykzVppqnPjYv4GnxZu8l6nhBPI4jYwzkhn6lRieQI 9OIyeQZA1g0W5iqf5dNoQvSp0NAoKamC8fltBahQdlUFQ6ednugb0qaGOxDvDA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 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, 01 Dec 2020 20:02:58 -0000 Christoph Moench-Tegeder writes: > Author: cmt > Date: Tue Dec 1 17:49:35 2020 > New Revision: 556775 > URL: https://svnweb.freebsd.org/changeset/ports/556775 > > Log: > MFH: r556774 > > update thunderbird to 78.5.1 (rc1) > > Release Notes (soon): > https://www.thunderbird.net/en-US/thunderbird/78.5.1/releasenotes/ > > Approved by: portmgr (blanket: web browser alike) "Approved by" line is no longer necessary after https://svnweb.freebsd.org/changeset/ports/556626 From owner-svn-ports-branches@freebsd.org Wed Dec 2 06:57:53 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 AE9D4471D5C; Wed, 2 Dec 2020 06:57:53 +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 4Cm8tT4bCWz4S1f; Wed, 2 Dec 2020 06:57:53 +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 8C15B2349D; Wed, 2 Dec 2020 06:57:53 +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 0B26vr1T027361; Wed, 2 Dec 2020 06:57:53 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B26vrCW027359; Wed, 2 Dec 2020 06:57:53 GMT (envelope-from wen@FreeBSD.org) Message-Id: <202012020657.0B26vrCW027359@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 2 Dec 2020 06:57:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r556801 - branches/2020Q4/www/py-django31 X-SVN-Group: ports-branches X-SVN-Commit-Author: wen X-SVN-Commit-Paths: branches/2020Q4/www/py-django31 X-SVN-Commit-Revision: 556801 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.34 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, 02 Dec 2020 06:57:53 -0000 Author: wen Date: Wed Dec 2 06:57:52 2020 New Revision: 556801 URL: https://svnweb.freebsd.org/changeset/ports/556801 Log: MFH: r556728 - Update to 3.1.4(bugfix release) Approved by: ports-secteam@(joneum@) Modified: branches/2020Q4/www/py-django31/Makefile branches/2020Q4/www/py-django31/distinfo Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/www/py-django31/Makefile ============================================================================== --- branches/2020Q4/www/py-django31/Makefile Wed Dec 2 00:52:50 2020 (r556800) +++ branches/2020Q4/www/py-django31/Makefile Wed Dec 2 06:57:52 2020 (r556801) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.4 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ https://www.djangoproject.com/m/releases/${PORTVERSION}/ Modified: branches/2020Q4/www/py-django31/distinfo ============================================================================== --- branches/2020Q4/www/py-django31/distinfo Wed Dec 2 00:52:50 2020 (r556800) +++ branches/2020Q4/www/py-django31/distinfo Wed Dec 2 06:57:52 2020 (r556801) @@ -1,3 +1,3 @@ -TIMESTAMP = 1604387278 -SHA256 (python/Django-3.1.3.tar.gz) = 14b87775ffedab2ef6299b73343d1b4b41e5d4e2aa58c6581f114dbec01e3f8f -SIZE (python/Django-3.1.3.tar.gz) = 9253273 +TIMESTAMP = 1606852784 +SHA256 (python/Django-3.1.4.tar.gz) = edb10b5c45e7e9c0fb1dc00b76ec7449aca258a39ffd613dbd078c51d19c9f03 +SIZE (python/Django-3.1.4.tar.gz) = 9392125 From owner-svn-ports-branches@freebsd.org Wed Dec 2 15:13:25 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 2B21E47D891; Wed, 2 Dec 2020 15:13:25 +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 4CmMtF0md6z4tjM; Wed, 2 Dec 2020 15:13:25 +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 0D41E14D0; Wed, 2 Dec 2020 15:13:25 +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 0B2FDO2x038508; Wed, 2 Dec 2020 15:13:24 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B2FDOCC038507; Wed, 2 Dec 2020 15:13:24 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202012021513.0B2FDOCC038507@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Wed, 2 Dec 2020 15:13:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r556832 - branches/2020Q4/sysutils/moosefs2-master X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q4/sysutils/moosefs2-master X-SVN-Commit-Revision: 556832 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.34 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, 02 Dec 2020 15:13:25 -0000 Author: pkubaj Date: Wed Dec 2 15:13:24 2020 New Revision: 556832 URL: https://svnweb.freebsd.org/changeset/ports/556832 Log: MFH: r556831 sysutils/moosefs2-master: fix build of client on GCC architectures sustained_inodes.c: In function 'sinodes_pid_inodes': sustained_inodes.c:224: error: 'struct kinfo_file' has no member named 'kf_un' sustained_inodes.c:225: error: 'struct kinfo_file' has no member named 'kf_un' Modified: branches/2020Q4/sysutils/moosefs2-master/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/sysutils/moosefs2-master/Makefile ============================================================================== --- branches/2020Q4/sysutils/moosefs2-master/Makefile Wed Dec 2 15:12:37 2020 (r556831) +++ branches/2020Q4/sysutils/moosefs2-master/Makefile Wed Dec 2 15:13:24 2020 (r556832) @@ -72,7 +72,7 @@ CONFIGURE_ARGS+= --disable-mfscli .endif .if ${MFS_COMPONENT} == client -USES= fuse pkgconfig +USES= compiler:c11 fuse pkgconfig CONFIGURE_ARGS+= --enable-mfsmount .else CONFIGURE_ARGS+= --disable-mfsmount From owner-svn-ports-branches@freebsd.org Thu Dec 3 00:01:25 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 F387D472863; Thu, 3 Dec 2020 00:01:25 +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 4CmbbT6blwz4Thk; Thu, 3 Dec 2020 00:01:25 +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 D548B7FC7; Thu, 3 Dec 2020 00:01:25 +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 0B301Pet073623; Thu, 3 Dec 2020 00:01:25 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B301PSP073622; Thu, 3 Dec 2020 00:01:25 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202012030001.0B301PSP073622@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 3 Dec 2020 00:01:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r556865 - branches/2020Q4/x11-servers/xwayland-devel X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q4/x11-servers/xwayland-devel X-SVN-Commit-Revision: 556865 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.34 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, 03 Dec 2020 00:01:26 -0000 Author: jbeich Date: Thu Dec 3 00:01:25 2020 New Revision: 556865 URL: https://svnweb.freebsd.org/changeset/ports/556865 Log: MFH: r551246 r551246 r553724 r554339 r554805 r555063 r555682 r556316 r556459 r556460 r556859 x11-servers/xwayland-devel: update to 1.20.0.789 - Use -D${PORTNAME}=true to denote the only X server enabled - Annotate do-install target is a workaround Changes: https://gitlab.freedesktop.org/xorg/xserver/-/compare/96d19e898...446ff2d31 Modified: branches/2020Q4/x11-servers/xwayland-devel/Makefile branches/2020Q4/x11-servers/xwayland-devel/distinfo Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/x11-servers/xwayland-devel/Makefile ============================================================================== --- branches/2020Q4/x11-servers/xwayland-devel/Makefile Thu Dec 3 00:00:39 2020 (r556864) +++ branches/2020Q4/x11-servers/xwayland-devel/Makefile Thu Dec 3 00:01:25 2020 (r556865) @@ -2,8 +2,8 @@ PORTNAME= xwayland DISTVERSIONPREFIX= xorg-server- -DISTVERSION= 1.20.0-741 -DISTVERSIONSUFFIX= -g96d19e898 +DISTVERSION= 1.20.0-789 +DISTVERSIONSUFFIX= -g446ff2d31 CATEGORIES= x11-servers PKGNAMESUFFIX= -devel @@ -34,7 +34,7 @@ USE_GL= gbm gl USE_XORG= pixman xau xdmcp xfont2 xkbfile xshmfence xtrans GH_ACCOUNT= freedesktop GH_PROJECT= xorg-xserver -MESON_ARGS= -Dxwayland=true \ +MESON_ARGS= -D${PORTNAME}=true \ -Dxorg=false \ -Dxnest=false \ -Dxvfb=false \ @@ -42,7 +42,8 @@ MESON_ARGS= -Dxwayland=true \ -Dudev_kms=false \ -Ddefault_font_path="${DEFAULT_FONTPATH_LIST:ts,}" PLIST_FILES= bin/Xwayland \ - libdata/pkgconfig/xwayland.pc + libdata/pkgconfig/xwayland.pc \ + man/man1/Xwayland.1.gz # Keep in sync with xorg-server FONTPATH_ROOT?= ${LOCALBASE}/share/fonts @@ -63,10 +64,12 @@ NVIDIA_BUILD_DEPENDS= egl-wayland>0:graphics/egl-wayla NVIDIA_MESON_TRUE= xwayland_eglstream do-install: -# Wayland compositors only use the binary +# XXX Prevent Meson from installing unrelated files ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/hw/xwayland/Xwayland \ ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${BUILD_WRKSRC}/hw/xwayland/xwayland.pc \ ${STAGEDIR}${PREFIX}/libdata/pkgconfig + ${INSTALL_MAN} ${BUILD_WRKSRC}/hw/xwayland/Xwayland.1 \ + ${STAGEDIR}${PREFIX}/man/man1 .include Modified: branches/2020Q4/x11-servers/xwayland-devel/distinfo ============================================================================== --- branches/2020Q4/x11-servers/xwayland-devel/distinfo Thu Dec 3 00:00:39 2020 (r556864) +++ branches/2020Q4/x11-servers/xwayland-devel/distinfo Thu Dec 3 00:01:25 2020 (r556865) @@ -1,6 +1,6 @@ -TIMESTAMP = 1601313384 -SHA256 (freedesktop-xorg-xserver-xorg-server-1.20.0-741-g96d19e898_GH0.tar.gz) = 6359c523c08ffc2898592249c41e5c2c2ee15c871f3436a132f757b3e74aab10 -SIZE (freedesktop-xorg-xserver-xorg-server-1.20.0-741-g96d19e898_GH0.tar.gz) = 5107934 +TIMESTAMP = 1606832938 +SHA256 (freedesktop-xorg-xserver-xorg-server-1.20.0-789-g446ff2d31_GH0.tar.gz) = 05c5bfc0e1f2bc265e8c8e7402b583aba387f5db90e29315b101f58e4dd19b9e +SIZE (freedesktop-xorg-xserver-xorg-server-1.20.0-789-g446ff2d31_GH0.tar.gz) = 5114983 SHA256 (9e0086f99b39.patch) = f8af32f1aba1062e351fe43722816ba1dda43ae691bed8a0f855b58341ad8f6c SIZE (9e0086f99b39.patch) = 10714 SHA256 (5ac296eb6c4e.patch) = ce85d0becf366c2a8835ae38347d1a4ce533affeab6f721af7838978fe4d4853 From owner-svn-ports-branches@freebsd.org Thu Dec 3 00:05: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 48AEA472764; Thu, 3 Dec 2020 00:05:48 +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 4CmbhX1b2Yz4TwG; Thu, 3 Dec 2020 00:05:48 +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 1A9007FD6; Thu, 3 Dec 2020 00:05:48 +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 0B305lnV075366; Thu, 3 Dec 2020 00:05:47 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B305lwS075364; Thu, 3 Dec 2020 00:05:47 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202012030005.0B305lwS075364@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 3 Dec 2020 00:05:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r556866 - branches/2020Q4/devel/intel-graphics-compiler X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q4/devel/intel-graphics-compiler X-SVN-Commit-Revision: 556866 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.34 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, 03 Dec 2020 00:05:48 -0000 Author: jbeich Date: Thu Dec 3 00:05:47 2020 New Revision: 556866 URL: https://svnweb.freebsd.org/changeset/ports/556866 Log: MFH: r556860 devel/intel-graphics-compiler: drop devel/llvm90 dependency Modified: branches/2020Q4/devel/intel-graphics-compiler/Makefile branches/2020Q4/devel/intel-graphics-compiler/distinfo Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/devel/intel-graphics-compiler/Makefile ============================================================================== --- branches/2020Q4/devel/intel-graphics-compiler/Makefile Thu Dec 3 00:01:25 2020 (r556865) +++ branches/2020Q4/devel/intel-graphics-compiler/Makefile Thu Dec 3 00:05:47 2020 (r556866) @@ -3,10 +3,12 @@ PORTNAME= intel-graphics-compiler DISTVERSIONPREFIX= igc- DISTVERSION= 1.0.5064 +PORTREVISION= 1 CATEGORIES= devel PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= d878880cbb3b.patch:-p1 # https://github.com/intel/intel-graphics-compiler/pull/129 +PATCHFILES+= cf887180a0e3.patch:-p1 # https://github.com/intel/intel-graphics-compiler/pull/156 MAINTAINER= jbeich@FreeBSD.org COMMENT= Intel Graphics Compiler for OpenCL @@ -27,13 +29,6 @@ GH_TUPLE= intel:vc-intrinsics:8300678:vcintrin/../vc-i CMAKE_OFF= INSTALL_SPIRVDLL CFLAGS+= -Wno-macro-redefined # __fastcall PLIST_SUB= ARCH_SUFX=${ARCH:S/i386/32/:S/amd//:S/x86_//} - -.if (exists(/usr/lib/clang/10.0.0) || exists(/usr/lib/clang/10.0.1) || exists(/usr/lib/clang/11.0.0)) && ${CXX} == c++ -# https://github.com/intel/intel-graphics-compiler/issues/126 -BUILD_DEPENDS+= clang++90:devel/llvm90 -USES:= ${USES:Ncompiler*} -CXX= clang++90 -.endif post-patch: # lang/python* don't install unsuffixed symlinks Modified: branches/2020Q4/devel/intel-graphics-compiler/distinfo ============================================================================== --- branches/2020Q4/devel/intel-graphics-compiler/distinfo Thu Dec 3 00:01:25 2020 (r556865) +++ branches/2020Q4/devel/intel-graphics-compiler/distinfo Thu Dec 3 00:05:47 2020 (r556866) @@ -5,3 +5,5 @@ SHA256 (intel-vc-intrinsics-8300678_GH0.tar.gz) = 0058 SIZE (intel-vc-intrinsics-8300678_GH0.tar.gz) = 97070 SHA256 (d878880cbb3b.patch) = f430b2da0d212594ce73f23b279a1435f08dea60f30ec35494411ab0dc0fcf70 SIZE (d878880cbb3b.patch) = 9088 +SHA256 (cf887180a0e3.patch) = 20c5afc646f61180880fc8e07abcd0feac04bfb190ab27d8af939d459b61a9a0 +SIZE (cf887180a0e3.patch) = 4191 From owner-svn-ports-branches@freebsd.org Thu Dec 3 04:22: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 6CF004798FC; Thu, 3 Dec 2020 04:22:52 +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 4CmjP82YGVz4lWW; Thu, 3 Dec 2020 04:22:52 +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 4A581136EB; Thu, 3 Dec 2020 04:22:52 +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 0B34MqaB038294; Thu, 3 Dec 2020 04:22:52 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B34Mpjf038292; Thu, 3 Dec 2020 04:22:51 GMT (envelope-from cy@FreeBSD.org) Message-Id: <202012030422.0B34Mpjf038292@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 3 Dec 2020 04:22:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r556884 - in branches/2020Q4/shells/ksh2020: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in branches/2020Q4/shells/ksh2020: . files X-SVN-Commit-Revision: 556884 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.34 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, 03 Dec 2020 04:22:52 -0000 Author: cy Date: Thu Dec 3 04:22:51 2020 New Revision: 556884 URL: https://svnweb.freebsd.org/changeset/ports/556884 Log: MFH: r556844 Don't reassign the "len" variable and compute the exact spaces needed. PR: 251275 Submitted by: Romeo Rajomalaza Reported by: Romeo Rajomalaza Approved by: ports-secteam (fluffy) Added: branches/2020Q4/shells/ksh2020/files/patch-src_cmd_ksh93_edit_pcomplete.c - copied unchanged from r556844, head/shells/ksh2020/files/patch-src_cmd_ksh93_edit_pcomplete.c Modified: branches/2020Q4/shells/ksh2020/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/shells/ksh2020/Makefile ============================================================================== --- branches/2020Q4/shells/ksh2020/Makefile Thu Dec 3 01:58:45 2020 (r556883) +++ branches/2020Q4/shells/ksh2020/Makefile Thu Dec 3 04:22:51 2020 (r556884) @@ -2,6 +2,7 @@ PORTNAME= ksh2020 PORTVERSION= 2020 +PORTREVISION= 1 CATEGORIES= shells MAINTAINER= cy@FreeBSD.org Copied: branches/2020Q4/shells/ksh2020/files/patch-src_cmd_ksh93_edit_pcomplete.c (from r556844, head/shells/ksh2020/files/patch-src_cmd_ksh93_edit_pcomplete.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q4/shells/ksh2020/files/patch-src_cmd_ksh93_edit_pcomplete.c Thu Dec 3 04:22:51 2020 (r556884, copy of r556844, head/shells/ksh2020/files/patch-src_cmd_ksh93_edit_pcomplete.c) @@ -0,0 +1,12 @@ +--- src/cmd/ksh93/edit/pcomplete.c.orig 2020-11-20 14:41:10.427589000 +0000 ++++ src/cmd/ksh93/edit/pcomplete.c 2020-11-20 14:47:28.958973000 +0000 +@@ -338,8 +338,7 @@ + } + if (complete) { + // Reserved space on stack and try again. +- len = 3; +- tlen = (c + 1) * sizeof(char *) + len * c + 1024; ++ tlen += (c + 1) * sizeof(char *) + (plen + slen + 1) * c; + stkseek(shp->stk, tlen); + complete = 2; + av = (char **)stkptr(shp->stk, 0); From owner-svn-ports-branches@freebsd.org Thu Dec 3 17:12:46 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 61D6C4AB568; Thu, 3 Dec 2020 17:12:46 +0000 (UTC) (envelope-from tz@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 4Cn2TV0rPgz4VvJ; Thu, 3 Dec 2020 17:12:45 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F0F111D02D; Thu, 3 Dec 2020 17:12:44 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0B3HCiRA015147; Thu, 3 Dec 2020 17:12:44 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B3HCi3X015145; Thu, 3 Dec 2020 17:12:44 GMT (envelope-from tz@FreeBSD.org) Message-Id: <202012031712.0B3HCi3X015145@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 3 Dec 2020 17:12:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r556914 - branches/2020Q4/lang/php73 X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: branches/2020Q4/lang/php73 X-SVN-Commit-Revision: 556914 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.34 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, 03 Dec 2020 17:12:46 -0000 Author: tz Date: Thu Dec 3 17:12:44 2020 New Revision: 556914 URL: https://svnweb.freebsd.org/changeset/ports/556914 Log: MFH: r556913 lang/php73: Update from 7.3.24 to 7.3.25 Core: Fixed bug #80280 (ADD_EXTENSION_DEP() fails for ext/standard and ext/date). Fixed bug #80258 (Windows Deduplication Enabled, randon permission errors). COM: Fixed bug #62474 (com_event_sink crashes on certain arguments). DOM: Fixed bug #80268 (loadHTML() truncates at NUL bytes). IMAP: Fixed bug #64076 (imap_sort() does not return FALSE on failure). Fixed bug #76618 (segfault on imap_reopen). Fixed bug #80239 (imap_rfc822_write_address() leaks memory). Fixed minor regression caused by fixing bug #80220. Fixed bug #80242 (imap_mail_compose() segfaults for multipart with rfc822). Intl: Fixed bug #80310 (ext-intl with icu4c 68.1: use of undeclared identifier 'TRUE'). ODBC: Fixed bug #44618 (Fetching may rely on uninitialized data). SNMP: Fixed bug #70461 (disable md5 code when it is not supported in net-snmp). Standard: Fixed bug #80266 (parse_url silently drops port number 0). PR: 251398 Submitted by: Dani Modified: branches/2020Q4/lang/php73/Makefile branches/2020Q4/lang/php73/distinfo Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/lang/php73/Makefile ============================================================================== --- branches/2020Q4/lang/php73/Makefile Thu Dec 3 17:09:48 2020 (r556913) +++ branches/2020Q4/lang/php73/Makefile Thu Dec 3 17:12:44 2020 (r556914) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php73 -DISTVERSION= 7.3.24 +DISTVERSION= 7.3.25 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2020Q4/lang/php73/distinfo ============================================================================== --- branches/2020Q4/lang/php73/distinfo Thu Dec 3 17:09:48 2020 (r556913) +++ branches/2020Q4/lang/php73/distinfo Thu Dec 3 17:12:44 2020 (r556914) @@ -1,3 +1,3 @@ -TIMESTAMP = 1604051687 -SHA256 (php-7.3.24.tar.xz) = 78b0b417a147ab7572c874334d11654e3c61ec5b3f2170098e5db02fb0c89888 -SIZE (php-7.3.24.tar.xz) = 12138212 +TIMESTAMP = 1606917188 +SHA256 (php-7.3.25.tar.xz) = c71c00ad03079efb78d1a6b8623ca4f725be697dbd9a46debacbcc9a2475f329 +SIZE (php-7.3.25.tar.xz) = 12136668 From owner-svn-ports-branches@freebsd.org Thu Dec 3 17:18:34 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D05054AB1E8; Thu, 3 Dec 2020 17:18:34 +0000 (UTC) (envelope-from tz@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 4Cn2cB5Yhwz4WZB; Thu, 3 Dec 2020 17:18:34 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B1AB01CF3C; Thu, 3 Dec 2020 17:18:34 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0B3HIYFH015742; Thu, 3 Dec 2020 17:18:34 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B3HIYsC015741; Thu, 3 Dec 2020 17:18:34 GMT (envelope-from tz@FreeBSD.org) Message-Id: <202012031718.0B3HIYsC015741@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 3 Dec 2020 17:18:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r556916 - branches/2020Q4/lang/php74 X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: branches/2020Q4/lang/php74 X-SVN-Commit-Revision: 556916 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.34 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, 03 Dec 2020 17:18:34 -0000 Author: tz Date: Thu Dec 3 17:18:34 2020 New Revision: 556916 URL: https://svnweb.freebsd.org/changeset/ports/556916 Log: MFH: r556915 lang/php74: Update from 7.4.12 to 7.4.13 Core: Fixed bug #80280 (ADD_EXTENSION_DEP() fails for ext/standard and ext/date). Fixed bug #80258 (Windows Deduplication Enabled, randon permission errors). COM: Fixed bug #62474 (com_event_sink crashes on certain arguments). DOM: Fixed bug #80268 (loadHTML() truncates at NUL bytes). FFI: Fixed bug #79177 (FFI doesn't handle well PHP exceptions within callback). IMAP: Fixed bug #64076 (imap_sort() does not return FALSE on failure). Fixed bug #76618 (segfault on imap_reopen). Fixed bug #80239 (imap_rfc822_write_address() leaks memory). Fixed minor regression caused by fixing bug #80220. Fixed bug #80242 (imap_mail_compose() segfaults for multipart with rfc822). MySQLi: Fixed bug #79375 (mysqli_store_result does not report error from lock wait timeout). Fixed bug #76525 (mysqli::commit does not throw if MYSQLI_REPORT_ERROR enabled and mysqlnd used). Fixed bug #72413 (mysqlnd segfault (fetch_row second parameter typemismatch)). ODBC: Fixed bug #44618 (Fetching may rely on uninitialized data). Opcache: Fixed bug #79643 (PHP with Opcache crashes when a file with specific name is included). Fixed run-time binding of preloaded dynamically declared function. OpenSSL: Fixed bug #79983 (openssl_encrypt / openssl_decrypt fail with OCB mode). PDO MySQL: Fixed bug #66528 (No PDOException or errorCode if database becomes unavailable before PDO::commit). Fixed bug #65825 (PDOStatement::fetch() does not throw exception on broken server connection). SNMP: Fixed bug #70461 (disable md5 code when it is not supported in net-snmp). Standard: Fixed bug #80266 (parse_url silently drops port number 0). PR: 251396 Submitted by: Pascal Christen Modified: branches/2020Q4/lang/php74/Makefile branches/2020Q4/lang/php74/distinfo Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/lang/php74/Makefile ============================================================================== --- branches/2020Q4/lang/php74/Makefile Thu Dec 3 17:16:09 2020 (r556915) +++ branches/2020Q4/lang/php74/Makefile Thu Dec 3 17:18:34 2020 (r556916) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php74 -DISTVERSION= 7.4.12 +DISTVERSION= 7.4.13 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2020Q4/lang/php74/distinfo ============================================================================== --- branches/2020Q4/lang/php74/distinfo Thu Dec 3 17:16:09 2020 (r556915) +++ branches/2020Q4/lang/php74/distinfo Thu Dec 3 17:18:34 2020 (r556916) @@ -1,3 +1,3 @@ -TIMESTAMP = 1604051709 -SHA256 (php-7.4.12.tar.xz) = e82d2bcead05255f6b7d2ff4e2561bc334204955820cabc2457b5239fde96b76 -SIZE (php-7.4.12.tar.xz) = 10311980 +TIMESTAMP = 1606917205 +SHA256 (php-7.4.13.tar.xz) = aead303e3abac23106529560547baebbedba0bb2943b91d5aa08fff1f41680f4 +SIZE (php-7.4.13.tar.xz) = 10319848 From owner-svn-ports-branches@freebsd.org Thu Dec 3 20:41:53 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 90D7A4AF38D; Thu, 3 Dec 2020 20:41:53 +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 4Cn76n3bZ0z4jdJ; Thu, 3 Dec 2020 20:41:53 +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 6384E1F733; Thu, 3 Dec 2020 20:41:53 +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 0B3Kfrr0043827; Thu, 3 Dec 2020 20:41:53 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B3KfqNg043824; Thu, 3 Dec 2020 20:41:52 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <202012032041.0B3KfqNg043824@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Thu, 3 Dec 2020 20:41:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r556923 - in branches/2020Q4/x11-servers: xorg-server xwayland X-SVN-Group: ports-branches X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in branches/2020Q4/x11-servers: xorg-server xwayland X-SVN-Commit-Revision: 556923 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.34 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, 03 Dec 2020 20:41:53 -0000 Author: zeising Date: Thu Dec 3 20:41:52 2020 New Revision: 556923 URL: https://svnweb.freebsd.org/changeset/ports/556923 Log: MFH: r556790 xorg-server: Add patches to fix security issues Patch xorg-server (and sub ports) to fix recently discovered security isses: CVE-2020-14360 and CVE-2020-25712. These issues can lead to privileges elevations for authorized clients on systems where the X server is running privileged. Tested by: adridg, tcberner, mikael Security: 76c8b690-340b-11eb-a2b7-54e1ad3d6335 Approved by: ports-secteam (joenum) Modified: branches/2020Q4/x11-servers/xorg-server/Makefile branches/2020Q4/x11-servers/xorg-server/distinfo branches/2020Q4/x11-servers/xwayland/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/x11-servers/xorg-server/Makefile ============================================================================== --- branches/2020Q4/x11-servers/xorg-server/Makefile Thu Dec 3 20:41:49 2020 (r556922) +++ branches/2020Q4/x11-servers/xorg-server/Makefile Thu Dec 3 20:41:52 2020 (r556923) @@ -3,7 +3,7 @@ PORTNAME?= xorg-server PORTVERSION?= 1.20.9 -PORTREVISION?= 0 +PORTREVISION?= 1 PORTEPOCH?= 1 CATEGORIES= x11-servers MASTER_SITES= XORG/individual/xserver @@ -11,6 +11,10 @@ DISTNAME= xorg-server-${PORTVERSION} MAINTAINER= x11@FreeBSD.org COMMENT?= X.Org X server and related programs + +PATCH_SITES= https://gitlab.freedesktop.org/xorg/xserver/-/commit/ +PATCHFILES+= 06d1a032ee491547f7037c3ff042065dc2aeaa99.diff:-p1 +PATCHFILES+= 7ccb3b0eabb4658daf0ecb2c78a53609ae2c263b.diff:-p1 LICENSE= MIT Modified: branches/2020Q4/x11-servers/xorg-server/distinfo ============================================================================== --- branches/2020Q4/x11-servers/xorg-server/distinfo Thu Dec 3 20:41:49 2020 (r556922) +++ branches/2020Q4/x11-servers/xorg-server/distinfo Thu Dec 3 20:41:52 2020 (r556923) @@ -1,3 +1,7 @@ -TIMESTAMP = 1598382481 +TIMESTAMP = 1606845198 SHA256 (xorg/xserver/xorg-server-1.20.9.tar.bz2) = e219f2e0dfe455467939149d7cd2ee53b79b512cc1d2094ae4f5c9ed9ccd3571 SIZE (xorg/xserver/xorg-server-1.20.9.tar.bz2) = 6302902 +SHA256 (xorg/xserver/06d1a032ee491547f7037c3ff042065dc2aeaa99.diff) = 2e0f1027e56e1512f659dc5cc48400de9bea722e516b05498a7c6a4130f09f55 +SIZE (xorg/xserver/06d1a032ee491547f7037c3ff042065dc2aeaa99.diff) = 3867 +SHA256 (xorg/xserver/7ccb3b0eabb4658daf0ecb2c78a53609ae2c263b.diff) = 5f0996f07af30d6d55713def544aa4b3280909ed91a36cd495ca2ace517b328b +SIZE (xorg/xserver/7ccb3b0eabb4658daf0ecb2c78a53609ae2c263b.diff) = 3606 Modified: branches/2020Q4/x11-servers/xwayland/Makefile ============================================================================== --- branches/2020Q4/x11-servers/xwayland/Makefile Thu Dec 3 20:41:49 2020 (r556922) +++ branches/2020Q4/x11-servers/xwayland/Makefile Thu Dec 3 20:41:52 2020 (r556923) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xwayland -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= X Clients under Wayland From owner-svn-ports-branches@freebsd.org Thu Dec 3 22:24: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 40A3F4B165E; Thu, 3 Dec 2020 22:24:02 +0000 (UTC) (envelope-from dmgk@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 4Cn9Nd3hVMz4rDq; Thu, 3 Dec 2020 22:24:01 +0000 (UTC) (envelope-from dmgk@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 6547720BF2; Thu, 3 Dec 2020 22:24:01 +0000 (UTC) (envelope-from dmgk@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0B3MO1RW009564; Thu, 3 Dec 2020 22:24:01 GMT (envelope-from dmgk@FreeBSD.org) Received: (from dmgk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B3MO18I009562; Thu, 3 Dec 2020 22:24:01 GMT (envelope-from dmgk@FreeBSD.org) Message-Id: <202012032224.0B3MO18I009562@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dmgk set sender to dmgk@FreeBSD.org using -f From: Dmitri Goutnik Date: Thu, 3 Dec 2020 22:24:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r556936 - branches/2020Q4/lang/go X-SVN-Group: ports-branches X-SVN-Commit-Author: dmgk X-SVN-Commit-Paths: branches/2020Q4/lang/go X-SVN-Commit-Revision: 556936 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.34 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, 03 Dec 2020 22:24:02 -0000 Author: dmgk Date: Thu Dec 3 22:24:00 2020 New Revision: 556936 URL: https://svnweb.freebsd.org/changeset/ports/556936 Log: MFH: r556935 lang/go: Update to 1.15.6 Changes: https://golang.org/doc/devel/release.html#go1.15.minor Approved by: ports-secteam (bugfix release blanket) Modified: branches/2020Q4/lang/go/Makefile branches/2020Q4/lang/go/distinfo Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/lang/go/Makefile ============================================================================== --- branches/2020Q4/lang/go/Makefile Thu Dec 3 22:19:55 2020 (r556935) +++ branches/2020Q4/lang/go/Makefile Thu Dec 3 22:24:00 2020 (r556936) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= go -PORTVERSION?= 1.15.5 +PORTVERSION?= 1.15.6 PORTREVISION?= 0 PORTEPOCH?= 1 CATEGORIES= lang Modified: branches/2020Q4/lang/go/distinfo ============================================================================== --- branches/2020Q4/lang/go/distinfo Thu Dec 3 22:19:55 2020 (r556935) +++ branches/2020Q4/lang/go/distinfo Thu Dec 3 22:24:00 2020 (r556936) @@ -1,6 +1,6 @@ -TIMESTAMP = 1605213609 -SHA256 (go1.15.5.src.tar.gz) = c1076b90cf94b73ebed62a81d802cd84d43d02dea8c07abdc922c57a071c84f1 -SIZE (go1.15.5.src.tar.gz) = 23019303 +TIMESTAMP = 1607032336 +SHA256 (go1.15.6.src.tar.gz) = 890bba73c5e2b19ffb1180e385ea225059eb008eb91b694875dd86ea48675817 +SIZE (go1.15.6.src.tar.gz) = 23019337 SHA256 (go-freebsd-arm64-go1.14.tar.xz) = f8b0cf0d323e581c9e3e0d5c217847a3e0294fcc92dbac92a5b02cea9d97ad8d SIZE (go-freebsd-arm64-go1.14.tar.xz) = 34944548 SHA256 (go-freebsd-amd64-go1.14.tar.xz) = 3b259247fb228258a4f31e283e9aa23cafd590eabce334666a9e9b2ffe47c19b From owner-svn-ports-branches@freebsd.org Fri Dec 4 14:29:38 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 290634A1E9B; Fri, 4 Dec 2020 14:29:38 +0000 (UTC) (envelope-from kevans@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 4CnZpp0h51z4n7q; Fri, 4 Dec 2020 14:29:38 +0000 (UTC) (envelope-from kevans@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 085665047; Fri, 4 Dec 2020 14:29:38 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0B4ETbHs011065; Fri, 4 Dec 2020 14:29:37 GMT (envelope-from kevans@FreeBSD.org) Received: (from kevans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B4ETb0c011061; Fri, 4 Dec 2020 14:29:37 GMT (envelope-from kevans@FreeBSD.org) Message-Id: <202012041429.0B4ETb0c011061@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevans set sender to kevans@FreeBSD.org using -f From: Kyle Evans Date: Fri, 4 Dec 2020 14:29:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r556985 - branches/2020Q4/comms/owfs X-SVN-Group: ports-branches X-SVN-Commit-Author: kevans X-SVN-Commit-Paths: branches/2020Q4/comms/owfs X-SVN-Commit-Revision: 556985 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.34 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, 04 Dec 2020 14:29:38 -0000 Author: kevans Date: Fri Dec 4 14:29:36 2020 New Revision: 556985 URL: https://svnweb.freebsd.org/changeset/ports/556985 Log: MFH: r556984 comms/owfs: update to 3.2p4 owfs 3.2p4 have been released, which among other things fixes a FreeBSD build bug. * Update 3.2p3 -> 3.2p4 * Change from USE_GITHUB to MASTER_SITES * Remove OWFS Python bindings, as python2.7 is no longer supported in FreeBSD and owfs python binding does not build with anything else. It is deprecated in favour for pyownet or similar (see https://github.com/owfs/owfs/issues/75 for more details) * Remove owtraffic as it is now builtin. * Add uthash build dependency (header-only) PR: 248868 Approved by: maintainer Modified: branches/2020Q4/comms/owfs/Makefile branches/2020Q4/comms/owfs/Makefile.options branches/2020Q4/comms/owfs/distinfo branches/2020Q4/comms/owfs/pkg-plist Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/comms/owfs/Makefile ============================================================================== --- branches/2020Q4/comms/owfs/Makefile Fri Dec 4 14:28:54 2020 (r556984) +++ branches/2020Q4/comms/owfs/Makefile Fri Dec 4 14:29:36 2020 (r556985) @@ -2,24 +2,24 @@ # $FreeBSD$ PORTNAME= owfs -PORTVERSION= 3.2p3 -DISTVERSIONPREFIX= v +PORTVERSION= 3.2p4 PORTREVISION= 1 CATEGORIES= comms +MASTER_SITES= https://github.com/owfs/owfs/releases/download/v${PORTVERSION}/ MAINTAINER= johan@stromnet.se COMMENT= 1-wire file system implementation LICENSE= GPLv2 -USES= autoreconf gmake libtool pkgconfig +BUILD_DEPENDS= ${LOCALBASE}/include/uthash.h:devel/uthash +USES= gmake libtool pkgconfig + GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes -USE_GITHUB= yes - .include "Makefile.options" OPTIONS_SUB=yes @@ -50,7 +50,6 @@ OWTAP_CONFIGURE_ENABLE= owtap OWTAP_USES= tk:wrapper OWMALLOC_CONFIGURE_ENABLE= owmalloc -OWTRAFFIC_CONFIGURE_ENABLE= owtraffic OWMON_CONFIGURE_ENABLE= owmon OWMON_USES= tk:wrapper @@ -65,9 +64,6 @@ OWPERL_USE= perl5=build,run # Broken/untested OWPHP_CONFIGURE_ENABLE= owphp -OWPYTHON_CONFIGURE_ENABLE= owpython -OWPYTHON_USES= python:2.7 - # Additional CONFIGURE_ARGS is done below OWTCL_CONFIGURE_ENABLE= owtcl OWTCL_USES= tcl @@ -100,15 +96,8 @@ PLIST_SUB+= OWNETPERL="" PLIST_SUB+= OWNETPERL="@comment " .endif -# If OW Network and Python is requested, we get ownet python files -.if ${PORT_OPTIONS:MOWPYTHON} && ${PORT_OPTIONS:MOWNET} -PLIST_SUB+= OWNETPYTHON="" -.else -PLIST_SUB+= OWNETPYTHON="@comment " -.endif - -# If Perl, Python or PHP is requested, enable SWIG -.if ${PORT_OPTIONS:MOWPERL} || ${PORT_OPTIONS:MOWPYTHON} || ${PORT_OPTIONS:MOWPHP} +# If Perl or PHP is requested, enable SWIG +.if ${PORT_OPTIONS:MOWPERL} || ${PORT_OPTIONS:MOWPHP} BUILD_DEPENDS+= swig:devel/swig CONFIGURE_ARGS+= --enable-swig SWIG=${LOCALBASE}/bin/swig .else @@ -132,15 +121,6 @@ pre-configure: @echo "Preparing build using autotools..." # Workarounds for different problems -post-install-OWPYTHON-on: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/python2.7/site-packages/ow/_OW.so - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so.* - (cd ${STAGEDIR}${PREFIX} \ - && ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ - -d ${PYTHONPREFIX_SITELIBDIR} -f ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}) - (cd ${STAGEDIR}${PREFIX} \ - && ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ - -d ${PYTHONPREFIX_SITELIBDIR} -f ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}) post-install-OWPERL-on: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/OW/OW.so Modified: branches/2020Q4/comms/owfs/Makefile.options ============================================================================== --- branches/2020Q4/comms/owfs/Makefile.options Fri Dec 4 14:28:54 2020 (r556984) +++ branches/2020Q4/comms/owfs/Makefile.options Fri Dec 4 14:29:36 2020 (r556985) @@ -13,13 +13,11 @@ OPTIONS_DEFINE = \ OWSERVER \ OWTAP \ OWMALLOC \ - OWTRAFFIC \ OWMON \ OWCAPI \ OWEXTERNAL \ OWPERL \ OWPHP \ - OWPYTHON \ OWTCL \ PROFILING \ OWFS \ @@ -41,14 +39,12 @@ OWHTTPD_DESC= Enable owhttpd HTTP server OWFTPD_DESC= Enable owftpd FTP server OWSERVER_DESC= Enable owserver OWMALLOC_DESC= Enable malloc checking -OWTRAFFIC_DESC= Enable debug bus traffic reports OWTAP_DESC= Enable owtap module (X11) OWMON_DESC= Enable owmon module (X11) OWCAPI_DESC= Enable C API OWEXTERNAL_DESC= Enable owexternal OWPERL_DESC= Enable Perl binding (BROKEN) OWPHP_DESC= Enable PHP binding (BROKEN) -OWPYTHON_DESC= Enable Python binding OWTCL_DESC= Enable TCL binding PROFILING_DESC= Enable profiling (BROKEN) OWFS_DESC= Enable FUSE support Modified: branches/2020Q4/comms/owfs/distinfo ============================================================================== --- branches/2020Q4/comms/owfs/distinfo Fri Dec 4 14:28:54 2020 (r556984) +++ branches/2020Q4/comms/owfs/distinfo Fri Dec 4 14:29:36 2020 (r556985) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540998714 -SHA256 (owfs-owfs-v3.2p3_GH0.tar.gz) = 680385e4db007a951e9678a48989dca7d43868b754299c8368010c80d0c2de4a -SIZE (owfs-owfs-v3.2p3_GH0.tar.gz) = 1322466 +TIMESTAMP = 1599553594 +SHA256 (owfs-3.2p4.tar.gz) = af0a5035f3f3df876ca15aea13486bfed6b3ef5409dee016db0be67755c35fcc +SIZE (owfs-3.2p4.tar.gz) = 1614528 Modified: branches/2020Q4/comms/owfs/pkg-plist ============================================================================== --- branches/2020Q4/comms/owfs/pkg-plist Fri Dec 4 14:28:54 2020 (r556984) +++ branches/2020Q4/comms/owfs/pkg-plist Fri Dec 4 14:29:36 2020 (r556985) @@ -1,6 +1,6 @@ %%OWCAPI%%include/owcapi.h -%%OWCAPI%%lib/libowcapi-3.2.so.3 -%%OWCAPI%%lib/libowcapi-3.2.so.3.0.0 +%%OWCAPI%%lib/libowcapi-3.2.so.4 +%%OWCAPI%%lib/libowcapi-3.2.so.4.0.0 %%OWCAPI%%lib/libowcapi.so %%OWCAPI%%libdata/pkgconfig/owcapi.pc %%OWEXTERNAL%%bin/owexternal @@ -9,25 +9,13 @@ %%OWHTTPD%%bin/owhttpd %%OWMON%%bin/owmon %%OWNETLIB%%include/ownetapi.h -%%OWNETLIB%%lib/libownet-3.2.so.3 -%%OWNETLIB%%lib/libownet-3.2.so.3.0.0 +%%OWNETLIB%%lib/libownet-3.2.so.4 +%%OWNETLIB%%lib/libownet-3.2.so.4.0.0 %%OWNETLIB%%lib/libownet.so %%OWNETPERL%%%%PERL5_MAN3%%/OWNet.3.gz %%OWNETPERL%%%%SITE_PERL%%/OWNet.pm -%%OWNETPYTHON%%%%PYTHON_SITELIBDIR%%/ownet-0.3-py2.7.egg-info -%%OWNETPYTHON%%%%PYTHON_SITELIBDIR%%/ownet/__init__.py -%%OWNETPYTHON%%%%PYTHON_SITELIBDIR%%/ownet/__init__.pyc -%%OWNETPYTHON%%%%PYTHON_SITELIBDIR%%/ownet/__init__.pyo -%%OWNETPYTHON%%%%PYTHON_SITELIBDIR%%/ownet/connection.py -%%OWNETPYTHON%%%%PYTHON_SITELIBDIR%%/ownet/connection.pyc -%%OWNETPYTHON%%%%PYTHON_SITELIBDIR%%/ownet/connection.pyo %%OWPERL%%%%SITE_ARCH%%/OW.pm %%OWPERL%%%%SITE_ARCH%%/auto/OW/OW.so -%%OWPYTHON%%%%PYTHON_SITELIBDIR%%/ow-3.2p3-py%%PYTHON_VER%%.egg-info -%%OWPYTHON%%%%PYTHON_SITELIBDIR%%/ow/_OW.so -%%OWPYTHON%%%%PYTHON_SITELIBDIR%%/ow/__init__.py -%%OWPYTHON%%%%PYTHON_SITELIBDIR%%/ow/__init__.pyc -%%OWPYTHON%%%%PYTHON_SITELIBDIR%%/ow/__init__.pyo %%OWSERVER%%bin/owserver %%OWSHELL%%bin/owdir %%OWSHELL%%bin/owexist @@ -42,8 +30,8 @@ %%OWTCL%%lib/owtcl-1.0/ow.tcl %%OWTCL%%lib/owtcl-1.0/pkgIndex.tcl include/owfs_config.h -lib/libow-3.2.so.3 -lib/libow-3.2.so.3.0.0 +lib/libow-3.2.so.4 +lib/libow-3.2.so.4.0.0 lib/libow.so man/man1/libowcapi.1.gz man/man1/libownet.1.gz @@ -167,3 +155,4 @@ man/man5/owfs.5.gz man/man5/owfs.conf.5.gz man/mann/ow.n.gz man/mann/owtcl.n.gz +man/man3/InfernoEmbedded.3.gz From owner-svn-ports-branches@freebsd.org Fri Dec 4 16:58: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 876BE4A58E0; Fri, 4 Dec 2020 16:58:44 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) 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 4Cnf6r3TKvz3DT1; Fri, 4 Dec 2020 16:58:44 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 660926DBC; Fri, 4 Dec 2020 16:58:44 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0B4GwiQn004162; Fri, 4 Dec 2020 16:58:44 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B4GwiNX004160; Fri, 4 Dec 2020 16:58:44 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <202012041658.0B4GwiNX004160@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 4 Dec 2020 16:58:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r556989 - branches/2020Q4/www/gitea X-SVN-Group: ports-branches X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: branches/2020Q4/www/gitea X-SVN-Commit-Revision: 556989 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.34 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, 04 Dec 2020 16:58:44 -0000 Author: adamw Date: Fri Dec 4 16:58:43 2020 New Revision: 556989 URL: https://svnweb.freebsd.org/changeset/ports/556989 Log: MFH: r556987 www/gitea: Update to 1.13.0 PR: 251577 Submitted by: maintainer Security: https://blog.gitea.io/2020/12/gitea-1.13.0-is-released Modified: branches/2020Q4/www/gitea/Makefile branches/2020Q4/www/gitea/distinfo Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/www/gitea/Makefile ============================================================================== --- branches/2020Q4/www/gitea/Makefile Fri Dec 4 16:56:31 2020 (r556988) +++ branches/2020Q4/www/gitea/Makefile Fri Dec 4 16:58:43 2020 (r556989) @@ -2,7 +2,7 @@ PORTNAME= gitea DISTVERSIONPREFIX= v -DISTVERSION= 1.12.6 +DISTVERSION= 1.13.0 CATEGORIES= www MASTER_SITES= https://github.com/go-gitea/gitea/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ DISTNAME= gitea-src-${DISTVERSION} @@ -66,7 +66,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/gitea ${STAGEDIR}${PREFIX}/sbin @${MKDIR} ${STAGEDIR}${ETCDIR}/conf ${INSTALL_DATA} ${WRKDIR}/app.ini.sample ${STAGEDIR}${ETCDIR}/conf/app.ini.sample - ${INSTALL_DATA} ${WRKSRC}/custom/conf/app.ini.sample ${STAGEDIR}${ETCDIR}/conf/app.ini.defaults + ${INSTALL_DATA} ${WRKSRC}/custom/conf/app.example.ini ${STAGEDIR}${ETCDIR}/conf/app.ini.defaults @${MKDIR} ${STAGEDIR}${DESTDIR}/var/db/${PORTNAME} @${MKDIR} ${STAGEDIR}${DESTDIR}/var/log/${PORTNAME} Modified: branches/2020Q4/www/gitea/distinfo ============================================================================== --- branches/2020Q4/www/gitea/distinfo Fri Dec 4 16:56:31 2020 (r556988) +++ branches/2020Q4/www/gitea/distinfo Fri Dec 4 16:58:43 2020 (r556989) @@ -1,3 +1,3 @@ -TIMESTAMP = 1605981563 -SHA256 (gitea-src-1.12.6.tar.gz) = 98486d15c58b52177e58af300e1ac6afa46f2f85f61b8d96eacbbf73ccf1191e -SIZE (gitea-src-1.12.6.tar.gz) = 135134376 +TIMESTAMP = 1607083127 +SHA256 (gitea-src-1.13.0.tar.gz) = 69c28db8069d7a3bf7d460b918a23f0931583dcee7fa49828ac6ac9a26241124 +SIZE (gitea-src-1.13.0.tar.gz) = 150897624 From owner-svn-ports-branches@freebsd.org Fri Dec 4 22:46: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 8AD364AE796; Fri, 4 Dec 2020 22:46: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 4CnnrP3Xswz3vDf; Fri, 4 Dec 2020 22:46: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 6C89D13A8B; Fri, 4 Dec 2020 22:46: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 0B4MkjP6025405; Fri, 4 Dec 2020 22:46:45 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B4MkjAM025403; Fri, 4 Dec 2020 22:46:45 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202012042246.0B4MkjAM025403@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 4 Dec 2020 22:46:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r557027 - branches/2020Q4/www/youtube_dl X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q4/www/youtube_dl X-SVN-Commit-Revision: 557027 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.34 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, 04 Dec 2020 22:46:45 -0000 Author: jbeich Date: Fri Dec 4 22:46:44 2020 New Revision: 557027 URL: https://svnweb.freebsd.org/changeset/ports/557027 Log: MFH: r557026 www/youtube_dl: update to 2020.12.05 Changes: https://github.com/ytdl-org/youtube-dl/releases/tag/2020.12.05 Reported by: GitHub (watch releases) Modified: branches/2020Q4/www/youtube_dl/Makefile branches/2020Q4/www/youtube_dl/distinfo Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/www/youtube_dl/Makefile ============================================================================== --- branches/2020Q4/www/youtube_dl/Makefile Fri Dec 4 22:46:13 2020 (r557026) +++ branches/2020Q4/www/youtube_dl/Makefile Fri Dec 4 22:46:44 2020 (r557027) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= youtube_dl -PORTVERSION= 2020.12.02 +PORTVERSION= 2020.12.05 CATEGORIES= www MASTER_SITES= https://yt-dl.org/downloads/${PORTVERSION}/ DISTNAME= youtube-dl-${PORTVERSION} Modified: branches/2020Q4/www/youtube_dl/distinfo ============================================================================== --- branches/2020Q4/www/youtube_dl/distinfo Fri Dec 4 22:46:13 2020 (r557026) +++ branches/2020Q4/www/youtube_dl/distinfo Fri Dec 4 22:46:44 2020 (r557027) @@ -1,3 +1,3 @@ -TIMESTAMP = 1606632915 -SHA256 (youtube-dl-2020.12.02.tar.gz) = 7161b2e3f3c09ade59fb6e3a4160a224a3b04e39c7744e14cd9f361f71a57a72 -SIZE (youtube-dl-2020.12.02.tar.gz) = 3225560 +TIMESTAMP = 1606848046 +SHA256 (youtube-dl-2020.12.05.tar.gz) = 15abf087a14c4b0c21336c27d9f8fd8798841f107225ded5a4fc7c8c6821ba18 +SIZE (youtube-dl-2020.12.05.tar.gz) = 3228845 From owner-svn-ports-branches@freebsd.org Sat Dec 5 12:02:26 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 4672C478D40; Sat, 5 Dec 2020 12:02:26 +0000 (UTC) (envelope-from fluffy@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 4Cp7VT6bhBz3P01; Sat, 5 Dec 2020 12:02:25 +0000 (UTC) (envelope-from fluffy@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 5273A1D8B1; Sat, 5 Dec 2020 12:02:25 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0B5C2P8V022298; Sat, 5 Dec 2020 12:02:25 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B5C2O96022297; Sat, 5 Dec 2020 12:02:24 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <202012051202.0B5C2O96022297@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Sat, 5 Dec 2020 12:02:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r557052 - in branches/2020Q4/editors: libreoffice libreoffice6 X-SVN-Group: ports-branches X-SVN-Commit-Author: fluffy X-SVN-Commit-Paths: in branches/2020Q4/editors: libreoffice libreoffice6 X-SVN-Commit-Revision: 557052 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.34 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, 05 Dec 2020 12:02:26 -0000 Author: fluffy Date: Sat Dec 5 12:02:24 2020 New Revision: 557052 URL: https://svnweb.freebsd.org/changeset/ports/557052 Log: MFH: r557051 editors/libreoffice: simplify QT5 on FreeBSD < 12 logic - Enables QT5 by default on DragonFly - Enables QT5 when DEFAULT_VERSIONS += ssl=openssl - Doesn't need to be adjusted when 14.0-CURRENT appears PR: 251450 Submitted by: jbeich Approved by: ports-secteam (fluffy) Modified: branches/2020Q4/editors/libreoffice/Makefile branches/2020Q4/editors/libreoffice6/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/editors/libreoffice/Makefile ============================================================================== --- branches/2020Q4/editors/libreoffice/Makefile Sat Dec 5 12:00:07 2020 (r557051) +++ branches/2020Q4/editors/libreoffice/Makefile Sat Dec 5 12:02:24 2020 (r557052) @@ -121,10 +121,12 @@ USES= autoreconf:build bison compiler:c++17-lang cpe pkgconfig python:3.5+ shebangfix shared-mime-info ssl tar:xz xorg OPTIONS_DEFINE= COINMP CUPS DOCS GNOME GTK3 JAVA KF5 MMEDIA PGSQL QT5 SDK TEST WEBDAV -OPTIONS_DEFAULT= CUPS MMEDIA -OPTIONS_DEFAULT_FreeBSD_12= QT5 -OPTIONS_DEFAULT_FreeBSD_13= QT5 -OPTIONS_DEFAULT+= ${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}} +OPTIONS_DEFAULT= CUPS MMEDIA QT5 + +.if !defined(DEFAULT_VERSIONS) || ! ${DEFAULT_VERSIONS:Mssl=*} +# Blocked by net/qt5-network: cannot use QT5 with default OpenSSL +OPTIONS_EXCLUDE_FreeBSD_11+= QT5 +.endif COINMP_DESC= Enable CoinMP (deprecated) math solver GTK3_DESC= GTK+ 3 GUI toolkit support (incomplete visual style) Modified: branches/2020Q4/editors/libreoffice6/Makefile ============================================================================== --- branches/2020Q4/editors/libreoffice6/Makefile Sat Dec 5 12:00:07 2020 (r557051) +++ branches/2020Q4/editors/libreoffice6/Makefile Sat Dec 5 12:02:24 2020 (r557052) @@ -120,10 +120,12 @@ USES= autoreconf:build bison compiler:c++14-lang cpe pkgconfig python shebangfix shared-mime-info ssl tar:xz xorg OPTIONS_DEFINE= CUPS DOCS GNOME GTK3 I18N JAVA KF5 MMEDIA PGSQL QT5 SDK TEST WEBDAV -OPTIONS_DEFAULT= CUPS MMEDIA -OPTIONS_DEFAULT_FreeBSD_12= QT5 -OPTIONS_DEFAULT_FreeBSD_13= QT5 -OPTIONS_DEFAULT+= ${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}} +OPTIONS_DEFAULT= CUPS MMEDIA QT5 + +.if !defined(DEFAULT_VERSIONS) || ! ${DEFAULT_VERSIONS:Mssl=*} +# Blocked by net/qt5-network: cannot use QT5 with default OpenSSL +OPTIONS_EXCLUDE_FreeBSD_11+= QT5 +.endif GTK3_DESC= GTK+ 3 GUI toolkit support (incomplete visual style) I18N_DESC= Build i18n resources From owner-svn-ports-branches@freebsd.org Sat Dec 5 12:30: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 17FD0479D69; Sat, 5 Dec 2020 12:30:05 +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 4Cp86P01qsz3QD2; Sat, 5 Dec 2020 12:30:05 +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 E70241DF8B; Sat, 5 Dec 2020 12:30:04 +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 0B5CU49Y044742; Sat, 5 Dec 2020 12:30:04 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B5CTv4d044665; Sat, 5 Dec 2020 12:29:57 GMT (envelope-from rene@FreeBSD.org) Message-Id: <202012051229.0B5CTv4d044665@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sat, 5 Dec 2020 12:29:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r557055 - in branches/2020Q4/www/chromium: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in branches/2020Q4/www/chromium: . files X-SVN-Commit-Revision: 557055 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.34 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, 05 Dec 2020 12:30:05 -0000 Author: rene Date: Sat Dec 5 12:29:57 2020 New Revision: 557055 URL: https://svnweb.freebsd.org/changeset/ports/557055 Log: www/chromium: Synchronize with HEAD MFH: r552588 r553068 r553141 r554786 r554895 r555115 r556709 r556720 r556921 www/chromium: drop pkg-message which was only useful for FreeBSD <= 11.2 Phabricator: D26646 www/chromium: Update to version 85.0.4183.121 Submitted by: cem, rene Obtained from: some patches from OpenBSD port www/chromium: Use SNDIO instead of ALSA for audio by default There are stuttering sound issues when using ALSA, so switch to something that works. PR: 250370 www/chromium: attempt to fix build on aarch64 PR: 246982 Reported by: Bob Prohaska Approved by: portmgr (tier-2 blanket) www/chromium: improve cpu features detection on aarch64 Approved by: portmgr (tier-2 blanket) www/chromium: Make online detection always positive Summary: navigator.onLine is currently broken in www/chromium. This change introduce a workaround that always return positive for online detection. Sponsored by: The FreeBSD Foundation Submitted by: Ka Ho Ng Differential Revision: https://reviews.freebsd.org/D26490 www/chromium: Update to version 87.0.4280.66 Submitted by: Matthias Wolf, cem, rene Obtained from: Some patches from OpenBSD port (robert@openbsd.org) Unbreak INDEX www/chromium: Update to 87.0.4280.88 https://chromereleases.googleblog.com/2020/12/stable-channel-update-for-desktop.html Changes: https://chromium.googlesource.com/chromium/src/+log/87.0.4280.67..87.0.4280.88?pretty=fuller&n=10000 Approved by: jrm Differential Revision: https://reviews.freebsd.org/D27452 Added: branches/2020Q4/www/chromium/files/extra-patch-build_config_compiler_pgo_pgo.gni - copied unchanged from r556709, head/www/chromium/files/extra-patch-build_config_compiler_pgo_pgo.gni branches/2020Q4/www/chromium/files/patch-base_allocator_partition__allocator_partition__alloc.cc - copied unchanged from r556709, head/www/chromium/files/patch-base_allocator_partition__allocator_partition__alloc.cc branches/2020Q4/www/chromium/files/patch-base_cpu.h - copied unchanged from r556709, head/www/chromium/files/patch-base_cpu.h branches/2020Q4/www/chromium/files/patch-base_message__loop_message__pump__glib.cc - copied unchanged from r556709, head/www/chromium/files/patch-base_message__loop_message__pump__glib.cc branches/2020Q4/www/chromium/files/patch-base_strings_sys__string__conversions__unittest.cc - copied unchanged from r556709, head/www/chromium/files/patch-base_strings_sys__string__conversions__unittest.cc branches/2020Q4/www/chromium/files/patch-base_system_sys__info__unittest.cc - copied unchanged from r556709, head/www/chromium/files/patch-base_system_sys__info__unittest.cc branches/2020Q4/www/chromium/files/patch-base_threading_platform__thread__internal__posix.h - copied unchanged from r556709, head/www/chromium/files/patch-base_threading_platform__thread__internal__posix.h branches/2020Q4/www/chromium/files/patch-base_time_time__unittest.cc - copied unchanged from r556709, head/www/chromium/files/patch-base_time_time__unittest.cc branches/2020Q4/www/chromium/files/patch-base_util_memory__pressure_system__memory__pressure__evaluator.cc - copied unchanged from r556709, head/www/chromium/files/patch-base_util_memory__pressure_system__memory__pressure__evaluator.cc branches/2020Q4/www/chromium/files/patch-chrome_BUILD.gn - copied unchanged from r556709, head/www/chromium/files/patch-chrome_BUILD.gn branches/2020Q4/www/chromium/files/patch-chrome_browser_intranet__redirect__detector.h - copied unchanged from r556709, head/www/chromium/files/patch-chrome_browser_intranet__redirect__detector.h branches/2020Q4/www/chromium/files/patch-chrome_browser_policy_chrome__browser__cloud__management__controller__desktop.cc - copied unchanged from r556709, head/www/chromium/files/patch-chrome_browser_policy_chrome__browser__cloud__management__controller__desktop.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_policy_device__management__service__configuration.cc - copied unchanged from r556709, head/www/chromium/files/patch-chrome_browser_policy_device__management__service__configuration.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_prefs_pref__service__incognito__allowlist.cc - copied, changed from r553068, head/www/chromium/files/patch-chrome_browser_prefs_pref__service__incognito__allowlist.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_printing_print__job__worker.cc - copied unchanged from r556709, head/www/chromium/files/patch-chrome_browser_printing_print__job__worker.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_views_web__apps_pwa__confirmation__bubble__view.cc - copied unchanged from r556709, head/www/chromium/files/patch-chrome_browser_ui_views_web__apps_pwa__confirmation__bubble__view.cc branches/2020Q4/www/chromium/files/patch-components_crash_core_app_BUILD.gn - copied unchanged from r556709, head/www/chromium/files/patch-components_crash_core_app_BUILD.gn branches/2020Q4/www/chromium/files/patch-components_feature__engagement_public_feature__configurations.cc - copied unchanged from r556709, head/www/chromium/files/patch-components_feature__engagement_public_feature__configurations.cc branches/2020Q4/www/chromium/files/patch-components_feed_core_proto_v2_wire_version.proto - copied unchanged from r556709, head/www/chromium/files/patch-components_feed_core_proto_v2_wire_version.proto branches/2020Q4/www/chromium/files/patch-components_feed_core_proto_wire_version.proto - copied unchanged from r556709, head/www/chromium/files/patch-components_feed_core_proto_wire_version.proto branches/2020Q4/www/chromium/files/patch-components_feed_core_v2_proto__util.cc - copied unchanged from r556709, head/www/chromium/files/patch-components_feed_core_v2_proto__util.cc branches/2020Q4/www/chromium/files/patch-components_gwp__asan_BUILD.gn - copied unchanged from r556709, head/www/chromium/files/patch-components_gwp__asan_BUILD.gn branches/2020Q4/www/chromium/files/patch-content_app_content__main.cc - copied unchanged from r556709, head/www/chromium/files/patch-content_app_content__main.cc branches/2020Q4/www/chromium/files/patch-content_browser_font__access_font__enumeration__cache.h - copied unchanged from r556709, head/www/chromium/files/patch-content_browser_font__access_font__enumeration__cache.h branches/2020Q4/www/chromium/files/patch-content_browser_gpu_compositor__util.cc - copied unchanged from r556709, head/www/chromium/files/patch-content_browser_gpu_compositor__util.cc branches/2020Q4/www/chromium/files/patch-content_browser_renderer__host_delegated__frame__host.cc - copied unchanged from r556709, head/www/chromium/files/patch-content_browser_renderer__host_delegated__frame__host.cc branches/2020Q4/www/chromium/files/patch-content_browser_scheduler_responsiveness_jank__monitor__impl.cc - copied unchanged from r556709, head/www/chromium/files/patch-content_browser_scheduler_responsiveness_jank__monitor__impl.cc branches/2020Q4/www/chromium/files/patch-content_browser_web__contents_web__contents__view__aura.cc - copied unchanged from r556709, head/www/chromium/files/patch-content_browser_web__contents_web__contents__view__aura.cc branches/2020Q4/www/chromium/files/patch-content_browser_zygote__host_zygote__host__impl__linux.cc - copied, changed from r553068, head/www/chromium/files/patch-content_browser_zygote__host_zygote__host__impl__linux.cc branches/2020Q4/www/chromium/files/patch-content_browser_zygote__host_zygote__host__impl__linux.h - copied, changed from r553068, head/www/chromium/files/patch-content_browser_zygote__host_zygote__host__impl__linux.h branches/2020Q4/www/chromium/files/patch-content_child_child__process.cc - copied unchanged from r556709, head/www/chromium/files/patch-content_child_child__process.cc branches/2020Q4/www/chromium/files/patch-content_common_mojo__core__library__support.cc - copied unchanged from r556709, head/www/chromium/files/patch-content_common_mojo__core__library__support.cc branches/2020Q4/www/chromium/files/patch-content_public_browser_zygote__host_zygote__host__linux.h - copied, changed from r553068, head/www/chromium/files/patch-content_public_browser_zygote__host_zygote__host__linux.h branches/2020Q4/www/chromium/files/patch-content_public_common_zygote_features.gni - copied, changed from r553068, head/www/chromium/files/patch-content_public_common_zygote_features.gni branches/2020Q4/www/chromium/files/patch-content_zygote_zygote__linux.cc - copied, changed from r553068, head/www/chromium/files/patch-content_zygote_zygote__linux.cc branches/2020Q4/www/chromium/files/patch-content_zygote_zygote__main__linux.cc - copied, changed from r553068, head/www/chromium/files/patch-content_zygote_zygote__main__linux.cc branches/2020Q4/www/chromium/files/patch-gpu_command__buffer_service_external__semaphore.cc - copied unchanged from r556709, head/www/chromium/files/patch-gpu_command__buffer_service_external__semaphore.cc branches/2020Q4/www/chromium/files/patch-headless_lib_browser_headless__browser__main__parts.h - copied, changed from r553068, head/www/chromium/files/patch-headless_lib_browser_headless__browser__main__parts.h branches/2020Q4/www/chromium/files/patch-headless_lib_browser_headless__browser__main__parts__linux.cc - copied, changed from r553068, head/www/chromium/files/patch-headless_lib_browser_headless__browser__main__parts__linux.cc branches/2020Q4/www/chromium/files/patch-media_audio_audio__output__proxy__unittest.cc - copied unchanged from r556709, head/www/chromium/files/patch-media_audio_audio__output__proxy__unittest.cc branches/2020Q4/www/chromium/files/patch-net_cert_test__root__certs.h - copied, changed from r553068, head/www/chromium/files/patch-net_cert_test__root__certs.h branches/2020Q4/www/chromium/files/patch-printing_print__settings.cc - copied unchanged from r556709, head/www/chromium/files/patch-printing_print__settings.cc branches/2020Q4/www/chromium/files/patch-printing_print__settings.h - copied, changed from r553068, head/www/chromium/files/patch-printing_print__settings.h branches/2020Q4/www/chromium/files/patch-printing_print__settings__conversion.cc - copied unchanged from r556709, head/www/chromium/files/patch-printing_print__settings__conversion.cc branches/2020Q4/www/chromium/files/patch-printing_printing__features.cc - copied unchanged from r556709, head/www/chromium/files/patch-printing_printing__features.cc branches/2020Q4/www/chromium/files/patch-printing_printing__features.h - copied unchanged from r556709, head/www/chromium/files/patch-printing_printing__features.h branches/2020Q4/www/chromium/files/patch-remoting_host_desktop__resizer__ozone.cc - copied unchanged from r556709, head/www/chromium/files/patch-remoting_host_desktop__resizer__ozone.cc branches/2020Q4/www/chromium/files/patch-sandbox_BUILD.gn - copied unchanged from r556709, head/www/chromium/files/patch-sandbox_BUILD.gn branches/2020Q4/www/chromium/files/patch-sandbox_policy_BUILD.gn - copied unchanged from r556709, head/www/chromium/files/patch-sandbox_policy_BUILD.gn branches/2020Q4/www/chromium/files/patch-sandbox_policy_switches.cc - copied unchanged from r556709, head/www/chromium/files/patch-sandbox_policy_switches.cc branches/2020Q4/www/chromium/files/patch-sandbox_policy_switches.h - copied unchanged from r556709, head/www/chromium/files/patch-sandbox_policy_switches.h branches/2020Q4/www/chromium/files/patch-services_service__manager_BUILD.gn - copied unchanged from r556709, head/www/chromium/files/patch-services_service__manager_BUILD.gn branches/2020Q4/www/chromium/files/patch-third__party_blink_public_common_privacy__budget_identifiable__token.h - copied, changed from r553068, head/www/chromium/files/patch-third__party_blink_public_common_privacy__budget_identifiable__token.h branches/2020Q4/www/chromium/files/patch-third__party_blink_renderer_core_clipboard_system__clipboard.cc - copied unchanged from r556709, head/www/chromium/files/patch-third__party_blink_renderer_core_clipboard_system__clipboard.cc branches/2020Q4/www/chromium/files/patch-third__party_blink_renderer_modules_media_audio_web__audio__device__factory.cc - copied unchanged from r556709, head/www/chromium/files/patch-third__party_blink_renderer_modules_media_audio_web__audio__device__factory.cc branches/2020Q4/www/chromium/files/patch-third__party_nearby_src_cpp_core__v2_internal_offline__service__controller.h - copied unchanged from r556709, head/www/chromium/files/patch-third__party_nearby_src_cpp_core__v2_internal_offline__service__controller.h branches/2020Q4/www/chromium/files/patch-third__party_openscreen_src_platform_impl_udp__socket__posix.cc - copied unchanged from r556709, head/www/chromium/files/patch-third__party_openscreen_src_platform_impl_udp__socket__posix.cc branches/2020Q4/www/chromium/files/patch-third__party_pdfium_core_fxge_cfx__fontmapper.cpp - copied unchanged from r556709, head/www/chromium/files/patch-third__party_pdfium_core_fxge_cfx__fontmapper.cpp branches/2020Q4/www/chromium/files/patch-tools_gn_src_gn_function__write__file__unittest.cc - copied unchanged from r556709, head/www/chromium/files/patch-tools_gn_src_gn_function__write__file__unittest.cc branches/2020Q4/www/chromium/files/patch-tools_gn_src_gn_version.h - copied, changed from r553068, head/www/chromium/files/patch-tools_gn_src_gn_version.h branches/2020Q4/www/chromium/files/patch-ui_aura_test_ui__controls__ozone.cc - copied unchanged from r556709, head/www/chromium/files/patch-ui_aura_test_ui__controls__ozone.cc branches/2020Q4/www/chromium/files/patch-ui_base_clipboard_clipboard__constants.cc - copied unchanged from r556709, head/www/chromium/files/patch-ui_base_clipboard_clipboard__constants.cc branches/2020Q4/www/chromium/files/patch-ui_base_clipboard_clipboard__constants.h - copied unchanged from r556709, head/www/chromium/files/patch-ui_base_clipboard_clipboard__constants.h branches/2020Q4/www/chromium/files/patch-ui_base_clipboard_clipboard__data__endpoint.h - copied unchanged from r556709, head/www/chromium/files/patch-ui_base_clipboard_clipboard__data__endpoint.h branches/2020Q4/www/chromium/files/patch-ui_base_clipboard_clipboard__ozone.cc - copied unchanged from r556709, head/www/chromium/files/patch-ui_base_clipboard_clipboard__ozone.cc branches/2020Q4/www/chromium/files/patch-ui_base_test_skia__gold__pixel__diff.cc - copied unchanged from r556709, head/www/chromium/files/patch-ui_base_test_skia__gold__pixel__diff.cc branches/2020Q4/www/chromium/files/patch-ui_events_event.cc - copied unchanged from r556709, head/www/chromium/files/patch-ui_events_event.cc branches/2020Q4/www/chromium/files/patch-ui_events_ozone_keyboard__hook__ozone.cc - copied unchanged from r556709, head/www/chromium/files/patch-ui_events_ozone_keyboard__hook__ozone.cc branches/2020Q4/www/chromium/files/patch-ui_gl_gl__features.cc - copied unchanged from r556709, head/www/chromium/files/patch-ui_gl_gl__features.cc branches/2020Q4/www/chromium/files/patch-ui_gtk_printing_print__dialog__gtk.cc - copied, changed from r553068, head/www/chromium/files/patch-ui_gtk_printing_print__dialog__gtk.cc branches/2020Q4/www/chromium/files/patch-ui_ozone_ozone.gni - copied unchanged from r556709, head/www/chromium/files/patch-ui_ozone_ozone.gni branches/2020Q4/www/chromium/files/patch-ui_views_focus_focus__manager.cc - copied unchanged from r556709, head/www/chromium/files/patch-ui_views_focus_focus__manager.cc branches/2020Q4/www/chromium/files/patch-ui_views_widget_desktop__aura_desktop__screen__ozone.cc - copied unchanged from r556709, head/www/chromium/files/patch-ui_views_widget_desktop__aura_desktop__screen__ozone.cc Deleted: branches/2020Q4/www/chromium/files/patch-base_allocator_allocator__shim.cc branches/2020Q4/www/chromium/files/patch-base_files_file__path__watcher.cc branches/2020Q4/www/chromium/files/patch-base_stl__util.h branches/2020Q4/www/chromium/files/patch-chrome_browser_extensions_api_input__ime_input__ime__api.h branches/2020Q4/www/chromium/files/patch-chrome_browser_prefs_pref__service__incognito__whitelist.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_sharing_sharing__service.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_sharing_webrtc_webrtc__flags.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_sharing_webrtc_webrtc__flags.h branches/2020Q4/www/chromium/files/patch-chrome_browser_sync_test_integration_single__client__wallet__sync__test.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_input__method_input__method__engine__base.cc branches/2020Q4/www/chromium/files/patch-chrome_common_extensions_api_api__sources.gni branches/2020Q4/www/chromium/files/patch-chrome_common_media_cdm__host__file__path.cc branches/2020Q4/www/chromium/files/patch-chromecast_browser_metrics_BUILD.gn branches/2020Q4/www/chromium/files/patch-chromecast_browser_tts_tts__controller__impl.cc branches/2020Q4/www/chromium/files/patch-components_autofill_core_browser_autofill__experiments.cc branches/2020Q4/www/chromium/files/patch-components_feedback_anonymizer__tool.cc branches/2020Q4/www/chromium/files/patch-components_metrics_system__memory__stats__recorder__linux.cc branches/2020Q4/www/chromium/files/patch-components_viz_service_display__embedder_skia__output__device__dawn.cc branches/2020Q4/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.h branches/2020Q4/www/chromium/files/patch-content_browser_scheduler_responsiveness_jank__monitor.cc branches/2020Q4/www/chromium/files/patch-content_browser_scheduler_responsiveness_watcher.cc branches/2020Q4/www/chromium/files/patch-content_child_BUILD.gn branches/2020Q4/www/chromium/files/patch-content_public_common_BUILD.gn branches/2020Q4/www/chromium/files/patch-content_renderer_BUILD.gn branches/2020Q4/www/chromium/files/patch-content_renderer_media_audio_audio__device__factory.cc branches/2020Q4/www/chromium/files/patch-content_shell_browser_web__test_web__test__browser__context.cc branches/2020Q4/www/chromium/files/patch-content_shell_browser_web__test_web__test__browser__main__parts.cc branches/2020Q4/www/chromium/files/patch-content_shell_browser_web__test_web__test__browser__main__runner.cc branches/2020Q4/www/chromium/files/patch-content_shell_renderer_web__test_test__runner.cc branches/2020Q4/www/chromium/files/patch-gpu_command__buffer_service_external__vk__image__backing.h branches/2020Q4/www/chromium/files/patch-gpu_command__buffer_service_external__vk__image__gl__representation.cc branches/2020Q4/www/chromium/files/patch-headless_lib_browser_headless__content__browser__client.h branches/2020Q4/www/chromium/files/patch-headless_lib_headless__content__main__delegate.h branches/2020Q4/www/chromium/files/patch-net_features.gni branches/2020Q4/www/chromium/files/patch-services_service__manager_embedder_main.cc branches/2020Q4/www/chromium/files/patch-services_service__manager_embedder_set__process__title__linux.h branches/2020Q4/www/chromium/files/patch-services_service__manager_sandbox_BUILD.gn branches/2020Q4/www/chromium/files/patch-services_service__manager_zygote_common_zygote__features.gni branches/2020Q4/www/chromium/files/patch-services_service__manager_zygote_host_zygote__host__impl__linux.cc branches/2020Q4/www/chromium/files/patch-services_service__manager_zygote_host_zygote__host__impl__linux.h branches/2020Q4/www/chromium/files/patch-services_service__manager_zygote_zygote__host__linux.h branches/2020Q4/www/chromium/files/patch-services_service__manager_zygote_zygote__linux.cc branches/2020Q4/www/chromium/files/patch-services_service__manager_zygote_zygote__main__linux.cc branches/2020Q4/www/chromium/files/patch-services_tracing_public_cpp_BUILD.gn branches/2020Q4/www/chromium/files/patch-third__party_boringssl_BUILD.gn branches/2020Q4/www/chromium/files/patch-third__party_cacheinvalidation_src_google_cacheinvalidation_include_types.h branches/2020Q4/www/chromium/files/patch-third__party_crashpad_crashpad_build_crashpad__buildconfig.gni branches/2020Q4/www/chromium/files/patch-third__party_crashpad_crashpad_util_misc_address__types.h branches/2020Q4/www/chromium/files/patch-third__party_crashpad_crashpad_util_misc_capture__context.h branches/2020Q4/www/chromium/files/patch-third__party_crashpad_crashpad_util_misc_metrics.cc branches/2020Q4/www/chromium/files/patch-third__party_crashpad_crashpad_util_misc_uuid.cc branches/2020Q4/www/chromium/files/patch-third__party_crashpad_crashpad_util_posix_drop__privileges.cc branches/2020Q4/www/chromium/files/patch-third__party_crashpad_crashpad_util_posix_symbolic__constants__posix.cc branches/2020Q4/www/chromium/files/patch-third__party_pdfium_core_fxcrt_fx__system.h branches/2020Q4/www/chromium/files/patch-third__party_pdfium_xfa_fgas_font_cfx__fontsourceenum__file.cpp branches/2020Q4/www/chromium/files/patch-third__party_swiftshader_third__party_llvm-10.0_configs_linux_include_llvm_Config_llvm-config.h branches/2020Q4/www/chromium/files/patch-tools_gn_src_base_files_file__util.h branches/2020Q4/www/chromium/files/patch-tools_gn_src_base_files_file__util__posix.cc branches/2020Q4/www/chromium/files/patch-tools_gn_src_base_files_scoped__file.cc branches/2020Q4/www/chromium/files/patch-ui_gfx_x_BUILD.gn branches/2020Q4/www/chromium/files/patch-ui_gfx_x_gen__xproto.py branches/2020Q4/www/chromium/files/patch-ui_gtk_print__dialog__gtk.cc branches/2020Q4/www/chromium/files/patch-ui_webui_resources_js_icon.js branches/2020Q4/www/chromium/files/pkg-message.in Modified: branches/2020Q4/www/chromium/Makefile branches/2020Q4/www/chromium/distinfo branches/2020Q4/www/chromium/files/extra-patch-clang branches/2020Q4/www/chromium/files/patch-3p-pdfium_3p_base_allocator_partition__allocator_page__allocator__internals__posix.h branches/2020Q4/www/chromium/files/patch-BUILD.gn branches/2020Q4/www/chromium/files/patch-apps_app__restore__service__browsertest.cc branches/2020Q4/www/chromium/files/patch-apps_ui_views_app__window__frame__view.cc branches/2020Q4/www/chromium/files/patch-ash_display_mirror__window__controller.cc branches/2020Q4/www/chromium/files/patch-base_BUILD.gn branches/2020Q4/www/chromium/files/patch-base_allocator_allocator__shim__default__dispatch__to__glibc.cc branches/2020Q4/www/chromium/files/patch-base_allocator_allocator__shim__override__libc__symbols.h branches/2020Q4/www/chromium/files/patch-base_allocator_allocator__shim__unittest.cc branches/2020Q4/www/chromium/files/patch-base_allocator_partition__allocator_page__allocator__internals__posix.h branches/2020Q4/www/chromium/files/patch-base_allocator_partition__allocator_partition__alloc__unittest.cc branches/2020Q4/www/chromium/files/patch-base_base__switches.cc branches/2020Q4/www/chromium/files/patch-base_base__switches.h branches/2020Q4/www/chromium/files/patch-base_cpu.cc branches/2020Q4/www/chromium/files/patch-base_debug_debugger__posix.cc branches/2020Q4/www/chromium/files/patch-base_debug_elf__reader.cc branches/2020Q4/www/chromium/files/patch-base_debug_proc__maps__linux.cc branches/2020Q4/www/chromium/files/patch-base_debug_stack__trace.cc branches/2020Q4/www/chromium/files/patch-base_debug_stack__trace.h branches/2020Q4/www/chromium/files/patch-base_debug_stack__trace__posix.cc branches/2020Q4/www/chromium/files/patch-base_debug_stack__trace__unittest.cc branches/2020Q4/www/chromium/files/patch-base_files_file__path__unittest.cc branches/2020Q4/www/chromium/files/patch-base_files_file__path__watcher__kqueue.h branches/2020Q4/www/chromium/files/patch-base_files_file__path__watcher__stub.cc branches/2020Q4/www/chromium/files/patch-base_files_file__path__watcher__unittest.cc branches/2020Q4/www/chromium/files/patch-base_files_file__util.h branches/2020Q4/www/chromium/files/patch-base_files_file__util__posix.cc branches/2020Q4/www/chromium/files/patch-base_files_file__util__unittest.cc branches/2020Q4/www/chromium/files/patch-base_files_scoped__file.cc branches/2020Q4/www/chromium/files/patch-base_i18n_icu__util.cc branches/2020Q4/www/chromium/files/patch-base_linux__util.cc branches/2020Q4/www/chromium/files/patch-base_location__unittest.cc branches/2020Q4/www/chromium/files/patch-base_logging__unittest.cc branches/2020Q4/www/chromium/files/patch-base_memory_discardable__memory.cc branches/2020Q4/www/chromium/files/patch-base_memory_discardable__memory__internal.h branches/2020Q4/www/chromium/files/patch-base_memory_madv__free__discardable__memory__posix.cc branches/2020Q4/www/chromium/files/patch-base_memory_platform__shared__memory__region.h branches/2020Q4/www/chromium/files/patch-base_memory_platform__shared__memory__region__posix.cc branches/2020Q4/www/chromium/files/patch-base_memory_shared__memory__region__unittest.cc branches/2020Q4/www/chromium/files/patch-base_native__library__posix.cc branches/2020Q4/www/chromium/files/patch-base_native__library__unittest.cc branches/2020Q4/www/chromium/files/patch-base_numerics_safe__math__shared__impl.h branches/2020Q4/www/chromium/files/patch-base_path__service__unittest.cc branches/2020Q4/www/chromium/files/patch-base_posix_can__lower__nice__to.cc branches/2020Q4/www/chromium/files/patch-base_posix_unix__domain__socket.cc branches/2020Q4/www/chromium/files/patch-base_posix_unix__domain__socket__unittest.cc branches/2020Q4/www/chromium/files/patch-base_process_internal__linux.cc branches/2020Q4/www/chromium/files/patch-base_process_internal__linux.h branches/2020Q4/www/chromium/files/patch-base_process_kill.h branches/2020Q4/www/chromium/files/patch-base_process_kill__posix.cc branches/2020Q4/www/chromium/files/patch-base_process_launch.cc branches/2020Q4/www/chromium/files/patch-base_process_launch.h branches/2020Q4/www/chromium/files/patch-base_process_launch__posix.cc branches/2020Q4/www/chromium/files/patch-base_process_memory.cc branches/2020Q4/www/chromium/files/patch-base_process_memory.h branches/2020Q4/www/chromium/files/patch-base_process_memory__unittest.cc branches/2020Q4/www/chromium/files/patch-base_process_process__handle.cc branches/2020Q4/www/chromium/files/patch-base_process_process__handle.h branches/2020Q4/www/chromium/files/patch-base_process_process__handle__freebsd.cc branches/2020Q4/www/chromium/files/patch-base_process_process__iterator__freebsd.cc branches/2020Q4/www/chromium/files/patch-base_process_process__linux.cc branches/2020Q4/www/chromium/files/patch-base_process_process__metrics.cc branches/2020Q4/www/chromium/files/patch-base_process_process__metrics.h branches/2020Q4/www/chromium/files/patch-base_process_process__metrics__freebsd.cc branches/2020Q4/www/chromium/files/patch-base_process_process__metrics__posix.cc branches/2020Q4/www/chromium/files/patch-base_process_process__unittest.cc branches/2020Q4/www/chromium/files/patch-base_process_process__util__unittest.cc branches/2020Q4/www/chromium/files/patch-base_profiler_register__context.h branches/2020Q4/www/chromium/files/patch-base_profiler_sampling__profiler__thread__token.cc branches/2020Q4/www/chromium/files/patch-base_profiler_sampling__profiler__thread__token.h branches/2020Q4/www/chromium/files/patch-base_profiler_stack__copier__signal.cc branches/2020Q4/www/chromium/files/patch-base_profiler_stack__sampling__profiler__test__util.cc branches/2020Q4/www/chromium/files/patch-base_profiler_stack__sampling__profiler__unittest.cc branches/2020Q4/www/chromium/files/patch-base_profiler_thread__delegate__posix.cc branches/2020Q4/www/chromium/files/patch-base_sampling__heap__profiler_sampling__heap__profiler.cc branches/2020Q4/www/chromium/files/patch-base_security__unittest.cc branches/2020Q4/www/chromium/files/patch-base_synchronization_lock__impl.h branches/2020Q4/www/chromium/files/patch-base_syslog__logging.cc branches/2020Q4/www/chromium/files/patch-base_system_sys__info.cc branches/2020Q4/www/chromium/files/patch-base_system_sys__info.h branches/2020Q4/www/chromium/files/patch-base_system_sys__info__freebsd.cc branches/2020Q4/www/chromium/files/patch-base_system_sys__info__posix.cc branches/2020Q4/www/chromium/files/patch-base_task_thread__pool_environment__config__unittest.cc branches/2020Q4/www/chromium/files/patch-base_test_BUILD.gn branches/2020Q4/www/chromium/files/patch-base_test_launcher_test__launcher.cc branches/2020Q4/www/chromium/files/patch-base_test_test__file__util__posix.cc branches/2020Q4/www/chromium/files/patch-base_test_test__suite.cc branches/2020Q4/www/chromium/files/patch-base_third__party_libevent_BUILD.gn branches/2020Q4/www/chromium/files/patch-base_threading_platform__thread.h branches/2020Q4/www/chromium/files/patch-base_threading_platform__thread__linux.cc branches/2020Q4/www/chromium/files/patch-base_threading_platform__thread__posix.cc branches/2020Q4/www/chromium/files/patch-base_threading_platform__thread__unittest.cc branches/2020Q4/www/chromium/files/patch-base_threading_scoped__blocking__call__unittest.cc branches/2020Q4/www/chromium/files/patch-base_threading_thread__task__runner__handle.cc branches/2020Q4/www/chromium/files/patch-base_trace__event_malloc__dump__provider.cc branches/2020Q4/www/chromium/files/patch-base_trace__event_process__memory__dump.cc branches/2020Q4/www/chromium/files/patch-base_trace__event_process__memory__dump.h branches/2020Q4/www/chromium/files/patch-build_config_BUILD.gn branches/2020Q4/www/chromium/files/patch-build_config_BUILDCONFIG.gn branches/2020Q4/www/chromium/files/patch-build_config_compiler_BUILD.gn branches/2020Q4/www/chromium/files/patch-build_config_compiler_compiler.gni branches/2020Q4/www/chromium/files/patch-build_config_features.gni branches/2020Q4/www/chromium/files/patch-build_config_freetype_freetype.gni branches/2020Q4/www/chromium/files/patch-build_config_linux_BUILD.gn branches/2020Q4/www/chromium/files/patch-build_config_linux_pkg-config.py branches/2020Q4/www/chromium/files/patch-build_config_sysroot.gni branches/2020Q4/www/chromium/files/patch-build_detect__host__arch.py branches/2020Q4/www/chromium/files/patch-build_gn__run__binary.py branches/2020Q4/www/chromium/files/patch-build_linux_chrome.map branches/2020Q4/www/chromium/files/patch-build_linux_libpci_BUILD.gn branches/2020Q4/www/chromium/files/patch-build_linux_unbundle_libusb.gn branches/2020Q4/www/chromium/files/patch-build_linux_unbundle_replace__gn__files.py branches/2020Q4/www/chromium/files/patch-build_toolchain_gcc__toolchain.gni branches/2020Q4/www/chromium/files/patch-build_toolchain_get__concurrent__links.py branches/2020Q4/www/chromium/files/patch-build_toolchain_linux_BUILD.gn branches/2020Q4/www/chromium/files/patch-cc_BUILD.gn branches/2020Q4/www/chromium/files/patch-cc_layers_scrollbar__layer__impl__base.cc branches/2020Q4/www/chromium/files/patch-cc_test_layer__tree__test.cc branches/2020Q4/www/chromium/files/patch-cc_test_pixel__test.cc branches/2020Q4/www/chromium/files/patch-cc_trees_frame__rate__estimator.cc branches/2020Q4/www/chromium/files/patch-cc_trees_property__tree.cc branches/2020Q4/www/chromium/files/patch-chrome_app_BUILD.gn branches/2020Q4/www/chromium/files/patch-chrome_app_chrome__command__ids.h branches/2020Q4/www/chromium/files/patch-chrome_app_chrome__main.cc branches/2020Q4/www/chromium/files/patch-chrome_app_chrome__main__delegate.cc branches/2020Q4/www/chromium/files/patch-chrome_app_chromium__strings.grd branches/2020Q4/www/chromium/files/patch-chrome_app_generated__resources.grd branches/2020Q4/www/chromium/files/patch-chrome_app_google__chrome__strings.grd branches/2020Q4/www/chromium/files/patch-chrome_app_settings__strings.grdp branches/2020Q4/www/chromium/files/patch-chrome_app_shutdown__signal__handlers__posix.cc branches/2020Q4/www/chromium/files/patch-chrome_app_theme_chrome__unscaled__resources.grd branches/2020Q4/www/chromium/files/patch-chrome_app_theme_theme__resources.grd branches/2020Q4/www/chromium/files/patch-chrome_browser_BUILD.gn branches/2020Q4/www/chromium/files/patch-chrome_browser_about__flags.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_after__startup__task__utils.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_apps_platform__apps_api_music__manager__private_device__id__linux.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_autocomplete_chrome__autocomplete__scheme__classifier.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_background_background__mode__manager.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_background_background__mode__optimizer.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_browser__resources.grd branches/2020Q4/www/chromium/files/patch-chrome_browser_chrome__browser__interface__binders.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_chrome__browser__main.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_chrome__browser__main__linux.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_chrome__browser__main__posix.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.h branches/2020Q4/www/chromium/files/patch-chrome_browser_crash__upload__list_crash__upload__list.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_crash__upload__list_crash__upload__list__crashpad.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_custom__handlers_protocol__handler__registry.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_defaults.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_dev__ui__browser__resources.grd branches/2020Q4/www/chromium/files/patch-chrome_browser_device__identity_device__oauth2__token__service__factory.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_devtools_devtools__eye__dropper.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_diagnostics_diagnostics__writer.h branches/2020Q4/www/chromium/files/patch-chrome_browser_download_chrome__download__manager__delegate.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_download_download__commands.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_download_download__commands.h branches/2020Q4/www/chromium/files/patch-chrome_browser_download_download__item__model.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_download_download__prefs.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_download_download__prefs.h branches/2020Q4/www/chromium/files/patch-chrome_browser_download_download__query.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_download_download__shelf__context__menu.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_extensions_BUILD.gn branches/2020Q4/www/chromium/files/patch-chrome_browser_extensions_activity__log_activity__log.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_extensions_api_enterprise__reporting__private_device__info__fetcher.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_extensions_api_enterprise__reporting__private_device__info__fetcher__linux.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_extensions_api_erp_chrome_desktop_report_request_helper.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_extensions_api_extension__action_browser__action__interactive__test.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_extensions_api_image__writer__private_removable__storage__provider.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_extensions_api_runtime_chrome__runtime__api__delegate.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_extensions_api_settings__private_prefs__util.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_extensions_api_webrtc__logging__private_webrtc__logging__private__api.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_extensions_browser__context__keyed__service__factories.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_extensions_external__provider__impl.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_first__run_first__run__dialog.h branches/2020Q4/www/chromium/files/patch-chrome_browser_first__run_first__run__internal.h branches/2020Q4/www/chromium/files/patch-chrome_browser_first__run_first__run__internal__posix.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_flag__descriptions.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_flag__descriptions.h branches/2020Q4/www/chromium/files/patch-chrome_browser_media__galleries_fileapi_mtp__device__map__service.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_media__galleries_media__file__system__registry.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_media_router_discovery_discovery__network__list__posix.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_media_router_discovery_discovery__network__list__wifi__linux.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_media_router_providers_wired__display_wired__display__media__route__provider.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_media_webrtc_webrtc__event__log__uploader.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_media_webrtc_webrtc__log__uploader.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_media_webrtc_webrtc__logging__controller.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_media_webrtc_webrtc__logging__controller.h branches/2020Q4/www/chromium/files/patch-chrome_browser_memory__details.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_memory__details__linux.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_metrics_chrome__metrics__service__client.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_metrics_process__memory__metrics__emitter.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_native__file__system_chrome__native__file__system__permission__context.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_net_system__network__context__manager.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_notifications_notification__display__service__impl.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_password__manager_chrome__password__manager__client.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_password__manager_password__store__factory.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_pdf_pdf__extension__test.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_performance__monitor_process__metrics__history.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_performance__monitor_process__metrics__history.h branches/2020Q4/www/chromium/files/patch-chrome_browser_plugins_plugin__info__host__impl.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_plugins_plugins__resource__service.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_policy_browser__signin__policy__handler.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_prefs_browser__prefs.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_process__singleton__posix.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_profiles_profile__attributes__entry.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_renderer__context__menu_render__view__context__menu.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_renderer__preferences__util.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_resources_settings_appearance__page_appearance__browser__proxy.js branches/2020Q4/www/chromium/files/patch-chrome_browser_resources_settings_appearance__page_appearance__page.html branches/2020Q4/www/chromium/files/patch-chrome_browser_resources_settings_appearance__page_appearance__page.js branches/2020Q4/www/chromium/files/patch-chrome_browser_safe__browsing_incident__reporting_incident__handler__util.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_safe__browsing_incident__reporting_incident__reporting__service.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_search_search__suggest_search__suggest__service.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_send__tab__to__self_receiving__ui__handler__registry.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_send__tab__to__self_send__tab__to__self__client__service.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_sharing_shared__clipboard_feature__flags.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_sharing_shared__clipboard_feature__flags.h branches/2020Q4/www/chromium/files/patch-chrome_browser_sharing_sharing__device__registration.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_sharing_sharing__handler__registry__impl.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_signin_signin__util.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_sync_chrome__sync__client.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group.h branches/2020Q4/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group__sampler.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group__sampler.h branches/2020Q4/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__manager__impl.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_task__manager_task__manager__observer.h branches/2020Q4/www/chromium/files/patch-chrome_browser_themes_theme__service__factory.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_tracing_crash__service__uploader.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_BUILD.gn branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_browser__command__controller.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_browser__view__prefs.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_exclusive__access_exclusive__access__bubble.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_sad__tab.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_startup_bad__flags__prompt.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_startup_startup__browser__creator.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_tab__helpers.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_task__manager_task__manager__columns.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_task__manager_task__manager__table__model.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_test_test__browser__dialog.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_test_test__browser__ui.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_views_accelerator__table.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_views_bookmarks_bookmark__bar__view__test.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_views_chrome__browser__main__extra__parts__views.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_views_chrome__views__delegate.h branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_views_download_download__item__view.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_views_first__run__dialog.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__frame.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__non__client__frame__view__factory__views.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view__platform__specific.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_views_frame_system__menu__model__builder.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_views_frame_system__menu__model__delegate.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_views_hung__renderer__view.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_views_tabs_new__tab__button.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab__drag__controller.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_webui_about__ui.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_webui_settings_appearance__handler.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_webui_settings_appearance__handler.h branches/2020Q4/www/chromium/files/patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_web__applications_components_web__app__file__handler__registration.h branches/2020Q4/www/chromium/files/patch-chrome_browser_web__applications_components_web__app__shortcut.cc branches/2020Q4/www/chromium/files/patch-chrome_browser_web__applications_extensions_bookmark__app__finalizer__utils.cc branches/2020Q4/www/chromium/files/patch-chrome_common_BUILD.gn branches/2020Q4/www/chromium/files/patch-chrome_common_channel__info.h branches/2020Q4/www/chromium/files/patch-chrome_common_channel__info__posix.cc branches/2020Q4/www/chromium/files/patch-chrome_common_chrome__features.cc branches/2020Q4/www/chromium/files/patch-chrome_common_chrome__features.h branches/2020Q4/www/chromium/files/patch-chrome_common_chrome__paths.cc branches/2020Q4/www/chromium/files/patch-chrome_common_chrome__paths.h branches/2020Q4/www/chromium/files/patch-chrome_common_chrome__paths__internal.h branches/2020Q4/www/chromium/files/patch-chrome_common_chrome__switches.cc branches/2020Q4/www/chromium/files/patch-chrome_common_chrome__switches.h branches/2020Q4/www/chromium/files/patch-chrome_common_extensions_command.cc branches/2020Q4/www/chromium/files/patch-chrome_common_features.gni branches/2020Q4/www/chromium/files/patch-chrome_common_pref__names.cc branches/2020Q4/www/chromium/files/patch-chrome_common_pref__names.h branches/2020Q4/www/chromium/files/patch-chrome_common_webui__url__constants.cc branches/2020Q4/www/chromium/files/patch-chrome_common_webui__url__constants.h branches/2020Q4/www/chromium/files/patch-chrome_renderer_chrome__content__renderer__client.cc branches/2020Q4/www/chromium/files/patch-chrome_renderer_pepper_pepper__flash__font__file__host.cc branches/2020Q4/www/chromium/files/patch-chrome_renderer_pepper_pepper__flash__font__file__host.h branches/2020Q4/www/chromium/files/patch-chrome_service_cloud__print_print__system.cc branches/2020Q4/www/chromium/files/patch-chrome_test_BUILD.gn branches/2020Q4/www/chromium/files/patch-chrome_test_base_chrome__test__launcher.cc branches/2020Q4/www/chromium/files/patch-chrome_test_base_in__process__browser__test.cc branches/2020Q4/www/chromium/files/patch-chrome_test_base_interactive__ui__tests__main.cc branches/2020Q4/www/chromium/files/patch-chrome_test_base_test__browser__window.h branches/2020Q4/www/chromium/files/patch-chrome_test_base_testing__browser__process.h branches/2020Q4/www/chromium/files/patch-chrome_test_chromedriver_chrome__launcher.cc branches/2020Q4/www/chromium/files/patch-chrome_test_chromedriver_chrome_chrome__finder.cc branches/2020Q4/www/chromium/files/patch-chrome_test_chromedriver_key__converter__unittest.cc branches/2020Q4/www/chromium/files/patch-chrome_test_chromedriver_server_chromedriver__server.cc branches/2020Q4/www/chromium/files/patch-chromecast_browser_cast__browser__main__parts.cc branches/2020Q4/www/chromium/files/patch-chromecast_browser_cast__content__browser__client.cc branches/2020Q4/www/chromium/files/patch-chromecast_external__mojo_public_cpp_external__mojo__broker.cc branches/2020Q4/www/chromium/files/patch-chromecast_media_base_default__monotonic__clock.cc branches/2020Q4/www/chromium/files/patch-chromecast_renderer_cast__content__renderer__client.cc branches/2020Q4/www/chromium/files/patch-components_BUILD.gn branches/2020Q4/www/chromium/files/patch-components_autofill_content_renderer_password__form__conversion__utils.cc branches/2020Q4/www/chromium/files/patch-components_autofill_core_browser_autofill__external__delegate.cc branches/2020Q4/www/chromium/files/patch-components_autofill_core_browser_personal__data__manager.cc branches/2020Q4/www/chromium/files/patch-components_autofill_core_common_autofill__payments__features.cc branches/2020Q4/www/chromium/files/patch-components_autofill_core_common_autofill__util.cc branches/2020Q4/www/chromium/files/patch-components_content__settings_core_browser_website__settings__registry.cc branches/2020Q4/www/chromium/files/patch-components_cookie__config_cookie__store__util.cc branches/2020Q4/www/chromium/files/patch-components_crash_content_browser_BUILD.gn branches/2020Q4/www/chromium/files/patch-components_crash_core_common_BUILD.gn branches/2020Q4/www/chromium/files/patch-components_discardable__memory_service_discardable__shared__memory__manager.cc branches/2020Q4/www/chromium/files/patch-components_download_internal_common_base__file.cc branches/2020Q4/www/chromium/files/patch-components_feature__engagement_public_event__constants.cc branches/2020Q4/www/chromium/files/patch-components_feature__engagement_public_event__constants.h branches/2020Q4/www/chromium/files/patch-components_feature__engagement_public_feature__constants.cc branches/2020Q4/www/chromium/files/patch-components_feature__engagement_public_feature__constants.h branches/2020Q4/www/chromium/files/patch-components_feature__engagement_public_feature__list.cc branches/2020Q4/www/chromium/files/patch-components_feature__engagement_public_feature__list.h branches/2020Q4/www/chromium/files/patch-components_flags__ui_flags__state.cc branches/2020Q4/www/chromium/files/patch-components_gcm__driver_gcm__client.h branches/2020Q4/www/chromium/files/patch-components_gcm__driver_gcm__client__impl.cc branches/2020Q4/www/chromium/files/patch-components_keyed__service_core_dependency__graph__unittest.cc branches/2020Q4/www/chromium/files/patch-components_metrics_BUILD.gn branches/2020Q4/www/chromium/files/patch-components_metrics_drive__metrics__provider__linux.cc branches/2020Q4/www/chromium/files/patch-components_metrics_metrics__log.cc branches/2020Q4/www/chromium/files/patch-components_neterror_resources_neterror.js branches/2020Q4/www/chromium/files/patch-components_network__session__configurator_browser_network__session__configurator.cc branches/2020Q4/www/chromium/files/patch-components_new__or__sad__tab__strings.grdp branches/2020Q4/www/chromium/files/patch-components_os__crypt_os__crypt.h branches/2020Q4/www/chromium/files/patch-components_os__crypt_os__crypt__unittest.cc branches/2020Q4/www/chromium/files/patch-components_plugins_renderer_plugin__placeholder.cc branches/2020Q4/www/chromium/files/patch-components_policy_core_browser_policy__pref__mapping__test.cc branches/2020Q4/www/chromium/files/patch-components_policy_core_common_cloud_cloud__policy__util.cc branches/2020Q4/www/chromium/files/patch-components_policy_core_common_schema.cc branches/2020Q4/www/chromium/files/patch-components_policy_resources_policy__templates.json branches/2020Q4/www/chromium/files/patch-components_policy_tools_generate__policy__source.py branches/2020Q4/www/chromium/files/patch-components_previews_core_previews__features.cc branches/2020Q4/www/chromium/files/patch-components_safe__browsing_core_resources_gen__file__type__proto.py branches/2020Q4/www/chromium/files/patch-components_security__interstitials_content_captive__portal__blocking__page.cc branches/2020Q4/www/chromium/files/patch-components_security__interstitials_content_utils.cc branches/2020Q4/www/chromium/files/patch-components_services_paint__preview__compositor_paint__preview__compositor__collection__impl.cc branches/2020Q4/www/chromium/files/patch-components_services_paint__preview__compositor_paint__preview__compositor__collection__impl.h branches/2020Q4/www/chromium/files/patch-components_storage__monitor_BUILD.gn branches/2020Q4/www/chromium/files/patch-components_storage__monitor_removable__device__constants.cc branches/2020Q4/www/chromium/files/patch-components_storage__monitor_removable__device__constants.h branches/2020Q4/www/chromium/files/patch-components_storage__monitor_storage__monitor__freebsd.cc branches/2020Q4/www/chromium/files/patch-components_storage__monitor_storage__monitor__freebsd.h branches/2020Q4/www/chromium/files/patch-components_sync__device__info_local__device__info__util.cc branches/2020Q4/www/chromium/files/patch-components_sync__device__info_local__device__info__util__linux.cc branches/2020Q4/www/chromium/files/patch-components_update__client_update__query__params.cc branches/2020Q4/www/chromium/files/patch-components_url__formatter_spoof__checks_idn__spoof__checker.cc branches/2020Q4/www/chromium/files/patch-components_url__matcher_regex__set__matcher.cc branches/2020Q4/www/chromium/files/patch-components_url__matcher_url__matcher__factory.cc branches/2020Q4/www/chromium/files/patch-components_viz_common_features.cc branches/2020Q4/www/chromium/files/patch-components_viz_common_gpu_dawn__context__provider.cc branches/2020Q4/www/chromium/files/patch-components_viz_host_host__display__client.cc branches/2020Q4/www/chromium/files/patch-components_viz_host_host__display__client.h branches/2020Q4/www/chromium/files/patch-components_viz_service_display__embedder_software__output__surface.cc branches/2020Q4/www/chromium/files/patch-components_viz_service_display__embedder_software__output__surface.h branches/2020Q4/www/chromium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc branches/2020Q4/www/chromium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.h branches/2020Q4/www/chromium/files/patch-components_viz_test_fake__output__surface.cc branches/2020Q4/www/chromium/files/patch-components_viz_test_fake__output__surface.h branches/2020Q4/www/chromium/files/patch-components_viz_test_mock__display__client.h branches/2020Q4/www/chromium/files/patch-components_webcrypto_algorithms_test__helpers.cc branches/2020Q4/www/chromium/files/patch-content_app_content__main__runner__impl.cc branches/2020Q4/www/chromium/files/patch-content_browser_BUILD.gn branches/2020Q4/www/chromium/files/patch-content_browser_browser__main__loop.cc branches/2020Q4/www/chromium/files/patch-content_browser_child__process__launcher__helper__linux.cc branches/2020Q4/www/chromium/files/patch-content_browser_compositor_viz__process__transport__factory.cc branches/2020Q4/www/chromium/files/patch-content_browser_devtools_protocol_system__info__handler.cc branches/2020Q4/www/chromium/files/patch-content_browser_gpu_gpu__process__host.cc branches/2020Q4/www/chromium/files/patch-content_browser_memory_swap__metrics__driver__impl__linux.cc branches/2020Q4/www/chromium/files/patch-content_browser_ppapi__plugin__process__host.cc branches/2020Q4/www/chromium/files/patch-content_browser_ppapi__plugin__process__host__receiver__bindings.cc branches/2020Q4/www/chromium/files/patch-content_browser_renderer__host_input_input__device__change__observer.cc branches/2020Q4/www/chromium/files/patch-content_browser_renderer__host_pepper_pepper__file__io__host.cc branches/2020Q4/www/chromium/files/patch-content_browser_renderer__host_render__message__filter.cc branches/2020Q4/www/chromium/files/patch-content_browser_renderer__host_render__message__filter.h branches/2020Q4/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.cc branches/2020Q4/www/chromium/files/patch-content_browser_renderer__host_render__view__host__impl.cc branches/2020Q4/www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc branches/2020Q4/www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__event__handler.cc branches/2020Q4/www/chromium/files/patch-content_browser_scheduler_responsiveness_native__event__observer.cc branches/2020Q4/www/chromium/files/patch-content_browser_scheduler_responsiveness_native__event__observer.h branches/2020Q4/www/chromium/files/patch-content_browser_utility__process__host.cc branches/2020Q4/www/chromium/files/patch-content_browser_utility__process__host__receiver__bindings.cc branches/2020Q4/www/chromium/files/patch-content_browser_v8__snapshot__files.cc branches/2020Q4/www/chromium/files/patch-content_browser_webui_shared__resources__data__source.cc branches/2020Q4/www/chromium/files/patch-content_common_BUILD.gn branches/2020Q4/www/chromium/files/patch-content_common_common__sandbox__support__linux.cc branches/2020Q4/www/chromium/files/patch-content_common_user__agent.cc branches/2020Q4/www/chromium/files/patch-content_gpu_BUILD.gn branches/2020Q4/www/chromium/files/patch-content_gpu_gpu__main.cc branches/2020Q4/www/chromium/files/patch-content_gpu_gpu__sandbox__hook__linux.cc branches/2020Q4/www/chromium/files/patch-content_ppapi__plugin_ppapi__blink__platform__impl.cc branches/2020Q4/www/chromium/files/patch-content_ppapi__plugin_ppapi__blink__platform__impl.h branches/2020Q4/www/chromium/files/patch-content_public_app_content__main__delegate.cc branches/2020Q4/www/chromium/files/patch-content_public_app_content__main__delegate.h branches/2020Q4/www/chromium/files/patch-content_public_common_child__process__host.h branches/2020Q4/www/chromium/files/patch-content_public_common_common__param__traits__macros.h branches/2020Q4/www/chromium/files/patch-content_public_common_content__constants.cc branches/2020Q4/www/chromium/files/patch-content_public_common_content__constants.h branches/2020Q4/www/chromium/files/patch-content_public_common_content__features.cc branches/2020Q4/www/chromium/files/patch-content_public_common_content__switches.cc branches/2020Q4/www/chromium/files/patch-content_public_common_content__switches.h branches/2020Q4/www/chromium/files/patch-content_public_common_use__zoom__for__dsf__policy.cc branches/2020Q4/www/chromium/files/patch-content_public_test_browser__test__base.cc branches/2020Q4/www/chromium/files/patch-content_public_test_content__browser__test.cc branches/2020Q4/www/chromium/files/patch-content_public_test_mock__render__thread.cc branches/2020Q4/www/chromium/files/patch-content_renderer_render__process__impl.cc branches/2020Q4/www/chromium/files/patch-content_renderer_render__thread__impl.cc branches/2020Q4/www/chromium/files/patch-content_renderer_renderer__blink__platform__impl.cc branches/2020Q4/www/chromium/files/patch-content_renderer_renderer__blink__platform__impl.h branches/2020Q4/www/chromium/files/patch-content_renderer_renderer__main__platform__delegate__linux.cc branches/2020Q4/www/chromium/files/patch-content_shell_BUILD.gn branches/2020Q4/www/chromium/files/patch-content_shell_app_shell__main__delegate.cc branches/2020Q4/www/chromium/files/patch-content_shell_browser_shell__browser__context.cc branches/2020Q4/www/chromium/files/patch-content_shell_browser_shell__browser__main__parts.cc branches/2020Q4/www/chromium/files/patch-content_test_BUILD.gn branches/2020Q4/www/chromium/files/patch-content_test_content__test__suite.cc branches/2020Q4/www/chromium/files/patch-content_utility_BUILD.gn branches/2020Q4/www/chromium/files/patch-content_utility_utility__blink__platform__with__sandbox__support__impl.cc branches/2020Q4/www/chromium/files/patch-content_utility_utility__blink__platform__with__sandbox__support__impl.h branches/2020Q4/www/chromium/files/patch-device_bluetooth_BUILD.gn branches/2020Q4/www/chromium/files/patch-device_gamepad_gamepad__provider.cc branches/2020Q4/www/chromium/files/patch-device_gamepad_hid__writer__linux.cc branches/2020Q4/www/chromium/files/patch-extensions_browser_api_declarative__webrequest_webrequest__action.cc branches/2020Q4/www/chromium/files/patch-extensions_browser_api_messaging_message__service.cc branches/2020Q4/www/chromium/files/patch-extensions_browser_api_networking__private_networking__private__delegate__factory.cc branches/2020Q4/www/chromium/files/patch-extensions_browser_api_web__request_form__data__parser.cc branches/2020Q4/www/chromium/files/patch-extensions_browser_browser__context__keyed__service__factories.cc branches/2020Q4/www/chromium/files/patch-extensions_common_api___permission__features.json branches/2020Q4/www/chromium/files/patch-extensions_common_api_runtime.json branches/2020Q4/www/chromium/files/patch-extensions_common_feature__switch.cc branches/2020Q4/www/chromium/files/patch-extensions_common_features_feature.cc branches/2020Q4/www/chromium/files/patch-extensions_common_image__util.cc branches/2020Q4/www/chromium/files/patch-extensions_common_stack__frame.cc branches/2020Q4/www/chromium/files/patch-extensions_renderer_bindings_api__binding__util.cc branches/2020Q4/www/chromium/files/patch-extensions_shell_BUILD.gn branches/2020Q4/www/chromium/files/patch-extensions_shell_app_shell__main__delegate.cc branches/2020Q4/www/chromium/files/patch-extensions_shell_browser_api_runtime_shell__runtime__api__delegate.cc branches/2020Q4/www/chromium/files/patch-extensions_shell_browser_shell__extensions__api__client.cc branches/2020Q4/www/chromium/files/patch-extensions_shell_browser_shell__extensions__api__client.h branches/2020Q4/www/chromium/files/patch-google__apis_gcm_engine_heartbeat__manager.cc branches/2020Q4/www/chromium/files/patch-gpu_command__buffer_common_gpu__memory__buffer__support.cc branches/2020Q4/www/chromium/files/patch-gpu_command__buffer_service_external__vk__image__backing.cc branches/2020Q4/www/chromium/files/patch-gpu_command__buffer_service_program__manager.cc branches/2020Q4/www/chromium/files/patch-gpu_command__buffer_tests_gl__copy__texture__CHROMIUM__unittest.cc branches/2020Q4/www/chromium/files/patch-gpu_command__buffer_tests_gl__test__utils.cc branches/2020Q4/www/chromium/files/patch-gpu_command__buffer_tests_gl__test__utils.h branches/2020Q4/www/chromium/files/patch-gpu_command__buffer_tests_webgpu__test.cc branches/2020Q4/www/chromium/files/patch-gpu_config_gpu__control__list.cc branches/2020Q4/www/chromium/files/patch-gpu_config_gpu__test__config.cc branches/2020Q4/www/chromium/files/patch-gpu_ipc_common_gpu__memory__buffer__support.cc branches/2020Q4/www/chromium/files/patch-gpu_ipc_common_gpu__memory__buffer__support.h branches/2020Q4/www/chromium/files/patch-gpu_ipc_service_gpu__init.cc branches/2020Q4/www/chromium/files/patch-gpu_ipc_service_gpu__memory__buffer__factory.cc branches/2020Q4/www/chromium/files/patch-gpu_ipc_service_gpu__watchdog__thread.cc branches/2020Q4/www/chromium/files/patch-gpu_ipc_service_gpu__watchdog__thread.h branches/2020Q4/www/chromium/files/patch-gpu_vulkan_vulkan__function__pointers.cc branches/2020Q4/www/chromium/files/patch-gpu_vulkan_vulkan__function__pointers.h branches/2020Q4/www/chromium/files/patch-headless_BUILD.gn branches/2020Q4/www/chromium/files/patch-headless_lib_browser_headless__content__browser__client.cc branches/2020Q4/www/chromium/files/patch-headless_lib_browser_headless__request__context__manager.cc branches/2020Q4/www/chromium/files/patch-headless_lib_headless__content__main__delegate.cc branches/2020Q4/www/chromium/files/patch-headless_lib_headless__macros.h branches/2020Q4/www/chromium/files/patch-ipc_ipc__channel.h branches/2020Q4/www/chromium/files/patch-ipc_ipc__channel__common.cc branches/2020Q4/www/chromium/files/patch-ipc_ipc__channel__mojo.cc branches/2020Q4/www/chromium/files/patch-ipc_ipc__message__utils.cc branches/2020Q4/www/chromium/files/patch-ipc_ipc__message__utils.h branches/2020Q4/www/chromium/files/patch-media_BUILD.gn branches/2020Q4/www/chromium/files/patch-media_audio_BUILD.gn branches/2020Q4/www/chromium/files/patch-media_audio_alsa_audio__manager__alsa.cc branches/2020Q4/www/chromium/files/patch-media_audio_audio__features.cc branches/2020Q4/www/chromium/files/patch-media_audio_audio__input__device.cc branches/2020Q4/www/chromium/files/patch-media_audio_audio__manager.cc branches/2020Q4/www/chromium/files/patch-media_audio_audio__manager.h branches/2020Q4/www/chromium/files/patch-media_base_audio__latency.cc branches/2020Q4/www/chromium/files/patch-media_base_media__switches.cc branches/2020Q4/www/chromium/files/patch-media_base_scopedfd__helper.h branches/2020Q4/www/chromium/files/patch-media_base_status.cc branches/2020Q4/www/chromium/files/patch-media_base_video__frame.cc branches/2020Q4/www/chromium/files/patch-media_base_video__frame.h branches/2020Q4/www/chromium/files/patch-media_capture_video_create__video__capture__device__factory.cc branches/2020Q4/www/chromium/files/patch-media_capture_video_fake__video__capture__device__factory.cc branches/2020Q4/www/chromium/files/patch-media_capture_video_file__video__capture__device__factory.cc branches/2020Q4/www/chromium/files/patch-media_capture_video_linux_v4l2__capture__delegate.cc branches/2020Q4/www/chromium/files/patch-media_capture_video_video__capture__buffer__pool__impl.cc branches/2020Q4/www/chromium/files/patch-media_capture_video_video__capture__device__client.cc branches/2020Q4/www/chromium/files/patch-media_filters_vp9__parser.h branches/2020Q4/www/chromium/files/patch-media_formats_common_offset__byte__queue.cc branches/2020Q4/www/chromium/files/patch-media_formats_common_offset__byte__queue.h branches/2020Q4/www/chromium/files/patch-media_formats_mp2t_es__parser__adts.cc branches/2020Q4/www/chromium/files/patch-media_formats_mp2t_es__parser__mpeg1audio.cc branches/2020Q4/www/chromium/files/patch-media_gpu_buffer__validation.cc branches/2020Q4/www/chromium/files/patch-media_media__options.gni branches/2020Q4/www/chromium/files/patch-media_mojo_clients_mojo__video__encode__accelerator.cc branches/2020Q4/www/chromium/files/patch-media_mojo_mojom_video__frame__mojom__traits.cc branches/2020Q4/www/chromium/files/patch-media_mojo_services_gpu__mojo__media__client.cc branches/2020Q4/www/chromium/files/patch-media_video_fake__gpu__memory__buffer.cc branches/2020Q4/www/chromium/files/patch-media_video_gpu__memory__buffer__video__frame__pool.cc branches/2020Q4/www/chromium/files/patch-mojo_public_c_system_thunks.cc branches/2020Q4/www/chromium/files/patch-mojo_public_js_mojo__bindings__resources.grd branches/2020Q4/www/chromium/files/patch-net_BUILD.gn branches/2020Q4/www/chromium/files/patch-net_base_address__tracker__linux.cc branches/2020Q4/www/chromium/files/patch-net_base_address__tracker__linux.h branches/2020Q4/www/chromium/files/patch-net_base_address__tracker__linux__unittest.cc branches/2020Q4/www/chromium/files/patch-net_base_network__change__notifier.cc branches/2020Q4/www/chromium/files/patch-net_base_network__interfaces__posix.h branches/2020Q4/www/chromium/files/patch-net_cert_cert__verifier.cc branches/2020Q4/www/chromium/files/patch-net_cert_cert__verify__proc.cc branches/2020Q4/www/chromium/files/patch-net_cert_cert__verify__proc.h branches/2020Q4/www/chromium/files/patch-net_disk__cache_blockfile_disk__format.h branches/2020Q4/www/chromium/files/patch-net_dns_address__sorter__posix.cc branches/2020Q4/www/chromium/files/patch-net_dns_dns__config__service__posix__unittest.cc branches/2020Q4/www/chromium/files/patch-net_dns_dns__reloader.cc branches/2020Q4/www/chromium/files/patch-net_dns_dns__util.cc branches/2020Q4/www/chromium/files/patch-net_dns_host__resolver__proc.cc branches/2020Q4/www/chromium/files/patch-net_http_http__auth__gssapi__posix.cc branches/2020Q4/www/chromium/files/patch-net_http_http__auth__gssapi__posix.h branches/2020Q4/www/chromium/files/patch-net_nqe_network__quality__estimator.cc branches/2020Q4/www/chromium/files/patch-net_nqe_network__quality__estimator__unittest.cc branches/2020Q4/www/chromium/files/patch-net_proxy__resolution_configured__proxy__resolution__service.cc branches/2020Q4/www/chromium/files/patch-net_proxy__resolution_proxy__config__service__linux.cc branches/2020Q4/www/chromium/files/patch-net_socket_socket__posix.cc branches/2020Q4/www/chromium/files/patch-net_socket_socks5__client__socket.cc branches/2020Q4/www/chromium/files/patch-net_socket_tcp__socket__posix.cc branches/2020Q4/www/chromium/files/patch-net_socket_udp__socket__posix.cc branches/2020Q4/www/chromium/files/patch-net_socket_udp__socket__posix.h branches/2020Q4/www/chromium/files/patch-net_socket_unix__domain__client__socket__posix.cc branches/2020Q4/www/chromium/files/patch-net_tools_cert__verify__tool_cert__verify__tool.cc branches/2020Q4/www/chromium/files/patch-net_tools_quic_quic__http__proxy__backend.cc branches/2020Q4/www/chromium/files/patch-net_traffic__annotation_network__traffic__annotation.h branches/2020Q4/www/chromium/files/patch-net_url__request_url__fetcher.cc branches/2020Q4/www/chromium/files/patch-net_url__request_url__fetcher.h branches/2020Q4/www/chromium/files/patch-net_url__request_url__request__context.cc branches/2020Q4/www/chromium/files/patch-net_url__request_url__request__context.h branches/2020Q4/www/chromium/files/patch-net_url__request_url__request__context__builder.cc branches/2020Q4/www/chromium/files/patch-pdf_pdfium_pdfium__engine.cc branches/2020Q4/www/chromium/files/patch-ppapi_proxy_file__io__resource.cc branches/2020Q4/www/chromium/files/patch-ppapi_proxy_flash__resource.cc branches/2020Q4/www/chromium/files/patch-printing_cups__config__helper.py branches/2020Q4/www/chromium/files/patch-remoting_base_chromoting__event.cc branches/2020Q4/www/chromium/files/patch-remoting_client_display_sys__opengl.h branches/2020Q4/www/chromium/files/patch-remoting_host_evaluate__capability.cc branches/2020Q4/www/chromium/files/patch-remoting_host_host__attributes.cc branches/2020Q4/www/chromium/files/patch-remoting_host_host__details.cc branches/2020Q4/www/chromium/files/patch-remoting_host_host__main.cc branches/2020Q4/www/chromium/files/patch-remoting_host_it2me_it2me__native__messaging__host__main.cc branches/2020Q4/www/chromium/files/patch-remoting_host_me2me__desktop__environment.cc branches/2020Q4/www/chromium/files/patch-remoting_host_remoting__me2me__host.cc branches/2020Q4/www/chromium/files/patch-remoting_host_switches.cc branches/2020Q4/www/chromium/files/patch-remoting_host_switches.h branches/2020Q4/www/chromium/files/patch-remoting_resources_remoting__strings.grd branches/2020Q4/www/chromium/files/patch-remoting_test_it2me__standalone__host.cc branches/2020Q4/www/chromium/files/patch-remoting_test_it2me__standalone__host__main.cc branches/2020Q4/www/chromium/files/patch-sandbox_features.gni branches/2020Q4/www/chromium/files/patch-sandbox_linux_BUILD.gn branches/2020Q4/www/chromium/files/patch-sandbox_linux_services_init__process__reaper.cc branches/2020Q4/www/chromium/files/patch-sandbox_linux_services_libc__interceptor.cc branches/2020Q4/www/chromium/files/patch-services_audio_BUILD.gn branches/2020Q4/www/chromium/files/patch-services_device_geolocation_location__arbitrator.cc branches/2020Q4/www/chromium/files/patch-services_device_hid_BUILD.gn branches/2020Q4/www/chromium/files/patch-services_device_hid_hid__connection__freebsd.cc branches/2020Q4/www/chromium/files/patch-services_device_hid_hid__connection__freebsd.h branches/2020Q4/www/chromium/files/patch-services_device_hid_hid__service.cc branches/2020Q4/www/chromium/files/patch-services_device_hid_hid__service__freebsd.cc branches/2020Q4/www/chromium/files/patch-services_device_hid_hid__service__freebsd.h branches/2020Q4/www/chromium/files/patch-services_device_serial_BUILD.gn branches/2020Q4/www/chromium/files/patch-services_device_serial_serial__device__enumerator.cc branches/2020Q4/www/chromium/files/patch-services_device_serial_serial__io__handler__posix.cc branches/2020Q4/www/chromium/files/patch-services_device_time__zone__monitor_time__zone__monitor__linux.cc branches/2020Q4/www/chromium/files/patch-services_device_usb_BUILD.gn branches/2020Q4/www/chromium/files/patch-services_network_BUILD.gn branches/2020Q4/www/chromium/files/patch-services_network_network__context.cc branches/2020Q4/www/chromium/files/patch-services_network_network__sandbox__hook__linux.cc branches/2020Q4/www/chromium/files/patch-services_network_network__service.cc branches/2020Q4/www/chromium/files/patch-services_network_network__service.h branches/2020Q4/www/chromium/files/patch-services_network_public_cpp_cert__verifier_cert__verifier__creation.cc branches/2020Q4/www/chromium/files/patch-services_resource__coordinator_memory__instrumentation_queued__request__dispatcher.cc branches/2020Q4/www/chromium/files/patch-services_resource__coordinator_public_cpp_memory__instrumentation_os__metrics.h branches/2020Q4/www/chromium/files/patch-services_resource__coordinator_public_cpp_memory__instrumentation_os__metrics__linux.cc branches/2020Q4/www/chromium/files/patch-services_service__manager_public_cpp_service__executable_BUILD.gn branches/2020Q4/www/chromium/files/patch-services_tracing_public_cpp_perfetto_trace__time.cc branches/2020Q4/www/chromium/files/patch-services_tracing_public_cpp_stack__sampling_tracing__sampler__profiler.cc branches/2020Q4/www/chromium/files/patch-services_video__capture_broadcasting__receiver.cc branches/2020Q4/www/chromium/files/patch-skia_ext_SkMemory__new__handler.cpp branches/2020Q4/www/chromium/files/patch-third__party_angle_BUILD.gn branches/2020Q4/www/chromium/files/patch-third__party_angle_src_gpu__info__util_SystemInfo__internal.h branches/2020Q4/www/chromium/files/patch-third__party_angle_src_gpu__info__util_SystemInfo__libpci.cpp branches/2020Q4/www/chromium/files/patch-third__party_angle_src_gpu__info__util_SystemInfo__linux.cpp branches/2020Q4/www/chromium/files/patch-third__party_angle_src_gpu__info__util_SystemInfo__x11.cpp branches/2020Q4/www/chromium/files/patch-third__party_angle_src_libANGLE_Display.cpp branches/2020Q4/www/chromium/files/patch-third__party_angle_src_libANGLE_renderer_driver__utils.cpp branches/2020Q4/www/chromium/files/patch-third__party_angle_src_libANGLE_renderer_driver__utils.h branches/2020Q4/www/chromium/files/patch-third__party_angle_src_libANGLE_renderer_vulkan_DisplayVk__api.h branches/2020Q4/www/chromium/files/patch-third__party_angle_third__party_vulkan-loader_src_loader_loader.c branches/2020Q4/www/chromium/files/patch-third__party_angle_third__party_vulkan-loader_src_loader_vk__loader__platform.h branches/2020Q4/www/chromium/files/patch-third__party_angle_third__party_vulkan-validation-layers_src_layers_vk__loader__platform.h branches/2020Q4/www/chromium/files/patch-third__party_blink_renderer_BUILD.gn branches/2020Q4/www/chromium/files/patch-third__party_blink_renderer_bindings_scripts_bind__gen_style__format.py branches/2020Q4/www/chromium/files/patch-third__party_blink_renderer_controller_blink__initializer.cc branches/2020Q4/www/chromium/files/patch-third__party_blink_renderer_controller_memory__usage__monitor__posix.cc branches/2020Q4/www/chromium/files/patch-third__party_blink_renderer_controller_memory__usage__monitor__posix.h branches/2020Q4/www/chromium/files/patch-third__party_blink_renderer_core_editing_editing__behavior.cc branches/2020Q4/www/chromium/files/patch-third__party_blink_renderer_core_exported_web__frame__test.cc branches/2020Q4/www/chromium/files/patch-third__party_blink_renderer_core_html_canvas_canvas__async__blob__creator.cc branches/2020Q4/www/chromium/files/patch-third__party_blink_renderer_core_html_forms_internal__popup__menu.cc branches/2020Q4/www/chromium/files/patch-third__party_blink_renderer_core_inspector_inspector__memory__agent.cc branches/2020Q4/www/chromium/files/patch-third__party_blink_renderer_core_layout_layout__view.cc branches/2020Q4/www/chromium/files/patch-third__party_blink_renderer_core_paint_paint__layer.cc branches/2020Q4/www/chromium/files/patch-third__party_blink_renderer_core_scroll_scrollbar__theme__aura.cc branches/2020Q4/www/chromium/files/patch-third__party_blink_renderer_modules_mediastream_processed__local__audio__source.cc branches/2020Q4/www/chromium/files/patch-third__party_blink_renderer_modules_peerconnection_webrtc__audio__renderer__test.cc branches/2020Q4/www/chromium/files/patch-third__party_blink_renderer_modules_webaudio_audio__worklet__thread__test.cc branches/2020Q4/www/chromium/files/patch-third__party_blink_renderer_platform_BUILD.gn branches/2020Q4/www/chromium/files/patch-third__party_blink_renderer_platform_fonts_font__cache.cc branches/2020Q4/www/chromium/files/patch-third__party_blink_renderer_platform_fonts_font__cache.h branches/2020Q4/www/chromium/files/patch-third__party_blink_renderer_platform_fonts_font__description.cc branches/2020Q4/www/chromium/files/patch-third__party_blink_renderer_platform_fonts_font__metrics.cc branches/2020Q4/www/chromium/files/patch-third__party_blink_renderer_platform_fonts_font__unique__name__lookup.cc branches/2020Q4/www/chromium/files/patch-third__party_blink_renderer_platform_fonts_shaping_harfbuzz__shaper__test.cc branches/2020Q4/www/chromium/files/patch-third__party_blink_renderer_platform_fonts_skia_font__cache__skia.cc branches/2020Q4/www/chromium/files/patch-third__party_blink_renderer_platform_graphics_image__frame__generator__test.cc branches/2020Q4/www/chromium/files/patch-third__party_blink_renderer_platform_graphics_video__frame__submitter.cc branches/2020Q4/www/chromium/files/patch-third__party_blink_renderer_platform_wtf_container__annotations.h branches/2020Q4/www/chromium/files/patch-third__party_blink_renderer_platform_wtf_stack__util.cc branches/2020Q4/www/chromium/files/patch-third__party_blink_renderer_platform_wtf_threading__pthreads.cc branches/2020Q4/www/chromium/files/patch-third__party_boringssl_src_crypto_cpu-aarch64-linux.c branches/2020Q4/www/chromium/files/patch-third__party_boringssl_src_crypto_ex__data.c branches/2020Q4/www/chromium/files/patch-third__party_breakpad_breakpad_src_common_simple__string__dictionary.h branches/2020Q4/www/chromium/files/patch-third__party_crashpad_crashpad_client_BUILD.gn branches/2020Q4/www/chromium/files/patch-third__party_crashpad_crashpad_client_crashpad__client__posix.cc branches/2020Q4/www/chromium/files/patch-third__party_crashpad_crashpad_util_posix_close__multiple.cc branches/2020Q4/www/chromium/files/patch-third__party_crashpad_crashpad_util_posix_signals.cc branches/2020Q4/www/chromium/files/patch-third__party_crc32c_src_src_crc32c__arm64__linux__check.h branches/2020Q4/www/chromium/files/patch-third__party_ffmpeg_libavutil_mem.c branches/2020Q4/www/chromium/files/patch-third__party_googletest_src_googletest_include_gtest_internal_gtest-port.h branches/2020Q4/www/chromium/files/patch-third__party_googletest_src_googletest_src_gtest-port.cc branches/2020Q4/www/chromium/files/patch-third__party_googletest_src_googletest_src_gtest.cc branches/2020Q4/www/chromium/files/patch-third__party_harfbuzz-ng_harfbuzz.gni branches/2020Q4/www/chromium/files/patch-third__party_leveldatabase_env__chromium.cc branches/2020Q4/www/chromium/files/patch-third__party_libXNVCtrl_NVCtrl.c branches/2020Q4/www/chromium/files/patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_memory_singleton.h branches/2020Q4/www/chromium/files/patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_synchronization_lock.h branches/2020Q4/www/chromium/files/patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_thread__checker.h branches/2020Q4/www/chromium/files/patch-third__party_libpng_pnglibconf.h branches/2020Q4/www/chromium/files/patch-third__party_libyuv_include_libyuv_row.h branches/2020Q4/www/chromium/files/patch-third__party_nasm_config_config-linux.h branches/2020Q4/www/chromium/files/patch-third__party_node_node.py branches/2020Q4/www/chromium/files/patch-third__party_pdfium_core_fxcrt_cfx__datetime.cpp branches/2020Q4/www/chromium/files/patch-third__party_pdfium_core_fxge_fx__ge__linux.cpp branches/2020Q4/www/chromium/files/patch-third__party_pdfium_fxjs_cjs__publicmethods.cpp branches/2020Q4/www/chromium/files/patch-third__party_pdfium_fxjs_fx__date__helpers.cpp branches/2020Q4/www/chromium/files/patch-third__party_perfetto_include_perfetto_base_build__config.h branches/2020Q4/www/chromium/files/patch-third__party_perfetto_include_perfetto_base_thread__utils.h branches/2020Q4/www/chromium/files/patch-third__party_perfetto_include_perfetto_base_time.h branches/2020Q4/www/chromium/files/patch-third__party_perfetto_include_perfetto_ext_base_event__fd.h branches/2020Q4/www/chromium/files/patch-third__party_perfetto_include_perfetto_ext_base_thread__utils.h branches/2020Q4/www/chromium/files/patch-third__party_perfetto_src_base_subprocess.cc branches/2020Q4/www/chromium/files/patch-third__party_perfetto_src_base_thread__task__runner.cc branches/2020Q4/www/chromium/files/patch-third__party_perfetto_src_base_unix__socket.cc branches/2020Q4/www/chromium/files/patch-third__party_perfetto_src_tracing_core_tracing__service__impl.cc branches/2020Q4/www/chromium/files/patch-third__party_protobuf_src_google_protobuf_stubs_platform__macros.h branches/2020Q4/www/chromium/files/patch-third__party_skia_src_core_SkCpu.cpp branches/2020Q4/www/chromium/files/patch-third__party_skia_src_gpu_GrAutoLocaleSetter.h branches/2020Q4/www/chromium/files/patch-third__party_skia_src_images_SkJpegEncoder.cpp branches/2020Q4/www/chromium/files/patch-third__party_skia_src_ports_SkOSFile__stdio.cpp branches/2020Q4/www/chromium/files/patch-third__party_skia_src_sksl_SkSLString.h branches/2020Q4/www/chromium/files/patch-third__party_sqlite_BUILD.gn branches/2020Q4/www/chromium/files/patch-third__party_swiftshader_BUILD.gn branches/2020Q4/www/chromium/files/patch-third__party_swiftshader_src_Common_Configurator.cpp branches/2020Q4/www/chromium/files/patch-third__party_swiftshader_src_Common_MutexLock.hpp branches/2020Q4/www/chromium/files/patch-third__party_swiftshader_src_Common_SharedLibrary.hpp branches/2020Q4/www/chromium/files/patch-third__party_swiftshader_src_Main_SwiftConfig.cpp branches/2020Q4/www/chromium/files/patch-third__party_swiftshader_src_OpenGL_libEGL_Display.cpp branches/2020Q4/www/chromium/files/patch-third__party_swiftshader_src_OpenGL_libEGL_Surface.cpp branches/2020Q4/www/chromium/files/patch-third__party_swiftshader_src_OpenGL_libEGL_libEGL.cpp branches/2020Q4/www/chromium/files/patch-third__party_swiftshader_src_OpenGL_libEGL_libEGL.hpp branches/2020Q4/www/chromium/files/patch-third__party_swiftshader_src_OpenGL_libGLES__CM_libGLES__CM.hpp branches/2020Q4/www/chromium/files/patch-third__party_swiftshader_src_OpenGL_libGLESv2_libGLESv2.hpp branches/2020Q4/www/chromium/files/patch-third__party_swiftshader_src_Reactor_Debug.cpp branches/2020Q4/www/chromium/files/patch-third__party_swiftshader_src_System_Debug.cpp branches/2020Q4/www/chromium/files/patch-third__party_swiftshader_third__party_llvm-10.0_configs_linux_include_llvm_Config_config.h branches/2020Q4/www/chromium/files/patch-third__party_swiftshader_third__party_llvm-subzero_build_Linux_include_llvm_Config_config.h branches/2020Q4/www/chromium/files/patch-third__party_swiftshader_third__party_llvm-subzero_lib_Support_Unix_Process.inc branches/2020Q4/www/chromium/files/patch-third__party_usrsctp_BUILD.gn branches/2020Q4/www/chromium/files/patch-third__party_webrtc_BUILD.gn branches/2020Q4/www/chromium/files/patch-third__party_webrtc_modules_audio__device_BUILD.gn branches/2020Q4/www/chromium/files/patch-third__party_webrtc_modules_rtp__rtcp_source_forward__error__correction.cc branches/2020Q4/www/chromium/files/patch-third__party_webrtc_rtc__base_byte__order.h branches/2020Q4/www/chromium/files/patch-third__party_webrtc_rtc__base_ifaddrs__converter.h branches/2020Q4/www/chromium/files/patch-third__party_webrtc_rtc__base_ip__address.cc branches/2020Q4/www/chromium/files/patch-third__party_webrtc_rtc__base_ip__address.h branches/2020Q4/www/chromium/files/patch-third__party_webrtc_rtc__base_network.cc branches/2020Q4/www/chromium/files/patch-third__party_webrtc_rtc__base_network.h branches/2020Q4/www/chromium/files/patch-third__party_webrtc_rtc__base_physical__socket__server.cc branches/2020Q4/www/chromium/files/patch-third__party_webrtc_rtc__base_physical__socket__server.h branches/2020Q4/www/chromium/files/patch-third__party_webrtc_rtc__base_platform__thread__types.cc branches/2020Q4/www/chromium/files/patch-third__party_webrtc_rtc__base_third__party_sigslot_sigslot.h branches/2020Q4/www/chromium/files/patch-third__party_webrtc_system__wrappers_BUILD.gn branches/2020Q4/www/chromium/files/patch-third__party_zlib_cpu__features.c branches/2020Q4/www/chromium/files/patch-tools_gn_build_gen.py branches/2020Q4/www/chromium/files/patch-tools_gn_src_base_files_file__posix.cc branches/2020Q4/www/chromium/files/patch-tools_gn_src_gn_exec__process.cc branches/2020Q4/www/chromium/files/patch-tools_gn_src_util_sys__info.cc branches/2020Q4/www/chromium/files/patch-tools_json__schema__compiler_feature__compiler.py branches/2020Q4/www/chromium/files/patch-tools_json__schema__compiler_model.py branches/2020Q4/www/chromium/files/patch-tools_perf_chrome__telemetry__build_BUILD.gn branches/2020Q4/www/chromium/files/patch-tools_variations_fieldtrial__to__struct.py branches/2020Q4/www/chromium/files/patch-ui_aura_test_aura__test__helper.cc branches/2020Q4/www/chromium/files/patch-ui_base_dragdrop_os__exchange__data__provider__factory.cc branches/2020Q4/www/chromium/files/patch-ui_base_ime_init_input__method__initializer.cc branches/2020Q4/www/chromium/files/patch-ui_base_resource_resource__bundle.cc branches/2020Q4/www/chromium/files/patch-ui_base_resource_resource__bundle__freebsd.cc branches/2020Q4/www/chromium/files/patch-ui_base_ui__base__features.cc branches/2020Q4/www/chromium/files/patch-ui_base_ui__base__features.h branches/2020Q4/www/chromium/files/patch-ui_base_webui_web__ui__util.cc branches/2020Q4/www/chromium/files/patch-ui_base_x_x11__shm__image__pool.cc branches/2020Q4/www/chromium/files/patch-ui_compositor_compositor.cc branches/2020Q4/www/chromium/files/patch-ui_compositor_compositor.h branches/2020Q4/www/chromium/files/patch-ui_compositor_compositor__observer.h branches/2020Q4/www/chromium/files/patch-ui_events_devices_x11_device__data__manager__x11.cc branches/2020Q4/www/chromium/files/patch-ui_events_event__switches.cc branches/2020Q4/www/chromium/files/patch-ui_events_event__switches.h branches/2020Q4/www/chromium/files/patch-ui_events_keycodes_dom_keycode__converter.cc branches/2020Q4/www/chromium/files/patch-ui_gfx_BUILD.gn branches/2020Q4/www/chromium/files/patch-ui_gfx_canvas__skia.cc branches/2020Q4/www/chromium/files/patch-ui_gfx_codec_jpeg__codec.cc branches/2020Q4/www/chromium/files/patch-ui_gfx_font__fallback__linux.cc branches/2020Q4/www/chromium/files/patch-ui_gfx_font__list.cc branches/2020Q4/www/chromium/files/patch-ui_gfx_font__names__testing.cc branches/2020Q4/www/chromium/files/patch-ui_gfx_font__render__params.h branches/2020Q4/www/chromium/files/patch-ui_gfx_font__util.cc branches/2020Q4/www/chromium/files/patch-ui_gfx_gpu__memory__buffer.cc branches/2020Q4/www/chromium/files/patch-ui_gfx_gpu__memory__buffer.h branches/2020Q4/www/chromium/files/patch-ui_gfx_ipc_gfx__param__traits__macros.h branches/2020Q4/www/chromium/files/patch-ui_gfx_linux_client__native__pixmap__dmabuf.cc branches/2020Q4/www/chromium/files/patch-ui_gfx_mojom_buffer__types__mojom__traits.cc branches/2020Q4/www/chromium/files/patch-ui_gfx_mojom_native__handle__types__mojom__traits.cc branches/2020Q4/www/chromium/files/patch-ui_gfx_mojom_native__handle__types__mojom__traits.h branches/2020Q4/www/chromium/files/patch-ui_gfx_native__pixmap__handle.cc branches/2020Q4/www/chromium/files/patch-ui_gfx_native__pixmap__handle.h branches/2020Q4/www/chromium/files/patch-ui_gfx_native__widget__types.h branches/2020Q4/www/chromium/files/patch-ui_gfx_render__text.cc branches/2020Q4/www/chromium/files/patch-ui_gl_BUILD.gn branches/2020Q4/www/chromium/files/patch-ui_gl_generate__bindings.py branches/2020Q4/www/chromium/files/patch-ui_gl_gl__bindings__api__autogen__glx.h branches/2020Q4/www/chromium/files/patch-ui_gl_gl__bindings__autogen__glx.cc branches/2020Q4/www/chromium/files/patch-ui_gl_gl__bindings__autogen__glx.h branches/2020Q4/www/chromium/files/patch-ui_gl_gl__fence.cc branches/2020Q4/www/chromium/files/patch-ui_gl_sync__control__vsync__provider.cc branches/2020Q4/www/chromium/files/patch-ui_gl_sync__control__vsync__provider.h branches/2020Q4/www/chromium/files/patch-ui_message__center_views_message__popup__view.cc branches/2020Q4/www/chromium/files/patch-ui_native__theme_native__theme.h branches/2020Q4/www/chromium/files/patch-ui_native__theme_native__theme__base.cc branches/2020Q4/www/chromium/files/patch-ui_platform__window_platform__window__init__properties.h branches/2020Q4/www/chromium/files/patch-ui_strings_app__locale__settings.grd branches/2020Q4/www/chromium/files/patch-ui_views_bubble_bubble__dialog__delegate__view.cc branches/2020Q4/www/chromium/files/patch-ui_views_controls_label.cc branches/2020Q4/www/chromium/files/patch-ui_views_controls_textfield_textfield.cc branches/2020Q4/www/chromium/files/patch-ui_views_corewm_tooltip__aura.cc branches/2020Q4/www/chromium/files/patch-ui_views_examples_widget__example.cc branches/2020Q4/www/chromium/files/patch-ui_views_selection__controller.cc branches/2020Q4/www/chromium/files/patch-ui_views_style_platform__style.cc branches/2020Q4/www/chromium/files/patch-ui_views_views__delegate.cc branches/2020Q4/www/chromium/files/patch-ui_views_views__delegate.h branches/2020Q4/www/chromium/files/patch-ui_views_widget_desktop__aura_desktop__window__tree__host__platform.cc branches/2020Q4/www/chromium/files/patch-ui_views_widget_native__widget__aura.cc branches/2020Q4/www/chromium/files/patch-ui_views_window_custom__frame__view.cc branches/2020Q4/www/chromium/files/patch-ui_views_window_dialog__delegate.cc branches/2020Q4/www/chromium/files/patch-ui_views_window_frame__background.cc branches/2020Q4/www/chromium/files/patch-ui_webui_resources_js_cr.js branches/2020Q4/www/chromium/files/patch-v8_BUILD.gn branches/2020Q4/www/chromium/files/patch-v8_include_v8config.h branches/2020Q4/www/chromium/files/patch-v8_src_api_api.cc branches/2020Q4/www/chromium/files/patch-v8_src_base_cpu.cc branches/2020Q4/www/chromium/files/patch-v8_src_base_platform_platform-freebsd.cc branches/2020Q4/www/chromium/files/patch-v8_src_base_platform_platform-posix.cc branches/2020Q4/www/chromium/files/patch-weblayer_BUILD.gn branches/2020Q4/www/chromium/files/patch-weblayer_app_content__main__delegate__impl.cc branches/2020Q4/www/chromium/files/patch-weblayer_browser_browser__main__parts__impl.cc branches/2020Q4/www/chromium/files/patch-weblayer_browser_content__browser__client__impl.cc branches/2020Q4/www/chromium/files/patch-weblayer_browser_content__browser__client__impl.h branches/2020Q4/www/chromium/files/patch-weblayer_browser_system__network__context__manager.cc branches/2020Q4/www/chromium/files/patch-weblayer_common_weblayer__paths.cc branches/2020Q4/www/chromium/files/sndio_input.cc branches/2020Q4/www/chromium/pkg-plist Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/www/chromium/Makefile ============================================================================== --- branches/2020Q4/www/chromium/Makefile Sat Dec 5 12:18:13 2020 (r557054) +++ branches/2020Q4/www/chromium/Makefile Sat Dec 5 12:29:57 2020 (r557055) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 84.0.4147.135 +PORTVERSION= 87.0.4280.88 CATEGORIES?= www java MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ \ - LOCAL/cpm/chromium/:fonts + LOCAL/rene/chromium/:fonts DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER?= chromium@FreeBSD.org @@ -59,7 +59,8 @@ LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi libsecret-1.so:security/libsecret \ libnss3.so:security/nss \ libexpat.so:textproc/expat2 \ - libfontconfig.so:x11-fonts/fontconfig + libfontconfig.so:x11-fonts/fontconfig \ + libxkbcommon.so:x11/libxkbcommon RUN_DEPENDS= xdg-open:devel/xdg-utils \ noto-basic>0:x11-fonts/noto-basic @@ -137,7 +138,7 @@ GN_ARGS+= google_api_key="AIzaSyBsp9n41JLW8jCokwn7vhoa google_default_client_secret="IR1za9-1VK0zZ0f_O8MVFicn" .if !defined(GN_ONLY) -SUB_FILES= chromium-browser.desktop chrome pkg-message +SUB_FILES= chromium-browser.desktop chrome SUB_LIST+= COMMENT="${COMMENT}" OPTIONS_DEFINE= CODECS CUPS DEBUG DRIVER KERBEROS TEST @@ -146,7 +147,7 @@ DRIVER_DESC= Install chromedriver OPTIONS_GROUP= AUDIO OPTIONS_GROUP_AUDIO= ALSA PULSEAUDIO SNDIO -OPTIONS_DEFAULT= ALSA CODECS CUPS DRIVER KERBEROS +OPTIONS_DEFAULT= CODECS CUPS DRIVER KERBEROS SNDIO OPTIONS_SUB= yes ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib @@ -199,10 +200,14 @@ SNDIO_VARS_OFF= GN_ARGS+=use_sndio=false .include "Makefile.tests" TEST_ALL_TARGET= ${TEST_TARGETS} TEST_DISTFILES= ${PORTNAME}-${DISTVERSION}-testdata${EXTRACT_SUFX} \ - test_fonts${EXTRACT_SUFX}:fonts + test_fonts-85${EXTRACT_SUFX}:fonts .include +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1300000 +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-build_config_compiler_pgo_pgo.gni +.endif + # swiftshader/lib/{libEGL.so,libGLESv2.so} is x86 only .if ${ARCH} == aarch64 PLIST_SUB+= NOT_AARCH64="@comment " @@ -235,11 +240,6 @@ pre-everything:: post-extract-TEST-on: @${MKDIR} ${WRKSRC}/third_party/test_fonts/test_fonts @${MV} ${WRKDIR}/test_fonts ${WRKSRC}/third_party/test_fonts/ - -post-patch: - @${REINPLACE_CMD} -e 's|@@PACKAGE@@|chromium|' \ - -e 's|@@MENUNAME@@|Chromium Web Browser|' \ - ${WRKSRC}/chrome/app/resources/manpage.1.in post-patch-SNDIO-on: @${MKDIR} ${WRKSRC}/media/audio/sndio ${WRKSRC}/media/audio/openbsd Modified: branches/2020Q4/www/chromium/distinfo ============================================================================== --- branches/2020Q4/www/chromium/distinfo Sat Dec 5 12:18:13 2020 (r557054) +++ branches/2020Q4/www/chromium/distinfo Sat Dec 5 12:29:57 2020 (r557055) @@ -1,7 +1,7 @@ -TIMESTAMP = 1597780235 -SHA256 (chromium-84.0.4147.135.tar.xz) = dd41001596d0e17051ddcece3db6c0cdbe92fe23375d56fbcfba624a5f4996d8 -SIZE (chromium-84.0.4147.135.tar.xz) = 815136236 -SHA256 (chromium-84.0.4147.135-testdata.tar.xz) = cef39a11f7df8ff9655b9e70b9d774dc65cf6a15a726c048389eb87613d80ef2 -SIZE (chromium-84.0.4147.135-testdata.tar.xz) = 257190224 -SHA256 (test_fonts.tar.xz) = cf9cbe3b7f1c4c42d426bddc65ec178d333ad7e205a36fe0a606a3c0c545ece1 -SIZE (test_fonts.tar.xz) = 200040 +TIMESTAMP = 1606957721 +SHA256 (chromium-87.0.4280.88.tar.xz) = 3e4645328735ef60db78d1a313efb3770a3edeaede90d076414df52f567a09c0 +SIZE (chromium-87.0.4280.88.tar.xz) = 856266548 +SHA256 (chromium-87.0.4280.88-testdata.tar.xz) = 35c4676c9cb699aa76335757ec2a71a246102f2e6e6a3536e43c1c4afb04e494 +SIZE (chromium-87.0.4280.88-testdata.tar.xz) = 257423892 +SHA256 (test_fonts-85.tar.xz) = f22b61b3639acb147c98ec2e2305d8b96f0b55c8c74c40e2ea696402fae8cef9 +SIZE (test_fonts-85.tar.xz) = 9511984 Copied: branches/2020Q4/www/chromium/files/extra-patch-build_config_compiler_pgo_pgo.gni (from r556709, head/www/chromium/files/extra-patch-build_config_compiler_pgo_pgo.gni) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q4/www/chromium/files/extra-patch-build_config_compiler_pgo_pgo.gni Sat Dec 5 12:29:57 2020 (r557055, copy of r556709, head/www/chromium/files/extra-patch-build_config_compiler_pgo_pgo.gni) @@ -0,0 +1,11 @@ +--- build/config/compiler/pgo/pgo.gni.orig 2020-11-24 12:45:30 UTC ++++ build/config/compiler/pgo/pgo.gni +@@ -12,7 +12,7 @@ declare_args() { + # 2 : Used during the PGO (optimization) phase. + chrome_pgo_phase = 0 + if (is_official_build && +- (is_win || is_mac || (is_desktop_linux && !chromeos_is_browser_only))) { ++ (is_win || is_mac || (is_desktop_linux && !chromeos_is_browser_only && !is_bsd))) { + chrome_pgo_phase = 2 + } + Modified: branches/2020Q4/www/chromium/files/extra-patch-clang ============================================================================== --- branches/2020Q4/www/chromium/files/extra-patch-clang Sat Dec 5 12:18:13 2020 (r557054) +++ branches/2020Q4/www/chromium/files/extra-patch-clang Sat Dec 5 12:29:57 2020 (r557055) @@ -27,14 +27,3 @@ if (*ptr == kFinalTlsValue) return; // We've been called enough times. ASSERT_LT(kFinalTlsValue, *ptr); ---- media/audio/audio_output_proxy_unittest.cc.orig 2019-03-11 22:00:59 UTC -+++ media/audio/audio_output_proxy_unittest.cc -@@ -410,7 +410,7 @@ class AudioOutputProxyTest : public testing::Test { - // |stream| is closed at this point. Start() should reopen it again. - EXPECT_CALL(manager(), MakeAudioOutputStream(_, _, _)) - .Times(2) -- .WillRepeatedly(Return(reinterpret_cast(NULL))); -+ .WillRepeatedly(Return(static_cast(NULL))); - - EXPECT_CALL(callback_, OnError()).Times(2); - Modified: branches/2020Q4/www/chromium/files/patch-3p-pdfium_3p_base_allocator_partition__allocator_page__allocator__internals__posix.h ============================================================================== --- branches/2020Q4/www/chromium/files/patch-3p-pdfium_3p_base_allocator_partition__allocator_page__allocator__internals__posix.h Sat Dec 5 12:18:13 2020 (r557054) +++ branches/2020Q4/www/chromium/files/patch-3p-pdfium_3p_base_allocator_partition__allocator_page__allocator__internals__posix.h Sat Dec 5 12:29:57 2020 (r557055) @@ -1,11 +1,11 @@ ---- third_party/pdfium/third_party/base/allocator/partition_allocator/page_allocator_internals_posix.h.orig 2020-07-07 22:03:25 UTC +--- third_party/pdfium/third_party/base/allocator/partition_allocator/page_allocator_internals_posix.h.orig 2020-11-13 06:42:21 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) +-#if defined(OS_LINUX) || defined(OS_CHROMEOS) ++#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD) #include #include Modified: branches/2020Q4/www/chromium/files/patch-BUILD.gn ============================================================================== --- branches/2020Q4/www/chromium/files/patch-BUILD.gn Sat Dec 5 12:18:13 2020 (r557054) +++ branches/2020Q4/www/chromium/files/patch-BUILD.gn Sat Dec 5 12:29:57 2020 (r557055) @@ -1,15 +1,15 @@ ---- BUILD.gn.orig 2020-07-07 21:58:11 UTC +--- BUILD.gn.orig 2020-11-13 06:36:33 UTC +++ BUILD.gn -@@ -417,7 +417,7 @@ group("gn_all") { +@@ -422,7 +422,7 @@ group("gn_all") { ] } -- if (is_linux || is_android) { -+ if ((is_linux && !is_bsd) || is_android) { +- if (is_linux || is_chromeos || is_android) { ++ if ((is_linux && !is_bsd) || is_chromeos || is_android) { deps += [ "//third_party/breakpad:breakpad_unittests", "//third_party/breakpad:core-2-minidump", -@@ -459,8 +459,6 @@ group("gn_all") { +@@ -463,8 +463,6 @@ group("gn_all") { "//net:disk_cache_memory_test", "//net:quic_client", "//net:quic_server", @@ -18,7 +18,7 @@ "//testing:empty_main", ] -@@ -515,10 +513,6 @@ group("gn_all") { +@@ -519,10 +517,6 @@ group("gn_all") { "//chrome/test:load_library_perf_tests", "//chrome/test:sync_performance_tests", "//chrome/test/chromedriver:chromedriver", @@ -29,7 +29,7 @@ "//media/cast:generate_barcode_video", "//media/cast:generate_timecode_audio", "//net:crash_cache", -@@ -578,10 +572,6 @@ group("gn_all") { +@@ -582,10 +576,6 @@ group("gn_all") { "//mojo:mojo_perftests", "//services/service_manager/public/cpp", "//testing/gmock:gmock_main", @@ -40,7 +40,7 @@ ] if (!is_android) { -@@ -655,7 +645,7 @@ group("gn_all") { +@@ -663,7 +653,7 @@ group("gn_all") { host_os == "win") { deps += [ "//chrome/test/mini_installer:mini_installer_tests" ] } @@ -49,16 +49,25 @@ deps += [ "//third_party/breakpad:symupload($host_toolchain)" ] } -@@ -788,7 +778,6 @@ group("gn_all") { +@@ -678,7 +668,7 @@ group("gn_all") { + } + } + +- if (is_mac || is_win || is_android || (is_linux && !is_chromeos)) { ++ if (is_mac || is_win || is_android || (is_linux && !is_chromeos && !is_bsd)) { + deps += [ + "//third_party/crashpad/crashpad:crashpad_tests", + "//third_party/crashpad/crashpad/handler:crashpad_handler", +@@ -797,7 +787,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" ] -@@ -1074,7 +1063,7 @@ if (!is_ios) { - ] + if (is_android) { + deps += [ "//chrome/browser/android/vr:vr_android_unittests" ] +@@ -1090,7 +1079,7 @@ if (!is_ios) { + data_deps += [ "//content/web_test:web_test_common_mojom_js_data_deps" ] } - if (!is_win && !is_android) { @@ -66,16 +75,16 @@ data_deps += [ "//third_party/breakpad:minidump_stackwalk($host_toolchain)" ] } -@@ -1083,7 +1072,7 @@ if (!is_ios) { +@@ -1099,7 +1088,7 @@ if (!is_ios) { data_deps += [ "//third_party/breakpad:dump_syms($host_toolchain)" ] } -- if (is_linux) { -+ if (is_linux && !is_bsd) { +- if (is_linux || is_chromeos) { ++ if ((is_linux && !is_bsd) || is_chromeos) { data_deps += [ "//third_party/breakpad:dump_syms($host_toolchain)" ] } -@@ -1276,9 +1265,6 @@ group("chromium_builder_perf") { +@@ -1296,9 +1285,6 @@ group("chromium_builder_perf") { if (is_win) { data_deps += [ "//chrome/installer/mini_installer:mini_installer" ] Modified: branches/2020Q4/www/chromium/files/patch-apps_app__restore__service__browsertest.cc ============================================================================== --- branches/2020Q4/www/chromium/files/patch-apps_app__restore__service__browsertest.cc Sat Dec 5 12:18:13 2020 (r557054) +++ branches/2020Q4/www/chromium/files/patch-apps_app__restore__service__browsertest.cc Sat Dec 5 12:29:57 2020 (r557055) @@ -1,11 +1,11 @@ ---- apps/app_restore_service_browsertest.cc.orig 2020-07-07 21:57:29 UTC +--- apps/app_restore_service_browsertest.cc.orig 2020-11-13 06:36:34 UTC +++ apps/app_restore_service_browsertest.cc @@ -148,7 +148,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) +-#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_WIN) ++#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_WIN) || defined(OS_BSD) #define MAYBE_FileAccessIsRestored DISABLED_FileAccessIsRestored #else #define MAYBE_FileAccessIsRestored FileAccessIsRestored Modified: branches/2020Q4/www/chromium/files/patch-apps_ui_views_app__window__frame__view.cc ============================================================================== --- branches/2020Q4/www/chromium/files/patch-apps_ui_views_app__window__frame__view.cc Sat Dec 5 12:18:13 2020 (r557054) +++ branches/2020Q4/www/chromium/files/patch-apps_ui_views_app__window__frame__view.cc Sat Dec 5 12:29:57 2020 (r557055) @@ -1,6 +1,6 @@ ---- apps/ui/views/app_window_frame_view.cc.orig 2019-06-04 18:55:14 UTC +--- apps/ui/views/app_window_frame_view.cc.orig 2020-11-13 06:36:34 UTC +++ apps/ui/views/app_window_frame_view.cc -@@ -125,7 +125,7 @@ gfx::Rect AppWindowFrameView::GetBoundsForClientView() +@@ -132,7 +132,7 @@ gfx::Rect AppWindowFrameView::GetBoundsForClientView() gfx::Rect AppWindowFrameView::GetWindowBoundsForClientBounds( const gfx::Rect& client_bounds) const { gfx::Rect window_bounds = client_bounds; Modified: branches/2020Q4/www/chromium/files/patch-ash_display_mirror__window__controller.cc ============================================================================== --- branches/2020Q4/www/chromium/files/patch-ash_display_mirror__window__controller.cc Sat Dec 5 12:18:13 2020 (r557054) +++ branches/2020Q4/www/chromium/files/patch-ash_display_mirror__window__controller.cc Sat Dec 5 12:29:57 2020 (r557055) @@ -1,4 +1,4 @@ ---- ash/display/mirror_window_controller.cc.orig 2020-05-13 18:39:35 UTC +--- ash/display/mirror_window_controller.cc.orig 2020-11-13 06:36:34 UTC +++ ash/display/mirror_window_controller.cc @@ -275,7 +275,11 @@ void MirrorWindowController::UpdateWindow( return info.id() == iter->first; Modified: branches/2020Q4/www/chromium/files/patch-base_BUILD.gn ============================================================================== --- branches/2020Q4/www/chromium/files/patch-base_BUILD.gn Sat Dec 5 12:18:13 2020 (r557054) +++ branches/2020Q4/www/chromium/files/patch-base_BUILD.gn Sat Dec 5 12:29:57 2020 (r557055) @@ -1,6 +1,6 @@ ---- base/BUILD.gn.orig 2020-07-07 21:58:11 UTC +--- base/BUILD.gn.orig 2020-11-13 06:36:34 UTC +++ base/BUILD.gn -@@ -60,7 +60,7 @@ declare_args() { +@@ -53,7 +53,7 @@ declare_args() { # replacement base::Location::Current(). On by default in non-official builds # for testing purposes. # TODO(https://crbug.com/974061): remove this eventually. @@ -9,20 +9,19 @@ # Unsafe developer build. Has developer-friendly features that may weaken or # disable security measures like sandboxing or ASLR. -@@ -936,7 +936,7 @@ jumbo_component("base") { +@@ -878,7 +878,7 @@ 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) { +- if (!is_nacl && !is_apple) { ++ if (!is_nacl && !is_apple && !is_bsd) { sources += [ - "profiler/stack_copier_signal.cc", - "profiler/stack_copier_signal.h", -@@ -945,6 +945,12 @@ jumbo_component("base") { + "cpu_affinity_posix.cc", + "cpu_affinity_posix.h", +@@ -889,6 +889,11 @@ component("base") { "profiler/thread_delegate_posix.h", ] } -+ + if (is_bsd) { + sources += [ + "profiler/stack_sampler_posix.cc", @@ -31,25 +30,34 @@ } if (is_win) { -@@ -1329,7 +1335,7 @@ jumbo_component("base") { - # Needed for if using newer C++ library than sysroot, except if +@@ -1295,7 +1300,7 @@ component("base") { # building inside the cros_sdk environment - use host_toolchain as a # more robust check for this. -- if (!use_sysroot && (is_android || (is_linux && !is_chromecast)) && -+ if (!use_sysroot && (is_android || (is_linux && !is_chromecast) && !is_clang) && + if (!use_sysroot && +- (is_android || ((is_linux || is_chromeos) && !is_chromecast)) && ++ (is_android || ((is_linux || is_chromeos) && !is_chromecast) && !is_clang) && host_toolchain != "//build/toolchain/cros:host") { libs += [ "atomic" ] } -@@ -1355,7 +1361,7 @@ jumbo_component("base") { - "allocator/allocator_shim_override_glibc_weak_symbols.h", - ] - deps += [ "//base/allocator:tcmalloc" ] -- } else if (is_linux && use_allocator == "none") { -+ } else if ((is_linux && !is_bsd) && use_allocator == "none") { - sources += [ "allocator/allocator_shim_default_dispatch_to_glibc.cc" ] - } else if (is_android && use_allocator == "none") { - sources += [ -@@ -1952,6 +1958,33 @@ jumbo_component("base") { +@@ -1342,7 +1347,7 @@ component("base") { + "allocator/allocator_shim_default_dispatch_to_mac_zoned_malloc.cc", + ] + } +- if (is_chromeos || is_linux) { ++ if ((is_chromeos || is_linux) && !is_bsd) { + sources += [ "allocator/allocator_shim_default_dispatch_to_glibc.cc" ] + } + if (is_win) { +@@ -1811,7 +1816,7 @@ component("base") { + ] + } + +- if (is_linux || is_chromeos || is_android) { ++ if ((is_linux || is_chromeos || is_android) && !is_bsd) { + sources += [ + "allocator/partition_allocator/spinning_futex_linux.cc", + "allocator/partition_allocator/spinning_futex_linux.h", +@@ -1956,6 +1961,34 @@ component("base") { } } @@ -80,28 +88,25 @@ + ] + } + ++ # iOS if (is_ios) { sources -= [ -@@ -2946,7 +2979,7 @@ test("base_unittests") { - "posix/unix_domain_socket_unittest.cc", - "task/thread_pool/task_tracker_posix_unittest.cc", +@@ -3069,7 +3102,7 @@ test("base_unittests") { ] -- if (!is_nacl && !is_mac && !is_ios) { -+ if (!is_nacl && !is_mac && !is_ios && !is_bsd) { - sources += [ "profiler/stack_copier_signal_unittest.cc" ] - } } -@@ -3154,6 +3187,12 @@ test("base_unittests") { - manifest = "//build/config/fuchsia/tests.cmx" +- if (is_linux || is_chromeos) { ++ if ((is_linux || is_chromeos) && !is_bsd) { + sources += [ "debug/proc_maps_linux_unittest.cc" ] } -+ -+ if (is_bsd) { -+ sources -= [ -+ "debug/proc_maps_linux_unittest.cc", -+ ] -+ } - if (!is_fuchsia && !is_ios) { - sources += [ "files/file_locking_unittest.cc" ] +@@ -3110,7 +3143,7 @@ test("base_unittests") { + "posix/unix_domain_socket_unittest.cc", + "task/thread_pool/task_tracker_posix_unittest.cc", + ] +- if (!is_nacl && !is_apple) { ++ if (!is_nacl && !is_apple && !is_bsd) { + sources += [ + "cpu_affinity_posix_unittest.cc", + "profiler/stack_copier_signal_unittest.cc", Modified: branches/2020Q4/www/chromium/files/patch-base_allocator_allocator__shim__default__dispatch__to__glibc.cc ============================================================================== --- branches/2020Q4/www/chromium/files/patch-base_allocator_allocator__shim__default__dispatch__to__glibc.cc Sat Dec 5 12:18:13 2020 (r557054) +++ branches/2020Q4/www/chromium/files/patch-base_allocator_allocator__shim__default__dispatch__to__glibc.cc Sat Dec 5 12:29:57 2020 (r557055) @@ -1,4 +1,4 @@ ---- 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.orig 2020-11-13 06:36:34 UTC +++ base/allocator/allocator_shim_default_dispatch_to_glibc.cc @@ -6,18 +6,28 @@ #include "base/compiler_specific.h" Modified: branches/2020Q4/www/chromium/files/patch-base_allocator_allocator__shim__override__libc__symbols.h ============================================================================== --- branches/2020Q4/www/chromium/files/patch-base_allocator_allocator__shim__override__libc__symbols.h Sat Dec 5 12:18:13 2020 (r557054) +++ branches/2020Q4/www/chromium/files/patch-base_allocator_allocator__shim__override__libc__symbols.h Sat Dec 5 12:29:57 2020 (r557055) @@ -1,4 +1,4 @@ ---- base/allocator/allocator_shim_override_libc_symbols.h.orig 2019-03-11 22:00:51 UTC +--- base/allocator/allocator_shim_override_libc_symbols.h.orig 2020-11-13 06:36:34 UTC +++ base/allocator/allocator_shim_override_libc_symbols.h @@ -10,7 +10,7 @@ #endif Modified: branches/2020Q4/www/chromium/files/patch-base_allocator_allocator__shim__unittest.cc ============================================================================== --- branches/2020Q4/www/chromium/files/patch-base_allocator_allocator__shim__unittest.cc Sat Dec 5 12:18:13 2020 (r557054) +++ branches/2020Q4/www/chromium/files/patch-base_allocator_allocator__shim__unittest.cc Sat Dec 5 12:29:57 2020 (r557055) @@ -1,45 +1,47 @@ ---- base/allocator/allocator_shim_unittest.cc.orig 2020-07-07 21:57:30 UTC +--- base/allocator/allocator_shim_unittest.cc.orig 2020-11-13 06:36:34 UTC +++ base/allocator/allocator_shim_unittest.cc -@@ -355,7 +355,7 @@ TEST_F(AllocatorShimTest, InterceptLibcSymbols) { - ASSERT_GE(aligned_allocs_intercepted_by_size[61], 1u); +@@ -367,7 +367,7 @@ TEST_F(AllocatorShimTest, InterceptLibcSymbols) { + #endif // !OS_WIN --#if !defined(OS_WIN) && !defined(OS_MACOSX) -+#if !defined(OS_WIN) && !defined(OS_MACOSX) && !defined(OS_BSD) +-#if !defined(OS_WIN) && !defined(OS_APPLE) ++#if !defined(OS_WIN) && !defined(OS_APPLE) && !defined(OS_BSD) void* memalign_ptr = memalign(128, 53); ASSERT_NE(nullptr, memalign_ptr); ASSERT_EQ(0u, reinterpret_cast(memalign_ptr) % 128); -@@ -368,7 +368,7 @@ TEST_F(AllocatorShimTest, InterceptLibcSymbols) { - ASSERT_GE(aligned_allocs_intercepted_by_alignment[kPageSize], 1u); - // pvalloc rounds the size up to the next page. +@@ -383,7 +383,7 @@ TEST_F(AllocatorShimTest, InterceptLibcSymbols) { ASSERT_GE(aligned_allocs_intercepted_by_size[kPageSize], 1u); --#endif // !OS_WIN && !OS_MACOSX -+#endif // !OS_WIN && !OS_MACOSX && !OS_BSD + #endif // !defined(OS_ANDROID) - char* realloc_ptr = static_cast(malloc(10)); - strcpy(realloc_ptr, "foobar"); -@@ -384,13 +384,13 @@ TEST_F(AllocatorShimTest, InterceptLibcSymbols) { +-#endif // !OS_WIN && !OS_APPLE ++#endif // !OS_WIN && !OS_APPLE && !OS_BSD + + // See allocator_shim_override_glibc_weak_symbols.h for why we intercept + // internal libc symbols. +@@ -410,7 +410,7 @@ TEST_F(AllocatorShimTest, InterceptLibcSymbols) { free(zero_alloc_ptr); ASSERT_GE(frees_intercepted_by_addr[Hash(zero_alloc_ptr)], 1u); --#if !defined(OS_WIN) && !defined(OS_MACOSX) -+#if !defined(OS_WIN) && !defined(OS_MACOSX) && !defined(OS_BSD) +-#if !defined(OS_WIN) && !defined(OS_APPLE) ++#if !defined(OS_WIN) && !defined(OS_APPLE) && !defined(OS_BSD) free(memalign_ptr); ASSERT_GE(frees_intercepted_by_addr[Hash(memalign_ptr)], 1u); - free(pvalloc_ptr); +@@ -419,7 +419,7 @@ TEST_F(AllocatorShimTest, InterceptLibcSymbols) { ASSERT_GE(frees_intercepted_by_addr[Hash(pvalloc_ptr)], 1u); --#endif // !OS_WIN && !OS_MACOSX -+#endif // !OS_WIN && !OS_MACOSX && !OS_BSD + #endif // !defined(OS_ANDROID) +-#endif // !OS_WIN && !OS_APPLE ++#endif // !OS_WIN && !OS_APPLE && !OS_BSD + #if !defined(OS_WIN) free(posix_memalign_ptr); -@@ -557,7 +557,7 @@ static size_t GetAllocatedSize(void* ptr) { +@@ -595,7 +595,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) +-#elif defined(OS_LINUX) || defined(OS_CHROMEOS) ++#elif defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD) static size_t GetAllocatedSize(void* ptr) { return malloc_usable_size(ptr); } Modified: branches/2020Q4/www/chromium/files/patch-base_allocator_partition__allocator_page__allocator__internals__posix.h ============================================================================== --- branches/2020Q4/www/chromium/files/patch-base_allocator_partition__allocator_page__allocator__internals__posix.h Sat Dec 5 12:18:13 2020 (r557054) +++ branches/2020Q4/www/chromium/files/patch-base_allocator_partition__allocator_page__allocator__internals__posix.h Sat Dec 5 12:29:57 2020 (r557055) @@ -1,11 +1,11 @@ ---- base/allocator/partition_allocator/page_allocator_internals_posix.h.orig 2020-05-13 18:39:35 UTC +--- base/allocator/partition_allocator/page_allocator_internals_posix.h.orig 2020-11-13 06:36:34 UTC +++ base/allocator/partition_allocator/page_allocator_internals_posix.h -@@ -22,7 +22,7 @@ +@@ -24,7 +24,7 @@ #if defined(OS_ANDROID) #include #endif --#if defined(OS_LINUX) -+#if defined(OS_BSD) || defined(OS_LINUX) +-#if defined(OS_LINUX) || defined(OS_CHROMEOS) ++#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD) #include #include Copied: branches/2020Q4/www/chromium/files/patch-base_allocator_partition__allocator_partition__alloc.cc (from r556709, head/www/chromium/files/patch-base_allocator_partition__allocator_partition__alloc.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q4/www/chromium/files/patch-base_allocator_partition__allocator_partition__alloc.cc Sat Dec 5 12:29:57 2020 (r557055, copy of r556709, head/www/chromium/files/patch-base_allocator_partition__allocator_partition__alloc.cc) @@ -0,0 +1,12 @@ +--- base/allocator/partition_allocator/partition_alloc.cc.orig 2020-11-30 16:06:59 UTC ++++ base/allocator/partition_allocator/partition_alloc.cc +@@ -197,6 +197,9 @@ void PartitionAllocGlobalInit(OomFunction on_out_of_me + // Check that some of our zanier calculations worked out as expected. + #if ENABLE_TAG_FOR_MTE_CHECKED_PTR + static_assert(kSmallestBucket >= kAlignment, "generic smallest bucket"); ++#elif defined(__i386__) && defined(OS_FREEBSD) ++ // alignof(std::max_align_t) is only 4 on FreeBSD/i386 ++ static_assert(kSmallestBucket >= kAlignment, "generic smallest bucket"); + #else + static_assert(kSmallestBucket == kAlignment, "generic smallest bucket"); + #endif Modified: branches/2020Q4/www/chromium/files/patch-base_allocator_partition__allocator_partition__alloc__unittest.cc ============================================================================== --- branches/2020Q4/www/chromium/files/patch-base_allocator_partition__allocator_partition__alloc__unittest.cc Sat Dec 5 12:18:13 2020 (r557054) +++ branches/2020Q4/www/chromium/files/patch-base_allocator_partition__allocator_partition__alloc__unittest.cc Sat Dec 5 12:29:57 2020 (r557055) @@ -1,17 +1,26 @@ ---- base/allocator/partition_allocator/partition_alloc_unittest.cc.orig 2020-07-07 21:58:11 UTC +--- base/allocator/partition_allocator/partition_alloc_unittest.cc.orig 2020-11-13 06:36:34 UTC +++ base/allocator/partition_allocator/partition_alloc_unittest.cc -@@ -307,9 +307,13 @@ void FreeFullPage(PartitionRoot* root, PartitionRoot:: +@@ -333,9 +333,13 @@ void FreeFullPage(PartitionRoot; + static bool GetCumulativeCoreIdleTimes(CoreIdleTimes&); +-#endif // defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_ANDROID) || ++#endif // defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_ANDROID) || defined(OS_BSD) + // defined(OS_AIX) + + private: Modified: branches/2020Q4/www/chromium/files/patch-base_debug_debugger__posix.cc ============================================================================== --- branches/2020Q4/www/chromium/files/patch-base_debug_debugger__posix.cc Sat Dec 5 12:18:13 2020 (r557054) +++ branches/2020Q4/www/chromium/files/patch-base_debug_debugger__posix.cc Sat Dec 5 12:29:57 2020 (r557055) @@ -1,4 +1,4 @@ ---- base/debug/debugger_posix.cc.orig 2020-07-07 21:58:11 UTC +--- base/debug/debugger_posix.cc.orig 2020-11-13 06:36:34 UTC +++ base/debug/debugger_posix.cc @@ -98,7 +98,7 @@ bool BeingDebugged() { KERN_PROC, Modified: branches/2020Q4/www/chromium/files/patch-base_debug_elf__reader.cc ============================================================================== --- branches/2020Q4/www/chromium/files/patch-base_debug_elf__reader.cc Sat Dec 5 12:18:13 2020 (r557054) +++ branches/2020Q4/www/chromium/files/patch-base_debug_elf__reader.cc Sat Dec 5 12:29:57 2020 (r557055) @@ -1,6 +1,6 @@ ---- base/debug/elf_reader.cc.orig 2020-07-07 21:57:30 UTC +--- base/debug/elf_reader.cc.orig 2020-11-13 06:36:34 UTC +++ base/debug/elf_reader.cc -@@ -36,7 +36,9 @@ using Nhdr = Elf64_Nhdr; +@@ -38,7 +38,9 @@ using Nhdr = Elf64_Nhdr; using Word = Elf64_Word; #endif @@ -8,9 +8,9 @@ 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. -@@ -99,6 +101,7 @@ size_t ReadElfBuildId(const void* elf_mapped_base, + // Returns a pointer to the header of the ELF binary mapped into memory, or a + // null pointer if the header is invalid. Here and below |elf_mapped_base| is a +@@ -75,6 +77,7 @@ size_t ReadElfBuildId(const void* elf_mapped_base, bool found = false; while (current_section < section_end) { current_note = reinterpret_cast(current_section); @@ -18,7 +18,7 @@ if (current_note->n_type == NT_GNU_BUILD_ID) { StringPiece note_name(current_section + sizeof(Nhdr), current_note->n_namesz); -@@ -108,6 +111,7 @@ size_t ReadElfBuildId(const void* elf_mapped_base, +@@ -84,6 +87,7 @@ size_t ReadElfBuildId(const void* elf_mapped_base, break; } } Modified: branches/2020Q4/www/chromium/files/patch-base_debug_proc__maps__linux.cc ============================================================================== --- branches/2020Q4/www/chromium/files/patch-base_debug_proc__maps__linux.cc Sat Dec 5 12:18:13 2020 (r557054) +++ branches/2020Q4/www/chromium/files/patch-base_debug_proc__maps__linux.cc Sat Dec 5 12:29:57 2020 (r557055) @@ -1,11 +1,11 @@ ---- base/debug/proc_maps_linux.cc.orig 2020-07-07 21:57:30 UTC +--- base/debug/proc_maps_linux.cc.orig 2020-11-13 06:36:34 UTC +++ base/debug/proc_maps_linux.cc @@ -13,7 +13,7 @@ #include "base/strings/string_split.h" #include "build/build_config.h" --#if defined(OS_LINUX) || defined(OS_ANDROID) -+#if defined(OS_LINUX) || defined(OS_BSD) || defined(OS_ANDROID) +-#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_ANDROID) ++#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_ANDROID) || defined(OS_BSD) #include #endif Modified: branches/2020Q4/www/chromium/files/patch-base_debug_stack__trace.cc ============================================================================== --- branches/2020Q4/www/chromium/files/patch-base_debug_stack__trace.cc Sat Dec 5 12:18:13 2020 (r557054) +++ branches/2020Q4/www/chromium/files/patch-base_debug_stack__trace.cc Sat Dec 5 12:29:57 2020 (r557055) @@ -1,11 +1,11 @@ ---- base/debug/stack_trace.cc.orig 2019-03-17 21:37:51 UTC +--- base/debug/stack_trace.cc.orig 2020-11-13 06:36:34 UTC +++ base/debug/stack_trace.cc -@@ -14,7 +14,7 @@ +@@ -15,7 +15,7 @@ #if BUILDFLAG(CAN_UNWIND_WITH_FRAME_POINTERS) --#if defined(OS_LINUX) || defined(OS_ANDROID) -+#if defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_BSD) +-#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_ANDROID) ++#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_ANDROID) || defined(OS_BSD) #include #include "base/process/process_handle.h" #include "base/threading/platform_thread.h" Modified: branches/2020Q4/www/chromium/files/patch-base_debug_stack__trace.h ============================================================================== --- branches/2020Q4/www/chromium/files/patch-base_debug_stack__trace.h Sat Dec 5 12:18:13 2020 (r557054) +++ branches/2020Q4/www/chromium/files/patch-base_debug_stack__trace.h Sat Dec 5 12:29:57 2020 (r557055) @@ -1,4 +1,4 @@ ---- base/debug/stack_trace.h.orig 2019-09-09 21:55:05 UTC +--- base/debug/stack_trace.h.orig 2020-11-13 06:36:34 UTC +++ base/debug/stack_trace.h @@ -19,6 +19,7 @@ #if !defined(OS_NACL) Modified: branches/2020Q4/www/chromium/files/patch-base_debug_stack__trace__posix.cc ============================================================================== --- branches/2020Q4/www/chromium/files/patch-base_debug_stack__trace__posix.cc Sat Dec 5 12:18:13 2020 (r557054) +++ branches/2020Q4/www/chromium/files/patch-base_debug_stack__trace__posix.cc Sat Dec 5 12:29:57 2020 (r557055) @@ -1,11 +1,11 @@ ---- base/debug/stack_trace_posix.cc.orig 2020-03-16 18:39:41 UTC +--- base/debug/stack_trace_posix.cc.orig 2020-11-13 06:36:34 UTC +++ base/debug/stack_trace_posix.cc @@ -35,7 +35,7 @@ #include #endif --#if defined(OS_LINUX) -+#if defined(OS_LINUX) || defined(OS_BSD) +-#if defined(OS_LINUX) || defined(OS_CHROMEOS) ++#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD) #include "base/debug/proc_maps_linux.h" #endif Modified: branches/2020Q4/www/chromium/files/patch-base_debug_stack__trace__unittest.cc ============================================================================== --- branches/2020Q4/www/chromium/files/patch-base_debug_stack__trace__unittest.cc Sat Dec 5 12:18:13 2020 (r557054) +++ branches/2020Q4/www/chromium/files/patch-base_debug_stack__trace__unittest.cc Sat Dec 5 12:29:57 2020 (r557055) @@ -1,14 +1,14 @@ ---- base/debug/stack_trace_unittest.cc.orig 2020-03-23 14:01:09 UTC +--- base/debug/stack_trace_unittest.cc.orig 2020-11-13 06:36:34 UTC +++ base/debug/stack_trace_unittest.cc -@@ -86,6 +86,7 @@ TEST_F(StackTraceTest, OutputToStream) { +@@ -88,6 +88,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) { + // demangled stack output, otherwise this could be "testing::UnitTest::Run()". +@@ -106,9 +107,10 @@ TEST_F(StackTraceTest, OutputToStream) { EXPECT_TRUE(backtrace_message.find(__func__) != std::string::npos) << "Expected to find " << __func__ << " in backtrace:\n" << backtrace_message; @@ -20,7 +20,7 @@ // 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) { +@@ -122,7 +124,7 @@ TEST_F(StackTraceTest, TruncatedTrace) { truncated.Addresses(&count); EXPECT_EQ(2u, count); } Modified: branches/2020Q4/www/chromium/files/patch-base_files_file__path__unittest.cc ============================================================================== --- branches/2020Q4/www/chromium/files/patch-base_files_file__path__unittest.cc Sat Dec 5 12:18:13 2020 (r557054) +++ branches/2020Q4/www/chromium/files/patch-base_files_file__path__unittest.cc Sat Dec 5 12:29:57 2020 (r557055) @@ -1,11 +1,11 @@ ---- base/files/file_path_unittest.cc.orig 2020-03-16 18:39:41 UTC +--- base/files/file_path_unittest.cc.orig 2020-11-13 06:36:34 UTC +++ base/files/file_path_unittest.cc @@ -1149,7 +1149,7 @@ TEST_F(FilePathTest, FromUTF8Unsafe_And_AsUTF8Unsafe) "\xEF\xBC\xA1\xEF\xBC\xA2\xEF\xBC\xA3.txt" }, }; --#if !defined(SYSTEM_NATIVE_UTF8) && defined(OS_LINUX) -+#if !defined(SYSTEM_NATIVE_UTF8) && (defined(OS_LINUX) || defined(OS_BSD)) +-#if !defined(SYSTEM_NATIVE_UTF8) && (defined(OS_LINUX) || defined(OS_CHROMEOS)) ++#if !defined(SYSTEM_NATIVE_UTF8) && (defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)) ScopedLocale locale("en_US.UTF-8"); #endif Modified: branches/2020Q4/www/chromium/files/patch-base_files_file__path__watcher__kqueue.h ============================================================================== --- branches/2020Q4/www/chromium/files/patch-base_files_file__path__watcher__kqueue.h Sat Dec 5 12:18:13 2020 (r557054) +++ branches/2020Q4/www/chromium/files/patch-base_files_file__path__watcher__kqueue.h Sat Dec 5 12:29:57 2020 (r557055) @@ -1,4 +1,4 @@ ---- base/files/file_path_watcher_kqueue.h.orig 2019-03-11 22:00:51 UTC +--- base/files/file_path_watcher_kqueue.h.orig 2020-11-13 06:36:34 UTC +++ base/files/file_path_watcher_kqueue.h @@ -5,6 +5,10 @@ #ifndef BASE_FILES_FILE_PATH_WATCHER_KQUEUE_H_ Modified: branches/2020Q4/www/chromium/files/patch-base_files_file__path__watcher__stub.cc ============================================================================== --- branches/2020Q4/www/chromium/files/patch-base_files_file__path__watcher__stub.cc Sat Dec 5 12:18:13 2020 (r557054) +++ branches/2020Q4/www/chromium/files/patch-base_files_file__path__watcher__stub.cc Sat Dec 5 12:29:57 2020 (r557055) @@ -1,4 +1,4 @@ ---- base/files/file_path_watcher_stub.cc.orig 2020-03-16 18:39:41 UTC +--- base/files/file_path_watcher_stub.cc.orig 2020-11-13 06:36:34 UTC +++ base/files/file_path_watcher_stub.cc @@ -1,14 +1,15 @@ -// Copyright (c) 2012 The Chromium Authors. All rights reserved. Modified: branches/2020Q4/www/chromium/files/patch-base_files_file__path__watcher__unittest.cc ============================================================================== --- branches/2020Q4/www/chromium/files/patch-base_files_file__path__watcher__unittest.cc Sat Dec 5 12:18:13 2020 (r557054) +++ branches/2020Q4/www/chromium/files/patch-base_files_file__path__watcher__unittest.cc Sat Dec 5 12:29:57 2020 (r557055) @@ -1,41 +1,65 @@ ---- base/files/file_path_watcher_unittest.cc.orig 2020-07-07 21:58:11 UTC +--- base/files/file_path_watcher_unittest.cc.orig 2020-11-13 06:36:34 UTC +++ base/files/file_path_watcher_unittest.cc -@@ -424,7 +424,7 @@ TEST_F(FilePathWatcherTest, WatchDirectory) { +@@ -425,12 +425,12 @@ TEST_F(FilePathWatcherTest, WatchDirectory) { VLOG(1) << "Waiting for file1 creation"; ASSERT_TRUE(WaitForEvents()); --#if !defined(OS_MACOSX) -+#if !defined(OS_MACOSX) && !defined(OS_BSD) +-#if !defined(OS_APPLE) ++#if !defined(OS_APPLE) && !defined(OS_BSD) // Mac implementation does not detect files modified in a directory. ASSERT_TRUE(WriteFile(file1, "content v2")); VLOG(1) << "Waiting for file1 modification"; -@@ -797,7 +797,7 @@ enum Permission { + ASSERT_TRUE(WaitForEvents()); +-#endif // !OS_APPLE ++#endif // !OS_APPLE && !OS_BSD + + ASSERT_TRUE(base::DeleteFile(file1)); + VLOG(1) << "Waiting for file1 deletion"; +@@ -632,7 +632,7 @@ TEST_F(FilePathWatcherTest, FileAttributesChanged) { + ASSERT_TRUE(WaitForEvents()); + } + +-#if defined(OS_LINUX) || defined(OS_CHROMEOS) ++#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD) + + // Verify that creating a symlink is caught. + TEST_F(FilePathWatcherTest, CreateLink) { +@@ -790,7 +790,7 @@ TEST_F(FilePathWatcherTest, LinkedDirectoryPart3) { + ASSERT_TRUE(WaitForEvents()); + } + +-#endif // defined(OS_LINUX) || defined(OS_CHROMEOS) ++#endif // defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD) + + enum Permission { + Read, +@@ -798,7 +798,7 @@ enum Permission { Execute }; --#if defined(OS_MACOSX) -+#if defined(OS_MACOSX) || defined(OS_BSD) +-#if defined(OS_APPLE) ++#if defined(OS_APPLE) || defined(OS_BSD) bool ChangeFilePermissions(const FilePath& path, Permission perm, bool allow) { struct stat stat_buf; -@@ -826,9 +826,9 @@ bool ChangeFilePermissions(const FilePath& path, Permi +@@ -827,9 +827,9 @@ bool ChangeFilePermissions(const FilePath& path, Permi } return chmod(path.value().c_str(), stat_buf.st_mode) == 0; } --#endif // defined(OS_MACOSX) -+#endif // defined(OS_MACOSX) || defined(OS_BSD) +-#endif // defined(OS_APPLE) ++#endif // defined(OS_APPLE) || defined(OS_BSD) --#if defined(OS_MACOSX) -+#if defined(OS_MACOSX) || defined(OS_BSD) +-#if defined(OS_APPLE) ++#if defined(OS_APPLE) || defined(OS_BSD) // Linux implementation of FilePathWatcher doesn't catch attribute changes. // http://crbug.com/78043 // Windows implementation of FilePathWatcher catches attribute changes that -@@ -863,7 +863,7 @@ TEST_F(FilePathWatcherTest, DirAttributesChanged) { +@@ -864,7 +864,7 @@ TEST_F(FilePathWatcherTest, DirAttributesChanged) { ASSERT_TRUE(ChangeFilePermissions(test_dir1, Execute, true)); } --#endif // OS_MACOSX -+#endif // OS_MACOSX || OS_BSD +-#endif // OS_APPLE ++#endif // OS_APPLE || OS_BSD } // namespace } // namespace base Modified: branches/2020Q4/www/chromium/files/patch-base_files_file__util.h ============================================================================== --- branches/2020Q4/www/chromium/files/patch-base_files_file__util.h Sat Dec 5 12:18:13 2020 (r557054) +++ branches/2020Q4/www/chromium/files/patch-base_files_file__util.h Sat Dec 5 12:29:57 2020 (r557055) @@ -1,11 +1,28 @@ ---- base/files/file_util.h.orig 2020-07-07 21:58:11 UTC +--- base/files/file_util.h.orig 2020-11-13 06:36:34 UTC +++ base/files/file_util.h -@@ -552,7 +552,7 @@ BASE_EXPORT bool VerifyPathControlledByAdmin(const bas +@@ -278,14 +278,14 @@ BASE_EXPORT bool SetPosixFilePermissions(const FilePat + BASE_EXPORT bool ExecutableExistsInPath(Environment* env, + const FilePath::StringType& executable); + +-#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_AIX) ++#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_AIX) || defined(OS_BSD) + // Determine if files under a given |path| can be mapped and then mprotect'd + // PROT_EXEC. This depends on the mount options used for |path|, which vary + // among different Linux distributions and possibly local configuration. It also + // depends on details of kernel--ChromeOS uses the noexec option for /dev/shm + // but its kernel allows mprotect with PROT_EXEC anyway. + BASE_EXPORT bool IsPathExecutable(const FilePath& path); +-#endif // defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_AIX) ++#endif // defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_AIX) || defined(OS_BSD) + + #endif // OS_POSIX + +@@ -592,7 +592,7 @@ BASE_EXPORT bool VerifyPathControlledByAdmin(const bas // the directory |path|, in the number of FilePath::CharType, or -1 on failure. BASE_EXPORT int GetMaximumPathComponentLength(const base::FilePath& path); --#if defined(OS_LINUX) || defined(OS_AIX) -+#if defined(OS_LINUX) || defined(OS_AIX) || defined(OS_BSD) +-#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_AIX) ++#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_AIX) || defined(OS_BSD) // Broad categories of file systems as returned by statfs() on Linux. enum FileSystemType { FILE_SYSTEM_UNKNOWN, // statfs failed. Modified: branches/2020Q4/www/chromium/files/patch-base_files_file__util__posix.cc ============================================================================== --- branches/2020Q4/www/chromium/files/patch-base_files_file__util__posix.cc Sat Dec 5 12:18:13 2020 (r557054) +++ branches/2020Q4/www/chromium/files/patch-base_files_file__util__posix.cc Sat Dec 5 12:29:57 2020 (r557055) @@ -1,11 +1,60 @@ ---- base/files/file_util_posix.cc.orig 2020-02-03 21:52:37 UTC +--- base/files/file_util_posix.cc.orig 2020-11-13 06:36:34 UTC +++ base/files/file_util_posix.cc -@@ -411,7 +411,7 @@ bool CreatePipe(ScopedFD* read_fd, ScopedFD* write_fd, +@@ -412,7 +412,7 @@ bool CreatePipe(ScopedFD* read_fd, ScopedFD* write_fd, } *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-branches@freebsd.org Sat Dec 5 22:02: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 76E0B4A9CF0; Sat, 5 Dec 2020 22:02:58 +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 4CpNqQ1m5pz4lFX; Sat, 5 Dec 2020 22:02:58 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2F370251B7; Sat, 5 Dec 2020 22:02:58 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0B5M2wjV007917; Sat, 5 Dec 2020 22:02:58 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B5M2viV007914; Sat, 5 Dec 2020 22:02:57 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202012052202.0B5M2viV007914@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 5 Dec 2020 22:02:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r557089 - in branches/2020Q4/games/rlvm: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2020Q4/games/rlvm: . files X-SVN-Commit-Revision: 557089 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.34 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, 05 Dec 2020 22:02:58 -0000 Author: jbeich Date: Sat Dec 5 22:02:57 2020 New Revision: 557089 URL: https://svnweb.freebsd.org/changeset/ports/557089 Log: MFH: r557088 games/rlvm: drop python2 dependency PR: 251584 Submitted by: amdmi3 (based on) Modified: branches/2020Q4/games/rlvm/Makefile branches/2020Q4/games/rlvm/distinfo branches/2020Q4/games/rlvm/files/patch-SConstruct Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/games/rlvm/Makefile ============================================================================== --- branches/2020Q4/games/rlvm/Makefile Sat Dec 5 22:00:14 2020 (r557088) +++ branches/2020Q4/games/rlvm/Makefile Sat Dec 5 22:02:57 2020 (r557089) @@ -9,6 +9,7 @@ CATEGORIES= games PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES= fb627bad9129.patch:-p1 +PATCHFILES+= 97c808194c56.patch:-p1 # https://github.com/eglaysher/rlvm/pull/89 MAINTAINER= jbeich@FreeBSD.org COMMENT= RealLive virtual machine clone @@ -28,7 +29,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSan USE_GITHUB= yes GH_ACCOUNT= eglaysher -USES= compiler:c++11-lib gl gnome pkgconfig scons:python2 sdl +USES= compiler:c++11-lib gl gnome pkgconfig scons sdl USE_GL= glew glu USE_GNOME= gtk20 USE_SDL= image mixer ttf Modified: branches/2020Q4/games/rlvm/distinfo ============================================================================== --- branches/2020Q4/games/rlvm/distinfo Sat Dec 5 22:00:14 2020 (r557088) +++ branches/2020Q4/games/rlvm/distinfo Sat Dec 5 22:02:57 2020 (r557089) @@ -3,3 +3,5 @@ SHA256 (eglaysher-rlvm-release-0.14-67-g9350209_GH0.ta SIZE (eglaysher-rlvm-release-0.14-67-g9350209_GH0.tar.gz) = 1895634 SHA256 (fb627bad9129.patch) = a949dc649fac6cdff44ddf7f76480de82035b979b4bf8d959ae07ab648c5589d SIZE (fb627bad9129.patch) = 837 +SHA256 (97c808194c56.patch) = 8d2e8acf8bcb1f8fd5c78373dbea29036ccee1947a31ea99ae92af72b8ca84fd +SIZE (97c808194c56.patch) = 6788 Modified: branches/2020Q4/games/rlvm/files/patch-SConstruct ============================================================================== --- branches/2020Q4/games/rlvm/files/patch-SConstruct Sat Dec 5 22:00:14 2020 (r557088) +++ branches/2020Q4/games/rlvm/files/patch-SConstruct Sat Dec 5 22:02:57 2020 (r557089) @@ -6,7 +6,7 @@ env = Environment( + ENV=os.environ, tools = ["default", "rlvm"], -+ **dict((k, v.split()) for k, v in ARGUMENTS.iteritems()) ++ **dict((k, v.split()) for k, v in ARGUMENTS.items()) +) + +env.Append( From owner-svn-ports-branches@freebsd.org Sat Dec 5 22:51:40 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 644234AAF28; Sat, 5 Dec 2020 22:51:40 +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 4CpPvc2SP9z4nt7; Sat, 5 Dec 2020 22:51:40 +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 471AE25AC8; Sat, 5 Dec 2020 22:51:40 +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 0B5MpeL2037577; Sat, 5 Dec 2020 22:51:40 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B5MpeQW037576; Sat, 5 Dec 2020 22:51:40 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202012052251.0B5MpeQW037576@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 5 Dec 2020 22:51:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r557094 - branches/2020Q4/games/rlvm X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q4/games/rlvm X-SVN-Commit-Revision: 557094 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.34 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, 05 Dec 2020 22:51:40 -0000 Author: jbeich Date: Sat Dec 5 22:51:39 2020 New Revision: 557094 URL: https://svnweb.freebsd.org/changeset/ports/557094 Log: MFH: r557092 games/rlvm: unbreak font fallback after r521445 r521451 r521458 $ rlvm /path/to/CLANNAD Could not find msgothic.ttc or a suitable fallback font.: Please place a copy of msgothic.ttc in either your home directory or in the game path. Modified: branches/2020Q4/games/rlvm/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/games/rlvm/Makefile ============================================================================== --- branches/2020Q4/games/rlvm/Makefile Sat Dec 5 22:50:50 2020 (r557093) +++ branches/2020Q4/games/rlvm/Makefile Sat Dec 5 22:51:39 2020 (r557094) @@ -4,7 +4,7 @@ PORTNAME= rlvm DISTVERSIONPREFIX= release- DISTVERSION= 0.14-67 DISTVERSIONSUFFIX= -g9350209 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= games PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -70,7 +70,8 @@ post-patch: ${WRKSRC}/src/platforms/gtk/gtk_rlvm_instance.cc @${REINPLACE_CMD} -e 's,/usr/share,${LOCALBASE}/share,' \ -e 's,truetype/ttf-dejavu,dejavu,' \ - -e 's,truetype/[^/"]*/,TTF/,' \ + -e 's,truetype/mona,mona-ttf,' \ + -e 's,truetype/,,' \ ${WRKSRC}/src/utilities/find_font_file.cc do-test-TEST-on: From owner-svn-ports-branches@freebsd.org Sat Dec 5 22:53:16 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1BBD04AAF40; Sat, 5 Dec 2020 22:53:16 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) 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 4CpPxS0LsJz4p4s; Sat, 5 Dec 2020 22:53:16 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F302425B4D; Sat, 5 Dec 2020 22:53:15 +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 0B5MrFIh039532; Sat, 5 Dec 2020 22:53:15 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B5MrFeL039531; Sat, 5 Dec 2020 22:53:15 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202012052253.0B5MrFeL039531@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Sat, 5 Dec 2020 22:53:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r557095 - branches/2020Q4/misc/py-xgboost X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q4/misc/py-xgboost X-SVN-Commit-Revision: 557095 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.34 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, 05 Dec 2020 22:53:16 -0000 Author: pkubaj Date: Sat Dec 5 22:53:15 2020 New Revision: 557095 URL: https://svnweb.freebsd.org/changeset/ports/557095 Log: MFH: r556649 misc/py-xgboost: fix build on GCC architectures GCC version must be at least 5.0! Modified: branches/2020Q4/misc/py-xgboost/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/misc/py-xgboost/Makefile ============================================================================== --- branches/2020Q4/misc/py-xgboost/Makefile Sat Dec 5 22:51:39 2020 (r557094) +++ branches/2020Q4/misc/py-xgboost/Makefile Sat Dec 5 22:53:15 2020 (r557095) @@ -18,7 +18,7 @@ LIB_DEPENDS= libdmlc.so:devel/dmlc-core \ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} -USES= python:3.5+ localbase:ldflags +USES= compiler:c11 python:3.5+ localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= dmlc USE_PYTHON= distutils autoplist