forked from pool/go-sendxmpp
Compare commits
14 Commits
Author | SHA256 | Date | |
---|---|---|---|
1d4cc4258f | |||
fe2855b413 | |||
941f7a82bb | |||
9d25fe004b | |||
c8ca3a4c54 | |||
5fe0539457 | |||
aa818c7aa9 | |||
6d808749e9 | |||
2189b9a4f0 | |||
be6cdba72d | |||
3ac86d2091 | |||
8d4598a8f1 | |||
465b5f0b0e | |||
e80eba04cf |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://salsa.debian.org/mdosch/go-sendxmpp.git</param>
|
<param name="url">https://salsa.debian.org/mdosch/go-sendxmpp.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="revision">v0.15.0</param>
|
<param name="revision">v0.14.1</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">disable</param>
|
<param name="changesgenerate">disable</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
|
3
go-sendxmpp-0.14.1.tar.gz
Normal file
3
go-sendxmpp-0.14.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3051ccb5471fe2234e5879a6b16ec7d452508926f06a6cd1eae033dc5a706fe4
|
||||||
|
size 40167
|
BIN
go-sendxmpp-0.15.0.tar.gz
(Stored with Git LFS)
BIN
go-sendxmpp-0.15.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,23 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Tue Aug 19 06:18:37 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
|
||||||
|
|
||||||
- Update to 0.15.0:
|
|
||||||
Added:
|
|
||||||
* Add flag --verbose to show debug information.
|
|
||||||
* Add flag --recipients to specify recipients by file.
|
|
||||||
* Add flag --retry-connect to try after a waiting time if the connection fails.
|
|
||||||
* Add flag --retry-connect-max to specify the amount of retry attempts.
|
|
||||||
* Add flag --legacy-pgp for using XEP-0027 PGP encryption with Ox keys.
|
|
||||||
* Add support for punycode domains.
|
|
||||||
Changed:
|
|
||||||
* Update gopenpgp library to v3.
|
|
||||||
* Improve error detection for MUC joins.
|
|
||||||
* Don't try to connect to other SRV record targets if error contains 'auth-failure'.
|
|
||||||
* Remove support for old SSDP version (via go-xmpp v0.2.15).
|
|
||||||
* Http-upload: Stop checking other disco items after finding upload component.
|
|
||||||
* Increase default TLS version to 1.3.
|
|
||||||
- bsc#1241814 (CVE-2025-22872): This update includes golang.org/x/net/html 0.43.0
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 28 13:22:45 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
Tue Jan 28 13:22:45 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package go-sendxmpp
|
# spec file for package go-sendxmpp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: go-sendxmpp
|
Name: go-sendxmpp
|
||||||
Version: 0.15.0
|
Version: 0.14.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A little tool to send messages to an XMPP contact or MUC
|
Summary: A little tool to send messages to an XMPP contact or MUC
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
|
BIN
vendor.tar.gz
(Stored with Git LFS)
BIN
vendor.tar.gz
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user