<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-devtools/nodejs, branch hardknott</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=hardknott</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=hardknott'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2021-04-03T14:46:03+00:00</updated>
<entry>
<title>nodejs: ppc64le machine support</title>
<updated>2021-04-03T14:46:03+00:00</updated>
<author>
<name>Andrew Geissler</name>
<email>geissonator@yahoo.com</email>
</author>
<published>2021-04-01T15:06:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ec627a986c7832df6f1b2dd49f8fe46588850192'/>
<id>urn:sha1:ec627a986c7832df6f1b2dd49f8fe46588850192</id>
<content type='text'>
Commit 836912ab changed the logic in this recipe to stop looking for
"ppc64le". This caused the ppc64le systems used by me to stop working.
There wasn't much in the commit message on why this change occurred but
ppc64le is definitely still needed.

Signed-off-by: Andrew Geissler &lt;geissonator@yahoo.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
(cherry picked from commit 649fb54245a2cb330ee6f78ab28c917492760f76)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>nodejs: 12.20.2 -&gt; 12.21.0</title>
<updated>2021-03-30T16:04:34+00:00</updated>
<author>
<name>Clément Péron</name>
<email>peron.clem@gmail.com</email>
</author>
<published>2021-03-29T17:34:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=02feb1d9324fba08c5d3055fa34bb6200ee91520'/>
<id>urn:sha1:02feb1d9324fba08c5d3055fa34bb6200ee91520</id>
<content type='text'>
Fixes :
 - CVE-2021-22883
 - CVE-2021-22884
 - CVE-2021-23840

Signed-off-by: Clément Péron &lt;peron.clem@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nodejs: Set correct nodejs arch for ppc64le</title>
<updated>2021-03-13T01:22:09+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-03-13T01:14:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=836912ab9fca572f582ece1c3a4da2310560a672'/>
<id>urn:sha1:836912ab9fca572f582ece1c3a4da2310560a672</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nodejs: 12.20.1 -&gt; 12.20.2</title>
<updated>2021-02-20T18:40:53+00:00</updated>
<author>
<name>Sean Nyekjaer</name>
<email>sean@geanix.com</email>
</author>
<published>2021-02-19T10:24:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6322c63987b1422d5a8c5e30077780b38011c89d'/>
<id>urn:sha1:6322c63987b1422d5a8c5e30077780b38011c89d</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nodejs: 12.19.1 -&gt; 12.20.1</title>
<updated>2021-01-08T06:57:45+00:00</updated>
<author>
<name>Sean Nyekjaer</name>
<email>sean@geanix.com</email>
</author>
<published>2021-01-07T09:28:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=cde1019804c2f7b67bf89d178eec9f4efafea414'/>
<id>urn:sha1:cde1019804c2f7b67bf89d178eec9f4efafea414</id>
<content type='text'>
Signed-off-by: Sean Nyekjaer &lt;sean@geanix.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nodejs: 12.19.0 -&gt; 12.19.1</title>
<updated>2020-12-16T05:29:34+00:00</updated>
<author>
<name>Stacy Gaikovaia</name>
<email>Stacy.Gaikovaia@windriver.com</email>
</author>
<published>2020-12-02T20:33:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a44015408253d8a4f64055f41fa1f497aeacfc30'/>
<id>urn:sha1:a44015408253d8a4f64055f41fa1f497aeacfc30</id>
<content type='text'>
Uprev nodejs in order to fix CVE-2020-8277.
This CVE allows an attacker to trigger a DNS request for a host
of their choice, which could trigger a Denial of Service in
nodejs versions &lt; 12.19.1.

See https://nvd.nist.gov/vuln/detail/CVE-2020-8277 for details.

CVE: CVE-2020-8277
Signed-off-by: Stacy Gaikovaia &lt;Stacy.Gaikovaia@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nodejs: Update to 12.19.0</title>
<updated>2020-11-02T17:00:52+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2020-10-30T17:07:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a10f894a8e7f800d2412fff8d47fb37d363fa322'/>
<id>urn:sha1:a10f894a8e7f800d2412fff8d47fb37d363fa322</id>
<content type='text'>
This perhaps is last release in 12.x LTS

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nodejs: Fix arm32/thumb builds with clang</title>
<updated>2020-11-02T17:00:52+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2020-10-30T17:03:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=45a2dfdd0f16ed6941926e2dca1ad90f36e120bc'/>
<id>urn:sha1:45a2dfdd0f16ed6941926e2dca1ad90f36e120bc</id>
<content type='text'>
Backport a patch from upstream to take care of build failure e.g.

| ../deps/v8/src/codegen/arm/cpu-arm.cc:38:16: error: write to reserved register 'R7'
|   asm volatile("svc 0\n"
|                ^
| 1 error generated.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nodejs: Upgrade to 12.18.3</title>
<updated>2020-08-14T05:37:48+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2020-08-14T04:54:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=bda3ee6276d76a10d2b5564da5709db4c21b8f13'/>
<id>urn:sha1:bda3ee6276d76a10d2b5564da5709db4c21b8f13</id>
<content type='text'>
Drop already upstreamed patches
use builtin uv, it does not build without it

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nodejs: Fix build with icu 67.1</title>
<updated>2020-05-07T06:20:29+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2020-05-07T05:28:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7910f2b64575dcd3352effd441accb3b56e3554d'/>
<id>urn:sha1:7910f2b64575dcd3352effd441accb3b56e3554d</id>
<content type='text'>
Remove soon-to-be removed getAllFieldPositions

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Cc: Andrej Valek &lt;andrej.valek@siemens.com&gt;
</content>
</entry>
</feed>
