* [gentoo-commits] gentoo-x86 commit in net-analyzer/argus: ChangeLog argus-3.0.6.1.ebuild
@ 2012-06-19 20:16 Jeroen Roovers (jer)
0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2012-06-19 20:16 UTC (permalink / raw
To: gentoo-commits
jer 12/06/19 20:16:23
Modified: ChangeLog
Added: argus-3.0.6.1.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Revision Changes Path
1.48 net-analyzer/argus/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/ChangeLog?r1=1.47&r2=1.48
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/argus/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog 12 Jun 2012 02:13:49 -0000 1.47
+++ ChangeLog 19 Jun 2012 20:16:23 -0000 1.48
@@ -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:
1.1 net-analyzer/argus/argus-3.0.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/argus-3.0.6.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/argus-3.0.6.1.ebuild?rev=1.1&content-type=text/plain
Index: argus-3.0.6.1.ebuild
===================================================================
# 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."
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/argus: ChangeLog argus-3.0.6.1.ebuild
@ 2012-09-07 23:37 Anthony G. Basile (blueness)
0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-09-07 23:37 UTC (permalink / raw
To: gentoo-commits
blueness 12/09/07 23:37:46
Modified: ChangeLog argus-3.0.6.1.ebuild
Log:
Stable ppc, bug #434030
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.51 net-analyzer/argus/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/ChangeLog?r1=1.50&r2=1.51
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/argus/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog 4 Jul 2012 07:20:27 -0000 1.50
+++ ChangeLog 7 Sep 2012 23:37:46 -0000 1.51
@@ -1,6 +1,9 @@
# 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.50 2012/07/04 07:20:27 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/ChangeLog,v 1.51 2012/09/07 23:37:46 blueness Exp $
+
+ 07 Sep 2012; Anthony G. Basile <blueness@gentoo.org> argus-3.0.6.1.ebuild:
+ Stable ppc, bug #434030
04 Jul 2012; Jeff Horelick <jdhore@gentoo.org> argus-3.0.6.ebuild:
marked x86 per bug 422135
1.2 net-analyzer/argus/argus-3.0.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/argus-3.0.6.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/argus-3.0.6.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/argus-3.0.6.1.ebuild?r1=1.1&r2=1.2
Index: argus-3.0.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/argus/argus-3.0.6.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- argus-3.0.6.1.ebuild 19 Jun 2012 20:16:23 -0000 1.1
+++ argus-3.0.6.1.ebuild 7 Sep 2012 23:37:46 -0000 1.2
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/argus-3.0.6.1.ebuild,v 1.2 2012/09/07 23:37:46 blueness Exp $
EAPI="4"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
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="
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/argus: ChangeLog argus-3.0.6.1.ebuild
@ 2012-09-08 12:36 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-09-08 12:36 UTC (permalink / raw
To: gentoo-commits
ago 12/09/08 12:36:01
Modified: ChangeLog argus-3.0.6.1.ebuild
Log:
Stable for amd64, wrt bug #434030
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.52 net-analyzer/argus/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/argus/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 7 Sep 2012 23:37:46 -0000 1.51
+++ ChangeLog 8 Sep 2012 12:36:01 -0000 1.52
@@ -1,6 +1,9 @@
# 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.51 2012/09/07 23:37:46 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/ChangeLog,v 1.52 2012/09/08 12:36:01 ago Exp $
+
+ 08 Sep 2012; Agostino Sarubbo <ago@gentoo.org> argus-3.0.6.1.ebuild:
+ Stable for amd64, wrt bug #434030
07 Sep 2012; Anthony G. Basile <blueness@gentoo.org> argus-3.0.6.1.ebuild:
Stable ppc, bug #434030
1.3 net-analyzer/argus/argus-3.0.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/argus-3.0.6.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/argus-3.0.6.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/argus-3.0.6.1.ebuild?r1=1.2&r2=1.3
Index: argus-3.0.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/argus/argus-3.0.6.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- argus-3.0.6.1.ebuild 7 Sep 2012 23:37:46 -0000 1.2
+++ argus-3.0.6.1.ebuild 8 Sep 2012 12:36:01 -0000 1.3
@@ -1,6 +1,6 @@
# 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.2 2012/09/07 23:37:46 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/argus-3.0.6.1.ebuild,v 1.3 2012/09/08 12:36:01 ago Exp $
EAPI="4"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
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="
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/argus: ChangeLog argus-3.0.6.1.ebuild
@ 2012-09-23 8:56 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-09-23 8:56 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 12/09/23 08:56:04
Modified: ChangeLog argus-3.0.6.1.ebuild
Log:
x86 stable wrt bug #434030
(Portage version: 2.1.11.9/cvs/Linux i686)
Revision Changes Path
1.53 net-analyzer/argus/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/ChangeLog?r1=1.52&r2=1.53
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/argus/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog 8 Sep 2012 12:36:01 -0000 1.52
+++ ChangeLog 23 Sep 2012 08:56:04 -0000 1.53
@@ -1,6 +1,9 @@
# 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.52 2012/09/08 12:36:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/ChangeLog,v 1.53 2012/09/23 08:56:04 phajdan.jr Exp $
+
+ 23 Sep 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> argus-3.0.6.1.ebuild:
+ x86 stable wrt bug #434030
08 Sep 2012; Agostino Sarubbo <ago@gentoo.org> argus-3.0.6.1.ebuild:
Stable for amd64, wrt bug #434030
1.4 net-analyzer/argus/argus-3.0.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/argus-3.0.6.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/argus-3.0.6.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/argus-3.0.6.1.ebuild?r1=1.3&r2=1.4
Index: argus-3.0.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/argus/argus-3.0.6.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- argus-3.0.6.1.ebuild 8 Sep 2012 12:36:01 -0000 1.3
+++ argus-3.0.6.1.ebuild 23 Sep 2012 08:56:04 -0000 1.4
@@ -1,6 +1,6 @@
# 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.3 2012/09/08 12:36:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/argus-3.0.6.1.ebuild,v 1.4 2012/09/23 08:56:04 phajdan.jr Exp $
EAPI="4"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
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="
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-09-23 8:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-08 12:36 [gentoo-commits] gentoo-x86 commit in net-analyzer/argus: ChangeLog argus-3.0.6.1.ebuild Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2012-09-23 8:56 PaweA Hajdan (phajdan.jr)
2012-09-07 23:37 Anthony G. Basile (blueness)
2012-06-19 20:16 Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox