mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libmicrohttpd: version bump 0.9.73 -> 0.9.75
@ 2022-01-21 16:51 Alexander Dahl
  2022-01-30 15:49 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Dahl @ 2022-01-21 16:51 UTC (permalink / raw)
  To: ptxdist; +Cc: Alexander Dahl

Lots of fixes, improvements, and new features.  Noteworthy changes:

- experimental implementation of WebSockets (disabled)
- improved compliance with RFC HTTP spec
- function descriptions in public header corrected, clarified, extended
- rewritten reply header forming
- performance improvements
- improved test coverage

Link: https://lists.gnu.org/archive/html/info-gnu/2021-12/msg00006.html
Link: https://lists.gnu.org/archive/html/info-gnu/2021-12/msg00010.html
Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
 rules/libmicrohttpd.make | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules/libmicrohttpd.make b/rules/libmicrohttpd.make
index 6955449a7..68952eb8d 100644
--- a/rules/libmicrohttpd.make
+++ b/rules/libmicrohttpd.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBMICROHTTPD) += libmicrohttpd
 #
 # Paths and names
 #
-LIBMICROHTTPD_VERSION	:= 0.9.73
-LIBMICROHTTPD_MD5	:= 2b15949b1633e4fa487e08cdcc97f0e3
+LIBMICROHTTPD_VERSION	:= 0.9.75
+LIBMICROHTTPD_MD5	:= aff64581937b53f3a23b05216ad2cd02
 LIBMICROHTTPD		:= libmicrohttpd-$(LIBMICROHTTPD_VERSION)
 LIBMICROHTTPD_SUFFIX	:= tar.gz
 LIBMICROHTTPD_URL	:= $(call ptx/mirror, GNU, libmicrohttpd/$(LIBMICROHTTPD).$(LIBMICROHTTPD_SUFFIX))
@@ -49,7 +49,6 @@ LIBMICROHTTPD_CONF_OPT	:= \
 	--disable-rpath \
 	--enable-gcc-hardening \
 	--enable-linker-hardening \
-	--disable-sanitizer \
 	--disable-thread-names \
 	--disable-doc \
 	--disable-examples \
@@ -68,6 +67,7 @@ LIBMICROHTTPD_CONF_OPT	:= \
 	--disable-httpupgrade \
 	--disable-coverage \
 	--enable-asserts \
+	--disable-sanitizers \
 	--disable-experimental
 
 # ----------------------------------------------------------------------------

base-commit: 84a5eb721b58b80e6aae6989330e9a43068e759e
-- 
2.20.1


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] libmicrohttpd: version bump 0.9.73 -> 0.9.75
  2022-01-21 16:51 [ptxdist] [PATCH] libmicrohttpd: version bump 0.9.73 -> 0.9.75 Alexander Dahl
@ 2022-01-30 15:49 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-01-30 15:49 UTC (permalink / raw)
  To: ptxdist; +Cc: Alexander Dahl

Thanks, applied as 11f4200bf6660629be55f45852ca739995763dc8.

Michael

[sent from post-receive hook]

On Sun, 30 Jan 2022 16:49:25 +0100, Alexander Dahl <ada@thorsis.com> wrote:
> Lots of fixes, improvements, and new features.  Noteworthy changes:
> 
> - experimental implementation of WebSockets (disabled)
> - improved compliance with RFC HTTP spec
> - function descriptions in public header corrected, clarified, extended
> - rewritten reply header forming
> - performance improvements
> - improved test coverage
> 
> Link: https://lists.gnu.org/archive/html/info-gnu/2021-12/msg00006.html
> Link: https://lists.gnu.org/archive/html/info-gnu/2021-12/msg00010.html
> Signed-off-by: Alexander Dahl <ada@thorsis.com>
> Message-Id: <20220121165123.124340-1-ada@thorsis.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libmicrohttpd.make b/rules/libmicrohttpd.make
> index 6955449a7490..68952eb8dad0 100644
> --- a/rules/libmicrohttpd.make
> +++ b/rules/libmicrohttpd.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBMICROHTTPD) += libmicrohttpd
>  #
>  # Paths and names
>  #
> -LIBMICROHTTPD_VERSION	:= 0.9.73
> -LIBMICROHTTPD_MD5	:= 2b15949b1633e4fa487e08cdcc97f0e3
> +LIBMICROHTTPD_VERSION	:= 0.9.75
> +LIBMICROHTTPD_MD5	:= aff64581937b53f3a23b05216ad2cd02
>  LIBMICROHTTPD		:= libmicrohttpd-$(LIBMICROHTTPD_VERSION)
>  LIBMICROHTTPD_SUFFIX	:= tar.gz
>  LIBMICROHTTPD_URL	:= $(call ptx/mirror, GNU, libmicrohttpd/$(LIBMICROHTTPD).$(LIBMICROHTTPD_SUFFIX))
> @@ -49,7 +49,6 @@ LIBMICROHTTPD_CONF_OPT	:= \
>  	--disable-rpath \
>  	--enable-gcc-hardening \
>  	--enable-linker-hardening \
> -	--disable-sanitizer \
>  	--disable-thread-names \
>  	--disable-doc \
>  	--disable-examples \
> @@ -68,6 +67,7 @@ LIBMICROHTTPD_CONF_OPT	:= \
>  	--disable-httpupgrade \
>  	--disable-coverage \
>  	--enable-asserts \
> +	--disable-sanitizers \
>  	--disable-experimental
>  
>  # ----------------------------------------------------------------------------

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-30 15:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-21 16:51 [ptxdist] [PATCH] libmicrohttpd: version bump 0.9.73 -> 0.9.75 Alexander Dahl
2022-01-30 15:49 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox