diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2016-03-07 12:49:46 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2016-03-07 12:49:46 +0000 |
commit | 1df55d7f184c2562ade783bdc16fc89b0b779006 (patch) | |
tree | 60e6acd293fa4338387c217db2c9b6f11fa8f843 /net/dhcp6 | |
parent | 3aed8c1c105b720aa8fa08efbcc0fa2f5fc3cb6e (diff) | |
download | ports-1df55d7f184c2562ade783bdc16fc89b0b779006.tar.gz ports-1df55d7f184c2562ade783bdc16fc89b0b779006.zip |
Notes
Diffstat (limited to 'net/dhcp6')
-rw-r--r-- | net/dhcp6/Makefile | 2 | ||||
-rw-r--r-- | net/dhcp6/files/patch-addrconf.c | 11 |
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); - |