Re: git: ee697f183b2a - main - CHANGES: document the 3 new features

From: Dmitri Goutnik <dmgk_at_freebsd.org>
Date: Wed, 26 Oct 2022 11:24:57 UTC
Hi Baptiste,

On 22-10-26 08:34:47, Baptiste Daroussin wrote:
> The branch main has been updated by bapt:
> 
> URL: https://cgit.FreeBSD.org/ports/commit/?id=ee697f183b2a5786344a50e3a484739ff95cf4d9
> 
> commit ee697f183b2a5786344a50e3a484739ff95cf4d9
> Author:     Baptiste Daroussin <bapt@FreeBSD.org>
> AuthorDate: 2022-10-26 08:31:43 +0000
> Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
> CommitDate: 2022-10-26 08:34:03 +0000
> 
>     CHANGES: document the 3 new features
> ---
>  CHANGES | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/CHANGES b/CHANGES
> index ce90d882b636..2cbcf2bd6a31 100644
> --- a/CHANGES
> +++ b/CHANGES
> @@ -10,6 +10,16 @@ in the release notes and/or placed into UPDATING.
>  
>  All ports committers are allowed to commit to this file.
>  
> +20221026:
> +AUTHOR: bapt@FreeBSD.org
> +  3 new features are available now: PIE, RELRO, BIND_NOW, each port can
> +  specify the inability to support any via <feature>_UNSAFE
> +
> +  All 3 are off by default, the intent is to activate following the freebsd

Unless I'm misreading go.mk changes in the previous commit, all Go ports will 
now be building with -buildmode=pie by default, regardless of the feature 
activation.

> +  base activation of the same features.
> +
> +  End users can activate/deactivate globally via WITH_/WITHOUT_ <feature>
> +
>  20221014:
>  AUTHOR: adamw@FreeBSD.org
>  

Best regards,

-- 
Dmitri Goutnik
dg@syrec.org / dmgk@FreeBSD.org