From owner-dev-commits-ports-branches@freebsd.org Mon May 31 05:32: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 A535163EF96; Mon, 31 May 2021 05:32: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 4FtkTF3wYCz3jCc; Mon, 31 May 2021 05:32: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 6B4E526DF; Mon, 31 May 2021 05:32: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 14V5WnQE037215; Mon, 31 May 2021 05:32:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14V5WnBj037214; Mon, 31 May 2021 05:32:49 GMT (envelope-from git) Date: Mon, 31 May 2021 05:32:49 GMT Message-Id: <202105310532.14V5WnBj037214@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Guangyuan Yang Subject: git: 67b6c1736054 - 2021Q2 - net/py-speedtest-cli: update to 2.1.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ygy X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 67b6c1736054d19c72974e203bc58ebe9ec758a2 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, 31 May 2021 05:32:49 -0000 The branch 2021Q2 has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=67b6c1736054d19c72974e203bc58ebe9ec758a2 commit 67b6c1736054d19c72974e203bc58ebe9ec758a2 Author: Nicola Vitale AuthorDate: 2021-04-12 14:50:43 +0000 Commit: Guangyuan Yang CommitDate: 2021-05-31 05:28:22 +0000 net/py-speedtest-cli: update to 2.1.3 v2.1.3 includes a runtime fix [1], without which the port is not usable, hence it needs to be MFH'ed. [1]: https://github.com/sivel/speedtest-cli/pull/769 Changes: https://github.com/sivel/speedtest-cli/releases/tag/v2.1.3 PR: 254906, 256181 MFH Approved by: lwhsu (mentor), portmgr (blanket, runtime fix) (cherry picked from commit ee9e5cfd9328ecd7cc0aec2db0c0e8c086ade442) --- net/py-speedtest-cli/Makefile | 4 ++-- net/py-speedtest-cli/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net/py-speedtest-cli/Makefile b/net/py-speedtest-cli/Makefile index 71ec1449591d..6c7e74787c7d 100644 --- a/net/py-speedtest-cli/Makefile +++ b/net/py-speedtest-cli/Makefile @@ -1,7 +1,7 @@ # Created by: Nicola Vitale PORTNAME= speedtest-cli -PORTVERSION= 2.1.2 +PORTVERSION= 2.1.3 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= Command line interface for testing internet bandwidth LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes diff --git a/net/py-speedtest-cli/distinfo b/net/py-speedtest-cli/distinfo index 1fc01c817cb0..3c00ddfdfc75 100644 --- a/net/py-speedtest-cli/distinfo +++ b/net/py-speedtest-cli/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1590161644 -SHA256 (speedtest-cli-2.1.2.tar.gz) = cf1d386222f94c324e3125ba9a0d187e46d4a13dca08c023bdb9a23096be2e54 -SIZE (speedtest-cli-2.1.2.tar.gz) = 24365 +TIMESTAMP = 1617949911 +SHA256 (speedtest-cli-2.1.3.tar.gz) = 5e2773233cedb5fa3d8120eb7f97bcc4974b5221b254d33ff16e2f1d413d90f0 +SIZE (speedtest-cli-2.1.3.tar.gz) = 24721 From owner-dev-commits-ports-branches@freebsd.org Mon May 31 06:09: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 DB2B963F542; Mon, 31 May 2021 06:09: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 4FtlJ35smBz3kYR; Mon, 31 May 2021 06:09: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 B33082DA7; Mon, 31 May 2021 06:09: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 14V69tSf078210; Mon, 31 May 2021 06:09:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14V69tng078209; Mon, 31 May 2021 06:09:55 GMT (envelope-from git) Date: Mon, 31 May 2021 06:09:55 GMT Message-Id: <202105310609.14V69tng078209@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Kirill Ponomarev Subject: git: 531fd07da02b - 2021Q2 - sysutils/cbsd: update to 13.0.8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: krion X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 531fd07da02b20760266927d0789cf06388c92e8 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, 31 May 2021 06:09:55 -0000 The branch 2021Q2 has been updated by krion: URL: https://cgit.FreeBSD.org/ports/commit/?id=531fd07da02b20760266927d0789cf06388c92e8 commit 531fd07da02b20760266927d0789cf06388c92e8 Author: Kirill Ponomarev AuthorDate: 2021-05-31 06:08:21 +0000 Commit: Kirill Ponomarev CommitDate: 2021-05-31 06:09:52 +0000 sysutils/cbsd: update to 13.0.8 Changes: https://github.com/cbsd/cbsd/releases/tag/v13.0.8 Submitted by: maintainer (cherry picked from commit 6d6d6ec902f0e19fc3f11b5168c6fd54e39a05ca) --- sysutils/cbsd/Makefile | 2 +- sysutils/cbsd/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/cbsd/Makefile b/sysutils/cbsd/Makefile index 7c0f80d1be58..6a7bb20eaad7 100644 --- a/sysutils/cbsd/Makefile +++ b/sysutils/cbsd/Makefile @@ -1,6 +1,6 @@ PORTNAME= cbsd -DISTVERSION= 13.0.7 +DISTVERSION= 13.0.8 CATEGORIES= sysutils MAINTAINER= olevole@olevole.ru diff --git a/sysutils/cbsd/distinfo b/sysutils/cbsd/distinfo index aabc1d8b6a43..e45a1adf0bb9 100644 --- a/sysutils/cbsd/distinfo +++ b/sysutils/cbsd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620800166 -SHA256 (cbsd-cbsd-13.0.7_GH0.tar.gz) = ee6f566ad21e6e2d43a29dcc89f9f904385dec71553e8ea61c577201676e2c83 -SIZE (cbsd-cbsd-13.0.7_GH0.tar.gz) = 5376193 +TIMESTAMP = 1622441282 +SHA256 (cbsd-cbsd-13.0.8_GH0.tar.gz) = ee13dc403429300e54942e41d89dde1596b8a36c1eff20498f5b69487d5ff73e +SIZE (cbsd-cbsd-13.0.8_GH0.tar.gz) = 5381837 From owner-dev-commits-ports-branches@freebsd.org Mon May 31 07:15: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 95D49640B8A; Mon, 31 May 2021 07:15: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 4FtmlF3rWRz3qQD; Mon, 31 May 2021 07:15: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 6C3123DCD; Mon, 31 May 2021 07:15: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 14V7F5KS070672; Mon, 31 May 2021 07:15:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14V7F5ps070671; Mon, 31 May 2021 07:15:05 GMT (envelope-from git) Date: Mon, 31 May 2021 07:15:05 GMT Message-Id: <202105310715.14V7F5ps070671@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Kirill Ponomarev Subject: git: f8f4b6acf685 - 2021Q2 - benchmarks/fio: update to 3.27 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: krion X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: f8f4b6acf685b7e6b68b412c5516907ca6a664e1 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, 31 May 2021 07:15:05 -0000 The branch 2021Q2 has been updated by krion: URL: https://cgit.FreeBSD.org/ports/commit/?id=f8f4b6acf685b7e6b68b412c5516907ca6a664e1 commit f8f4b6acf685b7e6b68b412c5516907ca6a664e1 Author: Kirill Ponomarev AuthorDate: 2021-05-31 07:13:48 +0000 Commit: Kirill Ponomarev CommitDate: 2021-05-31 07:14:44 +0000 benchmarks/fio: update to 3.27 (cherry picked from commit 395823cfd2dd947aed32c3911471471720b908fa) --- benchmarks/fio/Makefile | 2 +- benchmarks/fio/distinfo | 6 +++--- benchmarks/fio/pkg-plist | 7 +++++++ 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/benchmarks/fio/Makefile b/benchmarks/fio/Makefile index 348514429041..3103e185cb4a 100644 --- a/benchmarks/fio/Makefile +++ b/benchmarks/fio/Makefile @@ -1,7 +1,7 @@ # Created by: luigi@FreeBSD.org PORTNAME= fio -PORTVERSION= 3.26 +PORTVERSION= 3.27 CATEGORIES= benchmarks MASTER_SITES= http://brick.kernel.dk/snaps/ diff --git a/benchmarks/fio/distinfo b/benchmarks/fio/distinfo index 0c165e2274ef..d294c5b84de2 100644 --- a/benchmarks/fio/distinfo +++ b/benchmarks/fio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1615281142 -SHA256 (fio-3.26.tar.bz2) = 06dcebbeec81700fe6ee49f29698362b3ab96f1fc32a71508d6b18be81812484 -SIZE (fio-3.26.tar.bz2) = 932814 +TIMESTAMP = 1622444833 +SHA256 (fio-3.27.tar.bz2) = 8d387227fbfcf2734c1a342957c65feee52082704eae11725fcc1b74638f6a2a +SIZE (fio-3.27.tar.bz2) = 960330 diff --git a/benchmarks/fio/pkg-plist b/benchmarks/fio/pkg-plist index ed9616c28efd..fab3f285d483 100644 --- a/benchmarks/fio/pkg-plist +++ b/benchmarks/fio/pkg-plist @@ -11,6 +11,7 @@ man/man1/fio_generate_plots.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cpuio.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cross-stripe-verify.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dev-dax.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dfs.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/disk-zone-profile.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/e4defrag.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/e4defrag2.fio @@ -18,6 +19,7 @@ man/man1/fio_generate_plots.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/exitwhat.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/falloc.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/filecreate-ioengine.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/filedelete-ioengine.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/filestat-ioengine.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fio-rand-RW.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fio-rand-read.fio @@ -44,12 +46,17 @@ man/man1/fio_generate_plots.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/libiscsi.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/libhdfs.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/libpmem.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/librpma_apm-client.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/librpma_apm-server.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/librpma_gpspm-client.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/librpma_gpspm-server.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/libzbc-rand-write.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/libzbc-seq-read.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtd.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/nbd.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/netio.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/netio_multicast.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nfs.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/null.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/numa.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pmemblk.fio From owner-dev-commits-ports-branches@freebsd.org Mon May 31 11:01:02 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 E4C0D644561; Mon, 31 May 2021 11:01:02 +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 4Ftsly65VTz4Zv0; Mon, 31 May 2021 11:01:02 +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 BA1B66E29; Mon, 31 May 2021 11:01:02 +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 14VB12SR073303; Mon, 31 May 2021 11:01:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14VB12Xx073302; Mon, 31 May 2021 11:01:02 GMT (envelope-from git) Date: Mon, 31 May 2021 11:01:02 GMT Message-Id: <202105311101.14VB12Xx073302@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: bbb328651181 - 2021Q2 - mail/thunderbird: update to 78.11.0 (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: bbb3286511816122520b7dc98607ebd8c5718f50 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, 31 May 2021 11:01:03 -0000 The branch 2021Q2 has been updated by cmt: URL: https://cgit.FreeBSD.org/ports/commit/?id=bbb3286511816122520b7dc98607ebd8c5718f50 commit bbb3286511816122520b7dc98607ebd8c5718f50 Author: Christoph Moench-Tegeder AuthorDate: 2021-05-31 10:59:07 +0000 Commit: Christoph Moench-Tegeder CommitDate: 2021-05-31 11:00:46 +0000 mail/thunderbird: update to 78.11.0 (rc1) Release Notes (soon): https://www.thunderbird.net/en-US/thunderbird/78.11.0/releasenotes/ (cherry picked from commit 164f9966b49979962c36d5a43b4d1bb7f8a0877e) --- mail/thunderbird/Makefile | 2 +- mail/thunderbird/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index aef7f43cbe10..e7f990443e03 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,7 +1,7 @@ # Created by: Joe Marcus Clarke PORTNAME= thunderbird -DISTVERSION= 78.10.2 +DISTVERSION= 78.11.0 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo index b0d6c451f93a..318aec1db32e 100644 --- a/mail/thunderbird/distinfo +++ b/mail/thunderbird/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621016451 -SHA256 (thunderbird-78.10.2.source.tar.xz) = ad070eb27ed5087819b62495e8f96ec0c8d8827598c415648c69ef989c634676 -SIZE (thunderbird-78.10.2.source.tar.xz) = 353926908 +TIMESTAMP = 1622455814 +SHA256 (thunderbird-78.11.0.source.tar.xz) = cb5475dd6494c68699aa29f97be2868a455548cabb4c4859e109b1badae7c0fb +SIZE (thunderbird-78.11.0.source.tar.xz) = 352417996 From owner-dev-commits-ports-branches@freebsd.org Mon May 31 13:29:08 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 8462E6471EF; Mon, 31 May 2021 13:29:08 +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 4Ftx2r34Z0z4phH; Mon, 31 May 2021 13:29:08 +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 4E2F310F9F; Mon, 31 May 2021 13:29: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 14VDT8MT064519; Mon, 31 May 2021 13:29:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14VDT8sR064518; Mon, 31 May 2021 13:29:08 GMT (envelope-from git) Date: Mon, 31 May 2021 13:29:08 GMT Message-Id: <202105311329.14VDT8sR064518@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Sofian Brabez Subject: git: da7a6fccae12 - 2021Q2 - devel/py-setproctitle: update to 1.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sbz X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: da7a6fccae127cb2808f3841551efcb924ba14fc 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, 31 May 2021 13:29:08 -0000 The branch 2021Q2 has been updated by sbz: URL: https://cgit.FreeBSD.org/ports/commit/?id=da7a6fccae127cb2808f3841551efcb924ba14fc commit da7a6fccae127cb2808f3841551efcb924ba14fc Author: Mikael Urankar AuthorDate: 2021-05-28 10:46:38 +0000 Commit: Sofian Brabez CommitDate: 2021-05-31 13:27:52 +0000 devel/py-setproctitle: update to 1.2.2 PR: 256191 (cherry picked from commit b4286e486b516aac2a6a2d067f6cba5f6d0bcce4) --- devel/py-setproctitle/Makefile | 3 +-- devel/py-setproctitle/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/devel/py-setproctitle/Makefile b/devel/py-setproctitle/Makefile index 756a0f922292..1afe7caab6ed 100644 --- a/devel/py-setproctitle/Makefile +++ b/devel/py-setproctitle/Makefile @@ -1,8 +1,7 @@ # Created by: Sofian Brabez PORTNAME= setproctitle -PORTVERSION= 1.1.10 -PORTREVISION= 1 +PORTVERSION= 1.2.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-setproctitle/distinfo b/devel/py-setproctitle/distinfo index 35fef2b01180..d52f53593dab 100644 --- a/devel/py-setproctitle/distinfo +++ b/devel/py-setproctitle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1463772319 -SHA256 (setproctitle-1.1.10.tar.gz) = 6283b7a58477dd8478fbb9e76defb37968ee4ba47b05ec1c053cb39638bd7398 -SIZE (setproctitle-1.1.10.tar.gz) = 24042 +TIMESTAMP = 1622118211 +SHA256 (setproctitle-1.2.2.tar.gz) = 7dfb472c8852403d34007e01d6e3c68c57eb66433fb8a5c77b13b89a160d97df +SIZE (setproctitle-1.2.2.tar.gz) = 23960 From owner-dev-commits-ports-branches@freebsd.org Mon May 31 21:54: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 C326C63130E; Mon, 31 May 2021 21:54: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 4Fv8GD53qJz3JLR; Mon, 31 May 2021 21:54:44 +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 95B221801C; Mon, 31 May 2021 21:54:44 +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 14VLsinC046475; Mon, 31 May 2021 21:54:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14VLsiLh046474; Mon, 31 May 2021 21:54:44 GMT (envelope-from git) Date: Mon, 31 May 2021 21:54:44 GMT Message-Id: <202105312154.14VLsiLh046474@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Adriaan de Groot Subject: git: 07b0f0396052 - 2021Q2 - graphics/wayland: merge upstream fix for CVE-2013-2003 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: adridg X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 07b0f03960528e9f5be1a9fd985650a32c579e0a 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, 31 May 2021 21:54:44 -0000 The branch 2021Q2 has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=07b0f03960528e9f5be1a9fd985650a32c579e0a commit 07b0f03960528e9f5be1a9fd985650a32c579e0a Author: Adriaan de Groot AuthorDate: 2021-05-31 19:59:06 +0000 Commit: Adriaan de Groot CommitDate: 2021-05-31 21:54:42 +0000 graphics/wayland: merge upstream fix for CVE-2013-2003 This is upstream MR 133, https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/133 which in turn is a Wayland-ified version of the fix to libXcursor. PR: 256273 Reported by: Evgeniy Khramtsov Approved by: zeising (x11) (cherry picked from commit 6431a5d2419ada906a7927c7b85e5f98bcd6eba2) --- graphics/wayland/Makefile | 4 ++++ graphics/wayland/distinfo | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/graphics/wayland/Makefile b/graphics/wayland/Makefile index adaf4cc8f1fa..521b769eb7c1 100644 --- a/graphics/wayland/Makefile +++ b/graphics/wayland/Makefile @@ -2,9 +2,13 @@ PORTNAME= wayland PORTVERSION= 1.19.0 +PORTREVISION= 1 CATEGORIES= graphics wayland MASTER_SITES= https://wayland.freedesktop.org/releases/ +PATCH_SITES= https://gitlab.freedesktop.org/${PORTNAME}/${PORTNAME}/commit/ +PATCHFILES+= ed55438366e93d70867e3ba6b80978673e536fc0.patch:-p1 # MR 133 + MAINTAINER= x11@FreeBSD.org COMMENT= Wayland composite "server" diff --git a/graphics/wayland/distinfo b/graphics/wayland/distinfo index 881ce9b87cb6..7e14bd29b092 100644 --- a/graphics/wayland/distinfo +++ b/graphics/wayland/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1611766143 +TIMESTAMP = 1622412504 SHA256 (wayland-1.19.0.tar.xz) = baccd902300d354581cd5ad3cc49daa4921d55fb416a5883e218750fef166d15 SIZE (wayland-1.19.0.tar.xz) = 456380 +SHA256 (ed55438366e93d70867e3ba6b80978673e536fc0.patch) = cdf90fc3ec9455aad348a5251842f9035484fb49a7d10fd4930192002308c6ea +SIZE (ed55438366e93d70867e3ba6b80978673e536fc0.patch) = 927 From owner-dev-commits-ports-branches@freebsd.org Tue Jun 1 03:13:00 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 6DC1363852B; Tue, 1 Jun 2021 03:13:00 +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 4FvHKS2gH2z4Sq1; Tue, 1 Jun 2021 03:13:00 +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 44A6D1C306; Tue, 1 Jun 2021 03:13:00 +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 1513D0oM072278; Tue, 1 Jun 2021 03:13:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1513D03O072277; Tue, 1 Jun 2021 03:13:00 GMT (envelope-from git) Date: Tue, 1 Jun 2021 03:13:00 GMT Message-Id: <202106010313.1513D03O072277@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: e97e947598ce - 2021Q2 - science/py-scipy: Fix required python version 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: e97e947598ce39091075e5263cfe7756c79943fc 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, 01 Jun 2021 03:13:00 -0000 The branch 2021Q2 has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=e97e947598ce39091075e5263cfe7756c79943fc commit e97e947598ce39091075e5263cfe7756c79943fc Author: John W. O'Brien AuthorDate: 2021-06-01 03:10:28 +0000 Commit: Li-Wen Hsu CommitDate: 2021-06-01 03:12:43 +0000 science/py-scipy: Fix required python version scipy dropped support for 3.6 as of 1.6.0: https://github.com/scipy/scipy/commit/0a4f408d9bd560f9a379d2e33b136b93f3583042 PR: 256083 MFH: 2021Q2 (cherry picked from commit 7a75d1c97ab2c2b41d32490b31ffb07c55800ee7) --- science/py-scipy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/py-scipy/Makefile b/science/py-scipy/Makefile index 88658a984382..da21393c08d1 100644 --- a/science/py-scipy/Makefile +++ b/science/py-scipy/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= libblas.so:math/blas \ libopenblas.so:math/openblas RUN_DEPENDS= ${PYNUMPY} -USES= compiler:c++14-lang fortran python:3.6+ shebangfix +USES= compiler:c++14-lang fortran python:3.7+ shebangfix USE_PYTHON= autoplist concurrent distutils FFLAGS+= -std=legacy From owner-dev-commits-ports-branches@freebsd.org Tue Jun 1 03:41: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 B567A6386DA; Tue, 1 Jun 2021 03:41: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 4FvHyW4qv0z4VQ0; Tue, 1 Jun 2021 03:41: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 8E9141C6BD; Tue, 1 Jun 2021 03:41: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 1513fd43010117; Tue, 1 Jun 2021 03:41:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1513fd6T010116; Tue, 1 Jun 2021 03:41:39 GMT (envelope-from git) Date: Tue, 1 Jun 2021 03:41:39 GMT Message-Id: <202106010341.1513fd6T010116@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Neel Chauhan Subject: git: 4bca84a98fb0 - 2021Q2 - net/nncp: Update to 6.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 4bca84a98fb0ea69697c601e298db5467643fe3a 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, 01 Jun 2021 03:41:39 -0000 The branch 2021Q2 has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=4bca84a98fb0ea69697c601e298db5467643fe3a commit 4bca84a98fb0ea69697c601e298db5467643fe3a Author: Sergey Matveev AuthorDate: 2021-06-01 02:41:10 +0000 Commit: Neel Chauhan CommitDate: 2021-06-01 03:41:34 +0000 net/nncp: Update to 6.5.0 Changes: http://www.nncpgo.org/Release-6_002e5_002e0.html PR: 256304 (cherry picked from commit 82146b080fe70be39f9d73fcfa1170d1a6e02daf) --- net/nncp/Makefile | 2 +- net/nncp/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/nncp/Makefile b/net/nncp/Makefile index 9c5135cac777..f92f834c5d3b 100644 --- a/net/nncp/Makefile +++ b/net/nncp/Makefile @@ -1,6 +1,6 @@ PORTNAME= nncp -DISTVERSION= 6.1.0 +DISTVERSION= 6.5.0 CATEGORIES= net MASTER_SITES= http://www.nncpgo.org/download/ diff --git a/net/nncp/distinfo b/net/nncp/distinfo index 9ebc047a2bfb..2a38ef2560e4 100644 --- a/net/nncp/distinfo +++ b/net/nncp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614183721 -SHA256 (nncp-6.1.0.tar.xz) = 083a533f7d0212069ae07f9fd6cd22e3c5be09e830f2c9c497d97cf614e5413f -SIZE (nncp-6.1.0.tar.xz) = 1065088 +TIMESTAMP = 1622483576 +SHA256 (nncp-6.5.0.tar.xz) = 241d2aa727275ccf86f067971aa8b3b8d625c85c4279dfde560216e338670b9a +SIZE (nncp-6.5.0.tar.xz) = 1066660 From owner-dev-commits-ports-branches@freebsd.org Tue Jun 1 14:06: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 DE79B654BFA; Tue, 1 Jun 2021 14:06: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 4FvYqs5yQKz3HH6; Tue, 1 Jun 2021 14:06: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 B4C2C24E32; Tue, 1 Jun 2021 14:06: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 151E6n3i037736; Tue, 1 Jun 2021 14:06:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 151E6ngs037735; Tue, 1 Jun 2021 14:06:49 GMT (envelope-from git) Date: Tue, 1 Jun 2021 14:06:49 GMT Message-Id: <202106011406.151E6ngs037735@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Palle Girgensohn Subject: git: df154b989620 - 2021Q2 - databases/postgresql??-server: rc-script should require DAEMON MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: girgen X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: df154b989620e4c84258747601cc678e15dd119e 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, 01 Jun 2021 14:06:49 -0000 The branch 2021Q2 has been updated by girgen: URL: https://cgit.FreeBSD.org/ports/commit/?id=df154b989620e4c84258747601cc678e15dd119e commit df154b989620e4c84258747601cc678e15dd119e Author: Palle Girgensohn AuthorDate: 2021-06-01 13:59:02 +0000 Commit: Palle Girgensohn CommitDate: 2021-06-01 14:06:02 +0000 databases/postgresql??-server: rc-script should require DAEMON Changeset ab83f2b4bb78 changed the startup order for Postgresql. The cleartmp rc.d now comes after the Postgresql startup. Unfortunately, Postgresql likes to create a socket in /tmp/.s.PGSQL.5432. After cleartmp does its work, that socket disappears from the filesystem. Submitted by: Jeroen Pulles PR: 256335 (cherry picked from commit 8d831eb43aba59013b948830cbd4b22b45deb223) --- databases/postgresql10-server/Makefile | 2 +- databases/postgresql10-server/files/postgresql.in | 2 +- databases/postgresql11-server/Makefile | 2 +- databases/postgresql11-server/files/postgresql.in | 2 +- databases/postgresql12-server/Makefile | 2 +- databases/postgresql12-server/files/postgresql.in | 2 +- databases/postgresql13-server/Makefile | 2 +- databases/postgresql13-server/files/postgresql.in | 2 +- databases/postgresql96-server/Makefile | 2 +- databases/postgresql96-server/files/postgresql.in | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/databases/postgresql10-server/Makefile b/databases/postgresql10-server/Makefile index ab8ff8d6c370..e5b1983286d4 100644 --- a/databases/postgresql10-server/Makefile +++ b/databases/postgresql10-server/Makefile @@ -3,7 +3,7 @@ DISTVERSION?= 10.17 # PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and # not their own. Probably best to keep it at ?=0 when reset here too. -PORTREVISION?= 0 +PORTREVISION?= 1 MAINTAINER?= pgsql@FreeBSD.org diff --git a/databases/postgresql10-server/files/postgresql.in b/databases/postgresql10-server/files/postgresql.in index 88ace679b95c..50725fd59103 100644 --- a/databases/postgresql10-server/files/postgresql.in +++ b/databases/postgresql10-server/files/postgresql.in @@ -1,7 +1,7 @@ #!/bin/sh # PROVIDE: postgresql -# REQUIRE: SERVERS +# REQUIRE: DEAMON # KEYWORD: shutdown # # Add the following line to /etc/rc.conf to enable PostgreSQL: diff --git a/databases/postgresql11-server/Makefile b/databases/postgresql11-server/Makefile index 8c6a07727012..b35cab5d02fb 100644 --- a/databases/postgresql11-server/Makefile +++ b/databases/postgresql11-server/Makefile @@ -3,7 +3,7 @@ DISTVERSION?= 11.12 # PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and # not their own. Probably best to keep it at ?=0 when reset here too. -PORTREVISION?= 0 +PORTREVISION?= 1 MAINTAINER?= pgsql@FreeBSD.org diff --git a/databases/postgresql11-server/files/postgresql.in b/databases/postgresql11-server/files/postgresql.in index 080d3e40cd6f..fa88459a55cb 100644 --- a/databases/postgresql11-server/files/postgresql.in +++ b/databases/postgresql11-server/files/postgresql.in @@ -1,7 +1,7 @@ #!/bin/sh # PROVIDE: postgresql -# REQUIRE: SERVERS +# REQUIRE: DAEMON # KEYWORD: shutdown # # Add the following line to /etc/rc.conf to enable PostgreSQL: diff --git a/databases/postgresql12-server/Makefile b/databases/postgresql12-server/Makefile index 8998336755d0..e12a24422878 100644 --- a/databases/postgresql12-server/Makefile +++ b/databases/postgresql12-server/Makefile @@ -3,7 +3,7 @@ DISTVERSION?= 12.7 # PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and # not their own. Probably best to keep it at ?=0 when reset here too. -PORTREVISION?= 0 +PORTREVISION?= 1 MAINTAINER?= pgsql@FreeBSD.org diff --git a/databases/postgresql12-server/files/postgresql.in b/databases/postgresql12-server/files/postgresql.in index 3437e47c6de4..b1075f2f3a10 100644 --- a/databases/postgresql12-server/files/postgresql.in +++ b/databases/postgresql12-server/files/postgresql.in @@ -1,7 +1,7 @@ #!/bin/sh # PROVIDE: postgresql -# REQUIRE: SERVERS +# REQUIRE: DAEMON # KEYWORD: shutdown # # Add the following line to /etc/rc.conf to enable PostgreSQL: diff --git a/databases/postgresql13-server/Makefile b/databases/postgresql13-server/Makefile index e1da009389db..d41b1965cc07 100644 --- a/databases/postgresql13-server/Makefile +++ b/databases/postgresql13-server/Makefile @@ -4,7 +4,7 @@ PORTNAME?= postgresql DISTVERSION?= 13.3 # PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and # not their own. Probably best to keep it at ?=0 when reset here too. -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT} diff --git a/databases/postgresql13-server/files/postgresql.in b/databases/postgresql13-server/files/postgresql.in index cf67a65fa1e8..6846247c39aa 100644 --- a/databases/postgresql13-server/files/postgresql.in +++ b/databases/postgresql13-server/files/postgresql.in @@ -1,7 +1,7 @@ #!/bin/sh # PROVIDE: postgresql -# REQUIRE: SERVERS +# REQUIRE: DAEMON # KEYWORD: shutdown # # Add the following line to /etc/rc.conf to enable PostgreSQL: diff --git a/databases/postgresql96-server/Makefile b/databases/postgresql96-server/Makefile index 7d2e6ee38aae..5a951ba92767 100644 --- a/databases/postgresql96-server/Makefile +++ b/databases/postgresql96-server/Makefile @@ -3,7 +3,7 @@ DISTVERSION?= 9.6.22 # PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and # not their own. Probably best to keep it at ?=0 when reset here too. -PORTREVISION?= 0 +PORTREVISION?= 1 PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}${COMPONENT} MAINTAINER?= pgsql@FreeBSD.org diff --git a/databases/postgresql96-server/files/postgresql.in b/databases/postgresql96-server/files/postgresql.in index f9bd89ffa3df..6cdd1f252383 100644 --- a/databases/postgresql96-server/files/postgresql.in +++ b/databases/postgresql96-server/files/postgresql.in @@ -1,7 +1,7 @@ #!/bin/sh # PROVIDE: postgresql -# REQUIRE: SERVERS +# REQUIRE: DAEMON # KEYWORD: shutdown # # Add the following line to /etc/rc.conf to enable PostgreSQL: From owner-dev-commits-ports-branches@freebsd.org Tue Jun 1 14:40:27 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 B00CE655066; Tue, 1 Jun 2021 14:40:27 +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 4FvZZg3hjVz3Lrb; Tue, 1 Jun 2021 14:40:27 +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 669CB2513B; Tue, 1 Jun 2021 14:40:27 +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 151EeR66085253; Tue, 1 Jun 2021 14:40:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 151EeRJs085252; Tue, 1 Jun 2021 14:40:27 GMT (envelope-from git) Date: Tue, 1 Jun 2021 14:40:27 GMT Message-Id: <202106011440.151EeRJs085252@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jung-uk Kim Subject: git: cf713ed7cc38 - 2021Q2 - x11/libX11: update to 1.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jkim X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: cf713ed7cc38d3aa51634d63a88385cd84c673c2 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, 01 Jun 2021 14:40:27 -0000 The branch 2021Q2 has been updated by jkim: URL: https://cgit.FreeBSD.org/ports/commit/?id=cf713ed7cc38d3aa51634d63a88385cd84c673c2 commit cf713ed7cc38d3aa51634d63a88385cd84c673c2 Author: Jan Beich AuthorDate: 2021-05-11 03:39:16 +0000 Commit: Jung-uk Kim CommitDate: 2021-06-01 14:38:02 +0000 x11/libX11: update to 1.7.0 Changes: https://lists.x.org/archives/xorg-announce/2020-November/003065.html PR: 255770 Reported by: portscout Approved by: zeising Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D30202 (cherry picked from commit ee545c31194e74fd0f6c484723b965e4bcaa0446) --- x11/libX11/Makefile | 2 +- x11/libX11/distinfo | 6 +++--- x11/libX11/pkg-plist | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile index 60d2f7adfecb..ff5357277fce 100644 --- a/x11/libX11/Makefile +++ b/x11/libX11/Makefile @@ -1,7 +1,7 @@ # Created by: Eric Anholt PORTNAME= libX11 -PORTVERSION= 1.6.12 +PORTVERSION= 1.7.0 PORTEPOCH= 1 CATEGORIES= x11 diff --git a/x11/libX11/distinfo b/x11/libX11/distinfo index a893d5c3c124..050b2ec10ea4 100644 --- a/x11/libX11/distinfo +++ b/x11/libX11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1598374923 -SHA256 (xorg/lib/libX11-1.6.12.tar.bz2) = f108227469419ac04d196df0f3b80ce1f7f65059bb54c0de811f4d8e03fd6ec7 -SIZE (xorg/lib/libX11-1.6.12.tar.bz2) = 2376498 +TIMESTAMP = 1605899291 +SHA256 (xorg/lib/libX11-1.7.0.tar.bz2) = 36c8f93b6595437c8cfbc9f08618bcb3041cbd303e140a0013f88e4c2977cb54 +SIZE (xorg/lib/libX11-1.7.0.tar.bz2) = 2409144 diff --git a/x11/libX11/pkg-plist b/x11/libX11/pkg-plist index 31bf18449bfa..81389bec4ee6 100644 --- a/x11/libX11/pkg-plist +++ b/x11/libX11/pkg-plist @@ -151,9 +151,9 @@ lib/X11/locale/pt_PT.UTF-8/XLC_LOCALE lib/X11/locale/ru_RU.UTF-8/Compose lib/X11/locale/ru_RU.UTF-8/XI18N_OBJS lib/X11/locale/ru_RU.UTF-8/XLC_LOCALE -lib/X11/locale/sr_CS.UTF-8/Compose -lib/X11/locale/sr_CS.UTF-8/XI18N_OBJS -lib/X11/locale/sr_CS.UTF-8/XLC_LOCALE +lib/X11/locale/sr_RS.UTF-8/Compose +lib/X11/locale/sr_RS.UTF-8/XI18N_OBJS +lib/X11/locale/sr_RS.UTF-8/XLC_LOCALE lib/X11/locale/tatar-cyr/Compose lib/X11/locale/tatar-cyr/XI18N_OBJS lib/X11/locale/tatar-cyr/XLC_LOCALE @@ -209,7 +209,7 @@ lib/libX11-xcb.so.1.0.0 lib/libX11.a lib/libX11.so lib/libX11.so.6 -lib/libX11.so.6.3.0 +lib/libX11.so.6.4.0 libdata/pkgconfig/x11-xcb.pc libdata/pkgconfig/x11.pc man/man3/AllPlanes.3.gz From owner-dev-commits-ports-branches@freebsd.org Tue Jun 1 14:40:29 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 EC8D46555C2; Tue, 1 Jun 2021 14:40:28 +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 4FvZZh4Qnpz3LpY; Tue, 1 Jun 2021 14:40:28 +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 7FCB025524; Tue, 1 Jun 2021 14:40:28 +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 151EeSxM085274; Tue, 1 Jun 2021 14:40:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 151EeS48085273; Tue, 1 Jun 2021 14:40:28 GMT (envelope-from git) Date: Tue, 1 Jun 2021 14:40:28 GMT Message-Id: <202106011440.151EeS48085273@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jung-uk Kim Subject: git: c0f9304ef928 - 2021Q2 - x11/libX11: Update to 1.7.1. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jkim X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: c0f9304ef928105ed2616c2bda5f9a48f6dae053 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, 01 Jun 2021 14:40:29 -0000 The branch 2021Q2 has been updated by jkim: URL: https://cgit.FreeBSD.org/ports/commit/?id=c0f9304ef928105ed2616c2bda5f9a48f6dae053 commit c0f9304ef928105ed2616c2bda5f9a48f6dae053 Author: Daniel Engberg AuthorDate: 2021-05-20 17:44:43 +0000 Commit: Jung-uk Kim CommitDate: 2021-06-01 14:39:34 +0000 x11/libX11: Update to 1.7.1. https://lists.x.org/archives/xorg-announce/2021-May/003088.html https://lists.x.org/archives/xorg-announce/2021-May/003089.html PR: 256034 Security: CVE-2021-31535 (cherry picked from commit 275cdd9b5f5b66999dc8bcafa610eaa85b5b7b55) --- x11/libX11/Makefile | 2 +- x11/libX11/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile index ff5357277fce..d4a6fcd144c2 100644 --- a/x11/libX11/Makefile +++ b/x11/libX11/Makefile @@ -1,7 +1,7 @@ # Created by: Eric Anholt PORTNAME= libX11 -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 PORTEPOCH= 1 CATEGORIES= x11 diff --git a/x11/libX11/distinfo b/x11/libX11/distinfo index 050b2ec10ea4..febf957cf46c 100644 --- a/x11/libX11/distinfo +++ b/x11/libX11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1605899291 -SHA256 (xorg/lib/libX11-1.7.0.tar.bz2) = 36c8f93b6595437c8cfbc9f08618bcb3041cbd303e140a0013f88e4c2977cb54 -SIZE (xorg/lib/libX11-1.7.0.tar.bz2) = 2409144 +TIMESTAMP = 1621526548 +SHA256 (xorg/lib/libX11-1.7.1.tar.bz2) = e64e43deaa562cbfb0d5ada64670ec09c6fac7935262dcd77bbc6d984a535d47 +SIZE (xorg/lib/libX11-1.7.1.tar.bz2) = 2426509 From owner-dev-commits-ports-branches@freebsd.org Tue Jun 1 16:04: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 04858656ECB; Tue, 1 Jun 2021 16:04: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 4FvcRD6nTRz3kxp; Tue, 1 Jun 2021 16:04:08 +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 D1CF426758; Tue, 1 Jun 2021 16:04: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 151G48kh098781; Tue, 1 Jun 2021 16:04:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 151G48Wh098780; Tue, 1 Jun 2021 16:04:08 GMT (envelope-from git) Date: Tue, 1 Jun 2021 16:04:08 GMT Message-Id: <202106011604.151G48Wh098780@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: "Sergey A. Osokin" Subject: git: d9bb2b05749e - 2021Q2 - databases/redis-devel: security update from 6.2.3 to 6.2.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: osa X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: d9bb2b05749e029b6db76e31c0068376b5f13a00 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, 01 Jun 2021 16:04:09 -0000 The branch 2021Q2 has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=d9bb2b05749e029b6db76e31c0068376b5f13a00 commit d9bb2b05749e029b6db76e31c0068376b5f13a00 Author: Sergey A. Osokin AuthorDate: 2021-06-01 15:55:28 +0000 Commit: Sergey A. Osokin CommitDate: 2021-06-01 16:03:43 +0000 databases/redis-devel: security update from 6.2.3 to 6.2.4 Changelog: https://github.com/redis/redis/compare/6.2.3...6.2.4 PR: 256340 Security: CVE-2021-32625 Security: 8eb69cd0-c2ec-11eb-b6e7-8c164567ca3c (cherry picked from commit 404a8a3dcfe44008a77681798d15e6d43285f73a) --- databases/redis-devel/Makefile | 2 +- databases/redis-devel/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/redis-devel/Makefile b/databases/redis-devel/Makefile index c41c88b86440..ec51f2cc4e8f 100644 --- a/databases/redis-devel/Makefile +++ b/databases/redis-devel/Makefile @@ -1,7 +1,7 @@ # Created by: Sergey Skvortsov PORTNAME= redis -PORTVERSION= 6.2.3 +PORTVERSION= 6.2.4 CATEGORIES= databases MASTER_SITES= https://download.redis.io/releases/ PKGNAMESUFFIX= -devel diff --git a/databases/redis-devel/distinfo b/databases/redis-devel/distinfo index 28d93134e3e9..82a319296b37 100644 --- a/databases/redis-devel/distinfo +++ b/databases/redis-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620094960 -SHA256 (redis-6.2.3.tar.gz) = 98ed7d532b5e9671f5df0825bb71f0f37483a16546364049384c63db8764512b -SIZE (redis-6.2.3.tar.gz) = 2456050 +TIMESTAMP = 1622562899 +SHA256 (redis-6.2.4.tar.gz) = ba32c406a10fc2c09426e2be2787d74ff204eb3a2e496d87cff76a476b6ae16e +SIZE (redis-6.2.4.tar.gz) = 2457940 From owner-dev-commits-ports-branches@freebsd.org Tue Jun 1 16:05:35 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 69370656DC8; Tue, 1 Jun 2021 16:05:35 +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 4FvcSv2WX2z3l5f; Tue, 1 Jun 2021 16:05:35 +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 3EB8D262D6; Tue, 1 Jun 2021 16:05:35 +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 151G5ZSt099153; Tue, 1 Jun 2021 16:05:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 151G5Z95099152; Tue, 1 Jun 2021 16:05:35 GMT (envelope-from git) Date: Tue, 1 Jun 2021 16:05:35 GMT Message-Id: <202106011605.151G5Z95099152@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: "Sergey A. Osokin" Subject: git: 2fe810d76b8b - 2021Q2 - databases/redis: security update from 6.0.13 to 6.0.14 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: osa X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 2fe810d76b8be2be443d94c07c4b36b906ef0ccc 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, 01 Jun 2021 16:05:35 -0000 The branch 2021Q2 has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=2fe810d76b8be2be443d94c07c4b36b906ef0ccc commit 2fe810d76b8be2be443d94c07c4b36b906ef0ccc Author: Sergey A. Osokin AuthorDate: 2021-06-01 15:59:25 +0000 Commit: Sergey A. Osokin CommitDate: 2021-06-01 16:05:21 +0000 databases/redis: security update from 6.0.13 to 6.0.14 Changelog: https://github.com/redis/redis/compare/6.0.13...6.0.14 PR: 256339 Security: CVE-2021-32625 Security: 8eb69cd0-c2ec-11eb-b6e7-8c164567ca3c (cherry picked from commit d72fc1e8e141f136d8a4fa1fcf14734c0bede28e) --- databases/redis/Makefile | 2 +- databases/redis/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/redis/Makefile b/databases/redis/Makefile index d16d75b59230..bf76a60d658b 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -1,7 +1,7 @@ # Created by: Sergey Skvortsov PORTNAME= redis -PORTVERSION= 6.0.13 +PORTVERSION= 6.0.14 CATEGORIES= databases MASTER_SITES= https://download.redis.io/releases/ diff --git a/databases/redis/distinfo b/databases/redis/distinfo index e0387d3ca114..e690a33812c4 100644 --- a/databases/redis/distinfo +++ b/databases/redis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620078652 -SHA256 (redis-6.0.13.tar.gz) = 3049763f4553ddd5a69552f41da3dd7dde9fbc524dbb15e517fee24cc73b790c -SIZE (redis-6.0.13.tar.gz) = 2276777 +TIMESTAMP = 1622563017 +SHA256 (redis-6.0.14.tar.gz) = c3e60c928b183ca9fe8e878936a6f8ba99e0441b9b6e04d2412a750ea576c649 +SIZE (redis-6.0.14.tar.gz) = 2277029 From owner-dev-commits-ports-branches@freebsd.org Tue Jun 1 17:42:30 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 4329D659605; Tue, 1 Jun 2021 17:42:30 +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 4Fvfck1Kh2z3vMy; Tue, 1 Jun 2021 17:42:30 +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 15EDD2757F; Tue, 1 Jun 2021 17:42:30 +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 151HgU9X031575; Tue, 1 Jun 2021 17:42:30 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 151HgUtl031566; Tue, 1 Jun 2021 17:42:30 GMT (envelope-from git) Date: Tue, 1 Jun 2021 17:42:30 GMT Message-Id: <202106011742.151HgUtl031566@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Dmitry Marakasov Subject: git: 2e5cc75779b1 - 2021Q2 - games/DDNet: fix running own binaries MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: amdmi3 X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 2e5cc75779b158d926afbd3a80f8edc949f6f22f 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, 01 Jun 2021 17:42:30 -0000 The branch 2021Q2 has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=2e5cc75779b158d926afbd3a80f8edc949f6f22f commit 2e5cc75779b158d926afbd3a80f8edc949f6f22f Author: Dmitry Marakasov AuthorDate: 2021-06-01 17:20:57 +0000 Commit: Dmitry Marakasov CommitDate: 2021-06-01 17:39:20 +0000 games/DDNet: fix running own binaries Specify path to binary dir explicitly, so the game could find its own binary for correctly restarting and server binary for running it (cherry picked from commit 397395a4e59136ec7b42c5ff44b02c029ae74626) --- games/DDNet/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/games/DDNet/Makefile b/games/DDNet/Makefile index 52bec6373686..0c85edf99a62 100644 --- a/games/DDNet/Makefile +++ b/games/DDNet/Makefile @@ -2,6 +2,7 @@ PORTNAME= DDNet PORTVERSION= 15.4 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= https://ddnet.tw/downloads/ @@ -15,6 +16,8 @@ USES= cmake compiler:c++11-lang pkgconfig python sqlite:3 ssl tar:xz CMAKE_ARGS= -DPYTHON_EXECUTABLE="${PYTHON_CMD}" CMAKE_OFF= AUTOUPDATE DOWNLOAD_GTEST PREFER_BUNDLED_LIBS +CXXFLAGS+= -DBINARY_DIR="\\\"${PREFIX}/bin\\\"" + PORTDATA= * DATADIR= ${PREFIX}/share/ddnet From owner-dev-commits-ports-branches@freebsd.org Tue Jun 1 18:33: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 C7DE565A921; Tue, 1 Jun 2021 18:33: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 4Fvgm75K6tz4Ts8; Tue, 1 Jun 2021 18:33: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 9ED1F742; Tue, 1 Jun 2021 18:33: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 151IXxlH098267; Tue, 1 Jun 2021 18:33:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 151IXxjm098266; Tue, 1 Jun 2021 18:33:59 GMT (envelope-from git) Date: Tue, 1 Jun 2021 18:33:59 GMT Message-Id: <202106011833.151IXxjm098266@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: 745a4863e538 - 2021Q2 - www/firefox-esr: update to 78.11.0esr (GA) 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: 745a4863e538a75724c7e9067ac7f2d3fcad78ac 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, 01 Jun 2021 18:33:59 -0000 The branch 2021Q2 has been updated by cmt: URL: https://cgit.FreeBSD.org/ports/commit/?id=745a4863e538a75724c7e9067ac7f2d3fcad78ac commit 745a4863e538a75724c7e9067ac7f2d3fcad78ac Author: Christoph Moench-Tegeder AuthorDate: 2021-06-01 18:32:04 +0000 Commit: Christoph Moench-Tegeder CommitDate: 2021-06-01 18:33:47 +0000 www/firefox-esr: update to 78.11.0esr (GA) Release Notes: https://www.mozilla.org/en-US/firefox/78.11.0/releasenotes/ (cherry picked from commit 314c000fe97f06de30171a6654d93ef5f92b7028) --- www/firefox-esr/Makefile | 3 ++- www/firefox-esr/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index cfe7b061e9ec..df33ccd23d96 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -2,10 +2,11 @@ PORTNAME= firefox DISTVERSION= 78.11.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build2/source PKGNAMESUFFIX= -esr DISTFILES= ${DISTNAME}esr.source${EXTRACT_SUFX} diff --git a/www/firefox-esr/distinfo b/www/firefox-esr/distinfo index 22e7a1333139..f2feb3f5b049 100644 --- a/www/firefox-esr/distinfo +++ b/www/firefox-esr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621877926 -SHA256 (firefox-78.11.0esr.source.tar.xz) = b5f77c4611eebc600df130893a85a357c6d51f5608c69fa31cdf23e2b5cf618e -SIZE (firefox-78.11.0esr.source.tar.xz) = 336949020 +TIMESTAMP = 1622552279 +SHA256 (firefox-78.11.0esr.source.tar.xz) = 38394b5937be3839104b3a097d71987c06392d4d8be0d3004182f1d1fbfc577e +SIZE (firefox-78.11.0esr.source.tar.xz) = 333002576 From owner-dev-commits-ports-branches@freebsd.org Wed Jun 2 08:12:17 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 1547B63DB50; Wed, 2 Jun 2021 08:12:17 +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 4Fw1wJ66hRz4Ylv; Wed, 2 Jun 2021 08:12: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 BA38613629; Wed, 2 Jun 2021 08:12: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 1528CGaf086060; Wed, 2 Jun 2021 08:12:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1528CGY4086059; Wed, 2 Jun 2021 08:12:16 GMT (envelope-from git) Date: Wed, 2 Jun 2021 08:12:16 GMT Message-Id: <202106020812.1528CGY4086059@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: 84a8e46147bf - 2021Q2 - math/mpdecimal: use compiler:c++11-lang 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: 84a8e46147bf0570ca58be6cc6c9718febae0a9a 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, 02 Jun 2021 08:12:17 -0000 The branch 2021Q2 has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=84a8e46147bf0570ca58be6cc6c9718febae0a9a commit 84a8e46147bf0570ca58be6cc6c9718febae0a9a Author: Stefan Krah AuthorDate: 2021-06-02 08:10:05 +0000 Commit: Li-Wen Hsu CommitDate: 2021-06-02 08:12:04 +0000 math/mpdecimal: use compiler:c++11-lang Fix building on powerpc64 PR: 256051 (cherry picked from commit 455cd09db2c9334d9c15d6d76c6110e86f0c4198) --- math/mpdecimal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/mpdecimal/Makefile b/math/mpdecimal/Makefile index 36e9aa8dd455..2fa550d7e42f 100644 --- a/math/mpdecimal/Makefile +++ b/math/mpdecimal/Makefile @@ -10,7 +10,7 @@ COMMENT= C/C++ arbitrary precision decimal floating point libraries LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= gmake +USES= compiler:c++11-lang gmake GNU_CONFIGURE= yes USE_LDCONFIG= yes From owner-dev-commits-ports-branches@freebsd.org Wed Jun 2 18:43:31 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 C12396491FC; Wed, 2 Jun 2021 18:43:31 +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 4FwHwg5616z4XCW; Wed, 2 Jun 2021 18:43:31 +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 975E31BDE7; Wed, 2 Jun 2021 18:43:31 +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 152IhVwB027971; Wed, 2 Jun 2021 18:43:31 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 152IhV3g027970; Wed, 2 Jun 2021 18:43:31 GMT (envelope-from git) Date: Wed, 2 Jun 2021 18:43:31 GMT Message-Id: <202106021843.152IhV3g027970@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: 52ee32a5c280 - 2021Q2 - sysutils/beats6: Update to 6.8.16 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: 52ee32a5c2801d16243859ac71b1ed939b4c1fb9 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, 02 Jun 2021 18:43:31 -0000 The branch 2021Q2 has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=52ee32a5c2801d16243859ac71b1ed939b4c1fb9 commit 52ee32a5c2801d16243859ac71b1ed939b4c1fb9 Author: Juraj Lutter AuthorDate: 2021-05-27 13:51:57 +0000 Commit: Juraj Lutter CommitDate: 2021-06-02 18:42:07 +0000 sysutils/beats6: Update to 6.8.16 Also reformat Makefile a bit. (cherry picked from commit d1c4efbffaef0fb5e1da397590ae696bf6b0f421) --- sysutils/beats6/Makefile | 37 +++++++++++++++++-------------------- sysutils/beats6/distinfo | 6 +++--- 2 files changed, 20 insertions(+), 23 deletions(-) diff --git a/sysutils/beats6/Makefile b/sysutils/beats6/Makefile index c9ac40b515ff..2e592d1a30ab 100644 --- a/sysutils/beats6/Makefile +++ b/sysutils/beats6/Makefile @@ -1,8 +1,6 @@ -# Created by: Palle Girgensohn - PORTNAME= beats -PORTVERSION= 6.8.15 -DISTVERSIONPREFIX=v +PORTVERSION= 6.8.16 +DISTVERSIONPREFIX= v CATEGORIES= sysutils PKGNAMESUFFIX= 6 @@ -16,28 +14,27 @@ USE_GITHUB= yes GH_ACCOUNT= elastic USE_RC_SUBR= ${GO_TARGETS} -CONFLICTS= beats7* - GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} -FIND_ARGS= "! ( -regex .*/*\.(go|in|log) ) ! -path *test* ! -path *vendor*" MAKE_ENV+= GOBUILD_FLAGS="" -OPTIONS_DEFAULT=FILEBEAT HEARTBEAT METRICBEAT -OPTIONS_DEFINE= FILEBEAT HEARTBEAT METRICBEAT PACKETBEAT -OPTIONS_SUB= yes +CONFLICTS= beats7 -FILEBEAT_DESC= Filebeat -FILEBEAT_VARS= GO_TARGETS+=filebeat +OPTIONS_DEFINE= FILEBEAT HEARTBEAT METRICBEAT PACKETBEAT +OPTIONS_DEFAULT= FILEBEAT HEARTBEAT METRICBEAT +OPTIONS_SUB= yes -PACKETBEAT_DESC=Packetbeat -PACKETBEAT_VARS=GO_TARGETS+=packetbeat -PACKETBEAT_BROKEN= An underlying library is currently broken under FreeBSD +FILEBEAT_DESC= Filebeat +HEARTBEAT_DESC= Heartbeat +METRICBEAT_DESC= Metricbeat +PACKETBEAT_DESC= Packetbeat -METRICBEAT_DESC=Metricbeat -METRICBEAT_VARS=GO_TARGETS+=metricbeat +FILEBEAT_VARS= GO_TARGETS+=filebeat +HEARTBEAT_VARS= GO_TARGETS+=heartbeat +METRICBEAT_VARS= GO_TARGETS+=metricbeat +PACKETBEAT_BROKEN= An underlying library is currently broken under FreeBSD +PACKETBEAT_VARS= GO_TARGETS+=packetbeat -HEARTBEAT_DESC= Heartbeat -HEARTBEAT_VARS= GO_TARGETS+=heartbeat +_FIND_ARGS= "! ( -regex .*/*\.(go|in|log) ) ! -path *test* ! -path *vendor*" .include @@ -64,7 +61,7 @@ do-install: .endfor .for BEATMOD in filebeat metricbeat ${MKDIR} ${STAGEDIR}${ETCDIR}/${BEATMOD}.modules.d ${STAGEDIR}${DATADIR}/${BEATMOD}/module - (cd ${WRKSRC}/${BEATMOD}/module && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/${BEATMOD}/module ${FIND_ARGS}) + (cd ${WRKSRC}/${BEATMOD}/module && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/${BEATMOD}/module ${_FIND_ARGS}) (cd ${WRKSRC}/${BEATMOD}/modules.d && ${COPYTREE_SHARE} . ${STAGEDIR}${ETCDIR}/${BEATMOD}.modules.d) .endfor diff --git a/sysutils/beats6/distinfo b/sysutils/beats6/distinfo index a2cf4eb7488e..79956e62d86f 100644 --- a/sysutils/beats6/distinfo +++ b/sysutils/beats6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617794829 -SHA256 (elastic-beats-v6.8.15_GH0.tar.gz) = 92229c42685231a960f290fb6707f4c625abb60a49552ca20bcb75bb5cf8eab0 -SIZE (elastic-beats-v6.8.15_GH0.tar.gz) = 35585973 +TIMESTAMP = 1622123272 +SHA256 (elastic-beats-v6.8.16_GH0.tar.gz) = 2cdbcd6e454317fe4fa41555efcd3470fef5b120bb920fff2ae135f0b78195bc +SIZE (elastic-beats-v6.8.16_GH0.tar.gz) = 35592988 From owner-dev-commits-ports-branches@freebsd.org Wed Jun 2 18:43: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 74DEE64931B; Wed, 2 Jun 2021 18:43: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 4FwHwy2tdhz4XL2; Wed, 2 Jun 2021 18:43: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 4BC5B1BB6E; Wed, 2 Jun 2021 18:43:46 +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 152Ihka0028106; Wed, 2 Jun 2021 18:43:46 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 152IhkOs028105; Wed, 2 Jun 2021 18:43:46 GMT (envelope-from git) Date: Wed, 2 Jun 2021 18:43:46 GMT Message-Id: <202106021843.152IhkOs028105@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: 68a5927bf430 - 2021Q2 - sysutils/logstash6: Update to 6.8.16 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: 68a5927bf43037e909720495d8b8e4dc2ed1a3d5 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, 02 Jun 2021 18:43:46 -0000 The branch 2021Q2 has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=68a5927bf43037e909720495d8b8e4dc2ed1a3d5 commit 68a5927bf43037e909720495d8b8e4dc2ed1a3d5 Author: Juraj Lutter AuthorDate: 2021-05-27 14:54:25 +0000 Commit: Juraj Lutter CommitDate: 2021-06-02 18:42:21 +0000 sysutils/logstash6: Update to 6.8.16 Also reformat Makefile a bit. (cherry picked from commit 7a387b714197b459b79cc79edda733b401fdffda) --- sysutils/logstash6/Makefile | 30 ++++++++++++------------------ sysutils/logstash6/distinfo | 6 +++--- 2 files changed, 15 insertions(+), 21 deletions(-) diff --git a/sysutils/logstash6/Makefile b/sysutils/logstash6/Makefile index 909be9dcd966..201fe618a7de 100644 --- a/sysutils/logstash6/Makefile +++ b/sysutils/logstash6/Makefile @@ -1,7 +1,5 @@ -# Created by: Daniel Solsona , Guido Falsi - PORTNAME= logstash -PORTVERSION= 6.8.15 +PORTVERSION= 6.8.16 CATEGORIES= sysutils java MASTER_SITES= http://artifacts.elastic.co/downloads/logstash/ PKGNAMESUFFIX= 6 @@ -15,32 +13,28 @@ RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash USES= cpe shebangfix -CONFLICTS= logstash-[0-9]* logstash5* logstash7* - -SHEBANG_FILES= bin/* CPE_VENDOR= elasticsearch USE_JAVA= yes JAVA_VERSION= 1.8+ JAVA_RUN= yes -NO_BUILD= yes - -USERS= logstash -GROUPS= logstash - -LOGSTASH_DIR= ${PREFIX}/${PORTNAME} - USE_RC_SUBR= logstash +SHEBANG_FILES= bin/* +CONFLICTS= logstash-[0-9]* logstash5* logstash7* -LOGSTASH_HOME?= ${PREFIX}/${PORTNAME} - +NO_BUILD= yes SUB_LIST= JAVA_HOME=${JAVA_HOME} \ LOGSTASH_HOME=${LOGSTASH_HOME} -LOGSTASH_CONF_FILES= jvm.options log4j2.properties logstash.yml \ - pipelines.yml startup.options -LOGSTASH_JRUBY_SUBDIR= vendor/jruby/bin +USERS= logstash +GROUPS= logstash + +LOGSTASH_CONF_FILES= jvm.options log4j2.properties logstash.yml \ + pipelines.yml startup.options +LOGSTASH_DIR= ${PREFIX}/${PORTNAME} +LOGSTASH_HOME?= ${PREFIX}/${PORTNAME} LOGSTASH_JRUBY_BIN_FILES= ast gem irb jgem jirb jirb_swing jruby \ jruby.bash jruby.sh jrubyc rake rdoc ri testrb +LOGSTASH_JRUBY_SUBDIR= vendor/jruby/bin post-patch: ${REINPLACE_CMD} 's|%%ETCDIR%%|${ETCDIR}|g' ${WRKSRC}/config/logstash.yml diff --git a/sysutils/logstash6/distinfo b/sysutils/logstash6/distinfo index 3296dcc72c81..54cbe6bfa7ea 100644 --- a/sysutils/logstash6/distinfo +++ b/sysutils/logstash6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617804522 -SHA256 (logstash-6.8.15.tar.gz) = 63e8d53f99a83b2f20b6c21d8d4be9f55e9a7418b4f56dc496c4c7c2679bbb9e -SIZE (logstash-6.8.15.tar.gz) = 176912362 +TIMESTAMP = 1622123656 +SHA256 (logstash-6.8.16.tar.gz) = 50668772d1e10187261782b2af803375a49257edb950e0fb82de997fe5c9243a +SIZE (logstash-6.8.16.tar.gz) = 176912473 From owner-dev-commits-ports-branches@freebsd.org Wed Jun 2 18:43: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 F35DC64960F; Wed, 2 Jun 2021 18:43: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 4FwHx66X0yz4Xby; Wed, 2 Jun 2021 18:43: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 C8D941BEB0; Wed, 2 Jun 2021 18:43: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 152IhsrZ028238; Wed, 2 Jun 2021 18:43:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 152IhsQP028237; Wed, 2 Jun 2021 18:43:54 GMT (envelope-from git) Date: Wed, 2 Jun 2021 18:43:54 GMT Message-Id: <202106021843.152IhsQP028237@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: 84d56aed7325 - 2021Q2 - textproc/kibana6: Update to 6.8.16 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: 84d56aed73250fa69621d89aea426591e21fc174 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, 02 Jun 2021 18:43:55 -0000 The branch 2021Q2 has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=84d56aed73250fa69621d89aea426591e21fc174 commit 84d56aed73250fa69621d89aea426591e21fc174 Author: Juraj Lutter AuthorDate: 2021-05-27 15:26:17 +0000 Commit: Juraj Lutter CommitDate: 2021-06-02 18:42:32 +0000 textproc/kibana6: Update to 6.8.16 (cherry picked from commit d0bb6b4f9c08b7ce1a4f24dbae0d76fbf3c1a20e) --- textproc/kibana6/Makefile | 16 ++++++++-------- textproc/kibana6/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/textproc/kibana6/Makefile b/textproc/kibana6/Makefile index cefc2c390298..54b2d67dc486 100644 --- a/textproc/kibana6/Makefile +++ b/textproc/kibana6/Makefile @@ -1,7 +1,5 @@ -# Created by: Tom Judge - PORTNAME= kibana -PORTVERSION= 6.8.15 +PORTVERSION= 6.8.16 DISTVERSIONSUFFIX= -darwin-x86_64 CATEGORIES= textproc www MASTER_SITES= https://artifacts.elastic.co/downloads/kibana/ \ @@ -14,18 +12,20 @@ COMMENT= Browser based analytics and search interface to ElasticSearch LICENSE= APACHE20 DEPRECATED= Uses EOL Python 2.7 via www/node10 -EXPIRATION_DATE=2021-06-23 +EXPIRATION_DATE= 2021-06-23 RUN_DEPENDS= node10>=10.15.2:www/node10 -CONFLICTS= kibana[3-5]* kibana7* +USE_RC_SUBR= ${PORTNAME} + +CONFLICTS= kibana7* kibana[3-5]* -NO_BUILD= yes WWWDIR= ${PREFIX}/www/${PORTNAME}${PKGNAMESUFFIX} -USE_RC_SUBR= ${PORTNAME} +NO_BUILD= yes SUB_FILES= pkg-deinstall -SUB_LIST+= PORTNAME=${PORTNAME} PKGNAMESUFFIX=${PKGNAMESUFFIX} +SUB_LIST+= PKGNAMESUFFIX=${PKGNAMESUFFIX} \ + PORTNAME=${PORTNAME} post-patch: ${FIND} -s ${WRKSRC}/node_modules -type d -empty -delete diff --git a/textproc/kibana6/distinfo b/textproc/kibana6/distinfo index 724bbb170ebc..af575da7f1ae 100644 --- a/textproc/kibana6/distinfo +++ b/textproc/kibana6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617809013 -SHA256 (kibana-6.8.15-darwin-x86_64.tar.gz) = e387dd5de55dba2ef6c1df9867e1c8982e2e1e934019b75a6a29177860dbf406 -SIZE (kibana-6.8.15-darwin-x86_64.tar.gz) = 185725701 +TIMESTAMP = 1622128053 +SHA256 (kibana-6.8.16-darwin-x86_64.tar.gz) = 17c68920377862467bfad65f336e6ccbc4157ca69eab9300a20f8b7b562365a4 +SIZE (kibana-6.8.16-darwin-x86_64.tar.gz) = 183046158 From owner-dev-commits-ports-branches@freebsd.org Wed Jun 2 18:44:10 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 5DD66649262; Wed, 2 Jun 2021 18:44:10 +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 4FwHxQ21ZFz4XcC; Wed, 2 Jun 2021 18:44:10 +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 2D8FB1C080; Wed, 2 Jun 2021 18:44:10 +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 152IiAnx028390; Wed, 2 Jun 2021 18:44:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 152IiAl7028389; Wed, 2 Jun 2021 18:44:10 GMT (envelope-from git) Date: Wed, 2 Jun 2021 18:44:10 GMT Message-Id: <202106021844.152IiAl7028389@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: 59ef137f4238 - 2021Q2 - textproc/elasticsearch6: Update to 6.8.16 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: 59ef137f423893cda6963d987793673e80f5620d 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, 02 Jun 2021 18:44:10 -0000 The branch 2021Q2 has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=59ef137f423893cda6963d987793673e80f5620d commit 59ef137f423893cda6963d987793673e80f5620d Author: Juraj Lutter AuthorDate: 2021-05-27 15:27:00 +0000 Commit: Juraj Lutter CommitDate: 2021-06-02 18:42:44 +0000 textproc/elasticsearch6: Update to 6.8.16 (cherry picked from commit 28a1622f412437615ae6a18e37606eec98e894ae) --- textproc/elasticsearch6/Makefile | 4 +--- textproc/elasticsearch6/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/textproc/elasticsearch6/Makefile b/textproc/elasticsearch6/Makefile index ec13b24afea6..010547e66cc0 100644 --- a/textproc/elasticsearch6/Makefile +++ b/textproc/elasticsearch6/Makefile @@ -1,7 +1,5 @@ -# Created by: Tom Judge - PORTNAME= elasticsearch -PORTVERSION= 6.8.15 +PORTVERSION= 6.8.16 CATEGORIES= textproc java devel MASTER_SITES= https://artifacts.elastic.co/downloads/${PORTNAME}/ PKGNAMESUFFIX= 6 diff --git a/textproc/elasticsearch6/distinfo b/textproc/elasticsearch6/distinfo index 657b4f6dd3e5..ba465350ca9a 100644 --- a/textproc/elasticsearch6/distinfo +++ b/textproc/elasticsearch6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617806632 -SHA256 (elasticsearch-6.8.15.tar.gz) = 14fa8a88049ef8314619fa028c9a19301acc8660b0caadb6a90372f4d142e156 -SIZE (elasticsearch-6.8.15.tar.gz) = 149102328 +TIMESTAMP = 1622127420 +SHA256 (elasticsearch-6.8.16.tar.gz) = be11e04d5fcf59f4bd92c54e06ce28ef83423ab00ba10169a909fb4eec91415e +SIZE (elasticsearch-6.8.16.tar.gz) = 149125098 From owner-dev-commits-ports-branches@freebsd.org Wed Jun 2 18:47:57 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 B8A126493FC; Wed, 2 Jun 2021 18:47:57 +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 4FwJ1n4lSmz4Y2Q; Wed, 2 Jun 2021 18:47: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 82AC11C075; Wed, 2 Jun 2021 18:47: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 152IlvSX028969; Wed, 2 Jun 2021 18:47:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 152IlvF6028968; Wed, 2 Jun 2021 18:47:57 GMT (envelope-from git) Date: Wed, 2 Jun 2021 18:47:57 GMT Message-Id: <202106021847.152IlvF6028968@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Dmitry Marakasov Subject: git: 08da1b52dddc - 2021Q2 - devel/py-yaml: update to 5.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: amdmi3 X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 08da1b52dddc923dbe55ae9c18701b6fa29df5fe 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, 02 Jun 2021 18:47:57 -0000 The branch 2021Q2 has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=08da1b52dddc923dbe55ae9c18701b6fa29df5fe commit 08da1b52dddc923dbe55ae9c18701b6fa29df5fe Author: Dmitry Marakasov AuthorDate: 2021-05-28 17:05:05 +0000 Commit: Dmitry Marakasov CommitDate: 2021-06-02 18:44:41 +0000 devel/py-yaml: update to 5.4.1 PR: 256220 Approved by: dbaio (maintainer) MFH: 2020Q2 (security release) (cherry picked from commit 44ab2946a775ffac4851022225e24c868888e7dc) --- devel/py-yaml/Makefile | 7 +++---- devel/py-yaml/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/devel/py-yaml/Makefile b/devel/py-yaml/Makefile index c6bc8bb05054..2fb664b2975f 100644 --- a/devel/py-yaml/Makefile +++ b/devel/py-yaml/Makefile @@ -1,8 +1,7 @@ # Created by: ijliao@FreeBSD.org PORTNAME= yaml -PORTVERSION= 5.3.1 -PORTREVISION= 1 +PORTVERSION= 5.4.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +14,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= python:3.6+ -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent distutils cython OPTIONS_DEFINE= LIBYAML EXAMPLES OPTIONS_DEFAULT= LIBYAML @@ -40,7 +39,7 @@ post-install-EXAMPLES-on: @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/) post-install-LIBYAML-on: - @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_yaml*.so + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/yaml/_yaml*.so do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test diff --git a/devel/py-yaml/distinfo b/devel/py-yaml/distinfo index e1128148eaad..d2b4d347de18 100644 --- a/devel/py-yaml/distinfo +++ b/devel/py-yaml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1587917471 -SHA256 (PyYAML-5.3.1.tar.gz) = b8eac752c5e14d3eca0e6dd9199cd627518cb5ec06add0de9d32baeee6fe645d -SIZE (PyYAML-5.3.1.tar.gz) = 269377 +TIMESTAMP = 1622221237 +SHA256 (PyYAML-5.4.1.tar.gz) = 607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e +SIZE (PyYAML-5.4.1.tar.gz) = 175147 From owner-dev-commits-ports-branches@freebsd.org Thu Jun 3 02:18:00 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 5E24565059D; Thu, 3 Jun 2021 02:18:00 +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 4FwV1425vFz3PRc; Thu, 3 Jun 2021 02:18:00 +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 303D221BB4; Thu, 3 Jun 2021 02:18:00 +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 1532I0iF026338; Thu, 3 Jun 2021 02:18:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1532I0YS026337; Thu, 3 Jun 2021 02:18:00 GMT (envelope-from git) Date: Thu, 3 Jun 2021 02:18:00 GMT Message-Id: <202106030218.1532I0YS026337@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: 0648a1b49add - 2021Q2 - multimedia/arcan: set distribution tag for --version 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: 0648a1b49add5b524f4b62080986f51869e5dea5 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, 03 Jun 2021 02:18:00 -0000 The branch 2021Q2 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=0648a1b49add5b524f4b62080986f51869e5dea5 commit 0648a1b49add5b524f4b62080986f51869e5dea5 Author: Jan Beich AuthorDate: 2021-06-03 02:08:59 +0000 Commit: Jan Beich CommitDate: 2021-06-03 02:13:42 +0000 multimedia/arcan: set distribution tag for --version Inspired by: Arch (cherry picked from commit 1d280d822c0e9109b7a9788b938cd90a518f7874) --- multimedia/arcan/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/multimedia/arcan/Makefile b/multimedia/arcan/Makefile index 72a52f738cfb..fe63ceef823c 100644 --- a/multimedia/arcan/Makefile +++ b/multimedia/arcan/Makefile @@ -29,7 +29,8 @@ GH_ACCOUNT= letoram WRKSRC_SUBDIR= src CMAKE_ON= HYBRID_HEADLESS CMAKE_OFF= STATIC_LIBUVC -CMAKE_ARGS= -DENGINE_BUILDTAG:STRING="${DISTVERSIONFULL}" +CMAKE_ARGS= -DDISTR_TAG:STRING="portbld" \ + -DENGINE_BUILDTAG:STRING="${DISTVERSIONFULL}" LDFLAGS+= -Wl,--as-needed # bzip2, ffmpeg, librt, libutil, lzma, zlib LDFLAGS_i386= -Wl,-z,notext From owner-dev-commits-ports-branches@freebsd.org Thu Jun 3 02:18:01 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 965FE64FFF7; Thu, 3 Jun 2021 02:18:01 +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 4FwV153Hdlz3PHV; Thu, 3 Jun 2021 02:18:01 +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 500712195A; Thu, 3 Jun 2021 02:18:01 +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 1532I1d9026359; Thu, 3 Jun 2021 02:18:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1532I1qZ026358; Thu, 3 Jun 2021 02:18:01 GMT (envelope-from git) Date: Thu, 3 Jun 2021 02:18:01 GMT Message-Id: <202106030218.1532I1qZ026358@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: 869ec93ccddb - 2021Q2 - multimedia/arcan: install extra manpages 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: 869ec93ccddb4583207eb872ba49d260556490d4 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, 03 Jun 2021 02:18:01 -0000 The branch 2021Q2 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=869ec93ccddb4583207eb872ba49d260556490d4 commit 869ec93ccddb4583207eb872ba49d260556490d4 Author: Jan Beich AuthorDate: 2020-12-11 19:08:18 +0000 Commit: Jan Beich CommitDate: 2021-06-03 02:13:44 +0000 multimedia/arcan: install extra manpages Inspired by: Arch, PkgSrc (cherry picked from commit cd486eb5dadff15395252578a1055f6e736d2dc9) --- multimedia/arcan/Makefile | 12 ++- multimedia/arcan/pkg-plist | 231 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 240 insertions(+), 3 deletions(-) diff --git a/multimedia/arcan/Makefile b/multimedia/arcan/Makefile index fe63ceef823c..679792b3f9fb 100644 --- a/multimedia/arcan/Makefile +++ b/multimedia/arcan/Makefile @@ -1,7 +1,7 @@ PORTNAME= arcan DISTVERSION= 0.6.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -34,8 +34,8 @@ CMAKE_ARGS= -DDISTR_TAG:STRING="portbld" \ LDFLAGS+= -Wl,--as-needed # bzip2, ffmpeg, librt, libutil, lzma, zlib LDFLAGS_i386= -Wl,-z,notext -OPTIONS_DEFINE= ESPEAK FFMPEG LUAJIT SDL SUID TESSERACT UVC VLC VNC WAYLAND -OPTIONS_DEFAULT=ESPEAK FFMPEG LUAJIT SDL SUID TESSERACT UVC VLC VNC WAYLAND +OPTIONS_DEFINE= ESPEAK FFMPEG LUAJIT MANPAGES SDL SUID TESSERACT UVC VLC VNC WAYLAND +OPTIONS_DEFAULT=ESPEAK FFMPEG LUAJIT MANPAGES SDL SUID TESSERACT UVC VLC VNC WAYLAND OPTIONS_SUB= yes ESPEAK_DESC= Text to speech via eSpeak @@ -43,6 +43,9 @@ ESPEAK_LIB_DEPENDS= libespeak.so:audio/espeak FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg +MANPAGES_USE= RUBY=yes +MANPAGES_VAR= RUBY_NO_RUN_DEPENDS=yes + LUAJIT_DESC= Use LuaJIT instead of standard Lua LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty LUAJIT_USES_OFF= lua:51 @@ -89,6 +92,9 @@ post-patch: ${WRKSRC}/platform/posix/paths.c \ ${WRKSRC}/shmif/arcan_shmif_debugif.c +pre-configure-MANPAGES-on: + @${RUBY} -C ${WRKSRC:H}/doc -Ku docgen.rb mangen 2>/dev/null + post-patch-ESPEAK-off: @${REINPLACE_CMD} -i.noespeak '/find.*Espeak/d' \ ${WRKSRC}/frameserver/decode/default/CMakeLists.txt diff --git a/multimedia/arcan/pkg-plist b/multimedia/arcan/pkg-plist index d2dd0a58ea2b..8ce4e85a64ea 100644 --- a/multimedia/arcan/pkg-plist +++ b/multimedia/arcan/pkg-plist @@ -48,6 +48,237 @@ libdata/pkgconfig/arcan-shmif.pc %%WAYLAND%%man/man1/arcan-wayland.1.gz man/man1/arcan.1.gz man/man1/arcan_db.1.gz +%%MANPAGES%%man/man3/accept_target.3.gz +%%MANPAGES%%man/man3/add_3dmesh.3.gz +%%MANPAGES%%man/man3/alloc_surface.3.gz +%%MANPAGES%%man/man3/appl_arguments.3.gz +%%MANPAGES%%man/man3/arcan_api_overview.3.gz +%%MANPAGES%%man/man3/arcantarget_hint.3.gz +%%MANPAGES%%man/man3/attrtag_model.3.gz +%%MANPAGES%%man/man3/audio_buffer_size.3.gz +%%MANPAGES%%man/man3/audio_gain.3.gz +%%MANPAGES%%man/man3/benchmark_data.3.gz +%%MANPAGES%%man/man3/benchmark_enable.3.gz +%%MANPAGES%%man/man3/benchmark_timestamp.3.gz +%%MANPAGES%%man/man3/benchmark_tracedata.3.gz +%%MANPAGES%%man/man3/blend_image.3.gz +%%MANPAGES%%man/man3/bond_target.3.gz +%%MANPAGES%%man/man3/build_3dbox.3.gz +%%MANPAGES%%man/man3/build_3dplane.3.gz +%%MANPAGES%%man/man3/build_cylinder.3.gz +%%MANPAGES%%man/man3/build_pointcloud.3.gz +%%MANPAGES%%man/man3/build_shader.3.gz +%%MANPAGES%%man/man3/build_sphere.3.gz +%%MANPAGES%%man/man3/camtag_model.3.gz +%%MANPAGES%%man/man3/capture_audio.3.gz +%%MANPAGES%%man/man3/center_image.3.gz +%%MANPAGES%%man/man3/close_rawresource.3.gz +%%MANPAGES%%man/man3/color_surface.3.gz +%%MANPAGES%%man/man3/controller_leds.3.gz +%%MANPAGES%%man/man3/copy_image_transform.3.gz +%%MANPAGES%%man/man3/copy_surface_properties.3.gz +%%MANPAGES%%man/man3/crop_image.3.gz +%%MANPAGES%%man/man3/current_context_usage.3.gz +%%MANPAGES%%man/man3/cursor_position.3.gz +%%MANPAGES%%man/man3/cursor_setstorage.3.gz +%%MANPAGES%%man/man3/decode_modifiers.3.gz +%%MANPAGES%%man/man3/define_arcantarget.3.gz +%%MANPAGES%%man/man3/define_calctarget.3.gz +%%MANPAGES%%man/man3/define_feedtarget.3.gz +%%MANPAGES%%man/man3/define_linktarget.3.gz +%%MANPAGES%%man/man3/define_nulltarget.3.gz +%%MANPAGES%%man/man3/define_recordtarget.3.gz +%%MANPAGES%%man/man3/define_rendertarget.3.gz +%%MANPAGES%%man/man3/delete_audio.3.gz +%%MANPAGES%%man/man3/delete_image.3.gz +%%MANPAGES%%man/man3/delete_shader.3.gz +%%MANPAGES%%man/man3/expire_image.3.gz +%%MANPAGES%%man/man3/fill_surface.3.gz +%%MANPAGES%%man/man3/finalize_3dmodel.3.gz +%%MANPAGES%%man/man3/focus_target.3.gz +%%MANPAGES%%man/man3/force_image_blend.3.gz +%%MANPAGES%%man/man3/forward3d_model.3.gz +%%MANPAGES%%man/man3/frameserver_debugstall.3.gz +%%MANPAGES%%man/man3/get_key.3.gz +%%MANPAGES%%man/man3/get_keys.3.gz +%%MANPAGES%%man/man3/glob_resource.3.gz +%%MANPAGES%%man/man3/hide_image.3.gz +%%MANPAGES%%man/man3/image_access_storage.3.gz +%%MANPAGES%%man/man3/image_active_frame.3.gz +%%MANPAGES%%man/man3/image_children.3.gz +%%MANPAGES%%man/man3/image_clip_off.3.gz +%%MANPAGES%%man/man3/image_clip_on.3.gz +%%MANPAGES%%man/man3/image_color.3.gz +%%MANPAGES%%man/man3/image_framecyclemode.3.gz +%%MANPAGES%%man/man3/image_framesetsize.3.gz +%%MANPAGES%%man/man3/image_get_txcos.3.gz +%%MANPAGES%%man/man3/image_hit.3.gz +%%MANPAGES%%man/man3/image_inherit_order.3.gz +%%MANPAGES%%man/man3/image_loaded.3.gz +%%MANPAGES%%man/man3/image_mask_clear.3.gz +%%MANPAGES%%man/man3/image_mask_clearall.3.gz +%%MANPAGES%%man/man3/image_mask_set.3.gz +%%MANPAGES%%man/man3/image_mask_toggle.3.gz +%%MANPAGES%%man/man3/image_matchstorage.3.gz +%%MANPAGES%%man/man3/image_mipmap.3.gz +%%MANPAGES%%man/man3/image_origo_offset.3.gz +%%MANPAGES%%man/man3/image_parent.3.gz +%%MANPAGES%%man/man3/image_pushasynch.3.gz +%%MANPAGES%%man/man3/image_resize_storage.3.gz +%%MANPAGES%%man/man3/image_scale_txcos.3.gz +%%MANPAGES%%man/man3/image_screen_coordinates.3.gz +%%MANPAGES%%man/man3/image_set_txcos.3.gz +%%MANPAGES%%man/man3/image_set_txcos_default.3.gz +%%MANPAGES%%man/man3/image_shader.3.gz +%%MANPAGES%%man/man3/image_sharestorage.3.gz +%%MANPAGES%%man/man3/image_state.3.gz +%%MANPAGES%%man/man3/image_storage_properties.3.gz +%%MANPAGES%%man/man3/image_storage_slice.3.gz +%%MANPAGES%%man/man3/image_surface_initial.3.gz +%%MANPAGES%%man/man3/image_surface_initial_properties.3.gz +%%MANPAGES%%man/man3/image_surface_properties.3.gz +%%MANPAGES%%man/man3/image_surface_resolve.3.gz +%%MANPAGES%%man/man3/image_surface_resolve_properties.3.gz +%%MANPAGES%%man/man3/image_tesselation.3.gz +%%MANPAGES%%man/man3/image_texfilter.3.gz +%%MANPAGES%%man/man3/image_tracetag.3.gz +%%MANPAGES%%man/man3/image_transform_cycle.3.gz +%%MANPAGES%%man/man3/input_capabilities.3.gz +%%MANPAGES%%man/man3/input_samplebase.3.gz +%%MANPAGES%%man/man3/input_target.3.gz +%%MANPAGES%%man/man3/inputanalog_filter.3.gz +%%MANPAGES%%man/man3/inputanalog_query.3.gz +%%MANPAGES%%man/man3/inputanalog_toggle.3.gz +%%MANPAGES%%man/man3/instant_image_transform.3.gz +%%MANPAGES%%man/man3/kbd_repeat.3.gz +%%MANPAGES%%man/man3/launch_avfeed.3.gz +%%MANPAGES%%man/man3/launch_decode.3.gz +%%MANPAGES%%man/man3/launch_target.3.gz +%%MANPAGES%%man/man3/led_intensity.3.gz +%%MANPAGES%%man/man3/link_image.3.gz +%%MANPAGES%%man/man3/list_audio_inputs.3.gz +%%MANPAGES%%man/man3/list_target_tags.3.gz +%%MANPAGES%%man/man3/list_targets.3.gz +%%MANPAGES%%man/man3/load_asample.3.gz +%%MANPAGES%%man/man3/load_image.3.gz +%%MANPAGES%%man/man3/load_image_asynch.3.gz +%%MANPAGES%%man/man3/map_video_display.3.gz +%%MANPAGES%%man/man3/match_keys.3.gz +%%MANPAGES%%man/man3/max_current_image_order.3.gz +%%MANPAGES%%man/man3/mesh_shader.3.gz +%%MANPAGES%%man/man3/message_target.3.gz +%%MANPAGES%%man/man3/move3d_model.3.gz +%%MANPAGES%%man/man3/move_cursor.3.gz +%%MANPAGES%%man/man3/move_image.3.gz +%%MANPAGES%%man/man3/net_listen.3.gz +%%MANPAGES%%man/man3/new_3dmodel.3.gz +%%MANPAGES%%man/man3/nudge_cursor.3.gz +%%MANPAGES%%man/man3/nudge_image.3.gz +%%MANPAGES%%man/man3/null_surface.3.gz +%%MANPAGES%%man/man3/open_nonblock.3.gz +%%MANPAGES%%man/man3/open_rawresource.3.gz +%%MANPAGES%%man/man3/order_image.3.gz +%%MANPAGES%%man/man3/orient3d_model.3.gz +%%MANPAGES%%man/man3/pacify_target.3.gz +%%MANPAGES%%man/man3/persist_image.3.gz +%%MANPAGES%%man/man3/pick_items.3.gz +%%MANPAGES%%man/man3/play_audio.3.gz +%%MANPAGES%%man/man3/pop_video_context.3.gz +%%MANPAGES%%man/man3/push_video_context.3.gz +%%MANPAGES%%man/man3/random_surface.3.gz +%%MANPAGES%%man/man3/raw_surface.3.gz +%%MANPAGES%%man/man3/read_rawresource.3.gz +%%MANPAGES%%man/man3/recordtarget_gain.3.gz +%%MANPAGES%%man/man3/relink_image.3.gz +%%MANPAGES%%man/man3/render_text.3.gz +%%MANPAGES%%man/man3/rendertarget_attach.3.gz +%%MANPAGES%%man/man3/rendertarget_bind.3.gz +%%MANPAGES%%man/man3/rendertarget_detach.3.gz +%%MANPAGES%%man/man3/rendertarget_forceupdate.3.gz +%%MANPAGES%%man/man3/rendertarget_id.3.gz +%%MANPAGES%%man/man3/rendertarget_metrics.3.gz +%%MANPAGES%%man/man3/rendertarget_noclear.3.gz +%%MANPAGES%%man/man3/rendertarget_range.3.gz +%%MANPAGES%%man/man3/rendertarget_reconfigure.3.gz +%%MANPAGES%%man/man3/rendertarget_vids.3.gz +%%MANPAGES%%man/man3/resample_image.3.gz +%%MANPAGES%%man/man3/reset_image_transform.3.gz +%%MANPAGES%%man/man3/reset_target.3.gz +%%MANPAGES%%man/man3/resize_cursor.3.gz +%%MANPAGES%%man/man3/resize_image.3.gz +%%MANPAGES%%man/man3/resize_video_canvas.3.gz +%%MANPAGES%%man/man3/resource.3.gz +%%MANPAGES%%man/man3/restore_target.3.gz +%%MANPAGES%%man/man3/resume_target.3.gz +%%MANPAGES%%man/man3/rotate3d_model.3.gz +%%MANPAGES%%man/man3/rotate_image.3.gz +%%MANPAGES%%man/man3/save_screenshot.3.gz +%%MANPAGES%%man/man3/scale3d_model.3.gz +%%MANPAGES%%man/man3/scale_3dvertices.3.gz +%%MANPAGES%%man/man3/scale_image.3.gz +%%MANPAGES%%man/man3/set_context_attachment.3.gz +%%MANPAGES%%man/man3/set_image_as_frame.3.gz +%%MANPAGES%%man/man3/set_led.3.gz +%%MANPAGES%%man/man3/set_led_rgb.3.gz +%%MANPAGES%%man/man3/shader_ugroup.3.gz +%%MANPAGES%%man/man3/shader_uniform.3.gz +%%MANPAGES%%man/man3/show_image.3.gz +%%MANPAGES%%man/man3/shutdown.3.gz +%%MANPAGES%%man/man3/snapshot_target.3.gz +%%MANPAGES%%man/man3/step3d_model.3.gz +%%MANPAGES%%man/man3/stepframe_target.3.gz +%%MANPAGES%%man/man3/store_key.3.gz +%%MANPAGES%%man/man3/storepop_video_context.3.gz +%%MANPAGES%%man/man3/storepush_video_context.3.gz +%%MANPAGES%%man/man3/strafe3d_model.3.gz +%%MANPAGES%%man/man3/subsystem_reset.3.gz +%%MANPAGES%%man/man3/suspend_target.3.gz +%%MANPAGES%%man/man3/switch_default_blendmode.3.gz +%%MANPAGES%%man/man3/switch_default_imageproc.3.gz +%%MANPAGES%%man/man3/switch_default_scalemode.3.gz +%%MANPAGES%%man/man3/switch_default_texfilter.3.gz +%%MANPAGES%%man/man3/switch_default_texmode.3.gz +%%MANPAGES%%man/man3/swizzle_model.3.gz +%%MANPAGES%%man/man3/system_collapse.3.gz +%%MANPAGES%%man/man3/system_context_size.3.gz +%%MANPAGES%%man/man3/system_defaultfont.3.gz +%%MANPAGES%%man/man3/system_identstr.3.gz +%%MANPAGES%%man/man3/system_load.3.gz +%%MANPAGES%%man/man3/system_snapshot.3.gz +%%MANPAGES%%man/man3/tag_image_transform.3.gz +%%MANPAGES%%man/man3/target_alloc.3.gz +%%MANPAGES%%man/man3/target_configurations.3.gz +%%MANPAGES%%man/man3/target_coreopt.3.gz +%%MANPAGES%%man/man3/target_devicehint.3.gz +%%MANPAGES%%man/man3/target_displayhint.3.gz +%%MANPAGES%%man/man3/target_flags.3.gz +%%MANPAGES%%man/man3/target_fonthint.3.gz +%%MANPAGES%%man/man3/target_framemode.3.gz +%%MANPAGES%%man/man3/target_graphmode.3.gz +%%MANPAGES%%man/man3/target_input.3.gz +%%MANPAGES%%man/man3/target_parent.3.gz +%%MANPAGES%%man/man3/target_portconfig.3.gz +%%MANPAGES%%man/man3/target_seek.3.gz +%%MANPAGES%%man/man3/target_synchronous.3.gz +%%MANPAGES%%man/man3/target_updatehandler.3.gz +%%MANPAGES%%man/man3/target_verbose.3.gz +%%MANPAGES%%man/man3/text_dimensions.3.gz +%%MANPAGES%%man/man3/toggle_mouse_grab.3.gz +%%MANPAGES%%man/man3/transfer_image_transform.3.gz +%%MANPAGES%%man/man3/utf8kind.3.gz +%%MANPAGES%%man/man3/valid_vid.3.gz +%%MANPAGES%%man/man3/video_3dorder.3.gz +%%MANPAGES%%man/man3/video_display_state.3.gz +%%MANPAGES%%man/man3/video_displaydescr.3.gz +%%MANPAGES%%man/man3/video_displaygamma.3.gz +%%MANPAGES%%man/man3/video_displaymodes.3.gz +%%MANPAGES%%man/man3/video_synchronization.3.gz +%%MANPAGES%%man/man3/vr_map_limb.3.gz +%%MANPAGES%%man/man3/vr_metadata.3.gz +%%MANPAGES%%man/man3/vr_setup.3.gz +%%MANPAGES%%man/man3/warning.3.gz +%%MANPAGES%%man/man3/write_rawresource.3.gz +%%MANPAGES%%man/man3/zap_resource.3.gz %%DATADIR%%/appl/console/console.lua %%DATADIR%%/appl/console/console_osdkbd.lua %%DATADIR%%/appl/console/cursor.png From owner-dev-commits-ports-branches@freebsd.org Thu Jun 3 10:03: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 4E6FA655F9E; Thu, 3 Jun 2021 10:03: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 4FwhKh1SHkz4m3t; Thu, 3 Jun 2021 10:03: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 18D6027D2D; Thu, 3 Jun 2021 10:03: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 153A34Ov051257; Thu, 3 Jun 2021 10:03:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 153A33Sm051256; Thu, 3 Jun 2021 10:03:03 GMT (envelope-from git) Date: Thu, 3 Jun 2021 10:03:03 GMT Message-Id: <202106031003.153A33Sm051256@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Guangyuan Yang Subject: git: ece647d08c39 - 2021Q2 - net-mgmt/prometheus2: Update to 2.26.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ygy X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: ece647d08c3933df136bef37559c6987eec192a7 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, 03 Jun 2021 10:03:04 -0000 The branch 2021Q2 has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=ece647d08c3933df136bef37559c6987eec192a7 commit ece647d08c3933df136bef37559c6987eec192a7 Author: David O'Rourke AuthorDate: 2021-06-03 09:28:34 +0000 Commit: Guangyuan Yang CommitDate: 2021-06-03 10:02:30 +0000 net-mgmt/prometheus2: Update to 2.26.1 Changes: https://github.com/prometheus/prometheus/releases/tag/v2.26.1 PR: 256324 Security: CVE-2021-29622 Security: 59ab72fb-bccf-11eb-a38d-6805ca1caf5c Approved by: lwhsu (mentor) (cherry picked from commit eed856cce0561df8be263b48f5ad482a096e2123) --- net-mgmt/prometheus2/Makefile | 2 +- net-mgmt/prometheus2/distinfo | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/net-mgmt/prometheus2/Makefile b/net-mgmt/prometheus2/Makefile index 0ab8b5efdef2..da4a496bb0c5 100644 --- a/net-mgmt/prometheus2/Makefile +++ b/net-mgmt/prometheus2/Makefile @@ -1,7 +1,7 @@ PORTNAME= prometheus DISTVERSIONPREFIX= v -DISTVERSION= 2.25.2 +DISTVERSION= 2.26.1 CATEGORIES= net-mgmt MAINTAINER= dor.bsd@xm0.uk diff --git a/net-mgmt/prometheus2/distinfo b/net-mgmt/prometheus2/distinfo index 48ef515f581d..24a5e583fbde 100644 --- a/net-mgmt/prometheus2/distinfo +++ b/net-mgmt/prometheus2/distinfo @@ -1,10 +1,10 @@ -TIMESTAMP = 1616102799 -SHA256 (prometheus-prometheus-v2.25.2_GH0.tar.gz) = 85f50c0cfb4db206a59d2c3301e02d685c3fe4b451b41ca943a4eb94935cf4d4 -SIZE (prometheus-prometheus-v2.25.2_GH0.tar.gz) = 5535881 -SHA256 (ports-assets-net-mgmt_prometheus2-v2.25.2_GH0.tar.gz) = f92ef976215565cf484180159e5d807c5c383380519ccc59fcb32fc007f0096d -SIZE (ports-assets-net-mgmt_prometheus2-v2.25.2_GH0.tar.gz) = 5191088 -SHA256 (Azure-azure-sdk-for-go-v51.1.0_GH0.tar.gz) = 91b54cbc1e5acd99a35060f0b8476547ace1bf5f9052e322d7b059b8fcf97778 -SIZE (Azure-azure-sdk-for-go-v51.1.0_GH0.tar.gz) = 33217993 +TIMESTAMP = 1622631327 +SHA256 (prometheus-prometheus-v2.26.1_GH0.tar.gz) = d13750d67aac825f9b213875c586db69533f57bcaf68f6a87592f9e4cea946ac +SIZE (prometheus-prometheus-v2.26.1_GH0.tar.gz) = 5618446 +SHA256 (ports-assets-net-mgmt_prometheus2-v2.26.1_GH0.tar.gz) = 6613964eb676a29127ef0c1065dcecab671e65c5560e23ae36950397f5dc21a4 +SIZE (ports-assets-net-mgmt_prometheus2-v2.26.1_GH0.tar.gz) = 6058233 +SHA256 (Azure-azure-sdk-for-go-v52.5.0_GH0.tar.gz) = 3d35e23d20a7ad0784166f0e0bf380796a3b10b7e2fd9fe0b3f513148515f8f4 +SIZE (Azure-azure-sdk-for-go-v52.5.0_GH0.tar.gz) = 34900560 SHA256 (Azure-go-autorest-446f41b7d65b_GH0.tar.gz) = 883e2603529a907a3da25d5e2389ab6473a80e6d79daf0d9ffc6385494e0da0a SIZE (Azure-go-autorest-446f41b7d65b_GH0.tar.gz) = 171840 SHA256 (Azure-go-autorest-79a63e70c4d8_GH0.tar.gz) = d7156c20c47fcd04edae683e718a1e72dcb9178a3b07e6c18615cee5b1dd67d6 From owner-dev-commits-ports-branches@freebsd.org Thu Jun 3 11:37: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 36D7B65771E; Thu, 3 Jun 2021 11:37:19 +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 4FwkQR0v3Hz4r0C; Thu, 3 Jun 2021 11:37:19 +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 027E5B65; Thu, 3 Jun 2021 11:37:19 +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 153BbITP069759; Thu, 3 Jun 2021 11:37:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 153BbIrP069758; Thu, 3 Jun 2021 11:37:18 GMT (envelope-from git) Date: Thu, 3 Jun 2021 11:37:18 GMT Message-Id: <202106031137.153BbIrP069758@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Dmitry Marakasov Subject: git: 618cb4a87e8f - 2021Q2 - www/py-aiohttp: update to 3.7.4.post0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: amdmi3 X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 618cb4a87e8f811e54889cd353f59847f8b55ba3 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, 03 Jun 2021 11:37:19 -0000 The branch 2021Q2 has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=618cb4a87e8f811e54889cd353f59847f8b55ba3 commit 618cb4a87e8f811e54889cd353f59847f8b55ba3 Author: Dmitry Marakasov AuthorDate: 2021-06-03 11:15:22 +0000 Commit: Dmitry Marakasov CommitDate: 2021-06-03 11:34:03 +0000 www/py-aiohttp: update to 3.7.4.post0 PR: 256219 Approved by: koobs (maintainer) Security: CVE-2021-21330 Security: 3000acee-c45d-11eb-904f-14dae9d5a9d2 MFH: 2020Q2 (bugfix, security release(s)) (cherry picked from commit ac412b55156cc77c8e96fb631a338a617749bcb7) --- www/py-aiohttp/Makefile | 10 +++++----- www/py-aiohttp/distinfo | 6 +++--- www/py-aiohttp/files/patch-setup.py | 27 --------------------------- 3 files changed, 8 insertions(+), 35 deletions(-) diff --git a/www/py-aiohttp/Makefile b/www/py-aiohttp/Makefile index 844db37039d8..2861ac41cae7 100644 --- a/www/py-aiohttp/Makefile +++ b/www/py-aiohttp/Makefile @@ -13,10 +13,11 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=17.3.0:devel/py-attrs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}chardet>=2.0<4.0,1:textproc/py-chardet@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}multidict>=4.5:www/py-multidict@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}chardet>=2.0<5.0,1:textproc/py-chardet@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}multidict>=4.5<7.0:www/py-multidict@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}async_timeout>=3.0<4.0:devel/py-async_timeout@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yarl>=1.0<2.0:www/py-yarl@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}yarl>=1.0<2.0:www/py-yarl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.6.5:devel/py-typing-extensions@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.8.2:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-timeout>0:devel/py-pytest-timeout@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR} \ @@ -29,8 +30,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.8.2:devel/py-pytest@${PY_FLAVOR} # to be ported ${PYTHON_PKGNAMEPREFIX}brotlypy>0:archivers/py-brotlipy@${PY_FLAVOR} # to be ported ${PYTHON_PKGNAMEPREFIX}trustme>0:security/py-trustme@${PY_FLAVOR} -# Actually 3.5.3+ -USES= python:3.5+ +USES= python:3.6+ USE_PYTHON= autoplist distutils cython .include diff --git a/www/py-aiohttp/distinfo b/www/py-aiohttp/distinfo index 0017b66c2c50..5bc629fa4f89 100644 --- a/www/py-aiohttp/distinfo +++ b/www/py-aiohttp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1592851297 -SHA256 (aiohttp-3.6.2.tar.gz) = 259ab809ff0727d0e834ac5e8a283dc5e3e0ecc30c4d80b3cd17a4139ce1f326 -SIZE (aiohttp-3.6.2.tar.gz) = 1076923 +TIMESTAMP = 1622602368 +SHA256 (aiohttp-3.7.4.post0.tar.gz) = 493d3299ebe5f5a7c66b9819eacdcfbbaaf1a8e84911ddffcdc48888497afecf +SIZE (aiohttp-3.7.4.post0.tar.gz) = 1114888 diff --git a/www/py-aiohttp/files/patch-setup.py b/www/py-aiohttp/files/patch-setup.py deleted file mode 100644 index e2525df64be9..000000000000 --- a/www/py-aiohttp/files/patch-setup.py +++ /dev/null @@ -1,27 +0,0 @@ -Obtained from: https://github.com/aio-libs/aiohttp/commit/d7db1b90c59ae49660d5b469f6186d088a6d190d - ---- setup.py.orig 2019-10-09 16:52:31 UTC -+++ setup.py -@@ -74,7 +74,7 @@ except IndexError: - install_requires = [ - 'attrs>=17.3.0', - 'chardet>=2.0,<4.0', -- 'multidict>=4.5,<5.0', -+ 'multidict>=4.5,<6.0', - 'async_timeout>=3.0,<4.0', - 'yarl>=1.0,<2.0', - 'idna-ssl>=1.0; python_version<"3.7"', -@@ -104,9 +104,12 @@ NEEDS_PYTEST = {'pytest', 'test'}.intersection(sys.arg - pytest_runner = ['pytest-runner'] if NEEDS_PYTEST else [] - - tests_require = [ -- 'pytest', 'gunicorn', -+ 'pytest>=3.8.2', 'gunicorn', - 'pytest-timeout', 'async-generator', - 'pytest-xdist', -+ 'pytest-mock', -+ 'trustme', -+ 'brotlipy', - ] - - From owner-dev-commits-ports-branches@freebsd.org Thu Jun 3 12:35:17 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 E700D638378; Thu, 3 Jun 2021 12:35:17 +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 4FwljK6Fjbz3CBL; Thu, 3 Jun 2021 12:35:17 +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 BEA431FE7; Thu, 3 Jun 2021 12:35: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 153CZHrB050509; Thu, 3 Jun 2021 12:35:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 153CZHHH050508; Thu, 3 Jun 2021 12:35:17 GMT (envelope-from git) Date: Thu, 3 Jun 2021 12:35:17 GMT Message-Id: <202106031235.153CZHHH050508@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Matthias Andree Subject: git: 8d05f5c1513c - 2021Q2 - security/openvpn: do not package .orig leftovers from patch MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mandree X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 8d05f5c1513c0e253ebbd2cfa326d3aaaada92f1 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, 03 Jun 2021 12:35:18 -0000 The branch 2021Q2 has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=8d05f5c1513c0e253ebbd2cfa326d3aaaada92f1 commit 8d05f5c1513c0e253ebbd2cfa326d3aaaada92f1 Author: Matthias Andree AuthorDate: 2021-05-17 17:51:03 +0000 Commit: Matthias Andree CommitDate: 2021-06-03 12:34:54 +0000 security/openvpn: do not package .orig leftovers from patch Bump PORTREVISION as we change the pkg-plist. (Includes -mbedtls port variant.) PR: 255946 Based on a patch by and Reported by: Mikael Urankar (mikael@) (cherry picked from commit 42101271373865d49753e8d7b1fb66dfce325dd0) --- security/openvpn/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile index 93904f5908c9..4a82851e65f1 100644 --- a/security/openvpn/Makefile +++ b/security/openvpn/Makefile @@ -2,7 +2,7 @@ PORTNAME= openvpn DISTVERSION= 2.5.2 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= security net net-vpn MASTER_SITES= https://swupdate.openvpn.org/community/releases/ \ https://build.openvpn.net/downloads/releases/ \ @@ -145,5 +145,6 @@ post-install-DOCS-on: post-install-EXAMPLES-on: (cd ${WRKSRC}/sample && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}/) ${CHMOD} ${BINMODE} ${STAGEDIR}${EXAMPLESDIR}/sample-scripts/* + ${RM} ${STAGEDIR}${EXAMPLESDIR}/sample-config-files/*.orig .include From owner-dev-commits-ports-branches@freebsd.org Thu Jun 3 12:35: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 1FE006388F9; Thu, 3 Jun 2021 12:35:19 +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 4FwljM0Dmbz3CVw; Thu, 3 Jun 2021 12:35:19 +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 E0B311A45; Thu, 3 Jun 2021 12:35:18 +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 153CZIFl050530; Thu, 3 Jun 2021 12:35:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 153CZIUN050529; Thu, 3 Jun 2021 12:35:18 GMT (envelope-from git) Date: Thu, 3 Jun 2021 12:35:18 GMT Message-Id: <202106031235.153CZIUN050529@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Matthias Andree Subject: git: c306c212d40f - 2021Q2 - security/openvpn: band-aid fix for SIGSEGV on push echo MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mandree X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: c306c212d40f2112cd0713e53add1e7851393dc3 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, 03 Jun 2021 12:35:19 -0000 The branch 2021Q2 has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=c306c212d40f2112cd0713e53add1e7851393dc3 commit c306c212d40f2112cd0713e53add1e7851393dc3 Author: Matthias Andree AuthorDate: 2021-06-03 10:47:16 +0000 Commit: Matthias Andree CommitDate: 2021-06-03 12:34:57 +0000 security/openvpn: band-aid fix for SIGSEGV on push echo PR: 256331 Reported by: peo@nethead.se (cherry picked from commit 6c20c4906a3b0f805c932f4e74ef7f62086e704d) --- security/openvpn/Makefile | 2 +- security/openvpn/files/patch-src_openvpn_options.c | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile index 4a82851e65f1..9119e2dfa9ab 100644 --- a/security/openvpn/Makefile +++ b/security/openvpn/Makefile @@ -2,7 +2,7 @@ PORTNAME= openvpn DISTVERSION= 2.5.2 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= security net net-vpn MASTER_SITES= https://swupdate.openvpn.org/community/releases/ \ https://build.openvpn.net/downloads/releases/ \ diff --git a/security/openvpn/files/patch-src_openvpn_options.c b/security/openvpn/files/patch-src_openvpn_options.c new file mode 100644 index 000000000000..e46faee8efd0 --- /dev/null +++ b/security/openvpn/files/patch-src_openvpn_options.c @@ -0,0 +1,11 @@ +--- src/openvpn/options.c.orig 2021-04-21 04:02:50 UTC ++++ src/openvpn/options.c +@@ -5319,7 +5319,7 @@ add_option(struct options *options, + { + /* only message-related ECHO are logged, since other ECHOs + * can potentially include security-sensitive strings */ +- if (strncmp(p[1], "msg", 3) == 0) ++ if (p[1] && strncmp(p[1], "msg", 3) == 0) + { + msg(M_INFO, "%s:%s", + pull_mode ? "ECHO-PULL" : "ECHO", From owner-dev-commits-ports-branches@freebsd.org Thu Jun 3 13:59:48 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 5D38663A582; Thu, 3 Jun 2021 13:59:48 +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 4FwnZr11Qlz3MDh; Thu, 3 Jun 2021 13:59:48 +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 0BD832EB8; Thu, 3 Jun 2021 13:59:48 +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 153DxlfI057147; Thu, 3 Jun 2021 13:59:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 153DxlYP057146; Thu, 3 Jun 2021 13:59:47 GMT (envelope-from git) Date: Thu, 3 Jun 2021 13:59:47 GMT Message-Id: <202106031359.153DxlYP057146@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: e735db796840 - 2021Q2 - misc/tkcron: Use default tk 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: e735db796840d86e4d65335996406cc7cbdb3f1d 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, 03 Jun 2021 13:59:48 -0000 The branch 2021Q2 has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=e735db796840d86e4d65335996406cc7cbdb3f1d commit e735db796840d86e4d65335996406cc7cbdb3f1d Author: Cy Schubert AuthorDate: 2021-05-05 19:16:56 +0000 Commit: Cy Schubert CommitDate: 2021-06-03 13:59:03 +0000 misc/tkcron: Use default tk tkcron is able to run under any version of tk. Use the default tk prescribed by the ports tree. PR: 255624 Reported by: Chris Hutchinson 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 53CA2639FF0; Thu, 3 Jun 2021 13:59: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 4FwnZs1pqHz3LyM; Thu, 3 Jun 2021 13:59: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 277B62EB9; Thu, 3 Jun 2021 13:59: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 153DxnU1057173; Thu, 3 Jun 2021 13:59:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 153Dxn7B057172; Thu, 3 Jun 2021 13:59:49 GMT (envelope-from git) Date: Thu, 3 Jun 2021 13:59:49 GMT Message-Id: <202106031359.153Dxn7B057172@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: 0591d3d3c3b0 - 2021Q2 - security/sudo: update to 1.9.7 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: 0591d3d3c3b0743d82e52ffbb489880e069916f8 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, 03 Jun 2021 13:59:49 -0000 The branch 2021Q2 has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=0591d3d3c3b0743d82e52ffbb489880e069916f8 commit 0591d3d3c3b0743d82e52ffbb489880e069916f8 Author: Cy Schubert AuthorDate: 2021-05-18 20:01:14 +0000 Commit: Cy Schubert CommitDate: 2021-06-03 13:59:10 +0000 security/sudo: update to 1.9.7 Among other changes this release fixes -fcommon errors. A complete list of changes can be found at https://www.sudo.ws/stable.html/ PR: 255812 Submitted by: Yasuhiro Kimura (mostly) Reported by: Yasuhiro Kimura Tested by: cy Approved by: garga (maintainer) MFH: 2021Q2 (cherry picked from commit 72d1eb161b86e663242d192171078d6babc1afdf) --- security/sudo/Makefile | 2 +- security/sudo/distinfo | 6 +++--- security/sudo/files/patch-lib_iolog_hostcheck.c | 25 ++++++++++++++++++++++ .../{patch-install-sh => patch-scripts_install-sh} | 4 ++-- 4 files changed, 31 insertions(+), 6 deletions(-) diff --git a/security/sudo/Makefile b/security/sudo/Makefile index d8e795dab66c..968ce85c5c68 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,7 +1,7 @@ # Created by: erich@rrnet.com PORTNAME= sudo -PORTVERSION= 1.9.6p1 +PORTVERSION= 1.9.7 CATEGORIES= security MASTER_SITES= SUDO diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 2ae066f1cc71..9f5c0b2f1986 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1615925605 -SHA256 (sudo-1.9.6p1.tar.gz) = a9e9cdc058fafeb9cd3ebfb864c81755e524d98aa022152763f25bce8ca3ca90 -SIZE (sudo-1.9.6p1.tar.gz) = 4119888 +TIMESTAMP = 1620827684 +SHA256 (sudo-1.9.7.tar.gz) = 2bbe7c2d6699b84d950ef9a43f09d4d967b8bc244b73bc095c4202068ddbe549 +SIZE (sudo-1.9.7.tar.gz) = 4194242 diff --git a/security/sudo/files/patch-lib_iolog_hostcheck.c b/security/sudo/files/patch-lib_iolog_hostcheck.c new file mode 100644 index 000000000000..c65b642063f5 --- /dev/null +++ b/security/sudo/files/patch-lib_iolog_hostcheck.c @@ -0,0 +1,25 @@ +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 + diff --git a/security/sudo/files/patch-install-sh b/security/sudo/files/patch-scripts_install-sh similarity index 89% rename from security/sudo/files/patch-install-sh rename to security/sudo/files/patch-scripts_install-sh index 99ae7ec2b5bc..3bbf0a411340 100644 --- a/security/sudo/files/patch-install-sh +++ b/security/sudo/files/patch-scripts_install-sh @@ -1,5 +1,5 @@ ---- install-sh.orig 2017-01-14 04:30:15 UTC -+++ install-sh +--- scripts/install-sh.orig 2017-01-14 04:30:15 UTC ++++ scripts/install-sh @@ -171,12 +171,6 @@ if ${DIRMODE} ; then if [ ! -d "${DEST}" ] ; then ${MKDIR} "${DEST}" || exit 1 From owner-dev-commits-ports-branches@freebsd.org Thu Jun 3 13:59: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 ADE6863A2D7; Thu, 3 Jun 2021 13:59: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 4FwnZt3bH8z3Lvn; Thu, 3 Jun 2021 13:59: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 517B631CC; Thu, 3 Jun 2021 13:59: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 153Dxojh057194; Thu, 3 Jun 2021 13:59:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 153DxomY057193; Thu, 3 Jun 2021 13:59:50 GMT (envelope-from git) Date: Thu, 3 Jun 2021 13:59:50 GMT Message-Id: <202106031359.153DxomY057193@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: 67967c72eab1 - 2021Q2 - security/libgcrypt: update to 1.9.3 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: 67967c72eab139d680eca82090bb4ccae34d7d05 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, 03 Jun 2021 13:59:50 -0000 The branch 2021Q2 has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=67967c72eab139d680eca82090bb4ccae34d7d05 commit 67967c72eab139d680eca82090bb4ccae34d7d05 Author: Cy Schubert AuthorDate: 2021-05-23 03:30:03 +0000 Commit: Cy Schubert CommitDate: 2021-06-03 13:59:17 +0000 security/libgcrypt: update to 1.9.3 PR: 255735 Submitted by: Daniel Engberg Reviewed by: cy Tested by: cy MFH: 2021Q2 (cherry picked from commit 865a2a94e8fd819d5598b3f2230db4e82ff7fc44) --- security/libgcrypt/Makefile | 3 +-- security/libgcrypt/distinfo | 6 +++--- security/libgcrypt/pkg-plist | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index b6a12cc53bb2..06b539a51c8c 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -1,7 +1,6 @@ PORTNAME= libgcrypt -PORTVERSION= 1.9.2 -PORTREVISION= 1 +DISTVERSION= 1.9.3 CATEGORIES= security MASTER_SITES= GNUPG diff --git a/security/libgcrypt/distinfo b/security/libgcrypt/distinfo index ca9c03bab09c..755e6903b090 100644 --- a/security/libgcrypt/distinfo +++ b/security/libgcrypt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613657401 -SHA256 (libgcrypt-1.9.2.tar.bz2) = b2c10d091513b271e47177274607b1ffba3d95b188bbfa8797f948aec9053c5a -SIZE (libgcrypt-1.9.2.tar.bz2) = 3206187 +TIMESTAMP = 1620588749 +SHA256 (libgcrypt-1.9.3.tar.bz2) = 97ebe4f94e2f7e35b752194ce15a0f3c66324e0ff6af26659bbfb5ff2ec328fd +SIZE (libgcrypt-1.9.3.tar.bz2) = 3219061 diff --git a/security/libgcrypt/pkg-plist b/security/libgcrypt/pkg-plist index eea35c232301..b09d7fdf9bf5 100644 --- a/security/libgcrypt/pkg-plist +++ b/security/libgcrypt/pkg-plist @@ -6,7 +6,7 @@ include/gcrypt.h lib/libgcrypt.a lib/libgcrypt.so lib/libgcrypt.so.20 -lib/libgcrypt.so.20.3.2 +lib/libgcrypt.so.20.3.3 libdata/pkgconfig/libgcrypt.pc man/man1/hmac256.1.gz share/aclocal/libgcrypt.m4 From owner-dev-commits-ports-branches@freebsd.org Thu Jun 3 13:59: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 BD9D263A4D1; Thu, 3 Jun 2021 13:59: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 4FwnZv3gwQz3M1w; Thu, 3 Jun 2021 13:59:51 +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 63FC530A4; Thu, 3 Jun 2021 13:59:51 +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 153DxpKM057215; Thu, 3 Jun 2021 13:59:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 153DxpQf057214; Thu, 3 Jun 2021 13:59:51 GMT (envelope-from git) Date: Thu, 3 Jun 2021 13:59:51 GMT Message-Id: <202106031359.153DxpQf057214@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: 70b08e987327 - 2021Q2 - security/libgcrypt: Make static an option 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: 70b08e987327d237ba066bf3398b3e55675f9c76 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, 03 Jun 2021 13:59:51 -0000 The branch 2021Q2 has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=70b08e987327d237ba066bf3398b3e55675f9c76 commit 70b08e987327d237ba066bf3398b3e55675f9c76 Author: Cy Schubert AuthorDate: 2021-05-23 03:36:23 +0000 Commit: Cy Schubert CommitDate: 2021-06-03 13:59:23 +0000 security/libgcrypt: Make static an option Static linked binaries, due to the fact that they're statically linked, can pose a security risk should a library be updated and depending software not be recompiled and linked. This was a hot topic on BUGTRAQ about 25 years ago. The default is to build static libraries so as not to alter the package avoiding a POLA violation. PR: 255735 Submitted by: Daniel Engberg (mostly) Reported by: Daniel Engberg Reviewed by: cy Tested by: cy MFH: 2021Q2 (cherry picked from commit 527821a60c9f2e706a0549ac23c8ddc6d8b778c3) --- security/libgcrypt/Makefile | 8 ++++++-- security/libgcrypt/pkg-plist | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index 06b539a51c8c..4bcdcc8db166 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -18,7 +18,7 @@ USES= cpe libtool makeinfo tar:bzip2 CPE_VENDOR= gnupg USE_CSTD= gnu89 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-drng-support --enable-static=yes +CONFIGURE_ARGS= --disable-drng-support CONFIGURE_ENV= MAKEINFO="${MAKEINFO} --no-split" CONFIGURE_TARGET=${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL} USE_LDCONFIG= yes @@ -29,7 +29,11 @@ DOCS= AUTHORS ChangeLog ChangeLog-2011 INSTALL NEWS THANKS TODO \ INFO= gcrypt PORTDOCS= * -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS STATIC +OPTIONS_DEFAULT= DOCS STATIC +OPTIONS_SUB= yes + +STATIC_CONFIGURE_ENABLE= static .include diff --git a/security/libgcrypt/pkg-plist b/security/libgcrypt/pkg-plist index b09d7fdf9bf5..00796bc75bb1 100644 --- a/security/libgcrypt/pkg-plist +++ b/security/libgcrypt/pkg-plist @@ -3,7 +3,7 @@ bin/dumpsexp bin/hmac256 bin/libgcrypt-config include/gcrypt.h -lib/libgcrypt.a +%%STATIC%%lib/libgcrypt.a lib/libgcrypt.so lib/libgcrypt.so.20 lib/libgcrypt.so.20.3.3 From owner-dev-commits-ports-branches@freebsd.org Thu Jun 3 15:31:43 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 2BB6F63BE51; Thu, 3 Jun 2021 15:31:43 +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 4Fwqcv0r5Jz3mC1; Thu, 3 Jun 2021 15:31: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 066304891; Thu, 3 Jun 2021 15:31: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 153FVgwR087256; Thu, 3 Jun 2021 15:31:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 153FVgdN087255; Thu, 3 Jun 2021 15:31:42 GMT (envelope-from git) Date: Thu, 3 Jun 2021 15:31:42 GMT Message-Id: <202106031531.153FVgdN087255@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Matthias Andree Subject: git: 975da559b5f8 - 2021Q2 - security/openvpn-devel: bugfix update to 0033811e MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mandree X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 975da559b5f8623f97f71e48545996ee975fb25d 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, 03 Jun 2021 15:31:43 -0000 The branch 2021Q2 has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=975da559b5f8623f97f71e48545996ee975fb25d commit 975da559b5f8623f97f71e48545996ee975fb25d Author: Matthias Andree AuthorDate: 2021-06-03 15:11:28 +0000 Commit: Matthias Andree CommitDate: 2021-06-03 15:31:35 +0000 security/openvpn-devel: bugfix update to 0033811e Changes: * 0033811e 2021-06-03 | Fix SIGSEGV (NULL deref) receiving push "echo" [Matthias Andree] * b7fe49c2 2021-05-24 | Do not require CA when peer-fingerprint is used [Selva Nair] * 28240c4a 2021-06-01 | Fix parsing of IV_SSO string [Selva Nair] Approved by: Gert Doering (maintainer, by IRC) (cherry picked from commit 8c0ab38d7a4762277fdbb3da8f0f72a60b4cec2c) --- security/openvpn-devel/Makefile | 4 ++-- security/openvpn-devel/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/security/openvpn-devel/Makefile b/security/openvpn-devel/Makefile index 842e7f77fe82..acb8539bca05 100644 --- a/security/openvpn-devel/Makefile +++ b/security/openvpn-devel/Makefile @@ -1,7 +1,7 @@ # Created by: Matthias Andree PORTNAME= openvpn -DISTVERSION= g20210527 +DISTVERSION= g20210603 PORTEPOCH= 1 CATEGORIES= security net net-vpn PKGNAMESUFFIX= -devel @@ -21,7 +21,7 @@ LIB_DEPENDS+= liblzo2.so:archivers/lzo2 USES= autoreconf cpe libtool pkgconfig shebangfix tar:xz IGNORE_SSL= libressl libressl-devel USE_GITLAB= yes -GL_COMMIT= 890225c1783d0f11b2092495ff902a46d7d0d4cd +GL_COMMIT= 0033811e0215af76f469d78912c95a2f59813454 USE_RC_SUBR= openvpn SHEBANG_FILES= sample/sample-scripts/auth-pam.pl sample/sample-scripts/ucn.pl \ diff --git a/security/openvpn-devel/distinfo b/security/openvpn-devel/distinfo index 8b9af1ac43cb..09caf5112262 100644 --- a/security/openvpn-devel/distinfo +++ b/security/openvpn-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622278095 -SHA256 (openvpn-openvpn-890225c1783d0f11b2092495ff902a46d7d0d4cd_GL0.tar.gz) = 0677e95122f96634ad8b8215052f5cd51ccd554bbd70ab53a05f33c157b27554 -SIZE (openvpn-openvpn-890225c1783d0f11b2092495ff902a46d7d0d4cd_GL0.tar.gz) = 1133002 +TIMESTAMP = 1622732649 +SHA256 (openvpn-openvpn-0033811e0215af76f469d78912c95a2f59813454_GL0.tar.gz) = c9b1760e1024d177dc3de7678c3915355ddccb03238f7397e8361c36af18d1c1 +SIZE (openvpn-openvpn-0033811e0215af76f469d78912c95a2f59813454_GL0.tar.gz) = 1133010 From owner-dev-commits-ports-branches@freebsd.org Thu Jun 3 23:19:29 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 E81F86428DC; Thu, 3 Jun 2021 23:19:29 +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 4Fx20d6FCWz3CwY; Thu, 3 Jun 2021 23:19:29 +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 BE7291293B; Thu, 3 Jun 2021 23:19:29 +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 153NJTxc000795; Thu, 3 Jun 2021 23:19:29 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 153NJTsV000794; Thu, 3 Jun 2021 23:19:29 GMT (envelope-from git) Date: Thu, 3 Jun 2021 23:19:29 GMT Message-Id: <202106032319.153NJTsV000794@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Dmitri Goutnik Subject: git: 3c36f367cfd0 - 2021Q2 - lang/go: Update to 1.16.5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dmgk X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 3c36f367cfd0f2a5fc5f27b72494ea1d26ee6672 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, 03 Jun 2021 23:19:30 -0000 The branch 2021Q2 has been updated by dmgk: URL: https://cgit.FreeBSD.org/ports/commit/?id=3c36f367cfd0f2a5fc5f27b72494ea1d26ee6672 commit 3c36f367cfd0f2a5fc5f27b72494ea1d26ee6672 Author: Dmitri Goutnik AuthorDate: 2021-06-03 23:13:52 +0000 Commit: Dmitri Goutnik CommitDate: 2021-06-03 23:18:48 +0000 lang/go: Update to 1.16.5 Changes: https://golang.org/doc/devel/release#go1.16.minor Security: 079b3641-c4bd-11eb-a22a-693f0544ae52 (cherry picked from commit 4b0da804cc4bc260c6483ac42d6ae5fa782f919f) --- lang/go/Makefile | 2 +- lang/go/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/go/Makefile b/lang/go/Makefile index b4be38c4d880..78a92e1eb946 100644 --- a/lang/go/Makefile +++ b/lang/go/Makefile @@ -1,7 +1,7 @@ # Created by: Devon H. O'Dell PORTNAME= go -PORTVERSION?= 1.16.4 +PORTVERSION?= 1.16.5 PORTREVISION?= 0 PORTEPOCH?= 1 CATEGORIES= lang diff --git a/lang/go/distinfo b/lang/go/distinfo index 73f9b3f314fe..c8e88b108262 100644 --- a/lang/go/distinfo +++ b/lang/go/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1620330963 -SHA256 (go1.16.4.src.tar.gz) = ae4f6b6e2a1677d31817984655a762074b5356da50fb58722b99104870d43503 -SIZE (go1.16.4.src.tar.gz) = 20917203 +TIMESTAMP = 1622761176 +SHA256 (go1.16.5.src.tar.gz) = 7bfa7e5908c7cc9e75da5ddf3066d7cbcf3fd9fa51945851325eebc17f50ba80 +SIZE (go1.16.5.src.tar.gz) = 20921372 SHA256 (go-freebsd-arm64-go1.14.tar.xz) = f8b0cf0d323e581c9e3e0d5c217847a3e0294fcc92dbac92a5b02cea9d97ad8d SIZE (go-freebsd-arm64-go1.14.tar.xz) = 34944548 SHA256 (go-freebsd-amd64-go1.14.tar.xz) = 3b259247fb228258a4f31e283e9aa23cafd590eabce334666a9e9b2ffe47c19b From owner-dev-commits-ports-branches@freebsd.org Fri Jun 4 07:38:32 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 91178649558; Fri, 4 Jun 2021 07:38:32 +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 4FxF4S3TsDz4V9M; Fri, 4 Jun 2021 07:38:32 +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 5C15018F29; Fri, 4 Jun 2021 07:38:32 +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 1547cWRX067317; Fri, 4 Jun 2021 07:38:32 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1547cWOQ067316; Fri, 4 Jun 2021 07:38:32 GMT (envelope-from git) Date: Fri, 4 Jun 2021 07:38:32 GMT Message-Id: <202106040738.1547cWOQ067316@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: 751f083cf699 - 2021Q2 - emulators/virtualbox-ose: Fix additions build on recent HEAD 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: 751f083cf699a4cac35c5a7b616da653d6cb5f2e 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, 04 Jun 2021 07:38:32 -0000 The branch 2021Q2 has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=751f083cf699a4cac35c5a7b616da653d6cb5f2e commit 751f083cf699a4cac35c5a7b616da653d6cb5f2e Author: Guido Falsi AuthorDate: 2021-06-04 07:31:59 +0000 Commit: Guido Falsi CommitDate: 2021-06-04 07:37:56 +0000 emulators/virtualbox-ose: Fix additions build on recent HEAD Src HEAD commit 6d3e78ad6c11 vfs_quotactl function signature, adapt virtualbox code to be able to compile there too. MFH: 2021Q2 (cherry picked from commit ef04eff33cf6262e79da1d092d69951ae26f915a) --- .../patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vfsops.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vfsops.c b/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vfsops.c index 5d21a89925de..712a3602a2da 100644 --- a/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vfsops.c +++ b/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vfsops.c @@ -539,7 +539,11 @@ + * Do operation associated with quotas, not supported + */ +static int -+vboxfs_quotactl(struct mount *mp, int cmd, uid_t uid, void *arg) ++vboxfs_quotactl(struct mount *mp, int cmd, uid_t uid, void *arg ++#if __FreeBSD_version >= 1400018 ++ , bool *mp_busy ++#endif ++ ) { - int rc; + return (EOPNOTSUPP); From owner-dev-commits-ports-branches@freebsd.org Fri Jun 4 10:13:20 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 C6E8664BCF3; Fri, 4 Jun 2021 10:13:20 +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 4FxJW44CjGz4pTg; Fri, 4 Jun 2021 10:13:20 +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 795FB1B26E; Fri, 4 Jun 2021 10:13:20 +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 154ADKnc080221; Fri, 4 Jun 2021 10:13:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 154ADKFq080220; Fri, 4 Jun 2021 10:13:20 GMT (envelope-from git) Date: Fri, 4 Jun 2021 10:13:20 GMT Message-Id: <202106041013.154ADKFq080220@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: =?utf-8?B?RmVybmFuZG8gQXBlc3RlZ3XDrWE=?= Subject: git: 96419941beda - 2021Q2 - lang/tauthon: Update to 2.8.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fernape X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 96419941bedafbce043e6a9a834f575812187652 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, 04 Jun 2021 10:13:20 -0000 The branch 2021Q2 has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=96419941bedafbce043e6a9a834f575812187652 commit 96419941bedafbce043e6a9a834f575812187652 Author: Fernando Apesteguía AuthorDate: 2021-06-04 07:47:40 +0000 Commit: Fernando Apesteguía CommitDate: 2021-06-04 10:05:35 +0000 lang/tauthon: Update to 2.8.3 ChangeLog: https://github.com/naftaliharris/tauthon/blob/master/Misc/NEWS.d/2.8.3.rst PR: 256387 Reported by: olivier.freebsd@free.fr (maintainer) Security: CVE-2020-8492 MFH: 2021Q2 (cherry picked from commit 7d98dad380fae35c1a1f64e1b86c3488aef24d0f) --- lang/tauthon/Makefile | 20 ++++++----- lang/tauthon/distinfo | 6 ++-- lang/tauthon/files/patch-setup.py | 2 +- lang/tauthon/files/patch-setup_metadata.py | 29 --------------- lang/tauthon/pkg-plist | 58 +++++++++++++++++++++++++----- 5 files changed, 64 insertions(+), 51 deletions(-) diff --git a/lang/tauthon/Makefile b/lang/tauthon/Makefile index 4fdf9bf91c28..59ae9f70868a 100644 --- a/lang/tauthon/Makefile +++ b/lang/tauthon/Makefile @@ -7,11 +7,11 @@ # -- Olivier Certner PORTNAME= tauthon DISTVERSIONPREFIX= v -DISTVERSION= 2.8.2 +DISTVERSION= 2.8.3 CATEGORIES= lang python MAINTAINER= olce.freebsd.ports@certner.fr -COMMENT= Backward-compatible fork of Python 2.7 interpreter with Python 3.x features +COMMENT= Backwards-compatible fork of CPython 2.7 with Python 3.x features LICENSE= PSFL @@ -26,6 +26,7 @@ GH_ACCOUNT= naftaliharris GH_PROJECT= tauthon USE_LDCONFIG= yes +GNU_CONFIGURE= yes # Piggyback on Python support in shebangfix python_CMD= ${PREFIX}/bin/${NAME_VERSION} # Better be safe than sorry @@ -41,7 +42,6 @@ python_CMD= ${PREFIX}/bin/${NAME_VERSION} SHEBANG_FILES+= ${_DIRS}/*.py .endfor -GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared CONFIGURE_ENV+= ac_cv_opt_olimit_ok=no OPT="" # Null out OPT to respect user CFLAGS and remove optimizations @@ -53,7 +53,8 @@ TEST_ARGS= TESTOPTS=-j${MAKE_JOBS_NUMBER} MAKE_ARGS+= INSTALL_SHARED="${INSTALL_LIB}" # Strip shared library PLIST_SUB= ABI=${ABIFLAGS} \ - PORTVERSION=${PORTVERSION} \ + DISTVERSION=${DISTVERSION} \ + VERSION_LONG=${VERSION_LONG} \ VERSION_NOMICRO=${VERSION_NOMICRO} \ OSMAJOR=${OSVERSION:C/([0-9]*)[0-9]{5}/\1/} # For plat-freebsd* in pkg-plist. https://bugs.python.org/issue19554 @@ -99,11 +100,12 @@ THREADS_LDFLAGS= -lpthread UCS2_CONFIGURE_ENABLE= unicode=ucs2 UCS4_CONFIGURE_ENABLE= unicode=ucs4 -PYTHON_PORTVERSION= ${DISTVERSION} - +VERSION_LONG= ${DISTVERSION:S/a/.alpha./:S/b/.beta./:C/^([^a-z]*)\$/\1.final.0/} VERSION_NOMICRO= ${DISTVERSION:R} NAME_VERSION= tauthon${VERSION_NOMICRO} +DISABLED_MODULES= _bsddb _sqlite3 _tkinter gdbm + .include # https://bugs.python.org/issue22521 @@ -135,6 +137,7 @@ CFLAGS+= -DPYTHON_DEFAULT_RECURSION_LIMIT=900 # See https://bugs.freebsd.org/115940 and https://bugs.freebsd.org/193650 .if !exists(/usr/bin/ypcat) || defined(WITHOUT_NIS) PLIST_SUB+= NO_NIS="@comment " +DISABLED_MODULES+= nis .else PLIST_SUB+= NO_NIS="" .endif @@ -143,10 +146,9 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/local/bin/python|${python_CMD}|' \ ${WRKSRC}/Lib/cgi.py -.if !exists(/usr/bin/ypcat) || defined(WITHOUT_NIS) - @${REINPLACE_CMD} -e 's/disabled_module_list =[^]]*/&, "nis"/' \ + @${REINPLACE_CMD} -e \ + 's/%%DISABLED_MODULES%%/${DISABLED_MODULES:C/^(.*)$/"\1", /g}/g' \ ${WRKSRC}/setup.py -.endif post-install: # Create symlink for tauthon executable diff --git a/lang/tauthon/distinfo b/lang/tauthon/distinfo index bdd63df0f9aa..e38c879a498f 100644 --- a/lang/tauthon/distinfo +++ b/lang/tauthon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1604584539 -SHA256 (naftaliharris-tauthon-v2.8.2_GH0.tar.gz) = 9423756fcb0afb652ae1ce3c7f0ac195e731e3a4f535a703991cf76bcb3ce267 -SIZE (naftaliharris-tauthon-v2.8.2_GH0.tar.gz) = 17701363 +TIMESTAMP = 1622652756 +SHA256 (naftaliharris-tauthon-v2.8.3_GH0.tar.gz) = 09a14777b5e7bf503bdc1959a5e9fabbf09781266689213adfc8c535ea4a7c17 +SIZE (naftaliharris-tauthon-v2.8.3_GH0.tar.gz) = 17718271 diff --git a/lang/tauthon/files/patch-setup.py b/lang/tauthon/files/patch-setup.py index e3223582a88d..7d2b60e29d67 100644 --- a/lang/tauthon/files/patch-setup.py +++ b/lang/tauthon/files/patch-setup.py @@ -20,7 +20,7 @@ # This global variable is used to hold the list of modules to be disabled. -disabled_module_list = [] -+disabled_module_list = ["_bsddb", "_sqlite3", "_tkinter", "gdbm", "mpz"] ++disabled_module_list = [%%DISABLED_MODULES%%] def add_dir_to_list(dirlist, dir): """Add the directory 'dir' to the list 'dirlist' (at the front) if diff --git a/lang/tauthon/files/patch-setup_metadata.py b/lang/tauthon/files/patch-setup_metadata.py deleted file mode 100644 index 3f1df2b826e0..000000000000 --- a/lang/tauthon/files/patch-setup_metadata.py +++ /dev/null @@ -1,29 +0,0 @@ ---- setup.py 2020-11-10 14:32:40.701965000 +0000 -+++ setup.py 2020-11-10 14:53:04.048189000 +0000 -@@ -2329,6 +2329,10 @@ - listed here, it may still be supported, if there's a C compiler for - it. Ask around on comp.lang.python -- or just try compiling Python - yourself. -+ -+This implementation, Tauthon, is a backward-compatible fork of -+Python's 2.7.18 interpreter with new syntax, builtins, and libraries -+backported from Python 3.x. - """ - - CLASSIFIERS = """ -@@ -2345,12 +2349,12 @@ - import warnings - warnings.filterwarnings("ignore",category=DeprecationWarning) - setup(# PyPI Metadata (PEP 301) - name = "Python", - version = sys.version.split()[0], -- url = "http://www.python.org/%s" % sys.version[:3], -- maintainer = "Guido van Rossum and the Python community", -- maintainer_email = "python-dev@python.org", -+ url = "https://github.com/naftaliharris/tauthon", -+ maintainer = "Guido van Rossum, the Python community \ -+and the Tauthon developers", - description = "A high-level object-oriented programming language", - long_description = SUMMARY.strip(), - license = "PSF license", - classifiers = filter(None, CLASSIFIERS.split("\n")), diff --git a/lang/tauthon/pkg-plist b/lang/tauthon/pkg-plist index d4d1db4cb4d7..a123921e8180 100644 --- a/lang/tauthon/pkg-plist +++ b/lang/tauthon/pkg-plist @@ -351,9 +351,12 @@ lib/tauthon%%VERSION_NOMICRO%%/codecs.pyo lib/tauthon%%VERSION_NOMICRO%%/codeop.py lib/tauthon%%VERSION_NOMICRO%%/codeop.pyc lib/tauthon%%VERSION_NOMICRO%%/codeop.pyo -lib/tauthon%%VERSION_NOMICRO%%/collections.py -lib/tauthon%%VERSION_NOMICRO%%/collections.pyc -lib/tauthon%%VERSION_NOMICRO%%/collections.pyo +lib/tauthon%%VERSION_NOMICRO%%/collections/__init__.py +lib/tauthon%%VERSION_NOMICRO%%/collections/__init__.pyc +lib/tauthon%%VERSION_NOMICRO%%/collections/__init__.pyo +lib/tauthon%%VERSION_NOMICRO%%/collections/abc.py +lib/tauthon%%VERSION_NOMICRO%%/collections/abc.pyc +lib/tauthon%%VERSION_NOMICRO%%/collections/abc.pyo lib/tauthon%%VERSION_NOMICRO%%/colorsys.py lib/tauthon%%VERSION_NOMICRO%%/colorsys.pyc lib/tauthon%%VERSION_NOMICRO%%/colorsys.pyo @@ -433,6 +436,9 @@ lib/tauthon%%VERSION_NOMICRO%%/copy.pyo lib/tauthon%%VERSION_NOMICRO%%/copy_reg.py lib/tauthon%%VERSION_NOMICRO%%/copy_reg.pyc lib/tauthon%%VERSION_NOMICRO%%/copy_reg.pyo +lib/tauthon%%VERSION_NOMICRO%%/copyreg.py +lib/tauthon%%VERSION_NOMICRO%%/copyreg.pyc +lib/tauthon%%VERSION_NOMICRO%%/copyreg.pyo lib/tauthon%%VERSION_NOMICRO%%/csv.py lib/tauthon%%VERSION_NOMICRO%%/csv.pyc lib/tauthon%%VERSION_NOMICRO%%/csv.pyo @@ -1538,6 +1544,21 @@ lib/tauthon%%VERSION_NOMICRO%%/htmlentitydefs.pyo lib/tauthon%%VERSION_NOMICRO%%/htmllib.py lib/tauthon%%VERSION_NOMICRO%%/htmllib.pyc lib/tauthon%%VERSION_NOMICRO%%/htmllib.pyo +lib/tauthon%%VERSION_NOMICRO%%/http/__init__.py +lib/tauthon%%VERSION_NOMICRO%%/http/__init__.pyc +lib/tauthon%%VERSION_NOMICRO%%/http/__init__.pyo +lib/tauthon%%VERSION_NOMICRO%%/http/client.py +lib/tauthon%%VERSION_NOMICRO%%/http/client.pyc +lib/tauthon%%VERSION_NOMICRO%%/http/client.pyo +lib/tauthon%%VERSION_NOMICRO%%/http/cookiejar.py +lib/tauthon%%VERSION_NOMICRO%%/http/cookiejar.pyc +lib/tauthon%%VERSION_NOMICRO%%/http/cookiejar.pyo +lib/tauthon%%VERSION_NOMICRO%%/http/cookies.py +lib/tauthon%%VERSION_NOMICRO%%/http/cookies.pyc +lib/tauthon%%VERSION_NOMICRO%%/http/cookies.pyo +lib/tauthon%%VERSION_NOMICRO%%/http/server.py +lib/tauthon%%VERSION_NOMICRO%%/http/server.pyc +lib/tauthon%%VERSION_NOMICRO%%/http/server.pyo lib/tauthon%%VERSION_NOMICRO%%/httplib.py lib/tauthon%%VERSION_NOMICRO%%/httplib.pyc lib/tauthon%%VERSION_NOMICRO%%/httplib.pyo @@ -1919,7 +1940,7 @@ lib/tauthon%%VERSION_NOMICRO%%/json/tool.pyo lib/tauthon%%VERSION_NOMICRO%%/keyword.py lib/tauthon%%VERSION_NOMICRO%%/keyword.pyc lib/tauthon%%VERSION_NOMICRO%%/keyword.pyo -lib/tauthon%%VERSION_NOMICRO%%/lib-dynload/Python-%%PORTVERSION%%-py%%VERSION_NOMICRO%%.egg-info +lib/tauthon%%VERSION_NOMICRO%%/lib-dynload/Python-%%DISTVERSION%%-py%%VERSION_NOMICRO%%.egg-info lib/tauthon%%VERSION_NOMICRO%%/lib-dynload/_bisect.so lib/tauthon%%VERSION_NOMICRO%%/lib-dynload/_codecs_cn.so lib/tauthon%%VERSION_NOMICRO%%/lib-dynload/_codecs_hk.so @@ -2093,9 +2114,9 @@ lib/tauthon%%VERSION_NOMICRO%%/lib-tk/turtle.py lib/tauthon%%VERSION_NOMICRO%%/lib-tk/turtle.pyc lib/tauthon%%VERSION_NOMICRO%%/lib-tk/turtle.pyo lib/tauthon%%VERSION_NOMICRO%%/lib2to3/Grammar.txt -lib/tauthon%%VERSION_NOMICRO%%/lib2to3/Grammar%%PORTVERSION%%.final.0.pickle +lib/tauthon%%VERSION_NOMICRO%%/lib2to3/Grammar%%VERSION_LONG%%.pickle lib/tauthon%%VERSION_NOMICRO%%/lib2to3/PatternGrammar.txt -lib/tauthon%%VERSION_NOMICRO%%/lib2to3/PatternGrammar%%PORTVERSION%%.final.0.pickle +lib/tauthon%%VERSION_NOMICRO%%/lib2to3/PatternGrammar%%VERSION_LONG%%.pickle lib/tauthon%%VERSION_NOMICRO%%/lib2to3/__init__.py lib/tauthon%%VERSION_NOMICRO%%/lib2to3/__init__.pyc lib/tauthon%%VERSION_NOMICRO%%/lib2to3/__init__.pyo @@ -3059,6 +3080,7 @@ lib/tauthon%%VERSION_NOMICRO%%/test/randv3.pck lib/tauthon%%VERSION_NOMICRO%%/test/re_tests.py lib/tauthon%%VERSION_NOMICRO%%/test/re_tests.pyc lib/tauthon%%VERSION_NOMICRO%%/test/re_tests.pyo +lib/tauthon%%VERSION_NOMICRO%%/test/recursion.tar lib/tauthon%%VERSION_NOMICRO%%/test/regrtest.py lib/tauthon%%VERSION_NOMICRO%%/test/regrtest.pyc lib/tauthon%%VERSION_NOMICRO%%/test/regrtest.pyo @@ -4295,6 +4317,9 @@ lib/tauthon%%VERSION_NOMICRO%%/test/test_urllib2_localnet.pyo lib/tauthon%%VERSION_NOMICRO%%/test/test_urllib2net.py lib/tauthon%%VERSION_NOMICRO%%/test/test_urllib2net.pyc lib/tauthon%%VERSION_NOMICRO%%/test/test_urllib2net.pyo +lib/tauthon%%VERSION_NOMICRO%%/test/test_urllib_parse.py +lib/tauthon%%VERSION_NOMICRO%%/test/test_urllib_parse.pyc +lib/tauthon%%VERSION_NOMICRO%%/test/test_urllib_parse.pyo lib/tauthon%%VERSION_NOMICRO%%/test/test_urllibnet.py lib/tauthon%%VERSION_NOMICRO%%/test/test_urllibnet.pyc lib/tauthon%%VERSION_NOMICRO%%/test/test_urllibnet.pyo @@ -4537,9 +4562,24 @@ lib/tauthon%%VERSION_NOMICRO%%/unittest/test/test_suite.pyo lib/tauthon%%VERSION_NOMICRO%%/unittest/util.py lib/tauthon%%VERSION_NOMICRO%%/unittest/util.pyc lib/tauthon%%VERSION_NOMICRO%%/unittest/util.pyo -lib/tauthon%%VERSION_NOMICRO%%/urllib.py -lib/tauthon%%VERSION_NOMICRO%%/urllib.pyc -lib/tauthon%%VERSION_NOMICRO%%/urllib.pyo +lib/tauthon%%VERSION_NOMICRO%%/urllib/__init__.py +lib/tauthon%%VERSION_NOMICRO%%/urllib/__init__.pyc +lib/tauthon%%VERSION_NOMICRO%%/urllib/__init__.pyo +lib/tauthon%%VERSION_NOMICRO%%/urllib/error.py +lib/tauthon%%VERSION_NOMICRO%%/urllib/error.pyc +lib/tauthon%%VERSION_NOMICRO%%/urllib/error.pyo +lib/tauthon%%VERSION_NOMICRO%%/urllib/parse.py +lib/tauthon%%VERSION_NOMICRO%%/urllib/parse.pyc +lib/tauthon%%VERSION_NOMICRO%%/urllib/parse.pyo +lib/tauthon%%VERSION_NOMICRO%%/urllib/request.py +lib/tauthon%%VERSION_NOMICRO%%/urllib/request.pyc +lib/tauthon%%VERSION_NOMICRO%%/urllib/request.pyo +lib/tauthon%%VERSION_NOMICRO%%/urllib/response.py +lib/tauthon%%VERSION_NOMICRO%%/urllib/response.pyc +lib/tauthon%%VERSION_NOMICRO%%/urllib/response.pyo +lib/tauthon%%VERSION_NOMICRO%%/urllib/robotparser.py +lib/tauthon%%VERSION_NOMICRO%%/urllib/robotparser.pyc +lib/tauthon%%VERSION_NOMICRO%%/urllib/robotparser.pyo lib/tauthon%%VERSION_NOMICRO%%/urllib2.py lib/tauthon%%VERSION_NOMICRO%%/urllib2.pyc lib/tauthon%%VERSION_NOMICRO%%/urllib2.pyo From owner-dev-commits-ports-branches@freebsd.org Fri Jun 4 10:26:17 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 11D6F64C0B1; Fri, 4 Jun 2021 10:26:17 +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 4FxJp100xYz4qMm; Fri, 4 Jun 2021 10:26:17 +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 DC8041B1EA; Fri, 4 Jun 2021 10:26: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 154AQGI4093909; Fri, 4 Jun 2021 10:26:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 154AQGCV093908; Fri, 4 Jun 2021 10:26:16 GMT (envelope-from git) Date: Fri, 4 Jun 2021 10:26:16 GMT Message-Id: <202106041026.154AQGCV093908@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Lewis Cook Subject: git: 073656063b7c - 2021Q2 - sysutils/zrepl: pidfile should be world-readable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lcook X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 073656063b7ce50ecfb7851bdc02966eb54d783b 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, 04 Jun 2021 10:26:17 -0000 The branch 2021Q2 has been updated by lcook: URL: https://cgit.FreeBSD.org/ports/commit/?id=073656063b7ce50ecfb7851bdc02966eb54d783b commit 073656063b7ce50ecfb7851bdc02966eb54d783b Author: Alan Somers AuthorDate: 2021-06-04 10:15:57 +0000 Commit: Lewis Cook CommitDate: 2021-06-04 10:24:14 +0000 sysutils/zrepl: pidfile should be world-readable PR: 255981 (cherry picked from commit 2a866a1b4fd0e2ce6d07904c920f98e7d994bd59) --- sysutils/zrepl/Makefile | 1 + sysutils/zrepl/files/zrepl.in | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/zrepl/Makefile b/sysutils/zrepl/Makefile index 38ded8f82ac8..124fc8f2eff4 100644 --- a/sysutils/zrepl/Makefile +++ b/sysutils/zrepl/Makefile @@ -3,6 +3,7 @@ PORTNAME= zrepl DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/zrepl/files/zrepl.in b/sysutils/zrepl/files/zrepl.in index 128cd406f652..57a4d48ce0b6 100644 --- a/sysutils/zrepl/files/zrepl.in +++ b/sysutils/zrepl/files/zrepl.in @@ -54,8 +54,8 @@ extra_commands="configtest" zrepl_precmd() { if [ ! -d "/var/run/zrepl/stdinserver" ]; then - install -d -g ${zrepl_group} -o ${zrepl_user} -m 0700 -- "/var/run/zrepl"; - install -d -g ${zrepl_group} -o ${zrepl_user} -m 0700 -- "/var/run/zrepl/stdinserver"; + install -d -g ${zrepl_group} -o ${zrepl_user} -m 0755 -- "/var/run/zrepl"; + install -d -g ${zrepl_group} -o ${zrepl_user} -m 0755 -- "/var/run/zrepl/stdinserver"; fi if [ ! -e "${pidfile}" ]; then From owner-dev-commits-ports-branches@freebsd.org Fri Jun 4 11:19:29 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 3BF3764D0B3; Fri, 4 Jun 2021 11:19:29 +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 4FxKzP11Zmz3GDP; Fri, 4 Jun 2021 11:19:29 +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 07EC31C128; Fri, 4 Jun 2021 11:19:29 +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 154BJSdQ060712; Fri, 4 Jun 2021 11:19:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 154BJSll060711; Fri, 4 Jun 2021 11:19:28 GMT (envelope-from git) Date: Fri, 4 Jun 2021 11:19:28 GMT Message-Id: <202106041119.154BJSll060711@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Muhammad Moinur Rahman Subject: git: 31cb875c1848 - 2021Q2 - security/lasso: Update version 2.6.1=>2.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bofh X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 31cb875c1848322ede316e44aeee8ce4873bf738 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, 04 Jun 2021 11:19:29 -0000 The branch 2021Q2 has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=31cb875c1848322ede316e44aeee8ce4873bf738 commit 31cb875c1848322ede316e44aeee8ce4873bf738 Author: Muhammad Moinur Rahman AuthorDate: 2021-06-04 10:54:47 +0000 Commit: Muhammad Moinur Rahman CommitDate: 2021-06-04 11:18:50 +0000 security/lasso: Update version 2.6.1=>2.7.0 Relnotes: https://git.entrouvert.org/lasso.git/tree/NEWS?id=v2.7.0 Security: https://www.vuxml.org/freebsd/417de1e6-c31b-11eb-9633-b42e99a1b9c3.html (cherry picked from commit fcbade26f768bbcf2556a61fa8b5a622a9a77260) --- security/lasso/Makefile | 2 +- security/lasso/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/lasso/Makefile b/security/lasso/Makefile index 722cf070c45c..a59713bc48c2 100644 --- a/security/lasso/Makefile +++ b/security/lasso/Makefile @@ -1,7 +1,7 @@ # Created by: Gea-Suan Lin PORTNAME= lasso -PORTVERSION= 2.6.1 +PORTVERSION= 2.7.0 CATEGORIES= security MASTER_SITES= https://dev.entrouvert.org/releases/lasso/ diff --git a/security/lasso/distinfo b/security/lasso/distinfo index d793ffb03e49..102bf0170554 100644 --- a/security/lasso/distinfo +++ b/security/lasso/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1587757511 -SHA256 (lasso-2.6.1.tar.gz) = f8a8dbce238802f6bb9c3b8bd528b4dce2a1dc44e2d34d8d839aa54fbc8ed1de -SIZE (lasso-2.6.1.tar.gz) = 4514418 +TIMESTAMP = 1622784092 +SHA256 (lasso-2.7.0.tar.gz) = 9282f2a546ee84b6d3a8236970fea3a47bea51cb247c31a05a374c22eb451d8d +SIZE (lasso-2.7.0.tar.gz) = 6332202 From owner-dev-commits-ports-branches@freebsd.org Fri Jun 4 12:04: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 F3D9164DB45; Fri, 4 Jun 2021 12:04:12 +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 4FxLz06f6mz3L7c; Fri, 4 Jun 2021 12:04:12 +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 CBE821CABA; Fri, 4 Jun 2021 12:04:12 +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 154C4CFx027771; Fri, 4 Jun 2021 12:04:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 154C4CFX027770; Fri, 4 Jun 2021 12:04:12 GMT (envelope-from git) Date: Fri, 4 Jun 2021 12:04:12 GMT Message-Id: <202106041204.154C4CFX027770@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: 8bdd9fb6c2d7 - 2021Q2 - githooks: Adjust hooks for the ports tree 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: 8bdd9fb6c2d765da8cfda5a9c3f20ff46202ad11 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, 04 Jun 2021 12:04:13 -0000 The branch 2021Q2 has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=8bdd9fb6c2d765da8cfda5a9c3f20ff46202ad11 commit 8bdd9fb6c2d765da8cfda5a9c3f20ff46202ad11 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-04-22 09:42:56 +0000 Commit: Mathieu Arnold CommitDate: 2021-06-04 12:03:30 +0000 githooks: Adjust hooks for the ports tree - Capitalize the topic line: this way the example is consistent with the desired style. - Update the description of MFH. - Point the Pull Request field to the ports repo on GitHub. Reviewed by: mat, bapt Differential Revision: https://reviews.freebsd.org/D29861 (cherry picked from commit 37dfa4eeea6de2ae698ca8bb0023835c9f28f7b9) --- .hooks/prepare-commit-msg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.hooks/prepare-commit-msg b/.hooks/prepare-commit-msg index d2d1536cfcca..e4e94960988e 100755 --- a/.hooks/prepare-commit-msg +++ b/.hooks/prepare-commit-msg @@ -40,7 +40,7 @@ outfile=$(mktemp /tmp/freebsd-git-commit.XXXXXXXX) cat >"$outfile" < # 72 columns --| # @@ -53,11 +53,11 @@ $(awk '1;/^#$/{exit}' "$1") # Approved by: # Obtained from: # Fixes: -# MFH: +# MFH: # Relnotes: # Security: # Sponsored by: -# Pull Request: /pull/###> +# Pull Request: # Differential Revision: # # "Pull Request" and "Differential Revision" require the *full* GitHub or From owner-dev-commits-ports-branches@freebsd.org Fri Jun 4 12:04:14 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 4311464DBA3; Fri, 4 Jun 2021 12:04:14 +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 4FxLz20Zb2z3L7h; Fri, 4 Jun 2021 12:04:14 +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 EC5C91CE96; Fri, 4 Jun 2021 12:04: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 154C4DaI027792; Fri, 4 Jun 2021 12:04:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 154C4DGV027791; Fri, 4 Jun 2021 12:04:13 GMT (envelope-from git) Date: Fri, 4 Jun 2021 12:04:13 GMT Message-Id: <202106041204.154C4DGV027791@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: 196cb1deb76c - 2021Q2 - githooks: Rework authorship instructions. 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: 196cb1deb76c167cc1a853917dec42184b773d8b 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, 04 Jun 2021 12:04:14 -0000 The branch 2021Q2 has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=196cb1deb76c167cc1a853917dec42184b773d8b commit 196cb1deb76c167cc1a853917dec42184b773d8b Author: Mathieu Arnold AuthorDate: 2021-04-22 09:47:14 +0000 Commit: Mathieu Arnold CommitDate: 2021-06-04 12:03:44 +0000 githooks: Rework authorship instructions. While there, move them upwards so they are not hidden at the far end of the template. (cherry picked from commit 5b7c17856512900d2a13be547869b734a527a57b) --- .hooks/prepare-commit-msg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.hooks/prepare-commit-msg b/.hooks/prepare-commit-msg index e4e94960988e..12f26c74d0b6 100755 --- a/.hooks/prepare-commit-msg +++ b/.hooks/prepare-commit-msg @@ -44,6 +44,9 @@ $(awk '1;/^#$/{exit}' "$1") # # 72 columns --| # +# Do not add a Submitted by line. If someone besides the committer sent in the +# change, the commit author should be set using \`git commit --author\`. +# # Uncomment and complete these metadata fields, as appropriate: # # PR: @@ -61,8 +64,7 @@ $(awk '1;/^#$/{exit}' "$1") # Differential Revision: # # "Pull Request" and "Differential Revision" require the *full* GitHub or -# Phabricator URL. The commit author should be set appropriately, using -# \`git commit --author\` if someone besides the committer sent in the change. +# Phabricator URL. $(awk '/^#$/,EOF' "$1") EOF From owner-dev-commits-ports-branches@freebsd.org Fri Jun 4 12:04:15 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 8E3E564DA5D; Fri, 4 Jun 2021 12:04:15 +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 4FxLz32cRtz3LG4; Fri, 4 Jun 2021 12:04:15 +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 1CE761CE99; Fri, 4 Jun 2021 12:04: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 154C4FNl027813; Fri, 4 Jun 2021 12:04:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 154C4FKr027812; Fri, 4 Jun 2021 12:04:15 GMT (envelope-from git) Date: Fri, 4 Jun 2021 12:04:15 GMT Message-Id: <202106041204.154C4FKr027812@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: d1c97575f0c5 - 2021Q2 - .hooks/prepare-commit-msg: Cleanup. 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: d1c97575f0c50b8c18d1958eefb258ba7b176452 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, 04 Jun 2021 12:04:15 -0000 The branch 2021Q2 has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=d1c97575f0c50b8c18d1958eefb258ba7b176452 commit d1c97575f0c50b8c18d1958eefb258ba7b176452 Author: Mathieu Arnold AuthorDate: 2021-06-04 11:52:18 +0000 Commit: Mathieu Arnold CommitDate: 2021-06-04 12:03:53 +0000 .hooks/prepare-commit-msg: Cleanup. Instead of writing everything in the new commit template all at once in a large here document, do it cleanly one command at a time. (cherry picked from commit d744a8de4295aa3ba4fc6caf011743d661d98e29) --- .hooks/prepare-commit-msg | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.hooks/prepare-commit-msg b/.hooks/prepare-commit-msg index 12f26c74d0b6..88440fee43cc 100755 --- a/.hooks/prepare-commit-msg +++ b/.hooks/prepare-commit-msg @@ -26,6 +26,7 @@ merge) esac outfile=$(mktemp /tmp/freebsd-git-commit.XXXXXXXX) +exec 3> "$outfile" # Create a commit message template from three parts: # @@ -38,8 +39,9 @@ outfile=$(mktemp /tmp/freebsd-git-commit.XXXXXXXX) # line to the end of the file) which lists files staged for commit, files # not staged, and untracked files. -cat >"$outfile" <&3 + +cat >&3 < # 72 columns --| @@ -65,7 +67,10 @@ $(awk '1;/^#$/{exit}' "$1") # # "Pull Request" and "Differential Revision" require the *full* GitHub or # Phabricator URL. -$(awk '/^#$/,EOF' "$1") EOF +awk '/^#$/,EOF' "$1" >&3 + +exec 3>&- + mv "$outfile" "$1" From owner-dev-commits-ports-branches@freebsd.org Fri Jun 4 12:04: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 C02DE64D9E3; Fri, 4 Jun 2021 12:04: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 4FxLz42J5nz3L4s; Fri, 4 Jun 2021 12:04: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 3719D1CE9A; Fri, 4 Jun 2021 12:04: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 154C4GYx027839; Fri, 4 Jun 2021 12:04:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 154C4G5E027838; Fri, 4 Jun 2021 12:04:16 GMT (envelope-from git) Date: Fri, 4 Jun 2021 12:04:16 GMT Message-Id: <202106041204.154C4G5E027838@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: aa2e78813048 - 2021Q2 - .hooks/prepare-commit-msg: Enhance commit-msg hook. 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: aa2e788130488c99c8730f6b181ac73a87a9dade 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, 04 Jun 2021 12:04:16 -0000 The branch 2021Q2 has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=aa2e788130488c99c8730f6b181ac73a87a9dade commit aa2e788130488c99c8730f6b181ac73a87a9dade Author: Mathieu Arnold AuthorDate: 2021-06-04 11:53:38 +0000 Commit: Mathieu Arnold CommitDate: 2021-06-04 12:03:58 +0000 .hooks/prepare-commit-msg: Enhance commit-msg hook. If a single port is updated, the hook now pre-fills in an appropriate subject line. (cherry picked from commit 5147b3b5e10fcd48d3679bd0e7b261f345440881) --- .hooks/prepare-commit-msg | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.hooks/prepare-commit-msg b/.hooks/prepare-commit-msg index 88440fee43cc..00c27a46c36d 100755 --- a/.hooks/prepare-commit-msg +++ b/.hooks/prepare-commit-msg @@ -28,6 +28,25 @@ esac outfile=$(mktemp /tmp/freebsd-git-commit.XXXXXXXX) exec 3> "$outfile" +if [ -z "$3" ] +then + what=$(git diff-index --name-only --cached --diff-filter=ACMR HEAD|sed -Ee 's/^([^\/]+\/[^\/]+).*/\1/'|sort -u|xargs) + + case $what in + *\ *) + # More than one port, do nothing + ;; + *) + # One port, prepare the commit message. + { + echo "# Uncomment and add a short description of why things changed." + echo "# $what: " + echo + } >&3 + ;; +esac +fi + # Create a commit message template from three parts: # # 1. The beginning of the git-provided template (up to the first comment-only From owner-dev-commits-ports-branches@freebsd.org Fri Jun 4 12:24:28 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 D923664E0E6; Fri, 4 Jun 2021 12:24:28 +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 4FxMQN5przz3MLD; Fri, 4 Jun 2021 12:24:28 +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 AFA881D145; Fri, 4 Jun 2021 12:24:28 +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 154COSrh054035; Fri, 4 Jun 2021 12:24:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 154COSio054034; Fri, 4 Jun 2021 12:24:28 GMT (envelope-from git) Date: Fri, 4 Jun 2021 12:24:28 GMT Message-Id: <202106041224.154COSio054034@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: facf9c2daf17 - 2021Q2 - databases/sqldeveloper: Update to 20.4.1.407.0006 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: facf9c2daf17a2152b97b7b4d4e50f4aeca86b70 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, 04 Jun 2021 12:24:28 -0000 The branch 2021Q2 has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=facf9c2daf17a2152b97b7b4d4e50f4aeca86b70 commit facf9c2daf17a2152b97b7b4d4e50f4aeca86b70 Author: Chris Moerz AuthorDate: 2021-06-04 11:54:00 +0000 Commit: Juraj Lutter CommitDate: 2021-06-04 12:23:17 +0000 databases/sqldeveloper: Update to 20.4.1.407.0006 - Update to 20.4.1.407.006 And while here, also Reformat Makefile a bit. PR: 256397 Approved by: vvd@unislabs.com (maintainer) (cherry picked from commit a52149b28546dcae017b403ecb0a596f0ec2d1b1) --- databases/sqldeveloper/Makefile | 46 ++++----- databases/sqldeveloper/distinfo | 6 +- databases/sqldeveloper/pkg-plist | 203 +++++++++++++++++++++++++++------------ 3 files changed, 168 insertions(+), 87 deletions(-) diff --git a/databases/sqldeveloper/Makefile b/databases/sqldeveloper/Makefile index 19f21c62a251..b38ff65c8b98 100644 --- a/databases/sqldeveloper/Makefile +++ b/databases/sqldeveloper/Makefile @@ -1,8 +1,5 @@ -# Created by: jjuanino@gmail.com - PORTNAME= sqldeveloper -DISTVERSION= 20.2.0.175.1842 -PORTREVISION= 1 +DISTVERSION= 20.4.1.407.0006 DISTVERSIONSUFFIX= -no-jre CATEGORIES= databases java # https://www.oracle.com/tools/downloads/sqldev-downloads.html @@ -12,51 +9,50 @@ DIST_SUBDIR= oracle MAINTAINER= vvd@unislabs.com COMMENT= Graphical tool for database development -RUN_DEPENDS= bash:shells/bash - -USES= gnome zip - # https://www.oracle.com/downloads/licenses/sqldev-license.html LICENSE_NAME= OTN LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror -USE_JAVA= yes -INSTALLS_ICONS= yes +RUN_DEPENDS= bash:shells/bash +USES= gnome zip +INSTALLS_ICONS= yes +USE_JAVA= yes JAVA_VERSION= 11+ +DATADIR= ${JAVASHAREDIR}/${PORTNAME} NO_BUILD= yes +SUB_FILES= ${PORTNAME}.desktop ${PORTNAME}.sh +SUB_LIST= JAVA_HOME=${JAVA_HOME} \ + PORTNAME=${PORTNAME} + +WRKSRC= ${WRKDIR}/${PORTNAME} OPTIONS_DEFINE= OPENJFX14 OPTIONS_DEFAULT= OPENJFX14 OPENJFX14_DESC= Use JavaFX 14 (can work without it with some limitations) OPENJFX14_RUN_DEPENDS= openjfx14>=0:java/openjfx14 -DATADIR= ${JAVASHAREDIR}/${PORTNAME} -WRKSRC= ${WRKDIR}/${PORTNAME} -SUB_FILES= ${PORTNAME}.desktop ${PORTNAME}.sh -SUB_LIST= JAVA_HOME=${JAVA_HOME} \ - PORTNAME=${PORTNAME} - .include .if ${PORT_OPTIONS:MOPENJFX14} OPENJFX14_JVM_OPTIONS= -J--module-path=${LOCALBASE}/openjfx14/lib \ -J--add-modules=javafx.swing,javafx.web .endif -SUB_LIST+= OPENJFX14_JVM_OPTIONS="${OPENJFX14_JVM_OPTIONS}" +SUB_LIST+= OPENJFX14_JVM_OPTIONS="${OPENJFX14_JVM_OPTIONS}" .include .if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= due to Oracle license restrictions, you must fetch the source \ -distribution manually. Please access \ -https://www.oracle.com/tools/downloads/sqldev-downloads.html \ -with a web browser and follow the link for the ${DISTFILES}. You will be \ -required to register and log in, but you can create an account on that \ -page. After registration and accepting the Oracle License, download the \ -distribution file, ${DISTFILES}, into ${DISTDIR}/${DIST_SUBDIR}/ and then \ -restart this installation +IGNORE= due to Oracle license restrictions, you must fetch the \ + source distribution manually. Please access \ + https://www.oracle.com/tools/downloads/sqldev-downloads.html \ + with a web browser and follow the link for the ${DISTFILES}. \ + You will be required to register and log in, but you can \ + create an account on that page. After registration and \ + accepting the Oracle License, download the distribution file, \ + ${DISTFILES}, into ${DISTDIR}/${DIST_SUBDIR}/ and then restart \ + this installation .endif do-install: diff --git a/databases/sqldeveloper/distinfo b/databases/sqldeveloper/distinfo index dd09b35432e6..67c36d3f0b61 100644 --- a/databases/sqldeveloper/distinfo +++ b/databases/sqldeveloper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1600973894 -SHA256 (oracle/sqldeveloper-20.2.0.175.1842-no-jre.zip) = f6f87fe4a30fdb6039f1a7cb2701739b8614845e7edc9d8f2b0307ebdcc18ab9 -SIZE (oracle/sqldeveloper-20.2.0.175.1842-no-jre.zip) = 433127943 +TIMESTAMP = 1622708099 +SHA256 (oracle/sqldeveloper-20.4.1.407.0006-no-jre.zip) = 941135b2de75ffd27ef277b7e4538de4d8bdc4050dd2a87af05ce31b2bb7d95f +SIZE (oracle/sqldeveloper-20.4.1.407.0006-no-jre.zip) = 60 diff --git a/databases/sqldeveloper/pkg-plist b/databases/sqldeveloper/pkg-plist index aa88cf494939..2005410638df 100644 --- a/databases/sqldeveloper/pkg-plist +++ b/databases/sqldeveloper/pkg-plist @@ -1,4 +1,4 @@ -bin/sqldeveloper +@(,,750) bin/sqldeveloper share/applications/sqldeveloper.desktop share/icons/hicolor/32x32/apps/sqldeveloper.png %%DATADIR%%/configuration/bundles.info @@ -202,6 +202,7 @@ share/icons/hicolor/32x32/apps/sqldeveloper.png %%DATADIR%%/external/oracle.external.el.jar %%DATADIR%%/external/oracle.external.emapi.jar %%DATADIR%%/external/oracle.external.glassfish-json.jar +%%DATADIR%%/external/oracle.external.guava.jar %%DATADIR%%/external/oracle.external.http-components.jar %%DATADIR%%/external/oracle.external.itext.jar %%DATADIR%%/external/oracle.external.jackson-core.jar @@ -317,6 +318,7 @@ share/icons/hicolor/32x32/apps/sqldeveloper.png %%DATADIR%%/ide/extensions/oracle.ide.webbrowser.jar %%DATADIR%%/ide/extensions/oracle.ide.webupdate.jar %%DATADIR%%/ide/extensions/oracle.ideimpl.peek.jar +%%DATADIR%%/ide/lib/TimingFramework-sources.jar %%DATADIR%%/ide/lib/TimingFramework.jar %%DATADIR%%/ide/lib/annotations.jar %%DATADIR%%/ide/lib/ceditor-text-format.jar @@ -423,27 +425,100 @@ share/icons/hicolor/32x32/apps/sqldeveloper.png %%DATADIR%%/modules/j2ee/jaxb-api.jar %%DATADIR%%/modules/j2ee/jaxb-runtime.jar %%DATADIR%%/modules/j2ee/jaxws-api.jar -%%DATADIR%%/modules/javafx/linux/javafx-base.jar -%%DATADIR%%/modules/javafx/linux/javafx-controls.jar -%%DATADIR%%/modules/javafx/linux/javafx-fxml.jar -%%DATADIR%%/modules/javafx/linux/javafx-graphics.jar -%%DATADIR%%/modules/javafx/linux/javafx-media.jar -%%DATADIR%%/modules/javafx/linux/javafx-swing.jar -%%DATADIR%%/modules/javafx/linux/javafx-web.jar -%%DATADIR%%/modules/javafx/mac/javafx-base.jar -%%DATADIR%%/modules/javafx/mac/javafx-controls.jar -%%DATADIR%%/modules/javafx/mac/javafx-fxml.jar -%%DATADIR%%/modules/javafx/mac/javafx-graphics.jar -%%DATADIR%%/modules/javafx/mac/javafx-media.jar -%%DATADIR%%/modules/javafx/mac/javafx-swing.jar -%%DATADIR%%/modules/javafx/mac/javafx-web.jar -%%DATADIR%%/modules/javafx/win/javafx-base.jar -%%DATADIR%%/modules/javafx/win/javafx-controls.jar -%%DATADIR%%/modules/javafx/win/javafx-fxml.jar -%%DATADIR%%/modules/javafx/win/javafx-graphics.jar -%%DATADIR%%/modules/javafx/win/javafx-media.jar -%%DATADIR%%/modules/javafx/win/javafx-swing.jar -%%DATADIR%%/modules/javafx/win/javafx-web.jar +%%DATADIR%%/modules/javafx/linux-x64/legal/javafx.base/COPYRIGHT +%%DATADIR%%/modules/javafx/linux-x64/legal/javafx.controls/COPYRIGHT +%%DATADIR%%/modules/javafx/linux-x64/legal/javafx.fxml/COPYRIGHT +%%DATADIR%%/modules/javafx/linux-x64/legal/javafx.graphics/COPYRIGHT +%%DATADIR%%/modules/javafx/linux-x64/legal/javafx.graphics/jpeg_fx.md +%%DATADIR%%/modules/javafx/linux-x64/legal/javafx.graphics/mesa3d.md +%%DATADIR%%/modules/javafx/linux-x64/legal/javafx.media/COPYRIGHT +%%DATADIR%%/modules/javafx/linux-x64/legal/javafx.media/directshow.md +%%DATADIR%%/modules/javafx/linux-x64/legal/javafx.media/glib.md +%%DATADIR%%/modules/javafx/linux-x64/legal/javafx.media/gstreamer.md +%%DATADIR%%/modules/javafx/linux-x64/legal/javafx.media/libffi.md +%%DATADIR%%/modules/javafx/linux-x64/legal/javafx.swing/COPYRIGHT +%%DATADIR%%/modules/javafx/linux-x64/legal/javafx.web/COPYRIGHT +%%DATADIR%%/modules/javafx/linux-x64/legal/javafx.web/icu_web.md +%%DATADIR%%/modules/javafx/linux-x64/legal/javafx.web/libxml2.md +%%DATADIR%%/modules/javafx/linux-x64/legal/javafx.web/libxslt.md +%%DATADIR%%/modules/javafx/linux-x64/legal/javafx.web/webkit.md +%%DATADIR%%/modules/javafx/linux-x64/lib/javafx-swt.jar +%%DATADIR%%/modules/javafx/linux-x64/lib/javafx.base.jar +%%DATADIR%%/modules/javafx/linux-x64/lib/javafx.controls.jar +%%DATADIR%%/modules/javafx/linux-x64/lib/javafx.fxml.jar +%%DATADIR%%/modules/javafx/linux-x64/lib/javafx.graphics.jar +%%DATADIR%%/modules/javafx/linux-x64/lib/javafx.media.jar +%%DATADIR%%/modules/javafx/linux-x64/lib/javafx.properties +%%DATADIR%%/modules/javafx/linux-x64/lib/javafx.swing.jar +%%DATADIR%%/modules/javafx/linux-x64/lib/javafx.web.jar +%%DATADIR%%/modules/javafx/linux-x64/lib/src.zip +%%DATADIR%%/modules/javafx/osx-x64/legal/javafx.base/COPYRIGHT +%%DATADIR%%/modules/javafx/osx-x64/legal/javafx.controls/COPYRIGHT +%%DATADIR%%/modules/javafx/osx-x64/legal/javafx.fxml/COPYRIGHT +%%DATADIR%%/modules/javafx/osx-x64/legal/javafx.graphics/COPYRIGHT +%%DATADIR%%/modules/javafx/osx-x64/legal/javafx.graphics/jpeg_fx.md +%%DATADIR%%/modules/javafx/osx-x64/legal/javafx.graphics/mesa3d.md +%%DATADIR%%/modules/javafx/osx-x64/legal/javafx.media/COPYRIGHT +%%DATADIR%%/modules/javafx/osx-x64/legal/javafx.media/directshow.md +%%DATADIR%%/modules/javafx/osx-x64/legal/javafx.media/glib.md +%%DATADIR%%/modules/javafx/osx-x64/legal/javafx.media/gstreamer.md +%%DATADIR%%/modules/javafx/osx-x64/legal/javafx.media/libffi.md +%%DATADIR%%/modules/javafx/osx-x64/legal/javafx.swing/COPYRIGHT +%%DATADIR%%/modules/javafx/osx-x64/legal/javafx.web/COPYRIGHT +%%DATADIR%%/modules/javafx/osx-x64/legal/javafx.web/icu_web.md +%%DATADIR%%/modules/javafx/osx-x64/legal/javafx.web/libxml2.md +%%DATADIR%%/modules/javafx/osx-x64/legal/javafx.web/libxslt.md +%%DATADIR%%/modules/javafx/osx-x64/legal/javafx.web/webkit.md +%%DATADIR%%/modules/javafx/osx-x64/lib/javafx-swt.jar +%%DATADIR%%/modules/javafx/osx-x64/lib/javafx.base.jar +%%DATADIR%%/modules/javafx/osx-x64/lib/javafx.controls.jar +%%DATADIR%%/modules/javafx/osx-x64/lib/javafx.fxml.jar +%%DATADIR%%/modules/javafx/osx-x64/lib/javafx.graphics.jar +%%DATADIR%%/modules/javafx/osx-x64/lib/javafx.media.jar +%%DATADIR%%/modules/javafx/osx-x64/lib/javafx.properties +%%DATADIR%%/modules/javafx/osx-x64/lib/javafx.swing.jar +%%DATADIR%%/modules/javafx/osx-x64/lib/javafx.web.jar +%%DATADIR%%/modules/javafx/osx-x64/lib/libdecora_sse.dylib +%%DATADIR%%/modules/javafx/osx-x64/lib/libfxplugins.dylib +%%DATADIR%%/modules/javafx/osx-x64/lib/libglass.dylib +%%DATADIR%%/modules/javafx/osx-x64/lib/libglib-lite.dylib +%%DATADIR%%/modules/javafx/osx-x64/lib/libgstreamer-lite.dylib +%%DATADIR%%/modules/javafx/osx-x64/lib/libjavafx_font.dylib +%%DATADIR%%/modules/javafx/osx-x64/lib/libjavafx_iio.dylib +%%DATADIR%%/modules/javafx/osx-x64/lib/libjfxmedia.dylib +%%DATADIR%%/modules/javafx/osx-x64/lib/libjfxmedia_avf.dylib +%%DATADIR%%/modules/javafx/osx-x64/lib/libjfxwebkit.dylib +%%DATADIR%%/modules/javafx/osx-x64/lib/libprism_common.dylib +%%DATADIR%%/modules/javafx/osx-x64/lib/libprism_es2.dylib +%%DATADIR%%/modules/javafx/osx-x64/lib/libprism_sw.dylib +%%DATADIR%%/modules/javafx/osx-x64/lib/src.zip +%%DATADIR%%/modules/javafx/windows-x64/legal/javafx.base/COPYRIGHT +%%DATADIR%%/modules/javafx/windows-x64/legal/javafx.controls/COPYRIGHT +%%DATADIR%%/modules/javafx/windows-x64/legal/javafx.fxml/COPYRIGHT +%%DATADIR%%/modules/javafx/windows-x64/legal/javafx.graphics/COPYRIGHT +%%DATADIR%%/modules/javafx/windows-x64/legal/javafx.graphics/jpeg_fx.md +%%DATADIR%%/modules/javafx/windows-x64/legal/javafx.graphics/mesa3d.md +%%DATADIR%%/modules/javafx/windows-x64/legal/javafx.media/COPYRIGHT +%%DATADIR%%/modules/javafx/windows-x64/legal/javafx.media/directshow.md +%%DATADIR%%/modules/javafx/windows-x64/legal/javafx.media/glib.md +%%DATADIR%%/modules/javafx/windows-x64/legal/javafx.media/gstreamer.md +%%DATADIR%%/modules/javafx/windows-x64/legal/javafx.media/libffi.md +%%DATADIR%%/modules/javafx/windows-x64/legal/javafx.swing/COPYRIGHT +%%DATADIR%%/modules/javafx/windows-x64/legal/javafx.web/COPYRIGHT +%%DATADIR%%/modules/javafx/windows-x64/legal/javafx.web/icu_web.md +%%DATADIR%%/modules/javafx/windows-x64/legal/javafx.web/libxml2.md +%%DATADIR%%/modules/javafx/windows-x64/legal/javafx.web/libxslt.md +%%DATADIR%%/modules/javafx/windows-x64/legal/javafx.web/webkit.md +%%DATADIR%%/modules/javafx/windows-x64/lib/javafx-swt.jar +%%DATADIR%%/modules/javafx/windows-x64/lib/javafx.base.jar +%%DATADIR%%/modules/javafx/windows-x64/lib/javafx.controls.jar +%%DATADIR%%/modules/javafx/windows-x64/lib/javafx.fxml.jar +%%DATADIR%%/modules/javafx/windows-x64/lib/javafx.graphics.jar +%%DATADIR%%/modules/javafx/windows-x64/lib/javafx.media.jar +%%DATADIR%%/modules/javafx/windows-x64/lib/javafx.properties +%%DATADIR%%/modules/javafx/windows-x64/lib/javafx.swing.jar +%%DATADIR%%/modules/javafx/windows-x64/lib/javafx.web.jar +%%DATADIR%%/modules/javafx/windows-x64/lib/src.zip %%DATADIR%%/modules/javax.servlet.javax.servlet-api.jar %%DATADIR%%/modules/javax.servlet.jsp.javax.servlet.jsp-api.jar %%DATADIR%%/modules/oracle.adf.model/db-ca.jar @@ -471,6 +546,25 @@ share/icons/hicolor/32x32/apps/sqldeveloper.png %%DATADIR%%/modules/oracle.jrf/jrf-api.jar %%DATADIR%%/modules/oracle.ldap/ojmisc.jar %%DATADIR%%/modules/oracle.logging-utils.jar +%%DATADIR%%/modules/oracle.osdt/ojdigsig.jar +%%DATADIR%%/modules/oracle.osdt/osdt_cert.jar +%%DATADIR%%/modules/oracle.osdt/osdt_cmp.jar +%%DATADIR%%/modules/oracle.osdt/osdt_cms.jar +%%DATADIR%%/modules/oracle.osdt/osdt_core.jar +%%DATADIR%%/modules/oracle.osdt/osdt_jce.jar +%%DATADIR%%/modules/oracle.osdt/osdt_ldap.jar +%%DATADIR%%/modules/oracle.osdt/osdt_lib_v11.jar +%%DATADIR%%/modules/oracle.osdt/osdt_lib_v12.jar +%%DATADIR%%/modules/oracle.osdt/osdt_ocsp.jar +%%DATADIR%%/modules/oracle.osdt/osdt_saml.jar +%%DATADIR%%/modules/oracle.osdt/osdt_saml2.jar +%%DATADIR%%/modules/oracle.osdt/osdt_smime.jar +%%DATADIR%%/modules/oracle.osdt/osdt_tsp.jar +%%DATADIR%%/modules/oracle.osdt/osdt_wss.jar +%%DATADIR%%/modules/oracle.osdt/osdt_xkms.jar +%%DATADIR%%/modules/oracle.osdt/osdt_xmlsec.jar +%%DATADIR%%/modules/oracle.osdt/ospnego.jar +%%DATADIR%%/modules/oracle.pki/oraclepki.jar %%DATADIR%%/modules/oracle.xdk/oraclexsql.jar %%DATADIR%%/modules/oracle.xdk/xml.jar %%DATADIR%%/modules/oracle.xdk/xmlparserv2.jar @@ -482,6 +576,29 @@ share/icons/hicolor/32x32/apps/sqldeveloper.png %%DATADIR%%/modules/org.codehaus.woodstox/stax2-api.jar %%DATADIR%%/modules/org.glassfish.javax.el.jar %%DATADIR%%/modules/org.glassfish.javax.json.jar +%%DATADIR%%/modules/thirdparty/batik-all-1.11.0.0.1.jar +%%DATADIR%%/modules/thirdparty/commons-codec-1.13.jar +%%DATADIR%%/modules/thirdparty/commons-io-2.6.jar +%%DATADIR%%/modules/thirdparty/commons-logging-1.2.0.0.1.jar +%%DATADIR%%/modules/thirdparty/features/batik-all.jar +%%DATADIR%%/modules/thirdparty/features/commons-codec.jar +%%DATADIR%%/modules/thirdparty/features/commons-io.jar +%%DATADIR%%/modules/thirdparty/features/commons-logging.jar +%%DATADIR%%/modules/thirdparty/features/httpclient-cache.jar +%%DATADIR%%/modules/thirdparty/features/httpclient.jar +%%DATADIR%%/modules/thirdparty/features/httpcore.jar +%%DATADIR%%/modules/thirdparty/features/httpmime_4.5.1.0.0.jar +%%DATADIR%%/modules/thirdparty/features/jakarta-commons-el.jar +%%DATADIR%%/modules/thirdparty/features/jaxen.jar +%%DATADIR%%/modules/thirdparty/features/jsch.jar +%%DATADIR%%/modules/thirdparty/features/xml-apis-ext.jar +%%DATADIR%%/modules/thirdparty/httpclient-4.5.10.jar +%%DATADIR%%/modules/thirdparty/httpclient-cache-4.5.10.jar +%%DATADIR%%/modules/thirdparty/httpcore-4.4.12.jar +%%DATADIR%%/modules/thirdparty/httpmime-4.5.1.jar +%%DATADIR%%/modules/thirdparty/jakarta-commons-el-1.jar +%%DATADIR%%/modules/thirdparty/jsch-0.1.55.jar +%%DATADIR%%/modules/thirdparty/xml-apis-ext-1.4.01.jar %%DATADIR%%/netbeans/fcpbridge/config/Modules/com-oracle-jdeveloper-extcache.xml %%DATADIR%%/netbeans/fcpbridge/config/Modules/com-oracle-jdeveloper-nbactions.xml %%DATADIR%%/netbeans/fcpbridge/config/Modules/com-oracle-jdeveloper-nbbridge.xml @@ -1068,28 +1185,6 @@ share/icons/hicolor/32x32/apps/sqldeveloper.png %%DATADIR%%/netbeans/platform/update_tracking/org-openide-util-ui.xml %%DATADIR%%/netbeans/platform/update_tracking/org-openide-util.xml %%DATADIR%%/netbeans/platform/update_tracking/org-openide-windows.xml -%%DATADIR%%/modules/thirdparty/batik-all-1.11.0.0.1.jar -%%DATADIR%%/modules/thirdparty/commons-codec-1.13.jar -%%DATADIR%%/modules/thirdparty/commons-io-2.6.jar -%%DATADIR%%/modules/thirdparty/commons-logging-1.2.0.0.1.jar -%%DATADIR%%/modules/thirdparty/features/batik-all.jar -%%DATADIR%%/modules/thirdparty/features/commons-codec.jar -%%DATADIR%%/modules/thirdparty/features/commons-io.jar -%%DATADIR%%/modules/thirdparty/features/commons-logging.jar -%%DATADIR%%/modules/thirdparty/features/httpclient-cache.jar -%%DATADIR%%/modules/thirdparty/features/httpclient.jar -%%DATADIR%%/modules/thirdparty/features/httpcore.jar -%%DATADIR%%/modules/thirdparty/features/httpmime_4.5.1.0.0.jar -%%DATADIR%%/modules/thirdparty/features/jakarta-commons-el.jar -%%DATADIR%%/modules/thirdparty/features/jsch.jar -%%DATADIR%%/modules/thirdparty/features/xml-apis-ext.jar -%%DATADIR%%/modules/thirdparty/httpclient-4.5.10.jar -%%DATADIR%%/modules/thirdparty/httpclient-cache-4.5.10.jar -%%DATADIR%%/modules/thirdparty/httpcore-4.4.12.jar -%%DATADIR%%/modules/thirdparty/httpmime-4.5.1.jar -%%DATADIR%%/modules/thirdparty/jakarta-commons-el-1.jar -%%DATADIR%%/modules/thirdparty/jsch-0.1.55.jar -%%DATADIR%%/modules/thirdparty/xml-apis-ext-1.4.01.jar %%DATADIR%%/orakafka/orakafka.zip %%DATADIR%%/rdbms/jlib/ojdi.jar %%DATADIR%%/rdbms/jlib/xdb6.jar @@ -1987,19 +2082,6 @@ share/icons/hicolor/32x32/apps/sqldeveloper.png %%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.migration.translation.gui.jar %%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.migration.translation.mysql.jar %%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.migration.translation.teradata.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.onsd.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.onsd/LICENSE.txt -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.onsd/lib/antlr4-runtime.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.onsd/lib/commonutil.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.onsd/lib/jackson-annotations.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.onsd/lib/jackson-core.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.onsd/lib/jackson-databind.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.onsd/lib/jline.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.onsd/lib/guava.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.onsd/lib/kvclient.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.onsd/lib/reactive-streams.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.onsd/lib/sklogger.jar -%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.onsd/lib/sql.jar %%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.rdfgraph.jar %%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.rdfgraph/lib/rdfgraph_help.jar %%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.rdfgraph/lib/sdordf.jar @@ -2049,8 +2131,10 @@ share/icons/hicolor/32x32/apps/sqldeveloper.png %%DATADIR%%/sqldeveloper/lib/editor.jar %%DATADIR%%/sqldeveloper/lib/emapi.jar %%DATADIR%%/sqldeveloper/lib/ext/dbtools-liquibase.jar +%%DATADIR%%/sqldeveloper/lib/ext/dbtools-modeler-cli-ext.jar %%DATADIR%%/sqldeveloper/lib/ext/dbtools-modeler-common.jar %%DATADIR%%/sqldeveloper/lib/ext/liquibase-core.jar +%%DATADIR%%/sqldeveloper/lib/guava.jar %%DATADIR%%/sqldeveloper/lib/hk2-api.jar %%DATADIR%%/sqldeveloper/lib/hk2-locator.jar %%DATADIR%%/sqldeveloper/lib/hk2-utils.jar @@ -2063,12 +2147,12 @@ share/icons/hicolor/32x32/apps/sqldeveloper.png %%DATADIR%%/sqldeveloper/lib/jackson-core.jar %%DATADIR%%/sqldeveloper/lib/jackson-jr-objects.jar %%DATADIR%%/sqldeveloper/lib/jackson-jr-stree.jar +%%DATADIR%%/sqldeveloper/lib/jansi.jar %%DATADIR%%/sqldeveloper/lib/javassist.jar +%%DATADIR%%/sqldeveloper/lib/javax.activation-api.jar %%DATADIR%%/sqldeveloper/lib/javax.annotation-api.jar %%DATADIR%%/sqldeveloper/lib/javax.inject.jar %%DATADIR%%/sqldeveloper/lib/javax.ws.rs-api.jar -%%DATADIR%%/sqldeveloper/lib/jansi.jar -%%DATADIR%%/sqldeveloper/lib/javax.activation-api.jar %%DATADIR%%/sqldeveloper/lib/jdbcrest.jar %%DATADIR%%/sqldeveloper/lib/jersey-client.jar %%DATADIR%%/sqldeveloper/lib/jersey-common.jar @@ -2126,6 +2210,7 @@ share/icons/hicolor/32x32/apps/sqldeveloper.png %%DATADIR%%/svnkit/svnjavahl.jar %%DATADIR%%/svnkit/svnkit.jar %%DATADIR%%/svnkit/trilead.jar +@dir %%DATADIR%%/modules/javafx/windows-x64/bin @dir %%DATADIR%%/netbeans/platform/modules/lib/amd64/linux @dir %%DATADIR%%/netbeans/platform/modules/lib/i386/linux @dir %%DATADIR%%/netbeans/platform/modules/lib/x86 From owner-dev-commits-ports-branches@freebsd.org Fri Jun 4 19:48: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 24B736534EB; Fri, 4 Jun 2021 19:48: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 4FxYHF5Wfdz4hnD; Fri, 4 Jun 2021 19:48: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 8E601230F4; Fri, 4 Jun 2021 19:48: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 154JmvYc048069; Fri, 4 Jun 2021 19:48:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 154Jmvku048068; Fri, 4 Jun 2021 19:48:57 GMT (envelope-from git) Date: Fri, 4 Jun 2021 19:48:57 GMT Message-Id: <202106041948.154Jmvku048068@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: cff7ecdb8905 - 2021Q2 - multimedia/arcan: drop undesired RUN_DEPENDS after cd486eb5dadf 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: cff7ecdb890588150ca06ee304d032e21332c6f1 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, 04 Jun 2021 19:48:58 -0000 The branch 2021Q2 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=cff7ecdb890588150ca06ee304d032e21332c6f1 commit cff7ecdb890588150ca06ee304d032e21332c6f1 Author: Jan Beich AuthorDate: 2021-06-04 19:34:05 +0000 Commit: Jan Beich CommitDate: 2021-06-04 19:47:40 +0000 multimedia/arcan: drop undesired RUN_DEPENDS after cd486eb5dadf Reported by: tobik (cherry picked from commit 052410f6f398a5d7f6e491eda5ce4b2daea29089) --- multimedia/arcan/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multimedia/arcan/Makefile b/multimedia/arcan/Makefile index 679792b3f9fb..752b3393a7c6 100644 --- a/multimedia/arcan/Makefile +++ b/multimedia/arcan/Makefile @@ -1,7 +1,7 @@ PORTNAME= arcan DISTVERSION= 0.6.0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -44,7 +44,7 @@ ESPEAK_LIB_DEPENDS= libespeak.so:audio/espeak FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg MANPAGES_USE= RUBY=yes -MANPAGES_VAR= RUBY_NO_RUN_DEPENDS=yes +MANPAGES_VARS= RUBY_NO_RUN_DEPENDS=yes LUAJIT_DESC= Use LuaJIT instead of standard Lua LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty From owner-dev-commits-ports-branches@freebsd.org Fri Jun 4 20:45:37 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 B33C9655122; Fri, 4 Jun 2021 20:45:37 +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 4FxZXd4c17z4pnt; Fri, 4 Jun 2021 20:45:37 +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 7BF8A23A6B; Fri, 4 Jun 2021 20:45:37 +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 154Kjb9L031589; Fri, 4 Jun 2021 20:45:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 154KjbiO031588; Fri, 4 Jun 2021 20:45:37 GMT (envelope-from git) Date: Fri, 4 Jun 2021 20:45:37 GMT Message-Id: <202106042045.154KjbiO031588@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Torsten Zuehlsdorff Subject: git: 96099f86cf1e - 2021Q2 - lang/php74: Upgrade from 7.4.19 to 7.4.20 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tz X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 96099f86cf1eed6ac08195c4fe6e8eb305caebf8 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, 04 Jun 2021 20:45:37 -0000 The branch 2021Q2 has been updated by tz: URL: https://cgit.FreeBSD.org/ports/commit/?id=96099f86cf1eed6ac08195c4fe6e8eb305caebf8 commit 96099f86cf1eed6ac08195c4fe6e8eb305caebf8 Author: Torsten Zuehlsdorff AuthorDate: 2021-06-04 20:42:05 +0000 Commit: Torsten Zuehlsdorff CommitDate: 2021-06-04 20:45:08 +0000 lang/php74: Upgrade from 7.4.19 to 7.4.20 Changelog: Core: Fixed bug #80929 (Method name corruption related to repeated calls to call_user_func_array). Fixed bug #80960 (opendir() warning wrong info when failed on Windows). Fixed bug #67792 (HTTP Authorization schemes are treated as case-sensitive). Fixed bug #80972 (Memory exhaustion on invalid string offset). FPM: Fixed bug #65800 (Events port mechanism). FTP: Fixed bug #80901 (Info leak in ftp extension). Fixed bug #79100 (Wrong FTP error messages). GD: Fixed bug #81032 (GD install is affected by external libgd installation). MBString: Fixed bug #81011 (mb_convert_encoding removes references from arrays). ODBC: Fixed bug #80460 (ODBC doesn't account for SQL_NO_TOTAL indicator). PDO_MySQL: Fixed bug #81037 (PDO discards error message text from prepared statement). PDO_ODBC: Fixed bug #44643 (bound parameters ignore explicit type definitions). pgsql: Fixed php_pgsql_fd_cast() wrt. php_stream_can_cast(). SPL: Fixed bug #80933 (SplFileObject::DROP_NEW_LINE is broken for NUL and CR). Opcache: Fixed bug #80900 (switch statement behavior inside function). Fixed bug #81015 (Opcache optimization assumes wrong part of ternary operator in if-condition). XMLReader: Fixed bug #73246 (XMLReader: encoding length not checked). Zip: Fixed bug #80863 (ZipArchive::extractTo() ignores references). Sponsored by: Bounce Experts (cherry picked from commit a1915ded564eb2da54d7f2295902c2a7d5655e13) --- lang/php74/Makefile | 2 +- lang/php74/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/php74/Makefile b/lang/php74/Makefile index 5e1d0fa47be6..dbfcb797e41f 100644 --- a/lang/php74/Makefile +++ b/lang/php74/Makefile @@ -1,6 +1,6 @@ PORTNAME= php74 -DISTVERSION= 7.4.19 +DISTVERSION= 7.4.20 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php74/distinfo b/lang/php74/distinfo index e816d2cfda5c..9b79371f60ea 100644 --- a/lang/php74/distinfo +++ b/lang/php74/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620427253 -SHA256 (php-7.4.19.tar.xz) = 6c17172c4a411ccb694d9752de899bb63c72a0a3ebe5089116bc13658a1467b2 -SIZE (php-7.4.19.tar.xz) = 10341424 +TIMESTAMP = 1622805945 +SHA256 (php-7.4.20.tar.xz) = 1fa46ca6790d780bf2cb48961df65f0ca3640c4533f0bca743cd61b71cb66335 +SIZE (php-7.4.20.tar.xz) = 10345912 From owner-dev-commits-ports-branches@freebsd.org Fri Jun 4 20:45: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 00B38654F24; Fri, 4 Jun 2021 20:45: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 4FxZXf5bP0z4phy; Fri, 4 Jun 2021 20:45:38 +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 A20DD2401B; Fri, 4 Jun 2021 20:45:38 +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 154Kjcfm031617; Fri, 4 Jun 2021 20:45:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 154Kjcp6031616; Fri, 4 Jun 2021 20:45:38 GMT (envelope-from git) Date: Fri, 4 Jun 2021 20:45:38 GMT Message-Id: <202106042045.154Kjcp6031616@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Torsten Zuehlsdorff Subject: git: 9349080ef608 - 2021Q2 - lang/php80: Upgrade from 8.0.6 to 8.0.7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tz X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 9349080ef6089c0522abcc4d55bc403abc762cec 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, 04 Jun 2021 20:45:39 -0000 The branch 2021Q2 has been updated by tz: URL: https://cgit.FreeBSD.org/ports/commit/?id=9349080ef6089c0522abcc4d55bc403abc762cec commit 9349080ef6089c0522abcc4d55bc403abc762cec Author: Torsten Zuehlsdorff AuthorDate: 2021-06-04 20:43:05 +0000 Commit: Torsten Zuehlsdorff CommitDate: 2021-06-04 20:45:17 +0000 lang/php80: Upgrade from 8.0.6 to 8.0.7 Changelog: Core: Fixed bug #80960 (opendir() warning wrong info when failed on Windows). Fixed bug #67792 (HTTP Authorization schemes are treated as case-sensitive). Fixed bug #80972 (Memory exhaustion on invalid string offset). FPM: Fixed bug #65800 (Events port mechanism). FTP: Fixed bug #80901 (Info leak in ftp extension). Fixed bug #79100 (Wrong FTP error messages). GD: Fixed bug #81032 (GD install is affected by external libgd installation). Intl: Fixed bug #81019 (Unable to clone NumberFormatter after failed parse()). MBString: Fixed bug #81011 (mb_convert_encoding removes references from arrays). ODBC: Fixed bug #80460 (ODBC doesn't account for SQL_NO_TOTAL indicator). Opcache: Fixed bug #81007 (JIT "not supported" on 32-bit x86 -- build problem?). Fixed bug #81015 (Opcache optimization assumes wrong part of ternary operator in if-condition). Fixed bug #81046 (Literal compaction merges non-equal related literals). PDO_MySQL: Fixed bug #81037 (PDO discards error message text from prepared statement). PDO_ODBC: Fixed bug #44643 (bound parameters ignore explicit type definitions). pgsql: Fixed php_pgsql_fd_cast() wrt. php_stream_can_cast(). SPL: Fixed bug #80933 (SplFileObject::DROP_NEW_LINE is broken for NUL and CR). XMLReader: Fixed bug #73246 (XMLReader: encoding length not checked). Zip: Fixed bug #80863 (ZipArchive::extractTo() ignores references). Sponsored by: Bounce Experts (cherry picked from commit c4d81d7c8bc890a3f43ede1c9dc4fde0e4dd92dd) --- lang/php80/Makefile | 2 +- lang/php80/distinfo | 6 +++--- www/php80-opcache/files/patch-config.m4 | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lang/php80/Makefile b/lang/php80/Makefile index d4293672eb66..4699942f9ce5 100644 --- a/lang/php80/Makefile +++ b/lang/php80/Makefile @@ -1,6 +1,6 @@ PORTNAME= php80 -DISTVERSION= 8.0.6 +DISTVERSION= 8.0.7 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php80/distinfo b/lang/php80/distinfo index 88282d6fad96..8bb933dde6b4 100644 --- a/lang/php80/distinfo +++ b/lang/php80/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620427272 -SHA256 (php-8.0.6.tar.xz) = e9871d3b6c391fe9e89f86f6334852dcc10eeaaa8d5565beb8436e7f0cf30e20 -SIZE (php-8.0.6.tar.xz) = 10764932 +TIMESTAMP = 1622805963 +SHA256 (php-8.0.7.tar.xz) = d5fc2e4fc780a32404d88c360e3e0009bc725d936459668e9c2ac992f2d83654 +SIZE (php-8.0.7.tar.xz) = 10769208 diff --git a/www/php80-opcache/files/patch-config.m4 b/www/php80-opcache/files/patch-config.m4 index fed4878a849e..5085bbe0eaf5 100644 --- a/www/php80-opcache/files/patch-config.m4 +++ b/www/php80-opcache/files/patch-config.m4 @@ -1,11 +1,11 @@ ---- config.m4.orig 2020-11-24 17:04:03 UTC +--- config.m4.orig 2021-06-01 18:43:05 UTC +++ config.m4 @@ -29,7 +29,7 @@ if test "$PHP_OPCACHE" != "no"; then if test "$PHP_OPCACHE_JIT" = "yes"; then case $host_cpu in -- x86*) -+ x86*|amd64|i386) +- i[[34567]]86*|x86*) ++ i[[34567]]86*|x86*|amd64) ;; *) AC_MSG_WARN([JIT not supported by host architecture]) From owner-dev-commits-ports-branches@freebsd.org Fri Jun 4 21:03: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 597666550BB; Fri, 4 Jun 2021 21:03: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 4FxZxN2366z4rcb; Fri, 4 Jun 2021 21:03: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 2F57F23DD8; Fri, 4 Jun 2021 21:03: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 154L3awA058827; Fri, 4 Jun 2021 21:03:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 154L3amM058826; Fri, 4 Jun 2021 21:03:36 GMT (envelope-from git) Date: Fri, 4 Jun 2021 21:03:36 GMT Message-Id: <202106042103.154L3amM058826@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: bbaf65732ef8 - 2021Q2 - www/py-flask-restx: update to 0.4.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: bbaf65732ef8373b6eb56131fddcdc5d9cdd763e 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, 04 Jun 2021 21:03:36 -0000 The branch 2021Q2 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=bbaf65732ef8373b6eb56131fddcdc5d9cdd763e commit bbaf65732ef8373b6eb56131fddcdc5d9cdd763e Author: Jan Beich AuthorDate: 2021-05-12 12:55:49 +0000 Commit: Jan Beich CommitDate: 2021-06-04 21:03:01 +0000 www/py-flask-restx: update to 0.4.0 Changes: https://github.com/python-restx/flask-restx/compare/0.3.0...0.4.0 Reported by: Repology (cherry picked from commit 43f07d47286a9b0e8de1f69897ffb4fb2f8de744) --- www/py-flask-restx/Makefile | 2 +- www/py-flask-restx/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/py-flask-restx/Makefile b/www/py-flask-restx/Makefile index 5d012947e38a..57b0a000f08b 100644 --- a/www/py-flask-restx/Makefile +++ b/www/py-flask-restx/Makefile @@ -1,6 +1,6 @@ PORTNAME= flask-restx -PORTVERSION= 0.3.0 +PORTVERSION= 0.4.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-flask-restx/distinfo b/www/py-flask-restx/distinfo index eba7d6a52186..33c6bc495267 100644 --- a/www/py-flask-restx/distinfo +++ b/www/py-flask-restx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617305975 -SHA256 (flask-restx-0.3.0.tar.gz) = 77cb990d16b36b22582c48b42b8841130b80c18d1e2f7c8a361d96d238d5327c -SIZE (flask-restx-0.3.0.tar.gz) = 5293338 +TIMESTAMP = 1620824149 +SHA256 (flask-restx-0.4.0.tar.gz) = 8bdbfd8ad2949383c490b3b180481c0e9f70163230a5b567a56592c82f7c5cb0 +SIZE (flask-restx-0.4.0.tar.gz) = 5296421 From owner-dev-commits-ports-branches@freebsd.org Fri Jun 4 21:03: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 C39D565514B; Fri, 4 Jun 2021 21:03: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 4FxZxR56TYz4rZb; Fri, 4 Jun 2021 21:03: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 98EF12424F; Fri, 4 Jun 2021 21:03: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 154L3dNC058892; Fri, 4 Jun 2021 21:03:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 154L3dJd058891; Fri, 4 Jun 2021 21:03:39 GMT (envelope-from git) Date: Fri, 4 Jun 2021 21:03:39 GMT Message-Id: <202106042103.154L3dJd058891@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: ca8fd3ee20ed - 2021Q2 - www/flexget: update to 3.1.129 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: ca8fd3ee20ed1369cf85740e708f0f9d7ce0ec51 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, 04 Jun 2021 21:03:39 -0000 The branch 2021Q2 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca8fd3ee20ed1369cf85740e708f0f9d7ce0ec51 commit ca8fd3ee20ed1369cf85740e708f0f9d7ce0ec51 Author: Jan Beich AuthorDate: 2021-05-27 15:32:37 +0000 Commit: Jan Beich CommitDate: 2021-06-04 21:03:02 +0000 www/flexget: update to 3.1.129 Changes: https://github.com/Flexget/Flexget/compare/v3.1.128...v3.1.129 Reported by: portscout (cherry picked from commit 20b5504667ff4b24b1f76fa814e5bfef4e5754a1) --- www/flexget/Makefile | 2 +- www/flexget/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/flexget/Makefile b/www/flexget/Makefile index 64d8489c05ac..0e4e58259515 100644 --- a/www/flexget/Makefile +++ b/www/flexget/Makefile @@ -1,7 +1,7 @@ PORTNAME= flexget DISTVERSIONPREFIX= v -PORTVERSION= 3.1.128 +PORTVERSION= 3.1.129 CATEGORIES= www MAINTAINER= jbeich@FreeBSD.org diff --git a/www/flexget/distinfo b/www/flexget/distinfo index fee2f1aab4b9..6e63eb259e6c 100644 --- a/www/flexget/distinfo +++ b/www/flexget/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621955922 -SHA256 (flexget-Flexget-v3.1.128_GH0.tar.gz) = a38d7df8f922a21b5c82a72bbbce4fb8ed5c1602aa4ef4584906b9dab842c1a7 -SIZE (flexget-Flexget-v3.1.128_GH0.tar.gz) = 7329403 +TIMESTAMP = 1622129557 +SHA256 (flexget-Flexget-v3.1.129_GH0.tar.gz) = 25e5ba71e3d9dfaf734c983f031465ed8d2b10b4b1a459f6cde81856b0927446 +SIZE (flexget-Flexget-v3.1.129_GH0.tar.gz) = 7331200 From owner-dev-commits-ports-branches@freebsd.org Fri Jun 4 21:03: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 4AD71655317; Fri, 4 Jun 2021 21:03: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 4FxZxQ5h3Tz4rRS; Fri, 4 Jun 2021 21:03:38 +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 7D3232424E; Fri, 4 Jun 2021 21:03:38 +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 154L3cC8058869; Fri, 4 Jun 2021 21:03:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 154L3cIB058868; Fri, 4 Jun 2021 21:03:38 GMT (envelope-from git) Date: Fri, 4 Jun 2021 21:03:38 GMT Message-Id: <202106042103.154L3cIB058868@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: 842fb2cadcd0 - 2021Q2 - www/flexget: update to 3.1.128 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: 842fb2cadcd06b3ec53b0a7893011c36f2c20458 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, 04 Jun 2021 21:03:39 -0000 The branch 2021Q2 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=842fb2cadcd06b3ec53b0a7893011c36f2c20458 commit 842fb2cadcd06b3ec53b0a7893011c36f2c20458 Author: Jan Beich AuthorDate: 2021-05-25 15:18:42 +0000 Commit: Jan Beich CommitDate: 2021-06-04 21:03:01 +0000 www/flexget: update to 3.1.128 Changes: https://github.com/Flexget/Flexget/compare/v3.1.127...v3.1.128 Reported by: Repology (cherry picked from commit 4552f889522a8fd884a5267c49071a439c0ca4af) --- www/flexget/Makefile | 2 +- www/flexget/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/flexget/Makefile b/www/flexget/Makefile index 906ace7b13ee..64d8489c05ac 100644 --- a/www/flexget/Makefile +++ b/www/flexget/Makefile @@ -1,7 +1,7 @@ PORTNAME= flexget DISTVERSIONPREFIX= v -PORTVERSION= 3.1.127 +PORTVERSION= 3.1.128 CATEGORIES= www MAINTAINER= jbeich@FreeBSD.org diff --git a/www/flexget/distinfo b/www/flexget/distinfo index 90582f46dffe..fee2f1aab4b9 100644 --- a/www/flexget/distinfo +++ b/www/flexget/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621524375 -SHA256 (flexget-Flexget-v3.1.127_GH0.tar.gz) = 60ab04210956e3f721e090f05cd11506329925380133934e6478f66fd0b99f65 -SIZE (flexget-Flexget-v3.1.127_GH0.tar.gz) = 7328987 +TIMESTAMP = 1621955922 +SHA256 (flexget-Flexget-v3.1.128_GH0.tar.gz) = a38d7df8f922a21b5c82a72bbbce4fb8ed5c1602aa4ef4584906b9dab842c1a7 +SIZE (flexget-Flexget-v3.1.128_GH0.tar.gz) = 7329403 From owner-dev-commits-ports-branches@freebsd.org Fri Jun 4 21:03:37 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 98706654DE2; Fri, 4 Jun 2021 21:03:37 +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 4FxZxP3QwCz4rfj; Fri, 4 Jun 2021 21:03:37 +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 528912424D; Fri, 4 Jun 2021 21:03:37 +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 154L3bug058848; Fri, 4 Jun 2021 21:03:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 154L3biv058847; Fri, 4 Jun 2021 21:03:37 GMT (envelope-from git) Date: Fri, 4 Jun 2021 21:03:37 GMT Message-Id: <202106042103.154L3biv058847@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: 59502505a56b - 2021Q2 - www/flexget: update to 3.1.127 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: 59502505a56b7742acfe64f6bdef85a05df89481 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, 04 Jun 2021 21:03:37 -0000 The branch 2021Q2 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=59502505a56b7742acfe64f6bdef85a05df89481 commit 59502505a56b7742acfe64f6bdef85a05df89481 Author: Jan Beich AuthorDate: 2021-05-20 15:26:15 +0000 Commit: Jan Beich CommitDate: 2021-06-04 21:03:01 +0000 www/flexget: update to 3.1.127 Changes: https://github.com/Flexget/Flexget/compare/v3.1.124...v3.1.127 Reported by: Repology (cherry picked from commit dd20d5d7b29efc048ab34b8eb69a3b2c5c8cc00f) --- www/flexget/Makefile | 4 ++-- www/flexget/distinfo | 6 +++--- www/flexget/files/patch-requirements.txt | 11 ++++++----- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/www/flexget/Makefile b/www/flexget/Makefile index 5c905e842b72..906ace7b13ee 100644 --- a/www/flexget/Makefile +++ b/www/flexget/Makefile @@ -1,7 +1,7 @@ PORTNAME= flexget DISTVERSIONPREFIX= v -PORTVERSION= 3.1.124 +PORTVERSION= 3.1.127 CATEGORIES= www MAINTAINER= jbeich@FreeBSD.org @@ -38,7 +38,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy13>=1.3.10:databases/py-sqlalchemy ${PYTHON_PKGNAMEPREFIX}Flask-Cors>=2.1.2:www/py-flask-cors@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Flask-Login>=0.4.0:www/py-flask-login@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Flask-RESTful>=0.3.3:www/py-flask-restful@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}flask-restx>=0.3.0:www/py-flask-restx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}flask-restx>=0.4.0:www/py-flask-restx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}html5lib>=0.11:www/py-html5lib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.20.0:www/py-requests@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.3:devel/py-pytest@${PY_FLAVOR} \ diff --git a/www/flexget/distinfo b/www/flexget/distinfo index 32f996e2e876..90582f46dffe 100644 --- a/www/flexget/distinfo +++ b/www/flexget/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621091847 -SHA256 (flexget-Flexget-v3.1.124_GH0.tar.gz) = 98311ce92c3cdd1ebf3d44886fc3a2b4fbbca9e280c550969a519d72f6da188c -SIZE (flexget-Flexget-v3.1.124_GH0.tar.gz) = 7327097 +TIMESTAMP = 1621524375 +SHA256 (flexget-Flexget-v3.1.127_GH0.tar.gz) = 60ab04210956e3f721e090f05cd11506329925380133934e6478f66fd0b99f65 +SIZE (flexget-Flexget-v3.1.127_GH0.tar.gz) = 7328987 diff --git a/www/flexget/files/patch-requirements.txt b/www/flexget/files/patch-requirements.txt index 4397a93e17aa..bb09b020701d 100644 --- a/www/flexget/files/patch-requirements.txt +++ b/www/flexget/files/patch-requirements.txt @@ -1,4 +1,4 @@ ---- requirements.txt.orig 2021-04-28 15:05:16 UTC +--- requirements.txt.orig 2021-05-20 15:26:15 UTC +++ requirements.txt @@ -1,4 +1,4 @@ -FeedParser>=6.0.2 @@ -6,12 +6,12 @@ SQLAlchemy >=1.3.10, <1.999 PyYAML>=4.2b1 # Beautifulsoup 4.5+ is required to support different versions of html5lib -@@ -6,27 +6,27 @@ beautifulsoup4>=4.5 +@@ -6,28 +6,28 @@ beautifulsoup4>=4.5 html5lib>=0.11 PyRSS2Gen pynzb -rpyc~=5.0 --jinja2~=2.10 +-jinja2~=3.0 +rpyc +jinja2 # There is a bug in requests 2.4.0 where it leaks urllib3 exceptions @@ -30,8 +30,8 @@ +cherrypy>=3.7.0 flask>=0.7 flask-restful>=0.3.3 --flask-restx==0.3.0 -+flask-restx>=0.3.0 +-flask-restx==0.4.0 ++flask-restx>=0.4.0 flask-compress>=1.2.1 flask-login>=0.4.0 flask-cors>=2.1.2 @@ -41,3 +41,4 @@ +zxcvbn +progressbar>=2.5 more-itertools + psutil>=5.8.0 From owner-dev-commits-ports-branches@freebsd.org Fri Jun 4 21:03: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 53EC8655261; Fri, 4 Jun 2021 21:03:41 +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 4FxZxS6Ssbz4rX3; Fri, 4 Jun 2021 21:03: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 BE26424333; Fri, 4 Jun 2021 21:03: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 154L3eFH058918; Fri, 4 Jun 2021 21:03:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 154L3ec9058917; Fri, 4 Jun 2021 21:03:40 GMT (envelope-from git) Date: Fri, 4 Jun 2021 21:03:40 GMT Message-Id: <202106042103.154L3ec9058917@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: 5909dc61b6c5 - 2021Q2 - www/flexget: update to 3.1.130 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: 5909dc61b6c5bc6a3f6f63f10fc3a3f38b2c3edf 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, 04 Jun 2021 21:03:41 -0000 The branch 2021Q2 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=5909dc61b6c5bc6a3f6f63f10fc3a3f38b2c3edf commit 5909dc61b6c5bc6a3f6f63f10fc3a3f38b2c3edf Author: Jan Beich AuthorDate: 2021-06-04 15:45:54 +0000 Commit: Jan Beich CommitDate: 2021-06-04 21:03:02 +0000 www/flexget: update to 3.1.130 Changes: https://github.com/Flexget/Flexget/compare/v3.1.129...v3.1.130 Reported by: Repology (cherry picked from commit 6e15905cd145e01a031d6f68e574258b6b1ad0c8) --- www/flexget/Makefile | 2 +- www/flexget/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/flexget/Makefile b/www/flexget/Makefile index 0e4e58259515..8b43a7cd7859 100644 --- a/www/flexget/Makefile +++ b/www/flexget/Makefile @@ -1,7 +1,7 @@ PORTNAME= flexget DISTVERSIONPREFIX= v -PORTVERSION= 3.1.129 +PORTVERSION= 3.1.130 CATEGORIES= www MAINTAINER= jbeich@FreeBSD.org diff --git a/www/flexget/distinfo b/www/flexget/distinfo index 6e63eb259e6c..c5ed1e14dffc 100644 --- a/www/flexget/distinfo +++ b/www/flexget/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622129557 -SHA256 (flexget-Flexget-v3.1.129_GH0.tar.gz) = 25e5ba71e3d9dfaf734c983f031465ed8d2b10b4b1a459f6cde81856b0927446 -SIZE (flexget-Flexget-v3.1.129_GH0.tar.gz) = 7331200 +TIMESTAMP = 1622821554 +SHA256 (flexget-Flexget-v3.1.130_GH0.tar.gz) = e5d4b5a9c8982d64ac1aa476fba1e2f929eb0f8f2d943e5edc926272947a1de3 +SIZE (flexget-Flexget-v3.1.130_GH0.tar.gz) = 7335052 From owner-dev-commits-ports-branches@freebsd.org Fri Jun 4 23:26: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 CC73B656F92; Fri, 4 Jun 2021 23:26:22 +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 4Fxf661sbzz3Hdx; Fri, 4 Jun 2021 23:26:22 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1622849182; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Tye4gwPe6SR+XUANYaP7KVhIPz3oGLwNusoj4iP/zpA=; b=c+kzw6xmI41YINRqTWYeuoHhj+FZK451hDxIIynx+/pJBMB0nBQGgDGqNdrB/QYWXqfn8a 6CynfAejREfJuEQiuFgvPNBtTCPWs9Y6aLf3Al2l0mf1mnPaBNw1GCGZcHKVmjEeNmlrQY N7sqXm6bSvoiUIkBGLXH3FeFkrBGr7rI8N1RQvVQiQbMmtJsx35fXsDvDkkEmme5PGDOS1 1Sr0W32aCWZBLvyxCihKvDdGVm9rPzekreAPBQRHmBXrssC4T+yOEDXABgUFeBdQmf2GqR 45xuB4kvlSrME/PhcVBcbO+1qS0OZm19YkbpoZYV/pfQDtGjxGYx/TpvOSknCA== 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 E02B71EECD; Fri, 4 Jun 2021 23:26:21 +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 DEB702A29C; Fri, 4 Jun 2021 23:26:20 +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 zF3mv__dyRKC; Fri, 4 Jun 2021 23:26:18 +0000 (UTC) Subject: Re: git: 751f083cf699 - 2021Q2 - emulators/virtualbox-ose: Fix additions build on recent HEAD DKIM-Filter: OpenDKIM Filter v2.10.3 mail.xzibition.com B79652A28F To: Guido Falsi , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org References: <202106040738.1547cWOQ067316@gitrepo.freebsd.org> From: Bryan Drewery Organization: FreeBSD Message-ID: <1ded6b60-19c9-c195-bcb7-1450c7e8d662@FreeBSD.org> Date: Fri, 4 Jun 2021 16:26:17 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <202106040738.1547cWOQ067316@gitrepo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="AyN4PWRXa3y5INttyan1GojcnMAaaLbhz" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1622849182; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Tye4gwPe6SR+XUANYaP7KVhIPz3oGLwNusoj4iP/zpA=; b=FalK6S+wj8jBm4+MvZHZgJE9KzvOixjBUCFW91FKbbAxbErSFn32znooDSXRfl5P8/JQCo uiE5HyxuK48kNbyYSVbSGefAc0e/wY+q4cR8IRYvaSxza+M1ahYUxbNfMYag0VkR2RNnUN 2TGgPRGvhSsxQ9DUrPECP56RdUyZak0GWWC2CfkHmsFsr7fOyMhCAjXWTFcy2kqYC9O1bS MDCgbn2yUcSKwJRvMCvchbQjET/oj6ydcCNLvhucTPCBjOnW5CzrWW5nka9YOKSd1PRtdk LrBEIuXwtEpsZIWIxaEQ11FeNlAyi4MMvS/0hMNyTnqgz56ve6I8dSkB69chRQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1622849182; a=rsa-sha256; cv=none; b=THUT7s7qgeuuZxgurJ0bzzpKEpPGE9h4cFy2w0ixVi4ApDWT6RWSCLl7YFcgt5jv4xyahq 94FxjXRZtnTQkU0UCx8KJqn58l9R2CaK9BWwKsXl3y0tIWOQmo1NpKZzdiEVDcx8w782Tq JuM4gszXeE5PLpuQIkS7Xl45ge0UeW7dcRlGRkJ2hW4bwq997exYk1/VgcwiMNIhUYcMG+ uEJuwTTqp5Aznad/maq+m+wZ+slUXDi8/lMBRZb0TNBVal/H+G29EYXUjskfMqRo4hiaQL pA7NrtgpaQEKHZ7kiiYR1aooGxoPGCWtqTLnN81/DIm/LGk8rdT8lBgcwfb+gQ== 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: Fri, 04 Jun 2021 23:26:23 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --AyN4PWRXa3y5INttyan1GojcnMAaaLbhz Content-Type: multipart/mixed; boundary="3Jei7mnVvXEaKbWdDWx9V5SLN1uVzolZb"; protected-headers="v1" From: Bryan Drewery To: Guido Falsi , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Message-ID: <1ded6b60-19c9-c195-bcb7-1450c7e8d662@FreeBSD.org> Subject: Re: git: 751f083cf699 - 2021Q2 - emulators/virtualbox-ose: Fix additions build on recent HEAD References: <202106040738.1547cWOQ067316@gitrepo.freebsd.org> In-Reply-To: <202106040738.1547cWOQ067316@gitrepo.freebsd.org> --3Jei7mnVvXEaKbWdDWx9V5SLN1uVzolZb Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 6/4/2021 12:38 AM, Guido Falsi wrote: > The branch 2021Q2 has been updated by madpilot: >=20 > URL: https://cgit.FreeBSD.org/ports/commit/?id=3D751f083cf699a4cac35c5a= 7b616da653d6cb5f2e >=20 > commit 751f083cf699a4cac35c5a7b616da653d6cb5f2e > Author: Guido Falsi > AuthorDate: 2021-06-04 07:31:59 +0000 > Commit: Guido Falsi > CommitDate: 2021-06-04 07:37:56 +0000 >=20 > emulators/virtualbox-ose: Fix additions build on recent HEAD > =20 > Src HEAD commit 6d3e78ad6c11 vfs_quotactl function signature, adapt= > virtualbox code to be able to compile there too. > =20 > MFH: 2021Q2 > (cherry picked from commit ef04eff33cf6262e79da1d092d69951ae26f915a= ) > --- > .../patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vfsops.c | = 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) >=20 > diff --git a/emulators/virtualbox-ose/files/patch-src_VBox_Additions_fr= eebsd_vboxvfs_vboxvfs__vfsops.c b/emulators/virtualbox-ose/files/patch-sr= c_VBox_Additions_freebsd_vboxvfs_vboxvfs__vfsops.c > index 5d21a89925de..712a3602a2da 100644 > --- a/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_v= boxvfs_vboxvfs__vfsops.c > +++ b/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_v= boxvfs_vboxvfs__vfsops.c > @@ -539,7 +539,11 @@ > + * Do operation associated with quotas, not supported > + */ > +static int > -+vboxfs_quotactl(struct mount *mp, int cmd, uid_t uid, void *arg) > ++vboxfs_quotactl(struct mount *mp, int cmd, uid_t uid, void *arg > ++#if __FreeBSD_version >=3D 1400018 > ++ , bool *mp_busy > ++#endif > ++ ) > { > - int rc; > + return (EOPNOTSUPP); >=20 I don't think this is right. Perhaps you meant to use editdiff? The line numbers were not updated and patching is malformed now. Building on 751f083cf699a4cac35c5a7b616da653d6cb5f2e: > =3D=3D=3D> Applying FreeBSD patches for virtualbox-ose-6.1.18 from /us= r/ports/emulators/virtualbox-ose/files > patch: **** malformed patch at line 645: + sbp->f_namemax =3D fsin= fo.maxnamesize; --=20 Regards, Bryan Drewery --3Jei7mnVvXEaKbWdDWx9V5SLN1uVzolZb-- --AyN4PWRXa3y5INttyan1GojcnMAaaLbhz Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature" -----BEGIN PGP SIGNATURE----- wsB5BAABCAAjFiEE+Rc8ssOq6npcih8JNddxu25Gl88FAmC6tpkFAwAAAAAACgkQNddxu25Gl88D gAgA4F0IgpGQCd6+CI3jpPv9mTY32u+dE99wRJ5WjjJRSatYr30085bYy/ch2rldhqA8PIKwecd1 Q0ZCDMcI1PumFbqpe6YbjN3zBk8LQe1lRqRQ5ETQmQhR2G42OLv9GiceItDhEPByefUgsnwwcbYm iw3pw86c8JKX8DMTC3/O2Cc+8XDOmhTVCl1VvNBJ4il4nqkbm4PPRVPpb/UFVAUmVb3mtuc0tfFc iwv2g+zT84Iton6F5hy9uwZGyCvwRHyWVrcsOSPeX6LfTsYhyCJYhyZ87kqxOoxX1TZDuBWWdD88 pHGI+9n3YlSYp8UcD9gUTmhCbOFDMq5P9ffhcdzAJA== =BYH+ -----END PGP SIGNATURE----- --AyN4PWRXa3y5INttyan1GojcnMAaaLbhz-- From owner-dev-commits-ports-branches@freebsd.org Fri Jun 4 23:27: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 B058B65696C; Fri, 4 Jun 2021 23:27:44 +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 4Fxf7h3z1Cz3HmC; Fri, 4 Jun 2021 23:27:44 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1622849264; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=BcPLsQ14lm9UrYnfN6RxIXcyBpAaEsnJYK4GhKiY/Ic=; b=swTW9gL/FhapdGxg5/HIjqK1/dF2sj4GmeFeeSheXaG+CbovOTAlShnk7B98fvaXJ1BpNC zrPvp8IwN9XRTfeYaFHq2Fi/zSuOyXcD/6DI1KpOl3rg1MJklpNf8Mau/XV0CeYHG3h0W7 pTBTlgwLDgs158lFGxyeB30dh/ADcX75kl3cB4XMZbNxCTnOIYWbgJQvLfDEXC9UkRQq+Z NQYOQS5LrvO2CbTmMAamSGOS3DtReJaW2Y1r9EnoGTavUnuRaMmgP9TWftNW+vdlOwrtDJ yAz+wFNDIgIzi2wS4cxnOZ04itK9FZ307xAyGwGTeQsFL9o3FDrL9EoUS5ElBQ== 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)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id 4AE021EFA2; Fri, 4 Jun 2021 23:27:44 +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 9060F2A2B5; Fri, 4 Jun 2021 23:27:43 +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 X9-CCFVd9hZ3; Fri, 4 Jun 2021 23:27:40 +0000 (UTC) Subject: Re: git: 618cb4a87e8f - 2021Q2 - www/py-aiohttp: update to 3.7.4.post0 DKIM-Filter: OpenDKIM Filter v2.10.3 mail.xzibition.com 624242A2A8 To: Dmitry Marakasov , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org References: <202106031137.153BbIrP069758@gitrepo.freebsd.org> From: Bryan Drewery Organization: FreeBSD Message-ID: Date: Fri, 4 Jun 2021 16:27:40 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <202106031137.153BbIrP069758@gitrepo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="R1J6prN9GO69DmA4qXt8gpnWCJoWO2bDo" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1622849264; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=BcPLsQ14lm9UrYnfN6RxIXcyBpAaEsnJYK4GhKiY/Ic=; b=dZG8KjSRjY5MWqbIj8JTDeDuyD5p8W51dzTi1/DZa5tSN5JxJBvvfMzccfjsBzFLmBhp93 pdxKsGMvZrs6pZ9aLcvsse/AVqR4+NvH1+Ifo65VzTUjxdEdv96MUXJztKZitrwz6HIuJy qHc4R6OqGtYCAPPXDWzR/p34A2zKOU6U2PwsryNXMoZhdtO+11uou1940WC+433tyC29Qk Lj63By0bbGdbtpRb2bWBtS+OG5kvhWK97b+NWhSEHqqZkHYu81xH6E3A5vjYBC8xY41x2j Gn0n/8POHd1rYwVRMq5vUyo/MfgcVL56OnZMNuqMZmkPpV9nzUBv0Hyg1t1hQw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1622849264; a=rsa-sha256; cv=none; b=H8IOyUjSLhze3+TnpSRyR98LsJIZp1Cq+sQGrL8NPylEtkX4ro+poksc3ikO42xgTUPEsu eNszXtg5yBBcOiitEOx8mJJ2/dzHgoU8TjaXX2PqGC1OiOfQ6Y31zI+kV6bitlxlPwOPG4 s8qj5REoSuSzsP+qTGtG9ydE1OS6gtuunTcZpgppvhk3XSYtAVlSxNAhBDlw3/iOQbSgaj PtbaAiO9yKWFXuivKfKV2FW+HRTINLJO/INhxYAt24Iy3LefWcQFkBZiyTnGavtiztjve8 9slerdISmSevizGn0gzvOTTFj8VrwW8YXh5CvfLQdLmVzJ5WeBqHsVKX4LqHoQ== 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: Fri, 04 Jun 2021 23:27:44 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --R1J6prN9GO69DmA4qXt8gpnWCJoWO2bDo Content-Type: multipart/mixed; boundary="U2qbE63y5aBVwxEreVvOaSgVpscENOIga"; protected-headers="v1" From: Bryan Drewery To: Dmitry Marakasov , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Message-ID: Subject: Re: git: 618cb4a87e8f - 2021Q2 - www/py-aiohttp: update to 3.7.4.post0 References: <202106031137.153BbIrP069758@gitrepo.freebsd.org> In-Reply-To: <202106031137.153BbIrP069758@gitrepo.freebsd.org> --U2qbE63y5aBVwxEreVvOaSgVpscENOIga Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 6/3/2021 4:37 AM, Dmitry Marakasov wrote: > The branch 2021Q2 has been updated by amdmi3: >=20 > URL: https://cgit.FreeBSD.org/ports/commit/?id=3D618cb4a87e8f811e54889c= d353f59847f8b55ba3 >=20 > commit 618cb4a87e8f811e54889cd353f59847f8b55ba3 > Author: Dmitry Marakasov > AuthorDate: 2021-06-03 11:15:22 +0000 > Commit: Dmitry Marakasov > CommitDate: 2021-06-03 11:34:03 +0000 >=20 > www/py-aiohttp: update to 3.7.4.post0 > =20 > PR: 256219 > Approved by: koobs (maintainer) > Security: CVE-2021-21330 > Security: 3000acee-c45d-11eb-904f-14dae9d5a9d2 > MFH: 2020Q2 (bugfix, security release(s)) > =20 > (cherry picked from commit ac412b55156cc77c8e96fb631a338a617749bcb7= ) > --- > www/py-aiohttp/Makefile | 10 +++++----- > www/py-aiohttp/distinfo | 6 +++--- > www/py-aiohttp/files/patch-setup.py | 27 --------------------------- > 3 files changed, 8 insertions(+), 35 deletions(-) >=20 > diff --git a/www/py-aiohttp/Makefile b/www/py-aiohttp/Makefile > index 844db37039d8..2861ac41cae7 100644 > --- a/www/py-aiohttp/Makefile > +++ b/www/py-aiohttp/Makefile > @@ -13,10 +13,11 @@ LICENSE=3D APACHE20 > LICENSE_FILE=3D ${WRKSRC}/LICENSE.txt > =20 > RUN_DEPENDS=3D ${PYTHON_PKGNAMEPREFIX}attrs>=3D17.3.0:devel/py-attrs@$= {PY_FLAVOR} \ > - ${PYTHON_PKGNAMEPREFIX}chardet>=3D2.0<4.0,1:textproc/py-chardet@${PY= _FLAVOR} \ > - ${PYTHON_PKGNAMEPREFIX}multidict>=3D4.5:www/py-multidict@${PY_FLAVOR= } \ > + ${PYTHON_PKGNAMEPREFIX}chardet>=3D2.0<5.0,1:textproc/py-chardet@${PY= _FLAVOR} \ > + ${PYTHON_PKGNAMEPREFIX}multidict>=3D4.5<7.0:www/py-multidict@${PY_FL= AVOR} \ > ${PYTHON_PKGNAMEPREFIX}async_timeout>=3D3.0<4.0:devel/py-async_timeo= ut@${PY_FLAVOR} \ > - ${PYTHON_PKGNAMEPREFIX}yarl>=3D1.0<2.0:www/py-yarl@${PY_FLAVOR} > + ${PYTHON_PKGNAMEPREFIX}yarl>=3D1.0<2.0:www/py-yarl@${PY_FLAVOR} \ > + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3D3.6.5:devel/py-typing-ex= tensions@${PY_FLAVOR} > TEST_DEPENDS=3D ${PYTHON_PKGNAMEPREFIX}pytest>=3D3.8.2:devel/py-pytest= @${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pytest-timeout>0:devel/py-pytest-timeout@${PY= _FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLA= VOR} \ > @@ -29,8 +30,7 @@ TEST_DEPENDS=3D ${PYTHON_PKGNAMEPREFIX}pytest>=3D3.8.= 2:devel/py-pytest@${PY_FLAVOR} > # to be ported ${PYTHON_PKGNAMEPREFIX}brotlypy>0:archivers/py-brotlipy= @${PY_FLAVOR} > # to be ported ${PYTHON_PKGNAMEPREFIX}trustme>0:security/py-trustme@${= PY_FLAVOR} > =20 > -# Actually 3.5.3+ > -USES=3D python:3.5+ > +USES=3D python:3.6+ > USE_PYTHON=3D autoplist distutils cython > =20 > .include > diff --git a/www/py-aiohttp/distinfo b/www/py-aiohttp/distinfo > index 0017b66c2c50..5bc629fa4f89 100644 > --- a/www/py-aiohttp/distinfo > +++ b/www/py-aiohttp/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP =3D 1592851297 > -SHA256 (aiohttp-3.6.2.tar.gz) =3D 259ab809ff0727d0e834ac5e8a283dc5e3e0= ecc30c4d80b3cd17a4139ce1f326 > -SIZE (aiohttp-3.6.2.tar.gz) =3D 1076923 > +TIMESTAMP =3D 1622602368 > +SHA256 (aiohttp-3.7.4.post0.tar.gz) =3D 493d3299ebe5f5a7c66b9819eacdcf= bbaaf1a8e84911ddffcdc48888497afecf > +SIZE (aiohttp-3.7.4.post0.tar.gz) =3D 1114888 > diff --git a/www/py-aiohttp/files/patch-setup.py b/www/py-aiohttp/files= /patch-setup.py Looks like bumping the version in the Makefile was missed too. > =3D=3D=3D> Fetching all distfiles required by py37-aiohttp-3.6.2 for bu= ilding > =3D> No SHA256 checksum recorded for aiohttp-3.6.2.tar.gz. > =3D> No suitable checksum found for aiohttp-3.6.2.tar.gz. > *** Error code 1 >=20 > Stop. > make: stopped in /usr/ports/www/py-aiohttp > deleted file mode 100644 > index e2525df64be9..000000000000 > --- a/www/py-aiohttp/files/patch-setup.py > +++ /dev/null > @@ -1,27 +0,0 @@ > -Obtained from: https://github.com/aio-libs/aiohttp/commit/d7db1b90c59a= e49660d5b469f6186d088a6d190d > - > ---- setup.py.orig 2019-10-09 16:52:31 UTC > -+++ setup.py > -@@ -74,7 +74,7 @@ except IndexError: > - install_requires =3D [ > - 'attrs>=3D17.3.0', > - 'chardet>=3D2.0,<4.0', > -- 'multidict>=3D4.5,<5.0', > -+ 'multidict>=3D4.5,<6.0', > - 'async_timeout>=3D3.0,<4.0', > - 'yarl>=3D1.0,<2.0', > - 'idna-ssl>=3D1.0; python_version<"3.7"', > -@@ -104,9 +104,12 @@ NEEDS_PYTEST =3D {'pytest', 'test'}.intersection(= sys.arg > - pytest_runner =3D ['pytest-runner'] if NEEDS_PYTEST else [] > -=20 > - tests_require =3D [ > -- 'pytest', 'gunicorn', > -+ 'pytest>=3D3.8.2', 'gunicorn', > - 'pytest-timeout', 'async-generator', > - 'pytest-xdist', > -+ 'pytest-mock', > -+ 'trustme', > -+ 'brotlipy', > - ] > -=20 > -=20 >=20 --=20 Regards, Bryan Drewery --U2qbE63y5aBVwxEreVvOaSgVpscENOIga-- --R1J6prN9GO69DmA4qXt8gpnWCJoWO2bDo Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature" -----BEGIN PGP SIGNATURE----- wsB5BAABCAAjFiEE+Rc8ssOq6npcih8JNddxu25Gl88FAmC6tuwFAwAAAAAACgkQNddxu25Gl898 nwgAiqP9xNNO5v/Ka02AOqMzBwuIb8pqW9k2tmhL2QJavxM6vZz2hhvxzEquvd6VzOY7IDuelxX8 4oaWLRNJq07MwiwIUvPs41woEs7ljDMo2MewpREyNlocxwy7iUA4wJbvKROd/Oa38yefPrRw3xh/ 8dp1x/mzpbvzuqA6PyJ9hdd85J3aziTt1WokkBAUns9iE2p9B75HM1UOPkoph74bGcjhVgMHwQ2z yQbGhGMlUZkpctAQi6qEvpONDVVK0wzK61I0bNr7LTCKUcnroBMm+Jfg7xarQMzTxzD9yv6DhiqJ BBj3SAfiXopT/d1kL5k+R/fko0lHY7xH7xMcL9YH/w== =VGKA -----END PGP SIGNATURE----- --R1J6prN9GO69DmA4qXt8gpnWCJoWO2bDo-- From owner-dev-commits-ports-branches@freebsd.org Sat Jun 5 09:18:43 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 1F53E63FCA0; Sat, 5 Jun 2021 09:18:43 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FxvFb0P31z4hg7; Sat, 5 Jun 2021 09:18:43 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from marvin.madpilot.net (host-79-34-21-42.business.telecomitalia.it [79.34.21.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: madpilot/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 672D350D5; Sat, 5 Jun 2021 09:18:42 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Subject: Re: git: 751f083cf699 - 2021Q2 - emulators/virtualbox-ose: Fix additions build on recent HEAD To: Bryan Drewery , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org References: <202106040738.1547cWOQ067316@gitrepo.freebsd.org> <1ded6b60-19c9-c195-bcb7-1450c7e8d662@FreeBSD.org> From: Guido Falsi Message-ID: <0a722a23-c2a4-dbc1-28d8-2588045259c5@FreeBSD.org> Date: Sat, 5 Jun 2021 11:18:39 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <1ded6b60-19c9-c195-bcb7-1450c7e8d662@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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, 05 Jun 2021 09:18:43 -0000 On 05/06/21 01:26, Bryan Drewery wrote: > On 6/4/2021 12:38 AM, Guido Falsi wrote: >> The branch 2021Q2 has been updated by madpilot: >> >> URL: https://cgit.FreeBSD.org/ports/commit/?id=751f083cf699a4cac35c5a7b616da653d6cb5f2e >> >> commit 751f083cf699a4cac35c5a7b616da653d6cb5f2e >> Author: Guido Falsi >> AuthorDate: 2021-06-04 07:31:59 +0000 >> Commit: Guido Falsi >> CommitDate: 2021-06-04 07:37:56 +0000 >> >> emulators/virtualbox-ose: Fix additions build on recent HEAD >> >> Src HEAD commit 6d3e78ad6c11 vfs_quotactl function signature, adapt >> virtualbox code to be able to compile there too. >> >> MFH: 2021Q2 >> (cherry picked from commit ef04eff33cf6262e79da1d092d69951ae26f915a) >> --- >> .../patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vfsops.c | 6 +++++- >> 1 file changed, 5 insertions(+), 1 deletion(-) >> >> diff --git a/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vfsops.c b/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vfsops.c >> index 5d21a89925de..712a3602a2da 100644 >> --- a/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vfsops.c >> +++ b/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vfsops.c >> @@ -539,7 +539,11 @@ >> + * Do operation associated with quotas, not supported >> + */ >> +static int >> -+vboxfs_quotactl(struct mount *mp, int cmd, uid_t uid, void *arg) >> ++vboxfs_quotactl(struct mount *mp, int cmd, uid_t uid, void *arg >> ++#if __FreeBSD_version >= 1400018 >> ++ , bool *mp_busy >> ++#endif >> ++ ) >> { >> - int rc; >> + return (EOPNOTSUPP); >> > > I don't think this is right. Perhaps you meant to use editdiff? The line > numbers were not updated and patching is malformed now. > > Building on 751f083cf699a4cac35c5a7b616da653d6cb5f2e: > >> ===> Applying FreeBSD patches for virtualbox-ose-6.1.18 from /usr/ports/emulators/virtualbox-ose/files >> patch: **** malformed patch at line 645: + sbp->f_namemax = fsinfo.maxnamesize; > > Ops, terribly sorry, I clearly mismerged this one. I'm going to fix it shortly. -- Guido Falsi From owner-dev-commits-ports-branches@freebsd.org Sat Jun 5 09:29:27 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 0428C63FED7; Sat, 5 Jun 2021 09:29:27 +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 4FxvTy6T6sz4jDM; Sat, 5 Jun 2021 09:29:26 +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 C668B5E7A; Sat, 5 Jun 2021 09:29:26 +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 1559TQYp038885; Sat, 5 Jun 2021 09:29:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1559TQSa038884; Sat, 5 Jun 2021 09:29:26 GMT (envelope-from git) Date: Sat, 5 Jun 2021 09:29:26 GMT Message-Id: <202106050929.1559TQSa038884@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: cda48021e878 - 2021Q2 - emulators/virtualbox-ose: Fix mismerge in commit 751f083cf699 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: cda48021e87894097767fb725e4122d98899c1dc 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, 05 Jun 2021 09:29:27 -0000 The branch 2021Q2 has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=cda48021e87894097767fb725e4122d98899c1dc commit cda48021e87894097767fb725e4122d98899c1dc Author: Guido Falsi AuthorDate: 2021-06-05 09:25:39 +0000 Commit: Guido Falsi CommitDate: 2021-06-05 09:25:39 +0000 emulators/virtualbox-ose: Fix mismerge in commit 751f083cf699 Direct commit to quarterly to fix a merge mistake in the checrry pick of commit ef04eff33cf6. Reported by: bdrewery --- .../files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vfsops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vfsops.c b/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vfsops.c index 712a3602a2da..b06eaa6d69e3 100644 --- a/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vfsops.c +++ b/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vfsops.c @@ -9,7 +9,7 @@ /* * Copyright (C) 2008-2020 Oracle Corporation * -@@ -14,245 +9,478 @@ +@@ -14,245 +9,482 @@ * VirtualBox OSE distribution. VirtualBox OSE is distributed in the * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. */ From owner-dev-commits-ports-branches@freebsd.org Sat Jun 5 09:30: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 AC84C63FDCF; Sat, 5 Jun 2021 09:30:09 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FxvVn4YqVz4j1W; Sat, 5 Jun 2021 09:30:09 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from marvin.madpilot.net (host-79-34-21-42.business.telecomitalia.it [79.34.21.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: madpilot/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 0017E5B0B; Sat, 5 Jun 2021 09:30:08 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Subject: Re: git: 751f083cf699 - 2021Q2 - emulators/virtualbox-ose: Fix additions build on recent HEAD From: Guido Falsi To: Bryan Drewery , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org References: <202106040738.1547cWOQ067316@gitrepo.freebsd.org> <1ded6b60-19c9-c195-bcb7-1450c7e8d662@FreeBSD.org> <0a722a23-c2a4-dbc1-28d8-2588045259c5@FreeBSD.org> Message-ID: <4948a5e1-9caf-a645-d95f-334b3455ad31@FreeBSD.org> Date: Sat, 5 Jun 2021 11:30:07 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <0a722a23-c2a4-dbc1-28d8-2588045259c5@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit 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, 05 Jun 2021 09:30:09 -0000 On 05/06/21 11:18, Guido Falsi wrote: > On 05/06/21 01:26, Bryan Drewery wrote: >> On 6/4/2021 12:38 AM, Guido Falsi wrote: >>> The branch 2021Q2 has been updated by madpilot: >>> >>> URL: >>> https://cgit.FreeBSD.org/ports/commit/?id=751f083cf699a4cac35c5a7b616da653d6cb5f2e >>> >>> >>> commit 751f083cf699a4cac35c5a7b616da653d6cb5f2e >>> Author:     Guido Falsi >>> AuthorDate: 2021-06-04 07:31:59 +0000 >>> Commit:     Guido Falsi >>> CommitDate: 2021-06-04 07:37:56 +0000 >>> >>>      emulators/virtualbox-ose: Fix additions build on recent HEAD >>>      Src HEAD commit 6d3e78ad6c11 vfs_quotactl function signature, adapt >>>      virtualbox code to be able to compile there too. >>>      MFH:            2021Q2 >>>      (cherry picked from commit >>> ef04eff33cf6262e79da1d092d69951ae26f915a) >>> --- >>>   .../patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vfsops.c >>> | 6 +++++- >>>   1 file changed, 5 insertions(+), 1 deletion(-) >>> >>> diff --git >>> a/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vfsops.c >>> b/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vfsops.c >>> >>> index 5d21a89925de..712a3602a2da 100644 >>> --- >>> a/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vfsops.c >>> >>> +++ >>> b/emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_vboxvfs_vboxvfs__vfsops.c >>> >>> @@ -539,7 +539,11 @@ >>>   + * Do operation associated with quotas, not supported >>>   + */ >>>   +static int >>> -+vboxfs_quotactl(struct mount *mp, int cmd, uid_t uid, void *arg) >>> ++vboxfs_quotactl(struct mount *mp, int cmd, uid_t uid, void *arg >>> ++#if __FreeBSD_version >= 1400018 >>> ++    , bool *mp_busy >>> ++#endif >>> ++    ) >>>    { >>>   -    int rc; >>>   +    return (EOPNOTSUPP); >>> >> >> I don't think this is right. Perhaps you meant to use editdiff? The line >> numbers were not updated and patching is malformed now. >> >> Building on 751f083cf699a4cac35c5a7b616da653d6cb5f2e: >> >>> ===>  Applying FreeBSD patches for virtualbox-ose-6.1.18 from >>> /usr/ports/emulators/virtualbox-ose/files >>> patch: **** malformed patch at line 645: +      sbp->f_namemax = >>> fsinfo.maxnamesize; >> >> > > Ops, terribly sorry, I clearly mismerged this one. I'm going to fix it > shortly. > Fixed in cda48021e878 -- Guido Falsi From owner-dev-commits-ports-branches@freebsd.org Sat Jun 5 12:38:43 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 ADD44642BB9; Sat, 5 Jun 2021 12:38:43 +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 4FxzhM4J4Bz4vQ0; Sat, 5 Jun 2021 12:38: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 7BD1910B2C; Sat, 5 Jun 2021 12:38: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 155CchbH089792; Sat, 5 Jun 2021 12:38:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 155Cchqp089791; Sat, 5 Jun 2021 12:38:43 GMT (envelope-from git) Date: Sat, 5 Jun 2021 12:38:43 GMT Message-Id: <202106051238.155Cchqp089791@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Guangyuan Yang Subject: git: 656940c421cf - 2021Q2 - net-mgmt/prometheus2: Direct commit to correct distinfo MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ygy X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 656940c421cf8df146a941c6f2552f6145f143be 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, 05 Jun 2021 12:38:43 -0000 The branch 2021Q2 has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=656940c421cf8df146a941c6f2552f6145f143be commit 656940c421cf8df146a941c6f2552f6145f143be Author: Guangyuan Yang AuthorDate: 2021-06-05 12:24:31 +0000 Commit: Guangyuan Yang CommitDate: 2021-06-05 12:24:31 +0000 net-mgmt/prometheus2: Direct commit to correct distinfo When cherry-pick'ing 2.61.1, distinfo was incorrectly merged. This is a direct commit to 2021Q2 to fix the issue. Fixes: ece647d08c3933df136bef37559c6987eec192a7 Reported by: phyber (irc), mandree Approved by: lwhsu (mentor, implicit), portmgr (implicit, fix build) --- net-mgmt/prometheus2/distinfo | 111 ++++++++++++++++++++++-------------------- 1 file changed, 57 insertions(+), 54 deletions(-) diff --git a/net-mgmt/prometheus2/distinfo b/net-mgmt/prometheus2/distinfo index 24a5e583fbde..38da19650573 100644 --- a/net-mgmt/prometheus2/distinfo +++ b/net-mgmt/prometheus2/distinfo @@ -37,12 +37,12 @@ SHA256 (armon-go-metrics-f0300d1749da_GH0.tar.gz) = 27ff0a7294f6c031e5ec6c52cc56 SIZE (armon-go-metrics-f0300d1749da_GH0.tar.gz) = 23852 SHA256 (asaskevich-govalidator-7a23bdc65eef_GH0.tar.gz) = a8a0ecc0f3f23bef9886a6b798d7a61d5c4b24e1aa8065a0de0173a4b39f7f5d SIZE (asaskevich-govalidator-7a23bdc65eef_GH0.tar.gz) = 60431 -SHA256 (aws-aws-sdk-go-v1.37.8_GH0.tar.gz) = efa492f739ccb98946288be0e3b52a5fd47a89e27fd6eed089426fc9bf0f48e0 -SIZE (aws-aws-sdk-go-v1.37.8_GH0.tar.gz) = 18169768 +SHA256 (aws-aws-sdk-go-v1.38.3_GH0.tar.gz) = 9cb65b32d18e40a45d7b1155274cee85fea5de797ce9ecbe102de984c4ca8ec4 +SIZE (aws-aws-sdk-go-v1.38.3_GH0.tar.gz) = 18473513 SHA256 (beorn7-perks-v1.0.1_GH0.tar.gz) = 98db84bb0224a26094e6adba91b7ee7a1a7ace28cb648d818f8e779e6a19f825 SIZE (beorn7-perks-v1.0.1_GH0.tar.gz) = 10867 -SHA256 (census-instrumentation-opencensus-go-v0.22.5_GH0.tar.gz) = 881df0d24a0df8afacd2228d4987252f742061fe8eeb5f14cc9e3f32b7c357be -SIZE (census-instrumentation-opencensus-go-v0.22.5_GH0.tar.gz) = 171403 +SHA256 (census-instrumentation-opencensus-go-v0.23.0_GH0.tar.gz) = cc9dc0234de1baacf1855cf19615b381ca2f2adb83a2871e7a9b8b74e46818cf +SIZE (census-instrumentation-opencensus-go-v0.23.0_GH0.tar.gz) = 176498 SHA256 (cespare-xxhash-v2.1.1_GH0.tar.gz) = 0ee31178d2c5a1249be4e26294a2f428008dc4e1ecbbfbe47f74e41026df1148 SIZE (cespare-xxhash-v2.1.1_GH0.tar.gz) = 9292 SHA256 (containerd-containerd-v1.4.3_GH0.tar.gz) = bc6d9452c700af0ebc09c0da8ddba55be4c03ac8928e72ca92d98905800c8018 @@ -51,8 +51,8 @@ SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152 SHA256 (dgryski-go-sip13-62edffca9245_GH0.tar.gz) = 50f99ee13d2f421d72f18d44f2c4bf4653e1ddf34c1488038b998f75e673e31d SIZE (dgryski-go-sip13-62edffca9245_GH0.tar.gz) = 4500 -SHA256 (digitalocean-godo-v1.57.0_GH0.tar.gz) = 59e50cc9420101ed987ef9d87ddaf53dc8a4509a748af683a72ee62c225551fa -SIZE (digitalocean-godo-v1.57.0_GH0.tar.gz) = 109899 +SHA256 (digitalocean-godo-v1.58.0_GH0.tar.gz) = c926bc5a54f07c946c4efaeabf58c6fdbba0bb21119aba054453f363ccf48ed9 +SIZE (digitalocean-godo-v1.58.0_GH0.tar.gz) = 110387 SHA256 (docker-distribution-v2.7.1_GH0.tar.gz) = 4c3609c102351f15c0386f619d48bb592f3100726b4bde86f3eba7739192ff55 SIZE (docker-distribution-v2.7.1_GH0.tar.gz) = 1996699 SHA256 (docker-go-connections-v0.4.0_GH0.tar.gz) = e31dfcf72dd9b07bf6dc320671a78a142a1b7c6287a7282c034c8cd463bc8663 @@ -103,68 +103,70 @@ SHA256 (go-yaml-yaml-496545a6307b_GH0.tar.gz) = ed0e11dc14bbbd4127031d7e8b9e58da SIZE (go-yaml-yaml-496545a6307b_GH0.tar.gz) = 90156 SHA256 (go-yaml-yaml-v2.4.0_GH0.tar.gz) = d8e94679e5fff6bd1a35e10241543929a5f3da44f701755babf99b3daf0faac0 SIZE (go-yaml-yaml-v2.4.0_GH0.tar.gz) = 73209 +SHA256 (go-zookeeper-zk-v1.0.2_GH0.tar.gz) = b752c97a44f5dbfc01a156c7a8c3de76d461af6686f61f7a01e13162be19c511 +SIZE (go-zookeeper-zk-v1.0.2_GH0.tar.gz) = 43406 SHA256 (gogo-protobuf-v1.3.2_GH0.tar.gz) = 2bb4b13d6e56b3911f09b8e9ddd15708477fbff8823c057cc79dd99c9a452b34 SIZE (gogo-protobuf-v1.3.2_GH0.tar.gz) = 2038725 SHA256 (golang-appengine-v1.6.7_GH0.tar.gz) = c623d81235f7c9699e299b328191d813337dd57dcc800d7afdb5130e8c321a8f SIZE (golang-appengine-v1.6.7_GH0.tar.gz) = 333007 -SHA256 (golang-crypto-5f87f3452ae9_GH0.tar.gz) = 8e905a4ce396416a8c8afd8075b93da404f77a9ec1475ad2814d289a1e21a0ee -SIZE (golang-crypto-5f87f3452ae9_GH0.tar.gz) = 1721681 +SHA256 (golang-crypto-eec23a3978ad_GH0.tar.gz) = bd882536660d6b65619c9d9b9334e9a5c55557613e56e1b485323a2293dfa2f8 +SIZE (golang-crypto-eec23a3978ad_GH0.tar.gz) = 1725798 SHA256 (golang-glog-23def4e6c14b_GH0.tar.gz) = 528b6072aa1c5dc69325bd6f057940ba8908703542ec5689b64b98e72c48588b SIZE (golang-glog-23def4e6c14b_GH0.tar.gz) = 19660 SHA256 (golang-groupcache-8c9f03a8e57e_GH0.tar.gz) = b92f918daa48048fd360f14d1a4aed6e70c1176ae6b00b0dc04094bb088e9865 SIZE (golang-groupcache-8c9f03a8e57e_GH0.tar.gz) = 26047 SHA256 (golang-lint-83fdc39ff7b5_GH0.tar.gz) = 5014077abbc075c3b4b459f7ad98cc1c28f2ae6bde906a9d8ed19d8c8b97987a SIZE (golang-lint-83fdc39ff7b5_GH0.tar.gz) = 31889 -SHA256 (golang-mod-v0.4.0_GH0.tar.gz) = d4458f389f596223fd9730d83d592d5f7fbc5603a4a9ca25fd9a21a140c34553 -SIZE (golang-mod-v0.4.0_GH0.tar.gz) = 102301 -SHA256 (golang-net-5f4716e94777_GH0.tar.gz) = 987ec0774e8480615daf0664cd9c9ec9eb25cf6e553e32ae38697515629714b6 -SIZE (golang-net-5f4716e94777_GH0.tar.gz) = 1251426 -SHA256 (golang-oauth2-66670185b0cd_GH0.tar.gz) = 1bd395854d67c31d186a3796de83529726ffcaecf591e0f66f80d330859675ab -SIZE (golang-oauth2-66670185b0cd_GH0.tar.gz) = 76795 +SHA256 (golang-mod-v0.4.1_GH0.tar.gz) = 548935751dbc1c29a27bf1b1de6d7ffe58b752d6ad7bc1f254e6ea89ae2ddd59 +SIZE (golang-mod-v0.4.1_GH0.tar.gz) = 102751 +SHA256 (golang-net-2c4c8ecb7826_GH0.tar.gz) = 472e6b4777fcbe21022d8f0c521921e22915037547af49ae9afbfb7c4d7a24a9 +SIZE (golang-net-2c4c8ecb7826_GH0.tar.gz) = 1252674 +SHA256 (golang-oauth2-22b0adad7558_GH0.tar.gz) = 9b1b335c6f219a1083275ac22e11a486a7b897f4f45d869b674dd6ada13fc762 +SIZE (golang-oauth2-22b0adad7558_GH0.tar.gz) = 79342 SHA256 (golang-protobuf-v1.4.3_GH0.tar.gz) = 5736f943f8647362f5559689df6154f3c85d261fb088867c8a68494e2a767610 SIZE (golang-protobuf-v1.4.3_GH0.tar.gz) = 171969 SHA256 (golang-snappy-v0.0.3_GH0.tar.gz) = c22541bf48b252b55ea0e618a5887e3d4f95c6ec5e46bbd60d1020366ffa2580 SIZE (golang-snappy-v0.0.3_GH0.tar.gz) = 65976 -SHA256 (golang-sync-09787c993a3a_GH0.tar.gz) = e533f53d11330b61d7e9bcbec255699992ab47636f1b45403db6f9b09c3d0aba -SIZE (golang-sync-09787c993a3a_GH0.tar.gz) = 18734 -SHA256 (golang-sys-22da62e12c0c_GH0.tar.gz) = 5a120a40c63be9383650b7757c00645b25d37a3b7daa523f2a85fac969e51b2a -SIZE (golang-sys-22da62e12c0c_GH0.tar.gz) = 1106889 +SHA256 (golang-sync-036812b2e83c_GH0.tar.gz) = 75ac8fc16bdceb2496c4a9cc98584b70c29032d91a9e57a624acb073e3232fda +SIZE (golang-sync-036812b2e83c_GH0.tar.gz) = 18752 +SHA256 (golang-sys-47abb6519492_GH0.tar.gz) = c52177674b0381f88e1ec97ba6dac5e8cac3f1b1fe159c0c30d01d87015090c9 +SIZE (golang-sys-47abb6519492_GH0.tar.gz) = 1218592 SHA256 (golang-term-7de9c90e9dd1_GH0.tar.gz) = 73603eaab2ab2bfe05061d64ad09f8ed7469de6964a672398f7bf82cffb4b1da SIZE (golang-term-7de9c90e9dd1_GH0.tar.gz) = 15239 SHA256 (golang-text-v0.3.5_GH0.tar.gz) = f85d1185ba116cd40ef8cf702fe1d960ed41d039c08fd314dbeb5866f3166f27 SIZE (golang-text-v0.3.5_GH0.tar.gz) = 8348127 -SHA256 (golang-time-7e3f01d25324_GH0.tar.gz) = fff412c562ecaba2b8e09922a6ca32f658fdd2242ae99c18bd75f9cb7427a206 -SIZE (golang-time-7e3f01d25324_GH0.tar.gz) = 9650 +SHA256 (golang-time-f8bda1e9f3ba_GH0.tar.gz) = e068a34e54894c9c189ba2c2e5b7ea9116ed661f6a7c0d0e744d8e0066017ebb +SIZE (golang-time-f8bda1e9f3ba_GH0.tar.gz) = 9656 SHA256 (golang-tools-v0.1.0_GH0.tar.gz) = 88f66c1a7ff0f7fce20c0808d2769baa977f56f74197c9681cd864d0977e97a2 SIZE (golang-tools-v0.1.0_GH0.tar.gz) = 2683055 SHA256 (golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 71975d658357e170fd6a41f92539cde8b39c9cd8bfe5931b6311bc5f5c0da0d7 SIZE (golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 13664 -SHA256 (google-go-cmp-v0.5.4_GH0.tar.gz) = 1e4a881d0bc4974107218d08834e2815f634a8bd9b76633fd30ace36d8a6c72b -SIZE (google-go-cmp-v0.5.4_GH0.tar.gz) = 101019 -SHA256 (google-go-genproto-8c77b98c765d_GH0.tar.gz) = 5f158f7f6b4d4c766b765cbe1a8ac46cd74d6629b3a6aab2245a6a5b1f763084 -SIZE (google-go-genproto-8c77b98c765d_GH0.tar.gz) = 7370955 +SHA256 (google-go-cmp-v0.5.5_GH0.tar.gz) = 8f1a0041f484812ae219e7548a13d5269c947cfcdea6031d40cdc85cd0663b3e +SIZE (google-go-cmp-v0.5.5_GH0.tar.gz) = 102358 +SHA256 (google-go-genproto-fc591d9ea70f_GH0.tar.gz) = f8d5d2a17779309e94d2de281c81348223b005e209044b54312905360a2371a1 +SIZE (google-go-genproto-fc591d9ea70f_GH0.tar.gz) = 8302861 SHA256 (google-go-querystring-v1.0.0_GH0.tar.gz) = 59fdfd4d740c85c60c35d3e09b587cfa2b435e78178ac4a23950afbece7118ed SIZE (google-go-querystring-v1.0.0_GH0.tar.gz) = 7529 SHA256 (google-gofuzz-v1.1.0_GH0.tar.gz) = 29aaa068090a761e6cc10e3722c5cc4c6a09840c50b442e5a53088e95bd3f325 SIZE (google-gofuzz-v1.1.0_GH0.tar.gz) = 13517 -SHA256 (google-pprof-1612e9be7af6_GH0.tar.gz) = 9349d21bb1b09e1ba58339d12456c52cbae45ef9fe4901493ca1234a96d2d6cd -SIZE (google-pprof-1612e9be7af6_GH0.tar.gz) = 1708949 +SHA256 (google-pprof-8eee2492667d_GH0.tar.gz) = e101483a78bcb36a752e9ef6e03fe2db554d8c014efce860e4b30d0f29e5d8d1 +SIZE (google-pprof-8eee2492667d_GH0.tar.gz) = 1719133 SHA256 (googleapis-gax-go-v2.0.5_GH0.tar.gz) = 3089affe6f5e27f7a6d494cb399aa6baf232384f763f548ad5ddfbea0e88e59c SIZE (googleapis-gax-go-v2.0.5_GH0.tar.gz) = 15328 SHA256 (googleapis-gnostic-v0.4.1_GH0.tar.gz) = cc20ab94cf800fdfe377778aa0e2c640045c80193a873253e97605297801733f SIZE (googleapis-gnostic-v0.4.1_GH0.tar.gz) = 362548 -SHA256 (googleapis-google-api-go-client-v0.39.0_GH0.tar.gz) = 1932cea56afc8fb58acf5d2591886a73fd40cd40ebda49acdbb99d41a1fc7691 -SIZE (googleapis-google-api-go-client-v0.39.0_GH0.tar.gz) = 18513918 -SHA256 (googleapis-google-cloud-go-v0.74.0_GH0.tar.gz) = 2ddc4ce4fe56bf611d5b2c7f6dd8da1bdbfceed61c6a592c71513a688b2af84c -SIZE (googleapis-google-cloud-go-v0.74.0_GH0.tar.gz) = 3204451 -SHA256 (gophercloud-gophercloud-v0.15.0_GH0.tar.gz) = 247a2043ce9d7069c70f56a8e42a51d484b4d09875a0aa471f7c82257782285c -SIZE (gophercloud-gophercloud-v0.15.0_GH0.tar.gz) = 1025121 +SHA256 (googleapis-google-api-go-client-v0.42.0_GH0.tar.gz) = c8a5a68c93d982c6a018682923efa4fb844039aafde6d46299a5c47e66b6d2aa +SIZE (googleapis-google-api-go-client-v0.42.0_GH0.tar.gz) = 19254047 +SHA256 (googleapis-google-cloud-go-v0.79.0_GH0.tar.gz) = 64eba5feca09e2260649e26a6632d21ccccdde0cccaef0323c39b1504c20acf8 +SIZE (googleapis-google-cloud-go-v0.79.0_GH0.tar.gz) = 3491108 +SHA256 (gophercloud-gophercloud-v0.16.0_GH0.tar.gz) = daaf3365ff83180d80ab6e9da12ad8a34b85fa37ba25391ec386fb896047a951 +SIZE (gophercloud-gophercloud-v0.16.0_GH0.tar.gz) = 1032268 SHA256 (gotestyourself-gotest.tools-v3.0.3_GH0.tar.gz) = a9b13a102405961e2e7f81d0999ac3ec38b118c9db16e0d957967aabef5e2e80 SIZE (gotestyourself-gotest.tools-v3.0.3_GH0.tar.gz) = 63489 SHA256 (grpc-ecosystem-grpc-gateway-v1.16.0_GH0.tar.gz) = 20ba8f2aeb4a580109357fffaa42f8400aba1155b95c8845e412287907e64379 SIZE (grpc-ecosystem-grpc-gateway-v1.16.0_GH0.tar.gz) = 521578 -SHA256 (grpc-grpc-go-v1.34.0_GH0.tar.gz) = 44eef6f9d159f289383ba844ca1a5b56eaf1a34463ee4b8e9e55c98d62108c1d -SIZE (grpc-grpc-go-v1.34.0_GH0.tar.gz) = 1159437 +SHA256 (grpc-grpc-go-v1.36.0_GH0.tar.gz) = d460c8f379ff240f6169924ec399080351e4a03a0492fbb5a761f4e2d14d4fda +SIZE (grpc-grpc-go-v1.36.0_GH0.tar.gz) = 1166422 SHA256 (hashicorp-consul-v1.8.1_GH0.tar.gz) = c173e9866e6181b3679a942233adade118976414f6ca2da8deaea0fa2bba9b06 SIZE (hashicorp-consul-v1.8.1_GH0.tar.gz) = 24233215 SHA256 (hashicorp-go-cleanhttp-v0.5.1_GH0.tar.gz) = 24dedefe5edc4698dfa7e15a472369078a3447e8096e6d856549341c873c4a0b @@ -179,8 +181,8 @@ SHA256 (hashicorp-golang-lru-v0.5.1_GH0.tar.gz) = 3bf57512af746dc0338651ba1c35c6 SIZE (hashicorp-golang-lru-v0.5.1_GH0.tar.gz) = 12982 SHA256 (hashicorp-serf-v0.9.5_GH0.tar.gz) = a1ae9e387c9d5d7f58770d1864d72dbf0b8a27ba1595f07c3399a9dc7fbb9c50 SIZE (hashicorp-serf-v0.9.5_GH0.tar.gz) = 2301292 -SHA256 (hetznercloud-hcloud-go-v1.23.1_GH0.tar.gz) = 1a6f68de093226689e42d9c0fd8f16a0cdcb6d33020228c823457912c9d99380 -SIZE (hetznercloud-hcloud-go-v1.23.1_GH0.tar.gz) = 79334 +SHA256 (hetznercloud-hcloud-go-v1.24.0_GH0.tar.gz) = bd6b111b949d5816dd9b678a25d188e792ae42a3906ad6629dcabc74d23aa495 +SIZE (hetznercloud-hcloud-go-v1.24.0_GH0.tar.gz) = 85705 SHA256 (influxdata-influxdb-v1.8.4_GH0.tar.gz) = 9f2c135c8f9f50ca469196e6b4e575e26f1a338538788e71b664212e03b4df7b SIZE (influxdata-influxdb-v1.8.4_GH0.tar.gz) = 12071969 SHA256 (jmespath-go-jmespath-v0.4.0_GH0.tar.gz) = aa86d00b6836345eee196c13df2df084a18e0b1159935de9289f2ef6a7fe375d @@ -199,12 +201,12 @@ SHA256 (kubernetes-sigs-structured-merge-diff-v4.0.2_GH0.tar.gz) = e4ec80b131c8b SIZE (kubernetes-sigs-structured-merge-diff-v4.0.2_GH0.tar.gz) = 280809 SHA256 (kubernetes-sigs-yaml-v1.2.0_GH0.tar.gz) = 80612b8cc63863556906f04df7eca89179bf81e5b3d1133c082bd7e5e35d5514 SIZE (kubernetes-sigs-yaml-v1.2.0_GH0.tar.gz) = 92574 -SHA256 (kubernetes-api-v0.20.2_GH0.tar.gz) = f0109c834bdd5f8ab3f563ae26ce215fa18c3ab139c58d94b21a4760a83a2ed1 -SIZE (kubernetes-api-v0.20.2_GH0.tar.gz) = 2541917 -SHA256 (kubernetes-apimachinery-v0.20.2_GH0.tar.gz) = c54ed0480c64972fe69ef52722628aa0a3943d13c166be3ea20c84786d6aeaf5 -SIZE (kubernetes-apimachinery-v0.20.2_GH0.tar.gz) = 539759 -SHA256 (kubernetes-client-go-v0.20.2_GH0.tar.gz) = 73a16b8addbe11c3d5d2c2e08a83c6cc784b9fa85a9b085c69456107a3d2174a -SIZE (kubernetes-client-go-v0.20.2_GH0.tar.gz) = 673213 +SHA256 (kubernetes-api-v0.20.5_GH0.tar.gz) = 5ee649aa2a85521b9158c6a514332ca184dfa92a8d892c754e444ea62402dfbb +SIZE (kubernetes-api-v0.20.5_GH0.tar.gz) = 2541530 +SHA256 (kubernetes-apimachinery-v0.20.5_GH0.tar.gz) = 3ad013e75b408892a10046a3075a46535258704f3434acc0fe5e09757b7d15bd +SIZE (kubernetes-apimachinery-v0.20.5_GH0.tar.gz) = 539437 +SHA256 (kubernetes-client-go-v0.20.5_GH0.tar.gz) = 310984b039221382b42a06e54d61213394ae50837db60b668fb9e62a60389d2a +SIZE (kubernetes-client-go-v0.20.5_GH0.tar.gz) = 672681 SHA256 (kubernetes-kube-openapi-d219536bb9fd_GH0.tar.gz) = 6dbadc8bb6bb8d9a061265e1b813c9d5617b0308c4b27f7dca1ed27742e994dc SIZE (kubernetes-kube-openapi-d219536bb9fd_GH0.tar.gz) = 844809 SHA256 (kubernetes-utils-67b214c5f920_GH0.tar.gz) = b02055c087582fc66e876ea319d61efb81d09a2433b00a33a03221667c0214d9 @@ -217,14 +219,14 @@ SHA256 (mattn-go-isatty-v0.0.12_GH0.tar.gz) = addbdc341d7685ed4cc8d2d8a8fd2bd9b7 SIZE (mattn-go-isatty-v0.0.12_GH0.tar.gz) = 4548 SHA256 (matttproud-golang_protobuf_extensions-v1.0.1_GH0.tar.gz) = 2def0ee6f6b12b1efc0e3007d89f598608a072610e805c3655ea9d13c3ead49b SIZE (matttproud-golang_protobuf_extensions-v1.0.1_GH0.tar.gz) = 37184 -SHA256 (miekg-dns-v1.1.38_GH0.tar.gz) = 3b6db742ddabd8a98d599f21fdcdbcbb5d7f144d876101d9a98a101bbfe222eb -SIZE (miekg-dns-v1.1.38_GH0.tar.gz) = 199073 +SHA256 (miekg-dns-v1.1.41_GH0.tar.gz) = c807ee900b039dfb117b86548702459f4902cf18020b41797d337ec33d9eeee8 +SIZE (miekg-dns-v1.1.41_GH0.tar.gz) = 199522 SHA256 (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 646671c73a84a8dfb4a5a76b80c7b63549ffefa906524d45077301bc7da76600 SIZE (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 3362 SHA256 (mitchellh-mapstructure-v1.4.1_GH0.tar.gz) = d936baa5006f7dda1346aff863745a110981f7583a1184e93b9077fa52cd4048 SIZE (mitchellh-mapstructure-v1.4.1_GH0.tar.gz) = 27826 -SHA256 (moby-moby-v20.10.3_GH0.tar.gz) = 62bb03f197b8a064da568e62639f6834f91c8cfc9273126a978847becc214c31 -SIZE (moby-moby-v20.10.3_GH0.tar.gz) = 11063792 +SHA256 (moby-moby-v20.10.5_GH0.tar.gz) = bcf651d75e5c80421e8cd3b0d47f3425e01047cf67aef0eda83b68776905a583 +SIZE (moby-moby-v20.10.5_GH0.tar.gz) = 11068359 SHA256 (moby-term-df9cb8a40635_GH0.tar.gz) = 29d392e902443adc2807ff5c831f5c14aa183bdc62df6472eb8a99bf19aedf6f SIZE (moby-term-df9cb8a40635_GH0.tar.gz) = 15173 SHA256 (modern-go-concurrent-bacd9c7ef1dd_GH0.tar.gz) = d673e902118a6ece63198dc7e0961e904d0410f142726df0936ec1a52035a60f @@ -255,20 +257,20 @@ SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f77474 SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398 SHA256 (prometheus-alertmanager-v0.21.0_GH0.tar.gz) = 1e7749588de13ff3dcf90bd7813ada69b92f5469c15d5dface19d1a279480e50 SIZE (prometheus-alertmanager-v0.21.0_GH0.tar.gz) = 5704209 -SHA256 (prometheus-client_golang-v1.9.0_GH0.tar.gz) = 92ccfb35268ce2de6beeb45d4b5639e4bce78111b8629bcde5727165f7e1afb1 -SIZE (prometheus-client_golang-v1.9.0_GH0.tar.gz) = 177330 +SHA256 (prometheus-client_golang-v1.10.0_GH0.tar.gz) = e7305f84aa6553d9dd4bfd148d29289df36a9df82dae7be3c6eda62feb56f3d1 +SIZE (prometheus-client_golang-v1.10.0_GH0.tar.gz) = 176316 SHA256 (prometheus-client_model-v0.2.0_GH0.tar.gz) = 4ab1be9cdfa702d7f49beeb09a256bcc6a2aad55e8a0a37e7732a46934264e12 SIZE (prometheus-client_model-v0.2.0_GH0.tar.gz) = 10986 -SHA256 (prometheus-common-v0.15.0_GH0.tar.gz) = f0957de56c09431076239d27bb85e07841bb832d0c99210087bc6da63a0b2cb6 -SIZE (prometheus-common-v0.15.0_GH0.tar.gz) = 124369 +SHA256 (prometheus-common-v0.20.0_GH0.tar.gz) = fdb23e113db6d3f12654a8e2282a10aaa1806b8ca53c2fab26412d0d98cecd22 +SIZE (prometheus-common-v0.20.0_GH0.tar.gz) = 123986 SHA256 (prometheus-exporter-toolkit-v0.5.1_GH0.tar.gz) = 721740ad90ac0d32e51c94d05b67a276cbed2c138e9af16587f98e8664750220 SIZE (prometheus-exporter-toolkit-v0.5.1_GH0.tar.gz) = 50475 -SHA256 (prometheus-procfs-v0.2.0_GH0.tar.gz) = b6c013031ac8b9f8f9e1595103c48feb80dfe59c37aac73efe724fddbc0b3f50 -SIZE (prometheus-procfs-v0.2.0_GH0.tar.gz) = 157368 +SHA256 (prometheus-procfs-v0.6.0_GH0.tar.gz) = 6ad7a23cf4db9fa5dbf2c5d8fbd0fbf5ffe48e3ddb7bf15f9359813d764ce73c +SIZE (prometheus-procfs-v0.6.0_GH0.tar.gz) = 169898 SHA256 (protocolbuffers-protobuf-go-v1.25.0_GH0.tar.gz) = c1c04d6e36c0d0fb6f3374197f9025d7e6df13f38a974098be020617c00fbaf2 SIZE (protocolbuffers-protobuf-go-v1.25.0_GH0.tar.gz) = 1258804 -SHA256 (samuel-go-zookeeper-7117e9ea2414_GH0.tar.gz) = 00664cc91bfbb4a0569c2f575934e707a10c25d3c4914bfc32e02e29146395ab -SIZE (samuel-go-zookeeper-7117e9ea2414_GH0.tar.gz) = 40324 +SHA256 (scaleway-scaleway-sdk-go-c65ae3540d44_GH0.tar.gz) = b0565fe7b0b09073f86911f39ddf35547969f40c0a8cce1ee7a452d02ce8ce74 +SIZE (scaleway-scaleway-sdk-go-c65ae3540d44_GH0.tar.gz) = 430135 SHA256 (shurcooL-httpfs-8d4bc4ba7749_GH0.tar.gz) = 761fc18152b6998a40b6aa8169fa1275cbbbdba0632096bf5a004a8c5d1c9d99 SIZE (shurcooL-httpfs-8d4bc4ba7749_GH0.tar.gz) = 8713 SHA256 (shurcooL-vfsgen-0d455de96546_GH0.tar.gz) = e54c6fad553f915401861a2c687c53f2b44c8ad9a209ceac174b85be75e4669f @@ -289,3 +291,4 @@ SHA256 (uber-jaeger-client-go-v2.25.0_GH0.tar.gz) = 92e34f0d49830c4a15c232a652a5 SIZE (uber-jaeger-client-go-v2.25.0_GH0.tar.gz) = 207404 SHA256 (uber-jaeger-lib-v2.4.0_GH0.tar.gz) = 04c774051ac42d9c7c325091c1242361f6e3fbd1fba90e793f1c36aafd423f43 SIZE (uber-jaeger-lib-v2.4.0_GH0.tar.gz) = 37614 + From owner-dev-commits-ports-branches@freebsd.org Sat Jun 5 14: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 6F0FF6441F8; Sat, 5 Jun 2021 14: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 4Fy2G82l70z3HKf; Sat, 5 Jun 2021 14: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 468461204E; Sat, 5 Jun 2021 14: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 155EYeop049528; Sat, 5 Jun 2021 14: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 155EYe5Z049527; Sat, 5 Jun 2021 14:34:40 GMT (envelope-from git) Date: Sat, 5 Jun 2021 14:34:40 GMT Message-Id: <202106051434.155EYe5Z049527@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: af3eb1411a17 - 2021Q2 - net/ocserv: Update to 1.1.3 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: af3eb1411a17755b193bcdac6c65637baaf97483 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, 05 Jun 2021 14:34:40 -0000 The branch 2021Q2 has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=af3eb1411a17755b193bcdac6c65637baaf97483 commit af3eb1411a17755b193bcdac6c65637baaf97483 Author: Juraj Lutter AuthorDate: 2021-06-05 11:51:09 +0000 Commit: Juraj Lutter CommitDate: 2021-06-05 14:33:31 +0000 net/ocserv: Update to 1.1.3 (cherry picked from commit cd0a1795e02636de8e062b47fb71935299751b49) --- net/ocserv/Makefile | 4 +--- net/ocserv/distinfo | 6 +++--- net/ocserv/pkg-message | 4 ++-- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/net/ocserv/Makefile b/net/ocserv/Makefile index f5f656062114..195fe7caf20e 100644 --- a/net/ocserv/Makefile +++ b/net/ocserv/Makefile @@ -1,7 +1,5 @@ -# Created by: Carlos J Puga Medina - PORTNAME= ocserv -DISTVERSION= 1.1.2 +DISTVERSION= 1.1.3 CATEGORIES= net net-vpn security MASTER_SITES= ftp://ftp.infradead.org/pub/ocserv/ diff --git a/net/ocserv/distinfo b/net/ocserv/distinfo index 959354ad5522..b8474b901191 100644 --- a/net/ocserv/distinfo +++ b/net/ocserv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1611791595 -SHA256 (ocserv-1.1.2.tar.xz) = 889ccdbe8e67d3bc2bc8713b7fbb5bd4e79228abc6054e88858cb4ad6d0245dd -SIZE (ocserv-1.1.2.tar.xz) = 824924 +TIMESTAMP = 1622876708 +SHA256 (ocserv-1.1.3.tar.xz) = 1ab70c6e6ea36b613e8e171fc03b6081c4312a45ee52cc2959c068c27324107e +SIZE (ocserv-1.1.3.tar.xz) = 833320 diff --git a/net/ocserv/pkg-message b/net/ocserv/pkg-message index 71bdb86b7e13..57de6e07e917 100644 --- a/net/ocserv/pkg-message +++ b/net/ocserv/pkg-message @@ -1,7 +1,7 @@ [ { message: < 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 E277F649463; Sat, 5 Jun 2021 20:11: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 4Fy9kz62jdz3sKW; Sat, 5 Jun 2021 20:11: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 B78C61686D; Sat, 5 Jun 2021 20:11: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 155KBdPf098670; Sat, 5 Jun 2021 20:11:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 155KBdF6098669; Sat, 5 Jun 2021 20:11:39 GMT (envelope-from git) Date: Sat, 5 Jun 2021 20:11:39 GMT Message-Id: <202106052011.155KBdF6098669@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: e21bcedb572d - 2021Q2 - www/youtube_dl: update to 2021.06.06 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: e21bcedb572d8cc33c8c6a4097ddb5bb481c4c7a 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, 05 Jun 2021 20:11:39 -0000 The branch 2021Q2 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=e21bcedb572d8cc33c8c6a4097ddb5bb481c4c7a commit e21bcedb572d8cc33c8c6a4097ddb5bb481c4c7a Author: Jan Beich AuthorDate: 2021-05-16 15:59:22 +0000 Commit: Jan Beich CommitDate: 2021-06-05 20:10:34 +0000 www/youtube_dl: update to 2021.06.06 Changes: https://github.com/ytdl-org/youtube-dl/releases/tag/2021.06.06 Reported by: GitHub (watch releases) (cherry picked from commit c07f689ef165193dbfabffd83843283b9a6c5668) --- www/youtube_dl/Makefile | 2 +- www/youtube_dl/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/youtube_dl/Makefile b/www/youtube_dl/Makefile index 029b9865fd34..e89315dbfab5 100644 --- a/www/youtube_dl/Makefile +++ b/www/youtube_dl/Makefile @@ -1,6 +1,6 @@ PORTNAME= youtube_dl -PORTVERSION= 2021.05.16 +PORTVERSION= 2021.06.06 CATEGORIES= www MASTER_SITES= https://yt-dl.org/downloads/${PORTVERSION}/ DISTNAME= youtube-dl-${PORTVERSION} diff --git a/www/youtube_dl/distinfo b/www/youtube_dl/distinfo index 495f5cfed71b..e4dfe5073776 100644 --- a/www/youtube_dl/distinfo +++ b/www/youtube_dl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621180498 -SHA256 (youtube-dl-2021.05.16.tar.gz) = d4012a5ca8d77f8ee30a21532fd1042ed287c0784a5a76fcb74cc33ef76f1afd -SIZE (youtube-dl-2021.05.16.tar.gz) = 3336051 +TIMESTAMP = 1621180762 +SHA256 (youtube-dl-2021.06.06.tar.gz) = 3ccb0e4db9fd172338ed1c32bae0be2f716458dca4143e55732ff55260b20ac3 +SIZE (youtube-dl-2021.06.06.tar.gz) = 3336227 From owner-dev-commits-ports-branches@freebsd.org Sat Jun 5 22:59: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 DB92C64BDD1; Sat, 5 Jun 2021 22:59: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 4FyFSW5tJNz4Zfc; Sat, 5 Jun 2021 22:59: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 B20E318DC7; Sat, 5 Jun 2021 22:59: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 155MxNtu013601; Sat, 5 Jun 2021 22:59:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 155MxNqd013600; Sat, 5 Jun 2021 22:59:23 GMT (envelope-from git) Date: Sat, 5 Jun 2021 22:59:23 GMT Message-Id: <202106052259.155MxNqd013600@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: 4f27363691ab - 2021Q2 - emulators/rpcs3: update to 0.0.16.12361 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: 4f27363691aba051c9e2b4308c1d425ca8999e7c 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, 05 Jun 2021 22:59:24 -0000 The branch 2021Q2 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=4f27363691aba051c9e2b4308c1d425ca8999e7c commit 4f27363691aba051c9e2b4308c1d425ca8999e7c Author: Jan Beich AuthorDate: 2021-06-02 05:33:50 +0000 Commit: Jan Beich CommitDate: 2021-06-05 21:25:21 +0000 emulators/rpcs3: update to 0.0.16.12361 Changes: https://github.com/RPCS3/rpcs3/compare/a7d4da25a...6c44664c1 (cherry picked from commit 486fdc29e0a9dfa6051c6109c02e619fd743564a) --- emulators/rpcs3/Makefile | 8 ++++---- emulators/rpcs3/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile index cfe0c60a9848..7159f7c1bed5 100644 --- a/emulators/rpcs3/Makefile +++ b/emulators/rpcs3/Makefile @@ -1,8 +1,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.16-12351 # git rev-list --count HEAD -DISTVERSIONSUFFIX= -ga7d4da25a +DISTVERSION= 0.0.16-12361 # git rev-list --count HEAD +DISTVERSIONSUFFIX= -g6c44664c1 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org @@ -30,8 +30,8 @@ GH_TUPLE= RPCS3:hidapi:hidapi-0.8.0-rc1-28-g8961cf8:hidapi/3rdparty/hidapi/hidap asmjit:asmjit:723f585:asmjit/3rdparty/asmjit/asmjit \ google:flatbuffers:v1.11.0:flatbuffers/3rdparty/flatbuffers \ jbeder:yaml-cpp:yaml-cpp-0.6.3-30-g6a211f0:yamlcpp/3rdparty/yaml-cpp \ - KhronosGroup:SPIRV-Headers:1.5.3.reservations1:spirv_headers/Vulkan/spirv-headers \ - KhronosGroup:SPIRV-Tools:v2020.4:spirv_tools/Vulkan/spirv-tools \ + KhronosGroup:SPIRV-Headers:1.5.3.reservations1:spirv_headers/3rdparty/SPIRV/SPIRV-Headers \ + KhronosGroup:SPIRV-Tools:v2020.4:spirv_tools/3rdparty/SPIRV/SPIRV-Tools \ KhronosGroup:glslang:11.4.0:glslang/3rdparty/glslang/glslang \ USCiLab:cereal:v1.3.0-5-g60c69df9:cereal/3rdparty/cereal \ wolfSSL:wolfssl:v4.5.0-stable-80-g39b544860:wolfssl/3rdparty/wolfssl \ diff --git a/emulators/rpcs3/distinfo b/emulators/rpcs3/distinfo index ca65b7488c01..26a5e9fdf85d 100644 --- a/emulators/rpcs3/distinfo +++ b/emulators/rpcs3/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1622491273 +TIMESTAMP = 1622612030 SHA256 (libcxx-12.0.0.src.tar.xz) = 7dcb75ca4f6aae2c677d128460c48a57398c8b6791b77b74bea7cf9e04e7c3f1 SIZE (libcxx-12.0.0.src.tar.xz) = 1880864 -SHA256 (RPCS3-rpcs3-v0.0.16-12351-ga7d4da25a_GH0.tar.gz) = 0543d05cb672967d5cbca78f557a4ad7a507586dad5f103789654890a1993276 -SIZE (RPCS3-rpcs3-v0.0.16-12351-ga7d4da25a_GH0.tar.gz) = 8060747 +SHA256 (RPCS3-rpcs3-v0.0.16-12361-g6c44664c1_GH0.tar.gz) = 0dbe6c5234fef102eb5d2a0f4e109ff7be3a7e6adfe90d82b4e199281f98e0b8 +SIZE (RPCS3-rpcs3-v0.0.16-12361-g6c44664c1_GH0.tar.gz) = 8062835 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-28-g8961cf8_GH0.tar.gz) = 0f0f3b3af2fff7004f479a1adbbb81658b62a2e07b5978acc65833273e8124d7 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-28-g8961cf8_GH0.tar.gz) = 105391 SHA256 (RPCS3-llvm-mirror-5836324d6443_GH0.tar.gz) = b996a126f5d1beb558d63fb79005cf193c591cf8787dd86bcdb1f289f817e964 From owner-dev-commits-ports-branches@freebsd.org Sat Jun 5 22:59: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 91F9464C00A; Sat, 5 Jun 2021 22:59: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 4FyFSY0j6Tz4ZqC; Sat, 5 Jun 2021 22:59: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 D33F118B42; Sat, 5 Jun 2021 22:59:24 +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 155MxO3T013647; Sat, 5 Jun 2021 22:59:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 155MxOUn013646; Sat, 5 Jun 2021 22:59:24 GMT (envelope-from git) Date: Sat, 5 Jun 2021 22:59:24 GMT Message-Id: <202106052259.155MxOUn013646@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: 8d613b742848 - 2021Q2 - emulators/rpcs3: update to 0.0.16.12366 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: 8d613b742848a844d7fe283b5322564d52d360e7 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, 05 Jun 2021 22:59:25 -0000 The branch 2021Q2 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=8d613b742848a844d7fe283b5322564d52d360e7 commit 8d613b742848a844d7fe283b5322564d52d360e7 Author: Jan Beich AuthorDate: 2021-06-05 13:41:02 +0000 Commit: Jan Beich CommitDate: 2021-06-05 22:55:35 +0000 emulators/rpcs3: update to 0.0.16.12366 Changes: https://github.com/RPCS3/rpcs3/compare/6c44664c1...6ac9e6f9c (cherry picked from commit 52e7a8301fa2794d232a09bc5eb62d51f44fe42e) --- emulators/rpcs3/Makefile | 4 ++-- emulators/rpcs3/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile index 7159f7c1bed5..763772e4354a 100644 --- a/emulators/rpcs3/Makefile +++ b/emulators/rpcs3/Makefile @@ -1,8 +1,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.16-12361 # git rev-list --count HEAD -DISTVERSIONSUFFIX= -g6c44664c1 +DISTVERSION= 0.0.16-12366 # git rev-list --count HEAD +DISTVERSIONSUFFIX= -g6ac9e6f9c CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org diff --git a/emulators/rpcs3/distinfo b/emulators/rpcs3/distinfo index 26a5e9fdf85d..6080017fa278 100644 --- a/emulators/rpcs3/distinfo +++ b/emulators/rpcs3/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1622612030 +TIMESTAMP = 1622916134 SHA256 (libcxx-12.0.0.src.tar.xz) = 7dcb75ca4f6aae2c677d128460c48a57398c8b6791b77b74bea7cf9e04e7c3f1 SIZE (libcxx-12.0.0.src.tar.xz) = 1880864 -SHA256 (RPCS3-rpcs3-v0.0.16-12361-g6c44664c1_GH0.tar.gz) = 0dbe6c5234fef102eb5d2a0f4e109ff7be3a7e6adfe90d82b4e199281f98e0b8 -SIZE (RPCS3-rpcs3-v0.0.16-12361-g6c44664c1_GH0.tar.gz) = 8062835 +SHA256 (RPCS3-rpcs3-v0.0.16-12366-g6ac9e6f9c_GH0.tar.gz) = 72775405fb10b3f93adc8e234f3da7641d81754b0bb6b0a07451da842d215b50 +SIZE (RPCS3-rpcs3-v0.0.16-12366-g6ac9e6f9c_GH0.tar.gz) = 8063108 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-28-g8961cf8_GH0.tar.gz) = 0f0f3b3af2fff7004f479a1adbbb81658b62a2e07b5978acc65833273e8124d7 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-28-g8961cf8_GH0.tar.gz) = 105391 SHA256 (RPCS3-llvm-mirror-5836324d6443_GH0.tar.gz) = b996a126f5d1beb558d63fb79005cf193c591cf8787dd86bcdb1f289f817e964 From owner-dev-commits-ports-branches@freebsd.org Sat Jun 5 22:59:26 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 66FB164BF10; Sat, 5 Jun 2021 22:59:26 +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 4FyFSZ1PY8z4Zfm; Sat, 5 Jun 2021 22:59:26 +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 F04ED18AF8; Sat, 5 Jun 2021 22:59: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 155MxPPi013692; Sat, 5 Jun 2021 22:59:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 155MxPDP013691; Sat, 5 Jun 2021 22:59:25 GMT (envelope-from git) Date: Sat, 5 Jun 2021 22:59:25 GMT Message-Id: <202106052259.155MxPDP013691@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: be6ef66c1788 - 2021Q2 - emulators/yuzu: update to s20210602 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: be6ef66c1788344be9f94a122cc9abc70bd41d32 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, 05 Jun 2021 22:59:26 -0000 The branch 2021Q2 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=be6ef66c1788344be9f94a122cc9abc70bd41d32 commit be6ef66c1788344be9f94a122cc9abc70bd41d32 Author: Jan Beich AuthorDate: 2021-06-02 04:34:48 +0000 Commit: Jan Beich CommitDate: 2021-06-05 22:55:35 +0000 emulators/yuzu: update to s20210602 Changes: https://github.com/yuzu-emu/yuzu/compare/519ddfae0...4ea171fa5 (cherry picked from commit a500d6f8fb2d1f5123606eaf16642310f42e4971) --- emulators/yuzu/Makefile | 4 ++-- emulators/yuzu/distinfo | 6 +++--- emulators/yuzu/files/patch-sdl2 | 36 ++++++++++++++++++++++++++---------- 3 files changed, 31 insertions(+), 15 deletions(-) diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index a61dd65b17f1..e3387f251f0b 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -1,6 +1,6 @@ PORTNAME= yuzu -PORTVERSION= s20210531 +PORTVERSION= s20210602 PORTREVISION?= 0 CATEGORIES= emulators @@ -43,7 +43,7 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \ USE_GITHUB= yes GH_ACCOUNT= yuzu-emu -GH_TAGNAME= 519ddfae0 +GH_TAGNAME= 4ea171fa5 GH_TUPLE= yuzu-emu:mbedtls:v2.16.9-115-g8c88150ca:mbedtls/externals/mbedtls \ KhronosGroup:SPIRV-Headers:2c51218:SPIRV_Headers/externals/sirit/externals/SPIRV-Headers \ KhronosGroup:Vulkan-Headers:v1.2.145:Vulkan_Headers/externals/Vulkan-Headers \ diff --git a/emulators/yuzu/distinfo b/emulators/yuzu/distinfo index d5cb2d5d372f..0b507194e49a 100644 --- a/emulators/yuzu/distinfo +++ b/emulators/yuzu/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1622485736 -SHA256 (yuzu-emu-yuzu-s20210531-519ddfae0_GH0.tar.gz) = f1a6373cba4de696d315c52e4f096468df64d9d723d0a74128915167c49ad609 -SIZE (yuzu-emu-yuzu-s20210531-519ddfae0_GH0.tar.gz) = 3845550 +TIMESTAMP = 1622672949 +SHA256 (yuzu-emu-yuzu-s20210602-4ea171fa5_GH0.tar.gz) = 8f892dfa6d7c2a440ab1cfcc2fb125cab9dad98b8e53333447deddb71bbcc629 +SIZE (yuzu-emu-yuzu-s20210602-4ea171fa5_GH0.tar.gz) = 3846587 SHA256 (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 8cd6d075b4da0ad5fb995eb37390e2e6088be8d41ab1cdfc7e7e4256bd991450 SIZE (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 2679189 SHA256 (KhronosGroup-SPIRV-Headers-2c51218_GH0.tar.gz) = 08f70947b69e17c7e322156adcd471cf02b4b3f63e7baf8ee0f02d32603ac5ff diff --git a/emulators/yuzu/files/patch-sdl2 b/emulators/yuzu/files/patch-sdl2 index 6eda6f9d8d2e..e10b98a630f8 100644 --- a/emulators/yuzu/files/patch-sdl2 +++ b/emulators/yuzu/files/patch-sdl2 @@ -20,9 +20,9 @@ CMake Error at externals/CMakeLists.txt:54 (add_subdirectory): if (TRUE) if (SDL2_FOUND) ---- src/input_common/sdl/sdl_impl.cpp.orig 2021-05-19 22:47:48 UTC +--- src/input_common/sdl/sdl_impl.cpp.orig 2021-06-02 22:29:09 UTC +++ src/input_common/sdl/sdl_impl.cpp -@@ -74,6 +74,7 @@ class SDLJoystick { (public) +@@ -64,6 +64,7 @@ class SDLJoystick { (public) } void EnableMotion() { @@ -30,7 +30,7 @@ CMake Error at externals/CMakeLists.txt:54 (add_subdirectory): if (sdl_controller) { SDL_GameController* controller = sdl_controller.get(); if (SDL_GameControllerHasSensor(controller, SDL_SENSOR_ACCEL) && !has_accel) { -@@ -85,6 +86,7 @@ class SDLJoystick { (public) +@@ -75,6 +76,7 @@ class SDLJoystick { (public) has_gyro = true; } } @@ -38,7 +38,7 @@ CMake Error at externals/CMakeLists.txt:54 (add_subdirectory): } void SetButton(int button, bool value) { -@@ -92,6 +94,7 @@ class SDLJoystick { (public) +@@ -82,6 +84,7 @@ class SDLJoystick { (public) state.buttons.insert_or_assign(button, value); } @@ -46,7 +46,7 @@ CMake Error at externals/CMakeLists.txt:54 (add_subdirectory): void SetMotion(SDL_ControllerSensorEvent event) { constexpr float gravity_constant = 9.80665f; std::lock_guard lock{mutex}; -@@ -119,6 +122,7 @@ class SDLJoystick { (public) +@@ -109,6 +112,7 @@ class SDLJoystick { (public) motion.UpdateRotation(time_difference * 1000); motion.UpdateOrientation(time_difference * 1000); } @@ -54,7 +54,7 @@ CMake Error at externals/CMakeLists.txt:54 (add_subdirectory): bool GetButton(int button) const { std::lock_guard lock{mutex}; -@@ -352,12 +356,14 @@ void SDLState::HandleGameControllerEvent(const SDL_Eve +@@ -378,12 +382,14 @@ void SDLState::HandleGameControllerEvent(const SDL_Eve } break; } @@ -69,7 +69,7 @@ CMake Error at externals/CMakeLists.txt:54 (add_subdirectory): case SDL_JOYDEVICEREMOVED: LOG_DEBUG(Input, "Controller removed with Instance_ID {}", event.jdevice.which); CloseJoystick(SDL_JoystickFromInstanceID(event.jdevice.which)); -@@ -797,7 +803,9 @@ SDLState::SDLState() { +@@ -823,7 +829,9 @@ SDLState::SDLState() { // Enable HIDAPI rumble. This prevents SDL from disabling motion on PS4 and PS5 controllers SDL_SetHint(SDL_HINT_JOYSTICK_HIDAPI_PS4_RUMBLE, "1"); @@ -79,7 +79,7 @@ CMake Error at externals/CMakeLists.txt:54 (add_subdirectory): // Tell SDL2 to use the hidapi driver. This will allow joycons to be detected as a // GameController and not a generic one -@@ -1003,6 +1011,7 @@ Common::ParamPackage SDLEventToMotionParamPackage(SDLS +@@ -1037,6 +1045,7 @@ Common::ParamPackage SDLEventToMotionParamPackage(SDLS } break; } @@ -87,7 +87,7 @@ CMake Error at externals/CMakeLists.txt:54 (add_subdirectory): case SDL_CONTROLLERSENSORUPDATE: { bool is_motion_shaking = false; constexpr float gyro_threshold = 5.0f; -@@ -1032,6 +1041,7 @@ Common::ParamPackage SDLEventToMotionParamPackage(SDLS +@@ -1066,6 +1075,7 @@ Common::ParamPackage SDLEventToMotionParamPackage(SDLS } break; } @@ -95,7 +95,23 @@ CMake Error at externals/CMakeLists.txt:54 (add_subdirectory): } return {}; } -@@ -1295,7 +1305,9 @@ class SDLMotionPoller final : public SDLPoller { (publ +@@ -1169,6 +1179,7 @@ ButtonBindings SDLState::GetNintendoButtonBinding( + auto sl_button = SDL_CONTROLLER_BUTTON_LEFTSHOULDER; + auto sr_button = SDL_CONTROLLER_BUTTON_RIGHTSHOULDER; + ++#if SDL_VERSION_ATLEAST(2,0,14) + if (joystick->IsJoyconLeft()) { + sl_button = SDL_CONTROLLER_BUTTON_PADDLE2; + sr_button = SDL_CONTROLLER_BUTTON_PADDLE4; +@@ -1177,6 +1188,7 @@ ButtonBindings SDLState::GetNintendoButtonBinding( + sl_button = SDL_CONTROLLER_BUTTON_PADDLE3; + sr_button = SDL_CONTROLLER_BUTTON_PADDLE1; + } ++#endif + + return { + std::pair{Settings::NativeButton::A, SDL_CONTROLLER_BUTTON_A}, +@@ -1462,7 +1474,9 @@ class SDLMotionPoller final : public SDLPoller { (publ [[fallthrough]]; case SDL_JOYBUTTONUP: case SDL_JOYHATMOTION: From owner-dev-commits-ports-branches@freebsd.org Sat Jun 5 22:59:27 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 A341764BB71; Sat, 5 Jun 2021 22:59:27 +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 4FyFSb3hWGz4ZwD; Sat, 5 Jun 2021 22:59:27 +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 22E0119000; Sat, 5 Jun 2021 22:59:27 +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 155MxR1c013746; Sat, 5 Jun 2021 22:59:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 155MxRGl013745; Sat, 5 Jun 2021 22:59:27 GMT (envelope-from git) Date: Sat, 5 Jun 2021 22:59:27 GMT Message-Id: <202106052259.155MxRGl013745@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: 8bad0e3f9c47 - 2021Q2 - emulators/yuzu: update to s20210605 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: 8bad0e3f9c47c7f4cc978506cf3854fee59e3bc5 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, 05 Jun 2021 22:59:27 -0000 The branch 2021Q2 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=8bad0e3f9c47c7f4cc978506cf3854fee59e3bc5 commit 8bad0e3f9c47c7f4cc978506cf3854fee59e3bc5 Author: Jan Beich AuthorDate: 2021-06-04 07:40:04 +0000 Commit: Jan Beich CommitDate: 2021-06-05 22:55:35 +0000 emulators/yuzu: update to s20210605 Changes: https://github.com/yuzu-emu/yuzu/compare/4ea171fa5...1bccbc424 (cherry picked from commit ce3e9c1b523f7b96a4ea1313ae9104befcbf15d4) --- emulators/yuzu/Makefile | 6 +++--- emulators/yuzu/distinfo | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index e3387f251f0b..b528698c0355 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -1,6 +1,6 @@ PORTNAME= yuzu -PORTVERSION= s20210602 +PORTVERSION= s20210605 PORTREVISION?= 0 CATEGORIES= emulators @@ -43,11 +43,11 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \ USE_GITHUB= yes GH_ACCOUNT= yuzu-emu -GH_TAGNAME= 4ea171fa5 +GH_TAGNAME= 1bccbc424 GH_TUPLE= yuzu-emu:mbedtls:v2.16.9-115-g8c88150ca:mbedtls/externals/mbedtls \ KhronosGroup:SPIRV-Headers:2c51218:SPIRV_Headers/externals/sirit/externals/SPIRV-Headers \ KhronosGroup:Vulkan-Headers:v1.2.145:Vulkan_Headers/externals/Vulkan-Headers \ - MerryMage:dynarmic:r5-67-g9a23c09c:dynarmic/externals/dynarmic \ + MerryMage:dynarmic:r5-68-g828959ca:dynarmic/externals/dynarmic \ ReinUsesLisp:sirit:eefca56:sirit/externals/sirit \ arsenm:sanitizers-cmake:aab6948:sanitizers_cmake/externals/cubeb/cmake/sanitizers-cmake \ citra-emu:ext-soundtouch:060181e:soundtouch/externals/soundtouch \ diff --git a/emulators/yuzu/distinfo b/emulators/yuzu/distinfo index 0b507194e49a..279f4937ec92 100644 --- a/emulators/yuzu/distinfo +++ b/emulators/yuzu/distinfo @@ -1,14 +1,14 @@ -TIMESTAMP = 1622672949 -SHA256 (yuzu-emu-yuzu-s20210602-4ea171fa5_GH0.tar.gz) = 8f892dfa6d7c2a440ab1cfcc2fb125cab9dad98b8e53333447deddb71bbcc629 -SIZE (yuzu-emu-yuzu-s20210602-4ea171fa5_GH0.tar.gz) = 3846587 +TIMESTAMP = 1622925354 +SHA256 (yuzu-emu-yuzu-s20210605-1bccbc424_GH0.tar.gz) = 2d05e9dd1a63669cdf211e776e12bdf4ef81b1eb3b17489928e7ce20ed89b70d +SIZE (yuzu-emu-yuzu-s20210605-1bccbc424_GH0.tar.gz) = 3848434 SHA256 (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 8cd6d075b4da0ad5fb995eb37390e2e6088be8d41ab1cdfc7e7e4256bd991450 SIZE (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 2679189 SHA256 (KhronosGroup-SPIRV-Headers-2c51218_GH0.tar.gz) = 08f70947b69e17c7e322156adcd471cf02b4b3f63e7baf8ee0f02d32603ac5ff SIZE (KhronosGroup-SPIRV-Headers-2c51218_GH0.tar.gz) = 280829 SHA256 (KhronosGroup-Vulkan-Headers-v1.2.145_GH0.tar.gz) = c8656969f0dc33f5f544b9449f02d66b7c9de67e6e58376c1cd4999694ab8517 SIZE (KhronosGroup-Vulkan-Headers-v1.2.145_GH0.tar.gz) = 766896 -SHA256 (MerryMage-dynarmic-r5-67-g9a23c09c_GH0.tar.gz) = d57af163efa4af13f7f913555cbdc9f430dfa1594e45f80b9c43a72451404c5b -SIZE (MerryMage-dynarmic-r5-67-g9a23c09c_GH0.tar.gz) = 28231126 +SHA256 (MerryMage-dynarmic-r5-68-g828959ca_GH0.tar.gz) = e3fd44018aff7e44ea940b46d22f2364b3ea1436df31b239abda2e6625a1fed4 +SIZE (MerryMage-dynarmic-r5-68-g828959ca_GH0.tar.gz) = 28231099 SHA256 (ReinUsesLisp-sirit-eefca56_GH0.tar.gz) = cc95e8155e14e596526c378d0a3cc2bb4bfe7da68773a79f224d48f89b20685a SIZE (ReinUsesLisp-sirit-eefca56_GH0.tar.gz) = 22035 SHA256 (arsenm-sanitizers-cmake-aab6948_GH0.tar.gz) = d9009e17948aff769a6f6e16b52d4d8752c5cc2cab1e9c381d3a31fd1a680b58 From owner-dev-commits-ports-branches@freebsd.org Sun Jun 6 10:10: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 DD05065BA8B; Sun, 6 Jun 2021 10:10: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 4FyXLf5nZMz4XH7; Sun, 6 Jun 2021 10:10: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 AF19C21AAF; Sun, 6 Jun 2021 10:10:18 +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 156AAIBd007992; Sun, 6 Jun 2021 10:10:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 156AAIJg007987; Sun, 6 Jun 2021 10:10:18 GMT (envelope-from git) Date: Sun, 6 Jun 2021 10:10:18 GMT Message-Id: <202106061010.156AAIJg007987@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: b9f46d134fd1 - 2021Q2 - devel/raylib: Update to 3.7.0 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: b9f46d134fd1ee5039cab0cb1a6b07a264702307 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, 06 Jun 2021 10:10:18 -0000 The branch 2021Q2 has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=b9f46d134fd1ee5039cab0cb1a6b07a264702307 commit b9f46d134fd1ee5039cab0cb1a6b07a264702307 Author: Martin Filla AuthorDate: 2021-06-06 09:17:19 +0000 Commit: Juraj Lutter CommitDate: 2021-06-06 10:09:56 +0000 devel/raylib: Update to 3.7.0 Committing slightly modified version, providing for less work in future updates, in line with what was introduced in update to 3.5.0. PR: 256428 (cherry picked from commit e6803e7083235e9e308263deda300afafa2522bb) --- devel/raylib/Makefile | 4 ++-- devel/raylib/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/raylib/Makefile b/devel/raylib/Makefile index e308faf1ad58..d346fdb05596 100644 --- a/devel/raylib/Makefile +++ b/devel/raylib/Makefile @@ -1,6 +1,6 @@ PORTNAME= raylib -DISTVERSION= 3.5.0 +DISTVERSION= 3.7.0 CATEGORIES= devel education MAINTAINER= freebsd@sysctl.cz @@ -19,7 +19,7 @@ USE_GL= gl glu USE_LDCONFIG= yes USE_XORG= ice sm x11 xcursor xext xi xinerama xrandr xxf86vm -CMAKE_ON= SHARED USE_EXTERNAL_GLFW +CMAKE_ON= BUILD_SHARED_LIBS USE_EXTERNAL_GLFW CMAKE_OFF= BUILD_EXAMPLES BUILD_GAMES STATIC PLIST_SUB= DISTVERSION=${DISTVERSION} diff --git a/devel/raylib/distinfo b/devel/raylib/distinfo index a095cd0508b2..af287248d36d 100644 --- a/devel/raylib/distinfo +++ b/devel/raylib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1609673965 -SHA256 (raysan5-raylib-3.5.0_GH0.tar.gz) = 761985876092fa98a99cbf1fef7ca80c3ee0365fb6a107ab901a272178ba69f5 -SIZE (raysan5-raylib-3.5.0_GH0.tar.gz) = 36602517 +TIMESTAMP = 1622970945 +SHA256 (raysan5-raylib-3.7.0_GH0.tar.gz) = 7bfdf2e22f067f16dec62b9d1530186ddba63ec49dbd0ae6a8461b0367c23951 +SIZE (raysan5-raylib-3.7.0_GH0.tar.gz) = 40597097 From owner-dev-commits-ports-branches@freebsd.org Sun Jun 6 10:45:53 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 74FB965C022; Sun, 6 Jun 2021 10:45:53 +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 4FyY7j2m3qz4YL8; Sun, 6 Jun 2021 10:45: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 473482239D; Sun, 6 Jun 2021 10:45: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 156AjrJ0053254; Sun, 6 Jun 2021 10:45:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 156Ajr1n053253; Sun, 6 Jun 2021 10:45:53 GMT (envelope-from git) Date: Sun, 6 Jun 2021 10:45:53 GMT Message-Id: <202106061045.156Ajr1n053253@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Emanuel Haupt Subject: git: 14239f27d116 - 2021Q2 - mail/sylpheed: Add missing dependency MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ehaupt X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 14239f27d1169ace26d1913ce7fd1ba0ac097eba 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, 06 Jun 2021 10:45:53 -0000 The branch 2021Q2 has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=14239f27d1169ace26d1913ce7fd1ba0ac097eba commit 14239f27d1169ace26d1913ce7fd1ba0ac097eba Author: Emanuel Haupt AuthorDate: 2021-06-06 10:41:40 +0000 Commit: Emanuel Haupt CommitDate: 2021-06-06 10:45:30 +0000 mail/sylpheed: Add missing dependency PR: 256378 (based on) Notified by: stage-qa MFH: 2021Q1 (cherry picked from commit 06caa0418884a026c1c2e0be94675880371898f4) --- mail/sylpheed/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 3351cbb3302a..9b6243d34643 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -2,7 +2,7 @@ PORTNAME= sylpheed PORTVERSION= 3.7.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/ \ LOCAL/ehaupt @@ -15,7 +15,8 @@ LICENSE_COMB= dual RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:misc/mime-support LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 + libfreetype.so:print/freetype2 \ + libharfbuzz.so:print/harfbuzz USES= desktop-file-utils gettext gmake gnome iconv libtool pkgconfig \ tar:bzip2 From owner-dev-commits-ports-branches@freebsd.org Sun Jun 6 11:07:43 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 F1D6865C749; Sun, 6 Jun 2021 11:07: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 4FyYct6DnKz4b4N; Sun, 6 Jun 2021 11:07: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 BE2A1220FA; Sun, 6 Jun 2021 11:07: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 156B7geO080018; Sun, 6 Jun 2021 11:07:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 156B7gHr080017; Sun, 6 Jun 2021 11:07:42 GMT (envelope-from git) Date: Sun, 6 Jun 2021 11:07:42 GMT Message-Id: <202106061107.156B7gHr080017@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Kurt Jaeger Subject: git: ab22de5d66db - 2021Q2 - www/drupal7: update 7.78 -> 7.80, fix security vulnerability MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: pi X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: ab22de5d66db581138d3676f9e50b66fd0fb17d2 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, 06 Jun 2021 11:07:43 -0000 The branch 2021Q2 has been updated by pi: URL: https://cgit.FreeBSD.org/ports/commit/?id=ab22de5d66db581138d3676f9e50b66fd0fb17d2 commit ab22de5d66db581138d3676f9e50b66fd0fb17d2 Author: Simon Wright AuthorDate: 2021-06-06 08:36:02 +0000 Commit: Kurt Jaeger CommitDate: 2021-06-06 11:06:57 +0000 www/drupal7: update 7.78 -> 7.80, fix security vulnerability PR: 255417 MFH: 2021Q2 Security: CVE-2020-13672 https://www.drupal.org/sa-core-2021-002 Changes: https://www.drupal.org/project/drupal/releases/7.80 Approved by: joneum (maintainer timeout) (cherry picked from commit 2b1037171f1a4591119c4bc354075b4e3503a397) --- www/drupal7/Makefile | 2 +- www/drupal7/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile index 3fe30a4b5129..5b5ca08d8e37 100644 --- a/www/drupal7/Makefile +++ b/www/drupal7/Makefile @@ -1,7 +1,7 @@ # Created by: Nick Hilliard PORTNAME= drupal7 -DISTVERSION= 7.78 +DISTVERSION= 7.80 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} diff --git a/www/drupal7/distinfo b/www/drupal7/distinfo index 6bcae1cd490c..d894d9dd6533 100644 --- a/www/drupal7/distinfo +++ b/www/drupal7/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1602926237 -SHA256 (drupal/drupal-7.78.tar.gz) = ceaa9d67f1f755a7b936c8e1aa5a8074fac1fe6f101cea2ea116a6e3a657eca9 -SIZE (drupal/drupal-7.78.tar.gz) = 3335651 +TIMESTAMP = 1621936328 +SHA256 (drupal/drupal-7.80.tar.gz) = 6ceb98a3dc7146ac0cd00a9dd7d6861b70c3ffec2297b3c3e8523e8e3dd9a45a +SIZE (drupal/drupal-7.80.tar.gz) = 3342293 From owner-dev-commits-ports-branches@freebsd.org Sun Jun 6 11:08: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 0AF9465C5ED; Sun, 6 Jun 2021 11:08: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 4FyYfF6trZz4Zm1; Sun, 6 Jun 2021 11:08: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 D4B2D22723; Sun, 6 Jun 2021 11:08: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 156B8r9Q080363; Sun, 6 Jun 2021 11:08:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 156B8r5w080362; Sun, 6 Jun 2021 11:08:53 GMT (envelope-from git) Date: Sun, 6 Jun 2021 11:08:53 GMT Message-Id: <202106061108.156B8r5w080362@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: 60b5ac016e38 - 2021Q2 - devel/raylib: Package right .so version (3.5.0) 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: 60b5ac016e38c550676c03217791f6aae167ea59 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, 06 Jun 2021 11:08:54 -0000 The branch 2021Q2 has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=60b5ac016e38c550676c03217791f6aae167ea59 commit 60b5ac016e38c550676c03217791f6aae167ea59 Author: Juraj Lutter AuthorDate: 2021-06-06 10:46:17 +0000 Commit: Juraj Lutter CommitDate: 2021-06-06 11:08:38 +0000 devel/raylib: Package right .so version (3.5.0) It turned out that the version raylib 3.7.0 produces .so version 3.5.0 (as submitted in original PR) This will be discussed with upstream, but for now, fix the build by using the version(s) produced by the build. PR: 256428 (cherry picked from commit 57cf60e917471bd727eaaaffdbfd82a4d77f6c61) --- devel/raylib/Makefile | 2 -- devel/raylib/pkg-plist | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/devel/raylib/Makefile b/devel/raylib/Makefile index d346fdb05596..987b3136ac49 100644 --- a/devel/raylib/Makefile +++ b/devel/raylib/Makefile @@ -22,8 +22,6 @@ USE_XORG= ice sm x11 xcursor xext xi xinerama xrandr xxf86vm CMAKE_ON= BUILD_SHARED_LIBS USE_EXTERNAL_GLFW CMAKE_OFF= BUILD_EXAMPLES BUILD_GAMES STATIC -PLIST_SUB= DISTVERSION=${DISTVERSION} - post-extract: # Remove bundled files. ${RM} -r ${WRKSRC}/src/external/glfw ${WRKSRC}/src/external/include ${WRKSRC}/src/rglfw.c diff --git a/devel/raylib/pkg-plist b/devel/raylib/pkg-plist index 417c1671904a..05af953915e7 100644 --- a/devel/raylib/pkg-plist +++ b/devel/raylib/pkg-plist @@ -6,6 +6,6 @@ include/rlgl.h lib/cmake/raylib/raylib-config-version.cmake lib/cmake/raylib/raylib-config.cmake lib/libraylib.so -lib/libraylib.so.%%DISTVERSION%% +lib/libraylib.so.3.5.0 lib/libraylib.so.351 libdata/pkgconfig/raylib.pc From owner-dev-commits-ports-branches@freebsd.org Sun Jun 6 11:10: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 988BD65C5F4; Sun, 6 Jun 2021 11:10: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 4FyYhV3ySHz4Zxt; Sun, 6 Jun 2021 11:10: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 7072122850; Sun, 6 Jun 2021 11:10: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 156BAoH5088815; Sun, 6 Jun 2021 11:10:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 156BAoE3088814; Sun, 6 Jun 2021 11:10:50 GMT (envelope-from git) Date: Sun, 6 Jun 2021 11:10:50 GMT Message-Id: <202106061110.156BAoE3088814@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Thomas Zander Subject: git: 37ee95895390 - 2021Q2 - multimedia/vlc: Update to upstream version 3.0.14. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: riggs X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 37ee9589539079b32d00752a34913132bc52acf4 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, 06 Jun 2021 11:10:50 -0000 The branch 2021Q2 has been updated by riggs: URL: https://cgit.FreeBSD.org/ports/commit/?id=37ee9589539079b32d00752a34913132bc52acf4 commit 37ee9589539079b32d00752a34913132bc52acf4 Author: Thomas Zander AuthorDate: 2021-06-06 06:07:13 +0000 Commit: Thomas Zander CommitDate: 2021-06-06 11:10:47 +0000 multimedia/vlc: Update to upstream version 3.0.14. Changes since 3.0.12: --------------------- Demux: * Adaptive: fix artefacts in HLS streams with wrong profiles/levels * Fix regression on some MP4 files for the audio track * Fix MPGA and ADTS probing in TS files * Fix Flac inside AVI files * Fix VP9/Webm artefacts when seeking Codec: * Support SSA text scaling * Fix rotation on Android rotation * Fix WebVTT subtitles that start at 00:00 Access: * Update libnfs to support NFSv4 * Improve SMB2 integration * Fix Blu-ray files using Unicode names on Windows * Disable mcast lookups on Android for RTSP playback Video Output: * Rework the D3D11 rendering wait, to fix choppiness on display Interfaces: * Fix VLC getting stuck on close on X11 (#21875) * Improve RTL on preferences on macOS * Add mousewheel horizontal axis control * Fix crash on exit on macOS * Fix sizing of the fullscreen controls on macOS Windows: * Fix subtitles/OSD under Windows XP Misc: * Update translations * Improve MIDI fonts search on Linux * Update Soundcloud, Youtube, liveleak * Fix compilation with GCC11 * Fix input-slave option for subtitles MFH: 2021Q2 (cherry picked from commit 984c3ef8a615d27bfd9ca97a26722bafed446520) --- multimedia/vlc/Makefile | 3 +-- multimedia/vlc/distinfo | 6 +++--- multimedia/vlc/files/patch-modules-lua-vlc.h | 10 ---------- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index ce797bae509e..7df29ca2c4c4 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -1,8 +1,7 @@ # Created by: Brian Somers PORTNAME= vlc -DISTVERSION= 3.0.12 -PORTREVISION= 2 +DISTVERSION= 3.0.14 PORTEPOCH= 4 CATEGORIES= multimedia audio net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ diff --git a/multimedia/vlc/distinfo b/multimedia/vlc/distinfo index 9e40e1bb6b5c..9dc524c918c5 100644 --- a/multimedia/vlc/distinfo +++ b/multimedia/vlc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613512964 -SHA256 (vlc-3.0.12.tar.xz) = eff458f38a92126094f44f2263c2bf2c7cdef271b48192d0fe7b1726388cf879 -SIZE (vlc-3.0.12.tar.xz) = 25997468 +TIMESTAMP = 1622956465 +SHA256 (vlc-3.0.14.tar.xz) = 49b93e5b33deaa37060e6b24a98200cad70c407947f14eb2a8b6a0c64d8535a6 +SIZE (vlc-3.0.14.tar.xz) = 26424968 diff --git a/multimedia/vlc/files/patch-modules-lua-vlc.h b/multimedia/vlc/files/patch-modules-lua-vlc.h deleted file mode 100644 index e18c589594c8..000000000000 --- a/multimedia/vlc/files/patch-modules-lua-vlc.h +++ /dev/null @@ -1,10 +0,0 @@ ---- modules/lua/vlc.h.orig 2015-07-11 03:08:07.625881252 +0000 -+++ modules/lua/vlc.h 2015-07-11 03:08:25.711881262 +0000 -@@ -38,6 +38,7 @@ - #include - #include - -+#define LUA_COMPAT_APIINTCASTS - #define LUA_COMPAT_MODULE - #include /* Low level lua C API */ - #include /* Higher level C API */ From owner-dev-commits-ports-branches@freebsd.org Sun Jun 6 13:24: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 1038865E63D; Sun, 6 Jun 2021 13:24: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 4Fycg073Wnz4mck; Sun, 6 Jun 2021 13:24:44 +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 D02AB241BA; Sun, 6 Jun 2021 13:24:44 +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 156DOi1f065952; Sun, 6 Jun 2021 13:24:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 156DOipX065951; Sun, 6 Jun 2021 13:24:44 GMT (envelope-from git) Date: Sun, 6 Jun 2021 13:24:44 GMT Message-Id: <202106061324.156DOipX065951@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: f22ce4a6908f - 2021Q2 - net/libwebsockets: Update to 4.2.0 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: f22ce4a6908fce11b5ecd66e6344bc0c8bf3c604 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, 06 Jun 2021 13:24:45 -0000 The branch 2021Q2 has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=f22ce4a6908fce11b5ecd66e6344bc0c8bf3c604 commit f22ce4a6908fce11b5ecd66e6344bc0c8bf3c604 Author: Daniel Engberg AuthorDate: 2021-06-06 13:22:22 +0000 Commit: Juraj Lutter CommitDate: 2021-06-06 13:24:14 +0000 net/libwebsockets: Update to 4.2.0 - Update libwebsockets to 4.2.0 - Enable mqtt support by default - "Hack" around hard git requirement PR: 256019 (cherry picked from commit ca989f6339de59653820f35a23f6107ee65d2e20) --- net/libwebsockets/Makefile | 13 ++++++++++--- net/libwebsockets/distinfo | 6 +++--- net/libwebsockets/pkg-plist | 8 +++++--- 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/net/libwebsockets/Makefile b/net/libwebsockets/Makefile index 3ca23e689d61..a1236c01821b 100644 --- a/net/libwebsockets/Makefile +++ b/net/libwebsockets/Makefile @@ -2,7 +2,7 @@ PORTNAME= libwebsockets DISTVERSIONPREFIX= v -DISTVERSION= 4.1.6 +DISTVERSION= 4.2.0 CATEGORIES= net devel MASTER_SITES= https://libwebsockets.org/git/libwebsockets/snapshot/ @@ -15,14 +15,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake localbase pkgconfig tar:xz USE_LDCONFIG= yes -CMAKE_ON= LWS_IPV6 LWS_WITH_SSL LWS_WITH_ZLIB \ +CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_Git \ + LWS_IPV6 LWS_WITH_SSL LWS_WITH_ZLIB \ LWS_WITHOUT_TESTAPPS LWS_WITHOUT_TEST_SERVER \ LWS_WITHOUT_TEST_SERVER_EXTPOLL \ LWS_WITHOUT_TEST_PING LWS_WITHOUT_TEST_CLIENT OPTIONS_DEFINE= HTTP_PROXY HTTP2 MQTT PEERLIMITS PLUGINS \ SECURE_STREAMS SOCKS SQLITE WEBSERVER -OPTIONS_DEFAULT= HTTP2 OPENSSL LIBUV +OPTIONS_DEFAULT= HTTP2 MQTT OPENSSL LIBUV OPTIONS_SUB= yes OPTIONS_SINGLE= SSL @@ -75,4 +76,10 @@ LIBEVENT_CMAKE_BOOL= LWS_WITH_LIBEVENT LIBUV_LIB_DEPENDS= libuv.so:devel/libuv LIBUV_CMAKE_BOOL= LWS_WITH_LIBUV +BUILDINFO= ${HOSTARCH}-portbld-${OPSYS:tl}-${OSREL:R} + +post-patch: + @${REINPLACE_CMD} -e 's|%%BUILDINFO%%|${BUILDINFO}|g' \ + ${PATCH_WRKSRC}/CMakeLists.txt + .include diff --git a/net/libwebsockets/distinfo b/net/libwebsockets/distinfo index 5b26cf42e526..a8c1000b0aa6 100644 --- a/net/libwebsockets/distinfo +++ b/net/libwebsockets/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1607873825 -SHA256 (libwebsockets-v4.1.6.tar.xz) = d24b644bb1686c6dd6e3499b9407bb7e22f08f43da22ae7be435c74433a2641f -SIZE (libwebsockets-v4.1.6.tar.xz) = 8570880 +TIMESTAMP = 1621466017 +SHA256 (libwebsockets-v4.2.0.tar.xz) = 4d1e42c2be5951b49cda195008f9c39b7dd29a8956ea00bbe52fcf7efb6a623a +SIZE (libwebsockets-v4.2.0.tar.xz) = 12769280 diff --git a/net/libwebsockets/pkg-plist b/net/libwebsockets/pkg-plist index 1a05235c2685..dfc61553e02a 100644 --- a/net/libwebsockets/pkg-plist +++ b/net/libwebsockets/pkg-plist @@ -14,14 +14,15 @@ include/libwebsockets/lws-button.h include/libwebsockets/lws-callbacks.h include/libwebsockets/lws-cgi.h include/libwebsockets/lws-client.h +include/libwebsockets/lws-conmon.h include/libwebsockets/lws-context-vhost.h include/libwebsockets/lws-dbus.h -include/libwebsockets/lws-detailed-latency.h include/libwebsockets/lws-diskcache.h include/libwebsockets/lws-display.h include/libwebsockets/lws-dll2.h include/libwebsockets/lws-dsh.h include/libwebsockets/lws-eventlib-exports.h +include/libwebsockets/lws-fault-injection.h include/libwebsockets/lws-freertos.h include/libwebsockets/lws-fts.h include/libwebsockets/lws-genaes.h @@ -41,6 +42,7 @@ include/libwebsockets/lws-led.h include/libwebsockets/lws-lejp.h include/libwebsockets/lws-logs.h include/libwebsockets/lws-lwsac.h +include/libwebsockets/lws-metrics.h include/libwebsockets/lws-misc.h include/libwebsockets/lws-mqtt.h include/libwebsockets/lws-netdev.h @@ -63,12 +65,12 @@ include/libwebsockets/lws-spa.h include/libwebsockets/lws-spi.h include/libwebsockets/lws-ssd1306-i2c.h include/libwebsockets/lws-state.h -include/libwebsockets/lws-stats.h include/libwebsockets/lws-struct.h include/libwebsockets/lws-system.h include/libwebsockets/lws-test-sequencer.h include/libwebsockets/lws-threadpool.h include/libwebsockets/lws-timeout-timer.h +include/libwebsockets/lws-tls-sessions.h include/libwebsockets/lws-tokenize.h include/libwebsockets/lws-vfs.h include/libwebsockets/lws-write.h @@ -89,7 +91,7 @@ lib/cmake/libwebsockets/libwebsockets-config.cmake %%LIBUV%%lib/libwebsockets-evlib_uv.so lib/libwebsockets.a lib/libwebsockets.so -lib/libwebsockets.so.17 +lib/libwebsockets.so.18 libdata/pkgconfig/libwebsockets.pc libdata/pkgconfig/libwebsockets_static.pc %%PLUGINS%%%%DATADIR%%-test-server/deaddrop/deaddrop.css From owner-dev-commits-ports-branches@freebsd.org Sun Jun 6 17:48: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 760AD63ACB7; Sun, 6 Jun 2021 17:48: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 4FykW42vsZz3Pgk; Sun, 6 Jun 2021 17:48: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 4853127AA7; Sun, 6 Jun 2021 17:48: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 156HmG9G011422; Sun, 6 Jun 2021 17:48:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 156HmG9k011420; Sun, 6 Jun 2021 17:48:16 GMT (envelope-from git) Date: Sun, 6 Jun 2021 17:48:16 GMT Message-Id: <202106061748.156HmG9k011420@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: 07137eae471e - 2021Q2 - net/wireguard-kmod: Update to 0.0.20210606 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: 07137eae471ec2d04b28329fdc3ae64d2b782fe5 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, 06 Jun 2021 17:48:16 -0000 The branch 2021Q2 has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=07137eae471ec2d04b28329fdc3ae64d2b782fe5 commit 07137eae471ec2d04b28329fdc3ae64d2b782fe5 Author: Bernhard Froehlich AuthorDate: 2021-06-06 17:40:15 +0000 Commit: Bernhard Froehlich CommitDate: 2021-06-06 17:47:31 +0000 net/wireguard-kmod: Update to 0.0.20210606 (cherry picked from commit c56622f82be322205b3c8a539851563a88b46046) --- net/wireguard-kmod/Makefile | 2 +- net/wireguard-kmod/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/wireguard-kmod/Makefile b/net/wireguard-kmod/Makefile index 6ac340456c46..3ae33d0fc1fd 100644 --- a/net/wireguard-kmod/Makefile +++ b/net/wireguard-kmod/Makefile @@ -1,6 +1,6 @@ PORTNAME= wireguard-kmod -PORTVERSION= 0.0.20210503 +PORTVERSION= 0.0.20210606 CATEGORIES= net net-vpn MASTER_SITES= https://git.zx2c4.com/wireguard-freebsd/snapshot/ DISTNAME= wireguard-freebsd-${PORTVERSION} diff --git a/net/wireguard-kmod/distinfo b/net/wireguard-kmod/distinfo index 217b517990ef..ef9ccd58c66f 100644 --- a/net/wireguard-kmod/distinfo +++ b/net/wireguard-kmod/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620293210 -SHA256 (wireguard-freebsd-0.0.20210503.tar.xz) = 96b2bceadc05dac2f026e203d1c0d25f114491afc8fbfc8d6f71c3de7f4a22f1 -SIZE (wireguard-freebsd-0.0.20210503.tar.xz) = 50548 +TIMESTAMP = 1623000437 +SHA256 (wireguard-freebsd-0.0.20210606.tar.xz) = d7501666030619e4ee86e68d2b9fd6a718be6541be83bf726414b821c60383d0 +SIZE (wireguard-freebsd-0.0.20210606.tar.xz) = 45920 From owner-dev-commits-ports-branches@freebsd.org Sun Jun 6 19:03: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 ACD5563BBA5; Sun, 6 Jun 2021 19:03: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 4Fym9T4Jtjz3lYb; Sun, 6 Jun 2021 19:03: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 7C425D89; Sun, 6 Jun 2021 19:03: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 156J39xN017848; Sun, 6 Jun 2021 19:03:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 156J39Cs017847; Sun, 6 Jun 2021 19:03:09 GMT (envelope-from git) Date: Sun, 6 Jun 2021 19:03:09 GMT Message-Id: <202106061903.156J39Cs017847@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Dmitry Marakasov Subject: git: 25697c7f6769 - 2021Q2 - www/py-aiohttp: update to 3.7.4.post0 (missed part) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: amdmi3 X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 25697c7f6769613885b3ed861f49bd42d65b0b24 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, 06 Jun 2021 19:03:09 -0000 The branch 2021Q2 has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=25697c7f6769613885b3ed861f49bd42d65b0b24 commit 25697c7f6769613885b3ed861f49bd42d65b0b24 Author: Dmitry Marakasov AuthorDate: 2021-06-06 18:59:25 +0000 Commit: Dmitry Marakasov CommitDate: 2021-06-06 18:59:25 +0000 www/py-aiohttp: update to 3.7.4.post0 (missed part) PR: 256219 Approved by: koobs (maintainer) Security: CVE-2021-21330 Security: 3000acee-c45d-11eb-904f-14dae9d5a9d2 MFH: 2020Q2 (bugfix, security release(s)) (cherry picked from commit ac412b55156cc77c8e96fb631a338a617749bcb7) --- www/py-aiohttp/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/www/py-aiohttp/Makefile b/www/py-aiohttp/Makefile index 2861ac41cae7..548250360dab 100644 --- a/www/py-aiohttp/Makefile +++ b/www/py-aiohttp/Makefile @@ -1,7 +1,7 @@ # Created by: Kubilay Kocak PORTNAME= aiohttp -PORTVERSION= 3.6.2 +DISTVERSION= 3.7.4.post0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -36,8 +36,7 @@ USE_PYTHON= autoplist distutils cython .include .if ${PYTHON_VER} < 3.7 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}idna_ssl>=1.0:dns/py-idna_ssl@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.6.5:devel/py-typing-extensions@${PY_FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}idna_ssl>=1.0:dns/py-idna_ssl@${PY_FLAVOR} .endif pre-configure: From owner-dev-commits-ports-branches@freebsd.org Sun Jun 6 19:28: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 AECD063C0D8; Sun, 6 Jun 2021 19:28:40 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from sprint-2.amdmi3.ru (sprint-2.amdmi3.ru [185.185.68.145]) by mx1.freebsd.org (Postfix) with ESMTP id 4Fymkv3F73z3myt; Sun, 6 Jun 2021 19:28:39 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from amdmi3.ru (localhost [IPv6:::1]) by sprint-2.amdmi3.ru (Postfix) with SMTP id A520A188261; Sun, 6 Jun 2021 22:28:30 +0300 (MSK) Received: by amdmi3.ru (nbSMTP-1.00) for uid 1000 amdmi3@amdmi3.ru; Sun, 6 Jun 2021 22:28:30 +0300 (MSK) Date: Sun, 6 Jun 2021 22:25:30 +0300 From: Dmitry Marakasov To: Bryan Drewery Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-branches@freebsd.org Subject: Re: git: 618cb4a87e8f - 2021Q2 - www/py-aiohttp: update to 3.7.4.post0 Message-ID: References: <202106031137.153BbIrP069758@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4Fymkv3F73z3myt X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of amdmi3@amdmi3.ru has no SPF policy when checking 185.185.68.145) smtp.mailfrom=amdmi3@amdmi3.ru X-Spamd-Result: default: False [-2.00 / 15.00]; ARC_NA(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[185.185.68.145:from]; FREEFALL_USER(0.00)[amdmi3]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[amdmi3.ru]; AUTH_NA(1.00)[]; SPAMHAUS_ZRD(0.00)[185.185.68.145:from:127.0.2.255]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.997]; R_SPF_NA(0.00)[no SPF record]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:35278, ipnet:185.185.68.0/22, country:RU]; RCVD_COUNT_TWO(0.00)[2]; 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: Sun, 06 Jun 2021 19:28:40 -0000 * Bryan Drewery (bdrewery@FreeBSD.org) wrote: > Looks like bumping the version in the Makefile was missed too. Fixed, thanks! -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: https://github.com/AMDmi3 https://amdmi3.ru From owner-dev-commits-ports-branches@freebsd.org Sun Jun 6 20:37:37 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 5CC2463D6A0; Sun, 6 Jun 2021 20:37:37 +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 4FypGT2FZLz3tlp; Sun, 6 Jun 2021 20:37:37 +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 354441EA2; Sun, 6 Jun 2021 20:37:37 +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 156KbbSV038877; Sun, 6 Jun 2021 20:37:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 156KbbWW038876; Sun, 6 Jun 2021 20:37:37 GMT (envelope-from git) Date: Sun, 6 Jun 2021 20:37:37 GMT Message-Id: <202106062037.156KbbWW038876@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: 878736cb3e3a - 2021Q2 - net/libwebsockets: Fix LWS_BUILD_HASH 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: 878736cb3e3af51565807895660db9e92de32e11 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, 06 Jun 2021 20:37:37 -0000 The branch 2021Q2 has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=878736cb3e3af51565807895660db9e92de32e11 commit 878736cb3e3af51565807895660db9e92de32e11 Author: Juraj Lutter AuthorDate: 2021-06-06 20:25:39 +0000 Commit: Juraj Lutter CommitDate: 2021-06-06 20:37:15 +0000 net/libwebsockets: Fix LWS_BUILD_HASH Pass LWS_BUILD_HASH to cmake instead of patching CMakeLists.txt This fixes ca989f6339de59653820f35a23f6107ee65d2e20 (cherry picked from commit c2f7da2a89ec7bab27dd6b8ab5e2936024a7b3d1) --- net/libwebsockets/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/net/libwebsockets/Makefile b/net/libwebsockets/Makefile index a1236c01821b..694eb4b3bc4c 100644 --- a/net/libwebsockets/Makefile +++ b/net/libwebsockets/Makefile @@ -3,6 +3,7 @@ PORTNAME= libwebsockets DISTVERSIONPREFIX= v DISTVERSION= 4.2.0 +PORTREVISION= 1 CATEGORIES= net devel MASTER_SITES= https://libwebsockets.org/git/libwebsockets/snapshot/ @@ -15,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake localbase pkgconfig tar:xz USE_LDCONFIG= yes +CMAKE_ARGS= -DLWS_BUILD_HASH:STRING="${BUILDINFO}" CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_Git \ LWS_IPV6 LWS_WITH_SSL LWS_WITH_ZLIB \ LWS_WITHOUT_TESTAPPS LWS_WITHOUT_TEST_SERVER \ @@ -78,8 +80,4 @@ LIBUV_CMAKE_BOOL= LWS_WITH_LIBUV BUILDINFO= ${HOSTARCH}-portbld-${OPSYS:tl}-${OSREL:R} -post-patch: - @${REINPLACE_CMD} -e 's|%%BUILDINFO%%|${BUILDINFO}|g' \ - ${PATCH_WRKSRC}/CMakeLists.txt - .include From owner-dev-commits-ports-branches@freebsd.org Sun Jun 6 20:38:11 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 270EA63D61C; Sun, 6 Jun 2021 20:38:11 +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 4FypH70cShz3tnJ; Sun, 6 Jun 2021 20:38:11 +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 F1F111DB3; Sun, 6 Jun 2021 20:38:10 +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 156KcAsq039050; Sun, 6 Jun 2021 20:38:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 156KcAMK039049; Sun, 6 Jun 2021 20:38:10 GMT (envelope-from git) Date: Sun, 6 Jun 2021 20:38:10 GMT Message-Id: <202106062038.156KcAMK039049@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Matthew Seaman Subject: git: f3b45d7e229b - 2021Q2 - databases/pglogical: Security update to 2.3.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: matthew X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: f3b45d7e229bfdb516bc9a35dba574630077455c 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, 06 Jun 2021 20:38:11 -0000 The branch 2021Q2 has been updated by matthew: URL: https://cgit.FreeBSD.org/ports/commit/?id=f3b45d7e229bfdb516bc9a35dba574630077455c commit f3b45d7e229bfdb516bc9a35dba574630077455c Author: Matthew Seaman AuthorDate: 2021-06-06 20:26:10 +0000 Commit: Matthew Seaman CommitDate: 2021-06-06 20:38:04 +0000 databases/pglogical: Security update to 2.3.4 ChangeLog: https://github.com/2ndQuadrant/pglogical/releases/tag/REL2_3_4 MFH: 2021Q2 (cherry picked from commit fc84d439be373776eab7305ebd680345106d0ddb) --- databases/pglogical/Makefile | 7 ++----- databases/pglogical/distinfo | 6 +++--- databases/pglogical/files/patch-pglogical__fe.c | 6 +++--- databases/pglogical/pkg-plist | 2 ++ 4 files changed, 10 insertions(+), 11 deletions(-) diff --git a/databases/pglogical/Makefile b/databases/pglogical/Makefile index 178f287f23ec..f9cb65e91d9e 100644 --- a/databases/pglogical/Makefile +++ b/databases/pglogical/Makefile @@ -2,7 +2,7 @@ PORTNAME= pglogical DISTVERSIONPREFIX= REL -DISTVERSION= 2_3_3 +DISTVERSION= 2_3_4 CATEGORIES= databases MAINTAINER= matthew@FreeBSD.org @@ -10,7 +10,7 @@ COMMENT= Logical replication system as a PostgreSQL extension LICENSE= PostgreSQL -USES= compiler:c11 gettext-runtime gmake pgsql:9.4+ +USES= compiler:c11 gettext-runtime gmake pgsql USE_GITHUB= yes GH_ACCOUNT= 2ndQuadrant @@ -36,9 +36,6 @@ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pglogical_create_subscriber ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/pglogical.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/pglogical_output.so -.if ${PGSQL_VER:M9.4} - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pglogical_dump -.endif post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/databases/pglogical/distinfo b/databases/pglogical/distinfo index 211d02ed19e7..63c21fddd535 100644 --- a/databases/pglogical/distinfo +++ b/databases/pglogical/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1602345149 -SHA256 (2ndQuadrant-pglogical-REL2_3_3_GH0.tar.gz) = 4bbd35693f2ab21e0238a1d0981066348bb901cf64d87ebaee228cdb25694f21 -SIZE (2ndQuadrant-pglogical-REL2_3_3_GH0.tar.gz) = 269610 +TIMESTAMP = 1622787917 +SHA256 (2ndQuadrant-pglogical-REL2_3_4_GH0.tar.gz) = 79ad98210222b391011f4cb2daa22816ad0dba44acdc9922f9724d957013cee2 +SIZE (2ndQuadrant-pglogical-REL2_3_4_GH0.tar.gz) = 271914 SHA256 (2ndQuadrant-pglogical_dump-f66606d_GH0.tar.gz) = 09666d5927fe071c9a2ef64eb7028f793cfea10510a3d17e8ef4335349291e63 SIZE (2ndQuadrant-pglogical_dump-f66606d_GH0.tar.gz) = 206722 diff --git a/databases/pglogical/files/patch-pglogical__fe.c b/databases/pglogical/files/patch-pglogical__fe.c index 026babb6208b..dc6b41394919 100644 --- a/databases/pglogical/files/patch-pglogical__fe.c +++ b/databases/pglogical/files/patch-pglogical__fe.c @@ -1,11 +1,11 @@ ---- pglogical_fe.c.orig 2018-03-17 09:48:56 UTC +--- pglogical_fe.c.orig 2021-06-06 20:18:17 UTC +++ pglogical_fe.c @@ -10,6 +10,8 @@ * *------------------------------------------------------------------------- */ -+#include ++#include "sys/wait.h" + + #include "libpq-fe.h" #include "postgres_fe.h" - #include "pglogical_fe.h" diff --git a/databases/pglogical/pkg-plist b/databases/pglogical/pkg-plist index 0644085f16fc..247d1913cf1e 100644 --- a/databases/pglogical/pkg-plist +++ b/databases/pglogical/pkg-plist @@ -28,7 +28,9 @@ share/postgresql/extension/pglogical--2.3.1--2.3.2.sql share/postgresql/extension/pglogical--2.3.1.sql share/postgresql/extension/pglogical--2.3.2--2.3.3.sql share/postgresql/extension/pglogical--2.3.2.sql +share/postgresql/extension/pglogical--2.3.3--2.3.4.sql share/postgresql/extension/pglogical--2.3.3.sql +share/postgresql/extension/pglogical--2.3.4.sql share/postgresql/extension/pglogical.control share/postgresql/extension/pglogical_origin--1.0.0.sql share/postgresql/extension/pglogical_origin.control