nodejs 0.4.12-3ubuntu1 source package in Ubuntu

Changelog

nodejs (0.4.12-3ubuntu1) precise; urgency=low

  * Merge from Debian unstable:
    - This package is x86/arm only. Update control to match
    - Drop 2007_remove_internet_test.patch, update
      2005_expected_failing_tests.patch instead:
      + Allow test-dgram-multicast to fail, requires root privileges.
      + Allow test-c-ares, test-regress-GH-819 and test-net-connect-timeout to
        fail, they require network access.
  * Rebuild with new version of libv8.

nodejs (0.4.12-3) unstable; urgency=low

  * Depend on libv8 3.6 (>= 3.6.6.14-2), because it fixes CVE-2011-5037.
    This breaks test/simple/test-sys.js, fixed by an upstream patch.

nodejs (0.4.12-2) unstable; urgency=low

  * Port to libv8 3.5 branch and depend on it.
  * Force nodejs-dev to depend on libv8-dev << 3.6, to avoid API
    incompatibilities between nodejs-dev and libv8-dev.
    This will help fixing bug#650552, thanks to Jonas Smedegaard.
  * Do not search modules in /usr/local/lib/nodejs, see README.Debian.
  * Remove useless debian/patches/1006_version.patch
  * Drop unneeded dependency on Scons.
  * Build-Depends on openssl, some tests spawn /usr/bin/openssl.
 -- James Page <email address hidden>   Thu, 09 Feb 2012 15:01:27 +0000

Upload details

Uploaded by:
James Page
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any-i386 any-amd64 armel armhf
Section:
web
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
nodejs_0.4.12.orig.tar.gz 4.9 MiB 8a0fa039c5bde7cdd6d4df15242074774bf6f24cf8ed05128248ed069a9c249d
nodejs_0.4.12-3ubuntu1.debian.tar.gz 32.4 KiB 3989cd280cb025dcad7a63ba8c836a14f9a2dfcc0385d6b970e83e6e2386938f
nodejs_0.4.12-3ubuntu1.dsc 2.3 KiB 3b2f15312da963581ecb6e4f025dbc1b7b0fc50cd17dd9aa2f37b925a0a29787

View changes file

Binary packages built by this source

nodejs: Node.js event-based server-side javascript engine

 Node.js is similar in design to and influenced by systems like
 Ruby's Event Machine or Python's Twisted.
 .
 It takes the event model a bit further - it presents the event
 loop as a language construct instead of as a library.
 .
 Node.js is bundled with several useful libraries to handle server tasks :
 System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX,
 HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings.

nodejs-dbg: Node.js event-based server-side javascript engine (debug)

 Node.js is similar in design to and influenced by systems like
 Ruby's Event Machine or Python's Twisted.
 .
 It takes the event model a bit further - it presents the event
 loop as a language construct instead of as a library.
 .
 Node.js is bundled with several useful libraries to handle server tasks :
 System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX,
 HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings.
 .
 This package contains the debugging symbols.

nodejs-dev: Development files for Node.js

 Node.js provides an event-based server-side javascript engine.
 .
 It is similar in design to and influenced by systems like
 Ruby's Event Machine or Python's Twisted.
 .
 Node.js takes the event model a bit further - it presents the event
 loop as a language construct instead of as a library.
 .
 This package is needed to build plugins.