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 4ZFRpd05jpz377t for ; Sat, 15 Mar 2025 16:42:01 +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 4ZFRpY2hDxz346J for ; Sat, 15 Mar 2025 16:41:57 +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 4ZFRpX18FSz7YH; Sat, 15 Mar 2025 16:41:56 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1742056916; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=46Nyh4KUQFq57qG2ehiGnlyOYuRFG0sNJ1/Kv+MZTQE=; b=pu9ZtIxLzLNwng4gB0LToXCdNuXqNY9gR9RzELp1XbS3yup555Wlh09x4CcKWpc1u8fwtS 9CuUuZ0HwLDozyBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1742056916; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=46Nyh4KUQFq57qG2ehiGnlyOYuRFG0sNJ1/Kv+MZTQE=; b=WPVfuDR4Eh71h0aRWSsup8wogMd3rpaAaydwQ2NEw4SA58f6S+mDiqn4UwQV096A13I8GB G7uYnWk3gK32zbTXhCTI2BIi5ekniqfHK5cWmacTeCXd7FQhKZDnz6rTML2R9+eVBtYKfi GypwoUspGtub2/0jTXHVyr9DPuNpftPZWTwdcD6VScz63FWfkoxA6xCRgjd0RkLcDhW6kT VGo/Rf3Xz4+qU119OD5VJeWIf86CgnxsDdH2OQmSS+jHpFwlHKAA8/lGaPCRKC8gUALoNM AnE9oA5vtxOCduX1Was4M9VXEn1nynAmLCyOrKXMZqVCLz4uZRi0D8CnWYzRfw== Message-ID: <3850ac90-6781-4e45-ada7-4bfa2e200861@ipfire.org> Date: Sat, 15 Mar 2025 17:41:52 +0100 Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Subject: Re: Removal of JSON and commit 32c667786c1fb9bf5b0ddf1b091f092fd1ed23b8 To: ummeegge References: <5f9a0c4912a941d9836af07f68e10e22b30a437e.camel@ipfire.org> Content-Language: en-GB Cc: "IPFire: Development-List" From: Adolf Belka In-Reply-To: <5f9a0c4912a941d9836af07f68e10e22b30a437e.camel@ipfire.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Hi Erik, 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´s core modules > https://patchwork.ipfire.org/project/ipfire/patch/20240914152831.7727-8-adolf.belka@ipfire.org/ > . Perl´s ROOTFILE have the pp.pm > commented https://git.ipfire.org/?p=ipfire-2.x.git;a=blob;f=config/rootfiles/common/perl;h=d4ceb7083ea32ce19c0befef168575696c244dd2;hb=refs/heads/next#l315 > so JSON has now been fully removed from IPFire. > > My question is, was this intended ? No that was not intended. I obviously missed that. I will submit a patch to uncomment the lines in the perl rootfile. Regards, Adolf. > > Best, > > Erik