ports/69900: maintainer update: net/mad_fcl version 1.0 (SSM support)

Janos Mohacsi mohacsi at niif.hu
Mon Aug 2 11:30:28 UTC 2004


>Number:         69900
>Category:       ports
>Synopsis:       maintainer update: net/mad_fcl version 1.0 (SSM support)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 02 11:30:22 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Janos Mohacsi
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
NIIF/HUNGARNET
>Environment:
System: FreeBSD scone.ki.iif.hu 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Mon Jul 26 15:16:09 CEST 2004 root at scone.ki.iif.hu:/usr/obj/usr/src/sys/SCONE i386

>Description:
	Maintainer update to net/mad_fcl version 1.0
	Changes: 
	- Bugfix to support Source Specific Multicast with KAME kernel
	
>How-To-Repeat:
	Apply this diff.
>Fix:

diff -ruN mad_fcl.bak/Makefile mad_fcl/Makefile
--- mad_fcl.bak/Makefile	Fri Jun 25 15:29:57 2004
+++ mad_fcl/Makefile	Mon Aug  2 11:56:14 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=	mad_fcl
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://www.atm.tut.fi/mad/download/
 DISTNAME=	${PORTNAME}_v${PORTVERSION}_src
diff -ruN mad_fcl.bak/files/patch-alclib_linux__ssm.h mad_fcl/files/patch-alclib_linux__ssm.h
--- mad_fcl.bak/files/patch-alclib_linux__ssm.h	Thu Jan  1 01:00:00 1970
+++ mad_fcl/files/patch-alclib_linux__ssm.h	Mon Aug  2 11:52:18 2004
@@ -0,0 +1,32 @@
+
+$FreeBSD$
+
+--- alclib/linux_ssm.h.orig	Fri Jul 30 14:15:54 2004
++++ alclib/linux_ssm.h	Mon Aug  2 11:50:48 2004
+@@ -33,12 +33,12 @@
+ 
+ struct ip_mreq_source {
+   struct in_addr imr_multiaddr;  /* IP address of group */
+-  struct in_addr imr_interface;  /* IP address of interface */
+   struct in_addr imr_sourceaddr; /* IP address of source */
++  struct in_addr imr_interface;  /* IP address of interface */
+ };
+ 
+-#define IP_ADD_SOURCE_MEMBERSHIP        39
+-#define IP_DROP_SOURCE_MEMBERSHIP       40
++#define IP_ADD_SOURCE_MEMBERSHIP        25
++#define IP_DROP_SOURCE_MEMBERSHIP       26
+ 
+ #endif
+ 
+@@ -54,8 +54,8 @@
+       struct sockaddr_storage gsr_source;    /* source address */
+    };
+ 
+-#define MCAST_JOIN_SOURCE_GROUP  46
+-#define MCAST_LEAVE_SOURCE_GROUP  47
++#define MCAST_JOIN_SOURCE_GROUP  74
++#define MCAST_LEAVE_SOURCE_GROUP  75
+ 
+ #endif
+ 

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list