diff options
author | roy <roy@pkgsrc.org> | 2020-04-09 16:31:53 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2020-04-09 16:31:53 +0000 |
commit | c143531c2be5c8d8202c0f586e89519c52636526 (patch) | |
tree | 0db7430d72258550163c108aa939a9f105e6b556 /net | |
parent | 730c26087fa20cbedd41446ad666086246a672f5 (diff) | |
download | pkgsrc-c143531c2be5c8d8202c0f586e89519c52636526.tar.gz |
Update to dhcpcd-8.1.7 with the following changes:
* Decode interface complex interface names eth0.100:2 eth0i100:2.
This allows us to ignore some virtual interfaces by default
* ARP: Report L2 header address on conflict for more clarity
* DHCP: Support jumbo frames (untested)
* DHCP6: Clean up old lease on failure to confirm/rebind, etc
* RA: Prefer older routers
* INET6: Obscure prefixes are now calculated correctly
Diffstat (limited to 'net')
-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 a6c1bfddd5d..99071bf6fcc 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.97 2020/01/27 21:18:53 roy Exp $ +# $NetBSD: Makefile,v 1.98 2020/04/09 16:31:53 roy Exp $ -DISTNAME= dhcpcd-8.1.6 +DISTNAME= dhcpcd-8.1.7 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 e29f18b8fd2..6c7073f8e5b 100644 --- a/net/dhcpcd/distinfo +++ b/net/dhcpcd/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.94 2020/01/27 21:18:53 roy Exp $ +$NetBSD: distinfo,v 1.95 2020/04/09 16:31:53 roy Exp $ -SHA1 (dhcpcd-8.1.6.tar.xz) = e03a2249178f9446e81918428334b4ce7da41928 -RMD160 (dhcpcd-8.1.6.tar.xz) = 24b42a1612560ccb7396406fd29fb7f736cf338e -SHA512 (dhcpcd-8.1.6.tar.xz) = f4d7ea5f4c139a2735e795e13be68f6edac89d86d97589c2cdd67f89b890a093675dcc207c681332e2163b1094da8ce75bda2ee614c19bafd01410d9fadf19df -Size (dhcpcd-8.1.6.tar.xz) = 229224 bytes +SHA1 (dhcpcd-8.1.7.tar.xz) = 2216815e680755769b827edf1e0c4a2b614e1a07 +RMD160 (dhcpcd-8.1.7.tar.xz) = d3525efe5529966c1dc455c2ab07c92c2750da2c +SHA512 (dhcpcd-8.1.7.tar.xz) = ea58ef3db8254d677820c44b2842ef2f3697b2d90fcbd89b2ecfcbac87e705047cac17053bbe076a3f6d2775903c8e75eac38089d25c097e2f24a045c24977e8 +Size (dhcpcd-8.1.7.tar.xz) = 230308 bytes |