diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-05-09 07:41:20 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-05-09 07:41:20 +0000 |
commit | 585452ece527c000fe239e4b47a8493e8165f4df (patch) | |
tree | f5768988b5cd67786446f38974d196956de2e1d6 /net-analyzer | |
parent | Version bump. (diff) | |
download | gentoo-2-585452ece527c000fe239e4b47a8493e8165f4df.tar.gz gentoo-2-585452ece527c000fe239e4b47a8493e8165f4df.tar.bz2 gentoo-2-585452ece527c000fe239e4b47a8493e8165f4df.zip |
Version bump.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/argus/ChangeLog | 9 | ||||
-rw-r--r-- | net-analyzer/argus/argus-3.0.8.1.ebuild (renamed from net-analyzer/argus/argus-3.0.6.1.ebuild) | 23 | ||||
-rw-r--r-- | net-analyzer/argus/files/argus-3.0.8.1-disable-tcp-wrappers-automagic.patch | 22 |
3 files changed, 42 insertions, 12 deletions
diff --git a/net-analyzer/argus/ChangeLog b/net-analyzer/argus/ChangeLog index 0b3419de6536..c5994925bacb 100644 --- a/net-analyzer/argus/ChangeLog +++ b/net-analyzer/argus/ChangeLog @@ -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 <jer@gentoo.org> -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 <ago@gentoo.org> argus-3.0.8.ebuild: Stable for x86, wrt bug #535520 diff --git a/net-analyzer/argus/argus-3.0.6.1.ebuild b/net-analyzer/argus/argus-3.0.8.1.ebuild index fe50a6f40e8c..97c21db13827 100644 --- a/net-analyzer/argus/argus-3.0.6.1.ebuild +++ b/net-analyzer/argus/argus-3.0.8.1.ebuild @@ -1,18 +1,17 @@ -# Copyright 1999-2013 Gentoo Foundation +# 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.6.1.ebuild,v 1.5 2013/01/03 00:43:21 jer Exp $ - -EAPI="4" +# $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/dev/${P}.tar.gz" +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" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="debug sasl tcpd" RDEPEND=" @@ -40,8 +39,9 @@ src_prepare() { -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 + "${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 } @@ -55,7 +55,8 @@ src_compile() { } src_install () { - doman man/man5/* man/man8/* + doman man/man5/*.5 man/man8/*.8 + dosbin bin/argus{,bug} dodoc ChangeLog CREDITS README @@ -64,7 +65,7 @@ src_install () { doins support/Config/argus.conf newinitd "${FILESDIR}/argus.initd" argus - dodir /var/lib/argus + keepdir /var/lib/argus } pkg_preinst() { @@ -74,5 +75,5 @@ pkg_preinst() { 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." + elog "possible that the init script will fail to work." } diff --git a/net-analyzer/argus/files/argus-3.0.8.1-disable-tcp-wrappers-automagic.patch b/net-analyzer/argus/files/argus-3.0.8.1-disable-tcp-wrappers-automagic.patch new file mode 100644 index 000000000000..917f864cf065 --- /dev/null +++ b/net-analyzer/argus/files/argus-3.0.8.1-disable-tcp-wrappers-automagic.patch @@ -0,0 +1,22 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -251,6 +251,11 @@ + AC_QOSIENT_MEMORY + + AC_QOSIENT_THREADS(V_THREADS) ++AC_ARG_WITH(wrappers, ++ [ --with-wrappers build with libwrappers support], ++ with_wrappers="$withval", ++ with_wrappers="yes") ++if test "x$with_wrappers" != "xno"; then + AC_QOSIENT_TCPWRAP(V_WRAPDEP, V_INCLS) + if test ! -z "$V_WRAPDEP"; then + if test -f "$V_WRAPDEP"; then +@@ -274,6 +279,7 @@ + AC_DEFINE([HAVE_TCP_WRAPPER], [], [Using Tcp wrappers]) + WRAPLIBS="$V_WRAPDEP" + fi ++fi + + AC_QOSIENT_LIBPCAP(V_PCAPDEP, V_INCLS) + if test ! -z "$V_PCAPDEP"; then |