Accepting request 673241 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/673241 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmicrohttpd?expand=0&rev=32
This commit is contained in:
commit
caf92190d3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dbc469b4a930a79e61f67dc69c665317d44d9d8eb8378d1bd715775ea849d435
|
||||
size 1823891
|
Binary file not shown.
3
libmicrohttpd-0.9.63.tar.gz
Normal file
3
libmicrohttpd-0.9.63.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37c36f1be177f0e37ef181a645cd3baac1000bd322a01c2eff70f3cc8c91749c
|
||||
size 1840005
|
BIN
libmicrohttpd-0.9.63.tar.gz.sig
Normal file
BIN
libmicrohttpd-0.9.63.tar.gz.sig
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
GPG keys of Christian Grothoff <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 <karlson2k>
|
||||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||
Version: GnuPG v2
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user