libnghttp2 ver. bump

This commit is contained in:
Rmys
2025-09-23 21:56:21 +03:00
parent 20a92c40b9
commit f5d7491d7a
2 changed files with 11 additions and 3 deletions
+3 -2
View File
@@ -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()
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app</IsA>
<Summary> Experimental HTTP/2 client, server and proxy</Summary>
<Description>Deneysel HTTP/2 istemci, sunucu ve proxy</Description>
<Archive sha1sum="56c2e3f713e9f10891ca5ab7a18d86f1f181f22f" type="targz">https://github.com/nghttp2/nghttp2/archive/refs/tags/v1.66.0.tar.gz</Archive>
<Archive sha1sum="607d69a11c6be7f99f5f8f0a9ca9b89ea6d35c5c" type="targz">https://github.com/nghttp2/nghttp2/archive/refs/tags/v1.67.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>zlib-devel</Dependency>
<Dependency versionFrom="2.10.3">libxml2-devel</Dependency>
@@ -51,6 +51,13 @@
</Package>
<History>
<Update release="18">
<Date>2025-09-17</Date>
<Version>1.67.1</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="17">
<Date>2025-07-09</Date>
<Version>1.66.0</Version>