!17 [sync] PR-14: 【openEuler-22.09】修复libmicrohttpd编译chapters/websocket.inc文件找不到问题

From: @openeuler-sync-bot 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-11-25 06:20:11 +00:00 committed by Gitee
commit 41ec502b61
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 45 additions and 21 deletions

View File

@ -1,20 +1,41 @@
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 \
diff -Nur a/doc/libmicrohttpd-tutorial.texi b/doc/libmicrohttpd-tutorial.texi
--- a/doc/libmicrohttpd-tutorial.texi 2021-12-27 01:30:00.000000000 +0800
+++ b/doc/libmicrohttpd-tutorial.texi 2022-08-27 10:39:16.578248526 +0800
@@ -68,7 +68,6 @@
* Improved processing of POST data::
* Session management::
* Adding a layer of security::
-* Websockets::
* Bibliography::
* License text::
* Example programs::
@@ -110,10 +109,6 @@
@chapter Adding a layer of security
@include chapters/tlsauthentication.inc
-@node Websockets
-@chapter Websockets
-@include chapters/websocket.inc
-
@node Bibliography
@appendix Bibliography
@include chapters/bibliography.inc
@@ -133,7 +128,6 @@
* largepost.c::
* sessions.c::
* tlsauthentication.c::
-* websocket.c::
@end menu
@node hellobrowser.c
@@ -184,10 +178,4 @@
@verbatiminclude examples/tlsauthentication.c
@end smalldisplay
-@node websocket.c
-@section websocket.c
-@smalldisplay
-@verbatiminclude examples/websocket.c
-@end smalldisplay
-
@bye

View File

@ -1,6 +1,6 @@
Name: libmicrohttpd
Version: 0.9.75
Release: 2
Release: 3
Epoch: 1
Summary: Lightweight library for embedding a webserver in applications
License: LGPLv2+
@ -89,6 +89,9 @@ fi
%{_infodir}/libmicrohttpd_performance_data.png.gz
%changelog
* Sat Aug 27 2022 wulei <wulei80@h-partners.com> - 1:0.9.75-3
- Fixed missing websocket.inc in dist files
* Fri Aug 5 2022 liyanan <liyanan32@h-partners.com> - 1:0.9.75-2
- Fixed missing websocket.inc in dist files