diff options
author | roy <roy@pkgsrc.org> | 2017-05-10 10:58:11 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2017-05-10 10:58:11 +0000 |
commit | 89fc540709bfe58b9b2892d06d6f40d74bf8ba3f (patch) | |
tree | 811bcbf8d4c59e50842fcb24018b11c877ebe961 /net | |
parent | 1132ba1fe6aa9e4259782332acf7d5332a2192b5 (diff) | |
download | pkgsrc-89fc540709bfe58b9b2892d06d6f40d74bf8ba3f.tar.gz |
Import dhcpcd-7.0.0-rc1 with the following changes:
* Default to use VLANID>0 for IAID instead of MAC address
* BSD: Add support for RTA_LABEL
* Stop sharing the DHCPv6 port in master mode with other processes
* Fix some prefix delegation issues when the carrier drops or
addresses become stale
* Fix a crash when starting dhcpcd with -n
* Fix test for preferring a fake lease over a real one
* Show to real address lifetimes being added when adding IPv6
addresses
* Install dhcpcd-definitions.conf to the correct directory
* Restore the -G, --nogateway option
Diffstat (limited to 'net')
-rw-r--r-- | net/dhcpcd/Makefile | 6 | ||||
-rw-r--r-- | net/dhcpcd/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile index 8d4eeb120c5..62aee0650bc 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.64 2017/04/14 10:05:26 roy Exp $ +# $NetBSD: Makefile,v 1.65 2017/05/10 10:58:11 roy Exp $ # -DISTNAME= dhcpcd-7.0.0-beta3 -PKGNAME= ${DISTNAME:S/-beta/beta/} +DISTNAME= dhcpcd-7.0.0-rc1 +PKGNAME= ${DISTNAME:S/-rc/rc/} CATEGORIES= net MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/ MASTER_SITES+= http://roy.aydogan.net/dhcpcd/ diff --git a/net/dhcpcd/distinfo b/net/dhcpcd/distinfo index e8256e41f05..4c3071f45c3 100644 --- a/net/dhcpcd/distinfo +++ b/net/dhcpcd/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.62 2017/04/14 10:05:26 roy Exp $ +$NetBSD: distinfo,v 1.63 2017/05/10 10:58:11 roy Exp $ -SHA1 (dhcpcd-7.0.0-beta3.tar.xz) = b922b87949fb51e4b32d5d1ed442d05ee228b7c4 -RMD160 (dhcpcd-7.0.0-beta3.tar.xz) = b7327ae9754fc385d5502a7faa3a0bd91443bc74 -SHA512 (dhcpcd-7.0.0-beta3.tar.xz) = b71154fa2596826e23820df984992e8786a6b89588648db60e9340a383b67fdb555307e9a47b7c33097ed4191fdb911e443c6bf9fc76b0194770e66e2de64b95 -Size (dhcpcd-7.0.0-beta3.tar.xz) = 203440 bytes +SHA1 (dhcpcd-7.0.0-rc1.tar.xz) = 0debc25e9a295c0c5e81de42e0757d04fca5d76a +RMD160 (dhcpcd-7.0.0-rc1.tar.xz) = d7f770fe23b4296336a618e44af34c16ff9de8e7 +SHA512 (dhcpcd-7.0.0-rc1.tar.xz) = 536ed4c09638a7a0fb16ad6a4a16fd74242ffbe2fe53e183c6756d2c62c94ce02869c95e828fbf3aa49aca06a129ab710195bf3d1dc9c9b52ac550ec51f68a1e +Size (dhcpcd-7.0.0-rc1.tar.xz) = 204496 bytes |