Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Commit

Permalink
Update to 14.15.3
Browse files Browse the repository at this point in the history
Node.js v14.15.2 included a commit that has caused reported breakages when cloning request objects. This release reverts the commit that introduced the behaviour change. See nodejs/node#36550 for more details.
  • Loading branch information
JoshStrobl committed Dec 23, 2020
1 parent 5076cf1 commit de14632
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.yml
@@ -1,8 +1,8 @@
name : nodejs
version : 14.15.2
release : 90
version : 14.15.3
release : 91
source :
- https://github.com/nodejs/node/archive/v14.15.2.tar.gz : d5d4314fa1536ec3175e595e50208288f46bc9adb0750b907f432eb370dbb08c
- https://github.com/nodejs/node/archive/v14.15.3.tar.gz : 9285ed4c0b59680a2fdd4905b95ab5e18576f7f32674cddba44145e9ebb9c0ea
license : MIT
component : programming
summary : Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications.
Expand Down
8 changes: 4 additions & 4 deletions pspec_x86_64.xml
Expand Up @@ -2456,7 +2456,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="90">nodejs</Dependency>
<Dependency release="91">nodejs</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/node/common.gypi</Path>
Expand Down Expand Up @@ -2654,9 +2654,9 @@
</Files>
</Package>
<History>
<Update release="90">
<Date>2020-12-16</Date>
<Version>14.15.2</Version>
<Update release="91">
<Date>2020-12-23</Date>
<Version>14.15.3</Version>
<Comment>Packaging update</Comment>
<Name>Joshua Strobl</Name>
<Email>joshua@getsol.us</Email>
Expand Down

0 comments on commit de14632

Please sign in to comment.