forked from pool/go-sendxmpp
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
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="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v0.11.0</param>
|
||||
<param name="revision">v0.11.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c56a8c82c15b0cf90f629bdc1992e2700d227777bbc3759bbe12783e5d31d8f
|
||||
size 37083
|
3
go-sendxmpp-0.11.2.tar.gz
Normal file
3
go-sendxmpp-0.11.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:345ee129d7ed87a1b7f90b3c2012357a744dd61f9a4dac97a8cc038065c9db7a
|
||||
size 37443
|
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 05:38:31 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.11.2:
|
||||
* Add Gopenpgp and Xmppsrv version to --version output.
|
||||
* Improve selection between StartTLS and DirectTLS.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 12 02:44:15 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.11.1:
|
||||
* Fix Ox encryption in interactive mode (do not add the same
|
||||
recipient key to the keyring over and over again).
|
||||
* Exit with error code if Ox encryption for one recipient fails.
|
||||
* Improved handling of perl sendxmpp config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 31 04:53:19 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: go-sendxmpp
|
||||
Version: 0.11.0
|
||||
Version: 0.11.2
|
||||
Release: 0
|
||||
Summary: A little tool to send messages to an XMPP contact or MUC
|
||||
License: BSD-2-Clause
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec57b48955c8d5536a1d43d528ae7669e96b0306b6f42ee1179f4f097cadfdca
|
||||
size 2201295
|
||||
oid sha256:c7ab970028e35c1d9a565ffa8723d93091087c38d06e767aa4234d3022d5c2f5
|
||||
size 1469564
|
||||
|
Reference in New Issue
Block a user