summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/pim6sd/Makefile2
-rw-r--r--net/pim6sd/distinfo2
-rw-r--r--net/pim6sd/files/patch-pim6sd::cfparse.y10
-rw-r--r--net/pim6sd/files/patch-pim6sd::config.c10
-rw-r--r--net/pim6sd/files/patch-pim6sd::mld6.c11
-rw-r--r--net/pim6sd/files/patch-pim6sd::mld6_proto.c42
-rw-r--r--net/pim6sd/files/patch-pim6sd::mld6v2.h18
-rw-r--r--net/pim6sd/files/patch-pim6sd::mrt.c10
-rw-r--r--net/pim6sd/files/patch-pim6sd::pim6_proto.c10
-rw-r--r--net/pim6sd/files/patch-pim6sd::route.c10
-rw-r--r--net/pim6sd/files/patch-pim6sd::rp.c10
-rw-r--r--net/pim6sd/files/patch-pim6sd::trace.c10
-rw-r--r--net/pim6sd/files/patch-pim6sd::vif.c10
13 files changed, 2 insertions, 153 deletions
diff --git a/net/pim6sd/Makefile b/net/pim6sd/Makefile
index bd0b6cfcf132..02999a8d2170 100644
--- a/net/pim6sd/Makefile
+++ b/net/pim6sd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pim6sd
-PORTVERSION= 20021111a
+PORTVERSION= 20030901a
PORTREVISION= 0
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/
diff --git a/net/pim6sd/distinfo b/net/pim6sd/distinfo
index 75ce05791453..759dac9e507f 100644
--- a/net/pim6sd/distinfo
+++ b/net/pim6sd/distinfo
@@ -1 +1 @@
-MD5 (pim6sd-20021111a.tar.gz) = 174641d55fff2c1ee52763b2e8886446
+MD5 (pim6sd-20030901a.tar.gz) = 7820634b2ce4ba618e9d5c56228ffc70
diff --git a/net/pim6sd/files/patch-pim6sd::cfparse.y b/net/pim6sd/files/patch-pim6sd::cfparse.y
deleted file mode 100644
index 20383183832e..000000000000
--- a/net/pim6sd/files/patch-pim6sd::cfparse.y
+++ /dev/null
@@ -1,10 +0,0 @@
---- pim6sd/cfparse.y.orig Tue Nov 19 03:27:18 2002
-+++ pim6sd/cfparse.y Tue Nov 19 03:27:33 2002
-@@ -31,6 +31,7 @@
- %{
- #include <sys/types.h>
- #include <sys/socket.h>
-+#include <sys/param.h>
- #include <net/if.h>
- #include <net/route.h>
- #include <netinet/in.h>
diff --git a/net/pim6sd/files/patch-pim6sd::config.c b/net/pim6sd/files/patch-pim6sd::config.c
deleted file mode 100644
index 8d7bd5c81b27..000000000000
--- a/net/pim6sd/files/patch-pim6sd::config.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- pim6sd/config.c Tue Nov 19 03:16:55 2002
-+++ pim6sd/config.c Tue Nov 19 03:15:44 2002
-@@ -66,6 +66,7 @@
- #endif
- #include <net/route.h>
- #include <netinet/in.h>
-+#include <sys/param.h>
- #include <netinet6/ip6_mroute.h>
- #include <netinet6/in6_var.h>
- #include <arpa/inet.h>
diff --git a/net/pim6sd/files/patch-pim6sd::mld6.c b/net/pim6sd/files/patch-pim6sd::mld6.c
deleted file mode 100644
index a8ec4d3e2386..000000000000
--- a/net/pim6sd/files/patch-pim6sd::mld6.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- pim6sd/mld6.c Tue Nov 19 03:13:59 2002
-+++ pim6sd/mld6.c Tue Nov 19 03:13:46 2002
-@@ -117,7 +117,7 @@
-
- /* Externals */
-
--extern struct in6_addr in6addr_linklocal_allnodes;
-+//extern struct in6_addr in6addr_linklocal_allnodes;
-
- /* local variables. */
- static struct sockaddr_in6 dst = {sizeof(dst), AF_INET6};
diff --git a/net/pim6sd/files/patch-pim6sd::mld6_proto.c b/net/pim6sd/files/patch-pim6sd::mld6_proto.c
deleted file mode 100644
index 37c9eac3caac..000000000000
--- a/net/pim6sd/files/patch-pim6sd::mld6_proto.c
+++ /dev/null
@@ -1,42 +0,0 @@
---- pim6sd/mld6_proto.c Tue Nov 19 03:15:12 2002
-+++ pim6sd/mld6_proto.c Wed Oct 30 09:53:17 2002
-@@ -120,7 +120,7 @@
-
- #include "mld6_proto.h"
-
--extern struct in6_addr in6addr_any;
-+//extern struct in6_addr in6addr_any;
-
-
- /*
-@@ -316,12 +316,14 @@
- inet6_fmt(group), v->uv_name);
- return;
- }
-+#ifdef MLDV2_LISTENER_REPORT
- if (v->uv_mld_version & MLDv2) {
- log(LOG_DEBUG, 0,
- "shift to MLDv1 compat-mode for %s on Mif %s",
- inet6_fmt(group), v->uv_name);
- mld_shift_to_v1mode(mifi, src, &group_sa);
- }
-+#endif
-
- IF_DEBUG(DEBUG_MLD)
- log(LOG_DEBUG, 0,
-@@ -519,6 +517,7 @@
- v->uv_ifindex,
- MLD6_LAST_LISTENER_QUERY_INTERVAL, 0, 1);
- break;
-+#ifdef MLDV2_LISTENER_REPORT
- case MLDv2:
- default:
- send_mld6v2(MLD_LISTENER_QUERY, 0,
-@@ -529,6 +526,7 @@
- MLD6_QUERY_RESPONSE_INTERVAL,
- 0, TRUE, SFLAGNO, v->uv_mld_robustness,
- v->uv_mld_query_interval);
-+#endif
- break;
- }
- v->uv_out_mld_query++;
diff --git a/net/pim6sd/files/patch-pim6sd::mld6v2.h b/net/pim6sd/files/patch-pim6sd::mld6v2.h
deleted file mode 100644
index 9d959db5cc68..000000000000
--- a/net/pim6sd/files/patch-pim6sd::mld6v2.h
+++ /dev/null
@@ -1,18 +0,0 @@
---- pim6sd/mld6v2.h 5 Sep 2002 08:12:23 -0000 1.6
-+++ pim6sd/mld6v2.h 16 Nov 2002 15:14:01 -0000
-@@ -67,12 +67,10 @@
- #define nmcastrcd mldv2_hdr.icmp6_data16[1]
-
- struct mld_report_hdr { /* Multicast Report */
-- u_int8_t mld_type; /* Multicast Report Type */
-- u_int8_t mld_reserved1; /* Reserved */
-- u_int16_t mld_cksum; /* Checksum */
-- u_int16_t mld_reserved2; /* Reserved */
-- u_int16_t mld_grpnum; /* Number of Multicast Address Records */
-+ struct icmp6_hdr mld_icmp6_hdr; /* version & type of MLD message */
- };
-+
-+#define mld_grpnum mld_icmp6_hdr.icmp6_data16[1]
- #endif
-
- #ifndef MLD_MINLEN
diff --git a/net/pim6sd/files/patch-pim6sd::mrt.c b/net/pim6sd/files/patch-pim6sd::mrt.c
deleted file mode 100644
index 2efa3456e363..000000000000
--- a/net/pim6sd/files/patch-pim6sd::mrt.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- pim6sd/mrt.c Tue Nov 19 03:18:42 2002
-+++ pim6sd/mrt.c Tue Nov 19 03:18:26 2002
-@@ -48,6 +48,7 @@
-
- #include <sys/types.h>
- #include <sys/socket.h>
-+#include <sys/param.h>
- #include <net/if.h>
- #include <net/route.h>
- #include <netinet/in.h>
diff --git a/net/pim6sd/files/patch-pim6sd::pim6_proto.c b/net/pim6sd/files/patch-pim6sd::pim6_proto.c
deleted file mode 100644
index e0d8e8e8f1df..000000000000
--- a/net/pim6sd/files/patch-pim6sd::pim6_proto.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- pim6sd/pim6_proto.c Tue Nov 19 03:19:39 2002
-+++ pim6sd/pim6_proto.c Tue Nov 19 03:19:11 2002
-@@ -103,6 +103,7 @@
- */
-
- #include <sys/types.h>
-+#include <sys/param.h>
- #include <sys/socket.h>
- #include <net/if.h>
- #include <net/route.h>
diff --git a/net/pim6sd/files/patch-pim6sd::route.c b/net/pim6sd/files/patch-pim6sd::route.c
deleted file mode 100644
index d5fe4be28f3e..000000000000
--- a/net/pim6sd/files/patch-pim6sd::route.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- pim6sd/route.c Tue Nov 19 03:17:26 2002
-+++ pim6sd/route.c Tue Nov 19 03:17:09 2002
-@@ -48,6 +48,7 @@
-
- #include <sys/types.h>
- #include <sys/socket.h>
-+#include <sys/param.h>
- #include <net/if.h>
- #include <net/route.h>
- #include <netinet/in.h>
diff --git a/net/pim6sd/files/patch-pim6sd::rp.c b/net/pim6sd/files/patch-pim6sd::rp.c
deleted file mode 100644
index 4c9542d0ce54..000000000000
--- a/net/pim6sd/files/patch-pim6sd::rp.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- pim6sd/rp.c Tue Nov 19 03:20:02 2002
-+++ pim6sd/rp.c Tue Nov 19 03:19:50 2002
-@@ -76,6 +76,7 @@
-
- #include <sys/types.h>
- #include <sys/socket.h>
-+#include <sys/param.h>
- #include <net/if.h>
- #include <net/route.h>
- #include <netinet/in.h>
diff --git a/net/pim6sd/files/patch-pim6sd::trace.c b/net/pim6sd/files/patch-pim6sd::trace.c
deleted file mode 100644
index 4d9c8f60de26..000000000000
--- a/net/pim6sd/files/patch-pim6sd::trace.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- pim7sd/trace.c Tue Nov 19 03:20:24 2002
-+++ pim6sd/trace.c Tue Nov 19 03:20:12 2002
-@@ -69,6 +69,7 @@
-
- #include <sys/types.h>
- #include <sys/socket.h>
-+#include <sys/param.h>
- #include <sys/ioctl.h>
- #include <sys/uio.h>
- #include <sys/queue.h>
diff --git a/net/pim6sd/files/patch-pim6sd::vif.c b/net/pim6sd/files/patch-pim6sd::vif.c
deleted file mode 100644
index 9b2320c54fc0..000000000000
--- a/net/pim6sd/files/patch-pim6sd::vif.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- pim6sd/vif.c Tue Nov 19 03:18:11 2002
-+++ pim6sd/vif.c Tue Nov 19 03:17:44 2002
-@@ -58,6 +58,7 @@
- #include <sys/types.h>
- #include <sys/ioctl.h>
- #include <sys/socket.h>
-+#include <sys/param.h>
- #include <net/if.h>
- #include <net/route.h>
- #include <netinet/in.h>