]> git.pld-linux.org Git - packages/curl.git/commitdiff
up to 8.7.1 (fixes CVE-2024-2004 CVE-2024-2379 CVE-2024-2398 CVE-2024-2466) master auto/th/curl-8.7.1-1
authorJan Palus <atler@pld-linux.org>
Wed, 27 Mar 2024 18:52:13 +0000 (19:52 +0100)
committerJan Palus <atler@pld-linux.org>
Wed, 27 Mar 2024 18:52:13 +0000 (19:52 +0100)
curl.spec

index 6e5772fb67ff73915763ee30fa7562c903155270..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.6.0
+Version:       8.7.1
 Release:       1
 License:       MIT-like
 Group:         Applications/Networking
 Source0:       https://curl.se/download/%{name}-%{version}.tar.xz
-# Source0-md5: 8f28f7e08c91cc679a45fccf66184fbc
+# 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.045475 seconds and 4 git commands to generate.