aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/dhcp6/Makefile2
-rw-r--r--net/dhcp6/files/patch-addrconf.c11
2 files changed, 1 insertions, 12 deletions
diff --git a/net/dhcp6/Makefile b/net/dhcp6/Makefile
index 356094664995..2e6899c1a15e 100644
--- a/net/dhcp6/Makefile
+++ b/net/dhcp6/Makefile
@@ -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}
diff --git a/net/dhcp6/files/patch-addrconf.c b/net/dhcp6/files/patch-addrconf.c
deleted file mode 100644
index c96efb7b648a..000000000000
--- a/net/dhcp6/files/patch-addrconf.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- addrconf.c.orig 2008-06-15 07:48:40 UTC
-+++ addrconf.c
-@@ -173,7 +173,7 @@ update_address(ia, addr, dhcpifp, ctlp,
- sacreate ? "create" : "update",
- in6addr2str(&addr->addr, 0), addr->pltime, addr->vltime);
-
-- if (sa->addr.vltime != 0)
-+ if (sa->addr.vltime != 0 && sacreate)
- if (na_ifaddrconf(IFADDRCONF_ADD, sa) < 0)
- return (-1);
-