From unknown Mon Jun 23 02:23:13 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#63782 <63782@debbugs.gnu.org> To: bug#63782 <63782@debbugs.gnu.org> Subject: Status: [PATCH 1/2] gnu: Add qbittorrent-enhanced. Reply-To: bug#63782 <63782@debbugs.gnu.org> Date: Mon, 23 Jun 2025 09:23:13 +0000 retitle 63782 [PATCH 1/2] gnu: Add qbittorrent-enhanced. reassign 63782 guix-patches submitter 63782 Hilton Chain severity 63782 normal tag 63782 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon May 29 03:01:24 2023 Received: (at submit) by debbugs.gnu.org; 29 May 2023 07:01:24 +0000 Received: from localhost ([127.0.0.1]:56974 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q3Wse-0001z1-Cq for submit@debbugs.gnu.org; Mon, 29 May 2023 03:01:24 -0400 Received: from lists.gnu.org ([209.51.188.17]:39636) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q3Wsc-0001yt-QB for submit@debbugs.gnu.org; Mon, 29 May 2023 03:01:23 -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 1q3Wsc-0001ro-Ha for guix-patches@gnu.org; Mon, 29 May 2023 03:01:22 -0400 Received: from mail.boiledscript.com ([144.168.59.46]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q3Wsa-0008Ee-GG for guix-patches@gnu.org; Mon, 29 May 2023 03:01:21 -0400 From: Hilton Chain DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1685343543; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=BS2v2SzOW+ZOlFTSfJN5M7uBHq9DBkJWnIn7H2HjgqY=; b=NGYbiztTbOYIkIVQsK8M3VhT0zFfFOIh10AyuFWMxQu+Yi8n5XWfR39ccTB97DwtnCmQAR y64tf2YhRx1nyJQlmkKtlHK3/arTfIyIXXObx9zGOTH4YJDzsnWLMdY1t0r9o2/LGXoBcu MMtGuWf60j65P3AM/bUhZ/R5QfgUnscBWcoTZIwSrph2Z3PwDKxxwyVYFIKvlN+ySdH2ud ojDakC1lEyYSltaUlcGWlDMbu+l4mLBWfxTgPaRMxO6oJE1hAnWzAcViGsFSHC7+B2Zz2P 361hZPNGfN9/2MthBujyxoDBpo6HuL6qDLO04EuXj+1YI5JXDPXD252H/WNXGQ== To: guix-patches@gnu.org Subject: [PATCH 1/2] gnu: Add qbittorrent-enhanced. Date: Mon, 29 May 2023 15:01:09 +0800 Message-Id: <20230529070109.768-1-hako@ultrarare.space> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spamd-Bar: + Authentication-Results: mail.boiledscript.com; auth=pass smtp.mailfrom=hako@ultrarare.space X-Spam-Level: * Received-SPF: pass client-ip=144.168.59.46; envelope-from=hako@ultrarare.space; helo=mail.boiledscript.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, 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.3 (-) X-Debbugs-Envelope-To: submit Cc: Hilton Chain 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: -2.3 (--) * gnu/packages/bittorrent.scm (qbittorrent-enhanced): New variable. --- gnu/packages/bittorrent.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm index 38e959b884..acec7a48d9 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -519,6 +519,33 @@ (define-public qbittorrent-nox (modify-inputs (package-inputs base) (delete "qtsvg-5")))))) +(define-public qbittorrent-enhanced + (package + (inherit qbittorrent) + (name "qbittorrent-enhanced") + (version "4.5.2.10") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/c0re100/qBittorrent-Enhanced-Edition") + (commit (string-append "release-" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18z4panaqbmhbw5i1yn17wpqzslhy6w08zcc5bx2hhlg8slp1r9j")))) + (home-page "https://github.com/c0re100/qBittorrent-Enhanced-Edition") + (description + "qBittorrent Enhanced is a bittorrent client based on qBittorrent with +the following features: + +@itemize +@item Auto Ban Xunlei, QQ, Baidu, Xfplay, DLBT and Offline downloader +@item Auto Ban Unknown Peer from China Option (Default: OFF) +@item Auto Update Public Trackers List (Default: OFF) +@item Auto Ban BitTorrent Media Player Peer Option (Default: OFF) +@item Peer whitelist/blacklist +@end itemize\n"))) + (define-public deluge (package (name "deluge") base-commit: d64d6ea2cf5a1be801be355031fb2cfa5901a92a -- 2.40.1 From debbugs-submit-bounces@debbugs.gnu.org Mon May 29 03:03:25 2023 Received: (at 63782) by debbugs.gnu.org; 29 May 2023 07:03:25 +0000 Received: from localhost ([127.0.0.1]:56979 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q3Wua-00022Y-TW for submit@debbugs.gnu.org; Mon, 29 May 2023 03:03:25 -0400 Received: from mail.boiledscript.com ([144.168.59.46]:48822) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q3WuY-00022P-FF for 63782@debbugs.gnu.org; Mon, 29 May 2023 03:03:22 -0400 From: Hilton Chain DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1685343668; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=mDzh/vi91dCVds8xzrF1R17TMmAB0ZPoBiCyGzNdK5M=; b=IR3fXrJg3W6Lm6BCfql/e0GzRaGbs2RbyDYtuK+o52j7TrGy/ZcAJ7UgCoq4U6DRvNJXn5 XuQqXeLm0X2lx+f6bINW4A7WuGX/nE/zUsv1U/hbFHCZ9ZXkFjYpfr/SRDJSfoNlPQy0PD VvqyguE1SBosOPwZDGGnf56+ChX9Woc69xH9W+UQIbCkgV7VhGp/Li/O5QgWUn55ATNogA tbQpDdhPepBbxPTwPTcFAovr8qAztUNe/r6mk4vVPEAevUzaSHcgB6QJoEexEj8TT3SJkH XPVdS9AcBM35SoGj5aC+T2h9rfkBXtUzmB8IGGgowh6xEVjOVmAjvTmrfWGCTg== To: 63782@debbugs.gnu.org Subject: [PATCH 2/2] gnu: Add qbittorrent-enhanced-nox. Date: Mon, 29 May 2023 15:03:31 +0800 Message-Id: <20230529070331.1067-1-hako@ultrarare.space> In-Reply-To: <20230529070109.768-1-hako@ultrarare.space> References: <20230529070109.768-1-hako@ultrarare.space> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spamd-Bar: -- Authentication-Results: mail.boiledscript.com; auth=pass smtp.mailfrom=hako@ultrarare.space X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 63782 Cc: Hilton Chain 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 (-) * gnu/packages/bittorrent.scm (qbittorrent-enhanced-nox): New variable. --- gnu/packages/bittorrent.scm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm index acec7a48d9..a55fb1e6c7 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -546,6 +546,13 @@ (define-public qbittorrent-enhanced @item Peer whitelist/blacklist @end itemize\n"))) +(define-public qbittorrent-enhanced-nox + (package + (inherit qbittorrent-enhanced) + (name "qbittorrent-enhanced-nox") + (arguments (package-arguments qbittorrent-nox)) + (inputs (package-inputs qbittorrent-nox)))) + (define-public deluge (package (name "deluge") -- 2.40.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 01 06:09:58 2023 Received: (at submit) by debbugs.gnu.org; 1 Jul 2023 10:09:58 +0000 Received: from localhost ([127.0.0.1]:56644 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qFXYE-0008Dx-Ds for submit@debbugs.gnu.org; Sat, 01 Jul 2023 06:09:58 -0400 Received: from lists.gnu.org ([209.51.188.17]:45312) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qFXYB-0008Dl-VI for submit@debbugs.gnu.org; Sat, 01 Jul 2023 06:09:56 -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 1qFXY7-00054l-Ie for guix-patches@gnu.org; Sat, 01 Jul 2023 06:09:53 -0400 Received: from relay6-d.mail.gandi.net ([2001:4b98:dc4:8::226]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qFXY2-0007Ia-T3 for guix-patches@gnu.org; Sat, 01 Jul 2023 06:09:49 -0400 X-GND-Sasl: mail@nicolasgoaziou.fr X-GND-Sasl: mail@nicolasgoaziou.fr X-GND-Sasl: mail@nicolasgoaziou.fr Received: by mail.gandi.net (Postfix) with ESMTPSA id 11DC7C0005; Sat, 1 Jul 2023 10:09:43 +0000 (UTC) From: Nicolas Goaziou To: Hilton Chain via Guix-patches via Subject: Re: [bug#63782] [PATCH 1/2] gnu: Add qbittorrent-enhanced. References: <20230529070109.768-1-hako@ultrarare.space> Date: Sat, 01 Jul 2023 12:09:34 +0200 In-Reply-To: <20230529070109.768-1-hako@ultrarare.space> (Hilton Chain via Guix-patches via's message of "Mon, 29 May 2023 15:01:09 +0800") Message-ID: <871qhskko1.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2001:4b98:dc4:8::226; envelope-from=mail@nicolasgoaziou.fr; helo=relay6-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-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.6 (-) X-Debbugs-Envelope-To: submit Cc: Hilton Chain , 63782-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: -2.6 (--) Hello, Hilton Chain via Guix-patches via writes: > * gnu/packages/bittorrent.scm (qbittorrent-enhanced): New variable. Applied. Thank you. > + (description > + "qBittorrent Enhanced is a bittorrent client based on qBittorrent with > +the following features: > + > +@itemize > +@item Auto Ban Xunlei, QQ, Baidu, Xfplay, DLBT and Offline downloader > +@item Auto Ban Unknown Peer from China Option (Default: OFF) > +@item Auto Update Public Trackers List (Default: OFF) > +@item Auto Ban BitTorrent Media Player Peer Option (Default: OFF) > +@item Peer whitelist/blacklist > +@end itemize\n"))) Note the newline character is not necessary at the end of the description. I removed it. Regards, -- Nicolas Goaziou From unknown Mon Jun 23 02:23:13 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 29 Jul 2023 11:24:14 +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