[gentoo-dev] Package up for grabs: app-text/bdf2psf (nt)

2021-08-14 Thread Mike Gilbert

Re: [gentoo-dev] Infra support for mail submission with implicit TLS on port 465

2021-08-14 Thread Hanno Böck
On Sat, 14 Aug 2021 09:47:25 -0400 Michael Orlitzky wrote: > There have been some attacks on STARTTLS lately, so I'm finally > getting around to using implicit TLS for mail submission on port 465. FWIW I am Co-author of the paper that documented these attacks, so in case you have any questions

[gentoo-dev] Infra support for mail submission with implicit TLS on port 465

2021-08-14 Thread Michael Orlitzky
There have been some attacks on STARTTLS lately, so I'm finally getting around to using implicit TLS for mail submission on port 465. I tried this on dev.gentoo.org, and it seems to work. For example: I just switched Evolution to port 465, with always-on TLS, and am sending this message. Is this

Re: [gentoo-dev] [PATCH 2/3 v3] qmail.eclass: remove magic to query root group

2021-08-14 Thread Ulrich Mueller
> On Sat, 14 Aug 2021, Rolf Eike Beer wrote: > Sadly the docs at > https://devmanual.gentoo.org/function-reference/install-functions/ > do not show the defaults, Hm, it says "mode 0755" for doexe, but nothing for doins and dodir. This should be improved indeed. > is there a better place to

[gentoo-dev] [PATCH 4/3 v2] qmail.eclass: remove needless keepdirs

2021-08-14 Thread Rolf Eike Beer
Adding an extra keep file in the intermediate /var/qmail is never necessary, and the binary directory is filled by the installation anyway. Signed-off-by: Rolf Eike Beer --- eclass/qmail.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/qmail.eclass

[gentoo-dev] [PATCH 2/3 v4] qmail.eclass: remove magic to query root group

2021-08-14 Thread Rolf Eike Beer
The default owner is root:root anyway, so just make sure other settings do not leak outside from the places where it is actually used. Use more appropiate install helpers at several places. This also fixes qmail_supervise_install_one() when called from outside of qmail_src_install().

Re: [gentoo-dev] [PATCH 2/3 v3] qmail.eclass: remove magic to query root group

2021-08-14 Thread Rolf Eike Beer
Am Samstag, 14. August 2021, 12:52:15 CEST schrieb Ulrich Mueller: > > On Sat, 14 Aug 2021, Rolf Eike Beer wrote: > > The default owner is root:root anyway, so just make sure other settings do > > not leak outside from the places where it is actually used. This also > > fixes

Re: [gentoo-dev] [PATCH 2/3 v3] qmail.eclass: remove magic to query root group

2021-08-14 Thread Ulrich Mueller
> On Sat, 14 Aug 2021, Rolf Eike Beer wrote: > The default owner is root:root anyway, so just make sure other settings do not > leak outside from the places where it is actually used. This also fixes > qmail_supervise_install_one() when called from outside of qmail_src_install(). Looking at

Re: [gentoo-dev] [PATCH 2/3] qmail.eclass: remove magic to query root group

2021-08-14 Thread David Seifert
On Fri, 2021-08-13 at 12:31 +0200, Rolf Eike Beer wrote: > Am Freitag, 13. August 2021, 11:06:09 CEST schrieb Ulrich Mueller: > > > > > > > On Fri, 13 Aug 2021, Rolf Eike Beer wrote: > > > Am Donnerstag, 12. August 2021, 19:39:08 CEST schrieb Michael > > > Orlitzky: > > > > On Thu, 2021-08-12 at

[gentoo-dev] [PATCH 2/3 v3] qmail.eclass: remove magic to query root group

2021-08-14 Thread Rolf Eike Beer
The default owner is root:root anyway, so just make sure other settings do not leak outside from the places where it is actually used. This also fixes qmail_supervise_install_one() when called from outside of qmail_src_install(). Signed-off-by: Rolf Eike Beer --- eclass/qmail.eclass | 32