From c27bfe744d337351cb03f9c4113aad536f1d3ccfff895450c681cb968b73fade Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 12 Oct 2019 20:42:50 +0000 Subject: [PATCH] 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 --- 0.9.2.tar.gz | 3 --- 0.9.3.tar.gz | 3 +++ libmesode.changes | 11 +++++++++++ libmesode.spec | 10 +++++----- 4 files changed, 19 insertions(+), 8 deletions(-) delete mode 100644 0.9.2.tar.gz create mode 100644 0.9.3.tar.gz diff --git a/0.9.2.tar.gz b/0.9.2.tar.gz deleted file mode 100644 index a07296b..0000000 --- a/0.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79bdf92e287d8891a8eb89d84a8b1bb1c3f61ded322630f583ec1d1c00d99123 -size 148867 diff --git a/0.9.3.tar.gz b/0.9.3.tar.gz new file mode 100644 index 0000000..b3f6aa8 --- /dev/null +++ b/0.9.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:746e0646a9176a303a07ec8ed7c443a38416acc743ed19eeddf6a89d97209ffd +size 149584 diff --git a/libmesode.changes b/libmesode.changes index 22890ad..f5f3829 100644 --- a/libmesode.changes +++ b/libmesode.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Oct 11 19:19:14 UTC 2019 - Michael Vetter + +- 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 diff --git a/libmesode.spec b/libmesode.spec index 5fde125..87dea95 100644 --- a/libmesode.spec +++ b/libmesode.spec @@ -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