diff options
author | suz <suz@FreeBSD.org> | 2006-09-02 17:59:15 +0800 |
---|---|---|
committer | suz <suz@FreeBSD.org> | 2006-09-02 17:59:15 +0800 |
commit | e6eac6f33080a5ff59b6b8a3ead6e52d556e3505 (patch) | |
tree | 0b97ce93b6684194b469b08b44236f0ebbe5539b /net | |
parent | 42c8da3ae833c2ef4bed84767b7adc3389265431 (diff) | |
download | freebsd-ports-gnome-e6eac6f33080a5ff59b6b8a3ead6e52d556e3505.tar.gz freebsd-ports-gnome-e6eac6f33080a5ff59b6b8a3ead6e52d556e3505.tar.zst freebsd-ports-gnome-e6eac6f33080a5ff59b6b8a3ead6e52d556e3505.zip |
update to the latest package
Diffstat (limited to 'net')
-rw-r--r-- | net/dhcp6/Makefile | 2 | ||||
-rw-r--r-- | net/dhcp6/distinfo | 6 | ||||
-rw-r--r-- | net/dhcp6/files/patch-lease.c | 28 | ||||
-rw-r--r-- | net/dhcp6/pkg-descr | 30 |
4 files changed, 18 insertions, 48 deletions
diff --git a/net/dhcp6/Makefile b/net/dhcp6/Makefile index 62d727579bda..fb9ea1560851 100644 --- a/net/dhcp6/Makefile +++ b/net/dhcp6/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dhcp6 -PORTVERSION= 20060322 +PORTVERSION= 20060902 #PORTREVISION= 0 CATEGORIES= net ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff --git a/net/dhcp6/distinfo b/net/dhcp6/distinfo index 97d1f8967e69..bd019dd325ae 100644 --- a/net/dhcp6/distinfo +++ b/net/dhcp6/distinfo @@ -1,3 +1,3 @@ -MD5 (wide-dhcpv6-20060322.tar.gz) = f6464d893b7b8fdeb7ea941ac8532ed9 -SHA256 (wide-dhcpv6-20060322.tar.gz) = 2902335f71a3c782375064889c5d9154583a97453464eab6ca5d1eb99f24aed5 -SIZE (wide-dhcpv6-20060322.tar.gz) = 161026 +MD5 (wide-dhcpv6-20060902.tar.gz) = 705c0e3b072f583676c21dc0032f5674 +SHA256 (wide-dhcpv6-20060902.tar.gz) = 1507ed4bd4bbbf12f39a8519d84ea436af100ae93d728e5c0fa612a722787d4e +SIZE (wide-dhcpv6-20060902.tar.gz) = 164658 diff --git a/net/dhcp6/files/patch-lease.c b/net/dhcp6/files/patch-lease.c deleted file mode 100644 index 3baad14ee375..000000000000 --- a/net/dhcp6/files/patch-lease.c +++ /dev/null @@ -1,28 +0,0 @@ ---- lease.c.orig Thu Jan 26 07:48:28 2006 -+++ lease.c Thu Jun 8 22:05:22 2006 -@@ -33,6 +33,16 @@ - #include <string.h> - #include <sys/socket.h> - #include <sys/queue.h> -+#if TIME_WITH_SYS_TIME -+# include <sys/time.h> -+# include <time.h> -+#else -+# if HAVE_SYS_TIME_H -+# include <sys/time.h> -+# else -+# include <time.h> -+# endif -+#endif - #include <netinet/in.h> - #include "dhcp6.h" - #include "config.h" -@@ -45,7 +55,7 @@ - - struct hash_entry { - LIST_ENTRY(hash_entry) list; -- char val[]; -+ char *val; - }; - - LIST_HEAD(hash_head, hash_entry); diff --git a/net/dhcp6/pkg-descr b/net/dhcp6/pkg-descr index dce52f79d0d1..96579edfc74b 100644 --- a/net/dhcp6/pkg-descr +++ b/net/dhcp6/pkg-descr @@ -1,22 +1,20 @@ -kame-dhcp6 is an open-source implementation of Dynamic Host -Configuration Protocol for IPv6 (DHCPv6) developed by the KAME -project. +WIDE-DHCPv6 is an open-source implementation of Dynamic Host +Configuration Protocol for IPv6 (DHCPv6), originally developed +by the KAME project. The implementation mainly conforms to the following standards: - RFC3315: Dynamic Host Configuration Protocol for IPv6 (DHCPv6) -- RFC3319: Dynamic Host Configuration Protocol (DHCPv6) Options - for Session Initiation Protocol (SIP) Servers -- RFC3633: IPv6 Prefix Options for Dynamic Host Configuration - Protocol (DHCP) -- RFC3646: DNS Configuration options for Dynamic Host - Configuration Protocol for IPv6 (DHCPv6) +- RFC3319: DHCPv6 Options for Session Initiation Protocol (SIP) Servers +- RFC3633: IPv6 Prefix Options for DHCP +- RFC3646: DNS Configuration options for DHCPv6 +- RFC3898: Network Information Service (NIS) Configuration Options for DHCPv6 +- RFC4075: Simple Network Time Protocol (SNTP) Configuration Option for DHCPv6 +- RFC4242: Information Refresh Time Option for DHCPv6 +- RFC4280: DHCP Options for Broadcast and Multicast Control Servers -Note that the current implementation does not support IPv6 address -allocation by DHCPv6, and there is no plan to implement that feature -at the moment. The main purpose of this implementation is to provide -a way of IPv6 prefix delegation (RFC3633) and to provide some -"stateless" configuration information such as DNS recursive server -addresses. +Note that the current implementation does not support temporary +IPv6 address allocation by DHCPv6, and there is no plan to +implement that feature at the moment. -WWW: http://www.kame.net/ +WWW: http://wide-dhcpv6.sourceforge.net/. |