Package: nodejs / 0.10.29~dfsg-1~bpo70+1
Metadata
| Package | Version | Patches format |
|---|---|---|
| nodejs | 0.10.29~dfsg-1~bpo70+1 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| 2001_FHS_and_rename_to_nodejs.patch | (download) |
doc/node.1 |
4 2 + 2 - 0 ! |
fhs path for nodejs, rename man page to nodejs. Use /usr/lib/nodejs for packaged modules. |
| 2004_relax_failing_test.patch | (download) |
test/message/stack_overflow.out |
6 3 + 3 - 0 ! |
relax test failing with recent v8 |
| 2005_expected_failing_tests.patch | (download) |
test/simple/simple.status |
74 74 + 0 - 0 ! |
expected failing tests
There are three categories of failing tests:
1 - the test is missing some network resource, or some unidentified resource
that is present on a minimal server install of debian.
2 - the test assumes short timeouts or amounts of resources not available
at the moment of the test.
3 - the test assumes some cli tool is compiled with options not available
on debian, but it doesn't affect the quality of nodejs (openssl).
|
| 2010_fix_makefile_missing_zlib.patch | (download) |
Makefile |
2 1 + 1 - 0 ! |
fix makefile missing zlib |
| 2011_mips_mipsel.patch | (download) |
Makefile |
4 2 + 2 - 0 ! |
add support for mipsel arch and mips arch |
| 2012_kfreebsd.patch | (download) |
common.gypi |
4 2 + 2 - 0 ! |
add __freebsd_kernel__ to the list of *bsd conditions |
| 2013_gyp_noparallel_compat.patch | (download) |
configure |
2 1 + 1 - 0 ! |
remove --no-parallel option, incompatible with gyp < r1773 |
| 1001_readfile_eisdir.patch | (download) |
lib/fs.js |
8 6 + 2 - 0 ! |
raise eisdir if readfile or readfilesync a directory Bug-Node: https://github.com/joyent/node/pull/5928 |
| 1002_increase_timeout_in_test.patch | (download) |
test/simple/test-http-client-timeout-agent.js |
2 1 + 1 - 0 ! |
raise timeout in test Bug-Node: https://github.com/joyent/node/issues/4412 |
| 1003_test_disable_chunked_response.patch | (download) |
test/simple/test-http-upgrade-server.js |
5 3 + 2 - 0 ! |
fix test that fails if http response is chunked. Bug-Node: https://github.com/joyent/node/pull/5926 |
| 1004_test_writeNaN.patch | (download) |
test/simple/test-writedouble.js |
30 16 + 14 - 0 ! |
fix test that fails on mipsel to write nan to buffer. |
| 1005_restore_sh_javascript_nonminified.patch | (download) |
doc/sh_javascript.min.js |
348 348 + 0 - 0 ! |
restore original version of dfsg-excluded file |
| 2014_donotinclude_root_certs.patch | (download) |
src/node_crypto.cc |
31 7 + 24 - 0 ! |
do not bundle ca certificates, openssl on debian have them As a consequence, nodejs must depend on ca-certificates. |
| 1006_relax_timeouts_in_tests.patch | (download) |
test/simple/test-cluster-master-kill.js |
2 1 + 1 - 0 ! |
relax conditions or timeouts in tests that fail on slow machines. This tries to cover https://buildd.debian.org/status/fetch.php?pkg=nodejs&arch=mipsel&ver=0.10.28~dfsg-1&stamp=1400849690 |
| 1007_revert_invalid_utf8_fix.patch | (download) |
src/node.cc |
5 0 + 5 - 0 ! |
revert https://github.com/joyent/node/commit/0da4c671 Unfortunately it relies on a libv8 patch that breaks v8 3.14.5 API. |
