diff options
author | roy <roy@pkgsrc.org> | 2020-10-05 15:55:15 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2020-10-05 15:55:15 +0000 |
commit | 530654a7c3eed1ea97c07b1a8be4d882d2fb58b8 (patch) | |
tree | 2e9306fff82a14020d86b645308eacb6d1f10c84 | |
parent | 0bdb942b87118c21efaa8c85e2707bfbdf998580 (diff) | |
download | pkgsrc-530654a7c3eed1ea97c07b1a8be4d882d2fb58b8.tar.gz |
Update to dhcpcd-9.3.0 with the following changes:
* dhcpcd: Backticks have been removed from quoting filenames
* dhcpcd: Only manipulate stdin, stdout and stderr if they are valid
* duid: Adjust option so the type can be specified
* logerr: Don't leak logfile fd to scripts
* privsep: Support SECCOMP on Linux
* privsep: Run the launcher process in the sandbox
* privsep: getifaddrs now carries ifa_data for BSD
* BSD: Use `ifi_link_state` as the single source of truth about carrier
* BSD: Ignore vether(4) devices by default
* Linux: If in a network namespace, don't load udev plugin
-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 7e24dd5439a..ab4229bfb49 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.104 2020/09/06 15:01:00 roy Exp $ +# $NetBSD: Makefile,v 1.105 2020/10/05 15:55:15 roy Exp $ -DISTNAME= dhcpcd-9.2.0 +DISTNAME= dhcpcd-9.3.0 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 4419fb3283f..9e67595e279 100644 --- a/net/dhcpcd/distinfo +++ b/net/dhcpcd/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.101 2020/09/06 15:01:00 roy Exp $ +$NetBSD: distinfo,v 1.102 2020/10/05 15:55:15 roy Exp $ -SHA1 (dhcpcd-9.2.0.tar.xz) = 3a0293bf33036b03e94dafde16500c636d563675 -RMD160 (dhcpcd-9.2.0.tar.xz) = 4f7ee64bde7d58347c39ec4bf883b95ab826ae52 -SHA512 (dhcpcd-9.2.0.tar.xz) = deade0f650445a86de34fa4b354ca7da11ed0be38d07e412b5602c45ac40149d6a2925980b66ff95c625184c981b02864a95ce5c3c01245bb48cd1a21d2f5aba -Size (dhcpcd-9.2.0.tar.xz) = 250584 bytes +SHA1 (dhcpcd-9.3.0.tar.xz) = d0ca31edbc0863e91583bd681c7ba9ccdc7c74e2 +RMD160 (dhcpcd-9.3.0.tar.xz) = cc07b12b2a0fcea19dd85da3ec1dec5f3e77ef6e +SHA512 (dhcpcd-9.3.0.tar.xz) = 4ee533a5458d1800093860edabc5480b40b7909b83b829513c03eb25951f0858ded9f7a81f0b8a444810dc440dbce47bf5a6806bda055c98af6d5415e8e9f84d +Size (dhcpcd-9.3.0.tar.xz) = 252256 bytes |