Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/dhcpcd/dist/src Import dhcpcd-8.1.3 with the fo...



details:   https://anonhg.NetBSD.org/src/rev/61373807fd0e
branches:  trunk
changeset: 847374:61373807fd0e
user:      roy <roy%NetBSD.org@localhost>
date:      Fri Dec 20 12:00:18 2019 +0000

description:
Import dhcpcd-8.1.3 with the following changes:

 * dhcpcd: Only report SSID when we have a carrier
 * 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

diffstat:

 external/bsd/dhcpcd/dist/src/defs.h            |  2 +-
 external/bsd/dhcpcd/dist/src/dhcp.h            |  2 ++
 external/bsd/dhcpcd/dist/src/dhcpcd-embedded.c |  2 +-
 external/bsd/dhcpcd/dist/src/dhcpcd.conf.5.in  |  4 ++--
 4 files changed, 6 insertions(+), 4 deletions(-)

diffs (57 lines):

diff -r 9d608269cd66 -r 61373807fd0e external/bsd/dhcpcd/dist/src/defs.h
--- a/external/bsd/dhcpcd/dist/src/defs.h       Fri Dec 20 07:16:43 2019 +0000
+++ b/external/bsd/dhcpcd/dist/src/defs.h       Fri Dec 20 12:00:18 2019 +0000
@@ -29,7 +29,7 @@
 #define CONFIG_H
 
 #define PACKAGE                        "dhcpcd"
-#define VERSION                        "8.1.2"
+#define VERSION                        "8.1.3"
 
 #ifndef CONFIG
 # define CONFIG                        SYSCONFDIR "/" PACKAGE ".conf"
diff -r 9d608269cd66 -r 61373807fd0e external/bsd/dhcpcd/dist/src/dhcp.h
--- a/external/bsd/dhcpcd/dist/src/dhcp.h       Fri Dec 20 07:16:43 2019 +0000
+++ b/external/bsd/dhcpcd/dist/src/dhcp.h       Fri Dec 20 12:00:18 2019 +0000
@@ -164,6 +164,8 @@
        /* DHCP allows a variable length vendor area */
 };
 
+#define        DHCP_MIN_LEN            (offsetof(struct bootp, vend) + 4)
+
 struct bootp_pkt
 {
        struct ip ip;
diff -r 9d608269cd66 -r 61373807fd0e external/bsd/dhcpcd/dist/src/dhcpcd-embedded.c
--- a/external/bsd/dhcpcd/dist/src/dhcpcd-embedded.c    Fri Dec 20 07:16:43 2019 +0000
+++ b/external/bsd/dhcpcd/dist/src/dhcpcd-embedded.c    Fri Dec 20 12:00:18 2019 +0000
@@ -413,7 +413,7 @@
 "define6 56 encap ntp_server",
 "encap 1 ip6address addr",
 "encap 2 ip6address mcast_addr",
-"encap 3 ip6address fqdn",
+"encap 3 domain fqdn",
 "define6 57 domain access_domain",
 "define6 58 array domain sip_ua_cs_list",
 "define6 59 string bootfile_url",
diff -r 9d608269cd66 -r 61373807fd0e external/bsd/dhcpcd/dist/src/dhcpcd.conf.5.in
--- a/external/bsd/dhcpcd/dist/src/dhcpcd.conf.5.in     Fri Dec 20 07:16:43 2019 +0000
+++ b/external/bsd/dhcpcd/dist/src/dhcpcd.conf.5.in     Fri Dec 20 12:00:18 2019 +0000
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd September 8, 2019
+.Dd November 15, 2019
 .Dt DHCPCD.CONF 5
 .Os
 .Sh NAME
@@ -85,7 +85,7 @@
 .Ar token
 then
 .Ar algorithm is
-snd_secretid/rcv_secretid so you can send and recieve different tokens.
+snd_secretid/rcv_secretid so you can send and receive different tokens.
 .It Ic authtoken Ar secretid Ar realm Ar expire Ar key
 Define a shared key for use in authentication.
 .Ar realm



Home | Main Index | Thread Index | Old Index