From f5d7491d7af92783ce5db4aa60547321c3e780bd Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 23 Sep 2025 21:56:21 +0300 Subject: [PATCH] libnghttp2 ver. bump --- system/base/libnghttp2/actions.py | 5 +++-- system/base/libnghttp2/pspec.xml | 9 ++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/system/base/libnghttp2/actions.py b/system/base/libnghttp2/actions.py index 97af15b4..7299f204 100644 --- a/system/base/libnghttp2/actions.py +++ b/system/base/libnghttp2/actions.py @@ -9,11 +9,12 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.autoreconf("-i") + autotools.autoreconf("-fi") autotools.configure("--disable-hpack-tools \ --disable-python-bindings \ --disable-static \ - --with-libxml2") + --with-libxml2 \ + --enable-lib-only") def build(): autotools.make() diff --git a/system/base/libnghttp2/pspec.xml b/system/base/libnghttp2/pspec.xml index f6cdd021..4ae4c5ff 100644 --- a/system/base/libnghttp2/pspec.xml +++ b/system/base/libnghttp2/pspec.xml @@ -12,7 +12,7 @@ app Experimental HTTP/2 client, server and proxy Deneysel HTTP/2 istemci, sunucu ve proxy - https://github.com/nghttp2/nghttp2/archive/refs/tags/v1.66.0.tar.gz + https://github.com/nghttp2/nghttp2/archive/refs/tags/v1.67.1.tar.gz zlib-devel libxml2-devel @@ -51,6 +51,13 @@ + + 2025-09-17 + 1.67.1 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-07-09 1.66.0