Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package keybase-client for openSUSE:Factory 
checked in at 2026-03-08 17:26:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/keybase-client (Old)
 and      /work/SRC/openSUSE:Factory/.keybase-client.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "keybase-client"

Sun Mar  8 17:26:29 2026 rev:35 rq:1337446 version:6.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/keybase-client/keybase-client.changes    
2026-02-21 21:05:13.372921720 +0100
+++ /work/SRC/openSUSE:Factory/.keybase-client.new.8177/keybase-client.changes  
2026-03-08 17:27:05.879331222 +0100
@@ -1,0 +2,10 @@
+Sat Mar  7 18:09:43 UTC 2026 - Matthias Bach <[email protected]> - 6.6.0
+
+- Update to version 6.6.0
+  * Various bug fixes and performance improvements
+- Add downgrade-miekg-dns.patch keeping that dependency on the same
+  version as previously.
+- Remove update-go-crypto.patch as the dependency was updated
+  upstream.
+
+-------------------------------------------------------------------

Old:
----
  client-6.5.1.tar.xz
  update-go-crypto.patch
  vendor-6.5.1.tar.xz

New:
----
  client-6.6.0.tar.xz
  downgrade-miekg-dns.patch
  vendor-6.6.0.tar.xz

----------(Old B)----------
  Old:  version as previously.
- Remove update-go-crypto.patch as the dependency was updated
  upstream.
----------(Old E)----------

----------(New B)----------
  New:  * Various bug fixes and performance improvements
- Add downgrade-miekg-dns.patch keeping that dependency on the same
  version as previously.
----------(New E)----------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ keybase-client.spec ++++++
--- /var/tmp/diff_new_pack.ZYA8dl/_old  2026-03-08 17:27:07.111381823 +0100
+++ /var/tmp/diff_new_pack.ZYA8dl/_new  2026-03-08 17:27:07.111381823 +0100
@@ -18,7 +18,7 @@
 
 
 Name:           keybase-client
-Version:        6.5.1
+Version:        6.6.0
 Release:        0
 Summary:        Keybase command line client
 License:        BSD-3-Clause
@@ -32,8 +32,8 @@
 Source5:        README.tool.SUSE
 Patch1:         ensure-mount-dir-exists.patch
 Patch2:         ensure-service-stop-unmounts-filesystem.patch
-Patch3:         update-go-crypto.patch
-Patch4:         update-filippo.io-edwards25519.patch
+Patch3:         update-filippo.io-edwards25519.patch
+Patch4:         downgrade-miekg-dns.patch
 BuildRequires:  fdupes
 BuildRequires:  go1.24
 BuildRequires:  golang-packaging

++++++ _service ++++++
--- /var/tmp/diff_new_pack.ZYA8dl/_old  2026-03-08 17:27:07.199385438 +0100
+++ /var/tmp/diff_new_pack.ZYA8dl/_new  2026-03-08 17:27:07.211385931 +0100
@@ -4,7 +4,7 @@
     <param name="url">https://github.com/keybase/client.git</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
-    <param name="revision">v6.5.1</param>
+    <param name="revision">v6.6.0</param>
     <param name="filename">client</param>
     <param name="changesgenerate">disable</param>
   </service>

++++++ client-6.5.1.tar.xz -> client-6.6.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/keybase-client/client-6.5.1.tar.xz 
/work/SRC/openSUSE:Factory/.keybase-client.new.8177/client-6.6.0.tar.xz differ: 
char 15, line 1

++++++ downgrade-miekg-dns.patch ++++++
>From c3eeb06595120c96226de1f023d2dbb10e47e556 Mon Sep 17 00:00:00 2001
From: Matthias Bach <[email protected]>
Date: Sat, 7 Mar 2026 18:22:29 +0100
Subject: [PATCH] Downgrade miekg/dns to resolve compilation error

