From unknown Fri Aug 15 20:54:04 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#78551] [PATCH] gnu: Add microsocks. Resent-From: Junker Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 22 May 2025 15:03:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 78551 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 78551@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.17479261631981 (code B ref -1); Thu, 22 May 2025 15:03:02 +0000 Received: (at submit) by debbugs.gnu.org; 22 May 2025 15:02:43 +0000 Received: from localhost ([127.0.0.1]:35875 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uI7RT-0000Vs-6h for submit@debbugs.gnu.org; Thu, 22 May 2025 11:02:43 -0400 Received: from lists.gnu.org ([2001:470:142::17]:54796) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uI7RN-0000VP-OV for submit@debbugs.gnu.org; Thu, 22 May 2025 11:02:38 -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 1uI7RD-0008Np-Op for guix-patches@gnu.org; Thu, 22 May 2025 11:02:28 -0400 Received: from mout-p-201.mailbox.org ([2001:67c:2050:0:465::201]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1uI7RA-0005HI-Aw for guix-patches@gnu.org; Thu, 22 May 2025 11:02:27 -0400 Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:b231:465::202]) (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-201.mailbox.org (Postfix) with ESMTPS id 4b3BN71VHrz9tDP for ; Thu, 22 May 2025 17:02:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=junkeria.club; s=MBO0001; t=1747926135; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=7jBoL33u96UGmdhwWpXCRopihXLyLLqpX6TXRqwh1Cw=; b=ghlKXRsytVhUsUE96T1LEb2N9oLxgONP0Ij8J+9/+FTzT1iANzjV43lrMNUigCLBnEmrUL e1OSrab/NOKNUbNbbV/uJE2LR97GpXiTrgXFoEczvqFPI5XyeTerwWANUxkDwdGYwFq+QK X7T5FVxgrRF5bKUxvQjYrDVsxsDcUDCHLe2dsSnfsytWJbtORCZuLVB+Aqg458WUl6qrIk Su6rvSxHJUokZfJHkIxZy4vfif8ftb88w9cDpK2P0+GomlvpLDdBbYmUkZN0OCJI4kHOFJ gb1ve/AcxiBjgA3eJ+jDRB8JuabHdoCNDpNHFzu9mNgfBjrhmFXBTspVB3djVw== Date: Thu, 22 May 2025 22:02:04 +0700 From: Junker Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4b3BN71VHrz9tDP Received-SPF: pass client-ip=2001:67c:2050:0:465::201; envelope-from=dk@junkeria.club; helo=mout-p-201.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 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) 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.1 (/) * gnu/packages/web.scm (microsocks): New variable. Change-Id: I93fb88842851c883460953e9a361f28a927996ce --- gnu/packages/web.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index b43b90ac33..5da232de8f 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -70,6 +70,7 @@ ;;; Copyright © 2024 Zheng Junjie <873216071@qq.com> ;;; Copyright © 2024, 2025 Artyom V. Poptsov ;;; Copyright © 2025 Raven Hallsby +;;; Copyright © 2025 Junker " ;;; ;;; This file is part of GNU Guix. ;;; @@ -2198,6 +2199,35 @@ (define-public websockify directions.") (license license:lgpl3))) +(define-public microsocks + (package + (name "microsocks") + (version "1.0.5") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/rofl0r/microsocks") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ffiwlkaylkm2ih7d96qvdy9s9ydqgypczs5k8iwkf5yv617dm74")))) + (build-system gnu-build-system) + (arguments + (list + #:tests? #f ;no tests + #:make-flags #~(list "prefix=/" + "CC=gcc" + (string-append "DESTDIR=" #$output)) + #:phases + '(modify-phases %standard-phases + (delete 'configure)))) + (home-page "https://github.com/rofl0r/microsocks") + (synopsis "Tiny and lightweight SOCKS5 server") + (description "Microsocks is a small, efficient SOCKS5 server.") + (license license:expat))) + ;; This is a variant of esbuild that builds and installs the nodejs API. ;; Eventually, this should probably be merged with the esbuild package. (define-public esbuild-node base-commit: 11bc17c409d77cd1af91e30b5b9f6a73f873a152 -- 2.49.0 From unknown Fri Aug 15 20:54:04 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Junker Subject: bug#78551: closed (Re: [PATCH] gnu: Add microsocks.) Message-ID: References: X-Gnu-PR-Message: they-closed 78551 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 78551@debbugs.gnu.org Date: Mon, 02 Jun 2025 11:45:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1748864701-1937-1" This is a multi-part message in MIME format... ------------=_1748864701-1937-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #78551: [PATCH] gnu: Add microsocks. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 78551@debbugs.gnu.org. --=20 78551: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D78551 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1748864701-1937-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 78551-done) by debbugs.gnu.org; 2 Jun 2025 11:44:21 +0000 Received: from localhost ([127.0.0.1]:49534 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uM3aX-0000TL-0Z for submit@debbugs.gnu.org; Mon, 02 Jun 2025 07:44:21 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:41758) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uM3aV-0000Sx-4C for 78551-done@debbugs.gnu.org; Mon, 02 Jun 2025 07:44:19 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 4390E94; Mon, 2 Jun 2025 13:44:13 +0200 (CEST) Authentication-Results: hera.aquilenet.fr; none X-Virus-Scanned: Debian amavis at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavis, port 10024) with ESMTP id Xr1opUboDJ6H; Mon, 2 Jun 2025 13:44:11 +0200 (CEST) Received: from jurong (176-179-191-150.abo.bbox.fr [176.179.191.150]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 2FABC5F7; Mon, 2 Jun 2025 13:44:11 +0200 (CEST) Date: Mon, 2 Jun 2025 13:44:09 +0200 From: Andreas Enge To: Junker Subject: Re: [PATCH] gnu: Add microsocks. Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Server: hera X-Rspamd-Queue-Id: 4390E94 X-Spamd-Result: default: False [-5.54 / 15.00]; NEURAL_HAM(-3.00)[-1.000]; BAYES_HAM(-2.94)[99.76%]; MID_RHS_NOT_FQDN(0.50)[]; MIME_GOOD(-0.10)[text/plain]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCPT_COUNT_TWO(0.00)[2]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; ARC_NA(0.00)[] X-Rspamd-Action: no action X-Spamd-Bar: ----- X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 78551-done Cc: 78551-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 (-) Pushed, thanks! Andreas ------------=_1748864701-1937-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 22 May 2025 15:02:43 +0000 Received: from localhost ([127.0.0.1]:35875 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uI7RT-0000Vs-6h for submit@debbugs.gnu.org; Thu, 22 May 2025 11:02:43 -0400 Received: from lists.gnu.org ([2001:470:142::17]:54796) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uI7RN-0000VP-OV for submit@debbugs.gnu.org; Thu, 22 May 2025 11:02:38 -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 1uI7RD-0008Np-Op for guix-patches@gnu.org; Thu, 22 May 2025 11:02:28 -0400 Received: from mout-p-201.mailbox.org ([2001:67c:2050:0:465::201]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1uI7RA-0005HI-Aw for guix-patches@gnu.org; Thu, 22 May 2025 11:02:27 -0400 Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:b231:465::202]) (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-201.mailbox.org (Postfix) with ESMTPS id 4b3BN71VHrz9tDP for ; Thu, 22 May 2025 17:02:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=junkeria.club; s=MBO0001; t=1747926135; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=7jBoL33u96UGmdhwWpXCRopihXLyLLqpX6TXRqwh1Cw=; b=ghlKXRsytVhUsUE96T1LEb2N9oLxgONP0Ij8J+9/+FTzT1iANzjV43lrMNUigCLBnEmrUL e1OSrab/NOKNUbNbbV/uJE2LR97GpXiTrgXFoEczvqFPI5XyeTerwWANUxkDwdGYwFq+QK X7T5FVxgrRF5bKUxvQjYrDVsxsDcUDCHLe2dsSnfsytWJbtORCZuLVB+Aqg458WUl6qrIk Su6rvSxHJUokZfJHkIxZy4vfif8ftb88w9cDpK2P0+GomlvpLDdBbYmUkZN0OCJI4kHOFJ gb1ve/AcxiBjgA3eJ+jDRB8JuabHdoCNDpNHFzu9mNgfBjrhmFXBTspVB3djVw== Date: Thu, 22 May 2025 22:02:04 +0700 From: Junker To: guix-patches@gnu.org Subject: [PATCH] gnu: Add microsocks. Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4b3BN71VHrz9tDP Received-SPF: pass client-ip=2001:67c:2050:0:465::201; envelope-from=dk@junkeria.club; helo=mout-p-201.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 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) 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.1 (/) * gnu/packages/web.scm (microsocks): New variable. Change-Id: I93fb88842851c883460953e9a361f28a927996ce --- gnu/packages/web.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index b43b90ac33..5da232de8f 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -70,6 +70,7 @@ ;;; Copyright © 2024 Zheng Junjie <873216071@qq.com> ;;; Copyright © 2024, 2025 Artyom V. Poptsov ;;; Copyright © 2025 Raven Hallsby +;;; Copyright © 2025 Junker " ;;; ;;; This file is part of GNU Guix. ;;; @@ -2198,6 +2199,35 @@ (define-public websockify directions.") (license license:lgpl3))) +(define-public microsocks + (package + (name "microsocks") + (version "1.0.5") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/rofl0r/microsocks") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ffiwlkaylkm2ih7d96qvdy9s9ydqgypczs5k8iwkf5yv617dm74")))) + (build-system gnu-build-system) + (arguments + (list + #:tests? #f ;no tests + #:make-flags #~(list "prefix=/" + "CC=gcc" + (string-append "DESTDIR=" #$output)) + #:phases + '(modify-phases %standard-phases + (delete 'configure)))) + (home-page "https://github.com/rofl0r/microsocks") + (synopsis "Tiny and lightweight SOCKS5 server") + (description "Microsocks is a small, efficient SOCKS5 server.") + (license license:expat))) + ;; This is a variant of esbuild that builds and installs the nodejs API. ;; Eventually, this should probably be merged with the esbuild package. (define-public esbuild-node base-commit: 11bc17c409d77cd1af91e30b5b9f6a73f873a152 -- 2.49.0 ------------=_1748864701-1937-1--