update to 6.0 [release 6.0-1mamba;Sun Feb 04 2024]
This commit is contained in:
parent
7591ef6c20
commit
8453de5b54
15
ntopng.spec
15
ntopng.spec
@ -1,5 +1,5 @@
|
|||||||
Name: ntopng
|
Name: ntopng
|
||||||
Version: 4.2
|
Version: 6.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: A web-based network traffic monitoring application
|
Summary: A web-based network traffic monitoring application
|
||||||
@ -13,11 +13,11 @@ Source1: ntopng.sysusers.conf
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libatomic-devel
|
||||||
BuildRequires: libcap-devel
|
BuildRequires: libcap-devel
|
||||||
BuildRequires: libcurl-devel
|
BuildRequires: libcurl-devel
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libgcrypt-devel
|
|
||||||
BuildRequires: libgpg-error-devel
|
BuildRequires: libgpg-error-devel
|
||||||
BuildRequires: libhiredis-devel
|
BuildRequires: libhiredis-devel
|
||||||
BuildRequires: libjson-c-devel
|
BuildRequires: libjson-c-devel
|
||||||
@ -28,13 +28,14 @@ BuildRequires: libnl1-devel
|
|||||||
BuildRequires: libopenldap-devel
|
BuildRequires: libopenldap-devel
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: libpcap-devel
|
BuildRequires: libpcap-devel
|
||||||
|
BuildRequires: librrd-devel
|
||||||
BuildRequires: libsodium-devel
|
BuildRequires: libsodium-devel
|
||||||
BuildRequires: libsqlite-devel
|
BuildRequires: libsqlite-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libwrap-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
BuildRequires: libzeromq-devel
|
BuildRequires: libzeromq-devel
|
||||||
BuildRequires: libzstd-devel
|
BuildRequires: libzstd-devel
|
||||||
BuildRequires: rrdtool-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libnetsnmp-devel >= 5.9
|
BuildRequires: libnetsnmp-devel >= 5.9
|
||||||
BuildRequires: libndpi-devel
|
BuildRequires: libndpi-devel
|
||||||
@ -42,7 +43,6 @@ BuildRequires: rrdtool-devel >= 1.7.2
|
|||||||
Requires: libGeoIP-tools
|
Requires: libGeoIP-tools
|
||||||
Provides: ntop
|
Provides: ntop
|
||||||
Obsoletes: ntop <= 5.0.1
|
Obsoletes: ntop <= 5.0.1
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
ntopng® is a web-based network traffic monitoring application released under GPLv3.
|
ntopng® is a web-based network traffic monitoring application released under GPLv3.
|
||||||
@ -55,9 +55,11 @@ It is the new incarnation of the original ntop written in 1998, and now revamped
|
|||||||
#-D -T
|
#-D -T
|
||||||
#:<< _EOF
|
#:<< _EOF
|
||||||
./autogen.sh --noconfig
|
./autogen.sh --noconfig
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
|
--with-ndpi-includes=%{_includedir}/ndpi \
|
||||||
|
--with-ndpi-static-lib=%{_libdir} \
|
||||||
LDFLAGS="-L%{_libdir} -lgpg-error"
|
LDFLAGS="-L%{_libdir} -lgpg-error"
|
||||||
|
|
||||||
%make
|
%make
|
||||||
@ -119,5 +121,8 @@ install -d -m0700 %{buildroot}/var/lib/ntopng
|
|||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Feb 04 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 6.0-1mamba
|
||||||
|
- update to 6.0
|
||||||
|
|
||||||
* Mon Dec 14 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2-1mamba
|
* Mon Dec 14 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2-1mamba
|
||||||
- package created
|
- package created
|
Loading…
Reference in New Issue
Block a user