mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
413d2370a3
Changes: * Correct DHCPv6 Prefix Delegation option decoding * Ensure that a given buffer is at least BUFSIZ (for getline compat) * Poll interfaces on BSD for IFF_RUNNING if link state cannot be obtained * Check for an IA to use in DHCPv6 lease validation * Fix compile on NetBSD-6 (and possibly earlier NetBSDs) * Warn about exceeding IDGEN_RETRIES when a stable private address cannot be obtained * Fix DHCP option overload handling, thanks to Tobias Stoeckmann PR: 192276 Submitted by: maintainer
20 lines
358 B
Makefile
20 lines
358 B
Makefile
# Created by: Roy Marples <roy@marples.name>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dhcpcd
|
|
PORTVERSION= 6.4.3
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://roy.marples.name/downloads/dhcpcd/ \
|
|
LOCAL/delphij
|
|
|
|
MAINTAINER= roy@marples.name
|
|
COMMENT= DHCP/IPv4LL/IPv6RS/DHCPv6 client
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
USE_RC_SUBR= dhcpcd
|
|
|
|
.include <bsd.port.mk>
|