svn commit: r363589 - head/net/dhcpcd

William Grzybowski wg at FreeBSD.org
Thu Jul 31 14:01:11 UTC 2014


Author: wg
Date: Thu Jul 31 14:01:10 2014
New Revision: 363589
URL: http://svnweb.freebsd.org/changeset/ports/363589
QAT: https://qat.redports.org/buildarchive/r363589/

Log:
  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

Modified:
  head/net/dhcpcd/Makefile
  head/net/dhcpcd/distinfo

Modified: head/net/dhcpcd/Makefile
==============================================================================
--- head/net/dhcpcd/Makefile	Thu Jul 31 13:28:45 2014	(r363588)
+++ head/net/dhcpcd/Makefile	Thu Jul 31 14:01:10 2014	(r363589)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dhcpcd
-PORTVERSION=	6.4.2
+PORTVERSION=	6.4.3
 CATEGORIES=	net
 MASTER_SITES=	http://roy.marples.name/downloads/dhcpcd/ \
 		LOCAL/delphij

Modified: head/net/dhcpcd/distinfo
==============================================================================
--- head/net/dhcpcd/distinfo	Thu Jul 31 13:28:45 2014	(r363588)
+++ head/net/dhcpcd/distinfo	Thu Jul 31 14:01:10 2014	(r363589)
@@ -1,2 +1,2 @@
-SHA256 (dhcpcd-6.4.2.tar.bz2) = eebb9f9e13b40d47efbb56d8568e54f640bee3337ba45b30b3e47db5b14220b7
-SIZE (dhcpcd-6.4.2.tar.bz2) = 149510
+SHA256 (dhcpcd-6.4.3.tar.bz2) = 36ad01619ee81ac3815467d0157c38a14f5db464371326e97f719be362d5ab9c
+SIZE (dhcpcd-6.4.3.tar.bz2) = 149927


More information about the svn-ports-all mailing list