diff options
author | roy <roy@pkgsrc.org> | 2020-07-02 14:05:31 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2020-07-02 14:05:31 +0000 |
commit | e37a967f2aec9c8a2d4bee470cf94ad684fb0602 (patch) | |
tree | cadf214c5e5f4f238ca17059b521f5b06c562eb1 /net/dhcpcd | |
parent | e65be72cc1597e187590a0fdba69f4e2e32c700b (diff) | |
download | pkgsrc-e37a967f2aec9c8a2d4bee470cf94ad684fb0602.tar.gz |
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
Diffstat (limited to 'net/dhcpcd')
-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 900afbe5cc7..86c8092c793 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -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/ diff --git a/net/dhcpcd/distinfo b/net/dhcpcd/distinfo index 4958efaf866..e59eb2bbe4e 100644 --- a/net/dhcpcd/distinfo +++ b/net/dhcpcd/distinfo @@ -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 |