From patchwork Mon Jun 29 15:43:47 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3236 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 "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 49wWxT6p1hz3x5V for ; Mon, 29 Jun 2020 15:43:57 +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 "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 49wWxQ3YRdz1gS; Mon, 29 Jun 2020 15:43:54 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49wWxQ2Rb7z2ydB; Mon, 29 Jun 2020 15:43:54 +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 "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 49wWxN74D5z2xB9 for ; Mon, 29 Jun 2020 15:43:52 +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) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 49wWxN21dlz1gS for ; Mon, 29 Jun 2020 15:43:52 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1593445432; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=6C1Uncn1utJa07TqMpgoIZJjI0Y1MxF+dGlTfMbmr3k=; b=b31lsn9vHgcMAS8AwONurqi2sSbGsQ4iZ0a5WMyiuJucLLcUYbvgrjuHcgTmaVOKaFfvS4 ZLwTLFVS1YgLA3AA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1593445432; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=6C1Uncn1utJa07TqMpgoIZJjI0Y1MxF+dGlTfMbmr3k=; b=sGLRlY+VkL0okHkSBLFgGAyP8vq23sq+CbOjgNpWZ9Tk1C9d1/NCI5F0VScimgXRD0Xh5L e8hKFnW/KoS7AR/AC5f4QYQcLwgbQdlMkbil2jfuu2iV3CfOZThWNnmSW+9MrIoiDhQ8dq daQmb2l+BO4mDddFpZncT3PD0pDcT99bs+9oF9x6qbpQ5paVBjiDKp379C7ND++bDu7UEt RGF19/688/nVnE2ttX/m+tJUTulALBig9hivqGWHfcKCuExEQVPFa4Kd53gxklMxafncQ1 rm1CgP0ZDRlMXfg6jZUyYhRKYMDwYbtvK0h/XQNbXW8MPQcUHT6mLdZ73LgxPw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] Net_SSLeay 1.88: Fix for rootfile Date: Mon, 29 Jun 2020 17:43:47 +0200 Message-Id: <20200629154347.2575-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=matthias.fischer@ipfire.org 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" My Devel complained that the first line was missing and wanted it commented... Signed-off-by: Matthias Fischer Reviewed-by: Michael Tremer --- config/rootfiles/common/Net_SSLeay | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rootfiles/common/Net_SSLeay b/config/rootfiles/common/Net_SSLeay index 2dcc69662..cb7695d44 100644 --- a/config/rootfiles/common/Net_SSLeay +++ b/config/rootfiles/common/Net_SSLeay @@ -1,3 +1,4 @@ +#usr/lib/perl5/site_perl/5.30.0/xxxMACHINExxx-linux-thread-multi/Net #usr/lib/perl5/site_perl/5.30.0/xxxMACHINExxx-linux-thread-multi/Net/SSLeay usr/lib/perl5/site_perl/5.30.0/xxxMACHINExxx-linux-thread-multi/Net/SSLeay.pm #usr/lib/perl5/site_perl/5.30.0/xxxMACHINExxx-linux-thread-multi/Net/SSLeay.pod