aboutsummaryrefslogtreecommitdiff
path: root/security/barnyard2
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2011-01-31 01:17:36 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2011-01-31 01:17:36 +0000
commit83cb0309a2718b5771495d8d9c7bdb6a9f4a6c0b (patch)
tree4551f41338c430ffba694b162784b3bb0686c130 /security/barnyard2
parentc4cc0440bd7e9c5e66b795a487d4ac1c72a2dcea (diff)
downloadports-83cb0309a2718b5771495d8d9c7bdb6a9f4a6c0b.tar.gz
ports-83cb0309a2718b5771495d8d9c7bdb6a9f4a6c0b.zip
- update barnyard2 to version 2.1.9
Changes: 2010-12-27 - Barnyard 2.1.9 [*] Additions * spo_database. Support of encrypted connections to postgresql is now available. See README.database for the appropriate options. * spo_sguil. Fixed issue with duplication of alerts. [*] Improvements * spooler. Fixed issue with borking when reading unrecognised records. There is now sufficient information to skip and move on. * spooler. Fixed early termination of non-readable files, causing the dreaded SEGFAULT. * classifications. Tweaked output for classification identification if the appropriate node can't be found. PR: ports/154400 Submitted by: Paul Schmehl <pauls _at_ utdallas.edu> (maintainer) Feature safe: yes
Notes
Notes: svn path=/head/; revision=268465
Diffstat (limited to 'security/barnyard2')
-rw-r--r--security/barnyard2/Makefile9
-rw-r--r--security/barnyard2/distinfo5
2 files changed, 8 insertions, 6 deletions
diff --git a/security/barnyard2/Makefile b/security/barnyard2/Makefile
index b8c9e56f5cd1..345ff1aac734 100644
--- a/security/barnyard2/Makefile
+++ b/security/barnyard2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= barnyard2
-PORTVERSION= 1.8
+PORTVERSION= 1.9
CATEGORIES= security
MASTER_SITES= http://www.securixlive.com/download/barnyard2/
@@ -23,7 +23,9 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
SUB_FILES= pkg-message
-PORTDOCS= INSTALL README README.aruba README.database README.sguil
+PORTDOCS1= README
+PORTDOCS2= INSTALL README.aruba README.database README.sguil
+PORTDOCS= ${PORTDOCS1} ${PORTDOCS2}
.include <bsd.port.pre.mk>
@@ -54,7 +56,8 @@ post-install:
.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS1} ${DOCSDIR}
+ cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS2} ${DOCSDIR}
.endif
@${CAT} ${PKGMESSAGE}
diff --git a/security/barnyard2/distinfo b/security/barnyard2/distinfo
index 399c52f0d609..677220a986e2 100644
--- a/security/barnyard2/distinfo
+++ b/security/barnyard2/distinfo
@@ -1,3 +1,2 @@
-MD5 (barnyard2-1.8.tar.gz) = 72fc6c490db6ea6a0f46c27d24998067
-SHA256 (barnyard2-1.8.tar.gz) = 1abfe6530d721debd98921421722b02c844c289564730b1e85729e4915b2bb7a
-SIZE (barnyard2-1.8.tar.gz) = 654290
+SHA256 (barnyard2-1.9.tar.gz) = 6bce0d5bd4a6fa2be2e5b1daaed1d6d0ec8e7f50b33bc1125125c8a9e78a5b0c
+SIZE (barnyard2-1.9.tar.gz) = 652879