Accepting request 737576 from network
- Update to 0.9.3: * PLAIN mechanism is used only when no other mechanisms are supported * Legacy authentication is disabled by default, can be enabled with connection flag XMPP_CONN_FLAG_LEGACY_AUTH * Session is not established if it is optional * Fixed a bug causing a reused connection not to cleanup properly * Improved debug logging in OpenSSL module * Few memory leaks fixed OBS-URL: https://build.opensuse.org/request/show/737576 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmesode?expand=0&rev=4
This commit is contained in:
parent
0ee6ebc9c9
commit
c27bfe744d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79bdf92e287d8891a8eb89d84a8b1bb1c3f61ded322630f583ec1d1c00d99123
|
||||
size 148867
|
3
0.9.3.tar.gz
Normal file
3
0.9.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:746e0646a9176a303a07ec8ed7c443a38416acc743ed19eeddf6a89d97209ffd
|
||||
size 149584
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 11 19:19:14 UTC 2019 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.9.3:
|
||||
* PLAIN mechanism is used only when no other mechanisms are supported
|
||||
* Legacy authentication is disabled by default, can be enabled with connection flag XMPP_CONN_FLAG_LEGACY_AUTH
|
||||
* Session is not established if it is optional
|
||||
* Fixed a bug causing a reused connection not to cleanup properly
|
||||
* Improved debug logging in OpenSSL module
|
||||
* Few memory leaks fixed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 19 09:37:03 UTC 2018 - mvetter@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libmesode
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,19 +12,19 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define c_lib libmesode0
|
||||
Name: libmesode
|
||||
Version: 0.9.2
|
||||
Version: 0.9.3
|
||||
Release: 0
|
||||
Summary: An XMPP library for C
|
||||
License: GPL-3.0-or-later OR MIT
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: https://github.com/boothj5/libmesode
|
||||
Source0: https://github.com/boothj5/%{name}/archive/%{version}.tar.gz
|
||||
Url: https://github.com/profanity-im/libmesode
|
||||
Source0: https://github.com/profanity-im/%{name}/archive/%{version}.tar.gz
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: gcc
|
||||
|
Loading…
x
Reference in New Issue
Block a user