14 Commits

Author SHA1 Message Date
e66a4e2369 automatic version update by autodist [release 4.99.3-1mamba;Sat Jan 14 2023] 2024-01-05 18:21:40 +01:00
23ea768283 automatic version update by autodist [release 4.99.2-1mamba;Sun Jan 01 2023] 2024-01-05 18:21:40 +01:00
2fbfad4f01 automatic version update by autodist [release 4.99.1-1mamba;Thu Jun 10 2021] 2024-01-05 18:21:40 +01:00
73197dea21 automatic version update by autodist [release 4.99.0-1mamba;Fri Jan 15 2021] 2024-01-05 18:21:40 +01:00
8664e40a7c automatic version update by autodist [release 4.9.3-1mamba;Tue Oct 29 2019] 2024-01-05 18:21:40 +01:00
6dd02ad12f automatic version update by autodist [release 4.9.2-1mamba;Thu Mar 22 2018] 2024-01-05 18:21:40 +01:00
b7ae4d692c automatic version update by autodist [release 4.9.1-1mamba;Thu Aug 10 2017] 2024-01-05 18:21:40 +01:00
cce61cf9a4 automatic version update by autodist [release 4.9.0-1mamba;Thu Feb 02 2017] 2024-01-05 18:21:40 +01:00
7601664892 automatic version update by autodist [release 4.8.1-1mamba;Wed Oct 26 2016] 2024-01-05 18:21:40 +01:00
5092432879 automatic version update by autodist [release 4.8.0-1mamba;Tue Aug 02 2016] 2024-01-05 18:21:40 +01:00
ba2d903aa5 automatic version update by autodist [release 4.7.4-1mamba;Thu Apr 23 2015] 2024-01-05 18:21:40 +01:00
a53d476965 automatic version update by autodist [release 4.7.3-1mamba;Sun Mar 22 2015] 2024-01-05 18:21:40 +01:00
77fe243e38 automatic version update by autodist [release 4.6.2-1mamba;Thu Sep 18 2014] 2024-01-05 18:21:40 +01:00
ff338fb326 automatic version update by autodist [release 4.6.1-1mamba;Tue Jul 22 2014] 2024-01-05 18:21:40 +01:00

View File

@ -1,12 +1,12 @@
Name: tcpdump
Version: 4.5.1
Version: 4.99.3
Release: 1mamba
Summary: tcpdump - dump traffic on a network
Group: Network/Monitoring
Vendor: openmamba
Distribution: openmamba
Packager: Aleph0 <aleph0@openmamba.org>
URL: http://www.tcpdump.org
URL: https://www.tcpdump.org/
Source: http://www.tcpdump.org/release/tcpdump-%{version}.tar.gz
Patch0: %{name}-3.8.3-rsvp-dos.patch
Patch1: %{name}-3.9.1-bgp_dos.patch
@ -15,21 +15,23 @@ Patch3: %{name}-3.9.1-ldp_dos.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libcap-ng-devel
BuildRequires: libopenssl-devel
BuildRequires: libpcap-devel
## AUTOBUILDREQ-END
BuildRequires: libpcap-devel >= 1.2
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Tcpdump prints out the headers of packets on a network interface that match the boolean expression.
%debug_package
%prep
%setup -q
%patch0 -p1 -b .rsvp_dos
%patch1 -p1 -b .bgp_dos
%patch2 -p1 -b .isis_dos
%patch3 -p1 -b .ldp_dos
#%patch0 -p1 -b .rsvp_dos
#%patch1 -p1 -b .bgp_dos
#%patch2 -p1 -b .isis_dos
#%patch3 -p1 -b .ldp_dos
%build
%configure --disable-smb --enable-ipv6 \
@ -48,12 +50,54 @@ Tcpdump prints out the headers of packets on a network interface that match
%files
%defattr(-,root,root)
%{_sbindir}/tcpdump
%{_sbindir}/tcpdump.%{version}
%{_bindir}/tcpdump
%{_bindir}/tcpdump.%{version}
%{_mandir}/man1/*
%doc CREDITS LICENSE
%changelog
* Sat Jan 14 2023 Automatic Build System <autodist@mambasoft.it> 4.99.3-1mamba
- automatic version update by autodist
* Sun Jan 01 2023 Automatic Build System <autodist@mambasoft.it> 4.99.2-1mamba
- automatic version update by autodist
* Thu Jun 10 2021 Automatic Build System <autodist@mambasoft.it> 4.99.1-1mamba
- automatic version update by autodist
* Fri Jan 15 2021 Automatic Build System <autodist@mambasoft.it> 4.99.0-1mamba
- automatic version update by autodist
* Tue Oct 29 2019 Automatic Build System <autodist@mambasoft.it> 4.9.3-1mamba
- automatic version update by autodist
* Thu Mar 22 2018 Automatic Build System <autodist@mambasoft.it> 4.9.2-1mamba
- automatic version update by autodist
* Thu Aug 10 2017 Automatic Build System <autodist@mambasoft.it> 4.9.1-1mamba
- automatic version update by autodist
* Thu Feb 02 2017 Automatic Build System <autodist@mambasoft.it> 4.9.0-1mamba
- automatic version update by autodist
* Wed Oct 26 2016 Automatic Build System <autodist@mambasoft.it> 4.8.1-1mamba
- automatic version update by autodist
* Tue Aug 02 2016 Automatic Build System <autodist@mambasoft.it> 4.8.0-1mamba
- automatic version update by autodist
* Thu Apr 23 2015 Automatic Build System <autodist@mambasoft.it> 4.7.4-1mamba
- automatic version update by autodist
* Sun Mar 22 2015 Automatic Build System <autodist@mambasoft.it> 4.7.3-1mamba
- automatic version update by autodist
* Thu Sep 18 2014 Automatic Build System <autodist@mambasoft.it> 4.6.2-1mamba
- automatic version update by autodist
* Tue Jul 22 2014 Automatic Build System <autodist@mambasoft.it> 4.6.1-1mamba
- automatic version update by autodist
* Wed Nov 27 2013 Automatic Build System <autodist@mambasoft.it> 4.5.1-1mamba
- automatic version update by autodist