Date: Thu, 20 Feb 2020 09:01:34 +0300 From: Yuri Pankov <yuripv@yuripv.me> To: "Pedro F. Giffuni" <pfg@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r358153 - head/usr.sbin/services_mkdb Message-ID: <48DC2EEA-22D6-4A0D-84CE-3F0770962DB3@yuripv.me> In-Reply-To: <202002200354.01K3s8ib077553@repo.freebsd.org> References: <202002200354.01K3s8ib077553@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 20 Feb 2020, at 06:54, Pedro F. Giffuni <pfg@FreeBSD.org> wrote: >=20 > Author: pfg > Date: Thu Feb 20 03:54:07 2020 > New Revision: 358153 > URL: https://svnweb.freebsd.org/changeset/base/358153 >=20 > Log: > /etc/services: attempt bring the database to this century. >=20 > Document better this file, updating the URL to the IANA registry and = closely > match the official services. >=20 > For system ports (0 to 1023) we now try to follow the registry = closely, noting > some historical differences where applicable. > For the User ports (1024 - 49151) we try to keep some sensible = balance only > of services that are likely to be found on FreeBSD/UNIX systems. This = attempts > to strike a balance between complexity and usefulness. >=20 > 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. >=20 > [1] https://web.mit.edu/kerberos/krb4-end-of-life.html >=20 > MFC after: 3 weeks (likely to 12-stable only) > Differential Revision: https://reviews.freebsd.org/D23621 >=20 > Modified: > head/usr.sbin/services_mkdb/services I noticed `mergemaster` failing, and it seems to be not happy with this = change: # make installconfig installing DIRS CONFSDIR install -d -m 0755 -o root -g wheel /etc install -C -o root -g wheel -m 644 = /usr/src/usr.sbin/services_mkdb/services /etc/services services_mkdb -l -q -o /var/db/services.db /etc/services services_mkdb: Ran out of protocols adding `divert'; recompile with = larger PROTOMAX *** Error code 1 Stop. make: stopped in /usr/src/usr.sbin/services_mkdb=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48DC2EEA-22D6-4A0D-84CE-3F0770962DB3>