mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 16:24:17 -09:00
package/libmicrohttpd: bump to version 1.0.10
Changelog since 1.0.9:
Fix race in thread-per-connection mode on wake-up signal
between daemon and thread that could result in lost wake-ups
and thus connections that did not finish processing.
Fix rare assertion failure in relation to suspend-and-resume
processing (harmless if assertions were turned off).
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
bb6edc3ea1
commit
4146368857
@@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 6e9adc446b08083ec03d40317fb66ca6f2e03e4f6170aef33a6e59bb08db2012 libmicrohttpd-1.0.9.tar.gz
|
||||
sha256 04bfe8ef75db7d629a33de767599765cecadc56274a39822d5d081030d577685 libmicrohttpd-1.0.10.tar.gz
|
||||
sha256 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b COPYING
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBMICROHTTPD_VERSION = 1.0.9
|
||||
LIBMICROHTTPD_VERSION = 1.0.10
|
||||
LIBMICROHTTPD_SITE = $(BR2_GNU_MIRROR)/libmicrohttpd
|
||||
LIBMICROHTTPD_LICENSE_FILES = COPYING
|
||||
LIBMICROHTTPD_CPE_ID_VENDOR = gnu
|
||||
|
||||
Reference in New Issue
Block a user