From a3d27e941f1b5d0b6203512e5591cfb6776acd87 Mon Sep 17 00:00:00 2001 From: jubalh <> Date: Aug 22 2022 10:07:12 +0000 Subject: Update xmpp-dns to version 0.3.1 / rev 2 via SR 998585 https://build.opensuse.org/request/show/998585 by user jubalh + dimstar_suse - Update to 0.3.1: * Print error details if SRV lookup fails. * Print error details if IP lookup fails. * Respect CNAME records. * Detect CNAME loops (max. 5 CNAMEs) (via xmppsrv >= 0.2.4) --- diff --git a/.files b/.files index aaa95c6..3120817 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index e4c968b..00e9bc1 100644 --- a/.rev +++ b/.rev @@ -7,4 +7,16 @@ xmpp-dns 993092 + + c86de49c514aa22bd85bebb8db81af36 + 0.3.1 + + dimstar_suse + - Update to 0.3.1: + * Print error details if SRV lookup fails. + * Print error details if IP lookup fails. + * Respect CNAME records. + * Detect CNAME loops (max. 5 CNAMEs) (via xmppsrv >= 0.2.4) + 998585 + diff --git a/.servicemark b/.servicemark index 80c3a04..a113e02 100644 --- a/.servicemark +++ b/.servicemark @@ -1 +1 @@ -459b64f30e159d33df86118a308062eb +3e1b2e1e1b19a1113975fd61ada371d4 diff --git a/_service b/_service index 7df7a09..b9cb511 100644 --- a/_service +++ b/_service @@ -3,9 +3,9 @@ https://salsa.debian.org/mdosch/xmpp-dns.git git .git - v0.3.0 + v0.3.1 @PARENT_TAG@ - enable + disable v(.*) diff --git a/vendor.tar.gz b/vendor.tar.gz index 1aa217b..8cd7767 120000 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1 +1 @@ -/ipfs/bafkreiffjcuayn6ifuev4rct6hqwvvwy27kmrnef67gys6bqo4s6lvc7di \ No newline at end of file +/ipfs/bafkreihqntf4wslcqsbjauge5sbi3fat5idkr33fcdsvgml7e326u4ejxa \ No newline at end of file diff --git a/xmpp-dns-0.3.0.tar.gz b/xmpp-dns-0.3.0.tar.gz deleted file mode 120000 index 1217183..0000000 --- a/xmpp-dns-0.3.0.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreictu7vpjhc2vrcf45vnngyt7npajcdqx3usov2am26zebaprhbyhe \ No newline at end of file diff --git a/xmpp-dns-0.3.1.tar.gz b/xmpp-dns-0.3.1.tar.gz new file mode 120000 index 0000000..38976bf --- /dev/null +++ b/xmpp-dns-0.3.1.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreialkdv3b264emwkjglymx25jpu5g3h57z24npjck7he2ttqj3jd6u \ No newline at end of file diff --git a/xmpp-dns.changes b/xmpp-dns.changes index 6889da6..b18ed57 100644 --- a/xmpp-dns.changes +++ b/xmpp-dns.changes @@ -1,4 +1,13 @@ ------------------------------------------------------------------- +Mon Aug 22 08:39:21 UTC 2022 - Michael Vetter + +- Update to 0.3.1: + * Print error details if SRV lookup fails. + * Print error details if IP lookup fails. + * Respect CNAME records. + * Detect CNAME loops (max. 5 CNAMEs) (via xmppsrv >= 0.2.4) + +------------------------------------------------------------------- Thu Aug 4 10:38:24 UTC 2022 - Michael Vetter - Initial package of xmpp-dns 0.3.0 for openSUSE diff --git a/xmpp-dns.spec b/xmpp-dns.spec index 33b98fb..a8424d2 100644 --- a/xmpp-dns.spec +++ b/xmpp-dns.spec @@ -17,7 +17,7 @@ Name: xmpp-dns -Version: 0.3.0 +Version: 0.3.1 Release: 0 Summary: A CLI tool to check XMPP SRV records License: BSD-2-Clause