Old version errors out because:
 vendor/github.com/miekg/dns/listen_socket_options.go:14:7: supportsReusePort 
redeclared in this block
        vendor/github.com/miekg/dns/listen_reuseport.go:14:7: other declaration 
of supportsReusePort
 vendor/github.com/miekg/dns/listen_socket_options.go:16:6: reuseportControl 
redeclared in this block
        vendor/github.com/miekg/dns/listen_reuseport.go:16:6: other declaration 
of reuseportControl
 vendor/github.com/miekg/dns/listen_socket_options.go:28:7: supportsReuseAddr 
redeclared in this block
        vendor/github.com/miekg/dns/listen_reuseport.go:28:7: other declaration 
of supportsReuseAddr
 vendor/github.com/miekg/dns/listen_socket_options.go:30:6: reuseaddrControl 
redeclared in this block
        vendor/github.com/miekg/dns/listen_reuseport.go:30:6: other declaration 
of reuseaddrControl
 vendor/github.com/miekg/dns/listen_socket_options.go:71:6: listenTCP 
redeclared in this block
        vendor/github.com/miekg/dns/listen_reuseport.go:42:6: other declaration 
of listenTCP
 vendor/github.com/miekg/dns/listen_socket_options.go:85:6: listenUDP 
redeclared in this block
        vendor/github.com/miekg/dns/listen_reuseport.go:55:6: other declaration 
of listenUDP
---
 go/go.mod | 2 +-
 go/go.sum | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/go/go.mod b/go/go.mod
