From owner-svn-src-stable@freebsd.org Wed Mar 11 18:28:41 2020 Return-Path: Delivered-To: svn-src-stable@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 81783266EBC; Wed, 11 Mar 2020 18:28:41 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48d0pK1Nvyz4WXn; Wed, 11 Mar 2020 18:28:41 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from [192.168.0.3] (unknown [181.52.72.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: pfg) by smtp.freebsd.org (Postfix) with ESMTPSA id 4336F2D7AA; Wed, 11 Mar 2020 18:28:40 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Subject: Re: svn commit: r358870 - stable/12/usr.sbin/services_mkdb To: Kyle Evans Cc: src-committers , svn-src-all , svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org, delphij@freebsd.org References: <202003110545.02B5jXvV068254@repo.freebsd.org> From: Pedro Giffuni Organization: FreeBSD Message-ID: <3d419683-5690-b316-ac68-1dd02a8582f0@FreeBSD.org> Date: Wed, 11 Mar 2020 13:28:39 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Mar 2020 18:28:41 -0000 On 11/03/2020 07:50, Kyle Evans wrote: > On Wed, Mar 11, 2020 at 12:45 AM Pedro F. Giffuni wrote: >> Author: pfg >> Date: Wed Mar 11 05:45:33 2020 >> New Revision: 358870 >> URL: https://svnweb.freebsd.org/changeset/base/358870 >> >> Log: >> MFC r358154 (by delphij) >> Bump PROTOMAX: this matches the value on NetBSD and will be necessary for >> future updates. >> >> MFC r r358448; >> /etc/services: attempt to bring the database to this century. >> >> This is the result of splitting r358153 in two, in order to avoid a build >> system bug and being able to merge the change to previous releases.. >> >> Document better this file, updating the URL to the IANA registry and closely >> match the official services. >> >> For system ports (0 to 1023) we now try to follow the registry closely, noting >> some historical differences where applicable. >> >> As a side effect: drop references to unofficial Kerberos IV which was EOL'ed >> on Oct 2006[1]. While it is conceivable some people may still use it in some >> very old FreeBSD machines that can't be replaced easily, the use of it is >> considered a security risk. Also drop the unofficial netatalk, which we >> supported long ago in the kernel but was dropped long ago. >> >> Leave for now smtps, even though it conflicts with IANA's submissions. >> The change should have very little visibility, if any, but should be a >> step closer to the current IANA database. >> >> [1] https://web.mit.edu/kerberos/krb4-end-of-life.html >> > > r358154 at the very least should still go back to stable/11 if there's > going to be a later change to /etc/services that will still require > it. Yes (I am just a bit busy ATM), but it goes a bit further, it has to make it into a release before I can commit the update in -current or we'll break some CI builds. Pedro.