diff --git a/libmicrohttpd-0.9.73.tar.gz b/libmicrohttpd-0.9.73.tar.gz deleted file mode 100644 index ba3abe0..0000000 --- a/libmicrohttpd-0.9.73.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a37b2f1b88fd1bfe74109586be463a434d34e773530fc2a74364cfcf734c032e -size 1738675 diff --git a/libmicrohttpd-0.9.73.tar.gz.sig b/libmicrohttpd-0.9.73.tar.gz.sig deleted file mode 100644 index cbb9f3f..0000000 Binary files a/libmicrohttpd-0.9.73.tar.gz.sig and /dev/null differ diff --git a/libmicrohttpd-0.9.75.tar.gz b/libmicrohttpd-0.9.75.tar.gz new file mode 100644 index 0000000..d2019af --- /dev/null +++ b/libmicrohttpd-0.9.75.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9278907a6f571b391aab9644fd646a5108ed97311ec66f6359cebbedb0a4e3bb +size 1952076 diff --git a/libmicrohttpd-0.9.75.tar.gz.sig b/libmicrohttpd-0.9.75.tar.gz.sig new file mode 100644 index 0000000..a90091a Binary files /dev/null and b/libmicrohttpd-0.9.75.tar.gz.sig differ diff --git a/libmicrohttpd.changes b/libmicrohttpd.changes index f4d24d8..ee03282 100644 --- a/libmicrohttpd.changes +++ b/libmicrohttpd.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Mon Dec 27 09:52:13 UTC 2021 - Andreas Stieger + +- libmicrohttpd 0.9.75: + * fixes for where "monotonic" clock may jump back + +------------------------------------------------------------------- +Mon Dec 20 19:41:33 UTC 2021 - Andreas Stieger + +- 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 diff --git a/libmicrohttpd.spec b/libmicrohttpd.spec index fcc099e..de18d3d 100644 --- a/libmicrohttpd.spec +++ b/libmicrohttpd.spec @@ -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