* [bug#42638] [PATCH] bump libuv to 1.38
@ 2020-07-31 17:08 Formbi via Guix-patches via
2020-08-01 6:59 ` Mathieu Othacehe
0 siblings, 1 reply; 6+ messages in thread
From: Formbi via Guix-patches via @ 2020-07-31 17:08 UTC (permalink / raw)
To: 42638
[-- Attachment #1: Type: text/plain, Size: 13 bytes --]
Empty Message
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-bump-libuv.patch --]
[-- Type: text/x-patch; name=0001-bump-libuv.patch, Size: 1133 bytes --]
From 58ed4908680d98a1b4769b40a47ded3fd49cfc6b Mon Sep 17 00:00:00 2001
From: Formbi <formbi@protonmail.com>
Date: Fri, 31 Jul 2020 18:59:55 +0200
Subject: [PATCH] bump libuv
---
gnu/packages/libevent.scm | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm
index dab574a155..3e7189dd56 100644
--- a/gnu/packages/libevent.scm
+++ b/gnu/packages/libevent.scm
@@ -133,6 +133,18 @@ resolution, asynchronous file system operations, and threading primitives.")
;; details. Documentation is CC-BY 4.0 as of 1.12.0; see 'LICENSE-docs'.
(license (list expat cc-by4.0))))
+(define-public libuv-1.38
+ (package
+ (inherit libuv)
+ (version "1.38.1")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "https://dist.libuv.org/dist/v" version
+ "/libuv-v" version ".tar.gz"))
+ (sha256
+ (base32
+ "0iy6yp9nrxpj643w7la3kl3j59ni59b0l4v6n23a63s8kqkpvkhf"))))))
+
(define-public perl-anyevent
(package
(name "perl-anyevent")
--
2.26.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [bug#42638] [PATCH] bump libuv to 1.38
2020-07-31 17:08 [bug#42638] [PATCH] bump libuv to 1.38 Formbi via Guix-patches via
@ 2020-08-01 6:59 ` Mathieu Othacehe
2020-08-01 21:47 ` Formbi via Guix-patches via
0 siblings, 1 reply; 6+ messages in thread
From: Mathieu Othacehe @ 2020-08-01 6:59 UTC (permalink / raw)
To: Formbi; +Cc: 42638
Hello Formbi,
When updating a package, the commit message has to follow a few
conventions detailed in the manual here:
https://guix.gnu.org/manual/en/html_node/Submitting-Patches.html.
> +(define-public libuv-1.38
> + (package
> + (inherit libuv)
> + (version "1.38.1")
> + (source (origin
> + (method url-fetch)
> + (uri (string-append "https://dist.libuv.org/dist/v" version
> + "/libuv-v" version ".tar.gz"))
> + (sha256
> + (base32
> + "0iy6yp9nrxpj643w7la3kl3j59ni59b0l4v6n23a63s8kqkpvkhf"))))))
Regarding this very update, why do we need this specific version?
Thanks,
Mathieu
^ permalink raw reply [flat|nested] 6+ messages in thread
* [bug#42638] [PATCH] bump libuv to 1.38
2020-08-01 6:59 ` Mathieu Othacehe
@ 2020-08-01 21:47 ` Formbi via Guix-patches via
2020-08-06 21:28 ` Jakub Kądziołka
0 siblings, 1 reply; 6+ messages in thread
From: Formbi via Guix-patches via @ 2020-08-01 21:47 UTC (permalink / raw)
To: Mathieu Othacehe; +Cc: 42638@debbugs.gnu.org
>why do we need this specific version?
It's needed by the 14.6 version of Node.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [bug#42638] [PATCH] bump libuv to 1.38
2020-08-01 21:47 ` Formbi via Guix-patches via
@ 2020-08-06 21:28 ` Jakub Kądziołka
2020-08-06 21:31 ` Jakub Kądziołka
0 siblings, 1 reply; 6+ messages in thread
From: Jakub Kądziołka @ 2020-08-06 21:28 UTC (permalink / raw)
To: Formbi; +Cc: Mathieu Othacehe, 42638@debbugs.gnu.org
[-- Attachment #1: Type: text/plain, Size: 406 bytes --]
On Sat, Aug 01, 2020 at 09:47:59PM +0000, Formbi wrote:
> >why do we need this specific version?
>
> It's needed by the 14.6 version of Node.
The core-updates branch already has libuv 1.38.1, so this patch might
become unnecessary depending on when Node 14.6 gets added - I think it
would be better if you submitted this patch as part of the Node 14.6
patchstack.
Regards,
Jakub Kądziołka
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* [bug#42638] [PATCH] bump libuv to 1.38
2020-08-06 21:28 ` Jakub Kądziołka
@ 2020-08-06 21:31 ` Jakub Kądziołka
2023-05-28 21:56 ` bug#42638: " Jelle Licht
0 siblings, 1 reply; 6+ messages in thread
From: Jakub Kądziołka @ 2020-08-06 21:31 UTC (permalink / raw)
To: Formbi; +Cc: Mathieu Othacehe, 42638@debbugs.gnu.org
[-- Attachment #1: Type: text/plain, Size: 657 bytes --]
On Thu, Aug 06, 2020 at 11:28:55PM +0200, Jakub Kądziołka wrote:
> On Sat, Aug 01, 2020 at 09:47:59PM +0000, Formbi wrote:
> > >why do we need this specific version?
> >
> > It's needed by the 14.6 version of Node.
>
> The core-updates branch already has libuv 1.38.1, so this patch might
> become unnecessary depending on when Node 14.6 gets added - I think it
> would be better if you submitted this patch as part of the Node 14.6
> patchstack.
>
> Regards,
> Jakub Kądziołka
Whoops, I didn't see your Node patch, as the page-break on Debbugs
obscured it. Not too long ago we only had a single page worth of pending
patches... :/
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#42638: [PATCH] bump libuv to 1.38
2020-08-06 21:31 ` Jakub Kądziołka
@ 2023-05-28 21:56 ` Jelle Licht
0 siblings, 0 replies; 6+ messages in thread
From: Jelle Licht @ 2023-05-28 21:56 UTC (permalink / raw)
To: 42638-done; +Cc: Jakub Kądziołka, Mathieu Othacehe, Formbi
We now use libuv@1.44.2 on master (/w node@18), so closing this one.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-05-28 21:57 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-31 17:08 [bug#42638] [PATCH] bump libuv to 1.38 Formbi via Guix-patches via
2020-08-01 6:59 ` Mathieu Othacehe
2020-08-01 21:47 ` Formbi via Guix-patches via
2020-08-06 21:28 ` Jakub Kądziołka
2020-08-06 21:31 ` Jakub Kądziołka
2023-05-28 21:56 ` bug#42638: " Jelle Licht
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.