Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Mar 2017 06:12:29 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r435121 - head/net/dhcp6
Message-ID:  <201703010612.v216CTPB061916@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Wed Mar  1 06:12:29 2017
New Revision: 435121
URL: https://svnweb.freebsd.org/changeset/ports/435121

Log:
  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

Modified:
  head/net/dhcp6/Makefile
  head/net/dhcp6/distinfo

Modified: head/net/dhcp6/Makefile
==============================================================================
--- head/net/dhcp6/Makefile	Wed Mar  1 03:52:09 2017	(r435120)
+++ head/net/dhcp6/Makefile	Wed Mar  1 06:12:29 2017	(r435121)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dhcp6
-PORTVERSION=	20080615.1
+PORTVERSION=	20080615.2
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net ipv6
 

Modified: head/net/dhcp6/distinfo
==============================================================================
--- head/net/dhcp6/distinfo	Wed Mar  1 03:52:09 2017	(r435120)
+++ head/net/dhcp6/distinfo	Wed Mar  1 06:12:29 2017	(r435121)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703010612.v216CTPB061916>