]> git.pld-linux.org Git - packages/nghttp2.git/blobdiff - nghttp2.spec
up to 1.61.0 (fixes CVE-2024-28182)
[packages/nghttp2.git] / nghttp2.spec
index 619ca31bf3f90a81e4c93f37c76eeffb92b3b522..55910f5bcac293437b8f68db82c488d04bd84703 100644 (file)
 Summary:       HTTP/2.0 C library
 Summary(pl.UTF-8):     Biblioteka C HTTP/2.0
 Name:          nghttp2
-Version:       1.57.0
+Version:       1.61.0
 Release:       1
 License:       MIT
 Group:         Libraries
 #Source0Download: https://github.com/nghttp2/nghttp2/releases
 Source0:       https://github.com/nghttp2/nghttp2/releases/download/v%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: 1525d4966622500f119017dc057c76c8
+# Source0-md5: 0bb5661ff08b983487d6683350770c36
 URL:           https://nghttp2.org/
-%{?with_tests:BuildRequires:   CUnit >= 2.1}
 BuildRequires: autoconf >= 2.61
 BuildRequires: automake
 BuildRequires: c-ares-devel >= 1.7.5
@@ -30,10 +29,10 @@ BuildRequires:      libevent-devel >= 2.0.8
 BuildRequires: libstdc++-devel >= 6:5
 BuildRequires: libtool >= 2:2.2.6
 BuildRequires: libxml2-devel >= 1:2.6.26
-%{?with_http3:BuildRequires:   nghttp3-devel >= 0.15.0}
+%{?with_http3:BuildRequires:   nghttp3-devel >= 1.1.0}
 # +ngtcp2-crypto-openssl or ngtcp2-crypto-boringssl
-%{?with_http3:BuildRequires:   ngtcp2-devel >= 0.19.0}
-BuildRequires: openssl-devel >= 1.0.1
+%{?with_http3:BuildRequires:   ngtcp2-devel >= 1.4.0}
+BuildRequires: openssl-devel >= 1.1.1
 %{?with_http3:BuildRequires:   openssl-devel(quic)}
 BuildRequires: pkgconfig >= 1:0.20
 BuildRequires: python3 >= 1:3.8
@@ -49,7 +48,7 @@ Requires:     jansson >= 2.5
 # noinst examples only
 #Requires:     libevent >= 2.0.8
 Requires:      libxml2 >= 1:2.6.26
-Requires:      openssl >= 1.0.1
+Requires:      openssl >= 1.1.1
 Requires:      zlib >= 1.2.3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -103,7 +102,7 @@ Statyczna biblioteka libnghttp2.
 %prep
 %setup -q
 
-%{__sed} -i -e '1s,/usr/bin/env python,%{__python3},' script/fetch-ocsp-response
+%{__sed} -i -e '1s,/usr/bin/env python3,%{__python3},' script/fetch-ocsp-response
 
 %build
 %{__libtoolize}
This page took 0.087831 seconds and 4 git commands to generate.