forked from pool/go-sendxmpp
Accepting request 1137737 from network:messaging:xmpp
- Update to 0.8.0: Added: * Add no parameter --scram-mech-pinning. Changed: * Refuse to upload a file if upload slot doesn't provide https. * Use XEP-0474 instead of SCRAM mechanism pinning to prevent downgrade attacks OBS-URL: https://build.opensuse.org/request/show/1137737 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go-sendxmpp?expand=0&rev=9
This commit is contained in:
commit
ab0a90cc16
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.7.0</param>
|
||||
<param name="revision">v0.8.0</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:67819860d05bdac0ea1c9c9c5f6d03de89d7e5db6e95ceb2a313b2f27435fab1
|
||||
size 33230
|
3
go-sendxmpp-0.8.0.tar.gz
Normal file
3
go-sendxmpp-0.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc1c8d5b867f3c80826aef773d6f055fcac74f94c3f7f269ff0d3fa1151dfbdb
|
||||
size 33510
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 14:09:06 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.8.0:
|
||||
Added:
|
||||
* Add no parameter --scram-mech-pinning.
|
||||
Changed:
|
||||
* Refuse to upload a file if upload slot doesn't provide https.
|
||||
* Use XEP-0474 instead of SCRAM mechanism pinning to prevent
|
||||
downgrade attacks
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 06:55:48 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package go-sendxmpp
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: go-sendxmpp
|
||||
Version: 0.7.0
|
||||
Version: 0.8.0
|
||||
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:6f77a73c6019a83de358760d681768ebef4de8193333697e9c98189b895756c7
|
||||
size 2176403
|
||||
oid sha256:d6bcd2eab5525efa1aa0cd766377f89bdf4860cae6093beca5f574d2bfc9aab4
|
||||
size 2176508
|
||||
|
Loading…
x
Reference in New Issue
Block a user