From 6755d87e212e8b23e6975cb6ed741f3cd84e16b3 Mon Sep 17 00:00:00 2001 From: Yves Orton Date: Mon, 20 Mar 2023 18:52:13 +0100 Subject: cpan/libnet - update to version 3.15 and remove old customization info We were bundling something that claimed to be 3.14 but which was not. This removes the customization info and sync with a rereleased 3.15 which is the same as the actual 3.14 but with a version bump to keep cmp_version.t happy. This is the change log 3.15 and 3.14: 3.15 2023-03-20 - Release for updating bleadperl to avoid cmp_version.t trouble. No code changes. 3.14 2022-05-22 - Remove broken link in Net::FTP manpage. [Mike Blackwell] - Fix EBCDIC detection. [Karl Williamson, PR#45] - Fix non-deterministic output in libnet.cfg. [Sergei Trofimovich, PR#44] - Fix TLS session reuse for dataconn with TLS 1.3 when using passive mode. [Steffen Ullrich, PR#41] --- Porting/Maintainers.pl | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'Porting') diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 2ff7bdb091..ee95d71c72 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -699,7 +699,8 @@ use File::Glob qw(:case); }, 'libnet' => { - 'DISTRIBUTION' => 'SHAY/libnet-3.14.tar.gz', + 'DISTRIBUTION' => 'SHAY/libnet-3.15.tar.gz', + 'SYNCINFO' => 'yorton on Mon Mar 20 20:48:38 2023', 'MAIN_MODULE' => 'Net::Cmd', 'FILES' => q[cpan/libnet], 'EXCLUDED' => [ @@ -712,23 +713,6 @@ use File::Glob qw(:case); qr(^demos/), qr(^t/external/), ], - # https://github.com/steve-m-hay/perl-libnet/pull/45 - 'CUSTOMIZED' => [ - 'lib/Net/Cmd.pm', - 'lib/Net/Config.pm', - 'lib/Net/Domain.pm', - 'lib/Net/FTP.pm', - 'lib/Net/FTP/A.pm', - 'lib/Net/FTP/E.pm', - 'lib/Net/FTP/I.pm', - 'lib/Net/FTP/L.pm', - 'lib/Net/FTP/dataconn.pm', - 'lib/Net/NNTP.pm', - 'lib/Net/Netrc.pm', - 'lib/Net/POP3.pm', - 'lib/Net/SMTP.pm', - 'lib/Net/Time.pm', - ], }, 'Locale::Maketext' => { -- cgit v1.2.1