[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (532c0e7 -> f6c43c9)
From: |
guix-commits |
Subject: |
branch master updated (532c0e7 -> f6c43c9) |
Date: |
Fri, 2 Apr 2021 12:06:33 -0400 (EDT) |
jlicht pushed a change to branch master
in repository guix.
from 532c0e7 gnu: libringclient: Disable the libwrap feature.
new 23ea84c build-system: Rewrite node build system.
new c39092c gnu: Add libuv-for-node
new 7728aa2 gnu: node: Use license prefix.
new 0c0c484 gnu: Add node-bootstrap.
new f540ee5 gnu: Add node-semver-bootstrap.
new 972f2a2 gnu: Add node-ms-bootstrap.
new 2cc5883 gnu: Add node-binary-search-bootstrap.
new 2780cea gnu: Add node-debug-bootstrap.
new 6b930e5 gnu: Add node-llparse-builder-bootstrap.
new 82e7f7c gnu: Add node-llparse-frontend-bootstrap.
new 91b78f3 gnu: Add node-llparse-bootstrap.
new 31c4d89 gnu: Add llhttp-bootstrap.
new f6c43c9 gnu: Add node-lts.
The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnu/local.mk | 1 +
gnu/packages/libevent.scm | 16 +
gnu/packages/node-xyz.scm | 6 +-
gnu/packages/node.scm | 508 ++++++++++++++++++++-
.../patches/llhttp-bootstrap-CVE-2020-8287.patch | 100 ++++
guix/build-system/node.scm | 29 +-
guix/build/node-build-system.scm | 207 ++++-----
7 files changed, 734 insertions(+), 133 deletions(-)
create mode 100644 gnu/packages/patches/llhttp-bootstrap-CVE-2020-8287.patch
- branch master updated (532c0e7 -> f6c43c9),
guix-commits <=
- 01/13: build-system: Rewrite node build system., guix-commits, 2021/04/02
- 02/13: gnu: Add libuv-for-node, guix-commits, 2021/04/02
- 04/13: gnu: Add node-bootstrap., guix-commits, 2021/04/02
- 13/13: gnu: Add node-lts., guix-commits, 2021/04/02
- 05/13: gnu: Add node-semver-bootstrap., guix-commits, 2021/04/02
- 12/13: gnu: Add llhttp-bootstrap., guix-commits, 2021/04/02
- 11/13: gnu: Add node-llparse-bootstrap., guix-commits, 2021/04/02
- 09/13: gnu: Add node-llparse-builder-bootstrap., guix-commits, 2021/04/02
- 10/13: gnu: Add node-llparse-frontend-bootstrap., guix-commits, 2021/04/02
- 08/13: gnu: Add node-debug-bootstrap., guix-commits, 2021/04/02