unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63475] [PATCH] gnu: lighttpd: Update to 1.4.70.
@ 2023-05-12 22:35 André Batista
  2023-05-15 10:03 ` bug#63475: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: André Batista @ 2023-05-12 22:35 UTC (permalink / raw)
  To: 63475; +Cc: André Batista

* gnu/packages/web.scm (lighttpd): Update to 1.4.70.
---
 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 95180ac316..fe52f673e2 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -911,7 +911,7 @@ (define-public nginx-module-vts
 (define-public lighttpd
   (package
     (name "lighttpd")
-    (version "1.4.68")
+    (version "1.4.70")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.lighttpd.net/lighttpd/"
@@ -919,7 +919,7 @@ (define-public lighttpd
                                   "lighttpd-" version ".tar.xz"))
               (sha256
                (base32
-                "111kb3lkcvbxw46dnsrgx9pfbdpzb807ikkn9pd1lgmnaap3fvz5"))))
+                "11gyc77d6g634mshdqmbl50bmx1i7aibg6kp0dz8kfdnyhfbw7lj"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags

base-commit: d67a3622ef82b68ee40a2c93abe3d1478633719c
-- 
2.39.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#63475: [PATCH] gnu: lighttpd: Update to 1.4.70.
  2023-05-12 22:35 [bug#63475] [PATCH] gnu: lighttpd: Update to 1.4.70 André Batista
@ 2023-05-15 10:03 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-05-15 10:03 UTC (permalink / raw)
  To: André Batista; +Cc: 63475-done

André Batista <nandre@riseup.net> writes:

> * gnu/packages/web.scm (lighttpd): Update to 1.4.70.

Applied, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-15 10:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-12 22:35 [bug#63475] [PATCH] gnu: lighttpd: Update to 1.4.70 André Batista
2023-05-15 10:03 ` bug#63475: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).