diff options
author | Remi Collet <remi@remirepo.net> | 2021-11-29 16:17:53 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-11-29 16:17:53 +0100 |
commit | 82db286f681e5d2076c8c1081d16904088342e2c (patch) | |
tree | 683851a4546a601a890f4cf7015a0d5f5fe6d752 | |
parent | dca1577afaaf9a473407f8e8f549d7d9d24b0379 (diff) |
link to upstream bug report
-rw-r--r-- | php-react-socket.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php-react-socket.spec b/php-react-socket.spec index 363809a..dbf5567 100644 --- a/php-react-socket.spec +++ b/php-react-socket.spec @@ -219,6 +219,7 @@ rm -f tests/IntegrationTest.php rm -f tests/DnsConnectorTest.php FILTER="testConnectorUsesGivenResolverInstance|testConnectorUsesResolvedHostnameIfDnsIsUsed" %if 0%{?fedora} >= 36 || 0%{?rhel} >= 9 +# https://github.com/reactphp/socket/issues/275 - OpenSSL 3.0 FILTER="$FILTER|testClientUsesTls10WhenCryptoMethodIsExplicitlyConfiguredByClient" %endif |