GNU bug report logs -
#64449
[PATCH 0/4] Fix lua-cqueues build failure.
Previous Next
Full log
Message #20 received at 64449 <at> debbugs.gnu.org (full text, mbox):
Hi,
Bruno Victal <mirai <at> 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
This bug report was last modified 113 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.