]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
tcpdump: Update to 4.99.1
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 28 Nov 2022 10:00:14 +0000 (10:00 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 28 Nov 2022 10:00:14 +0000 (10:00 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
tcpdump/tcpdump.nm

index c1326d0565027b92362c2a713ef2437080400bc5..226744143fe7771dcf71bb5662c90761227ac117 100644 (file)
@@ -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