OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 16-Jul-2003 14:08:57
Branch: HEAD Handle: 2003071613085403
Added files:
openpkg-src/tcpdump tcpdump.patch
Modified files:
openpkg-src/tcpdump tcpdump.spec
openpkg-web news.txt
Log:
avoid clashes with system headers
Summary:
Revision Changes Path
1.2 +18 -0 openpkg-src/tcpdump/tcpdump.patch
1.30 +3 -1 openpkg-src/tcpdump/tcpdump.spec
1.5593 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tcpdump/tcpdump.patch
============================================================================
$ cvs diff -u -r0 -r1.2 tcpdump.patch
--- /dev/null 2003-07-16 14:08:57.000000000 +0200
+++ tcpdump.patch 2003-07-16 14:08:57.000000000 +0200
@@ -0,0 +1,18 @@
+--- 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>
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/tcpdump/tcpdump.spec
============================================================================
$ cvs diff -u -r1.29 -r1.30 tcpdump.spec
--- openpkg-src/tcpdump/tcpdump.spec 8 Jul 2003 14:42:47 -0000 1.29
+++ openpkg-src/tcpdump/tcpdump.spec 16 Jul 2003 12:08:57 -0000 1.30
@@ -33,10 +33,11 @@
Group: Network
License: GPL
Version: 3.7.2
-Release: 20030707
+Release: 20030716
# list of sources
Source0: http://www.tcpdump.org/release/tcpdump-%{version}.tar.gz
+Patch0: tcpdump.patch
# build information
Prefix: %{l_prefix}
@@ -53,6 +54,7 @@
%prep
%setup -q
+ %patch -p0
%build
%{l_shtool} subst -e 's;des_;DES_;g' configure
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5592 -r1.5593 news.txt
--- openpkg-web/news.txt 16 Jul 2003 11:42:24 -0000 1.5592
+++ openpkg-web/news.txt 16 Jul 2003 12:08:54 -0000 1.5593
@@ -1,3 +1,4 @@
+16-Jul-2003: Upgraded package: P<tcpdump-3.7.2-20030716>
16-Jul-2003: Upgraded package: P<postgresql-7.3.3-20030716>
16-Jul-2003: New package: P<yodl-1.31.18-20030716>
16-Jul-2003: Upgraded package: P<python-2.2.3-20030716>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]