notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
base-audit Daily periodic check of vulnerabilities in base system
0.5 security Deleted on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.5Version of this port present on the latest quarterly branch.
Maintainer: 000.fbsd@quip.cz search for ports maintained by this maintainer
Port Added: 2017-12-10 16:00:19
Last Update: 2022-07-18 16:09:03
Commit Hash: ad528e1
People watching this port, also watch:: miller, json-c, sysinfo, maildrop
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.
cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. etc/periodic/security/405.pkg-base-audit
  2. /usr/local/share/licenses/base-audit-0.5/catalog.mk
  3. /usr/local/share/licenses/base-audit-0.5/LICENSE
  4. /usr/local/share/licenses/base-audit-0.5/BSD3CLAUSE
Collapse this list.
Dependency lines:
  • base-audit>0:security/base-audit
No installation instructions:
This port has been deleted.
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):
base-audit
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--0.4---0.4-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. 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:
  1. There is no master site for this port.
Port Moves
  • port moved to ports-mgmt/pkg on 2022-07-17
    REASON: Merged into ports-mgmt/pkg

Number of commits found: 10

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.5
18 Jul 2022 16:09:03
commit hash: ad528e1c8370284c561f4b4800337735c02b0440commit hash: ad528e1c8370284c561f4b4800337735c02b0440commit hash: ad528e1c8370284c561f4b4800337735c02b0440commit hash: ad528e1c8370284c561f4b4800337735c02b0440 files touched by this commit
Yasuhiro Kimura (yasu) search for other commits by this committer
security/base-audit: Remove port

* Remove port as 405.pkg-base-audit, core file of the port, is merged
  into ports-mgmt/pkg with pkg 1.18.1.
* Add entry to MOVED

PR:		264878
Approved by:	maintainer
0.5
10 Aug 2021 02:03:29
commit hash: a5bd3edbfb4991f75ec5f2a5580e164f5e977fb4commit hash: a5bd3edbfb4991f75ec5f2a5580e164f5e977fb4commit hash: a5bd3edbfb4991f75ec5f2a5580e164f5e977fb4commit hash: a5bd3edbfb4991f75ec5f2a5580e164f5e977fb4 files touched by this commit
Dan Langille (dvl) search for other commits by this committer
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)
0.4
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
0.4
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.4
28 Jan 2020 17:16:30
Revision:524502Original commit files touched by this commit
bapt search for other commits by this committer
Fix dependency on pkg, the initial syntax will always find pkg (in base)
0.4
14 Aug 2019 12:16:13
Revision:508909Original commit files touched by this commit
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories s)
0.4
03 Jun 2019 19:59:48
Revision:503419Original commit files touched by this commit
pi search for other commits by this committer
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)
0.3
03 Sep 2018 05:23:21
Revision:478844Original commit files touched by this commit
pi search for other commits by this committer
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)
0.2
12 Jan 2018 15:29:00
Revision:458854Original commit files touched by this commit
pi search for other commits by this committer
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)
0.1
10 Dec 2017 16:00:12
Revision:455902Original commit files touched by this commit
feld search for other commits by this committer
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: 10