Changeset 1925 for trunk/server/fedora/specs
- Timestamp:
- Jul 1, 2011, 4:33:35 PM (13 years ago)
- 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 -04002 +++ curl.spec 2011-07-01 1 0:50:46.000000000 -04001 --- curl.spec.orig 2011-07-01 16:31:16.000000000 -0400 2 +++ curl.spec 2011-07-01 16:30:24.000000000 -0400 3 3 @@ -1,7 +1,7 @@ 4 4 Summary: A utility for getting files from remote servers (FTP, HTTP, and others) … … 28 28 # other patches 29 29 %patch15 -p1 30 @@ -225, 6 +229,16 @@30 @@ -225,16 +229,6 @@ 31 31 32 32 make %{?_smp_mflags} 33 33 34 +%check35 +LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}36 +export LD_LIBRARY_PATH37 +cd tests38 +make %{?_smp_mflags}39 + 40 +# use different port range for 32bit and 64bit build, thus make it possible41 +# to run both in parallel on the same machine42 +./runtests.pl -a -b%{?__isa_bits}90 -p -v43 + 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 - 44 44 %install 45 45 rm -rf $RPM_BUILD_ROOT 46 46 47 @@ -2 79,6 +293,10 @@47 @@ -289,6 +283,10 @@ 48 48 %{_datadir}/aclocal/libcurl.m4 49 49 50 50 %changelog 51 +* Fri Jul 01 2011 Geoffrey Thomas <geofft@mit.edu> 7.20.1-5.scripts .r192451 +* Fri Jul 01 2011 Geoffrey Thomas <geofft@mit.edu> 7.20.1-5.scripts 52 52 +- disable credential delegation over Negotiate (CVE-2011-2192) 53 53 + Patch from upstream: http://curl.haxx.se/docs/adv_20110623.html
Note: See TracChangeset
for help on using the changeset viewer.