From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 21 Jan 2022 17:52:09 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nAx8z-008xQ9-Q7 for lore@lore.pengutronix.de; Fri, 21 Jan 2022 17:52:09 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1nAx8z-0004ZG-7Y; Fri, 21 Jan 2022 17:52:09 +0100 Received: from mail.thorsis.com ([92.198.35.195]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nAx8T-0004Z7-0G for ptxdist@pengutronix.de; Fri, 21 Jan 2022 17:51:37 +0100 Received: from localhost (localhost [127.0.0.1]) by mail.thorsis.com (Postfix) with ESMTP id 05C9DCAD for ; Fri, 21 Jan 2022 17:51:36 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.thorsis.com Received: from mail.thorsis.com ([127.0.0.1]) by localhost (mail.thorsis.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kDwJKbyUlBTf for ; Fri, 21 Jan 2022 17:51:35 +0100 (CET) Received: by mail.thorsis.com (Postfix, from userid 109) id D70F82000; Fri, 21 Jan 2022 17:51:35 +0100 (CET) From: Alexander Dahl To: ptxdist@pengutronix.de Date: Fri, 21 Jan 2022 17:51:23 +0100 Message-Id: <20220121165123.124340-1-ada@thorsis.com> X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.ext.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-2.6 required=4.0 tests=AWL,BAYES_00,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] [PATCH] libmicrohttpd: version bump 0.9.73 -> 0.9.75 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Alexander Dahl MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false 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 --- 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