View | Details | Raw Unified | Return to bug 237914
Collapse All | Expand All

(-)b/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	jailaudit
4
PORTNAME=	jailaudit
5
PORTVERSION=	1.5.2
5
PORTVERSION=	1.6.0
6
CATEGORIES=	ports-mgmt
6
CATEGORIES=	ports-mgmt
7
MASTER_SITES=	http://outpost.h3q.com/software/jailaudit/
7
MASTER_SITES=	http://outpost.h3q.com/software/jailaudit/
8
8
(-)b/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1474546123
1
TIMESTAMP = 1557948517
2
SHA256 (jailaudit-1.5.2.tar.bz2) = 286402d31e617a3f9927770f4375bb99a76efc85523ca1bb4351e66537628a8d
2
SHA256 (jailaudit-1.6.0.tar.bz2) = 8c1c7fa8b7b45d088da5a8a18df300772b1a2133dc24950e40ab379a9d9fdba5
3
SIZE (jailaudit-1.5.2.tar.bz2) = 3409
3
SIZE (jailaudit-1.6.0.tar.bz2) = 2882
(-)b/pkg-descr (-2 / +2 lines)
Lines 4-10 running on a FreeBSD system. Link Here
4
Normally portaudit just creates reports for the Host-system or the jail
4
Normally portaudit just creates reports for the Host-system or the jail
5
it is installed in. With a large number of jails running on a system,
5
it is installed in. With a large number of jails running on a system,
6
installing and updating portaudit in every jail is time-consuming and
6
installing and updating portaudit in every jail is time-consuming and
7
error-prone. Jailaudit uses the portaudit installed in the Host-system
7
error-prone. Jailaudit uses pkg installed in the Host-system
8
to create a report for every jail.
8
to create a report for every jail.
9
9
10
The reports are appended to the daily security run and can be sent to a
10
The reports are appended to the daily security run and can be sent to a
Lines 14-17 about potential security advisories of their installed ports. Link Here
14
14
15
Jailaudit can be used on FreeBSD 5.1 or larger.
15
Jailaudit can be used on FreeBSD 5.1 or larger.
16
16
17
WWW: https://anonsvn.h3q.com/projects/jailaudit/
17
WWW: https://github.com/cristianyxen/jailaudit

Return to bug 237914