diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-01-31 09:17:36 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-01-31 09:17:36 +0800 |
commit | 0c93d98d30750f6e7e37cc728b0571b8f5dabd42 (patch) | |
tree | d03bb44db45cc7266e3f4978d3fd8cfc02b18be7 /security | |
parent | 54b99b12a7cbcdbbc51258917cfe97a1b1728d57 (diff) | |
download | freebsd-ports-gnome-0c93d98d30750f6e7e37cc728b0571b8f5dabd42.tar.gz freebsd-ports-gnome-0c93d98d30750f6e7e37cc728b0571b8f5dabd42.tar.zst freebsd-ports-gnome-0c93d98d30750f6e7e37cc728b0571b8f5dabd42.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
Diffstat (limited to 'security')
-rw-r--r-- | security/barnyard2/Makefile | 9 | ||||
-rw-r--r-- | security/barnyard2/distinfo | 5 |
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 |