1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

updated to Nov 11 2002's pim6sd/pim6dd

Obtained from: KAME
This commit is contained in:
SUZUKI Shinsuke 2002-11-12 11:32:12 +00:00
parent 833a44278e
commit 1137fff47c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69948
8 changed files with 4 additions and 56 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= pim6dd
PORTVERSION= 20020403a
PORTVERSION= 20021111a
PORTREVISION= 0
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/

View File

@ -1 +1 @@
MD5 (pim6dd-20020403a.tar.gz) = b7424c7212c98f824a5f12b3e7158b82
MD5 (pim6dd-20021111a.tar.gz) = bba0f10115068e0699bec7f47568e281

View File

@ -1,13 +0,0 @@
Index: pim6dd/mld6.c
diff -u pim6dd/mld6.c.orig pim6dd/mld6.c
--- pim6dd/mld6.c.orig Wed Apr 3 11:47:04 2002
+++ pim6dd/mld6.c Sun Jun 16 20:13:39 2002
@@ -117,7 +117,7 @@
/* Externals */
-extern struct in6_addr in6addr_linklocal_allnodes;
+extern const struct in6_addr in6addr_linklocal_allnodes;
/* local variables. */
static struct sockaddr_in6 dst = {sizeof(dst), AF_INET6};

View File

@ -1,13 +0,0 @@
Index: pim6dd/mld6_proto.c
diff -u pim6dd/mld6_proto.c.orig pim6dd/mld6_proto.c
--- pim6dd/mld6_proto.c.orig Tue Dec 18 12:10:42 2001
+++ pim6dd/mld6_proto.c Sun Jun 16 20:15:55 2002
@@ -119,7 +119,7 @@
#include "mld6_proto.h"
-extern struct in6_addr in6addr_any;
+extern const struct in6_addr in6addr_any;
/*

View File

@ -6,7 +6,7 @@
#
PORTNAME= pim6sd
PORTVERSION= 20020403a
PORTVERSION= 20021111a
PORTREVISION= 0
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/

View File

@ -1 +1 @@
MD5 (pim6sd-20020403a.tar.gz) = cebbf7ede2c8cd97b5a266cab25c05a5
MD5 (pim6sd-20021111a.tar.gz) = 174641d55fff2c1ee52763b2e8886446

View File

@ -1,13 +0,0 @@
Index: pim6sd/mld6.c
diff -u pim6sd/mld6.c.orig pim6sd/mld6.c
--- pim6sd/mld6.c.orig Wed Apr 3 11:47:04 2002
+++ pim6sd/mld6.c Sun Jun 16 20:13:39 2002
@@ -117,7 +117,7 @@
/* Externals */
-extern struct in6_addr in6addr_linklocal_allnodes;
+extern const struct in6_addr in6addr_linklocal_allnodes;
/* local variables. */
static struct sockaddr_in6 dst = {sizeof(dst), AF_INET6};

View File

@ -1,13 +0,0 @@
Index: pim6sd/mld6_proto.c
diff -u pim6sd/mld6_proto.c.orig pim6sd/mld6_proto.c
--- pim6sd/mld6_proto.c.orig Tue Dec 18 12:10:42 2001
+++ pim6sd/mld6_proto.c Sun Jun 16 20:15:55 2002
@@ -119,7 +119,7 @@
#include "mld6_proto.h"
-extern struct in6_addr in6addr_any;
+extern const struct in6_addr in6addr_any;
/*