Bug 204936 - net/dhcpcd: Update to 6.9.4
Summary: net/dhcpcd: Update to 6.9.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords: easy, needs-qa, patch
Depends on:
Blocks:
 
Reported: 2015-12-01 14:48 UTC by roy
Modified: 2015-12-04 18:50 UTC (History)
1 user (show)

See Also:


Attachments
net/dhcpcd: update 6.9.3 -> 6.9.4 (990 bytes, patch)
2015-12-01 14:48 UTC, roy
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description roy 2015-12-01 14:48:24 UTC
Created attachment 163708 [details]
net/dhcpcd: update 6.9.3 -> 6.9.4

dhcpcd-6.9.4 has been released with the following 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.
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2015-12-02 08:19:27 UTC
Thanks Roy!

Can you confirm this passes QA (poudriere, portlint) please

Also, set maintainer-approval to "+" on any patches you author (and thus approve) yourself
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2015-12-04 18:19:30 UTC
testing@work.
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-12-04 18:47:00 UTC
A commit references this bug:

Author: pi
Date: Fri Dec  4 18:46:30 UTC 2015
New revision: 403006
URL: https://svnweb.freebsd.org/changeset/ports/403006

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

Changes:
  head/net/dhcpcd/Makefile
  head/net/dhcpcd/distinfo
Comment 4 Kurt Jaeger freebsd_committer freebsd_triage 2015-12-04 18:49:59 UTC
test-builds are fine, committed, thanks.