unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Bruno Victal <mirai@makinata.eu>
To: 64449@debbugs.gnu.org
Cc: Bruno Victal <mirai@makinata.eu>
Subject: [bug#64449] [PATCH 3/4] gnu: lua-cqueues: Update to 20200726.
Date: Mon,  3 Jul 2023 23:28:42 +0100	[thread overview]
Message-ID: <034fd7be85869c9ce24c01a318e2f4873199bb21.1688423261.git.mirai@makinata.eu> (raw)
In-Reply-To: <cover.1688422815.git.mirai@makinata.eu>

The releases list in the homepage is outdated.

* gnu/packages/lua.scm (make-lua-cqueues): Update to 20200726. Switch upstream
URL.
---
 gnu/packages/lua.scm | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
index 2214790751..c061959c2f 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -487,14 +487,16 @@ (define-public lua5.2-sec
 (define (make-lua-cqueues name lua lua-ossl)
   (package
     (name name)
-    (version "20171014")
+    (version "20200726")
     (source (origin
-              (method url-fetch)
-              (uri (string-append "https://25thandclement.com/~william/"
-                                  "projects/releases/cqueues-" version ".tgz"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/wahern/cqueues")
+                    (commit (string-append "rel-" version))))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "1dabhpn6r0hlln8vx9hxm34pfcm46qzgpb2apmziwg5z51fi4ksb"))))
+                "17gwqndlga6gnishgs6wk8cvgwzanddr42yikkg2xd4nanhcg8z9"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((guix build gnu-build-system)
@@ -559,7 +561,9 @@ (define (make-lua-cqueues name lua lua-ossl)
 
                             ;; Regression tests that require LuaJIT
                             '("44-resolvers-gc.lua"
-                              "51-join-defunct-thread.lua")
+                              "51-join-defunct-thread.lua"
+                              "73-starttls-buffering.lua"
+                              "87-alpn-disappears.lua")
 
                             ;; Regression tests that require Lua 5.3
                             (if (not (equal? lua-version "5.3"))
-- 
2.39.2





  parent reply	other threads:[~2023-07-03 22:38 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-03 22:26 [bug#64449] [PATCH 0/4] Fix lua-cqueues build failure Bruno Victal
2023-07-03 22:28 ` [bug#64449] [PATCH 1/4] gnu: lua-ossl: Update to 20220711 Bruno Victal
2023-08-30 19:54   ` [bug#64449] [PATCH 0/4] Fix lua-cqueues build failure Maxim Cournoyer
2023-07-03 22:28 ` [bug#64449] [PATCH 2/4] gnu: lua-ossl: Use G-expressions Bruno Victal
2023-08-30 19:55   ` [bug#64449] [PATCH 0/4] Fix lua-cqueues build failure Maxim Cournoyer
2023-07-03 22:28 ` Bruno Victal [this message]
2023-08-30 19:57   ` Maxim Cournoyer
2023-07-03 22:28 ` [bug#64449] [PATCH 4/4] gnu: lua-cqueues: Refactor package definition Bruno Victal
2023-08-30 19:57   ` [bug#64449] [PATCH 0/4] Fix lua-cqueues build failure Maxim Cournoyer
2023-08-31 15:03 ` [bug#64449] [PATCH v2 1/4] gnu: lua-ossl: Update to 20220711 Bruno Victal
2023-08-31 15:03 ` [bug#64449] [PATCH v2 2/4] gnu: lua-ossl: Use G-expressions Bruno Victal
2023-08-31 15:03 ` [bug#64449] [PATCH v2 3/4] gnu: lua-cqueues: Update to 20200726 Bruno Victal
2023-08-31 15:03 ` [bug#64449] [PATCH v2 4/4] gnu: lua-cqueues: Refactor package definition Bruno Victal
2023-10-09  0:51 ` [bug#64449] [PATCH 0/4] Fix lua-cqueues build failure Bruno Victal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=034fd7be85869c9ce24c01a318e2f4873199bb21.1688423261.git.mirai@makinata.eu \
    --to=mirai@makinata.eu \
    --cc=64449@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).