forked from pool/go-sendxmpp
- Update to version 0.5.4:
* Fix http-upload. OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/go-sendxmpp?expand=0&rev=6
This commit is contained in:
parent
aa1624a3db
commit
d52eee4f78
4
_service
4
_service
@ -3,9 +3,9 @@
|
||||
<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.5.3</param>
|
||||
<param name="revision">v0.5.4</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62fe809a7f094a63dcd6869e2fe1ab40670480405a5ad6e7890d54f44cc5fc48
|
||||
size 29655
|
3
go-sendxmpp-0.5.4.tar.gz
Normal file
3
go-sendxmpp-0.5.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25c618ff6d5850c1aac47d5dce35cdcc34c772dab9eb882e03bfcd235d20eb60
|
||||
size 29533
|
@ -1,66 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 29 14:27:43 UTC 2022 - mvetter@suse.com
|
||||
Fri Sep 30 07:20:09 UTC 2022 - mvetter@suse.com
|
||||
|
||||
- Update to version 0.5.3:
|
||||
* Prepare release v0.5.3
|
||||
* Don't check for empty message in listen mode.
|
||||
* Start new development cycle.
|
||||
* Release v0.5.2
|
||||
* Update go modules.
|
||||
* Don't connect to the XMPP server if the message is empty
|
||||
* Update go modules.
|
||||
* Remove another "little".
|
||||
* Remove the "little".
|
||||
* Fix typo.
|
||||
* Improve error handling in XML parsing.
|
||||
* Update go modules.
|
||||
* Update go modules.
|
||||
* Update go modules.
|
||||
* Update go modules.
|
||||
* Update go modules.
|
||||
* Update go modules.
|
||||
* Update go modules.
|
||||
* Use resource as alias if specified and no alias is specified.
|
||||
* Update go modules.
|
||||
* Deprecate resource setting and introduce alias setting.
|
||||
* Update go modules.
|
||||
* Detect CNAME loops.
|
||||
* Update go modules.
|
||||
* Perform CNAME look ups.
|
||||
* Update go modules.
|
||||
* Fix typo.
|
||||
* Reply to IQs.
|
||||
* CI: Strip binaries.
|
||||
* Update go modules.
|
||||
* Update go modules.
|
||||
* Remove local replace in go.mod.
|
||||
* Update manpage.
|
||||
* Add new lines to stanzas created by go-sendxmpp itself.
|
||||
* Update go modules.
|
||||
* CI: Only build binaries for releases.
|
||||
* CI: Disable PIE for 32bit builds.
|
||||
* CI: Try 'static-pie' for 32bit builds.
|
||||
* CI: Enable all builds except linux/386.
|
||||
* CI: Disable all builds except amd64 for testing.
|
||||
* Hopefully fix CI.
|
||||
* Revert "Add hardening flags to CI builds."
|
||||
* Revert "Remove `-race` from CI build."
|
||||
* Remove `-race` from CI build.
|
||||
* Add hardening flags to CI builds.
|
||||
* Update go modules.
|
||||
* Words…
|
||||
* Update go modules.
|
||||
* Update go modules.
|
||||
* Fix tense.
|
||||
* Added more checks for empty messages.
|
||||
* Update go modules.
|
||||
* Ox: Don't encrypt empty messages.
|
||||
* Ox: Improve error messages for failed key requests.
|
||||
* Update modules.
|
||||
* Update modules.
|
||||
* Update go modules.
|
||||
* Update go modules.
|
||||
* Start new development cycle.
|
||||
- Update to version 0.5.4:
|
||||
* Fix http-upload.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 29 14:26:25 UTC 2022 - Michael Vetter <mvetter@suse.com>
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: go-sendxmpp
|
||||
Version: 0.5.3
|
||||
Version: 0.5.4
|
||||
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:4def7fce186048951db5da588531d1edc02292a64683e4c8dbabef0d54e9b10b
|
||||
size 2131545
|
||||
oid sha256:55c0a12c1baf1b1a5dc6e0e807571876cf861798488899952aaf8191740679cf
|
||||
size 2131535
|
||||
|
Loading…
x
Reference in New Issue
Block a user