IABSD.fr/ports/security/node-bcrypt

Branch :


Log

Author Commit Date CI Message
4e0f8333 2012-12-05 00:46:38 Make node-bcrypt work with libv8 OK jeremy@
0abc6be2 2012-07-12 21:42:53 consistent spelling of Node.js, as used on the official web site
0c9db2e8 2012-06-28 17:33:05 Update node-bcrypt to 0.6.0, works with node 0.8.0. Build process changed from waf to gyp, but no patches required.
1dd4aa57 2012-05-23 15:13:20 adjust for node.port.mk location change
b7292ed8 2012-05-10 08:41:39 - set NO_REGRESS where applicable and add a comment as to why it's set - run the tests of node-pg during 'regress' not 'build' with and ok sthen@
3681ae85 2012-05-09 06:39:04 - bump node requirement to the latest and greatest
c9b9ea11 2012-05-08 17:11:02 - bump after recent node.port.mk change
39247360 2012-04-04 05:48:15 Pick a less generic variable for a MODULE: VERSION -> NPM_VERSION no objection from jeremy@
8894e981 2012-04-03 18:41:57 Import node-bcrypt 0.5.0. BCrypt password hashing library for nodejs, with both asynchronous and synchronous versions. OK sthen@