Package: sleekxmpp / 1.3.3-6

Metadata

Package Version Patches format
sleekxmpp 1.3.3-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
tls_protocol.patch | (download)

sleekxmpp/xmlstream/xmlstream.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix bug #933042 allowing tls to interoperate with modern servers
python 3.7 compat.patch | (download)

sleekxmpp/plugins/xep_0009/remote.py | 7 3 + 4 - 0 !
1 file changed, 3 insertions(+), 4 deletions(-)

 fix invalid function name under python3.7
fix_pyasn1_4_compat.patch | (download)

sleekxmpp/xmlstream/cert.py | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 fixes compatibility issues with pyasn1 >= 0.4.1

fix_tls_date_check.patch | (download)

sleekxmpp/xmlstream/cert.py | 14 10 + 4 - 0 !
1 file changed, 10 insertions(+), 4 deletions(-)

 fixes tls date handling for both two digit and four digit year

get rid of embedded copies dateutil gnupg ordereddic.patch | (download)

sleekxmpp/jid.py | 2 1 + 1 - 0 !
sleekxmpp/plugins/xep_0004/stanza/form.py | 3 2 + 1 - 0 !
sleekxmpp/plugins/xep_0027/gpg.py | 2 1 + 1 - 0 !
sleekxmpp/plugins/xep_0065/proxy.py | 2 1 + 1 - 0 !
sleekxmpp/plugins/xep_0071/stanza.py | 2 1 + 1 - 0 !
sleekxmpp/plugins/xep_0082.py | 3 2 + 1 - 0 !
sleekxmpp/plugins/xep_0131/stanza.py | 2 1 + 1 - 0 !
sleekxmpp/plugins/xep_0138.py | 1 0 + 1 - 0 !
sleekxmpp/plugins/xep_0202/stanza.py | 2 1 + 1 - 0 !
sleekxmpp/stanza/stream_features.py | 2 1 + 1 - 0 !
sleekxmpp/thirdparty/__init__.py | 13 1 + 12 - 0 !
sleekxmpp/thirdparty/gnupg.py | 1017 0 + 1017 - 0 !
sleekxmpp/thirdparty/mini_dateutil.py | 273 0 + 273 - 0 !
sleekxmpp/thirdparty/ordereddict.py | 127 0 + 127 - 0 !
sleekxmpp/thirdparty/socks.py | 387 0 + 387 - 0 !
sleekxmpp/xmlstream/stanzabase.py | 2 1 + 1 - 0 !
tests/test_stanza_element.py | 2 1 + 1 - 0 !
tests/test_stanza_xep_0004.py | 2 1 + 1 - 0 !
18 files changed, 15 insertions(+), 1829 deletions(-)

 get rid of embedded copies: dateutil, gnupg, ordereddict, socks


reproducible_build.patch | (download)

sleekxmpp/xmlstream/stanzabase.py | 13 10 + 3 - 0 !
1 file changed, 10 insertions(+), 3 deletions(-)

 make the build reproducible