* [Buildroot] svn commit: trunk/buildroot/package/argus
@ 2007-01-24 19:12 aldot at uclibc.org
0 siblings, 0 replies; 4+ messages in thread
From: aldot at uclibc.org @ 2007-01-24 19:12 UTC (permalink / raw)
To: buildroot
Author: aldot
Date: 2007-01-24 11:12:31 -0800 (Wed, 24 Jan 2007)
New Revision: 17505
Log:
- strip -s
Modified:
trunk/buildroot/package/argus/argus.mk
Changeset:
Modified: trunk/buildroot/package/argus/argus.mk
===================================================================
--- trunk/buildroot/package/argus/argus.mk 2007-01-24 19:11:13 UTC (rev 17504)
+++ trunk/buildroot/package/argus/argus.mk 2007-01-24 19:12:31 UTC (rev 17505)
@@ -67,7 +67,7 @@
$(TARGET_DIR)/$(ARGUS_TARGET_BINARY): $(ARGUS_DIR)/$(ARGUS_BINARY)
cp -dpf $(ARGUS_DIR)/$(ARGUS_BINARY) $@
- $(STRIP) $@
+ $(STRIP) -s $@
argus: uclibc libpcap $(TARGET_DIR)/$(ARGUS_TARGET_BINARY)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/argus
@ 2007-07-28 15:38 ulf at uclibc.org
0 siblings, 0 replies; 4+ messages in thread
From: ulf at uclibc.org @ 2007-07-28 15:38 UTC (permalink / raw)
To: buildroot
Author: ulf
Date: 2007-07-28 08:38:58 -0700 (Sat, 28 Jul 2007)
New Revision: 19291
Log:
Build argus with correct options
Modified:
trunk/buildroot/package/argus/argus.mk
Changeset:
Modified: trunk/buildroot/package/argus/argus.mk
===================================================================
--- trunk/buildroot/package/argus/argus.mk 2007-07-28 15:37:11 UTC (rev 19290)
+++ trunk/buildroot/package/argus/argus.mk 2007-07-28 15:38:58 UTC (rev 19291)
@@ -45,7 +45,7 @@
touch $@
$(ARGUS_DIR)/$(ARGUS_BINARY): $(ARGUS_DIR)/.configured
- $(MAKE) -C $(ARGUS_DIR)
+ $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(ARGUS_DIR)
$(TARGET_DIR)/$(ARGUS_TARGET_BINARY): $(ARGUS_DIR)/$(ARGUS_BINARY)
cp -dpf $(ARGUS_DIR)/$(ARGUS_BINARY) $@
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/argus
@ 2007-11-29 13:02 ulf at uclibc.org
0 siblings, 0 replies; 4+ messages in thread
From: ulf at uclibc.org @ 2007-11-29 13:02 UTC (permalink / raw)
To: buildroot
Author: ulf
Date: 2007-11-29 05:02:10 -0800 (Thu, 29 Nov 2007)
New Revision: 20583
Log:
Make argus depend on packets, instead of selecting them
Modified:
trunk/buildroot/package/argus/Config.in
Changeset:
Modified: trunk/buildroot/package/argus/Config.in
===================================================================
--- trunk/buildroot/package/argus/Config.in 2007-11-29 13:01:45 UTC (rev 20582)
+++ trunk/buildroot/package/argus/Config.in 2007-11-29 13:02:10 UTC (rev 20583)
@@ -1,9 +1,11 @@
config BR2_PACKAGE_ARGUS
bool "argus"
default n
- select BR2_PACKAGE_LIBPCAP
+ depends BR2_PACKAGE_LIBPCAP
help
A Real Time Flow Monitor-based audit engine.
http://qosient.com/argus/
+comment "argus - disabled (requires libpcap)"
+ depends on !BR2_PACKAGE_LIBPCAP
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/argus
@ 2008-08-04 19:08 jacmet at uclibc.org
0 siblings, 0 replies; 4+ messages in thread
From: jacmet at uclibc.org @ 2008-08-04 19:08 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-08-04 12:08:09 -0700 (Mon, 04 Aug 2008)
New Revision: 23033
Log:
argus: select libpcap
Modified:
trunk/buildroot/package/argus/Config.in
Changeset:
Modified: trunk/buildroot/package/argus/Config.in
===================================================================
--- trunk/buildroot/package/argus/Config.in 2008-08-04 19:08:06 UTC (rev 23032)
+++ trunk/buildroot/package/argus/Config.in 2008-08-04 19:08:09 UTC (rev 23033)
@@ -1,10 +1,7 @@
config BR2_PACKAGE_ARGUS
bool "argus"
- depends on BR2_PACKAGE_LIBPCAP
+ select BR2_PACKAGE_LIBPCAP
help
A Real Time Flow Monitor-based audit engine.
http://qosient.com/argus/
-
-comment "argus - disabled (requires libpcap)"
- depends on !BR2_PACKAGE_LIBPCAP
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-08-04 19:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-04 19:08 [Buildroot] svn commit: trunk/buildroot/package/argus jacmet at uclibc.org
-- strict thread matches above, loose matches on Subject: below --
2007-11-29 13:02 ulf at uclibc.org
2007-07-28 15:38 ulf at uclibc.org
2007-01-24 19:12 aldot at uclibc.org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox