* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/argus/
@ 2018-05-13 22:06 Thomas Deutschmann
0 siblings, 0 replies; 22+ messages in thread
From: Thomas Deutschmann @ 2018-05-13 22:06 UTC (permalink / raw
To: gentoo-commits
commit: 151c3ce85d2f5d7075256b4ee0203c68168c64aa
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun May 13 21:49:24 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun May 13 22:05:59 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=151c3ce8
net-analyzer/argus: x86 stable (bug #653822)
Package-Manager: Portage-2.3.34, Repoman-2.3.9
net-analyzer/argus/argus-3.0.8.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/argus/argus-3.0.8.2-r1.ebuild b/net-analyzer/argus/argus-3.0.8.2-r1.ebuild
index 8e3fcd9e429..9f19eaac47e 100644
--- a/net-analyzer/argus/argus-3.0.8.2-r1.ebuild
+++ b/net-analyzer/argus/argus-3.0.8.2-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}dev/${P/_rc/.rc.}.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 +libtirpc sasl tcpd"
RDEPEND="
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/argus/
@ 2024-02-29 1:52 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2024-02-29 1:52 UTC (permalink / raw
To: gentoo-commits
commit: 1687efacf020823d3d968a45b7b00690d6b3c85d
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Thu Feb 29 01:01:04 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 29 01:50:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1687efac
net-analyzer/argus: mark LTO-unsafe, mark strict-aliasing unsafe
Closes: https://bugs.gentoo.org/861146
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/argus/argus-3.0.8.3-r2.ebuild | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/net-analyzer/argus/argus-3.0.8.3-r2.ebuild b/net-analyzer/argus/argus-3.0.8.3-r2.ebuild
index e4461407cd4a..c366c9a7af03 100644
--- a/net-analyzer/argus/argus-3.0.8.3-r2.ebuild
+++ b/net-analyzer/argus/argus-3.0.8.3-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit autotools toolchain-funcs
+inherit autotools flag-o-matic toolchain-funcs
DESCRIPTION="network Audit Record Generation and Utilization System"
HOMEPAGE="https://openargus.org/"
@@ -59,6 +59,12 @@ src_prepare() {
}
src_configure() {
+ # -Werror=strict-aliasing
+ # https://bugs.gentoo.org/861146
+ # https://github.com/openargus/argus/issues/8
+ append-flags -fno-strict-aliasing
+ filter-lto
+
use debug && touch .debug # enable debugging
econf \
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/argus/
@ 2024-02-29 1:52 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2024-02-29 1:52 UTC (permalink / raw
To: gentoo-commits
commit: 714a81bec15510f807c39f8b21f725b1326525c0
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Thu Feb 29 00:54:00 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 29 01:50:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=714a81be
net-analyzer/argus: reverse order of rdepend -> depend
acct-* packages shouldn't be a requirement for --buildpkgonly. They were
carried along because the entirety of RDEPEND was lumped into DEPEND.
Removes unneeded build dependencies only, so no revbump needed.
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/argus/argus-3.0.8.3-r2.ebuild | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/net-analyzer/argus/argus-3.0.8.3-r2.ebuild b/net-analyzer/argus/argus-3.0.8.3-r2.ebuild
index b772ec171b22..e4461407cd4a 100644
--- a/net-analyzer/argus/argus-3.0.8.3-r2.ebuild
+++ b/net-analyzer/argus/argus-3.0.8.3-r2.ebuild
@@ -15,9 +15,7 @@ SLOT="0"
KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="debug sasl tcpd"
-RDEPEND="
- acct-group/argus
- acct-user/argus
+DEPEND="
net-libs/libnsl:=
net-libs/libpcap
net-libs/libtirpc
@@ -25,7 +23,11 @@ RDEPEND="
sasl? ( dev-libs/cyrus-sasl )
tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
"
-DEPEND="${RDEPEND}"
+RDEPEND="
+ acct-group/argus
+ acct-user/argus
+ ${DEPEND}
+"
BDEPEND="
>=sys-devel/bison-1.28
app-alternatives/lex
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/argus/
@ 2022-12-01 4:23 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2022-12-01 4:23 UTC (permalink / raw
To: gentoo-commits
commit: 20ebb57c5ba630e57737a670a89c4c5933a8cc64
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 1 04:22:49 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 1 04:22:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ebb57c
net-analyzer/argus: add github upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/argus/metadata.xml | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/net-analyzer/argus/metadata.xml b/net-analyzer/argus/metadata.xml
index dce3f3be66c0..3d34f5bdfded 100644
--- a/net-analyzer/argus/metadata.xml
+++ b/net-analyzer/argus/metadata.xml
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
- <email>netmon@gentoo.org</email>
- <name>Gentoo network monitoring and analysis project</name>
-</maintainer>
+ <maintainer type="project">
+ <email>netmon@gentoo.org</email>
+ <name>Gentoo network monitoring and analysis project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">openargus/argus</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/argus/
@ 2021-03-15 21:39 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-03-15 21:39 UTC (permalink / raw
To: gentoo-commits
commit: 2f56185482cb09f2724a5b96a8d48b23872a403b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 21:36:02 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 21:38:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f561854
net-analyzer/argus: fix UnusedLocalUse
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/argus/metadata.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/net-analyzer/argus/metadata.xml b/net-analyzer/argus/metadata.xml
index 025cfc82ece..74c2baebb4e 100644
--- a/net-analyzer/argus/metadata.xml
+++ b/net-analyzer/argus/metadata.xml
@@ -5,7 +5,4 @@
<email>netmon@gentoo.org</email>
<name>Gentoo network monitoring and analysis project</name>
</maintainer>
-<use>
- <flag name="libtirpc">Build against <pkg>net-libs/libtirpc</pkg> for RPC support</flag>
-</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/argus/
@ 2021-03-15 21:25 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-03-15 21:25 UTC (permalink / raw
To: gentoo-commits
commit: b9bcd03b6ff41546df79baccb38369fabac2df4e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 21:24:58 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 21:24:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9bcd03b
net-analyzer/argus: Stabilize 3.0.8.3-r1 x86, #776508
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/argus/argus-3.0.8.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/argus/argus-3.0.8.3-r1.ebuild b/net-analyzer/argus/argus-3.0.8.3-r1.ebuild
index 053a9d7f637..a4176cf571c 100644
--- a/net-analyzer/argus/argus-3.0.8.3-r1.ebuild
+++ b/net-analyzer/argus/argus-3.0.8.3-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.qosient.com/argus/dev/${P/_rc/.rc.}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="debug sasl tcpd"
RDEPEND="
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/argus/
@ 2021-03-15 21:25 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-03-15 21:25 UTC (permalink / raw
To: gentoo-commits
commit: 660a80bfe8f41ea411fe2599968db182ac0d15af
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 21:24:24 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 21:24:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=660a80bf
net-analyzer/argus: Stabilize 3.0.8.3-r1 ppc, #776508
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/argus/argus-3.0.8.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/argus/argus-3.0.8.3-r1.ebuild b/net-analyzer/argus/argus-3.0.8.3-r1.ebuild
index 0da133827ba..053a9d7f637 100644
--- a/net-analyzer/argus/argus-3.0.8.3-r1.ebuild
+++ b/net-analyzer/argus/argus-3.0.8.3-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.qosient.com/argus/dev/${P/_rc/.rc.}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="debug sasl tcpd"
RDEPEND="
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/argus/
@ 2021-03-15 21:21 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-03-15 21:21 UTC (permalink / raw
To: gentoo-commits
commit: 339da49f9a9be062850d16025a67fdbadebdf80f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 21:20:28 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 21:21:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=339da49f
net-analyzer/argus: Stabilize 3.0.8.3-r1 amd64, #776508
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/argus/argus-3.0.8.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/argus/argus-3.0.8.3-r1.ebuild b/net-analyzer/argus/argus-3.0.8.3-r1.ebuild
index 9dc4905b07a..0da133827ba 100644
--- a/net-analyzer/argus/argus-3.0.8.3-r1.ebuild
+++ b/net-analyzer/argus/argus-3.0.8.3-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.qosient.com/argus/dev/${P/_rc/.rc.}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="debug sasl tcpd"
RDEPEND="
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/argus/
@ 2021-01-06 14:35 Fabian Groffen
0 siblings, 0 replies; 22+ messages in thread
From: Fabian Groffen @ 2021-01-06 14:35 UTC (permalink / raw
To: gentoo-commits
commit: bca318a1402454dde5df87206e6b867d3e228cc7
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 6 14:32:13 2021 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jan 6 14:35:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bca318a1
net-analyzer/argus: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
net-analyzer/argus/argus-3.0.8.2-r3.ebuild | 4 ++--
net-analyzer/argus/argus-3.0.8.2-r4.ebuild | 4 ++--
net-analyzer/argus/argus-3.0.8.3-r1.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/net-analyzer/argus/argus-3.0.8.2-r3.ebuild b/net-analyzer/argus/argus-3.0.8.2-r3.ebuild
index a0f30622374..47656c47be5 100644
--- a/net-analyzer/argus/argus-3.0.8.2-r3.ebuild
+++ b/net-analyzer/argus/argus-3.0.8.2-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -11,7 +11,7 @@ SRC_URI="https://www.qosient.com/argus/dev/${P/_rc/.rc.}.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"
IUSE="debug +libtirpc sasl tcpd"
RDEPEND="
diff --git a/net-analyzer/argus/argus-3.0.8.2-r4.ebuild b/net-analyzer/argus/argus-3.0.8.2-r4.ebuild
index 3ca4a4b18ff..dd6e555ef54 100644
--- a/net-analyzer/argus/argus-3.0.8.2-r4.ebuild
+++ b/net-analyzer/argus/argus-3.0.8.2-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://www.qosient.com/argus/dev/${P/_rc/.rc.}.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"
IUSE="debug +libtirpc sasl tcpd"
RDEPEND="
diff --git a/net-analyzer/argus/argus-3.0.8.3-r1.ebuild b/net-analyzer/argus/argus-3.0.8.3-r1.ebuild
index cc378b5cf4b..9dc4905b07a 100644
--- a/net-analyzer/argus/argus-3.0.8.3-r1.ebuild
+++ b/net-analyzer/argus/argus-3.0.8.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://www.qosient.com/argus/dev/${P/_rc/.rc.}.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"
IUSE="debug sasl tcpd"
RDEPEND="
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/argus/
@ 2020-10-03 16:20 David Seifert
0 siblings, 0 replies; 22+ messages in thread
From: David Seifert @ 2020-10-03 16:20 UTC (permalink / raw
To: gentoo-commits
commit: 0aba05157b1220eee7942033b97ff75639e061eb
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 3 16:20:06 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct 3 16:20:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aba0515
net-analyzer/argus: Pass AR/RANLIB to emake
Closes: https://bugs.gentoo.org/724836
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: David Seifert <soap <AT> gentoo.org>
net-analyzer/argus/argus-3.0.8.3-r1.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/argus/argus-3.0.8.3-r1.ebuild b/net-analyzer/argus/argus-3.0.8.3-r1.ebuild
index bc999ce3908..cc378b5cf4b 100644
--- a/net-analyzer/argus/argus-3.0.8.3-r1.ebuild
+++ b/net-analyzer/argus/argus-3.0.8.3-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit autotools
+inherit autotools toolchain-funcs
DESCRIPTION="network Audit Record Generation and Utilization System"
HOMEPAGE="https://openargus.org/"
@@ -64,7 +64,10 @@ src_configure() {
}
src_compile() {
- emake CCOPT="${CFLAGS} ${LDFLAGS}"
+ emake \
+ CCOPT="${CFLAGS} ${LDFLAGS}" \
+ AR="$(tc-getAR)" \
+ RANLIB="$(tc-getRANLIB)"
}
src_install() {
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/argus/
@ 2020-10-03 15:30 David Seifert
0 siblings, 0 replies; 22+ messages in thread
From: David Seifert @ 2020-10-03 15:30 UTC (permalink / raw
To: gentoo-commits
commit: 291dd7efa20bb83c0241a82005e32fc518c2542f
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 3 15:29:26 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct 3 15:29:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=291dd7ef
net-analyzer/argus: [QA] Port to GLEP 81
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: David Seifert <soap <AT> gentoo.org>
...gus-3.0.8.2-r1.ebuild => argus-3.0.8.2-r3.ebuild} | 11 ++++-------
...gus-3.0.8.2-r2.ebuild => argus-3.0.8.2-r4.ebuild} | 20 ++++++--------------
...{argus-3.0.8.3.ebuild => argus-3.0.8.3-r1.ebuild} | 20 ++++++--------------
3 files changed, 16 insertions(+), 35 deletions(-)
diff --git a/net-analyzer/argus/argus-3.0.8.2-r1.ebuild b/net-analyzer/argus/argus-3.0.8.2-r3.ebuild
similarity index 94%
rename from net-analyzer/argus/argus-3.0.8.2-r1.ebuild
rename to net-analyzer/argus/argus-3.0.8.2-r3.ebuild
index 2e662864e3e..a0f30622374 100644
--- a/net-analyzer/argus/argus-3.0.8.2-r1.ebuild
+++ b/net-analyzer/argus/argus-3.0.8.2-r3.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit autotools eutils user
+
+inherit autotools epatch
DESCRIPTION="network Audit Record Generation and Utilization System"
HOMEPAGE="https://www.qosient.com/argus/"
@@ -14,6 +15,8 @@ KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="debug +libtirpc sasl tcpd"
RDEPEND="
+ acct-group/argus
+ acct-user/argus
net-libs/libnsl:=
net-libs/libpcap
sys-libs/zlib
@@ -22,7 +25,6 @@ RDEPEND="
sasl? ( dev-libs/cyrus-sasl )
tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
"
-
DEPEND="
${RDEPEND}
>=sys-devel/bison-1.28
@@ -76,11 +78,6 @@ src_install() {
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."
diff --git a/net-analyzer/argus/argus-3.0.8.2-r2.ebuild b/net-analyzer/argus/argus-3.0.8.2-r4.ebuild
similarity index 90%
rename from net-analyzer/argus/argus-3.0.8.2-r2.ebuild
rename to net-analyzer/argus/argus-3.0.8.2-r4.ebuild
index 807aab798e0..3ca4a4b18ff 100644
--- a/net-analyzer/argus/argus-3.0.8.2-r2.ebuild
+++ b/net-analyzer/argus/argus-3.0.8.2-r4.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit autotools user
+
+inherit autotools
DESCRIPTION="network Audit Record Generation and Utilization System"
HOMEPAGE="https://openargus.org/"
@@ -14,6 +15,8 @@ KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="debug +libtirpc sasl tcpd"
RDEPEND="
+ acct-group/argus
+ acct-user/argus
net-libs/libnsl:=
net-libs/libpcap
sys-libs/zlib
@@ -22,9 +25,8 @@ RDEPEND="
sasl? ( dev-libs/cyrus-sasl )
tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
"
-
-DEPEND="
- ${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
>=sys-devel/bison-1.28
>=sys-devel/flex-2.4.6
"
@@ -37,11 +39,6 @@ PATCHES=(
)
S=${WORKDIR}/${P/_rc/.rc.}
-pkg_setup() {
- enewgroup argus
- enewuser argus -1 -1 /var/lib/argus argus
-}
-
src_prepare() {
find . -type f -execdir chmod +w {} \; #561360
sed -e 's:/etc/argus.conf:/etc/argus/argus.conf:' \
@@ -82,11 +79,6 @@ src_install() {
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."
diff --git a/net-analyzer/argus/argus-3.0.8.3.ebuild b/net-analyzer/argus/argus-3.0.8.3-r1.ebuild
similarity index 90%
rename from net-analyzer/argus/argus-3.0.8.3.ebuild
rename to net-analyzer/argus/argus-3.0.8.3-r1.ebuild
index 8092871dded..bc999ce3908 100644
--- a/net-analyzer/argus/argus-3.0.8.3.ebuild
+++ b/net-analyzer/argus/argus-3.0.8.3-r1.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit autotools user
+
+inherit autotools
DESCRIPTION="network Audit Record Generation and Utilization System"
HOMEPAGE="https://openargus.org/"
@@ -14,6 +15,8 @@ KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="debug sasl tcpd"
RDEPEND="
+ acct-group/argus
+ acct-user/argus
net-libs/libnsl:=
net-libs/libpcap
net-libs/libtirpc
@@ -21,9 +24,8 @@ RDEPEND="
sasl? ( dev-libs/cyrus-sasl )
tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
"
-
-DEPEND="
- ${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
>=sys-devel/bison-1.28
>=sys-devel/flex-2.4.6
"
@@ -36,11 +38,6 @@ PATCHES=(
)
S=${WORKDIR}/${P/_rc/.rc.}
-pkg_setup() {
- enewgroup argus
- enewuser argus -1 -1 /var/lib/argus argus
-}
-
src_prepare() {
find . -type f -execdir chmod +w {} \; #561360
sed -e 's:/etc/argus.conf:/etc/argus/argus.conf:' \
@@ -84,11 +81,6 @@ src_install() {
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."
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/argus/
@ 2019-08-20 7:56 Jeroen Roovers
0 siblings, 0 replies; 22+ messages in thread
From: Jeroen Roovers @ 2019-08-20 7:56 UTC (permalink / raw
To: gentoo-commits
commit: 0a46426e653eee1d55076b1d844016811e7810a8
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 20 07:54:45 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Aug 20 07:56:00 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a46426e
net-analyzer/argus: Use HTTPS
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
net-analyzer/argus/argus-3.0.8.2-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/argus/argus-3.0.8.2-r1.ebuild b/net-analyzer/argus/argus-3.0.8.2-r1.ebuild
index 7b021685946..83eacad11e4 100644
--- a/net-analyzer/argus/argus-3.0.8.2-r1.ebuild
+++ b/net-analyzer/argus/argus-3.0.8.2-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit autotools eutils user
DESCRIPTION="network Audit Record Generation and Utilization System"
-HOMEPAGE="http://www.qosient.com/argus/"
+HOMEPAGE="https://www.qosient.com/argus/"
SRC_URI="${HOMEPAGE}dev/${P/_rc/.rc.}.tar.gz"
LICENSE="GPL-3"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/argus/
@ 2018-10-27 10:23 Jeroen Roovers
0 siblings, 0 replies; 22+ messages in thread
From: Jeroen Roovers @ 2018-10-27 10:23 UTC (permalink / raw
To: gentoo-commits
commit: d1fc097476f35372cb65a86d09bd8dd76039c36e
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 27 09:18:41 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Oct 27 10:23:24 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1fc0974
net-analyzer/argus: Old
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
net-analyzer/argus/Manifest | 1 -
net-analyzer/argus/argus-3.0.8.1.ebuild | 79 --------------------------------
net-analyzer/argus/argus-3.0.8.2.ebuild | 81 ---------------------------------
3 files changed, 161 deletions(-)
diff --git a/net-analyzer/argus/Manifest b/net-analyzer/argus/Manifest
index 724e18db95a..17d6ac24042 100644
--- a/net-analyzer/argus/Manifest
+++ b/net-analyzer/argus/Manifest
@@ -1,2 +1 @@
-DIST argus-3.0.8.1.tar.gz 523375 BLAKE2B 785f68d3977b72146a57c1a1fb6c40d80cce1b9c4e5ca46555ac12766fd8885f657997da8f54a5d0610ccedf2ed652231c15518dc631d61051edae75c57849a2 SHA512 d96332849df7ce2297aa0d81a9f22c12763d04b2936ffaffc0e4b1942535846cfbc41dadf28791eb88d1ffd0429bdc280d16dff44369c415c713064849b158f7
DIST argus-3.0.8.2.tar.gz 524749 BLAKE2B 4d93fd8acd71b198da712961d75f0e813f5ed3fde841e77b8a10c3a9b89571902b7597969a4be12437c97ffc69ba5ebefaee8b684c5d2d4ce4f1309c1cfd1199 SHA512 146795880d8697e065ed23d2fbab226846d55db0b71945c5a4cab2896e48ceb6e1671ccb4e00dc3b0f984525bac4ced3773f3b9e70c3ea5f7c6972fe9bd94313
diff --git a/net-analyzer/argus/argus-3.0.8.1.ebuild b/net-analyzer/argus/argus-3.0.8.1.ebuild
deleted file mode 100644
index 605285628f0..00000000000
--- a/net-analyzer/argus/argus-3.0.8.1.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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() {
- find . -type f -execdir chmod +w {} \; #561360
- 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."
-}
diff --git a/net-analyzer/argus/argus-3.0.8.2.ebuild b/net-analyzer/argus/argus-3.0.8.2.ebuild
deleted file mode 100644
index 927bbe42730..00000000000
--- a/net-analyzer/argus/argus-3.0.8.2.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils user
-
-DESCRIPTION="network Audit Record Generation and Utilization System"
-HOMEPAGE="http://www.qosient.com/argus/"
-SRC_URI="${HOMEPAGE}dev/${P/_rc/.rc.}.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
-"
-
-S=${WORKDIR}/${P/_rc/.rc.}
-
-src_prepare() {
- find . -type f -execdir chmod +w {} \; #561360
- 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."
-}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/argus/
@ 2018-05-25 21:18 Mikle Kolyada
0 siblings, 0 replies; 22+ messages in thread
From: Mikle Kolyada @ 2018-05-25 21:18 UTC (permalink / raw
To: gentoo-commits
commit: aa92607cc3544bef4a06198c8eaa61cb9a968a60
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri May 25 21:18:21 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri May 25 21:18:21 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa92607c
net-analyzer/argus: ppc stable wrt bug #653822
Package-Manager: Portage-2.3.24, Repoman-2.3.6
net-analyzer/argus/argus-3.0.8.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/argus/argus-3.0.8.2-r1.ebuild b/net-analyzer/argus/argus-3.0.8.2-r1.ebuild
index 4f8d88d2e02..7b021685946 100644
--- a/net-analyzer/argus/argus-3.0.8.2-r1.ebuild
+++ b/net-analyzer/argus/argus-3.0.8.2-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}dev/${P/_rc/.rc.}.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 +libtirpc sasl tcpd"
RDEPEND="
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/argus/
@ 2018-05-14 0:08 Aaron Bauman
0 siblings, 0 replies; 22+ messages in thread
From: Aaron Bauman @ 2018-05-14 0:08 UTC (permalink / raw
To: gentoo-commits
commit: fd605c3899715e6adeabe52349dc9f977f16f005
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon May 14 00:05:59 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon May 14 00:08:34 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd605c38
net-analyzer/argus: amd64 stable wrt bug #653822
Package-Manager: Portage-2.3.36, Repoman-2.3.9
net-analyzer/argus/argus-3.0.8.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/argus/argus-3.0.8.2-r1.ebuild b/net-analyzer/argus/argus-3.0.8.2-r1.ebuild
index 9f19eaac47e..4f8d88d2e02 100644
--- a/net-analyzer/argus/argus-3.0.8.2-r1.ebuild
+++ b/net-analyzer/argus/argus-3.0.8.2-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}dev/${P/_rc/.rc.}.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 +libtirpc sasl tcpd"
RDEPEND="
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/argus/
@ 2018-05-01 14:06 Andreas Hüttel
0 siblings, 0 replies; 22+ messages in thread
From: Andreas Hüttel @ 2018-05-01 14:06 UTC (permalink / raw
To: gentoo-commits
commit: 33c58c412955e0a70fd40de97b8cab1405504fa6
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue May 1 14:06:04 2018 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue May 1 14:06:04 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33c58c41
net-analyzer/argus: Add missing libnsl dependency, bug 641476
Closes: https://bugs.gentoo.org/641476
Package-Manager: Portage-2.3.31, Repoman-2.3.9
net-analyzer/argus/argus-3.0.8.2-r1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-analyzer/argus/argus-3.0.8.2-r1.ebuild b/net-analyzer/argus/argus-3.0.8.2-r1.ebuild
index 4484cf276e7..8e3fcd9e429 100644
--- a/net-analyzer/argus/argus-3.0.8.2-r1.ebuild
+++ b/net-analyzer/argus/argus-3.0.8.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -14,6 +14,7 @@ KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="debug +libtirpc sasl tcpd"
RDEPEND="
+ net-libs/libnsl:=
net-libs/libpcap
sys-libs/zlib
!libtirpc? ( sys-libs/glibc[rpc(-)] )
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/argus/
@ 2016-06-11 11:14 Jeroen Roovers
0 siblings, 0 replies; 22+ messages in thread
From: Jeroen Roovers @ 2016-06-11 11:14 UTC (permalink / raw
To: gentoo-commits
commit: c2915186c28b60c3f28fcd9409a715cc137c7221
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 11:12:38 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 11:14:11 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2915186
net-analyzer/argus: Version bump.
Package-Manager: portage-2.3.0_rc1
net-analyzer/argus/Manifest | 1 +
net-analyzer/argus/argus-3.0.8.2.ebuild | 82 +++++++++++++++++++++++++++++++++
2 files changed, 83 insertions(+)
diff --git a/net-analyzer/argus/Manifest b/net-analyzer/argus/Manifest
index 94d5562..fdf71f4 100644
--- a/net-analyzer/argus/Manifest
+++ b/net-analyzer/argus/Manifest
@@ -1,2 +1,3 @@
DIST argus-3.0.8.1.tar.gz 523375 SHA256 1fb921104c8bd843fb9f5a1c32b57b20bfe8cd8a103b3f1d9bb686b9e6c490a4 SHA512 d96332849df7ce2297aa0d81a9f22c12763d04b2936ffaffc0e4b1942535846cfbc41dadf28791eb88d1ffd0429bdc280d16dff44369c415c713064849b158f7 WHIRLPOOL 2c9495d585c2297b3f9951e74a8fd28840941be6b298c0178d44801242d1abda4bd08f9469e2dd1a4b802735611c9ff82bc028d838628b1ccb184ba80d5dc529
DIST argus-3.0.8.2.rc.2.tar.gz 525053 SHA256 a499154248fd32d0809599b78e5078353a97edbbf595ad48701c9646c2c5515f SHA512 c8272ae80f66114a4a83c365d9257d90ffe944cb648112ba9d756ad235d3d7231d09fe9de2dc31f2d72d5070e3e932b8de49661371806c5e1b21d7aea0aad3b1 WHIRLPOOL 80fc3d7c0c96fee1243903119a3d3d6391da6b42e0c3610b817d205d65776f6df93bd99e7a8900d3422dab48a75da5839efd4284cb6abada7bef6989534138b6
+DIST argus-3.0.8.2.tar.gz 524749 SHA256 ca4e3bd5b9d4a8ff7c01cc96d1bffd46dbd6321237ec94c52f8badd51032eeff SHA512 146795880d8697e065ed23d2fbab226846d55db0b71945c5a4cab2896e48ceb6e1671ccb4e00dc3b0f984525bac4ced3773f3b9e70c3ea5f7c6972fe9bd94313 WHIRLPOOL 4a8fc3ce60df4da4cde87acec5f125d487c478a02a8789296d1f279081f6b8aabd604c3e6aefc0b8e472c4aef11dbef9e034f73a7de371ff18499d0ebb3618e8
diff --git a/net-analyzer/argus/argus-3.0.8.2.ebuild b/net-analyzer/argus/argus-3.0.8.2.ebuild
new file mode 100644
index 0000000..f72e24a
--- /dev/null
+++ b/net-analyzer/argus/argus-3.0.8.2.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils user
+
+DESCRIPTION="network Audit Record Generation and Utilization System"
+HOMEPAGE="http://www.qosient.com/argus/"
+SRC_URI="${HOMEPAGE}dev/${P/_rc/.rc.}.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
+"
+
+S=${WORKDIR}/${P/_rc/.rc.}
+
+src_prepare() {
+ find . -type f -execdir chmod +w {} \; #561360
+ 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."
+}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/argus/
@ 2016-06-11 11:14 Jeroen Roovers
0 siblings, 0 replies; 22+ messages in thread
From: Jeroen Roovers @ 2016-06-11 11:14 UTC (permalink / raw
To: gentoo-commits
commit: 82fb7a9f263c035ab7df463edb995112e8e2100b
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 11:13:13 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 11:14:16 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82fb7a9f
net-analyzer/argus: Old.
Package-Manager: portage-2.3.0_rc1
net-analyzer/argus/Manifest | 1 -
net-analyzer/argus/argus-3.0.8.2_rc2.ebuild | 82 -----------------------------
2 files changed, 83 deletions(-)
diff --git a/net-analyzer/argus/Manifest b/net-analyzer/argus/Manifest
index fdf71f4..3c78db5 100644
--- a/net-analyzer/argus/Manifest
+++ b/net-analyzer/argus/Manifest
@@ -1,3 +1,2 @@
DIST argus-3.0.8.1.tar.gz 523375 SHA256 1fb921104c8bd843fb9f5a1c32b57b20bfe8cd8a103b3f1d9bb686b9e6c490a4 SHA512 d96332849df7ce2297aa0d81a9f22c12763d04b2936ffaffc0e4b1942535846cfbc41dadf28791eb88d1ffd0429bdc280d16dff44369c415c713064849b158f7 WHIRLPOOL 2c9495d585c2297b3f9951e74a8fd28840941be6b298c0178d44801242d1abda4bd08f9469e2dd1a4b802735611c9ff82bc028d838628b1ccb184ba80d5dc529
-DIST argus-3.0.8.2.rc.2.tar.gz 525053 SHA256 a499154248fd32d0809599b78e5078353a97edbbf595ad48701c9646c2c5515f SHA512 c8272ae80f66114a4a83c365d9257d90ffe944cb648112ba9d756ad235d3d7231d09fe9de2dc31f2d72d5070e3e932b8de49661371806c5e1b21d7aea0aad3b1 WHIRLPOOL 80fc3d7c0c96fee1243903119a3d3d6391da6b42e0c3610b817d205d65776f6df93bd99e7a8900d3422dab48a75da5839efd4284cb6abada7bef6989534138b6
DIST argus-3.0.8.2.tar.gz 524749 SHA256 ca4e3bd5b9d4a8ff7c01cc96d1bffd46dbd6321237ec94c52f8badd51032eeff SHA512 146795880d8697e065ed23d2fbab226846d55db0b71945c5a4cab2896e48ceb6e1671ccb4e00dc3b0f984525bac4ced3773f3b9e70c3ea5f7c6972fe9bd94313 WHIRLPOOL 4a8fc3ce60df4da4cde87acec5f125d487c478a02a8789296d1f279081f6b8aabd604c3e6aefc0b8e472c4aef11dbef9e034f73a7de371ff18499d0ebb3618e8
diff --git a/net-analyzer/argus/argus-3.0.8.2_rc2.ebuild b/net-analyzer/argus/argus-3.0.8.2_rc2.ebuild
deleted file mode 100644
index e767e08..0000000
--- a/net-analyzer/argus/argus-3.0.8.2_rc2.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils user
-
-DESCRIPTION="network Audit Record Generation and Utilization System"
-HOMEPAGE="http://www.qosient.com/argus/"
-SRC_URI="${HOMEPAGE}dev/${P/_rc/.rc.}.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
-"
-
-S=${WORKDIR}/${P/_rc/.rc.}
-
-src_prepare() {
- find . -type f -execdir chmod +w {} \; #561360
- 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."
-}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/argus/
@ 2015-10-31 6:04 Jeroen Roovers
0 siblings, 0 replies; 22+ messages in thread
From: Jeroen Roovers @ 2015-10-31 6:04 UTC (permalink / raw
To: gentoo-commits
commit: 9376ba26050df7fee4e8aa28bf53f90e47169ab0
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 31 06:04:05 2015 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Oct 31 06:04:05 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9376ba26
net-analyzer/argus: Version bump.
Package-Manager: portage-2.2.23
net-analyzer/argus/Manifest | 1 +
net-analyzer/argus/argus-3.0.8.2_rc2.ebuild | 82 +++++++++++++++++++++++++++++
2 files changed, 83 insertions(+)
diff --git a/net-analyzer/argus/Manifest b/net-analyzer/argus/Manifest
index 1e8051f..94d5562 100644
--- a/net-analyzer/argus/Manifest
+++ b/net-analyzer/argus/Manifest
@@ -1 +1,2 @@
DIST argus-3.0.8.1.tar.gz 523375 SHA256 1fb921104c8bd843fb9f5a1c32b57b20bfe8cd8a103b3f1d9bb686b9e6c490a4 SHA512 d96332849df7ce2297aa0d81a9f22c12763d04b2936ffaffc0e4b1942535846cfbc41dadf28791eb88d1ffd0429bdc280d16dff44369c415c713064849b158f7 WHIRLPOOL 2c9495d585c2297b3f9951e74a8fd28840941be6b298c0178d44801242d1abda4bd08f9469e2dd1a4b802735611c9ff82bc028d838628b1ccb184ba80d5dc529
+DIST argus-3.0.8.2.rc.2.tar.gz 525053 SHA256 a499154248fd32d0809599b78e5078353a97edbbf595ad48701c9646c2c5515f SHA512 c8272ae80f66114a4a83c365d9257d90ffe944cb648112ba9d756ad235d3d7231d09fe9de2dc31f2d72d5070e3e932b8de49661371806c5e1b21d7aea0aad3b1 WHIRLPOOL 80fc3d7c0c96fee1243903119a3d3d6391da6b42e0c3610b817d205d65776f6df93bd99e7a8900d3422dab48a75da5839efd4284cb6abada7bef6989534138b6
diff --git a/net-analyzer/argus/argus-3.0.8.2_rc2.ebuild b/net-analyzer/argus/argus-3.0.8.2_rc2.ebuild
new file mode 100644
index 0000000..e767e08
--- /dev/null
+++ b/net-analyzer/argus/argus-3.0.8.2_rc2.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils user
+
+DESCRIPTION="network Audit Record Generation and Utilization System"
+HOMEPAGE="http://www.qosient.com/argus/"
+SRC_URI="${HOMEPAGE}dev/${P/_rc/.rc.}.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
+"
+
+S=${WORKDIR}/${P/_rc/.rc.}
+
+src_prepare() {
+ find . -type f -execdir chmod +w {} \; #561360
+ 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."
+}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/argus/
@ 2015-09-25 14:13 Agostino Sarubbo
0 siblings, 0 replies; 22+ messages in thread
From: Agostino Sarubbo @ 2015-09-25 14:13 UTC (permalink / raw
To: gentoo-commits
commit: 1bc3fd6a8106dde13052d035f9835df3c1319a47
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 25 14:11:49 2015 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 14:11:49 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bc3fd6a
net-analyzer/argus: x86 stable wrt bug #561424
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"
net-analyzer/argus/argus-3.0.8.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/argus/argus-3.0.8.1.ebuild b/net-analyzer/argus/argus-3.0.8.1.ebuild
index 67481b6..b6ea865 100644
--- a/net-analyzer/argus/argus-3.0.8.1.ebuild
+++ b/net-analyzer/argus/argus-3.0.8.1.ebuild
@@ -11,7 +11,7 @@ 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="
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/argus/
@ 2015-09-25 10:42 Agostino Sarubbo
0 siblings, 0 replies; 22+ messages in thread
From: Agostino Sarubbo @ 2015-09-25 10:42 UTC (permalink / raw
To: gentoo-commits
commit: a32162b5a3f423284681caed3edeb2aaef058c1b
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 25 10:42:27 2015 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 10:42:27 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a32162b5
net-analyzer/argus: amd64 stable wrt bug #561424
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"
net-analyzer/argus/argus-3.0.8.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/argus/argus-3.0.8.1.ebuild b/net-analyzer/argus/argus-3.0.8.1.ebuild
index e098aec..67481b6 100644
--- a/net-analyzer/argus/argus-3.0.8.1.ebuild
+++ b/net-analyzer/argus/argus-3.0.8.1.ebuild
@@ -11,7 +11,7 @@ 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="
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/argus/
@ 2015-09-25 4:34 Jeroen Roovers
0 siblings, 0 replies; 22+ messages in thread
From: Jeroen Roovers @ 2015-09-25 4:34 UTC (permalink / raw
To: gentoo-commits
commit: f9b2cee2bc409c86566a863664a4b991748dd3de
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 25 04:34:31 2015 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 04:34:45 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b2cee2
net-analyzer/argus: Fix file permissions (bug #561360 by Toralf Förster).
Package-Manager: portage-2.2.20.1
net-analyzer/argus/argus-3.0.8.1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/net-analyzer/argus/argus-3.0.8.1.ebuild b/net-analyzer/argus/argus-3.0.8.1.ebuild
index 9a99e14..e098aec 100644
--- a/net-analyzer/argus/argus-3.0.8.1.ebuild
+++ b/net-analyzer/argus/argus-3.0.8.1.ebuild
@@ -28,6 +28,7 @@ DEPEND="
"
src_prepare() {
+ find . -type f -execdir chmod +w {} \; #561360
sed -e 's:/etc/argus.conf:/etc/argus/argus.conf:' \
-i argus/argus.c \
-i support/Config/argus.conf \
^ permalink raw reply related [flat|nested] 22+ messages in thread
end of thread, other threads:[~2024-02-29 1:52 UTC | newest]
Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-13 22:06 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/argus/ Thomas Deutschmann
-- strict thread matches above, loose matches on Subject: below --
2024-02-29 1:52 Sam James
2024-02-29 1:52 Sam James
2022-12-01 4:23 Sam James
2021-03-15 21:39 Sam James
2021-03-15 21:25 Sam James
2021-03-15 21:25 Sam James
2021-03-15 21:21 Sam James
2021-01-06 14:35 Fabian Groffen
2020-10-03 16:20 David Seifert
2020-10-03 15:30 David Seifert
2019-08-20 7:56 Jeroen Roovers
2018-10-27 10:23 Jeroen Roovers
2018-05-25 21:18 Mikle Kolyada
2018-05-14 0:08 Aaron Bauman
2018-05-01 14:06 Andreas Hüttel
2016-06-11 11:14 Jeroen Roovers
2016-06-11 11:14 Jeroen Roovers
2015-10-31 6:04 Jeroen Roovers
2015-09-25 14:13 Agostino Sarubbo
2015-09-25 10:42 Agostino Sarubbo
2015-09-25 4:34 Jeroen Roovers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox