Fedora EPEL 7 Update: atoum-2.9.0-1.el7
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2017-4d2935dc2e
2017-02-27 23:53:36.229229
--------------------------------------------------------------------------------
Name : atoum
Product : Fedora EPEL 7
Version : 2.9.0
Release : 1.el7
URL : http://atoum.org
Summary : PHP Unit Testing framework
Description :
A simple, modern and intuitive unit testing framework for PHP!
It has been designed from the start with the following ideas in mind :
* Can be implemented rapidly ;
* Simplify test development ;
* Allow for writing reliable, readable, and clear unit tests ;
To accomplish that, it massively uses capabilities provided by PHP 5.3,
to give the developer a whole new way of writing unit tests.
Also, thanks to its fluid interface, it allows for writing unit tests in
a fashion close to natural language.
It also makes it easier to implement stubbing within tests, thanks to
intelligent uses of anonymous functions and closures.
atoum natively, and by default, performs the execution of each unit test
within a separate PHP process, to warrant isolation.
Of course, it can be used seamlessly for continuous integration, and given its
design, it can be made to cope with specific needs extremely easily.
atoum also accomplishes all of this without affecting performance, since it
has been developed to boast a reduced memory footprint while allowing for
hastened test execution.
It can also generate unit test execution reports in the Xunit format,
which makes it compatible with continuous integration tools such as Jenkins.
atoum also generates code coverage reports, in order to make it possible
to supervise unit tests.
Optional dependency:
- php-pecl-xdebug for code coverage reports
--------------------------------------------------------------------------------
Update Information:
**Version 2.9.0** - 2017-02-11 *
[#667](https://github.com/atoum/atoum/pull/667) Assert on array values using
`mageekguy\atoum\asserters\phpArray::$values` ([krtek4]) *
[#682](https://github.com/atoum/atoum/pull/682) Do not call parent class when
mocking as interface ([mageekguy]) *
[#679](https://github.com/atoum/atoum/pull/679) Copy `PHP_IDE_CONFIG` into
forked processes ([mvrhov]) * [#678](https://github.com/atoum/atoum/pull/678)
Each mock instance can be made unique by calling `eachInstanceIsUnique` on the
mock generator ([mageekguy]) **Version 2.9.0-beta1** - 2016-10-08 *
[#604](https://github.com/atoum/atoum/pull/604) Add a `addConfigurationCallable`
method on the runner to allow extensions to register themselves ([agallou],
[jubianchi]) * [#634](https://github.com/atoum/atoum/pull/634) Only one
extension of a kind can be loaded. Extensions can be unloaded ([agallou],
[jubianchi]) * [#619](https://github.com/atoum/atoum/pull/619) Add branches and
paths coverage support to AtoumTask for Phing ([oxman]) *
[#633](https://github.com/atoum/atoum/pull/633) Mock generator correctly handles
the `self` return type ([jubianchi]) *
[#637](https://github.com/atoum/atoum/pull/637) Errors are displayed in the TAP
report ([jubianchi])
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update atoum' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/...
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
--------------------------------------------------------------------------------
6 years, 9 months
Fedora EPEL 7 Update: dayjournal-23.0.6-1.el7
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2017-a15061e4e9
2017-02-27 23:53:36.229175
--------------------------------------------------------------------------------
Name : dayjournal
Product : Fedora EPEL 7
Version : 23.0.6
Release : 1.el7
URL : https://burnsoftware.wordpress.com/dayjournal/
Summary : Digital journal that uses plain text files
Description :
DayJournal is a minimalist digital journal that lets the content you
create outlast DayJournal itself.
* Future proofs your journal entries by saving them as plain text and
organizing them as you go. This means you can read or create entries
when you don���t have DayJournal.
* Automatically saves as you write.
* Easily sync journals with cloud storage services because you choose
where your journal folder is.
* Add pictures to your journal entries.
* Manage multiple journals.
* Keyboard shortcuts make it easy to navigate through entries.
* Create a journal archive file, an HTML page that looks great when
printed so you can keep a physical journal too.
* Add to your journal from anywhere with Blip Journal for
Android. DayJournal can automatically import entries synced to Dropbox
from Blip Journal. On iOS? Now DayJournal can automatically import
entries synced to Dropbox from the Day One app as well.
Simply put, DayJournal is the simple digital journal that finally does
it right.
--------------------------------------------------------------------------------
Update Information:
new package DayJournal is a text based journal program.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1409884 - Review Request: dayjournal - Digital journal that uses plain text files
https://bugzilla.redhat.com/show_bug.cgi?id=1409884
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update dayjournal' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/...
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
--------------------------------------------------------------------------------
6 years, 9 months
Fedora EPEL 7 Update: python-webcolors-1.7-2.el7
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2017-b4954d5863
2017-02-27 23:53:36.229122
--------------------------------------------------------------------------------
Name : python-webcolors
Product : Fedora EPEL 7
Version : 1.7
Release : 2.el7
URL : https://github.com/ubernostrum/webcolors
Summary : A library for working with HTML and CSS color names and value formats
Description :
A library for working with color names and color value formats defined by the
HTML and CSS specifications for use in documents on the Web.
Support is included for the following formats (RGB colorspace only; conversion
to/from HSL can be handled by the colorsys module in the Python standard
library):
* Specification-defined color names
* Six-digit hexadecimal
* Three-digit hexadecimal
* Integer rgb() triplet
* Percentage rgb() triplet
--------------------------------------------------------------------------------
Update Information:
First el7 submission for this package.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1390579 - Make python-blockdiag available in EPEL to use from centos
https://bugzilla.redhat.com/show_bug.cgi?id=1390579
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update python-webcolors' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/...
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
--------------------------------------------------------------------------------
6 years, 9 months
Fedora EPEL 7 Update: python-funcparserlib-0.3.6-11.el7
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2017-b146eb466f
2017-02-27 23:53:36.229053
--------------------------------------------------------------------------------
Name : python-funcparserlib
Product : Fedora EPEL 7
Version : 0.3.6
Release : 11.el7
URL : https://github.com/vlasovskikh/funcparserlib
Summary : Recursive descent parsing library based on functional combinators
Description :
Parser combinators are just higher-order functions that take parsers as their
arguments and return them as result values. Parser combinators are:
* First-class values
* Extremely composable
* Tend to make the code quite compact
* Resemble the readable notation of xBNF grammars
Parsers made with funcparserlib are pure-Python LL(*) parsers. It means that
it's very easy to write them without thinking about look-aheads and all that
hardcore parsing stuff. But the recursive descent parsing is a rather slow
method compared to LL(k) or LR(k) algorithms.
So the primary domain for funcparserlib is parsing little languages or external
DSLs (domain specific languages).
--------------------------------------------------------------------------------
Update Information:
First el7 package for this package.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1390579 - Make python-blockdiag available in EPEL to use from centos
https://bugzilla.redhat.com/show_bug.cgi?id=1390579
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update python-funcparserlib' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/...
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
--------------------------------------------------------------------------------
6 years, 9 months
Fedora EPEL 7 Update: holland-1.0.14-3.el7
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2017-332307e847
2017-02-27 23:53:36.229001
--------------------------------------------------------------------------------
Name : holland
Product : Fedora EPEL 7
Version : 1.0.14
Release : 3.el7
URL : http://hollandbackup.org
Summary : Pluggable Backup Framework
Description :
A pluggable backup framework which focuses on, but is not limited to, highly
configurable database backups.
--------------------------------------------------------------------------------
Update Information:
- Remove unneeded holland_version macro - Remove example, maatkit, and random
subpackages - Move holland.lib.mysql and holland.lib.lvm modules into their own
subpackages - Clean up requirements
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update holland' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/...
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
--------------------------------------------------------------------------------
6 years, 9 months
Fedora EPEL 7 Update: pdc-updater-0.5.2-1.el7
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2017-16594800f9
2017-02-27 23:53:36.228944
--------------------------------------------------------------------------------
Name : pdc-updater
Product : Fedora EPEL 7
Version : 0.5.2
Release : 1.el7
URL : https://pypi.io/project/pdc-updater
Summary : Update the product definition center in response to fedmsg
Description :
Fedmsg consumer that listens to activity on the Fedora message bus, and updates
the Product Definition Center database in response.
--------------------------------------------------------------------------------
Update Information:
Latest upstream. ---- Latest upstream.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update pdc-updater' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/...
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
--------------------------------------------------------------------------------
6 years, 9 months
Fedora EPEL 7 Update: sec-2.7.11-0.el7
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2017-a4a3c1912a
2017-02-27 23:53:36.228831
--------------------------------------------------------------------------------
Name : sec
Product : Fedora EPEL 7
Version : 2.7.11
Release : 0.el7
URL : http://simple-evcorr.github.io/
Summary : Simple Event Correlator script to filter log file entries
Description :
SEC is a simple event correlation tool that reads lines from files, named
pipes, or standard input, and matches the lines with regular expressions,
Perl subroutines, and other patterns for recognizing input events.
Events are then correlated according to the rules in configuration files,
producing output events by executing user-specified shell commands, by
writing messages to pipes or files, etc.
--------------------------------------------------------------------------------
Update Information:
New upstream release
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update sec' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/...
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
--------------------------------------------------------------------------------
6 years, 9 months
Fedora EPEL 6 Update: holland-1.0.14-3.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2017-b05651ba17
2017-02-27 23:53:30.271950
--------------------------------------------------------------------------------
Name : holland
Product : Fedora EPEL 6
Version : 1.0.14
Release : 3.el6
URL : http://hollandbackup.org
Summary : Pluggable Backup Framework
Description :
A pluggable backup framework which focuses on, but is not limited to, highly
configurable database backups.
--------------------------------------------------------------------------------
Update Information:
- Remove unneeded holland_version macro - Remove example, maatkit, and random
subpackages - Move holland.lib.mysql and holland.lib.lvm modules into their own
subpackages - Clean up requirements
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update holland' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/...
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
--------------------------------------------------------------------------------
6 years, 9 months
Fedora EPEL 6 Update: sec-2.7.11-0.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2017-34282cbbff
2017-02-27 23:53:30.271283
--------------------------------------------------------------------------------
Name : sec
Product : Fedora EPEL 6
Version : 2.7.11
Release : 0.el6
URL : http://simple-evcorr.github.io/
Summary : Simple Event Correlator script to filter log file entries
Description :
SEC is a simple event correlation tool that reads lines from files, named
pipes, or standard input, and matches the lines with regular expressions,
Perl subroutines, and other patterns for recognizing input events.
Events are then correlated according to the rules in configuration files,
producing output events by executing user-specified shell commands, by
writing messages to pipes or files, etc.
--------------------------------------------------------------------------------
Update Information:
New upstream release
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update sec' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/...
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
--------------------------------------------------------------------------------
6 years, 9 months
Fedora EPEL 5 Update: dsniff-2.4-0.23.b1.el5
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2017-c5419619dd
2017-02-27 23:53:27.234752
--------------------------------------------------------------------------------
Name : dsniff
Product : Fedora EPEL 5
Version : 2.4
Release : 0.23.b1.el5
URL : http://www.monkey.org/~dugsong/dsniff/
Summary : Tools for network auditing and penetration testing
Description :
A collection of tools for network auditing and penetration testing. Dsniff,
filesnarf, mailsnarf, msgsnarf, urlsnarf and webspy allow to passively monitor
a network for interesting data (passwords, e-mail, files). Arpspoof, dnsspoof
and macof facilitate the interception of network traffic normally unavailable
to an attacker (e.g, due to layer-2 switching). Sshmitm and webmitm implement
active monkey-in-the-middle attacks against redirected SSH and HTTPS sessions
by exploiting weak bindings in ad-hoc PKI.
--------------------------------------------------------------------------------
Update Information:
- Added patch to allow building dsniff with OpenSSL >= 1.1.0 - Added patch to
correct a typo related to the -remote option
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update dsniff' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/...
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
--------------------------------------------------------------------------------
6 years, 9 months