GNU bug report logs - #66935
[PATCH 0/4] Dovecot service refactor.

Previous Next

Package: guix-patches;

Reported by: Bruno Victal <mirai <at> makinata.eu>

Date: Sat, 4 Nov 2023 19:06:01 UTC

Severity: normal

Tags: patch

Full log


Message #32 received at 66935 <at> debbugs.gnu.org (full text, mbox):

From: Bruno Victal <mirai <at> makinata.eu>
To: Clément Lassieur <clement <at> lassieur.org>
Cc: Herman Rimm <herman <at> rimm.ee>, 66935 <at> debbugs.gnu.org
Subject: Re: [bug#66935] [PATCH 4/4] services: dovecot: Fix incorrect type for
 ssl? field.
Date: Tue, 7 Nov 2023 14:52:25 +0000
Hi Clément,

On 2023-11-06 15:43, Clément Lassieur wrote:
> Indeed the inet_listener ssl is a BOOL, as code says, whereas the master
> one is an ENUM.  So the actual guix service looks correct.

[…]

> The code for the inet_listener setting:
> 
> --8<---------------cut here---------------start------------->8---
> static const struct setting_define inet_listener_setting_defines[] = {
> 	DEF(STR, name),
> 	DEF(STR, address),
> 	DEF(IN_PORT, port),
> 	DEF(BOOL, ssl),
> 	DEF(BOOL, reuse_port),
> 	DEF(BOOL, haproxy),
> 
> 	SETTING_DEFINE_LIST_END
> };
> --8<---------------cut here---------------end--------------->8---

Thanks for looking into this.
In that case, the description of the ssl? field in
inet-listener-configuration should be fixed then. I'll send a v2
for it.

-- 
Furthermore, I consider that nonfree software must be eradicated.

Cheers,
Bruno.




This bug report was last modified 1 year and 221 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.