From unknown Tue Jun 17 20:09:39 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#65532 <65532@debbugs.gnu.org> To: bug#65532 <65532@debbugs.gnu.org> Subject: Status: [PATCH] gnu: syncthing: Update to 1.23.7. Reply-To: bug#65532 <65532@debbugs.gnu.org> Date: Wed, 18 Jun 2025 03:09:39 +0000 retitle 65532 [PATCH] gnu: syncthing: Update to 1.23.7. reassign 65532 guix-patches submitter 65532 Timotej Lazar severity 65532 normal tag 65532 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 25 08:32:10 2023 Received: (at submit) by debbugs.gnu.org; 25 Aug 2023 12:32:10 +0000 Received: from localhost ([127.0.0.1]:39513 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qZVyz-00021i-Ou for submit@debbugs.gnu.org; Fri, 25 Aug 2023 08:32:10 -0400 Received: from lists.gnu.org ([2001:470:142::17]:46836) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qZVyx-00021I-Sm for submit@debbugs.gnu.org; Fri, 25 Aug 2023 08:32:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qZVyl-0007Y1-K7 for guix-patches@gnu.org; Fri, 25 Aug 2023 08:31:57 -0400 Received: from static.51.243.21.65.clients.your-server.de ([65.21.243.51] helo=localhost) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qZVyj-0007Eo-2P for guix-patches@gnu.org; Fri, 25 Aug 2023 08:31:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=20230811; bh=Q+4V6rKz+s7 id1ad7iR2hTw92cHs10GFNzS5BP7ZcnY=; h=date:subject:cc:to:from; d=araneo.si; b=JWzTqjPqRS58BA4wrrQJwgBHmcm/sdeP4USo64Sz6OhPRRA8m7gONf3 EjXFbdubEQFUjWBhwUEn835UlNQHCJ3ekFW8BzCxwFiG5/ZEtHg+edwrNhVxQGJvLxmnCc Xb4iSg7fQ5VdyFsoQ8WzaPU9okF19LMUn34EvLwqQA8ZDE= Received: by araneo.si (OpenSMTPD) with ESMTPSA id 88ed55d5 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 25 Aug 2023 12:31:48 +0000 (UTC) From: Timotej Lazar To: guix-patches@gnu.org Subject: [PATCH] gnu: syncthing: Update to 1.23.7. Date: Fri, 25 Aug 2023 14:31:23 +0200 Message-ID: <20230825123144.2658-1-timotej.lazar@araneo.si> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=65.21.243.51; envelope-from=timotej.lazar@araneo.si; helo=localhost X-Spam_score_int: 17 X-Spam_score: 1.7 X-Spam_bar: + X-Spam_report: (1.7 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FSL_HELO_NON_FQDN_1=0.001, HELO_LOCALHOST=3.828, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit Cc: Timotej Lazar X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) The uraggregate binary was merged into ursrv, so don’t attempt to install it. * gnu/packages/syncthing.scm (syncthing): Update to 1.23.7. [arguments]: Build with go-1.20. --- gnu/packages/syncthing.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index 414395251b..fd30360006 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -46,7 +46,7 @@ (define-module (gnu packages syncthing) (define-public syncthing (package (name "syncthing") - (version "1.23.6") + (version "1.23.7") (source (origin (method url-fetch) (uri (string-append "https://github.com/syncthing/syncthing" @@ -54,7 +54,7 @@ (define-public syncthing "/syncthing-source-v" version ".tar.gz")) (sha256 (base32 - "03myinspq61aiis29mq0xjigj5rh5jd8m0d9xakf43vi7pqgwjbc")))) + "1891dqcsg5r034bw19qjm6qg0zi1g0djcllp2c550zq7v1sdvn0q")))) (build-system go-build-system) ;; The primary Syncthing executable goes to "out", while the auxiliary ;; server programs and utility tools go to "utils". This reduces the size @@ -64,7 +64,7 @@ (define-public syncthing (list #:modules '((srfi srfi-26) ; for cut (guix build utils) (guix build go-build-system)) - #:go go-1.19 + #:go go-1.20 #:import-path "github.com/syncthing/syncthing" ;; We don't need to install the source code for end-user applications. #:install-source? #f @@ -101,7 +101,7 @@ (define-public syncthing "stdisco" "stdiscosrv" "stevents" "stfileinfo" "stfinddevice" "stfindignored" "stgenfiles" "strelaypoolsrv" "strelaysrv" "stsigtool" - "stvanity" "stwatchfile" "uraggregate" "ursrv"))))) + "stvanity" "stwatchfile" "ursrv"))))) (add-after 'install 'install-docs (lambda _ -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 14 10:17:48 2023 Received: (at 65532-done) by debbugs.gnu.org; 14 Sep 2023 14:17:48 +0000 Received: from localhost ([127.0.0.1]:40726 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qgnAC-0007eH-0p for submit@debbugs.gnu.org; Thu, 14 Sep 2023 10:17:48 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49902) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qgnA9-0007e3-0Y for 65532-done@debbugs.gnu.org; Thu, 14 Sep 2023 10:17:46 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qgn9x-0004bx-Bn; Thu, 14 Sep 2023 10:17:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=Xgyl4QztmnCO8BPdmGNkZVINYlWBDRG24n6Z4/tqz6w=; b=gwToMl+P/UzEBV6RqGG7 F7g+26ild3yzvmUDTwtLKMNiGdHXo9kYK73vD4gvKvMObHQPNEHs+EOmB2PLUj8Uej/oEX3IqgK3m AVvqbfORT6IzuSdOpmEBqnXH/xH+FRaj/Stl6rEaUw9jys8FSHZdcpfZG5yXe9i7X4VxGy8sSjkJg 4zSOxaqTMEwKqwf7s0wJwzchBm7UxDdJ9r6yZJz0WKGHgtp6LcmbjAuoI8Ss/lbID18IIomkchJAR TKWIzQK80I2ERUgBe/kdNFFI8ZNw3mluXnwICUoe4zJyJLfIujgQ9XBZNBCnhxPK6gKctLoM2artK pGJuiKR32RgFtQ==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Timotej Lazar Subject: Re: bug#65532: [PATCH] gnu: syncthing: Update to 1.23.7. References: <20230825123144.2658-1-timotej.lazar@araneo.si> Date: Thu, 14 Sep 2023 16:17:30 +0200 In-Reply-To: <20230825123144.2658-1-timotej.lazar@araneo.si> (Timotej Lazar's message of "Fri, 25 Aug 2023 14:31:23 +0200") Message-ID: <8734zgc005.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 65532-done Cc: 65532-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Timotej Lazar skribis: > The uraggregate binary was merged into ursrv, so don=E2=80=99t attempt to= install it. > > * gnu/packages/syncthing.scm (syncthing): Update to 1.23.7. > [arguments]: Build with go-1.20. Applied, thanks! Ludo=E2=80=99. From unknown Tue Jun 17 20:09:39 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 13 Oct 2023 11:24:10 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator