libmicrohttpd: Update to version 1.0.10
Commit Message
- Update from version 1.0.5 to 1.0.10
- Update of rootfile
- Various fixes for vulnerabilities
- Changelog
1.0.10
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).
Releasing GNU libmicrohttpd 1.0.10. -CG
1.0.9
Enfocing a minimal size on the PSK.
Fix support for red zones in memorypool.
Fix rare over-writing of HTTP version string with network data
after parsing header.
Fix rare crash from adding connection manually followed by
immediate daemon shutdown.
Releasing GNU libmicrohttpd 1.0.9. -CG
1.0.8
Fixing additional vulnerabilities inspired by reviewing the
code for similar issues like the ones reported by A. Ramos;
expand the test suite to cover these and other issues.
Releasing GNU libmicrohttpd 1.0.8. -CG
1.0.7
Fixing various vulnerabilities reported by A. Ramos resulting
in possible crashes or out-of-bounds stack writes for certain
requests in specific configurations.
Releasing GNU libmicrohttpd 1.0.7. -CG
1.0.6
Fix various minor issues, like theoretical
integer overflows for extreme inputs or NULL
dereferences if the application passes NULL
where it should not.
Releasing GNU libmicrohttpd 1.0.6. -CG
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/packages/libmicrohttpd | 2 +-
lfs/libmicrohttpd | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
@@ -2,5 +2,5 @@
#usr/lib/libmicrohttpd.la
#usr/lib/libmicrohttpd.so
usr/lib/libmicrohttpd.so.12
-usr/lib/libmicrohttpd.so.12.62.3
+usr/lib/libmicrohttpd.so.12.62.8
#usr/lib/pkgconfig/libmicrohttpd.pc
@@ -26,7 +26,7 @@ include Config
SUMMARY = Small C library to easily run an HTTP server as part of an application
-VER = 1.0.5
+VER = 1.0.10
THISAPP = libmicrohttpd-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = libmicrohttpd
-PAK_VER = 3
+PAK_VER = 4
DEPS =
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = dd6ea96a4ab94925d041ef4c45066bf8fb5568c93a727e93295d69db5432ef498d72138f1c64fe157327aca8f97636c9140757c1c048e589d91fddc8ff83a119
+$(DL_FILE)_BLAKE2 = bf7885a0c48ca5e5a0543aa518ec004e47c60dd9f812a06914cf97b3f95fe0a972a9a24a84a402fd63e480bc096fc7cd67f8366ea6df7e6e438f18cc0448f2fc
install : $(TARGET)