Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jul 2019 08:13:07 -0700
From:      "Enji Cooper (yaneurabeya)" <yaneurabeya@gmail.com>
To:        Warner Losh <imp@freebsd.org>
Cc:        src-committers <src-committers@freebsd.org>, svn-src-all <svn-src-all@freebsd.org>, svn-src-head@freebsd.org
Subject:   Re: svn commit: r349996 - in head: sbin/ping usr.bin/telnet usr.sbin/inetd
Message-ID:  <91FDA4F0-2793-45F9-A5D0-35F03865A157@gmail.com>
In-Reply-To: <201907151419.x6FEJeLf097263@repo.freebsd.org>
References:  <201907151419.x6FEJeLf097263@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

> On Jul 15, 2019, at 07:19, Warner Losh <imp@freebsd.org> wrote:
>=20
> Author: imp
> Date: Mon Jul 15 14:19:39 2019
> New Revision: 349996
> URL: https://svnweb.freebsd.org/changeset/base/349996
>=20
> Log:
>  Remove all the RELEASE_CRUNCH instances that partially disable IPSEC
>=20
>  We remove IPSEC only in parts of the tree, and not others. =
RELEASE_CRUNCH to
>  disable it has not kept up with all its uses. Remove it. Should there =
be a real
>  need to disable IPSEC, one that hasn't shown up in the base system to =
date,
>  it can be re-added behind a WITHOUT_IPSEC build option.

=E2=80=A6

> Modified: head/usr.bin/telnet/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/usr.bin/telnet/Makefile	Mon Jul 15 08:39:52 2019	=
(r349995)
> +++ head/usr.bin/telnet/Makefile	Mon Jul 15 14:19:39 2019	=
(r349996)
> @@ -21,14 +21,8 @@ WARNS?=3D		2
>=20
> LIBADD=3D		telnet ncursesw
>=20
> -.if !defined(RELEASE_CRUNCH)
> CFLAGS+=3D	-DIPSEC
> LIBADD+=3D	ipsec
> -.else
> -.PATH:         ${TELNETDIR}/libtelnet
> -SRCS+=3D		genget.c getent.c misc.c
> -CFLAGS+=3D	-DHAS_CGETENT
> -.endif

Hmmm=E2=80=A6 this is interesting. Why was cgetent/ipsec support =
mutually exclusive=E2=80=A6

Thanks for cleaning this up :)!
-Enji=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?91FDA4F0-2793-45F9-A5D0-35F03865A157>