Sat, 05 Oct 2024 09:08:30 CST | login

Information for build python-backports-ssl_match_hostname-3.5.0.1-12.module+el8.9.0+759+cbb8efc5

ID28070
Package Namepython-backports-ssl_match_hostname
Version3.5.0.1
Release12.module+el8.9.0+759+cbb8efc5
Epoch
Sourcegit+https://git.cclinux.org/stage/rpms/python-backports-ssl_match_hostname#e7024b7e6de5d23b354dcc2162456a4425879339
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 bymbs
State complete
Volume DEFAULT
StartedSun, 21 Jan 2024 19:08:31 CST
CompletedSun, 21 Jan 2024 19:10:02 CST
Taskbuild (module-python27-2.7-8090020240121110016-449e760b, /stage/rpms/python-backports-ssl_match_hostname:e7024b7e6de5d23b354dcc2162456a4425879339)
Extra{'source': {'original_url': 'git+https://git.cclinux.org/stage/rpms/python-backports-ssl_match_hostname?#e7024b7e6de5d23b354dcc2162456a4425879339'}}
Tags
module-python27-2.7-8090020240121110016-449e760b
module-python27-2.7-8090020240121110016-449e760b-build
module-python27-2.7-8090020240202191415-449e760b
module-python27-2.7-8090020240202191415-449e760b-build
module-python27-2.7-8100020240609082738-5f0f67de
module-python27-2.7-8100020240609082738-5f0f67de-build
module-python27-2.7-8100020240616065923-5f0f67de
module-python27-2.7-8100020240616065923-5f0f67de-build
RPMs
src
python-backports-ssl_match_hostname-3.5.0.1-12.module+el8.9.0+759+cbb8efc5.src.rpm (info) (download)
noarch
python2-backports-ssl_match_hostname-3.5.0.1-12.module+el8.9.0+759+cbb8efc5.noarch.rpm (info) (download)
Logs
noarch
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.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