]> git.pld-linux.org Git - packages/curl.git/commitdiff
up to 8.2.1 auto/th/curl-8.2.1-1
authorJan Palus <atler@pld-linux.org>
Wed, 26 Jul 2023 08:22:35 +0000 (10:22 +0200)
committerJan Palus <atler@pld-linux.org>
Wed, 26 Jul 2023 08:22:35 +0000 (10:22 +0200)
curl.spec

index 51a15b1446e7faf91f139e5cdefbd2830ccb7c4d..34230c6c9b9588e90f12e52f0cc0f384ee002ef0 100644 (file)
--- 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}
This page took 0.122434 seconds and 4 git commands to generate.