11 Commits

Author SHA256 Message Date
806321e5fb Update to 0.5.2:
Added:
* Print TLS version after successful connection.
2025-09-08 09:04:23 +02:00
bed23ded4f Update to 0.5.0:
Added:
* Add support for punycode domains.
Changed:
* Support ALPN for BOSH and websocket connections.
* BOSH + websocket: Check certificate validity for target domain not service domain.
* Update link relations to version of 2025-03-27.
2025-08-13 14:04:58 +02:00
76c1eff5b5 Accepting request 1208075 from network:messaging:xmpp
- 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.

OBS-URL: https://build.opensuse.org/request/show/1208075
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmpp-dns?expand=0&rev=15
2024-10-15 13:02:15 +00:00
349b62b551 OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/xmpp-dns?expand=0&rev=38 2024-10-15 09:10:26 +00:00
5471f6cc0e - 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.

OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/xmpp-dns?expand=0&rev=37
2024-10-15 09:05:07 +00:00
1b081cade6 Accepting request 1196013 from network:messaging:xmpp
- 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.

OBS-URL: https://build.opensuse.org/request/show/1196013
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmpp-dns?expand=0&rev=14
2024-08-26 20:10:41 +00:00
210bb73b9e - 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.

OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/xmpp-dns?expand=0&rev=35
2024-08-26 07:02:12 +00:00
0c9edb06bc Accepting request 1194991 from network:messaging:xmpp
- 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).

OBS-URL: https://build.opensuse.org/request/show/1194991
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmpp-dns?expand=0&rev=13
2024-08-22 16:10:46 +00:00
8a4a93fdd2 - 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).

OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/xmpp-dns?expand=0&rev=33
2024-08-21 06:00:38 +00:00
a5d2ad12f5 Accepting request 1194637 from network:messaging:xmpp
- 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.

OBS-URL: https://build.opensuse.org/request/show/1194637
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmpp-dns?expand=0&rev=12
2024-08-19 21:44:52 +00:00
cb32305710 - 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.

OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/xmpp-dns?expand=0&rev=31
2024-08-19 05:52:20 +00:00
6 changed files with 69 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
<param name="url">https://salsa.debian.org/mdosch/xmpp-dns.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">v0.3.11</param>
<param name="revision">v0.5.2</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">disable</param>
<param name="versionrewrite-pattern">v(.*)</param>

BIN
vendor.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a972aff6e52341e990b3ad199f6a8fa780e4dcb8994d511dfab284ec38c27c77
size 14682

BIN
xmpp-dns-0.5.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,64 @@
-------------------------------------------------------------------
Mon Sep 8 06:57:01 UTC 2025 - Michael Vetter <mvetter@suse.com>
- Update to 0.5.2:
Added:
* Print TLS version after successful connection.
-------------------------------------------------------------------
Wed Aug 13 12:01:06 UTC 2025 - Michael Vetter <mvetter@suse.com>
- Update to 0.5.0:
Added:
* Add support for punycode domains.
Changed:
* Support ALPN for BOSH and websocket connections.
* BOSH + websocket: Check certificate validity for target domain not service domain.
* Update link relations to version of 2025-03-27.
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package xmpp-dns
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# 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: xmpp-dns
Version: 0.3.11
Version: 0.5.2
Release: 0
Summary: A CLI tool to check XMPP SRV records
License: BSD-2-Clause