and filter events, and provides useful statistics about what's going on. It
provides a nice interface for the security analyst to see what's going on on
the monitored system.
WWW: http://www.prelude-ids.org/
PR: ports/95996
Submitted by: Robin Gruyters <r.gruyters@yirdis.nl>
Provides the opposite of the 'tied' function. Say you have %hash that
is tied to $object. Then, it is relatively simple to get $object from
%hash simply by saying
$object = tied %hash;
But, how does one go the other way? Simple, with Tie::Restore
tie %hash, 'Tie::Restore', $object;
Works for any kind of tie. (scalar, array, hash, filehandle)
SourceFire, the maintainers of Snort, have updated the tarball for Snort
2.4.4 to include support for building binaries. The updated tarball has a
different size and checksum and I have verified with the Snort team that the
change is in fact valid.
PR: ports/96017
Submitted by: maintainer
This port now also:
- respects NOPORTDOCS
- installs documentation in ${DOCSDIR} instead of ${DOCSDIR}-${PORTVERSION}
- builds on 4.x with an EXTRA_PATCH
- installs startup scripts in ${PREFIX}/etc/rc.d instead of hardcoded
/usr/loal/etc/rc.d
PR: 93851
Submitted by: Scott Kleihege <scott-ports@tummy.com> (maintainer) [1]
Security: VuXML (f6447303-9ec9-11da-b410-000e0c2e438a)
following fixes:
Fixed several bugs reported by Dan Pollock and Michael Anttila,
also added some improvements.
1. Crash when a symbolic link in the new/ directorry exists.
2. Do not update status of messages when viewing messages with full
headers.
3. Pine offers to remove messages in pruned-folders, instead of the
folder to be pruned.
4. New algorithm for rescaning a folder when there have been changes.
- Remove from virtual category "net" and add to "www".
- Remove pkg-message.in and patch-libprozilla_src_Makefile.in (now the
upstream version installs headers under a "prozilla" subdirectory).
- Change pkg-plist and remove patch-libprozilla_ltmain.sh to install .la
(libtool archive) files.
Approved by: garga (mentor)
from a pcap file, and an editor to allow you to change the contents of a
trace file on the fly.
WWW: http://bittwist.sourceforge.net
PR: ports/95926
Submitted by: Wesley Shields <wxs@csh.rit.edu>
of a Web-browser-like interface with powerful features like multiple result
sets on tab sheets, query history, storing query "bookmarks", editing and
comparing resultsets, SQL script debugging, and more.
WWW: http://www.mysql.com/products/tools/query-browser/
PR: ports/95530
Submitted by: Rainer Alves <rainer.alves@gmail.com>