Bug 37972 - Move nodejs to maintained
Move nodejs to maintained
Status: CLOSED FIXED
Product: UCS
Classification: Unclassified
Component: General
UCS 4.0
Other Linux
: P5 normal (vote)
: UCS 4.0-3
Assigned To: Felix Botner
Stefan Gohmann
:
Depends on:
Blocks: 39104 42667
  Show dependency treegraph
 
Reported: 2015-03-09 15:40 CET by Dirk Wiesenthal
Modified: 2016-10-13 14:49 CEST (History)
3 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Wiesenthal univentionstaff 2015-03-09 15:40:47 CET
For EDYOU, we need nodejs. We should also update the version to a more recent release of node.
Comment 1 Dirk Wiesenthal univentionstaff 2015-03-13 17:17:20 CET
The Debian backport https://packages.debian.org/de/wheezy-backports/nodejs would be sufficient. We also need a corresponding version of npm.
Comment 2 Dirk Wiesenthal univentionstaff 2015-04-08 02:35:45 CEST
/usr/bin/forever is part of the node package? If not, we need that package, too.
Comment 3 Alexander Kläser univentionstaff 2015-05-29 12:16:29 CEST
(In reply to Dirk Wiesenthal from comment #1)
> The Debian backport https://packages.debian.org/de/wheezy-backports/nodejs
> would be sufficient. We also need a corresponding version of npm.

wheezy backports: nodejs (0.10.29~dfsg-1~bpo70+1) 

Our current version is:
root@ucs-6489:~# apt-cache policy nodejs
nodejs:
  Installiert:           0.10.26~dfsg1-1~bpo70+1.12.201407161314
  Installationskandidat: 0.10.26~dfsg1-1~bpo70+1.12.201407161314
  Versionstabelle:
 *** 0.10.26~dfsg1-1~bpo70+1.12.201407161314 0
        500 http://apt.knut.univention.de/4.0/unmaintained/ 4.0-0/amd64/ Packages
        100 /var/lib/dpkg/status

We have imported npm for UMC development (→ see ucs-4.0-2/management/npm):
root@ucs-6489:~# apt-cache policy npm 
npm:
  Installiert:           (keine)
  Installationskandidat: 1.4.27-1.9.201410061818
  Versionstabelle:
     1.4.27-1.9.201410061818 0
        500 http://apt.knut.univention.de/4.0/unmaintained/ 4.0-0/all/ Packages

On https://github.com/npm/npm, it seems that v2.11.1 is the most recent version (1.4.27 was the stable version during UCS 4.0 development). This version may be fetched by adjusting the version string in the Makefile of our npm source package.
Comment 4 Alexander Kläser univentionstaff 2015-05-29 12:57:00 CEST
(In reply to Dirk Wiesenthal from comment #2)
> /usr/bin/forever is part of the node package? If not, we need that package,
> too.

Nope, forever it is an NPM package: https://www.npmjs.com/package/forever

We integrated the NPM package stylus in UCS (→ ucs-4.0-2/management/stylus), we could do it in the same manner with forever.
Comment 5 Felix Botner univentionstaff 2015-08-07 08:04:48 CEST
Added nodejs and npm to unmaintained, created a new Bug #39104 for the npm forever package.
Comment 6 Stefan Gohmann univentionstaff 2015-08-07 14:11:55 CEST
Changelog: OK

Test: OK
Comment 7 Stefan Gohmann univentionstaff 2015-08-12 14:47:38 CEST
UCS 4.0-3 has been released.