mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Alexander Dahl <ada@thorsis.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH v1 3/3] libmicrohttpd: version bump 0.9.66 -> 0.9.73
Date: Fri,  3 Dec 2021 11:01:03 +0100	[thread overview]
Message-ID: <20211203100103.3476-4-ada@thorsis.com> (raw)
In-Reply-To: <20211203100103.3476-1-ada@thorsis.com>

Noteworthy changes:

- added compiler and linker hardening options
- performance improvements
- improved test coverage
- bugfixes
  - url encoding keys without values in postprocessor
  - 100 continue handling
  - buffer overflow in URL parser
  - more postprocessor parser bugs
  - potential postprocessor crashes
  - resource leaks in error handlers
  - thread safety
- improve code robustness
  - introduce enum MHD_result
- build fixes
  - restored parallel build
  - build with disabled features (messages, https, …)

eCos license text was split up in two files.

Link: https://bugs.gnunet.org/view.php?id=5868
Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
 rules/libmicrohttpd.make | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/rules/libmicrohttpd.make b/rules/libmicrohttpd.make
index 313a52c9b..6955449a7 100644
--- a/rules/libmicrohttpd.make
+++ b/rules/libmicrohttpd.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBMICROHTTPD) += libmicrohttpd
 #
 # Paths and names
 #
-LIBMICROHTTPD_VERSION	:= 0.9.66
-LIBMICROHTTPD_MD5	:= ce4050e75cc40d68506e2b403e1a76f9
+LIBMICROHTTPD_VERSION	:= 0.9.73
+LIBMICROHTTPD_MD5	:= 2b15949b1633e4fa487e08cdcc97f0e3
 LIBMICROHTTPD		:= libmicrohttpd-$(LIBMICROHTTPD_VERSION)
 LIBMICROHTTPD_SUFFIX	:= tar.gz
 LIBMICROHTTPD_URL	:= $(call ptx/mirror, GNU, libmicrohttpd/$(LIBMICROHTTPD).$(LIBMICROHTTPD_SUFFIX))
@@ -31,7 +31,8 @@ LIBMICROHTTPD_LICENSE	:= LGPL-2.1-only
 else
 LIBMICROHTTPD_LICENSE	:= LGPL-2.1-only OR GPL-2.0-only WITH eCos-exception-2.0
 LIBMICROHTTPD_LICENSE_FILES += \
-	file://doc/ecos.texi;md5=2f39d254e3e5ed800a68ed0fc265b8a1
+	file://doc/gpl-2.0.texi;md5=677a43782a1741516a301d9bc9ba9bf6 \
+	file://doc/ecos.texi;md5=3d1924c9f32fb6f323cca650df416f54
 endif
 
 # ----------------------------------------------------------------------------
@@ -46,9 +47,13 @@ LIBMICROHTTPD_CONF_OPT	:= \
 	$(CROSS_AUTOCONF_USR) \
 	--disable-nls \
 	--disable-rpath \
+	--enable-gcc-hardening \
+	--enable-linker-hardening \
+	--disable-sanitizer \
 	--disable-thread-names \
 	--disable-doc \
 	--disable-examples \
+	--disable-heavy-tests \
 	--enable-poll \
 	--enable-epoll \
 	--enable-itc=eventfd \
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

  parent reply	other threads:[~2021-12-03 10:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-03 10:01 [ptxdist] [PATCH v1 0/3] libmicrohttpd: version bump Alexander Dahl
2021-12-03 10:01 ` [ptxdist] [PATCH v1 1/3] libmicrohttpd: Pin down more configure options Alexander Dahl
2021-12-10 13:07   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-03 10:01 ` [ptxdist] [PATCH v1 2/3] libmicrohttpd: Update license handling Alexander Dahl
2021-12-10 13:07   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-12-03 10:01 ` Alexander Dahl [this message]
2021-12-10 13:07   ` [ptxdist] [APPLIED] libmicrohttpd: version bump 0.9.66 -> 0.9.73 Michael Olbrich

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=20211203100103.3476-4-ada@thorsis.com \
    --to=ada@thorsis.com \
    --cc=ptxdist@pengutronix.de \
    /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