From owner-dev-commits-ports-branches@freebsd.org Mon Jun 14 07:18:51 2021 Return-Path: Delivered-To: dev-commits-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 0E791659C0C; Mon, 14 Jun 2021 07:18:51 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G3N966tW2z4Sxs; Mon, 14 Jun 2021 07:18:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D4E0110930; Mon, 14 Jun 2021 07:18:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15E7IoaJ008012; Mon, 14 Jun 2021 07:18:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15E7IoXC008011; Mon, 14 Jun 2021 07:18:50 GMT (envelope-from git) Date: Mon, 14 Jun 2021 07:18:50 GMT Message-Id: <202106140718.15E7IoXC008011@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Bernard Spil Subject: git: 2ea11f7275de - 2021Q2 - www/apache24: Update to 2.4.48 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: brnrd X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 2ea11f7275de4a607ce907c11a2a5b44e22da554 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2021 07:18:51 -0000 The branch 2021Q2 has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=2ea11f7275de4a607ce907c11a2a5b44e22da554 commit 2ea11f7275de4a607ce907c11a2a5b44e22da554 Author: Bernard Spil AuthorDate: 2021-05-27 08:31:41 +0000 Commit: Bernard Spil CommitDate: 2021-06-14 07:18:36 +0000 www/apache24: Update to 2.4.48 Approved by: apache (with hat) (cherry picked from commit 1085fbd715563d82bb1eb5598a4448bce0de505d) --- www/apache24/Makefile | 3 +-- www/apache24/distinfo | 6 +++--- www/apache24/files/patch-modules_md_md__crypt.c | 15 +++++++++++++++ www/apache24/pkg-plist | 1 + 4 files changed, 20 insertions(+), 5 deletions(-) diff --git a/www/apache24/Makefile b/www/apache24/Makefile index 65ff86d8ffde..704004b81c7f 100644 --- a/www/apache24/Makefile +++ b/www/apache24/Makefile @@ -1,7 +1,6 @@ PORTNAME= apache24 -PORTVERSION= 2.4.46 -PORTREVISION= 2 +PORTVERSION= 2.4.48 CATEGORIES= www MASTER_SITES= APACHE_HTTPD DISTNAME= httpd-${PORTVERSION} diff --git a/www/apache24/distinfo b/www/apache24/distinfo index 14fc79191bd4..d3b592d7eb9a 100644 --- a/www/apache24/distinfo +++ b/www/apache24/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1596650554 -SHA256 (apache24/httpd-2.4.46.tar.bz2) = 740eddf6e1c641992b22359cabc66e6325868c3c5e2e3f98faf349b61ecf41ea -SIZE (apache24/httpd-2.4.46.tar.bz2) = 7187805 +TIMESTAMP = 1621950856 +SHA256 (apache24/httpd-2.4.48.tar.bz2) = 1bc826e7b2e88108c7e4bf43c026636f77a41d849cfb667aa7b5c0b86dbf966c +SIZE (apache24/httpd-2.4.48.tar.bz2) = 7194385 diff --git a/www/apache24/files/patch-modules_md_md__crypt.c b/www/apache24/files/patch-modules_md_md__crypt.c new file mode 100644 index 000000000000..0969f6c99a5a --- /dev/null +++ b/www/apache24/files/patch-modules_md_md__crypt.c @@ -0,0 +1,15 @@ +Index: modules/md/md_crypt.c +--- modules/md/md_crypt.c.orig ++++ modules/md/md_crypt.c +@@ -71,6 +71,11 @@ + #include + #endif + ++#if defined(LIBRESSL_VERSION_NUMBER) ++#define EVP_PKEY_X25519 NID_X25519 ++#define EVP_PKEY_X448 NID_X448 ++#endif ++ + static int initialized; + + struct md_pkey_t { diff --git a/www/apache24/pkg-plist b/www/apache24/pkg-plist index 25962ee54f41..879ec822c7b5 100644 --- a/www/apache24/pkg-plist +++ b/www/apache24/pkg-plist @@ -46,6 +46,7 @@ include/apache24/http_log.h include/apache24/http_main.h include/apache24/http_protocol.h include/apache24/http_request.h +include/apache24/http_ssl.h include/apache24/http_vhost.h include/apache24/httpd.h include/apache24/mod_auth.h From owner-dev-commits-ports-branches@freebsd.org Mon Jun 14 15:51:18 2021 Return-Path: Delivered-To: dev-commits-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 8476B647024; Mon, 14 Jun 2021 15:51:18 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G3bXQ2Qngz3QxV; Mon, 14 Jun 2021 15:51:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0825E172D4; Mon, 14 Jun 2021 15:51:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15EFpHOE097084; Mon, 14 Jun 2021 15:51:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15EFpH4o097083; Mon, 14 Jun 2021 15:51:17 GMT (envelope-from git) Date: Mon, 14 Jun 2021 15:51:17 GMT Message-Id: <202106141551.15EFpH4o097083@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: "Tobias C. Berner" Subject: git: 7735cbdd1310 - 2021Q2 - textprox/expat2: update to 2.4.1 -- fixes CVE-2013-0340/CWE-776 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tcberner X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 7735cbdd131003bbbb0c9238f1468db734b89bc4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2021 15:51:18 -0000 The branch 2021Q2 has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=7735cbdd131003bbbb0c9238f1468db734b89bc4 commit 7735cbdd131003bbbb0c9238f1468db734b89bc4 Author: Tobias C. Berner AuthorDate: 2021-05-24 14:38:28 +0000 Commit: Tobias C. Berner CommitDate: 2021-06-14 15:50:41 +0000 textprox/expat2: update to 2.4.1 -- fixes CVE-2013-0340/CWE-776 See [1] for details: Expat 2.4.0 and follow-up release 2.4.1 have both been released earlier today (21-05-23). Release 2.4.0 fixes long known security issue CVE-2013-0340 by adding protection against so-called Billion Laughs Attacks, a form of denial of service against applications accepting XML input, in all known variations, including recent flavor Parameter Laughs. [1] https://blog.hartwork.org/posts/cve-2013-0340-billion-laughs-fixed-in-expat-2-4-0 PR: 256121 Exp-run by: antoine (cherry picked from commit 1454ab40206b85f94edb6390e0d96c9716a07399) --- textproc/expat2/Makefile | 13 +++++++++---- textproc/expat2/distinfo | 6 +++--- textproc/expat2/pkg-plist | 8 ++++++-- 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/textproc/expat2/Makefile b/textproc/expat2/Makefile index 5006d8b6c6f8..f24d6a60a027 100644 --- a/textproc/expat2/Makefile +++ b/textproc/expat2/Makefile @@ -1,9 +1,9 @@ # Created by: Dirk Froemberg PORTNAME= expat -PORTVERSION= 2.2.10 +DISTVERSION= 2.4.1 CATEGORIES= textproc -MASTER_SITES= https://github.com/libexpat/libexpat/releases/download/R_${PORTVERSION:S|.|_|g}/ +MASTER_SITES= https://github.com/libexpat/libexpat/releases/download/R_${DISTVERSION:S|.|_|g}/ MAINTAINER= desktop@FreeBSD.org COMMENT= XML 1.0 parser written in C @@ -13,20 +13,25 @@ LICENSE_FILE= ${WRKSRC}/COPYING TEST_DEPENDS= bash:shells/bash -GNU_CONFIGURE= yes USES= libtool pathfix python:test tar:xz USE_LDCONFIG= yes +GNU_CONFIGURE= yes + CONFIGURE_ARGS= --without-docbook --without-examples INSTALL_TARGET= install-strip -OPTIONS_DEFINE= DOCS TEST +OPTIONS_DEFINE= DOCS STATIC TEST OPTIONS_SUB= yes +STATIC_CONFIGURE_ENABLE= static + TEST_USES= shebangfix SHEBANG_FILES= test-driver-wrapper.sh tests/udiffer.py tests/xmltest.sh TEST_CONFIGURE_WITH= tests TEST_TARGET= check +PLIST_SUB= EXPAT_VERSION=${DISTVERSION} + post-install: ${INSTALL_MAN} ${WRKSRC}/doc/xmlwf.1 ${STAGEDIR}${MANPREFIX}/man/man1/ diff --git a/textproc/expat2/distinfo b/textproc/expat2/distinfo index 236e97e3d074..5c679b618856 100644 --- a/textproc/expat2/distinfo +++ b/textproc/expat2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601788459 -SHA256 (expat-2.2.10.tar.xz) = 5dfe538f8b5b63f03e98edac520d7d9a6a4d22e482e5c96d4d06fcc5485c25f2 -SIZE (expat-2.2.10.tar.xz) = 425432 +TIMESTAMP = 1621866901 +SHA256 (expat-2.4.1.tar.xz) = cf032d0dba9b928636548e32b327a2d66b1aab63c4f4a13dd132c2d1d2f2fb6a +SIZE (expat-2.4.1.tar.xz) = 445024 diff --git a/textproc/expat2/pkg-plist b/textproc/expat2/pkg-plist index a3b033281188..2e7b447c5e0f 100644 --- a/textproc/expat2/pkg-plist +++ b/textproc/expat2/pkg-plist @@ -2,10 +2,14 @@ bin/xmlwf include/expat.h include/expat_config.h include/expat_external.h -lib/libexpat.a +lib/cmake/expat-%%EXPAT_VERSION%%/expat-config-version.cmake +lib/cmake/expat-%%EXPAT_VERSION%%/expat-config.cmake +lib/cmake/expat-%%EXPAT_VERSION%%/expat-noconfig.cmake +lib/cmake/expat-%%EXPAT_VERSION%%/expat.cmake +%%STATIC%%lib/libexpat.a lib/libexpat.so lib/libexpat.so.1 -lib/libexpat.so.1.6.12 +lib/libexpat.so.1.8.1 libdata/pkgconfig/expat.pc man/man1/xmlwf.1.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS From owner-dev-commits-ports-branches@freebsd.org Mon Jun 14 18:27:46 2021 Return-Path: Delivered-To: dev-commits-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 175B1643E69; Mon, 14 Jun 2021 18:27:46 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G3g0y0BVcz4Vlc; Mon, 14 Jun 2021 18:27:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E3755195FD; Mon, 14 Jun 2021 18:27:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15EIRj4D011588; Mon, 14 Jun 2021 18:27:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15EIRjG9011587; Mon, 14 Jun 2021 18:27:45 GMT (envelope-from git) Date: Mon, 14 Jun 2021 18:27:45 GMT Message-Id: <202106141827.15EIRjG9011587@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Yuri Victorovich Subject: git: e0be8b43797f - 2021Q2 - security/tor: Update 0.4.5.8 -> 0.4.6.5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: e0be8b43797ffd5ef1bdf83a39b271dc96dfc34b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2021 18:27:46 -0000 The branch 2021Q2 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e0be8b43797ffd5ef1bdf83a39b271dc96dfc34b commit e0be8b43797ffd5ef1bdf83a39b271dc96dfc34b Author: Yuri Victorovich AuthorDate: 2021-06-14 17:50:03 +0000 Commit: Yuri Victorovich CommitDate: 2021-06-14 18:27:43 +0000 security/tor: Update 0.4.5.8 -> 0.4.6.5 Release contains major bugfixes and minor features. Changelog: https://gitweb.torproject.org/tor.git/tree/ChangeLog?h=tor-0.4.6.5 Reported by: upstream notification (cherry picked from commit 1d097dd99b1d5066f15c6cc5cdbe0817c067b170) --- security/tor/Makefile | 2 +- security/tor/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/tor/Makefile b/security/tor/Makefile index d7aa3a07628e..5222e2636f4c 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -1,7 +1,7 @@ # Created by: peter.thoenen@yahoo.com PORTNAME= tor -DISTVERSION= 0.4.5.8 +DISTVERSION= 0.4.6.5 CATEGORIES= security net MASTER_SITES= TOR diff --git a/security/tor/distinfo b/security/tor/distinfo index b53c2ebb696e..b7845c02f153 100644 --- a/security/tor/distinfo +++ b/security/tor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620663231 -SHA256 (tor-0.4.5.8.tar.gz) = 57ded091e8bcdcebb0013fe7ef4a4439827cb169358c7874fd05fa00d813e227 -SIZE (tor-0.4.5.8.tar.gz) = 7826458 +TIMESTAMP = 1623691730 +SHA256 (tor-0.4.6.5.tar.gz) = 7b6d354e0d9791eace4b51e92211909308297b7aa257993937163d7ee0694cf9 +SIZE (tor-0.4.6.5.tar.gz) = 7754823 From owner-dev-commits-ports-branches@freebsd.org Mon Jun 14 18:58:36 2021 Return-Path: Delivered-To: dev-commits-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 9FBF76489F6; Mon, 14 Jun 2021 18:58:36 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G3ghX48DMz4XfH; Mon, 14 Jun 2021 18:58:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 726631A18E; Mon, 14 Jun 2021 18:58:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15EIwaOR051600; Mon, 14 Jun 2021 18:58:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15EIwab7051599; Mon, 14 Jun 2021 18:58:36 GMT (envelope-from git) Date: Mon, 14 Jun 2021 18:58:36 GMT Message-Id: <202106141858.15EIwab7051599@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Guido Falsi Subject: git: 758e045e3a81 - 2021Q2 - emulators/virtualbox-ose-kmod: Fix hang at module loading time MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: madpilot X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 758e045e3a8137842c72d35514c76b6d7f31c06b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2021 18:58:36 -0000 The branch 2021Q2 has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=758e045e3a8137842c72d35514c76b6d7f31c06b commit 758e045e3a8137842c72d35514c76b6d7f31c06b Author: Guido Falsi AuthorDate: 2021-06-14 18:47:06 +0000 Commit: Guido Falsi CommitDate: 2021-06-14 18:57:31 +0000 emulators/virtualbox-ose-kmod: Fix hang at module loading time After src commit e266a0f7f001 a module is not allowed to call kern_kldload while being loaded. The virtualbox module is doing exactly this though. virutalbox used to do this because the ng_ether netgraph node did not provide version information in the past and there was no way to properly depend on it. ng_ether has gained versioning information in base r238844 more than ten years ago, so we can now unconditionally properly depend on it, since this revision is now included in all supported FreeBSD versions. Thanks to Tomoaki AOKI for identifying the base commuit exposing the issue. PR: 256505 Tested by: Tomoaki AOKI MFH: 2021Q2 Differential Revision: https://reviews.freebsd.org/D30722 (cherry picked from commit 082999790a64a5e64a3faa133e8d2d06bf2aff61) --- ...rivers_VBoxNetFlt_freebsd_VBoxNetFlt-freebsd.c} | 59 ++++++++++++++-------- 1 file changed, 38 insertions(+), 21 deletions(-) diff --git a/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-VBoxNetFlt-freebsd-VBoxNetFlt-freebsd.c b/emulators/virtualbox-ose/files/patch-src_VBox_HostDrivers_VBoxNetFlt_freebsd_VBoxNetFlt-freebsd.c similarity index 80% rename from emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-VBoxNetFlt-freebsd-VBoxNetFlt-freebsd.c rename to emulators/virtualbox-ose/files/patch-src_VBox_HostDrivers_VBoxNetFlt_freebsd_VBoxNetFlt-freebsd.c index 980065ebf84b..25df12a1546e 100644 --- a/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-VBoxNetFlt-freebsd-VBoxNetFlt-freebsd.c +++ b/emulators/virtualbox-ose/files/patch-src_VBox_HostDrivers_VBoxNetFlt_freebsd_VBoxNetFlt-freebsd.c @@ -1,4 +1,4 @@ ---- src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c.orig 2021-01-07 15:41:28 UTC +--- src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c.orig 2021-04-28 16:31:54 UTC +++ src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c @@ -52,6 +52,7 @@ #include @@ -16,7 +16,24 @@ static int vboxnetflt_modevent(struct module *, int, void *); static ng_constructor_t ng_vboxnetflt_constructor; -@@ -361,7 +363,14 @@ static int ng_vboxnetflt_rcvdata(hook_p hook, item_p i +@@ -149,6 +151,7 @@ NETGRAPH_INIT(vboxnetflt, &ng_vboxnetflt_typestruct); + */ + MODULE_VERSION(vboxnetflt, 1); + MODULE_DEPEND(ng_vboxnetflt, vboxdrv, 1, 1, 1); ++MODULE_DEPEND(ng_vboxnetflt, ng_ether, 1, 1, 1); + + /** + * The (common) global data. +@@ -181,8 +184,6 @@ static int vboxnetflt_modevent(struct module *pMod, in + printf("vboxNetFltInitGlobalsAndIdc failed %d\n", rc); + return RTErrConvertToErrno(rc); + } +- /* No MODULE_VERSION in ng_ether so we can't MODULE_DEPEND it */ +- kern_kldload(curthread, "ng_ether", NULL); + break; + + case MOD_UNLOAD: +@@ -361,7 +362,14 @@ static int ng_vboxnetflt_rcvdata(hook_p hook, item_p i { if (mtag != NULL || !fActive) { @@ -31,7 +48,7 @@ if (fActive) vboxNetFltRelease(pThis, true /*fBusy*/); VBOXCURVNET_RESTORE(); -@@ -436,6 +445,8 @@ static void vboxNetFltFreeBSDinput(void *arg, int pend +@@ -436,6 +444,8 @@ static void vboxNetFltFreeBSDinput(void *arg, int pend struct ifnet *ifp = pThis->u.s.ifp; unsigned int cSegs = 0; bool fDropIt = false, fActive; @@ -40,7 +57,7 @@ PINTNETSG pSG; VBOXCURVNET_SET(ifp->if_vnet); -@@ -448,6 +459,19 @@ static void vboxNetFltFreeBSDinput(void *arg, int pend +@@ -448,6 +458,19 @@ static void vboxNetFltFreeBSDinput(void *arg, int pend if (m == NULL) break; @@ -60,7 +77,7 @@ for (m0 = m; m0 != NULL; m0 = m0->m_next) if (m0->m_len > 0) cSegs++; -@@ -462,10 +486,39 @@ static void vboxNetFltFreeBSDinput(void *arg, int pend +@@ -462,10 +485,39 @@ static void vboxNetFltFreeBSDinput(void *arg, int pend vboxNetFltFreeBSDMBufToSG(pThis, m, pSG, cSegs, 0); fDropIt = pThis->pSwitchPort->pfnRecv(pThis->pSwitchPort, NULL /* pvIf */, pSG, INTNETTRUNKDIR_WIRE); RTMemTmpFree(pSG); @@ -101,7 +118,7 @@ } vboxNetFltRelease(pThis, true /* fBusy */); VBOXCURVNET_RESTORE(); -@@ -521,6 +574,7 @@ static void vboxNetFltFreeBSDoutput(void *arg, int pen +@@ -521,6 +573,7 @@ static void vboxNetFltFreeBSDoutput(void *arg, int pen */ int vboxNetFltPortOsXmit(PVBOXNETFLTINS pThis, void *pvIfData, PINTNETSG pSG, uint32_t fDst) { @@ -109,7 +126,7 @@ NOREF(pvIfData); void (*input_f)(struct ifnet *, struct mbuf *); -@@ -537,10 +591,16 @@ int vboxNetFltPortOsXmit(PVBOXNETFLTINS pThis, void *p +@@ -537,10 +590,16 @@ int vboxNetFltPortOsXmit(PVBOXNETFLTINS pThis, void *p { m = vboxNetFltFreeBSDSGMBufFromSG(pThis, pSG); if (m == NULL) @@ -126,7 +143,7 @@ m->m_flags |= M_PKTHDR; ether_output_frame(ifp, m); -@@ -550,10 +610,16 @@ int vboxNetFltPortOsXmit(PVBOXNETFLTINS pThis, void *p +@@ -550,10 +609,16 @@ int vboxNetFltPortOsXmit(PVBOXNETFLTINS pThis, void *p { m = vboxNetFltFreeBSDSGMBufFromSG(pThis, pSG); if (m == NULL) @@ -143,7 +160,7 @@ /* * Delivering packets to the host will be captured by the * input hook. Tag the packet with a mbuf tag so that we -@@ -564,6 +630,7 @@ int vboxNetFltPortOsXmit(PVBOXNETFLTINS pThis, void *p +@@ -564,6 +629,7 @@ int vboxNetFltPortOsXmit(PVBOXNETFLTINS pThis, void *p if (mtag == NULL) { m_freem(m); @@ -151,7 +168,7 @@ return VERR_NO_MEMORY; } -@@ -574,6 +641,7 @@ int vboxNetFltPortOsXmit(PVBOXNETFLTINS pThis, void *p +@@ -574,6 +640,7 @@ int vboxNetFltPortOsXmit(PVBOXNETFLTINS pThis, void *p ifp->if_input(ifp, m); } VBOXCURVNET_RESTORE(); @@ -159,7 +176,7 @@ return VINF_SUCCESS; } -@@ -586,6 +654,7 @@ static bool vboxNetFltFreeBsdIsPromiscuous(PVBOXNETFLT +@@ -586,6 +653,7 @@ static bool vboxNetFltFreeBsdIsPromiscuous(PVBOXNETFLT int vboxNetFltOsInitInstance(PVBOXNETFLTINS pThis, void *pvContext) { @@ -167,7 +184,7 @@ char nam[NG_NODESIZ]; struct ifnet *ifp; node_p node; -@@ -594,7 +663,10 @@ int vboxNetFltOsInitInstance(PVBOXNETFLTINS pThis, voi +@@ -594,7 +662,10 @@ int vboxNetFltOsInitInstance(PVBOXNETFLTINS pThis, voi NOREF(pvContext); ifp = ifunit(pThis->szName); if (ifp == NULL) @@ -178,7 +195,7 @@ /* Create a new netgraph node for this instance */ if (ng_make_node_common(&ng_vboxnetflt_typestruct, &node) != 0) -@@ -638,12 +710,14 @@ int vboxNetFltOsInitInstance(PVBOXNETFLTINS pThis, voi +@@ -638,12 +709,14 @@ int vboxNetFltOsInitInstance(PVBOXNETFLTINS pThis, voi vboxNetFltRelease(pThis, true /*fBusy*/); } VBOXCURVNET_RESTORE(); @@ -193,7 +210,7 @@ struct ifnet *ifp, *ifp0; ifp = ASMAtomicUoReadPtrT(&pThis->u.s.ifp, struct ifnet *); -@@ -660,6 +734,7 @@ bool vboxNetFltOsMaybeRediscovered(PVBOXNETFLTINS pThi +@@ -660,6 +733,7 @@ bool vboxNetFltOsMaybeRediscovered(PVBOXNETFLTINS pThi pThis->u.s.node = NULL; } VBOXCURVNET_RESTORE(); @@ -201,7 +218,7 @@ if (ifp0 != NULL) { -@@ -672,6 +747,7 @@ bool vboxNetFltOsMaybeRediscovered(PVBOXNETFLTINS pThi +@@ -672,6 +746,7 @@ bool vboxNetFltOsMaybeRediscovered(PVBOXNETFLTINS pThi void vboxNetFltOsDeleteInstance(PVBOXNETFLTINS pThis) { @@ -209,7 +226,7 @@ taskqueue_drain(taskqueue_fast, &pThis->u.s.tskin); taskqueue_drain(taskqueue_fast, &pThis->u.s.tskout); -@@ -684,6 +760,7 @@ void vboxNetFltOsDeleteInstance(PVBOXNETFLTINS pThis) +@@ -684,6 +759,7 @@ void vboxNetFltOsDeleteInstance(PVBOXNETFLTINS pThis) ng_rmnode_self(pThis->u.s.node); VBOXCURVNET_RESTORE(); pThis->u.s.node = NULL; @@ -217,7 +234,7 @@ } int vboxNetFltOsPreInitInstance(PVBOXNETFLTINS pThis) -@@ -697,6 +774,7 @@ int vboxNetFltOsPreInitInstance(PVBOXNETFLTINS pThis) +@@ -697,6 +773,7 @@ int vboxNetFltOsPreInitInstance(PVBOXNETFLTINS pThis) void vboxNetFltPortOsSetActive(PVBOXNETFLTINS pThis, bool fActive) { @@ -225,7 +242,7 @@ struct ifnet *ifp; struct ifreq ifreq; int error; -@@ -730,7 +808,10 @@ void vboxNetFltPortOsSetActive(PVBOXNETFLTINS pThis, b +@@ -730,7 +807,10 @@ void vboxNetFltPortOsSetActive(PVBOXNETFLTINS pThis, b NG_MKMESSAGE(msg, NGM_GENERIC_COOKIE, NGM_CONNECT, sizeof(struct ngm_connect), M_NOWAIT); if (msg == NULL) @@ -236,7 +253,7 @@ con = (struct ngm_connect *)msg->data; snprintf(con->path, NG_PATHSIZ, "vboxnetflt_%s:", ifp->if_xname); strlcpy(con->ourhook, "lower", NG_HOOKSIZ); -@@ -744,7 +825,10 @@ void vboxNetFltPortOsSetActive(PVBOXNETFLTINS pThis, b +@@ -744,7 +824,10 @@ void vboxNetFltPortOsSetActive(PVBOXNETFLTINS pThis, b NG_MKMESSAGE(msg, NGM_GENERIC_COOKIE, NGM_CONNECT, sizeof(struct ngm_connect), M_NOWAIT); if (msg == NULL) @@ -247,7 +264,7 @@ con = (struct ngm_connect *)msg->data; snprintf(con->path, NG_PATHSIZ, "vboxnetflt_%s:", ifp->if_xname); -@@ -767,7 +851,10 @@ void vboxNetFltPortOsSetActive(PVBOXNETFLTINS pThis, b +@@ -767,7 +850,10 @@ void vboxNetFltPortOsSetActive(PVBOXNETFLTINS pThis, b NG_MKMESSAGE(msg, NGM_GENERIC_COOKIE, NGM_RMHOOK, sizeof(struct ngm_rmhook), M_NOWAIT); if (msg == NULL) @@ -258,7 +275,7 @@ rm = (struct ngm_rmhook *)msg->data; strlcpy(rm->ourhook, "input", NG_HOOKSIZ); NG_SEND_MSG_PATH(error, node, msg, path, 0); -@@ -778,12 +865,16 @@ void vboxNetFltPortOsSetActive(PVBOXNETFLTINS pThis, b +@@ -778,12 +864,16 @@ void vboxNetFltPortOsSetActive(PVBOXNETFLTINS pThis, b NG_MKMESSAGE(msg, NGM_GENERIC_COOKIE, NGM_RMHOOK, sizeof(struct ngm_rmhook), M_NOWAIT); if (msg == NULL) From owner-dev-commits-ports-branches@freebsd.org Mon Jun 14 19:01:39 2021 Return-Path: Delivered-To: dev-commits-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 74737648C4C; Mon, 14 Jun 2021 19:01:39 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G3gm32h2rz4YBx; Mon, 14 Jun 2021 19:01:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 44FF419FC1; Mon, 14 Jun 2021 19:01:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15EJ1djm061706; Mon, 14 Jun 2021 19:01:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15EJ1dKj061705; Mon, 14 Jun 2021 19:01:39 GMT (envelope-from git) Date: Mon, 14 Jun 2021 19:01:39 GMT Message-Id: <202106141901.15EJ1dKj061705@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Juraj Lutter Subject: git: 9fc40713734c - 2021Q2 - mail/postfix: Update to 3.6.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: otis X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 9fc40713734c7e64f72768b5c0a15d5cdf1a1a87 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2021 19:01:39 -0000 The branch 2021Q2 has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=9fc40713734c7e64f72768b5c0a15d5cdf1a1a87 commit 9fc40713734c7e64f72768b5c0a15d5cdf1a1a87 Author: Juraj Lutter AuthorDate: 2021-06-14 13:34:12 +0000 Commit: Juraj Lutter CommitDate: 2021-06-14 19:00:58 +0000 mail/postfix: Update to 3.6.1 Relnotes: http://www.postfix.org/announcements/postfix-3.6.1.html Reported by: portscout (cherry picked from commit 28a702cf412f69edf99d00eb957668a6b7c05b05) --- mail/postfix/Makefile | 2 +- mail/postfix/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 6954e07f815e..074f1e6dfc5a 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,7 +1,7 @@ # Created by: Torsten Blum PORTNAME= postfix -DISTVERSION= 3.5.9 +DISTVERSION= 3.6.1 PORTREVISION?= 0 PORTEPOCH= 1 CATEGORIES= mail diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index ef8991d5898a..d30723665c65 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1610898420 -SHA256 (postfix/postfix-3.5.9.tar.gz) = 51ced5a3165a415beba812b6c9ead0496b7172ac6c3beb654d2ccd9a1b00762b -SIZE (postfix/postfix-3.5.9.tar.gz) = 4620852 +TIMESTAMP = 1623676976 +SHA256 (postfix/postfix-3.6.1.tar.gz) = 20a805625601e7b95989220832c8fa14ce374f0711da054188f8cec6a92fd71c +SIZE (postfix/postfix-3.6.1.tar.gz) = 4748754 From owner-dev-commits-ports-branches@freebsd.org Mon Jun 14 20:05:22 2021 Return-Path: Delivered-To: dev-commits-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 39D5A64E944; Mon, 14 Jun 2021 20:05:22 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G3j9Z17skz4h0Z; Mon, 14 Jun 2021 20:05:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0BC581B183; Mon, 14 Jun 2021 20:05:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15EK5LPD046048; Mon, 14 Jun 2021 20:05:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15EK5LG6046047; Mon, 14 Jun 2021 20:05:21 GMT (envelope-from git) Date: Mon, 14 Jun 2021 20:05:21 GMT Message-Id: <202106142005.15EK5LG6046047@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Guido Falsi Subject: git: 68c14fd975f5 - 2021Q2 - emulators/virtualbox-ose-kmod-legacy: Fix hang at module loading time MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: madpilot X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 68c14fd975f54e546c2bfbe4adc79126be268efe Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2021 20:05:22 -0000 The branch 2021Q2 has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=68c14fd975f54e546c2bfbe4adc79126be268efe commit 68c14fd975f54e546c2bfbe4adc79126be268efe Author: Guido Falsi AuthorDate: 2021-06-14 19:59:05 +0000 Commit: Guido Falsi CommitDate: 2021-06-14 20:05:17 +0000 emulators/virtualbox-ose-kmod-legacy: Fix hang at module loading time After src commit e266a0f7f001 a module is not allowed to call kern_kldload while being loaded. The virtualbox module is doing exactly this though. virutalbox used to do this because the ng_ether netgraph node did not provide version information in the past and there was no way to properly depend on it. ng_ether has gained versioning information in base r238844 more than ten years ago, so we can now unconditionally properly depend on it, since this revision is now included in all supported FreeBSD versions. Thanks to Tomoaki AOKI for identifying the base commuit exposing the issue. Backport fix to legacy port. WHile here also merge a double patch for the smae file. PR: 256505 MFH: 2021Q2 (cherry picked from commit 354344ce8af17e5b6d85109120af5c6584ae642c) --- emulators/virtualbox-ose-kmod-legacy/Makefile | 2 +- ...Drivers-VBoxNetFlt-freebsd-VBoxNetFlt-freebsd.c | 273 ------------------- ...Drivers_VBoxNetFlt_freebsd_VBoxNetFlt-freebsd.c | 292 ++++++++++++++++++++- 3 files changed, 289 insertions(+), 278 deletions(-) diff --git a/emulators/virtualbox-ose-kmod-legacy/Makefile b/emulators/virtualbox-ose-kmod-legacy/Makefile index 81d7ea4ab6ef..88b2b9633d94 100644 --- a/emulators/virtualbox-ose-kmod-legacy/Makefile +++ b/emulators/virtualbox-ose-kmod-legacy/Makefile @@ -2,7 +2,7 @@ PORTNAME= virtualbox-ose PORTVERSION= 5.2.44 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= emulators MASTER_SITES= https://download.oracle.com/virtualbox/${PORTVERSION}/ PKGNAMESUFFIX= -kmod-legacy diff --git a/emulators/virtualbox-ose-legacy/files/patch-src-VBox-HostDrivers-VBoxNetFlt-freebsd-VBoxNetFlt-freebsd.c b/emulators/virtualbox-ose-legacy/files/patch-src-VBox-HostDrivers-VBoxNetFlt-freebsd-VBoxNetFlt-freebsd.c deleted file mode 100644 index 4c0df373227c..000000000000 --- a/emulators/virtualbox-ose-legacy/files/patch-src-VBox-HostDrivers-VBoxNetFlt-freebsd-VBoxNetFlt-freebsd.c +++ /dev/null @@ -1,273 +0,0 @@ ---- src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c.orig 2018-10-15 14:30:58 UTC -+++ src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c -@@ -52,6 +52,7 @@ - #include - #include - #include -+#include - - #include - #include -@@ -73,6 +74,7 @@ - - #define VBOXNETFLT_OS_SPECFIC 1 - #include "../VBoxNetFltInternal.h" -+#include "freebsd/the-freebsd-kernel.h" - - static int vboxnetflt_modevent(struct module *, int, void *); - static ng_constructor_t ng_vboxnetflt_constructor; -@@ -370,7 +372,11 @@ static int ng_vboxnetflt_rcvdata(hook_p hook, item_p i - mtx_lock_spin(&pThis->u.s.inq.ifq_mtx); - _IF_ENQUEUE(&pThis->u.s.inq, m); - mtx_unlock_spin(&pThis->u.s.inq.ifq_mtx); -+#if __FreeBSD_version >= 1100100 -+ taskqueue_enqueue(taskqueue_fast, &pThis->u.s.tskin); -+#else - taskqueue_enqueue_fast(taskqueue_fast, &pThis->u.s.tskin); -+#endif - } - /* - * Handle mbufs on the outgoing hook, frames going to the interface -@@ -388,7 +394,11 @@ static int ng_vboxnetflt_rcvdata(hook_p hook, item_p i - mtx_lock_spin(&pThis->u.s.outq.ifq_mtx); - _IF_ENQUEUE(&pThis->u.s.outq, m); - mtx_unlock_spin(&pThis->u.s.outq.ifq_mtx); -+#if __FreeBSD_version >= 1100100 -+ taskqueue_enqueue(taskqueue_fast, &pThis->u.s.tskout); -+#else - taskqueue_enqueue_fast(taskqueue_fast, &pThis->u.s.tskout); -+#endif - } - else - { -@@ -428,6 +438,8 @@ static void vboxNetFltFreeBSDinput(void *arg, int pend - struct ifnet *ifp = pThis->u.s.ifp; - unsigned int cSegs = 0; - bool fDropIt = false, fActive; -+ bool is_vl_tagged = false; -+ uint16_t vl_tag; - PINTNETSG pSG; - - VBOXCURVNET_SET(ifp->if_vnet); -@@ -440,6 +452,19 @@ static void vboxNetFltFreeBSDinput(void *arg, int pend - if (m == NULL) - break; - -+ /* Prepend a VLAN header for consumption by the virtual switch */ -+ if (m->m_flags & M_VLANTAG) { -+ vl_tag = m->m_pkthdr.ether_vtag; -+ is_vl_tagged = true; -+ -+ m = ether_vlanencap(m, m->m_pkthdr.ether_vtag); -+ if (m == NULL) { -+ printf("vboxflt: unable to prepend VLAN header\n"); -+ break; -+ } -+ m->m_flags &= ~M_VLANTAG; -+ } -+ - for (m0 = m; m0 != NULL; m0 = m0->m_next) - if (m0->m_len > 0) - cSegs++; -@@ -454,6 +479,27 @@ static void vboxNetFltFreeBSDinput(void *arg, int pend - vboxNetFltFreeBSDMBufToSG(pThis, m, pSG, cSegs, 0); - fDropIt = pThis->pSwitchPort->pfnRecv(pThis->pSwitchPort, NULL /* pvIf */, pSG, INTNETTRUNKDIR_WIRE); - RTMemTmpFree(pSG); -+ -+ /* Restore the VLAN flags before re-injecting the packet */ -+ if (is_vl_tagged && !fDropIt) { -+ struct ether_vlan_header *vl_hdr; -+ -+ /* This shouldn't fail, as the header was just prepended */ -+ if (m->m_len < sizeof(*vl_hdr) && (m = m_pullup(m, sizeof(*vl_hdr))) == NULL) { -+ printf("vboxflt: unable to pullup VLAN header\n"); -+ m_freem(m); -+ break; -+ } -+ -+ /* Copy the MAC dhost/shost over the 802.1q field */ -+ vl_hdr = mtod(m, struct ether_vlan_header *); -+ bcopy((char *)vl_hdr, (char *)vl_hdr + ETHER_VLAN_ENCAP_LEN, ETHER_HDR_LEN - ETHER_TYPE_LEN); -+ m_adj(m, ETHER_VLAN_ENCAP_LEN); -+ -+ m->m_pkthdr.ether_vtag = vl_tag; -+ m->m_flags |= M_VLANTAG; -+ } -+ - if (fDropIt) - m_freem(m); - else -@@ -513,6 +559,7 @@ static void vboxNetFltFreeBSDoutput(void *arg, int pen - */ - int vboxNetFltPortOsXmit(PVBOXNETFLTINS pThis, void *pvIfData, PINTNETSG pSG, uint32_t fDst) - { -+ IPRT_FREEBSD_SAVE_EFL_AC(); - NOREF(pvIfData); - - void (*input_f)(struct ifnet *, struct mbuf *); -@@ -529,10 +576,16 @@ int vboxNetFltPortOsXmit(PVBOXNETFLTINS pThis, void *p - { - m = vboxNetFltFreeBSDSGMBufFromSG(pThis, pSG); - if (m == NULL) -+ { -+ IPRT_FREEBSD_RESTORE_EFL_AC(); - return VERR_NO_MEMORY; -+ } - m = m_pullup(m, ETHER_HDR_LEN); - if (m == NULL) -+ { -+ IPRT_FREEBSD_RESTORE_EFL_AC(); - return VERR_NO_MEMORY; -+ } - - m->m_flags |= M_PKTHDR; - ether_output_frame(ifp, m); -@@ -542,10 +595,16 @@ int vboxNetFltPortOsXmit(PVBOXNETFLTINS pThis, void *p - { - m = vboxNetFltFreeBSDSGMBufFromSG(pThis, pSG); - if (m == NULL) -+ { -+ IPRT_FREEBSD_RESTORE_EFL_AC(); - return VERR_NO_MEMORY; -+ } - m = m_pullup(m, ETHER_HDR_LEN); - if (m == NULL) -+ { -+ IPRT_FREEBSD_RESTORE_EFL_AC(); - return VERR_NO_MEMORY; -+ } - /* - * Delivering packets to the host will be captured by the - * input hook. Tag the packet with a mbuf tag so that we -@@ -556,6 +615,7 @@ int vboxNetFltPortOsXmit(PVBOXNETFLTINS pThis, void *p - if (mtag == NULL) - { - m_freem(m); -+ IPRT_FREEBSD_RESTORE_EFL_AC(); - return VERR_NO_MEMORY; - } - -@@ -566,6 +626,7 @@ int vboxNetFltPortOsXmit(PVBOXNETFLTINS pThis, void *p - ifp->if_input(ifp, m); - } - VBOXCURVNET_RESTORE(); -+ IPRT_FREEBSD_RESTORE_EFL_AC(); - return VINF_SUCCESS; - } - -@@ -578,6 +639,7 @@ static bool vboxNetFltFreeBsdIsPromiscuous(PVBOXNETFLT - - int vboxNetFltOsInitInstance(PVBOXNETFLTINS pThis, void *pvContext) - { -+ IPRT_FREEBSD_SAVE_EFL_AC(); - char nam[NG_NODESIZ]; - struct ifnet *ifp; - node_p node; -@@ -586,7 +648,10 @@ int vboxNetFltOsInitInstance(PVBOXNETFLTINS pThis, voi - NOREF(pvContext); - ifp = ifunit(pThis->szName); - if (ifp == NULL) -+ { -+ IPRT_FREEBSD_RESTORE_EFL_AC(); - return VERR_INTNET_FLT_IF_NOT_FOUND; -+ } - - /* Create a new netgraph node for this instance */ - if (ng_make_node_common(&ng_vboxnetflt_typestruct, &node) != 0) -@@ -630,12 +695,14 @@ int vboxNetFltOsInitInstance(PVBOXNETFLTINS pThis, voi - vboxNetFltRelease(pThis, true /*fBusy*/); - } - VBOXCURVNET_RESTORE(); -+ IPRT_FREEBSD_RESTORE_EFL_AC(); - - return VINF_SUCCESS; - } - - bool vboxNetFltOsMaybeRediscovered(PVBOXNETFLTINS pThis) - { -+ IPRT_FREEBSD_SAVE_EFL_AC(); - struct ifnet *ifp, *ifp0; - - ifp = ASMAtomicUoReadPtrT(&pThis->u.s.ifp, struct ifnet *); -@@ -652,6 +719,7 @@ bool vboxNetFltOsMaybeRediscovered(PVBOXNETFLTINS pThi - pThis->u.s.node = NULL; - } - VBOXCURVNET_RESTORE(); -+ IPRT_FREEBSD_RESTORE_EFL_AC(); - - if (ifp0 != NULL) - { -@@ -664,6 +732,7 @@ bool vboxNetFltOsMaybeRediscovered(PVBOXNETFLTINS pThi - - void vboxNetFltOsDeleteInstance(PVBOXNETFLTINS pThis) - { -+ IPRT_FREEBSD_SAVE_EFL_AC(); - - taskqueue_drain(taskqueue_fast, &pThis->u.s.tskin); - taskqueue_drain(taskqueue_fast, &pThis->u.s.tskout); -@@ -676,6 +745,7 @@ void vboxNetFltOsDeleteInstance(PVBOXNETFLTINS pThis) - ng_rmnode_self(pThis->u.s.node); - VBOXCURVNET_RESTORE(); - pThis->u.s.node = NULL; -+ IPRT_FREEBSD_RESTORE_EFL_AC(); - } - - int vboxNetFltOsPreInitInstance(PVBOXNETFLTINS pThis) -@@ -689,6 +759,7 @@ int vboxNetFltOsPreInitInstance(PVBOXNETFLTINS pThis) - - void vboxNetFltPortOsSetActive(PVBOXNETFLTINS pThis, bool fActive) - { -+ IPRT_FREEBSD_SAVE_EFL_AC(); - struct ifnet *ifp; - struct ifreq ifreq; - int error; -@@ -722,7 +793,10 @@ void vboxNetFltPortOsSetActive(PVBOXNETFLTINS pThis, b - NG_MKMESSAGE(msg, NGM_GENERIC_COOKIE, NGM_CONNECT, - sizeof(struct ngm_connect), M_NOWAIT); - if (msg == NULL) -+ { -+ IPRT_FREEBSD_RESTORE_EFL_AC(); - return; -+ } - con = (struct ngm_connect *)msg->data; - snprintf(con->path, NG_PATHSIZ, "vboxnetflt_%s:", ifp->if_xname); - strlcpy(con->ourhook, "lower", NG_HOOKSIZ); -@@ -736,7 +810,10 @@ void vboxNetFltPortOsSetActive(PVBOXNETFLTINS pThis, b - NG_MKMESSAGE(msg, NGM_GENERIC_COOKIE, NGM_CONNECT, - sizeof(struct ngm_connect), M_NOWAIT); - if (msg == NULL) -+ { -+ IPRT_FREEBSD_RESTORE_EFL_AC(); - return; -+ } - con = (struct ngm_connect *)msg->data; - snprintf(con->path, NG_PATHSIZ, "vboxnetflt_%s:", - ifp->if_xname); -@@ -759,7 +836,10 @@ void vboxNetFltPortOsSetActive(PVBOXNETFLTINS pThis, b - NG_MKMESSAGE(msg, NGM_GENERIC_COOKIE, NGM_RMHOOK, - sizeof(struct ngm_rmhook), M_NOWAIT); - if (msg == NULL) -+ { -+ IPRT_FREEBSD_RESTORE_EFL_AC(); - return; -+ } - rm = (struct ngm_rmhook *)msg->data; - strlcpy(rm->ourhook, "input", NG_HOOKSIZ); - NG_SEND_MSG_PATH(error, node, msg, path, 0); -@@ -770,12 +850,16 @@ void vboxNetFltPortOsSetActive(PVBOXNETFLTINS pThis, b - NG_MKMESSAGE(msg, NGM_GENERIC_COOKIE, NGM_RMHOOK, - sizeof(struct ngm_rmhook), M_NOWAIT); - if (msg == NULL) -+ { -+ IPRT_FREEBSD_RESTORE_EFL_AC(); - return; -+ } - rm = (struct ngm_rmhook *)msg->data; - strlcpy(rm->ourhook, "output", NG_HOOKSIZ); - NG_SEND_MSG_PATH(error, node, msg, path, 0); - } - VBOXCURVNET_RESTORE(); -+ IPRT_FREEBSD_RESTORE_EFL_AC(); - } - - int vboxNetFltOsDisconnectIt(PVBOXNETFLTINS pThis) diff --git a/emulators/virtualbox-ose-legacy/files/patch-src_VBox_HostDrivers_VBoxNetFlt_freebsd_VBoxNetFlt-freebsd.c b/emulators/virtualbox-ose-legacy/files/patch-src_VBox_HostDrivers_VBoxNetFlt_freebsd_VBoxNetFlt-freebsd.c index 7476660805bb..7403c0cee559 100644 --- a/emulators/virtualbox-ose-legacy/files/patch-src_VBox_HostDrivers_VBoxNetFlt_freebsd_VBoxNetFlt-freebsd.c +++ b/emulators/virtualbox-ose-legacy/files/patch-src_VBox_HostDrivers_VBoxNetFlt_freebsd_VBoxNetFlt-freebsd.c @@ -1,6 +1,39 @@ ---- src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c.orig 2020-07-28 21:59:30.107638000 -0700 -+++ src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c 2020-07-28 22:00:37.858885000 -0700 -@@ -361,7 +361,14 @@ +--- src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c.orig 2021-06-14 19:17:49 UTC ++++ src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c +@@ -52,6 +52,7 @@ + #include + #include + #include ++#include + + #include + #include +@@ -73,6 +74,7 @@ + + #define VBOXNETFLT_OS_SPECFIC 1 + #include "../VBoxNetFltInternal.h" ++#include "freebsd/the-freebsd-kernel.h" + + static int vboxnetflt_modevent(struct module *, int, void *); + static ng_constructor_t ng_vboxnetflt_constructor; +@@ -149,6 +151,7 @@ NETGRAPH_INIT(vboxnetflt, &ng_vboxnetflt_typestruct); + */ + MODULE_VERSION(vboxnetflt, 1); + MODULE_DEPEND(ng_vboxnetflt, vboxdrv, 1, 1, 1); ++MODULE_DEPEND(ng_vboxnetflt, ng_ether, 1, 1, 1); + + /** + * The (common) global data. +@@ -181,8 +184,6 @@ static int vboxnetflt_modevent(struct module *pMod, in + printf("vboxNetFltInitGlobalsAndIdc failed %d\n", rc); + return RTErrConvertToErrno(rc); + } +- /* No MODULE_VERSION in ng_ether so we can't MODULE_DEPEND it */ +- kern_kldload(curthread, "ng_ether", NULL); + break; + + case MOD_UNLOAD: +@@ -361,7 +362,14 @@ static int ng_vboxnetflt_rcvdata(hook_p hook, item_p i { if (mtag != NULL || !fActive) { @@ -15,7 +48,84 @@ if (fActive) vboxNetFltRelease(pThis, true /*fBusy*/); VBOXCURVNET_RESTORE(); -@@ -457,7 +464,16 @@ +@@ -370,7 +378,11 @@ static int ng_vboxnetflt_rcvdata(hook_p hook, item_p i + mtx_lock_spin(&pThis->u.s.inq.ifq_mtx); + _IF_ENQUEUE(&pThis->u.s.inq, m); + mtx_unlock_spin(&pThis->u.s.inq.ifq_mtx); ++#if __FreeBSD_version >= 1100100 ++ taskqueue_enqueue(taskqueue_fast, &pThis->u.s.tskin); ++#else + taskqueue_enqueue_fast(taskqueue_fast, &pThis->u.s.tskin); ++#endif + } + /* + * Handle mbufs on the outgoing hook, frames going to the interface +@@ -388,7 +400,11 @@ static int ng_vboxnetflt_rcvdata(hook_p hook, item_p i + mtx_lock_spin(&pThis->u.s.outq.ifq_mtx); + _IF_ENQUEUE(&pThis->u.s.outq, m); + mtx_unlock_spin(&pThis->u.s.outq.ifq_mtx); ++#if __FreeBSD_version >= 1100100 ++ taskqueue_enqueue(taskqueue_fast, &pThis->u.s.tskout); ++#else + taskqueue_enqueue_fast(taskqueue_fast, &pThis->u.s.tskout); ++#endif + } + else + { +@@ -428,6 +444,8 @@ static void vboxNetFltFreeBSDinput(void *arg, int pend + struct ifnet *ifp = pThis->u.s.ifp; + unsigned int cSegs = 0; + bool fDropIt = false, fActive; ++ bool is_vl_tagged = false; ++ uint16_t vl_tag; + PINTNETSG pSG; + + VBOXCURVNET_SET(ifp->if_vnet); +@@ -440,6 +458,19 @@ static void vboxNetFltFreeBSDinput(void *arg, int pend + if (m == NULL) + break; + ++ /* Prepend a VLAN header for consumption by the virtual switch */ ++ if (m->m_flags & M_VLANTAG) { ++ vl_tag = m->m_pkthdr.ether_vtag; ++ is_vl_tagged = true; ++ ++ m = ether_vlanencap(m, m->m_pkthdr.ether_vtag); ++ if (m == NULL) { ++ printf("vboxflt: unable to prepend VLAN header\n"); ++ break; ++ } ++ m->m_flags &= ~M_VLANTAG; ++ } ++ + for (m0 = m; m0 != NULL; m0 = m0->m_next) + if (m0->m_len > 0) + cSegs++; +@@ -454,10 +485,40 @@ static void vboxNetFltFreeBSDinput(void *arg, int pend + vboxNetFltFreeBSDMBufToSG(pThis, m, pSG, cSegs, 0); + fDropIt = pThis->pSwitchPort->pfnRecv(pThis->pSwitchPort, NULL /* pvIf */, pSG, INTNETTRUNKDIR_WIRE); + RTMemTmpFree(pSG); ++ ++ /* Restore the VLAN flags before re-injecting the packet */ ++ if (is_vl_tagged && !fDropIt) { ++ struct ether_vlan_header *vl_hdr; ++ ++ /* This shouldn't fail, as the header was just prepended */ ++ if (m->m_len < sizeof(*vl_hdr) && (m = m_pullup(m, sizeof(*vl_hdr))) == NULL) { ++ printf("vboxflt: unable to pullup VLAN header\n"); ++ m_freem(m); ++ break; ++ } ++ ++ /* Copy the MAC dhost/shost over the 802.1q field */ ++ vl_hdr = mtod(m, struct ether_vlan_header *); ++ bcopy((char *)vl_hdr, (char *)vl_hdr + ETHER_VLAN_ENCAP_LEN, ETHER_HDR_LEN - ETHER_TYPE_LEN); ++ m_adj(m, ETHER_VLAN_ENCAP_LEN); ++ ++ m->m_pkthdr.ether_vtag = vl_tag; ++ m->m_flags |= M_VLANTAG; ++ } ++ if (fDropIt) m_freem(m); else @@ -32,3 +142,177 @@ } vboxNetFltRelease(pThis, true /* fBusy */); VBOXCURVNET_RESTORE(); +@@ -513,6 +574,7 @@ static void vboxNetFltFreeBSDoutput(void *arg, int pen + */ + int vboxNetFltPortOsXmit(PVBOXNETFLTINS pThis, void *pvIfData, PINTNETSG pSG, uint32_t fDst) + { ++ IPRT_FREEBSD_SAVE_EFL_AC(); + NOREF(pvIfData); + + void (*input_f)(struct ifnet *, struct mbuf *); +@@ -529,10 +591,16 @@ int vboxNetFltPortOsXmit(PVBOXNETFLTINS pThis, void *p + { + m = vboxNetFltFreeBSDSGMBufFromSG(pThis, pSG); + if (m == NULL) ++ { ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return VERR_NO_MEMORY; ++ } + m = m_pullup(m, ETHER_HDR_LEN); + if (m == NULL) ++ { ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return VERR_NO_MEMORY; ++ } + + m->m_flags |= M_PKTHDR; + ether_output_frame(ifp, m); +@@ -542,10 +610,16 @@ int vboxNetFltPortOsXmit(PVBOXNETFLTINS pThis, void *p + { + m = vboxNetFltFreeBSDSGMBufFromSG(pThis, pSG); + if (m == NULL) ++ { ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return VERR_NO_MEMORY; ++ } + m = m_pullup(m, ETHER_HDR_LEN); + if (m == NULL) ++ { ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return VERR_NO_MEMORY; ++ } + /* + * Delivering packets to the host will be captured by the + * input hook. Tag the packet with a mbuf tag so that we +@@ -556,6 +630,7 @@ int vboxNetFltPortOsXmit(PVBOXNETFLTINS pThis, void *p + if (mtag == NULL) + { + m_freem(m); ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return VERR_NO_MEMORY; + } + +@@ -566,6 +641,7 @@ int vboxNetFltPortOsXmit(PVBOXNETFLTINS pThis, void *p + ifp->if_input(ifp, m); + } + VBOXCURVNET_RESTORE(); ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return VINF_SUCCESS; + } + +@@ -578,6 +654,7 @@ static bool vboxNetFltFreeBsdIsPromiscuous(PVBOXNETFLT + + int vboxNetFltOsInitInstance(PVBOXNETFLTINS pThis, void *pvContext) + { ++ IPRT_FREEBSD_SAVE_EFL_AC(); + char nam[NG_NODESIZ]; + struct ifnet *ifp; + node_p node; +@@ -586,7 +663,10 @@ int vboxNetFltOsInitInstance(PVBOXNETFLTINS pThis, voi + NOREF(pvContext); + ifp = ifunit(pThis->szName); + if (ifp == NULL) ++ { ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return VERR_INTNET_FLT_IF_NOT_FOUND; ++ } + + /* Create a new netgraph node for this instance */ + if (ng_make_node_common(&ng_vboxnetflt_typestruct, &node) != 0) +@@ -630,12 +710,14 @@ int vboxNetFltOsInitInstance(PVBOXNETFLTINS pThis, voi + vboxNetFltRelease(pThis, true /*fBusy*/); + } + VBOXCURVNET_RESTORE(); ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + + return VINF_SUCCESS; + } + + bool vboxNetFltOsMaybeRediscovered(PVBOXNETFLTINS pThis) + { ++ IPRT_FREEBSD_SAVE_EFL_AC(); + struct ifnet *ifp, *ifp0; + + ifp = ASMAtomicUoReadPtrT(&pThis->u.s.ifp, struct ifnet *); +@@ -652,6 +734,7 @@ bool vboxNetFltOsMaybeRediscovered(PVBOXNETFLTINS pThi + pThis->u.s.node = NULL; + } + VBOXCURVNET_RESTORE(); ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + + if (ifp0 != NULL) + { +@@ -664,6 +747,7 @@ bool vboxNetFltOsMaybeRediscovered(PVBOXNETFLTINS pThi + + void vboxNetFltOsDeleteInstance(PVBOXNETFLTINS pThis) + { ++ IPRT_FREEBSD_SAVE_EFL_AC(); + + taskqueue_drain(taskqueue_fast, &pThis->u.s.tskin); + taskqueue_drain(taskqueue_fast, &pThis->u.s.tskout); +@@ -676,6 +760,7 @@ void vboxNetFltOsDeleteInstance(PVBOXNETFLTINS pThis) + ng_rmnode_self(pThis->u.s.node); + VBOXCURVNET_RESTORE(); + pThis->u.s.node = NULL; ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + } + + int vboxNetFltOsPreInitInstance(PVBOXNETFLTINS pThis) +@@ -689,6 +774,7 @@ int vboxNetFltOsPreInitInstance(PVBOXNETFLTINS pThis) + + void vboxNetFltPortOsSetActive(PVBOXNETFLTINS pThis, bool fActive) + { ++ IPRT_FREEBSD_SAVE_EFL_AC(); + struct ifnet *ifp; + struct ifreq ifreq; + int error; +@@ -722,7 +808,10 @@ void vboxNetFltPortOsSetActive(PVBOXNETFLTINS pThis, b + NG_MKMESSAGE(msg, NGM_GENERIC_COOKIE, NGM_CONNECT, + sizeof(struct ngm_connect), M_NOWAIT); + if (msg == NULL) ++ { ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return; ++ } + con = (struct ngm_connect *)msg->data; + snprintf(con->path, NG_PATHSIZ, "vboxnetflt_%s:", ifp->if_xname); + strlcpy(con->ourhook, "lower", NG_HOOKSIZ); +@@ -736,7 +825,10 @@ void vboxNetFltPortOsSetActive(PVBOXNETFLTINS pThis, b + NG_MKMESSAGE(msg, NGM_GENERIC_COOKIE, NGM_CONNECT, + sizeof(struct ngm_connect), M_NOWAIT); + if (msg == NULL) ++ { ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return; ++ } + con = (struct ngm_connect *)msg->data; + snprintf(con->path, NG_PATHSIZ, "vboxnetflt_%s:", + ifp->if_xname); +@@ -759,7 +851,10 @@ void vboxNetFltPortOsSetActive(PVBOXNETFLTINS pThis, b + NG_MKMESSAGE(msg, NGM_GENERIC_COOKIE, NGM_RMHOOK, + sizeof(struct ngm_rmhook), M_NOWAIT); + if (msg == NULL) ++ { ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return; ++ } + rm = (struct ngm_rmhook *)msg->data; + strlcpy(rm->ourhook, "input", NG_HOOKSIZ); + NG_SEND_MSG_PATH(error, node, msg, path, 0); +@@ -770,12 +865,16 @@ void vboxNetFltPortOsSetActive(PVBOXNETFLTINS pThis, b + NG_MKMESSAGE(msg, NGM_GENERIC_COOKIE, NGM_RMHOOK, + sizeof(struct ngm_rmhook), M_NOWAIT); + if (msg == NULL) ++ { ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + return; ++ } + rm = (struct ngm_rmhook *)msg->data; + strlcpy(rm->ourhook, "output", NG_HOOKSIZ); + NG_SEND_MSG_PATH(error, node, msg, path, 0); + } + VBOXCURVNET_RESTORE(); ++ IPRT_FREEBSD_RESTORE_EFL_AC(); + } + + int vboxNetFltOsDisconnectIt(PVBOXNETFLTINS pThis) From owner-dev-commits-ports-branches@freebsd.org Mon Jun 14 21:00:50 2021 Return-Path: Delivered-To: dev-commits-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 9BFAE653616; Mon, 14 Jun 2021 21:00:50 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G3kPZ41y5z4sXX; Mon, 14 Jun 2021 21:00:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 723B21B7EC; Mon, 14 Jun 2021 21:00:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15EL0oAW023386; Mon, 14 Jun 2021 21:00:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15EL0oZa023385; Mon, 14 Jun 2021 21:00:50 GMT (envelope-from git) Date: Mon, 14 Jun 2021 21:00:50 GMT Message-Id: <202106142100.15EL0oZa023385@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Cy Schubert Subject: git: 6ff6811ef166 - 2021Q2 - securty/sudo: Update to 1.9.7p1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: cy X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 6ff6811ef166603c135ad6eca6b6562ffab7b6f1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2021 21:00:50 -0000 The branch 2021Q2 has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=6ff6811ef166603c135ad6eca6b6562ffab7b6f1 commit 6ff6811ef166603c135ad6eca6b6562ffab7b6f1 Author: Cy Schubert AuthorDate: 2021-06-14 14:11:40 +0000 Commit: Cy Schubert CommitDate: 2021-06-14 21:00:12 +0000 securty/sudo: Update to 1.9.7p1 Major changes between sudo 1.9.7p1 and 1.9.7 * Fixed an SELinux sudoedit bug when the edited temporary file could not be opened. The sesh helper would still be run even when there are no temporary files available to install. * Fixed a compilation problem on FreeBSD. * The sudo_noexec.so file is now built as a module on all systems other than macOS. This makes it possible to use other libtool implementations such as slibtool. On macOS shared libraries and modules are not interchangeable and the version of libtool shipped with sudo must be used. * Fixed a few bugs in the getgrouplist() emulation on Solaris when reading from the local group file. * Fixed a bug in sudo_logsrvd that prevented periodic relay server connection retries from occurring in "store_first" mode. * Disabled the nss_search()-based getgrouplist() emulation on HP-UX due to a crash when the group source is set to "compat" in /etc/nsswitch.conf. This is probably due to a mismatch between include/compat/nss_dbdefs.h and what HP-UX uses internally. On HP-UX we now just cycle through groups the slow way using getgrent(). Bug #978. PR: 256561 Submitted by: cy Reported by: cy Approved by: garga (maintainer) MFH: 2020Q2 (cherry picked from commit f34318c566935213a6e7c4e2ac53a6b921a6e9f9) --- security/sudo/Makefile | 2 +- security/sudo/distinfo | 6 +++--- security/sudo/files/patch-lib_iolog_hostcheck.c | 25 ------------------------- 3 files changed, 4 insertions(+), 29 deletions(-) diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 968ce85c5c68..77cba4e41a8e 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,7 +1,7 @@ # Created by: erich@rrnet.com PORTNAME= sudo -PORTVERSION= 1.9.7 +PORTVERSION= 1.9.7p1 CATEGORIES= security MASTER_SITES= SUDO diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 9f5c0b2f1986..1096c7319073 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620827684 -SHA256 (sudo-1.9.7.tar.gz) = 2bbe7c2d6699b84d950ef9a43f09d4d967b8bc244b73bc095c4202068ddbe549 -SIZE (sudo-1.9.7.tar.gz) = 4194242 +TIMESTAMP = 1623449525 +SHA256 (sudo-1.9.7p1.tar.gz) = 391431f454e55121b60c6ded0fcf30ddb80d623d7d16a6d1907cfa6a0b91d8cf +SIZE (sudo-1.9.7p1.tar.gz) = 4197591 diff --git a/security/sudo/files/patch-lib_iolog_hostcheck.c b/security/sudo/files/patch-lib_iolog_hostcheck.c deleted file mode 100644 index c65b642063f5..000000000000 --- a/security/sudo/files/patch-lib_iolog_hostcheck.c +++ /dev/null @@ -1,25 +0,0 @@ -From 96fb72e7cbac29086e51c57e5b629ac5a739e0e2 Mon Sep 17 00:00:00 2001 -From: "Todd C. Miller" -Date: Wed, 12 May 2021 07:27:09 -0600 -Subject: [PATCH] Explicitly include netinet/in.h for struct sockaddr_in and - sockaddr+_in6. Fixes a compilation problem on FreeBSD. - ---- - lib/iolog/hostcheck.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git lib/iolog/hostcheck.c lib/iolog/hostcheck.c -index 0dee14b79..3eeabd262 100644 ---- lib/iolog/hostcheck.c -+++ lib/iolog/hostcheck.c -@@ -24,6 +24,7 @@ - #if defined(HAVE_OPENSSL) - # include - # include -+# include - # include - # include - # include --- -2.31.1 - From owner-dev-commits-ports-branches@freebsd.org Mon Jun 14 23:10:33 2021 Return-Path: Delivered-To: dev-commits-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 76CAF658DB8; Mon, 14 Jun 2021 23:10:33 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G3nHF2zc1z3Pj3; Mon, 14 Jun 2021 23:10:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4E7B91D811; Mon, 14 Jun 2021 23:10:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15ENAXHa096930; Mon, 14 Jun 2021 23:10:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15ENAXpT096929; Mon, 14 Jun 2021 23:10:33 GMT (envelope-from git) Date: Mon, 14 Jun 2021 23:10:33 GMT Message-Id: <202106142310.15ENAXpT096929@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Kevin Bowling Subject: git: 33d54bf0ca85 - 2021Q2 - net/kamailio: Update to 5.4.5 and tls crash fix MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kbowling X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 33d54bf0ca859f092335737c5cbb35724be828fc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2021 23:10:33 -0000 The branch 2021Q2 has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=33d54bf0ca859f092335737c5cbb35724be828fc commit 33d54bf0ca859f092335737c5cbb35724be828fc Author: Dmitry Wagin AuthorDate: 2021-06-14 23:05:36 +0000 Commit: Kevin Bowling CommitDate: 2021-06-14 23:10:13 +0000 net/kamailio: Update to 5.4.5 and tls crash fix fixed crash in CRYPTO_THREAD_lock_free(): (enabled pthread_mutex_init() fix by LIBSSL_SET_MUTEX_SHARED flag https://github.com/kamailio/kamailio/issues/2638#issuecomment-829318965) Changes https://www.kamailio.org/pub/kamailio/5.4.5/ChangeLog PR: 255486 Reviewed by: koobs Approved by: maintainer MFH: 2021Q2 (cherry picked from commit 92942c572274e4abc6b7da7adfa1be08864d856f) --- net/kamailio/Makefile | 3 ++- net/kamailio/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/net/kamailio/Makefile b/net/kamailio/Makefile index d183fcbd3749..78eea01250d3 100644 --- a/net/kamailio/Makefile +++ b/net/kamailio/Makefile @@ -1,7 +1,7 @@ # Created by: Oliver Mahmoudi PORTNAME= kamailio -PORTVERSION= 5.4.4 +PORTVERSION= 5.4.5 CATEGORIES= net MASTER_SITES= http://www.kamailio.org/pub/kamailio/${PORTVERSION}/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}_src @@ -26,6 +26,7 @@ USE_RC_SUBR= kamailio SHEBANG_FILES= utils/kamctl/dbtextdb/dbtextdb.py utils/kamctl/kamctl \ utils/kamctl/kamdbctl +MAKE_ARGS+= LIBSSL_SET_MUTEX_SHARED=1 CFLAGS+= -Wall KAMAILIO_USER?= kamailio diff --git a/net/kamailio/distinfo b/net/kamailio/distinfo index 5a047f389866..f9d87d573003 100644 --- a/net/kamailio/distinfo +++ b/net/kamailio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1615387513 -SHA256 (kamailio-5.4.4_src.tar.gz) = 75ac2cdaa6bfb419992583099370d4f7b75f121bab1d6ac8b727519178159c45 -SIZE (kamailio-5.4.4_src.tar.gz) = 12646352 +TIMESTAMP = 1618831304 +SHA256 (kamailio-5.4.5_src.tar.gz) = d7203228e75fb6250f79e28ff79ac2aff5b2907d5b5cd94c3407c7099bef0551 +SIZE (kamailio-5.4.5_src.tar.gz) = 12659887 From owner-dev-commits-ports-branches@freebsd.org Tue Jun 15 00:47:45 2021 Return-Path: Delivered-To: dev-commits-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 6F5F465AFE1; Tue, 15 Jun 2021 00:47:45 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G3qRP2nL6z3nN6; Tue, 15 Jun 2021 00:47:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4167C1EDA2; Tue, 15 Jun 2021 00:47:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15F0ljhI022015; Tue, 15 Jun 2021 00:47:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15F0ljOn022014; Tue, 15 Jun 2021 00:47:45 GMT (envelope-from git) Date: Tue, 15 Jun 2021 00:47:45 GMT Message-Id: <202106150047.15F0ljOn022014@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Kevin Bowling Subject: git: ae5151b68170 - 2021Q2 - audio/libsidplayfp: Reset maintainer MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kbowling X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: ae5151b68170f01ebda34f04e4c4548dd2c3292f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2021 00:47:45 -0000 The branch 2021Q2 has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=ae5151b68170f01ebda34f04e4c4548dd2c3292f commit ae5151b68170f01ebda34f04e4c4548dd2c3292f Author: Kevin Bowling AuthorDate: 2021-06-15 00:44:47 +0000 Commit: Kevin Bowling CommitDate: 2021-06-15 00:47:35 +0000 audio/libsidplayfp: Reset maintainer PR: 256043 Approved by: portmgr (maintainer timeout: 14+ days) MFH: 2021Q2 (cherry picked from commit 87918eed667e32212639ce1c72d084a5fa476923) --- audio/libsidplayfp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/libsidplayfp/Makefile b/audio/libsidplayfp/Makefile index 3e3ea0729a2b..4961d71b2ec8 100644 --- a/audio/libsidplayfp/Makefile +++ b/audio/libsidplayfp/Makefile @@ -5,7 +5,7 @@ PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/sidplay-residfp/libsidplayfp/${PORTVERSION:R} -MAINTAINER= liangtai.s16@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Library to play Commodore 64 music derived from libsidplay2 LICENSE= GPLv2+ From owner-dev-commits-ports-branches@freebsd.org Tue Jun 15 12:36:55 2021 Return-Path: Delivered-To: dev-commits-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 76AC7649913; Tue, 15 Jun 2021 12:36:55 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G479g2w8Tz3k1T; Tue, 15 Jun 2021 12:36:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4C871385; Tue, 15 Jun 2021 12:36:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15FCat2F073679; Tue, 15 Jun 2021 12:36:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15FCatVC073678; Tue, 15 Jun 2021 12:36:55 GMT (envelope-from git) Date: Tue, 15 Jun 2021 12:36:55 GMT Message-Id: <202106151236.15FCatVC073678@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Christoph Moench-Tegeder Subject: git: b8723f121c77 - 2021Q2 - www/firefox: update to 89.0.1 (rc1) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: cmt X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: b8723f121c7719284b01a1c32a725528d5e9023f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2021 12:36:55 -0000 The branch 2021Q2 has been updated by cmt: URL: https://cgit.FreeBSD.org/ports/commit/?id=b8723f121c7719284b01a1c32a725528d5e9023f commit b8723f121c7719284b01a1c32a725528d5e9023f Author: Christoph Moench-Tegeder AuthorDate: 2021-06-15 12:35:25 +0000 Commit: Christoph Moench-Tegeder CommitDate: 2021-06-15 12:36:43 +0000 www/firefox: update to 89.0.1 (rc1) Release Notes (soon): https://www.mozilla.org/en-US/firefox/89.0.1/releasenotes/ (cherry picked from commit 18cd21c4bfe3a7e0446d3b21c17aabce82f42454) --- www/firefox/Makefile | 5 ++--- www/firefox/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 850c827c9513..9e27b33ee149 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,12 +1,11 @@ # Created by: Alan Eldridge PORTNAME= firefox -DISTVERSION= 89.0 -PORTREVISION= 2 +DISTVERSION= 89.0.1 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org diff --git a/www/firefox/distinfo b/www/firefox/distinfo index 94056f782f2b..dc8277c8e5a3 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622239541 -SHA256 (firefox-89.0.source.tar.xz) = db43d7d5796455051a5b847f6daa3423393803c9288c8b6d7f1186f5e2e0a90a -SIZE (firefox-89.0.source.tar.xz) = 371153536 +TIMESTAMP = 1623757441 +SHA256 (firefox-89.0.1.source.tar.xz) = 3110f0b70fad1af3a306f752d561c4074238c1816698919fe8530c258290401c +SIZE (firefox-89.0.1.source.tar.xz) = 379945460 From owner-dev-commits-ports-branches@freebsd.org Tue Jun 15 14:55:54 2021 Return-Path: Delivered-To: dev-commits-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 13CD264BEF1; Tue, 15 Jun 2021 14:55:54 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G4BG137ybz3wPT; Tue, 15 Jun 2021 14:55:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 411AB2404; Tue, 15 Jun 2021 14:55:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15FEtrA1060669; Tue, 15 Jun 2021 14:55:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15FEtr5N060668; Tue, 15 Jun 2021 14:55:53 GMT (envelope-from git) Date: Tue, 15 Jun 2021 14:55:53 GMT Message-Id: <202106151455.15FEtr5N060668@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Kevin Bowling Subject: git: 914092bdcf3c - 2021Q2 - multimedia/libhdhomerun: Update to 20200907 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kbowling X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 914092bdcf3ca9e6dfd2915038e252aec8880780 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2021 14:55:54 -0000 The branch 2021Q2 has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=914092bdcf3ca9e6dfd2915038e252aec8880780 commit 914092bdcf3ca9e6dfd2915038e252aec8880780 Author: David O'Rourke AuthorDate: 2021-06-15 14:53:45 +0000 Commit: Kevin Bowling CommitDate: 2021-06-15 14:55:34 +0000 multimedia/libhdhomerun: Update to 20200907 Changes https://www.silicondust.com/support/downloads/software-changelog/ PR: 251088 Approved by: maintainer MFH: 2021Q2 (cherry picked from commit 63bb888a3d08b7298e9563a73dd371f40d9838a7) --- multimedia/libhdhomerun/Makefile | 3 +- multimedia/libhdhomerun/distinfo | 6 ++-- .../libhdhomerun/files/patch-hdhomerun__discover.c | 35 ---------------------- 3 files changed, 4 insertions(+), 40 deletions(-) diff --git a/multimedia/libhdhomerun/Makefile b/multimedia/libhdhomerun/Makefile index f32bfd5f2b9f..126481e18e23 100644 --- a/multimedia/libhdhomerun/Makefile +++ b/multimedia/libhdhomerun/Makefile @@ -1,7 +1,6 @@ PORTNAME= libhdhomerun -PORTVERSION= 20190621 -PORTREVISION= 1 +PORTVERSION= 20200907 CATEGORIES= multimedia MASTER_SITES= https://download.silicondust.com/hdhomerun/ DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/multimedia/libhdhomerun/distinfo b/multimedia/libhdhomerun/distinfo index d81a9b6bec5f..2bb77b2f9efc 100644 --- a/multimedia/libhdhomerun/distinfo +++ b/multimedia/libhdhomerun/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1569315689 -SHA256 (libhdhomerun_20190621.tgz) = 9a60f663b00de5f820bdb85806662e25f22da248b14942e33a8b43a0331f855a -SIZE (libhdhomerun_20190621.tgz) = 50817 +TIMESTAMP = 1623768784 +SHA256 (libhdhomerun_20200907.tgz) = cbaeb779c5a4e07db45310ef4271872bcb7c472402ebc3c58e224653c09400ed +SIZE (libhdhomerun_20200907.tgz) = 51014 diff --git a/multimedia/libhdhomerun/files/patch-hdhomerun__discover.c b/multimedia/libhdhomerun/files/patch-hdhomerun__discover.c deleted file mode 100644 index 088440edc395..000000000000 --- a/multimedia/libhdhomerun/files/patch-hdhomerun__discover.c +++ /dev/null @@ -1,35 +0,0 @@ -# Backport FreeBSD broadcast patch -# https://github.com/Silicondust/libhdhomerun/commit/b0e5d5f5c8e2bf37dea34beb014e08ebb598ebf6 - ---- hdhomerun_discover.c.orig 2019-09-30 16:45:23 UTC -+++ hdhomerun_discover.c -@@ -183,7 +183,8 @@ static bool hdhomerun_discover_send(struct hdhomerun_d - unsigned int i; - for (i = 1; i < ds->sock_count; i++) { - struct hdhomerun_discover_sock_t *dss = &ds->socks[i]; -- -+ uint32_t send_ip = target_ip; -+ - if (target_ip != 0xFFFFFFFF) { - if (dss->subnet_mask == 0) { - continue; -@@ -193,7 +194,18 @@ static bool hdhomerun_discover_send(struct hdhomerun_d - } - } - -- result |= hdhomerun_discover_send_internal(ds, dss, target_ip, device_type, device_id); -+#if defined(IP_ONESBCAST) -+ /* FreeBSD special handling - send subnet broadcast */ -+ if (target_ip == 0xFFFFFFFF) { -+ send_ip = dss->local_ip | ~dss->subnet_mask; -+ -+ if ((send_ip == 0x00000000) || (send_ip == 0xFFFFFFFF)) { -+ continue; -+ } -+ } -+#endif -+ -+ result |= hdhomerun_discover_send_internal(ds, dss, send_ip, device_type, device_id); - } - - /* From owner-dev-commits-ports-branches@freebsd.org Tue Jun 15 15:05:09 2021 Return-Path: Delivered-To: dev-commits-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 E0C1F64CD09; Tue, 15 Jun 2021 15:05:09 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G4BSj49Rvz4Rpc; Tue, 15 Jun 2021 15:05:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 76B67234E; Tue, 15 Jun 2021 15:05:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15FF59aG074488; Tue, 15 Jun 2021 15:05:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15FF59QC074487; Tue, 15 Jun 2021 15:05:09 GMT (envelope-from git) Date: Tue, 15 Jun 2021 15:05:09 GMT Message-Id: <202106151505.15FF59QC074487@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Kevin Bowling Subject: git: c9d8d57514ce - 2021Q2 - security/suricata: Mark option PRELUDE as broken MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kbowling X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: c9d8d57514cef9eab27e4a618dbdd9c1f47e45fc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2021 15:05:09 -0000 The branch 2021Q2 has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=c9d8d57514cef9eab27e4a618dbdd9c1f47e45fc commit c9d8d57514cef9eab27e4a618dbdd9c1f47e45fc Author: Franco Fichtner AuthorDate: 2021-06-15 15:01:39 +0000 Commit: Kevin Bowling CommitDate: 2021-06-15 15:05:00 +0000 security/suricata: Mark option PRELUDE as broken https://redmine.openinfosecfoundation.org/issues/4065 PR: 255370 Reported by: Ryan Lawrence Approved by: maintainer timeout MFH: 2021Q2 (cherry picked from commit 2d4de39c06e6d77981f1b40b38282fa66c6ff51d) --- security/suricata/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/suricata/Makefile b/security/suricata/Makefile index 6307744e3fed..7c48fd825e87 100644 --- a/security/suricata/Makefile +++ b/security/suricata/Makefile @@ -47,6 +47,8 @@ OPTIONS_RADIO_SCRIPTS= LUA LUAJIT OPTIONS_SUB= yes +PRELUDE_BROKEN= Compilation broken, see https://redmine.openinfosecfoundation.org/issues/4065 + GEOIP_DESC= GeoIP support HYPERSCAN_DESC= Hyperscan support IPFW_DESC= IPFW and IP Divert support for inline IDP From owner-dev-commits-ports-branches@freebsd.org Tue Jun 15 15:12:58 2021 Return-Path: Delivered-To: dev-commits-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 0BE6764CB4A; Tue, 15 Jun 2021 15:12:58 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G4Bdj6w2Lz4Srk; Tue, 15 Jun 2021 15:12:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D56502629; Tue, 15 Jun 2021 15:12:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15FFCvGQ088018; Tue, 15 Jun 2021 15:12:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15FFCvLq088017; Tue, 15 Jun 2021 15:12:57 GMT (envelope-from git) Date: Tue, 15 Jun 2021 15:12:57 GMT Message-Id: <202106151512.15FFCvLq088017@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Kevin Bowling Subject: git: 52617d7bda4f - 2021Q2 - security/suricata: Fix plist issues MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kbowling X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 52617d7bda4f806b6f26e03506182411dcc8b877 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2021 15:12:58 -0000 The branch 2021Q2 has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=52617d7bda4f806b6f26e03506182411dcc8b877 commit 52617d7bda4f806b6f26e03506182411dcc8b877 Author: Franco Fichtner AuthorDate: 2021-06-15 15:09:35 +0000 Commit: Kevin Bowling CommitDate: 2021-06-15 15:12:45 +0000 security/suricata: Fix plist issues suricata-update is failing to find certain python modules when trying to update rules. PR: 255397 Reported by: Ian Dickens Approved by: maintainer MFH: 2021Q2 (cherry picked from commit b0e101ec785b9a445e5beca3a5c8351a1537e810) --- security/suricata/Makefile | 1 + security/suricata/pkg-plist | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/security/suricata/Makefile b/security/suricata/Makefile index 7c48fd825e87..43a2830a8c15 100644 --- a/security/suricata/Makefile +++ b/security/suricata/Makefile @@ -1,5 +1,6 @@ PORTNAME= suricata DISTVERSION= 6.0.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://www.openinfosecfoundation.org/download/ diff --git a/security/suricata/pkg-plist b/security/suricata/pkg-plist index 889a0baefc09..2b679f9da5c2 100644 --- a/security/suricata/pkg-plist +++ b/security/suricata/pkg-plist @@ -117,10 +117,16 @@ man/man1/suricata.1.gz %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/main.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/maps.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/maps.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/matchers.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/matchers.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/net.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/net.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/notes.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/notes.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/osinfo.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/osinfo.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/parsers.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/parsers.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/rule.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/rule.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/sources.py From owner-dev-commits-ports-branches@freebsd.org Tue Jun 15 15:22:44 2021 Return-Path: Delivered-To: dev-commits-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 0333464D21E; Tue, 15 Jun 2021 15:22:44 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G4Brz6ZZfz4TVN; Tue, 15 Jun 2021 15:22:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CADFF2B03; Tue, 15 Jun 2021 15:22:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15FFMhUV001279; Tue, 15 Jun 2021 15:22:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15FFMhcx001278; Tue, 15 Jun 2021 15:22:43 GMT (envelope-from git) Date: Tue, 15 Jun 2021 15:22:43 GMT Message-Id: <202106151522.15FFMhcx001278@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Kevin Bowling Subject: git: 4c97793261f2 - 2021Q2 - devel/godot2: disable internal libs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kbowling X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 4c97793261f24c42244f904b4dbfe50bbb734fb4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2021 15:22:44 -0000 The branch 2021Q2 has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=4c97793261f24c42244f904b4dbfe50bbb734fb4 commit 4c97793261f24c42244f904b4dbfe50bbb734fb4 Author: Shane AuthorDate: 2021-06-15 15:17:41 +0000 Commit: Kevin Bowling CommitDate: 2021-06-15 15:22:06 +0000 devel/godot2: disable internal libs Remove use of python2 for scons, builds fine with py3 scons Disable use of internal png, freetype and zlib. This matches ports for godot v3 and fixes build on powerpc64le. PR: 254867 Approved by: maintainer MFH: 2021Q2 (cherry picked from commit 56c603914f70b67f04164958ab80f7a0ebd2c0e0) --- devel/godot2/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/devel/godot2/Makefile b/devel/godot2/Makefile index 2203e4b3e134..2a8a2733dd6a 100644 --- a/devel/godot2/Makefile +++ b/devel/godot2/Makefile @@ -2,6 +2,7 @@ PORTNAME= godot DISTVERSION= 2.1.6 +PORTREVISION= 1 DISTVERSIONSUFFIX= -stable CATEGORIES= devel games PKGNAMESUFFIX?= 2 @@ -22,14 +23,16 @@ RUN_DEPENDS= xdg-user-dir:devel/xdg-user-dirs \ xdg-open:devel/xdg-utils \ xmessage:x11/xmessage -USES= compiler:c++11-lib gl pkgconfig scons:python2 ssl xorg +USES= compiler:c++11-lib gl pkgconfig scons ssl xorg USE_XORG= x11 xcursor xi xinerama xrandr USE_GL= gl glu USE_GITHUB= yes GH_ACCOUNT= godotengine -MAKE_ARGS+= platform=x11 builtin_speex=no builtin_libmpcdec=no verbose=yes +MAKE_ARGS+= platform=x11 builtin_freetype=no builtin_libmpcdec=no \ + builtin_libpng=no builtin_openssl=no builtin_speex=no \ + builtin_zlib=no verbose=yes MAKE_ARGS+= ${MAKE_ARGS_${CHOSEN_COMPILER_TYPE}} MAKE_ARGS_clang= use_llvm=yes CXXFLAGS+= -DGLEW_NO_GLU -DRTAUDIO_ENABLED -DCRIOGET_NOT_NEEDED From owner-dev-commits-ports-branches@freebsd.org Tue Jun 15 15:50:13 2021 Return-Path: Delivered-To: dev-commits-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 E1B1264D26F; Tue, 15 Jun 2021 15:50:13 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G4CSj64Kbz4WTr; Tue, 15 Jun 2021 15:50:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B8AB52E96; Tue, 15 Jun 2021 15:50:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15FFoDHh032588; Tue, 15 Jun 2021 15:50:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15FFoDAs032582; Tue, 15 Jun 2021 15:50:13 GMT (envelope-from git) Date: Tue, 15 Jun 2021 15:50:13 GMT Message-Id: <202106151550.15FFoDAs032582@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Kevin Bowling Subject: git: 0a20f3a3fdd6 - 2021Q2 - irc/ircII: Update to 20210314 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kbowling X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 0a20f3a3fdd6c9869164218323ec17fb735e1d21 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2021 15:50:13 -0000 The branch 2021Q2 has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=0a20f3a3fdd6c9869164218323ec17fb735e1d21 commit 0a20f3a3fdd6c9869164218323ec17fb735e1d21 Author: Andrew Gierth AuthorDate: 2021-06-15 15:27:57 +0000 Commit: Kevin Bowling CommitDate: 2021-06-15 15:49:20 +0000 irc/ircII: Update to 20210314 PR: 255492 Approved by: maintainer MFH: 2021Q2 Security: CVE-2021-29376 (cherry picked from commit 876e3518e2d6471142cc16e0d9020c4cac7bbefb) --- irc/ircII/Makefile | 2 +- irc/ircII/distinfo | 6 +++--- irc/ircII/pkg-plist | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/irc/ircII/Makefile b/irc/ircII/Makefile index 1ca766733094..6002151c17ad 100644 --- a/irc/ircII/Makefile +++ b/irc/ircII/Makefile @@ -1,7 +1,7 @@ # Created by: torstenb PORTNAME= ircii -PORTVERSION= 20190117 +PORTVERSION= 20210314 CATEGORIES= irc MASTER_SITES= http://ircii.warped.com/ diff --git a/irc/ircII/distinfo b/irc/ircII/distinfo index f1075bf29afa..fa74cd287fcc 100644 --- a/irc/ircII/distinfo +++ b/irc/ircII/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1558984067 -SHA256 (ircii-20190117.tar.bz2) = 10316f0a3723e4ce3d67fd5a7df10e6bcf30dd0750fb96d5437cacb16b0e9617 -SIZE (ircii-20190117.tar.bz2) = 606327 +TIMESTAMP = 1619062628 +SHA256 (ircii-20210314.tar.bz2) = 866f2b847daed3d70859f208f7cb0f20b58c0933b2159f7ff92a68c518d393a9 +SIZE (ircii-20210314.tar.bz2) = 590626 diff --git a/irc/ircII/pkg-plist b/irc/ircII/pkg-plist index a72bbe7945c5..de05a8554683 100644 --- a/irc/ircII/pkg-plist +++ b/irc/ircII/pkg-plist @@ -60,6 +60,7 @@ man/man1/ircII.1.gz %%HELP%%%%DATADIR%%/help/bind/quote_character %%HELP%%%%DATADIR%%/help/bind/refresh_inputline %%HELP%%%%DATADIR%%/help/bind/refresh_screen +%%HELP%%%%DATADIR%%/help/bind/refresh_window_lastlog %%HELP%%%%DATADIR%%/help/bind/scroll_backward %%HELP%%%%DATADIR%%/help/bind/scroll_end %%HELP%%%%DATADIR%%/help/bind/scroll_forward From owner-dev-commits-ports-branches@freebsd.org Tue Jun 15 16:05:44 2021 Return-Path: Delivered-To: dev-commits-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 6992564D94C; Tue, 15 Jun 2021 16:05:44 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G4Cpb6NcTz4ZkK; Tue, 15 Jun 2021 16:05:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 71B31319E; Tue, 15 Jun 2021 16:05:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15FG5hIC055201; Tue, 15 Jun 2021 16:05:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15FG5hoJ055200; Tue, 15 Jun 2021 16:05:43 GMT (envelope-from git) Date: Tue, 15 Jun 2021 16:05:43 GMT Message-Id: <202106151605.15FG5hoJ055200@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Kevin Bowling Subject: git: 82ad1b7e038a - 2021Q2 - security/py-fail2ban: Create required start dir MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kbowling X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 82ad1b7e038ab9a71929742ad86b4bf463d0709d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2021 16:05:44 -0000 The branch 2021Q2 has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=82ad1b7e038ab9a71929742ad86b4bf463d0709d commit 82ad1b7e038ab9a71929742ad86b4bf463d0709d Author: Florian Koczan AuthorDate: 2021-06-15 16:02:44 +0000 Commit: Kevin Bowling CommitDate: 2021-06-15 16:05:36 +0000 security/py-fail2ban: Create required start dir Reported at https://github.com/fail2ban/fail2ban/issues/2634 fail2ban should check and, if necessary create, the required directory. It is still up to the user to ensure that configuration in fail2ban's conf files and FreeBSD's /etc/rc.conf are in sync and that both, pidfile and socket reside in the same directory. PR: 244092 Approved by: maintainer MFH: 2021Q2 (cherry picked from commit b48d2a658ef96565393b9186cbed85803b2b87e0) --- security/py-fail2ban/Makefile | 1 + security/py-fail2ban/files/fail2ban.in | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/security/py-fail2ban/Makefile b/security/py-fail2ban/Makefile index a5663f9d696f..2e91fdc9b048 100644 --- a/security/py-fail2ban/Makefile +++ b/security/py-fail2ban/Makefile @@ -1,6 +1,7 @@ PORTNAME= fail2ban PORTVERSION= 0.11.2 +PORTREVISION= 1 CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-fail2ban/files/fail2ban.in b/security/py-fail2ban/files/fail2ban.in index b20c0106dba5..a0cd0de97f5c 100644 --- a/security/py-fail2ban/files/fail2ban.in +++ b/security/py-fail2ban/files/fail2ban.in @@ -7,6 +7,9 @@ # Add the following lines to /etc/rc.conf to enable fail2ban: # fail2ban_enable="YES" # fail2ban_flags="" +# fail2ban_pidfile="" + +# Make sure pidfile and socket point to the same directory . /etc/rc.subr @@ -15,12 +18,18 @@ PATH=${PATH}:%%PREFIX%%/sbin:%%PREFIX%%/bin name="fail2ban" rcvar=fail2ban_enable +start_precmd="fail2ban_prestart" command="%%PREFIX%%/bin/fail2ban-server" command_interpreter="%%PYTHON_CMD%%" client="%%PREFIX%%/bin/fail2ban-client" extra_commands="reload jailstatus" +fail2ban_prestart() +{ + install -d -m 0755 "$(dirname ${pidfile})" +} + load_rc_config ${name} # From owner-dev-commits-ports-branches@freebsd.org Tue Jun 15 17:05:42 2021 Return-Path: Delivered-To: dev-commits-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 93D7564EA40; Tue, 15 Jun 2021 17:05:42 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G4F7p3nWbz4gxs; Tue, 15 Jun 2021 17:05:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6AA933CB9; Tue, 15 Jun 2021 17:05:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15FH5gs8037957; Tue, 15 Jun 2021 17:05:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15FH5gaF037956; Tue, 15 Jun 2021 17:05:42 GMT (envelope-from git) Date: Tue, 15 Jun 2021 17:05:42 GMT Message-Id: <202106151705.15FH5gaF037956@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Kevin Bowling Subject: git: 5764c51866b6 - 2021Q2 - audio/libsidplayfp: Remove distinfo w/o EOF EOL MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kbowling X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 5764c51866b6726eb7d7e74ddb41c9e4e41fa9dc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2021 17:05:42 -0000 The branch 2021Q2 has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=5764c51866b6726eb7d7e74ddb41c9e4e41fa9dc commit 5764c51866b6726eb7d7e74ddb41c9e4e41fa9dc Author: Kevin Bowling AuthorDate: 2021-06-15 16:58:47 +0000 Commit: Kevin Bowling CommitDate: 2021-06-15 17:05:29 +0000 audio/libsidplayfp: Remove distinfo w/o EOF EOL The commit hook is preventing updates here, remove the file so it can be fixed and updated. PR: 256043 MFH: 2021Q2 (cherry picked from commit 1f11aee3c6fc478ef13ebb759eb708ed44556b1d) --- audio/libsidplayfp/distinfo | 3 --- 1 file changed, 3 deletions(-) diff --git a/audio/libsidplayfp/distinfo b/audio/libsidplayfp/distinfo deleted file mode 100644 index 43d587b50089..000000000000 --- a/audio/libsidplayfp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1605953222 -SHA256 (libsidplayfp-2.0.5.tar.gz) = e0a70c898e318bcb915f0e73aa3559e0402588b8ed1959734e3df90267ce6d13 -SIZE (libsidplayfp-2.0.5.tar.gz) = 805133 From owner-dev-commits-ports-branches@freebsd.org Tue Jun 15 17:07:22 2021 Return-Path: Delivered-To: dev-commits-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 CC13364EDC0; Tue, 15 Jun 2021 17:07:22 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G4F9k5QBrz4h81; Tue, 15 Jun 2021 17:07:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A25794287; Tue, 15 Jun 2021 17:07:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15FH7MgH038703; Tue, 15 Jun 2021 17:07:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15FH7M3Q038702; Tue, 15 Jun 2021 17:07:22 GMT (envelope-from git) Date: Tue, 15 Jun 2021 17:07:22 GMT Message-Id: <202106151707.15FH7M3Q038702@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Kevin Bowling Subject: git: 3a1d27d7ee45 - 2021Q2 - audio/libsidplayfp: Update to 2.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kbowling X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 3a1d27d7ee454c8d08fcf1f5bcf9c774a51ba84f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2021 17:07:22 -0000 The branch 2021Q2 has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=3a1d27d7ee454c8d08fcf1f5bcf9c774a51ba84f commit 3a1d27d7ee454c8d08fcf1f5bcf9c774a51ba84f Author: Daniel Engberg AuthorDate: 2021-06-15 17:02:22 +0000 Commit: Kevin Bowling CommitDate: 2021-06-15 17:07:03 +0000 audio/libsidplayfp: Update to 2.2.0 PR: 256043 Approved by: maintainer MFH: 2021Q2 (fix distinfo) (cherry picked from commit d8f237b348e287cc7c0045c56e3645217b50f66e) --- audio/libsidplayfp/Makefile | 7 +++---- audio/libsidplayfp/distinfo | 3 +++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/audio/libsidplayfp/Makefile b/audio/libsidplayfp/Makefile index 4961d71b2ec8..6b651bc7d443 100644 --- a/audio/libsidplayfp/Makefile +++ b/audio/libsidplayfp/Makefile @@ -1,9 +1,8 @@ PORTNAME= libsidplayfp -PORTVERSION= 2.1.1 -PORTREVISION= 1 +DISTVERSION= 2.2.0 CATEGORIES= audio -MASTER_SITES= SF/sidplay-residfp/libsidplayfp/${PORTVERSION:R} +MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Library to play Commodore 64 music derived from libsidplay2 @@ -39,7 +38,7 @@ DEBUG_CONFIGURE_ON= --enable-debug=full DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_CONFIGURE_ENV_OFF= ac_cv_prog_HAVE_DOXYGEN=false -SIDPLAYFP_SHLIB_VERSION= 5.2.15 +SIDPLAYFP_SHLIB_VERSION= 6.3.19 STILVIEW_SHLIB_VERSION= 0.0.4 post-build-DOXYGEN-on: diff --git a/audio/libsidplayfp/distinfo b/audio/libsidplayfp/distinfo new file mode 100644 index 000000000000..f057ea38092c --- /dev/null +++ b/audio/libsidplayfp/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1623776530 +SHA256 (libsidplayfp-2.2.0.tar.gz) = d66f52a610478f82fcf8e1b471ad30467089f4e21e1c27f2c734b6d3ee9368a5 +SIZE (libsidplayfp-2.2.0.tar.gz) = 794840 From owner-dev-commits-ports-branches@freebsd.org Tue Jun 15 17:10:22 2021 Return-Path: Delivered-To: dev-commits-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 D339D64EF37; Tue, 15 Jun 2021 17:10:22 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G4FFB5hdBz4h8L; Tue, 15 Jun 2021 17:10:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ABDCB3AC9; Tue, 15 Jun 2021 17:10:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15FHAM6q047698; Tue, 15 Jun 2021 17:10:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15FHAMOF047697; Tue, 15 Jun 2021 17:10:22 GMT (envelope-from git) Date: Tue, 15 Jun 2021 17:10:22 GMT Message-Id: <202106151710.15FHAMOF047697@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Kevin Bowling Subject: git: 32fd3edcfc55 - 2021Q2 - audio/libsidplayfp: Remove unneeded line continuation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kbowling X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 32fd3edcfc556cc531745f18270e6276d43b24e8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2021 17:10:22 -0000 The branch 2021Q2 has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=32fd3edcfc556cc531745f18270e6276d43b24e8 commit 32fd3edcfc556cc531745f18270e6276d43b24e8 Author: Kevin Bowling AuthorDate: 2021-06-15 17:08:37 +0000 Commit: Kevin Bowling CommitDate: 2021-06-15 17:10:16 +0000 audio/libsidplayfp: Remove unneeded line continuation MFH: 2021Q2 (cherry picked from commit 0a8b84cb4dd4239df532765373b55754f04832ca) --- audio/libsidplayfp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/libsidplayfp/Makefile b/audio/libsidplayfp/Makefile index 6b651bc7d443..50395b80c47c 100644 --- a/audio/libsidplayfp/Makefile +++ b/audio/libsidplayfp/Makefile @@ -2,7 +2,7 @@ PORTNAME= libsidplayfp DISTVERSION= 2.2.0 CATEGORIES= audio -MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ \ +MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Library to play Commodore 64 music derived from libsidplay2 From owner-dev-commits-ports-branches@freebsd.org Tue Jun 15 17:51:49 2021 Return-Path: Delivered-To: dev-commits-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 1956664FBDF; Tue, 15 Jun 2021 17:51:49 +0000 (UTC) (envelope-from bdrewery@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G4G910321z4kTQ; Tue, 15 Jun 2021 17:51:49 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1623779509; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=klkN6pt8W3YWnC3xQF6PvayfqWeu4yltoystPIiPhYE=; b=Hri7/gdPHPH+UO9gJS+86ROZRugQnLsJXm7VVzN5mzMAYPjDs7KbKEBomznPbFFarrqOUf GqMHHvIRVzRujsirddyXHoCqyvB6W3QHkDQggYpmgSygm4/b4uE2S7petVA0jjWP+vftnV ERaWwVWdQn6EFFDbcUjptH1+tIrwlpaEgGMs/Rums+93Zg+Ih1F/Nz1E8nFvqoMEmtlbG3 Q8ATE9LRn/1uevk1CU2PLThPGPt5ezCSYZ40mS80uhN5wT21yDXzHYAHXfbfQynPNtqmx6 SvO1++VpVxansGfxeBvWjVdy9nVjfiW8fZt+9RSO+wxPM+pnDp38JszdhDltPw== Received: from mail.xzibition.com (unknown [127.0.1.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 did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id D51D8BEED; Tue, 15 Jun 2021 17:51:48 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id DCF6018355; Tue, 15 Jun 2021 17:51:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id RgZ001b_JOwn; Tue, 15 Jun 2021 17:51:41 +0000 (UTC) Subject: Re: git: 9fc40713734c - 2021Q2 - mail/postfix: Update to 3.6.1 DKIM-Filter: OpenDKIM Filter v2.10.3 mail.xzibition.com AE47818349 To: Juraj Lutter , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org References: <202106141901.15EJ1dKj061705@gitrepo.freebsd.org> From: Bryan Drewery Organization: FreeBSD Message-ID: <96385a08-a17e-94db-3e18-03c0e09fafcc@FreeBSD.org> Date: Tue, 15 Jun 2021 10:51:39 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.9.1 MIME-Version: 1.0 In-Reply-To: <202106141901.15EJ1dKj061705@gitrepo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1623779509; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=klkN6pt8W3YWnC3xQF6PvayfqWeu4yltoystPIiPhYE=; b=BBJ7/A2VSYBkQXXRNk9dnh3oPICbzUgGICIOkht3FMtaT8MDsRcUJHaI6HnVc3o3Dj8u1n AahJzGpdaCjI183iWJATBT+XrqSg2aa2pP6y5KmkfHeFP+VgrM2XmX8Z6BxYWm/ChzntVi 8Nk1J0jjRMau4C4Z0SoyLkwHfZPlajN0nqVkJZJGCRnlIQQjayIDpPsGXUYzfwCKDCm85h KCtrWUvUdo/EsWIiP4am55KLK3XRZSol0AJxzq6QmnSqoF9LN/VcpIrZQDhsOGLCnNeagO OHMSFOAX+LcVkGA86j7oYBlKG/stT42GjR/R17h24c8zjbOqdUuj5XfAJpGFjQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1623779509; a=rsa-sha256; cv=none; b=PVDK7ABKtK3W/fCQniz8Ty0fGIVeUcVwfK3O3NsBz5D08/D7pu5hI9UvTd7CKX4FJuEAOf aEaaWU4nO06evfIXcml9pqmxgRpnG8MIkdwhHliXDHsIKkWDndcpBnNHvz7Svb0vEij+by Dl1TQjKEHApfEse+naGTv4yXRqpgetCtjLpltaxeIeaz3dMKfRJqxmGqJtG82EpQ6E2QTG XEyzol7+VyUu8y8npOC4Fgsd3vHrdi0AQxvRdQNG92/P5r4OwtY+G4zzslF1zASyHYACuN 4ia2IiiGg97xH7jpEtJOd8b5bAObIl1ovyB7G68eM2dVeB4IG+hby4m39SVyAg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2021 17:51:49 -0000 This does not build. Several commits are missing. On 6/14/21 12:01 PM, Juraj Lutter wrote: > The branch 2021Q2 has been updated by otis: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=9fc40713734c7e64f72768b5c0a15d5cdf1a1a87 > > commit 9fc40713734c7e64f72768b5c0a15d5cdf1a1a87 > Author: Juraj Lutter > AuthorDate: 2021-06-14 13:34:12 +0000 > Commit: Juraj Lutter > CommitDate: 2021-06-14 19:00:58 +0000 > > mail/postfix: Update to 3.6.1 > > Relnotes: http://www.postfix.org/announcements/postfix-3.6.1.html > Reported by: portscout > > (cherry picked from commit 28a702cf412f69edf99d00eb957668a6b7c05b05) > --- > mail/postfix/Makefile | 2 +- > mail/postfix/distinfo | 6 +++--- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile > index 6954e07f815e..074f1e6dfc5a 100644 > --- a/mail/postfix/Makefile > +++ b/mail/postfix/Makefile > @@ -1,7 +1,7 @@ > # Created by: Torsten Blum > > PORTNAME= postfix > -DISTVERSION= 3.5.9 > +DISTVERSION= 3.6.1 > PORTREVISION?= 0 > PORTEPOCH= 1 > CATEGORIES= mail > diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo > index ef8991d5898a..d30723665c65 100644 > --- a/mail/postfix/distinfo > +++ b/mail/postfix/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1610898420 > -SHA256 (postfix/postfix-3.5.9.tar.gz) = 51ced5a3165a415beba812b6c9ead0496b7172ac6c3beb654d2ccd9a1b00762b > -SIZE (postfix/postfix-3.5.9.tar.gz) = 4620852 > +TIMESTAMP = 1623676976 > +SHA256 (postfix/postfix-3.6.1.tar.gz) = 20a805625601e7b95989220832c8fa14ce374f0711da054188f8cec6a92fd71c > +SIZE (postfix/postfix-3.6.1.tar.gz) = 4748754 > -- Regards, Bryan Drewery From owner-dev-commits-ports-branches@freebsd.org Tue Jun 15 18:41:59 2021 Return-Path: Delivered-To: dev-commits-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 1E800650820; Tue, 15 Jun 2021 18:41:59 +0000 (UTC) (envelope-from SRS0=Mlmw=LJ=FreeBSD.org=otis@ns2.wilbury.net) Received: from ns2.wilbury.net (ns2.wilbury.net [IPv6:2a01:b200:0:1:f816:3eff:fecd:13e6]) (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 (2048 bits) client-digest SHA256) (Client CN "svc.wilbury.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G4HGp6jVBz4rhh; Tue, 15 Jun 2021 18:41:54 +0000 (UTC) (envelope-from SRS0=Mlmw=LJ=FreeBSD.org=otis@ns2.wilbury.net) Received: from smtpclient.apple (gw-upc.owhome.net [188.167.168.254]) (Authenticated sender: juraj@lutter.sk) by svc.wilbury.net (Postfix) with ESMTPSA id 337C245CF9B; Tue, 15 Jun 2021 20:41:44 +0200 (CEST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.100.0.2.22\)) Subject: Re: git: 9fc40713734c - 2021Q2 - mail/postfix: Update to 3.6.1 From: Juraj Lutter In-Reply-To: <96385a08-a17e-94db-3e18-03c0e09fafcc@FreeBSD.org> Date: Tue, 15 Jun 2021 20:41:43 +0200 Cc: "ports-committers@freebsd.org" , "dev-commits-ports-all@freebsd.org" , "dev-commits-ports-branches@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <1228EC2F-E1EC-4EDB-943D-6D3EB3971F67@FreeBSD.org> References: <202106141901.15EJ1dKj061705@gitrepo.freebsd.org> <96385a08-a17e-94db-3e18-03c0e09fafcc@FreeBSD.org> To: Bryan Drewery X-Mailer: Apple Mail (2.3654.100.0.2.22) X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,KHOP_HELO_FCRDNS, SPF_HELO_NONE,SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.5 X-Spam-Checker-Version: SpamAssassin 3.4.5 (2021-03-20) on ns2.wilbury.net X-Rspamd-Queue-Id: 4G4HGp6jVBz4rhh X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of SRS0=Mlmw=LJ=FreeBSD.org=otis@ns2.wilbury.net has no SPF policy when checking 2a01:b200:0:1:f816:3eff:fecd:13e6) smtp.mailfrom=SRS0=Mlmw=LJ=FreeBSD.org=otis@ns2.wilbury.net X-Spamd-Result: default: False [-1.30 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; NEURAL_HAM_SHORT(-1.00)[-0.999]; FORGED_SENDER(0.30)[otis@FreeBSD.org,SRS0=Mlmw=LJ=FreeBSD.org=otis@ns2.wilbury.net]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[2a01:b200:0:1:f816:3eff:fecd:13e6:from]; ASN(0.00)[asn:44185, ipnet:2a01:b200::/32, country:SK]; MID_RHS_MATCH_FROM(0.00)[]; FROM_NEQ_ENVFROM(0.00)[otis@FreeBSD.org,SRS0=Mlmw=LJ=FreeBSD.org=otis@ns2.wilbury.net]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; RCPT_COUNT_THREE(0.00)[4]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[FreeBSD.org]; AUTH_NA(1.00)[]; SPAMHAUS_ZRD(0.00)[2a01:b200:0:1:f816:3eff:fecd:13e6:from:127.0.2.255]; R_DKIM_NA(0.00)[]; R_SPF_NA(0.00)[no SPF record]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[dev-commits-ports-all,dev-commits-ports-branches] X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2021 18:41:59 -0000 > On 15 Jun 2021, at 19:51, Bryan Drewery wrote: >=20 > This does not build. Several commits are missing. Yes, It has already been reported, will fix ASAP. otis =E2=80=94 =E2=80=94 Juraj Lutter otis@FreeBSD.org From owner-dev-commits-ports-branches@freebsd.org Tue Jun 15 18:57:41 2021 Return-Path: Delivered-To: dev-commits-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 88FC2650A55; Tue, 15 Jun 2021 18:57:41 +0000 (UTC) (envelope-from SRS0=Mlmw=LJ=FreeBSD.org=otis@ns2.wilbury.net) Received: from ns2.wilbury.net (ns2.wilbury.net [92.60.51.55]) (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 (2048 bits) client-digest SHA256) (Client CN "svc.wilbury.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G4Hd04Pxrz4s9f; Tue, 15 Jun 2021 18:57:40 +0000 (UTC) (envelope-from SRS0=Mlmw=LJ=FreeBSD.org=otis@ns2.wilbury.net) Received: from smtpclient.apple (gw-upc.owhome.net [188.167.168.254]) (Authenticated sender: juraj@lutter.sk) by svc.wilbury.net (Postfix) with ESMTPSA id EE85345CF9B; Tue, 15 Jun 2021 20:57:28 +0200 (CEST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.100.0.2.22\)) Subject: Re: git: 9fc40713734c - 2021Q2 - mail/postfix: Update to 3.6.1 From: Juraj Lutter In-Reply-To: <1228EC2F-E1EC-4EDB-943D-6D3EB3971F67@FreeBSD.org> Date: Tue, 15 Jun 2021 20:57:28 +0200 Cc: "ports-committers@freebsd.org" , "dev-commits-ports-all@freebsd.org" , "dev-commits-ports-branches@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: References: <202106141901.15EJ1dKj061705@gitrepo.freebsd.org> <96385a08-a17e-94db-3e18-03c0e09fafcc@FreeBSD.org> <1228EC2F-E1EC-4EDB-943D-6D3EB3971F67@FreeBSD.org> To: Bryan Drewery X-Mailer: Apple Mail (2.3654.100.0.2.22) X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,KHOP_HELO_FCRDNS, SPF_HELO_NONE,SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.5 X-Spam-Checker-Version: SpamAssassin 3.4.5 (2021-03-20) on ns2.wilbury.net X-Rspamd-Queue-Id: 4G4Hd04Pxrz4s9f X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of SRS0=Mlmw=LJ=FreeBSD.org=otis@ns2.wilbury.net has no SPF policy when checking 92.60.51.55) smtp.mailfrom=SRS0=Mlmw=LJ=FreeBSD.org=otis@ns2.wilbury.net X-Spamd-Result: default: False [-1.24 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; NEURAL_HAM_SHORT(-0.94)[-0.942]; FORGED_SENDER(0.30)[otis@FreeBSD.org,SRS0=Mlmw=LJ=FreeBSD.org=otis@ns2.wilbury.net]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[92.60.51.55:from]; ASN(0.00)[asn:44185, ipnet:92.60.48.0/22, country:SK]; MID_RHS_MATCH_FROM(0.00)[]; FROM_NEQ_ENVFROM(0.00)[otis@FreeBSD.org,SRS0=Mlmw=LJ=FreeBSD.org=otis@ns2.wilbury.net]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[FreeBSD.org]; AUTH_NA(1.00)[]; SPAMHAUS_ZRD(0.00)[92.60.51.55:from:127.0.2.255]; R_DKIM_NA(0.00)[]; R_SPF_NA(0.00)[no SPF record]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[dev-commits-ports-all,dev-commits-ports-branches] X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2021 18:57:41 -0000 > On 15 Jun 2021, at 20:41, Juraj Lutter wrote: >=20 >=20 >=20 >> On 15 Jun 2021, at 19:51, Bryan Drewery wrote: >>=20 >> This does not build. Several commits are missing. >=20 > Yes, It has already been reported, will fix ASAP. >=20 I wonder whether the backout of 9fc40713734c7e64f72768b5c0a15d5cdf1a1a87 = would be apropriate. As there is no mail/postfix35 in 2021Q2 and postfix newer than 3.5.9 = will not run on plain FreeBSD 11, backing out that commit should be sufficient, even without PORTEPOCH = increase (given that now the port does not build at all). Thoughts? Thanks otis =E2=80=94 Juraj Lutter otis@FreeBSD.org From owner-dev-commits-ports-branches@freebsd.org Tue Jun 15 19:49:47 2021 Return-Path: Delivered-To: dev-commits-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 5A097651C3F; Tue, 15 Jun 2021 19:49:47 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G4Jn71rKvz3CBp; Tue, 15 Jun 2021 19:49:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1D02B650E; Tue, 15 Jun 2021 19:49:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15FJnlaF053332; Tue, 15 Jun 2021 19:49:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15FJnlDM053331; Tue, 15 Jun 2021 19:49:47 GMT (envelope-from git) Date: Tue, 15 Jun 2021 19:49:47 GMT Message-Id: <202106151949.15FJnlDM053331@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Juraj Lutter Subject: git: 7cc516da8f64 - 2021Q2 - mail/postfix: Revert to 3.5.9 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: otis X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 7cc516da8f6409f7493f94033a86daaeeb005b39 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2021 19:49:47 -0000 The branch 2021Q2 has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=7cc516da8f6409f7493f94033a86daaeeb005b39 commit 7cc516da8f6409f7493f94033a86daaeeb005b39 Author: Juraj Lutter AuthorDate: 2021-06-15 19:27:21 +0000 Commit: Juraj Lutter CommitDate: 2021-06-15 19:27:21 +0000 mail/postfix: Revert to 3.5.9 Revert recent update to 3.6.1 back to 3.5.9 to fix the build. As there is no mail/postfix35 that builds on FreeBSD 11, keep mail/postfix on the last version known to build and run on FreeBSD 11. And while here, also update the MAINTAINER. No functional change. This is a direct commit to 2021Q2. --- mail/postfix/Makefile | 4 ++-- mail/postfix/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 074f1e6dfc5a..ba23f2795b7e 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,7 +1,7 @@ # Created by: Torsten Blum PORTNAME= postfix -DISTVERSION= 3.6.1 +DISTVERSION= 3.5.9 PORTREVISION?= 0 PORTEPOCH= 1 CATEGORIES= mail @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ MASTER_SITES:= ${MASTER_SITES:S|$|official/|} DIST_SUBDIR= ${PORTNAME} -MAINTAINER= ohauer@FreeBSD.org +MAINTAINER= otis@FreeBSD.org COMMENT?= Secure alternative to widely-used Sendmail LICENSE= IPL10 EPL diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index d30723665c65..ef8991d5898a 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623676976 -SHA256 (postfix/postfix-3.6.1.tar.gz) = 20a805625601e7b95989220832c8fa14ce374f0711da054188f8cec6a92fd71c -SIZE (postfix/postfix-3.6.1.tar.gz) = 4748754 +TIMESTAMP = 1610898420 +SHA256 (postfix/postfix-3.5.9.tar.gz) = 51ced5a3165a415beba812b6c9ead0496b7172ac6c3beb654d2ccd9a1b00762b +SIZE (postfix/postfix-3.5.9.tar.gz) = 4620852 From owner-dev-commits-ports-branches@freebsd.org Tue Jun 15 20:32:19 2021 Return-Path: Delivered-To: dev-commits-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 4121665316E; Tue, 15 Jun 2021 20:32:19 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G4KkC03jJz3JBp; Tue, 15 Jun 2021 20:32:19 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1623789139; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jAorXgj0NiW/2n6XSbXguueXlF0cJ27FD44hG0HLpTQ=; b=CB9Gx5aBEyYyY3MnW6QLYnnanCBL915HkQBiWEcwEjtgWqD0jWrI7TQwP0mUVO+I+Df2MS oWDv3eqbYwlNspmBexh+CZS8VTSrvMGro+VYS7+7UXY3AUVB2MYXQSW6H+TeFWn1Vqtaqp 0d5tE4BsGiyAx10csi1G1DpWGcDezukWu2EUfd54Qejab8MCqxSEN0J7nvlAZzZbzPLZPX YouCvaMfEe8N/VfoRmj3F2PgqaYQXr1Y5p6B6irdNd8PipqHlgWGxOKF0WCi6rGKm7iXBN pKZcesZ4h3qF+FItfuoExUYeE1K8LbvlfgNLt2cf73Fyw8HREpM+WSJvqKrdJQ== Received: from mail.xzibition.com (unknown [127.0.1.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 did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id CF485C567; Tue, 15 Jun 2021 20:32:18 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id D9D431865B; Tue, 15 Jun 2021 20:32:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id g-JZ23DQX7ov; Tue, 15 Jun 2021 20:32:14 +0000 (UTC) Subject: Re: git: 7cc516da8f64 - 2021Q2 - mail/postfix: Revert to 3.5.9 DKIM-Filter: OpenDKIM Filter v2.10.3 mail.xzibition.com 8B2A31864F To: Juraj Lutter , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org References: <202106151949.15FJnlDM053331@gitrepo.freebsd.org> From: Bryan Drewery Organization: FreeBSD Message-ID: Date: Tue, 15 Jun 2021 13:32:12 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.9.1 MIME-Version: 1.0 In-Reply-To: <202106151949.15FJnlDM053331@gitrepo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1623789139; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jAorXgj0NiW/2n6XSbXguueXlF0cJ27FD44hG0HLpTQ=; b=RkzjMvCsQlmrIHA6Z6YlFUXnZCkjFzwcwW3vWVk9PVAiuq94nx3y2pGv9kb/XHonBlEkxB ykaOKI85da5QVfG5ksbU4S7hgJFnOve+vnaqDcXAx1WHbIINyMC+cmHiwiP32kvkzrDH5X umdhCCx7+2gVQh4K8R7xXO7DO+1k9uhJYfZ+YkoaCLhCsFzwCAG+hDbgSzX+6K6F5oStxJ voY8kFAEJqZebwMojhsRJEfMmeUL8yW6cv3brP3RONvAdkXV9vErztrKeDOWEvH323jYIC LNb09vTq/Xv5jBbVbva7GPEetTJJywL6MJ+tRysKe6YL6Q5xWR7ZVfOseDKATQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1623789139; a=rsa-sha256; cv=none; b=Fpae1+YbIW/Am8Uc0jEfJdAuypSU1D0b9bYyq+N3HYjhrgFBtm/69TsPwsRT3uKyksFWZ9 7556m6WDHSaZM7JiKTX+59z1/wN+PI0hzk315P3PFRq1HeQKvAZg4LiiT1eaxL8U7q3IG7 M2TMLFpNFpnbLbOE1RzNv0lRNxNUct4kGBYZ7YYudd4agGN/KRw8hBDpiS9gKngLOPgF4I oaBVjqSHt7sVcachXjbQSpAOfoTFEAATE6E0g+/IgevJrT4coOsa+LtRVCp8n+PTXczx7L o4KColkTJvcmFCJAoDVUkpnyJ6beCyykW+i5jinbp7U1UY3LLyb2xKy6Sn+pRQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2021 20:32:19 -0000 On 6/15/21 12:49 PM, Juraj Lutter wrote: > The branch 2021Q2 has been updated by otis: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=7cc516da8f6409f7493f94033a86daaeeb005b39 > > commit 7cc516da8f6409f7493f94033a86daaeeb005b39 > Author: Juraj Lutter > AuthorDate: 2021-06-15 19:27:21 +0000 > Commit: Juraj Lutter > CommitDate: 2021-06-15 19:27:21 +0000 > > mail/postfix: Revert to 3.5.9 > > Revert recent update to 3.6.1 back to 3.5.9 to fix the build. As there > is no mail/postfix35 that builds on FreeBSD 11, keep mail/postfix on the > last version known to build and run on FreeBSD 11. > > And while here, also update the MAINTAINER. No functional change. > > This is a direct commit to 2021Q2. > --- Looks good. Since it didn't build a PORTEPOCH bump wasn't needed, good. > mail/postfix/Makefile | 4 ++-- > mail/postfix/distinfo | 6 +++--- > 2 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile > index 074f1e6dfc5a..ba23f2795b7e 100644 > --- a/mail/postfix/Makefile > +++ b/mail/postfix/Makefile > @@ -1,7 +1,7 @@ > # Created by: Torsten Blum > > PORTNAME= postfix > -DISTVERSION= 3.6.1 > +DISTVERSION= 3.5.9 > PORTREVISION?= 0 > PORTEPOCH= 1 > CATEGORIES= mail > @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ > MASTER_SITES:= ${MASTER_SITES:S|$|official/|} > DIST_SUBDIR= ${PORTNAME} > > -MAINTAINER= ohauer@FreeBSD.org > +MAINTAINER= otis@FreeBSD.org > COMMENT?= Secure alternative to widely-used Sendmail > > LICENSE= IPL10 EPL > diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo > index d30723665c65..ef8991d5898a 100644 > --- a/mail/postfix/distinfo > +++ b/mail/postfix/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1623676976 > -SHA256 (postfix/postfix-3.6.1.tar.gz) = 20a805625601e7b95989220832c8fa14ce374f0711da054188f8cec6a92fd71c > -SIZE (postfix/postfix-3.6.1.tar.gz) = 4748754 > +TIMESTAMP = 1610898420 > +SHA256 (postfix/postfix-3.5.9.tar.gz) = 51ced5a3165a415beba812b6c9ead0496b7172ac6c3beb654d2ccd9a1b00762b > +SIZE (postfix/postfix-3.5.9.tar.gz) = 4620852 > -- Regards, Bryan Drewery From owner-dev-commits-ports-branches@freebsd.org Wed Jun 16 18:45:16 2021 Return-Path: Delivered-To: dev-commits-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 2B86D667312; Wed, 16 Jun 2021 18:45:16 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G4vJD0mzLz3CcG; Wed, 16 Jun 2021 18:45:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 02DC320E88; Wed, 16 Jun 2021 18:45:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15GIjFWc095643; Wed, 16 Jun 2021 18:45:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15GIjFX3095642; Wed, 16 Jun 2021 18:45:15 GMT (envelope-from git) Date: Wed, 16 Jun 2021 18:45:15 GMT Message-Id: <202106161845.15GIjFX3095642@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Bernhard Froehlich Subject: git: 0e355ccdc9cf - 2021Q2 - net/wireguard-kmod: Fix build on latest stable/13 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: decke X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 0e355ccdc9cf44ab92353a08efd3e8b323886937 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jun 2021 18:45:16 -0000 The branch 2021Q2 has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=0e355ccdc9cf44ab92353a08efd3e8b323886937 commit 0e355ccdc9cf44ab92353a08efd3e8b323886937 Author: Bernhard Froehlich AuthorDate: 2021-06-16 18:28:48 +0000 Commit: Bernhard Froehlich CommitDate: 2021-06-16 18:43:48 +0000 net/wireguard-kmod: Fix build on latest stable/13 PR: 256639 Obtained from: https://git.zx2c4.com/wireguard-freebsd/commit/?id=64a507ad6b3c7e8455c67b452160b9e4211fd872 (cherry picked from commit 57eb088f783473d1a7975d31a669d50b2f724e42) --- net/wireguard-kmod/Makefile | 1 + net/wireguard-kmod/files/patch-compat.h | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/net/wireguard-kmod/Makefile b/net/wireguard-kmod/Makefile index 3ae33d0fc1fd..04b4241cf112 100644 --- a/net/wireguard-kmod/Makefile +++ b/net/wireguard-kmod/Makefile @@ -1,6 +1,7 @@ PORTNAME= wireguard-kmod PORTVERSION= 0.0.20210606 +PORTREVISION= 1 CATEGORIES= net net-vpn MASTER_SITES= https://git.zx2c4.com/wireguard-freebsd/snapshot/ DISTNAME= wireguard-freebsd-${PORTVERSION} diff --git a/net/wireguard-kmod/files/patch-compat.h b/net/wireguard-kmod/files/patch-compat.h new file mode 100644 index 000000000000..b1dd32249515 --- /dev/null +++ b/net/wireguard-kmod/files/patch-compat.h @@ -0,0 +1,22 @@ +From 64a507ad6b3c7e8455c67b452160b9e4211fd872 Mon Sep 17 00:00:00 2001 +From: "Jason A. Donenfeld" +Date: Mon, 7 Jun 2021 11:50:20 +0200 +Subject: compat: taskqueue draining was backported to stable/13 + +Since 407b687dfef ("Make sure all tasklets are drained before unloading +the LinuxKPI. Else use-after-free may happen."), stable/13 now has the +taskqueue API that we need. + +Reported-by: Herbert J. Skuhra +Signed-off-by: Jason A. Donenfeld +--- compat.h.orig 2021-06-06 13:35:25 UTC ++++ compat.h +@@ -8,7 +8,7 @@ + + #include + +-#if __FreeBSD_version < 1400000 ++#if __FreeBSD_version < 1300507 + #include + #include + From owner-dev-commits-ports-branches@freebsd.org Wed Jun 16 22:07:54 2021 Return-Path: Delivered-To: dev-commits-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 837EE644A7E; Wed, 16 Jun 2021 22:07:54 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G4zp23FKtz3wV5; Wed, 16 Jun 2021 22:07:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 572EB23B06; Wed, 16 Jun 2021 22:07:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15GM7sPr063242; Wed, 16 Jun 2021 22:07:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15GM7sbS063241; Wed, 16 Jun 2021 22:07:54 GMT (envelope-from git) Date: Wed, 16 Jun 2021 22:07:54 GMT Message-Id: <202106162207.15GM7sbS063241@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Juraj Lutter Subject: git: 932f023d54e7 - 2021Q2 - mail/postfix*: Direct commit to update MAINTAINER MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: otis X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 932f023d54e7894c5967d302cecb28f2f7a38df1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jun 2021 22:07:54 -0000 The branch 2021Q2 has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=932f023d54e7894c5967d302cecb28f2f7a38df1 commit 932f023d54e7894c5967d302cecb28f2f7a38df1 Author: Juraj Lutter AuthorDate: 2021-06-15 19:59:59 +0000 Commit: Juraj Lutter CommitDate: 2021-06-16 22:06:58 +0000 mail/postfix*: Direct commit to update MAINTAINER - Direct commit to update MAINTAINER of mail/postfix ports. - No functional changes --- mail/postfix-current-sasl/Makefile | 2 +- mail/postfix-current/Makefile | 2 +- mail/postfix-ldap-sasl/Makefile | 2 +- mail/postfix-sasl/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mail/postfix-current-sasl/Makefile b/mail/postfix-current-sasl/Makefile index 241762ae15ab..ff74bb997a51 100644 --- a/mail/postfix-current-sasl/Makefile +++ b/mail/postfix-current-sasl/Makefile @@ -1,7 +1,7 @@ PKGNAMESUFFIX?= -current-sasl -MAINTAINER= ohauer@FreeBSD.org +MAINTAINER= otis@FreeBSD.org COMMENT= Postfix with Cyrus SASL support MASTERDIR= ${.CURDIR}/../postfix-current diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 65eb281f0ee1..60c6dac67d77 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -16,7 +16,7 @@ MASTER_SITES:= ${MASTER_SITES:S|$|experimental/|} PKGNAMESUFFIX?= -current DIST_SUBDIR= ${PORTNAME} -MAINTAINER= ohauer@FreeBSD.org +MAINTAINER= otis@FreeBSD.org COMMENT= Experimental Postfix version LICENSE= IPL10 EPL diff --git a/mail/postfix-ldap-sasl/Makefile b/mail/postfix-ldap-sasl/Makefile index cc44ca185754..ee4b2ee49f08 100644 --- a/mail/postfix-ldap-sasl/Makefile +++ b/mail/postfix-ldap-sasl/Makefile @@ -1,7 +1,7 @@ PKGNAMESUFFIX?= -ldap-sasl -MAINTAINER= ohauer@FreeBSD.org +MAINTAINER= otis@FreeBSD.org COMMENT= Postfix with OpenLDAP and Cyrus SASL support MASTERDIR= ${.CURDIR}/../postfix diff --git a/mail/postfix-sasl/Makefile b/mail/postfix-sasl/Makefile index f5d9fd0c8b5b..d473936a4b27 100644 --- a/mail/postfix-sasl/Makefile +++ b/mail/postfix-sasl/Makefile @@ -1,7 +1,7 @@ PKGNAMESUFFIX?= -sasl -MAINTAINER= ohauer@FreeBSD.org +MAINTAINER= otis@FreeBSD.org COMMENT= Postfix with Cyrus SASL support MASTERDIR= ${.CURDIR}/../postfix From owner-dev-commits-ports-branches@freebsd.org Thu Jun 17 08:40:59 2021 Return-Path: Delivered-To: dev-commits-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 40FCE64F624; Thu, 17 Jun 2021 08:40:59 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G5FrW147jz3sr1; Thu, 17 Jun 2021 08:40:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0D52240FD; Thu, 17 Jun 2021 08:40:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15H8ewFw009185; Thu, 17 Jun 2021 08:40:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15H8ewIn009184; Thu, 17 Jun 2021 08:40:58 GMT (envelope-from git) Date: Thu, 17 Jun 2021 08:40:58 GMT Message-Id: <202106170840.15H8ewIn009184@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Mathieu Arnold Subject: git: ccd805d32e35 - 2021Q2 - dns/bind916: Update to 9.16.17. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mat X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: ccd805d32e3522eee71501f122f41f59f99fd1b5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jun 2021 08:40:59 -0000 The branch 2021Q2 has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=ccd805d32e3522eee71501f122f41f59f99fd1b5 commit ccd805d32e3522eee71501f122f41f59f99fd1b5 Author: Mathieu Arnold AuthorDate: 2021-06-17 08:14:54 +0000 Commit: Mathieu Arnold CommitDate: 2021-06-17 08:37:15 +0000 dns/bind916: Update to 9.16.17. Changes: https://downloads.isc.org/isc/bind9/9.16.17/doc/arm/html/notes.html#notes-for-bind-9-16-17 MFH: yes (cherry picked from commit bd84c5b4f210c3ac266a2eaa33f0481d47a87053) --- dns/bind916/Makefile | 2 +- dns/bind916/distinfo | 6 +++--- dns/bind916/files/extrapatch-bind-min-override-ttl | 12 ++++++------ dns/bind916/files/extrapatch-bind-tools | 8 ++++---- dns/bind916/files/patch-configure | 4 ++-- dns/bind916/pkg-plist | 4 +++- 6 files changed, 19 insertions(+), 17 deletions(-) diff --git a/dns/bind916/Makefile b/dns/bind916/Makefile index cf23c7d650cf..7d2bcaba7c35 100644 --- a/dns/bind916/Makefile +++ b/dns/bind916/Makefile @@ -40,7 +40,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.16 +ISCVERSION= 9.16.17 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} diff --git a/dns/bind916/distinfo b/dns/bind916/distinfo index 8101fe002ee4..011391ed2f6d 100644 --- a/dns/bind916/distinfo +++ b/dns/bind916/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621600291 -SHA256 (bind-9.16.16.tar.xz) = 6c913902adf878e7dc5e229cea94faefc9d40f44775a30213edd08860f761d7b -SIZE (bind-9.16.16.tar.xz) = 5016864 +TIMESTAMP = 1623917461 +SHA256 (bind-9.16.17.tar.xz) = 6a4d4a0aefcab852bf415d48212cab5b1110269b74dcb119bdbf303bff385cfa +SIZE (bind-9.16.17.tar.xz) = 5021984 diff --git a/dns/bind916/files/extrapatch-bind-min-override-ttl b/dns/bind916/files/extrapatch-bind-min-override-ttl index 0fa5d5fd7dac..36e82c339d80 100644 --- a/dns/bind916/files/extrapatch-bind-min-override-ttl +++ b/dns/bind916/files/extrapatch-bind-min-override-ttl @@ -1,6 +1,6 @@ Add the override-cache-ttl feature. ---- bin/named/config.c.orig 2021-04-19 13:45:50 UTC +--- bin/named/config.c.orig 2021-06-08 10:45:10 UTC +++ bin/named/config.c @@ -180,6 +180,7 @@ options {\n\ notify-source *;\n\ @@ -10,7 +10,7 @@ Add the override-cache-ttl feature. provide-ixfr true;\n\ qname-minimization relaxed;\n\ query-source address *;\n\ ---- bin/named/server.c.orig 2021-04-19 13:45:50 UTC +--- bin/named/server.c.orig 2021-06-08 10:45:10 UTC +++ bin/named/server.c @@ -4364,6 +4364,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl } @@ -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 2021-04-19 13:45:50 UTC +--- lib/dns/include/dns/view.h.orig 2021-06-08 10:45:10 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 2021-04-19 13:45:50 UTC +--- lib/dns/resolver.c.orig 2021-06-08 10:45:10 UTC +++ lib/dns/resolver.c -@@ -6477,6 +6477,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_mes +@@ -6476,6 +6476,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 2021-04-19 13:45:50 UTC +--- lib/isccfg/namedconf.c.orig 2021-06-08 10:45:10 UTC +++ lib/isccfg/namedconf.c @@ -2047,6 +2047,7 @@ static cfg_clausedef_t view_clauses[] = { #endif /* ifdef HAVE_LMDB */ diff --git a/dns/bind916/files/extrapatch-bind-tools b/dns/bind916/files/extrapatch-bind-tools index da9da5dfd8da..966809ffc7cd 100644 --- a/dns/bind916/files/extrapatch-bind-tools +++ b/dns/bind916/files/extrapatch-bind-tools @@ -1,6 +1,6 @@ Only select the "tools" part of bind for building. ---- Makefile.in.orig 2020-09-04 10:44:49 UTC +--- Makefile.in.orig 2021-06-08 10:45:10 UTC +++ Makefile.in @@ -17,7 +17,7 @@ W3M = @W3M@ @@ -11,15 +11,15 @@ Only select the "tools" part of bind for building. TARGETS = PREREQS = bind.keys.h -@@ -53,7 +53,6 @@ installdirs: - $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man1 +@@ -51,7 +51,6 @@ installdirs: + $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${sysconfdir} install:: installdirs - ${INSTALL_DATA} ${top_srcdir}/bind.keys ${DESTDIR}${sysconfdir} uninstall:: rm -f ${DESTDIR}${sysconfdir}/bind.keys ---- bin/Makefile.in.orig 2020-09-04 10:44:49 UTC +--- bin/Makefile.in.orig 2021-06-08 10:45:10 UTC +++ bin/Makefile.in @@ -11,8 +11,8 @@ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/dns/bind916/files/patch-configure b/dns/bind916/files/patch-configure index acd2d5d131a4..de6888343d83 100644 --- a/dns/bind916/files/patch-configure +++ b/dns/bind916/files/patch-configure @@ -1,6 +1,6 @@ Fixup gssapi and db detection. ---- configure.orig 2021-04-19 13:45:50 UTC +--- configure.orig 2021-06-08 10:45:10 UTC +++ configure @@ -17758,27 +17758,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 -@@ -23231,7 +23173,7 @@ $as_echo "" >&6; } +@@ -23262,7 +23204,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). diff --git a/dns/bind916/pkg-plist b/dns/bind916/pkg-plist index 4fc8dbff7cad..d95b32c06e4f 100644 --- a/dns/bind916/pkg-plist +++ b/dns/bind916/pkg-plist @@ -131,6 +131,7 @@ include/isc/assertions.h include/isc/astack.h include/isc/atomic.h include/isc/backtrace.h +include/isc/barrier.h include/isc/base32.h include/isc/base64.h include/isc/bind9.h @@ -169,6 +170,7 @@ include/isc/likely.h include/isc/list.h include/isc/log.h include/isc/magic.h +include/isc/managers.h include/isc/md.h include/isc/mem.h include/isc/meminfo.h @@ -220,9 +222,9 @@ include/isc/taskpool.h include/isc/thread.h include/isc/time.h include/isc/timer.h -include/isc/tls.h include/isc/tm.h include/isc/types.h +include/isc/url.h include/isc/utf8.h include/isc/util.h include/isc/version.h From owner-dev-commits-ports-branches@freebsd.org Thu Jun 17 09:32:23 2021 Return-Path: Delivered-To: dev-commits-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 7034D6500E2; Thu, 17 Jun 2021 09:32:23 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G5Gzq2knrz4RXs; Thu, 17 Jun 2021 09:32:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 45EA94D78; Thu, 17 Jun 2021 09:32:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15H9WNS6082033; Thu, 17 Jun 2021 09:32:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15H9WNxh082032; Thu, 17 Jun 2021 09:32:23 GMT (envelope-from git) Date: Thu, 17 Jun 2021 09:32:23 GMT Message-Id: <202106170932.15H9WNxh082032@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Rene Ladan Subject: git: 9c8545d7801e - 2021Q2 - www/chromium: update to 91.0.4472.101 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rene X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 9c8545d7801e5a5b68dd4c68d5f0dcb7109015d0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jun 2021 09:32:23 -0000 The branch 2021Q2 has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=9c8545d7801e5a5b68dd4c68d5f0dcb7109015d0 commit 9c8545d7801e5a5b68dd4c68d5f0dcb7109015d0 Author: Matthias Wolf AuthorDate: 2021-06-17 09:22:35 +0000 Commit: Rene Ladan CommitDate: 2021-06-17 09:32:02 +0000 www/chromium: update to 91.0.4472.101 Security: https://vuxml.freebsd.org/freebsd/20b3ab21-c9df-11eb-8558-3065ec8fd3ec.html (cherry picked from commit 06317815238060a3a7f5911f18a3dd7c95779c83) --- www/chromium/Makefile | 22 +- www/chromium/distinfo | 10 +- .../extra-patch-build_config_compiler_pgo_pgo.gni | 2 +- ...__allocator_page__allocator__internals__posix.h | 2 +- www/chromium/files/patch-BUILD.gn | 22 +- www/chromium/files/patch-base_BUILD.gn | 16 +- .../files/patch-base_allocator_allocator.gni | 4 +- ...partition__allocator_partition__alloc__config.h | 17 + ...tition__allocator_partition__alloc__unittest.cc | 6 +- ...locator_partition__allocator_partition__root.cc | 12 +- ...llocator_partition__allocator_spinning__mutex.h | 21 +- ...locator_partition__allocator_starscan_pcscan.cc | 11 + www/chromium/files/patch-base_base__switches.cc | 6 +- www/chromium/files/patch-base_base__switches.h | 6 +- www/chromium/files/patch-base_bind.h | 11 - .../files/patch-base_files_file__path__unittest.cc | 4 +- ...tch-base_files_file__path__watcher__unittest.cc | 14 +- www/chromium/files/patch-base_files_file__util.h | 6 +- .../files/patch-base_files_file__util__posix.cc | 18 +- www/chromium/files/patch-base_i18n_icu__util.cc | 6 +- .../files/patch-base_memory_discardable__memory.cc | 10 +- .../files/patch-base_posix_unix__domain__socket.cc | 4 +- www/chromium/files/patch-base_process_launch.h | 4 +- www/chromium/files/patch-base_process_memory.cc | 4 +- .../files/patch-base_process_process__metrics.cc | 19 +- .../files/patch-base_process_process__metrics.h | 24 +- .../patch-base_profiler_stack__copier__signal.cc | 8 +- www/chromium/files/patch-base_test_BUILD.gn | 4 +- www/chromium/files/patch-base_test_test__suite.cc | 8 +- ...patch-base_threading_platform__thread__posix.cc | 34 +- ...e_threading_scoped__blocking__call__unittest.cc | 6 +- .../files/patch-base_time_time__unittest.cc | 6 +- ...tch-base_trace__event_malloc__dump__provider.cc | 6 +- ...atch-base_trace__event_process__memory__dump.cc | 4 +- ...pressure_system__memory__pressure__evaluator.cc | 20 - www/chromium/files/patch-build_config_BUILD.gn | 6 +- .../files/patch-build_config_BUILDCONFIG.gn | 8 +- .../files/patch-build_config_compiler_BUILD.gn | 40 +- .../files/patch-build_config_compiler_compiler.gni | 4 +- .../files/patch-build_toolchain_gcc__toolchain.gni | 23 +- .../files/patch-build_toolchain_linux_BUILD.gn | 15 +- www/chromium/files/patch-cc_BUILD.gn | 6 +- .../files/patch-cc_trees_frame__rate__estimator.cc | 11 - www/chromium/files/patch-chrome_BUILD.gn | 4 +- www/chromium/files/patch-chrome_app_BUILD.gn | 4 +- .../patch-chrome_app_chrome__main__delegate.cc | 22 +- .../files/patch-chrome_app_chromium__strings.grd | 6 +- .../patch-chrome_app_generated__resources.grd | 8 +- .../patch-chrome_app_google__chrome__strings.grd | 6 +- .../files/patch-chrome_app_settings__strings.grdp | 6 +- www/chromium/files/patch-chrome_browser_BUILD.gn | 8 +- .../files/patch-chrome_browser_about__flags.cc | 116 +- ...h-chrome_browser_after__startup__task__utils.cc | 8 +- ...i_media__galleries_media__galleries__apitest.cc | 6 +- ...__galleries_media__galleries__watch__apitest.cc | 4 +- ...browser_background_background__mode__manager.cc | 4 +- .../patch-chrome_browser_browser__resources.grd | 4 +- ...ta_chrome__browsing__data__remover__delegate.cc | 6 +- ..._browser_chrome__browser__interface__binders.cc | 15 +- .../patch-chrome_browser_chrome__browser__main.cc | 16 +- ...ome_browser_chrome__content__browser__client.cc | 50 +- ...rome_browser_chrome__content__browser__client.h | 4 +- ...wser_crash__upload__list_crash__upload__list.cc | 12 +- ...custom__handlers_protocol__handler__registry.cc | 4 +- ...-chrome_browser_dev__ui__browser__resources.grd | 4 +- ...tity_device__oauth2__token__service__factory.cc | 4 +- ...download_chrome__download__manager__delegate.cc | 10 +- ...ch-chrome_browser_download_download__commands.h | 4 +- ...atch-chrome_browser_download_download__query.cc | 4 +- ...wser_download_download__shelf__context__menu.cc | 4 +- ...nectors_device__trust_device__trust__service.cc | 38 + ...nnectors_device__trust_device__trust__service.h | 26 + .../files/patch-chrome_browser_extensions_BUILD.gn | 4 +- ...api_erp_chrome_desktop_report_request_helper.cc | 2 +- ...n__action_browser__action__interactive__test.cc | 4 +- ...extensions_api_settings__private_prefs__util.cc | 8 +- ...gging__private_webrtc__logging__private__api.cc | 6 +- ..._browser_extensions_external__provider__impl.cc | 6 +- .../patch-chrome_browser_flag__descriptions.cc | 25 +- .../patch-chrome_browser_flag__descriptions.h | 26 +- ...dia__galleries_media__file__system__registry.cc | 4 +- ...ser_media_webrtc_webrtc__logging__controller.cc | 8 +- .../files/patch-chrome_browser_memory__details.cc | 6 +- ...chrome__browser__main__extra__parts__metrics.cc | 6 +- ...ser_metrics_chrome__metrics__service__client.cc | 6 +- ...rowser_net_system__network__context__manager.cc | 12 +- ...cations_notification__display__service__impl.cc | 8 +- ...d__manager_chrome__password__manager__client.cc | 4 +- ...r_password__manager_password__store__factory.cc | 4 +- ...atch-chrome_browser_pdf_pdf__extension__test.cc | 6 +- ...rformance__manager_policies_policy__features.cc | 10 +- ...rformance__monitor_process__metrics__history.cc | 10 +- ...formance__monitor_process__metrics__recorder.cc | 32 +- ...rowser_performance__monitor_process__monitor.cc | 8 +- ...browser_performance__monitor_process__monitor.h | 8 +- .../patch-chrome_browser_platform__util__linux.cc | 12 + ...wser__cloud__management__controller__desktop.cc | 6 +- ...onfiguration__policy__handler__list__factory.cc | 35 +- .../patch-chrome_browser_prefs_browser__prefs.cc | 23 +- ...tch-chrome_browser_process__singleton__posix.cc | 6 +- ...hrome__browser__main__extra__parts__profiles.cc | 4 +- .../files/patch-chrome_browser_profiles_profile.cc | 4 +- ..._browser_profiles_profile__attributes__entry.cc | 4 +- ...atch-chrome_browser_profiles_profiles__state.cc | 4 +- ...r__context__menu_render__view__context__menu.cc | 4 +- ...h-chrome_browser_renderer__preferences__util.cc | 8 +- ...__router_extension_src_utils_platform__utils.js | 11 + ...s_settings_appearance__page_appearance__page.js | 12 +- ...ings_autofill__page_passwords__shared__css.html | 11 + ...atch-chrome_browser_resources_settings_route.js | 11 + ...owser_resources_signin_signin__shared__css.html | 11 + ...dent__reporting_incident__reporting__service.cc | 4 +- ...h-chrome_browser_search_drive_drive__service.cc | 11 + ...tch-chrome_browser_sessions_session__restore.cc | 11 + ...rowser_sharing_sharing__device__registration.cc | 4 +- ...ser_sharing_sharing__handler__registry__impl.cc | 6 +- ...rowser_sync_device__info__sync__client__impl.cc | 11 + ...er_sync_device__info__sync__service__factory.cc | 17 - ...e_browser_task__manager_sampling_task__group.cc | 4 +- ...r_task__manager_sampling_task__manager__impl.cc | 4 +- ...browser_task__manager_task__manager__observer.h | 4 +- .../patch-chrome_browser_themes_theme__helper.cc | 4 +- .../files/patch-chrome_browser_ui_BUILD.gn | 4 +- ...browser_ui_startup_startup__browser__creator.cc | 29 + ...r_ui_startup_startup__browser__creator__impl.cc | 11 + .../files/patch-chrome_browser_ui_tab__helpers.cc | 8 +- ...ui_task__manager_task__manager__table__model.cc | 10 +- ...chrome_browser_ui_test_test__browser__dialog.cc | 4 +- ...ui_views_bookmarks_bookmark__bar__view__test.cc | 4 +- ...ser_ui_views_eye__dropper_eye__dropper__view.cc | 11 + ..._views_eye__dropper_eye__dropper__view__aura.cc | 11 + ...chrome_browser_ui_views_frame_browser__frame.cc | 8 +- ...-chrome_browser_ui_views_frame_browser__view.cc | 6 +- ...chrome_browser_ui_views_hung__renderer__view.cc | 4 +- .../patch-chrome_browser_ui_views_tabs_tab.cc | 6 +- ..._browser_ui_views_tabs_tab__drag__controller.cc | 8 +- ...i_webui_chrome__web__ui__controller__factory.cc | 16 +- ..._browser_ui_webui_ntp_app__launcher__handler.cc | 4 +- ...tings_settings__localized__strings__provider.cc | 6 +- ...ponents_web__app__file__handler__registration.h | 8 +- ...ts_web__app__protocol__handler__registration.cc | 11 + ...ions_components_web__app__run__on__os__login.cc | 11 - ...eb__applications_pending__app__install__task.cc | 8 +- ...er_web__applications_web__app__install__task.cc | 8 +- ...browser_web__applications_web__app__provider.cc | 4 +- www/chromium/files/patch-chrome_common_BUILD.gn | 6 +- .../files/patch-chrome_common_channel__info.h | 4 +- .../patch-chrome_common_channel__info__posix.cc | 8 +- .../files/patch-chrome_common_chrome__features.cc | 24 +- .../files/patch-chrome_common_chrome__features.h | 15 +- .../files/patch-chrome_common_chrome__switches.cc | 4 +- .../files/patch-chrome_common_chrome__switches.h | 4 +- .../files/patch-chrome_common_pref__names.cc | 14 +- .../files/patch-chrome_common_pref__names.h | 14 +- .../patch-chrome_common_webui__url__constants.cc | 16 +- .../patch-chrome_common_webui__url__constants.h | 12 +- ...services_speech_audio__source__fetcher__impl.cc | 11 + www/chromium/files/patch-chrome_test_BUILD.gn | 8 +- ...-chrome_test_base_in__process__browser__test.cc | 8 +- ...hrome_test_base_interactive__ui__tests__main.cc | 8 +- .../patch-chrome_test_base_test__browser__window.h | 12 +- ...e_test_chromedriver_key__converter__unittest.cc | 10 +- .../files/patch-chrome_utility_services.cc | 8 +- ...hromecast_browser_cast__browser__main__parts.cc | 24 +- ...chromecast_browser_cast__browser__main__parts.h | 4 +- ...ecast_browser_cast__content__browser__client.cc | 8 +- ...ecast_browser_metrics_cast__browser__metrics.cc | 18 +- ...ast_renderer_cast__content__renderer__client.cc | 4 +- www/chromium/files/patch-components_BUILD.gn | 4 +- ...ill_core_common_autofill__payments__features.cc | 4 +- ...mponents_autofill_core_common_autofill__util.cc | 4 +- ...components_cast__channel_cast__message__util.cc | 11 + ...patch-components_crash_content_browser_BUILD.gn | 4 +- ...mponents_download_internal_common_base__file.cc | 20 - ..._feature__engagement_public_event__constants.cc | 4 +- ...s_feature__engagement_public_event__constants.h | 4 +- ...e__engagement_public_feature__configurations.cc | 6 +- ...eature__engagement_public_feature__constants.cc | 8 +- ...feature__engagement_public_feature__constants.h | 6 +- ...nts_feature__engagement_public_feature__list.cc | 8 +- ...ents_feature__engagement_public_feature__list.h | 14 +- ...omponents_feed_core_proto_v2_wire_version.proto | 12 +- .../patch-components_flags__ui_flags__state.cc | 4 +- .../files/patch-components_metrics_metrics__log.cc | 4 +- ...rator_browser_network__session__configurator.cc | 4 +- .../files/patch-components_os__crypt_os__crypt.h | 10 +- ...aint__preview_browser_paint__preview__client.cc | 4 +- ...icy_core_browser_policy__pref__mapping__test.cc | 6 +- ...ponents_policy_resources_policy__templates.json | 18 +- ...-components_previews_core_previews__features.cc | 18 - ...ials_content_captive__portal__blocking__page.cc | 4 +- ...onents_security__interstitials_content_utils.cc | 4 +- ...metric__utils_browser_startup__metric__utils.cc | 20 + ...storage__monitor_removable__device__constants.h | 4 +- ...sync__device__info_local__device__info__util.cc | 4 +- ..._formatter_spoof__checks_idn__spoof__checker.cc | 4 +- .../files/patch-components_viz_common_features.cc | 8 +- ..._display__embedder_software__output__surface.cc | 6 +- ...e__sinks_root__compositor__frame__sink__impl.cc | 6 +- ...me__sinks_root__compositor__frame__sink__impl.h | 4 +- ...atch-content_app_content__main__runner__impl.cc | 16 +- www/chromium/files/patch-content_browser_BUILD.gn | 4 +- .../patch-content_browser_browser__main__loop.cc | 11 +- ..._compositor_viz__process__transport__factory.cc | 4 +- ...wser_devtools_protocol_system__info__handler.cc | 6 +- ...ent_browser_download_download__manager__impl.cc | 6 +- .../patch-content_browser_gpu_compositor__util.cc | 12 +- ...patch-content_browser_gpu_gpu__process__host.cc | 6 +- ...content_browser_ppapi__plugin__process__host.cc | 4 +- ...rowser_renderer__host_delegated__frame__host.cc | 4 +- ...renderer__host_pepper_pepper__file__io__host.cc | 6 +- ...owser_renderer__host_render__message__filter.cc | 8 +- ...rowser_renderer__host_render__message__filter.h | 4 +- ...r_renderer__host_render__process__host__impl.cc | 16 +- ...wser_renderer__host_render__view__host__impl.cc | 4 +- ...t_render__widget__host__view__event__handler.cc | 4 +- ...scheduler_responsiveness_jank__monitor__impl.cc | 4 +- ...patch-content_browser_utility__process__host.cc | 6 +- ...wser_web__contents_web__contents__view__aura.cc | 8 +- www/chromium/files/patch-content_common_BUILD.gn | 8 +- www/chromium/files/patch-content_gpu_gpu__main.cc | 6 +- ...atch-content_public_common_content__constants.h | 4 +- ...atch-content_public_common_content__features.cc | 6 +- ...atch-content_public_common_content__switches.cc | 4 +- ...patch-content_public_common_content__switches.h | 11 +- ...atch-content_public_test_browser__test__base.cc | 4 +- ...patch-content_renderer_render__process__impl.cc | 10 +- .../patch-content_renderer_render__thread__impl.cc | 28 +- ...ent_renderer_renderer__blink__platform__impl.cc | 10 +- ...tent_renderer_renderer__blink__platform__impl.h | 8 +- ...er_renderer__main__platform__delegate__linux.cc | 14 +- ...ontent_shell_browser_shell__browser__context.cc | 6 +- www/chromium/files/patch-content_test_BUILD.gn | 8 +- www/chromium/files/patch-content_utility_BUILD.gn | 10 +- .../files/patch-content_utility_utility__main.cc | 14 + www/chromium/files/patch-device_fido_features.cc | 11 + .../patch-device_gamepad_gamepad__provider.cc | 6 +- ...sions_browser_api_messaging_message__service.cc | 10 +- ..._browser__context__keyed__service__factories.cc | 4 +- .../files/patch-extensions_common_api_runtime.json | 4 +- .../files/patch-extensions_common_stack__frame.cc | 4 +- www/chromium/files/patch-extensions_shell_BUILD.gn | 4 +- ...ommand__buffer_service_webgpu__decoder__impl.cc | 4 +- ...ch-gpu_command__buffer_tests_gl__test__utils.cc | 4 +- ...-gpu_ipc_common_gpu__memory__buffer__support.cc | 12 +- ...h-gpu_ipc_common_gpu__memory__buffer__support.h | 10 +- .../files/patch-gpu_ipc_service_gpu__init.cc | 32 +- .../patch-gpu_ipc_service_gpu__watchdog__thread.h | 6 +- .../files/patch-gpu_vulkan_generate__bindings.py | 29 + .../patch-gpu_vulkan_vulkan__function__pointers.h | 6 +- www/chromium/files/patch-headless_BUILD.gn | 10 +- ...ss_lib_browser_headless__browser__main__parts.h | 6 +- ...b_browser_headless__content__browser__client.cc | 4 +- ...adless_lib_headless__content__main__delegate.cc | 13 +- .../files/patch-ipc_ipc__message__utils.cc | 4 +- www/chromium/files/patch-ipc_ipc__message__utils.h | 4 +- .../patch-media_audio_audio__input__device.cc | 4 +- .../files/patch-media_base_media__switches.cc | 22 +- .../files/patch-media_base_media__switches.h | 16 +- .../files/patch-media_base_video__frame.cc | 12 +- www/chromium/files/patch-media_base_video__frame.h | 4 +- ..._capture_video_linux_v4l2__capture__delegate.cc | 4 +- www/chromium/files/patch-media_media__options.gni | 4 +- ...ojo_clients_mojo__video__encode__accelerator.cc | 11 - ...media_mojo_mojom_video__frame__mojom__traits.cc | 20 +- ...ideo_gpu__memory__buffer__video__frame__pool.cc | 4 +- ...ia_video_video__encode__accelerator__adapter.cc | 6 +- ...eo_video__encode__accelerator__adapter__test.cc | 4 +- ...ch-mojo_public_js_mojo__bindings__resources.grd | 4 +- www/chromium/files/patch-net_BUILD.gn | 10 +- www/chromium/files/patch-net_dns_BUILD.gn | 11 + .../patch-net_nqe_network__quality__estimator.cc | 4 +- ...et_nqe_network__quality__estimator__unittest.cc | 4 +- ...ution_configured__proxy__resolution__service.cc | 8 +- ...xy__resolution_proxy__config__service__linux.cc | 8 +- .../files/patch-net_socket_socket__posix.cc | 4 +- .../files/patch-net_socket_tcp__socket__posix.cc | 4 +- .../files/patch-net_socket_udp__socket__posix.cc | 10 +- ...t_socket_unix__domain__client__socket__posix.cc | 4 +- ..._url__request_url__request__context__builder.cc | 6 +- .../files/patch-pdf_pdfium_pdfium__engine.cc | 10 +- .../files/patch-ppapi_proxy_file__io__resource.cc | 8 +- www/chromium/files/patch-printing_BUILD.gn | 20 + .../files/patch-printing_backend_cups__helper.cc | 38 + .../files/patch-printing_print__settings.h | 10 +- ...atch-remoting_host_chromoting__host__context.cc | 16 + .../files/patch-remoting_host_host__attributes.cc | 4 +- ...t_it2me_it2me__native__messaging__host__main.cc | 61 +- ...ch-remoting_host_me2me__desktop__environment.cc | 4 +- .../patch-remoting_host_remoting__me2me__host.cc | 45 +- .../patch-remoting_resources_remoting__strings.grd | 6 +- .../patch-remoting_test_it2me__standalone__host.cc | 4 +- www/chromium/files/patch-sandbox_policy_BUILD.gn | 18 +- www/chromium/files/patch-sandbox_policy_sandbox.cc | 35 + www/chromium/files/patch-sandbox_policy_sandbox.h | 24 + .../files/patch-sandbox_policy_switches.cc | 4 +- www/chromium/files/patch-sandbox_policy_switches.h | 4 +- www/chromium/files/patch-services_audio_BUILD.gn | 4 +- .../patch-services_device_hid_hid__service.cc | 4 +- ...ch-services_device_hid_hid__service__freebsd.cc | 5 +- www/chromium/files/patch-services_network_BUILD.gn | 31 +- .../patch-services_network_network__context.cc | 11 + ...rvices_network_network__sandbox__hook__linux.cc | 10 +- .../patch-services_network_network__service.cc | 6 +- .../patch-services_network_network__service.h | 4 +- ..._executable_service__executable__environment.cc | 16 + ...tracing_public_cpp_perfetto_perfetto__config.cc | 11 + ...ices_tracing_public_cpp_perfetto_trace__time.cc | 14 +- ...vices_tracing_public_cpp_perfetto_trace__time.h | 11 + ...p_stack__sampling_tracing__sampler__profiler.cc | 4 +- .../files/patch-third__party_angle_BUILD.gn | 6 +- ...y_angle_src_libANGLE_renderer_driver__utils.cpp | 10 +- ...rty_angle_src_libANGLE_renderer_driver__utils.h | 4 +- ...n_renderer__preferences_renderer__preferences.h | 4 +- ...ferences_renderer__preferences__mojom__traits.h | 4 +- ...blink_renderer_controller_blink__initializer.cc | 8 +- ...blink_renderer_core_exported_web__view__impl.cc | 4 +- ...y_blink_renderer_core_frame_web__frame__test.cc | 16 +- ...nderer_core_html_forms_internal__popup__menu.cc | 4 +- ...arty_blink_renderer_core_layout_layout__view.cc | 6 +- ..._mediastream_processed__local__audio__source.cc | 4 +- ...peerconnection_webrtc__audio__renderer__test.cc | 4 +- ...odules_webgl_webgl__rendering__context__base.cc | 20 +- ...ty_blink_renderer_platform_fonts_font__cache.cc | 6 +- ...rty_blink_renderer_platform_fonts_font__cache.h | 10 +- ...nk_renderer_platform_fonts_font__description.cc | 4 +- ...latform_fonts_shaping_harfbuzz__shaper__test.cc | 4 +- ...nderer_platform_fonts_skia_font__cache__skia.cc | 8 +- ...er_platform_graphics_video__frame__submitter.cc | 4 +- ...ird__party_boringssl_src_crypto_refcount__c11.c | 13 + .../patch-third__party_dawn_src_common_Platform.h | 14 + ...y_dawn_src_include_dawn__native_VulkanBackend.h | 11 + ...d__party_googletest_src_googletest_src_gtest.cc | 4 +- .../patch-third__party_libyuv_include_libyuv_row.h | 6 +- www/chromium/files/patch-third__party_node_node.py | 6 +- ...fium_xfa_fxfa_parser_cxfa__timezoneprovider.cpp | 44 +- ...etto_src_tracing_core_tracing__service__impl.cc | 4 +- .../patch-third__party_skia_src_sksl_SkSLString.h | 11 - ..._vulkan__memory__allocator_src_vk__mem__alloc.h | 11 + .../files/patch-third__party_webrtc_BUILD.gn | 4 +- .../patch-third__party_webrtc_rtc__base_network.cc | 4 +- .../files/patch-third__party_zlib_BUILD.gn | 8 +- .../patch-tools_json__schema__compiler_model.py | 6 +- .../files/patch-ui_aura_test_aura__test__helper.cc | 4 +- .../patch-ui_aura_test_ui__controls__ozone.cc | 4 +- .../patch-ui_base_clipboard_clipboard__ozone.cc | 11 - .../files/patch-ui_base_cursor_cursor__factory.cc | 10 +- .../files/patch-ui_base_cursor_cursor__factory.h | 6 +- ...ui_base_dragdrop_os__exchange__data__provider.h | 11 - ...op_os__exchange__data__provider__non__backed.cc | 15 +- ...rop_os__exchange__data__provider__non__backed.h | 11 - .../files/patch-ui_base_ui__base__features.cc | 33 +- .../files/patch-ui_base_ui__base__features.h | 4 +- .../files/patch-ui_compositor_compositor.cc | 4 +- www/chromium/files/patch-ui_events_event.cc | 4 +- www/chromium/files/patch-ui_gfx_BUILD.gn | 4 +- ...ch-ui_gfx_mojom_buffer__types__mojom__traits.cc | 4 +- www/chromium/files/patch-ui_gfx_render__text.cc | 6 +- .../patch-ui_gtk_printing_print__dialog__gtk.cc | 4 +- .../files/patch-ui_native__theme_native__theme.h | 4 +- .../patch-ui_native__theme_native__theme__base.cc | 4 +- .../patch-ui_views_controls_textfield_textfield.cc | 12 +- .../files/patch-ui_views_corewm_tooltip__aura.cc | 4 +- .../files/patch-ui_views_focus_focus__manager.cc | 6 +- .../files/patch-ui_views_views__delegate.h | 4 +- ...__aura_desktop__window__tree__host__platform.cc | 4 +- .../patch-ui_views_widget_native__widget__aura.cc | 11 +- www/chromium/files/patch-v8_BUILD.gn | 6 +- www/chromium/files/patch-v8_src_api_api.cc | 4 +- www/chromium/files/patch-v8_src_base_cpu.cc | 6 +- www/chromium/files/patch-v8_src_d8_d8.cc | 6 +- .../files/patch-v8_src_diagnostics_perf-jit.cc | 11 + .../files/patch-v8_src_diagnostics_perf-jit.h | 11 + www/chromium/files/patch-weblayer_BUILD.gn | 4 +- ...h-weblayer_app_content__main__delegate__impl.cc | 4 +- ...-weblayer_browser_browser__main__parts__impl.cc | 6 +- ...layer_browser_content__browser__client__impl.cc | 10 +- www/chromium/files/sandbox_freebsd.cc | 84 + www/chromium/files/sandbox_freebsd.h | 45 + www/chromium/pkg-plist | 2479 +------------------- 380 files changed, 2278 insertions(+), 4000 deletions(-) diff --git a/www/chromium/Makefile b/www/chromium/Makefile index d623cdc57569..80b981b2feed 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -1,8 +1,7 @@ # Created by: Florent Thoumie PORTNAME= chromium -PORTVERSION= 90.0.4430.212 -PORTREVISION= 1 +PORTVERSION= 91.0.4472.101 CATEGORIES= www java MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ \ LOCAL/rene/chromium/:fonts @@ -72,7 +71,8 @@ USES= bison compiler:c++17-lang cpe desktop-file-utils dos2unix gl gnome jpeg l CPE_VENDOR= google CPE_PRODUCT= chrome -DOS2UNIX_FILES= third_party/skia/third_party/vulkanmemoryallocator/include/vk_mem_alloc.h +DOS2UNIX_FILES= third_party/skia/third_party/vulkanmemoryallocator/include/vk_mem_alloc.h \ + third_party/vulkan_memory_allocator/src/vk_mem_alloc.h USE_GL= gbm gl USE_GNOME= atk dconf glib20 gtk30 libxml2 libxslt INSTALLS_ICONS= yes @@ -96,11 +96,13 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-clang # OS "target_os == is_bsd", like libusb, libpci. GN_ARGS+= clang_use_chrome_plugins=false \ enable_hangout_services_extension=true \ + enable_js_type_check=false \ enable_nacl=false \ enable_one_click_signin=true \ enable_remoting=false \ fieldtrial_testing_like_official_build=true \ is_clang=true \ + optimize_webui=false \ toolkit_views=true \ treat_warnings_as_errors=false \ use_allocator="none" \ @@ -219,11 +221,6 @@ PLIST_SUB+= NOT_AARCH64="@comment " PLIST_SUB+= NOT_AARCH64="" .endif -# Make better javascript with java -JAVA_BUILD= yes -JAVA_VERSION= 1.8 -USE_JAVA= yes - # Allow relocations against read-only segments (override lld default) LDFLAGS_i386= -Wl,-znotext @@ -243,9 +240,12 @@ post-extract-TEST-on: @${MV} ${WRKDIR}/test_fonts ${WRKSRC}/third_party/test_fonts/ post-patch: + @${MKDIR} ${WRKSRC}/sandbox/policy/freebsd @${CP} ${FILESDIR}/dir_reader_freebsd.h ${WRKSRC}/base/files @${CP} ${FILESDIR}/device_info_fetcher_freebsd.h ${WRKSRC}/chrome/browser/enterprise/signals @${CP} ${FILESDIR}/device_info_fetcher_freebsd.cc ${WRKSRC}/chrome/browser/enterprise/signals + @${CP} ${FILESDIR}/sandbox_freebsd.h ${WRKSRC}/sandbox/policy/freebsd + @${CP} ${FILESDIR}/sandbox_freebsd.cc ${WRKSRC}/sandbox/policy/freebsd post-patch-SNDIO-on: @${MKDIR} ${WRKSRC}/media/audio/sndio ${WRKSRC}/media/audio/openbsd @@ -282,12 +282,6 @@ do-configure: @${MKDIR} ${WRKSRC}/third_party/node/freebsd/node-freebsd-x64/bin ${LN} -sf ${LOCALBASE}/bin/node ${WRKSRC}/third_party/node/freebsd/node-freebsd-x64/bin/node - # Setup java dependency on amd64 and i386 -.if ${ARCH} == amd64 || ${ARCH} == i386 - @${MKDIR} ${WRKDIR}/bin - ${LN} -sf ${LOCALBASE}/openjdk8/bin/java ${WRKDIR}/bin/java -.endif - # Setup buildtools/freebsd @${MKDIR} ${WRKSRC}/buildtools/freebsd ${LN} -sf ${WRKSRC}/buildtools/linux64/clang-format ${WRKSRC}/buildtools/freebsd diff --git a/www/chromium/distinfo b/www/chromium/distinfo index 8be9f1212a33..5a0fe5716fa8 100644 --- a/www/chromium/distinfo +++ b/www/chromium/distinfo @@ -1,3 +1,7 @@ -TIMESTAMP = 1620717235 -SHA256 (chromium-90.0.4430.212.tar.xz) = abe11d0cb1ff21278aad2eec1a1e279d59176b15331804d7df1807446786d59e -SIZE (chromium-90.0.4430.212.tar.xz) = 917430448 +TIMESTAMP = 1623320688 +SHA256 (chromium-91.0.4472.101.tar.xz) = 78146192aaae7771d9130c2828e1081d940da32af3aadcb73578521683307eb4 +SIZE (chromium-91.0.4472.101.tar.xz) = 950228560 +SHA256 (chromium-91.0.4472.101-testdata.tar.xz) = cd590860745d352c2de3737e188ab6dbd0c7ee179e34275c2b8fad03861266e8 +SIZE (chromium-91.0.4472.101-testdata.tar.xz) = 256763876 +SHA256 (test_fonts-85.tar.xz) = f22b61b3639acb147c98ec2e2305d8b96f0b55c8c74c40e2ea696402fae8cef9 +SIZE (test_fonts-85.tar.xz) = 9511984 diff --git a/www/chromium/files/extra-patch-build_config_compiler_pgo_pgo.gni b/www/chromium/files/extra-patch-build_config_compiler_pgo_pgo.gni index 158b7269d92f..6e19cd7c7da5 100644 --- a/www/chromium/files/extra-patch-build_config_compiler_pgo_pgo.gni +++ b/www/chromium/files/extra-patch-build_config_compiler_pgo_pgo.gni @@ -1,4 +1,4 @@ ---- build/config/compiler/pgo/pgo.gni.orig 2021-04-20 18:58:23 UTC +--- build/config/compiler/pgo/pgo.gni.orig 2021-06-09 22:13:52 UTC +++ build/config/compiler/pgo/pgo.gni @@ -16,7 +16,7 @@ declare_args() { # TODO(crbug.com/1052397): Remove chromeos_is_browser_only once diff --git a/www/chromium/files/patch-3p-pdfium_3p_base_allocator_partition__allocator_page__allocator__internals__posix.h b/www/chromium/files/patch-3p-pdfium_3p_base_allocator_partition__allocator_page__allocator__internals__posix.h index 9a2964553490..d13e0e3e592a 100644 --- a/www/chromium/files/patch-3p-pdfium_3p_base_allocator_partition__allocator_page__allocator__internals__posix.h +++ b/www/chromium/files/patch-3p-pdfium_3p_base_allocator_partition__allocator_page__allocator__internals__posix.h @@ -1,4 +1,4 @@ ---- third_party/pdfium/third_party/base/allocator/partition_allocator/page_allocator_internals_posix.h.orig 2021-04-20 19:05:14 UTC +--- third_party/pdfium/third_party/base/allocator/partition_allocator/page_allocator_internals_posix.h.orig 2021-06-09 22:16:18 UTC +++ third_party/pdfium/third_party/base/allocator/partition_allocator/page_allocator_internals_posix.h @@ -16,7 +16,7 @@ #if defined(OS_ANDROID) diff --git a/www/chromium/files/patch-BUILD.gn b/www/chromium/files/patch-BUILD.gn index d1b7c835627e..4a38e2e73dcf 100644 --- a/www/chromium/files/patch-BUILD.gn +++ b/www/chromium/files/patch-BUILD.gn @@ -1,6 +1,6 @@ ---- BUILD.gn.orig 2021-04-14 18:40:47 UTC +--- BUILD.gn.orig 2021-05-12 22:05:39 UTC +++ BUILD.gn -@@ -425,7 +425,7 @@ group("gn_all") { +@@ -429,7 +429,7 @@ group("gn_all") { ] } @@ -9,7 +9,7 @@ deps += [ "//third_party/breakpad:breakpad_unittests", "//third_party/breakpad:core-2-minidump", -@@ -468,8 +468,6 @@ group("gn_all") { +@@ -474,8 +474,6 @@ group("gn_all") { "//net:disk_cache_memory_test", "//net:quic_client", "//net:quic_server", @@ -18,7 +18,7 @@ "//testing:empty_main", ] -@@ -524,10 +522,6 @@ group("gn_all") { +@@ -530,10 +528,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", -@@ -586,10 +580,6 @@ group("gn_all") { +@@ -592,10 +586,6 @@ group("gn_all") { "//mojo:mojo_perftests", "//services/service_manager/public/cpp", "//testing/gmock:gmock_main", @@ -40,7 +40,7 @@ ] if (!is_android) { -@@ -667,7 +657,7 @@ group("gn_all") { +@@ -673,7 +663,7 @@ group("gn_all") { host_os == "win") { deps += [ "//chrome/test/mini_installer:mini_installer_tests" ] } @@ -49,7 +49,7 @@ deps += [ "//third_party/breakpad:symupload($host_toolchain)" ] } -@@ -682,7 +672,7 @@ group("gn_all") { +@@ -688,7 +678,7 @@ group("gn_all") { } } @@ -58,7 +58,7 @@ deps += [ "//third_party/crashpad/crashpad:crashpad_tests", "//third_party/crashpad/crashpad/handler:crashpad_handler", -@@ -793,7 +783,6 @@ group("gn_all") { +@@ -803,7 +793,6 @@ group("gn_all") { "//chrome/browser/vr:vr_common_perftests", "//chrome/browser/vr:vr_common_unittests", "//chrome/browser/vr:vr_pixeltests", @@ -66,7 +66,7 @@ ] if (is_android) { deps += [ "//chrome/browser/android/vr:vr_android_unittests" ] -@@ -1086,7 +1075,7 @@ if (!is_ios) { +@@ -1102,7 +1091,7 @@ if (!is_ios) { data_deps += [ "//content/web_test:web_test_common_mojom_js_data_deps" ] } @@ -75,7 +75,7 @@ data_deps += [ "//third_party/breakpad:minidump_stackwalk($host_toolchain)" ] } -@@ -1095,7 +1084,7 @@ if (!is_ios) { +@@ -1111,7 +1100,7 @@ if (!is_ios) { data_deps += [ "//third_party/breakpad:dump_syms($host_toolchain)" ] } @@ -84,7 +84,7 @@ data_deps += [ "//third_party/breakpad:dump_syms($host_toolchain)" ] } -@@ -1321,9 +1310,6 @@ group("chromium_builder_perf") { +@@ -1355,9 +1344,6 @@ group("chromium_builder_perf") { if (is_win) { data_deps += [ "//chrome/installer/mini_installer:mini_installer" ] diff --git a/www/chromium/files/patch-base_BUILD.gn b/www/chromium/files/patch-base_BUILD.gn index edc279a61b6b..f18542dec520 100644 --- a/www/chromium/files/patch-base_BUILD.gn +++ b/www/chromium/files/patch-base_BUILD.gn @@ -1,6 +1,6 @@ ---- base/BUILD.gn.orig 2021-04-14 18:40:48 UTC +--- base/BUILD.gn.orig 2021-05-24 22:05:31 UTC +++ base/BUILD.gn -@@ -948,7 +948,7 @@ component("base") { +@@ -963,7 +963,7 @@ component("base") { "timer/hi_res_timer_manager_posix.cc", ] @@ -9,7 +9,7 @@ sources += [ "cpu_affinity_posix.cc", "cpu_affinity_posix.h", -@@ -959,6 +959,11 @@ component("base") { +@@ -974,6 +974,11 @@ component("base") { "profiler/thread_delegate_posix.h", ] } @@ -21,7 +21,7 @@ } if (is_win) { -@@ -1364,7 +1369,7 @@ component("base") { +@@ -1377,7 +1382,7 @@ component("base") { # building inside the cros_sdk environment - use host_toolchain as a # more robust check for this. if (!use_sysroot && @@ -30,7 +30,7 @@ host_toolchain != "//build/toolchain/cros:host") { libs += [ "atomic" ] } -@@ -1414,7 +1419,7 @@ component("base") { +@@ -1430,7 +1435,7 @@ component("base") { "allocator/allocator_shim_default_dispatch_to_mac_zoned_malloc.cc", ] } @@ -39,7 +39,7 @@ sources += [ "allocator/allocator_shim_default_dispatch_to_glibc.cc" ] } if (is_win) { -@@ -2045,6 +2050,34 @@ component("base") { +@@ -2064,6 +2069,34 @@ component("base") { } } @@ -74,7 +74,7 @@ # iOS if (is_ios) { sources -= [ -@@ -3231,7 +3264,7 @@ if (build_base_unittests) { +@@ -3273,7 +3306,7 @@ if (build_base_unittests) { } } @@ -83,7 +83,7 @@ sources += [ "debug/proc_maps_linux_unittest.cc" ] } -@@ -3272,7 +3305,7 @@ if (build_base_unittests) { +@@ -3313,7 +3346,7 @@ if (build_base_unittests) { "posix/unix_domain_socket_unittest.cc", "task/thread_pool/task_tracker_posix_unittest.cc", ] diff --git a/www/chromium/files/patch-base_allocator_allocator.gni b/www/chromium/files/patch-base_allocator_allocator.gni index f3f2ae41d6a1..460eda24c41a 100644 --- a/www/chromium/files/patch-base_allocator_allocator.gni +++ b/www/chromium/files/patch-base_allocator_allocator.gni @@ -1,6 +1,6 @@ ---- base/allocator/allocator.gni.orig 2021-04-14 18:40:48 UTC +--- base/allocator/allocator.gni.orig 2021-05-24 22:05:31 UTC +++ base/allocator/allocator.gni -@@ -60,7 +60,7 @@ declare_args() { +@@ -63,7 +63,7 @@ declare_args() { # not, and redesign or remove the flag accordingly. We may want to assert a # possible conflict between |use_allocator = "partition"| and # |use_partition_alloc = true| rather than prioritizing use_partition_alloc. diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_partition__alloc__config.h b/www/chromium/files/patch-base_allocator_partition__allocator_partition__alloc__config.h new file mode 100644 index 000000000000..20ff541d2e02 --- /dev/null +++ b/www/chromium/files/patch-base_allocator_partition__allocator_partition__alloc__config.h @@ -0,0 +1,17 @@ +--- base/allocator/partition_allocator/partition_alloc_config.h.orig 2021-05-18 13:58:13 UTC ++++ base/allocator/partition_allocator/partition_alloc_config.h +@@ -34,9 +34,13 @@ static_assert(sizeof(void*) != 8, ""); + #define PA_HAS_LINUX_KERNEL + #endif + ++#if defined(OS_FREEBSD) ++#define PA_HAS_FREEBSD_KERNEL ++#endif ++ + // SpinningMutex uses either futex(2) on Linux, or a fast userspace "try" + // operation, which is available on Windows. +-#if defined(PA_HAS_LINUX_KERNEL) || defined(OS_WIN) ++#if defined(PA_HAS_LINUX_KERNEL) || defined(PA_HAS_FREEBSD_KERNEL) || defined(OS_WIN) + #define PA_HAS_SPINNING_MUTEX + #endif + diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_partition__alloc__unittest.cc b/www/chromium/files/patch-base_allocator_partition__allocator_partition__alloc__unittest.cc index 45fa7177cd36..8f6488a80bd6 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_partition__alloc__unittest.cc +++ b/www/chromium/files/patch-base_allocator_partition__allocator_partition__alloc__unittest.cc @@ -1,6 +1,6 @@ ---- base/allocator/partition_allocator/partition_alloc_unittest.cc.orig 2021-04-14 18:40:48 UTC +--- base/allocator/partition_allocator/partition_alloc_unittest.cc.orig 2021-05-12 22:05:40 UTC +++ base/allocator/partition_allocator/partition_alloc_unittest.cc -@@ -1644,7 +1644,7 @@ TEST_F(PartitionAllocTest, LostFreeSlotSpansBug) { +@@ -1659,7 +1659,7 @@ TEST_F(PartitionAllocTest, LostFreeSlotSpansBug) { // cause flake. #if !defined(OS_WIN) && \ (!defined(ARCH_CPU_64_BITS) || \ @@ -9,7 +9,7 @@ // The following four tests wrap a called function in an expect death statement // to perform their test, because they are non-hermetic. Specifically they are -@@ -1695,7 +1695,7 @@ TEST_F(PartitionAllocDeathTest, DISABLED_RepeatedTryRe +@@ -1710,7 +1710,7 @@ TEST_F(PartitionAllocDeathTest, DISABLED_RepeatedTryRe } #endif // !defined(ARCH_CPU_64_BITS) || (defined(OS_POSIX) && diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_partition__root.cc b/www/chromium/files/patch-base_allocator_partition__allocator_partition__root.cc index 5c97ae660a7b..147faa94e4b7 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_partition__root.cc +++ b/www/chromium/files/patch-base_allocator_partition__allocator_partition__root.cc @@ -1,6 +1,6 @@ ---- base/allocator/partition_allocator/partition_root.cc.orig 2021-04-15 11:28:02 UTC +--- base/allocator/partition_allocator/partition_root.cc.orig 2021-05-12 22:05:40 UTC +++ base/allocator/partition_allocator/partition_root.cc -@@ -20,7 +20,7 @@ +@@ -22,7 +22,7 @@ #include "wow64apiset.h" #endif @@ -9,7 +9,7 @@ #include #endif -@@ -34,7 +34,7 @@ namespace { +@@ -36,7 +36,7 @@ namespace { #if BUILDFLAG(USE_PARTITION_ALLOC_AS_MALLOC) @@ -18,7 +18,7 @@ // NO_THREAD_SAFETY_ANALYSIS: acquires the lock and doesn't release it, by // design. -@@ -87,7 +87,7 @@ void AfterForkInChild() { +@@ -89,7 +89,7 @@ void AfterForkInChild() { internal::ThreadCacheRegistry::Instance() .ForcePurgeAllThreadAfterForkUnsafe(); } @@ -27,7 +27,7 @@ std::atomic g_global_init_called; void PartitionAllocMallocInitOnce() { -@@ -97,7 +97,7 @@ void PartitionAllocMallocInitOnce() { +@@ -99,7 +99,7 @@ void PartitionAllocMallocInitOnce() { if (!g_global_init_called.compare_exchange_strong(expected, true)) return; @@ -36,7 +36,7 @@ // When fork() is called, only the current thread continues to execute in the // child process. If the lock is held, but *not* by this thread when fork() is // called, we have a deadlock. -@@ -122,7 +122,7 @@ void PartitionAllocMallocInitOnce() { +@@ -124,7 +124,7 @@ void PartitionAllocMallocInitOnce() { int err = pthread_atfork(BeforeForkInParent, AfterForkInParent, AfterForkInChild); PA_CHECK(err == 0); diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_spinning__mutex.h b/www/chromium/files/patch-base_allocator_partition__allocator_spinning__mutex.h index e40dd3c13a0e..c33dc5dc8adc 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_spinning__mutex.h +++ b/www/chromium/files/patch-base_allocator_partition__allocator_spinning__mutex.h @@ -1,19 +1,6 @@ ---- base/allocator/partition_allocator/spinning_mutex.h.orig 2021-04-14 18:40:48 UTC +--- base/allocator/partition_allocator/spinning_mutex.h.orig 2021-05-12 22:05:40 UTC +++ base/allocator/partition_allocator/spinning_mutex.h -@@ -22,7 +22,11 @@ - #define PA_HAS_LINUX_KERNEL - #endif - --#if defined(PA_HAS_LINUX_KERNEL) || defined(OS_WIN) -+#if defined(OS_FREEBSD) -+#define PA_HAS_FREEBSD_KERNEL -+#endif -+ -+#if defined(PA_HAS_LINUX_KERNEL) || defined(PA_HAS_FREEBSD_KERNEL) || defined(OS_WIN) - #define PA_HAS_SPINNING_MUTEX - #endif - -@@ -66,7 +70,7 @@ class LOCKABLE BASE_EXPORT SpinningMutex { +@@ -59,7 +59,7 @@ class LOCKABLE BASE_EXPORT SpinningMutex { // as the slow path has better characteristics than SpinLocks's. static constexpr int kSpinCount = 1000; @@ -22,7 +9,7 @@ void FutexWait(); void FutexWake(); -@@ -111,7 +115,7 @@ ALWAYS_INLINE void SpinningMutex::Acquire() { +@@ -104,7 +104,7 @@ ALWAYS_INLINE void SpinningMutex::Acquire() { inline constexpr SpinningMutex::SpinningMutex() = default; @@ -30,4 +17,4 @@ +#if defined(PA_HAS_LINUX_KERNEL) || defined(PA_HAS_FREEBSD_KERNEL) ALWAYS_INLINE bool SpinningMutex::Try() { - int expected = kUnlocked; + // Using the weak variant of compare_exchange(), which may fail spuriously. On diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_starscan_pcscan.cc b/www/chromium/files/patch-base_allocator_partition__allocator_starscan_pcscan.cc new file mode 100644 index 000000000000..fb0af07cb8d8 --- /dev/null +++ b/www/chromium/files/patch-base_allocator_partition__allocator_starscan_pcscan.cc @@ -0,0 +1,11 @@ +--- base/allocator/partition_allocator/starscan/pcscan.cc.orig 2021-05-25 11:07:18 UTC ++++ base/allocator/partition_allocator/starscan/pcscan.cc +@@ -67,7 +67,7 @@ namespace internal { + + namespace { + +-#if DCHECK_IS_ON() && defined(OS_LINUX) ++#if DCHECK_IS_ON() && (defined(OS_LINUX) || defined(OS_BSD)) + // Currently, check reentracy only on Linux. On Android TLS is emulated by the + // runtime lib, which can allocate and therefore cause reentrancy. + struct ReentrantScannerGuard final { diff --git a/www/chromium/files/patch-base_base__switches.cc b/www/chromium/files/patch-base_base__switches.cc index 5b612f9cd666..c7fd2e4d641b 100644 --- a/www/chromium/files/patch-base_base__switches.cc +++ b/www/chromium/files/patch-base_base__switches.cc @@ -1,6 +1,6 @@ ---- base/base_switches.cc.orig 2021-04-14 18:40:48 UTC +--- base/base_switches.cc.orig 2021-05-12 22:05:40 UTC +++ base/base_switches.cc -@@ -120,8 +120,8 @@ const char kDisableUsbKeyboardDetect[] = "disable +@@ -125,8 +125,8 @@ const char kDisableUsbKeyboardDetect[] = "disable // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch // of lacros-chrome is complete. @@ -11,7 +11,7 @@ // The /dev/shm partition is too small in certain VM environments, causing // Chrome to fail or crash (see http://crbug.com/715363). Use this flag to // work-around this issue (a temporary directory will always be used to create -@@ -156,7 +156,7 @@ const char kForceFieldTrialParams[] = "force-fieldtria +@@ -161,7 +161,7 @@ const char kForceFieldTrialParams[] = "force-fieldtria #endif diff --git a/www/chromium/files/patch-base_base__switches.h b/www/chromium/files/patch-base_base__switches.h index 106fbd5599dc..f878cbc00f2d 100644 --- a/www/chromium/files/patch-base_base__switches.h +++ b/www/chromium/files/patch-base_base__switches.h @@ -1,6 +1,6 @@ ---- base/base_switches.h.orig 2021-04-14 18:40:48 UTC +--- base/base_switches.h.orig 2021-05-12 22:05:40 UTC +++ base/base_switches.h -@@ -41,8 +41,8 @@ extern const char kDisableUsbKeyboardDetect[]; +@@ -42,8 +42,8 @@ extern const char kDisableUsbKeyboardDetect[]; // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch // of lacros-chrome is complete. @@ -11,7 +11,7 @@ extern const char kDisableDevShmUsage[]; #endif -@@ -58,7 +58,7 @@ extern const char kEnableIdleTracing[]; +@@ -59,7 +59,7 @@ extern const char kEnableIdleTracing[]; extern const char kForceFieldTrialParams[]; #endif diff --git a/www/chromium/files/patch-base_bind.h b/www/chromium/files/patch-base_bind.h deleted file mode 100644 index f2715eccde4d..000000000000 --- a/www/chromium/files/patch-base_bind.h +++ /dev/null @@ -1,11 +0,0 @@ ---- base/bind.h.orig 2021-04-15 11:29:10 UTC -+++ base/bind.h -@@ -313,7 +313,7 @@ inline OnceCallback>()), - "BindOnce requires non-const rvalue for OnceCallback binding." - " I.e.: base::BindOnce(std::move(callback))."); --#if defined(OS_LINUX) || defined(OS_WIN) || \ -+#if defined(OS_LINUX) || defined(OS_WIN) || defined(OS_BSD) || \ - defined(NCTEST_BIND_ONCE_WITH_PASSED) - // TODO(https://crbug.com/1180750): Enable this everywhere. - static_assert( diff --git a/www/chromium/files/patch-base_files_file__path__unittest.cc b/www/chromium/files/patch-base_files_file__path__unittest.cc index f638d3146191..c885c484f31d 100644 --- a/www/chromium/files/patch-base_files_file__path__unittest.cc +++ b/www/chromium/files/patch-base_files_file__path__unittest.cc @@ -1,6 +1,6 @@ ---- base/files/file_path_unittest.cc.orig 2021-04-14 18:40:48 UTC +--- base/files/file_path_unittest.cc.orig 2021-05-12 22:05:40 UTC +++ base/files/file_path_unittest.cc -@@ -1149,7 +1149,7 @@ TEST_F(FilePathTest, FromUTF8Unsafe_And_AsUTF8Unsafe) +@@ -1179,7 +1179,7 @@ TEST_F(FilePathTest, FromUTF8Unsafe_And_AsUTF8Unsafe) "\xEF\xBC\xA1\xEF\xBC\xA2\xEF\xBC\xA3.txt" }, }; diff --git a/www/chromium/files/patch-base_files_file__path__watcher__unittest.cc b/www/chromium/files/patch-base_files_file__path__watcher__unittest.cc index a19163383934..71d6ea460ea5 100644 --- a/www/chromium/files/patch-base_files_file__path__watcher__unittest.cc +++ b/www/chromium/files/patch-base_files_file__path__watcher__unittest.cc @@ -1,6 +1,6 @@ ---- base/files/file_path_watcher_unittest.cc.orig 2021-04-14 18:40:48 UTC +--- base/files/file_path_watcher_unittest.cc.orig 2021-05-12 22:05:40 UTC +++ base/files/file_path_watcher_unittest.cc -@@ -444,12 +444,12 @@ TEST_F(FilePathWatcherTest, WatchDirectory) { +@@ -452,12 +452,12 @@ TEST_F(FilePathWatcherTest, WatchDirectory) { VLOG(1) << "Waiting for file1 creation"; ASSERT_TRUE(WaitForEvents()); @@ -15,8 +15,8 @@ ASSERT_TRUE(base::DeleteFile(file1)); VLOG(1) << "Waiting for file1 deletion"; -@@ -822,7 +822,7 @@ TEST_F(FilePathWatcherTest, LinkedDirectoryPart3) { - ASSERT_TRUE(WaitForEvents()); +@@ -1034,7 +1034,7 @@ TEST_F(FilePathWatcherTest, InotifyLimitInUpdateRecurs + } } -#endif // defined(OS_LINUX) || defined(OS_CHROMEOS) @@ -24,7 +24,7 @@ enum Permission { Read, -@@ -830,7 +830,7 @@ enum Permission { +@@ -1042,7 +1042,7 @@ enum Permission { Execute }; @@ -33,7 +33,7 @@ bool ChangeFilePermissions(const FilePath& path, Permission perm, bool allow) { struct stat stat_buf; -@@ -859,9 +859,9 @@ bool ChangeFilePermissions(const FilePath& path, Permi +@@ -1071,9 +1071,9 @@ bool ChangeFilePermissions(const FilePath& path, Permi } return chmod(path.value().c_str(), stat_buf.st_mode) == 0; } @@ -45,7 +45,7 @@ // Linux implementation of FilePathWatcher doesn't catch attribute changes. // http://crbug.com/78043 // Windows implementation of FilePathWatcher catches attribute changes that -@@ -897,7 +897,7 @@ TEST_F(FilePathWatcherTest, DirAttributesChanged) { +@@ -1109,7 +1109,7 @@ TEST_F(FilePathWatcherTest, DirAttributesChanged) { ASSERT_TRUE(ChangeFilePermissions(test_dir1, Execute, true)); } diff --git a/www/chromium/files/patch-base_files_file__util.h b/www/chromium/files/patch-base_files_file__util.h index 7c1f77514e28..40aae8f579de 100644 --- a/www/chromium/files/patch-base_files_file__util.h +++ b/www/chromium/files/patch-base_files_file__util.h @@ -1,6 +1,6 @@ ---- base/files/file_util.h.orig 2021-04-14 18:40:48 UTC +--- base/files/file_util.h.orig 2021-05-12 22:05:40 UTC +++ base/files/file_util.h -@@ -284,14 +284,14 @@ BASE_EXPORT bool SetPosixFilePermissions(const FilePat +@@ -283,14 +283,14 @@ BASE_EXPORT bool SetPosixFilePermissions(const FilePat BASE_EXPORT bool ExecutableExistsInPath(Environment* env, const FilePath::StringType& executable); @@ -17,7 +17,7 @@ #endif // OS_POSIX -@@ -603,7 +603,7 @@ BASE_EXPORT bool VerifyPathControlledByAdmin(const bas +@@ -602,7 +602,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); diff --git a/www/chromium/files/patch-base_files_file__util__posix.cc b/www/chromium/files/patch-base_files_file__util__posix.cc index b6fc1193f750..ca0e4d4a8e28 100644 --- a/www/chromium/files/patch-base_files_file__util__posix.cc +++ b/www/chromium/files/patch-base_files_file__util__posix.cc @@ -1,6 +1,6 @@ ---- base/files/file_util_posix.cc.orig 2021-04-14 18:40:48 UTC *** 12020 LINES SKIPPED *** From owner-dev-commits-ports-branches@freebsd.org Thu Jun 17 21:31:16 2021 Return-Path: Delivered-To: dev-commits-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 256EF65E89F; Thu, 17 Jun 2021 21:31:16 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G5ZxJ0XY6z3tvS; Thu, 17 Jun 2021 21:31:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EF9F4167D9; Thu, 17 Jun 2021 21:31:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15HLVFrX037529; Thu, 17 Jun 2021 21:31:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15HLVFC1037528; Thu, 17 Jun 2021 21:31:15 GMT (envelope-from git) Date: Thu, 17 Jun 2021 21:31:15 GMT Message-Id: <202106172131.15HLVFC1037528@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Rene Ladan Subject: git: f74454e03fab - 2021Q2 - www/chromium: update to 91.0.4472.106 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rene X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: f74454e03fab429db9413ed5aa7f126b5a2ef54c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jun 2021 21:31:16 -0000 The branch 2021Q2 has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=f74454e03fab429db9413ed5aa7f126b5a2ef54c commit f74454e03fab429db9413ed5aa7f126b5a2ef54c Author: Rene Ladan AuthorDate: 2021-06-17 17:48:47 +0000 Commit: Rene Ladan CommitDate: 2021-06-17 21:30:46 +0000 www/chromium: update to 91.0.4472.106 This is a bugfix release, see https://chromium.googlesource.com/chromium/src/+log/91.0.4472.101..91.0.4472.106?pretty=fuller&n=10000 While here remove the hardcoded dependency on virtual_oss. MFH: 2021Q2 (cherry picked from commit 8c17a97d68ab369d5be30d90d5720b260e520efd) --- www/chromium/Makefile | 5 ++--- www/chromium/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 80b981b2feed..5a1e4a9a7542 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -1,7 +1,7 @@ # Created by: Florent Thoumie PORTNAME= chromium -PORTVERSION= 91.0.4472.101 +PORTVERSION= 91.0.4472.106 CATEGORIES= www java MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ \ LOCAL/rene/chromium/:fonts @@ -63,8 +63,7 @@ LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-atk \ libxshmfence.so:x11/libxshmfence RUN_DEPENDS= xdg-open:devel/xdg-utils \ - noto-basic>0:x11-fonts/noto-basic \ - virtual_oss>0:audio/virtual_oss + noto-basic>0:x11-fonts/noto-basic USES= bison compiler:c++17-lang cpe desktop-file-utils dos2unix gl gnome jpeg localbase:ldflags \ ninja perl5 pkgconfig python:2.7,build shebangfix tar:xz xorg diff --git a/www/chromium/distinfo b/www/chromium/distinfo index 5a0fe5716fa8..b32e490a6b76 100644 --- a/www/chromium/distinfo +++ b/www/chromium/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1623320688 -SHA256 (chromium-91.0.4472.101.tar.xz) = 78146192aaae7771d9130c2828e1081d940da32af3aadcb73578521683307eb4 -SIZE (chromium-91.0.4472.101.tar.xz) = 950228560 -SHA256 (chromium-91.0.4472.101-testdata.tar.xz) = cd590860745d352c2de3737e188ab6dbd0c7ee179e34275c2b8fad03861266e8 -SIZE (chromium-91.0.4472.101-testdata.tar.xz) = 256763876 +TIMESTAMP = 1623951942 +SHA256 (chromium-91.0.4472.106.tar.xz) = 545e38cd7dce0008c16ab5736ac9764655149e65d353630adac601da040dbebb +SIZE (chromium-91.0.4472.106.tar.xz) = 950214296 +SHA256 (chromium-91.0.4472.106-testdata.tar.xz) = daacf7c37569c7632c5870c2a551d11099a880710ff55a75795ba897ef1b9523 +SIZE (chromium-91.0.4472.106-testdata.tar.xz) = 256812068 SHA256 (test_fonts-85.tar.xz) = f22b61b3639acb147c98ec2e2305d8b96f0b55c8c74c40e2ea696402fae8cef9 SIZE (test_fonts-85.tar.xz) = 9511984 From owner-dev-commits-ports-branches@freebsd.org Fri Jun 18 13:34:40 2021 Return-Path: Delivered-To: dev-commits-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 654F7645BE0; Fri, 18 Jun 2021 13:34:40 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G60Jw2BLdz4Tvl; Fri, 18 Jun 2021 13:34:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 32F5C236ED; Fri, 18 Jun 2021 13:34:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15IDYeEv018005; Fri, 18 Jun 2021 13:34:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15IDYejS018004; Fri, 18 Jun 2021 13:34:40 GMT (envelope-from git) Date: Fri, 18 Jun 2021 13:34:40 GMT Message-Id: <202106181334.15IDYejS018004@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Rene Ladan Subject: git: 711a4ba94c32 - 2021Q2 - www/chromium: update to 91.0.4472.114 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rene X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 711a4ba94c3297b4f0c68f90008426c4d3139d54 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jun 2021 13:34:40 -0000 The branch 2021Q2 has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=711a4ba94c3297b4f0c68f90008426c4d3139d54 commit 711a4ba94c3297b4f0c68f90008426c4d3139d54 Author: Rene Ladan AuthorDate: 2021-06-18 11:08:51 +0000 Commit: Rene Ladan CommitDate: 2021-06-18 13:33:43 +0000 www/chromium: update to 91.0.4472.114 MFH: 2021Q2 Security: https://vuxml.freebsd.org/freebsd/afdc7579-d023-11eb-bcad-3065ec8fd3ec.html (cherry picked from commit d11be887452214296fcf5869c9c2db71e0264629) --- www/chromium/Makefile | 2 +- www/chromium/distinfo | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 5a1e4a9a7542..56c3e9290990 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -1,7 +1,7 @@ # Created by: Florent Thoumie PORTNAME= chromium -PORTVERSION= 91.0.4472.106 +PORTVERSION= 91.0.4472.114 CATEGORIES= www java MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ \ LOCAL/rene/chromium/:fonts diff --git a/www/chromium/distinfo b/www/chromium/distinfo index b32e490a6b76..23da44a62bc8 100644 --- a/www/chromium/distinfo +++ b/www/chromium/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1623951942 -SHA256 (chromium-91.0.4472.106.tar.xz) = 545e38cd7dce0008c16ab5736ac9764655149e65d353630adac601da040dbebb -SIZE (chromium-91.0.4472.106.tar.xz) = 950214296 -SHA256 (chromium-91.0.4472.106-testdata.tar.xz) = daacf7c37569c7632c5870c2a551d11099a880710ff55a75795ba897ef1b9523 -SIZE (chromium-91.0.4472.106-testdata.tar.xz) = 256812068 +TIMESTAMP = 1624014484 +SHA256 (chromium-91.0.4472.114.tar.xz) = c1c7fe783f3250978503d4bd53144039bd818de8a6e89de493f27dd5168f7e71 +SIZE (chromium-91.0.4472.114.tar.xz) = 950268264 +SHA256 (chromium-91.0.4472.114-testdata.tar.xz) = 7a85b4c36e05f27d581ad30838bba856b6cb1b511bd3fc0ea508fae07e1ef7d3 +SIZE (chromium-91.0.4472.114-testdata.tar.xz) = 256836380 SHA256 (test_fonts-85.tar.xz) = f22b61b3639acb147c98ec2e2305d8b96f0b55c8c74c40e2ea696402fae8cef9 SIZE (test_fonts-85.tar.xz) = 9511984 From owner-dev-commits-ports-branches@freebsd.org Sat Jun 19 10:14:09 2021 Return-Path: Delivered-To: dev-commits-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 277F2656B6D; Sat, 19 Jun 2021 10:14:09 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G6Wq50cbdz3DnR; Sat, 19 Jun 2021 10:14:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F185314936; Sat, 19 Jun 2021 10:14:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15JAE8gL064721; Sat, 19 Jun 2021 10:14:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15JAE8iE064720; Sat, 19 Jun 2021 10:14:08 GMT (envelope-from git) Date: Sat, 19 Jun 2021 10:14:08 GMT Message-Id: <202106191014.15JAE8iE064720@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Mathieu Arnold Subject: git: ce9f001bf8e1 - 2021Q2 - dns/bind916: Update to 9.16.18. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mat X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: ce9f001bf8e1d5ef297e1a869cfb97f75f750c71 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jun 2021 10:14:09 -0000 The branch 2021Q2 has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=ce9f001bf8e1d5ef297e1a869cfb97f75f750c71 commit ce9f001bf8e1d5ef297e1a869cfb97f75f750c71 Author: Mathieu Arnold AuthorDate: 2021-06-19 10:10:19 +0000 Commit: Mathieu Arnold CommitDate: 2021-06-19 10:13:11 +0000 dns/bind916: Update to 9.16.18. Changes: https://downloads.isc.org/isc/bind9/9.16.18/doc/arm/html/notes.html#notes-for-bind-9-16.18 MFH: yes (cherry picked from commit 8c6ff6947351e0f8f11db8d19d22aa1857a87811) --- dns/bind916/Makefile | 2 +- dns/bind916/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dns/bind916/Makefile b/dns/bind916/Makefile index 7d2bcaba7c35..20bd19754b7e 100644 --- a/dns/bind916/Makefile +++ b/dns/bind916/Makefile @@ -40,7 +40,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.17 +ISCVERSION= 9.16.18 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} diff --git a/dns/bind916/distinfo b/dns/bind916/distinfo index 011391ed2f6d..10aa98d7178e 100644 --- a/dns/bind916/distinfo +++ b/dns/bind916/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623917461 -SHA256 (bind-9.16.17.tar.xz) = 6a4d4a0aefcab852bf415d48212cab5b1110269b74dcb119bdbf303bff385cfa -SIZE (bind-9.16.17.tar.xz) = 5021984 +TIMESTAMP = 1624096795 +SHA256 (bind-9.16.18.tar.xz) = 3c6263a4364eb5dce233f9f22b90acfa1ec2488d534f91d21663d0ac25ce5e65 +SIZE (bind-9.16.18.tar.xz) = 5023512 From owner-dev-commits-ports-branches@freebsd.org Sat Jun 19 15:18:07 2021 Return-Path: Delivered-To: dev-commits-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 DCF7F65B929; Sat, 19 Jun 2021 15:18:07 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G6fYq5wNPz3tnQ; Sat, 19 Jun 2021 15:18:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B37FB18660; Sat, 19 Jun 2021 15:18:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15JFI79m067473; Sat, 19 Jun 2021 15:18:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15JFI7ru067472; Sat, 19 Jun 2021 15:18:07 GMT (envelope-from git) Date: Sat, 19 Jun 2021 15:18:07 GMT Message-Id: <202106191518.15JFI7ru067472@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Tobias Kortkamp Subject: git: 700466498a3c - 2021Q2 - net/x2goclient-cli: Add missing setsid dependency MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tobik X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 700466498a3c9c550882b91c9e9efec2ac533346 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jun 2021 15:18:07 -0000 The branch 2021Q2 has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=700466498a3c9c550882b91c9e9efec2ac533346 commit 700466498a3c9c550882b91c9e9efec2ac533346 Author: Tobias Kortkamp AuthorDate: 2021-06-18 10:14:09 +0000 Commit: Tobias Kortkamp CommitDate: 2021-06-19 15:17:55 +0000 net/x2goclient-cli: Add missing setsid dependency % x2goclient-cli --user --server Password: sh: setsid: not found sh: setsid: not found sh: setsid: not found sh: setsid: not found sh: setsid: not found PR: 253449 Reported by: parv.0zero9+freebsd@gmail.com Approved by: maintainer timeout (cherry picked from commit 5660dfa864eb4c72e71531dec6823d66a365c41e) --- net/x2goclient-cli/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/x2goclient-cli/Makefile b/net/x2goclient-cli/Makefile index 3ee1ae4e657b..9c851811a7cc 100644 --- a/net/x2goclient-cli/Makefile +++ b/net/x2goclient-cli/Makefile @@ -2,7 +2,7 @@ PORTNAME= x2goclient-cli DISTVERSION= 3.0.1-1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://x2go.obviously-nice.de/deb/pool-lenny/x2goclient-cli/ DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= p5-Proc-Simple>=0:devel/p5-Proc-Simple \ p5-Term-ReadPassword>=0:devel/p5-Term-ReadPassword \ - nxproxy:net/nxproxy + nxproxy:net/nxproxy \ + setsid:sysutils/ssid USES= perl5 shebangfix SHEBANG_FILES= x2goclient-cli From owner-dev-commits-ports-branches@freebsd.org Sat Jun 19 22:01:04 2021 Return-Path: Delivered-To: dev-commits-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 93EED641FFD; Sat, 19 Jun 2021 22:01:04 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G6qVm3lC1z4tM7; Sat, 19 Jun 2021 22:01:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 698121E4A9; Sat, 19 Jun 2021 22:01:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15JM14Ow009773; Sat, 19 Jun 2021 22:01:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15JM14uI009772; Sat, 19 Jun 2021 22:01:04 GMT (envelope-from git) Date: Sat, 19 Jun 2021 22:01:04 GMT Message-Id: <202106192201.15JM14uI009772@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jan Beich Subject: git: 3ce47d16f7eb - 2021Q2 - www/gallery-dl: update to 1.18.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 3ce47d16f7eb5c00b470603c307fa52bb9ca920b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jun 2021 22:01:04 -0000 The branch 2021Q2 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=3ce47d16f7eb5c00b470603c307fa52bb9ca920b commit 3ce47d16f7eb5c00b470603c307fa52bb9ca920b Author: Jan Beich AuthorDate: 2021-06-19 19:26:42 +0000 Commit: Jan Beich CommitDate: 2021-06-19 22:00:55 +0000 www/gallery-dl: update to 1.18.0 Changes: https://github.com/mikf/gallery-dl/releases/tag/v1.18.0 Reported by: GitHub (watch releases) (cherry picked from commit 83d8505c91b10cb059579fddf549489bf155dcac) --- www/gallery-dl/Makefile | 2 +- www/gallery-dl/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/gallery-dl/Makefile b/www/gallery-dl/Makefile index 3b74b3918300..d4c1bd8e6892 100644 --- a/www/gallery-dl/Makefile +++ b/www/gallery-dl/Makefile @@ -1,7 +1,7 @@ PORTNAME= gallery-dl DISTVERSIONPREFIX= v -DISTVERSION= 1.17.5 +DISTVERSION= 1.18.0 CATEGORIES= www # Implicit approval to commit trivial version updates. diff --git a/www/gallery-dl/distinfo b/www/gallery-dl/distinfo index ce3cf2f6507e..2cb3658bcb74 100644 --- a/www/gallery-dl/distinfo +++ b/www/gallery-dl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622395440 -SHA256 (mikf-gallery-dl-v1.17.5_GH0.tar.gz) = cc97557d84e5761f1af3d5706acb70760243aa7137b49253ce235a3f32d5f086 -SIZE (mikf-gallery-dl-v1.17.5_GH0.tar.gz) = 359212 +TIMESTAMP = 1624130802 +SHA256 (mikf-gallery-dl-v1.18.0_GH0.tar.gz) = 5c001a98fc987e743676dfb1089aa7978c916aa19dcfd52ce7832b4c8f35c02f +SIZE (mikf-gallery-dl-v1.18.0_GH0.tar.gz) = 363062 From owner-dev-commits-ports-branches@freebsd.org Sun Jun 20 01:36:49 2021 Return-Path: Delivered-To: dev-commits-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 5E41E6451A6; Sun, 20 Jun 2021 01:36:49 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G6wHj2Dt6z3hqH; Sun, 20 Jun 2021 01:36:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3550B20C62; Sun, 20 Jun 2021 01:36:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15K1anoY091510; Sun, 20 Jun 2021 01:36:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15K1anlN091509; Sun, 20 Jun 2021 01:36:49 GMT (envelope-from git) Date: Sun, 20 Jun 2021 01:36:49 GMT Message-Id: <202106200136.15K1anlN091509@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Adam Weinberger Subject: git: 5ceea227c504 - 2021Q2 - www/gitea: Update to 1.14.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: adamw X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 5ceea227c504d2892d91c1aa8d8d81ff15b22fc3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jun 2021 01:36:49 -0000 The branch 2021Q2 has been updated by adamw: URL: https://cgit.FreeBSD.org/ports/commit/?id=5ceea227c504d2892d91c1aa8d8d81ff15b22fc3 commit 5ceea227c504d2892d91c1aa8d8d81ff15b22fc3 Author: Adam Weinberger AuthorDate: 2021-06-20 01:30:12 +0000 Commit: Adam Weinberger CommitDate: 2021-06-20 01:36:40 +0000 www/gitea: Update to 1.14.3 PR: 256720 MFH: 2021Q2 (cherry picked from commit ee4c6a74619ef72abfe33f40248adee140a8559b) --- www/gitea/Makefile | 2 +- www/gitea/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/gitea/Makefile b/www/gitea/Makefile index d9ebc0f27897..2348cd34b0bc 100644 --- a/www/gitea/Makefile +++ b/www/gitea/Makefile @@ -1,7 +1,7 @@ PORTNAME= gitea DISTVERSIONPREFIX= v -DISTVERSION= 1.14.0 +DISTVERSION= 1.14.3 CATEGORIES= www MASTER_SITES= https://github.com/go-gitea/gitea/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ DISTNAME= gitea-src-${DISTVERSION} diff --git a/www/gitea/distinfo b/www/gitea/distinfo index 0397356dd0eb..f8b9850296ed 100644 --- a/www/gitea/distinfo +++ b/www/gitea/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618251760 -SHA256 (gitea-src-1.14.0.tar.gz) = 484f98a9c44d9214505c3ce0bfbd98ad05fd6c6fd44588f834016f4e0e1b1376 -SIZE (gitea-src-1.14.0.tar.gz) = 117771120 +TIMESTAMP = 1624133028 +SHA256 (gitea-src-1.14.3.tar.gz) = 89e431a993bce2c601702cd6627e34b5118b812b363e92e570d908e2f16afb01 +SIZE (gitea-src-1.14.3.tar.gz) = 117882949 From owner-dev-commits-ports-branches@freebsd.org Sun Jun 20 19:40:05 2021 Return-Path: Delivered-To: dev-commits-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 DED2865840B; Sun, 20 Jun 2021 19:40:05 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G7NKd5xn0z4g18; Sun, 20 Jun 2021 19:40:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B46957A07; Sun, 20 Jun 2021 19:40:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15KJe5LR050853; Sun, 20 Jun 2021 19:40:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15KJe5JY050850; Sun, 20 Jun 2021 19:40:05 GMT (envelope-from git) Date: Sun, 20 Jun 2021 19:40:05 GMT Message-Id: <202106201940.15KJe5JY050850@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Li-Wen Hsu Subject: git: b5f3cb68b94d - 2021Q2 - x11-fm/konqueror: Correct COMMENT MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lwhsu X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: b5f3cb68b94dc0af3621aa78e70337e121fb7330 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jun 2021 19:40:05 -0000 The branch 2021Q2 has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=b5f3cb68b94dc0af3621aa78e70337e121fb7330 commit b5f3cb68b94dc0af3621aa78e70337e121fb7330 Author: Li-Wen Hsu AuthorDate: 2021-06-20 19:35:44 +0000 Commit: Li-Wen Hsu CommitDate: 2021-06-20 19:39:44 +0000 x11-fm/konqueror: Correct COMMENT Approved by: arrowd (kde) (cherry picked from commit c9160198e026c5048267db0703c186372d6cf4ff) --- x11-fm/konqueror/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-fm/konqueror/Makefile b/x11-fm/konqueror/Makefile index 86ad1031ba37..9577196661dd 100644 --- a/x11-fm/konqueror/Makefile +++ b/x11-fm/konqueror/Makefile @@ -4,7 +4,7 @@ DISTVERSION= ${KDE_APPLICATIONS_VERSION} CATEGORIES= x11-fm www kde kde-applications MAINTAINER= kde@FreeBSD.org -COMMENT= KDE system log application +COMMENT= KDE web browser and file manager DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine EXPIRATION_DATE=2021-06-23 From owner-dev-commits-ports-branches@freebsd.org Sun Jun 20 21:50:25 2021 Return-Path: Delivered-To: dev-commits-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 D6DE665A94F; Sun, 20 Jun 2021 21:50:25 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G7RD15pbDz3C2M; Sun, 20 Jun 2021 21:50:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AF2221188E; Sun, 20 Jun 2021 21:50:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15KLoPvT031760; Sun, 20 Jun 2021 21:50:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15KLoPoO031759; Sun, 20 Jun 2021 21:50:25 GMT (envelope-from git) Date: Sun, 20 Jun 2021 21:50:25 GMT Message-Id: <202106202150.15KLoPoO031759@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Li-Wen Hsu Subject: git: dbe1c4c35016 - 2021Q2 - security/passivedns: Update to 1.2.1-22 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lwhsu X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: dbe1c4c35016cadebc8c591265ca42f347e047dd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jun 2021 21:50:25 -0000 The branch 2021Q2 has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=dbe1c4c35016cadebc8c591265ca42f347e047dd commit dbe1c4c35016cadebc8c591265ca42f347e047dd Author: Shawn Michael AuthorDate: 2021-06-20 21:46:16 +0000 Commit: Li-Wen Hsu CommitDate: 2021-06-20 21:50:11 +0000 security/passivedns: Update to 1.2.1-22 This fixes build on FreeBSD 13+ PR: 255599 (cherry picked from commit 2287e8f627d43a120be870809c18e1b7e02a628d) --- security/passivedns/Makefile | 7 ++----- security/passivedns/distinfo | 4 ++-- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/security/passivedns/Makefile b/security/passivedns/Makefile index ddb61b83eadb..3ebd06bad565 100644 --- a/security/passivedns/Makefile +++ b/security/passivedns/Makefile @@ -1,7 +1,7 @@ PORTNAME= passivedns -DISTVERSION= 1.2.1-10 -DISTVERSIONSUFFIX= -ge126cbb +DISTVERSION= 1.2.1-22 +DISTVERSIONSUFFIX= -gd757713 CATEGORIES= security MAINTAINER= shadowbq@gmail.com @@ -9,9 +9,6 @@ COMMENT= Network sniffer that logs DNS replies for use in passive DNS setups LICENSE= GPLv2 -BROKEN_FreeBSD_13= ld: error: duplicate symbol: config -BROKEN_FreeBSD_14= ld: error: duplicate symbol: config - LIB_DEPENDS= libldns.so:dns/ldns USES= autoreconf gmake libtool diff --git a/security/passivedns/distinfo b/security/passivedns/distinfo index b34043d062a0..a94460cec38a 100644 --- a/security/passivedns/distinfo +++ b/security/passivedns/distinfo @@ -1,3 +1,3 @@ TIMESTAMP = 1568131956 -SHA256 (gamelinux-passivedns-1.2.1-10-ge126cbb_GH0.tar.gz) = 2c10ea343d460162f484cc3e1bdcbe42a18a6319c76e586e2c385bd01b0499a2 -SIZE (gamelinux-passivedns-1.2.1-10-ge126cbb_GH0.tar.gz) = 55118 +SHA256 (gamelinux-passivedns-1.2.1-22-gd757713_GH0.tar.gz) = fc1bebbb4c6fc306e94d4f0040132fa0f0c46eb059b48a1c8efb882d40ce288a +SIZE (gamelinux-passivedns-1.2.1-22-gd757713_GH0.tar.gz) = 56196