diff options
author | 2012-06-19 20:16:57 +0000 | |
---|---|---|
committer | 2012-06-19 20:16:57 +0000 | |
commit | 62ac4ef7b106529aa47fa1226079e64d667a9775 (patch) | |
tree | cd8df26cb6168f5d8c4f52fc31af92b790db778d /net-analyzer | |
parent | Add blocker on kde-4.9 (diff) | |
download | historical-62ac4ef7b106529aa47fa1226079e64d667a9775.tar.gz historical-62ac4ef7b106529aa47fa1226079e64d667a9775.tar.bz2 historical-62ac4ef7b106529aa47fa1226079e64d667a9775.zip |
Version bump.
Package-Manager: portage-2.2.0_alpha110/cvs/Linux x86_64
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/argus-clients/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/argus-clients/argus-clients-3.0.6.2.ebuild | 62 | ||||
-rw-r--r-- | net-analyzer/argus/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/argus/argus-3.0.6.1.ebuild | 78 |
4 files changed, 152 insertions, 2 deletions
diff --git a/net-analyzer/argus-clients/ChangeLog b/net-analyzer/argus-clients/ChangeLog index 3f931912abbe..9d073957eef7 100644 --- a/net-analyzer/argus-clients/ChangeLog +++ b/net-analyzer/argus-clients/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/argus-clients # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/ChangeLog,v 1.42 2012/06/11 07:16:23 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/ChangeLog,v 1.43 2012/06/19 20:16:57 jer Exp $ + +*argus-clients-3.0.6.2 (19 Jun 2012) + + 19 Jun 2012; Jeroen Roovers <jer@gentoo.org> +argus-clients-3.0.6.2.ebuild: + Version bump. 11 Jun 2012; Michael Weber <xmw@gentoo.org> argus-clients-3.0.4.1-r1.ebuild: ppc stable (bug 369587) diff --git a/net-analyzer/argus-clients/argus-clients-3.0.6.2.ebuild b/net-analyzer/argus-clients/argus-clients-3.0.6.2.ebuild new file mode 100644 index 000000000000..913b8a5df78b --- /dev/null +++ b/net-analyzer/argus-clients/argus-clients-3.0.6.2.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/argus-clients-3.0.6.2.ebuild,v 1.1 2012/06/19 20:16:57 jer Exp $ + +EAPI=4 +inherit autotools eutils + +DESCRIPTION="Clients for net-analyzer/argus" +HOMEPAGE="http://www.qosient.com/argus/" +SRC_URI="http://qosient.com/argus/dev/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="debug ft geoip mysql sasl tcpd" + +MY_CDEPEND=" + net-analyzer/rrdtool[perl] + net-libs/libpcap + sys-libs/ncurses + sys-libs/readline + ft? ( net-analyzer/flow-tools ) + geoip? ( dev-libs/geoip ) + mysql? ( virtual/mysql ) + sasl? ( dev-libs/cyrus-sasl ) +" + +RDEPEND=" + ${MY_CDEPEND} +" + +DEPEND=" + ${MY_CDEPEND} + sys-devel/bison + sys-devel/flex +" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-3.0.4.1-disable-tcp-wrappers-automagic.patch + eautoreconf +} + +src_configure() { + use debug && touch .debug + econf \ + $(use_with ft libft) \ + $(use_with geoip GeoIP /usr/) \ + $(use_with sasl) \ + $(use_with tcpd wrappers) \ + $(use_with mysql) +} + +src_compile() { + emake CCOPT="${CFLAGS} ${LDFLAGS}" +} + +src_install() { + # argus_parse.a and argus_common.a are supplied by net-analyzer/argus + dobin bin/ra* + dodoc ChangeLog CREDITS README CHANGES + doman man/man{1,5}/* +} diff --git a/net-analyzer/argus/ChangeLog b/net-analyzer/argus/ChangeLog index bfa486b557ed..64299a05b153 100644 --- a/net-analyzer/argus/ChangeLog +++ b/net-analyzer/argus/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/argus # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/ChangeLog,v 1.47 2012/06/12 02:13:49 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/ChangeLog,v 1.48 2012/06/19 20:16:23 jer Exp $ + +*argus-3.0.6.1 (19 Jun 2012) + + 19 Jun 2012; Jeroen Roovers <jer@gentoo.org> +argus-3.0.6.1.ebuild: + Version bump. 12 Jun 2012; Zac Medico <zmedico@gentoo.org> argus-3.0.3.8.ebuild, argus-3.0.4.ebuild, argus-3.0.6.ebuild: diff --git a/net-analyzer/argus/argus-3.0.6.1.ebuild b/net-analyzer/argus/argus-3.0.6.1.ebuild new file mode 100644 index 000000000000..50df2f0a0627 --- /dev/null +++ b/net-analyzer/argus/argus-3.0.6.1.ebuild @@ -0,0 +1,78 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/argus-3.0.6.1.ebuild,v 1.1 2012/06/19 20:16:23 jer Exp $ + +EAPI="4" + +inherit autotools eutils user + +DESCRIPTION="network Audit Record Generation and Utilization System" +HOMEPAGE="http://www.qosient.com/argus/" +SRC_URI="http://qosient.com/argus/dev/${P}.tar.gz" + +LICENSE="GPL-2" +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.4-disable-tcp-wrappers-automagic.patch \ + "${FILESDIR}"/${PN}-3.0.5-Makefile.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/* man/man8/* + dosbin bin/argus{,bug} + + dodoc ChangeLog CREDITS README + + insinto /etc/argus + doins support/Config/argus.conf + + newinitd "${FILESDIR}/argus.initd" argus + dodir /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 init script will fail to work." +} |