From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id SN4yBnBPSmXggAEAG6o9tA:P1 (envelope-from ) for ; Tue, 07 Nov 2023 15:53:36 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id SN4yBnBPSmXggAEAG6o9tA (envelope-from ) for ; Tue, 07 Nov 2023 15:53:36 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D1CD559D85 for ; Tue, 7 Nov 2023 15:53:35 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1699368816; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post; bh=6OdF4aZAWff0g4g9l2HWKh6KiojkH6kYW46T2ihsWBw=; b=Hhb1wiKadc5HsncNPxW1OlKv2N+RqE6OhdKXHfsmAlh+Eaa/vlasvi6qX/m+O+WnECMrat ZxjFVRb7+tVTFPprZ7b0GvfSWAaYIYZd/Vt4oMzPKi7nU4rptvAedVK9fpu42/REXLIc6D 2G7Uveiqv50UeIm53PWsk+Krqwj55+PO5gEroSaQK6X/VwKZnEfGZslO68V4vR2MM06QS1 6nQn97LQarCHHVViDDJFOlZg81n5H6G3jq9txpRItq90TzHJEWP26yFG7+duyO2ZjBvide yBK6f67Nu9RvGMUiS8PXXySTAAKKCCB8Wl4CXREuOr6f+uRQdKsKESL+LtMXEg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=none ARC-Seal: i=1; s=key1; d=yhetil.org; t=1699368816; a=rsa-sha256; cv=none; b=XUq1RPdwxYLTt5oU4HpmZhEdmd+3LMHiAMd6pnxUMFIfma7+JRGIqmbCp8mgsS3NqXdO+Q y3IvgXc/QQKYBGpTv8GTvccle8arQvOBZNTJ0A1mxJAGVoITIRvN+zyvXP+Qiwta23pQtB w0fAYu2KBn9VtloRg8YBFS0gz1JmLcK9efnlllpRXynMJ6wY46eheRHi51Gh4wOpwHcDqb XLy8vDSnNR6kI++yrIx+x5uf6qKHlckrTkSA41B46D8+gBTWm7B6Rkp8T9KrwIu3io7Y3g /fxiSEZr6louPvELuHAFO+UI5Tw2Nmuk6fhd4MBc2yn+aBQnDqe9vlDx6on2dQ== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r0NSI-0004y2-0X; Tue, 07 Nov 2023 09:53:26 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r0NSG-0004xj-Ng for guix-patches@gnu.org; Tue, 07 Nov 2023 09:53:24 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1r0NSG-0006kc-F2 for guix-patches@gnu.org; Tue, 07 Nov 2023 09:53:24 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1r0NSs-0000q1-0C for guix-patches@gnu.org; Tue, 07 Nov 2023 09:54:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#66935] [PATCH 4/4] services: dovecot: Fix incorrect type for ssl? field. Resent-From: Bruno Victal Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 07 Nov 2023 14:54:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66935 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Cc: Herman Rimm , 66935@debbugs.gnu.org Received: via spool by 66935-submit@debbugs.gnu.org id=B66935.16993688013166 (code B ref 66935); Tue, 07 Nov 2023 14:54:01 +0000 Received: (at 66935) by debbugs.gnu.org; 7 Nov 2023 14:53:21 +0000 Received: from localhost ([127.0.0.1]:41537 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r0NSD-0000p0-Hv for submit@debbugs.gnu.org; Tue, 07 Nov 2023 09:53:21 -0500 Received: from smtpmciv5.myservices.hosting ([185.26.107.241]:44566) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r0NSB-0000or-M1 for 66935@debbugs.gnu.org; Tue, 07 Nov 2023 09:53:20 -0500 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpmciv5.myservices.hosting (Postfix) with ESMTP id E780A20E20; Tue, 7 Nov 2023 15:52:39 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 4BCC980098; Tue, 7 Nov 2023 15:52:31 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 03YEsq312LaF; Tue, 7 Nov 2023 15:52:31 +0100 (CET) Received: from [192.168.1.116] (unknown [10.192.1.83]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id 645938005B; Tue, 7 Nov 2023 15:52:30 +0100 (CET) Message-ID: Date: Tue, 7 Nov 2023 14:52:25 +0000 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US References: <4f4f0ed0ce61588137a3e1e9ba96cfb190a2cd75.1699124200.git.mirai@makinata.eu> <87wmuuhoq0.fsf@lassieur.org> From: Bruno Victal In-Reply-To: <87wmuuhoq0.fsf@lassieur.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -6.08 X-Spam-Score: -6.08 X-Migadu-Queue-Id: D1CD559D85 X-Migadu-Scanner: mx13.migadu.com X-TUID: Lgo+29gZY9Fj 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.