From patchwork Sun Jan 2 12:05: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: 4946 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 4JRcyb3hLTz3wb4 for ; Sun, 2 Jan 2022 12:05:27 +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 4JRcyY36y5ztj; Sun, 2 Jan 2022 12:05:25 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JRcyY1fTPz2ymZ; Sun, 2 Jan 2022 12:05:25 +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 4JRcyW515dz2xRb for ; Sun, 2 Jan 2022 12:05:23 +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 4JRcyV6rWYzTp; Sun, 2 Jan 2022 12:05:22 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1641125123; 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=6/T5HHNiyMh4VvwFWl2Mby6WEoqe7VMM1YeFIWzACFw=; b=bqJ0ruQsD30508Bj10ezjrER1HDO8L/HKAqSCl5KBEOTsByRWEA3KgscaRYJviJ1Dcxt84 W3ZHlEyhXPleZpCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1641125123; 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=6/T5HHNiyMh4VvwFWl2Mby6WEoqe7VMM1YeFIWzACFw=; b=mIZsM/f+BW+Czg7bVaCH63wvIQEepXj764zGGGXn4A70lKBkAbGlWTYx6StW/0gUFGyMZT AVa60EMZrg/XZpZeKr15ezeyyIWRDD5iHvUwmcEDyqURRko7rbO/sY82rSQLCvsLPCTv5O WG+QWToL0DAPmEzOI51Ob9Yu4VW+n6/hdLDVU6sGBcdxVB27/jvB1M2pmI3rb2i1grBFzs 5+g+A/N+N4X8I0RyN4WnGW+lYqwLguNjGuzqxTut/FuJfBm9iRxeAUQtNQIUm0Bn+Z/bVA AKGjtY8hWfPreFmf/Z4E6ZhyCzAGPRxDazRmBT7AjfxNZ0aMNwwta4h7R3dygA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] perl-libwww: Update to version 6.60 and rename from libwww-perl to perl-libwww Date: Sun, 2 Jan 2022 13:05:12 +0100 Message-Id: <20220102120512.3438256-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" - Update from 5.803 (2004) to 6.60 (2021) - Rename lfs and rootfile from libwww-perl to perl-libwww making it consistent with other perl programs that start with perl rather than end with it in the name - Update of rootfile - Changelog is too long to include here (~900 lines long) The details can be found in the Changes file in the source tarball. Looks like more than 200 bugs fixed between the existing and new versions. Signed-off-by: Adolf Belka Reviewed-by: Michael Tremer --- config/rootfiles/common/libwww-perl | 102 ---------------------------- config/rootfiles/common/perl-libwww | 44 ++++++++++++ lfs/{libwww-perl => perl-libwww} | 4 +- make.sh | 2 +- 4 files changed, 47 insertions(+), 105 deletions(-) delete mode 100644 config/rootfiles/common/libwww-perl create mode 100644 config/rootfiles/common/perl-libwww rename lfs/{libwww-perl => perl-libwww} (97%) diff --git a/config/rootfiles/common/libwww-perl b/config/rootfiles/common/libwww-perl deleted file mode 100644 index a3f79e4d7..000000000 --- a/config/rootfiles/common/libwww-perl +++ /dev/null @@ -1,102 +0,0 @@ -#usr/lib/perl5/site_perl/5.32.1/Bundle -usr/lib/perl5/site_perl/5.32.1/Bundle/LWP.pm -#usr/lib/perl5/site_perl/5.32.1/File -usr/lib/perl5/site_perl/5.32.1/File/Listing.pm -usr/lib/perl5/site_perl/5.32.1/HTML/Form.pm -#usr/lib/perl5/site_perl/5.32.1/HTTP -#usr/lib/perl5/site_perl/5.32.1/HTTP/Cookies -usr/lib/perl5/site_perl/5.32.1/HTTP/Cookies.pm -usr/lib/perl5/site_perl/5.32.1/HTTP/Cookies/Microsoft.pm -usr/lib/perl5/site_perl/5.32.1/HTTP/Cookies/Netscape.pm -usr/lib/perl5/site_perl/5.32.1/HTTP/Daemon.pm -usr/lib/perl5/site_perl/5.32.1/HTTP/Date.pm -#usr/lib/perl5/site_perl/5.32.1/HTTP/Headers -usr/lib/perl5/site_perl/5.32.1/HTTP/Headers.pm -usr/lib/perl5/site_perl/5.32.1/HTTP/Headers/Auth.pm -usr/lib/perl5/site_perl/5.32.1/HTTP/Headers/ETag.pm -usr/lib/perl5/site_perl/5.32.1/HTTP/Headers/Util.pm -usr/lib/perl5/site_perl/5.32.1/HTTP/Message.pm -usr/lib/perl5/site_perl/5.32.1/HTTP/Negotiate.pm -#usr/lib/perl5/site_perl/5.32.1/HTTP/Request -usr/lib/perl5/site_perl/5.32.1/HTTP/Request.pm -usr/lib/perl5/site_perl/5.32.1/HTTP/Request/Common.pm -usr/lib/perl5/site_perl/5.32.1/HTTP/Response.pm -usr/lib/perl5/site_perl/5.32.1/HTTP/Status.pm -#usr/lib/perl5/site_perl/5.32.1/LWP -usr/lib/perl5/site_perl/5.32.1/LWP.pm -#usr/lib/perl5/site_perl/5.32.1/LWP/Authen -usr/lib/perl5/site_perl/5.32.1/LWP/Authen/Basic.pm -usr/lib/perl5/site_perl/5.32.1/LWP/Authen/Digest.pm -usr/lib/perl5/site_perl/5.32.1/LWP/Authen/Ntlm.pm -usr/lib/perl5/site_perl/5.32.1/LWP/ConnCache.pm -usr/lib/perl5/site_perl/5.32.1/LWP/Debug.pm -usr/lib/perl5/site_perl/5.32.1/LWP/DebugFile.pm -usr/lib/perl5/site_perl/5.32.1/LWP/MediaTypes.pm -usr/lib/perl5/site_perl/5.32.1/LWP/MemberMixin.pm -#usr/lib/perl5/site_perl/5.32.1/LWP/Protocol -usr/lib/perl5/site_perl/5.32.1/LWP/Protocol.pm -usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/GHTTP.pm -usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/cpan.pm -usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/data.pm -usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/file.pm -usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/ftp.pm -usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/gopher.pm -usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/http.pm -usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/http10.pm -usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/https.pm -usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/https10.pm -usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/loopback.pm -usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/mailto.pm -usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/nntp.pm -usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/nogo.pm -usr/lib/perl5/site_perl/5.32.1/LWP/RobotUA.pm -usr/lib/perl5/site_perl/5.32.1/LWP/Simple.pm -usr/lib/perl5/site_perl/5.32.1/LWP/UserAgent.pm -usr/lib/perl5/site_perl/5.32.1/LWP/media.types -#usr/lib/perl5/site_perl/5.32.1/Net -#usr/lib/perl5/site_perl/5.32.1/Net/HTTP -usr/lib/perl5/site_perl/5.32.1/Net/HTTP.pm -usr/lib/perl5/site_perl/5.32.1/Net/HTTP/Methods.pm -usr/lib/perl5/site_perl/5.32.1/Net/HTTP/NB.pm -usr/lib/perl5/site_perl/5.32.1/Net/HTTPS.pm -#usr/lib/perl5/site_perl/5.32.1/WWW -#usr/lib/perl5/site_perl/5.32.1/WWW/RobotRules -usr/lib/perl5/site_perl/5.32.1/WWW/RobotRules.pm -usr/lib/perl5/site_perl/5.32.1/WWW/RobotRules/AnyDBM_File.pm -#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/libwww-perl -#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/libwww-perl/.packlist -#usr/lib/perl5/site_perl/5.32.1/lwpcook.pod -#usr/lib/perl5/site_perl/5.32.1/lwptut.pod -#usr/share/man/man3/Bundle::LWP.3 -#usr/share/man/man3/File::Listing.3 -#usr/share/man/man3/HTML::Form.3 -#usr/share/man/man3/HTTP::Cookies.3 -#usr/share/man/man3/HTTP::Cookies::Microsoft.3 -#usr/share/man/man3/HTTP::Cookies::Netscape.3 -#usr/share/man/man3/HTTP::Daemon.3 -#usr/share/man/man3/HTTP::Date.3 -#usr/share/man/man3/HTTP::Headers.3 -#usr/share/man/man3/HTTP::Headers::Util.3 -#usr/share/man/man3/HTTP::Message.3 -#usr/share/man/man3/HTTP::Negotiate.3 -#usr/share/man/man3/HTTP::Request.3 -#usr/share/man/man3/HTTP::Request::Common.3 -#usr/share/man/man3/HTTP::Response.3 -#usr/share/man/man3/HTTP::Status.3 -#usr/share/man/man3/LWP.3 -#usr/share/man/man3/LWP::Authen::Ntlm.3 -#usr/share/man/man3/LWP::ConnCache.3 -#usr/share/man/man3/LWP::Debug.3 -#usr/share/man/man3/LWP::DebugFile.3 -#usr/share/man/man3/LWP::MediaTypes.3 -#usr/share/man/man3/LWP::MemberMixin.3 -#usr/share/man/man3/LWP::Protocol.3 -#usr/share/man/man3/LWP::RobotUA.3 -#usr/share/man/man3/LWP::Simple.3 -#usr/share/man/man3/LWP::UserAgent.3 -#usr/share/man/man3/Net::HTTP.3 -#usr/share/man/man3/Net::HTTP::NB.3 -#usr/share/man/man3/WWW::RobotRules.3 -#usr/share/man/man3/WWW::RobotRules::AnyDBM_File.3 -#usr/share/man/man3/lwpcook.3 -#usr/share/man/man3/lwptut.3 diff --git a/config/rootfiles/common/perl-libwww b/config/rootfiles/common/perl-libwww new file mode 100644 index 000000000..fc275a81f --- /dev/null +++ b/config/rootfiles/common/perl-libwww @@ -0,0 +1,44 @@ +#usr/lib/perl5/site_perl/5.32.1/LWP +usr/lib/perl5/site_perl/5.32.1/LWP.pm +#usr/lib/perl5/site_perl/5.32.1/LWP/Authen +usr/lib/perl5/site_perl/5.32.1/LWP/Authen/Basic.pm +usr/lib/perl5/site_perl/5.32.1/LWP/Authen/Digest.pm +usr/lib/perl5/site_perl/5.32.1/LWP/Authen/Ntlm.pm +usr/lib/perl5/site_perl/5.32.1/LWP/ConnCache.pm +usr/lib/perl5/site_perl/5.32.1/LWP/Debug +usr/lib/perl5/site_perl/5.32.1/LWP/Debug.pm +usr/lib/perl5/site_perl/5.32.1/LWP/Debug/TraceHTTP.pm +usr/lib/perl5/site_perl/5.32.1/LWP/DebugFile.pm +usr/lib/perl5/site_perl/5.32.1/LWP/MemberMixin.pm +#usr/lib/perl5/site_perl/5.32.1/LWP/Protocol +usr/lib/perl5/site_perl/5.32.1/LWP/Protocol.pm +usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/cpan.pm +usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/data.pm +usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/file.pm +usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/ftp.pm +usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/gopher.pm +usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/http.pm +usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/loopback.pm +usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/mailto.pm +usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/nntp.pm +usr/lib/perl5/site_perl/5.32.1/LWP/Protocol/nogo.pm +usr/lib/perl5/site_perl/5.32.1/LWP/RobotUA.pm +usr/lib/perl5/site_perl/5.32.1/LWP/Simple.pm +usr/lib/perl5/site_perl/5.32.1/LWP/UserAgent.pm +#usr/lib/perl5/site_perl/5.32.1/libwww +usr/lib/perl5/site_perl/5.32.1/libwww/lwpcook.pod +usr/lib/perl5/site_perl/5.32.1/libwww/lwptut.pod +#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/libwww +#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/libwww/perl +#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/libwww/perl/.packlist +#usr/share/man/man3/LWP.3 +#usr/share/man/man3/LWP::Authen::Ntlm.3 +#usr/share/man/man3/LWP::ConnCache.3 +#usr/share/man/man3/LWP::Debug.3 +#usr/share/man/man3/LWP::MemberMixin.3 +#usr/share/man/man3/LWP::Protocol.3 +#usr/share/man/man3/LWP::RobotUA.3 +#usr/share/man/man3/LWP::Simple.3 +#usr/share/man/man3/LWP::UserAgent.3 +#usr/share/man/man3/libwww::lwpcook.3 +#usr/share/man/man3/libwww::lwptut.3 diff --git a/lfs/libwww-perl b/lfs/perl-libwww similarity index 97% rename from lfs/libwww-perl rename to lfs/perl-libwww index 536a49769..f6811fc5a 100644 --- a/lfs/libwww-perl +++ b/lfs/perl-libwww @@ -24,7 +24,7 @@ include Config -VER = 5.803 +VER = 6.60 THISAPP = libwww-perl-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 3345d5f15a4f42350847254141725c8f +$(DL_FILE)_MD5 = ce5180358d9279b2843a6518bf2de200 install : $(TARGET) diff --git a/make.sh b/make.sh index e6f948ba0..55643ee0e 100755 --- a/make.sh +++ b/make.sh @@ -1318,7 +1318,7 @@ buildipfire() { lfsmake2 Digest lfsmake2 Digest-SHA1 lfsmake2 Digest-HMAC - lfsmake2 libwww-perl + lfsmake2 perl-libwww lfsmake2 Net-DNS lfsmake2 Net-IPv4Addr lfsmake2 Net_SSLeay