Compare commits
21 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
94b0a45245 | ||
|
|
14b9071cce | ||
|
|
0dbcba75dd | ||
|
|
defa15ff04 | ||
|
|
d9bb017bac | ||
|
|
b5b09690b4 | ||
|
|
429fe1d1a6 | ||
|
|
38e50c581b | ||
|
|
ee4f26c141 | ||
|
|
6baa10ec39 | ||
|
|
0fc8b8e67d | ||
|
|
104c236770 | ||
|
|
83e75a7a5d | ||
|
|
4809df4684 | ||
|
|
e12c633128 | ||
|
|
dbc8c0fdbf | ||
|
|
4706673fde | ||
|
|
832fc6e6d3 | ||
|
|
25e6bc16bb | ||
|
|
806388966a | ||
|
|
5b32d21001 |
3 changed files with 168 additions and 1 deletions
3
README.md
Normal file
3
README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
# perl-IO-Socket-SSL
|
||||||
|
|
||||||
|
perl-IO-Socket-SSL is replacement for IO::Socket::INET uses SSL to encrypt data before it is transferred to a remote server or client. perl-Net-SSLeay is a Perl extension for using OpenSSL.
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
master stream abandoned. Use 2.068 stream instead.
|
|
||||||
165
perl-IO-Socket-SSL.yaml
Normal file
165
perl-IO-Socket-SSL.yaml
Normal file
|
|
@ -0,0 +1,165 @@
|
||||||
|
document: modulemd-packager
|
||||||
|
version: 3
|
||||||
|
data:
|
||||||
|
name: perl-IO-Socket-SSL
|
||||||
|
stream: '2.074'
|
||||||
|
summary: Perl library for transparent TLS
|
||||||
|
description: >
|
||||||
|
IO::Socket::SSL is a drop-in replacement for IO::Socket::IP that
|
||||||
|
uses TLS to encrypt data before it is transferred to a remote server
|
||||||
|
or client. IO::Socket::SSL supports all the extra features that one
|
||||||
|
needs to write a full-featured TLS client or server application like
|
||||||
|
multiple TLS contexts, cipher selection, certificate verification, and
|
||||||
|
TLS version selection.
|
||||||
|
Net::SSLeay offers some high level convenience functions for accessing
|
||||||
|
web pages on TLS servers, a sslcat() function for writing your own
|
||||||
|
clients, and finally access to the API of OpenSSL library so you can
|
||||||
|
write servers or clients for more complicated applications.
|
||||||
|
license: [MIT]
|
||||||
|
configurations:
|
||||||
|
- context: 'f36p534'
|
||||||
|
platform: f36
|
||||||
|
buildrequires:
|
||||||
|
perl: ['5.34']
|
||||||
|
requires:
|
||||||
|
perl: ['5.34']
|
||||||
|
buildopts:
|
||||||
|
rpms:
|
||||||
|
macros: |
|
||||||
|
%_without_perl_IO_Socket_SSL_test_IO_Socket_INET6 1
|
||||||
|
%_without_perl_IO_Socket_SSL_test_unused_idn 1
|
||||||
|
%_without_perl_IPC_Run_enables_optional_test 1
|
||||||
|
%_without_perl_Net_SSLeay_enables_optional_test 1
|
||||||
|
- context: 'f37p534'
|
||||||
|
platform: f37
|
||||||
|
buildrequires:
|
||||||
|
perl: ['5.34']
|
||||||
|
requires:
|
||||||
|
perl: ['5.34']
|
||||||
|
buildopts:
|
||||||
|
rpms:
|
||||||
|
macros: |
|
||||||
|
%_without_perl_IO_Socket_SSL_test_IO_Socket_INET6 1
|
||||||
|
%_without_perl_IO_Socket_SSL_test_unused_idn 1
|
||||||
|
%_without_perl_IPC_Run_enables_optional_test 1
|
||||||
|
%_without_perl_Net_SSLeay_enables_optional_test 1
|
||||||
|
- context: 'f38p534'
|
||||||
|
platform: f38
|
||||||
|
buildrequires:
|
||||||
|
perl: ['5.34']
|
||||||
|
requires:
|
||||||
|
perl: ['5.34']
|
||||||
|
buildopts:
|
||||||
|
rpms:
|
||||||
|
macros: |
|
||||||
|
%_without_perl_IO_Socket_SSL_test_IO_Socket_INET6 1
|
||||||
|
%_without_perl_IO_Socket_SSL_test_unused_idn 1
|
||||||
|
%_without_perl_IPC_Run_enables_optional_test 1
|
||||||
|
%_without_perl_Net_SSLeay_enables_optional_test 1
|
||||||
|
- context: 'f39p534'
|
||||||
|
platform: f39
|
||||||
|
buildrequires:
|
||||||
|
perl: ['5.34']
|
||||||
|
requires:
|
||||||
|
perl: ['5.34']
|
||||||
|
buildopts:
|
||||||
|
rpms:
|
||||||
|
macros: |
|
||||||
|
%_without_perl_IO_Socket_SSL_test_IO_Socket_INET6 1
|
||||||
|
%_without_perl_IO_Socket_SSL_test_unused_idn 1
|
||||||
|
%_without_perl_IPC_Run_enables_optional_test 1
|
||||||
|
%_without_perl_Net_SSLeay_enables_optional_test 1
|
||||||
|
- context: 'f36p536'
|
||||||
|
platform: f36
|
||||||
|
buildrequires:
|
||||||
|
perl: ['5.36']
|
||||||
|
requires:
|
||||||
|
perl: ['5.36']
|
||||||
|
buildopts:
|
||||||
|
rpms:
|
||||||
|
macros: |
|
||||||
|
%_without_perl_IO_Socket_SSL_test_IO_Socket_INET6 1
|
||||||
|
%_without_perl_IO_Socket_SSL_test_unused_idn 1
|
||||||
|
%_without_perl_IPC_Run_enables_optional_test 1
|
||||||
|
%_without_perl_Net_SSLeay_enables_optional_test 1
|
||||||
|
- context: 'f37p536'
|
||||||
|
platform: f37
|
||||||
|
buildrequires:
|
||||||
|
perl: ['5.36']
|
||||||
|
requires:
|
||||||
|
perl: ['5.36']
|
||||||
|
buildopts:
|
||||||
|
rpms:
|
||||||
|
macros: |
|
||||||
|
%_without_perl_IO_Socket_SSL_test_IO_Socket_INET6 1
|
||||||
|
%_without_perl_IO_Socket_SSL_test_unused_idn 1
|
||||||
|
%_without_perl_IPC_Run_enables_optional_test 1
|
||||||
|
%_without_perl_Net_SSLeay_enables_optional_test 1
|
||||||
|
- context: 'f38p536'
|
||||||
|
platform: f38
|
||||||
|
buildrequires:
|
||||||
|
perl: ['5.36']
|
||||||
|
requires:
|
||||||
|
perl: ['5.36']
|
||||||
|
buildopts:
|
||||||
|
rpms:
|
||||||
|
macros: |
|
||||||
|
%_without_perl_IO_Socket_SSL_test_IO_Socket_INET6 1
|
||||||
|
%_without_perl_IO_Socket_SSL_test_unused_idn 1
|
||||||
|
%_without_perl_IPC_Run_enables_optional_test 1
|
||||||
|
%_without_perl_Net_SSLeay_enables_optional_test 1
|
||||||
|
- context: 'f39p536'
|
||||||
|
platform: f39
|
||||||
|
buildrequires:
|
||||||
|
perl: ['5.36']
|
||||||
|
requires:
|
||||||
|
perl: ['5.36']
|
||||||
|
buildopts:
|
||||||
|
rpms:
|
||||||
|
macros: |
|
||||||
|
%_without_perl_IO_Socket_SSL_test_IO_Socket_INET6 1
|
||||||
|
%_without_perl_IO_Socket_SSL_test_unused_idn 1
|
||||||
|
%_without_perl_IPC_Run_enables_optional_test 1
|
||||||
|
%_without_perl_Net_SSLeay_enables_optional_test 1
|
||||||
|
references:
|
||||||
|
community: https://metacpan.org/release/IO-Socket-SSL
|
||||||
|
profiles:
|
||||||
|
common:
|
||||||
|
description: IO::Socket::SSL and Net::SSLeay
|
||||||
|
rpms:
|
||||||
|
- perl-IO-Socket-SSL
|
||||||
|
- perl-Net-SSLeay
|
||||||
|
api:
|
||||||
|
rpms:
|
||||||
|
- perl-IO-Socket-SSL
|
||||||
|
- perl-Net-SSLeay
|
||||||
|
filter:
|
||||||
|
rpms:
|
||||||
|
- perl-ExtUtils-PkgConfig
|
||||||
|
- perl-IO-Tty
|
||||||
|
- perl-IPC-Run
|
||||||
|
components:
|
||||||
|
rpms:
|
||||||
|
perl-ExtUtils-PkgConfig:
|
||||||
|
rationale: A build dependency for perl-Net-SSLeay.
|
||||||
|
ref: f36
|
||||||
|
buildonly: true
|
||||||
|
buildorder: 0
|
||||||
|
perl-IO-Tty:
|
||||||
|
rationale: A build dependency for perl-IPC-Run.
|
||||||
|
ref: f36
|
||||||
|
buildonly: true
|
||||||
|
buildorder: 0
|
||||||
|
perl-IPC-Run:
|
||||||
|
rationale: A build dependency for perl-IO-Socket-SSL.
|
||||||
|
ref: f36
|
||||||
|
buildonly: true
|
||||||
|
buildorder: 1
|
||||||
|
perl-Net-SSLeay:
|
||||||
|
rationale: The API.
|
||||||
|
ref: f36
|
||||||
|
buildorder: 1
|
||||||
|
perl-IO-Socket-SSL:
|
||||||
|
rationale: The API.
|
||||||
|
ref: f36
|
||||||
|
buildorder: 2
|
||||||
Loading…
Add table
Add a link
Reference in a new issue