Fedora EPEL 7 Update: fail2ban-0.9.1-2.el7
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2014-4334
2014-11-30 18:17:16
--------------------------------------------------------------------------------
Name : fail2ban
Product : Fedora EPEL 7
Version : 0.9.1
Release : 2.el7
URL : http://fail2ban.sourceforge.net/
Summary : Daemon to ban hosts that cause multiple authentication errors
Description :
Fail2Ban scans log files and bans IP addresses that makes too many password
failures. It updates firewall rules to reject the IP address. These rules can
be defined by the user. Fail2Ban can read multiple log files such as sshd or
Apache web server ones.
Fail2Ban is able to reduce the rate of incorrect authentications attempts
however it cannot eliminate the risk that weak authentication presents.
Configure services to use only two factor or public/private authentication
mechanisms if you really want to protect services.
This is a meta-package that will install the default configuration. Other
sub-packages are available to install support for other actions and
configurations.
--------------------------------------------------------------------------------
Update Information:
- Fix php-url-fopen logpath (bug #1169026)
- Update to 0.9.1:
Refactoring (IMPORTANT -- Please review your setup and configuration):
iptables-common.conf replaced iptables-blocktype.conf (iptables-blocktype.local should still be read) and now also provides defaults for the chain, port, protocol and name tags
Fixes:
start of file2ban aborted (on slow hosts, systemd considers the server has been timed out and kills him), see gh-824
UTF-8 fixes in pure-ftp thanks to Johannes Weberhofer. Closes gh-806.
systemd backend error on bad utf-8 in python3
badips.py action error when logging HTTP error raised with badips request
fail2ban-regex failed to work in python3 due to space/tab mix
recidive regex samples incorrect log level
journalmatch for recidive incorrect PRIORITY
loglevel couldn't be changed in fail2ban.conf
Handle case when no sqlite library is available for persistent database
Only reban once per IP from database on fail2ban restart
Nginx filter to support missing server_name. Closes gh-676
fail2ban-regex assertion error caused by miscount missed lines with multiline regex
Fix actions failing to execute for Python 3.4.0. Workaround for http://bugs.python.org/issue21207
Database now returns persistent bans on restart (bantime < 0)
Recursive action tags now fully processed. Fixes issue with bsd-ipfw action
Fixed TypeError with "ipfailures" and "ipjailfailures" action tags. Thanks Serg G. Brester
Correct times for non-timezone date times formats during DST
Pass a copy of, not original, aInfo into actions to avoid side-effects
Per-distribution paths to the exim's main log
Ignored IPs are no longer banned when being restored from persistent database
Manually unbanned IPs are now removed from persistent database, such they wont be banned again when Fail2Ban is restarted
Pass "bantime" parameter to the actions in default jail's action definition(s)
filters.d/sieve.conf - fixed typo in _daemon. Thanks Jisoo Park
cyrus-imap -- also catch also failed logins via secured (imaps/pop3s). Regression was introduced while strengthening failregex in 0.8.11 (bd175f) Debian bug #755173
postfix-sasl - added journalmatch. Thanks Luc Maisonobe
postfix* - match with a new daemon string (postfix/submission/smtpd). Closes gh-804 . Thanks Paul Traina
apache - added filter for AH01630 client denied by server configuration.
New features:
New filters:
monit Thanks Jason H Martin
directadmin Thanks niorg
apache-shellshock Thanks Eugene Hopkinson (SlowRiot)
New actions:
symbiosis-blacklist-allports for Bytemark symbiosis firewall
fail2ban-client can fetch the running server version
Added Cloudflare API action
Enhancements
Start performance of fail2ban-client (and tests) increased, start time and cpu usage rapidly reduced. Introduced a shared storage logic, to bypass reading lots of config files (see gh-824). Thanks to Joost Molenaar for good catch (reported gh-820).
Fail2ban-regex - add print-all-matched option. Closes gh-652
Suppress fail2ban-client warnings for non-critical config options
Match non "Bye Bye" disconnect messages for sshd locked account regex
courier-smtp filter:
match lines with user names
match lines containing "535 Authentication failed" attempts
Add <chain> tag to iptables-ipsets
Realign fail2ban log output with white space to improve readability. Does not affect SYSLOG output
Log unhandled exceptions
cyrus-imap: catch "user not found" attempts
Add support for Portsentry
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update fail2ban' 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
--------------------------------------------------------------------------------
8 years, 3 months
Fedora EPEL 7 Update: kde-plasma-networkmanagement-extras-0.9.0.9-1.el7
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2014-4723
2014-12-16 23:46:27
--------------------------------------------------------------------------------
Name : kde-plasma-networkmanagement-extras
Product : Fedora EPEL 7
Version : 0.9.0.9
Release : 1.el7
URL : https://projects.kde.org/projects/extragear/base/networkmanagement
Summary : NetworkManager KDE Extras
Description :
NetworkManager KDE Extras.
--------------------------------------------------------------------------------
Update Information:
Provide extra vpn plugins for EPEL-7, including OpenVPN.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1172705 - Review Request: kde-plasma-networkmanagement-extras - NetworkManager KDE Extras
https://bugzilla.redhat.com/show_bug.cgi?id=1172705
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update kde-plasma-networkmanagement-extras' 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
--------------------------------------------------------------------------------
8 years, 3 months
Fedora EPEL 6 Update: python-regex-2014.11.14-1.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2014-4690
2014-12-14 21:06:38
--------------------------------------------------------------------------------
Name : python-regex
Product : Fedora EPEL 6
Version : 2014.11.14
Release : 1.el6
URL : https://code.google.com/p/mrab-regex-hg
Summary : Alternative regular expression module, to replace re
Description :
This new regex implementation is intended eventually to replace
Python's current re module implementation.
For testing and comparison with the current 're' module the new
implementation is in the form of a module called 'regex'.
--------------------------------------------------------------------------------
Update Information:
This new regex implementation is intended eventually to replace Python's current re module implementation.
For testing and comparison with the current 're' module the new implementation is in the form of a module called 'regex'.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1155778 - Review Request: python-regex - Alternative regular expression module, to replace re
https://bugzilla.redhat.com/show_bug.cgi?id=1155778
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update python-regex' 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
--------------------------------------------------------------------------------
8 years, 3 months
Fedora EPEL 5 Update: cmake-fedora-2.3.4-1.el5
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2014-4567
2014-12-11 04:59:20
--------------------------------------------------------------------------------
Name : cmake-fedora
Product : Fedora EPEL 5
Version : 2.3.4
Release : 1.el5
URL : https://fedorahosted.org/cmake-fedora/
Summary : CMake helper modules for fedora developers
Description :
cmake-fedora consist a set of cmake modules that provides
helper macros and targets for fedora developers.
--------------------------------------------------------------------------------
Update Information:
- Fixed RHBZ 1144906 - cmake-fedora failed to build target pot_files if the .pot file not exists.
- ManageDependency: Now able to assign multiple PKG_CONFIG files.
- ManageGConf: Added "Variables to cache".
- cmake-fedora.conf: el7 and fc21 is now available in bodhi.
- ManageRPMScript: Fixed the mo file handling.
- ManageZanata: Use /usr/share/locale as SYSTEM_LOCALE source instead.
- Fixed RHBZ 1144906 - cmake-fedora failed to build target pot_files if the .pot file not exists.
- ManageDependency: var_CFLAGS and var_LIBS are also cached.
- ManageDependency: var_INCLUDEDIR also includes directories from var_CFLAGS.
- ManageGConf: Added "Variables to cache".
- cmake-fedora.conf: el7 and fc21 is now available in bodhi.
- Fixed RHBZ 1144906 - cmake-fedora failed to build target pot_files if the .pot file not exists.
- ManageDependency: var_CFLAGS and var_LIBS are also cached.
- ManageDependency: var_INCLUDEDIR also includes directories from var_CFLAGS.
- ManageGConf: Added "Variables to cache".
- cmake-fedora.conf: el7 and fc21 is now available in bodhi.
- Fixed RHBZ 1144906 - cmake-fedora failed to build target pot_files if the .pot file not exists.
- ManageDependency: var_CFLAGS and var_LIBS are also cached.
- ManageDependency: var_INCLUDEDIR also includes directories from var_CFLAGS.
- ManageGConf: Added "Variables to cache".
- cmake-fedora.conf: el7 and fc21 is now available in bodhi.
- Fixed RHBZ 1144906 - cmake-fedora failed to build target pot_files if the .pot file not exists.
- ManageDependency: var_CFLAGS and var_LIBS are also cached.
- ManageDependency: var_INCLUDEDIR also includes directories from var_CFLAGS.
- ManageGConf: Added "Variables to cache".
- cmake-fedora.conf: el7 and fc21 is now available in bodhi.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1144906 - cmake-fedora failed to build target pot_files if the .pot file not exists
https://bugzilla.redhat.com/show_bug.cgi?id=1144906
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update cmake-fedora' 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
--------------------------------------------------------------------------------
8 years, 3 months
Fedora EPEL 7 Update: fstrm-0.2.0-1.el7
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2014-4697
2014-12-15 19:11:30
--------------------------------------------------------------------------------
Name : fstrm
Product : Fedora EPEL 7
Version : 0.2.0
Release : 1.el7
URL : https://github.com/farsightsec/fstrm
Summary : Frame Streams implementation in C
Description :
Frame Streams is a light weight, binary clean protocol that allows for the
transport of arbitrarily encoded data payload sequences with minimal framing
overhead -- just four bytes per data frame. Frame Streams does not specify
an encoding format for data frames and can be used with any data serialization
format that produces byte sequences, such as Protocol Buffers, XML, JSON,
MessagePack, YAML, etc.
--------------------------------------------------------------------------------
Update Information:
initial package
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1173839 - Review Request: fstrm - Frame Streams implementation in C
https://bugzilla.redhat.com/show_bug.cgi?id=1173839
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update fstrm' 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
--------------------------------------------------------------------------------
8 years, 3 months
Fedora EPEL 7 Update: lxc-1.0.7-1.el7
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2014-4625
2014-12-11 05:02:19
--------------------------------------------------------------------------------
Name : lxc
Product : Fedora EPEL 7
Version : 1.0.7
Release : 1.el7
URL : http://linuxcontainers.org
Summary : Linux Resource Containers
Description :
Linux Resource Containers provide process and resource isolation without the
overhead of full virtualization.
--------------------------------------------------------------------------------
Update Information:
Update to the latest 1.0 release of LXC.
See https://linuxcontainers.org/news/ for the full announcement and changelog.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update lxc' 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
--------------------------------------------------------------------------------
8 years, 3 months
Fedora EPEL 6 Update: qextserialport-1.2-0.6.beta2.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2014-4714
2014-12-16 23:46:03
--------------------------------------------------------------------------------
Name : qextserialport
Product : Fedora EPEL 6
Version : 1.2
Release : 0.6.beta2.el6
URL : http://code.google.com/p/qextserialport/
Summary : Qt interface class for old fashioned serial ports
Description :
QextSerialPort provides an interface to old fashioned
serial ports for Qt-based applications.
--------------------------------------------------------------------------------
Update Information:
Adding qextserialport to EPEL 6/7.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update qextserialport' 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
--------------------------------------------------------------------------------
8 years, 3 months
Fedora EPEL 7 Update: ansible-1.8.2-1.el7
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2014-4710
2014-12-16 23:45:55
--------------------------------------------------------------------------------
Name : ansible
Product : Fedora EPEL 7
Version : 1.8.2
Release : 1.el7
URL : http://ansible.com
Summary : SSH-based configuration management, deployment, and task execution system
Description :
Ansible is a radically simple model-driven configuration management,
multi-node deployment, and remote task execution system. Ansible works
over SSH and does not require any software or daemons to be installed
on remote nodes. Extension modules can be written in any language and
are transferred to managed machines automatically.
--------------------------------------------------------------------------------
Update Information:
Update to 1.8.2
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update ansible' 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
--------------------------------------------------------------------------------
8 years, 3 months
Fedora EPEL 7 Update: nwchem-6.5.26243-13.el7
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2014-4609
2014-12-11 05:01:24
--------------------------------------------------------------------------------
Name : nwchem
Product : Fedora EPEL 7
Version : 6.5.26243
Release : 13.el7
URL : http://www.nwchem-sw.org/
Summary : Delivering High-Performance Computational Chemistry to Science
Description :
NWChem aims to provide its users with computational chemistry tools that are
scalable both in their ability to treat large scientific computational
chemistry problems efficiently, and in their use of available parallel
computing resources from high-performance parallel supercomputers to
conventional workstation clusters.
Please cite the following reference when
publishing results obtained with NWChem:
M. Valiev, E.J. Bylaska, N. Govind, K. Kowalski, T.P. Straatsma,
H.J.J. van Dam, D. Wang, J. Nieplocha, E. Apra, T.L. Windus, W.A. de Jong,
"NWChem: a comprehensive and scalable open-source solution for
large scale molecular simulations" Comput. Phys. Commun. 181, 1477 (2010)
There is currently no serial version built.
--------------------------------------------------------------------------------
Update Information:
nwchem-6.5.26243 on el7
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update nwchem' 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
--------------------------------------------------------------------------------
8 years, 3 months
Fedora EPEL 6 Update: php-horde-Horde-Core-2.17.2-1.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2014-4732
2014-12-16 23:46:52
--------------------------------------------------------------------------------
Name : php-horde-Horde-Core
Product : Fedora EPEL 6
Version : 2.17.2
Release : 1.el6
URL : http://pear.horde.org
Summary : Horde Core Framework libraries
Description :
These classes provide the core functionality of the Horde Application
Framework.
--------------------------------------------------------------------------------
Update Information:
Horde_Core 2.17.2
* [mjr] Allow disabling maillog synchronization with EAS clients (Bug #13747).
* [jan] Log E_USER_WARNING, E_RECOVERABLE_ERROR, and E_USER_NOTICE messages at the correct level.
* [mjr] Add support for ActiveSync clients that issue BODYPARTPREFERENCE options (Bug #13729).
Horde_Core 2.16.1:
* [mms] Fix file permissions of dynamically generated static CSS/JS files.
* [jan] Use correct user name as a fallback for identity full names with existing authusername hook.
Horde_Core 2.16.0:
* [mjr] Add the activesync_provisioning_check hook.
* [mjr] Fix determining multiplex settting for EAS notes (Bug #13637).
* [mjr] Fix adding new tasklists from EAS (Bug #13642).
* [jan] Update Czech translation (Michael Grafnetter).
Horde_Core 2.16.1:
* [mms] Fix file permissions of dynamically generated static CSS/JS files.
* [jan] Use correct user name as a fallback for identity full names with existing authusername hook.
Horde_Core 2.16.0:
* [mjr] Add the activesync_provisioning_check hook.
* [mjr] Fix determining multiplex settting for EAS notes (Bug #13637).
* [mjr] Fix adding new tasklists from EAS (Bug #13642).
* [jan] Update Czech translation (Michael Grafnetter).
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-horde-Horde-Core' 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
--------------------------------------------------------------------------------
8 years, 3 months