forked from pool/xmpp-dns
Compare commits
11 Commits
Author | SHA256 | Date | |
---|---|---|---|
806321e5fb | |||
bed23ded4f | |||
76c1eff5b5 | |||
349b62b551 | |||
5471f6cc0e | |||
1b081cade6 | |||
210bb73b9e | |||
0c9edb06bc | |||
8a4a93fdd2 | |||
a5d2ad12f5 | |||
cb32305710 |
2
_service
2
_service
@@ -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.4.3</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)
BIN
vendor.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b4ae826b2a0da2efb2c4d612f2ff5add0bb9e90b66ec69cf19d560077e1e60f
|
||||
size 20805
|
BIN
xmpp-dns-0.5.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
xmpp-dns-0.5.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@@ -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.4.3
|
||||
Version: 0.5.2
|
||||
Release: 0
|
||||
Summary: A CLI tool to check XMPP SRV records
|
||||
License: BSD-2-Clause
|
||||
|
Reference in New Issue
Block a user