From patchwork Mon Mar 10 12:02:37 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8513 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4ZBFrj5K8nz3wcN for ; Mon, 10 Mar 2025 12:02:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4ZBFrj3FRFz7hk for ; Mon, 10 Mar 2025 12:02:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZBFrj2YG5z376x for ; Mon, 10 Mar 2025 12:02:45 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZBFrf1Vy0z2xc2 for ; Mon, 10 Mar 2025 12:02:42 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4ZBFrd4FtJz3sd; Mon, 10 Mar 2025 12:02:41 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1741608161; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=1RV45EoEt71PYSHOGKksJRo+8pgkILMc4HmtZ5RKaZk=; b=PaUU3x2mWz4l2u06qZNt9qNV3tD5SA4NuHE2LhmNn1gv9UIZEFM2DvaSTSUry/DY10HI0a GIt3HkepebfNsqDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1741608161; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=1RV45EoEt71PYSHOGKksJRo+8pgkILMc4HmtZ5RKaZk=; b=O9f8XaDL5c5SWiOCRTsX96GnyddArVC96Cjdrg2FGXmtlPIdWmUhmc42koSDT1pOfTbtSv DAOxmMLORYydvnuCp6IAZg5iyBB1hNtKXM+9nhXhXo7rRfA72P8I82cUrHCpg+xaARIhpL eAxWBkCZXzq6Vzd+BloVGzc3hevLeYfrVVE8i9jlruIXj2EI2cRRmm4jwF4HYVtJGhupVM +G4Pupcoc4lgGNljhP5yTQwN2ymATMbdyMTq0eomOa75+aXDIwYyfEjP9v1VycvsJ/vN8J 1XOgsh/Xfgo7FJxwCAbjaC8j3CjdFCrmiqGU9XCOH84YlbDKXei5G4nxZq/2rg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] logs.cgi: Don't ship anything as executable in the sources Date: Mon, 10 Mar 2025 13:02:37 +0100 Message-ID: <20250310120237.4964-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Signed-off-by: Adolf Belka --- html/cgi-bin/logs.cgi/firewalllog.dat | 0 html/cgi-bin/logs.cgi/ipblocklists.dat | 0 html/cgi-bin/logs.cgi/showrequestfromblocklist.dat | 0 3 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 html/cgi-bin/logs.cgi/firewalllog.dat mode change 100755 => 100644 html/cgi-bin/logs.cgi/ipblocklists.dat mode change 100755 => 100644 html/cgi-bin/logs.cgi/showrequestfromblocklist.dat diff --git a/html/cgi-bin/logs.cgi/firewalllog.dat b/html/cgi-bin/logs.cgi/firewalllog.dat old mode 100755 new mode 100644 diff --git a/html/cgi-bin/logs.cgi/ipblocklists.dat b/html/cgi-bin/logs.cgi/ipblocklists.dat old mode 100755 new mode 100644 diff --git a/html/cgi-bin/logs.cgi/showrequestfromblocklist.dat b/html/cgi-bin/logs.cgi/showrequestfromblocklist.dat old mode 100755 new mode 100644