index a2ee1a85e3..291b5b3022 100644
--- a/go/go.mod
+++ b/go/go.mod
@@ -54,7 +54,7 @@ require (
        github.com/kr/text v0.2.0
        github.com/kyokomi/emoji v2.2.2+incompatible
        github.com/mattn/go-isatty v0.0.20
-       github.com/miekg/dns v1.1.69
+       github.com/miekg/dns v1.1.57
        github.com/nfnt/resize v0.0.0-20160724205520-891127d8d1b5
        github.com/pkg/errors v0.9.1
        github.com/pkg/xattr v0.2.2
diff --git a/go/go.sum b/go/go.sum
index a29892304c..f6bb2306d3 100644
--- a/go/go.sum
+++ b/go/go.sum
@@ -350,8 +350,8 @@ github.com/mattn/go-isatty v0.0.8/go.mod 
h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hd
 github.com/mattn/go-isatty v0.0.20 
h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
 github.com/mattn/go-isatty v0.0.20/go.mod 
h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
 github.com/mattn/go-sqlite3 v1.9.0/go.mod 
h1:FPy6KqzDD04eiIsT53CuJW3U88zkxoIYsOqkbpncsNc=
-github.com/miekg/dns v1.1.69 h1:Kb7Y/1Jo+SG+a2GtfoFUfDkG//csdRPwRLkCsxDG9Sc=
-github.com/miekg/dns v1.1.69/go.mod 
h1:7OyjD9nEba5OkqQ/hB4fy3PIoxafSZJtducccIelz3g=
+github.com/miekg/dns v1.1.57 h1:Jzi7ApEIzwEPLHWRcafCN9LZSBbqQpxjt/wpgvg7wcM=
+github.com/miekg/dns v1.1.57/go.mod 
h1:uqRjCRUuEAA6qsOiJvDd+CFo/vW+y5WR6SNmHE55hZk=
 github.com/mitchellh/go-homedir v1.1.0 
h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=
 github.com/mitchellh/go-homedir v1.1.0/go.mod 
h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
 github.com/mitchellh/mapstructure v0.0.0-20150613213606-2caf8efc9366/go.mod 
h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y=
-- 
2.51.0


++++++ update-filippo.io-edwards25519.patch ++++++
--- /var/tmp/diff_new_pack.ZYA8dl/_old  2026-03-08 17:27:07.279388724 +0100
+++ /var/tmp/diff_new_pack.ZYA8dl/_new  2026-03-08 17:27:07.283388888 +0100
@@ -5,45 +5,36 @@
 Upstream: never
 
 ---
- go/go.mod | 4 +++-
+ go/go.mod | 2 +-
  go/go.sum | 2 ++
- 2 files changed, 5 insertions(+), 1 deletion(-)
+ 2 files changed, 3 insertions(+), 1 deletion(-)
 
 diff --git a/go/go.mod b/go/go.mod
-index 42117bcc84..d7af03fb20 100644
+index 1c0c4af9b7..a2ee1a85e3 100644
 --- a/go/go.mod
 +++ b/go/go.mod
-@@ -2,6 +2,8 @@ module github.com/keybase/client/go
+@@ -98,7 +98,7 @@ require (
+ )
  
- go 1.24.0
- 
-+toolchain go1.24.13
-+
- require (
-       bazil.org/fuse v0.0.0-20200424023519-3c101025617f
-       camlistore.org v0.0.0-20161205184337-c55c8602d3ce
-@@ -97,7 +99,7 @@ require (
  require (
-       4d63.com/gocheckcompilerdirectives v1.2.1 // indirect
-       4d63.com/gochecknoglobals v0.2.1 // indirect
 -      filippo.io/edwards25519 v1.1.0 // indirect
 +      filippo.io/edwards25519 v1.2.0 // indirect
-       github.com/4meepo/tagalign v1.4.1 // indirect
-       github.com/Abirdcfly/dupword v0.1.3 // indirect
-       github.com/Antonboom/errname v1.0.0 // indirect
+       github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // 
indirect
+       github.com/RoaringBitmap/roaring v0.4.22-0.20191112221735-4d53b29a8f7d 
// indirect
+       github.com/StackExchange/wmi v1.2.1 // indirect
 diff --git a/go/go.sum b/go/go.sum
-index 83926ff9d9..4e403abc9f 100644
+index 98b6b4b681..099d8a5147 100644
 --- a/go/go.sum
 +++ b/go/go.sum
-@@ -37,6 +37,8 @@ cloud.google.com/go/storage v1.10.0/go.mod 
h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9
- dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod 
h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
+@@ -1,6 +1,8 @@
+ cloud.google.com/go v0.26.0/go.mod 
h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
  filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
  filippo.io/edwards25519 v1.1.0/go.mod 
h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
 +filippo.io/edwards25519 v1.2.0 h1:crnVqOiS4jqYleHd9vaKZ+HKtHfllngJIiOpNpoJsjo=
 +filippo.io/edwards25519 v1.2.0/go.mod 
h1:xzAOLCNug/yB62zG1bQ8uziwrIqIuxhctzJT18Q77mc=
- github.com/4meepo/tagalign v1.4.1 
h1:GYTu2FaPGOGb/xJalcqHeD4il5BiCywyEYZOA55P6J4=
- github.com/4meepo/tagalign v1.4.1/go.mod 
h1:2H9Yu6sZ67hmuraFgfZkNcg5Py9Ch/Om9l2K/2W1qS4=
- github.com/Abirdcfly/dupword v0.1.3 
h1:9Pa1NuAsZvpFPi9Pqkd93I7LIYRURj+A//dFd5tgBeE=
+ github.com/BurntSushi/toml v0.2.1-0.20160717150709-99064174e013/go.mod 
h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
+ github.com/BurntSushi/toml v0.3.1/go.mod 
h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
+ github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c 
h1:pxW6RcqyfI9/kWtOwnv/G+AzdKuy2ZrqINhenH4HyNs=
 -- 
 2.51.0
 

++++++ vendor-6.5.1.tar.xz -> vendor-6.6.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/keybase-client/vendor-6.5.1.tar.xz 
/work/SRC/openSUSE:Factory/.keybase-client.new.8177/vendor-6.6.0.tar.xz differ: 
char 26, line 1

Reply via email to