pkgsrc/net/snort/PLIST
kleink ad1ab47c7b Update snort to 1.8.2; changes since 1.8.1 include:
* fixed UTC timestamps
            * fixed SIGUSR1 handling, should reset properly now after getting
              a signal
            * fixed PID path generation code, PID files go in the right place
	      now
            * fixed stability problems in stream4
            * fixed stability problems in frag2
            * tweaks to spo_unified for better integration with barnyard
            * added -f switch to turn off fflush() calls in binary logging mode
            * added new config keyword to stream4, "log_flushed_streams", which
              causes all buffered packets in the stream reassembler for that
              session to be logged in the event of an event on that stream
	      (must be used in conjunction with spo_log_tcpdump)
            * added packet precacheing for flexresp TCP packets, responses
              should be generated more quickly
            * fixed rules parser code for various failure modes
            * several new rules files and a new classification system
2001-11-28 13:44:51 +00:00

65 lines
1.7 KiB
Text

@comment $NetBSD: PLIST,v 1.2 2001/11/28 13:44:51 kleink Exp $
bin/snort
man/man8/snort.8
share/doc/snort/AUTHORS
share/doc/snort/BUGS
share/doc/snort/COPYING
share/doc/snort/CREDITS
share/doc/snort/ChangeLog
share/doc/snort/INSTALL
share/doc/snort/LICENSE
share/doc/snort/NEWS
share/doc/snort/README
share/doc/snort/README-SNMP
share/doc/snort/README.FLEXRESP
share/doc/snort/README.PLUGINS
share/doc/snort/README.Spade
share/doc/snort/README.Spade.Usage
share/doc/snort/README.database
share/doc/snort/README.tcpstream
share/doc/snort/README.xml
share/doc/snort/RULES.SAMPLE
share/doc/snort/SnortUsersManual.pdf
share/doc/snort/USAGE
share/snort/MIBS/SnortCommonMIB.txt
share/snort/MIBS/SnortIDAlertMIB.txt
share/snort/attack-responses.rules
share/snort/backdoor.rules
share/snort/bad-traffic.rules
share/snort/classification.config
share/snort/ddos.rules
share/snort/dns.rules
share/snort/dos.rules
share/snort/exploit.rules
share/snort/finger.rules
share/snort/ftp.rules
share/snort/icmp.rules
share/snort/icmp-info.rules
share/snort/info.rules
share/snort/local.rules
share/snort/misc.rules
share/snort/netbios.rules
share/snort/policy.rules
share/snort/porn.rules
share/snort/rpc.rules
share/snort/rservices.rules
share/snort/scan.rules
share/snort/shellcode.rules
share/snort/smtp.rules
share/snort/snort.conf
share/snort/sql.rules
share/snort/telnet.rules
share/snort/tftp.rules
share/snort/virus.rules
share/snort/web-attacks.rules
share/snort/web-cgi.rules
share/snort/web-coldfusion.rules
share/snort/web-frontpage.rules
share/snort/web-iis.rules
share/snort/web-misc.rules
share/snort/x11.rules
@dirrm share/snort/MIBS
@dirrm share/snort
@dirrm share/doc/snort
@exec install -d -m 700 -o root -g wheel /var/log/snort
@unexec rmdir /var/log/snort 2>/dev/null || true