Fixed missing websocket.inc in dist files

(cherry picked from commit 6647721d3893b38bd565620104c8bd9346b0b143)
This commit is contained in:
wu-leilei 2023-10-08 16:16:07 +08:00 committed by openeuler-sync-bot
parent 45b777453e
commit 817d9bcc23
2 changed files with 45 additions and 21 deletions

View File

@ -1,20 +1,41 @@
From bf89bd95f8d4401ddaabdb59023175e66bdbd80f Mon Sep 17 00:00:00 2001 diff -Nur a/doc/libmicrohttpd-tutorial.texi b/doc/libmicrohttpd-tutorial.texi
From: "Evgeny Grin (Karlson2k)" <k2k@narod.ru> --- a/doc/libmicrohttpd-tutorial.texi 2021-12-27 01:30:00.000000000 +0800
Date: Sun, 9 Jan 2022 19:50:37 +0300 +++ b/doc/libmicrohttpd-tutorial.texi 2022-08-27 10:39:16.578248526 +0800
Subject: [PATCH] doc: fixed missing 'websocket.inc' in dist files @@ -68,7 +68,6 @@
* Improved processing of POST data::
--- * Session management::
doc/Makefile.am | 1 ++- * Adding a layer of security::
1 file changed, 1 insertions(+) -* Websockets::
* Bibliography::
diff -Nur a/doc/Makefile.am b/doc/Makefile.am * License text::
--- a/doc/Makefile.am 2021-12-27 01:30:00.000000000 +0800 * Example programs::
+++ b/doc/Makefile.am 2022-08-05 16:13:42.056733987 +0800 @@ -110,10 +109,6 @@
@@ -27,6 +27,7 @@ @chapter Adding a layer of security
chapters/responseheaders.inc \ @include chapters/tlsauthentication.inc
chapters/tlsauthentication.inc \
chapters/sessions.inc \ -@node Websockets
+ chapters/websocket.inc \ -@chapter Websockets
fdl-1.3.texi \ -@include chapters/websocket.inc
gpl-2.0.texi \ -
lgpl.texi \ @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 Name: libmicrohttpd
Version: 0.9.75 Version: 0.9.75
Release: 3 Release: 4
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+
@ -90,6 +90,9 @@ fi
%{_infodir}/libmicrohttpd_performance_data.png.gz %{_infodir}/libmicrohttpd_performance_data.png.gz
%changelog %changelog
* Sun Oct 08 2023 wulei <wulei80@h-partners.com> - 1:0.9.75-4
- Fixed missing websocket.inc in dist files
* Mon Mar 13 2023 yaoxin <yaoxin30@h-partners.com> - 1:0.9.75-3 * Mon Mar 13 2023 yaoxin <yaoxin30@h-partners.com> - 1:0.9.75-3
- Fix CVE-2023-27371 - Fix CVE-2023-27371