From patchwork Thu Aug 6 09:26:45 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10097 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 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4hG24T3cWZz3wkS for ; Thu, 06 Aug 2026 09:27:37 +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) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4hG24J5qrtz5jp for ; Thu, 06 Aug 2026 09:27:28 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hG23n3FZbz36Vf for ; Thu, 06 Aug 2026 09:27:01 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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 "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hG23k6Z32z2xJ0 for ; Thu, 06 Aug 2026 09:26:58 +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 4hG23Y1Fr8z7V; Thu, 06 Aug 2026 09:26:49 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1786008409; 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=7KbdmdDoUn2S9raGZbREJaBOOvVejX9cfULIEMim0II=; b=EDV5R6OaOANz4TjFMrUucnrVJXPHzBX0cstjd0qYlnpDK2VOR3l7sGzBdtylZjy6B6fDZA f/L0klPzxA8Fk5Bg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1786008409; 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=7KbdmdDoUn2S9raGZbREJaBOOvVejX9cfULIEMim0II=; b=Vuztit9+19YzpzAThG5K25hsOW2ni1QSw1nL7gum7tT46zkAGhj4KBAC6aKWvAOBWmKx0y AJQYrohwdFaLzhbUz6iEM411GbDr7EuUDUYS31ERKpgsRB39VDSnPVVOhR38ito/qamFzx sj5oXACOc23hJhhUrMdcpMwiENwWeV9GelhsjAXxwD8XhVGVQ9j6GTJJIG1PeyEf9jhmbm JCLdVtCqXy8SZAJWJMyxybQMNPktE0DrXm7oymv8j6cyddvOeuO1edkGJNnlAv69hP2eI0 8cX7EezXj/33Nq1TvNlKC9qoEzIHaohDxk4DcCErYqKVaZMvz/mSXB7+U8Ikcw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] perl: Update rootfile Date: Thu, 6 Aug 2026 11:26:45 +0200 Message-ID: <20260806092645.52144-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 - The rootfile had Getopt/Long/Parser.pm commented out. A forum user tried the Testing branch already and found a message in the logs that was looking for that perl file Signed-off-by: Adolf Belka --- config/rootfiles/common/perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/common/perl b/config/rootfiles/common/perl index 61a0a2ddc..1e617269e 100644 --- a/config/rootfiles/common/perl +++ b/config/rootfiles/common/perl @@ -264,7 +264,7 @@ usr/lib/perl5/5.42.2/FindBin.pm #usr/lib/perl5/5.42.2/Getopt #usr/lib/perl5/5.42.2/Getopt/Long usr/lib/perl5/5.42.2/Getopt/Long.pm -#usr/lib/perl5/5.42.2/Getopt/Long/Parser.pm +usr/lib/perl5/5.42.2/Getopt/Long/Parser.pm usr/lib/perl5/5.42.2/Getopt/Std.pm #usr/lib/perl5/5.42.2/HTTP usr/lib/perl5/5.42.2/HTTP/Tiny.pm