Skip to content

Commit a672c3f

Browse files
Upgrades netsniff-ng to version 0.6.9 (microsoft#14625)
Co-authored-by: Aninda <[email protected]>
1 parent 47ccd6c commit a672c3f

File tree

3 files changed

+57
-30
lines changed

3 files changed

+57
-30
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"netsniff-ng-0.6.8.tar.xz": "77d17d4158faf1d93c7d922a1bd7f093a8b437bd658292c830708540e10894ba"
3+
"netsniff-ng-0.6.9.tar.gz": "6a15bd176457d7f08ad19bb0b8f01cbe83d22231d6ecfe8e89b228a36b74dac9"
44
}
55
}

SPECS-EXTENDED/netsniff-ng/netsniff-ng.spec

Lines changed: 54 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,29 @@
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
65
Vendor: Microsoft Corporation
76
Distribution: 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
2729
netsniff-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

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14292,8 +14292,8 @@
1429214292
"type": "other",
1429314293
"other": {
1429414294
"name": "netsniff-ng",
14295-
"version": "0.6.8",
14296-
"downloadUrl": "http://www.netsniff-ng.org/pub/netsniff-ng/netsniff-ng-0.6.8.tar.xz"
14295+
"version": "0.6.9",
14296+
"downloadUrl": "https://github.com/netsniff-ng/netsniff-ng/archive/refs/tags/v0.6.9.tar.gz"
1429714297
}
1429814298
}
1429914299
},

0 commit comments

Comments
 (0)