From: Seonah Moon Date: Mon, 7 Oct 2019 02:05:26 +0000 (+0900) Subject: Imported Upstream version 4.9.3 X-Git-Tag: accepted/tizen/5.5/unified/20191031.013529^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_6.0_unified_hotfix;p=platform%2Fupstream%2Ftcpdump.git Imported Upstream version 4.9.3 Change-Id: Ib2ce6fe0c63523943f1fe7d772010824fe2c0d41 --- b0706e54b48af6c11783f55455842a292c4d9b17 diff --cc packaging/tcpdump.spec index 41aaa11,0000000..770d0f1 mode 100644,000000..100644 --- a/packaging/tcpdump.spec +++ b/packaging/tcpdump.spec @@@ -1,40 -1,0 +1,40 @@@ +Name: tcpdump - Version: 4.9.2 - Release: 2 ++Version: 4.9.3 ++Release: 1 +License: BSD-3-Clause +Summary: A Packet Sniffer +Url: http://www.tcpdump.org/ +Group: Productivity/Networking/Diagnostic +Source: http://www.tcpdump.org/release/%{name}-%{version}.tar.gz +Source1001: tcpdump.manifest +BuildRequires: libpcap-devel +BuildRequires: pkgconfig(openssl1.1) +Requires: security-config + +%description +This program can "read" all or only certain packets going over the +ethernet. It can be used to debug specific network problems. + +%prep +%setup -q +cp %{SOURCE1001} . + +%build +export CFLAGS="%{optflags} -Wall -DGUESS_TSO -fstack-protector -fno-strict-aliasing -fPIE" +export LDFLAGS="-pie" + +%configure \ + --enable-ipv6 +make + +%install +%make_install + +%files +%manifest %{name}.manifest +%defattr(-,network_fw,network_fw) +%doc LICENSE README *.awk +%doc %{_mandir}/man?/* +%{_sbindir}/* + +%changelog