Skip to content

Commit

Permalink
Update to 20080615.2. Changes include:
Browse files Browse the repository at this point in the history
- 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:	hrs-allbsd/wide-dhcpv6#5
  • Loading branch information
hrs-allbsd committed Mar 1, 2017
1 parent a517481 commit 3a3ac4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion net/dhcp6/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= dhcp6
PORTVERSION= 20080615.1
PORTVERSION= 20080615.2
DISTVERSIONPREFIX= v
CATEGORIES= net ipv6

Expand Down
6 changes: 3 additions & 3 deletions net/dhcp6/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3a3ac4a

Please sign in to comment.