forked from pool/xmpp-dns
Compare commits
9 Commits
Author | SHA256 | Date | |
---|---|---|---|
7bdac5948f | |||
5663bbe364 | |||
49c9932f57 | |||
02118cc206 | |||
273dfb2060 | |||
0016cfee8b | |||
350f541ee7 | |||
df904f5bde | |||
47ed2d9c37 |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://salsa.debian.org/mdosch/xmpp-dns.git</param>
|
<param name="url">https://salsa.debian.org/mdosch/xmpp-dns.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.3.11</param>
|
<param name="revision">v0.4.3</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>
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:094b4ea67acfd5968694dfa0613ef71f397ab529940ab3fe55b7adff66c909c8
|
oid sha256:fe831ea31cbdcad05196bdaf467a86ec2797a515efb4997f2e37940f4389d19a
|
||||||
size 20379
|
size 31340
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a972aff6e52341e990b3ad199f6a8fa780e4dcb8994d511dfab284ec38c27c77
|
|
||||||
size 14682
|
|
3
xmpp-dns-0.4.3.tar.gz
Normal file
3
xmpp-dns-0.4.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4b4ae826b2a0da2efb2c4d612f2ff5add0bb9e90b66ec69cf19d560077e1e60f
|
||||||
|
size 20805
|
@@ -1,3 +1,46 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 09:04:20 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.4.3:
|
||||||
|
Changed:
|
||||||
|
* Host Meta (2): Improve output readability.
|
||||||
|
* Host Meta (2): Explicitly allow redirects.
|
||||||
|
* Host Meta 2: Also check host-meta2 if host-meta failed.
|
||||||
|
* QUIC: Improve layout.
|
||||||
|
* Websocket S2S: Set from attribute.
|
||||||
|
* Direct TLS: Stop connection test after failure.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 07:01:48 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.4.2:
|
||||||
|
Added:
|
||||||
|
* Host Meta 2: Show and test c2s Direct TLS.
|
||||||
|
* Host Meta 2: Show and test s2s Direct TLS.
|
||||||
|
* Host Meta 2: Show c2s Quic.
|
||||||
|
* Host Meta 2: Show s2s Quic.
|
||||||
|
* Host Meta 2: Show and test s2s Websocket.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 06:00:12 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.4.1:
|
||||||
|
* Also check connection to BOSH endpoints.
|
||||||
|
* Add more verbose version information to --version (requires xmppsrv >= 0.3.2).
|
||||||
|
* Also respect custom resolver setting for host-meta(2) (via xmppsrv 0.3.1).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 19 05:51:44 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.4.0:
|
||||||
|
Added:
|
||||||
|
* Support for XEP-0487 (Host Meta 2).
|
||||||
|
* Support for XEP-0156 (Discovering Alternative XMPP Connection Methods).
|
||||||
|
* Support for connecting over websockets.
|
||||||
|
Changed:
|
||||||
|
* Only check standard ports as fallback.
|
||||||
|
* Simplify output.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 8 06:16:00 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
Mon Apr 8 06:16:00 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: xmpp-dns
|
Name: xmpp-dns
|
||||||
Version: 0.3.11
|
Version: 0.4.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A CLI tool to check XMPP SRV records
|
Summary: A CLI tool to check XMPP SRV records
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
|
Reference in New Issue
Block a user