diff options
author | hrs <hrs@FreeBSD.org> | 2017-03-01 14:12:29 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2017-03-01 14:12:29 +0800 |
commit | 3a3ac4aa08839a6056bbf61fa5c2a8e63cefd5d2 (patch) | |
tree | 8c035f756bd380c4618b98a7d95cfd1d3d6bf536 /net | |
parent | a5174816cabb709c8caf9fadf08abfe783688c98 (diff) | |
download | freebsd-ports-gnome-3a3ac4aa08839a6056bbf61fa5c2a8e63cefd5d2.tar.gz freebsd-ports-gnome-3a3ac4aa08839a6056bbf61fa5c2a8e63cefd5d2.tar.zst freebsd-ports-gnome-3a3ac4aa08839a6056bbf61fa5c2a8e63cefd5d2.zip |
Update to 20080615.2. Changes include:
- Remove the PID file just before dhcp6c actually exits.
- Set a DHCPv6 state keyword to an environment variable "REASON" which
is passed to the client script when receiving a REPLY message instead of
"NBI".
- Add a signal handler for SIGUSR1 to forcibly exit without
releasing the obtained addresses.
- Add a new script event "EXIT", which is invoked when dhcp6c exits.
Reference: https://github.com/hrs-allbsd/wide-dhcpv6/pull/5
Diffstat (limited to 'net')
-rw-r--r-- | net/dhcp6/Makefile | 2 | ||||
-rw-r--r-- | net/dhcp6/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/dhcp6/Makefile b/net/dhcp6/Makefile index ffe65308655e..112ce8c1b4bb 100644 --- a/net/dhcp6/Makefile +++ b/net/dhcp6/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dhcp6 -PORTVERSION= 20080615.1 +PORTVERSION= 20080615.2 DISTVERSIONPREFIX= v CATEGORIES= net ipv6 diff --git a/net/dhcp6/distinfo b/net/dhcp6/distinfo index c2b0baf32495..e430dcadacf7 100644 --- a/net/dhcp6/distinfo +++ b/net/dhcp6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1482135497 -SHA256 (hrs-allbsd-wide-dhcpv6-v20080615.1_GH0.tar.gz) = 3731bc5bf709627f14d0ffe7805a08055f3f483376ca49e6da708a12dddc0f42 -SIZE (hrs-allbsd-wide-dhcpv6-v20080615.1_GH0.tar.gz) = 195171 +TIMESTAMP = 1488348615 +SHA256 (hrs-allbsd-wide-dhcpv6-v20080615.2_GH0.tar.gz) = 49c2a5135d41ca00544d60bff02866cd1b2717470c7c5247996bb58f428420c2 +SIZE (hrs-allbsd-wide-dhcpv6-v20080615.2_GH0.tar.gz) = 195413 |