From owner-svn-src-all@freebsd.org Wed Mar 11 12:51:07 2020 Return-Path: Delivered-To: svn-src-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 4FE212605E1; Wed, 11 Mar 2020 12:51:07 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: from mail-qk1-f178.google.com (mail-qk1-f178.google.com [209.85.222.178]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48csJq00Xbz4PqS; Wed, 11 Mar 2020 12:51:06 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: by mail-qk1-f178.google.com with SMTP id p62so1926673qkb.0; Wed, 11 Mar 2020 05:51:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=o0cm8hMc86KoVet1130JOTHFuaWm+cDbkMqXuMRSfLg=; b=Zf9uvXMw2QdEaSt2ck/RMnxjFtyC+D2VwOO4WWToQdXJtkHBNdYG4FtAhAk7NsbhUW 9V18msRC48LGjZ3SdMfNJQb7xwOTo9eigUu5LtfgaGa5kPuI8eEX+fchPSZDEnFrgv2q hLUOddFMDi4jMr96ePtPCcNoZUeBDiEZy+vdhPbOssoWsJZCNwJvYAg3w88zkYDyDEod hoBzr0ZyVPyfpmKy5PtJEmpWbvDvD1SpAjxkDW6c+U2ujw/d6MrRVVGO/R0IdJgsYD4N US7sB3A1+bismcMTaAUd87I2lr+w2UrDj32cDRL1qLVVwMMbjT2ku8cQgTeJq41noLUv aAXQ== X-Gm-Message-State: ANhLgQ09N5zRyNoqwsBaNvvv5OMXrGhQGbWnr3IdYlWVSl7Ev+wfeBFz +KlCd9pwx6YU+drJFJnIYAtpfZjI X-Google-Smtp-Source: ADFU+vtiIo/4lMUVgWKGmazLZeSFS821PscxsKAmyNj7u9QV9YWhs5aRkSWxi2levvW3l598atWDrw== X-Received: by 2002:a05:620a:681:: with SMTP id f1mr2610719qkh.148.1583931065295; Wed, 11 Mar 2020 05:51:05 -0700 (PDT) Received: from mail-qv1-f48.google.com (mail-qv1-f48.google.com. [209.85.219.48]) by smtp.gmail.com with ESMTPSA id f22sm4037049qto.79.2020.03.11.05.51.04 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 11 Mar 2020 05:51:05 -0700 (PDT) Received: by mail-qv1-f48.google.com with SMTP id w5so771542qvp.11; Wed, 11 Mar 2020 05:51:04 -0700 (PDT) X-Received: by 2002:a05:6214:b90:: with SMTP id fe16mr2626424qvb.112.1583931064613; Wed, 11 Mar 2020 05:51:04 -0700 (PDT) MIME-Version: 1.0 References: <202003110545.02B5jXvV068254@repo.freebsd.org> In-Reply-To: <202003110545.02B5jXvV068254@repo.freebsd.org> From: Kyle Evans Date: Wed, 11 Mar 2020 07:50:53 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r358870 - stable/12/usr.sbin/services_mkdb To: "Pedro F. Giffuni" Cc: src-committers , svn-src-all , svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org, delphij@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 48csJq00Xbz4PqS X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-5.81 / 15.00]; NEURAL_HAM_MEDIUM(-0.81)[-0.814,0]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 11 Mar 2020 12:51:07 -0000 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. Thanks, Kyle Evans