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 From patchwork Sat Sep 14 15:28:25 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8115 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 4X5Zp54VPxz3wyW for ; Sat, 14 Sep 2024 15:28:45 +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 4X5Zp168Dyz5WX; 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 4X5Zp11T1Lz33Dm; Sat, 14 Sep 2024 15:28:41 +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 4X5Znz2XK0z30JW for ; Sat, 14 Sep 2024 15:28:39 +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 4X5Zny63nYz2RJ; 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: in-reply-to:in-reply-to:references:references; bh=DmWdBdaTIdx/RJ9duPQhA5yRDTxAh/sGL2HH57HOgCE=; b=g+ZS3KJyWSsB/to7sBrrgKWjBjtZ+7MrOpOPZ8K8WxGo3gcjk6vRqXHm4SG1PtC1uN+2Rx NAijZ2Bv2mLdc3Aw== 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: in-reply-to:in-reply-to:references:references; bh=DmWdBdaTIdx/RJ9duPQhA5yRDTxAh/sGL2HH57HOgCE=; b=XzI97LfLCGCp5Ao9Q4WeF0CY/+G3DkHiE5Fx2IUEicNyVcTmk7tg1wDky+XEmmVQxGfsuU cbs897M1zvNKbemfa4Qg95hCqGHdLz5M7hO7vbRGU4paEhGMvkDEi1HAMXG/YHpi5545oX Tj8st7+hACV9xTLdpiA5y5g/nh/ROoTSU1mE5ZdKgDDuE2wu94E81upqDRXoHDJtQL6G9m eW4L4xj7vnBn644gJh6LFVMIURR0bPfKqpoDGZkrLvX8u5PMqCS6kO+ZSvGco/CqNQ4bfE pFrgASQjSSyFcsXa97RQ25QDUJMUcboWqAQt0CuIGydvCtCWH+DeOzXepacn9A== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/8] perl-Archive-Tar: removal of module as it is now in the perl core modules Date: Sat, 14 Sep 2024 17:28:25 +0200 Message-ID: <20240914152831.7727-2-adolf.belka@ipfire.org> In-Reply-To: <20240914152831.7727-1-adolf.belka@ipfire.org> References: <20240914152831.7727-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: ZYIVLRW4OTEDMGOSFS2GSA7WIFNE72FK X-Message-ID-Hash: ZYIVLRW4OTEDMGOSFS2GSA7WIFNE72FK 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: - Not referenced in the IPFire git repo so looks like not actively used Fixes: bug13640 Signed-off-by: Adolf Belka --- config/rootfiles/common/perl-Archive-Tar | 14 ---- lfs/perl-Archive-Tar | 81 ------------------------ 2 files changed, 95 deletions(-) delete mode 100644 config/rootfiles/common/perl-Archive-Tar delete mode 100644 lfs/perl-Archive-Tar diff --git a/config/rootfiles/common/perl-Archive-Tar b/config/rootfiles/common/perl-Archive-Tar deleted file mode 100644 index 0cc523ee9..000000000 --- a/config/rootfiles/common/perl-Archive-Tar +++ /dev/null @@ -1,14 +0,0 @@ -#usr/bin/ptar -#usr/bin/ptardiff -#usr/lib/perl5/site_perl/5.36.0/Archive -#usr/lib/perl5/site_perl/5.36.0/Archive/Tar -usr/lib/perl5/site_perl/5.36.0/Archive/Tar.pm -usr/lib/perl5/site_perl/5.36.0/Archive/Tar/Constant.pm -usr/lib/perl5/site_perl/5.36.0/Archive/Tar/File.pm -#usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Archive -#usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Archive/Tar -#usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Archive/Tar/.packlist -#usr/share/man/man1/ptar.1 -#usr/share/man/man1/ptardiff.1 -#usr/share/man/man3/Archive::Tar.3 -#usr/share/man/man3/Archive::Tar::File.3 diff --git a/lfs/perl-Archive-Tar b/lfs/perl-Archive-Tar deleted file mode 100644 index f66be599b..000000000 --- a/lfs/perl-Archive-Tar +++ /dev/null @@ -1,81 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -############################################################################### - - -############################################################################### -# Definitions -############################################################################### - -include Config - -VER = 1.29 - -THISAPP = Archive-Tar-$(VER) -DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_BLAKE2 = 31f2e5b6454b2b45ae93f9d7aad9011dffac67eb34399258687916f8e3ab84cf8ced891eb5a40acfdb9594501540442b34dbf230e0fccdbb6d5417329878038e - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -b2 : $(subst %,%_BLAKE2,$(objects)) - -#dist: -# make-packages.sh Archive-Tar $(THISAPP)-ipfire-beta-1 - -############################################################################### -# Downloading, checking, b2sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_BLAKE2,$(objects)) : - @$(B2SUM) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && perl Makefile.PL - cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) - cd $(DIR_APP) && make install - @rm -rf $(DIR_APP) - @$(POSTBUILD) From patchwork Sat Sep 14 15:28:26 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8116 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 4X5Zp64nbyz3wdh for ; Sat, 14 Sep 2024 15:28:46 +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 4X5Zp23Qb0z5tY; Sat, 14 Sep 2024 15:28:42 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4X5Zp22w0Bz315x; Sat, 14 Sep 2024 15:28:42 +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 4X5Znz449nz30Md for ; Sat, 14 Sep 2024 15:28:39 +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 4X5Znz2ZDsz1sk; Sat, 14 Sep 2024 15:28:39 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1726327719; 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=z0vKGLCr9ziotrHKZLEqq0oe0qDUFmjMhij7nTT9IPM=; b=RIn5MNza0vdDTMa5B48eK7PLW1x68VZLb6SC3nEKK11aE9HWfcrpxXFgajZkyDVlXWKxHW NHdBnnHl7RHAEtDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1726327719; 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=z0vKGLCr9ziotrHKZLEqq0oe0qDUFmjMhij7nTT9IPM=; b=rroJFC1Rtba3VNtBD/0dqYIO1zfmx837lCCDG4Y1SvA3CbzfAupoP3og4E3wPVTLhs2REm eJai4WYueDv1epVJ6QKfWjopo1uuSV/mkw8tXKzI4320zGcOQccrQ+TL4zkktOt2x8eRX3 z5IwwiFltFrNcDI5+H1dywuvjs2K+SeUGe/pAOUr9rjF5TdmTAdjtTojArMSHyasJDv0+w Q5JuIV5kwiBg1Ot9k4SaYhl+G29J0c1gcj9IUONohbnWG5NKwi5yC1dVLDMuam3S4Eucm5 Aj2tjnZwKfXAP6rGYcUsHOJkSDjEJJcbTRtb0PgzLO2hcbemBCQitM3KpOclQQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 3/8] perl-Digest: removal of module as it is now in the perl core modules Date: Sat, 14 Sep 2024 17:28:26 +0200 Message-ID: <20240914152831.7727-3-adolf.belka@ipfire.org> In-Reply-To: <20240914152831.7727-1-adolf.belka@ipfire.org> References: <20240914152831.7727-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: XNB5QMUSHMDQY33RGPZFWPML7QFIICGW X-Message-ID-Hash: XNB5QMUSHMDQY33RGPZFWPML7QFIICGW 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: - Not referenced in the IPFire git repo so looks like not actively used Fixes: bug13640 Signed-off-by: Adolf Belka --- config/rootfiles/common/perl-Digest | 6 --- lfs/perl-Digest | 78 ----------------------------- 2 files changed, 84 deletions(-) delete mode 100644 config/rootfiles/common/perl-Digest delete mode 100644 lfs/perl-Digest diff --git a/config/rootfiles/common/perl-Digest b/config/rootfiles/common/perl-Digest deleted file mode 100644 index 544d4dbff..000000000 --- a/config/rootfiles/common/perl-Digest +++ /dev/null @@ -1,6 +0,0 @@ -#usr/lib/perl5/site_perl/5.36.0/Digest -usr/lib/perl5/site_perl/5.36.0/Digest.pm -usr/lib/perl5/site_perl/5.36.0/Digest/base.pm -usr/lib/perl5/site_perl/5.36.0/Digest/file.pm -#usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Digest -#usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Digest/.packlist diff --git a/lfs/perl-Digest b/lfs/perl-Digest deleted file mode 100644 index 892b303ca..000000000 --- a/lfs/perl-Digest +++ /dev/null @@ -1,78 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -VER = 1.19 - -THISAPP = Digest-$(VER) -DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_BLAKE2 = bf12784ff9a1b6ebe5404e14750b2ca65ad6ac5fb37e94f0da883a0d3bb95766f7231ea324cdec33b8c36836c635b7ddaa67b2eafa15dd9ea22255ecec3fad1f - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -b2 : $(subst %,%_BLAKE2,$(objects)) - -############################################################################### -# Downloading, checking, b2sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_BLAKE2,$(objects)) : - @$(B2SUM) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && sed -i "s%,'y'%,'n'%" Makefile.PL - cd $(DIR_APP) && yes 'n' | perl Makefile.PL - cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) - cd $(DIR_APP) && make install - @rm -rf $(DIR_APP) - @$(POSTBUILD) From patchwork Sat Sep 14 15:28:27 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8117 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 4X5Zp80NNKz3wdh for ; Sat, 14 Sep 2024 15:28: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 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 4X5Zp55B0Pz5VD; Sat, 14 Sep 2024 15:28:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4X5Zp54j22z315x; Sat, 14 Sep 2024 15:28:45 +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 4X5Znz5c7Xz30N2 for ; Sat, 14 Sep 2024 15:28:39 +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 4X5Znz46JVz2RJ; Sat, 14 Sep 2024 15:28:39 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1726327719; 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=Bh/s4vz9pwAibGrnncqqlBKCp2pUaQo195OjDqmWjes=; b=zCjKIMouzJi0PYAx8YFU9067QGTfz8gAfG+qKe8gfnwsxuCtXIGJpbHLKrmphfCv7EaxcL 6xI/OnzA7Rb7IgDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1726327719; 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=Bh/s4vz9pwAibGrnncqqlBKCp2pUaQo195OjDqmWjes=; b=bOQ80sdhEEN8pa5ocr3Ez8SJySIeXbXaBrcBSnk76DqtCBa8nlO4hJaYaugDD+Wj6z5roa dY5+K3vW6ntm7NRmYihlaZDdqrHgoB3dBGcCrdkNXUijDZ1sPPp4cFIbyN69jNVGqIRPFg MwNF3q/adRfiAyNmnBY0UHmYyH664Zx0cVjxmwemk08e/3fa5zj0HPrQd5kOKywYN4Yi8z JIqXQnScbbHixilHhEfB//PE+IeJZmFe3ETTKQMWcvxNf41quBhZUczrtURmo7JxEk+l9X pazEyj/Q9Y4jUNg2tlaiDJOfUKcB2OY3FwB6soOEh6w+8vxzJqCu3EqwtTBuRA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 4/8] perl-Digest-SHA1: removal of module as it is now in the perl core modules Date: Sat, 14 Sep 2024 17:28:27 +0200 Message-ID: <20240914152831.7727-4-adolf.belka@ipfire.org> In-Reply-To: <20240914152831.7727-1-adolf.belka@ipfire.org> References: <20240914152831.7727-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: TS2QK7BHEQZD7INHP5VV7ID2KKWXB3SA X-Message-ID-Hash: TS2QK7BHEQZD7INHP5VV7ID2KKWXB3SA 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: - Not referenced in the IPFire git repo so looks like not actively used Fixes: bug13640 Signed-off-by: Adolf Belka --- config/rootfiles/common/perl-Digest-SHA1 | 7 --- lfs/perl-Digest-SHA1 | 78 ------------------------ 2 files changed, 85 deletions(-) delete mode 100644 config/rootfiles/common/perl-Digest-SHA1 delete mode 100644 lfs/perl-Digest-SHA1 diff --git a/config/rootfiles/common/perl-Digest-SHA1 b/config/rootfiles/common/perl-Digest-SHA1 deleted file mode 100644 index 45edee11f..000000000 --- a/config/rootfiles/common/perl-Digest-SHA1 +++ /dev/null @@ -1,7 +0,0 @@ -#usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/Digest -usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/Digest/SHA1.pm -#usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Digest -#usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Digest/SHA1 -#usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Digest/SHA1/.packlist -usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Digest/SHA1/SHA1.so -#usr/share/man/man3/Digest::SHA1.3 diff --git a/lfs/perl-Digest-SHA1 b/lfs/perl-Digest-SHA1 deleted file mode 100644 index 14f47c8d3..000000000 --- a/lfs/perl-Digest-SHA1 +++ /dev/null @@ -1,78 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -VER = 2.13 - -THISAPP = Digest-SHA1-$(VER) -DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_BLAKE2 = b83c9013a932f0c1da9a9ff57831a57de04ca57f61ee553bb7f7084cb75eb8bcd61069ab5277af2039c4ede37b8d7c34d7a5c99f434000cd14670d4b2b5ca7e4 - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -b2 : $(subst %,%_BLAKE2,$(objects)) - -############################################################################### -# Downloading, checking, b2sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_BLAKE2,$(objects)) : - @$(B2SUM) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && sed -i "s%,'y'%,'n'%" Makefile.PL - cd $(DIR_APP) && yes 'n' | perl Makefile.PL - cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) - cd $(DIR_APP) && make install - @rm -rf $(DIR_APP) - @$(POSTBUILD) From patchwork Sat Sep 14 15:28:28 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8118 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 4X5Zp826Mhz3wyW for ; Sat, 14 Sep 2024 15:28: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 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 4X5Zp61fXBz5sS; Sat, 14 Sep 2024 15:28:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4X5Zp563tgz33K6; Sat, 14 Sep 2024 15:28:45 +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 4X5Zp02995z30JW for ; Sat, 14 Sep 2024 15:28:40 +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 4X5Znz5f5yz1sk; Sat, 14 Sep 2024 15:28:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1726327719; 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=VjWrO/2vh6iEitjAiRbtRzZrBT7B8+a1hARrlwVcgd0=; b=MtqTgMBBVRBgdGtddNyCtUI31buG36w3JRLKM3kwB3J/U8b/glIBMPxs1ACL+9VZpuH7mJ d0dg675/bc3DZYmQE/Be4/FJk9+pWRoK7tPFeWxCRfWg+edDEiwfsGEHj0UED0JY4tKQ0G dmVdCybT3uZBwy/9eLLjuw4n9nV7+T7Fd/xiT4cOzkSz1+tSYwub5qG+KvBwu7JyhCutxN /Ngz/Br9zudY+k2lsyHnXaaUBolEp2lJpjw7O6kwO089hS+aWlX+SsBtpjrHMLHpV9GwQx tMuaH49MZjOca4F3AMJ8tzbD9s0v142UYwTn8vBSDLl2ALm55GO2xkewsF/+WA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1726327719; 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=VjWrO/2vh6iEitjAiRbtRzZrBT7B8+a1hARrlwVcgd0=; b=NIVA7PRLGBlwqZtWksS6EvqGRKU+HjrzGpQFWxCYb71qfpS0ow+hYTNG6MiK5MiHixiEi3 TXBrRptr7WB03ICw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 5/8] perl-Compress-Zlib: removal of module as it is now in the perl core modules Date: Sat, 14 Sep 2024 17:28:28 +0200 Message-ID: <20240914152831.7727-5-adolf.belka@ipfire.org> In-Reply-To: <20240914152831.7727-1-adolf.belka@ipfire.org> References: <20240914152831.7727-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: N66XH7GQIECFYIIZFVHXWMFED5RK47JZ X-Message-ID-Hash: N66XH7GQIECFYIIZFVHXWMFED5RK47JZ 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: - Used in install-ipfire.sh script that is run by the install of vdradmin. - With the old separate module removed vdradmin still successfully built and installed. Fixes: bug13640 Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/rootfiles/common/perl-Compress-Zlib | 9 --- lfs/perl-Compress-Zlib | 79 ---------------------- 2 files changed, 88 deletions(-) delete mode 100644 config/rootfiles/common/perl-Compress-Zlib delete mode 100644 lfs/perl-Compress-Zlib diff --git a/config/rootfiles/common/perl-Compress-Zlib b/config/rootfiles/common/perl-Compress-Zlib deleted file mode 100644 index 7e9851d82..000000000 --- a/config/rootfiles/common/perl-Compress-Zlib +++ /dev/null @@ -1,9 +0,0 @@ -#usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/Compress -usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/Compress/Zlib.pm -#usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Compress -#usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Compress/Zlib -#usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Compress/Zlib/.packlist -#usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Compress/Zlib/Zlib.bs -usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Compress/Zlib/Zlib.so -usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Compress/Zlib/autosplit.ix -#usr/share/man/man3/Compress::Zlib.3 diff --git a/lfs/perl-Compress-Zlib b/lfs/perl-Compress-Zlib deleted file mode 100644 index aaa79f3f3..000000000 --- a/lfs/perl-Compress-Zlib +++ /dev/null @@ -1,79 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -VER = 1.35 - -THISAPP = Compress-Zlib-$(VER) -DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_BLAKE2 = b2f9dd29c73565ca3383dc88a5dd21458932ade85eaf218688b72094696d503d427ed3ee65d2c35d5e74a4ecd9232a00383867b41a2edef7b04433324bda4c19 - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -b2 : $(subst %,%_BLAKE2,$(objects)) - -############################################################################### -# Downloading, checking, b2sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_BLAKE2,$(objects)) : - @$(B2SUM) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && echo -e "BUILD_ZLIB = False\nINCLUDE = /usr/include\nLIB = /lib\nOLD_ZLIB = True\n" > config.in - cd $(DIR_APP) && perl Makefile.PL - cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) - cd $(DIR_APP) && make install - @rm -rf $(DIR_APP) - @$(POSTBUILD) - From patchwork Sat Sep 14 15:28:29 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8119 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 4X5Zp920PMz3wdh for ; Sat, 14 Sep 2024 15:28:49 +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 4X5Zp71LF8z5sT; Sat, 14 Sep 2024 15:28:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4X5Zp70p3sz30N2; Sat, 14 Sep 2024 15:28: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 (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 4X5Zp03lxhz30JW for ; Sat, 14 Sep 2024 15:28:40 +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 4X5Zp029hzz2RJ; Sat, 14 Sep 2024 15:28:40 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1726327720; 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=DbB3n8rT0YvKbg2+U4nkhTlrUiQsbKgfUrGVIKFzgRI=; b=2PoGrdHWqKIt648Q5LH9qrUaVka8/gRVz4U+sf9nAtn33GbHEVuyQkI55Zhsp5lpvfUXqb c6Mr8CaU4WdSAmDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1726327720; 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=DbB3n8rT0YvKbg2+U4nkhTlrUiQsbKgfUrGVIKFzgRI=; b=MrWg1mYQGI+KEjttjQcIRmzUl2gHTjSHjOwfDLTEWAnDddNnMiVY13hjtKWUVZRyfc3jvf /veU+VJmgZVLgQWDjmkmF1KGIlzEtWkJQJr750MbQZpWQnHxKnnwRrYWifkWx5WHmKyRuB ZjMuSCL2t91/5bykmIxYhUnewXl0brCw2TK/g0wPKcaNdOnwq8qsc4A98By/t/fYwcxoGb 3jwJb53rT1W+CYnMRR7vSrAyuKya45d4ANqyeU5/Gphe7n3wXziR/QuvfPK5Y0NS9fBpud YmR+JcaJCRArDUz9/2tZcRs/swFMK8TXBrGHKK8ur30KYNMyzJBteOqMIe5ayQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 6/8] perl-Digest-HMAC: removal of module as it is now in the perl core modules Date: Sat, 14 Sep 2024 17:28:29 +0200 Message-ID: <20240914152831.7727-6-adolf.belka@ipfire.org> In-Reply-To: <20240914152831.7727-1-adolf.belka@ipfire.org> References: <20240914152831.7727-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: CX4AVXYT2MSKBQBZ23R7XMADVS5OBGOO X-Message-ID-Hash: CX4AVXYT2MSKBQBZ23R7XMADVS5OBGOO 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: - Used in install-ipfire.sh script that is run by the install of vdradmin. - With the old separate module removed vdradmin still successfully built and installed. Fixes: bug13640 Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/rootfiles/common/perl-Digest-HMAC | 9 --- lfs/perl-Digest-HMAC | 78 ------------------------ 2 files changed, 87 deletions(-) delete mode 100644 config/rootfiles/common/perl-Digest-HMAC delete mode 100644 lfs/perl-Digest-HMAC diff --git a/config/rootfiles/common/perl-Digest-HMAC b/config/rootfiles/common/perl-Digest-HMAC deleted file mode 100644 index 622d6e746..000000000 --- a/config/rootfiles/common/perl-Digest-HMAC +++ /dev/null @@ -1,9 +0,0 @@ -#usr/lib/perl5/site_perl/5.36.0/Digest -usr/lib/perl5/site_perl/5.36.0/Digest/HMAC.pm -usr/lib/perl5/site_perl/5.36.0/Digest/HMAC_MD5.pm -usr/lib/perl5/site_perl/5.36.0/Digest/HMAC_SHA1.pm -#usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Digest/HMAC -#usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/Digest/HMAC/.packlist -#usr/share/man/man3/Digest::HMAC.3 -#usr/share/man/man3/Digest::HMAC_MD5.3 -#usr/share/man/man3/Digest::HMAC_SHA1.3 diff --git a/lfs/perl-Digest-HMAC b/lfs/perl-Digest-HMAC deleted file mode 100644 index d95f9099f..000000000 --- a/lfs/perl-Digest-HMAC +++ /dev/null @@ -1,78 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -VER = 1.03 - -THISAPP = Digest-HMAC-$(VER) -DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_BLAKE2 = 4dda8519d63befc278277b03ba00fb8738913e3322b136ca751ef9c1bf9644e1fec957d9f757ae06f4f06a64e88c85227666792cea0b59ed772577a1e8128c18 - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -b2 : $(subst %,%_BLAKE2,$(objects)) - -############################################################################### -# Downloading, checking, b2sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_BLAKE2,$(objects)) : - @$(B2SUM) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && sed -i "s%,'y'%,'n'%" Makefile.PL - cd $(DIR_APP) && yes 'n' | perl Makefile.PL - cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) - cd $(DIR_APP) && make install - @rm -rf $(DIR_APP) - @$(POSTBUILD) From patchwork Sat Sep 14 15:28:30 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8120 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 4X5Zp95cFXz3xDX for ; Sat, 14 Sep 2024 15:28:49 +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 4X5Zp732Vfz6BK; Sat, 14 Sep 2024 15:28:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4X5Zp729VFz30Zr; Sat, 14 Sep 2024 15:28: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 (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 4X5Zp05Hmmz30V9 for ; Sat, 14 Sep 2024 15:28:40 +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 4X5Zp03lyWz1sk; Sat, 14 Sep 2024 15:28:40 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1726327720; 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=d0L5ujKbeLVfQ4usjf29SGO+dvfRDTh67fi12+pBnKM=; b=zwrI9RfS4j4ZrDsRspPcfpc65VnY4+A2DYF9Qh8BUgiMQ6Kifz2kwzHyd5aGPmfwGRZrWs tqNV/dOLYSSCoABQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1726327720; 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=d0L5ujKbeLVfQ4usjf29SGO+dvfRDTh67fi12+pBnKM=; b=n1vfajjAYMIxhvTBTNfB+RGvVhDcVKR47YQ7JncQ5IFhuPpqm99k2Bxe/xaebegifz/g5x 8JWymSypay+cRDrrhbQVMgrnMSJE4lB+qOGx47ShiYyc2/43DsDC+TiuR13dObnmFux7RS ri8v4VfwX9BaOnEx8AVMp/9Jon1RdflgVXc8DiKHjwxT43sFNlVDj0UkRhmXpqQqG5qaRE BMKc4kByHBzd2gdm1mdO8HwxBTZLjV+KymzQPRvH1uaOOn0DJWRwu3TzXhCVd5V/+nRi1O ZNVApB/GuoMdjjTo2w9aqHMKQk+i9klBw/FRwMp+8dKabrACek6E9qy2GjxV6w== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 7/8] perl-MIME-Base64: removal of module as it is now in the perl core modules Date: Sat, 14 Sep 2024 17:28:30 +0200 Message-ID: <20240914152831.7727-7-adolf.belka@ipfire.org> In-Reply-To: <20240914152831.7727-1-adolf.belka@ipfire.org> References: <20240914152831.7727-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: VPYIOOO3W52PEAD3OI5SKNRTWDCE7WEH X-Message-ID-Hash: VPYIOOO3W52PEAD3OI5SKNRTWDCE7WEH 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: - Used by the git addon. - With the old separate module removed git still successfully built, installed and was able to be run, cloning the ipfire git repo, changing to next, modifying a file and the running a commit with the change. Fixes: bug13640 Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/rootfiles/packages/perl-MIME-Base64 | 7 -- lfs/git | 4 +- lfs/perl-MIME-Base64 | 87 ---------------------- 3 files changed, 2 insertions(+), 96 deletions(-) delete mode 100644 config/rootfiles/packages/perl-MIME-Base64 delete mode 100644 lfs/perl-MIME-Base64 diff --git a/config/rootfiles/packages/perl-MIME-Base64 b/config/rootfiles/packages/perl-MIME-Base64 deleted file mode 100644 index b4107feae..000000000 --- a/config/rootfiles/packages/perl-MIME-Base64 +++ /dev/null @@ -1,7 +0,0 @@ -#usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/MIME -usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/MIME/Base64.pm -usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/MIME/QuotedPrint.pm -#usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/MIME/Base64 -#usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/MIME/Base64/.packlist -#usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/MIME/Base64/Base64.bs -usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/MIME/Base64/Base64.so diff --git a/lfs/git b/lfs/git index c75e37df8..e209fb568 100644 --- a/lfs/git +++ b/lfs/git @@ -33,9 +33,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = git -PAK_VER = 34 +PAK_VER = 35 -DEPS = perl-Authen-SASL perl-MIME-Base64 perl-Net-SMTP-SSL +DEPS = perl-Authen-SASL perl-Net-SMTP-SSL SERVICES = diff --git a/lfs/perl-MIME-Base64 b/lfs/perl-MIME-Base64 deleted file mode 100644 index 60544ffa1..000000000 --- a/lfs/perl-MIME-Base64 +++ /dev/null @@ -1,87 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007-2019 IPFire Team # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -SUMMARY = Perl extension for encoding and decoding of base64 strings - -VER = 3.16 - -THISAPP = MIME-Base64-$(VER) -DL_FILE = ${THISAPP}.tar.gz -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) -PROG = perl-MIME-Base64 -DEPS = -PAK_VER = 5 - -SERVICES = - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_BLAKE2 = c9617bcadaa103657e33b0eb8a5513afe8ad021dc0200d5b59efafe5daa762160a2b931ee9f806cab86e21aa84c5f563c681f6a881b7749fb902873b8d579de5 - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -b2 : $(subst %,%_BLAKE2,$(objects)) - -dist: - @$(PAK) - -############################################################################### -# Downloading, checking, b2sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_BLAKE2,$(objects)) : - @$(B2SUM) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && perl Makefile.PL - cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) - cd $(DIR_APP) && make install - @rm -rf $(DIR_APP) - @$(POSTBUILD) From patchwork Sat Sep 14 15:28:31 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8121 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 4X5ZpB4S9gz3wyW for ; Sat, 14 Sep 2024 15:28:50 +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 4X5Zp84FCGz66x; Sat, 14 Sep 2024 15:28:48 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4X5Zp83jBDz30Mg; Sat, 14 Sep 2024 15:28:48 +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 4X5Zp06sLqz33hc for ; Sat, 14 Sep 2024 15:28:40 +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 4X5Zp05JXBz2RJ; Sat, 14 Sep 2024 15:28:40 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1726327720; 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=sFaku0Oyi7oE0QYu6oPtRb9/P4baqJCE5NyInx6bb/U=; b=F1JYDLP/TFZ9nurtfSKvlg2GpgQE1wVOn2yPwWO6C19KZdiZf3zMxLumVbpKJuzUpQ4o+I IPhQVE2QN9+I8LAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1726327720; 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=sFaku0Oyi7oE0QYu6oPtRb9/P4baqJCE5NyInx6bb/U=; b=IXNFSX8sSloLOb/3KC3TRpx4L60wxNTo2yFgpImeFDWS9aRfuZkkVvaAxq30obsi3Ys66S bGc1PPc+c4cC/YUsBCPOD84fotvuVMtP73kyp0oSyOrBGyqxExfrHRGy325370Fg5O7Lex XJXDZ4GjAvkKWWpqVQZig7bV8R6p1HMdiOtBjyt5dPJtcOAeZj1wRwZKLvLwrPLHzYc/9k QMKpDRQ/5yayYZ12/FfyDSiUTkgoNEg0ui+w+HdD4lxtNRyTbHWtTBXLAssCMFxEzXPgQV w/9XDF3jSRMLGG8Hnht/R6hEFsPZyw9MuPexHgHyUWn5p09OL7Q1oIgLNkVIsQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 8/8] perl-JSON: removal of module as it is now in the perl core modules Date: Sat, 14 Sep 2024 17:28:31 +0200 Message-ID: <20240914152831.7727-8-adolf.belka@ipfire.org> In-Reply-To: <20240914152831.7727-1-adolf.belka@ipfire.org> References: <20240914152831.7727-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: RZUTSDWTZEP7TLMY3C4B54AV3HYEZ6HB X-Message-ID-Hash: RZUTSDWTZEP7TLMY3C4B54AV3HYEZ6HB 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: - Used in the samba addon. - With the old separate module removed samba still successfully built, installed and was able to be run from the WUI. Fixes: bug13640 Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/rootfiles/packages/perl-JSON | 14 ----- lfs/perl-JSON | 88 ----------------------------- lfs/samba | 4 +- 3 files changed, 2 insertions(+), 104 deletions(-) delete mode 100644 config/rootfiles/packages/perl-JSON delete mode 100644 lfs/perl-JSON diff --git a/config/rootfiles/packages/perl-JSON b/config/rootfiles/packages/perl-JSON deleted file mode 100644 index c4de95df9..000000000 --- a/config/rootfiles/packages/perl-JSON +++ /dev/null @@ -1,14 +0,0 @@ -#usr/lib/perl5/site_perl/5.36.0/JSON -usr/lib/perl5/site_perl/5.36.0/JSON.pm -#usr/lib/perl5/site_perl/5.36.0/JSON/backportPP -usr/lib/perl5/site_perl/5.36.0/JSON/backportPP.pm -usr/lib/perl5/site_perl/5.36.0/JSON/backportPP/Boolean.pm -usr/lib/perl5/site_perl/5.36.0/JSON/backportPP/Compat5005.pm -usr/lib/perl5/site_perl/5.36.0/JSON/backportPP/Compat5006.pm -#usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/JSON -#usr/lib/perl5/site_perl/5.36.0/xxxMACHINExxx-linux-thread-multi/auto/JSON/.packlist -#usr/share/man/man3/JSON.3 -#usr/share/man/man3/JSON::backportPP.3 -#usr/share/man/man3/JSON::backportPP::Boolean.3 -#usr/share/man/man3/JSON::backportPP::Compat5005.3 -#usr/share/man/man3/JSON::backportPP::Compat5006.3 diff --git a/lfs/perl-JSON b/lfs/perl-JSON deleted file mode 100644 index 629726a01..000000000 --- a/lfs/perl-JSON +++ /dev/null @@ -1,88 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007-2019 IPFire Team # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -############################################################################### - - -############################################################################### -# Definitions -############################################################################### -include Config - -SUMMARY = JSON (JavaScript Object Notation) encoder/decoder - -VER = 4.05 - -THISAPP = JSON-$(VER) -DL_FILE = ${THISAPP}.tar.gz -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) - -PROG = perl-JSON -DEPS = -PAK_VER = 2 - -SERVICES = - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_BLAKE2 = 0ecf27b15a780833fe6cb12bece6eaa5a75de92a02f901014105d1435857867d86ccad94e2666195fc66ed41f45f8f91061a06b1e5e05f3a332803b46bb4b53e - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -b2 : $(subst %,%_BLAKE2,$(objects)) - -dist: - @$(PAK) - -############################################################################### -# Downloading, checking, b2sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_BLAKE2,$(objects)) : - @$(B2SUM) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && perl Makefile.PL - cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) - cd $(DIR_APP) && make install - @rm -rf $(DIR_APP) - @$(POSTBUILD) diff --git a/lfs/samba b/lfs/samba index f8812d678..8d2c6a3a3 100644 --- a/lfs/samba +++ b/lfs/samba @@ -33,9 +33,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = samba -PAK_VER = 104 +PAK_VER = 105 -DEPS = avahi cups perl-Parse-Yapp perl-JSON wsdd +DEPS = avahi cups perl-Parse-Yapp wsdd SERVICES = samba