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)
Wed, Jul 24, 7:58 PM
Unknown Object (File)
Wed, Jul 17, 12:01 PM
Unknown Object (File)
Fri, Jul 12, 6:56 AM
Unknown Object (File)
Jun 22 2024, 4:21 AM
Unknown Object (File)
Jun 20 2024, 6:49 AM
Unknown Object (File)
Jun 20 2024, 6:44 AM
Unknown Object (File)
Jun 19 2024, 1:12 PM
Unknown Object (File)
Jun 16 2024, 12:53 AM
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 12075
Build 12382: 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.