unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: Bruno Victal <mirai@makinata.eu>
Cc: 64449@debbugs.gnu.org
Subject: [bug#64449] [PATCH 0/4] Fix lua-cqueues build failure.
Date: Wed, 30 Aug 2023 15:54:07 -0400	[thread overview]
Message-ID: <871qfk71cw.fsf_-_@gmail.com> (raw)
In-Reply-To: <929a9821646da834563938ccd5aa52cf68efede0.1688423261.git.mirai@makinata.eu> (Bruno Victal's message of "Mon, 3 Jul 2023 23:28:40 +0100")

Hi,

Bruno Victal <mirai@makinata.eu> writes:

> The homepage seems frozen in time whilst the issue tracker at
> <https://github.com/wahern/luaossl> has been receiving new releases.
>
> * gnu/packages/lua.scm (make-lua-ossl): Update to 20220711. Switch upstream
> URL.
> ---
>  gnu/packages/lua.scm | 12 +++++++-----
>  1 file changed, 7 insertions(+), 5 deletions(-)
>
> diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
> index 63a4bd5455..67df8dc31e 100644
> --- a/gnu/packages/lua.scm
> +++ b/gnu/packages/lua.scm
> @@ -370,14 +370,16 @@ (define-public lua5.2-filesystem
>  (define (make-lua-ossl name lua)
>    (package
>      (name name)
> -    (version "20170903")
> +    (version "20220711")
>      (source (origin
> -              (method url-fetch)
> -              (uri (string-append "https://25thandclement.com/~william/"
> -                                  "projects/releases/luaossl-" version ".tgz"))
> +              (method git-fetch)
> +              (uri (git-reference
> +                    (url "https://github.com/wahern/luaossl")
> +                    (commit (string-append "rel-" version))))
> +              (file-name (git-file-name name version))
>                (sha256
>                 (base32
> -                "10392bvd0lzyibipblgiss09zlqh3a5zgqg1b9lgbybpqb9cv2k3"))))
> +                "1a9pgmc6fbhgh1m9ksz9fq057yzz46npqgakcsy9vngg47xacfdb"))))
>      (build-system gnu-build-system)
>      (arguments
>       `(#:make-flags
>
> base-commit: cf7e0267adfc3cb83e477c2aebb61060c3c0cfd6

LGTM.

-- 
Thanks,
Maxim




  reply	other threads:[~2023-08-30 19:55 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   ` Maxim Cournoyer [this message]
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 ` [bug#64449] [PATCH 3/4] gnu: lua-cqueues: Update to 20200726 Bruno Victal
2023-08-30 19:57   ` [bug#64449] [PATCH 0/4] Fix lua-cqueues build failure 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=871qfk71cw.fsf_-_@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=64449@debbugs.gnu.org \
    --cc=mirai@makinata.eu \
    /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).