summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml10
-rw-r--r--tests/matrix.py2
-rw-r--r--winbuild.py2
3 files changed, 7 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index c54a87c..757612c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,26 +36,26 @@ matrix:
# latest libcurl with each supported SSL backend
- python: 2.7
env:
- - USECURL=7.43.0-gssapi
+ - USECURL=7.45.0-gssapi
- USESSL=openssl
- TESTDOCSEXAMPLES=1
- python: 2.7
env:
- - USECURL=7.43.0-gssapi
+ - USECURL=7.45.0-gssapi
- USESSL=libressl
- USELIBRESSL=2.2.0
- python: 2.7
env:
- - USECURL=7.43.0-gssapi
+ - USECURL=7.45.0-gssapi
- USESSL=gnutls
- python: 2.7
env:
- - USECURL=7.43.0-gssapi
+ - USECURL=7.45.0-gssapi
- USESSL=nss
- python: 2.7
env:
# this configuration should be without gssapi
- - USECURL=7.43.0
+ - USECURL=7.45.0
- USESSL=none
# AVOIDSTDIO tested on one Python version, must be Python 2.x
diff --git a/tests/matrix.py b/tests/matrix.py
index c48428c..ce0b661 100644
--- a/tests/matrix.py
+++ b/tests/matrix.py
@@ -6,7 +6,7 @@ except ImportError:
from urllib import urlopen
python_versions = ['2.4.6', '2.5.6', '2.6.8', '2.7.5', '3.1.5', '3.2.5', '3.3.5', '3.4.1']
-libcurl_versions = ['7.19.0', '7.43.0']
+libcurl_versions = ['7.19.0', '7.45.0']
# http://bsdpower.com/building-python-24-with-zlib/
patch_python_for_zlib = "sed -e 's/^#zlib/zlib/g' Modules/Setup >Modules/Setup.patched && mv Modules/Setup.patched Modules/Setup"
diff --git a/winbuild.py b/winbuild.py
index fe45036..733d1ea 100644
--- a/winbuild.py
+++ b/winbuild.py
@@ -25,7 +25,7 @@ use_zlib = True
# which version of zlib to use, will be downloaded from internet
zlib_version = '1.2.8'
# which version of libcurl to use, will be downloaded from the internet
-libcurl_version = '7.43.0'
+libcurl_version = '7.45.0'
# pycurl version to build, we should know this ourselves
pycurl_version = '7.19.5.1'