From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate001.proxmox.com (gate001.proxmox.com [IPv6:2a0f:8001:1:32::40]) by lore.proxmox.com (Postfix) with ESMTPS id 6489D1FF0E4 for ; Tue, 14 Jul 2026 23:36:53 +0200 (CEST) Received: from gate001.proxmox.com (localhost.localdomain [127.0.0.1]) by gate001.proxmox.com (Proxmox) with ESMTP id 52D712143F; Tue, 14 Jul 2026 23:36:51 +0200 (CEST) From: Thomas Lamprecht To: pve-devel@lists.proxmox.com, Luke Harding Subject: applied: [pve-devel] [PATCH dab 0/7] Improvements to DAB; Support Devuan 6.0 Date: Tue, 14 Jul 2026 23:35:31 +0200 Message-ID: <178406492688.2127101.3056018552541597131.b4-ty@b4> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20251118220122.61257-1-luke@lukeh990.io> References: <20251118220122.61257-1-luke@lukeh990.io> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1784064957952 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.211 Adjusted score from AWL reputation of From: address DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment (newer systems) KAM_LOTSOFHASH 0.25 Emails with lots of hash-like gibberish RCVD_IN_DNSWL_LOW -0.7 Sender listed at https://www.dnswl.org/, low trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: EOXUQOAZFYWXBYSJ5JVVRMOGTOJIIN5L X-Message-ID-Hash: EOXUQOAZFYWXBYSJ5JVVRMOGTOJIIN5L X-MailFrom: t.lamprecht@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Tue, 18 Nov 2025 17:01:15 -0500, Luke Harding wrote: > DISCLAIMER: > This patch set is unsolicited. No fixes or discussions about these > changes has occured. This is also: my first commit to any Proxmox > repository (CLA is signed), my first time contributing perl, and my > first time using a mailing list. I apologize for all of the above but > hope this will be considered. > > [...] Sorry for the wait, applied now, thanks! [1/7] Add a '--no-ssh' option to dab bootstrap to disable ssh packages that are automatically included. commit: 207fde6573bc4bd29fe025d0638e82c54df303d5 [2/7] Add origin for devuan suites commit: 8958bbc934f103583ee4f12a342ee19f02538cb2 [3/7] Add devuan "Excalibur" 6.0 suite. commit: 1a29319e702cd121342dd135c09578116113f539 [4/7] Change closure algorithm to use an alternate package if the most preferred candidate fails. commit: 65ce3df98a838189a868ce8f7a507dfa78407734 [5/7] Add new `[--mta ]` flag; Deprecate --exim. commit: 35c7a2f215d7b65ce7f847d7c5a90dba1f4b22a8