mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libnghttp2: version bump 1.50.0 -> 1.67.1
@ 2025-10-14 12:41 Sven Püschel
  0 siblings, 0 replies; only message in thread
From: Sven Püschel @ 2025-10-14 12:41 UTC (permalink / raw)
  To: ptxdist; +Cc: Sven Püschel

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




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-10-14 12:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-14 12:41 [ptxdist] [PATCH] libnghttp2: version bump 1.50.0 -> 1.67.1 Sven Püschel

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