Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xmpp-dns for openSUSE:Factory checked in at 2026-06-23 17:43:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xmpp-dns (Old) and /work/SRC/openSUSE:Factory/.xmpp-dns.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xmpp-dns" Tue Jun 23 17:43:16 2026 rev:22 rq:1361359 version:0.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/xmpp-dns/xmpp-dns.changes 2026-02-02 14:57:30.012366158 +0100 +++ /work/SRC/openSUSE:Factory/.xmpp-dns.new.1956/xmpp-dns.changes 2026-06-23 17:45:58.892997710 +0200 @@ -1,0 +2,6 @@ +Mon Jun 15 06:01:30 UTC 2026 - Michael Vetter <[email protected]> + +- Update to 0.6.3: + * Add support for NO_COLOR environment variable (see https://no-color.org/). + +------------------------------------------------------------------- Old: ---- xmpp-dns-0.6.2.tar.gz New: ---- xmpp-dns-0.6.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xmpp-dns.spec ++++++ --- /var/tmp/diff_new_pack.GLMtZa/_old 2026-06-23 17:45:59.653024197 +0200 +++ /var/tmp/diff_new_pack.GLMtZa/_new 2026-06-23 17:45:59.653024197 +0200 @@ -17,7 +17,7 @@ Name: xmpp-dns -Version: 0.6.2 +Version: 0.6.3 Release: 0 Summary: A CLI tool to check XMPP SRV records License: BSD-2-Clause ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.GLMtZa/_old 2026-06-23 17:45:59.721026567 +0200 +++ /var/tmp/diff_new_pack.GLMtZa/_new 2026-06-23 17:45:59.725026706 +0200 @@ -1,6 +1,6 @@ -mtime: 1769981142 -commit: 1f30941482227e6b93da93b6b31428ff07ac3650f1b0c8dac6e5059cc860ead3 -url: https://src.opensuse.org/xmpp/xmpp-dns.git -revision: 1f30941482227e6b93da93b6b31428ff07ac3650f1b0c8dac6e5059cc860ead3 +mtime: 1781503475 +commit: da2cfeb492da4342c75fec0bab850364aaf483276bc412b2aaad00df51c71f1d +url: https://src.opensuse.org/xmpp/xmpp-dns +revision: da2cfeb492da4342c75fec0bab850364aaf483276bc412b2aaad00df51c71f1d projectscmsync: https://src.opensuse.org/xmpp/_ObsPrj.git ++++++ _service ++++++ --- /var/tmp/diff_new_pack.GLMtZa/_old 2026-06-23 17:45:59.749027542 +0200 +++ /var/tmp/diff_new_pack.GLMtZa/_new 2026-06-23 17:45:59.753027681 +0200 @@ -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.6.2</param> + <param name="revision">v0.6.3</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">disable</param> <param name="versionrewrite-pattern">v(.*)</param> ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-06-15 08:04:35.000000000 +0200 @@ -0,0 +1 @@ +.osc ++++++ vendor.tar.gz ++++++ ++++ 93416 lines of diff (skipped) ++++++ xmpp-dns-0.6.2.tar.gz -> xmpp-dns-0.6.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xmpp-dns-0.6.2/CHANGELOG.md new/xmpp-dns-0.6.3/CHANGELOG.md --- old/xmpp-dns-0.6.2/CHANGELOG.md 2026-02-01 14:26:40.000000000 +0100 +++ new/xmpp-dns-0.6.3/CHANGELOG.md 2026-06-14 21:53:39.000000000 +0200 @@ -1,5 +1,9 @@ # Changelog +## [0.6.3] 2026-06-14 +### Added +- Add support for `NO_COLOR` environment variable (see <https://no-color.org/>). + ## [0.6.2] 2026-02-01 ### Changed - Change **[WARN]** to **Test: [WARN]** to be uniform to **Test: [OK]** and **Test: [Not OK]**. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xmpp-dns-0.6.2/go.mod new/xmpp-dns-0.6.3/go.mod --- old/xmpp-dns-0.6.2/go.mod 2026-02-01 14:26:40.000000000 +0100 +++ new/xmpp-dns-0.6.3/go.mod 2026-06-14 21:53:39.000000000 +0200 @@ -1,14 +1,12 @@ module salsa.debian.org/mdosch/xmpp-dns -go 1.24.0 - -toolchain go1.24.4 +go 1.25.0 require ( github.com/gorilla/websocket v1.5.3 github.com/pborman/getopt/v2 v2.1.0 - golang.org/x/net v0.49.0 + golang.org/x/net v0.56.0 salsa.debian.org/mdosch/xmppsrv v0.3.3 ) -require golang.org/x/text v0.33.0 // indirect +require golang.org/x/text v0.38.0 // indirect diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xmpp-dns-0.6.2/go.sum new/xmpp-dns-0.6.3/go.sum --- old/xmpp-dns-0.6.2/go.sum 2026-02-01 14:26:40.000000000 +0100 +++ new/xmpp-dns-0.6.3/go.sum 2026-06-14 21:53:39.000000000 +0200 @@ -2,9 +2,9 @@ github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= github.com/pborman/getopt/v2 v2.1.0 h1:eNfR+r+dWLdWmV8g5OlpyrTYHkhVNxHBdN2cCrJmOEA= github.com/pborman/getopt/v2 v2.1.0/go.mod h1:4NtW75ny4eBw9fO1bhtNdYTlZKYX5/tBLtsOpwKIKd0= -golang.org/x/net v0.49.0 h1:eeHFmOGUTtaaPSGNmjBKpbng9MulQsJURQUAfUwY++o= -golang.org/x/net v0.49.0/go.mod h1:/ysNB2EvaqvesRkuLAyjI1ycPZlQHM3q01F02UY/MV8= -golang.org/x/text v0.33.0 h1:B3njUFyqtHDUI5jMn1YIr5B0IE2U0qck04r6d4KPAxE= -golang.org/x/text v0.33.0/go.mod h1:LuMebE6+rBincTi9+xWTY8TztLzKHc/9C1uBCG27+q8= +golang.org/x/net v0.56.0 h1:Rw8j/hFzGvJUZwNBXnAtf5sVDVt+65SK2C7IxCxZt5o= +golang.org/x/net v0.56.0/go.mod h1:D3Ku6r+V6JROoZK144D2XfMHFcMq/0zSfLelVTCFKec= +golang.org/x/text v0.38.0 h1:sXmwo9DwP3OK9EZ7PqAdaooSGozfl/3a6/xJcbzPRhE= +golang.org/x/text v0.38.0/go.mod h1:YXZt3QhHUKYT53r2lLKFIVi6Ao1jdzrTR/KQ09qyxF4= salsa.debian.org/mdosch/xmppsrv v0.3.3 h1:F8FGyw1Q1LkAs/UbIXd6Obd33q2CKWrIxxrzvuLSVuM= salsa.debian.org/mdosch/xmppsrv v0.3.3/go.mod h1:udWXnWFa9zkcyN9YSB/u44BCnnRDpeQ0eDy3MVLjHZQ= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xmpp-dns-0.6.2/linkrel.go new/xmpp-dns-0.6.3/linkrel.go --- old/xmpp-dns-0.6.2/linkrel.go 2026-02-01 14:26:40.000000000 +0100 +++ new/xmpp-dns-0.6.3/linkrel.go 2026-06-14 21:53:39.000000000 +0200 @@ -11,7 +11,7 @@ func isKnownLinkRel(s string) bool { // https://www.iana.org/assignments/link-relations/link-relations.xhtml - // as of 2025-10-14 - linkRels := []string{"about", "acl", "alternate", "amphtml", "api-catalog", "appendix", "apple-touch-icon", "apple-touch-startup-image", "archives", "author", "blocked-by", "bookmark", "c2pa-manifest", "canonical", "chapter", "cite-as", "collection", "compression-dictionary", "contents", "convertedfrom", "copyright", "create-form", "current", "deprecation", "describedby", "describes", "disclosure", "dns-prefetch", "duplicate", "edit", "edit-form", "edit-media", "enclosure", "external", "first", "glossary", "help", "hosts", "hub", "ice-server", "icon", "index", "intervalafter", "intervalbefore", "intervalcontains", "intervaldisjoint", "intervalduring", "intervalequals", "intervalfinishedby", "intervalfinishes", "intervalin", "intervalmeets", "intervalmetby", "intervaloverlappedby", "intervaloverlaps", "intervalstartedby", "intervalstarts", "item", "last", "latest-version", "license", "linkset", "lrdd", "manifest", "mask-icon", "me", "media-feed", "memento", "micropub", "modulepreloa d", "monitor", "monitor-group", "next", "next-archive", "nofollow", "noopener", "noreferrer", "opener", "openid2.local_id", "openid2.provider", "original", "p3pv1", "payment", "pingback", "preconnect", "predecessor-version", "prefetch", "preload", "prerender", "prev", "preview", "previous", "prev-archive", "privacy-policy", "profile", "publication", "rdap-active", "rdap-bottom", "rdap-down", "rdap-top", "rdap-up", "related", "restconf", "replies", "ruleinput", "search", "section", "self", "service", "service-desc", "service-doc", "service-meta", "sip-trunking-capability", "sponsored", "start", "status", "stylesheet", "subsection", "successor-version", "sunset", "tag", "terms-of-service", "timegate", "timemap", "type", "ugc", "up", "version-history", "via", "webmention", "working-copy", "working-copy-of"} + // as of 2026-06-12. + linkRels := []string{"about", "acl", "alternate", "amphtml", "api-catalog", "appendix", "apple-touch-icon", "apple-touch-startup-image", "archives", "author", "blocked-by", "bookmark", "c2pa-manifest", "canonical", "chapter", "cite-as", "collection", "compression-dictionary", "contents", "convertedfrom", "copyright", "create-form", "current", "deprecation", "describedby", "describes", "disclosure", "dns-prefetch", "dpp", "duplicate", "edit", "edit-form", "edit-media", "enclosure", "external", "first", "geofeed", "glossary", "help", "hosts", "hub", "ice-server", "icon", "index", "intervalafter", "intervalbefore", "intervalcontains", "intervaldisjoint", "intervalduring", "intervalequals", "intervalfinishedby", "intervalfinishes", "intervalin", "intervalmeets", "intervalmetby", "intervaloverlappedby", "intervaloverlaps", "intervalstartedby", "intervalstarts", "item", "last", "latest-version", "license", "linkset", "lrdd", "manifest", "mask-icon", "me", "media-feed", "memento", "microp ub", "modulepreload", "monitor", "monitor-group", "next", "next-archive", "nofollow", "noopener", "noreferrer", "opener", "openid2.local_id", "openid2.provider", "original", "p3pv1", "payment", "pingback", "preconnect", "predecessor-version", "prefetch", "preload", "prerender", "prev", "preview", "previous", "prev-archive", "privacy-policy", "profile", "identifiers", "publication", "rdap-active", "rdap-bottom", "rdap-down", "rdap-top", "rdap-up", "related", "restconf", "replies", "ruleinput", "search", "section", "self", "service", "service-desc", "service-doc", "service-meta", "sip-trunking-capability", "sponsored", "start", "status", "stylesheet", "subsection", "successor-version", "sunset", "tag", "terms-of-service", "timegate", "timemap", "type", "ugc", "up", "version-history", "via", "webmention", "working-copy", "working-copy-of"} return slices.Contains(linkRels, strings.ToLower(s)) } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xmpp-dns-0.6.2/main.go new/xmpp-dns-0.6.3/main.go --- old/xmpp-dns-0.6.2/main.go 2026-02-01 14:26:40.000000000 +0100 +++ new/xmpp-dns-0.6.3/main.go 2026-06-14 21:53:39.000000000 +0200 @@ -31,7 +31,7 @@ ) const ( - version = "0.6.2" + version = "0.6.3" nsBOSH = "urn:xmpp:alt-connections:xbosh" nsC2SdTLS = "urn:xmpp:alt-connections:tls" nsC2SQuic = "urn:xmpp:alt-connections:quic" @@ -123,7 +123,7 @@ os.Exit(0) } - if *flagNoColor || runtime.GOOS == "windows" { + if *flagNoColor || runtime.GOOS == "windows" || os.Getenv("NO_COLOR") == "1" { statusOK = "Test: [OK]" statusNOK = "Test: [Not OK]" colorGreen = "" @@ -1108,7 +1108,8 @@ return } err = wsConn.WriteMessage(websocket.TextMessage, []byte(fmt.Sprintf( - `<open xmlns='%s' to='%s'%s version='1.0' />`, framing, server, from))) + `<open xmlns='%s' to='%s'%s version='1.0' />`, framing, server, from, + ))) if err != nil { fmt.Println(statusNOK) fmt.Println(err)
