Index: Makefile =================================================================== --- Makefile (revision 496662) +++ Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= base-audit PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= # none DISTFILES= # none Index: files/405.pkg-base-audit.in =================================================================== --- files/405.pkg-base-audit.in (revision 496662) +++ files/405.pkg-base-audit.in (working copy) @@ -101,13 +101,7 @@ $(( 86400 \* "${security_status_baseaudit_expiry}" )) \ -le $(( ${now} - ${then} + 600 )) ]; then ## When non-interactive, sleep to reduce congestion on mirrors - if [ -n "$anticongestion_sleeptime" ]; then - # In FreeBSD 12.0 the anticongestion function should be - # used instead of a hard-coded sleep - anticongestion - else - sleep `jot -r 1 0 600` - fi + anticongestion f="-F" else echo -n 'Database fetched: ' Index: pkg-descr =================================================================== --- pkg-descr (revision 496662) +++ pkg-descr (working copy) @@ -1,4 +1,4 @@ -Audit base system against known vulnerabilities and generate reports +Audit base system against known vulnerabilities and generate reports including references to security advisories. It uses pkg audit and Vuxml database as is used for packages but this script checks base system.