From 2c3f59d7052dd30ea84df8a627ec6b6447041f46 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 2 Dec 2015 00:24:26 -0800 Subject: [PATCH 1/4] executable@2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bb371fba..77566d7c 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "cross-spawn-async": "^2.0.0", "debug": "^2.1.0", "end-of-stream": "^1.0.0", - "executable": "^1.1.0", + "executable": "^2.1.0", "fs-chunk-store": "^1.3.4", "hat": "0.0.3", "immediate-chunk-store": "^1.0.7", From 388dd3f6b9188b7f227c41c333655621948ec616 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 2 Dec 2015 00:31:55 -0800 Subject: [PATCH 2/4] bittorrent-dht@4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 77566d7c..4bffb001 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "addr-to-ip-port": "^1.0.1", "bitfield": "^1.0.2", - "bittorrent-dht": "^3.0.0", + "bittorrent-dht": "^4.0.4", "bittorrent-swarm": "^5.0.0", "chunk-store-stream": "^2.0.0", "clivas": "^0.2.0", From e0db3e813a4534367e9a91bfc2cadc918832da94 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 2 Dec 2015 01:05:41 -0800 Subject: [PATCH 3/4] fix test for create-torrent change --- test/basic-node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/basic-node.js b/test/basic-node.js index cc093eca..70e96163 100644 --- a/test/basic-node.js +++ b/test/basic-node.js @@ -124,7 +124,7 @@ test('client.seed: filesystem path to folder with multiple files, string', funct client.seed(numbersPath, opts, function (torrent) { t.equal(torrent.infoHash, '80562f38656b385ea78959010e51a2cc9db41ea0') - t.equal(torrent.magnetURI, 'magnet:?xt=urn:btih:80562f38656b385ea78959010e51a2cc9db41ea0&dn=numbers&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Ftracker.publicbt.com%3A80&tr=udp%3A%2F%2Ftracker.webtorrent.io%3A80&tr=wss%3A%2F%2Ftracker.webtorrent.io') + t.equal(torrent.magnetURI, 'magnet:?xt=urn:btih:80562f38656b385ea78959010e51a2cc9db41ea0&dn=numbers&tr=udp%3A%2F%2Fexodus.desync.com%3A6969&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Ftracker.internetwarriors.net%3A1337&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=wss%3A%2F%2Ftracker.webtorrent.io') client.destroy() }) }) From 08ae55cb702ae1c397e295297a8dd2505e6cdb1f Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 2 Dec 2015 01:08:56 -0800 Subject: [PATCH 4/4] remove npm cache MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s causing the tests to fail because there’s an old version of create-torrent being used. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 185b24bc..677df6fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,3 @@ env: global: - secure: AJsEWFnWC5W8hcF3hJzm3PT7heazJpKg85xiSvIWVzLHZU/s0h4+WfJ6t0F9v3L4awaowm62vy8CRaxRkB4lJyJg+JK2K0QN7lNFGj2f8Jx2cFlVJ1IyY959GY4iUg66JrNj1yzS02+yQfweDngyifqzb7IlxnowiveDjUO2gyo= - secure: hvihwLUqlPchrGFXKWFF7iKRugISU7r/gLBo6O63nPeg0OwnYqYcC2BnBWoSiOdu9oR5bM4a5u0os04XL+bP3dqt324g0uBTqvyyxD6NhBsphVFkUmdUH3HMe7IQY6JTns96KT/6UkQapKhIuW4CUDeidR+5NFKvyRdKIjSawS4= -cache: - directories: - - node_modules