--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2013-5447
2013-04-15 16:44:48
--------------------------------------------------------------------------------
Name : nodejs-ansi
Product : Fedora EPEL 6
Version : 0.1.2
Release : 6.el6
URL : https://github.com/TooTallNate/ansi.js
Summary : ANSI escape codes for Node.js
Description :
ansi.js is a module for Node.js that provides an easy-to-use API for writing
ANSI escape codes to Stream instances. ANSI escape codes are used to do fancy
things in a terminal window, like render text in colors, delete characters,
lines, the entire window, or hide and show the cursor, and lots more!
--------------------------------------------------------------------------------
Update Information:
This update introduces npm, the Node.js package manager, and its dependencies to EPEL 6.
It includes the following packages:
* node-gyp - Node.js native module build tool
* nodejs-abbrev - Abbreviation calculator for Node.js
* nodejs-ansi - ANSI escape codes for Node.js
* nodejs-archy - Renders nested hierarchies with unicode pipes
* nodejs-async - Higher-order functions and common patterns for asynchronous code
* nodejs-aws-sign - AWS signing for Node.js
* nodejs-bindings - Helper module for loading your native module's .node file
* nodejs-block-stream - A stream of blocks
* nodejs-boom - HTTP friendly error objects
* nodejs-chownr - Changes file permissions recursively
* nodejs-combined-stream - A stream that emits multiple other streams one after another
* nodejs-config-chain - Handle configuration once and for all
* nodejs-couch-login - A module for doing logged-in request to a couchdb server
* nodejs-cryptiles - General purpose cryptography utilities for Node.js
* nodejs-delayed-stream - Buffers events from a stream until you are ready to handle them
* nodejs-forever-agent - HTTP agent that keeps socket connections alive between keep-alive requests
* nodejs-form-data - A module to create readable "multipart/form-data" streams
* nodejs-fstream - Advanced file system stream objects for Node.js
* nodejs-fstream-ignore - A file stream object that can ignore files by globs
* nodejs-fstream-npm - An fstream class for creating npm packages
* nodejs-glob - A little globber for Node.js
* nodejs-graceful-fs - 'fs' module with incremental back-off on EMFILE
* nodejs-hawk - HTTP Hawk authentication scheme
* nodejs-hoek - General purpose Node.js utilities
* nodejs-inherits - A tiny simple way to do classic inheritance in JS
* nodejs-ini - An INI parser/serializer for Node.js
* nodejs-init-package-json - A node module to get your node module started
* nodejs-json-stringify-safe - JSON.stringify that handles circular references
* nodejs-lockfile - A very polite lock file utility
* nodejs-lru-cache - A least recently used cache object for Node.js
* nodejs-mime - A comprehensive library for mime-type mapping
* nodejs-minimatch - JavaScript glob matcher
* nodejs-mkdirp - Recursively create a full path of directories
* nodejs-mute-stream - Basic pass-through stream, but when muted, the bytes are dropped
* nodejs-node-uuid - Simple and fast generation of RFC4122 (v1 and v4) UUIDs for Node.js
* nodejs-nopt - Node.js option parsing
* nodejs-npmconf - npm configuration module
* nodejs-npmlog - Logger for npm
* nodejs-npm-registry-client - Client for the npm registry
* nodejs-oauth-sign - OAuth1 signing for Node.js
* nodejs-once - Run a function exactly one time
* nodejs-opener - Opens stuff, like webpages and files and executables
* nodejs-opts - JavaScript Command Line Options for Node.js
* nodejs-osenv - Look up environment settings specific to different operating systems
* nodejs-promzard - A prompting wizard for building files from specialized PromZard modules
* nodejs-proto-list - A list of objects bound by prototype chain
* nodejs-qs - Query string parser for Node.js
* nodejs-read - An implementation of read(1) for node programs
* nodejs-read-installed - Returns a tree structure of all installed packages in a folder
* nodejs-read-package-json - npm's package.json parser
* nodejs-request - Simplified HTTP request client
* nodejs-retry - Retry strategies for failed operations
* nodejs-rimraf - A deep deletion module for Node.js
* nodejs-semver - Semantic versioner for npm
* nodejs-sigmund - Quick and dirty signatures for Objects
* nodejs-slide - A flow control library that fits in a slideshow
* nodejs-sntp - SNTP v4 client (RFC4330) for Node.js
* nodejs-tar - Tar for Node.js
* nodejs-tunnel-agent - HTTP proxy tunneling agent
* nodejs-uid-number - Convert a username/group to a UID/GID number
* nodejs-which - A JavaScript implementation of the 'which' command
* npm - Node.js package manager
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #891171 - Review Request: npm - Node.js package manager
https://bugzilla.redhat.com/show_bug.cgi?id=891171
[ 2 ] Bug #953051 - npm: help doesn't work
https://bugzilla.redhat.com/show_bug.cgi?id=953051
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update nodejs-ansi' 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-2013-5447
2013-04-15 16:44:48
--------------------------------------------------------------------------------
Name : nodejs-aws-sign
Product : Fedora EPEL 6
Version : 0.2.0
Release : 2.el6
URL : https://github.com/mikeal/aws-sign
Summary : AWS signing for Node.js
Description :
Simple module to calculate Authorization header for Amazon AWS REST requests.
--------------------------------------------------------------------------------
Update Information:
This update introduces npm, the Node.js package manager, and its dependencies to EPEL 6.
It includes the following packages:
* node-gyp - Node.js native module build tool
* nodejs-abbrev - Abbreviation calculator for Node.js
* nodejs-ansi - ANSI escape codes for Node.js
* nodejs-archy - Renders nested hierarchies with unicode pipes
* nodejs-async - Higher-order functions and common patterns for asynchronous code
* nodejs-aws-sign - AWS signing for Node.js
* nodejs-bindings - Helper module for loading your native module's .node file
* nodejs-block-stream - A stream of blocks
* nodejs-boom - HTTP friendly error objects
* nodejs-chownr - Changes file permissions recursively
* nodejs-combined-stream - A stream that emits multiple other streams one after another
* nodejs-config-chain - Handle configuration once and for all
* nodejs-couch-login - A module for doing logged-in request to a couchdb server
* nodejs-cryptiles - General purpose cryptography utilities for Node.js
* nodejs-delayed-stream - Buffers events from a stream until you are ready to handle them
* nodejs-forever-agent - HTTP agent that keeps socket connections alive between keep-alive requests
* nodejs-form-data - A module to create readable "multipart/form-data" streams
* nodejs-fstream - Advanced file system stream objects for Node.js
* nodejs-fstream-ignore - A file stream object that can ignore files by globs
* nodejs-fstream-npm - An fstream class for creating npm packages
* nodejs-glob - A little globber for Node.js
* nodejs-graceful-fs - 'fs' module with incremental back-off on EMFILE
* nodejs-hawk - HTTP Hawk authentication scheme
* nodejs-hoek - General purpose Node.js utilities
* nodejs-inherits - A tiny simple way to do classic inheritance in JS
* nodejs-ini - An INI parser/serializer for Node.js
* nodejs-init-package-json - A node module to get your node module started
* nodejs-json-stringify-safe - JSON.stringify that handles circular references
* nodejs-lockfile - A very polite lock file utility
* nodejs-lru-cache - A least recently used cache object for Node.js
* nodejs-mime - A comprehensive library for mime-type mapping
* nodejs-minimatch - JavaScript glob matcher
* nodejs-mkdirp - Recursively create a full path of directories
* nodejs-mute-stream - Basic pass-through stream, but when muted, the bytes are dropped
* nodejs-node-uuid - Simple and fast generation of RFC4122 (v1 and v4) UUIDs for Node.js
* nodejs-nopt - Node.js option parsing
* nodejs-npmconf - npm configuration module
* nodejs-npmlog - Logger for npm
* nodejs-npm-registry-client - Client for the npm registry
* nodejs-oauth-sign - OAuth1 signing for Node.js
* nodejs-once - Run a function exactly one time
* nodejs-opener - Opens stuff, like webpages and files and executables
* nodejs-opts - JavaScript Command Line Options for Node.js
* nodejs-osenv - Look up environment settings specific to different operating systems
* nodejs-promzard - A prompting wizard for building files from specialized PromZard modules
* nodejs-proto-list - A list of objects bound by prototype chain
* nodejs-qs - Query string parser for Node.js
* nodejs-read - An implementation of read(1) for node programs
* nodejs-read-installed - Returns a tree structure of all installed packages in a folder
* nodejs-read-package-json - npm's package.json parser
* nodejs-request - Simplified HTTP request client
* nodejs-retry - Retry strategies for failed operations
* nodejs-rimraf - A deep deletion module for Node.js
* nodejs-semver - Semantic versioner for npm
* nodejs-sigmund - Quick and dirty signatures for Objects
* nodejs-slide - A flow control library that fits in a slideshow
* nodejs-sntp - SNTP v4 client (RFC4330) for Node.js
* nodejs-tar - Tar for Node.js
* nodejs-tunnel-agent - HTTP proxy tunneling agent
* nodejs-uid-number - Convert a username/group to a UID/GID number
* nodejs-which - A JavaScript implementation of the 'which' command
* npm - Node.js package manager
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #891171 - Review Request: npm - Node.js package manager
https://bugzilla.redhat.com/show_bug.cgi?id=891171
[ 2 ] Bug #953051 - npm: help doesn't work
https://bugzilla.redhat.com/show_bug.cgi?id=953051
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update nodejs-aws-sign' 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-2013-5447
2013-04-15 16:44:48
--------------------------------------------------------------------------------
Name : nodejs-chmodr
Product : Fedora EPEL 6
Version : 0.1.0
Release : 3.el6
URL : https://github.com/isaacs/chmodr
Summary : Recursively change UNIX file permissions
Description :
Recursively change UNIX file permissions, like `chmod -R`.
--------------------------------------------------------------------------------
Update Information:
This update introduces npm, the Node.js package manager, and its dependencies to EPEL 6.
It includes the following packages:
* node-gyp - Node.js native module build tool
* nodejs-abbrev - Abbreviation calculator for Node.js
* nodejs-ansi - ANSI escape codes for Node.js
* nodejs-archy - Renders nested hierarchies with unicode pipes
* nodejs-async - Higher-order functions and common patterns for asynchronous code
* nodejs-aws-sign - AWS signing for Node.js
* nodejs-bindings - Helper module for loading your native module's .node file
* nodejs-block-stream - A stream of blocks
* nodejs-boom - HTTP friendly error objects
* nodejs-chownr - Changes file permissions recursively
* nodejs-combined-stream - A stream that emits multiple other streams one after another
* nodejs-config-chain - Handle configuration once and for all
* nodejs-couch-login - A module for doing logged-in request to a couchdb server
* nodejs-cryptiles - General purpose cryptography utilities for Node.js
* nodejs-delayed-stream - Buffers events from a stream until you are ready to handle them
* nodejs-forever-agent - HTTP agent that keeps socket connections alive between keep-alive requests
* nodejs-form-data - A module to create readable "multipart/form-data" streams
* nodejs-fstream - Advanced file system stream objects for Node.js
* nodejs-fstream-ignore - A file stream object that can ignore files by globs
* nodejs-fstream-npm - An fstream class for creating npm packages
* nodejs-glob - A little globber for Node.js
* nodejs-graceful-fs - 'fs' module with incremental back-off on EMFILE
* nodejs-hawk - HTTP Hawk authentication scheme
* nodejs-hoek - General purpose Node.js utilities
* nodejs-inherits - A tiny simple way to do classic inheritance in JS
* nodejs-ini - An INI parser/serializer for Node.js
* nodejs-init-package-json - A node module to get your node module started
* nodejs-json-stringify-safe - JSON.stringify that handles circular references
* nodejs-lockfile - A very polite lock file utility
* nodejs-lru-cache - A least recently used cache object for Node.js
* nodejs-mime - A comprehensive library for mime-type mapping
* nodejs-minimatch - JavaScript glob matcher
* nodejs-mkdirp - Recursively create a full path of directories
* nodejs-mute-stream - Basic pass-through stream, but when muted, the bytes are dropped
* nodejs-node-uuid - Simple and fast generation of RFC4122 (v1 and v4) UUIDs for Node.js
* nodejs-nopt - Node.js option parsing
* nodejs-npmconf - npm configuration module
* nodejs-npmlog - Logger for npm
* nodejs-npm-registry-client - Client for the npm registry
* nodejs-oauth-sign - OAuth1 signing for Node.js
* nodejs-once - Run a function exactly one time
* nodejs-opener - Opens stuff, like webpages and files and executables
* nodejs-opts - JavaScript Command Line Options for Node.js
* nodejs-osenv - Look up environment settings specific to different operating systems
* nodejs-promzard - A prompting wizard for building files from specialized PromZard modules
* nodejs-proto-list - A list of objects bound by prototype chain
* nodejs-qs - Query string parser for Node.js
* nodejs-read - An implementation of read(1) for node programs
* nodejs-read-installed - Returns a tree structure of all installed packages in a folder
* nodejs-read-package-json - npm's package.json parser
* nodejs-request - Simplified HTTP request client
* nodejs-retry - Retry strategies for failed operations
* nodejs-rimraf - A deep deletion module for Node.js
* nodejs-semver - Semantic versioner for npm
* nodejs-sigmund - Quick and dirty signatures for Objects
* nodejs-slide - A flow control library that fits in a slideshow
* nodejs-sntp - SNTP v4 client (RFC4330) for Node.js
* nodejs-tar - Tar for Node.js
* nodejs-tunnel-agent - HTTP proxy tunneling agent
* nodejs-uid-number - Convert a username/group to a UID/GID number
* nodejs-which - A JavaScript implementation of the 'which' command
* npm - Node.js package manager
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #891171 - Review Request: npm - Node.js package manager
https://bugzilla.redhat.com/show_bug.cgi?id=891171
[ 2 ] Bug #953051 - npm: help doesn't work
https://bugzilla.redhat.com/show_bug.cgi?id=953051
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update nodejs-chmodr' 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-2013-5447
2013-04-15 16:44:48
--------------------------------------------------------------------------------
Name : nodejs-tobi-cookie
Product : Fedora EPEL 6
Version : 0.2.0
Release : 2.el6
URL : https://github.com/mikeal/cookie-jar
Summary : A cookie handling and cookie jar library for Node.js
Description :
A cookie handling and cookie jar library for Node.js.
--------------------------------------------------------------------------------
Update Information:
This update introduces npm, the Node.js package manager, and its dependencies to EPEL 6.
It includes the following packages:
* node-gyp - Node.js native module build tool
* nodejs-abbrev - Abbreviation calculator for Node.js
* nodejs-ansi - ANSI escape codes for Node.js
* nodejs-archy - Renders nested hierarchies with unicode pipes
* nodejs-async - Higher-order functions and common patterns for asynchronous code
* nodejs-aws-sign - AWS signing for Node.js
* nodejs-bindings - Helper module for loading your native module's .node file
* nodejs-block-stream - A stream of blocks
* nodejs-boom - HTTP friendly error objects
* nodejs-chownr - Changes file permissions recursively
* nodejs-combined-stream - A stream that emits multiple other streams one after another
* nodejs-config-chain - Handle configuration once and for all
* nodejs-couch-login - A module for doing logged-in request to a couchdb server
* nodejs-cryptiles - General purpose cryptography utilities for Node.js
* nodejs-delayed-stream - Buffers events from a stream until you are ready to handle them
* nodejs-forever-agent - HTTP agent that keeps socket connections alive between keep-alive requests
* nodejs-form-data - A module to create readable "multipart/form-data" streams
* nodejs-fstream - Advanced file system stream objects for Node.js
* nodejs-fstream-ignore - A file stream object that can ignore files by globs
* nodejs-fstream-npm - An fstream class for creating npm packages
* nodejs-glob - A little globber for Node.js
* nodejs-graceful-fs - 'fs' module with incremental back-off on EMFILE
* nodejs-hawk - HTTP Hawk authentication scheme
* nodejs-hoek - General purpose Node.js utilities
* nodejs-inherits - A tiny simple way to do classic inheritance in JS
* nodejs-ini - An INI parser/serializer for Node.js
* nodejs-init-package-json - A node module to get your node module started
* nodejs-json-stringify-safe - JSON.stringify that handles circular references
* nodejs-lockfile - A very polite lock file utility
* nodejs-lru-cache - A least recently used cache object for Node.js
* nodejs-mime - A comprehensive library for mime-type mapping
* nodejs-minimatch - JavaScript glob matcher
* nodejs-mkdirp - Recursively create a full path of directories
* nodejs-mute-stream - Basic pass-through stream, but when muted, the bytes are dropped
* nodejs-node-uuid - Simple and fast generation of RFC4122 (v1 and v4) UUIDs for Node.js
* nodejs-nopt - Node.js option parsing
* nodejs-npmconf - npm configuration module
* nodejs-npmlog - Logger for npm
* nodejs-npm-registry-client - Client for the npm registry
* nodejs-oauth-sign - OAuth1 signing for Node.js
* nodejs-once - Run a function exactly one time
* nodejs-opener - Opens stuff, like webpages and files and executables
* nodejs-opts - JavaScript Command Line Options for Node.js
* nodejs-osenv - Look up environment settings specific to different operating systems
* nodejs-promzard - A prompting wizard for building files from specialized PromZard modules
* nodejs-proto-list - A list of objects bound by prototype chain
* nodejs-qs - Query string parser for Node.js
* nodejs-read - An implementation of read(1) for node programs
* nodejs-read-installed - Returns a tree structure of all installed packages in a folder
* nodejs-read-package-json - npm's package.json parser
* nodejs-request - Simplified HTTP request client
* nodejs-retry - Retry strategies for failed operations
* nodejs-rimraf - A deep deletion module for Node.js
* nodejs-semver - Semantic versioner for npm
* nodejs-sigmund - Quick and dirty signatures for Objects
* nodejs-slide - A flow control library that fits in a slideshow
* nodejs-sntp - SNTP v4 client (RFC4330) for Node.js
* nodejs-tar - Tar for Node.js
* nodejs-tunnel-agent - HTTP proxy tunneling agent
* nodejs-uid-number - Convert a username/group to a UID/GID number
* nodejs-which - A JavaScript implementation of the 'which' command
* npm - Node.js package manager
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #891171 - Review Request: npm - Node.js package manager
https://bugzilla.redhat.com/show_bug.cgi?id=891171
[ 2 ] Bug #953051 - npm: help doesn't work
https://bugzilla.redhat.com/show_bug.cgi?id=953051
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update nodejs-tobi-cookie' 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-2013-5447
2013-04-15 16:44:48
--------------------------------------------------------------------------------
Name : node-gyp
Product : Fedora EPEL 6
Version : 0.9.5
Release : 2.el6
URL : https://github.com/TooTallNate/node-gyp
Summary : Node.js native addon build tool
Description :
node-gyp is a cross-platform command-line tool written in Node.js for compiling
native addon modules for Node.js, which takes away the pain of dealing with the
various differences in build platforms. It is the replacement to the node-waf
program which is removed for node v0.8.
--------------------------------------------------------------------------------
Update Information:
This update introduces npm, the Node.js package manager, and its dependencies to EPEL 6.
It includes the following packages:
* node-gyp - Node.js native module build tool
* nodejs-abbrev - Abbreviation calculator for Node.js
* nodejs-ansi - ANSI escape codes for Node.js
* nodejs-archy - Renders nested hierarchies with unicode pipes
* nodejs-async - Higher-order functions and common patterns for asynchronous code
* nodejs-aws-sign - AWS signing for Node.js
* nodejs-bindings - Helper module for loading your native module's .node file
* nodejs-block-stream - A stream of blocks
* nodejs-boom - HTTP friendly error objects
* nodejs-chownr - Changes file permissions recursively
* nodejs-combined-stream - A stream that emits multiple other streams one after another
* nodejs-config-chain - Handle configuration once and for all
* nodejs-couch-login - A module for doing logged-in request to a couchdb server
* nodejs-cryptiles - General purpose cryptography utilities for Node.js
* nodejs-delayed-stream - Buffers events from a stream until you are ready to handle them
* nodejs-forever-agent - HTTP agent that keeps socket connections alive between keep-alive requests
* nodejs-form-data - A module to create readable "multipart/form-data" streams
* nodejs-fstream - Advanced file system stream objects for Node.js
* nodejs-fstream-ignore - A file stream object that can ignore files by globs
* nodejs-fstream-npm - An fstream class for creating npm packages
* nodejs-glob - A little globber for Node.js
* nodejs-graceful-fs - 'fs' module with incremental back-off on EMFILE
* nodejs-hawk - HTTP Hawk authentication scheme
* nodejs-hoek - General purpose Node.js utilities
* nodejs-inherits - A tiny simple way to do classic inheritance in JS
* nodejs-ini - An INI parser/serializer for Node.js
* nodejs-init-package-json - A node module to get your node module started
* nodejs-json-stringify-safe - JSON.stringify that handles circular references
* nodejs-lockfile - A very polite lock file utility
* nodejs-lru-cache - A least recently used cache object for Node.js
* nodejs-mime - A comprehensive library for mime-type mapping
* nodejs-minimatch - JavaScript glob matcher
* nodejs-mkdirp - Recursively create a full path of directories
* nodejs-mute-stream - Basic pass-through stream, but when muted, the bytes are dropped
* nodejs-node-uuid - Simple and fast generation of RFC4122 (v1 and v4) UUIDs for Node.js
* nodejs-nopt - Node.js option parsing
* nodejs-npmconf - npm configuration module
* nodejs-npmlog - Logger for npm
* nodejs-npm-registry-client - Client for the npm registry
* nodejs-oauth-sign - OAuth1 signing for Node.js
* nodejs-once - Run a function exactly one time
* nodejs-opener - Opens stuff, like webpages and files and executables
* nodejs-opts - JavaScript Command Line Options for Node.js
* nodejs-osenv - Look up environment settings specific to different operating systems
* nodejs-promzard - A prompting wizard for building files from specialized PromZard modules
* nodejs-proto-list - A list of objects bound by prototype chain
* nodejs-qs - Query string parser for Node.js
* nodejs-read - An implementation of read(1) for node programs
* nodejs-read-installed - Returns a tree structure of all installed packages in a folder
* nodejs-read-package-json - npm's package.json parser
* nodejs-request - Simplified HTTP request client
* nodejs-retry - Retry strategies for failed operations
* nodejs-rimraf - A deep deletion module for Node.js
* nodejs-semver - Semantic versioner for npm
* nodejs-sigmund - Quick and dirty signatures for Objects
* nodejs-slide - A flow control library that fits in a slideshow
* nodejs-sntp - SNTP v4 client (RFC4330) for Node.js
* nodejs-tar - Tar for Node.js
* nodejs-tunnel-agent - HTTP proxy tunneling agent
* nodejs-uid-number - Convert a username/group to a UID/GID number
* nodejs-which - A JavaScript implementation of the 'which' command
* npm - Node.js package manager
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #891171 - Review Request: npm - Node.js package manager
https://bugzilla.redhat.com/show_bug.cgi?id=891171
[ 2 ] Bug #953051 - npm: help doesn't work
https://bugzilla.redhat.com/show_bug.cgi?id=953051
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update node-gyp' 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-2013-5447
2013-04-15 16:44:48
--------------------------------------------------------------------------------
Name : nodejs-abbrev
Product : Fedora EPEL 6
Version : 1.0.4
Release : 4.el6
URL : https://github.com/isaacs/abbrev-js
Summary : Abbreviation calculator for Node.js
Description :
Calculate the set of unique abbreviations for a given set of strings.
--------------------------------------------------------------------------------
Update Information:
This update introduces npm, the Node.js package manager, and its dependencies to EPEL 6.
It includes the following packages:
* node-gyp - Node.js native module build tool
* nodejs-abbrev - Abbreviation calculator for Node.js
* nodejs-ansi - ANSI escape codes for Node.js
* nodejs-archy - Renders nested hierarchies with unicode pipes
* nodejs-async - Higher-order functions and common patterns for asynchronous code
* nodejs-aws-sign - AWS signing for Node.js
* nodejs-bindings - Helper module for loading your native module's .node file
* nodejs-block-stream - A stream of blocks
* nodejs-boom - HTTP friendly error objects
* nodejs-chownr - Changes file permissions recursively
* nodejs-combined-stream - A stream that emits multiple other streams one after another
* nodejs-config-chain - Handle configuration once and for all
* nodejs-couch-login - A module for doing logged-in request to a couchdb server
* nodejs-cryptiles - General purpose cryptography utilities for Node.js
* nodejs-delayed-stream - Buffers events from a stream until you are ready to handle them
* nodejs-forever-agent - HTTP agent that keeps socket connections alive between keep-alive requests
* nodejs-form-data - A module to create readable "multipart/form-data" streams
* nodejs-fstream - Advanced file system stream objects for Node.js
* nodejs-fstream-ignore - A file stream object that can ignore files by globs
* nodejs-fstream-npm - An fstream class for creating npm packages
* nodejs-glob - A little globber for Node.js
* nodejs-graceful-fs - 'fs' module with incremental back-off on EMFILE
* nodejs-hawk - HTTP Hawk authentication scheme
* nodejs-hoek - General purpose Node.js utilities
* nodejs-inherits - A tiny simple way to do classic inheritance in JS
* nodejs-ini - An INI parser/serializer for Node.js
* nodejs-init-package-json - A node module to get your node module started
* nodejs-json-stringify-safe - JSON.stringify that handles circular references
* nodejs-lockfile - A very polite lock file utility
* nodejs-lru-cache - A least recently used cache object for Node.js
* nodejs-mime - A comprehensive library for mime-type mapping
* nodejs-minimatch - JavaScript glob matcher
* nodejs-mkdirp - Recursively create a full path of directories
* nodejs-mute-stream - Basic pass-through stream, but when muted, the bytes are dropped
* nodejs-node-uuid - Simple and fast generation of RFC4122 (v1 and v4) UUIDs for Node.js
* nodejs-nopt - Node.js option parsing
* nodejs-npmconf - npm configuration module
* nodejs-npmlog - Logger for npm
* nodejs-npm-registry-client - Client for the npm registry
* nodejs-oauth-sign - OAuth1 signing for Node.js
* nodejs-once - Run a function exactly one time
* nodejs-opener - Opens stuff, like webpages and files and executables
* nodejs-opts - JavaScript Command Line Options for Node.js
* nodejs-osenv - Look up environment settings specific to different operating systems
* nodejs-promzard - A prompting wizard for building files from specialized PromZard modules
* nodejs-proto-list - A list of objects bound by prototype chain
* nodejs-qs - Query string parser for Node.js
* nodejs-read - An implementation of read(1) for node programs
* nodejs-read-installed - Returns a tree structure of all installed packages in a folder
* nodejs-read-package-json - npm's package.json parser
* nodejs-request - Simplified HTTP request client
* nodejs-retry - Retry strategies for failed operations
* nodejs-rimraf - A deep deletion module for Node.js
* nodejs-semver - Semantic versioner for npm
* nodejs-sigmund - Quick and dirty signatures for Objects
* nodejs-slide - A flow control library that fits in a slideshow
* nodejs-sntp - SNTP v4 client (RFC4330) for Node.js
* nodejs-tar - Tar for Node.js
* nodejs-tunnel-agent - HTTP proxy tunneling agent
* nodejs-uid-number - Convert a username/group to a UID/GID number
* nodejs-which - A JavaScript implementation of the 'which' command
* npm - Node.js package manager
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #891171 - Review Request: npm - Node.js package manager
https://bugzilla.redhat.com/show_bug.cgi?id=891171
[ 2 ] Bug #953051 - npm: help doesn't work
https://bugzilla.redhat.com/show_bug.cgi?id=953051
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update nodejs-abbrev' 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-2013-5495
2013-04-19 16:13:42
--------------------------------------------------------------------------------
Name : gromacs
Product : Fedora EPEL 5
Version : 4.5.7
Release : 1.el5
URL : http://www.gromacs.org
Summary : Fast, Free and Flexible Molecular Dynamics
Description :
GROMACS is a versatile and extremely well optimized package to perform
molecular dynamics computer simulations and subsequent trajectory analysis.
It is developed for biomolecules like proteins, but the extremely high
performance means it is used also in several other field like polymer chemistry
and solid state physics.
This package provides single and double precision binaries.
The documentation is in the package gromacs-common.
mdrun has been compiled with thread parallellization, so it runs in parallel
on shared memory systems. If you want to run on a cluster, you probably want
to install one of the MPI parallellized packages.
N.B. All binaries have names starting with g_, for example mdrun has been
renamed to g_mdrun.
--------------------------------------------------------------------------------
Update Information:
Bugfix update to last release of the 4.5 series.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update gromacs' 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-2013-5491
2013-04-19 16:13:34
--------------------------------------------------------------------------------
Name : gromacs
Product : Fedora EPEL 6
Version : 4.5.7
Release : 1.el6
URL : http://www.gromacs.org
Summary : Fast, Free and Flexible Molecular Dynamics
Description :
GROMACS is a versatile and extremely well optimized package to perform
molecular dynamics computer simulations and subsequent trajectory analysis.
It is developed for biomolecules like proteins, but the extremely high
performance means it is used also in several other field like polymer chemistry
and solid state physics.
This package provides single and double precision binaries.
The documentation is in the package gromacs-common.
mdrun has been compiled with thread parallellization, so it runs in parallel
on shared memory systems. If you want to run on a cluster, you probably want
to install one of the MPI parallellized packages.
N.B. All binaries have names starting with g_, for example mdrun has been
renamed to g_mdrun.
--------------------------------------------------------------------------------
Update Information:
Bugfix update to last release of the 4.5 series.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update gromacs' 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-2013-5476
2013-04-18 17:24:09
--------------------------------------------------------------------------------
Name : firehol
Product : Fedora EPEL 6
Version : 1.273
Release : 12.el6
URL : http://firehol.sourceforge.net
Summary : A powerful yet easy to use iptables frontend
Description :
FireHOL is a generic firewall generator, meaning that you can design any kind
of local or routing stateful packet filtering firewalls with ease. Install
FireHOL if you want an easy way to configure stateful packet filtering
firewalls on Linux hosts and routers.
FireHOL uses an extremely simple but powerful way to define firewall rules
which it turns into complete stateful iptables firewalls.
You can run FireHOL with the 'helpme' argument, to get a configuration
file for the system run, which you can modify according to your
needs. The default configuration file will allow only client traffic
on all interfaces.
--------------------------------------------------------------------------------
Update Information:
Fix requires on EPEL.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #952986 - Missing dependency: kmod
https://bugzilla.redhat.com/show_bug.cgi?id=952986
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update firehol' 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-2013-5419
2013-04-12 23:16:24
--------------------------------------------------------------------------------
Name : TurboGears
Product : Fedora EPEL 6
Version : 1.1.3
Release : 6.el6
URL : http://www.turbogears.org
Summary : Back-to-front web development in Python
Description :
TurboGears brings together four major pieces to create an easy to install, easy
to use web megaframework. It covers everything from front end (MochiKit
JavaScript for the browser, Genshi for templates in Python) to the controllers
(CherryPy) to the back end (SQLAlchemy).
The TurboGears project is focused on providing documentation and integration
with these tools without losing touch with the communities that already exist
around those tools.
TurboGears is easy to use for a wide range of web applications.
--------------------------------------------------------------------------------
Update Information:
* Fix a traceback to be more informative when an application's identity provider is misconfigured.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update TurboGears' 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
--------------------------------------------------------------------------------