Re: [gentoo-dev] [PATCH] 2022-12-28-hardening-fortify-assertions: add item

2022-12-28 Thread Sam James
> On 28 Dec 2022, at 19:34, Sam James wrote: > > Bug: https://bugs.gentoo.org/876893 > Bug: https://bugs.gentoo.org/876895 > Signed-off-by: Sam James > --- FYI: The changes for this haven't landed in ::gentoo yet. We're likely to wait until the next GCC 12 snapshot on the weekend. There's

Re: [gentoo-dev] Packages up for grabs: apache-2.eclass

2022-12-28 Thread Michael Orlitzky
On 2022-12-26 10:11:18, Hans de Graaff wrote: > > It would be great if you could dust these off and post them here so we > can get these improvements merged. You mention in the bug that you'd > rather wait for a dedicated maintainer to review them, but I'm (in > name) that maintainer and I think

[gentoo-dev] [PATCH] 2022-12-28-hardening-fortify-assertions: add item

2022-12-28 Thread Sam James
Bug: https://bugs.gentoo.org/876893 Bug: https://bugs.gentoo.org/876895 Signed-off-by: Sam James --- ...-12-28-hardening-fortify-assertions.en.txt | 57 +++ 1 file changed, 57 insertions(+) create mode 100644

Re: [gentoo-dev] [PATCH] profiles/base: add app-alternatives/{awk,bzip2,gzip,sh,tar} to @system

2022-12-28 Thread Sam James
> On 28 Dec 2022, at 18:52, Sam James wrote: > > > >> On 28 Dec 2022, at 16:27, Sam James wrote: >> >> >> >>> On 28 Dec 2022, at 16:04, Sam James wrote: >>> >>> - Before this commit, nothing pulls in app-alternatives/sh, so we're >>> relying on >>> app-shells/bash handling /bin/sh as

[gentoo-dev] [PATCH 1/1] kernel-2.eclass: Don't drop CPU OPT patch when CC=clang

2022-12-28 Thread Mike Pagano
Clang is supported by the CPU optimization patch. (USE=experimental) Check for CC=clang and do not drop this patch. Bug: https://bugs.gentoo.org/888727 Signed-off-by: Mike Pagano --- eclass/kernel-2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [gentoo-dev] [PATCH] profiles/base: add app-alternatives/{awk,bzip2,gzip,sh,tar} to @system

2022-12-28 Thread Sam James
> On 28 Dec 2022, at 16:27, Sam James wrote: > > > >> On 28 Dec 2022, at 16:04, Sam James wrote: >> >> - Before this commit, nothing pulls in app-alternatives/sh, so we're relying >> on >> app-shells/bash handling /bin/sh as an orphaned symlink (which is one of the >> big >> things we're

Re: [gentoo-dev] [PATCH] profiles/base: add app-alternatives/{awk,bzip2,gzip,sh,tar} to @system

2022-12-28 Thread Sam James
> On 28 Dec 2022, at 16:04, Sam James wrote: > > - Before this commit, nothing pulls in app-alternatives/sh, so we're relying > on > app-shells/bash handling /bin/sh as an orphaned symlink (which is one of the > big > things we're trying to move away from). > > - Add in the others

[gentoo-dev] [PATCH] profiles/base: add app-alternatives/{awk,bzip2,gzip,sh,tar} to @system

2022-12-28 Thread Sam James
- Before this commit, nothing pulls in app-alternatives/sh, so we're relying on app-shells/bash handling /bin/sh as an orphaned symlink (which is one of the big things we're trying to move away from). - Add in the others (app-alternatives/{awk,bzip2,gzip,tar}) to allow setup via