Port details |
- base-audit Daily periodic check of vulnerabilities in base system
- 0.5 security
=1 0.5Version of this port present on the latest quarterly branch. - Maintainer: 000.fbsd@quip.cz
 - Port Added: 2017-12-10 16:00:19
- Last Update: 2021-08-10 02:03:29
- Commit Hash: a5bd3ed
- People watching this port, also watch:: json-c, rubywarden, sysinfo, miller
- License: BSD3CLAUSE
- Description:
- 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.
- SVNWeb : git
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- base-audit>0:security/base-audit
- To install the port:
- cd /usr/ports/security/base-audit/ && make install clean
- To add the package, run one of these commands:
- pkg install security/base-audit
- pkg install base-audit
- PKGNAME: base-audit
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- pkg : ports-mgmt/pkg
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- security_base-audit
- pkg-message:
- For install:
- Add the following lines to /etc/periodic.conf(.local) to enable periodic check
security_status_baseaudit_enable="YES"
security_status_baseaudit_quiet="NO"
Use pkg_chroots to provide a default list of chroots
and pkg_jails to provide a default list of jails (or '*' for all jails)
for all pkg periodic scripts, or set
security_status_baseaudit_chroots
and
security_status_baseaudit_jails
for this script only.
You can also change following variables:
security_status_baseaudit_period="daily"
security_status_baseaudit_expiry="2"
- Master Sites:
- There is no master site for this port.
|
Number of commits found: 9
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
10 Aug 2021 02:03:29 0.5
|
Dan Langille (dvl)  |
security/base-audit: Add the ability to specify ignored jails
security_status_baseaudit_jails_ignore is a space delimited list of jails
to ignore.
If non-empty, the code iterates over security_status_baseaudit_jails_ignore
to avoid partial matches (i.e. ignore foo.bar, but not foo). If there is a
better way to do that without looping, please let me know.
Example use case: I have jails which purposely are older vulnerable versions
for testing.
PR: 257685
Approved by: 000.fbsd@quip.cz (maintainer) |
06 Apr 2021 14:31:13 0.4
|
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 0.4
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Jan 2020 17:16:30
0.4
|
bapt  |
Fix dependency on pkg, the initial syntax will always find pkg (in base) |
14 Aug 2019 12:16:13
0.4
|
mat  |
Convert to UCL & cleanup pkg-message (categories s) |
03 Jun 2019 19:59:48
0.4
|
pi  |
security/base-audit: upgrade 0.3 -> 0.4
- Since all supported FreeBSD versions have anticongestion function
in /etc/default/periodic.conf, always use it to insert random sleep
with non-interactive mode.
- pet portlint
PR: 236751
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: Miroslav Lachman <000.fbsd@quip.cz> (maintainer) |
03 Sep 2018 05:23:21
0.3
|
pi  |
security/base-audit: update 0.2 -> 0.3
- Use anticongestion function if available
PR: 230393
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: Miroslav Lachman <000.fbsd@quip.cz> (maintainer) |
12 Jan 2018 15:29:00
0.2
|
pi  |
security/base-audit: update 0.1 -> 0.2
- Introduce security_status_baseaudit_period variable to
files/405.pkg-base-audit.in in order to make it possible to specify
when this script is executed (i.e. daily, weekly or monthly).
PR: 224239
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>, Miroslav Lachman
<000.fbsd@quip.cz> (maintainer) |
10 Dec 2017 16:00:12
0.1
|
feld  |
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. |
Number of commits found: 9
|