source:
trunk/server/fedora/specs/curl.spec.patch
@
1923
Last change on this file since 1923 was 1923, checked in by geofft, 12 years ago | |
---|---|
File size: 1.3 KB |
-
curl.spec
old new 1 1 Summary: A utility for getting files from remote servers (FTP, HTTP, and others) 2 2 Name: curl 3 3 Version: 7.20.1 4 Release: 5 %{?dist}4 Release: 5.scripts.%{scriptsversion}%{?dist} 5 5 License: MIT 6 6 Group: Applications/Internet 7 7 Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma … … 90 90 # workaround for broken applications using curl multi (#599340) 91 91 Patch108: 0108-curl-7.20.1-threaded-dns-multi.patch 92 92 93 # disable credential delegation over Negotiate (CVE-2011-2192) 94 Patch1000: curl-gssapi-delegation.patch 95 93 96 Provides: webclient 94 97 URL: http://curl.haxx.se/ 95 98 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) … … 190 193 %patch105 -p1 191 194 %patch106 -p1 192 195 %patch108 -p1 196 %patch1000 -p1 193 197 194 198 # other patches 195 199 %patch15 -p1 … … 289 293 %{_datadir}/aclocal/libcurl.m4 290 294 291 295 %changelog 296 * Fri Jul 01 2011 Geoffrey Thomas <geofft@mit.edu> 7.20.1-5.scripts.r1923 297 - disable credential delegation over Negotiate (CVE-2011-2192) 298 Patch from upstream: http://curl.haxx.se/docs/adv_20110623.html 299 292 300 * Fri Nov 26 2010 Kamil Dudka <kdudka@redhat.com> 7.20.1-5 293 301 - do not send QUIT to a dead FTP control connection (#650255) 294 302 - prevent FTP client from hanging on unrecognized ABOR response (#649347)
Note: See TracBrowser
for help on using the repository browser.