From patchwork Sun Feb 6 21:46:19 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5107 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 4JsNGh36yvz3wsl for ; Sun, 6 Feb 2022 21:49:48 +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 4JsNGg6cFcz3Z2; Sun, 6 Feb 2022 21:49:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNGg6SLGz2ynv; Sun, 6 Feb 2022 21:49:47 +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 4JsNGf0mhmz2xXd for ; Sun, 6 Feb 2022 21:49:46 +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 4JsNGd6CsTz3vg; Sun, 6 Feb 2022 21:49:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184185; 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=8esP8ppFUIyoPQN+RVt1rePWJeE1OGQLJFiwhyk/vh4=; b=hohayh3hTbKkoNM1s9DoPisgn+HBZZVx1FgAEKCeX6gb0S4hnVZW+uUfS18xzvfKXeCHub Ck4EvIgcxZCtz5Cg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184185; 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=8esP8ppFUIyoPQN+RVt1rePWJeE1OGQLJFiwhyk/vh4=; b=FQpsRt0g9UQn5IiJhk1wGMB8s6mnxbPHUJRD7NPsfOoLJdGqd4j13yA+2YGTLMWyg6+Vl/ r1hnk73zGkpC0vFTqsgearxNyDOivBZkkYHLiWLJYFR56lZEJC/OEjs9AIQsicQuyUWTEm FKavcLlwgw6ZQ3WVEg59PSlRgcsRcq2yuOsIQp0WBvcqPHmCfhv6WcdVlQiOpYeDPanAXk 1+iLw0ErqvFgtC13+Cz1dha/K8I3j++U/Ir4auxqv+JSJokCZtGW8qiybVity+vkiybCPV GF0AqpVbIlfEU6wU5UBv1R0yOeU1C4q7LmwDbjjTv9p7i+IdmpV5VZRXkzSDzw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 12/32] perl-Digest-SHA1: Renamed from Digest-SHA1 Date: Sun, 6 Feb 2022 22:46:19 +0100 Message-Id: <20220206214639.2711567-12-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/{Digest-SHA1 => perl-Digest-SHA1} | 0 lfs/{Digest-SHA1 => perl-Digest-SHA1} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{Digest-SHA1 => perl-Digest-SHA1} (100%) rename lfs/{Digest-SHA1 => perl-Digest-SHA1} (100%) diff --git a/config/rootfiles/common/Digest-SHA1 b/config/rootfiles/common/perl-Digest-SHA1 similarity index 100% rename from config/rootfiles/common/Digest-SHA1 rename to config/rootfiles/common/perl-Digest-SHA1 diff --git a/lfs/Digest-SHA1 b/lfs/perl-Digest-SHA1 similarity index 100% rename from lfs/Digest-SHA1 rename to lfs/perl-Digest-SHA1