Compare commits
10 Commits
64bbc7e121
...
073c13ba55
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
073c13ba55 | ||
|
|
27da51a8cc | ||
|
|
e7bba313e8 | ||
|
|
fde6796a0a | ||
|
|
57ac4fb8e3 | ||
|
|
fd1c98255b | ||
|
|
503cd77df1 | ||
|
|
68e035d32c | ||
|
|
8fe19dbc88 | ||
|
|
f93714a29b |
Binary file not shown.
BIN
IO-Socket-IP-0.41.tar.gz
Normal file
BIN
IO-Socket-IP-0.41.tar.gz
Normal file
Binary file not shown.
27
Makefile.PL
Normal file
27
Makefile.PL
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
|
||||||
|
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,10 +1,11 @@
|
|||||||
Name: perl-IO-Socket-IP
|
Name: perl-IO-Socket-IP
|
||||||
Version: 0.39
|
Version: 0.41
|
||||||
Release: 420
|
Release: 3
|
||||||
Summary: Drop-in replacement for IO::Socket::INET supporting both IPv4 and IPv6
|
Summary: Drop-in replacement for IO::Socket::INET supporting both IPv4 and IPv6
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic-1.0
|
||||||
URL: https://metacpan.org/release/IO-Socket-IP
|
URL: https://metacpan.org/release/IO-Socket-IP
|
||||||
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/IO-Socket-IP-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/IO-Socket-IP-%{version}.tar.gz
|
||||||
|
Source1: Makefile.PL
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
#For Build
|
#For Build
|
||||||
@ -26,7 +27,7 @@ way.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n IO-Socket-IP-%{version} -p1
|
%autosetup -n IO-Socket-IP-%{version} -p1
|
||||||
|
cp %{SOURCE1} .
|
||||||
chmod -x lib/IO/Socket/IP.pm
|
chmod -x lib/IO/Socket/IP.pm
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -39,8 +40,8 @@ make pure_install DESTDIR=%{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
rm -f t/21nonblocking-connect-internet.t
|
rm -f t/31nonblocking-connect-internet.t
|
||||||
make test TEST_VERBOSE=1
|
make test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
@ -53,6 +54,21 @@ make test TEST_VERBOSE=1
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Oct 26 2019 shenyangyang <shenyangyang4@huawei.com> - 0.39-420
|
||||||
- Type:enhancement
|
- Type:enhancement
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
128
perl-IO-Socket-IP.yaml
Normal file
128
perl-IO-Socket-IP.yaml
Normal file
@ -0,0 +1,128 @@
|
|||||||
|
---
|
||||||
|
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