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

Last change on this file since 2003 was 1925, checked in by geofft, 13 years ago
It helps to edit curl.spec instead of curl.spec.orig
File size: 1.7 KB
  • curl.spec

    old new  
    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
     
    225229
    226230make %{?_smp_mflags}
    227231
    228 %check
    229 LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}
    230 export LD_LIBRARY_PATH
    231 cd tests
    232 make %{?_smp_mflags}
    233 
    234 # use different port range for 32bit and 64bit build, thus make it possible
    235 # to run both in parallel on the same machine
    236 ./runtests.pl -a -b%{?__isa_bits}90 -p -v
    237 
    238232%install
    239233rm -rf $RPM_BUILD_ROOT
    240234
     
    289283%{_datadir}/aclocal/libcurl.m4
    290284
    291285%changelog
     286* Fri Jul 01 2011 Geoffrey Thomas <geofft@mit.edu> 7.20.1-5.scripts
     287- disable credential delegation over Negotiate (CVE-2011-2192)
     288  Patch from upstream: http://curl.haxx.se/docs/adv_20110623.html
     289
    292290* Fri Nov 26 2010 Kamil Dudka <kdudka@redhat.com> 7.20.1-5
    293291- do not send QUIT to a dead FTP control connection (#650255)
    294292- prevent FTP client from hanging on unrecognized ABOR response (#649347)
Note: See TracBrowser for help on using the repository browser.