forked from pool/netsniff-ng
Accepting request 747189 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/747189 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netsniff-ng?expand=0&rev=5
This commit is contained in:
commit
816f46e914
@ -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>
|
Thu May 9 19:17:57 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@ -31,7 +31,6 @@ BuildRequires: bison
|
|||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libGeoIP-devel
|
|
||||||
BuildRequires: libcli-devel
|
BuildRequires: libcli-devel
|
||||||
BuildRequires: libnet-devel
|
BuildRequires: libnet-devel
|
||||||
BuildRequires: libnetfilter_conntrack-devel
|
BuildRequires: libnetfilter_conntrack-devel
|
||||||
@ -73,7 +72,7 @@ The netsniff-ng toolkit consists of the following utilities:
|
|||||||
%build
|
%build
|
||||||
export NACL_LIB=sodium
|
export NACL_LIB=sodium
|
||||||
export NACL_INC_DIR=/usr/include/sodium
|
export NACL_INC_DIR=/usr/include/sodium
|
||||||
./configure
|
./configure --disable-geoip
|
||||||
make %{?_smp_mflags} ETCDIR=%{_sysconfdir} Q= STRIP=: CFLAGS="%{optflags}"
|
make %{?_smp_mflags} ETCDIR=%{_sysconfdir} Q= STRIP=: CFLAGS="%{optflags}"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user