Compare commits

...
Sign in to create a new pull request.

16 commits

Author SHA1 Message Date
Petr Písař
0a83d9702d Remove contexts for eln, f37, and f36
This stream is incompatible with OpenSSL 3 found in Fedora >= 36.
A rebase is too risky. This stream will be replaced with a new stream
2.074.

bug #2059997
2022-03-03 15:50:55 +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

117
perl-IO-Socket-SSL.yaml Normal file
View file

@ -0,0 +1,117 @@
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