Accepting request 746395 from home:mnhauke
- Do not longer build with support for GeoIP GeoIP has been discontinued by Maxmind. Please see https://support.maxmind.com/geolite-legacy-discontinuation-notice/ for details. Without the database GeoIP is useless. OBS-URL: https://build.opensuse.org/request/show/746395 OBS-URL: https://build.opensuse.org/package/show/network:utilities/netsniff-ng?expand=0&rev=32
This commit is contained in:
parent
c9f84337ee
commit
8e3fe743a8
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 20:01:07 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Do not longer build with support for GeoIP
|
||||
GeoIP has been discontinued by Maxmind. Please see
|
||||
https://support.maxmind.com/geolite-legacy-discontinuation-notice/
|
||||
for details. Without the database GeoIP is useless.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 9 19:17:57 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
@ -31,7 +31,6 @@ BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
BuildRequires: gcc
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libGeoIP-devel
|
||||
BuildRequires: libcli-devel
|
||||
BuildRequires: libnet-devel
|
||||
BuildRequires: libnetfilter_conntrack-devel
|
||||
@ -73,7 +72,7 @@ The netsniff-ng toolkit consists of the following utilities:
|
||||
%build
|
||||
export NACL_LIB=sodium
|
||||
export NACL_INC_DIR=/usr/include/sodium
|
||||
./configure
|
||||
./configure --disable-geoip
|
||||
make %{?_smp_mflags} ETCDIR=%{_sysconfdir} Q= STRIP=: CFLAGS="%{optflags}"
|
||||
|
||||
%install
|
||||
|
Loading…
x
Reference in New Issue
Block a user