From patchwork Sun Feb 6 21:46:34 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5122 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 4JsNM072YPz3wgk for ; Sun, 6 Feb 2022 21:53:32 +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 4JsNM039XqzpY; Sun, 6 Feb 2022 21:53:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNM035ztz2xd1; Sun, 6 Feb 2022 21:53:32 +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 4JsNLz0dFxz2xXd for ; Sun, 6 Feb 2022 21:53:31 +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 4JsNLy5v0yzLX; Sun, 6 Feb 2022 21:53:30 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184410; 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=Mktv+xlD0xNGNBO3EyibUlo6RmY+mG649U4VfwVjO88=; b=se4AS6l/hsWG/5dlEovOe4KnOA9XJogJmot7vwEHHkInJyA+t9WCX74seY2PpqsZpcokJT IGSiIRv00dcXSNCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184410; 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=Mktv+xlD0xNGNBO3EyibUlo6RmY+mG649U4VfwVjO88=; b=cDAtq8dd0i9tcU5lUE5qkLOAZiWJJ2GNlg5P8fVKD1CIXcZ/Mqn2hjTBBE5hJYUGg/aJi/ hauDJnte/qG91U8Hzn2QEfkVk+0A5vegnCaF1mw73/zLqIz9nJ5nJsB2zTwvPApobrAQ6X /uXbBKR/gzW04V7Bm7zbu8xR0VxFkXrxRqrMPsZ9ArHlEHGIMVvRcK4kFpVUFFMTUzMM8j uZe3vJ3UhjrYVMTo+OYMb5PYg4FlwXf6gR3+PoEFF9VUSDcu0l8kEFufBw0JlYP4sTE3sU 0QHxpW4RGqbCm5KNDadEfSTYYgeQP9M8jJUfdFu9dVUtAzAx1rcJ8J6yMPdMJQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 27/32] perl-Net_SSLeay: Renamed from Net_SSLeay Date: Sun, 6 Feb 2022 22:46:34 +0100 Message-Id: <20220206214639.2711567-27-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/{Net_SSLeay => perl-Net_SSLeay} | 0 lfs/{Net_SSLeay => perl-Net_SSLeay} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{Net_SSLeay => perl-Net_SSLeay} (100%) rename lfs/{Net_SSLeay => perl-Net_SSLeay} (100%) diff --git a/config/rootfiles/common/Net_SSLeay b/config/rootfiles/common/perl-Net_SSLeay similarity index 100% rename from config/rootfiles/common/Net_SSLeay rename to config/rootfiles/common/perl-Net_SSLeay diff --git a/lfs/Net_SSLeay b/lfs/perl-Net_SSLeay similarity index 100% rename from lfs/Net_SSLeay rename to lfs/perl-Net_SSLeay