I ran into build errors in a new version of mosquitto if libmicrohttpd
is installed, because it wants a slightly less old version of this.
I could disable it there, but looks like it's overdue an update anyway.
Seems to be backwards compatible, I've built everything which depends
on it without problem.

Release notes:
https://gitlab.com/libmicrohttpd/libmicrohttpd/-/blob/master/NEWS?ref_type=heads

ok?

bcallah, would you like to stay listed as maintainer?

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/libmicrohttpd/Makefile,v
diff -u -p -r1.15 Makefile
--- Makefile    27 Sep 2023 19:13:03 -0000      1.15
+++ Makefile    5 Feb 2026 16:34:12 -0000
@@ -1,12 +1,10 @@
 COMMENT =      tiny embeddable httpd library written in C
-DISTNAME =     libmicrohttpd-0.9.70
-REVISION =     0
+DISTNAME =     libmicrohttpd-1.0.2
 CATEGORIES =   www
 
-SHARED_LIBS += microhttpd                0.4 # 65.0
+SHARED_LIBS += microhttpd                0.5 # 74.2
 
 HOMEPAGE =     https://www.gnu.org/software/libmicrohttpd/
-MAINTAINER =   Brian Callahan <[email protected]>
 
 # LGPLv2.1+
 PERMIT_PACKAGE =       Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/libmicrohttpd/distinfo,v
diff -u -p -r1.11 distinfo
--- distinfo    25 Feb 2020 14:09:26 -0000      1.11
+++ distinfo    5 Feb 2026 16:34:12 -0000
@@ -1,2 +1,2 @@
-SHA256 (libmicrohttpd-0.9.70.tar.gz) = 
kNCj05b5b5vEHrD36Bh3lgSShfq++CYErNSHlZCXcwc=
-SIZE (libmicrohttpd-0.9.70.tar.gz) = 1886435
+SHA256 (libmicrohttpd-1.0.2.tar.gz) = 
3zJPzQg0F12rB0gxM5Atl3SmBb+imAJfaYgyiP0gqMc=
+SIZE (libmicrohttpd-1.0.2.tar.gz) = 2198804

Reply via email to