From 45897d0174f180f4d25de2f7a039267b547ebc46 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 11 Feb 2024 14:54:01 -0800 Subject: [PATCH] libmicrohttpd: update to 0.9.77 Fixes CVE-2023-27371 Signed-off-by: Rosen Penev --- libs/libmicrohttpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libmicrohttpd/Makefile b/libs/libmicrohttpd/Makefile index 15515b95a6..1425c59000 100644 --- a/libs/libmicrohttpd/Makefile +++ b/libs/libmicrohttpd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libmicrohttpd -PKG_VERSION:=0.9.75 +PKG_VERSION:=0.9.77 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/libmicrohttpd -PKG_HASH:=9278907a6f571b391aab9644fd646a5108ed97311ec66f6359cebbedb0a4e3bb +PKG_HASH:=9e7023a151120060d2806a6ea4c13ca9933ece4eacfc5c9464d20edddb76b0a0 PKG_MAINTAINER:=Alexander Couzens PKG_LICENSE:=LGPL-2.1-or-later