--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2013-11191
2013-08-16 15:52:20
--------------------------------------------------------------------------------
Name : nodejs-fstream
Product : Fedora EPEL 6
Version : 0.1.24
Release : 1.el6
URL : https://github.com/isaacs/fstream
Summary : Advanced file system stream objects for Node.js
Description :
Provides advanced file system stream objects for Node.js. These objects are
like FS streams, but with stat on them, and support directories and
symbolic links, as well as normal files. Also, you can use them to set
the stats on a file, even if you don't change its contents, or to create
a symlink, etc.
--------------------------------------------------------------------------------
Update Information:
Update to a later version of npm, and fix several bugs that result in problems when upgrading from earlier versions.
For more information about the changes in this version of npm, consult the commit log on GitHub:
https://github.com/isaacs/npm/commits/v1.3.6
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #997978 - Upgrade breaks npm, reinstalling corrects problem
https://bugzilla.redhat.com/show_bug.cgi?id=997978
[ 2 ] Bug #1013486 - Installation on AWS (CentOS) fails
https://bugzilla.redhat.com/show_bug.cgi?id=1013486
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update nodejs-fstream' 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-11191
2013-08-16 15:52:20
--------------------------------------------------------------------------------
Name : nodejs-bindings
Product : Fedora EPEL 6
Version : 1.1.1
Release : 1.el6
URL : https://github.com/TooTallNate/node-bindings
Summary : Helper module for loading your native module's .node file
Description :
This is a helper module for authors of Node.js native addon modules.
It is basically the "swiss army knife" of require()ing your native module's
.node file.
Throughout the course of Node's native addon history, addons have ended up
being compiled in a variety of different places, depending on which build tool
and which version of node was used. To make matters worse, now the gyp build
tool can produce either a Release or Debug build, each being built into
different locations.
This module checks all the possible locations that a native addon would be
built at, and returns the first one that loads successfully.
--------------------------------------------------------------------------------
Update Information:
Update to a later version of npm, and fix several bugs that result in problems when upgrading from earlier versions.
For more information about the changes in this version of npm, consult the commit log on GitHub:
https://github.com/isaacs/npm/commits/v1.3.6
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #997978 - Upgrade breaks npm, reinstalling corrects problem
https://bugzilla.redhat.com/show_bug.cgi?id=997978
[ 2 ] Bug #1013486 - Installation on AWS (CentOS) fails
https://bugzilla.redhat.com/show_bug.cgi?id=1013486
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update nodejs-bindings' 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-11191
2013-08-16 15:52:20
--------------------------------------------------------------------------------
Name : nodejs-assert-plus
Product : Fedora EPEL 6
Version : 0.1.4
Release : 1.el6
URL : https://github.com/mcavage/node-assert-plus
Summary : Extra assertions on top of node's assert module
Description :
This library is a super small wrapper over node's assert module that has two
things: (1) the ability to disable assertions with the environment variable
NODE_NDEBUG, and (2) some API wrappers for argument testing.
--------------------------------------------------------------------------------
Update Information:
Update to a later version of npm, and fix several bugs that result in problems when upgrading from earlier versions.
For more information about the changes in this version of npm, consult the commit log on GitHub:
https://github.com/isaacs/npm/commits/v1.3.6
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #997978 - Upgrade breaks npm, reinstalling corrects problem
https://bugzilla.redhat.com/show_bug.cgi?id=997978
[ 2 ] Bug #1013486 - Installation on AWS (CentOS) fails
https://bugzilla.redhat.com/show_bug.cgi?id=1013486
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update nodejs-assert-plus' 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-11191
2013-08-16 15:52:20
--------------------------------------------------------------------------------
Name : npm
Product : Fedora EPEL 6
Version : 1.3.6
Release : 4.el6
URL : http://npmjs.org/
Summary : Node.js Package Manager
Description :
npm is a package manager for node.js. You can use it to install and publish your
node programs. It manages dependencies and does other cool stuff.
--------------------------------------------------------------------------------
Update Information:
Update to a later version of npm, and fix several bugs that result in problems when upgrading from earlier versions.
For more information about the changes in this version of npm, consult the commit log on GitHub:
https://github.com/isaacs/npm/commits/v1.3.6
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #997978 - Upgrade breaks npm, reinstalling corrects problem
https://bugzilla.redhat.com/show_bug.cgi?id=997978
[ 2 ] Bug #1013486 - Installation on AWS (CentOS) fails
https://bugzilla.redhat.com/show_bug.cgi?id=1013486
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update npm' 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-11191
2013-08-16 15:52:20
--------------------------------------------------------------------------------
Name : nodejs-request
Product : Fedora EPEL 6
Version : 2.25.0
Release : 3.el6
URL : https://github.com/mikeal/request
Summary : Simplified HTTP request client
Description :
Request is designed to be the simplest way possible to make HTTP calls. It
supports HTTPS and follows redirects by default.
You can stream any response to a file stream. You can also stream a file to a
PUT or POST request. It also supports a few simple server and proxy functions.
--------------------------------------------------------------------------------
Update Information:
Update to a later version of npm, and fix several bugs that result in problems when upgrading from earlier versions.
For more information about the changes in this version of npm, consult the commit log on GitHub:
https://github.com/isaacs/npm/commits/v1.3.6
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #997978 - Upgrade breaks npm, reinstalling corrects problem
https://bugzilla.redhat.com/show_bug.cgi?id=997978
[ 2 ] Bug #1013486 - Installation on AWS (CentOS) fails
https://bugzilla.redhat.com/show_bug.cgi?id=1013486
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update nodejs-request' 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-11578
2013-09-15 17:22:01
--------------------------------------------------------------------------------
Name : php-guzzle-Guzzle
Product : Fedora EPEL 6
Version : 3.7.3
Release : 1.el6
URL : http://guzzlephp.org
Summary : PHP HTTP client library and framework for building RESTful web service clients
Description :
Guzzle takes the pain out of sending HTTP requests and the redundancy out
of creating web service clients.
Guzzle is a framework that includes the tools needed to create a robust web
service client, including: Service descriptions for defining the inputs and
outputs of an API, resource iterators for traversing paginated resources,
batching for sending a large number of requests as efficiently as possible.
* All the power of cURL with a simple interface
* Persistent connections and parallel requests
* Streams request and response bodies
* Service descriptions for quickly building clients
* Powered by the Symfony2 EventDispatcher
* Use all of the code or only specific components
* Plugins for caching, logging, OAuth, mocks, and more
Optional dependencies:
* Zend Framework
* Doctrine
* Monolog
--------------------------------------------------------------------------------
Update Information:
3.7.3 (2013-09-08)
* Added the ability to get the exception associated with a request/command when using `MultiTransferException` and `CommandTransferException`.
* Setting `additionalParameters` of a response to false is now honored when parsing responses with a service description
* Schemas are only injected into response models when explicitly configured.
* No longer guessing Content-Type based on the path of a request. Content-Type is now only guessed based on the path of an EntityBody.
* Bug fix: ChunkedIterator can now properly chunk a \Traversable as well as an \Iterator.
* Bug fix: FilterIterator now relies on `\Iterator` instead of `\Traversable`.
* Bug fix: Gracefully handling malformed responses in RequestMediator::writeResponseBody()
* Bug fix: Replaced call to canCache with canCacheRequest in the CallbackCanCacheStrategy of the CachePlugin
* Bug fix: Visiting XML attributes first before visting XML children when serializing requests
* Bug fix: Properly parsing headers that contain commas contained in quotes
* Bug fix: mimetype guessing based on a filename is now case-insensitive
Full change log: https://github.com/guzzle/guzzle/blob/v3.7.3/CHANGELOG.md
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1006004 - php-guzzle-Guzzle-3.7.3 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1006004
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-guzzle-Guzzle' 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-11577
2013-09-15 17:21:59
--------------------------------------------------------------------------------
Name : etckeeper
Product : Fedora EPEL 6
Version : 1.9
Release : 1.el6
URL : http://kitenet.net/~joey/code/etckeeper/
Summary : Store /etc in a SCM system (git, mercurial, bzr or darcs)
Description :
The etckeeper program is a tool to let /etc be stored in a git,
mercurial, bzr or darcs repository. It hooks into yum to automatically
commit changes made to /etc during package upgrades. It tracks file
metadata that version control systems do not normally support, but that
is important for /etc, such as the permissions of /etc/shadow. It's
quite modular and configurable, while also being simple to use if you
understand the basics of working with version control.
The default backend is git, if want to use a another backend please
install the appropriate tool (mercurial, darcs or bzr).
To use bzr as backend, please also install the etckeeper-bzr package.
To start using the package please read /usr/share/doc/etckeeper-1.9/README.
--------------------------------------------------------------------------------
Update Information:
Update to the latest stable release. From the upstream changelog:
* Fix git update-ignore syntax. Closes: #721873
* Avoid listing .gitignored files in .etckeeper file. Closes: #607665 Thanks, Zdenek Crha
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update etckeeper' 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-11572
2013-09-14 18:05:44
--------------------------------------------------------------------------------
Name : filebench
Product : Fedora EPEL 6
Version : 1.4.9.1
Release : 1.el6
URL : http://filebench.sourceforge.net/
Summary : A model based file system workload generator
Description :
Filebench is a file system and storage benchmark that allows to generate a
high variety of workloads. It employs extensive Workload Model Language (WML)
for detailed workload specification.
--------------------------------------------------------------------------------
Update Information:
Update to upstream 1.4.9.1 release.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #892554 - filebench-1.4.9.1 is available
https://bugzilla.redhat.com/show_bug.cgi?id=892554
[ 2 ] Bug #976934 - Filebench fails to build for 64-bit ARM (Aarch64)
https://bugzilla.redhat.com/show_bug.cgi?id=976934
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update filebench' 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-11584
2013-09-15 17:22:18
--------------------------------------------------------------------------------
Name : etckeeper
Product : Fedora EPEL 5
Version : 1.9
Release : 1.el5
URL : http://kitenet.net/~joey/code/etckeeper/
Summary : Store /etc in a SCM system (git, mercurial, bzr or darcs)
Description :
The etckeeper program is a tool to let /etc be stored in a git,
mercurial, bzr or darcs repository. It hooks into yum to automatically
commit changes made to /etc during package upgrades. It tracks file
metadata that version control systems do not normally support, but that
is important for /etc, such as the permissions of /etc/shadow. It's
quite modular and configurable, while also being simple to use if you
understand the basics of working with version control.
The default backend is git, if want to use a another backend please
install the appropriate tool (mercurial, darcs or bzr).
To use bzr as backend, please also install the etckeeper-bzr package.
To start using the package please read /usr/share/doc/etckeeper-1.9/README.
--------------------------------------------------------------------------------
Update Information:
Update to the latest stable release. From the upstream changelog:
* Fix git update-ignore syntax. Closes: #721873
* Avoid listing .gitignored files in .etckeeper file. Closes: #607665 Thanks, Zdenek Crha
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update etckeeper' 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-11575
2013-09-15 17:21:55
--------------------------------------------------------------------------------
Name : pcp-gui
Product : Fedora EPEL 6
Version : 1.5.10
Release : 1.el6
URL : http://oss.sgi.com/projects/pcp
Summary : Visualization tools for the Performance Co-Pilot toolkit
Description :
Visualization tools for the Performance Co-Pilot toolkit.
Performance Co-Pilot (PCP) provides a framework and services to support
system-level performance monitoring and performance management.
The PCP GUI package primarily includes visualization tools for
monitoring systems using live and archived Performance Co-Pilot
(PCP) sources.
These tools have dependencies on graphics libraries which may or
may not be installed on server machines, so PCP GUI is delivered,
managed and maintained as a separate (source and binary) package
to the core PCP infrastructure.
--------------------------------------------------------------------------------
Update Information:
Update to latest community sources
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update pcp-gui' 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
--------------------------------------------------------------------------------