Compare commits

..

21 commits

Author SHA1 Message Date
Petr Písař
94b0a45245 Remove contexts for Fedora 35 2023-02-17 09:17:28 +01:00
Petr Písař
14b9071cce Add contexts for Fedora 39 2023-02-17 09:16:48 +01:00
Jitka Plesnikova
0dbcba75dd Build module with platform:f38 2022-08-23 12:35:54 +02:00
Fedora Release Engineering
defa15ff04 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-08-10 16:50:55 +00:00
Jitka Plesnikova
d9bb017bac Build the module with perl:5.34 and perl:5.36 2022-07-29 07:13:54 +02:00
Petr Písař
b5b09690b4 Import 2.074
perl-IO-Socket-SSL:2.068 is not compatible with openssl-3 and there
are to many changes in the new perl-Net-SSLeay.
2022-03-02 16:14:56 +01:00
Petr Písař
429fe1d1a6 Add a context for F37 2022-03-02 09:19:25 +01:00
Petr Písař
38e50c581b Revert "Revert "Convert to modulemd-packager-v3 format""
This reverts commit 6baa10ec39 and
retains platform:f36 context.
2021-09-03 12:48:56 +02:00
Petr Písař
ee4f26c141 Add an expansion for platform:f36 2021-08-18 15:37:49 +02:00
Petr Písař
6baa10ec39 Revert "Convert to modulemd-packager-v3 format"
but keep "removed EOLed perl:5.30".

This reverts commit 83e75a7a5d because
MBS mismatches contexts for depending modules. E.g. building perl:5.32
for platform:f34 fails because a buil-required perl-bootstrap:5.32
does not run-require any platorm and thus MBS chooses a wrong
perl-bootstrap context for platform:f35.

<https://pagure.io/fm-orchestrator/issue/1714>
2021-08-18 15:36:38 +02:00
Petr Písař
0fc8b8e67d Revert "Correct a typo"
This reverts commit 104c236770 because
MBS mismatches contexts for depending modules. E.g. building perl:5.32
for platform:f34 fails because a buil-required perl-bootstrap:5.32
does not run-require any platorm and thus MBS chooses a wrong
perl-bootstrap context for platform:f35.

<https://pagure.io/fm-orchestrator/issue/1714>
2021-08-18 15:34:12 +02:00
Petr Písař
104c236770 Correct a typo 2021-06-14 15:42:52 +02:00
Petr Písař
83e75a7a5d Convert to modulemd-packager-v3 format and removed EOLed perl:5.30 2021-06-14 15:41:28 +02:00
Petr Písař
4809df4684 Update to perl-IO-Socket-SSL-2.070 2021-03-23 09:55:47 +01:00
Petr Písař
e12c633128 Pin components to f34, build for eln and f35 2021-02-11 15:56:52 +01:00
Petr Písař
dbc8c0fdbf Update for perl-IO-Socket-SSL-2.069 2021-01-25 11:24:17 +01:00
Petr Písař
4706673fde Update for perl-Net-SSLeay-1.90 2021-01-22 15:12:56 +01:00
Petr Písař
832fc6e6d3 perl-Net-SSLeay build-requires perl-ExtUtils-PkgConfig
That was a mistake when hand-writing the modulemd file.
2020-09-09 17:12:12 +02:00
Petr Písař
25e6bc16bb Invert a perl dependency
Fedora MBS cannot handle an excluding expansion ([-5.28])

Could not execute module_build: The build failed with:
Cannot find any module builds for perl:master
2020-09-09 16:26:04 +02:00
Petr Písař
806388966a 2.068 bump 2020-09-09 16:16:05 +02:00
Jitka Plesnikova
5b32d21001 Import 2020-09-09 16:12:25 +02:00
3 changed files with 168 additions and 1 deletions

3
README.md Normal file
View 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.

View file

@ -1 +0,0 @@
master stream abandoned. Use 2.068 stream instead.

165
perl-IO-Socket-SSL.yaml Normal file
View 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