diff --git a/libmicrohttpd-0.9.59.tar.gz b/libmicrohttpd-0.9.59.tar.gz deleted file mode 100644 index eca8921..0000000 --- a/libmicrohttpd-0.9.59.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b9ccd7d0b11b0e179f1f58dc2caa3e0c62c8609e1e1dc7dcaadf941b67d923c -size 1396234 diff --git a/libmicrohttpd-0.9.59.tar.gz.sig b/libmicrohttpd-0.9.59.tar.gz.sig deleted file mode 100644 index 2cdc8d4..0000000 Binary files a/libmicrohttpd-0.9.59.tar.gz.sig and /dev/null differ diff --git a/libmicrohttpd-0.9.61.tar.gz b/libmicrohttpd-0.9.61.tar.gz new file mode 100644 index 0000000..810af31 --- /dev/null +++ b/libmicrohttpd-0.9.61.tar.gz @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..84a04b3 Binary files /dev/null and b/libmicrohttpd-0.9.61.tar.gz.sig differ diff --git a/libmicrohttpd.changes b/libmicrohttpd.changes index bb36e61..562a366 100644 --- a/libmicrohttpd.changes +++ b/libmicrohttpd.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Dec 7 13:28:42 UTC 2018 - malte.kraus@suse.com + +- Update to version 0.9.61: + * parse arguments with (properly) escaped URLs correctly. Replace + sprintf with snprintf in testcases. + * Fix build issue with GnuTLS < 3.0. + * Add MHD_create_response_from_buffer_with_free_callback. +- Update to version 0.9.60: + * gettext updated to 0.19.8 + * can use epoll() without listen socket now + * in thread-per-connection mode, socket closure is now + communicated in a timely fashion to the application + * added MHD_RF_HTTP_VERSION_1_0_RESPONSE option + * preventing bogus transfer-encoding values + * Added MHD_OPTION_GNUTLS_PSK_CRED_HANDLER + * allow digest authentication with hashed password + * ensure request completed callback is called from correct thread + and also for upgraded connections + ------------------------------------------------------------------- Mon Feb 26 19:05:14 UTC 2018 - mardnh@gmx.de diff --git a/libmicrohttpd.spec b/libmicrohttpd.spec index 171fdff..019c714 100644 --- a/libmicrohttpd.spec +++ b/libmicrohttpd.spec @@ -20,7 +20,7 @@ %global sover 12 %global libname %{name}%{sover} Name: libmicrohttpd -Version: 0.9.59 +Version: 0.9.61 Release: 0 Summary: Small Embeddable HTTP Server Library # Some internal tests are licenced as GPL-3.0+ - they are only used in