summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-03-10 01:46:30 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-03-10 02:44:35 +0000
commit1b754eac5ffa73a5e4397a9bf0d97cbc9a4f0d98 (patch)
treee49486d0860af74dc304b0cd06b9a9084405083e
parent5bd89af2319249f1691e6cb70425a6fc5e339fa8 (diff)
downloadpsycopg2-fix-518.tar.gz
Report ticket 518 fixedfix-518
The fix is actually implemented in the openssl1 branch of https://github.com/psycopg/psycopg2-wheels
-rw-r--r--NEWS2
-rw-r--r--doc/src/install.rst19
2 files changed, 13 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 4759a6b..88689f6 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,8 @@ What's new in psycopg 2.7.1
- Ignore `!None` arguments passed to `~psycopg2.connect()` and
`~psycopg2.extensions.make_dsn()` (:ticket:`#517`).
+- OpenSSL upgraded from major version 0.9.8 to 1.0.2 in the Linux wheel
+ packages (:ticket:`#518`).
- Fixed build with libpq versions < 9.3 (:ticket:`#520`).
diff --git a/doc/src/install.rst b/doc/src/install.rst
index fed15d0..8290e67 100644
--- a/doc/src/install.rst
+++ b/doc/src/install.rst
@@ -53,13 +53,16 @@ using something like ``pip install -U pip``)
.. _PyPI: https://pypi.python.org/pypi/psycopg2/
.. _wheel: http://pythonwheels.com/
-Note that the packaged version comes with its own versions of some C
-libraries, among which libpq and libssl, which will be used regardless of
-other libraries available on the client. The version currently shipped (as of
-psycopg2 2.7) are libpq 5.8 (from PostgreSQL 9.5.6) and libssl 0.9.8e; newer
-versions may be used once the image used to build wheel packages will support
-them. If you prefer to use the system libraries installed on your client you
-can use the ``--no-binary`` option in :command:`pip`:
+.. note::
+
+ The binary packages come with their own versions of a few C libraries,
+ among which libpq and libssl, which will be used regardless of other
+ libraries available on the client: upgrading the system libraries will not
+ upgrade the libraries used by `!psycopg2`. Please build `!psycopg2` from
+ source if you want to maintain binary upgradeability.
+
+If you prefer to use the system libraries available on your client you can use
+the :command:`pip` ``--no-binary`` option:
.. code-block:: console
@@ -270,4 +273,4 @@ Try the following. *In order:*
ever and about the quality time you have wasted figuring out the correct
:envvar:`ARCHFLAGS`. Especially useful from the Starbucks near you.
-.. __: http://mail.postgresql.org/mj/mj_wwwusr/domain=postgresql.org?func=lists-long-full&extra=psycopg
+.. __: https://lists.postgresql.org/mj/mj_wwwusr?func=lists-long-full&extra=psycopg