Changeset 1924 for trunk/server
- Timestamp:
- Jul 1, 2011, 4:17:23 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/fedora/specs/curl.spec.patch
r1923 r1924 1 --- curl.spec.orig 2011-07-01 1 0:50:07.000000000 -04001 --- curl.spec.orig 2011-07-01 16:14:46.000000000 -0400 2 2 +++ curl.spec 2011-07-01 10:50:46.000000000 -0400 3 3 @@ -1,7 +1,7 @@ … … 28 28 # other patches 29 29 %patch15 -p1 30 @@ -289,6 +293,10 @@ 30 @@ -225,6 +229,16 @@ 31 32 make %{?_smp_mflags} 33 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 %install 45 rm -rf $RPM_BUILD_ROOT 46 47 @@ -279,6 +293,10 @@ 31 48 %{_datadir}/aclocal/libcurl.m4 32 49 33 50 %changelog 34 +* Fri Jul 01 2011 Geoffrey Thomas <geofft@mit.edu> 7.20.1-5.scripts.r192 351 +* Fri Jul 01 2011 Geoffrey Thomas <geofft@mit.edu> 7.20.1-5.scripts.r1924 35 52 +- disable credential delegation over Negotiate (CVE-2011-2192) 36 53 + Patch from upstream: http://curl.haxx.se/docs/adv_20110623.html
Note: See TracChangeset
for help on using the changeset viewer.