Skip to content

Commit

Permalink
GeoIP
Browse files Browse the repository at this point in the history
- Phase out GeoIP (obsolete library)
  - Remove GeoIP from packages
  - Indicate MaxMindDB library should be used instead
  • Loading branch information
jelu committed Mar 28, 2022
1 parent 0fca405 commit 26dd506
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ General support and discussion:
environment with autoconf, automake, libtool and pkgconfig.

`dsc` has a non-optional dependency on the PCAP library and optional
dependency on the GeoIP library (for the `asn` and `country` indexer).
dependency on the MaxMindDB library (for the `asn` and `country` indexer).

To install the dependencies under Debian/Ubuntu:
```
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Section: net
Priority: optional
Maintainer: Jerry Lundström <lundstrom.jerry@gmail.com>
Build-Depends: debhelper (>= 10), build-essential, automake, autoconf,
libpcap-dev, netbase, libgeoip-dev, pkg-config, libmaxminddb-dev,
libpcap-dev, netbase, pkg-config, libmaxminddb-dev,
libdnswire-dev (>= 0.3.0), libuv1-dev, python3 (>= 3.5)
Standards-Version: 3.9.4
Homepage: https://www.dns-oarc.net/oarc/data/dsc
Expand Down
5 changes: 0 additions & 5 deletions rpm/dsc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@ URL: https://www.dns-oarc.net/oarc/data/dsc
Source0: https://www.dns-oarc.net/files/dsc/%{name}-%{version}.tar.gz?/%{name}_%{version}.orig.tar.gz

BuildRequires: libpcap-devel
%if 0%{?suse_version} || 0%{?sle_version}
BuildRequires: libmaxminddb-devel
%else
BuildRequires: GeoIP-devel
BuildRequires: libmaxminddb-devel
%endif
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
Expand Down

0 comments on commit 26dd506

Please sign in to comment.