From patchwork Sat Sep 14 15:28:24 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8114 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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4X5Zp45Djbz3wdh for ; Sat, 14 Sep 2024 15:28:44 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4X5Zp12jLpz2RJ; Sat, 14 Sep 2024 15:28:41 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4X5Zp068t8z33K6; Sat, 14 Sep 2024 15:28:40 +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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4X5Zny753Wz30JW for ; Sat, 14 Sep 2024 15:28:38 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4X5Zny15drz1sk; Sat, 14 Sep 2024 15:28:38 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1726327718; 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=AyxcR28PFx4em6xtkLr2PwnyueZlcrrM5BmTzgQiHY8=; b=JeWQBcjfeclwz/gy/K7BdcnfD9yFEa7j6cma9X1KPIOoP8IeBsDIj/d2028ZX3Qc93KSPa WbONtuz+GoX9sGBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1726327718; 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=AyxcR28PFx4em6xtkLr2PwnyueZlcrrM5BmTzgQiHY8=; b=cRWF2f1sv4Z/5SSdp/VgWz7QBKT1SZaOThqqyQ57CHhFzElsbb3KzCuttTdYXddsz/ArTO U/adZzBFwAFZM3WsXsY73j2hNnW05kxzoltjDBC7dzsKbQir0gfm9/DF4Cg0l4KdEsopJ2 DbxPA1N4rnHLgOqunz6aQPf9jyI+pVmn01pLpkrhXdzPN5BbLCpheX5jP6VmDhvwLa5r/H oTCnHrqsX+mwtirM7EmA+jDmlnV1KDaifexugBqlt2a/zS6ct35xPe0uPCUCcvW93hoQHF u/KyVS+RNzW4UlX90L+hdXE/c3Bu8wUwRcUBAhG/3sro5TET5Cuvpw73N3OPxg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 1/8] make.sh: Fixes bug13640 - removal of perl modules that are now core modules Date: Sat, 14 Sep 2024 17:28:24 +0200 Message-ID: <20240914152831.7727-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: IHVMRDZQKJQ63UHWX75O7VY7CGJMSQEY X-Message-ID-Hash: IHVMRDZQKJQ63UHWX75O7VY7CGJMSQEY X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Removed perl-Archive-Tar perl-Compress-Zlib perl-Digest perl-Digest-HMAC perl-Digest-SHA1 perl-JSON perl-MIME-Base64 - Tested out on a vm system and no issues identified. Fixes: bug13640 Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- make.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/make.sh b/make.sh index 3853982f8..9382d67cd 100755 --- a/make.sh +++ b/make.sh @@ -1725,10 +1725,6 @@ build_system() { 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-LWP-Protocol-https lfsmake2 perl-Net-HTTP @@ -1744,13 +1740,11 @@ build_system() { 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 perl-JSON lfsmake2 perl-Capture-Tiny lfsmake2 perl-Config-AutoConf lfsmake2 perl-Object-Tiny @@ -1895,7 +1889,6 @@ build_system() { lfsmake2 mpc lfsmake2 perl-Net-CIDR-Lite lfsmake2 perl-Net-SMTP-SSL - lfsmake2 perl-MIME-Base64 lfsmake2 perl-Authen-SASL lfsmake2 perl-MIME-Lite lfsmake2 perl-Email-Date-Format