Page MenuHomeFreeBSD

www/node: Update 8.6.0 -> 8.8.0
ClosedPublic

Authored by bhughes on Oct 16 2017, 8:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 30 2024, 10:39 AM
Unknown Object (File)
Jan 20 2024, 5:54 PM
Unknown Object (File)
Jan 12 2024, 4:22 PM
Unknown Object (File)
Dec 22 2023, 10:47 PM
Unknown Object (File)
Dec 13 2023, 10:56 AM
Unknown Object (File)
Nov 29 2023, 5:57 PM
Unknown Object (File)
Nov 14 2023, 10:25 PM
Unknown Object (File)
Oct 17 2023, 10:24 PM
Subscribers
None

Details

Summary

www/node: Update 8.6.0 -> 8.8.0

Update to the latest upstream v8.x release to address a remote DoS
vulnerability.

https://nodejs.org/en/blog/vulnerability/oct-2017-dos/
https://nodejs.org/en/blog/release/v8.8.0/

Remove post-patch rules to replace various occurrences of 'python' with
PYTHON_CMD. Upstream has done a change to ensure that the "correct"
python version is called at build time, making our post-patch steps
unnecessary.

Re-roll patches with 'make makepatch'.

Approved by: robak (mentor)

Test Plan

$ pwd
/usr/ports/www/node
$ portlint -C
WARN: Makefile: possible use of absolute pathname "/etc/make.conf".
WARN: Makefile: "IGNORE" has to appear earlier.
WARN: Makefile: "ONLY_FOR_ARCHS" has to appear earlier.
0 fatal errors and 3 warnings found.

http://35.176.84.170/data/latest-per-pkg/node/8.8.0/

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 12073
Build 12380: arc lint + arc unit

Event Timeline

Remove debugging output from files/patch-configure

Updating to 8.8.0 now that it's been released. It addresses a remote
DoS vulnerabiltiy.

bhughes retitled this revision from www/node: Update 8.6.0 -> 8.7.0 to www/node: Update 8.6.0 -> 8.8.0.Oct 25 2017, 6:59 AM
bhughes edited the summary of this revision. (Show Details)
bhughes edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Oct 25 2017, 9:28 AM
This revision was automatically updated to reflect the committed changes.