Compare commits
6 Commits
4.9.3-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
a54353f94c | |||
9c7b6b0739 | |||
e66a4e2369 | |||
23ea768283 | |||
2fbfad4f01 | |||
73197dea21 |
30
tcpdump.spec
30
tcpdump.spec
@ -1,12 +1,12 @@
|
||||
Name: tcpdump
|
||||
Version: 4.9.3
|
||||
Version: 4.99.5
|
||||
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,15 +15,17 @@ 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
|
||||
@ -48,12 +50,30 @@ 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 Aug 31 2024 Automatic Build System <autodist@openmamba.org> 4.99.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 08 2023 Automatic Build System <autodist@mambasoft.it> 4.99.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* 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
|
||||
|
||||
|
Reference in New Issue
Block a user