diff options
| author | martin <martin@NetBSD.org> | 2020-01-05 09:38:28 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2020-01-05 09:38:28 +0000 |
| commit | 3a80dcb7352a4bb14079dacb88984b03c1df9991 (patch) | |
| tree | 22a6e936ff15390e5f2ec9c155a3d5268a280276 /doc/3RDPARTY | |
| parent | e506d49008a846909c9c360c745c8ea73e195b19 (diff) | |
Pull up the following, requested by roy in ticket #602:
external/bsd/dhcpcd/dist/hooks/dhcpcd-run-hooks.in up to 1.4
external/bsd/dhcpcd/dist/src/defs.h up to 1.1.1.36
external/bsd/dhcpcd/dist/src/dhcp.c up to 1.31
external/bsd/dhcpcd/dist/src/dhcp.h up to 1.1.1.14
external/bsd/dhcpcd/dist/src/dhcp6.c up to 1.15
external/bsd/dhcpcd/dist/src/dhcpcd-embedded.c up to 1.1.1.3
external/bsd/dhcpcd/dist/src/dhcpcd.c up to 1.31
external/bsd/dhcpcd/dist/src/dhcpcd.conf.5.in up to 1.1.1.16
external/bsd/dhcpcd/dist/src/if-options.c up to 1.20
external/bsd/dhcpcd/dist/src/ipv4.c up to 1.1.1.20
external/bsd/dhcpcd/dist/src/ipv6.c up to 1.7
external/bsd/dhcpcd/dist/src/ipv6.h up to 1.7
external/bsd/dhcpcd/dist/src/ipv6nd.c up to 1.15
doc/3RDPARTY (manually updated)
Import dhcpcd 8.1.5, which fixes:
* IPv6ND: Fix reachable test
* DHCP6: Work better with infinite addresses
* DHCP6: Suboption 3 of NTP Server is a FQDN
* DHCP6: Fix deprecating a delegated prefix
* DHCP: Ensure we have a lease to extract options from
* options: Fix allocating the script option
* inet: Allow forcing a host route from an interface without a lease
* dhcpcd: Don't wait for an address family to complete if not using it
Diffstat (limited to 'doc/3RDPARTY')
| -rw-r--r-- | doc/3RDPARTY | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/3RDPARTY b/doc/3RDPARTY index b9de5b2bcc3..de05d6fdf12 100644 --- a/doc/3RDPARTY +++ b/doc/3RDPARTY @@ -1,4 +1,4 @@ -# $NetBSD: 3RDPARTY,v 1.1640.2.8 2019/11/24 08:30:27 martin Exp $ +# $NetBSD: 3RDPARTY,v 1.1640.2.9 2020/01/05 09:38:28 martin Exp $ # # This file contains a list of the software that has been integrated into # NetBSD where we are not the primary maintainer. @@ -341,12 +341,12 @@ Notes: Use the dhcp2netbsd script. Package: dhcpcd -Version: 8.1.2 -Current Vers: 8.1.2 +Version: 8.1.5 +Current Vers: 8.1.5 Maintainer: roy Archive Site: ftp://roy.marples.name/pub/dhcpcd/ Home Page: http://roy.marples.name/projects/dhcpcd/ -Date: 2019-11-13 +Date: 2020-01-03 Mailing List: dhcpcd-discuss@marples.name License: BSD (2-clause) Location: external/bsd/dhcpcd/dist |
