diff options
author | roy <roy@pkgsrc.org> | 2020-11-20 13:27:23 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2020-11-20 13:27:23 +0000 |
commit | b416b03d91086b3e431661cd88e6a14c0e57cb1d (patch) | |
tree | 0b649f7fec009cf92b04be3fe8632bd94e30b88c /net/dhcpcd/Makefile | |
parent | 0dea701fb8ec818fe0d017700d6781bf4f6e02f8 (diff) | |
download | pkgsrc-b416b03d91086b3e431661cd88e6a14c0e57cb1d.tar.gz |
Update to dhcpcd-9.3.3 with the following changes:
* dhcpcd: Don't create a launcher process if keeping in foreground
* dhcpcd: Add --noconfigure option
* control: Create an unpriv socket for non master mode
* options: Don't log unknown ones when printing pidfile location
* privsep: Fix Linux ARM32 and operating over a serial terminal
* Linux: Fix detection of IPv4 addresses
* Linux: Fix namespace matching issue
Diffstat (limited to 'net/dhcpcd/Makefile')
-rw-r--r-- | net/dhcpcd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile index 0b9411345e4..394fd87b87c 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.107 2020/11/01 14:27:43 roy Exp $ +# $NetBSD: Makefile,v 1.108 2020/11/20 13:27:23 roy Exp $ -DISTNAME= dhcpcd-9.3.2 +DISTNAME= dhcpcd-9.3.3 PKGNAME= ${DISTNAME:S/-rc/rc/} CATEGORIES= net MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/ |