Bug 217096 - www/node: use ca_root_nss store by default
Summary: www/node: use ca_root_nss store by default
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Po-Chuan Hsieh
URL: https://nodejs.org/en/blog/release/v7...
Keywords:
Depends on: 217095
Blocks:
  Show dependency treegraph
 
Reported: 2017-02-14 13:04 UTC by Bradley T. Hughes
Modified: 2017-02-15 09:03 UTC (History)
0 users

See Also:


Attachments
www/node: use ca_root_nss store by default (1.22 KB, patch)
2017-02-14 13:04 UTC, Bradley T. Hughes
bhughes: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bradley T. Hughes freebsd_committer freebsd_triage 2017-02-14 13:04:10 UTC
Created attachment 179985 [details]
www/node: use ca_root_nss store by default

Do not use the bundled CA store unless building with the bundled OpenSSL
library. Add dependency on ca_root_nss when building with a shared
OpenSSL. Bump PORTREVISION due to the new dependency.

Node.js recently added the runtime option to allow for using the default OpenSSL CA store instead of a hardcoded list of CA certificates. At the same time, a build option was added to change the runtime default. Enable this option when building with a shared openssl.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-02-14 16:16:16 UTC
A commit references this bug:

Author: sunpoet
Date: Tue Feb 14 16:16:09 UTC 2017
New revision: 434124
URL: https://svnweb.freebsd.org/changeset/ports/434124

Log:
  Use bundled CA store only when BUNDLED_SSL enabled

  - Bump PORTREVISION for dependency change

  PR:		217096
  Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)

Changes:
  head/www/node/Makefile
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2017-02-14 16:21:25 UTC
Committed. Thanks!
Comment 3 Bradley T. Hughes freebsd_committer freebsd_triage 2017-02-15 09:03:06 UTC
Thanks! :)