From: Michael Tremer Date: Mon, 28 Nov 2022 10:00:14 +0000 (+0000) Subject: tcpdump: Update to 4.99.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9bba1ca1b2df9ea5543ac46e6181f73dd7ebcaf;p=ipfire-3.x.git tcpdump: Update to 4.99.1 Signed-off-by: Michael Tremer --- diff --git a/tcpdump/tcpdump.nm b/tcpdump/tcpdump.nm index c1326d056..226744143 100644 --- a/tcpdump/tcpdump.nm +++ b/tcpdump/tcpdump.nm @@ -4,11 +4,11 @@ ############################################################################### name = tcpdump -version = 4.9.2 +version = 4.99.1 release = 1 groups = Networking/Sniffer -url = http://www.tcpdump.org/ +url = https://www.tcpdump.org/ license = BSD with advertising summary = A network traffic monitoring tool. @@ -19,9 +19,7 @@ description the packet headers, or just the ones that match particular criteria. end -source_dl = http://www.tcpdump.org/release/ - -CFLAGS += -fno-strict-aliasing +source_dl = https://www.tcpdump.org/release/ build requires @@ -39,7 +37,7 @@ build rm -vf %{BUILDROOT}%{sbindir}/tcpdump.%{version} # Remove RPATH. - chrpath --delete %{BUILDROOT}%{sbindir}/tcpdump + chrpath --delete %{BUILDROOT}%{bindir}/tcpdump end end