From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 03 10:37:46 2024 Received: (at submit) by debbugs.gnu.org; 3 Feb 2024 15:37:46 +0000 Received: from localhost ([127.0.0.1]:46861 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWI5S-0000ST-6A for submit@debbugs.gnu.org; Sat, 03 Feb 2024 10:37:46 -0500 Received: from lists.gnu.org ([2001:470:142::17]:43490) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWI5Q-0000SE-EJ for submit@debbugs.gnu.org; Sat, 03 Feb 2024 10:37:45 -0500 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 1rWI58-0007HJ-Gl for guix-patches@gnu.org; Sat, 03 Feb 2024 10:37:26 -0500 Received: from mout-p-202.mailbox.org ([80.241.56.172]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1rWI52-0006xw-NL for guix-patches@gnu.org; Sat, 03 Feb 2024 10:37:25 -0500 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:b231:465::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4TRxbC1ZMtz9sSV for ; Sat, 3 Feb 2024 16:37:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=troyfigiel.com; s=MBO0001; t=1706974631; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=eU/dRpLOAnB2v7sVasso6EnkOexOlPBJI03dhKvEt4A=; b=DiwTDxFDWPKezd6naP09qnFSndmN1H7s3I0tii2tFQnRXDnTxSz7BZoIDY3RrKdkgPWIIA I8hlBFD109GL8JfIJVzZA+XJhC2m852mUcafl0ssJbnSjQDBdvUW/dQqE69ime9ZmR70ZR vhEsXvmlVudX/fnPH4GjT61hIhAiosHUqfMxxO1Rp9sawgTnX5hQHz/bEdROj2wAN9M5ii pk6DnMzsyrA6T27e+LBLJHoJA70pOoGf9436B3fgvke5IZpmr/sY6bZu0lO8X7Cy/iqpbv yTzvuMvtAzmhE8Dtk5w9VRUiTSgycdYXqJkD7hHCEXwQ/0gAq56lHa7z5T9jHg== From: Troy Figiel To: guix-patches@gnu.org Subject: [PATCH] gnu: go-github-com-docker-go-connections: Update to 0.5.0. Date: Sat, 3 Feb 2024 16:31:47 +0100 Message-ID: <87r0ht7e59.fsf@troyfigiel.com> MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 4TRxbC1ZMtz9sSV Received-SPF: pass client-ip=80.241.56.172; envelope-from=troy@troyfigiel.com; helo=mout-p-202.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit 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 (/) * gnu/packages/golang.scm (go-github-com-docker-go-connections): Update to 0.5.0. --- gnu/packages/golang.scm | 45 +++++++++++++++++++---------------------- 1 file changed, 21 insertions(+), 24 deletions(-) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 014ca01602..16074ae0fa 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -4776,31 +4776,28 @@ (define-public go-github-com-docker-distribution (license license:asl2.0)))) (define-public go-github-com-docker-go-connections - (let ((commit "3ede32e2033de7505e6500d6c868c2b9ed9f169d") - (revision "0")) - (package - (name "go-github-com-docker-go-connections") - (version (git-version "0.0.0" revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/docker/go-connections") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "0v1pkr8apwmhyzbjfriwdrs1ihlk6pw7izm57r24mf9jdmg3fyb0")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/docker/go-connections")) - (home-page "https://github.com/docker/go-connections") - (synopsis "Networking library for Go") - (description - "This package provides a library to work with network connections in -the Go language. In particular it provides tools to deal with network address + (package + (name "go-github-com-docker-go-connections") + (version "0.5.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/docker/go-connections") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0svfa9g4xvbn87l5kiww1jkijmci9g5821wjp81xz1rfp13cqrk8")))) + (build-system go-build-system) + (arguments + '(#:import-path "github.com/docker/go-connections")) + (home-page "https://github.com/docker/go-connections") + (synopsis "Networking library for Go") + (description + "This package provides a library to work with network connections in the +Go language. In particular it provides tools to deal with network address translation (NAT), proxies, sockets, and transport layer security (TLS).") - (license license:asl2.0)))) + (license license:asl2.0))) (define-public go-github-com-docker-go-units (package base-commit: 179bb57d2532ee6b81791e078b0f782cbf88cb84 -- 2.42.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 05 02:44:33 2024 Received: (at 68909-done) by debbugs.gnu.org; 5 Feb 2024 07:44:33 +0000 Received: from localhost ([127.0.0.1]:50547 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWteb-0006Zj-0k for submit@debbugs.gnu.org; Mon, 05 Feb 2024 02:44:33 -0500 Received: from mail.boiledscript.com ([144.168.59.46]:42060) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWteZ-0006Za-9o for 68909-done@debbugs.gnu.org; Mon, 05 Feb 2024 02:44:31 -0500 Date: Mon, 05 Feb 2024 15:44:13 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1707119001; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=m4mkEKnGbtggW1VDdTExYskof14Vp0NsKpQ4dcAOUZM=; b=ZKyqazL2CRuVBEgtv2W9ZYnTIqNoFF8P5cUW6hwFk8JXAl/f3Emau688gZs7uoNKIiXwew HVHP3+s1BXQKCjFEy6EKk94hHGenlGpRMuMZf5kj/TlgYYGFh3UH/SbPazYKPzXnzQnerQ LnbzR7uqVltQlONTBKvbIUn5POLxvX3XIDPvNlUxr4p+2CYugK4Wt+nw92Ia/CKprklZ0j ExE8BvFhTK0o3vXTfk10Ag1/5ylOniHRvzgRqADM8wP2JQvcTb/JT41f3O3P1eoIUX+Jsq AxtSFH5btwqzHB0ZdtqnwjYTVnaqftUs5qbXrbXOTgFX9R54zqxJ1ZqA3xI9fg== Authentication-Results: mail.boiledscript.com; auth=pass smtp.mailfrom=hako@ultrarare.space Message-ID: <87sf2773ua.wl-hako@ultrarare.space> From: Hilton Chain To: Troy Figiel Subject: Re: [bug#68909] [PATCH] gnu: go-github-com-docker-go-connections: Update to 0.5.0. In-Reply-To: <87r0ht7e59.fsf@troyfigiel.com> References: <87r0ht7e59.fsf@troyfigiel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spamd-Bar: / X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68909-done Cc: 68909-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: -1.0 (-) Hi Troy, On Sat, 03 Feb 2024 23:31:47 +0800, Troy Figiel wrote: > > * gnu/packages/golang.scm (go-github-com-docker-go-connections): Update to 0.5.0. > --- > gnu/packages/golang.scm | 45 +++++++++++++++++++---------------------- > 1 file changed, 21 insertions(+), 24 deletions(-) Applied as b0d7e4923e0acb3099d4343dceeeb23c5204aeff, thank you! From unknown Wed Jun 18 13:10:43 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 04 Mar 2024 12:24:06 +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