svn commit: r410518 - in head/net/dhcp6: . files
Hiroki Sato
hrs at FreeBSD.org
Mon Mar 7 12:49:47 UTC 2016
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}
More information about the svn-ports-all
mailing list