From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>, ummeegge <ummeegge@ipfire.org>
Subject: [PATCH] perl: uncomment the json entrries in the rootfile
Date: Sat, 15 Mar 2025 21:45:31 +0100 [thread overview]
Message-ID: <20250315204531.2294243-1-adolf.belka@ipfire.org> (raw)
- Back in Sept 2024 I supplied a patch to remove certain perl modules as they were now
available in the core perl package.
- The perl-json was one of these modules but unfortunately I missed to uncomment the json
entries in the perl rootfile so they have been unavailable to samba since then.
- This patch corrects that situation.
Suggested-by: ummeegge <ummeegge@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/common/perl | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/config/rootfiles/common/perl b/config/rootfiles/common/perl
index d4ceb7083..91517941c 100644
--- a/config/rootfiles/common/perl
+++ b/config/rootfiles/common/perl
@@ -313,9 +313,9 @@ usr/lib/perl5/5.36.0/IPC/Open2.pm
usr/lib/perl5/5.36.0/IPC/Open3.pm
#usr/lib/perl5/5.36.0/Internals.pod
#usr/lib/perl5/5.36.0/JSON
-#usr/lib/perl5/5.36.0/JSON/PP
-#usr/lib/perl5/5.36.0/JSON/PP.pm
-#usr/lib/perl5/5.36.0/JSON/PP/Boolean.pm
+usr/lib/perl5/5.36.0/JSON/PP
+usr/lib/perl5/5.36.0/JSON/PP.pm
+usr/lib/perl5/5.36.0/JSON/PP/Boolean.pm
#usr/lib/perl5/5.36.0/Locale
#usr/lib/perl5/5.36.0/Locale/Maketext
#usr/lib/perl5/5.36.0/Locale/Maketext.pm
--
2.48.1
next reply other threads:[~2025-03-15 20:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-15 20:45 Adolf Belka [this message]
2025-03-17 10:36 ` Michael Tremer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250315204531.2294243-1-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
--cc=ummeegge@ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox