Date: Mon, 7 Mar 2016 12:49:46 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410518 - in head/net/dhcp6: . files Message-ID: <201603071249.u27Cnk0k014956@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hrs Date: Mon Mar 7 12:49:46 2016 New Revision: 410518 URL: https://svnweb.freebsd.org/changeset/ports/410518 Log: Revert a patch to avoid na_ifaddrconf() when renewing an IA-NA address. This patch prevented from updating the address lifetime. Reported by: garga and pfSense Bug #5955 Deleted: head/net/dhcp6/files/patch-addrconf.c Modified: head/net/dhcp6/Makefile Modified: head/net/dhcp6/Makefile ============================================================================== --- head/net/dhcp6/Makefile Mon Mar 7 11:08:18 2016 (r410517) +++ head/net/dhcp6/Makefile Mon Mar 7 12:49:46 2016 (r410518) @@ -3,7 +3,7 @@ PORTNAME= dhcp6 PORTVERSION= 20080615 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net ipv6 MASTER_SITES= SF/wide-dhcpv6/wide-dhcpv6/wide-dhcpv6-${PORTVERSION} DISTNAME= wide-dhcpv6-${PORTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603071249.u27Cnk0k014956>