]> git.pld-linux.org Git - packages/curl.git/blobdiff - curl.spec
up to 8.7.1 (fixes CVE-2024-2004 CVE-2024-2379 CVE-2024-2398 CVE-2024-2466)
[packages/curl.git] / curl.spec
index d392c377daa7425b58397de0cea7d19147d05711..ab7d9f58f30138d20d35477bbc3bf8ed908e5218 100644 (file)
--- a/curl.spec
+++ b/curl.spec
@@ -25,12 +25,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.5.0
+Version:       8.7.1
 Release:       1
 License:       MIT-like
 Group:         Applications/Networking
 Source0:       https://curl.se/download/%{name}-%{version}.tar.xz
-# Source0-md5: 3e9e5c2db494e7dbd4e7024b149021c9
+# Source0-md5: f4f37253c5f1ad9ee85fa6215fdfeb42
 Patch0:                %{name}-ac.patch
 Patch1:                %{name}-krb5flags.patch
 URL:           https://curl.se/
@@ -275,6 +275,7 @@ Dopełnianianie parametrów w ZSH dla polecenia curl.
        --without-ssl \
 %endif
        --with-fish-functions-dir=%{fish_compdir} \
+       --with-zsh-functions-dir=%{zsh_compdir} \
        %{__with_without kerberos5 gssapi %{_prefix}} \
        %{__with_without rtmp librtmp} \
        %{__with_without http2 nghttp2} \
@@ -345,4 +346,4 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -n zsh-completion-curl
 %defattr(644,root,root,755)
-%{_datadir}/zsh/site-functions/_curl
+%{zsh_compdir}/_curl
This page took 0.067332 seconds and 4 git commands to generate.