the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: snort
Version: 2.3.3
Revision: 1004
Distribution: 10.4, 10.5
Depends: libpcap-shlibs, samba, mysql12-shlibs (>= 4.0.22-1012), postgresql80-unified-shlibs, libnet1.0-shlibs (>= 1.0.2a-101), daemonic, passwd, pcre-shlibs
Builddepends: fink (>= 0.24.12), libpcap, mysql12-dev (>= 4.0.22-1012), postgresql80-unified-dev (>= 8.0.6-1026), libnet1.0 (>= 1.0.2a-101), pcre, pcre-bin
Source: http://www.snort.org/dl/current/%n-%v.tar.gz
Source-MD5: 06bf140893e7cb120aaa9372d10a0100
PatchFile: %n.patch
PatchFile-MD5: ff3a6395d0e0508b241d0d6bbf1cc8e7
PatchScript: sed -e 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info --libexecdir=%p/lib --enable-sourcefire --enable-perfmonitor --enable-smbalerts --enable-flexresp --with-mysql=%p --with-postgresql=%p --with-libnet-includes=%p/include --with-libnet-libraries=%p/lib
InstallScript: <<
install -m 755 -d %i/etc/snort
install -m 755 rules/*.rules %i/etc/snort
install -m 755 etc/*.config etc/snort.conf etc/*.map etc/sid %i/etc/snort
make install prefix=%i
install -m 755 -d %i/var/log/snort
install -m 755 -d %i/var/run
<<
DocFiles: doc/AUTHORS doc/BUGS doc/CREDITS doc/INSTALL doc/NEWS doc/PROBLEMS doc/README* doc/RULES.todo doc/TODO doc/USAGE doc/WISHLIST doc/faq.pdf doc/snort_manual.pdf doc/snort_schema_v106.pdf schemas/create_* COPYING ChangeLog COPYING
DaemonicName: snort
DaemonicFile: <<
<<
PreRmScript: <<
if [ $1 != "upgrade" ]; then
daemonic remove snort
fi
<<
Description: Open Source Network Intrusion Detection
DescDetail: <<
Snort is a lightweight network intrusion detection system, capable of
performing real-time traffic analysis and packet logging on IP
networks. It can perform protocol analysis, content
searching/matching and can be used to detect a variety of attacks and
probes, such as buffer overflows, stealth port scans, CGI attacks, SMB
probes, OS fingerprinting attempts, and much more. Snort uses a
flexible rules language to describe traffic that it should collect or
pass, as well as a detection engine that utilizes a modular plugin
architecture. Snort has a real-time alerting capability as well,
incorporating alerting mechanisms for syslog, a user specified file, a
UNIX socket, or WinPopup messages to Windows clients using Samba's
smbclient.
<<
License: GPL
Maintainer: Thomas Kotzian
Homepage: http://www.snort.org