Package: curl / 7.38.0-4
Metadata
Package | Version | Patches format |
---|---|---|
curl | 7.38.0-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
01_runtests_gdb.patch | (download) |
tests/runtests.pl |
6 3 + 3 - 0 ! |
runtests_gdb. |
02_art_http_scripting.patch | (download) |
docs/index.html |
2 1 + 1 - 0 ! |
fix path to "theartofhttpscripting" in docs. |
03_keep_symbols_compat.patch | (download) |
lib/libcurl.vers.in |
2 1 + 1 - 0 ! |
keep versioned symbols backwards compatibility. |
04_workaround_as_needed_bug.patch | (download) |
ltmain.sh |
14 14 + 0 - 0 ! |
work around libtool --as-needed reordering bug |
06_always disable valgrind.patch | (download) |
tests/Makefile.am |
2 1 + 1 - 0 ! |
always disable valgrind tests |
07_do not disable debug symbols.patch | (download) |
m4/curl-compilers.m4 |
11 0 + 11 - 0 ! |
do not disable debug symbols without --enable-debug |
08_fix spelling.patch | (download) |
docs/curl.1 |
2 1 + 1 - 0 ! |
fix spelling error in manpage |
09_libtoolize_check.patch | (download) |
buildconf |
41 15 + 26 - 0 ! |
check for libtoolize rather than libtool Last-Modified: 2014-09-19 libtool is now in package libtool-bin, but curl really only uses libtoolize. |
10_fix resolver.patch | (download) |
lib/asyn-thread.c |
2 1 + 1 - 0 ! |
[patch] threaded-resolver: revert curl_expire_latest() switch The switch to using Curl_expire_latest() in commit cacdc27f52b was a mistake and was against the advice even mentioned in that commit. The comparison in asyn-thread.c:Curl_resolver_is_resolved() makes Curl_expire() the suitable function to use. Bug: http://curl.haxx.se/bug/view.cgi?id=1426 Reported-By: graysky |
11_CVE 2014 3707.patch | (download) |
lib/formdata.c |
52 9 + 43 - 0 ! |
[patch] curl_easy_duphandle: curlopt_copypostfields read out of bounds When duplicating a handle, the data to post was duplicated using strdup() when it could be binary and contain zeroes and it was not even zero terminated! This caused read out of bounds crashes/segfaults. Since the lib/strdup.c file no longer is easily shared with the curl tool with this change, it now uses its own version instead. Bug: http://curl.haxx.se/docs/adv_20141105.html CVE: CVE-2014-3707 Reported-By: Symeon Paraschoudis |
12_CVE 2014 8150.patch | (download) |
lib/url.c |
7 7 + 0 - 0 ! |
[patch] url-parsing: reject crlfs within urls Bug: http://curl.haxx.se/docs/adv_20150108B.html Reported-by: Andrey Labunets |
90_gnutls.patch | (download) |
docs/examples/Makefile.am |
4 2 + 2 - 0 ! |
build with gnutls. |
99_nss.patch | (download) |
docs/examples/Makefile.am |
4 2 + 2 - 0 ! |
build with nss. |