public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/8] make.sh: Fixes bug13640 - removal of perl modules that are now core modules
@ 2024-09-14 15:28 Adolf Belka
  2024-09-14 15:28 ` [PATCH 2/8] perl-Archive-Tar: removal of module as it is now in the perl " Adolf Belka
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Adolf Belka @ 2024-09-14 15:28 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1427 bytes --]

- 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 <adolf.belka(a)ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 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
-- 
2.46.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-09-14 15:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-14 15:28 [PATCH 1/8] make.sh: Fixes bug13640 - removal of perl modules that are now core modules Adolf Belka
2024-09-14 15:28 ` [PATCH 2/8] perl-Archive-Tar: removal of module as it is now in the perl " Adolf Belka
2024-09-14 15:28 ` [PATCH 3/8] perl-Digest: " Adolf Belka
2024-09-14 15:28 ` [PATCH 4/8] perl-Digest-SHA1: " Adolf Belka
2024-09-14 15:28 ` [PATCH 5/8] perl-Compress-Zlib: " Adolf Belka
2024-09-14 15:28 ` [PATCH 6/8] perl-Digest-HMAC: " Adolf Belka
2024-09-14 15:28 ` [PATCH 7/8] perl-MIME-Base64: " Adolf Belka
2024-09-14 15:28 ` [PATCH 8/8] perl-JSON: " Adolf Belka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox