Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nodejs updates
@ 2020-10-01 17:22 leahneukirchen
  2020-10-01 20:29 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 1 reply; 2+ messages in thread
From: leahneukirchen @ 2020-10-01 17:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 336 bytes --]

There is a new pull request by leahneukirchen against master on the void-packages repository

https://github.com/leahneukirchen/void-packages nodejs
https://github.com/void-linux/void-packages/pull/25239

nodejs updates
Contains security fixes.

A patch file from https://github.com/void-linux/void-packages/pull/25239.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nodejs-25239.patch --]
[-- Type: text/x-diff, Size: 3353 bytes --]

From 5b471ea7e7bbad31b232c455bec180cafc3be54e Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 1 Oct 2020 19:21:53 +0200
Subject: [PATCH 1/3] llhttp: update to 2.1.3.

---
 srcpkgs/llhttp/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/llhttp/template b/srcpkgs/llhttp/template
index 29c5ea008b3..393892ad769 100644
--- a/srcpkgs/llhttp/template
+++ b/srcpkgs/llhttp/template
@@ -4,8 +4,8 @@
 # or at least a revbump in the same pull request since they work in-sync.
 
 pkgname=llhttp
-version=2.0.5
-revision=2
+version=2.1.3
+revision=1
 wrksrc="llhttp-release-v${version}"
 build_style=gnu-makefile
 short_desc="Port of http_parser to llparse"
@@ -15,7 +15,7 @@ homepage="https://llhttp.org/"
 # _always_ use releases. Those have the C code generated, otherwise
 # we'd have a dep loop nodejs<->llhttp
 distfiles="https://github.com/nodejs/llhttp/archive/release/v${version}.tar.gz"
-checksum=48f882f0b6cecc48aec8f81072ee4d80fe9a4b5e1bce009e3cf8aecbe5892c1a
+checksum=5d0d0a96a97f74678dc03077488103ae72b04d142524525514ce774288849703
 
 post_extract() {
 	# No need to pull in gyp for such a simple Makefile...

From 89460a23da03219dadf2a6707092fcc68e70532d Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 1 Oct 2020 19:21:57 +0200
Subject: [PATCH 2/3] nodejs-lts: update to 12.18.4.

---
 srcpkgs/nodejs-lts/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nodejs-lts/template b/srcpkgs/nodejs-lts/template
index 85ee16fdb6b..9e4abb76a62 100644
--- a/srcpkgs/nodejs-lts/template
+++ b/srcpkgs/nodejs-lts/template
@@ -1,6 +1,6 @@
 # Template file for 'nodejs-lts'
 pkgname=nodejs-lts
-version=12.18.3
+version=12.18.4
 revision=1
 wrksrc="node-v${version}"
 # Need these for host v8 for torque, see https://github.com/nodejs/node/pull/21079
@@ -17,7 +17,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://nodejs.org/"
 distfiles="${homepage}/dist/v${version}/node-v${version}.tar.gz"
-checksum=6ea85f80e01b007cc9b566b8836513bc5102667d833bad4c1092be60fa60c2d4
+checksum=a802d87e579e46fc52771ed6f2667048320caca867be3276f4c4f1bbb41389c3
 python_version=3
 
 build_options="ssl libuv http_parser icu nghttp2 cares"

From d927e507aadf0fd99774d8e78d06f14da16be7df Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 1 Oct 2020 19:21:59 +0200
Subject: [PATCH 3/3] nodejs: update to 14.13.0.

---
 srcpkgs/nodejs/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nodejs/template b/srcpkgs/nodejs/template
index 35b36c570a6..98a9a248811 100644
--- a/srcpkgs/nodejs/template
+++ b/srcpkgs/nodejs/template
@@ -1,6 +1,6 @@
 # Template file for 'nodejs'
 pkgname=nodejs
-version=14.10.1
+version=14.13.0
 revision=1
 wrksrc="node-v${version}"
 # Need these for host v8 for torque, see https://github.com/nodejs/node/pull/21079
@@ -17,7 +17,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://nodejs.org/"
 distfiles="${homepage}/dist/v${version}/node-v${version}.tar.gz"
-checksum=5047c4962012f88258d8c1c6c133d870fd818ed5ea0f194ab3aa206510d144ae
+checksum=8538b2e76aa06ee0e6eb1c118426c3c5ca53b2e49d66591738eacf76e89edd61
 python_version=3
 
 build_options="ssl libuv http_parser icu nghttp2 cares"

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

* Re: [PR PATCH] [Merged]: nodejs updates
  2020-10-01 17:22 [PR PATCH] nodejs updates leahneukirchen
@ 2020-10-01 20:29 ` leahneukirchen
  0 siblings, 0 replies; 2+ messages in thread
From: leahneukirchen @ 2020-10-01 20:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 172 bytes --]

There's a merged pull request on the void-packages repository

nodejs updates
https://github.com/void-linux/void-packages/pull/25239

Description:
Contains security fixes.

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

end of thread, other threads:[~2020-10-01 20:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-01 17:22 [PR PATCH] nodejs updates leahneukirchen
2020-10-01 20:29 ` [PR PATCH] [Merged]: " leahneukirchen

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 NNTP newsgroup(s).