diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-07 15:56:46 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-07 15:56:46 +0800 |
commit | 12158eb41070d05259e4ef1aaa72952804a22611 (patch) | |
tree | ee805bf644bbfeee16d285d194efaf3c6fb182a7 /security/Makefile | |
parent | 640ae9ea489103ec6eef81eb4040209b2f2d31be (diff) | |
download | freebsd-ports-graphics-12158eb41070d05259e4ef1aaa72952804a22611.tar.gz freebsd-ports-graphics-12158eb41070d05259e4ef1aaa72952804a22611.tar.zst freebsd-ports-graphics-12158eb41070d05259e4ef1aaa72952804a22611.zip |
Update: security/samhain 2.0.10 -> 2.1.0
Updating the Samhain integrity checking system to 2.1.0, a
bugfix release.
It's been requested by several people to break Samhain out
into separate client and server ports. This PR does that,
with a samhain-client and samhain-server port, as slave
ports off of samhain. I'm not sure the best way to submit
a PR to do this kind of action, but here is a shar of all
three ports. If another format is desired, please let me
know. I'm also interested in feedback on the approach used
for splitting these out.
PR: ports/90305
Submitted by: David Thiel <lx@redundancy.redundancy.org>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 907a4352eed..b3388b1b8c4 100644 --- a/security/Makefile +++ b/security/Makefile @@ -530,6 +530,7 @@ SUBDIR += saint SUBDIR += samba-vscan SUBDIR += samhain + SUBDIR += samhain-client SUBDIR += sancp SUBDIR += sasp SUBDIR += scanlogd |