Przeglądaj źródła

upgrading package: tcpdump 3.7.2 -> 3.8.1

Ralf S. Engelschall 22 lat temu
rodzic
commit
ab71997690
2 zmienionych plików z 6 dodań i 24 usunięć
  1. 0 18
      tcpdump/tcpdump.patch
  2. 6 6
      tcpdump/tcpdump.spec

+ 0 - 18
tcpdump/tcpdump.patch

@@ -1,18 +0,0 @@
---- print-sctp.c.dist	2003-07-16 13:52:36.000000000 +0200
-+++ print-sctp.c	2003-07-16 14:00:32.000000000 +0200
-@@ -46,13 +46,13 @@
- #include <sys/time.h>
- #include <sys/socket.h>
- 
-+#include <netinet/in.h>
-+
- #include <unistd.h>
- #include "sctpHeader.h"
- #include "sctpConstants.h"
- #include <assert.h>
- 
--#include <netinet/in.h>
--
- #include <stdio.h>
- #include <string.h>
- 

+ 6 - 6
tcpdump/tcpdump.spec

@@ -32,12 +32,11 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [BASE]
 Group:        Network
 License:      GPL
-Version:      3.7.2
-Release:      20031023
+Version:      3.8.1
+Release:      20031230
 
 #   list of sources
 Source0:      http://www.tcpdump.org/release/tcpdump-%{version}.tar.gz
-Patch0:       tcpdump.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -50,11 +49,12 @@ AutoReq:      no
 AutoReqProv:  no
 
 %description
-    Tcpdump is a real-time dumping tool for network packets.
+    Tcpdump is a real-time network packet capturing and dumping tool.
+    Despite its historical name, it is a general purpose network tool,
+    not just usable for TCP packets.
 
 %prep
-    %setup -q
-    %patch -p0
+    %setup -q -c
     %{l_shtool} subst -e 's;des_;DES_;g' configure
 
 %build