-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Conversation
io.js recently updated the default cipher suite. See nodejs/node@77f3586 1e14f This helps, for instance, with the "new" 13-year old RC4 Bar Mitzvah vulnerability. This commit pulls over the io.js commit.
I think it's important to keep the original author and commit message. I've ported some changes from io.js in the past few weeks and I've started using the following form of commit messages: 61fe1fe. What do you think? |
+1. Good plan. I can update the commit message for this one accordingly if
|
Yes please! Usually what I do is that I use the following command line to port a change from one repo (V8, libuv, io.js, etc.) to my local node repository:
where Then I use |
Replacing with another PR with the io.js pr commit message... |
@jasnell Try it out: |
Thanks. I do. I just tend towards a natural aversion to changing history.
|
For repos that other people use like joyent/node, indeed, don't force push. |
io.js recently updated the default cipher suite.
See
nodejs/node@77f3586
1e14f
This helps, for instance, with the "new" 13-year old
RC4 Bar Mitzvah vulnerability. This commit pulls over
the io.js commit.