diff options
| author | roy <roy@pkgsrc.org> | 2017-09-19 19:25:46 +0000 |
|---|---|---|
| committer | roy <roy@pkgsrc.org> | 2017-09-19 19:25:46 +0000 |
| commit | 8d0b41bfe00b6e2053807a4cdbd2561aaeb7ddcf (patch) | |
| tree | a6e295feb6b60827fde3910504197c93dddec29d /net/dhcpcd/Makefile | |
| parent | 8ce0a0f19f0be738c27e762c7d44c1ff944e2a05 (diff) | |
| download | pkgsrc-8d0b41bfe00b6e2053807a4cdbd2561aaeb7ddcf.tar.gz | |
Import dhcpcd-7.0.0-rc2 with the following changes:
* dhcp: fixed classless static routes
* prefix delegation: build routes after assigning addresses
* dhcp: on lease expiration, discover only when carrier
* ip6: fix potential segfault when lifetime overflows
* bsd: compile on recent OpenBSD platforms
* dhcp: fix reporting of DNS encoded SIP servers
* dhcp6: fix unicast in non master mode
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 59b11dd4467..5f7dc05bfc1 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.66 2017/09/16 08:37:35 wiz Exp $ +# $NetBSD: Makefile,v 1.67 2017/09/19 19:25:46 roy Exp $ -DISTNAME= dhcpcd-7.0.0-rc1 +DISTNAME= dhcpcd-7.0.0-rc2 PKGNAME= ${DISTNAME:S/-rc/rc/} CATEGORIES= net MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/ |
