Package: pycurl / 7.45.7-4

Metadata

Package Version Patches format
pycurl 7.45.7-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 tests Don t use proxy when testing connection to 1.patch | (download)

tests/open_socket_cb_test.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 [patch] tests: don't use proxy when testing connection to ::1
20_build_doc_for_debian.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 adapt documentation build process for debian packaging purposes

0004 Removed privacy breach in docs.patch | (download)

README.rst | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 removed privacy breach in docs


skip_kerberos_tests_on_libcurl_8.17.0.patch | (download)

tests/option_constants_test.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 [patch] skip kerberos tests on libcurl >= 8.17.0

CURLOPT_KRBLEVEL and CURLOPT_KRB4LEVEL were removed in libcurl
8.17.0 and now return CURLE_NOT_BUILT_IN.

fix tests libcurl 8.19.patch | (download)

tests/option_constants_test.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] tests: only test curlopt_issuercert_blob with the openssl
 backend

CURLOPT_ISSUERCERT_BLOB is only available with the openssl backend [1],
but up until 8.19.0-rc1 it would not fail the test. After d7bbc783601
was merged [2], it started to report correctly options that were not
supported by the backend libcurl was built with.

[1] https://curl.se/libcurl/c/CURLOPT_ISSUERCERT_BLOB.html
[2] https://github.com/curl/curl/pull/20364