Wed, 24 Apr 2024 15:52:30 UTC | login

Information for build python-backports-ssl_match_hostname-3.5.0.1-12.module_el8.4.0+642+1dc4fb01

ID15687
Package Namepython-backports-ssl_match_hostname
Version3.5.0.1
Release12.module_el8.4.0+642+1dc4fb01
Epoch
Sourcegit+https://git.centos.org/rpms/python-backports-ssl_match_hostname#f6c4e17d5134a59120462be57ae42a476356b4ba
SummaryThe ssl.match_hostname() function from Python 3
DescriptionThe 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 now includes a match_hostname() function for performing this check instead of requiring every application to implement the check separately. This backport brings match_hostname() to users of earlier versions of Python. The actual code is only slightly modified from Python 3.5.
Built bymbox-mbs-backend
State complete
Volume DEFAULT
StartedMon, 18 Jan 2021 16:15:44 UTC
CompletedMon, 18 Jan 2021 16:17:43 UTC
Taskbuild (module-python27-2.7-8040020210118155213-cdb2db54, /rpms/python-backports-ssl_match_hostname:f6c4e17d5134a59120462be57ae42a476356b4ba)
Extra{'source': {'original_url': 'git+https://git.centos.org/rpms/python-backports-ssl_match_hostname?#f6c4e17d5134a59120462be57ae42a476356b4ba'}}
Tags
module-python27-2.7-8040020210118155213-cdb2db54
module-python27-2.7-8040020210118155213-cdb2db54-build
module-python27-2.7-8040020210129175231-cdb2db54
module-python27-2.7-8040020210129175231-cdb2db54-build
module-python27-2.7-8040020210129212851-cdb2db54
module-python27-2.7-8040020210129212851-cdb2db54-build
module-python27-2.7-8040020210317190236-cdb2db54
module-python27-2.7-8040020210317190236-cdb2db54-build
module-python27-2.7-8040020210520202722-cdb2db54
module-python27-2.7-8040020210520202722-cdb2db54-build
module-python27-2.7-8060020210922153306-8cdc2268
module-python27-2.7-8060020210922153306-8cdc2268-build
module-python27-2.7-8060020210922171321-8cdc2268
module-python27-2.7-8060020210922171321-8cdc2268-build
module-python27-2.7-8060020211109204754-8cdc2268
module-python27-2.7-8060020211109204754-8cdc2268-build
module-python27-2.7-8060020220127163159-8cdc2268
module-python27-2.7-8060020220127163159-8cdc2268-build
module-python27-2.7-8060020220214145533-8cdc2268
module-python27-2.7-8060020220214145533-8cdc2268-build
module-python27-2.7-8060020220426160402-8cdc2268
module-python27-2.7-8060020220426160402-8cdc2268-build
module-python27-2.7-8070020220624173536-056aacbc
module-python27-2.7-8070020220624173536-056aacbc-build
module-python27-2.7-8070020220702162859-056aacbc
module-python27-2.7-8070020220702162859-056aacbc-build
module-python27-2.7-8080020230117193612-ba5e661a
module-python27-2.7-8080020230117193612-ba5e661a-build
RPMs
src
python-backports-ssl_match_hostname-3.5.0.1-12.module_el8.4.0+642+1dc4fb01.src.rpm (info) (download)
noarch
python2-backports-ssl_match_hostname-3.5.0.1-12.module_el8.4.0+642+1dc4fb01.noarch.rpm (info) (download)
Logs
noarch
build.log
root.log
noarch_rpmdiff.json
mock_output.log
hw_info.log
state.log
Changelog * Wed Dec 16 2020 Tomas Orsava <torsava@redhat.com> - 3.5.0.1-12 - Remove unversioned Provides - Resolves: rhbz#1908300 * Thu Apr 25 2019 Tomas Orsava <torsava@redhat.com> - 3.5.0.1-11 - Bumping due to problems with modular RPM upgrade path - Resolves: rhbz#1695587 * Mon Jul 16 2018 Lumír Balhar <lbalhar@redhat.com> - 3.5.0.1-10 - First version for python27 module