From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZMxRC3p6Gz30N0 for ; Wed, 26 Mar 2025 06:17:43 +0000 (UTC) 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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZMxR805VHz2xyW for ; Wed, 26 Mar 2025 06:17:40 +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 4ZMxR713hRzK2 for ; Wed, 26 Mar 2025 06:17:39 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1742969859; 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: in-reply-to:in-reply-to:references:references; bh=8bodn1ooVJtayuqKMgFDXha6/N9HqVaXq3qKruDYnuE=; b=G/XKuT9qKj3yfo50ceyXzjtX6rKuU8kzDfPwGjlEHZBMykqf1uOQ9522OlxofPQmxG2bbK LSYkTgfIPNf0DsBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1742969859; 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: in-reply-to:in-reply-to:references:references; bh=8bodn1ooVJtayuqKMgFDXha6/N9HqVaXq3qKruDYnuE=; b=MAZSqZwSkmkUAp5grJXLz4xfx1G/BM/VwSa1Yc01nPv4keLhGfMC/k0QmN3GYQTceRIOEv R5SA5xugy8+m7xJ9aNoMUMkQY9HDVpPKVqBXE+GGq25ZOfjClTO+tynyxCOzIwjuyeFl9s Lz0nXCynaHkRk9fqWe1w58WpLYu+DcqSoZlhuB2Waz0tUsrD2N6cUtYbM0Hh4yRpJkFICC DBZ02wdAhqGmN1SxtSnoU8JI+pVwMTGkae5sKkoiaf//GFt85rufHkgreA39WDUROlX/1z /t9XAnzPhtHSkxpvId6vBYcfJxTyLMzMcG+OuGg5a0ULvJm6vnXseClPIhxHzw== Message-ID: <4e54134966d65b463a0968936b98419a5b833dd2.camel@ipfire.org> Subject: Re: Removal of JSON and commit 32c667786c1fb9bf5b0ddf1b091f092fd1ed23b8 From: ummeegge To: development@lists.ipfire.org Date: Wed, 26 Mar 2025 07:17:34 +0100 In-Reply-To: <798eed47-acc7-47a1-bfc2-68fcd1fa098d@ipfire.org> References: <5f9a0c4912a941d9836af07f68e10e22b30a437e.camel@ipfire.org> <3850ac90-6781-4e45-ada7-4bfa2e200861@ipfire.org> <798eed47-acc7-47a1-bfc2-68fcd1fa098d@ipfire.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Good morning Adolf, thanks for fixing/extending it. Have searched also for a `use JSON;` declaration in IPFire since i was not sure if the JSON modul has been used somewhere as a dependency. In this case the declaration would have caused errors but i have not found anything in IPFire=C2=B4s code base. Best, Erik Am Freitag, dem 21.03.2025 um 10:11 +0100 schrieb Adolf Belka: > Hi Erik, >=20 > On 17/03/2025 07:33, ummeegge wrote: > > Hello Adolf, > > great thanks. Have seen it also only since i do needed them for a > > project. >=20 > It is in CU193 Testing. >=20 > Regards, > Adolf. >=20 > >=20 > > Best, > >=20 > > Erik > >=20 > > Am Samstag, dem 15.03.2025 um 17:41 +0100 schrieb Adolf Belka: > > > Hi Erik, > > >=20 > > > On 13/03/2025 08:25, ummeegge wrote: > > > > Hi Adolf, > > > > have seen that you removed the perl-JSON Addon since it is now > > > > available in Perl=C2=B4s core modules > > > > https://patchwork.ipfire.org/project/ipfire/patch/20240914152831.77= 27-8-adolf.belka@ipfire.org/ > > > > . Perl=C2=B4s ROOTFILE have the pp.pm > > > > commented > > > > https://git.ipfire.org/?p=3Dipfire-2.x.git;a=3Dblob;f=3Dconfig/root= files/ > > > > common/perl;h=3Dd4ceb7083ea32ce19c0befef168575696c244dd2;hb=3Drefs/ > > > > head > > > > s/next#l315 > > > > so JSON has now been fully removed from IPFire. > > > >=20 > > > > My question is, was this intended ? > > >=20 > > > No that was not intended. I obviously missed that. > > >=20 > > > I will submit a patch to uncomment the lines in the perl > > > rootfile. > > >=20 > > > Regards, > > > Adolf. > > >=20 > > > >=20 > > > > Best, > > > >=20 > > > > Erik > > >=20 > >=20 >=20 >=20