Imported Upstream version 4.9.3 07/215307/1 accepted/tizen_5.5_unified accepted/tizen_5.5_unified_mobile_hotfix accepted/tizen_5.5_unified_wearable_hotfix accepted/tizen_6.0_unified_hotfix tizen_5.5 tizen_5.5_mobile_hotfix tizen_5.5_tv tizen_5.5_wearable_hotfix tizen_6.0_hotfix accepted/tizen/5.5/unified/20191031.013529 accepted/tizen/5.5/unified/mobile/hotfix/20201027.072435 accepted/tizen/5.5/unified/wearable/hotfix/20201027.105002 accepted/tizen/6.0/unified/20201030.103631 accepted/tizen/6.0/unified/hotfix/20201103.045554 accepted/tizen/unified/20191008.101611 submit/tizen/20191007.043405 submit/tizen_5.5/20191031.000008 submit/tizen_5.5_mobile_hotfix/20201026.185108 submit/tizen_5.5_wearable_hotfix/20201026.184308 submit/tizen_6.0/20201029.205504 submit/tizen_6.0_hotfix/20201102.192904 submit/tizen_6.0_hotfix/20201103.115104 tizen_5.5.m2_release tizen_6.0.m2_release
authorSeonah Moon <seonah1.moon@samsung.com>
Mon, 7 Oct 2019 02:05:26 +0000 (11:05 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Mon, 7 Oct 2019 02:06:12 +0000 (11:06 +0900)
Change-Id: Ib2ce6fe0c63523943f1fe7d772010824fe2c0d41

1  2 
packaging/tcpdump.spec

index 41aaa11,0000000..770d0f1
mode 100644,000000..100644
--- /dev/null
@@@ -1,40 -1,0 +1,40 @@@
- Version:        4.9.2
- Release:        2
 +Name:           tcpdump
++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