Subject: CVS commit: pkgsrc/chat/py-xmpppy
From: Greg Troxel
Date: 2024-11-24 01:52:59
Message id: 20241124005259.B0130FC7D@cvs.NetBSD.org

Log Message:
chat/py-xmpppy: Improve TLS python calls

Based on a suggested from felixfontein@github, use
ssl.create_default_context, which also sets other more modern defaults
(e.g. no SSLv3) and loads system trust anchors by default.

Files:
RevisionActionfile
1.34modifypkgsrc/chat/py-xmpppy/Makefile
1.12modifypkgsrc/chat/py-xmpppy/distinfo
1.5modifypkgsrc/chat/py-xmpppy/patches/patch-xmpp_transports.py