Commit graph

5 commits

Author SHA1 Message Date
wiz
e3f47fbb0e *: python2 egg files are back, add them to the PLISTs 2022-01-14 17:51:50 +00:00
wiz
75743e4887 py-backports.ssl_match_hostname: convert to egg.mk 2022-01-10 20:27:16 +00:00
markd
a082c7802d py-backports.ssl_match_hostname: depend on py-backports 2017-11-22 11:00:24 +00:00
leot
6c0dae3701 Update security/py-backports.ssl_match_hostname to 3.5.0.1.
pkgsrc changes:
* Switch to distutils.mk in order to avoid installation error in the install
  phase (``error: option --single-version-externally-managed not recognized''
  ref. to setup.py). No functional changes intended.
* Use MASTER_SITE_PYPI instead of hard-coding the entire pypi.python.org URL.

Changes:
* It was updated in python-3.5 to handle IPAddresses in ServerAltName fields
  (something that backports.ssl_match_hostname will do if you also install the
  ipaddress library from pypi).
2015-12-30 15:02:06 +00:00
wiz
503a276569 Import py27-backports.ssl_match_hostname-3.4.0.2 as
security/py-backports.ssl_match_hostname.

The Secure Sockets layer is only actually secure if you check the
hostname in the certificate returned by the server to which you
are connecting, and verify that it matches to hostname that you
are trying to reach.

But the matching logic, defined in RFC2818, can be a bit tricky to
implement on your own. So the ssl package in the Standard Library
of Python 3.2 and greater now includes a match_hostname() function
for performing this check instead of requiring every application
to implement the check separately.

This package contains the backport of this functionality to Python 2.
2014-01-27 19:53:30 +00:00