From unknown Fri Jun 20 07:16:24 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#77457] [PATCH] gnu: lighttpd: Update to 1.4.78. Resent-From: =?UTF-8?Q?Andr=C3=A9?= Batista Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 02 Apr 2025 14:13:15 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 77457 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 77457@debbugs.gnu.org Cc: =?UTF-8?Q?Andr=C3=A9?= Batista X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.174360313125492 (code B ref -1); Wed, 02 Apr 2025 14:13:15 +0000 Received: (at submit) by debbugs.gnu.org; 2 Apr 2025 14:12:11 +0000 Received: from localhost ([127.0.0.1]:58670 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tzyp5-0006cp-IB for submit@debbugs.gnu.org; Wed, 02 Apr 2025 10:12:10 -0400 Received: from lists.gnu.org ([2001:470:142::17]:52360) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tzyov-0006bI-OQ for submit@debbugs.gnu.org; Wed, 02 Apr 2025 10:11:59 -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 1tzyoq-0008Qg-8t for guix-patches@gnu.org; Wed, 02 Apr 2025 10:11:52 -0400 Received: from mx1.riseup.net ([198.252.153.129]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tzyok-0003JC-RN for guix-patches@gnu.org; Wed, 02 Apr 2025 10:11:51 -0400 Received: from fews02-sea.riseup.net (fews02-sea-pn.riseup.net [10.0.1.112]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx1.riseup.net (Postfix) with ESMTPS id 4ZSRcx1cyGzDqRQ for ; Wed, 2 Apr 2025 14:11:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1743603105; bh=4ZeKqx/aQZOUusjP1uIsoVFd3FBFLmLQZar+g2vSBc8=; h=From:To:Cc:Subject:Date:From; b=X46hnubE/pKJKx9XMe9kPvjgrodBE9A4E+uneDiHL4C904UEzeF+j6hXh1pH5b3aT rZrjavvrN//JqsCm3ot+zvOMtLrFzHDDXAJnTCu1k+/m7IW7EtE86scH1c99Oi7OIK 38EUJzXx92HIUi1QvS6VJ6U/H6EveiepjsakQrNk= X-Riseup-User-ID: 3C0DB9E789025D6965E8C739F15EFF267F17B2426D6A669D14A2A39A2EB6C5AA Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews02-sea.riseup.net (Postfix) with ESMTPSA id 4ZSRcw0SwPzFtcY; Wed, 2 Apr 2025 14:11:43 +0000 (UTC) From: =?UTF-8?Q?Andr=C3=A9?= Batista Date: Wed, 2 Apr 2025 11:11:33 -0300 Message-ID: <20250402141133.10575-1-nandre@riseup.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=198.252.153.129; envelope-from=nandre@riseup.net; helo=mx1.riseup.net 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, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.0 (/) 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/web.scm (lighttpd): Update to 1.4.78. Change-Id: Idba7840b920ad0e7121cceacf11a71afb434056b --- gnu/packages/web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index dd6e73e548..906fa46595 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -1133,7 +1133,7 @@ (define-public nginx-module-vts (define-public lighttpd (package (name "lighttpd") - (version "1.4.77") + (version "1.4.78") (source (origin (method url-fetch) (uri (string-append "https://download.lighttpd.net/lighttpd/" @@ -1141,7 +1141,7 @@ (define-public lighttpd "lighttpd-" version ".tar.xz")) (sha256 (base32 - "1kk22mzh2p34nrwnm8q57xgm4riavmgxh0rd8nvdhrr2zbdspbxc")))) + "0giavficc2yjl53cdbc7pd50wjyx0k1y32gs3kyfkjbmpkl3j1rw")))) (build-system gnu-build-system) (arguments (list #:configure-flags base-commit: 5735c278e16517d9be5e26235fe68dea9bae3527 -- 2.48.1 From unknown Fri Jun 20 07:16:24 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: =?UTF-8?Q?Andr=C3=A9?= Batista Subject: bug#77457: closed (Re: [PATCH] gnu: lighttpd: Update to 1.4.78.) Message-ID: References: <20250402141133.10575-1-nandre@riseup.net> X-Gnu-PR-Message: they-closed 77457 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 77457@debbugs.gnu.org Date: Thu, 03 Apr 2025 15:56:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1743695763-25762-1" This is a multi-part message in MIME format... ------------=_1743695763-25762-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #77457: [PATCH] gnu: lighttpd: Update to 1.4.78. 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 77457@debbugs.gnu.org. --=20 77457: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D77457 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1743695763-25762-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 77457-done) by debbugs.gnu.org; 3 Apr 2025 15:55:50 +0000 Received: from localhost ([127.0.0.1]:35312 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u0Mv0-0006gg-2I for submit@debbugs.gnu.org; Thu, 03 Apr 2025 11:55:50 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:40440) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u0Mux-0006gQ-VG for 77457-done@debbugs.gnu.org; Thu, 03 Apr 2025 11:55:48 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 086B151E; Thu, 3 Apr 2025 17:55:42 +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 3qg6Ss_C6XKC; Thu, 3 Apr 2025 17:55:41 +0200 (CEST) Received: from jurong (176-179-191-150.abo.bbox.fr [176.179.191.150]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 0A6092A4; Thu, 3 Apr 2025 17:55:40 +0200 (CEST) Date: Thu, 3 Apr 2025 17:55:39 +0200 From: Andreas Enge To: =?iso-8859-15?Q?Andr=E9?= Batista Subject: Re: [PATCH] gnu: lighttpd: Update to 1.4.78. Message-ID: References: <20250402141133.10575-1-nandre@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250402141133.10575-1-nandre@riseup.net> X-Rspamd-Queue-Id: 086B151E X-Spamd-Result: default: False [6.26 / 15.00]; SPAM_FLAG(5.00)[]; NEURAL_SPAM(3.00)[1.000]; BAYES_HAM(-2.14)[95.86%]; MID_RHS_NOT_FQDN(0.50)[]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; ARC_NA(0.00)[] X-Spam-Level: ****** X-Rspamd-Action: add header X-Spamd-Bar: ++++++ X-Rspamd-Server: hera X-Spam: Yes X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 77457-done Cc: 77457-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 ------------=_1743695763-25762-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 2 Apr 2025 14:12:11 +0000 Received: from localhost ([127.0.0.1]:58670 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tzyp5-0006cp-IB for submit@debbugs.gnu.org; Wed, 02 Apr 2025 10:12:10 -0400 Received: from lists.gnu.org ([2001:470:142::17]:52360) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tzyov-0006bI-OQ for submit@debbugs.gnu.org; Wed, 02 Apr 2025 10:11:59 -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 1tzyoq-0008Qg-8t for guix-patches@gnu.org; Wed, 02 Apr 2025 10:11:52 -0400 Received: from mx1.riseup.net ([198.252.153.129]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tzyok-0003JC-RN for guix-patches@gnu.org; Wed, 02 Apr 2025 10:11:51 -0400 Received: from fews02-sea.riseup.net (fews02-sea-pn.riseup.net [10.0.1.112]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx1.riseup.net (Postfix) with ESMTPS id 4ZSRcx1cyGzDqRQ for ; Wed, 2 Apr 2025 14:11:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1743603105; bh=4ZeKqx/aQZOUusjP1uIsoVFd3FBFLmLQZar+g2vSBc8=; h=From:To:Cc:Subject:Date:From; b=X46hnubE/pKJKx9XMe9kPvjgrodBE9A4E+uneDiHL4C904UEzeF+j6hXh1pH5b3aT rZrjavvrN//JqsCm3ot+zvOMtLrFzHDDXAJnTCu1k+/m7IW7EtE86scH1c99Oi7OIK 38EUJzXx92HIUi1QvS6VJ6U/H6EveiepjsakQrNk= X-Riseup-User-ID: 3C0DB9E789025D6965E8C739F15EFF267F17B2426D6A669D14A2A39A2EB6C5AA Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews02-sea.riseup.net (Postfix) with ESMTPSA id 4ZSRcw0SwPzFtcY; Wed, 2 Apr 2025 14:11:43 +0000 (UTC) From: =?UTF-8?q?Andr=C3=A9=20Batista?= To: guix-patches@gnu.org Subject: [PATCH] gnu: lighttpd: Update to 1.4.78. Date: Wed, 2 Apr 2025 11:11:33 -0300 Message-ID: <20250402141133.10575-1-nandre@riseup.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=198.252.153.129; envelope-from=nandre@riseup.net; helo=mx1.riseup.net 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, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?Andr=C3=A9=20Batista?= 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/web.scm (lighttpd): Update to 1.4.78. Change-Id: Idba7840b920ad0e7121cceacf11a71afb434056b --- gnu/packages/web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index dd6e73e548..906fa46595 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -1133,7 +1133,7 @@ (define-public nginx-module-vts (define-public lighttpd (package (name "lighttpd") - (version "1.4.77") + (version "1.4.78") (source (origin (method url-fetch) (uri (string-append "https://download.lighttpd.net/lighttpd/" @@ -1141,7 +1141,7 @@ (define-public lighttpd "lighttpd-" version ".tar.xz")) (sha256 (base32 - "1kk22mzh2p34nrwnm8q57xgm4riavmgxh0rd8nvdhrr2zbdspbxc")))) + "0giavficc2yjl53cdbc7pd50wjyx0k1y32gs3kyfkjbmpkl3j1rw")))) (build-system gnu-build-system) (arguments (list #:configure-flags base-commit: 5735c278e16517d9be5e26235fe68dea9bae3527 -- 2.48.1 ------------=_1743695763-25762-1--