From unknown Fri Jun 20 07:12:09 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#67881 <67881@debbugs.gnu.org> To: bug#67881 <67881@debbugs.gnu.org> Subject: Status: [PATCH] gnu: i2pd: Update to 2.50.0. Reply-To: bug#67881 <67881@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:12:09 +0000 retitle 67881 [PATCH] gnu: i2pd: Update to 2.50.0. reassign 67881 guix-patches submitter 67881 Bruno Victal severity 67881 normal tag 67881 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 18 13:09:45 2023 Received: (at submit) by debbugs.gnu.org; 18 Dec 2023 18:09:45 +0000 Received: from localhost ([127.0.0.1]:33549 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rFI3k-0001YW-NX for submit@debbugs.gnu.org; Mon, 18 Dec 2023 13:09:45 -0500 Received: from lists.gnu.org ([2001:470:142::17]:44738) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rFI3i-0001Y7-Iy for submit@debbugs.gnu.org; Mon, 18 Dec 2023 13:09:42 -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 1rFI3Z-0005ET-QQ for guix-patches@gnu.org; Mon, 18 Dec 2023 13:09:33 -0500 Received: from smtpmciv5.myservices.hosting ([185.26.107.241]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rFI3X-0000kl-Tl for guix-patches@gnu.org; Mon, 18 Dec 2023 13:09:33 -0500 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpmciv5.myservices.hosting (Postfix) with ESMTP id 02E0920E03 for ; Mon, 18 Dec 2023 19:09:21 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 63DF080095; Mon, 18 Dec 2023 19:09:18 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 4sUvzR00gfty; Mon, 18 Dec 2023 19:09:17 +0100 (CET) Received: from guix-nuc.home.arpa (unknown [10.192.1.83]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id B600C80067; Mon, 18 Dec 2023 19:09:17 +0100 (CET) From: Bruno Victal To: guix-patches@gnu.org Subject: [PATCH] gnu: i2pd: Update to 2.50.0. Date: Mon, 18 Dec 2023 18:09:09 +0000 Message-ID: X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.26.107.241; envelope-from=mirai@makinata.eu; helo=smtpmciv5.myservices.hosting X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, 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 Cc: Bruno Victal 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 (/) Note: WITH_PCH flag was dropped with [1]. [1]: i2pd commit: a272a2cb7eedd2dc29c7a16d2b8c090658caf19d * gnu/packages/i2p.scm (i2pd): Update to 2.50.0. [native-inputs]: Add pkg-config, check. [arguments]: Use G-Expressions. <#:configure-flags>: Drop obsolete and defaulted flags. Enable testing with cmake. <#:phases>: Drop obsolete 'check replacement. Copyright-paperwork-exempt: Yes --- Tested with: 1. In a terminal: ./pre-inst-env guix shell -C -N --no-cwd i2pd -- i2pd 2. Navigate to webconsole at . gnu/packages/i2p.scm | 44 ++++++++++++-------------------------------- 1 file changed, 12 insertions(+), 32 deletions(-) diff --git a/gnu/packages/i2p.scm b/gnu/packages/i2p.scm index 2e8c1d085d..b4f0c8d639 100644 --- a/gnu/packages/i2p.scm +++ b/gnu/packages/i2p.scm @@ -21,9 +21,12 @@ (define-module (gnu packages i2p) #:use-module (gnu packages boost) + #:use-module (gnu packages check) #:use-module (gnu packages compression) + #:use-module (gnu packages pkg-config) #:use-module (gnu packages tls) #:use-module (gnu packages upnp) + #:use-module (guix gexp) #:use-module (guix packages) #:use-module (guix git-download) #:use-module (guix build-system cmake) @@ -32,7 +35,7 @@ (define-module (gnu packages i2p) (define-public i2pd (package (name "i2pd") - (version "2.44.0") + (version "2.50.0") (source (origin (method git-fetch) @@ -41,41 +44,18 @@ (define-public i2pd (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0fwaalfxqdahgvx5rfkvdmf6gl10w328a18ddhyn5kvpmp9x7fgl")))) + (base32 "1vr251mgffawi3rj51dzlnv3fs1ssz6gl17qbsyhfr5fcd7s0hc5")))) (build-system cmake-build-system) + (native-inputs (list check pkg-config)) (inputs (list boost miniupnpc openssl zlib)) (arguments - '(#:configure-flags - (let ((source (assoc-ref %build-inputs "source"))) - (list (string-append "-S" source "/build") - "-DWITH_PCH=OFF" - "-DWITH_STATIC=OFF" - "-DWITH_UPNP=ON" - "-DWITH_LIBRARY=ON" - "-DBUILD_SHARED_LIBS=ON" - "-DWITH_BINARY=ON")) - #:phases - (modify-phases %standard-phases - (replace 'check - (lambda* (#:key - tests? - (make-flags '()) - (parallel-tests? #t) - #:allow-other-keys) - (let ((source (assoc-ref %build-inputs "source"))) - (when tests? - (copy-recursively (string-append source "/tests") - "./tests") - (with-directory-excursion "tests" - (substitute* "Makefile" - (("../libi2pd") (string-append source "/libi2pd"))) - (apply invoke "make" "all" - `(,@(if parallel-tests? - `("-j" ,(number->string - (parallel-job-count))) - '()) - ,@make-flags)))))))))) + (list + #:configure-flags + #~(list (string-append "-S" #$source "/build") + "-DWITH_UPNP=ON" + "-DBUILD_SHARED_LIBS=ON" + "-DBUILD_TESTING=ON"))) (home-page "https://i2pd.website/") (synopsis "Router for an end-to-end encrypted and anonymous internet") (description "i2pd is a client for the anonymous I2P network, upon which base-commit: 29c94dd522833b2603a651c14a5b06120bcf1829 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 20 05:14:04 2023 Received: (at 67881-done) by debbugs.gnu.org; 20 Dec 2023 10:14:04 +0000 Received: from localhost ([127.0.0.1]:38676 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rFtaW-0000zx-Ge for submit@debbugs.gnu.org; Wed, 20 Dec 2023 05:14:04 -0500 Received: from mout02.posteo.de ([185.67.36.66]:37193) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rFtaU-0000zM-EE for 67881-done@debbugs.gnu.org; Wed, 20 Dec 2023 05:14:02 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id A5E4F240103 for <67881-done@debbugs.gnu.org>; Wed, 20 Dec 2023 11:13:53 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1703067233; bh=AvkXJB1XZotQQT4frZnfaHzQdkWL+ztI+L6gKjPrs2E=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:From; b=D+yyhyByj2VXqk5/U+36dIRoWXMjRNJj0SpB5MNGgfsAoUbB56bbO0MbTU/KUmbdt RIr98UyPUOHBHqbY7CEAelIOv1oq/SK/7BRpYqu8PEQ6lXwBOs7Aw42/1OhBbLfRWi aEiV3MFXuYY4csHgDF+4vcseeykFAiPrGiu1uOC/ZvvCihlRegGbp1C18m+lsFoJq1 ID2sh8r5ullXB8+/qU3nsHq27d1BaLy9Y/2JKGQYB67T5yEGotoV99B4znPQkZUXkP TQJONNg6CFgkOlbP/7/nNrxvuXAfKiSN8Qc8ZBNaC8m2KNdwE003VZjYmsAV7TW/+c lVvoNHx5iLaPg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Sw8Xx00XNz6tvb; Wed, 20 Dec 2023 11:13:52 +0100 (CET) References: From: Guillaume Le Vaillant To: Bruno Victal Subject: Re: [bug#67881] [PATCH] gnu: i2pd: Update to 2.50.0. Date: Wed, 20 Dec 2023 10:12:43 +0000 In-reply-to: Message-ID: <87r0jhuqow.fsf@kitej> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 67881-done Cc: 67881-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 (---) --=-=-= Content-Type: text/plain Patch applied as 9dbb618a80a106a19a546f0f7b0769c89f103d4c. Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZYK+Xw8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j/4aQD/ZKImv/CGY5+C+dyubGnK15wmXzgYUCJSbKGP K8xonrYA/A/NxkB7/W7ohtXespPNHlJHEn+jHF+A2ll9dovicEpr =j/Tq -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Jun 20 07:12:09 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 17 Jan 2024 12:24:16 +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