jer 15/05/09 07:41:20 Modified: ChangeLog Added: argus-3.0.8.1.ebuild Removed: argus-3.0.6.1.ebuild Log: Version bump. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.68 net-analyzer/argus/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/ChangeLog?rev=1.68&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/ChangeLog?rev=1.68&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/ChangeLog?r1=1.67&r2=1.68 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/argus/ChangeLog,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- ChangeLog 26 Jan 2015 10:13:31 -0000 1.67 +++ ChangeLog 9 May 2015 07:41:20 -0000 1.68 @@ -1,6 +1,13 @@ # ChangeLog for net-analyzer/argus # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/ChangeLog,v 1.67 2015/01/26 10:13:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/ChangeLog,v 1.68 2015/05/09 07:41:20 jer Exp $ + +*argus-3.0.8.1 (09 May 2015) + + 09 May 2015; Jeroen Roovers <[email protected]> -argus-3.0.6.1.ebuild, + +argus-3.0.8.1.ebuild, + +files/argus-3.0.8.1-disable-tcp-wrappers-automagic.patch: + Version bump. 26 Jan 2015; Agostino Sarubbo <[email protected]> argus-3.0.8.ebuild: Stable for x86, wrt bug #535520 1.1 net-analyzer/argus/argus-3.0.8.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/argus-3.0.8.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/argus-3.0.8.1.ebuild?rev=1.1&content-type=text/plain Index: argus-3.0.8.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/argus-3.0.8.1.ebuild,v 1.1 2015/05/09 07:41:20 jer Exp $ EAPI=5 inherit autotools eutils user DESCRIPTION="network Audit Record Generation and Utilization System" HOMEPAGE="http://www.qosient.com/argus/" SRC_URI="http://qosient.com/argus/src/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="debug sasl tcpd" RDEPEND=" net-libs/libpcap sys-libs/zlib sasl? ( dev-libs/cyrus-sasl ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) " DEPEND=" ${RDEPEND} >=sys-devel/bison-1.28 >=sys-devel/flex-2.4.6 " src_prepare() { sed -e 's:/etc/argus.conf:/etc/argus/argus.conf:' \ -i argus/argus.c \ -i support/Config/argus.conf \ -i man/man8/argus.8 \ -i man/man5/argus.conf.5 || die sed -e 's:#\(ARGUS_SETUSER_ID=\).*:\1argus:' \ -e 's:#\(ARGUS_SETGROUP_ID=\).*:\1argus:' \ -e 's:\(#ARGUS_CHROOT_DIR=\).*:\1/var/lib/argus:' \ -i support/Config/argus.conf || die epatch \ "${FILESDIR}"/${PN}-3.0.8.1-disable-tcp-wrappers-automagic.patch \ "${FILESDIR}"/${PN}-3.0.5-Makefile.patch \ "${FILESDIR}"/${PN}-3.0.7.3-DLT_IPNET.patch eautoreconf } src_configure() { use debug && touch .debug # enable debugging econf $(use_with tcpd wrappers) $(use_with sasl) } src_compile() { emake CCOPT="${CFLAGS} ${LDFLAGS}" } src_install () { doman man/man5/*.5 man/man8/*.8 dosbin bin/argus{,bug} dodoc ChangeLog CREDITS README insinto /etc/argus doins support/Config/argus.conf newinitd "${FILESDIR}/argus.initd" argus keepdir /var/lib/argus } pkg_preinst() { enewgroup argus enewuser argus -1 -1 /var/lib/argus argus } pkg_postinst() { elog "Note, if you modify ARGUS_DAEMON value in argus.conf it's quite" elog "possible that the init script will fail to work." }
