From unknown Sun Jun 22 08:00:17 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#76126] [PATCH] gnu: lighttpd: Update to 1.4.77. Resent-From: =?UTF-8?Q?Andr=C3=A9?= Batista Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 07 Feb 2025 20:27:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 76126 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 76126@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.173895999813071 (code B ref -1); Fri, 07 Feb 2025 20:27:02 +0000 Received: (at submit) by debbugs.gnu.org; 7 Feb 2025 20:26:38 +0000 Received: from localhost ([127.0.0.1]:36805 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tgUvu-0003Ok-BN for submit@debbugs.gnu.org; Fri, 07 Feb 2025 15:26:38 -0500 Received: from lists.gnu.org ([2001:470:142::17]:57844) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tgUvr-0003OU-QF for submit@debbugs.gnu.org; Fri, 07 Feb 2025 15:26:36 -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 1tgUvl-0004yG-Iu for guix-patches@gnu.org; Fri, 07 Feb 2025 15:26:29 -0500 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 1tgUvj-0003SC-B7 for guix-patches@gnu.org; Fri, 07 Feb 2025 15:26:29 -0500 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 4YqQV8446czDqTc for ; Fri, 7 Feb 2025 20:26:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1738959984; bh=lqx7PeItx7Hy1l4/0wg/WKvvZpn4sgkpM5e40U+UyMw=; h=From:To:Cc:Subject:Date:From; b=ZgV1IGV761eYxGyJBpRdF/+qrRde3uWQxrgPv7PemMN8wE2S+sOo08GpShZVYZD2P leDn7I9RcMCMSLsbjhb/2VO944lwaG/WE5OxCIKgKDkHE17WWZuQLPfgiBGSrzp4zB Ku8NbUaw1olebFB3hZprZZE+X9F/3W3UGFmmnxJo= X-Riseup-User-ID: 7D645E70F491AFD36A47BB913108AA8E75D96AE9E0514402D162F2ED6504292E Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews02-sea.riseup.net (Postfix) with ESMTPSA id 4YqQV73SqYzFt2Z; Fri, 7 Feb 2025 20:26:23 +0000 (UTC) From: =?UTF-8?Q?Andr=C3=A9?= Batista Date: Fri, 7 Feb 2025 17:25:38 -0300 Message-ID: <20250207202538.20834-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.77. Change-Id: Ic8c48e47ab6de04c545baa13f32d8d8153bf1a7a --- 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 a23a0f3dcd..5438e4fc47 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -1039,7 +1039,7 @@ (define-public nginx-module-vts (define-public lighttpd (package (name "lighttpd") - (version "1.4.76") + (version "1.4.77") (source (origin (method url-fetch) (uri (string-append "https://download.lighttpd.net/lighttpd/" @@ -1047,7 +1047,7 @@ (define-public lighttpd "lighttpd-" version ".tar.xz")) (sha256 (base32 - "04ahiyn622mgpkib8j20vj7wa1av1dv7ing9vz7d1kvkwfb45gwc")))) + "1kk22mzh2p34nrwnm8q57xgm4riavmgxh0rd8nvdhrr2zbdspbxc")))) (build-system gnu-build-system) (arguments (list #:configure-flags base-commit: 70231fe7757f839f6ddd58d3c8a522b2e56fefe5 -- 2.46.0 From unknown Sun Jun 22 08:00:17 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#76126: closed (Re: [bug#76126] [PATCH] gnu: lighttpd: Update to 1.4.77.) Message-ID: References: <87v7tg647q.fsf@envs.net> <20250207202538.20834-1-nandre@riseup.net> X-Gnu-PR-Message: they-closed 76126 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 76126@debbugs.gnu.org Date: Tue, 11 Feb 2025 12:41:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1739277662-30856-1" This is a multi-part message in MIME format... ------------=_1739277662-30856-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #76126: [PATCH] gnu: lighttpd: Update to 1.4.77. 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 76126@debbugs.gnu.org. --=20 76126: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D76126 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1739277662-30856-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 76126-done) by debbugs.gnu.org; 11 Feb 2025 12:40:42 +0000 Received: from localhost ([127.0.0.1]:54824 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1thpZB-00080g-UJ for submit@debbugs.gnu.org; Tue, 11 Feb 2025 07:40:42 -0500 Received: from mail.envs.net ([5.199.136.28]:48556) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1thpZ9-00080X-75 for 76126-done@debbugs.gnu.org; Tue, 11 Feb 2025 07:40:39 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 6AEB738A3F1B; Tue, 11 Feb 2025 12:40:38 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id LP8sTrx6NyM3; Tue, 11 Feb 2025 12:40:35 +0000 (UTC) Received: from localhost (unknown [112.44.101.130]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Tue, 11 Feb 2025 12:40:35 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id f860288e; Tue, 11 Feb 2025 12:44:25 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: =?utf-8?Q?Andr=C3=A9?= Batista Subject: Re: [bug#76126] [PATCH] gnu: lighttpd: Update to 1.4.77. In-Reply-To: <20250207202538.20834-1-nandre@riseup.net> (=?utf-8?Q?=22Andr?= =?utf-8?Q?=C3=A9?= Batista"'s message of "Fri, 7 Feb 2025 17:25:38 -0300") References: <20250207202538.20834-1-nandre@riseup.net> Date: Tue, 11 Feb 2025 20:44:25 +0800 Message-ID: <87v7tg647q.fsf@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76126-done Cc: 76126-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 (-) Andr=C3=A9 Batista writes: > * gnu/packages/web.scm (lighttpd): Update to 1.4.77. Pushed to master now, thanks. ------------=_1739277662-30856-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 7 Feb 2025 20:26:38 +0000 Received: from localhost ([127.0.0.1]:36805 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tgUvu-0003Ok-BN for submit@debbugs.gnu.org; Fri, 07 Feb 2025 15:26:38 -0500 Received: from lists.gnu.org ([2001:470:142::17]:57844) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tgUvr-0003OU-QF for submit@debbugs.gnu.org; Fri, 07 Feb 2025 15:26:36 -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 1tgUvl-0004yG-Iu for guix-patches@gnu.org; Fri, 07 Feb 2025 15:26:29 -0500 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 1tgUvj-0003SC-B7 for guix-patches@gnu.org; Fri, 07 Feb 2025 15:26:29 -0500 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 4YqQV8446czDqTc for ; Fri, 7 Feb 2025 20:26:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1738959984; bh=lqx7PeItx7Hy1l4/0wg/WKvvZpn4sgkpM5e40U+UyMw=; h=From:To:Cc:Subject:Date:From; b=ZgV1IGV761eYxGyJBpRdF/+qrRde3uWQxrgPv7PemMN8wE2S+sOo08GpShZVYZD2P leDn7I9RcMCMSLsbjhb/2VO944lwaG/WE5OxCIKgKDkHE17WWZuQLPfgiBGSrzp4zB Ku8NbUaw1olebFB3hZprZZE+X9F/3W3UGFmmnxJo= X-Riseup-User-ID: 7D645E70F491AFD36A47BB913108AA8E75D96AE9E0514402D162F2ED6504292E Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews02-sea.riseup.net (Postfix) with ESMTPSA id 4YqQV73SqYzFt2Z; Fri, 7 Feb 2025 20:26:23 +0000 (UTC) From: =?UTF-8?q?Andr=C3=A9=20Batista?= To: guix-patches@gnu.org Subject: [PATCH] gnu: lighttpd: Update to 1.4.77. Date: Fri, 7 Feb 2025 17:25:38 -0300 Message-ID: <20250207202538.20834-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.77. Change-Id: Ic8c48e47ab6de04c545baa13f32d8d8153bf1a7a --- 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 a23a0f3dcd..5438e4fc47 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -1039,7 +1039,7 @@ (define-public nginx-module-vts (define-public lighttpd (package (name "lighttpd") - (version "1.4.76") + (version "1.4.77") (source (origin (method url-fetch) (uri (string-append "https://download.lighttpd.net/lighttpd/" @@ -1047,7 +1047,7 @@ (define-public lighttpd "lighttpd-" version ".tar.xz")) (sha256 (base32 - "04ahiyn622mgpkib8j20vj7wa1av1dv7ing9vz7d1kvkwfb45gwc")))) + "1kk22mzh2p34nrwnm8q57xgm4riavmgxh0rd8nvdhrr2zbdspbxc")))) (build-system gnu-build-system) (arguments (list #:configure-flags base-commit: 70231fe7757f839f6ddd58d3c8a522b2e56fefe5 -- 2.46.0 ------------=_1739277662-30856-1--