skip tls upgrade test case
(cherry picked from commit c864306da00273972b264708663251d83c6a6ad3)
This commit is contained in:
parent
7a3879b208
commit
ca05bcbdac
26
0001-skip-tls-upgrade-test-case.patch
Normal file
26
0001-skip-tls-upgrade-test-case.patch
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
From dc3efc32ca70ba6924f43014cfa3669b3a54d8fa Mon Sep 17 00:00:00 2001
|
||||||
|
From: wang--ge <wang__ge@126.com>
|
||||||
|
Date: Sun, 29 Jan 2023 15:50:35 +0800
|
||||||
|
Subject: [PATCH] skip tls upgrade test case
|
||||||
|
|
||||||
|
---
|
||||||
|
src/microhttpd/Makefile.am | 3 ---
|
||||||
|
1 file changed, 3 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
|
||||||
|
index d89f3c1..e50ff5f 100644
|
||||||
|
--- a/src/microhttpd/Makefile.am
|
||||||
|
+++ b/src/microhttpd/Makefile.am
|
||||||
|
@@ -151,9 +151,6 @@ check_PROGRAMS = \
|
||||||
|
if HAVE_POSIX_THREADS
|
||||||
|
if ENABLE_UPGRADE
|
||||||
|
check_PROGRAMS += test_upgrade
|
||||||
|
-if ENABLE_HTTPS
|
||||||
|
- check_PROGRAMS += test_upgrade_tls
|
||||||
|
-endif
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
|
--
|
||||||
|
2.27.0
|
||||||
|
|
||||||
@ -1,6 +1,6 @@
|
|||||||
Name: libmicrohttpd
|
Name: libmicrohttpd
|
||||||
Version: 0.9.59
|
Version: 0.9.59
|
||||||
Release: 6
|
Release: 7
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Lightweight library for embedding a webserver in applications
|
Summary: Lightweight library for embedding a webserver in applications
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -8,6 +8,7 @@ URL: http://www.gnu.org/software/libmicrohttpd/
|
|||||||
Source0: https://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz
|
Source0: https://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz
|
||||||
Patch0001: gnutls-utilize-system-crypto-policy.patch
|
Patch0001: gnutls-utilize-system-crypto-policy.patch
|
||||||
Patch0002: fix-libmicrohttpd-tutorial-info.patch
|
Patch0002: fix-libmicrohttpd-tutorial-info.patch
|
||||||
|
Patch0003: 0001-skip-tls-upgrade-test-case.patch
|
||||||
|
|
||||||
BuildRequires: autoconf automake libtool gettext-devel texinfo gnutls-devel doxygen graphviz
|
BuildRequires: autoconf automake libtool gettext-devel texinfo gnutls-devel doxygen graphviz
|
||||||
Requires: %{name}-help = %{epoch}:%{version}-%{release}
|
Requires: %{name}-help = %{epoch}:%{version}-%{release}
|
||||||
@ -91,6 +92,9 @@ fi
|
|||||||
%{_infodir}/libmicrohttpd_performance_data.png.gz
|
%{_infodir}/libmicrohttpd_performance_data.png.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 29 2023 Ge Wang<wangge20@h-partners.com> - 0.9.59-7
|
||||||
|
- Skip upgrade_tls test case due to socket recv failure
|
||||||
|
|
||||||
* Thu Aug 05 2021 caodongxia<caodongxia@huawei.com> - 0.9.59-6
|
* Thu Aug 05 2021 caodongxia<caodongxia@huawei.com> - 0.9.59-6
|
||||||
- Fix libmicrohttpd-tutorial info
|
- Fix libmicrohttpd-tutorial info
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user