1- Summary: Packet sniffing beast
2- Name: netsniff-ng
3- Version: 0.6.8
4- Release: 13%{?dist }
5- License: GPLv2
1+ Name: netsniff-ng
2+ Version: 0.6.9
3+ Release: 2%{?dist }
4+ Summary: Packet sniffing beast
65Vendor: Microsoft Corporation
76Distribution: Azure Linux
8- URL: http://netsniff-ng.org/
9- Source0: http://www.netsniff-ng.org/pub/%{name }/%{name }-%{version }.tar.xz
10- BuildRequires: make
11- BuildRequires: gcc
12- BuildRequires: ncurses-devel
13- BuildRequires: GeoIP-devel
14- BuildRequires: libnetfilter_conntrack-devel
15- BuildRequires: userspace-rcu-devel
16- BuildRequires: libnl3-devel
17- BuildRequires: flex
18- BuildRequires: bison
19- BuildRequires: libcli-devel
20- BuildRequires: perl-podlators
21- BuildRequires: zlib-devel
22- BuildRequires: libpcap-devel
23- BuildRequires: libnet-devel
24- BuildRequires: libsodium-devel
7+ License: GPL-2.0 -only
8+ URL: https://netsniff-ng.org/
9+ Source0: https://github.com/netsniff-ng/netsniff-ng/archive/refs/tags/v0.6.9.tar.gz#/%{name}-%{version}.tar.gz
10+ BuildRequires: make
11+ BuildRequires: gcc
12+ BuildRequires: ncurses-devel
13+
14+ BuildRequires: GeoIP-devel
15+
16+ BuildRequires: libnetfilter_conntrack-devel
17+ BuildRequires: userspace-rcu-devel
18+ BuildRequires: libnl3-devel
19+ BuildRequires: flex
20+ BuildRequires: bison
21+ BuildRequires: libcli-devel
22+ BuildRequires: perl-podlators
23+ BuildRequires: zlib-devel
24+ BuildRequires: libpcap-devel
25+ BuildRequires: libnet-devel
26+ BuildRequires: libsodium-devel
2527
2628%description
2729netsniff-ng is a high performance Linux network sniffer for packet inspection.
@@ -49,11 +51,11 @@ export NACL_LIB=sodium
4951# use the generic %%configure macro
5052./configure --prefix=' %{_prefix}' --sysconfdir=' %{_sysconfdir}'
5153# the -fcommon is workaround to build with gcc-10, problem reported upstream
52- % make_build ETCDIR=%{_sysconfdir } Q= STRIP=: \
54+ make %{? _smp_mflags } ETCDIR=%{_sysconfdir } Q= STRIP=: \
5355 CFLAGS=" %{optflags} -fPIC -fcommon" LDFLAGS=" %{?__global_ldflags}"
5456
5557%install
56- make install PREFIX=%{_prefix } ETCDIR=%{_sysconfdir } DESTDIR=%{buildroot }
58+ make install PREFIX=%{_prefix } ETCDIR=%{_sysconfdir } DESTDIR=" %{buildroot}"
5759
5860%files
5961%license COPYING
@@ -64,9 +66,34 @@ make install PREFIX=%{_prefix} ETCDIR=%{_sysconfdir} DESTDIR=%{buildroot}
6466%{_mandir }/man8/*
6567
6668%changelog
67- *
Wed Mar 08 2023 Sumedh Sharma <[email protected] > -
0.6.8-13 68- - Initial CBL-Mariner import from Fedora 37 (license: MIT)
69- - license verified
69+ *
Thu Mar 20 2025 Aninda Pradhan <[email protected] > -
0.6.9-2 70+ - Initial Azure Linux import from Fedora 41 (license: MIT)
71+ - License Verified
72+
73+ *
Tue Jan 7 2025 Jaroslav Škarvada <[email protected] > -
0.6.9-1 74+ - New version
75+ Resolves: rhbz#2336119
76+
77+ *
Mon Jul 29 2024 Miroslav Suchý <[email protected] > -
0.6.8-19 78+ - convert license to SPDX
79+
80+ *
Thu Jul 18 2024 Fedora Release Engineering <[email protected] > -
0.6.8-18 81+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
82+
83+ *
Thu Jan 25 2024 Fedora Release Engineering <[email protected] > -
0.6.8-17 84+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
85+
86+ *
Sun Jan 21 2024 Fedora Release Engineering <[email protected] > -
0.6.8-16 87+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
88+
89+ *
Thu Oct 05 2023 Remi Collet <[email protected] > -
0.6.8-15 90+ - rebuild for new libsodium
91+
92+ *
Thu Jul 20 2023 Fedora Release Engineering <[email protected] > -
0.6.8-14 93+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
94+
95+ *
Thu Jan 19 2023 Fedora Release Engineering <[email protected] > -
0.6.8-13 96+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
7097
7198*
Fri Jul 22 2022 Fedora Release Engineering <[email protected] > -
0.6.8-12 7299- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
0 commit comments