1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

net/dhcpcd: update to 6.4.3

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
This commit is contained in:
William Grzybowski 2014-07-31 14:01:10 +00:00
parent 3640b7d218
commit 413d2370a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363589
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= dhcpcd PORTNAME= dhcpcd
PORTVERSION= 6.4.2 PORTVERSION= 6.4.3
CATEGORIES= net CATEGORIES= net
MASTER_SITES= http://roy.marples.name/downloads/dhcpcd/ \ MASTER_SITES= http://roy.marples.name/downloads/dhcpcd/ \
LOCAL/delphij LOCAL/delphij

View File

@ -1,2 +1,2 @@
SHA256 (dhcpcd-6.4.2.tar.bz2) = eebb9f9e13b40d47efbb56d8568e54f640bee3337ba45b30b3e47db5b14220b7 SHA256 (dhcpcd-6.4.3.tar.bz2) = 36ad01619ee81ac3815467d0157c38a14f5db464371326e97f719be362d5ab9c
SIZE (dhcpcd-6.4.2.tar.bz2) = 149510 SIZE (dhcpcd-6.4.3.tar.bz2) = 149927