public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] libmicrohttpd: Update to version 1.0.10
Date: Thu, 13 Aug 2026 20:38:57 +0200	[thread overview]
Message-ID: <20260813183858.2075657-2-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20260813183858.2075657-1-adolf.belka@ipfire.org>

- 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(-)

diff --git a/config/rootfiles/packages/libmicrohttpd b/config/rootfiles/packages/libmicrohttpd
index b78560c7b..b7a98f7e8 100644
--- a/config/rootfiles/packages/libmicrohttpd
+++ b/config/rootfiles/packages/libmicrohttpd
@@ -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
diff --git a/lfs/libmicrohttpd b/lfs/libmicrohttpd
index 2ec042d9a..ec75eba0d 100644
--- a/lfs/libmicrohttpd
+++ b/lfs/libmicrohttpd
@@ -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)
 
-- 
2.55.0



  reply	other threads:[~2026-08-13 18:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-13 18:38 [PATCH] core205: Ship lldpd Adolf Belka
2026-08-13 18:38 ` Adolf Belka [this message]
2026-08-13 18:38 ` [PATCH] lldpd: Update to version 1.0.22 Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260813183858.2075657-2-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox