Package: groovebasin / 1.4.0-1

Metadata

Package Version Patches format
groovebasin 1.4.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
shebang.patch | (download)

lib/server.js | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 shebang line to nodejs
disable default ssl.patch | (download)

lib/groovebasin.js | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 disable default ssl
 upstream defaults to using a self-signed cert and https. This requires users
 to click through a certificate warning in the browser. We would rather have
 the security vulnerability of passwords passing unprotected over HTTP than
 train users to click through the "ignore bad certificate" warning.
bundle connect static module.patch | (download)

node_modules/connect-static/index.js | 110 110 + 0 - 0 !
node_modules/connect-static/node_modules/streamsink/index.js | 53 53 + 0 - 0 !
node_modules/connect-static/node_modules/streamsink/package.json | 42 42 + 0 - 0 !
node_modules/connect-static/package.json | 48 48 + 0 - 0 !
4 files changed, 253 insertions(+)

 bundle connect-static module
 FTP masters rejected node-connect-static on the account of it being too small,
 so we bundle the module here.
bundle curlydiff module.patch | (download)

node_modules/curlydiff/index.js | 62 62 + 0 - 0 !
node_modules/curlydiff/package.json | 46 46 + 0 - 0 !
2 files changed, 108 insertions(+)

 bundle curlydiff module
bundle mv module.patch | (download)

node_modules/mv/index.js | 105 105 + 0 - 0 !
node_modules/mv/package.json | 62 62 + 0 - 0 !
2 files changed, 167 insertions(+)

 bundle mv module
 FTP masters rejected node-mv on the account of it being too small, so we
 bundle the module here.
bundle human size module.patch | (download)

node_modules/human-size/index.js | 10 10 + 0 - 0 !
node_modules/human-size/package.json | 41 41 + 0 - 0 !
2 files changed, 51 insertions(+)

 bundle human-size module
 FTP masters rejected node-human-size on the account of it being too small,
 so we bundle the module here.