diff options
author | pi <pi@FreeBSD.org> | 2015-12-05 02:46:29 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-12-05 02:46:29 +0800 |
commit | a4a6a2ede64c1774d9e3f387ad4cb023ad91463c (patch) | |
tree | 38f0bc203d0e5ba8ab5da61f01efe9dfd3215a21 /net | |
parent | e629e0ab847f55cd65478315487ab0b98a1502d1 (diff) | |
download | freebsd-ports-graphics-a4a6a2ede64c1774d9e3f387ad4cb023ad91463c.tar.gz freebsd-ports-graphics-a4a6a2ede64c1774d9e3f387ad4cb023ad91463c.tar.zst freebsd-ports-graphics-a4a6a2ede64c1774d9e3f387ad4cb023ad91463c.zip |
net/dhcpcd: 6.9.3 -> 6.9.4
Changes:
- dhcpcd will now configure chrony if installed and ntp isn't
- replace the SixRD decode function with a generic definition
- try harder to ensure only 1 lladdr exists per interface on BSD
- change IPv6 routes on MTU change
- -p works with -x on an already running process started without -p
- fix TEST for IPv4LL
- Correct size allocation for prefix delegation, thanks to Jade
- Add an option to enable DHCPv6 Information Request without the
need for dhcpcd to recieve an IPv6 Router Advertisement with the
Other Configuration bit set.
- Introduce the optional option type, which allows embedded options
to be optional
- Mark our logger function as sysloglike because we enjoy using %m
- Don't check link state if not instruted to before working out if
we can fork early or not.
- Add a -N --renew option to renew any existing address early
- Obey the hostname_short option even for configured FQDN hostnames
- -U, --dumplease now works with standard input.
It no longer works with a filename.
- If dumping leases, skip authentication and address expiry checks
- Fix adding static routes via a gateway on BSD
- Always send LOG_DEBUG to syslog(3) even if we are in quiet mode.
It's upto syslog to filter it.
- If testing or dumping leases, don't send to syslog only
stdout/stderr.
PR: 204936
Submitted by: roy@marples.name (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/dhcpcd/Makefile | 2 | ||||
-rw-r--r-- | net/dhcpcd/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile index 9624050b6af..26cbdc9ef71 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dhcpcd -PORTVERSION= 6.9.3 +PORTVERSION= 6.9.4 CATEGORIES= net MASTER_SITES= http://roy.marples.name/downloads/dhcpcd/ \ http://roy.aydogan.net/dhcpcd/ \ diff --git a/net/dhcpcd/distinfo b/net/dhcpcd/distinfo index 6f9f30a1e00..af5c464daed 100644 --- a/net/dhcpcd/distinfo +++ b/net/dhcpcd/distinfo @@ -1,2 +1,2 @@ -SHA256 (dhcpcd-6.9.3.tar.xz) = 6089471ed695fa62ac8351466b96b4b6365fd14ec455a120a6524663808eae53 -SIZE (dhcpcd-6.9.3.tar.xz) = 176320 +SHA256 (dhcpcd-6.9.4.tar.xz) = c3f3ff7473ef158a1e71db9aea7424df2c3477ad064e2b542f27948a5abc9ba0 +SIZE (dhcpcd-6.9.4.tar.xz) = 178632 |