From patchwork Sun Feb 6 21:46:08 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5096 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4JsNCZ0HgPz3wsl for ; Sun, 6 Feb 2022 21:47:06 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4JsNCY04NMz2KY; Sun, 6 Feb 2022 21:47:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNCX5jFxz2yvq; Sun, 6 Feb 2022 21:47:04 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4JsNCV5cpnz2xQs for ; Sun, 6 Feb 2022 21:47:02 +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 4JsNCV1L5pzm; Sun, 6 Feb 2022 21:47:02 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184022; 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=OXaybSr5Pp+gelIM+hXpGjVI6kSi6A/xfkaG/iyuiEM=; b=b9NeQNM43JkWjaknFmXz80fhkaApMYI/NLazhKY2gmVu4tIGH+vGB8MgdoNVdn0LDlF5ii coah8seSjt5qClAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184022; 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=OXaybSr5Pp+gelIM+hXpGjVI6kSi6A/xfkaG/iyuiEM=; b=P9KdmPVe9KjMiKC6QxvDZ6fk+1uhozF80PriBkQ863FOtyinElCCOPslHXoqN4wP3OHu1n Jkv9y67badKdDMA510QWIYwiWjpfPolPWiDwNv7HCjcCdLX9vo0J8SXz9Q7F9k1qKevxZX uYvLZTt5tz+oFw5ny+N/LT/o5NaWBsMysQbCQaXsa74ecjyuG9HjJSqGHU+dP13AtcG0CJ wBTp5g4LqvxfOjdjFnNK5BqWbkaftnkte+85tjUUz/BeXsWmWUwIhw+dxnxZO4v5ZHt+Gk y6USx6hGMYyp8DJ/opHLsJgSOi3u+ET5hm15rf7djKGVT3I+2FTNGIRXhRXgpw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 01/32] make.sh: name all perl packages to start with perl Date: Sun, 6 Feb 2022 22:46:08 +0100 Message-Id: <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" - Currently some perl packages start with perl, others don't have perl in the name at all and one has perl at the end of the IPFire name. - This patch series places perl at the start of all lfs and rootfile files for perl packages in a similar way as is done for python3. Signed-off-by: Adolf Belka --- make.sh | 62 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/make.sh b/make.sh index 79798834a..15b502f3e 100755 --- a/make.sh +++ b/make.sh @@ -1332,7 +1332,7 @@ buildipfire() { lfsmake2 usbutils lfsmake2 libxml2 lfsmake2 libxslt - lfsmake2 BerkeleyDB + lfsmake2 perl-BerkeleyDB lfsmake2 cyrus-sasl lfsmake2 openldap lfsmake2 apache2 @@ -1355,10 +1355,10 @@ buildipfire() { lfsmake2 ntfs-3g lfsmake2 ethtool lfsmake2 fcron - lfsmake2 ExtUtils-PkgConfig + lfsmake2 perl-ExtUtils-PkgConfig lfsmake2 perl-GD - lfsmake2 GD-Graph - lfsmake2 GD-TextUtil + lfsmake2 perl-GD-Graph + lfsmake2 perl-GD-TextUtil lfsmake2 perl-Device-SerialPort lfsmake2 perl-Device-Modem lfsmake2 perl-Apache-Htpasswd @@ -1377,35 +1377,35 @@ buildipfire() { lfsmake2 logwatch lfsmake2 misc-progs lfsmake2 nano - lfsmake2 URI + lfsmake2 perl-URI lfsmake2 perl-CGI lfsmake2 perl-Switch - lfsmake2 HTML-Tagset - lfsmake2 HTML-Parser - lfsmake2 HTML-Template - lfsmake2 Compress-Zlib - lfsmake2 Digest - lfsmake2 Digest-SHA1 - lfsmake2 Digest-HMAC - lfsmake2 libwww-perl - lfsmake2 Net-DNS - lfsmake2 Net-IPv4Addr - lfsmake2 Net_SSLeay - lfsmake2 IO-Stringy - lfsmake2 IO-Socket-SSL - lfsmake2 Unix-Syslog - lfsmake2 Mail-Tools - lfsmake2 MIME-Tools - lfsmake2 Net-Server - lfsmake2 Canary-Stability - lfsmake2 Convert-TNEF - lfsmake2 Convert-UUlib - lfsmake2 Archive-Tar - lfsmake2 Archive-Zip - lfsmake2 Text-Tabs+Wrap - lfsmake2 XML-Parser - lfsmake2 Crypt-PasswdMD5 - lfsmake2 Net-Telnet + lfsmake2 perl-HTML-Tagset + lfsmake2 perl-HTML-Parser + lfsmake2 perl-HTML-Template + lfsmake2 perl-Compress-Zlib + lfsmake2 perl-Digest + lfsmake2 perl-Digest-SHA1 + lfsmake2 perl-Digest-HMAC + lfsmake2 perl-libwww + lfsmake2 perl-Net-DNS + lfsmake2 perl-Net-IPv4Addr + lfsmake2 perl-Net_SSLeay + lfsmake2 perl-IO-Stringy + lfsmake2 perl-IO-Socket-SSL + lfsmake2 perl-Unix-Syslog + lfsmake2 perl-Mail-Tools + lfsmake2 perl-MIME-Tools + lfsmake2 perl-Net-Server + lfsmake2 perl-Canary-Stability + lfsmake2 perl-Convert-TNEF + lfsmake2 perl-Convert-UUlib + lfsmake2 perl-Archive-Tar + lfsmake2 perl-Archive-Zip + lfsmake2 perl-Text-Tabs+Wrap + lfsmake2 perl-XML-Parser + lfsmake2 perl-Crypt-PasswdMD5 + lfsmake2 perl-Net-Telnet lfsmake2 python3-setuptools lfsmake2 python3-inotify lfsmake2 python3-docutils From patchwork Sun Feb 6 21:46:09 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5097 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 4JsNCn58n7z3wsl for ; Sun, 6 Feb 2022 21:47:17 +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 4JsNCm6tksz1cf; Sun, 6 Feb 2022 21:47:16 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNCm6dNSz2yTq; Sun, 6 Feb 2022 21:47:16 +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 4JsNCm02Ghz2xQs for ; Sun, 6 Feb 2022 21:47:16 +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 4JsNCl5TQGzs6; Sun, 6 Feb 2022 21:47:15 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184035; 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=9NpRMG5/eiYjm/sFxocbmByAI+3gY0QXP0RzEceT2y8=; b=8WAEvtph+CHwxi21nq6DDgmy5dtv+wZOYZnGwbQTCxK04M0aB0aGR35We6I2G48k7kTHNM XG65mnhoLcXFb8DA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184035; 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=9NpRMG5/eiYjm/sFxocbmByAI+3gY0QXP0RzEceT2y8=; b=FFq59sh9s+djiR+FDrHnTUC4AKE45wWvly1EOlqmnHQxL0xf6z5J1VaHHd0j5SqKLaMGBA BDWmcOu/NpSg1x4rl81Az9YMLXZ95K4MG0TX791HiLSlgjHfZ0NlsPkHmdOj6l/ImA4lWh lKfk/pKNbDYsvX7lOyVJ9qfO43tfuCvYEnDWTp3ASEl1GMpvXqPbf3AHhtRMHaaHpeidkp 52ISfV67WzNyyERiLd+jUPx93H2LKWSXzTNC3H3YGOTiO9kQaLiHNFuuLDZa0JTo64bfQP /QBGRGr0T1JFlM9vNaNh1s/Jf5yePzzOf9ypEREZv0elpJDiXGFBnT9lz2EefA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 02/32] perl-Archive-Tar: Renamed from Archive-Tar Date: Sun, 6 Feb 2022 22:46:09 +0100 Message-Id: <20220206214639.2711567-2-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/{Archive-Tar => perl-Archive-Tar} | 0 lfs/{Archive-Tar => perl-Archive-Tar} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{Archive-Tar => perl-Archive-Tar} (100%) rename lfs/{Archive-Tar => perl-Archive-Tar} (100%) diff --git a/config/rootfiles/common/Archive-Tar b/config/rootfiles/common/perl-Archive-Tar similarity index 100% rename from config/rootfiles/common/Archive-Tar rename to config/rootfiles/common/perl-Archive-Tar diff --git a/lfs/Archive-Tar b/lfs/perl-Archive-Tar similarity index 100% rename from lfs/Archive-Tar rename to lfs/perl-Archive-Tar From patchwork Sun Feb 6 21:46:10 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5098 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 4JsND45065z3wsl for ; Sun, 6 Feb 2022 21:47: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 4JsND40VpPzs6; Sun, 6 Feb 2022 21:47:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsND40Ct9z2yvq; Sun, 6 Feb 2022 21:47: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 4JsND300vqz2xQs for ; Sun, 6 Feb 2022 21:47: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 4JsND25Q5Lzm; Sun, 6 Feb 2022 21:47:30 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184050; 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=netDY+Zb9i0IObAJJsGmx1CffsCYFE9wyIu5WdWE334=; b=l5HgIYcWVdqM043BCiYoNVBzUtYSGcmDzXBnFwrU9d7LT0ey8B+mR1vK5RufyzfDPFfaR8 0TCEPsEcfV8wy7Dw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184050; 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=netDY+Zb9i0IObAJJsGmx1CffsCYFE9wyIu5WdWE334=; b=tLkO9J2+oey4LWEk1Yelm1zDFJQciPLs8HTi3wATQ/rqickN+TUK+K9WDAsw3bHO2a5KoA QBXA5lfH73N6J6aHjizxrbK0wVMdf04XlmJdpgQAfj93+ZUL7V9Rq2ZTLnPVvglJs2xRjq r3f4oGUevaWmo1PFrR3WAATJs+iSDwSyCr1iOUSxvKDLF++VCcDdhJHZsWhw3Ih7P/cxJq 8LSgbPY/zTHHWMeMY9ys318CXGaxPi322Y2rScvKPVQ+0xYxwQJmV/XksNH81jihQ/Q9pL vgmqlO2rBLOvfr5bJDU/EgOg/BgK8h/vADPxz3M8tbB3gTW90IblEI6aWfbf7g== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 03/32] perl-Archive-Zip: Renamed from Archive-Zip Date: Sun, 6 Feb 2022 22:46:10 +0100 Message-Id: <20220206214639.2711567-3-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/{Archive-Zip => perl-Archive-Zip} | 0 lfs/{Archive-Zip => perl-Archive-Zip} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{Archive-Zip => perl-Archive-Zip} (100%) rename lfs/{Archive-Zip => perl-Archive-Zip} (100%) diff --git a/config/rootfiles/common/Archive-Zip b/config/rootfiles/common/perl-Archive-Zip similarity index 100% rename from config/rootfiles/common/Archive-Zip rename to config/rootfiles/common/perl-Archive-Zip diff --git a/lfs/Archive-Zip b/lfs/perl-Archive-Zip similarity index 100% rename from lfs/Archive-Zip rename to lfs/perl-Archive-Zip From patchwork Sun Feb 6 21:46:11 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5099 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 4JsNDM5TX3z3wsl for ; Sun, 6 Feb 2022 21:47:47 +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 4JsNDM10tkzs6; Sun, 6 Feb 2022 21:47:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNDM0m7Yz2yTq; Sun, 6 Feb 2022 21:47: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 4JsNDL2P5Cz2xQs for ; Sun, 6 Feb 2022 21:47: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 4JsNDL0n5bzYR; Sun, 6 Feb 2022 21:47:46 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184066; 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=ZTIdTXZx4yd9JPKGcdoNGPH9m3kLdH0h0z8O+xFEYRg=; b=bw4rGIC76H5gbLVtyGbvVx49YmgokpIYu+Qv0O/8BQBwF4v+pzV9plLptBIE/qDL+B9n86 YLep8RQLjXT6x1BA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184066; 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=ZTIdTXZx4yd9JPKGcdoNGPH9m3kLdH0h0z8O+xFEYRg=; b=nKyLbkBQT5E/lAaff/Uoc1ZpnARhq5dQ+Kn1N4380M1ue1KS26BqMlMUoVYai36la/YBwD dblAbNunvlrwFcAQCwO8Do9QRS+Q6avm6Tn5d7eVY1A+WCi8ZHdoR6Bs4wV/2D1VCULQxm xW349P0beTGuti3XQKTmg/Uf0co8oLDHi8hQhA8xzljNUt49cJklO/VPTqDPsEFHV+EZlq BRUOQT4S2lt73JKpip5Tu4jsT8tXhlsDiqKD89+XdcqzJ22Rc6v00FgvgXSpZaTZ8sC9vy DYnrtD1IQzHtoD2AzcSjApIbi+ePCMOmJtfNDFnjOYBNPGJ9pqQgn7kbdKi8hg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 04/32] perl-BerkeleyDB: Renamed from BerkeleyDB Date: Sun, 6 Feb 2022 22:46:11 +0100 Message-Id: <20220206214639.2711567-4-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/{BerkeleyDB => perl-BerkeleyDB} | 0 lfs/{BerkeleyDB => perl-BerkeleyDB} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{BerkeleyDB => perl-BerkeleyDB} (100%) rename lfs/{BerkeleyDB => perl-BerkeleyDB} (100%) diff --git a/config/rootfiles/common/BerkeleyDB b/config/rootfiles/common/perl-BerkeleyDB similarity index 100% rename from config/rootfiles/common/BerkeleyDB rename to config/rootfiles/common/perl-BerkeleyDB diff --git a/lfs/BerkeleyDB b/lfs/perl-BerkeleyDB similarity index 100% rename from lfs/BerkeleyDB rename to lfs/perl-BerkeleyDB From patchwork Sun Feb 6 21:46:12 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5100 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 4JsNDg658dz3wsl for ; Sun, 6 Feb 2022 21:48:03 +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 4JsNDg1cxpzs6; Sun, 6 Feb 2022 21:48:03 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNDg1P4sz2yvq; Sun, 6 Feb 2022 21:48:03 +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 4JsNDf20B1z2xQs for ; Sun, 6 Feb 2022 21:48:02 +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 4JsNDf0RmgzYR; Sun, 6 Feb 2022 21:48:02 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184082; 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=uFL83z8s3TxWpiT2D0/vtGLecLzJYulFqzVN2cuIoRo=; b=QvlMMpfnM3GqJNmRpWI8FspNb1RFFjOU3N3d0q22nnSPA/ilfKV5y0Y97ZCSsM/GAv5ea0 fYJIXiBghIyIKFCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184082; 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=uFL83z8s3TxWpiT2D0/vtGLecLzJYulFqzVN2cuIoRo=; b=AUOjzNlQdLabctVtwyaDhyYzaqsvCu+fH5Njx/i6IoH5CJ7r9q4Ev4duStdHFlgYvwf9WR uGWL1OsL4FMfM33GqfykufJklTbse4aEpo6pU5ZmFJX3RAxXFrjEEy1JDQpLPv7gk5qxxU hU0EonVdGY/uyz8of5u0SfrhEMf361mR40tkUdHeUDljVsx9Tyv5ioVjWft7Ri3F+q3rE9 ZQgjZw4TcgHbMEH9rRIVixd9d6iCDMAt8oN/YlNBwd0DPlnbb+FHR9UkvHCEMhC3M2uXiP 1bji2p5qpakxfKsVy0dviW+I5FTj6cwtCDw0vMSyTkJZseaa+jl4x5VyYe49zA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 05/32] perl-Canary-Stability: Renamed from Canary-Stability Date: Sun, 6 Feb 2022 22:46:12 +0100 Message-Id: <20220206214639.2711567-5-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 --- .../rootfiles/common/{Canary-Stability => perl-Canary-Stability} | 0 lfs/{Canary-Stability => perl-Canary-Stability} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{Canary-Stability => perl-Canary-Stability} (100%) rename lfs/{Canary-Stability => perl-Canary-Stability} (100%) diff --git a/config/rootfiles/common/Canary-Stability b/config/rootfiles/common/perl-Canary-Stability similarity index 100% rename from config/rootfiles/common/Canary-Stability rename to config/rootfiles/common/perl-Canary-Stability diff --git a/lfs/Canary-Stability b/lfs/perl-Canary-Stability similarity index 100% rename from lfs/Canary-Stability rename to lfs/perl-Canary-Stability 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 From patchwork Sun Feb 6 21:46:14 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5102 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 4JsNFD6WVmz3wsl for ; Sun, 6 Feb 2022 21:48: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 4JsNFD3QlGz1Lm; Sun, 6 Feb 2022 21:48:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNFD3DLZz2yvq; Sun, 6 Feb 2022 21:48: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 4JsNFB6KK3z2xd1 for ; Sun, 6 Feb 2022 21:48:30 +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 4JsNFB4f6VzYR; Sun, 6 Feb 2022 21:48:30 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184110; 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=1X5HZoWaPkB/4zkdiTKCBNhD61pB559ykkeKmDaMAY8=; b=Y6EFBNxnfhcHHkkjPvmip+D+UUv7gLWx+hYiSViozND9xnT4bBaVmzckj37N9FmuFbwvhZ 8W8R/4XDEqFuYBCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184110; 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=1X5HZoWaPkB/4zkdiTKCBNhD61pB559ykkeKmDaMAY8=; b=GA8Hw3nGIj6Rt0tz45GTPherSTOIhbiX1Ep5py0TDfNFneZwYztersqvik1Y9gO1EpIUib W/GMgeaCvydlP9d6zBzx1ABAJzRCSZibDyyfUV7QzrAcF109WqPOz8c5gu0tyy6L1WS1WI VdkEqW1/qtDHWfIsUSJrNkYKDSk53+wvap5UMDr3YS6e0pelHpSfjEMMVlCDj/3HMdCNLJ beppV2HWTDMksydqotgNZcgdBuvMp8dBdEFHKpZROaD70Hi+b343s2e7mNwo2Pt2RS+4PC FJMkmwtJVV2/EFpwXS4U747sl2A0OYHpMuuCILZl2apuFgJy2tgVobhLb8JxxA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 07/32] perl-Convert-TNEF: Renamed from Convert-TNEF Date: Sun, 6 Feb 2022 22:46:14 +0100 Message-Id: <20220206214639.2711567-7-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/{Convert-TNEF => perl-Convert-TNEF} | 0 lfs/{Convert-TNEF => perl-Convert-TNEF} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{Convert-TNEF => perl-Convert-TNEF} (100%) rename lfs/{Convert-TNEF => perl-Convert-TNEF} (100%) diff --git a/config/rootfiles/common/Convert-TNEF b/config/rootfiles/common/perl-Convert-TNEF similarity index 100% rename from config/rootfiles/common/Convert-TNEF rename to config/rootfiles/common/perl-Convert-TNEF diff --git a/lfs/Convert-TNEF b/lfs/perl-Convert-TNEF similarity index 100% rename from lfs/Convert-TNEF rename to lfs/perl-Convert-TNEF From patchwork Sun Feb 6 21:46:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5103 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 4JsNFX17JQz3wsl for ; Sun, 6 Feb 2022 21:48: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 4JsNFW43m9z1Lm; Sun, 6 Feb 2022 21:48:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNFW3q04z2y2L; Sun, 6 Feb 2022 21:48: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 4JsNFV1LVfz2xXd for ; Sun, 6 Feb 2022 21:48: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 4JsNFT5CQMz1Lm; Sun, 6 Feb 2022 21:48:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184125; 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=yfBQXNzy7U6W5gw1Cp6lmtci4n0GAeY/6oe2aHujGuA=; b=hjfHFjUmI9rP1EjB1D81KUY6z5c8R+5awtIB6I7LgjUuf3aOUhdHKI6atSielZdBFWN9v8 DMCUmhNE4MafV6Cw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184125; 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=yfBQXNzy7U6W5gw1Cp6lmtci4n0GAeY/6oe2aHujGuA=; b=uJz1SfUuOShw4B6r7L6Supw2nsacBcyK70Uvqu9JbWep7rtmzlcD9NPoVSf0RcuIGoPbUh OdO/A1sDFnrZW3Dkfw3mRvX86OPzBHIF0VL6fWoe7aqoCR7ChOj+EC4xWodjAhuTj4fhvP P70djAKtRaDwhDz0rfQzjgkemkk5G198No3i5VPUkyGGDPXqJ29ibQtuoK15mXxcV/+TKe 9iAh8lTTvRpiLKb43bF+oGhsoJtIqZoLsY4ebhaVTmHOThXGAU26Qdpfg1gZK623BrFgdd h34bwtGM1E/uJrX9isCieLIk4012POK3Xndj9obpWU3313GNPRyXKsg8ZFNw8g== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 08/32] perl-Convert-UUlib: Renamed from Convert-UUlib Date: Sun, 6 Feb 2022 22:46:15 +0100 Message-Id: <20220206214639.2711567-8-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/{Convert-UUlib => perl-Convert-UUlib} | 0 lfs/{Convert-UUlib => perl-Convert-UUlib} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{Convert-UUlib => perl-Convert-UUlib} (100%) rename lfs/{Convert-UUlib => perl-Convert-UUlib} (100%) diff --git a/config/rootfiles/common/Convert-UUlib b/config/rootfiles/common/perl-Convert-UUlib similarity index 100% rename from config/rootfiles/common/Convert-UUlib rename to config/rootfiles/common/perl-Convert-UUlib diff --git a/lfs/Convert-UUlib b/lfs/perl-Convert-UUlib similarity index 100% rename from lfs/Convert-UUlib rename to lfs/perl-Convert-UUlib From patchwork Sun Feb 6 21:46:16 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5104 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 4JsNFr1XFyz3wsl for ; Sun, 6 Feb 2022 21:49:04 +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 4JsNFq4kwBzs6; Sun, 6 Feb 2022 21:49:03 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNFq4TNVz2xd1; Sun, 6 Feb 2022 21:49:03 +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 4JsNFp08Qrz2xXd for ; Sun, 6 Feb 2022 21:49:02 +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 4JsNFn5ZwPzm; Sun, 6 Feb 2022 21:49:01 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184141; 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=vfLck3e2BtB5dEIWb4AuKHVWTiXi4g+clc4DgJBhP1I=; b=DtFK2Q7ws/XTamguu51aS70vPMCUH2FGHMV0Dtm2jNZpPycNvpDupWilMrxqRsVyes8BPr A/UwEiapFl4mR+Bg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184141; 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=vfLck3e2BtB5dEIWb4AuKHVWTiXi4g+clc4DgJBhP1I=; b=jRExk/vNiyTa3SbpmTw3xp2N/uio4eDHuJkUyenwtKxqgZr+lFC1N6HeLzFW6Pcapy2C34 8HY2aWJdd5017Gq+AhCAhU32V4g60xvKUPiK6sUC36BwvPoBi9dUixwmfb+deu+lGgVMZ2 PA4fel8UiWjBcQI17TqYthQe1wy9YyV7pqd/di7+JAajT7qWsTkd5GWcexRPAdSedPjkLC s4r9cjUjUW29qsIW+eYrsbdrvvv6dJ2l9MHb9YifytTsSdmDYFyvNiz1WW1x8v4RvrZlL1 E/LJtpJ0tM+UkOVk+XYSx5viH7KFAmFeSTmU9Wiip5CE42pCeWjuOizchezksg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 09/32] perl-Convert-UUlib: Renamed from Convert-UUlib Date: Sun, 6 Feb 2022 22:46:16 +0100 Message-Id: <20220206214639.2711567-9-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/{Crypt-PasswdMD5 => perl-Crypt-PasswdMD5} | 0 lfs/{Crypt-PasswdMD5 => perl-Crypt-PasswdMD5} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{Crypt-PasswdMD5 => perl-Crypt-PasswdMD5} (100%) rename lfs/{Crypt-PasswdMD5 => perl-Crypt-PasswdMD5} (100%) diff --git a/config/rootfiles/common/Crypt-PasswdMD5 b/config/rootfiles/common/perl-Crypt-PasswdMD5 similarity index 100% rename from config/rootfiles/common/Crypt-PasswdMD5 rename to config/rootfiles/common/perl-Crypt-PasswdMD5 diff --git a/lfs/Crypt-PasswdMD5 b/lfs/perl-Crypt-PasswdMD5 similarity index 100% rename from lfs/Crypt-PasswdMD5 rename to lfs/perl-Crypt-PasswdMD5 From patchwork Sun Feb 6 21:46:17 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5105 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 4JsNG72mj0z3wsl for ; Sun, 6 Feb 2022 21:49:19 +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 4JsNG65QWhzs6; Sun, 6 Feb 2022 21:49:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNG65BlKz2y2L; Sun, 6 Feb 2022 21:49:18 +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 4JsNG46sXnz2xXd for ; Sun, 6 Feb 2022 21:49:16 +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 4JsNG4588lzm; Sun, 6 Feb 2022 21:49:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184156; 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=dz64lPnxIoqjQc93Xa+nv9sevDn8uyYzWEtGg/5xfnc=; b=EWvVMmqcPYLpWNwbkZbqLp/kkUGGfWVuFkzcWkwTn5XRMMszNzdxQaET33AA6qAXiVGFEs 7b/je2AM5OVotEBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184156; 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=dz64lPnxIoqjQc93Xa+nv9sevDn8uyYzWEtGg/5xfnc=; b=SltS6U07TLqkzTWdRIZtvtHDGtf1+Waq38VzHxR+GgA7RzJaItaouZuGLoGJfnAIWj78LS 3PV3kdxHVCBYr/pitOonBr3NQhU2C2xpTNw+TpsgQHeVpgho88x5h+GfTK5qAS6oBNEdMr WsesOr6PC6U8DsmnelAl+g9VCK80VJ/y8W1ezUFkvgJtD6cxa/Zp75VdVuF3u0m7fsfnT2 i7Xj+n5XxyOgCS3MfaHw/PWr3X+eSnDxVW3XFOUChyvZou/885gj2zakYcRktyrCuw8wSY J66W0bluu8RZkDdohZgVZN/V4/+ASDUZlgyE6+d6nEjdzF212DnhcSK9zyU9eQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 10/32] perl-Digest-HMAC: Renamed from Digest-HMAC Date: Sun, 6 Feb 2022 22:46:17 +0100 Message-Id: <20220206214639.2711567-10-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-HMAC => perl-Digest-HMAC} | 0 lfs/{Digest-HMAC => perl-Digest-HMAC} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{Digest-HMAC => perl-Digest-HMAC} (100%) rename lfs/{Digest-HMAC => perl-Digest-HMAC} (100%) diff --git a/config/rootfiles/common/Digest-HMAC b/config/rootfiles/common/perl-Digest-HMAC similarity index 100% rename from config/rootfiles/common/Digest-HMAC rename to config/rootfiles/common/perl-Digest-HMAC diff --git a/lfs/Digest-HMAC b/lfs/perl-Digest-HMAC similarity index 100% rename from lfs/Digest-HMAC rename to lfs/perl-Digest-HMAC From patchwork Sun Feb 6 21:46:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5106 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 4JsNGP3mQMz3wsl for ; Sun, 6 Feb 2022 21:49:33 +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 4JsNGN62jlz1cf; Sun, 6 Feb 2022 21:49:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNGN5rxFz2yvq; Sun, 6 Feb 2022 21:49: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 4JsNGL6qgHz2xXd for ; Sun, 6 Feb 2022 21:49:30 +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 4JsNGL594Fzs6; Sun, 6 Feb 2022 21:49:30 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184170; 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=kbgeNQSTt5SklqxhOVIAAH+itBOwFtE16ik4MLs9INw=; b=BbamzMYoV869aeehHGpolg278M2cG+Non/clIfb2RgEznkYWCLcdop+pmEeFNX/vMO2AOS o4fSLcIChm1NasAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184170; 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=kbgeNQSTt5SklqxhOVIAAH+itBOwFtE16ik4MLs9INw=; b=f7dtPhj8cg9ht/2oTDR1eqtBbnluAPsErNcyHF9wTXLIJUJysXrB+dw15l6u2FZbDV+FTM Jf5qn1OsYfZADaxU98rIjkHbNXRqAbwpUKtJBGQreapP8q3tM419gwt2HibMD9Cl01/Bd9 XNOVcufjVLRAp9vOwzqsHMEDJngPBKFOc45Q0VzR2MgnwLS7HzjYU4IP/Ck3x5ZgviIqlH +ijTpnXp0bjj2nY/1/hyxqmDbtU65oFFkDUnNfwypLHMyB/9EIzY9jGR+Or0PzL+GBRVaQ BYJLuiHUNywQ1nprUbR6ywjFh99iHgVfR37BK0q6f21hPm7vnM2/yXXUoreOCg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 11/32] perl-Digest: Renamed from Digest Date: Sun, 6 Feb 2022 22:46:18 +0100 Message-Id: <20220206214639.2711567-11-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 => perl-Digest} | 0 lfs/{Digest => perl-Digest} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{Digest => perl-Digest} (100%) rename lfs/{Digest => perl-Digest} (100%) diff --git a/config/rootfiles/common/Digest b/config/rootfiles/common/perl-Digest similarity index 100% rename from config/rootfiles/common/Digest rename to config/rootfiles/common/perl-Digest diff --git a/lfs/Digest b/lfs/perl-Digest similarity index 100% rename from lfs/Digest rename to lfs/perl-Digest 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 From patchwork Sun Feb 6 21:46:20 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5108 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 4JsNGz3xH9z3wsl for ; Sun, 6 Feb 2022 21:50:03 +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 4JsNGz06Ntz11b; Sun, 6 Feb 2022 21:50:03 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNGy73dMz2yTq; Sun, 6 Feb 2022 21:50:02 +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 4JsNGx74w1z2xXd for ; Sun, 6 Feb 2022 21:50:01 +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 4JsNGx5PWNzs6; Sun, 6 Feb 2022 21:50:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184201; 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=kX+dRsayVq3iAiD7bBS4t4eM3E7tFuDqUbJgh2tAfCo=; b=fCCf3qA1zgF49aXb9UYEBe+6HlIa8QocLxgUGYmXxooC9rKzRMI3g2HRKw/LKOe1noEFWs fcRr/GMtxD8cDkiaeZ1Bt1bURJmois0ABqcnvtliuLGW3WiotQZyo88rWEjd4FyMzkgUfR WjYeAComAVg9A2spVGrfemYe9zYarrfcYlM3TFREuEKvPCsJUo41PsLlscaB8wNSsoZ6OV 6uREeE9d8uNKUzh97kqY+lJGyzoEA6LKRA75t6wysyl+4hArBy/h92RJNW237iuO0DXml4 qL189JGt31upXViv+BV0MxYX9N6WOgIPXfrSmYeqjQGxv/6PhcABke89iT44Vw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184201; 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=kX+dRsayVq3iAiD7bBS4t4eM3E7tFuDqUbJgh2tAfCo=; b=Iw01wOXicYFSjS+wYPGdouFgWKzSDeJ++8oKrdZw2RW3m46iwp45A/XUDrPVbdqsrCyO/i zGNXZn4VtGQ0KrBQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 13/32] perl-ExtUtils-PkgConfig: Renamed from ExtUtils-PkgConfig Date: Sun, 6 Feb 2022 22:46:20 +0100 Message-Id: <20220206214639.2711567-13-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 --- .../common/{ExtUtils-PkgConfig => perl-ExtUtils-PkgConfig} | 0 lfs/{ExtUtils-PkgConfig => perl-ExtUtils-PkgConfig} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{ExtUtils-PkgConfig => perl-ExtUtils-PkgConfig} (100%) rename lfs/{ExtUtils-PkgConfig => perl-ExtUtils-PkgConfig} (100%) diff --git a/config/rootfiles/common/ExtUtils-PkgConfig b/config/rootfiles/common/perl-ExtUtils-PkgConfig similarity index 100% rename from config/rootfiles/common/ExtUtils-PkgConfig rename to config/rootfiles/common/perl-ExtUtils-PkgConfig diff --git a/lfs/ExtUtils-PkgConfig b/lfs/perl-ExtUtils-PkgConfig similarity index 100% rename from lfs/ExtUtils-PkgConfig rename to lfs/perl-ExtUtils-PkgConfig From patchwork Sun Feb 6 21:46:21 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5109 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 4JsNHG3wZtz3wsl for ; Sun, 6 Feb 2022 21:50: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 4JsNHG0dxsz3wD; Sun, 6 Feb 2022 21:50:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNHG0VT9z2y2L; Sun, 6 Feb 2022 21:50:18 +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 4JsNHD70p6z2xXd for ; Sun, 6 Feb 2022 21:50:16 +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 4JsNHD5JYwz3wD; Sun, 6 Feb 2022 21:50:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184216; 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=u/BMC2xwLz6pY84voFO10+CgkXqL6mfo8/uMIAH5SaM=; b=JtjGtiqLM65hd8+bWVqEjICGvjJv/+L7qbyVLtlXBcGrR2sluklQwZk+mRyvzH0yHQgUFh AUIaHtj9cqjrkVAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184216; 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=u/BMC2xwLz6pY84voFO10+CgkXqL6mfo8/uMIAH5SaM=; b=v1N/CDHUtE26wIQFffPeIx/jQddCL2bIoMKWiZ+o83Ele7UlhcUBiYV1kp8rz+pvs7aePw JOu996NQmrzFMmIz6l8yxpC1OLGfToYwRsuFBlC1NJSqqgvAB16h/Oo32xLuUZ5BWkysud Mq7LFFwedXLsCCJYxb9Z0db3P3AhyOA359YUz7qwhHj+KDhTgtZa9uFKgrPwna7ffYCISe xymhDHxS4C8n3YRpQM6KOsBRMsdBaT8W+PqJpbPp4i3Ho+CPjatA6FcAGUg1rKs08NXm6H D34WPqupKLpgdZsl4TGMhUJjfec5HPZHuU6kZ4O5myOqqLtRigZuRCX+eebwSg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 14/32] perl-GD-Graph: Renamed from GD-Graph Date: Sun, 6 Feb 2022 22:46:21 +0100 Message-Id: <20220206214639.2711567-14-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/{GD-Graph => perl-GD-Graph} | 0 lfs/{GD-Graph => perl-GD-Graph} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{GD-Graph => perl-GD-Graph} (100%) rename lfs/{GD-Graph => perl-GD-Graph} (100%) diff --git a/config/rootfiles/common/GD-Graph b/config/rootfiles/common/perl-GD-Graph similarity index 100% rename from config/rootfiles/common/GD-Graph rename to config/rootfiles/common/perl-GD-Graph diff --git a/lfs/GD-Graph b/lfs/perl-GD-Graph similarity index 100% rename from lfs/GD-Graph rename to lfs/perl-GD-Graph From patchwork Sun Feb 6 21:46:22 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5110 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 4JsNHY5m79z3wsl for ; Sun, 6 Feb 2022 21:50:33 +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 4JsNHY1qHcz4jy; Sun, 6 Feb 2022 21:50:33 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNHY1WxJz2ynv; Sun, 6 Feb 2022 21:50:33 +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 4JsNHW0p6Yz2xQs for ; Sun, 6 Feb 2022 21:50: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 4JsNHV6CFHz4RG; Sun, 6 Feb 2022 21:50:30 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184230; 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=u3UY2WBzQnaftVel19AKctE4hpWkunQsxl93HCcvZG8=; b=Ha2ZIYEysPPZ1J7CY1KKwUvNfs94cqEWfegiwYDQQ/xhw2vZJhvAlRD/I6zhxg84drYG1K 4NwcRDYLAgmETACg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184230; 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=u3UY2WBzQnaftVel19AKctE4hpWkunQsxl93HCcvZG8=; b=r0MZoCTn0PlSmy2bBLvsuFN5O4pYTU0lgA7Q2ZW1JbnFJyVg4BFI2KyfTXkrqSsP9UM2D9 zHgIyM+NnKCMwVmX5fKf44dswee03yYNoVkqSsHrGknQi0xCG+/W3TNuvVsCFz/sZfZx3y 7kwjmkYmkzzb5Rxb57I1EyEu9xoUT/HTNlhkRTGWprOzmP+pdpkQdKnimWmnXpskislKVq 14zFXlW1YTk2SJqsilO9HZLHUUDuJuzOLoSrBuIQRN7t0ZGRvL6ybrF2SLlQM1e+5FMHTu FToivmFOsKDXOK+T7Qe0H0KQ14XMRqHyiNzfPBMpRFPbGyUJBSAFa0Io50xVpg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 15/32] perl-GD-TextUtil: Renamed from GD-TextUtil Date: Sun, 6 Feb 2022 22:46:22 +0100 Message-Id: <20220206214639.2711567-15-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/{GD-TextUtil => perl-GD-TextUtil} | 0 lfs/{GD-TextUtil => perl-GD-TextUtil} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{GD-TextUtil => perl-GD-TextUtil} (100%) rename lfs/{GD-TextUtil => perl-GD-TextUtil} (100%) diff --git a/config/rootfiles/common/GD-TextUtil b/config/rootfiles/common/perl-GD-TextUtil similarity index 100% rename from config/rootfiles/common/GD-TextUtil rename to config/rootfiles/common/perl-GD-TextUtil diff --git a/lfs/GD-TextUtil b/lfs/perl-GD-TextUtil similarity index 100% rename from lfs/GD-TextUtil rename to lfs/perl-GD-TextUtil From patchwork Sun Feb 6 21:46:23 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5111 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 4JsNHq5hLWz3wgk for ; Sun, 6 Feb 2022 21:50:47 +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 4JsNHq2YxMz3tV; Sun, 6 Feb 2022 21:50:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNHq2QYtz2yTq; Sun, 6 Feb 2022 21:50: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 4JsNHp2XN7z2xd1 for ; Sun, 6 Feb 2022 21:50: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 4JsNHp0nqHz3tV; Sun, 6 Feb 2022 21:50:46 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184246; 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=FIJCPgprnGgOWuQo0rGzg8/fR8NAce7YO9dMRqS71Nc=; b=5IL/JDY/zXKkurNCBi+bOWZsVQFHiJA4u5T9XMeRaw3Oe3joI6WY32yrqdS/tsQAC6kdV8 vPb0+liWKj3AskCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184246; 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=FIJCPgprnGgOWuQo0rGzg8/fR8NAce7YO9dMRqS71Nc=; b=icOtwSVNsOR4RklFKbja2urcIejxvMhV4GgdPBvwVdZqKELbQgBfJXPHc6suBIMkJZvVLz FBaltlFsagVd4WYH4I/Y3vC1onkuD5P90DKrfcvQQaHVlDPGo56zLyab7/iBxvOoDde+TI 6c4QrQkwsvE1n8Dnb5QpHMTaKf0EB0F/puOGY2j2H2/29wF5jfFXRwhqVYPaV9JkCP0KOe C82PhQpwz5590Gujwv3SqjOFQ0E+henYeuacyHBRa8Z3zpK9zJvdF/uZYBD1jc1tAQVzeu FfVPwX2f9hS1p+hXpDKVonTFyCqxadSYEnhwbG7Cy+rp5sIKUKDZrAPqKzcZWw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 16/32] perl-HTML-Parser: Renamed from HTML-Parser Date: Sun, 6 Feb 2022 22:46:23 +0100 Message-Id: <20220206214639.2711567-16-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/{HTML-Parser => perl-HTML-Parser} | 0 lfs/{HTML-Parser => perl-HTML-Parser} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{HTML-Parser => perl-HTML-Parser} (100%) rename lfs/{HTML-Parser => perl-HTML-Parser} (100%) diff --git a/config/rootfiles/common/HTML-Parser b/config/rootfiles/common/perl-HTML-Parser similarity index 100% rename from config/rootfiles/common/HTML-Parser rename to config/rootfiles/common/perl-HTML-Parser diff --git a/lfs/HTML-Parser b/lfs/perl-HTML-Parser similarity index 100% rename from lfs/HTML-Parser rename to lfs/perl-HTML-Parser From patchwork Sun Feb 6 21:46:24 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5112 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 4JsNJ70HMSz3wgk for ; Sun, 6 Feb 2022 21:51:03 +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 4JsNJ63BT1z4k4; Sun, 6 Feb 2022 21:51:02 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNJ634Zyz2yvq; Sun, 6 Feb 2022 21:51:02 +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 4JsNJ56sGHz2xXd for ; Sun, 6 Feb 2022 21:51:01 +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 4JsNJ559Ntz4RG; Sun, 6 Feb 2022 21:51:01 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184261; 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=2Z4tDH8P/ERBJyGN6WCb0Pv6ilgQuZZvuvd06M0NySM=; b=yT4+1Bmr5A+p0l3y7ziHVYW5xrihIdV0OOFDy3MzAlTPt1ZQe5RsHvA3OR4iS6NgpCXZIN X3Wg02sXa2Ga1YDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184261; 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=2Z4tDH8P/ERBJyGN6WCb0Pv6ilgQuZZvuvd06M0NySM=; b=mJmaVOrKl7Wnu+6hVHLx7IgnL5zKpiiYmeNq8p7EpfTCLHA+zcW7FlTEIRzZ2OMkbKU48n JhvmBD6oMMn6C1TToD9f8Z7P9gIlBqX8oP3BXnk4KryyD0sar/yosOkrLEvYYtfiFKCr9t BVwkVbldY1VfD1SB0GmViLDrZtQ5YJjeByeSw+/uDiJbTWyzUYxYxsZ8Vn/VinJV5RO6SU 4JK9EDOl6rNuo24x6WPO8I8rdEpRBsTbLDpjLdoJRHGupXN8CGE+jlzYgF3fDvU/xTNBDx pSNvDxegclboxFOnFegS0S0aQ1RjPwdDnjj9vqoLTz186sGX9PyBCTnk7CMK5Q== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 17/32] perl-HTML-Tagset: Renamed from HTML-Tagset Date: Sun, 6 Feb 2022 22:46:24 +0100 Message-Id: <20220206214639.2711567-17-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/{HTML-Tagset => perl-HTML-Tagset} | 0 lfs/{HTML-Tagset => perl-HTML-Tagset} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{HTML-Tagset => perl-HTML-Tagset} (100%) rename lfs/{HTML-Tagset => perl-HTML-Tagset} (100%) diff --git a/config/rootfiles/common/HTML-Tagset b/config/rootfiles/common/perl-HTML-Tagset similarity index 100% rename from config/rootfiles/common/HTML-Tagset rename to config/rootfiles/common/perl-HTML-Tagset diff --git a/lfs/HTML-Tagset b/lfs/perl-HTML-Tagset similarity index 100% rename from lfs/HTML-Tagset rename to lfs/perl-HTML-Tagset From patchwork Sun Feb 6 21:46:25 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5113 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 4JsNJP0XHDz3wgk for ; Sun, 6 Feb 2022 21:51:17 +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 4JsNJN3qtsz4nW; Sun, 6 Feb 2022 21:51:16 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNJN3dwkz2ynv; Sun, 6 Feb 2022 21:51:16 +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 4JsNJN0hW7z2xXd for ; Sun, 6 Feb 2022 21:51:16 +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 4JsNJM61q9znw; Sun, 6 Feb 2022 21:51:15 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184275; 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=IBXHGob7eyjPYOWw23yLz3mbRhNrm84DG+ADMbh6q+c=; b=WwNQwXKFm68WbcCgqePKcil61t/1Ck+G9CMga5EMrlh9qqmlAynnpKtch0opa4d5KpSC+x C01Rcob/tyDfXsCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184275; 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=IBXHGob7eyjPYOWw23yLz3mbRhNrm84DG+ADMbh6q+c=; b=a182T975a0+zZ/U2DImWtpfjrRSKK3nFsFwotTyOjfoEypN9fxa9RcyJEC1Ct5RdEuFcrz pDR012hbYycXUvT7h1WRixvIeOP42TG4a+DdN3kMxfJsXlDmx+WcH9EtyLcRp+O0O/sfsT C3RmRUZpIHQy6XBzqQmtsFVmJLygeKLE1pmTz6tOhFdCsiLU0aen3IuPRVi16grSioWa0z vDafyUJsQZLg4/asYvPosSYHD/NQlAdW5dxoDTx5QmyO0rZJ6hD6qLNGpf5JaWKSuKTyDb 9qZK1L//AsV3OGG19ftXW87qot3Um3IwNHrQnb8z/nUXcrdGEEZlXwDH2VYwVQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 18/32] perl-HTML-Template: Renamed from HTML-Template Date: Sun, 6 Feb 2022 22:46:25 +0100 Message-Id: <20220206214639.2711567-18-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/{HTML-Template => perl-HTML-Template} | 0 lfs/{HTML-Template => perl-HTML-Template} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{HTML-Template => perl-HTML-Template} (100%) rename lfs/{HTML-Template => perl-HTML-Template} (100%) diff --git a/config/rootfiles/common/HTML-Template b/config/rootfiles/common/perl-HTML-Template similarity index 100% rename from config/rootfiles/common/HTML-Template rename to config/rootfiles/common/perl-HTML-Template diff --git a/lfs/HTML-Template b/lfs/perl-HTML-Template similarity index 100% rename from lfs/HTML-Template rename to lfs/perl-HTML-Template From patchwork Sun Feb 6 21:46:26 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5114 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 4JsNJh210cz3wgk for ; Sun, 6 Feb 2022 21:51: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 4JsNJg4WMhz5FP; Sun, 6 Feb 2022 21:51:31 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNJg4Nl3z2yvq; Sun, 6 Feb 2022 21:51:31 +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 4JsNJg06w3z2xXd for ; Sun, 6 Feb 2022 21:51: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 4JsNJf5PYnz4nX; Sun, 6 Feb 2022 21:51:30 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184290; 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=DDDp3E6wr2izHx7tK5N9/6t3o7DKQ6lkRUdqYqXouj0=; b=tlledO6Aowf9850DKLTFpdO2Hpyp5kDHkg4lZlGBiODJ0xFi3Ml5NhMHYlehG5pyzatKLg x1z7CFsMw1aXYWBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184290; 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=DDDp3E6wr2izHx7tK5N9/6t3o7DKQ6lkRUdqYqXouj0=; b=uriQqVlxoERKn1T9W4KivFjfniXUEBDDnCshi0g1Qkr4aYOJ1q3rmSWUOmRAg3N10KICe0 6/9HT+LGkyUlgaX+NlPzBLXh0sohA83gLmLnsOuV2GzvVfucIQldkCV5Cj8/ygGdQFvl9h RZpndpb2fI0CC3aWDgnevCT+VuHoZHU6iOclRNLcNYMsPDM/9SL9u3ih0yBae04fRR2zT/ /m4cWd3QDxI1e489+CdGozOPG1uGCcUUsVzbhAYDrYiw88O+3gFvGb5cGHMfi4eGHVs3eq Pg9qTabggZye8YVSdvD/7pcHNaYczp5gc2EHfYLWh/RTHvioSr+pohD+iASiew== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 19/32] perl-IO-Socket-SSL: Renamed from IO-Socket-SSL Date: Sun, 6 Feb 2022 22:46:26 +0100 Message-Id: <20220206214639.2711567-19-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/{IO-Socket-SSL => perl-IO-Socket-SSL} | 0 lfs/{IO-Socket-SSL => perl-IO-Socket-SSL} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{IO-Socket-SSL => perl-IO-Socket-SSL} (100%) rename lfs/{IO-Socket-SSL => perl-IO-Socket-SSL} (100%) diff --git a/config/rootfiles/common/IO-Socket-SSL b/config/rootfiles/common/perl-IO-Socket-SSL similarity index 100% rename from config/rootfiles/common/IO-Socket-SSL rename to config/rootfiles/common/perl-IO-Socket-SSL diff --git a/lfs/IO-Socket-SSL b/lfs/perl-IO-Socket-SSL similarity index 100% rename from lfs/IO-Socket-SSL rename to lfs/perl-IO-Socket-SSL From patchwork Sun Feb 6 21:46:27 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5115 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 4JsNJz1CPcz3wgk for ; Sun, 6 Feb 2022 21:51:47 +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 4JsNJy52Pwz5Fx; Sun, 6 Feb 2022 21:51:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNJy4yY7z2ynv; Sun, 6 Feb 2022 21:51:46 +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 4JsNJy0Py9z2xXd for ; Sun, 6 Feb 2022 21:51: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 4JsNJx5mFYz5GH; Sun, 6 Feb 2022 21:51:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184305; 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=SQSqLWKdaADzL5kW3pyRRLtQ0g7etM3iu9cvLQqSd5M=; b=ay/I5Hl/CEDUMXFPZjVdcWCOSLzcqSgKqVZzVoDRkJTiSP9fVnQ0wUaE9f1aFyozZuk8TG 5hGZBSvSavY//JNjIb1qgaBnqdjOCMTdzNITRRkOWRYOlEbkDeqFZ0yTCqXqo0LzWfwJqa NQbkson6R2MQeiD3/1Dh6QFb2efrC0OwbyMuW9Nan2YPOX9C6V+OFcf46bL07UbWecLbCG AgwkW+yYdDFVwY4nYvHSYvVDAyhmYSP8FPomXbnP9QAz/HUjy9W/6pe6H1z4r4+j6paKyt GlbvDkzuRLur/72YPN2jri6C4RM5AWy7vrTJfCUhqSnTLHcZMF3v3upDnzc8WA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184305; 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=SQSqLWKdaADzL5kW3pyRRLtQ0g7etM3iu9cvLQqSd5M=; b=tGYxeLKzXEpbBPzk1OSKMu8412v/7OhxSTOpJeFNv7C1u6lMlSOXiRnayy7FAACu9UUY2g 1jSdq7ktkXmiTbDg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 20/32] perl-IO-Stringy: Renamed from IO-Stringy Date: Sun, 6 Feb 2022 22:46:27 +0100 Message-Id: <20220206214639.2711567-20-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/{IO-Stringy => perl-IO-Stringy} | 0 lfs/{IO-Stringy => perl-IO-Stringy} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{IO-Stringy => perl-IO-Stringy} (100%) rename lfs/{IO-Stringy => perl-IO-Stringy} (100%) diff --git a/config/rootfiles/common/IO-Stringy b/config/rootfiles/common/perl-IO-Stringy similarity index 100% rename from config/rootfiles/common/IO-Stringy rename to config/rootfiles/common/perl-IO-Stringy diff --git a/lfs/IO-Stringy b/lfs/perl-IO-Stringy similarity index 100% rename from lfs/IO-Stringy rename to lfs/perl-IO-Stringy From patchwork Sun Feb 6 21:46:28 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5116 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 4JsNKH3TKbz3wgk for ; Sun, 6 Feb 2022 21:52:03 +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 4JsNKG5r5Lz5HR; Sun, 6 Feb 2022 21:52:02 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNKG5Z24z2ynv; Sun, 6 Feb 2022 21:52:02 +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 4JsNKF72rfz2xXd for ; Sun, 6 Feb 2022 21:52:01 +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 4JsNKF5H6Pz5Gg; Sun, 6 Feb 2022 21:52:01 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184321; 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=n9QXegPyvWc+IWgZkba7glWNciE0+He6gWEpNXhLwYk=; b=iFJoyMSBVDUbKlHNPK04MqNmv+svu1hV/PnlSdXEAfwEhV9VdQYrUsC/k+xlk4TrkHgCBD R9xcTHw3Mjpu3eAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184321; 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=n9QXegPyvWc+IWgZkba7glWNciE0+He6gWEpNXhLwYk=; b=auTjvv+nISaO0YWTXJdLwiIqgXlrl9axmWBAq5aIL0kNTAJnCqV5rSD+old7A49M86Us2E dhiMfwLICCc6URktr0P2IqvMvJu0+Rsvu15sGXdh+6z8V39SrQmIaIRoOoVulZKd55jn6y rBGbrD54f2xCLYezWmbFrclfBGXa3+PZSwDEfDek9v1WNIolZKRojSicBY3CfqNy4kte2D y0kz3YZ9+dzeVvZsJPANpmu6ZF4UZe/6/377rkhZcKGJ6RYfR94UYNp+lfLquqvB3sDcPy WpAuSuGPrxC8FankBgGjpM56EjZ/PNwHEs25BXjqcUkLFWKibeioSwzo1r5lSw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 21/32] perl-libwww: Renamed from libwww-perl Date: Sun, 6 Feb 2022 22:46:28 +0100 Message-Id: <20220206214639.2711567-21-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/{libwww-perl => perl-libwww} | 0 lfs/{libwww-perl => perl-libwww} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{libwww-perl => perl-libwww} (100%) rename lfs/{libwww-perl => perl-libwww} (100%) diff --git a/config/rootfiles/common/libwww-perl b/config/rootfiles/common/perl-libwww similarity index 100% rename from config/rootfiles/common/libwww-perl rename to config/rootfiles/common/perl-libwww diff --git a/lfs/libwww-perl b/lfs/perl-libwww similarity index 100% rename from lfs/libwww-perl rename to lfs/perl-libwww From patchwork Sun Feb 6 21:46:29 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5117 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 4JsNKZ38zhz3wgk for ; Sun, 6 Feb 2022 21:52: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 4JsNKY6TnMz5HR; Sun, 6 Feb 2022 21:52:17 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNKY6NQ1z2yTq; Sun, 6 Feb 2022 21:52: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 4JsNKY0Shtz2xXd for ; Sun, 6 Feb 2022 21:52:17 +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 4JsNKX5YcKz5Gg; Sun, 6 Feb 2022 21:52:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184336; 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=V0ws5QpXgZBpXISWj3Ku9+I6zFeppjjPB7F6vgDGRSY=; b=X1t0YMFfOTp4PLs0/HVonMPz8KdiDf52a1kVxpQH0XE+moGra69wXKwfrsCDhbifVFmbXL 7xHaG6cte/UbZ7dmFBFxa+OuD6Kq1DGCP0BbkEYQaHIWawPmiDQ0+FMYx1ufZ+WBCS34bF u9E1loZsZkHZX/ICD57XHaF61xFbcwHfRCMMi7cCpiQkY2nAvD6Uq0R5JDsi+7y9fyaRKH 0PBVd8SSMV/OO1sSMoKcuWw0r0sdHNoRV+S7XGXdxl5SznecssX1kHpFo4LwPtHGAu4ui9 WrHyZP/n0cYOfxh7zAxITZp9VFhaHLHW9IutVvFdW7cAj7pGknZbZaKnIIWAUg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184336; 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=V0ws5QpXgZBpXISWj3Ku9+I6zFeppjjPB7F6vgDGRSY=; b=58B0euFuVWjWtGM5BOmu8h3P+PIycygzi4ahBIaA+w7JQrxvOvrusKG+w+zGNUHhklivBy W4WR1p1VN3IzziBw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 22/32] perl-Mail-Tools: Renamed from Mail-Tools Date: Sun, 6 Feb 2022 22:46:29 +0100 Message-Id: <20220206214639.2711567-22-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/{Mail-Tools => perl-Mail-Tools} | 0 lfs/{Mail-Tools => perl-Mail-Tools} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{Mail-Tools => perl-Mail-Tools} (100%) rename lfs/{Mail-Tools => perl-Mail-Tools} (100%) diff --git a/config/rootfiles/common/Mail-Tools b/config/rootfiles/common/perl-Mail-Tools similarity index 100% rename from config/rootfiles/common/Mail-Tools rename to config/rootfiles/common/perl-Mail-Tools diff --git a/lfs/Mail-Tools b/lfs/perl-Mail-Tools similarity index 100% rename from lfs/Mail-Tools rename to lfs/perl-Mail-Tools From patchwork Sun Feb 6 21:46:30 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5118 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 4JsNKr569rz3wgk for ; Sun, 6 Feb 2022 21:52: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 4JsNKr06Ygz5HR; Sun, 6 Feb 2022 21:52:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNKr00MCz2yvq; Sun, 6 Feb 2022 21:52: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 4JsNKq1Mzbz2xXd for ; Sun, 6 Feb 2022 21:52: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 4JsNKp6fQfz5Gg; Sun, 6 Feb 2022 21:52:30 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184351; 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=d2js7javlgpOvblG4S+/Z+OXZ+TKB5Q7zhOOObgYFCs=; b=VRs0Q/ixkARzZSb+8nLt/GhzY+Xw5UfC0s5k7k9R+8Jvcn/QrPu4nnmGTBNxDqluB9kziw 7pvICTBW6lJ5vdAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184351; 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=d2js7javlgpOvblG4S+/Z+OXZ+TKB5Q7zhOOObgYFCs=; b=Dj3r0vBfgKCGYxUudpoT9KUrylUmbybz1mLuDsqXAPw+MdR2Kd7GUdVZSts11SsIJKWOQp MC/YnZnO4E4Ju88J3Qf+12yts+36D63WhHd7z/hOEtJC1zUFlh96YiY1cOOCumbhN/diF+ rOgB0qAHBhTNc50m9tCU+vmmNHJ6xDEU/CRJWJxr9VqCLLIfNdMO2QkeFEyCROCV/bY3lK cbKzHB1LrjQZr3x/MROieBE6DFu2z59up50PGsgQyol6DUH0ncVtBJ9leNk3FaEh+BFqA0 ItSF6J8AGN9mh7J5umPqsifNGoJd/tcSKm5XP/sWnbOWiZImpDyNOws61Lj2ZQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 23/32] perl-MIME-Tools: Renamed from MIME-Tools Date: Sun, 6 Feb 2022 22:46:30 +0100 Message-Id: <20220206214639.2711567-23-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/{MIME-Tools => perl-MIME-Tools} | 0 lfs/{MIME-Tools => perl-MIME-Tools} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{MIME-Tools => perl-MIME-Tools} (100%) rename lfs/{MIME-Tools => perl-MIME-Tools} (100%) diff --git a/config/rootfiles/common/MIME-Tools b/config/rootfiles/common/perl-MIME-Tools similarity index 100% rename from config/rootfiles/common/MIME-Tools rename to config/rootfiles/common/perl-MIME-Tools diff --git a/lfs/MIME-Tools b/lfs/perl-MIME-Tools similarity index 100% rename from lfs/MIME-Tools rename to lfs/perl-MIME-Tools From patchwork Sun Feb 6 21:46:31 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5119 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 4JsNL74HnZz3wgk for ; Sun, 6 Feb 2022 21:52:47 +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 4JsNL71DpLz5Gg; Sun, 6 Feb 2022 21:52:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNL70zfhz2xd1; Sun, 6 Feb 2022 21:52: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 4JsNL573kcz2xQs for ; Sun, 6 Feb 2022 21:52:45 +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 4JsNL55GjYz5Gg; Sun, 6 Feb 2022 21:52:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184365; 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=yAgb01x6DqhRgI9gz1wJcbzyTFqOFqEX9uxB6p4jQ1Y=; b=YUUS3u3och0tUkPDgTaNnMCbtkbgjtJgcCItHu5K4VkOXkEWnE9XzAazwAimkPLdhNu4y6 AIaB7WaaJBIqwdBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184365; 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=yAgb01x6DqhRgI9gz1wJcbzyTFqOFqEX9uxB6p4jQ1Y=; b=Bv/g1iM8+s6M+KqYd5dKqnvC9YP+w5KZW300a0Jg8OQcw4dAoHspgy3ircDLOwAvrisip4 VFJ+KD6tGWw58pAWofzvrLcl+j3xFikYiVVmIQLLwizCLdKlkuWgbZ/BaJK0SAGqvzXbET fSkRwlFGLU4Jy4YcuxdhNHqd6pRHx0L/J3jtTIQ4mJCqnqyIOLPr6qE/Se/BIYayo/Ejg3 pFRBG5as2nDnw+w8wqh6Ev0v+4tEQCkcDR/O9aEhTx4REdPWc0EV/8Rg7rZsUhe6T+snOy 1toKKmo+w6XCmmkzT9cVpXYmfnvBSPrXI+81OeyT+OMSeKmFOEgzAniQq2y+rQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 24/32] perl-Net-DNS: Renamed from Net-DNS Date: Sun, 6 Feb 2022 22:46:31 +0100 Message-Id: <20220206214639.2711567-24-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-DNS => perl-Net-DNS} | 0 lfs/{Net-DNS => perl-Net-DNS} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{Net-DNS => perl-Net-DNS} (100%) rename lfs/{Net-DNS => perl-Net-DNS} (100%) diff --git a/config/rootfiles/common/Net-DNS b/config/rootfiles/common/perl-Net-DNS similarity index 100% rename from config/rootfiles/common/Net-DNS rename to config/rootfiles/common/perl-Net-DNS diff --git a/lfs/Net-DNS b/lfs/perl-Net-DNS similarity index 100% rename from lfs/Net-DNS rename to lfs/perl-Net-DNS From patchwork Sun Feb 6 21:46:32 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5120 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 4JsNLR5442z3wgk for ; Sun, 6 Feb 2022 21:53:03 +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 4JsNLR1yKbz5Gg; Sun, 6 Feb 2022 21:53:03 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNLR1wDWz2yvq; Sun, 6 Feb 2022 21:53:03 +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 4JsNLQ2VpKz2xd1 for ; Sun, 6 Feb 2022 21:53:02 +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 4JsNLQ0mtnz5Gg; Sun, 6 Feb 2022 21:53:02 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184382; 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=QVta5KKr+v7eK7rY2QTFEAFGGsc9nxDUlnEoihGVdjc=; b=pEwTyXrHwAgExpdXmeeR4D2V8BLtXLGStpXMHYbLsMlJn4mHNCHtiSPv4fYM5F39J2N62d DSgAlmHFuJ+RsdAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184382; 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=QVta5KKr+v7eK7rY2QTFEAFGGsc9nxDUlnEoihGVdjc=; b=k6gtdHPrBzN0sf0N9xmLZ7LOtqZEcdv7ufq6EaPyqAWNltWGQIy6D1FnNeG1PQlAN6h9dn gjVSuiFIqIC04Ib9tcJid8Cmg+Ptg0B0QyKfpi22sIX96ygqxSFJ9sbvahw8LjdeqxEtnq Nuw6rCHXbdEHkfe5ik1bC8ng3Ex/94SQwQzHq5JQGI1TNEiNsitkjamw6TK6wpfbnO1sxF gKYNUqVWoAhMz+FJcVz9VUNo6IDf2a2e6dagS2zPY3fLHC1tzc05JUBDfNBZUbFAc3qBvM +jT7NK8x4J3uNfkyV0ta7c6QCGG2FMx0a3j23yxTt4NzXV+TBXnGIBh+N+wCeg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 25/32] perl-Net-IPv4Addr: Renamed from Net-IPv4Addr Date: Sun, 6 Feb 2022 22:46:32 +0100 Message-Id: <20220206214639.2711567-25-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-IPv4Addr => perl-Net-IPv4Addr} | 0 lfs/{Net-IPv4Addr => perl-Net-IPv4Addr} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{Net-IPv4Addr => perl-Net-IPv4Addr} (100%) rename lfs/{Net-IPv4Addr => perl-Net-IPv4Addr} (100%) diff --git a/config/rootfiles/common/Net-IPv4Addr b/config/rootfiles/common/perl-Net-IPv4Addr similarity index 100% rename from config/rootfiles/common/Net-IPv4Addr rename to config/rootfiles/common/perl-Net-IPv4Addr diff --git a/lfs/Net-IPv4Addr b/lfs/perl-Net-IPv4Addr similarity index 100% rename from lfs/Net-IPv4Addr rename to lfs/perl-Net-IPv4Addr From patchwork Sun Feb 6 21:46:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5121 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 4JsNLk5Tg2z3wgk for ; Sun, 6 Feb 2022 21:53: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 4JsNLk2Z8wzpY; Sun, 6 Feb 2022 21:53:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNLk2W5Zz2y2L; Sun, 6 Feb 2022 21:53:18 +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 4JsNLj1fhrz2xXd for ; Sun, 6 Feb 2022 21:53:17 +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 4JsNLh6wzZznC; Sun, 6 Feb 2022 21:53:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184397; 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=iiwuBeL/kzmphg6ROovbDSyAno63TujQmBbauM3OkLg=; b=RHb9qt/B2hLHwPK4+WjJTcUpP7I3zmykEe7iW6E14Q/fET5zscvMSvQr7NCii2SXh+iqu4 oDQPyahlTgiqzgAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184397; 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=iiwuBeL/kzmphg6ROovbDSyAno63TujQmBbauM3OkLg=; b=NPOOsqj4P5oFeSoTcEcRyUd7tjHB5qQQCucU5ZlD/TTYUCWjR4GyszigrLhZW3O0pp1BtP zEcy9T/MiCVZ0jA7K1GiWzKjx3jfDzE6gr+I3M6CLz7fEcYTyRPNAmLY4Q1oN9+i3ze/+Q GRAtJ6ibKAK3cr0c/W4egJ/L4EHRtwzNb6eyJn9V3YJUJDItftiM3wFBegGE1vlPIcwWju vs6FXjyAyVs9t9lq+sWatjm/jaO+Iid7lJd6ZX+p29wQTyAaFb8xd7xke0AFXn4288o9ug DEMkGos9pmHmXGlfcc1vtFYKQDoVnzY1fio+YPA9RH6EOZt06Q4yjV63OwnzPQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 26/32] perl-Net-Server: Renamed from Net-Server Date: Sun, 6 Feb 2022 22:46:33 +0100 Message-Id: <20220206214639.2711567-26-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-Server => perl-Net-Server} | 0 lfs/{Net-Server => perl-Net-Server} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{Net-Server => perl-Net-Server} (100%) rename lfs/{Net-Server => perl-Net-Server} (100%) diff --git a/config/rootfiles/common/Net-Server b/config/rootfiles/common/perl-Net-Server similarity index 100% rename from config/rootfiles/common/Net-Server rename to config/rootfiles/common/perl-Net-Server diff --git a/lfs/Net-Server b/lfs/perl-Net-Server similarity index 100% rename from lfs/Net-Server rename to lfs/perl-Net-Server 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 From patchwork Sun Feb 6 21:46:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5123 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 4JsNMJ1LKZz3wgk for ; Sun, 6 Feb 2022 21:53: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 4JsNMH3qkDz1Lm; Sun, 6 Feb 2022 21:53:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNMH3lQzz2y2L; Sun, 6 Feb 2022 21:53: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 4JsNMG3Kd9z2xXd for ; Sun, 6 Feb 2022 21:53: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 4JsNMG1X2LzpY; Sun, 6 Feb 2022 21:53:46 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184426; 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=K/OpCa/Mee1bt2sG4DbXRBi64j1B3OpTepmBg/XJUko=; b=QmuDWPmtV9roQLlDoPgwCm/6+V7+2fdh1X1i/voE4dUX05ZlzG6PXaPRNTQin8p5P0sapJ 2WhqkkByJUUsoCDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184426; 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=K/OpCa/Mee1bt2sG4DbXRBi64j1B3OpTepmBg/XJUko=; b=seH5vBcp0hafTP6rVGVQWALj1ZSxG0wNWupAtX7PhYYTsrNGDfG3j5ho66TKOusGnvibtw UU9c3FUWJleIhCFLMHE+KVOrToYZRB7rq1n0dFmepLI9Etes76UiVGZOUJ0pxZYv1LFgUX F6CBljREWd8UyrHrWjMG8VHQAQxIVRGJDNPJv5bKIEu9hlMwxaTBfXqTyw7taaHn38ux1w L5AKdAxlTkBO9UjaXAgyhES0QArajUIp5q5xhRNKVtxYwVFj+WitsY1gE0LXbenXi0DHan Bo19dfaTMAhUPOzUV5XGdhfuPT3Q5tmPwYe7j9QK/Tz4VOjSGitoqRt1A/q0rw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 28/32] perl-Net-Telnet: Renamed from Net-Telnet Date: Sun, 6 Feb 2022 22:46:35 +0100 Message-Id: <20220206214639.2711567-28-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-Telnet => perl-Net-Telnet} | 0 lfs/{Net-Telnet => perl-Net-Telnet} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{Net-Telnet => perl-Net-Telnet} (100%) rename lfs/{Net-Telnet => perl-Net-Telnet} (100%) diff --git a/config/rootfiles/common/Net-Telnet b/config/rootfiles/common/perl-Net-Telnet similarity index 100% rename from config/rootfiles/common/Net-Telnet rename to config/rootfiles/common/perl-Net-Telnet diff --git a/lfs/Net-Telnet b/lfs/perl-Net-Telnet similarity index 100% rename from lfs/Net-Telnet rename to lfs/perl-Net-Telnet From patchwork Sun Feb 6 21:46:36 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5124 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 4JsNMc2H8Qz3wgk for ; Sun, 6 Feb 2022 21:54:04 +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 4JsNMb4Tt9z1Lm; Sun, 6 Feb 2022 21:54:03 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNMb4Tbpz2yvq; Sun, 6 Feb 2022 21:54:03 +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 4JsNMY70tdz2xXd for ; Sun, 6 Feb 2022 21:54:01 +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 4JsNMY5Bk4zpY; Sun, 6 Feb 2022 21:54:01 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184441; 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=1vO5jITdSC+gPanNhiSI0zZqlTsvYC05f/EYxbPjKLM=; b=YI/sX3m/jOaXH0SmOFyQSmeTOIUo3bDm8hW4RscIV94xJo/HHrQ7KxdAgLCm5LtR7r6DiV Tkr5ROi9CSNMC1Cw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184441; 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=1vO5jITdSC+gPanNhiSI0zZqlTsvYC05f/EYxbPjKLM=; b=YReFJNDBaWhIGM4mB7UGPn0Asd8n+ciY/z6YCaCyfVBx8C/SvS3KpK/PLwgHYLupbxF74w /SaK3AANdxylkgJKpnusJNrarAegvxkax8j4y0miV4Faiha6eIWGBhAI72IwJpMhxhg09s ypt5aTZS3VtaxlSMHURn1U9iq7CESkeHarXfblZEJKy062Rb8jbzWPyyKqOQZUbg8FKBuQ H5XxJMppH6VwoTxzY5P/7iYUPTBGuKXuh3/vT/kc1hnoNyt/D6JKYYd2JgEo7ECMDb3Q6N l2m7FGxguo4TBZXgoOpjPixuULYoat2Wqc2vlhjuZZnL4rQr9dBukt9fQBKssA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 29/32] perl-Text-Tabs+Wrap: Renamed from Text-Tabs+Wrap Date: Sun, 6 Feb 2022 22:46:36 +0100 Message-Id: <20220206214639.2711567-29-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/{Text-Tabs+Wrap => perl-Text-Tabs+Wrap} | 0 lfs/{Text-Tabs+Wrap => perl-Text-Tabs+Wrap} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{Text-Tabs+Wrap => perl-Text-Tabs+Wrap} (100%) rename lfs/{Text-Tabs+Wrap => perl-Text-Tabs+Wrap} (100%) diff --git a/config/rootfiles/common/Text-Tabs+Wrap b/config/rootfiles/common/perl-Text-Tabs+Wrap similarity index 100% rename from config/rootfiles/common/Text-Tabs+Wrap rename to config/rootfiles/common/perl-Text-Tabs+Wrap diff --git a/lfs/Text-Tabs+Wrap b/lfs/perl-Text-Tabs+Wrap similarity index 100% rename from lfs/Text-Tabs+Wrap rename to lfs/perl-Text-Tabs+Wrap From patchwork Sun Feb 6 21:46:37 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5125 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 4JsNMv2Gzjz3wgk for ; Sun, 6 Feb 2022 21:54:19 +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 4JsNMt513Fz1Lm; Sun, 6 Feb 2022 21:54:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNMt50sbz2ynv; Sun, 6 Feb 2022 21:54:18 +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 4JsNMr6zR8z2xXd for ; Sun, 6 Feb 2022 21:54:16 +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 4JsNMr55sSzpY; Sun, 6 Feb 2022 21:54:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184456; 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=T+1SgBpL13bfjQpeofKtU91sV26eXSIa84janf9m7eI=; b=ts7Z4Ltwa7hmgzGpcQR+x+1fBgJrxhLhrhsj4HinEKAmt1SDzpEut1GbXduW46uakU1dWw 3GlkjtI6OZXsg3AA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184456; 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=T+1SgBpL13bfjQpeofKtU91sV26eXSIa84janf9m7eI=; b=nn9rIWlBDrxksWYtOSMQxqda93PfbTb9/7wzdlmmWLNJwV7sxcfW0tTTwXrs8G+C99X1fC TLUaltchnKeyA5+wtBrzE8vKrdbjlqiEfhNsKKVuOiC3eaykW3rZqEvgvr8hyE0NW+NdK2 csAk+MIJmRf9nsMtYNSvCKHVVKiQhGlMiayAeDx1RCW4bddJ8ExTbAWNL993onyUm3RmWf v8+truG6Sh7F5V7ugBDWVzBVWyBpMRk/YijN7ouoJQeySh2Y+SBijE9XiVxWhQLrt2Wmv1 J9fIQ35XoUCIXxDoilUjPyQqHNT52k+cDazTx0f1StGmb/thDrnd0PC82ssk3w== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 30/32] perl-Unix-Syslog: Renamed from Unix-Syslog Date: Sun, 6 Feb 2022 22:46:37 +0100 Message-Id: <20220206214639.2711567-30-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/{Unix-Syslog => perl-Unix-Syslog} | 0 lfs/{Unix-Syslog => perl-Unix-Syslog} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{Unix-Syslog => perl-Unix-Syslog} (100%) rename lfs/{Unix-Syslog => perl-Unix-Syslog} (100%) diff --git a/config/rootfiles/common/Unix-Syslog b/config/rootfiles/common/perl-Unix-Syslog similarity index 100% rename from config/rootfiles/common/Unix-Syslog rename to config/rootfiles/common/perl-Unix-Syslog diff --git a/lfs/Unix-Syslog b/lfs/perl-Unix-Syslog similarity index 100% rename from lfs/Unix-Syslog rename to lfs/perl-Unix-Syslog From patchwork Sun Feb 6 21:46:38 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5126 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 4JsNN91fG9z3wgk for ; Sun, 6 Feb 2022 21:54:33 +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 4JsNN85rY4z2KY; Sun, 6 Feb 2022 21:54:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNN85hf8z2y2L; Sun, 6 Feb 2022 21:54: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 4JsNN66twqz2xXd for ; Sun, 6 Feb 2022 21:54:30 +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 4JsNN650gJz1Lm; Sun, 6 Feb 2022 21:54:30 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184470; 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=QBjqTqePihEtMAe/N5VEJbX7IQs8Opdgs0fMLBUtkwo=; b=PLOFJSFPiWcZ6ncX30bs6ILdUJWXJXKIWgkeGsa2o7K4VY+jDoomhPZlKBEl/hg463xdhm 0Djb60PB1Irgh+AA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184470; 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=QBjqTqePihEtMAe/N5VEJbX7IQs8Opdgs0fMLBUtkwo=; b=iIblJSgQlM/dwjL4jFN9B38LjAedVG3KWuVetHgztvpeZgpt+S94Fjini1fLe0F6LNKUJB wmHIHv4yRWa6KFstT+kgeC0OLYTy0gWiKex8nC9Ic7Att6WCsMLofqeOpq19LvGBD9L5Wn oRJRbxkwSSoAc5RQe8lmtIlz9HMfR6FtzR3jc4dSJ4Ryk+Zr4ik+EAXC44Nrw+VMlxQoTa uzzryOIsDV6/uGpG+7DP4XNdp8rL7JyEx1keT2GnrPF88BeRo+l4YR9lJC6ZJraF4UIILG QtlXHHC+TLIHmnJ+t9iwxdPpxHxHjSzEvBKBommIbzTFIohF3GhRMNutmxPDww== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 31/32] perl-URI: Renamed from URI Date: Sun, 6 Feb 2022 22:46:38 +0100 Message-Id: <20220206214639.2711567-31-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/{URI => perl-URI} | 0 lfs/{URI => perl-URI} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{URI => perl-URI} (100%) rename lfs/{URI => perl-URI} (100%) diff --git a/config/rootfiles/common/URI b/config/rootfiles/common/perl-URI similarity index 100% rename from config/rootfiles/common/URI rename to config/rootfiles/common/perl-URI diff --git a/lfs/URI b/lfs/perl-URI similarity index 100% rename from lfs/URI rename to lfs/perl-URI From patchwork Sun Feb 6 21:46:39 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5127 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 4JsNNR1w1Tz3wgk for ; Sun, 6 Feb 2022 21:54:47 +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 4JsNNQ6RV0z4Rg; Sun, 6 Feb 2022 21:54:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNNQ6QXhz2yTq; Sun, 6 Feb 2022 21:54:46 +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 4JsNNP6g1tz2xXd for ; Sun, 6 Feb 2022 21:54:45 +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 4JsNNP4q37z1Lm; Sun, 6 Feb 2022 21:54:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184485; 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=aZu+AYvEqhVNHCohqUPA3X2vf+uR+dc9v9simfj9W5g=; b=bfhJLLebJvJgeC/LQKFH7hGXj6Jk44YSMiZCpVV4NoA3LLKQeZrgRMMsjwYvbghUpRw7y8 KffDLEC3Mr7X3MAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184485; 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=aZu+AYvEqhVNHCohqUPA3X2vf+uR+dc9v9simfj9W5g=; b=frnIqd80p2Mb/sZ5VlyU5RTb3D05SSNLCaPBAgYmEskIp9sKS5sMibJzj4SNUA+5KDzIxs hS5Ixgnw5kLe7nVpfD+RpWTGVwTCd13pA8IbJH3s0DAa3+SdwJOvyoi7xzlieAMlI4MS3F 0uAMtSJMWjPOgTOw5VHwnIKPjCtCgWrbhBimF5q4ds2tAv71zC4JdY0B02FWr1j+Ggyp9w w9XHAoSxNyFplE2bKgwCqMZzho6LRfVN9BhrGzpF37BaMmqG+pHA4m0yYPUXZfmEQXaUeO nCu2PjQb8+L6fV66nGzk5GMn+GGcwVr3gTn32b1YhBnrCHS/azokaIw9T9G6Dw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 32/32] perl-XML-Parser: Renamed from XML-Parser Date: Sun, 6 Feb 2022 22:46:39 +0100 Message-Id: <20220206214639.2711567-32-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/{XML-Parser => perl-XML-Parser} | 0 lfs/{XML-Parser => perl-XML-Parser} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/common/{XML-Parser => perl-XML-Parser} (100%) rename lfs/{XML-Parser => perl-XML-Parser} (100%) diff --git a/config/rootfiles/common/XML-Parser b/config/rootfiles/common/perl-XML-Parser similarity index 100% rename from config/rootfiles/common/XML-Parser rename to config/rootfiles/common/perl-XML-Parser diff --git a/lfs/XML-Parser b/lfs/perl-XML-Parser similarity index 100% rename from lfs/XML-Parser rename to lfs/perl-XML-Parser