summaryrefslogtreecommitdiffstats
path: root/package/nodejs/0.10.47/0001-remove-python-bz2-dependency.patch
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2016-12-02 21:16:52 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-12-03 00:01:13 +0100
commit7fe6b5d9dc88708ba5141ef5c8aa923a6ae54339 (patch)
tree84515b3130932ee6ab5f1c0e3c77121d0751b0d2 /package/nodejs/0.10.47/0001-remove-python-bz2-dependency.patch
parentb04a707e7e36c9784d5a53a4087e8ad3f609c937 (diff)
downloadbuildroot-7fe6b5d9dc88708ba5141ef5c8aa923a6ae54339.tar.gz
buildroot-7fe6b5d9dc88708ba5141ef5c8aa923a6ae54339.zip
nodejs: security bump 0.10.x series to 0.10.48
c-ares: fix for single-byte buffer overwrite, CVE-2016-5180, more information at https://c-ares.haxx.se/adv_20160929.html Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/nodejs/0.10.47/0001-remove-python-bz2-dependency.patch')
-rw-r--r--package/nodejs/0.10.47/0001-remove-python-bz2-dependency.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/package/nodejs/0.10.47/0001-remove-python-bz2-dependency.patch b/package/nodejs/0.10.47/0001-remove-python-bz2-dependency.patch
deleted file mode 100644
index 75fe437502..0000000000
--- a/package/nodejs/0.10.47/0001-remove-python-bz2-dependency.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Remove dependency on Python bz2 module
-
-The Python bz2 module is only needed in certain cases, so only import
-it when needed. In the normal nodejs build, this allows to remove the
-dependency on this module.
-
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-Index: b/deps/v8/tools/js2c.py
-===================================================================
---- a/deps/v8/tools/js2c.py
-+++ b/deps/v8/tools/js2c.py
-@@ -33,7 +33,6 @@
-
- import os, re, sys, string
- import jsmin
--import bz2
-
-
- def ToCAsciiArray(lines):
-@@ -344,6 +343,7 @@
- else:
- raw_sources_declaration = RAW_SOURCES_COMPRESSION_DECLARATION
- if env['COMPRESSION'] == 'bz2':
-+ import bz2
- all_sources = bz2.compress("".join(all_sources))
- total_length = len(all_sources)
- sources_data = ToCArray(all_sources)
OpenPOWER on IntegriCloud