git: df880b8318f8 - main - */*: Take maintainership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 20 Jul 2025 08:57:18 UTC
The branch main has been updated by uzsolt: URL: https://cgit.FreeBSD.org/ports/commit/?id=df880b8318f8ee2636e2c37c18d43436d94b6881 commit df880b8318f8ee2636e2c37c18d43436d94b6881 Author: Mauro Eldritch <mauroeldritch@gmail.com> AuthorDate: 2025-07-20 08:53:39 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2025-07-20 08:53:39 +0000 */*: Take maintainership Submitter takes maintainership: security/2fa security/aws-vault security/fragroute security/rats security/secure_delete security/smurflog security/sqlninja security/ssss security/wipe www/cgiwrap PR: 288339 --- security/2fa/Makefile | 2 +- security/aws-vault/Makefile | 2 +- security/fragroute/Makefile | 2 +- security/rats/Makefile | 2 +- security/secure_delete/Makefile | 2 +- security/smurflog/Makefile | 2 +- security/sqlninja/Makefile | 4 ++-- security/ssss/Makefile | 2 +- security/wipe/Makefile | 2 +- www/cgiwrap/Makefile | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/security/2fa/Makefile b/security/2fa/Makefile index 7d3c32d7cb6d..9f4f42346567 100644 --- a/security/2fa/Makefile +++ b/security/2fa/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 1.2.0 PORTREVISION= 28 CATEGORIES= security -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mauroeldritch@gmail.com COMMENT= Two-factor authentication on the command line WWW= https://github.com/rsc/2fa diff --git a/security/aws-vault/Makefile b/security/aws-vault/Makefile index fadd02c5fae6..60215a8b20f2 100644 --- a/security/aws-vault/Makefile +++ b/security/aws-vault/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 6.6.2 PORTREVISION= 19 CATEGORIES= security -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mauroeldritch@gmail.com COMMENT= Vault for securely storing and accessing AWS credentials WWW= https://github.com/99designs/aws-vault diff --git a/security/fragroute/Makefile b/security/fragroute/Makefile index f3aaba1e5e3d..5d02041d419c 100644 --- a/security/fragroute/Makefile +++ b/security/fragroute/Makefile @@ -5,7 +5,7 @@ CATEGORIES= security net MASTER_SITES= http://monkey.org/~dugsong/fragroute/ \ PACKETSTORM/UNIX/security -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mauroeldritch@gmail.com COMMENT= Tool for intercepting, modifying, and rewriting egress traffic WWW= https://www.monkey.org/~dugsong/fragroute/ diff --git a/security/rats/Makefile b/security/rats/Makefile index 9afe4a217cfb..dd321556b766 100644 --- a/security/rats/Makefile +++ b/security/rats/Makefile @@ -4,7 +4,7 @@ PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/rough-auditing-tool-for-security/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mauroeldritch@gmail.com COMMENT= Source code auditing tool WWW= https://security.web.cern.ch/security/recommendations/en/codetools/rats.shtml diff --git a/security/secure_delete/Makefile b/security/secure_delete/Makefile index d5e56ed2a309..6a186d10214c 100644 --- a/security/secure_delete/Makefile +++ b/security/secure_delete/Makefile @@ -5,7 +5,7 @@ CATEGORIES= security MASTER_SITES= PACKETSTORM/groups/thc \ http://freeworld.thc.org/releases/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mauroeldritch@gmail.com COMMENT= Secure data deletion toolkit WWW= https://www.thc.org/ diff --git a/security/smurflog/Makefile b/security/smurflog/Makefile index e1d0d11d3d33..556975a2ecd8 100644 --- a/security/smurflog/Makefile +++ b/security/smurflog/Makefile @@ -4,7 +4,7 @@ PORTREVISION= 1 CATEGORIES= security MASTER_SITES= PACKETSTORM/UNIX/loggers -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mauroeldritch@gmail.com COMMENT= Program to assist logging of smurf attacks USE_CSTD= gnu89 diff --git a/security/sqlninja/Makefile b/security/sqlninja/Makefile index 6d6da16f0384..59205a4501fc 100644 --- a/security/sqlninja/Makefile +++ b/security/sqlninja/Makefile @@ -3,8 +3,8 @@ DISTVERSION= 0.2.6 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME} -MAINTAINER= ports@FreeBSD.org -COMMENT= Sql Server exploit toolkit +MAINTAINER= mauroeldritch@gmail.com +COMMENT= SQL Server exploit toolkit WWW= https://sqlninja.sourceforge.net/ LICENSE= GPLv3+ diff --git a/security/ssss/Makefile b/security/ssss/Makefile index ed70d272644d..0338d50102b3 100644 --- a/security/ssss/Makefile +++ b/security/ssss/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= releases/v DISTVERSION= 0.5.7 CATEGORIES= security -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mauroeldritch@gmail.com COMMENT= Shamir's Secret Sharing Scheme WWW= http://point-at-infinity.org/ssss/ diff --git a/security/wipe/Makefile b/security/wipe/Makefile index 533b05a8ad96..89fe7d1f449c 100644 --- a/security/wipe/Makefile +++ b/security/wipe/Makefile @@ -4,7 +4,7 @@ PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mauroeldritch@gmail.com COMMENT= File and block device wiping utility WWW= https://wipe.sourceforge.net/ diff --git a/www/cgiwrap/Makefile b/www/cgiwrap/Makefile index 9b288c4a729b..11e4c9fe8f94 100644 --- a/www/cgiwrap/Makefile +++ b/www/cgiwrap/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 4.1 CATEGORIES= www security MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mauroeldritch@gmail.com COMMENT= Securely execute Web CGI scripts WWW= https://cgiwrap.unixtools.org/