From unknown Fri Aug 15 03:57:48 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#77457 <77457@debbugs.gnu.org> To: bug#77457 <77457@debbugs.gnu.org> Subject: Status: [PATCH] gnu: lighttpd: Update to 1.4.78. Reply-To: bug#77457 <77457@debbugs.gnu.org> Date: Fri, 15 Aug 2025 10:57:48 +0000 retitle 77457 [PATCH] gnu: lighttpd: Update to 1.4.78. reassign 77457 guix-patches submitter 77457 Andr=C3=A9 Batista severity 77457 normal tag 77457 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 02 10:12:10 2025 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 From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 03 11:55:50 2025 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 From unknown Fri Aug 15 03:57:48 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 02 May 2025 11:24:13 +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