From patchwork Sat Jul 29 21:29:25 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7041 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) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4RCyM60NhMz3wgc for ; Sat, 29 Jul 2023 21:29:38 +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 ECDSA (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4RCyM30ZKXz1f0; Sat, 29 Jul 2023 21:29:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4RCyM253Nyz2yNH; Sat, 29 Jul 2023 21:29:34 +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 (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4RCyM13VCbz2xQl for ; Sat, 29 Jul 2023 21:29:33 +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 ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4RCyLz1WgFzZ3; Sat, 29 Jul 2023 21:29:31 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1690666172; 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=eLnG9L4dQ5/H/ibt0xxWeFk8JPzPeb/eCVFH5qljnxs=; b=dh11KF/zPpDoBRulyRWokcSAeRJQ1C0Y2X9c/4cQ/CI7GNslUax4y3qws/nECGQ6I2cVzy kN0t46UiCtVO1JDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1690666172; 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=eLnG9L4dQ5/H/ibt0xxWeFk8JPzPeb/eCVFH5qljnxs=; b=cUCgmhi2/BbzgTO0cm0KkvDcOFTABa7wh5QFUWmyBa/bfayEGx5qJIWAl5pAmzQzzcwrNP LYeNWZ1UIp7Hmxx1Z++S7Dc9IlIL5uColtoMY3wiGsrGY7VomxIMAYSl3KXMnd8Ae3NnpJ crmjwfQbFPAKFhkXLu0HW8BzrVjPiBMZeeBKv5YIXX6OY1kOOysnkS5gCbxLaEQSHyQV/d 1ZZD9aXoudhDB8PhsWhfZjkmVs70L/2+YRiy0UvjDdh9SDLm9vmcnmv3iar+QWm58vxRDN /wcLdnRpEBiKiAMwxt7fT4/V5SRiuupifV2Tpg0Z4L6C+/d/xIsf26QoqBay0Q== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] gnump3d: Update perl directory in gnump3d.conf to current version Date: Sat, 29 Jul 2023 23:29:25 +0200 Message-ID: <20230729212925.3523346-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update perl dircetory for plugin from 5.32.1 to 5.36.0 - Perl was updated in August 2022 but this directory was missed when that update was done. A forum member has tried to use gnump3d and had problems because it was trying to use the perl 5.32.1 directory for a plugin in the gnump3d.conf file - Bumped the PAK_VER to ensure that gniump3d is shipped. Signed-off-by: Adolf Belka --- config/gnump3d/gnump3d.conf | 2 +- lfs/gnump3d | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/gnump3d/gnump3d.conf b/config/gnump3d/gnump3d.conf index 64ea9845c..d15efb8cf 100644 --- a/config/gnump3d/gnump3d.conf +++ b/config/gnump3d/gnump3d.conf @@ -731,7 +731,7 @@ sort_order = $TRACK # the installation script - if this doesn't happen report this as # a bug. # -plugin_directory = /usr/lib/perl5/5.32.1/gnump3d/plugins +plugin_directory = /usr/lib/perl5/5.36.0/gnump3d/plugins # diff --git a/lfs/gnump3d b/lfs/gnump3d index 3deca8eae..292dee9f6 100644 --- a/lfs/gnump3d +++ b/lfs/gnump3d @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = gnump3d -PAK_VER = 9 +PAK_VER = 10 DEPS =