summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2003-10-22 21:44:32 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2003-10-22 21:44:32 +0000
commitfe25fe29c9e0b9ca3c606ed66ac18d9d8ba0b6be (patch)
treeb651d30de1c5afc6168980b372f8d93e7cb17209 /security
parentAdd py-bittorrent-core, a slave port to py-bittorrent that simply builds (diff)
Upgrade to 20030826.
Notes
Notes: svn path=/head/; revision=91914
Diffstat (limited to 'security')
-rw-r--r--security/racoon/Makefile3
-rw-r--r--security/racoon/distinfo2
-rw-r--r--security/racoon/files/patch-sadbext95
-rw-r--r--security/racoon2/Makefile3
-rw-r--r--security/racoon2/distinfo2
-rw-r--r--security/racoon2/files/patch-sadbext95
6 files changed, 4 insertions, 196 deletions
diff --git a/security/racoon/Makefile b/security/racoon/Makefile
index bfe1a538aa24..bfc912bc9ae4 100644
--- a/security/racoon/Makefile
+++ b/security/racoon/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= racoon
-PORTVERSION= 20030711a
-PORTREVISION= 1
+PORTVERSION= 20030826a
CATEGORIES= security net
MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/
diff --git a/security/racoon/distinfo b/security/racoon/distinfo
index 4460b6fceb30..ddb83583578d 100644
--- a/security/racoon/distinfo
+++ b/security/racoon/distinfo
@@ -1 +1 @@
-MD5 (racoon-20030711a.tar.gz) = 0546688efd5bb3725c8243045500a48a
+MD5 (racoon-20030826a.tar.gz) = a1d723e4271c6d1273192cd81e2fafc0
diff --git a/security/racoon/files/patch-sadbext b/security/racoon/files/patch-sadbext
deleted file mode 100644
index e2b467d4e4ca..000000000000
--- a/security/racoon/files/patch-sadbext
+++ /dev/null
@@ -1,95 +0,0 @@
---- ../libipsec/key_debug.c- Sat Jul 12 18:49:46 2003
-+++ ../libipsec/key_debug.c Sat Jul 12 18:50:25 2003
-@@ -80,7 +80,9 @@
- static void kdebug_sadb_address __P((struct sadb_ext *));
- static void kdebug_sadb_key __P((struct sadb_ext *));
- static void kdebug_sadb_x_sa2 __P((struct sadb_ext *));
-+#ifdef SADB_X_EXT_TAG
- static void kdebug_sadb_x_tag __P((struct sadb_ext *));
-+#endif
-
- #ifdef _KERNEL
- static void kdebug_secreplay __P((struct secreplay *));
-@@ -166,7 +168,9 @@
- TYPESTR(X_EXT_KMPRIVATE),
- TYPESTR(X_EXT_POLICY),
- TYPESTR(X_EXT_SA2),
-+#ifdef SADB_X_EXT_TAG
- TYPESTR(X_EXT_TAG),
-+#endif
- { NULL }
- };
-
-@@ -252,9 +256,11 @@
- case SADB_X_EXT_SA2:
- kdebug_sadb_x_sa2(ext);
- break;
-+#ifdef SADB_X_EXT_TAG
- case SADB_X_EXT_TAG:
- kdebug_sadb_x_tag(ext);
- break;
-+#endif
- default:
- printf("kdebug_sadb: invalid ext_type %u was passed.\n",
- ext->sadb_ext_type);
-@@ -494,6 +500,7 @@
- return;
- }
-
-+#ifdef SADB_X_EXT_TAG
- static void
- kdebug_sadb_x_tag(ext)
- struct sadb_ext *ext;
-@@ -508,6 +515,7 @@
-
- return;
- }
-+#endif
-
- void
- kdebug_sadb_x_policy(ext)
---- ../libipsec/pfkey.c- Sat Jul 12 18:56:08 2003
-+++ ../libipsec/pfkey.c Sat Jul 12 18:56:18 2003
-@@ -1762,7 +1762,9 @@
- case SADB_EXT_SPIRANGE:
- case SADB_X_EXT_POLICY:
- case SADB_X_EXT_SA2:
-+#ifdef SADB_X_EXT_TAG
- case SADB_X_EXT_TAG:
-+#endif
- mhp[ext->sadb_ext_type] = (caddr_t)ext;
- break;
- default:
---- ../libipsec/pfkey_dump.c- Sat Jul 12 18:56:47 2003
-+++ ../libipsec/pfkey_dump.c Sat Jul 12 18:57:15 2003
-@@ -352,7 +352,9 @@
- char pbuf[NI_MAXSERV];
- caddr_t mhp[SADB_EXT_MAX + 1];
- struct sadb_address *m_saddr, *m_daddr;
-+#ifdef SADB_X_EXT_TAG
- struct sadb_x_tag *m_tag;
-+#endif
- struct sadb_x_policy *m_xpl;
- struct sadb_lifetime *m_lftc = NULL, *m_lfth = NULL;
- struct sockaddr *sa;
-@@ -370,7 +372,9 @@
-
- m_saddr = (struct sadb_address *)mhp[SADB_EXT_ADDRESS_SRC];
- m_daddr = (struct sadb_address *)mhp[SADB_EXT_ADDRESS_DST];
-+#ifdef SADB_X_EXT_TAG
- m_tag = (struct sadb_x_tag *)mhp[SADB_X_EXT_TAG];
-+#endif
- m_xpl = (struct sadb_x_policy *)mhp[SADB_X_EXT_POLICY];
- m_lftc = (struct sadb_lifetime *)mhp[SADB_EXT_LIFETIME_CURRENT];
- m_lfth = (struct sadb_lifetime *)mhp[SADB_EXT_LIFETIME_HARD];
-@@ -425,8 +429,10 @@
- str_upperspec(m_saddr->sadb_address_proto, sport, dport);
- }
-
-+#ifdef SADB_X_EXT_TAG
- if (m_tag)
- printf("tagged \"%s\" ", m_tag->sadb_x_tag_name);
-+#endif
-
- /* policy */
- {
diff --git a/security/racoon2/Makefile b/security/racoon2/Makefile
index bfe1a538aa24..bfc912bc9ae4 100644
--- a/security/racoon2/Makefile
+++ b/security/racoon2/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= racoon
-PORTVERSION= 20030711a
-PORTREVISION= 1
+PORTVERSION= 20030826a
CATEGORIES= security net
MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/
diff --git a/security/racoon2/distinfo b/security/racoon2/distinfo
index 4460b6fceb30..ddb83583578d 100644
--- a/security/racoon2/distinfo
+++ b/security/racoon2/distinfo
@@ -1 +1 @@
-MD5 (racoon-20030711a.tar.gz) = 0546688efd5bb3725c8243045500a48a
+MD5 (racoon-20030826a.tar.gz) = a1d723e4271c6d1273192cd81e2fafc0
diff --git a/security/racoon2/files/patch-sadbext b/security/racoon2/files/patch-sadbext
deleted file mode 100644
index e2b467d4e4ca..000000000000
--- a/security/racoon2/files/patch-sadbext
+++ /dev/null
@@ -1,95 +0,0 @@
---- ../libipsec/key_debug.c- Sat Jul 12 18:49:46 2003
-+++ ../libipsec/key_debug.c Sat Jul 12 18:50:25 2003
-@@ -80,7 +80,9 @@
- static void kdebug_sadb_address __P((struct sadb_ext *));
- static void kdebug_sadb_key __P((struct sadb_ext *));
- static void kdebug_sadb_x_sa2 __P((struct sadb_ext *));
-+#ifdef SADB_X_EXT_TAG
- static void kdebug_sadb_x_tag __P((struct sadb_ext *));
-+#endif
-
- #ifdef _KERNEL
- static void kdebug_secreplay __P((struct secreplay *));
-@@ -166,7 +168,9 @@
- TYPESTR(X_EXT_KMPRIVATE),
- TYPESTR(X_EXT_POLICY),
- TYPESTR(X_EXT_SA2),
-+#ifdef SADB_X_EXT_TAG
- TYPESTR(X_EXT_TAG),
-+#endif
- { NULL }
- };
-
-@@ -252,9 +256,11 @@
- case SADB_X_EXT_SA2:
- kdebug_sadb_x_sa2(ext);
- break;
-+#ifdef SADB_X_EXT_TAG
- case SADB_X_EXT_TAG:
- kdebug_sadb_x_tag(ext);
- break;
-+#endif
- default:
- printf("kdebug_sadb: invalid ext_type %u was passed.\n",
- ext->sadb_ext_type);
-@@ -494,6 +500,7 @@
- return;
- }
-
-+#ifdef SADB_X_EXT_TAG
- static void
- kdebug_sadb_x_tag(ext)
- struct sadb_ext *ext;
-@@ -508,6 +515,7 @@
-
- return;
- }
-+#endif
-
- void
- kdebug_sadb_x_policy(ext)
---- ../libipsec/pfkey.c- Sat Jul 12 18:56:08 2003
-+++ ../libipsec/pfkey.c Sat Jul 12 18:56:18 2003
-@@ -1762,7 +1762,9 @@
- case SADB_EXT_SPIRANGE:
- case SADB_X_EXT_POLICY:
- case SADB_X_EXT_SA2:
-+#ifdef SADB_X_EXT_TAG
- case SADB_X_EXT_TAG:
-+#endif
- mhp[ext->sadb_ext_type] = (caddr_t)ext;
- break;
- default:
---- ../libipsec/pfkey_dump.c- Sat Jul 12 18:56:47 2003
-+++ ../libipsec/pfkey_dump.c Sat Jul 12 18:57:15 2003
-@@ -352,7 +352,9 @@
- char pbuf[NI_MAXSERV];
- caddr_t mhp[SADB_EXT_MAX + 1];
- struct sadb_address *m_saddr, *m_daddr;
-+#ifdef SADB_X_EXT_TAG
- struct sadb_x_tag *m_tag;
-+#endif
- struct sadb_x_policy *m_xpl;
- struct sadb_lifetime *m_lftc = NULL, *m_lfth = NULL;
- struct sockaddr *sa;
-@@ -370,7 +372,9 @@
-
- m_saddr = (struct sadb_address *)mhp[SADB_EXT_ADDRESS_SRC];
- m_daddr = (struct sadb_address *)mhp[SADB_EXT_ADDRESS_DST];
-+#ifdef SADB_X_EXT_TAG
- m_tag = (struct sadb_x_tag *)mhp[SADB_X_EXT_TAG];
-+#endif
- m_xpl = (struct sadb_x_policy *)mhp[SADB_X_EXT_POLICY];
- m_lftc = (struct sadb_lifetime *)mhp[SADB_EXT_LIFETIME_CURRENT];
- m_lfth = (struct sadb_lifetime *)mhp[SADB_EXT_LIFETIME_HARD];
-@@ -425,8 +429,10 @@
- str_upperspec(m_saddr->sadb_address_proto, sport, dport);
- }
-
-+#ifdef SADB_X_EXT_TAG
- if (m_tag)
- printf("tagged \"%s\" ", m_tag->sadb_x_tag_name);
-+#endif
-
- /* policy */
- {