maintenance update to 3.0.8.3, lightly tested on amd64. ok?
Index: Makefile =================================================================== RCS file: /cvs/ports/net/argus-clients/Makefile,v retrieving revision 1.19 diff -u -p -u -r1.19 Makefile --- Makefile 25 Feb 2021 21:31:28 -0000 1.19 +++ Makefile 13 Nov 2021 14:31:37 -0000 @@ -2,8 +2,7 @@ COMMENT = utilities to read and parse Argus data -DISTNAME = argus-clients-3.0.8.2 -REVISION = 3 +DISTNAME = argus-clients-3.0.8.3 CATEGORIES = net HOMEPAGE = http://qosient.com/argus/ Index: distinfo =================================================================== RCS file: /cvs/ports/net/argus-clients/distinfo,v retrieving revision 1.7 diff -u -p -u -r1.7 distinfo --- distinfo 14 Aug 2016 21:29:44 -0000 1.7 +++ distinfo 13 Nov 2021 14:31:37 -0000 @@ -1,2 +1,2 @@ -SHA256 (argus-clients-3.0.8.2.tar.gz) = Mgc6YN3VbqhAek0bE0RI/0vNug7nOZFgwvgBoKqRO7E= -SIZE (argus-clients-3.0.8.2.tar.gz) = 2776072 +SHA256 (argus-clients-3.0.8.3.tar.gz) = uNTvi6zbrYHAivQMPkhlNCoqRW9GOkgKvCf3mInds80= +SIZE (argus-clients-3.0.8.3.tar.gz) = 2758432 Index: patches/patch-common_argus_util_c =================================================================== RCS file: patches/patch-common_argus_util_c diff -N patches/patch-common_argus_util_c --- patches/patch-common_argus_util_c 25 Feb 2021 21:31:28 -0000 1.6 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,26 +0,0 @@ -$OpenBSD: patch-common_argus_util_c,v 1.6 2021/02/25 21:31:28 naddy Exp $ - -First hunk: remove unused variable that clashes with one in raconvert - -Index: common/argus_util.c ---- common/argus_util.c.orig -+++ common/argus_util.c -@@ -6634,7 +6634,6 @@ ArgusGetIndicatorString (struct ArgusParserStruct *par - - - char argus_strbuf[MAXSTRLEN]; --u_short ArgusThisProto; - - void - ArgusPrintSourceID (struct ArgusParserStruct *parser, char *buf, struct ArgusRecordStruct *argus, int len) -@@ -22679,8 +22678,8 @@ ArgusLog (int priority, char *fmt, ...) - *tptr++ = buf[i]; - } - -- memset(buf, 0, MAXSTRLEN); -- strncpy(buf, tbuf, MAXSTRLEN); -+ memset(buf, 0, sizeof(buf)); -+ strncpy(buf, tbuf, sizeof(buf)); - } - - syslog (priority, "%s", buf); Index: patches/patch-configure =================================================================== RCS file: /cvs/ports/net/argus-clients/patches/patch-configure,v retrieving revision 1.1 diff -u -p -u -r1.1 patch-configure --- patches/patch-configure 26 Jan 2015 13:13:58 -0000 1.1 +++ patches/patch-configure 13 Nov 2021 14:31:37 -0000 @@ -1,7 +1,8 @@ $OpenBSD: patch-configure,v 1.1 2015/01/26 13:13:58 steven Exp $ ---- configure.orig Wed Aug 27 00:42:06 2014 -+++ configure Fri Jan 23 22:13:51 2015 -@@ -5780,7 +5780,7 @@ if ${ac_cv_lib_ft_main+:} false; then : +Index: configure +--- configure.orig ++++ configure +@@ -5807,7 +5807,7 @@ if ${ac_cv_lib_ft_main+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/net/argus-clients/pkg/PLIST,v retrieving revision 1.4 diff -u -p -u -r1.4 PLIST --- pkg/PLIST 26 Jan 2015 13:13:58 -0000 1.4 +++ pkg/PLIST 13 Nov 2021 14:31:37 -0000 @@ -67,6 +67,7 @@ include/argus/argus_llc.h include/argus/argus_main.h include/argus/argus_mdp.h include/argus/argus_metric.h +include/argus/argus_mysql.h include/argus/argus_namedb.h include/argus/argus_os.h include/argus/argus_out.h