git: 67ce6e5e1c42 - main - */*: Updating maintainer address
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Jun 2023 10:57:36 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=67ce6e5e1c4261993e7e6ddca6740c5fd2172d31 commit 67ce6e5e1c4261993e7e6ddca6740c5fd2172d31 Author: Gabriel M. Dutra <nulldutra@proton.me> AuthorDate: 2023-06-25 10:55:59 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-06-25 10:55:59 +0000 */*: Updating maintainer address PR: 272055 Reported by: nulldutra@proton.me (maintainer) --- benchmarks/ddosify/Makefile | 3 ++- benchmarks/plow/Makefile | 4 ++-- devel/atlantis/Makefile | 3 ++- dns/dnsx/Makefile | 3 ++- net/ipinfo-cli/Makefile | 4 ++-- net/py-whois/Makefile | 3 ++- security/crlfuzz/Makefile | 4 ++-- security/ffuf/Makefile | 4 ++-- security/gokart/Makefile | 4 ++-- security/gokey/Makefile | 4 ++-- security/tfsec/Makefile | 4 ++-- sysutils/chaoskube/Makefile | 3 ++- sysutils/fx/Makefile | 3 ++- sysutils/terraform-docs/Makefile | 4 ++-- sysutils/terraform-switcher/Makefile | 4 ++-- sysutils/tflint/Makefile | 3 ++- 16 files changed, 32 insertions(+), 25 deletions(-) diff --git a/benchmarks/ddosify/Makefile b/benchmarks/ddosify/Makefile index e0c1d7b11591..5f4ac9c38583 100644 --- a/benchmarks/ddosify/Makefile +++ b/benchmarks/ddosify/Makefile @@ -1,9 +1,10 @@ PORTNAME= ddosify DISTVERSIONPREFIX= v DISTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= benchmarks -MAINTAINER= 0xdutra@gmail.com +MAINTAINER= nulldutra@proton.me COMMENT= High-performance load testing tool WWW= https://github.com/ddosify/ddosify diff --git a/benchmarks/plow/Makefile b/benchmarks/plow/Makefile index 011d353f794d..7b69ed663268 100644 --- a/benchmarks/plow/Makefile +++ b/benchmarks/plow/Makefile @@ -1,10 +1,10 @@ PORTNAME= plow DISTVERSIONPREFIX= v DISTVERSION= 1.3.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= benchmarks -MAINTAINER= 0xdutra@gmail.com +MAINTAINER= nulldutra@proton.me COMMENT= HTTP benchmarking tool with real-time web UI and terminal displaying WWW= https://github.com/six-ddc/plow diff --git a/devel/atlantis/Makefile b/devel/atlantis/Makefile index ab67205cbc08..5b079ac41634 100644 --- a/devel/atlantis/Makefile +++ b/devel/atlantis/Makefile @@ -1,9 +1,10 @@ PORTNAME= atlantis DISTVERSIONPREFIX= v DISTVERSION= 0.23.5 +PORTREVISION= 1 CATEGORIES= devel -MAINTAINER= 0xdutra@gmail.com +MAINTAINER= nulldutra@proton.me COMMENT= Terraform Pull Requests Automation WWW= https://www.runatlantis.io diff --git a/dns/dnsx/Makefile b/dns/dnsx/Makefile index 79ba0cca355c..e8318e65a27b 100644 --- a/dns/dnsx/Makefile +++ b/dns/dnsx/Makefile @@ -1,9 +1,10 @@ PORTNAME= dnsx DISTVERSIONPREFIX= v DISTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= dns -MAINTAINER= 0xdutra@gmail.com +MAINTAINER= nulldutra@proton.me COMMENT= DNS toolkit allow to run multiple DNS queries WWW= https://github.com/projectdiscovery/dnsx diff --git a/net/ipinfo-cli/Makefile b/net/ipinfo-cli/Makefile index 9eb05d9f219f..944765c02c37 100644 --- a/net/ipinfo-cli/Makefile +++ b/net/ipinfo-cli/Makefile @@ -1,10 +1,10 @@ PORTNAME= ipinfo DISTVERSIONPREFIX= ipinfo- DISTVERSION= 2.10.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net -MAINTAINER= 0xdutra@gmail.com +MAINTAINER= nulldutra@proton.me COMMENT= Official Command Line Interface for the IPinfo API WWW= https://github.com/ipinfo/cli diff --git a/net/py-whois/Makefile b/net/py-whois/Makefile index 6dae022800b6..4e24aa7e1767 100644 --- a/net/py-whois/Makefile +++ b/net/py-whois/Makefile @@ -1,10 +1,11 @@ PORTNAME= whois DISTVERSION= 0.9.27 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= 0xdutra@gmail.com +MAINTAINER= nulldutra@proton.me COMMENT= Python package for retrieving WHOIS information of domains WWW= https://pypi.org/project/whois/ diff --git a/security/crlfuzz/Makefile b/security/crlfuzz/Makefile index 42ff0dfb018a..9e8a68d142a7 100644 --- a/security/crlfuzz/Makefile +++ b/security/crlfuzz/Makefile @@ -1,10 +1,10 @@ PORTNAME= crlfuzz PORTVERSION= 1.4.1 DISTVERSIONPREFIX= v -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= security -MAINTAINER= 0xdutra@gmail.com +MAINTAINER= nulldutra@proton.me COMMENT= Fast tool to scan CRLF vulnerability written in Go WWW= https://github.com/dwisiswant0/crlfuzz diff --git a/security/ffuf/Makefile b/security/ffuf/Makefile index 1ba94f2e354a..8edbb03e2b2d 100644 --- a/security/ffuf/Makefile +++ b/security/ffuf/Makefile @@ -1,10 +1,10 @@ PORTNAME= ffuf DISTVERSIONPREFIX=v DISTVERSION= 2.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security www -MAINTAINER= 0xdutra@gmail.com +MAINTAINER= nulldutra@proton.me COMMENT= Fast web fuzzer written in Go WWW= https://github.com/ffuf/ffuf diff --git a/security/gokart/Makefile b/security/gokart/Makefile index 76f9c1dd259b..317a09107751 100644 --- a/security/gokart/Makefile +++ b/security/gokart/Makefile @@ -1,10 +1,10 @@ PORTNAME= gokart DISTVERSIONPREFIX= v DISTVERSION= 0.5.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security -MAINTAINER= 0xdutra@gmail.com +MAINTAINER= nulldutra@proton.me COMMENT= Go Security Static Analysis WWW= https://github.com/praetorian-inc/gokart diff --git a/security/gokey/Makefile b/security/gokey/Makefile index d0835f5ae4e7..833e45fac939 100644 --- a/security/gokey/Makefile +++ b/security/gokey/Makefile @@ -1,10 +1,10 @@ PORTNAME= gokey DISTVERSIONPREFIX= v DISTVERSION= 0.1.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security -MAINTAINER= 0xdutra@gmail.com +MAINTAINER= nulldutra@proton.me COMMENT= Simple password manager write in Go WWW= https://github.com/cloudflare/gokey diff --git a/security/tfsec/Makefile b/security/tfsec/Makefile index d6dbb4a76475..2f689a797e09 100644 --- a/security/tfsec/Makefile +++ b/security/tfsec/Makefile @@ -1,10 +1,10 @@ PORTNAME= tfsec DISTVERSIONPREFIX= v DISTVERSION= 1.28.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security -MAINTAINER= 0xdutra@gmail.com +MAINTAINER= nulldutra@proton.me COMMENT= Security scanner for Terraform WWW= https://aquasecurity.github.io/tfsec diff --git a/sysutils/chaoskube/Makefile b/sysutils/chaoskube/Makefile index d6d4da0f99d3..c665e7fe665b 100644 --- a/sysutils/chaoskube/Makefile +++ b/sysutils/chaoskube/Makefile @@ -1,9 +1,10 @@ PORTNAME= chaoskube PORTVERSION= 0.28.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= sysutils -MAINTAINER= 0xdutra@gmail.com +MAINTAINER= nulldutra@proton.me COMMENT= Chaoskube periodically kills random pods in your Kubernetes cluster WWW= https://github.com/linki/chaoskube diff --git a/sysutils/fx/Makefile b/sysutils/fx/Makefile index e3ffe89f925f..ba165ad14206 100644 --- a/sysutils/fx/Makefile +++ b/sysutils/fx/Makefile @@ -1,8 +1,9 @@ PORTNAME= fx DISTVERSION= 24.1.0 +PORTREVISION= 1 CATEGORIES= sysutils -MAINTAINER= 0xdutra@gmail.com +MAINTAINER= nulldutra@proton.me COMMENT= Terminal JSON viewer WWW= https://github.com/antonmedv/fx diff --git a/sysutils/terraform-docs/Makefile b/sysutils/terraform-docs/Makefile index 6a4b6bc552f9..280a1ab35d1a 100644 --- a/sysutils/terraform-docs/Makefile +++ b/sysutils/terraform-docs/Makefile @@ -1,10 +1,10 @@ PORTNAME= terraform-docs DISTVERSIONPREFIX= v DISTVERSION= 0.16.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= sysutils textproc -MAINTAINER= 0xdutra@gmail.com +MAINTAINER= nulldutra@proton.me COMMENT= Generate documentation from Terraform modules WWW= https://github.com/terraform-docs/terraform-docs diff --git a/sysutils/terraform-switcher/Makefile b/sysutils/terraform-switcher/Makefile index e5990a030a03..8076bf602d4b 100644 --- a/sysutils/terraform-switcher/Makefile +++ b/sysutils/terraform-switcher/Makefile @@ -1,9 +1,9 @@ PORTNAME= terraform-switcher DISTVERSION= 0.13.1308 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils -MAINTAINER= 0xdutra@gmail.com +MAINTAINER= nulldutra@proton.me COMMENT= Tool to switch between different versions of terraform WWW= https://tfswitch.warrensbox.com/ diff --git a/sysutils/tflint/Makefile b/sysutils/tflint/Makefile index 85e6758280bc..66f675028d38 100644 --- a/sysutils/tflint/Makefile +++ b/sysutils/tflint/Makefile @@ -1,9 +1,10 @@ PORTNAME= tflint DISTVERSIONPREFIX= v DISTVERSION= 0.46.1 +PORTREVISION= 1 CATEGORIES= sysutils -MAINTAINER= 0xdutra@gmail.com +MAINTAINER= nulldutra@proton.me COMMENT= Terraform Linter WWW= https://github.com/terraform-linters/tflint