Bug 235138 - security/bro: Add geoip2/libmaxminddb
Summary: security/bro: Add geoip2/libmaxminddb
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Craig Leres
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-22 20:19 UTC by Muhammad Moinur Rahman
Modified: 2019-02-02 21:34 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (leres)


Attachments
Fix for libmaxminddb (619 bytes, patch)
2019-01-22 20:19 UTC, Muhammad Moinur Rahman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Muhammad Moinur Rahman freebsd_committer freebsd_triage 2019-01-22 20:19:26 UTC
Created attachment 201342 [details]
Fix for libmaxminddb

Geoip library options were removed as GeoIPv1 has been deprecated, but bro builds with libmaxminddb without any problem. For reference:
http://pdr.bofh.network/data/latest-per-pkg/bro/2.6.1_2/
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-02-02 21:33:38 UTC
A commit references this bug:

Author: leres
Date: Sat Feb  2 21:32:36 UTC 2019
New revision: 491993
URL: https://svnweb.freebsd.org/changeset/ports/491993

Log:
  Restore GeoIP support via net/libmaxminddb and a new GEOIP2 option
  which defaults to enabled, mimicking pre-geoip-deprecation.

  PR:		235138
  Submitted by:	bofh
  Approved by:	ler (mentor, implicit)

Changes:
  head/security/bro/Makefile
Comment 2 Craig Leres freebsd_committer freebsd_triage 2019-02-02 21:34:11 UTC
Thanks for the patch!