From a45c1a4fe5e3d1030f4c065d16a558b766179b98 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sat, 19 Jul 2025 13:29:19 +0200 Subject: [PATCH] libmicrohttpd: update to 1.0.2 Changelog: * Fix double-close bugs on bind() errors reported by MC on the list. * Removed MHD2 draft code, now in libmicrohttpd2.git. Signed-off-by: Alexander Couzens --- libs/libmicrohttpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libmicrohttpd/Makefile b/libs/libmicrohttpd/Makefile index 76acb47c1b..4aa86454c0 100644 --- a/libs/libmicrohttpd/Makefile +++ b/libs/libmicrohttpd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libmicrohttpd -PKG_VERSION:=1.0.1 +PKG_VERSION:=1.0.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/libmicrohttpd -PKG_HASH:=a89e09fc9b4de34dde19f4fcb4faaa1ce10299b9908db1132bbfa1de47882b94 +PKG_HASH:=df324fcd0834175dab07483133902d9774a605bfa298025f69883288fd20a8c7 PKG_MAINTAINER:=Alexander Couzens PKG_LICENSE:=LGPL-2.1-or-later -- 2.30.2