Date: Sat, 23 Jan 2016 12:22:06 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406968 - head/net/dhcpcd Message-ID: <201601231222.u0NCM6qD095189@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601231222.u0NCM6qD095189>