Gentoo Archives: gentoo-commits

From: "Marcelo Goes (vanquirius)" <vanquirius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles: use.local.desc ChangeLog
Date: Mon, 24 Nov 2008 01:59:55
Message-Id: E1L4Qjw-0004TI-O0@stork.gentoo.org
1 vanquirius 08/11/24 01:59:52
2
3 Modified: use.local.desc ChangeLog
4 Log:
5 Update net-analyzer/snort local use flags for bug 245752. Thanks to Jason Wallace
6 <jason.r.wallace at gmail dot com>.
7
8 Revision Changes Path
9 1.4031 profiles/use.local.desc
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/use.local.desc?rev=1.4031&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/use.local.desc?rev=1.4031&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/use.local.desc?r1=1.4030&r2=1.4031
14
15 Index: use.local.desc
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v
18 retrieving revision 1.4030
19 retrieving revision 1.4031
20 diff -u -r1.4030 -r1.4031
21 --- use.local.desc 23 Nov 2008 20:07:43 -0000 1.4030
22 +++ use.local.desc 24 Nov 2008 01:59:52 -0000 1.4031
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation.
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.4030 2008/11/23 20:07:43 robbat2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.4031 2008/11/24 01:59:52 vanquirius Exp $
28 # This file contains descriptions of local USE flags, and the ebuilds which
29 # contain them.
30 # Keep it sorted (use "LC_ALL=C sort -t: -k1,1 -k2 | LC_ALL=C sort -s -t/ -k1,1")
31 @@ -1717,16 +1717,27 @@
32 net-analyzer/scanlogd:pcap - Use net-libs/libpcap for packet capturing
33 net-analyzer/scapy:pyx - Enable dev-python/pyx support for psdump/pdfdump commands
34 net-analyzer/scapy:visual - Enable dev-python/visual support for 3d graphs
35 -net-analyzer/snort:dynamicplugin - Enable ability to dynamically load preprocessors, detection engine, and rules library
36 -net-analyzer/snort:flexresp - Enable new connection tearing (not recommended)
37 -net-analyzer/snort:flexresp2 - Enable new connection tearing
38 -net-analyzer/snort:gre - Enable GRE support
39 -net-analyzer/snort:inline - Enable snort-inline for accepting packets from net-firewall/iptables, via libipq, rather than net-libs/libpcap.
40 -net-analyzer/snort:linux-smp-stats - Enable statistics reporting through proc on smp systems
41 +net-analyzer/snort:aruba - Enable Aruba output plugin
42 +net-analyzer/snort:community-rules - Install community ruleset
43 +net-analyzer/snort:decoder-preprocessor-rules - Enable rule actions for deocoder and preprocessor events
44 +net-analyzer/snort:dynamicplugin - Enable Ability to dynamically load preprocessors, detection engine, and rules lib
45 +net-analyzer/snort:flexresp - Flexible Responses on hostile connection attempts
46 +net-analyzer/snort:flexresp2 - NEW Flexible Responses on hostile connection attempts
47 +net-analyzer/snort:gre - Enable GRE and IP in IP encapsulation support
48 +net-analyzer/snort:inline - Use the libipq interface for inline snort
49 +net-analyzer/snort:inline-init-failopen - Enable Fail Open during initialization for Inline Mode (adds pthread support implicitly)
50 +net-analyzer/snort:linux-smp-stats - Enable statistics reporting through proc
51 +net-analyzer/snort:memory-cleanup - Enable cleanup of Memory at Snort exit
52 +net-analyzer/snort:mpls - Enable MPLS support
53 net-analyzer/snort:perfprofiling - Enable preprocessor and rule performance profiling
54 -net-analyzer/snort:react - Enable interception and termination of offending HTTP accesses
55 +net-analyzer/snort:ppm - Enable packet/rule performance monitor
56 +net-analyzer/snort:prelude - Enable Prelude Hybrid IDS support
57 +net-analyzer/snort:react - Intercept and terminate offending HTTP accesses
58 +net-analyzer/snort:ruleperf - Enable rule option performance changes
59 net-analyzer/snort:sguil - Enable sguil (The Analyst Console for Network Security Monitoring) support
60 net-analyzer/snort:snortsam - patches net-analyzer/snort for use with net-analyzer/snortsam
61 +net-analyzer/snort:stream4udp - Enable UDP session tracking in Stream4
62 +net-analyzer/snort:targetbased - Enable Target-Based Support in Stream, Frag and Rules (adds pthread support implicitly)
63 net-analyzer/snort:timestats - Enable TimeStats functionality
64 net-analyzer/symon:perl - Enables a generic perl symux client
65 net-analyzer/symon:symon - Build symon daemon
66
67
68
69 1.2081 profiles/ChangeLog
70
71 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?rev=1.2081&view=markup
72 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?rev=1.2081&content-type=text/plain
73 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?r1=1.2080&r2=1.2081
74
75 Index: ChangeLog
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
78 retrieving revision 1.2080
79 retrieving revision 1.2081
80 diff -u -r1.2080 -r1.2081
81 --- ChangeLog 23 Nov 2008 23:49:31 -0000 1.2080
82 +++ ChangeLog 24 Nov 2008 01:59:52 -0000 1.2081
83 @@ -1,11 +1,15 @@
84 # ChangeLog for profile directory
85 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
86 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.2080 2008/11/23 23:49:31 loki_val Exp $
87 +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.2081 2008/11/24 01:59:52 vanquirius Exp $
88 #
89 # This ChangeLog should include records for all changes in profiles directory.
90 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
91 # here. If in doubt put a record here!
92
93 + 24 Nov 2008; Marcelo Goes <vanquirius@g.o> use.local.desc:
94 + Update net-analyzer/snort local use flags for bug 245752. Thanks to Jason
95 + Wallace <jason.r.wallace at gmail dot com>.
96 +
97 23 Nov 2008; Peter Alfredsen <loki_val@g.o> package.mask:
98 Another entry for mono-2 package.mask.