<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/community/nodejs-current, branch 3.7-stable</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>main/openssl: security upgrade to 1.0.2o and rebuild depending pkgs</title>
<updated>2018-04-01T21:00:53+00:00</updated>
<author>
<name>Andy Postnikov</name>
<email>apostnikov@gmail.com</email>
</author>
<published>2018-03-31T20:24:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=d4baade662f4bfd0b0ab2a4706520298e35e8683'/>
<id>d4baade662f4bfd0b0ab2a4706520298e35e8683</id>
<content type='text'>
Fixes CVE-2017-3738, CVE-2018-0739, CVE-2018-0733

Rebuilds packages that link openssl statically.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes CVE-2017-3738, CVE-2018-0739, CVE-2018-0733

Rebuilds packages that link openssl statically.
</pre>
</div>
</content>
</entry>
<entry>
<title>community/nodejs-current: upgrade to 9.2.1</title>
<updated>2017-12-09T00:59:22+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-12-09T00:50:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=3845824f27293ae03fd0408b8a798233934738dd'/>
<id>3845824f27293ae03fd0408b8a798233934738dd</id>
<content type='text'>
See: https://nodejs.org/en/blog/vulnerability/december-2017-security-releases/

CVE-2017-3738 does not affect our package, because we don't use bundled
OpenSSL library. I'm not sure about CVE-2017-15896.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See: https://nodejs.org/en/blog/vulnerability/december-2017-security-releases/

CVE-2017-3738 does not affect our package, because we don't use bundled
OpenSSL library. I'm not sure about CVE-2017-15896.
</pre>
</div>
</content>
</entry>
<entry>
<title>community/nodejs-current: Update to 9.2.0</title>
<updated>2017-11-28T17:27:13+00:00</updated>
<author>
<name>Trevor</name>
<email>ubpd34th@gmail.com</email>
</author>
<published>2017-11-19T18:42:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=4cab45057d1e6605be1521448132431d958f8955'/>
<id>4cab45057d1e6605be1521448132431d958f8955</id>
<content type='text'>
This adds the pkgver and sha512sum for nodejs-v9.2.0</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds the pkgver and sha512sum for nodejs-v9.2.0</pre>
</div>
</content>
</entry>
<entry>
<title>community/*: fix homepage url and source from http:// to https://</title>
<updated>2017-11-19T13:16:58+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-11-19T13:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=4ee7c35b7d373eda37833e00b68898f63b65a14a'/>
<id>4ee7c35b7d373eda37833e00b68898f63b65a14a</id>
<content type='text'>
Most of these updates is based on data from https://repology.org/,
detection based on permanent redirect from http:// to https://.

$source urls are updated when they contain $url as substring.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Most of these updates is based on data from https://repology.org/,
detection based on permanent redirect from http:// to https://.

$source urls are updated when they contain $url as substring.
</pre>
</div>
</content>
</entry>
<entry>
<title>community/nodejs-current: upgrade to 9.1.0</title>
<updated>2017-11-08T21:18:35+00:00</updated>
<author>
<name>Tim Brust</name>
<email>tim.brust@sinnerschrader.com</email>
</author>
<published>2017-11-08T10:37:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=9b7523d9e175a54f741fe95eb1f277bf2f05d940'/>
<id>9b7523d9e175a54f741fe95eb1f277bf2f05d940</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/nodejs-current: remove -npm subpackage</title>
<updated>2017-10-31T21:59:46+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-10-31T21:33:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=c87d137b7794a3182a9cf68ed7aeb3a688afe11b'/>
<id>c87d137b7794a3182a9cf68ed7aeb3a688afe11b</id>
<content type='text'>
npm is a separate project, it's just bundled with nodejs,
so it doesn't make much sense to provide two npm versions.
Eventually I'll move npm into a separate package.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
npm is a separate project, it's just bundled with nodejs,
so it doesn't make much sense to provide two npm versions.
Eventually I'll move npm into a separate package.
</pre>
</div>
</content>
</entry>
<entry>
<title>community/nodejs-current: upgrade to 9.0.0</title>
<updated>2017-10-31T21:59:45+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-10-31T21:27:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=b2439926247c823e609c4a17a326d3d40d55ebc0'/>
<id>b2439926247c823e609c4a17a326d3d40d55ebc0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/nodejs-current: upgrade to 8.7.0</title>
<updated>2017-10-17T16:12:29+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-10-17T16:10:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=880802e840fe8cc9867aec0412157f38d52c03ca'/>
<id>880802e840fe8cc9867aec0412157f38d52c03ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/nodejs-current: upgrade to 8.6.0</title>
<updated>2017-10-03T18:03:58+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-10-03T17:39:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=1cafd32b6a9a53d30b6ed8e905f3b9efdd432d35'/>
<id>1cafd32b6a9a53d30b6ed8e905f3b9efdd432d35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>nodejs-current: add basic check</title>
<updated>2017-09-23T11:10:29+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-09-23T11:10:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=b8a78f4ff716fe4aa2cc0dd69e1a6f2e90b6d5d5'/>
<id>b8a78f4ff716fe4aa2cc0dd69e1a6f2e90b6d5d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
