source: trunk/server/fedora/specs/curl.spec.patch @ 1922

Last change on this file since 1922 was 1922, checked in by geofft, 13 years ago
Patch curl for CVE-2011-2192: do not delegate tickets over HTTP
File size: 1.3 KB
  • tmp/t/curl.spec

     
    11Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
    22Name: curl
    33Version: 7.20.1
    4 Release: 5%{?dist}
     4Release: 5.scripts.%{scriptsversion}%{?dist}
    55License: MIT
    66Group: Applications/Internet
    77Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
     
    9090# workaround for broken applications using curl multi (#599340)
    9191Patch108: 0108-curl-7.20.1-threaded-dns-multi.patch
    9292
     93# disable credential delegation over Negotiate (CVE-2011-2192)
     94Patch1000: curl-gssapi-delegation.patch
     95
    9396Provides: webclient
    9497URL: http://curl.haxx.se/
    9598BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
    190193%patch105 -p1
    191194%patch106 -p1
    192195%patch108 -p1
     196%patch1000 -p1
    193197
    194198# other patches
    195199%patch15 -p1
     
    289293%{_datadir}/aclocal/libcurl.m4
    290294
    291295%changelog
     296* Fri Jul 01 2011 Geoffrey Thomas <geofft@mit.edu> 7.20.1-5.scripts.r1922
     297- disable credential delegation over Negotiate (CVE-2011-2192)
     298  Patch from upstream: http://curl.haxx.se/docs/adv_20110623.html
     299
    292300* Fri Nov 26 2010 Kamil Dudka <kdudka@redhat.com> 7.20.1-5
    293301- do not send QUIT to a dead FTP control connection (#650255)
    294302- prevent FTP client from hanging on unrecognized ABOR response (#649347)
Note: See TracBrowser for help on using the repository browser.