summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Palus2023-07-26 08:22:35 (GMT)
committerJan Palus2023-07-26 08:22:35 (GMT)
commit92e8c5080e0e7f4777a318278c0945e9281513cb (patch)
tree6aa52b171e5f743e09c131fca4fa226fef4cf692
parent729c90e1502301f82abbf262e8843d04982c4f65 (diff)
downloadcurl-92e8c5080e0e7f4777a318278c0945e9281513cb.zip
curl-92e8c5080e0e7f4777a318278c0945e9281513cb.tar.gz
-rw-r--r--curl.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/curl.spec b/curl.spec
index 51a15b1..34230c6 100644
--- a/curl.spec
+++ b/curl.spec
@@ -24,12 +24,12 @@ Summary(pt_BR.UTF-8): Busca URL (suporta FTP, TELNET, LDAP, GOPHER, DICT, HTTP e
Summary(ru.UTF-8): Утилита для получения файлов с серверов FTP, HTTP и других
Summary(uk.UTF-8): Утиліта для отримання файлів з серверів FTP, HTTP та інших
Name: curl
-Version: 8.2.0
+Version: 8.2.1
Release: 1
License: MIT-like
Group: Applications/Networking
Source0: https://curl.se/download/%{name}-%{version}.tar.xz
-# Source0-md5: 79209ce29a6ae6f28e1bc0a7e38735b9
+# Source0-md5: 556576a795bdd2c7d10de6886480065f
Patch0: %{name}-ac.patch
Patch1: %{name}-krb5flags.patch
URL: https://curl.se/
@@ -45,7 +45,7 @@ BuildRequires: libpsl-devel
%{?with_ssh:BuildRequires: libssh2-devel >= 1.2.8}
BuildRequires: libtool
BuildRequires: nettle-devel
-%{?with_http2:BuildRequires: nghttp2-devel >= 1.12.0}
+%{?with_http2:BuildRequires: nghttp2-devel >= 1.15.0}
%{?with_http3:BuildRequires: nghttp3-devel}
# with gnutls or openssl crypto, conforming to chosen curl crypto library
%{?with_http3:BuildRequires: ngtcp2-devel}
@@ -125,7 +125,7 @@ Group: Libraries
%{?with_ares:Requires: c-ares >= 1.17.0}
%{?with_gnutls:Requires: gnutls-libs >= 3.1.10}
%{?with_ssh:Requires: libssh2 >= 1.2.8}
-%{?with_http2:Requires: nghttp2-libs >= 1.12.0}
+%{?with_http2:Requires: nghttp2-libs >= 1.15.0}
%if %{with ssl} && %{without gnutls}
Requires: libbrotli >= 1.0.0
Requires: openssl >= 1.0.1
@@ -155,7 +155,7 @@ Requires: libidn2-devel
Requires: libpsl-devel
%{?with_rtmp:Requires: librtmp-devel}
%{?with_ssh:Requires: libssh2-devel >= 1.2.8}
-%{?with_http2:Requires: nghttp2-devel >= 1.12.0}
+%{?with_http2:Requires: nghttp2-devel >= 1.15.0}
%{?with_ldap:Requires: openldap-devel}
%if %{with ssl}
%if %{with gnutls}