diff options
author | roy <roy@pkgsrc.org> | 2020-11-28 14:30:13 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2020-11-28 14:30:13 +0000 |
commit | 9ec06cd57068217d62564f59426c9c1fb7e5df25 (patch) | |
tree | 6cb2bbbfa03e5076d7cb20eebb634f01763c5d32 /net | |
parent | da1c4d5c954687a750921f9420e222b7468798a1 (diff) | |
download | pkgsrc-9ec06cd57068217d62564f59426c9c1fb7e5df25.tar.gz |
Update to dhcpcd-9.3.4 with the following changes:
* DHCP: If error adding the address in oneshot, exit with failure
* DHCP: Only listen to the address if we successfully added it
* DHCP6: Fix segfault introduced in dhcpcd-9.3.3
* DHCP6: Abort in test mode when an error is returned by server
* options: allow --ia_na=1 and --ia_pd=2 on the command line
* options: Allow duid to take a value
Diffstat (limited to 'net')
-rw-r--r-- | net/dhcpcd/Makefile | 4 | ||||
-rw-r--r-- | net/dhcpcd/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile index 394fd87b87c..4ed26f280a8 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.108 2020/11/20 13:27:23 roy Exp $ +# $NetBSD: Makefile,v 1.109 2020/11/28 14:30:13 roy Exp $ -DISTNAME= dhcpcd-9.3.3 +DISTNAME= dhcpcd-9.3.4 PKGNAME= ${DISTNAME:S/-rc/rc/} CATEGORIES= net MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/ diff --git a/net/dhcpcd/distinfo b/net/dhcpcd/distinfo index e15a6495f78..6fe061ecda1 100644 --- a/net/dhcpcd/distinfo +++ b/net/dhcpcd/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.105 2020/11/20 13:27:23 roy Exp $ +$NetBSD: distinfo,v 1.106 2020/11/28 14:30:13 roy Exp $ -SHA1 (dhcpcd-9.3.3.tar.xz) = 38b97444f2cec79585684bf891f94be83dd5d57a -RMD160 (dhcpcd-9.3.3.tar.xz) = d4763702b1471f0905d76b9f4a8bda7873d57b2b -SHA512 (dhcpcd-9.3.3.tar.xz) = 1ff58107fe7e45a42c8da32ce6554244c1cac289e0c207f7dd29f5fcab1a2aadd66434604cd35e979e0aa138de9d968e9360b5339d3f233e6c1a83d7a20799c4 -Size (dhcpcd-9.3.3.tar.xz) = 254972 bytes +SHA1 (dhcpcd-9.3.4.tar.xz) = c0883be5c09fb584f7e5a2bdcab2c3490dcae93e +RMD160 (dhcpcd-9.3.4.tar.xz) = c4cbd36ec31334f52106b5fe92f6aec798b86e2f +SHA512 (dhcpcd-9.3.4.tar.xz) = 00125cbed9a20ba016cbb383c02ce61a58482dcf6c46144e573ee3759dbaf19b5f470eaf19038197d0ff4249c852773c537294bab30b5bf3f5bae4d754741517 +Size (dhcpcd-9.3.4.tar.xz) = 255212 bytes |