From owner-svn-ports-all@freebsd.org Mon Jan 14 19:09:08 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03126148445F for ; Mon, 14 Jan 2019 19:09:08 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from mail-yw1-xc36.google.com (mail-yw1-xc36.google.com [IPv6:2607:f8b0:4864:20::c36]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 313BB713B0 for ; Mon, 14 Jan 2019 19:09:07 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by mail-yw1-xc36.google.com with SMTP id h193so56318ywc.4 for ; Mon, 14 Jan 2019 11:09:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamw-org.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=0d8OlxTatIQAg5QZkplao/sX6tp/qpQLsX4hRKyJCGc=; b=TTpPijwesO5MNT7fTNIPN65Yg8UqOK8/tIYuFEMUUN4sh5JM1P9dKYcNT0DZPYxxl2 ftIJ4a/YvhOOCHFJyauWuMna5QMUIGkts2pb0e8ifyfGXTzEiSGTYC6kUBAKI18lEki/ vEPEte/HYNfobogH1B07P8gu5flP+YtbrWu+A7Jyl9y360qYS8EOvpNsE9eVeZP0I8ez dYqLZd/0kM6lZp/gSY0kLVCPssg5DAcJ26g9etUmAE4bHqr9utgxbqMu0rILiQW1n6Vd IMCeBj5YYqvsWaVkRafZnma52BuylngesKv3qPXpN6Yt/hvvAmrB1JJmGLagEIk1aM0z lkRg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=0d8OlxTatIQAg5QZkplao/sX6tp/qpQLsX4hRKyJCGc=; b=H7FQTj1qIfxPLL6p4aDU1rZWCCmazoPY1BeuXGwQsyjwX+YRW6/5D7BfD6YDCvRDYv KmAqe1tyANiVH+TZCP2zYBXgs97ntgOX5fg0tKjfIhMvun14rHLIbWeTATgXP/uhe8gc 4CUUktyvIkkmnfOTDeYa/C02V+0GF4mzHDTcKUUrFHDo7SmskYCSWSPEafRuouEGDGgp C2BNCVLddgSr9UbbtttWpiHIM51tOZSBdvlxM35P4r16fMD3cbadqZRWMgPY+7XinkDG Jx6AlykQHOHgNNqE9xTsd9Wg4owR9QAPcwet6Rr4d8qis7jElAMD7WjB8ipyWlJCyrtt u7Mw== X-Gm-Message-State: AJcUukdMTZW60OGMmkaTHj2EVJPImPfiy3RsGNwrdLH3Jbi7T39J5Faw Nkh0UVgNVBIikHYr2YStKgTX2/Leae4JxReBwWaM6A== X-Google-Smtp-Source: ALg8bN6hRf7QBSqXEuQqeH2EdlgFYtmcSWmnQTp/Pojz7LTIh2lDle8PRj4T80O78r6c7516wVRbrnriOOKZR//gYbY= X-Received: by 2002:a81:3883:: with SMTP id f125mr25737128ywa.507.1547492946528; Mon, 14 Jan 2019 11:09:06 -0800 (PST) MIME-Version: 1.0 References: <201901141751.x0EHpSPg000288@repo.freebsd.org> In-Reply-To: <201901141751.x0EHpSPg000288@repo.freebsd.org> From: Adam Weinberger Date: Mon, 14 Jan 2019 12:08:50 -0700 Message-ID: Subject: Re: svn commit: r490306 - head/security/bro To: Craig Leres Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 313BB713B0 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.99 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.99)[-0.991,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2019 19:09:08 -0000 On Mon, Jan 14, 2019 at 10:51 AM Craig Leres 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@adamw.org https://www.adamw.org