1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Update to 1.7

PR:		ports/140393
Submitted by:	maintainer (Paul Schmehl <pauls@utdallas.edu>)
Approved by:	itetcu (mentor)
This commit is contained in:
Sylvio Cesar Teixeira 2010-01-17 13:55:14 +00:00
parent 9616482e5e
commit 4aca245764
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248011
3 changed files with 8 additions and 18 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= barnyard2
PORTVERSION= 1.6
PORTVERSION= 1.7
CATEGORIES= security
MASTER_SITES= http://www.securixlive.com/download/barnyard2/
@ -39,6 +39,10 @@ USE_PGSQL= yes
CONFIGURE_ARGS+= --with-postgresql
.endif
post-patch:
${REINPLACE_CMD} -e "s,644,755,g" ${WRKSRC}/Makefile.in \
${WRKSRC}/configure
post-install:
.for f in barnyard2.conf
@ -48,7 +52,6 @@ post-install:
.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
# cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif

View File

@ -1,3 +1,3 @@
MD5 (barnyard2-1.6.tar.gz) = fe49fae09f585677af7dda53f3f4bedf
SHA256 (barnyard2-1.6.tar.gz) = c8b9b58d48b420634c502d27f21cbdaf42df0205abeb2970f9ee7e114744433b
SIZE (barnyard2-1.6.tar.gz) = 631471
MD5 (barnyard2-1.7.tar.gz) = 6801649c45287799354e0a458af737ef
SHA256 (barnyard2-1.7.tar.gz) = a9bd56c2887111f3c114e82fc9277ee759a5005374081136e76d950ff390fd1b
SIZE (barnyard2-1.7.tar.gz) = 652605

View File

@ -1,16 +1,3 @@
************************************************************************
**************************WARNING****WARNING****************************
**************************WARNING****WARNING****************************
This version of barnyard2 does not correctly parse the waldo file. As a
result, each time barnyard2 is restarted, all alerts remaining in the
snort log directory will be reinserted into the database. If this is a
a problem for you, consider using security/barnyard2-devel, which has
resolved this problem.
**************************WARNING****WARNING****************************
**************************WARNING****WARNING****************************
Read the notes in the barnyard2.conf file for how to configure
%%PREFIX%%/etc/barnyard2.conf after installation. For addtional information
see the Securixlive FAQ at http://www.securixlive.com/barnyard2/faq.php.