From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 28D0772F09 for ; Mon, 5 Jul 2021 08:34:55 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 1BFAB1B283 for ; Mon, 5 Jul 2021 08:34:25 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id A9EAD1B275 for ; Mon, 5 Jul 2021 08:34:24 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 7FF3240A69 for ; Mon, 5 Jul 2021 08:34:24 +0200 (CEST) Message-ID: <13c030ed-3a1f-b5f8-e37d-28f97a794da1@proxmox.com> Date: Mon, 5 Jul 2021 08:34:06 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:90.0) Gecko/20100101 Thunderbird/90.0 Content-Language: en-US To: Stoiko Ivanov , pmg-devel@lists.proxmox.com References: <20210630163955.18639-1-s.ivanov@proxmox.com> From: Thomas Lamprecht In-Reply-To: <20210630163955.18639-1-s.ivanov@proxmox.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.531 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pmg-devel] applied-series: [PATCH pmg-api 0/2] upgrade related bugfixes and improvements X-BeenThere: pmg-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Mail Gateway development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2021 06:34:55 -0000 On 30.06.21 18:39, Stoiko Ivanov wrote: > The 2 patches are independent of each other, but were both reported > by Martin, after he attempted an upgrade to Bullseye: > * sending the first one, since I introduced it, being convinced that such a > small change would not need reviewing > * the change for the ClamAV defaults also makes sense (although just now > clamav seems to have a problem with incremental downloads ...) > > Stoiko Ivanov (2): > utils: fix service_aliases usage > config: freshclam: default to incremental downloads > > src/PMG/Config.pm | 2 +- > src/PMG/Utils.pm | 6 +++--- > 2 files changed, 4 insertions(+), 4 deletions(-) > applied both patches, thanks!