Compare commits
No commits in common. "073c13ba5582205941022811667e112d2ed55478" and "64bbc7e1214b5358d5468a7070fe9807e6b74bdf" have entirely different histories.
073c13ba55
...
64bbc7e121
BIN
IO-Socket-IP-0.39.tar.gz
Normal file
BIN
IO-Socket-IP-0.39.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
27
Makefile.PL
27
Makefile.PL
@ -1,27 +0,0 @@
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use ExtUtils::MakeMaker;
|
||||
|
||||
WriteMakefile(
|
||||
'NAME' => 'IO::Socket::IP',
|
||||
'VERSION_FROM' => 'lib/IO/Socket/IP.pm',
|
||||
'ABSTRACT_FROM' => 'lib/IO/Socket/IP.pm',
|
||||
'PREREQ_PM' => {
|
||||
'base' => '0',
|
||||
'Carp' => '0',
|
||||
'constant' => '0',
|
||||
'Errno' => '0',
|
||||
'IO::Socket' => 0,
|
||||
'POSIX' => '0',
|
||||
'Socket' => '1.97',
|
||||
'strict' => '0',
|
||||
'warnings' => '0',
|
||||
},
|
||||
'TEST_REQUIRES' => {
|
||||
'IO::Socket::INET' => '0',
|
||||
'Test::More' => '0.88',
|
||||
},
|
||||
'INSTALLDIRS' => 'site',
|
||||
);
|
||||
@ -1,11 +1,10 @@
|
||||
Name: perl-IO-Socket-IP
|
||||
Version: 0.41
|
||||
Release: 3
|
||||
Version: 0.39
|
||||
Release: 420
|
||||
Summary: Drop-in replacement for IO::Socket::INET supporting both IPv4 and IPv6
|
||||
License: GPL+ or Artistic-1.0
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/IO-Socket-IP
|
||||
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/IO-Socket-IP-%{version}.tar.gz
|
||||
Source1: Makefile.PL
|
||||
BuildArch: noarch
|
||||
|
||||
#For Build
|
||||
@ -27,7 +26,7 @@ way.
|
||||
|
||||
%prep
|
||||
%autosetup -n IO-Socket-IP-%{version} -p1
|
||||
cp %{SOURCE1} .
|
||||
|
||||
chmod -x lib/IO/Socket/IP.pm
|
||||
|
||||
%build
|
||||
@ -40,8 +39,8 @@ make pure_install DESTDIR=%{buildroot}
|
||||
|
||||
|
||||
%check
|
||||
rm -f t/31nonblocking-connect-internet.t
|
||||
make test
|
||||
rm -f t/21nonblocking-connect-internet.t
|
||||
make test TEST_VERBOSE=1
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
@ -54,21 +53,6 @@ make test
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 25 2022 dongyuzhen <dongyuzhen@h-partners.com> - 0.41-3
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:Rebuild for next release
|
||||
|
||||
* Thu Mar 04 2021 wuchaochao <wuchaochao4@huawei.com> - 0.41-2
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:Modify the spec file ,solving the problem of the test probability failure
|
||||
|
||||
* Fri Jan 29 2021 yuanxin <yuanxin24@huawei.com> - 0.41-1
|
||||
- upgrade version to 0.41
|
||||
|
||||
* Sat Oct 26 2019 shenyangyang <shenyangyang4@huawei.com> - 0.39-420
|
||||
- Type:enhancement
|
||||
- ID:NA
|
||||
|
||||
@ -1,128 +0,0 @@
|
||||
---
|
||||
version_control: metacpan
|
||||
src_repo: IO-Socket-IP
|
||||
tag_prefix: "^v"
|
||||
seperator: "."
|
||||
last_query:
|
||||
time_stamp: 2020-04-26 07:40:55.635698840 +00:00
|
||||
raw_data: |
|
||||
{
|
||||
"checksum_md5" : "fe49e4f6638c55124b4f1fb9ee8fe134",
|
||||
"resources" : {
|
||||
"license" : [
|
||||
"http://dev.perl.org/licenses/"
|
||||
]
|
||||
},
|
||||
"main_module" : "IO::Socket::IP",
|
||||
"checksum_sha256" : "11950da7636cb786efd3bfb5891da4c820975276bce43175214391e5c32b7b96",
|
||||
"changes_file" : "Changes",
|
||||
"archive" : "IO-Socket-IP-0.39.tar.gz",
|
||||
"author" : "PEVANS",
|
||||
"license" : [
|
||||
"perl_5"
|
||||
],
|
||||
"version_numified" : 0.39,
|
||||
"tests" : {
|
||||
"fail" : 101,
|
||||
"pass" : 5174,
|
||||
"unknown" : 7,
|
||||
"na" : 0
|
||||
},
|
||||
"deprecated" : "false",
|
||||
"metadata" : {
|
||||
"provides" : {
|
||||
"IO::Socket::IP" : {
|
||||
"file" : "lib/IO/Socket/IP.pm",
|
||||
"version" : "0.39"
|
||||
}
|
||||
},
|
||||
"version" : "0.39",
|
||||
"no_index" : {
|
||||
"directory" : [
|
||||
"t",
|
||||
"xt",
|
||||
"inc",
|
||||
"local",
|
||||
"perl5",
|
||||
"fatlib",
|
||||
"example",
|
||||
"blib",
|
||||
"examples",
|
||||
"eg"
|
||||
]
|
||||
},
|
||||
"meta-spec" : {
|
||||
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
|
||||
"version" : "2"
|
||||
},
|
||||
"abstract" : "Family-neutral IP socket supporting both IPv4 and IPv6",
|
||||
"generated_by" : "Module::Build version 0.422, CPAN::Meta::Converter version 2.150005",
|
||||
"prereqs" : {
|
||||
"runtime" : {
|
||||
"requires" : {
|
||||
"IO::Socket" : "0",
|
||||
"Socket" : "1.97"
|
||||
}
|
||||
},
|
||||
"build" : {
|
||||
"requires" : {
|
||||
"Test::More" : "0.88"
|
||||
}
|
||||
}
|
||||
},
|
||||
"name" : "IO-Socket-IP",
|
||||
"license" : [
|
||||
"perl_5"
|
||||
],
|
||||
"author" : [
|
||||
"Paul Evans <leonerd@leonerd.org.uk>"
|
||||
],
|
||||
"release_status" : "stable",
|
||||
"x_serialization_backend" : "JSON::PP version 2.27400",
|
||||
"resources" : {
|
||||
"license" : [
|
||||
"http://dev.perl.org/licenses/"
|
||||
]
|
||||
},
|
||||
"dynamic_config" : 1
|
||||
},
|
||||
"stat" : {
|
||||
"mode" : 33188,
|
||||
"size" : 44626,
|
||||
"mtime" : 1488818814
|
||||
},
|
||||
"version" : "0.39",
|
||||
"authorized" : true,
|
||||
"provides" : [
|
||||
"IO::Socket::IP"
|
||||
],
|
||||
"id" : "hydtsowu1cPZdMONC5FRtSe1JMw",
|
||||
"date" : "2017-03-06T16:46:54",
|
||||
"maturity" : "released",
|
||||
"download_url" : "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/IO-Socket-IP-0.39.tar.gz",
|
||||
"name" : "IO-Socket-IP-0.39",
|
||||
"first" : false,
|
||||
"dependency" : [
|
||||
{
|
||||
"module" : "Socket",
|
||||
"relationship" : "requires",
|
||||
"version" : "1.97",
|
||||
"phase" : "runtime"
|
||||
},
|
||||
{
|
||||
"module" : "IO::Socket",
|
||||
"relationship" : "requires",
|
||||
"version" : "0",
|
||||
"phase" : "runtime"
|
||||
},
|
||||
{
|
||||
"module" : "Test::More",
|
||||
"version" : "0.88",
|
||||
"relationship" : "requires",
|
||||
"phase" : "build"
|
||||
}
|
||||
],
|
||||
"abstract" : "Family-neutral IP socket supporting both IPv4 and IPv6",
|
||||
"distribution" : "IO-Socket-IP",
|
||||
"status" : "latest"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user