Date: Thu, 4 May 2006 14:35:23 GMT From: Philipp Wuensche <cryx-ports@h3q.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/96776: [maintainer update] security/jailaudit to version 1.2 Message-ID: <200605041435.k44EZNLK057284@www.freebsd.org> Resent-Message-ID: <200605041440.k44EeFL2065605@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 96776 >Category: ports >Synopsis: [maintainer update] security/jailaudit to version 1.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu May 04 14:40:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Philipp Wuensche >Release: FreeBSD 6.1-RC i386 >Organization: >Environment: FreeBSD subraum.cy.h3q.com 6.1-RC FreeBSD 6.1-RC #2: Wed May 3 00:45:13 CEST 2006 root@subraum.cy.h3q.com:/usr/obj/usr/src/sys/TORTEST i386 >Description: Update to version 1.2 of jailaudit. >How-To-Repeat: >Fix: diff -ruN /usr/ports/security/jailaudit/Makefile jailaudit/Makefile --- /usr/ports/security/jailaudit/Makefile Fri Nov 25 03:31:06 2005 +++ jailaudit/Makefile Thu May 4 15:58:36 2006 @@ -1,34 +1,33 @@ -# New ports collection makefile for: jailaudit -# Date created: 21 October 2005 -# Whom: cryx +# New ports collection makefile for: jailaudit +# Date created: 21 October 2005 +# Whom: cryx # -# $FreeBSD: ports/security/jailaudit/Makefile,v 1.1 2005/11/25 02:31:06 edwin Exp $ -# - -PORTNAME= jailaudit -PORTVERSION= 1.1 -CATEGORIES= security -MASTER_SITES= http://outpost.h3q.com/software/jailaudit/ - -MAINTAINER= cryx-ports@h3q.com -COMMENT= Script to generate portaudit reports for jails - -RUN_DEPENDS= ${LOCALBASE}/sbin/portaudit:${PORTSDIR}/security/portaudit -USE_BZIP2= yes - -PERIODICDIR?= ${PREFIX}/etc/periodic -REPORTDIR?= ${PREFIX}/jailaudit/reports -TMPDIR?= ${PREFIX}/jailaudit/tmp - -PLIST_SUB+= PERIODICDIR="${PERIODICDIR:S,^${PREFIX}/,,}" \ - REPORTDIR="${REPORTDIR:S,^${PREFIX}/,,}" \ - TMPDIR="${TMPDIR:S,^${PREFIX}/,,}" +PORTNAME= jailaudit +PORTVERSION= 1.2 +CATEGORIES= security +MASTER_SITES= http://outpost.h3q.com/software/jailaudit/ + +MAINTAINER= cryx-ports@h3q.com +COMMENT= Script to generate portaudit reports for jails. + +USE_BZIP2= yes + +PERIODICDIR?= ${PREFIX}/etc/periodic +REPORTDIR?= ${PREFIX}/jailaudit/reports +TMPDIR?= ${PREFIX}/jailaudit/tmp + +PLIST_SUB+= PERIODICDIR="${PERIODICDIR:S,^${PREFIX}/,,}" \ + REPORTDIR="${REPOTDIR}" \ + TMPDIR="${TMPDIR}" .include <bsd.port.pre.mk> .if ( ${OSVERSION} < 501000 ) -IGNORE= needs the jls utility which was added in FreeBSD 5.1 +IGNORE= The jls utility was added in FreeBSD 5.1. .endif +RUN_DEPENDS= ${LOCALBASE}/sbin/portaudit:${PORTSDIR}/security/portaudit + .include <bsd.port.post.mk> + diff -ruN /usr/ports/security/jailaudit/distinfo jailaudit/distinfo --- /usr/ports/security/jailaudit/distinfo Tue Jan 24 02:03:05 2006 +++ jailaudit/distinfo Thu May 4 16:20:08 2006 @@ -1,3 +1,3 @@ -MD5 (jailaudit-1.1.tar.bz2) = 32f5b1973cc9eaa88b0e05792499a0c7 -SHA256 (jailaudit-1.1.tar.bz2) = 7e8b855c71700cda28829eecf1a5baf20e7e16459adc5e4397fc24203a437bcc -SIZE (jailaudit-1.1.tar.bz2) = 2512 +MD5 (jailaudit-1.2.tar.bz2) = 42ba69b07906ebfc29bf3d31c07e88bf +SHA256 (jailaudit-1.2.tar.bz2) = 5cf7f3a75f5b13cf617ed432eb90453cc2bc152685a0146329e828bea8840689 +SIZE (jailaudit-1.2.tar.bz2) = 2599 diff -ruN /usr/ports/security/jailaudit/pkg-descr jailaudit/pkg-descr --- /usr/ports/security/jailaudit/pkg-descr Fri Nov 25 03:31:06 2005 +++ jailaudit/pkg-descr Thu May 4 15:58:36 2006 @@ -1,16 +1,8 @@ -This port contains a script to generate portaudit reports for jails -running on a FreeBSD system. +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 the portaudit installed in the Host-system -to create a report for every jail. +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 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. +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. >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605041435.k44EZNLK057284>