Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5f8809f92d | ||
|
|
db5c3e6d04 |
3 changed files with 1 additions and 120 deletions
|
|
@ -1,3 +0,0 @@
|
|||
# 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
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
master stream abandoned. Use 2.068 stream instead.
|
||||
|
|
@ -1,117 +0,0 @@
|
|||
document: modulemd-packager
|
||||
version: 3
|
||||
data:
|
||||
name: perl-IO-Socket-SSL
|
||||
stream: '2.068'
|
||||
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: '7f057cb7'
|
||||
platform: f34
|
||||
buildrequires:
|
||||
perl: ['5.32']
|
||||
requires:
|
||||
perl: ['5.32']
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%_without_perl_IO_Socket_INET6_enables_optional_test 1
|
||||
%_without_perl_IPC_Run_enables_optional_test 1
|
||||
%_without_perl_Net_SSLeay_enables_optional_test 1
|
||||
%_without_perl_Test_NoWarnings_enables_stack_trace 1
|
||||
- context: 'e12b6f3a'
|
||||
platform: f35
|
||||
buildrequires:
|
||||
perl: ['5.32']
|
||||
requires:
|
||||
perl: ['5.32']
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%_without_perl_IO_Socket_INET6_enables_optional_test 1
|
||||
%_without_perl_IPC_Run_enables_optional_test 1
|
||||
%_without_perl_Net_SSLeay_enables_optional_test 1
|
||||
%_without_perl_Test_NoWarnings_enables_stack_trace 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-Net-LibIDN
|
||||
- perl-Socket6
|
||||
- perl-IO-Socket-INET6
|
||||
- perl-IPC-Run
|
||||
- perl-Test-NoWarnings
|
||||
- perl-Net-IDN-Encode
|
||||
components:
|
||||
rpms:
|
||||
perl-ExtUtils-PkgConfig:
|
||||
rationale: A build dependency.
|
||||
ref: f34
|
||||
buildonly: true
|
||||
buildorder: 0
|
||||
perl-IO-Tty:
|
||||
rationale: A build dependency.
|
||||
ref: f34
|
||||
buildonly: true
|
||||
buildorder: 0
|
||||
perl-Net-LibIDN:
|
||||
rationale: A build dependency.
|
||||
ref: f34
|
||||
buildonly: true
|
||||
buildorder: 0
|
||||
perl-Socket6:
|
||||
rationale: A build dependency.
|
||||
ref: f34
|
||||
buildonly: true
|
||||
buildorder: 0
|
||||
perl-IO-Socket-INET6:
|
||||
rationale: A build dependency.
|
||||
ref: f34
|
||||
buildonly: true
|
||||
buildorder: 1
|
||||
perl-IPC-Run:
|
||||
rationale: A build dependency.
|
||||
ref: f34
|
||||
buildonly: true
|
||||
buildorder: 1
|
||||
perl-Net-SSLeay:
|
||||
rationale: The API.
|
||||
ref: f34
|
||||
buildorder: 1
|
||||
perl-Test-NoWarnings:
|
||||
rationale: A build dependency.
|
||||
ref: f34
|
||||
buildonly: true
|
||||
buildorder: 1
|
||||
perl-Net-IDN-Encode:
|
||||
rationale: A build dependency.
|
||||
ref: f34
|
||||
buildonly: true
|
||||
buildorder: 2
|
||||
perl-IO-Socket-SSL:
|
||||
rationale: The API.
|
||||
ref: f34
|
||||
buildorder: 3
|
||||
Loading…
Add table
Add a link
Reference in a new issue