Date: Thu, 23 May 2019 20:52:02 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502356 - head/ports-mgmt/jailaudit Message-ID: <201905232052.x4NKq2ew043054@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Thu May 23 20:52:02 2019 New Revision: 502356 URL: https://svnweb.freebsd.org/changeset/ports/502356 Log: ports-mgmt/jailaudit: PR: 237914 Submitted by: cryx-freebsd@h3q.com (maintainer) Modified: head/ports-mgmt/jailaudit/Makefile (contents, props changed) head/ports-mgmt/jailaudit/distinfo (contents, props changed) head/ports-mgmt/jailaudit/pkg-descr (contents, props changed) Modified: head/ports-mgmt/jailaudit/Makefile ============================================================================== --- head/ports-mgmt/jailaudit/Makefile Thu May 23 20:35:55 2019 (r502355) +++ head/ports-mgmt/jailaudit/Makefile Thu May 23 20:52:02 2019 (r502356) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jailaudit -PORTVERSION= 1.5.2 +PORTVERSION= 1.6.0 CATEGORIES= ports-mgmt MASTER_SITES= http://outpost.h3q.com/software/jailaudit/ Modified: head/ports-mgmt/jailaudit/distinfo ============================================================================== --- head/ports-mgmt/jailaudit/distinfo Thu May 23 20:35:55 2019 (r502355) +++ head/ports-mgmt/jailaudit/distinfo Thu May 23 20:52:02 2019 (r502356) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474546123 -SHA256 (jailaudit-1.5.2.tar.bz2) = 286402d31e617a3f9927770f4375bb99a76efc85523ca1bb4351e66537628a8d -SIZE (jailaudit-1.5.2.tar.bz2) = 3409 +TIMESTAMP = 1557948517 +SHA256 (jailaudit-1.6.0.tar.bz2) = 8c1c7fa8b7b45d088da5a8a18df300772b1a2133dc24950e40ab379a9d9fdba5 +SIZE (jailaudit-1.6.0.tar.bz2) = 2882 Modified: head/ports-mgmt/jailaudit/pkg-descr ============================================================================== --- head/ports-mgmt/jailaudit/pkg-descr Thu May 23 20:35:55 2019 (r502355) +++ head/ports-mgmt/jailaudit/pkg-descr Thu May 23 20:52:02 2019 (r502356) @@ -4,7 +4,7 @@ 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 the portaudit installed in the Host-system +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 @@ -14,4 +14,4 @@ about potential security advisories of their installed Jailaudit can be used on FreeBSD 5.1 or larger. -WWW: https://anonsvn.h3q.com/projects/jailaudit/ +WWW: https://github.com/cristianyxen/jailaudit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905232052.x4NKq2ew043054>