14
0

Accepting request 671887 from home:jubalh:branches:devel:languages:python

- Update to 1.4.2:
  * Do not do channel binding without TLS
  * Add default timeout of 120s for IQs (prevent slowdowns)
  * Fix CVE-2019-1000021 (bsc#1124322)
  * Do not query vcard avatars unconditionnally
  * Fix GSSAPI (Jelmer Vernooij)

OBS-URL: https://build.opensuse.org/request/show/671887
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slixmpp?expand=0&rev=11
This commit is contained in:
Alexei Sorokin
2019-02-05 14:12:43 +00:00
committed by Git OBS Bridge
parent 6a6ce63ada
commit a58a566d19
4 changed files with 15 additions and 5 deletions

View File

@@ -20,13 +20,13 @@
%define _name slixmpp
%define _tar_ver 127
Name: python-slixmpp
Version: 1.4.1
Version: 1.4.2
Release: 0
Summary: Python XMPP (Jabber) Library that Implements Everything as a Plugin
License: MIT
Group: Development/Languages/Python
URL: https://slixmpp.readthedocs.io/
Source: https://lab.louiz.org/poezio/slixmpp/-/archive/slix-1.4.1/slixmpp-slix-%{version}.tar.gz
Source: https://lab.louiz.org/poezio/slixmpp/-/archive/slix-%{version}/slixmpp-slix-%{version}.tar.gz
# PATCH-FIX-OPENSUSE slixmpp-fix-legacyauth.patch nyov@nexnode.net -- Fix an error in legacyauth support.
Patch0: %{_name}-fix-legacyauth.patch
BuildRequires: %{python_module Cython}