Update to dhcpcd-9.1.3 with the following changes:
* configure: Fix fallout with disabling embedded config * inet6: Add support for reporting Mobile IPv6 RA's * inet6: Report RA Proxy flag if set * BSD: Allow non NetBSD and OpenBSD to set IN6_IFF_AUTOCONF * privsep: Don't handle any signals meant for the main process * eloop: Try and survive a signal storm * configure: add --with-eghook=foo * dhcpcd: Add an option to poll the interface carrier state * script: Make visible some link level parameters to lease dumping * Linux: ignore unsupported interfaces by default, such as sit0 * Linux: support aarch64 for reading cpu info * Linux: keep the generic netlink socket around to get ssid with privsep * Linux: restore fix when no address is returned by getifaddrs(3) * inet6: Don't regen temp addresses we didn't add * privsep: Don't limit file writes if logging to a file * DHCP6: Fix lease timings with nodelay option
This commit is contained in:
parent
fe27d6c09e
commit
a05b931471
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.101 2020/06/04 13:15:04 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.102 2020/07/02 14:05:31 roy Exp $
|
||||
|
||||
DISTNAME= dhcpcd-9.1.1
|
||||
DISTNAME= dhcpcd-9.1.3
|
||||
PKGNAME= ${DISTNAME:S/-rc/rc/}
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.98 2020/06/04 13:15:04 roy Exp $
|
||||
$NetBSD: distinfo,v 1.99 2020/07/02 14:05:31 roy Exp $
|
||||
|
||||
SHA1 (dhcpcd-9.1.1.tar.xz) = 400ef55d8d713b77c20c1bb7bf7ccae254ec1b45
|
||||
RMD160 (dhcpcd-9.1.1.tar.xz) = 0018a5ef2b85ffc46e1edb2fd4c4efd7fef3f530
|
||||
SHA512 (dhcpcd-9.1.1.tar.xz) = 7b1eb052293218e9b52f7ff40768eaa9db832979ffa8e4ba4724ce98bac9e9c809505b40aaebd4cf13192d0b30f2e963d34ca3b9c1e05458e86e11d06e1cbed8
|
||||
Size (dhcpcd-9.1.1.tar.xz) = 246084 bytes
|
||||
SHA1 (dhcpcd-9.1.3.tar.xz) = 5a0d19d3b5eb2af47aa74b9348e2854ea670673c
|
||||
RMD160 (dhcpcd-9.1.3.tar.xz) = 13bdcab17224087e61eaeca394004845cff6867a
|
||||
SHA512 (dhcpcd-9.1.3.tar.xz) = 23ee3212635dc6f8db9b10c41bcb1fa6fb1b87aac5e7aab4b3458915d1c169b5a54689fbc9b64ce04e445de1c61fc623461b2577fbdd25a09b80e056fbc0bda7
|
||||
Size (dhcpcd-9.1.3.tar.xz) = 249768 bytes
|
||||
|
|
Loading…
Reference in a new issue