Port details |
- jailaudit Script to generate portaudit reports for jails
- 1.6.1 ports-mgmt =13 1.6.1Version of this port present on the latest quarterly branch.
- Maintainer: cryx-ports@h3q.com
- Port Added: 2007-02-05 01:09:12
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: sudo, nmap, subversion, lsof, rsync
- License: Beerware
- WWW:
- https://github.com/cristianyxen/jailaudit
- Description:
- This port contains a script to generate portaudit reports for jails
running on a FreeBSD system.
Normally portaudit just creates reports for the Host-system or the jail
it is installed in. With a large number of jails running on a system,
installing and updating portaudit in every jail is time-consuming and
error-prone. Jailaudit uses pkg installed in the Host-system
to create a report for every jail.
The reports are appended to the daily security run and can be sent to a
specific mail address, which allows the Host-system administrator to
dispatch portaudit reports to the owners of jails, keeping them informed
about potential security advisories of their installed ports.
Jailaudit can be used on FreeBSD 5.1 or larger.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- jailaudit>0:ports-mgmt/jailaudit
- To install the port:
- cd /usr/ports/ports-mgmt/jailaudit/ && make install clean
- To add the package, run one of these commands:
- pkg install ports-mgmt/jailaudit
- pkg install jailaudit
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: jailaudit
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1591094088
SHA256 (jailaudit-1.6.1.tar.bz2) = 414e38ce9f8db7b5fc87f5e6c8d9011a95619248d863328d9f6663cc2b9ada4d
SIZE (jailaudit-1.6.1.tar.bz2) = 3439
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- ports-mgmt_jailaudit
- USES:
- tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.6.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.6.1 20 Jul 2022 14:22:46 |
Tobias C. Berner (tcberner) |
ports-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alex Stangl <alex@stangl.us>
* Anders F Bjorklund <afb@users.sourceforge.net>
* Benjamin Lutz
* Brendan Molloy <brendan+freebsd@bbqsrc.net>
* Conrad J. Sabatier <conrads@cox.net>
* Edwin Groothuis (edwin@mavetju.org)
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Gabriel Linder <linder.gabriel@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.6.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6.1 02 Jun 2020 11:09:46 |
grembo |
Update to jailaudit 1.6.1
PR: 246934
Submitted by: cryx-freebsd@h3q.com (maintainer) |
1.6.0_1 04 May 2020 14:17:28 |
grembo |
Fix VNET jails (and IP-less jails in general)
PR: 245616
Approved by: maintainer timeout |
1.6.0 23 May 2019 20:52:02 |
swills |
ports-mgmt/jailaudit:
PR: 237914
Submitted by: cryx-freebsd@h3q.com (maintainer) |
1.5.2 05 Oct 2016 18:45:56 |
amdmi3 |
- Update to 1.5.2
- While here, minor consmetic fixes
PR: 212847
Submitted by: cryx-freebsd@h3q.com (maintainer) |
1.5.1_2 19 Jul 2016 11:04:14 |
mat |
When there is a do-install target, do not use a post-install target, do
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight |
1.5.1_2 07 Dec 2014 00:07:48 |
antoine |
Canonicalize a few licenses |
1.5.1_2 12 Nov 2014 21:53:18 |
antoine |
Cleanup plist |
1.5.1_2 13 Oct 2014 15:45:03 |
mat |
Retire ports-mgmt/portaudit, it stopped working a month ago when pkg_tools
support was removed. Also retire three ports requiring it, and a few optionnal
dependencies.
With hat: portmgr
Noticed by: ak
Sponsored by: Absolight |
1.5.1_1 07 Aug 2014 10:17:21 |
marino |
ports-mgmt/jailaudit: precreate two directories to fix launch issue
PR: 192396
Submitted by: Gary (freebsd-bugzilla in-addr.com)
Fixed by: maintainer (Philipp Wuensche) |
1.5.1 04 Aug 2014 21:47:15 |
wg |
ports-mgmt/jailaudit: update to 1.5.1
PR: 192376
Submitted by: maintainer |
1.5 29 Jul 2014 21:43:18 |
adamw |
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
1.5 14 Feb 2014 10:01:37 |
rm |
- update to 1.5
- add LICENSE (Beerware, maintainer is author of the port)
- support staging
- add dependency on ports-mgmt/portaudit for FreeBSD < 10
PR: 186757
Submitted by: Philipp Wuensche <cryx-freebsd@h3q.com> (maintainer) |
1.4 20 Sep 2013 22:36:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
ports-mgmt) |
1.4 27 Mar 2013 19:20:32 |
ohauer |
- Update of jailaudit to version 1.4
PR: ports/177410
Submitted by: Philipp Wuensche <cryx-ports@h3q.com> (maintainer) |
1.3 27 Feb 2013 13:03:46 |
culot |
- Update to 1.3
PR: ports/176476
Submitted by: Philipp Wuensche <cryx-ports@h3q.com> (maintainer) |
1.2 30 Jan 2012 13:54:34 |
marck |
Make this port compatible with user-set TMPDIR environment variable
Committed directly due to maintainer-timeout of 1 month and non-intrusive
change behaviour.
PR: ports/163697 |
1.2 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
1.2 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
1.2 06 Jan 2009 17:59:31 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
1.2 05 Feb 2007 01:08:46 |
pav |
Populate a new ports-mgmt category. List of moved ports:
devel/portcheckout -> ports-mgmt/portcheckout
devel/portlint -> ports-mgmt/portlint
devel/portmk -> ports-mgmt/portmk
devel/porttools -> ports-mgmt/porttools
misc/instant-tinderbox -> ports-mgmt/instant-tinderbox
misc/porteasy -> ports-mgmt/porteasy
misc/portell -> ports-mgmt/portell
misc/portless -> ports-mgmt/portless
misc/tinderbox -> ports-mgmt/tinderbox
security/jailaudit -> ports-mgmt/jailaudit
security/portaudit -> ports-mgmt/portaudit
security/portaudit-db -> ports-mgmt/portaudit-db
security/vulnerability-test-port -> ports-mgmt/vulnerability-test-port (Only the first 15 lines of the commit message are shown above ) |