From owner-svn-src-all@freebsd.org Sat Nov 11 17:21:23 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50407E6F971; Sat, 11 Nov 2017 17:21:23 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 241FC674B3; Sat, 11 Nov 2017 17:21:23 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (unknown [127.0.1.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id 5AE41E092; Sat, 11 Nov 2017 17:21:22 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 9DA5C7D54; Sat, 11 Nov 2017 17:21:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id azOK6YK7SV_B; Sat, 11 Nov 2017 17:21:18 +0000 (UTC) Subject: Re: svn commit: r325705 - head/secure DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com A069F7D46 To: Eitan Adler , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201711110721.vAB7Lnun064724@repo.freebsd.org> From: Bryan Drewery Organization: FreeBSD Message-ID: Date: Sat, 11 Nov 2017 09:21:15 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <201711110721.vAB7Lnun064724@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="DFSauUNrC4BUuFvpb7OxJA1CqDf0rxtcx" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Nov 2017 17:21:23 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --DFSauUNrC4BUuFvpb7OxJA1CqDf0rxtcx Content-Type: multipart/mixed; boundary="HnwtHgmN78TekShkOIsUbdLlMiNgpa7fR"; protected-headers="v1" From: Bryan Drewery To: Eitan Adler , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-ID: Subject: Re: svn commit: r325705 - head/secure References: <201711110721.vAB7Lnun064724@repo.freebsd.org> In-Reply-To: <201711110721.vAB7Lnun064724@repo.freebsd.org> --HnwtHgmN78TekShkOIsUbdLlMiNgpa7fR Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 11/10/17 11:21 PM, Eitan Adler wrote: > Author: eadler > Date: Sat Nov 11 07:21:49 2017 > New Revision: 325705 > URL: https://svnweb.freebsd.org/changeset/base/325705 >=20 > Log: > secure: chase removal of pkg_install >=20 > Modified: > head/secure/Makefile >=20 > Modified: head/secure/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/secure/Makefile Sat Nov 11 07:20:14 2017 (r325704) > +++ head/secure/Makefile Sat Nov 11 07:21:49 2017 (r325705) > @@ -11,7 +11,7 @@ SUBDIR.${MK_TESTS}+=3D tests > # These are the programs which depend on crypto, but not Kerberos. > SPROGS=3D lib/libfetch lib/libpam lib/libradius lib/libtelnet \ > bin/ed libexec/telnetd usr.bin/fetch usr.bin/telnet \ > - usr.sbin/pkg_install usr.sbin/ppp usr.sbin/tcpdump/tcpdump > + usr.sbin/ppp usr.sbin/tcpdump/tcpdump > .if ${MK_SENDMAIL} !=3D "no" > SPROGS+=3Dusr.sbin/sendmail > .endif >=20 This whole list and target seems outdated. IMHO it should all be removed.= --=20 Regards, Bryan Drewery --HnwtHgmN78TekShkOIsUbdLlMiNgpa7fR-- --DFSauUNrC4BUuFvpb7OxJA1CqDf0rxtcx Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEzBAEBCgAdFiEE+Rc8ssOq6npcih8JNddxu25Gl88FAloHMY0ACgkQNddxu25G l8/c3Af+LGLRtKnxUf6F4escTTCxsR1AZNrvkwBEEx3wzeb4nZLTLseu+U3tcAXx dFo4+GWjE45UL//w5DolLYxr4lerx6GSKRJMHaySQtyDsUSmK3lxRpTvst53MfUL LHN1iZPb2eK/qD6mHISnQLRpkW3ZpDh0xHOYVxfsjfNuRgnkQ2yyzcrFiqGc19B3 nOycTR0GTSCsGnKEuQ9sT50g2WiKGMV0zLb3m0S+CW/nW/b623F0DYi4rhDgtQ61 CbLazmr6a+iuFqVIVy3JYfaNVCApP9MrSY8ttE6E7Ser1kIVJubh9qVpjoHr1lVB lp8+RubVR3Tody9GNLGfzE2lhVF6bg== =CW9+ -----END PGP SIGNATURE----- --DFSauUNrC4BUuFvpb7OxJA1CqDf0rxtcx--