Changeset 1925 for trunk/server


Ignore:
Timestamp:
Jul 1, 2011, 4:33:35 PM (13 years ago)
Author:
geofft
Message:
It helps to edit curl.spec instead of curl.spec.orig
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/specs/curl.spec.patch

    r1924 r1925  
    1 --- curl.spec.orig      2011-07-01 16:14:46.000000000 -0400
    2 +++ curl.spec   2011-07-01 10:50:46.000000000 -0400
     1--- curl.spec.orig      2011-07-01 16:31:16.000000000 -0400
     2+++ curl.spec   2011-07-01 16:30:24.000000000 -0400
    33@@ -1,7 +1,7 @@
    44 Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
     
    2828 # other patches
    2929 %patch15 -p1
    30 @@ -225,6 +229,16 @@
     30@@ -225,16 +229,6 @@
    3131 
    3232 make %{?_smp_mflags}
    3333 
    34 +%check
    35 +LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}
    36 +export LD_LIBRARY_PATH
    37 +cd tests
    38 +make %{?_smp_mflags}
    39 +
    40 +# use different port range for 32bit and 64bit build, thus make it possible
    41 +# to run both in parallel on the same machine
    42 +./runtests.pl -a -b%{?__isa_bits}90 -p -v
    43 +
     34-%check
     35-LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}
     36-export LD_LIBRARY_PATH
     37-cd tests
     38-make %{?_smp_mflags}
     39-
     40-# use different port range for 32bit and 64bit build, thus make it possible
     41-# to run both in parallel on the same machine
     42-./runtests.pl -a -b%{?__isa_bits}90 -p -v
     43-
    4444 %install
    4545 rm -rf $RPM_BUILD_ROOT
    4646 
    47 @@ -279,6 +293,10 @@
     47@@ -289,6 +283,10 @@
    4848 %{_datadir}/aclocal/libcurl.m4
    4949 
    5050 %changelog
    51 +* Fri Jul 01 2011 Geoffrey Thomas <geofft@mit.edu> 7.20.1-5.scripts.r1924
     51+* Fri Jul 01 2011 Geoffrey Thomas <geofft@mit.edu> 7.20.1-5.scripts
    5252+- disable credential delegation over Negotiate (CVE-2011-2192)
    5353+  Patch from upstream: http://curl.haxx.se/docs/adv_20110623.html
Note: See TracChangeset for help on using the changeset viewer.