Re: git: ee697f183b2a - main - CHANGES: document the 3 new features
- In reply to: Dmitri Goutnik : "Re: git: ee697f183b2a - main - CHANGES: document the 3 new features"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Oct 2022 12:26:37 UTC
On Wed, Oct 26, 2022 at 06:24:57AM -0500, Dmitri Goutnik wrote: > 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. > Good catch, this should be fixed now! Thank you! Bapt