pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/ipsec-tools include some additional header fi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f29f0a4c456d
branches:  trunk
changeset: 483363:f29f0a4c456d
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Nov 11 11:50:20 2004 +0000

description:
include some additional header files on FreeBSD >= 5.

diffstat:

 security/ipsec-tools/distinfo         |   3 ++-
 security/ipsec-tools/patches/patch-ac |  21 +++++++++++++++++++++
 2 files changed, 23 insertions(+), 1 deletions(-)

diffs (37 lines):

diff -r 7b6e4bc7b884 -r f29f0a4c456d security/ipsec-tools/distinfo
--- a/security/ipsec-tools/distinfo     Thu Nov 11 11:49:15 2004 +0000
+++ b/security/ipsec-tools/distinfo     Thu Nov 11 11:50:20 2004 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2004/11/10 17:26:04 manu Exp $
+$NetBSD: distinfo,v 1.3 2004/11/11 11:50:20 grant Exp $
 
 SHA1 (ipsec-tools-0.5.pre20041109.tar.bz2) = 2e91a2b1adea46facdbdfe70dfcc4aca3cc01913
 Size (ipsec-tools-0.5.pre20041109.tar.bz2) = 618629 bytes
 SHA1 (patch-aa) = fadc2685847af19288782a0fd911dc5accee0fc9
 SHA1 (patch-ab) = dd5293512228a02ce8f37f8d1a10fb865cc79aa5
+SHA1 (patch-ac) = 28cbaa97ab1853bb03202c46718c0c72bc4b8fb6
diff -r 7b6e4bc7b884 -r f29f0a4c456d security/ipsec-tools/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ipsec-tools/patches/patch-ac     Thu Nov 11 11:50:20 2004 +0000
@@ -0,0 +1,21 @@
+$NetBSD: patch-ac,v 1.1 2004/11/11 11:50:20 grant Exp $
+
+--- src/racoon/grabmyaddr.c.orig       2004-10-29 21:50:04.000000000 +1000
++++ src/racoon/grabmyaddr.c
+@@ -37,8 +37,14 @@
+ #include <sys/ioctl.h>
+ 
+ #include <net/if.h>
+-#if defined(__FreeBSD__) && __FreeBSD__ >= 3
+-#include <net/if_var.h>
++#ifdef __FreeBSD__
++# if __FreeBSD__ >= 3
++#  include <net/if_var.h>
++# endif
++# if __FreeBSD__ >= 5
++#  include <netinet/in.h>
++#  include <netinet6/in6_var.h>
++# endif
+ #endif
+ #ifdef __NetBSD__
+ #include <netinet/in.h>



Home | Main Index | Thread Index | Old Index