1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Make buildable on 4-STABLE

PR:		ports/29507, ports/29535
Obtained from:	NetBSD
This commit is contained in:
Munechika SUMIKAWA 2001-08-09 18:30:10 +00:00
parent e5773884f8
commit 66f2688256
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46022
6 changed files with 62 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= racoon
PORTVERSION= 20010802a
PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/

View File

@ -0,0 +1,16 @@
$NetBSD: patch-ae,v 1.9 2001/08/02 12:44:18 itojun Exp $
--- ../libipsec/key_debug.c- Thu Aug 2 21:38:17 2001
+++ ../libipsec/key_debug.c Thu Aug 2 21:38:44 2001
@@ -392,9 +392,8 @@
printf("sadb_x_sa2{ mode=%u reqid=%u\n",
sa2->sadb_x_sa2_mode, sa2->sadb_x_sa2_reqid);
- printf(" reserved1=%u reserved2=%u sequence=%u }\n",
- sa2->sadb_x_sa2_reserved1, sa2->sadb_x_sa2_reserved2,
- sa2->sadb_x_sa2_sequence);
+ printf(" reserved1=%u reserved2=%u }\n",
+ sa2->sadb_x_sa2_reserved1, sa2->sadb_x_sa2_reserved2);
return;
}

View File

@ -0,0 +1,14 @@
$NetBSD: patch-af,v 1.1 2001/08/02 12:44:18 itojun Exp $
--- ../libipsec/pfkey_dump.c- Thu Aug 2 21:38:21 2001
+++ ../libipsec/pfkey_dump.c Thu Aug 2 21:38:34 2001
@@ -299,8 +299,7 @@
}
/* replay windoe size & flags */
- printf("\tseq=0x%08x replay=%u flags=0x%08x ",
- m_sa2->sadb_x_sa2_sequence,
+ printf("\treplay=%u flags=0x%08x ",
m_sa->sadb_sa_replay,
m_sa->sadb_sa_flags);

View File

@ -7,6 +7,7 @@
PORTNAME= racoon
PORTVERSION= 20010802a
PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/

View File

@ -0,0 +1,16 @@
$NetBSD: patch-ae,v 1.9 2001/08/02 12:44:18 itojun Exp $
--- ../libipsec/key_debug.c- Thu Aug 2 21:38:17 2001
+++ ../libipsec/key_debug.c Thu Aug 2 21:38:44 2001
@@ -392,9 +392,8 @@
printf("sadb_x_sa2{ mode=%u reqid=%u\n",
sa2->sadb_x_sa2_mode, sa2->sadb_x_sa2_reqid);
- printf(" reserved1=%u reserved2=%u sequence=%u }\n",
- sa2->sadb_x_sa2_reserved1, sa2->sadb_x_sa2_reserved2,
- sa2->sadb_x_sa2_sequence);
+ printf(" reserved1=%u reserved2=%u }\n",
+ sa2->sadb_x_sa2_reserved1, sa2->sadb_x_sa2_reserved2);
return;
}

View File

@ -0,0 +1,14 @@
$NetBSD: patch-af,v 1.1 2001/08/02 12:44:18 itojun Exp $
--- ../libipsec/pfkey_dump.c- Thu Aug 2 21:38:21 2001
+++ ../libipsec/pfkey_dump.c Thu Aug 2 21:38:34 2001
@@ -299,8 +299,7 @@
}
/* replay windoe size & flags */
- printf("\tseq=0x%08x replay=%u flags=0x%08x ",
- m_sa2->sadb_x_sa2_sequence,
+ printf("\treplay=%u flags=0x%08x ",
m_sa->sadb_sa_replay,
m_sa->sadb_sa_flags);