From patchwork Thu Apr 1 16:32:29 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4074 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4FB7yP6FZYz3ws3 for ; Thu, 1 Apr 2021 16:32:45 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4FB7yP3smhztS; Thu, 1 Apr 2021 16:32:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FB7yP3dMtz2xmR; Thu, 1 Apr 2021 16:32:45 +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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4FB7yN6Lp6z2xff for ; Thu, 1 Apr 2021 16:32:44 +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 (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4FB7yN41gSzBT; Thu, 1 Apr 2021 16:32:44 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1617294764; 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=GzpezTy69jJ1Aunm7DJhG+iqdYYUP17SFbXBmq1JoTM=; b=QIL0m6SGdZKb7q0Be/pzwKgXqmw4UTlfUj3awimhoqokpNV7QxJigb3p1HIDdHmDlyMg/k ec5BJ1lj+ABX3YBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1617294764; 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=GzpezTy69jJ1Aunm7DJhG+iqdYYUP17SFbXBmq1JoTM=; b=kJtoZfjlJaoG1XJY9LXcl/t0xpqHXPItikFVgVjOJCPJ2TRood/fZhTt0Z9BVD1hldz0lr OIxmUb4HQ0o/iUGbcM5XpzkDvDZEYC5qUiNZ4VWUygeU8bshjsjNW3qGyiA9z8fvtDhvoT k3gI9ALN2qzniTOLjZnU0GkW0wtaLMqmm8mnbBPkheBeq9/v14a8ByzxTp1jAenQNS/t/B i0wly+4yPiVR3px3427jB3T6zSZzK4eubUxdvEZBrra/Ac3Fm2UkLJJ+B5Q5GwebDx/v9a 3ttlaT/DmsuajjXlDyFcb2HKnP4Bk41Ze3MSK2SgQEk9aI+GRIG4mHo99eXF4Q== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 60/71] GD-TextUtil: Update of rootfiles due to perl version update Date: Thu, 1 Apr 2021 18:32:29 +0200 Message-Id: <20210401163238.14114-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 of rootfiles due to perl update from 5.30.0 to 5.32.1 Signed-off-by: Adolf Belka --- config/rootfiles/common/GD-TextUtil | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/rootfiles/common/GD-TextUtil b/config/rootfiles/common/GD-TextUtil index 0fb7f13f7..0a9b2aab1 100644 --- a/config/rootfiles/common/GD-TextUtil +++ b/config/rootfiles/common/GD-TextUtil @@ -1,9 +1,9 @@ -#usr/lib/perl5/site_perl/5.30.0/GD/Text -usr/lib/perl5/site_perl/5.30.0/GD/Text.pm -usr/lib/perl5/site_perl/5.30.0/GD/Text/Align.pm -usr/lib/perl5/site_perl/5.30.0/GD/Text/Wrap.pm -#usr/lib/perl5/site_perl/5.30.0/xxxMACHINExxx-linux-thread-multi/auto/GD/Text -#usr/lib/perl5/site_perl/5.30.0/xxxMACHINExxx-linux-thread-multi/auto/GD/Text/.packlist +#usr/lib/perl5/site_perl/5.32.1/GD/Text +usr/lib/perl5/site_perl/5.32.1/GD/Text.pm +usr/lib/perl5/site_perl/5.32.1/GD/Text/Align.pm +usr/lib/perl5/site_perl/5.32.1/GD/Text/Wrap.pm +#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/GD/Text +#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/GD/Text/.packlist #usr/share/man/man3/GD::Text.3 #usr/share/man/man3/GD::Text::Align.3 #usr/share/man/man3/GD::Text::Wrap.3