From owner-svn-ports-all@freebsd.org Wed May 13 23:00:28 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 6B4232DB421; Wed, 13 May 2020 23:00:28 +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 49Mqrr25y3z4ky6; Wed, 13 May 2020 23:00:28 +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 434B8E24; Wed, 13 May 2020 23:00:28 +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 04DN0SRS085077; Wed, 13 May 2020 23:00:28 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04DN0R36085074; Wed, 13 May 2020 23:00:27 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <202005132300.04DN0R36085074@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Wed, 13 May 2020 23:00:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r535191 - 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: 535191 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.33 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: Wed, 13 May 2020 23:00:28 -0000 Author: woodsb02 Date: Wed May 13 23:00:27 2020 New Revision: 535191 URL: https://svnweb.freebsd.org/changeset/ports/535191 Log: net/dhcpcd-devel: Update to 2020-05-13 This change capsicumizes the master dhcpcd process Modified: head/net/dhcpcd-devel/Makefile head/net/dhcpcd-devel/distinfo head/net/dhcpcd-devel/pkg-descr Modified: head/net/dhcpcd-devel/Makefile ============================================================================== --- head/net/dhcpcd-devel/Makefile Wed May 13 22:13:43 2020 (r535190) +++ head/net/dhcpcd-devel/Makefile Wed May 13 23:00:27 2020 (r535191) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= dhcpcd -PORTVERSION= g20200512 -PORTREVISION= 1 +PORTVERSION= g20200513 CATEGORIES= net MASTER_SITES= https://roy.marples.name/cgit/dhcpcd.git/snapshot/ PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME}-${GITTAG} -GITTAG= d0a186d +GITTAG= 574535f MAINTAINER= woodsb02@FreeBSD.org COMMENT= DHCP/IPv4LL/IPv6RS/DHCPv6 client Modified: head/net/dhcpcd-devel/distinfo ============================================================================== --- head/net/dhcpcd-devel/distinfo Wed May 13 22:13:43 2020 (r535190) +++ head/net/dhcpcd-devel/distinfo Wed May 13 23:00:27 2020 (r535191) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589324017 -SHA256 (dhcpcd-d0a186d.tar.xz) = d9dfc05e99eff09d6df1418ac809b3932a3cdaff4182bc05970f1bf6229f9ecc -SIZE (dhcpcd-d0a186d.tar.xz) = 246176 +TIMESTAMP = 1589409546 +SHA256 (dhcpcd-574535f.tar.xz) = c8a2a64b0a2cc9f1a72424e5a78af04a297e31089af56b57027d628767899724 +SIZE (dhcpcd-574535f.tar.xz) = 247004 Modified: head/net/dhcpcd-devel/pkg-descr ============================================================================== --- head/net/dhcpcd-devel/pkg-descr Wed May 13 22:13:43 2020 (r535190) +++ head/net/dhcpcd-devel/pkg-descr Wed May 13 23:00:27 2020 (r535191) @@ -3,10 +3,12 @@ It can also act as a network manager, responding to ne listening for carrier up/down events and managing routes. dhcpcd-9 introduces a number of security improvements: -- privilege separation; operations which do not require root privileges - are run as the unprivileged user _dhcp -- capsicumized all network facing processes; all fd's in network facing - processes are fully limited +- privilege separation + operations are performed across multiple processes, and those which do + not require root privileges are run as the unprivileged _dhcp user +- sanboxed with capsicum(4) + processes run in capability mode, limiting their access and therefore + the potential impact of security vulnerabilities This is an experimental version for testing purposes.