From 045aa4dd18893d2900eb02bc22ec7885c8940a8f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Sep 2021 10:56:47 +0200 Subject: add upstream patch for OpenSSL test suite --- php-bartlett-php-compatinfo-db.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'php-bartlett-php-compatinfo-db.spec') 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 - 3.11.0-2 +- add upstream patch for OpenSSL test suite + * Mon Sep 27 2021 Remi Collet - 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 - 3.10.0-1 - update to 3.10.0 -- cgit