From owner-svn-ports-all@freebsd.org Thu May 7 23:19:06 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F073C2E86A6; Thu, 7 May 2020 23:19:06 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49J8Y665T4z3PK5; Thu, 7 May 2020 23:19:06 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C7CC720D3D; Thu, 7 May 2020 23:19:06 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 047NJ68e069407; Thu, 7 May 2020 23:19:06 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 047NJ649069406; Thu, 7 May 2020 23:19:06 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <202005072319.047NJ649069406@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Thu, 7 May 2020 23:19:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r534304 - head/net/dhcpcd-devel X-SVN-Group: ports-head X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: head/net/dhcpcd-devel X-SVN-Commit-Revision: 534304 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2020 23:19:07 -0000 Author: woodsb02 Date: Thu May 7 23:19:06 2020 New Revision: 534304 URL: https://svnweb.freebsd.org/changeset/ports/534304 Log: net/dhcpcd-devel: Update tp 2020-05-07 - Ensure chrootdir is not set for DragonFlyBSD Changes this release: Enable capsicum for network facing processes All fd's in network facing processes are fully limited. Capability mode is only enabled for BPF processes because it's too restrictive otherwise - the reasons are noted in the commit. https://roy.marples.name/cgit/dhcpcd.git/commit/?id=727b7e9bf8b2fe810913c76c5fd36767869944bb Modified: head/net/dhcpcd-devel/Makefile head/net/dhcpcd-devel/distinfo Modified: head/net/dhcpcd-devel/Makefile ============================================================================== --- head/net/dhcpcd-devel/Makefile Thu May 7 23:00:58 2020 (r534303) +++ head/net/dhcpcd-devel/Makefile Thu May 7 23:19:06 2020 (r534304) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= dhcpcd -PORTVERSION= g20200504 +PORTVERSION= g20200507 CATEGORIES= net MASTER_SITES= https://roy.marples.name/cgit/dhcpcd.git/snapshot/ PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME}-${GITTAG} -GITTAG= 725b0bd +GITTAG= 727b7e9 MAINTAINER= woodsb02@FreeBSD.org COMMENT= DHCP/IPv4LL/IPv6RS/DHCPv6 client @@ -22,14 +22,19 @@ USES= compiler:c11 cpe tar:xz CPE_VENDOR= dhcpcd_project GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${PREFIX}/share/examples \ - --privsepuser="_dhcp" \ - --chrootdir="${CHROOTDIR}" + --privsepuser="_dhcp" USE_RC_SUBR= dhcpcd -CHROOTDIR= /var/chroot/dhcpcd +.include + +.if ${OPSYS} == FreeBSD +CHROOTDIR= /var/chroot/dhcpcd +CONFIGURE_ARGS+= --chrootdir="${CHROOTDIR}" +.endif + post-install: ${MV} ${STAGEDIR}${PREFIX}/etc/dhcpcd.conf \ ${STAGEDIR}${PREFIX}/share/examples/dhcpcd @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/dhcpcd -.include +.include Modified: head/net/dhcpcd-devel/distinfo ============================================================================== --- head/net/dhcpcd-devel/distinfo Thu May 7 23:00:58 2020 (r534303) +++ head/net/dhcpcd-devel/distinfo Thu May 7 23:19:06 2020 (r534304) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588676946 -SHA256 (dhcpcd-725b0bd.tar.xz) = 202bd9cc65487c89e8add0912f3994dcde27732d46724467b8545ae615f7849f -SIZE (dhcpcd-725b0bd.tar.xz) = 245420 +TIMESTAMP = 1588893196 +SHA256 (dhcpcd-727b7e9.tar.xz) = 909ad77fe51dba2ffa0ed1ea04e8c801f4505a0372caacff3cb21c4135c8ad89 +SIZE (dhcpcd-727b7e9.tar.xz) = 246100