!13 [sync] PR-12: 修复22.09分支编译失败
From: @openeuler-sync-bot Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
30cf431bd2
20
fixed-missing-websocket.inc-in-dist-files.patch
Normal file
20
fixed-missing-websocket.inc-in-dist-files.patch
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
From bf89bd95f8d4401ddaabdb59023175e66bdbd80f Mon Sep 17 00:00:00 2001
|
||||||
|
From: "Evgeny Grin (Karlson2k)" <k2k@narod.ru>
|
||||||
|
Date: Sun, 9 Jan 2022 19:50:37 +0300
|
||||||
|
Subject: [PATCH] doc: fixed missing 'websocket.inc' in dist files
|
||||||
|
|
||||||
|
---
|
||||||
|
doc/Makefile.am | 1 ++-
|
||||||
|
1 file changed, 1 insertions(+)
|
||||||
|
|
||||||
|
diff -Nur a/doc/Makefile.am b/doc/Makefile.am
|
||||||
|
--- a/doc/Makefile.am 2021-12-27 01:30:00.000000000 +0800
|
||||||
|
+++ b/doc/Makefile.am 2022-08-05 16:13:42.056733987 +0800
|
||||||
|
@@ -27,6 +27,7 @@
|
||||||
|
chapters/responseheaders.inc \
|
||||||
|
chapters/tlsauthentication.inc \
|
||||||
|
chapters/sessions.inc \
|
||||||
|
+ chapters/websocket.inc \
|
||||||
|
fdl-1.3.texi \
|
||||||
|
gpl-2.0.texi \
|
||||||
|
lgpl.texi \
|
||||||
@ -1,6 +1,6 @@
|
|||||||
Name: libmicrohttpd
|
Name: libmicrohttpd
|
||||||
Version: 0.9.75
|
Version: 0.9.75
|
||||||
Release: 1
|
Release: 2
|
||||||
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: 0001-gnutls-utilize-system-crypto-policy.patch
|
Patch0001: 0001-gnutls-utilize-system-crypto-policy.patch
|
||||||
Patch0002: fix-libmicrohttpd-tutorial-info.patch
|
Patch0002: fix-libmicrohttpd-tutorial-info.patch
|
||||||
|
Patch0003: fixed-missing-websocket.inc-in-dist-files.patch
|
||||||
|
|
||||||
BuildRequires: autoconf automake libtool gettext-devel texinfo gnutls-devel doxygen graphviz
|
BuildRequires: autoconf automake libtool gettext-devel texinfo gnutls-devel doxygen graphviz
|
||||||
Requires(post): info
|
Requires(post): info
|
||||||
@ -88,6 +89,9 @@ fi
|
|||||||
%{_infodir}/libmicrohttpd_performance_data.png.gz
|
%{_infodir}/libmicrohttpd_performance_data.png.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 5 2022 liyanan <liyanan32@h-partners.com> - 1:0.9.75-2
|
||||||
|
- Fixed missing websocket.inc in dist files
|
||||||
|
|
||||||
* Fri Jan 14 2022 xigaoxinyan<xigaoxinyan@huawei.com> - 0.9.75-1
|
* Fri Jan 14 2022 xigaoxinyan<xigaoxinyan@huawei.com> - 0.9.75-1
|
||||||
- update to 0.9.75
|
- update to 0.9.75
|
||||||
* Thu Aug 05 2021 caodongxia<caodongxia@huawei.com> - 0.9.59-5
|
* Thu Aug 05 2021 caodongxia<caodongxia@huawei.com> - 0.9.59-5
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user