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

Last change on this file since 1924 was 1924, checked in by geofft, 13 years ago
curl.spec.patch: Don't run tests
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
     232%check
     233LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}
     234export LD_LIBRARY_PATH
     235cd tests
     236make %{?_smp_mflags}
     237
     238# use different port range for 32bit and 64bit build, thus make it possible
     239# to run both in parallel on the same machine
     240./runtests.pl -a -b%{?__isa_bits}90 -p -v
     241
    228242%install
    229243rm -rf $RPM_BUILD_ROOT
    230244
     
    279293%{_datadir}/aclocal/libcurl.m4
    280294
    281295%changelog
     296* Fri Jul 01 2011 Geoffrey Thomas <geofft@mit.edu> 7.20.1-5.scripts.r1924
     297- disable credential delegation over Negotiate (CVE-2011-2192)
     298  Patch from upstream: http://curl.haxx.se/docs/adv_20110623.html
     299
    282300* Fri Nov 26 2010 Kamil Dudka <kdudka@redhat.com> 7.20.1-5
    283301- do not send QUIT to a dead FTP control connection (#650255)
    284302- prevent FTP client from hanging on unrecognized ABOR response (#649347)
Note: See TracBrowser for help on using the repository browser.