forked from pool/libmicrohttpd
Accepting request 942730 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/942730 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=42
This commit is contained in:
commit
d984c9f3dc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a37b2f1b88fd1bfe74109586be463a434d34e773530fc2a74364cfcf734c032e
|
||||
size 1738675
|
Binary file not shown.
3
libmicrohttpd-0.9.75.tar.gz
Normal file
3
libmicrohttpd-0.9.75.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9278907a6f571b391aab9644fd646a5108ed97311ec66f6359cebbedb0a4e3bb
|
||||
size 1952076
|
BIN
libmicrohttpd-0.9.75.tar.gz.sig
Normal file
BIN
libmicrohttpd-0.9.75.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 27 09:52:13 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- libmicrohttpd 0.9.75:
|
||||
* fixes for where "monotonic" clock may jump back
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 19:41:33 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- libmicrohttpd 0.9.74:
|
||||
* new experimental implementation of WebSockets disabled by default
|
||||
* improved compliance with the RFC HTTP specifications
|
||||
* new implementation of reply header forming
|
||||
* new implementation of request chunked encoding parsing
|
||||
* new automatic error replies
|
||||
* Keep-alive header is omitted by default for HTTP/1.1 connections.
|
||||
Use of header can be enforced by response flag.
|
||||
* Chunked encoding is used for HTTP/1.1 non-keep-alive connections
|
||||
for responses with unknown size. Previously MHD used "indication
|
||||
of the end of the response by closing connection" in such cases,
|
||||
however it is not correct for HTTP/1.1 connections as per HTTP
|
||||
RFC.
|
||||
* As required by HTTP RFC, use HTTP/1.1 version instead of HTTP/1.0
|
||||
in reply headers when client is HTTP/1.0 . HTTP/1.0 version can
|
||||
be enforced by response flag.
|
||||
* User response headers are used in replies in the same order as
|
||||
was added by application.
|
||||
* Allowed tab characters in response header values.
|
||||
* All custom "Connection:" response headers are automatically
|
||||
combined into single "Connection:" header.
|
||||
* "keep-alive" token silently dropped from custom "Connection:"
|
||||
response header. "Keep-alive" cannot be enforced and used
|
||||
automatically if possible.
|
||||
* Allow tab character in custom response header value.
|
||||
* Disallow space character in custom response header value.
|
||||
* Do not allow responses with 1xx codes for HTTP/1.0 requests.
|
||||
* Detected and reported incorrect "Upgrade" responses.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 18 09:54:14 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%global sover 12
|
||||
%global libname %{name}%{sover}
|
||||
Name: libmicrohttpd
|
||||
Version: 0.9.73
|
||||
Version: 0.9.75
|
||||
Release: 0
|
||||
Summary: Small Embeddable HTTP Server Library
|
||||
# Some internal tests are licenced as GPL-3.0+ - they are only used in
|
||||
|
Loading…
x
Reference in New Issue
Block a user