--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2014-1382
2014-05-12 01:09:00
--------------------------------------------------------------------------------
Name : nodejs-burrito
Product : Fedora EPEL 6
Version : 0.2.12
Release : 9.el6
URL : https://github.com/substack/node-burrito
Summary : Wrap up expressions with a trace function while walking the AST
Description :
Burrito makes it easy to do crazy stuff with the JavaScript AST.
This is useful if you want to roll your own stack traces or build a code
coverage tool.
--------------------------------------------------------------------------------
Update Information:
* uglify-js1: Split into uglify-js1 and js-uglify-1
* Fix symlink to uglify-js1 in dependent packages
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update nodejs-burrito' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2014-1382
2014-05-12 01:09:00
--------------------------------------------------------------------------------
Name : nodejs-jscoverage
Product : Fedora EPEL 6
Version : 0.3.8
Release : 2.el6
URL : https://github.com/fishbar/jscoverage
Summary : A JavaScript coverage tool for Node.js and browser development
Description :
A JavaScript coverage tool for Node.js and browser development.
--------------------------------------------------------------------------------
Update Information:
* uglify-js1: Split into uglify-js1 and js-uglify-1
* Fix symlink to uglify-js1 in dependent packages
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update nodejs-jscoverage' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2014-1423
2014-05-16 02:22:44
--------------------------------------------------------------------------------
Name : pcp
Product : Fedora EPEL 6
Version : 3.9.4
Release : 1.el6
URL : http://www.performancecopilot.org
Summary : System-level performance monitoring and performance management
Description :
Performance Co-Pilot (PCP) provides a framework and services to support
system-level performance monitoring and performance management.
The PCP open source release provides a unifying abstraction for all of
the interesting performance data in a system, and allows client
applications to easily retrieve and process any subset of that data.
--------------------------------------------------------------------------------
Update Information:
Update to latest PCP sources
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1073658 - intermittent pmdasystemd failure at pmcd startup during system boot
https://bugzilla.redhat.com/show_bug.cgi?id=1073658
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update pcp' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2014-1314
2014-05-03 14:51:20
--------------------------------------------------------------------------------
Name : libuv
Product : Fedora EPEL 6
Version : 0.10.27
Release : 1.el6
URL : http://nodejs.org/
Summary : Platform layer for node.js
Description :
libuv is a new platform layer for Node. Its purpose is to abstract IOCP on
Windows and libev on Unix systems. We intend to eventually contain all platform
differences in this library.
--------------------------------------------------------------------------------
Update Information:
There were no changes in nodejs 0.10.28 or libuv 0.10.27 that affected Fedora. The latest nodejs update contained a fixed npm, which is shipped seperately in Fedora. The latest libuv update contains only fixes for Windows.
Nonetheless, the latest version of both has been packaged to avoid confusion. However, only these changelog entries from the previous releases are relevant:
2014.05.01, Version 0.10.27 (Stable)
* dns: fix certain txt entries (Fedor Indutny)
* assert: Ensure reflexivity of deepEqual (Mike Pennisi)
* child_process: fix deadlock when sending handles (Fedor Indutny)
* child_process: fix sending handle twice (Fedor Indutny)
* crypto: do not lowercase cipher/hash names (Fedor Indutny)
* http: do not emit EOF non-readable socket (Fedor Indutny)
* http: invoke createConnection when no agent (Nathan Rajlich)
* stream: remove useless check (Brian White)
* timer: don't reschedule timer bucket in a domain (Greg Brail)
* url: treat the same as / (isaacs)
* util: format as Error if instanceof Error (Rod Vagg)
2014.04.07, Version 0.10.26 (Stable)
* process: don't close stdio fds during spawn (Tonis Tiigi)
* kqueue: invalidate fd in uv_fs_event_t (Fedor Indutny)
* linux: always deregister closing fds from epoll (Geoffry Song)
* error: add ENXIO for O_NONBLOCK FIFO open() (Fedor Indutny)
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update libuv' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2014-1314
2014-05-03 14:51:20
--------------------------------------------------------------------------------
Name : nodejs
Product : Fedora EPEL 6
Version : 0.10.28
Release : 1.el6
URL : http://nodejs.org/
Summary : JavaScript runtime
Description :
Node.js is a platform built on Chrome's JavaScript runtime
for easily building fast, scalable network applications.
Node.js uses an event-driven, non-blocking I/O model that
makes it lightweight and efficient, perfect for data-intensive
real-time applications that run across distributed devices.
--------------------------------------------------------------------------------
Update Information:
There were no changes in nodejs 0.10.28 or libuv 0.10.27 that affected Fedora. The latest nodejs update contained a fixed npm, which is shipped seperately in Fedora. The latest libuv update contains only fixes for Windows.
Nonetheless, the latest version of both has been packaged to avoid confusion. However, only these changelog entries from the previous releases are relevant:
2014.05.01, Version 0.10.27 (Stable)
* dns: fix certain txt entries (Fedor Indutny)
* assert: Ensure reflexivity of deepEqual (Mike Pennisi)
* child_process: fix deadlock when sending handles (Fedor Indutny)
* child_process: fix sending handle twice (Fedor Indutny)
* crypto: do not lowercase cipher/hash names (Fedor Indutny)
* http: do not emit EOF non-readable socket (Fedor Indutny)
* http: invoke createConnection when no agent (Nathan Rajlich)
* stream: remove useless check (Brian White)
* timer: don't reschedule timer bucket in a domain (Greg Brail)
* url: treat the same as / (isaacs)
* util: format as Error if instanceof Error (Rod Vagg)
2014.04.07, Version 0.10.26 (Stable)
* process: don't close stdio fds during spawn (Tonis Tiigi)
* kqueue: invalidate fd in uv_fs_event_t (Fedor Indutny)
* linux: always deregister closing fds from epoll (Geoffry Song)
* error: add ENXIO for O_NONBLOCK FIFO open() (Fedor Indutny)
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update nodejs' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2014-0738
2014-03-04 17:49:05
--------------------------------------------------------------------------------
Name : nodejs-maxmin
Product : Fedora EPEL 6
Version : 0.2.0
Release : 1.el6
URL : https://github.com/sindresorhus/maxmin
Summary : Get pretty output of the original, minified gzipped size of a string/buffer
Description :
Get pretty output of the original, minified gzipped size of a string/buffer.
--------------------------------------------------------------------------------
Update Information:
initial package
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1003338 - nodejs-connect-2.14.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1003338
[ 2 ] Bug #1003346 - nodejs-express-3.5.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1003346
[ 3 ] Bug #1092184 - updating uglify-js from 2.2.5-2.fc20 to 2.4.13-3.fc20 fails with conflict on /usr/lib/node_modules/uglify-js
https://bugzilla.redhat.com/show_bug.cgi?id=1092184
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update nodejs-maxmin' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2014-0738
2014-03-04 17:49:05
--------------------------------------------------------------------------------
Name : uglify-js
Product : Fedora EPEL 6
Version : 2.4.13
Release : 5.el6
URL : https://github.com/mishoo/UglifyJS2
Summary : JavaScript parser, mangler/compressor and beautifier toolkit
Description :
JavaScript parser, mangler/compressor and beautifier toolkit.
This package ships the uglifyjs command-line tool and a library suitable for
use within Node.js.
--------------------------------------------------------------------------------
Update Information:
initial package
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1003338 - nodejs-connect-2.14.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1003338
[ 2 ] Bug #1003346 - nodejs-express-3.5.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1003346
[ 3 ] Bug #1092184 - updating uglify-js from 2.2.5-2.fc20 to 2.4.13-3.fc20 fails with conflict on /usr/lib/node_modules/uglify-js
https://bugzilla.redhat.com/show_bug.cgi?id=1092184
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update uglify-js' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2014-0738
2014-03-04 17:49:05
--------------------------------------------------------------------------------
Name : nodejs-argparse
Product : Fedora EPEL 6
Version : 0.1.15
Release : 8.el6
URL : https://github.com/nodeca/argparse
Summary : A native port of Python's argparse, an options parsing library
Description :
This is a native port of Python's argparse, an options parsing library.
It's a full port, except some very rare options. Method names have been
changed to CamelCase.
--------------------------------------------------------------------------------
Update Information:
initial package
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1003338 - nodejs-connect-2.14.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1003338
[ 2 ] Bug #1003346 - nodejs-express-3.5.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1003346
[ 3 ] Bug #1092184 - updating uglify-js from 2.2.5-2.fc20 to 2.4.13-3.fc20 fails with conflict on /usr/lib/node_modules/uglify-js
https://bugzilla.redhat.com/show_bug.cgi?id=1092184
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update nodejs-argparse' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2014-0738
2014-03-04 17:49:05
--------------------------------------------------------------------------------
Name : nodejs-grunt-contrib-uglify
Product : Fedora EPEL 6
Version : 0.4.0
Release : 3.el6
URL : https://github.com/gruntjs/grunt-contrib-uglify
Summary : Minify files with UglifyJS
Description :
Minify files with UglifyJS.
--------------------------------------------------------------------------------
Update Information:
initial package
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1003338 - nodejs-connect-2.14.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1003338
[ 2 ] Bug #1003346 - nodejs-express-3.5.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1003346
[ 3 ] Bug #1092184 - updating uglify-js from 2.2.5-2.fc20 to 2.4.13-3.fc20 fails with conflict on /usr/lib/node_modules/uglify-js
https://bugzilla.redhat.com/show_bug.cgi?id=1092184
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update nodejs-grunt-contrib-uglify' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2014-0738
2014-03-04 17:49:05
--------------------------------------------------------------------------------
Name : nodejs-component-emitter
Product : Fedora EPEL 6
Version : 1.1.2
Release : 1.el6
URL : https://github.com/component/emitter
Summary : An event emitter component for Node.js
Description :
An event emitter component for Node.js.
--------------------------------------------------------------------------------
Update Information:
initial package
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1003338 - nodejs-connect-2.14.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1003338
[ 2 ] Bug #1003346 - nodejs-express-3.5.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1003346
[ 3 ] Bug #1092184 - updating uglify-js from 2.2.5-2.fc20 to 2.4.13-3.fc20 fails with conflict on /usr/lib/node_modules/uglify-js
https://bugzilla.redhat.com/show_bug.cgi?id=1092184
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update nodejs-component-emitter' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------