summaryrefslogtreecommitdiffstats
path: root/php-bartlett-php-compatinfo-db.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-27 10:56:47 +0200
committerRemi Collet <remi@remirepo.net>2021-09-27 10:56:47 +0200
commit045aa4dd18893d2900eb02bc22ec7885c8940a8f (patch)
tree397c27060ea912e6a37e778fbe0ff1fbb82853df /php-bartlett-php-compatinfo-db.spec
parent46e725355cc1898571d6bee2203efc5ac4a26e8c (diff)
add upstream patch for OpenSSL test suite
Diffstat (limited to 'php-bartlett-php-compatinfo-db.spec')
-rw-r--r--php-bartlett-php-compatinfo-db.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec
index 6bd7fe7..0ea50b4 100644
--- a/php-bartlett-php-compatinfo-db.spec
+++ b/php-bartlett-php-compatinfo-db.spec
@@ -49,6 +49,8 @@ Patch0: %{name}-3.10-rpm.patch
# - CURL_SSLVERSION constants
# - Phar::OPENSSL_SHA* constants
Patch1: %{name}-backports.patch
+# upstream
+Patch2: %{name}-upstream.patch
BuildArch: noarch
@@ -156,7 +158,8 @@ Conflicts: php-bartlett-PHP-CompatInfo < 5
%setup -q -n %{gh_project}-%{gh_commit}
%patch0 -p1 -b .rpm
-%patch1 -p1 -b .curltls
+%patch2 -p1 -b .up
+%patch1 -p1 -b .backports
: relocate
mv config src/config
@@ -289,8 +292,13 @@ exit $ret
%changelog
+* Mon Sep 27 2021 Remi Collet <remi@remirepo.net> - 3.11.0-2
+- add upstream patch for OpenSSL test suite
+
* Mon Sep 27 2021 Remi Collet <remi@remirepo.net> - 3.11.0-1
- update to 3.11.0
+- open https://github.com/llaville/php-compatinfo-db/issues/88
+ OPENSSL_SSLV23_PADDING is optional
* Wed Sep 1 2021 Remi Collet <remi@remirepo.net> - 3.10.0-1
- update to 3.10.0