Date: Fri, 19 Jul 2024 18:26:29 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 165683db336a - main - security/fuzz: pet portlint, portfmt, and portclippy, take maintainership Message-ID: <202407191826.46JIQT4l063408@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=165683db336a20b60306171eb9e0fe81de8c3cfc commit 165683db336a20b60306171eb9e0fe81de8c3cfc Author: gatekeeper <tiago.gasiba@gmail.com> AuthorDate: 2024-07-19 18:22:56 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-07-19 18:22:56 +0000 security/fuzz: pet portlint, portfmt, and portclippy, take maintainership Fix Makefile according to the warnings and errors provided by portlint, portfmt, and portclippy. Take maintainership. PR: 280356 --- security/fuzz/Makefile | 3 +-- security/fuzz/files/patch-fuzz.c | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/security/fuzz/Makefile b/security/fuzz/Makefile index 843deb300b8b..3b99b4f85cb0 100644 --- a/security/fuzz/Makefile +++ b/security/fuzz/Makefile @@ -4,12 +4,11 @@ PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tiago.gasiba@gmail.com COMMENT= Tool for testing software by bombarding the program with random data WWW= https://fuzz.sourceforge.net/ GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PLIST_FILES= bin/fuzz \ share/man/man1/fuzz.1.gz diff --git a/security/fuzz/files/patch-fuzz.c b/security/fuzz/files/patch-fuzz.c index ba229134bd9d..a1055df8ef29 100644 --- a/security/fuzz/files/patch-fuzz.c +++ b/security/fuzz/files/patch-fuzz.c @@ -1,6 +1,6 @@ ---- fuzz.c.orig Mon May 12 01:49:39 2003 -+++ fuzz.c Mon May 12 01:53:44 2003 -@@ -387,10 +387,16 @@ +--- fuzz.c.orig 2000-08-09 14:48:26 UTC ++++ fuzz.c +@@ -387,10 +387,16 @@ int main(int argc, char **argv){ int progpipe[2],status; char sendnewline=0; unsigned long curchar=0,linelen=0;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407191826.46JIQT4l063408>