diff --git a/libmicrohttpd-0.9.61.tar.gz b/libmicrohttpd-0.9.61.tar.gz deleted file mode 100644 index 810af31..0000000 --- a/libmicrohttpd-0.9.61.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dbc469b4a930a79e61f67dc69c665317d44d9d8eb8378d1bd715775ea849d435 -size 1823891 diff --git a/libmicrohttpd-0.9.61.tar.gz.sig b/libmicrohttpd-0.9.61.tar.gz.sig deleted file mode 100644 index 84a04b3..0000000 Binary files a/libmicrohttpd-0.9.61.tar.gz.sig and /dev/null differ diff --git a/libmicrohttpd-0.9.63.tar.gz b/libmicrohttpd-0.9.63.tar.gz new file mode 100644 index 0000000..601890b --- /dev/null +++ b/libmicrohttpd-0.9.63.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37c36f1be177f0e37ef181a645cd3baac1000bd322a01c2eff70f3cc8c91749c +size 1840005 diff --git a/libmicrohttpd-0.9.63.tar.gz.sig b/libmicrohttpd-0.9.63.tar.gz.sig new file mode 100644 index 0000000..4082c84 Binary files /dev/null and b/libmicrohttpd-0.9.63.tar.gz.sig differ diff --git a/libmicrohttpd.changes b/libmicrohttpd.changes index 562a366..08f8a20 100644 --- a/libmicrohttpd.changes +++ b/libmicrohttpd.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Sun Feb 10 22:00:54 UTC 2019 - mardnh@gmx.de + +- Update to version 0.9.63: + * Extended test_get to test URI logging and query string parsing + to avoid regression fixed in previous patch in the future. + * Preliminary patch for the raw query string issue, to be tested. + * Added minimal example for how to compress HTTP response. + * Check for GNUTLS_E_AGAIN instead of GNUTLS_E_INTERRUPTED when + giving up on a TLS connection. -LM/CG + * Fix connection timeout logic if in thread-per-connection mode the + working thread takes longer than the timeout to queue the response. + * Add logic to avoid VLA arrays with compilers that do not support them. + * Fixed missing WSA_FLAG_OVERLAPPED which can cause W32 to block on + socket races when using threadpool. (See very detailed description + of the issue in the libmicrohttpd mailinglist post of today.) + * Added test for RFC 7616 and documented new API. +- Update to version 0.9.62: + * Added test for RFC 7616 and documented new API. + * Adding support for RFC 7616, experimental, needs + testing and documentation still! + * Add option to build MHD without any threads + and MHD_FEATURE_THREADS to test for it. + * Renamed all occurrences from _model(s)_ to _mode(s)_. + * Optimized the function MHD_create_response_from_callback() for + Windows by increasing its internal buffer size and allowed to + customize it via macro MHD_FD_BLOCK_SIZE. + * Referenced the gnutls_load_file() function in the HTTPs examples. + * Fix regression causing URLs to be unescaped twice. + ------------------------------------------------------------------- Fri Dec 7 13:28:42 UTC 2018 - malte.kraus@suse.com diff --git a/libmicrohttpd.keyring b/libmicrohttpd.keyring index 1259556..9131652 100644 --- a/libmicrohttpd.keyring +++ b/libmicrohttpd.keyring @@ -1,3 +1,4 @@ +GPG keys of Christian Grothoff -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1 @@ -76,6 +77,7 @@ Dftxtqs3IyhKUDyA4EXWeou3zuo4G9IstVCVGwKC0IFE2l/fSlCnsgrohlA= =rMsi -----END PGP PUBLIC KEY BLOCK----- +GPG keys of Evgeny Grin -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v2 diff --git a/libmicrohttpd.spec b/libmicrohttpd.spec index 019c714..0ac70f8 100644 --- a/libmicrohttpd.spec +++ b/libmicrohttpd.spec @@ -1,7 +1,7 @@ # # spec file for package libmicrohttpd # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010,2011,2012 Stephan Kleine # # All modifications and additions to the file contributed by third parties @@ -20,7 +20,7 @@ %global sover 12 %global libname %{name}%{sover} Name: libmicrohttpd -Version: 0.9.61 +Version: 0.9.63 Release: 0 Summary: Small Embeddable HTTP Server Library # Some internal tests are licenced as GPL-3.0+ - they are only used in