Re: Introduction for GSoC - Darsh

2020-03-14 Thread Darsh Patel
Greetings Marcus, Let me put some light on what I'm trying to accomplish here, npm is basically a dependency manager for NodeJS, it allows users to quickly install libraries and dependencies for their NodeJS Projects. NPM now provides 'npm audit' which reports vulnerabilities to the user and

GSoC web-app query

2020-03-14 Thread DANDAMUDI ROHIT
Hello everyone! I am currently pursuing my undergrad in India. As I mentioned my interest to work on web-app project before, I went ahead and did some PRs and went through all the current issues and got more understanding of the project. I would like to draft my application for the same, where

Re: Introduction for GSoC - Darsh

2020-03-14 Thread Marcus Calhoun-Lopez
Greetings Darsh, We are glad to hear about your interest in the MacPorts project. I am afraid I do not know much about the npm audit feature (or npm for that matter). How do you propose to determine that a security vulnerability exists? If a vulnerability is identified, what would your project

Re: gcc won't build i386 with our cctools assembler hack

2020-03-14 Thread Ken Cunningham
Iain's fix changes the assembly output to succeed if the assembler detected during the i386 gcc build is clang, but this is not an on-the-fly change, rather a configure-at-build change... so for our purposes, we will still need to force the older gas behaviour when gcc is built i386, so gcc