svn commit: r406968 - head/net/dhcpcd

Kurt Jaeger pi at FreeBSD.org
Sat Jan 23 12:22:07 UTC 2016


Author: pi
Date: Sat Jan 23 12:22:06 2016
New Revision: 406968
URL: https://svnweb.freebsd.org/changeset/ports/406968

Log:
  net/dhcpcd: 6.10.0 -> 6.10.1
  
  - Add -P, --printpidfile to print the pidfile dhcpcd will use to stdout
  - Fix a crash when a non active interface departs
  - Add the -1, --oneshot option which causes dhcpcd to exit once an
    interface has been configured
  - Fix delegation activating interfaces
  
  PR:		206459
  Submitted by:	roy at marples.name (maintainer)

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

Modified: head/net/dhcpcd/Makefile
==============================================================================
--- head/net/dhcpcd/Makefile	Sat Jan 23 12:01:30 2016	(r406967)
+++ head/net/dhcpcd/Makefile	Sat Jan 23 12:22:06 2016	(r406968)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dhcpcd
-PORTVERSION=	6.10.0
+PORTVERSION=	6.10.1
 CATEGORIES=	net
 MASTER_SITES=	http://roy.marples.name/downloads/dhcpcd/ \
 		http://roy.aydogan.net/dhcpcd/ \

Modified: head/net/dhcpcd/distinfo
==============================================================================
--- head/net/dhcpcd/distinfo	Sat Jan 23 12:01:30 2016	(r406967)
+++ head/net/dhcpcd/distinfo	Sat Jan 23 12:22:06 2016	(r406968)
@@ -1,2 +1,2 @@
-SHA256 (dhcpcd-6.10.0.tar.xz) = ab56af9b2e86913c55a965cb0f835e87749df78318564acf90d5d698f413ad35
-SIZE (dhcpcd-6.10.0.tar.xz) = 179804
+SHA256 (dhcpcd-6.10.1.tar.xz) = 284abf8c3be0580bbac5eaca95359346ab0d78d4072317b6ce87cc68f2e8ae7b
+SIZE (dhcpcd-6.10.1.tar.xz) = 180112


More information about the svn-ports-head mailing list