summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2023-03-20 18:52:13 +0100
committerYves Orton <demerphq@gmail.com>2023-03-20 21:31:24 +0100
commit6755d87e212e8b23e6975cb6ed741f3cd84e16b3 (patch)
treed229fdc3f621658a6d03003699442f636559a5cc /Porting
parent655778a2875f291b148aff1339db591f682577da (diff)
downloadperl-6755d87e212e8b23e6975cb6ed741f3cd84e16b3.tar.gz
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]
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl20
1 files changed, 2 insertions, 18 deletions
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' => {