diff options
author | roy <roy@pkgsrc.org> | 2019-09-04 13:32:40 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2019-09-04 13:32:40 +0000 |
commit | 078c485994ad03834260b770187906d905eb7f6a (patch) | |
tree | de0398b7b70023862443153c30beb98914d63aa4 /net | |
parent | e8d5a6a276c3724b2e29435eea2e72641b174bbf (diff) | |
download | pkgsrc-078c485994ad03834260b770187906d905eb7f6a.tar.gz |
Import dhcpcd-8.0.4 with the following changes:
* BSD: Fixed router reachability tests
* inet6: If router unreachable, just solicit a new one
* inet6: Fon't install a default route if only lladdresses
* build: New make target import-src, only imports the bare essentials
* inet6: Stop listening to NA messages
* BSD: Listen to RTM_MISS messages
* DHCP: Fix in_cksum for Big Endian
* DHCP{,6}: Don't log an error if the lease file is truncated
* Solaris: Now fully supported!
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 96d42e05502..733b45c420f 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.87 2019/08/21 17:08:33 roy Exp $ +# $NetBSD: Makefile,v 1.88 2019/09/04 13:32:40 roy Exp $ -DISTNAME= dhcpcd-8.0.3 +DISTNAME= dhcpcd-8.0.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 a6bc9820246..2bb9c1e8ff3 100644 --- a/net/dhcpcd/distinfo +++ b/net/dhcpcd/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.84 2019/08/21 17:08:33 roy Exp $ +$NetBSD: distinfo,v 1.85 2019/09/04 13:32:40 roy Exp $ -SHA1 (dhcpcd-8.0.3.tar.xz) = 039739364dd494c3f49a4a924bc46e58506ea520 -RMD160 (dhcpcd-8.0.3.tar.xz) = aa03ef190208c9d3bc355eab8c619883c69a5d26 -SHA512 (dhcpcd-8.0.3.tar.xz) = 0a740286181e1b24e7ac5157f60727c2a3abd81080235efc8ba86628bb8e2aa877b8d9348055c16cdae1a819f443afbf452907a25152bb936a6dc72f3a179944 -Size (dhcpcd-8.0.3.tar.xz) = 223104 bytes +SHA1 (dhcpcd-8.0.4.tar.xz) = e20990045d546e73a661a6715d9a9420f1382318 +RMD160 (dhcpcd-8.0.4.tar.xz) = 162b929a662b66be12b2966bb8837baa68297a9d +SHA512 (dhcpcd-8.0.4.tar.xz) = d5ea895b841a1afcabd50013800f567c0a9c077cd409ec18c5442b3da6bac814db5e9ae4a4218076eb5119bd7ccb732d3f58e22dcbba38ede26ee668f9733ec4 +Size (dhcpcd-8.0.4.tar.xz) = 224236 bytes |