mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: "Sven Püschel" <s.pueschel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: "Sven Püschel" <s.pueschel@pengutronix.de>
Subject: [ptxdist] [PATCH] libnghttp2: version bump 1.50.0 -> 1.67.1
Date: Tue, 14 Oct 2025 14:41:25 +0200	[thread overview]
Message-ID: <20251014124140.1096834-1-s.pueschel@pengutronix.de> (raw)

libnghttp2_asio and the python bindings are deprecated and have been
removed in version 1.52.0 [1][2].

https://github.com/nghttp2/nghttp2/releases/tag/v1.51.0
https://github.com/nghttp2/nghttp2/releases/tag/v1.52.0
https://github.com/nghttp2/nghttp2/releases/tag/v1.53.0
https://github.com/nghttp2/nghttp2/releases/tag/v1.54.0
https://github.com/nghttp2/nghttp2/releases/tag/v1.55.0
https://github.com/nghttp2/nghttp2/releases/tag/v1.55.1
https://github.com/nghttp2/nghttp2/releases/tag/v1.56.0
https://github.com/nghttp2/nghttp2/releases/tag/v1.57.0
https://github.com/nghttp2/nghttp2/releases/tag/v1.58.0
https://github.com/nghttp2/nghttp2/releases/tag/v1.59.0
https://github.com/nghttp2/nghttp2/releases/tag/v1.60.0
https://github.com/nghttp2/nghttp2/releases/tag/v1.61.0
https://github.com/nghttp2/nghttp2/releases/tag/v1.62.0
https://github.com/nghttp2/nghttp2/releases/tag/v1.62.1
https://github.com/nghttp2/nghttp2/releases/tag/v1.63.0
https://github.com/nghttp2/nghttp2/releases/tag/v1.64.0
https://github.com/nghttp2/nghttp2/releases/tag/v1.65.0
https://github.com/nghttp2/nghttp2/releases/tag/v1.66.0
https://github.com/nghttp2/nghttp2/releases/tag/v1.67.0
https://github.com/nghttp2/nghttp2/releases/tag/v1.67.1

[1] https://github.com/nghttp2/nghttp2/commit/e6d608b52242c88e151c1e7e500549976e8abacc
[2] https://github.com/nghttp2/nghttp2/commit/b4cb3b0090b704f2461766c455568b311013272f

Signed-off-by: Sven Püschel <s.pueschel@pengutronix.de>
---
 rules/libnghttp2.make | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/rules/libnghttp2.make b/rules/libnghttp2.make
index cde2dc5de..2d3efbc89 100644
--- a/rules/libnghttp2.make
+++ b/rules/libnghttp2.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBNGHTTP2) += libnghttp2
 #
 # Paths and names
 #
-LIBNGHTTP2_VERSION	:= 1.50.0
-LIBNGHTTP2_MD5		:= 4168ccacaa009665b6a7fe455842f95b
+LIBNGHTTP2_VERSION	:= 1.67.1
+LIBNGHTTP2_MD5		:= 87083f18d6b44c38a4b21a887faa3e86
 LIBNGHTTP2		:= nghttp2-$(LIBNGHTTP2_VERSION)
 LIBNGHTTP2_SUFFIX	:= tar.xz
 LIBNGHTTP2_URL		:= https://github.com/nghttp2/nghttp2/releases/download/v$(LIBNGHTTP2_VERSION)/$(LIBNGHTTP2).$(LIBNGHTTP2_SUFFIX)
@@ -34,8 +34,9 @@ LIBNGHTTP2_LICENSE_FILES	:= file://COPYING;md5=764abdf30b2eadd37ce47dcbce0ea1ec
 LIBNGHTTP2_CONF_TOOL	:= cmake
 LIBNGHTTP2_CONF_OPT	:=  \
 	$(CROSS_CMAKE_USR) \
+	-DBUILD_SHARED_LIBS=ON \
+	-DBUILD_STATIC_LIBS=OFF \
 	-DENABLE_APP=OFF \
-	-DENABLE_ASIO_LIB=OFF \
 	-DENABLE_DEBUG=OFF \
 	-DENABLE_DOC=OFF \
 	-DENABLE_EXAMPLES=OFF \
@@ -43,17 +44,15 @@ LIBNGHTTP2_CONF_OPT	:=  \
 	-DENABLE_HPACK_TOOLS=OFF \
 	-DENABLE_HTTP3=OFF \
 	-DENABLE_LIB_ONLY=ON \
-	-DENABLE_PYTHON_BINDINGS=OFF \
-	-DENABLE_SHARED_LIB=ON \
 	-DENABLE_STATIC_CRT=OFF \
-	-DENABLE_STATIC_LIB=OFF \
 	-DENABLE_THREADS=ON \
 	-DENABLE_WERROR=OFF \
 	-DWITH_JEMALLOC=OFF \
 	-DWITH_LIBBPF=OFF \
 	-DWITH_LIBXML2=OFF \
 	-DWITH_MRUBY=OFF \
-	-DWITH_NEVERBLEED=OFF
+	-DWITH_NEVERBLEED=OFF \
+	-DWITH_WOLFSSL=OFF
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.47.3




                 reply	other threads:[~2025-10-14 12:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20251014124140.1096834-1-s.pueschel@pengutronix.de \
    --to=s.pueschel@pengutronix.de \
    --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