ports/160648: [maintainer] [patch] net/ndisc6 update to latest version

Mikhail T. m.tsatsenko at gmail.com
Sun Sep 11 01:00:30 UTC 2011


>Number:         160648
>Category:       ports
>Synopsis:       [maintainer] [patch] net/ndisc6 update to latest version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 11 01:00:29 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Mikhail T.
>Release:        
>Organization:
>Environment:
>Description:
Update port to 1.0.2
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: ndisc6/Makefile
===================================================================
RCS file: /home/ncvs/ports/net/ndisc6/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- ndisc6/Makefile	24 Jul 2011 17:27:35 -0000	1.14
+++ ndisc6/Makefile	11 Sep 2011 00:52:07 -0000
@@ -6,11 +6,10 @@
 #
 
 PORTNAME=	ndisc6
-PORTVERSION=	1.0.1
-PORTREVISION=	1
+PORTVERSION=	1.0.2
 CATEGORIES=	net ipv6
-MASTER_SITES=	http://www.remlab.net/files/ndisc6/archive/ \
-		http://people.via.ecp.fr/~rem/www.remlab.net/files/ndisc6/archive/
+MASTER_SITES=	http://www.remlab.net/files/ndisc6/ \
+		http://people.via.ecp.fr/~rem/www.remlab.net/files/ndisc6/
 
 MAINTAINER=	m.tsatsenko at gmail.com
 COMMENT=	IPv6 network diagnostic tools
Index: ndisc6/distinfo
===================================================================
RCS file: /home/ncvs/ports/net/ndisc6/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- ndisc6/distinfo	21 Apr 2011 09:39:58 -0000	1.5
+++ ndisc6/distinfo	11 Sep 2011 00:52:07 -0000
@@ -1,2 +1,2 @@
-SHA256 (ndisc6-1.0.1.tar.bz2) = 1daf9e08783d85aebe1e564d6e83d5a3d57baa231de98cc0d621ce3f7a62efdd
-SIZE (ndisc6-1.0.1.tar.bz2) = 237621
+SHA256 (ndisc6-1.0.2.tar.bz2) = 6acec8a0cb9efa3ac98456f46c3016aeec0598b0c7557c95242b5228ad62ca7a
+SIZE (ndisc6-1.0.2.tar.bz2) = 239249
Index: ndisc6/files/patch-rdnssd-rdnssd.c
===================================================================
RCS file: ndisc6/files/patch-rdnssd-rdnssd.c
diff -N ndisc6/files/patch-rdnssd-rdnssd.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ ndisc6/files/patch-rdnssd-rdnssd.c	11 Sep 2011 00:52:07 -0000
@@ -0,0 +1,10 @@
+--- rdnssd/rdnssd.c.orig	2011-09-10 14:20:44.451134584 +0400
++++ rdnssd/rdnssd.c	2011-09-10 14:21:09.758658207 +0400
+@@ -29,6 +29,7 @@
+ #include <stdbool.h>
+ #include <locale.h>
+ #include <signal.h>
++#include <stdint.h>
+ 
+ #include <sys/types.h>
+ #include <sys/stat.h>
Index: ndisc6/files/patch-src-ndisc.c
===================================================================
RCS file: ndisc6/files/patch-src-ndisc.c
diff -N ndisc6/files/patch-src-ndisc.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ ndisc6/files/patch-src-ndisc.c	11 Sep 2011 00:52:07 -0000
@@ -0,0 +1,11 @@
+--- src/ndisc.c.orig	2011-09-10 14:17:49.714181834 +0400
++++ src/ndisc.c	2011-09-10 14:17:51.893973268 +0400
+@@ -440,8 +440,6 @@
+ 		        gettext ((v & ND_RA_FLAG_MANAGED) ? N_ ("Yes") : N_("No")));
+ 		printf (_("Stateful other conf.      :          %3s\n"),
+ 		        gettext ((v & ND_RA_FLAG_OTHER) ? N_ ("Yes") : N_("No")));
+-		printf (_("Mobile home agent         :          %3s\n"),
+-		        gettext ((v & ND_RA_FLAG_HOME_AGENT) ? N_ ("Yes") : N_("No")));
+ 		printf (_("Router preference         :       %6s\n"), pref_i2n (v));
+ 		printf (_("Neighbor discovery proxy  :          %3s\n"),
+ 		        gettext ((v & 0x04) ? N_ ("Yes") : N_("No")));


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



More information about the freebsd-ports-bugs mailing list