Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 May 2026 17:31:29 +0000
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 12ddd72a459b - main - www/libmicrohttpd: Update to 1.0.5
Message-ID:  <69f78671.3037a.17f9e4d2@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=12ddd72a459b2715176faa6171de58b72bbba382

commit 12ddd72a459b2715176faa6171de58b72bbba382
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2026-05-03 16:54:00 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2026-05-03 17:31:22 +0000

    www/libmicrohttpd: Update to 1.0.5
    
    Changelog:
    https://github.com/Karlson2k/libmicrohttpd/blob/d2375954a17f8a2aca323691d55ce7aa3d0336b9/ChangeLog
    
    PR:             294654
    Approved by:    maintainer timeout, 2+ weeks
---
 www/libmicrohttpd/Makefile                               |  4 ++--
 www/libmicrohttpd/distinfo                               |  6 +++---
 www/libmicrohttpd/files/patch-src_include_microhttpd.h   | 11 -----------
 .../files/patch-src_microhttpd_connection.c              | 16 ----------------
 4 files changed, 5 insertions(+), 32 deletions(-)

diff --git a/www/libmicrohttpd/Makefile b/www/libmicrohttpd/Makefile
index f11793c91c1c..5edcebbb9ec1 100644
--- a/www/libmicrohttpd/Makefile
+++ b/www/libmicrohttpd/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	libmicrohttpd
-DISTVERSION=	1.0.4
+DISTVERSION=	1.0.5
 CATEGORIES=	www
 MASTER_SITES=	GNU
 
@@ -10,7 +10,7 @@ WWW=		https://www.gnu.org/software/libmicrohttpd/
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cpe libtool localbase pathfix
+USES=		cpe libtool localbase pathfix pkgconfig
 USE_LDCONFIG=	yes
 CPE_VENDOR=	gnu
 
diff --git a/www/libmicrohttpd/distinfo b/www/libmicrohttpd/distinfo
index 352e06f8c61c..376e85c64d88 100644
--- a/www/libmicrohttpd/distinfo
+++ b/www/libmicrohttpd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1776227503
-SHA256 (libmicrohttpd-1.0.4.tar.gz) = d72e5cfccd62bf2f79252edbc3828eeedc088ce71fc47b7c9e3bd7246b3d54de
-SIZE (libmicrohttpd-1.0.4.tar.gz) = 2102676
+TIMESTAMP = 1776644553
+SHA256 (libmicrohttpd-1.0.5.tar.gz) = b46d00f58efa6f497b97d2e782c4ee66301d412ddd855dd3068518b3a2cd3ea2
+SIZE (libmicrohttpd-1.0.5.tar.gz) = 2103850
diff --git a/www/libmicrohttpd/files/patch-src_include_microhttpd.h b/www/libmicrohttpd/files/patch-src_include_microhttpd.h
deleted file mode 100644
index bc383c4eb3ca..000000000000
--- a/www/libmicrohttpd/files/patch-src_include_microhttpd.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/include/microhttpd.h.orig	2026-04-01 22:24:48 UTC
-+++ src/include/microhttpd.h
-@@ -101,7 +101,7 @@ MHD_C_DECLRATIONS_START_HERE_
-  * they are parsed as decimal numbers.
-  * Example: 0x01093001 = 1.9.30-1.
-  */
--#define MHD_VERSION 0x01000300
-+#define MHD_VERSION 0x01000400
- 
- /* If generic headers don't work on your platform, include headers
-    which define 'va_list', 'size_t', 'ssize_t', 'intptr_t', 'off_t',
diff --git a/www/libmicrohttpd/files/patch-src_microhttpd_connection.c b/www/libmicrohttpd/files/patch-src_microhttpd_connection.c
deleted file mode 100644
index 184db5724dfd..000000000000
--- a/www/libmicrohttpd/files/patch-src_microhttpd_connection.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/microhttpd/connection.c.orig	2026-04-13 09:38:40 UTC
-+++ src/microhttpd/connection.c
-@@ -4902,10 +4902,9 @@ parse_connection_headers (struct MHD_Connection *conne
- 
-     for (pos = connection->rq.headers_received; NULL != pos; pos = pos->next)
-       if ( (0 != (pos->kind & MHD_HEADER_KIND)) &&
--           (MHD_str_equal_caseless_bin_n_ (MHD_HTTP_HEADER_CONTENT_LENGTH,
--                                           pos->header,
--                                           MHD_STATICSTR_LEN_ (
--                                             MHD_HTTP_HEADER_CONTENT_LENGTH))) )
-+           (MHD_str_equal_caseless_s_bin_n_ (MHD_HTTP_HEADER_CONTENT_LENGTH,
-+                                             pos->header,
-+                                             pos->header_size)) )
-       {
-         const char *clen;
-         size_t val_len;


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f78671.3037a.17f9e4d2>