From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4fgwGN6v6Yz339S for ; Wed, 25 Mar 2026 18:21:32 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4fgwGK4CV5z2xMD for ; Wed, 25 Mar 2026 18:21:29 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4fgwGJ1c4sz5bC for ; Wed, 25 Mar 2026 18:21:27 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1774462888; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=4WpXorznyPGI80uniOCTuNrPyVd2S5lHdiaJOvoW/Ec=; b=6LbsPXyG1XzjbDfatmy04gwzbKHqlw6cM1UYxSQd2nUAnJI2CaNrR7WChStdZk2qAtOr7j NPA+RWTeYwPqFdAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1774462888; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=4WpXorznyPGI80uniOCTuNrPyVd2S5lHdiaJOvoW/Ec=; b=Pxy7aGnSdSUx6p/rchd7HZdrlxZXq8Y8kqb+gEoATIyZQx4GZZj7K4x9p5j1AD92J9oxmi SqItWlDOStWgIhE8LGD09FXRVwH0jAKgWCW3JVVF+BvhPr1Tm3HaqrMvvtgMzUKJEuV9Gp iUN1YHbzBYkpuEMXHGr8Sok3qlHA3NkOdS7iZ8hWmKnn64e7QckxeKBnlHzljF02prheIP npLiivALx0O8DIFPYCSwtvSgCBSvh1zqm98i7zh//1gJvWBkdh8WzVvsjmoJ4grJbFXkzs 3ZwHU0GMk7DGRd4UfC5vQtjmzPayAr0sfs2tbFGsZZcomfz1amdOV/ljhNG7uw== Message-ID: Date: Wed, 25 Mar 2026 19:21:27 +0100 Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Language: en-US To: "IPFire: Development-List" From: Matthias Fischer Subject: ids.cgi - Fix sorting the ignored hosts by id Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi, if its possible, I'd like to suggest merging the commit https://git.ipfire.org/?p=ipfire-2.x.git;a=commit;h=769310ae84b926c5491c6b2ba008aaa6f0ac8993 into the current master (Core 201) branch. Its a oneliner from Stefan - it fixes the sorting of the ignored hosts by id in ids.cgi. The current sorting is buggy and rather confusing and I'm wondering no one has noticed it yet. I'd suggest adding the fix to Core 201 before anyone notices... jm2c Matthias