SHA256
1
0
forked from pool/go-sendxmpp

Accepting request 1167764 from network:messaging:xmpp

- Update to 0.10.0:
  * Fixed a race condition in receiving stanzas (requires go-xmpp >= v0.1.5).
  * Add support for SASL2 and BIND2 (via go-xmpp >= v0.2.0).
  * Add support for FAST authentication (via go-xmpp >= v0.2.0).
  * Add a warning when run by the user root.

OBS-URL: https://build.opensuse.org/request/show/1167764
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go-sendxmpp?expand=0&rev=15
This commit is contained in:
Ana Guerrero 2024-04-15 18:18:06 +00:00 committed by Git OBS Bridge
commit 976c2bf277
6 changed files with 16 additions and 7 deletions

View File

@ -3,7 +3,7 @@
<param name="url">https://salsa.debian.org/mdosch/go-sendxmpp.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">v0.9.0</param>
<param name="revision">v0.10.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">disable</param>
<param name="versionrewrite-pattern">v(.*)</param>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5d23496bbb0661f84276dcb9fa10a810dbd8ebe49f3cfdfb1506f985dba19df4
size 36766

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:363b17a3334a863dc89742d5f09f8280a079438f5825b04fea9e7d491457615b
size 34520

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Apr 15 08:14:11 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Update to 0.10.0:
* Fixed a race condition in receiving stanzas (requires go-xmpp >= v0.1.5).
* Add support for SASL2 and BIND2 (via go-xmpp >= v0.2.0).
* Add support for FAST authentication (via go-xmpp >= v0.2.0).
* Add a warning when run by the user root.
-------------------------------------------------------------------
Fri Mar 29 14:06:47 UTC 2024 - Michael Vetter <mvetter@suse.com>

View File

@ -17,7 +17,7 @@
Name: go-sendxmpp
Version: 0.9.0
Version: 0.10.0
Release: 0
Summary: A little tool to send messages to an XMPP contact or MUC
License: BSD-2-Clause

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1a8e42469270aaf8556f0492eb00d31b7496fb4b5b8159afc7fc44f31e708c14
size 2187099
oid sha256:339a73af8d53db966da5ae9a5b1072eff9d5766629433a58c2462816269746e0
size 2199665