From patchwork Sun Feb 6 21:46:13 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5101 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 4JsNDy094Bz3wsl for ; Sun, 6 Feb 2022 21:48:18 +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 4JsNDx2Zw3z1Lm; Sun, 6 Feb 2022 21:48:17 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNDx2HXlz2yTq; Sun, 6 Feb 2022 21:48:17 +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 4JsNDv6xvHz2xQs for ; Sun, 6 Feb 2022 21:48:15 +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 4JsNDv5GnNzs6; Sun, 6 Feb 2022 21:48:15 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184095; 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: in-reply-to:in-reply-to:references:references; bh=DmlNtOMT89ZvZrl73NBR5oeKa7AO0xaANRiHuUi9AJs=; b=4CJfALUecy3EHO+KonB96El1ZVNez/iGd5SFIRQ70p3/tDg3ZQdP3GJ+Rh1ZjFYgKdqndq mkTylpePDgDcczCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184095; 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: in-reply-to:in-reply-to:references:references; bh=DmlNtOMT89ZvZrl73NBR5oeKa7AO0xaANRiHuUi9AJs=; b=ga/oiPKYUj75YLGO+sxSpZkRiXGWTp46LGaJBTn+T+7+hxYCeb0qThHFrJOqdbKxGTGJB3 65dAVPjKDGMxUDZmnl4V8mAxCo9BcIhQXWZPiR7kF6+KQtHpCfXrMN2M1FamiV82uVMH2P M3qrjVVoTW2DTHT2gKaOPF5GOECc0eny0pK0R9miwKCP/PNAgd5HbgnI8ef8XfG1WtUaYn wMwIneDCO8Hzk7ZhnUTHs49CVM16A+Le5owxqJ1xZrKP1bsxRdTqU/9zLkGN6iQRT+s2sq G09IvgdwwAQ9jTpylWmh79pr71XvLe5fb4JelfYsarNvbxkL5sZrg3pe1P8f+A== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 06/32] perl-Compress-Zlib: Renamed from Compress-Zlib Date: Sun, 6 Feb 2022 22:46:13 +0100 Message-Id: <20220206214639.2711567-6-adolf.belka@ipfire.org> In-Reply-To: <20220206214639.2711567-1-adolf.belka@ipfire.org> References: <20220206214639.2711567-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" Signed-off-by: Adolf Belka --- config/rootfiles/common/{Compress-Zlib => perl-Compress-Zlib} | 0 lfs/{Compress-Zlib => perl-Compress-Zlib} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{Compress-Zlib => perl-Compress-Zlib} (100%) rename lfs/{Compress-Zlib => perl-Compress-Zlib} (100%) diff --git a/config/rootfiles/common/Compress-Zlib b/config/rootfiles/common/perl-Compress-Zlib similarity index 100% rename from config/rootfiles/common/Compress-Zlib rename to config/rootfiles/common/perl-Compress-Zlib diff --git a/lfs/Compress-Zlib b/lfs/perl-Compress-Zlib similarity index 100% rename from lfs/Compress-Zlib rename to lfs/perl-Compress-Zlib