From 5b471ea7e7bbad31b232c455bec180cafc3be54e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen 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 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 " 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 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 " 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"