svn commit: r490306 - head/security/bro

Adam Weinberger adamw at adamw.org
Mon Jan 14 19:09:08 UTC 2019


On Mon, Jan 14, 2019 at 10:51 AM Craig Leres <leres at freebsd.org> wrote:
>
> Author: leres
> Date: Mon Jan 14 17:51:27 2019
> New Revision: 490306
> URL: https://svnweb.freebsd.org/changeset/ports/490306
>
> Log:
>   net/GeoIP has been deprecated but security/bro builds without it;
>   remove GeoIP dependency and undeprecate.
>
>   Approved by:    ler (mentor, implicit)

There might be other changes you want to make with this.
security/barnyard2 had a BRO option deprecated, and security/snort and
security/snortreport had a BARNYARD option get deprecated.

# Adam


>
> Modified:
>   head/security/bro/Makefile
>
> Modified: head/security/bro/Makefile
> ==============================================================================
> --- head/security/bro/Makefile  Mon Jan 14 17:50:45 2019        (r490305)
> +++ head/security/bro/Makefile  Mon Jan 14 17:51:27 2019        (r490306)
> @@ -3,6 +3,7 @@
>
>  PORTNAME=      bro
>  PORTVERSION=   2.6.1
> +PORTREVISION=  1
>  CATEGORIES=    security
>  MASTER_SITES=  https://www.bro.org/downloads/
>  DISTFILES=     ${DISTNAME}${EXTRACT_SUFX}
> @@ -13,11 +14,6 @@ COMMENT=     System for detecting network intruders in rea
>  LICENSE=       BSD3CLAUSE
>
>  BROKEN_powerpc64=      Does not build: error: zero-size array 'names'
> -
> -LIB_DEPENDS=   libGeoIP.so:net/GeoIP
> -
> -DEPRECATED=     Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible
> -EXPIRATION_DATE=2019-02-15
>
>  USES=          bison cmake compiler:c++11-lang gettext-runtime ninja perl5 python shebangfix ssl
>
>


-- 
Adam Weinberger
adamw at adamw.org
https://www.adamw.org


More information about the svn-ports-all mailing list