- Update to 1.8.7
- Fix WITH_LOGSERVER knob PR: ports/66578 Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer)
This commit is contained in:
parent
8b70910d6d
commit
879629d714
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109124
2 changed files with 4 additions and 4 deletions
|
@ -38,7 +38,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= samhain
|
||||
PORTVERSION= 1.8.6
|
||||
PORTVERSION= 1.8.7
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://la-samhna.de/archive/ \
|
||||
http://cold.darkambient.net/
|
||||
|
@ -96,7 +96,7 @@ MAN5= samhainrc.5
|
|||
MAN8= samhain.8
|
||||
.endif
|
||||
.if defined(LOG_SERVER)
|
||||
CONFIGURE_ARGS+= --with-logserver=${ALT_LOG_SERVER}
|
||||
CONFIGURE_ARGS+= --with-logserver=${LOG_SERVER}
|
||||
.endif
|
||||
.if defined(ALT_LOG_SERVER)
|
||||
CONFIGURE_ARGS+= --with-altlogserver=${ALT_LOG_SERVER}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (samhain_signed-1.8.6.tar.gz) = fa7066ec2bf4ea48e217cc51a1654b78
|
||||
SIZE (samhain_signed-1.8.6.tar.gz) = 914237
|
||||
MD5 (samhain_signed-1.8.7.tar.gz) = 3fb509d4156ef0286dcf6fd428d62708
|
||||
SIZE (samhain_signed-1.8.7.tar.gz) = 914610
|
||||
|
|
Loading…
Reference in a new issue