From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 14 May 2025 08:10:06 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uF5Je-005PdR-0a for lore@lore.pengutronix.de; Wed, 14 May 2025 08:10:06 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1uF5Jd-0008Pp-Ul; Wed, 14 May 2025 08:10:05 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1uF5HQ-0004z2-G7; Wed, 14 May 2025 08:07:48 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uF5HP-002fAd-2l; Wed, 14 May 2025 08:07:48 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1uF5HQ-0025wf-0o; Wed, 14 May 2025 08:07:48 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 14 May 2025 08:07:48 +0200 Message-Id: <20250514060748.499502-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250506125250.2282628-5-ada@thorsis.com> References: <20250506125250.2282628-5-ada@thorsis.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libmicrohttpd: version bump 0.9.77 -> 1.0.1 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 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.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 4a1ebd2708fe9ff744936385c7197f33307860bc. Michael [sent from post-receive hook] On Wed, 14 May 2025 08:07:48 +0200, Alexander Dahl wrote: > Official stable release. > > Link: https://lists.gnu.org/archive/html/info-gnu/2024-02/msg00000.html > Link: https://lists.gnu.org/archive/html/info-gnu/2024-02/msg00003.html > Signed-off-by: Alexander Dahl > Message-Id: <20250506125250.2282628-5-ada@thorsis.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/libmicrohttpd.make b/rules/libmicrohttpd.make > index 7d8444b21bd5..127f84c7d279 100644 > --- a/rules/libmicrohttpd.make > +++ b/rules/libmicrohttpd.make > @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBMICROHTTPD) += libmicrohttpd > # > # Paths and names > # > -LIBMICROHTTPD_VERSION := 0.9.77 > -LIBMICROHTTPD_MD5 := bc1b407093459ff5e7af2e3c0634d220 > +LIBMICROHTTPD_VERSION := 1.0.1 > +LIBMICROHTTPD_MD5 := b41c83799a478ea9c774e50ed22446bc > LIBMICROHTTPD := libmicrohttpd-$(LIBMICROHTTPD_VERSION) > LIBMICROHTTPD_SUFFIX := tar.gz > LIBMICROHTTPD_URL := $(call ptx/mirror, GNU, libmicrohttpd/$(LIBMICROHTTPD).$(LIBMICROHTTPD_SUFFIX)) > @@ -49,13 +49,13 @@ LIBMICROHTTPD_CONF_ENV := $(CROSS_ENV) \ > > LIBMICROHTTPD_CONF_OPT := \ > $(CROSS_AUTOCONF_USR) \ > - --disable-nls \ > - --disable-rpath \ > - --enable-gcc-hardening \ > + --enable-compact-code \ > + --enable-compiler-hardening \ > --enable-linker-hardening \ > --disable-thread-names \ > --disable-doc \ > --disable-examples \ > + --disable-tools \ > --disable-heavy-tests \ > --enable-poll \ > --enable-epoll \ > @@ -69,6 +69,8 @@ LIBMICROHTTPD_CONF_OPT := \ > --enable-bauth \ > --disable-dauth \ > --disable-httpupgrade \ > + --enable-cookie \ > + --disable-sha512-256 \ > --disable-coverage \ > --enable-asserts \ > --disable-sanitizers \