EPEL intend to retire Django on EL5, EL6
by Matthias Runge
Hi,
Django is currently in version 1.3 in EPEL6 and version 1.1 in EPEL5.
Both don't receive any security fixes any more, and I'd like to retire
and remove both.
For EL6, we have Django14, which packages Django-1.4.
For EL5, the situation looks not so good. Django upstream deprecated
Python 2.4 a while ago.
Matthias
--
Matthias Runge <mrunge(a)matthias-runge.de>
9 years, 1 month
EPEL Fedora 6 updates-testing report
by updates@fedoraproject.org
The following Fedora EPEL 6 Security updates need testing:
Age URL
649 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5620/bugzilla-3....
79 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-12079/bip-0.8.9-...
43 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-12427/seamonkey-...
12 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-0233/libreswan-3...
8 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-0282/moodle-2.4....
2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-0378/quassel-0.9...
1 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-0398/socat-1.7.2...
1 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-0395/libpng10-1....
0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-0401/libyaml-0.1...
0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-0409/zarafa-7.1....
The following builds have been pushed to Fedora EPEL 6 updates-testing
activemq-cpp-3.8.2-5.el6
cmake-fedora-1.2.6-1.el6
ddd-3.3.12-6.el6
fann-2.2.0-6.el6
kpcli-2.3-3.el6
libstoragemgmt-0.0.24-1.el6
libyaml-0.1.3-4.el6
myproxy-5.9-8.el6
netcdf-4.1.1-3.el6.5
ovirt-guest-agent-1.0.9-1.el6
perl-Locale-Msgfmt-0.15-10.el6
perl-Sort-Naturally-1.03-8.el6
php-horde-Horde-Cache-2.4.0-1.el6
php-horde-Horde-Compress-2.0.7-1.el6
php-horde-Horde-Imap-Client-2.17.1-1.el6
php-horde-Horde-LoginTasks-2.0.3-1.el6
php-horde-Horde-Mail-2.1.4-1.el6
php-horde-Horde-Socket-Client-1.1.1-1.el6
python-zc-buildout-2.2.1-2.el6
qpdfview-0.4.8-1.el6
qpid-dispatch-0.1-3.el6
svn2cl-0.14-3
tcpreplay-4.0.2-1.el6
xrootd-3.3.6-1.el6
zarafa-7.1.8-1.el6
Details about builds:
================================================================================
activemq-cpp-3.8.2-5.el6 (FEDORA-EPEL-2014-0420)
C++ implementation of JMS-like messaging client
--------------------------------------------------------------------------------
Update Information:
* Upstream to 3.8.2
* Add another compat package activemq-cpp3.7.1-compat
--------------------------------------------------------------------------------
ChangeLog:
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1059600 - RFE: Add activemq-cpp 3.8.2 RPMs to EPEL 6
https://bugzilla.redhat.com/show_bug.cgi?id=1059600
--------------------------------------------------------------------------------
================================================================================
cmake-fedora-1.2.6-1.el6 (FEDORA-EPEL-2014-0412)
CMake helper modules for fedora developers
--------------------------------------------------------------------------------
Update Information:
- Resolves Bug 1058631 - ManagePRM generate Broken %defattr
- Enhancement:
+ ManageTarget: ADD_CUSTOM_TARGET_COMMAND: NO_FORCE: new option.
+ Projects that includes cmake-fedora as submodule are no longer requires cmake-fedora.conf
- Changed:
+ ManageTranslation: Fix po build
+ ManageRPM: Fix defattr
+ ManageReleaseFedora: helper scripts in CMAKE_SOURCE_DIR/cmake-fedora
can also be located
- Resolves Bug 1040333 - RFE: Suiport .gitignore file as
source of CPACK_SOURCE_IGNORE_FILES
- Resolves Bug 1046213 - RFE: RPM ChangeLog should be generated by
newest build from koji
- Enhancement:
+ ChangeLog.prev is no longer required.
+ RPM-ChangeLog.prev is provide by koji now.
+ cmake-fedora-koji:
- new subcommand: newest-build and newest-changelog.
+ cmake-fedora-changelog: new script.
+ New targets:
- tag_push: Push to git.
+ ManageFile:
- Add absolute file support
- MANAGE_FILE_INSTALL: Add TARGETS support.
- MANAGE_FILE_INSTALL: Add RENAME support.
- GIT_GLOB_TO_CMAKE_REGEX: Convert git glob to cmake regex
+ ManageArchive:
- PACK_SOURCE_CPACK: Pack with CPack
- PACK_SOURCE_ARCHIVE: Now can specify OUTPUT_FILE.
- SOURCE_ARCHIVE_CONTENTS_ADD: Add file to source archive.
- SOURCE_ARCHIVE_CONTENTS_ADD_NO_CHECK:
Add file to source archive without checking.
+ ManageDependency: Manage dependencies.
+ ManageRPM:
- PACK_RPM: New options: SPEC_IN and SPEC.
- RPM_SPEC_STRING_ADD: Add a string to SPEC string.
- RPM_SPEC_STRING_ADD_DIRECTIVE: Add a directive to SPEC string.
- RPM_SPEC_STRING_ADD_TAG: Add a string to SPEC string.
+ ManageString:
- STRING_APPEND: Append a string to a variable.
- STRING_PADDING: Padding the string to specified length
- STRING_PREPEND: Prepend a string to a variable.
+ ManageTranslation:
- MANAGE_GETTEXT:
+ Can specify MSGFMT_OPTIONS and MSGMERGE_OPTIONS
+ Add gettext-devel to BUILD_REQUIRES.
+ ManageVariable:
- VARIABLE_TO_ARGN: Merge the variable and options to
the form of ARGN.
+ Cached variables:
- RPM_SPEC_CMAKE_FLAG: cmake flags in rpm build.
- RPM_SPEC_MAKE_FLAG: make flags in rpm build.
- Changed Modules:
+ ManageArchive:
- PACK_SOURCE_ARCHIVE: Can now pass either
empty, outputDir, or source File.
+ ManageGConf2: Fixed.
+ ManageString: STRING_SPLIT: New Option: ALLOW_EMPTY
+ ManageRPM
- Add support of pre, post, and preun
+ ManageVariable:
- VARIABLE_PARSE_ARGN can now handle multiple-appeared options.
- Changed:
+ CMake policy no longer enforced by default.
+ ManageString: STRING_SPLIT is changed from macro to function,
so no need to put excessive backslashes.
- Removed:
+ Target after_release_commit and related are no longer required
and thus removed.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jan 30 2014 Ding-Yi Chen <dchen at redhat.com> - 1.2.6-1
- Resolves Bug 1058631 - ManagePRM generate Broken %defattr
- Enhancement:
+ ManageTarget: ADD_CUSTOM_TARGET_COMMAND: NO_FORCE: new option.
+ Projects that includes cmake-fedora as submodule are no longer requires cmake-fedora.conf
- Changed:
+ ManageTranslation: Fix po build
+ ManageRPM: Fix defattr
+ ManageReleaseFedora: helper scripts in CMAKE_SOURCE_DIR/cmake-fedora
can also be located
--------------------------------------------------------------------------------
================================================================================
ddd-3.3.12-6.el6 (FEDORA-EPEL-2014-0414)
GUI for several command-line debuggers
--------------------------------------------------------------------------------
Update Information:
Move from Lesstif to Openmotif.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jan 30 2014 Jon Ciesla <limb(a)jcomserv.net> - 3.3.12-6
- Switch from lesstif to openmotif, BZ 1059714.
- Date fixup.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1059714 - could the ddd in EPEL for RHEL6 be compiled against openmotif instead of lesstif?
https://bugzilla.redhat.com/show_bug.cgi?id=1059714
--------------------------------------------------------------------------------
================================================================================
fann-2.2.0-6.el6 (FEDORA-EPEL-2014-0404)
A fast artificial neural network library
--------------------------------------------------------------------------------
Update Information:
This is a memory corruption fix discovered on Fedora.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jan 31 2014 Tomas Smetana <tsmetana(a)redhat.com> - 2.2.0-6
- related to #1047627: fix memory corruption in fann_error,
patch by Remi Collet
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1047627 - memory corruption in fann_error
https://bugzilla.redhat.com/show_bug.cgi?id=1047627
--------------------------------------------------------------------------------
================================================================================
kpcli-2.3-3.el6 (FEDORA-EPEL-2013-11938)
KeePass Command Line Interface (CLI) / interactive shell
--------------------------------------------------------------------------------
Update Information:
Initial commit.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1002324 - Review Request: kpcli - KeePass Command Line Interface (CLI) / interactive shell
https://bugzilla.redhat.com/show_bug.cgi?id=1002324
--------------------------------------------------------------------------------
================================================================================
libstoragemgmt-0.0.24-1.el6 (FEDORA-EPEL-2014-0417)
Storage array management library
--------------------------------------------------------------------------------
Update Information:
Upstream update
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jan 30 2014 Tony Asleson <tasleson(a)redhat.com> 0.0.24-1
- New upstream release
* Fri Jan 3 2014 Tony Asleson <tasleson(a)redhat.com> 0.0.22.2
- Call setgroups and use full relo on lsmd
- Add requirements on python for plugins that need it
- https://bugzilla.redhat.com/show_bug.cgi?id=1019320
- https://bugzilla.redhat.com/show_bug.cgi?id=998898
- https://bugzilla.redhat.com/show_bug.cgi?id=990577
- https://bugzilla.redhat.com/show_bug.cgi?id=968384
--------------------------------------------------------------------------------
================================================================================
libyaml-0.1.3-4.el6 (FEDORA-EPEL-2014-0401)
YAML 1.1 parser and emitter written in C
--------------------------------------------------------------------------------
Update Information:
Add patches for CVE-2013-6393 (bz1033990)
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 29 2014 John Eckersberg <jeckersb(a)redhat.com> - 0.1.3-4
- Add patches for CVE-2013-6393 (bz1033990)
* Tue Feb 8 2011 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.1.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1033990 - CVE-2013-6393 libyaml: heap-based buffer overflow when parsing YAML tags
https://bugzilla.redhat.com/show_bug.cgi?id=1033990
--------------------------------------------------------------------------------
================================================================================
myproxy-5.9-8.el6 (FEDORA-EPEL-2014-0308)
Manage X.509 Public Key Infrastructure (PKI) security credentials
--------------------------------------------------------------------------------
Update Information:
Adapt to updated packaging guidelines
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jan 31 2014 Mattias Ellert <mattias.ellert(a)fysast.uu.se> - 5.9-8
- Fix broken postun scriptlet
* Thu Jan 23 2014 Mattias Ellert <mattias.ellert(a)fysast.uu.se> - 5.9-7
- Depend on GT5.2+ versions of globus packages
- Use _pkgdocdir when defined
- Use non-ISA build dependencies
- Make license files part of the -libs package
- Make documentaion package noarch
- Use better Group tags
* Mon Aug 5 2013 Steve Traylen <steve.traylen(a)cern.ch> - 5.9-6
- rhbz926187 - Build on aarch64 also.
* Sat Aug 3 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 5.9-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Thu Jul 18 2013 Petr Pisar <ppisar(a)redhat.com> - 5.9-4
- Perl 5.18 rebuild
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 5.9-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Wed Dec 19 2012 Steve Traylen <steve.traylen(a)cern.ch> - 5.9-2
- rpm .spec file parsing oddness.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #993987 - myproxy possibly affected by F-20 unversioned docdir change
https://bugzilla.redhat.com/show_bug.cgi?id=993987
--------------------------------------------------------------------------------
================================================================================
netcdf-4.1.1-3.el6.5 (FEDORA-EPEL-2014-0416)
Libraries for the Unidata network Common Data Form
--------------------------------------------------------------------------------
Update Information:
Fix nc-config --fflags (bug #1032110)
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 29 2014 Orion Poplawski <orion(a)cora.nwra.com> - 4.1.1-3.5
- Fix nc-config --fflags (bug #1032110)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1032110 - Incorrect path to the netcdf source
https://bugzilla.redhat.com/show_bug.cgi?id=1032110
--------------------------------------------------------------------------------
================================================================================
ovirt-guest-agent-1.0.9-1.el6 (FEDORA-EPEL-2014-0419)
The oVirt Guest Agent
--------------------------------------------------------------------------------
Update Information:
Upstream 1.0.9 release
- Report swap usage of guests
- Updated pam conversation approach
- Python 2.4 compatability fix
Added override option to groupadd
Initial EPEL-5 Release of the ovirt-guest-agent
Removed selinux-policy conflict
Added patch for python2.4 compatability
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jan 30 2014 Vinzenz Feenstra <evilissimo(a)redhat.com> - 1.0.9-1
- Update to fupstream version ovirt-guest-agent 1.0.9
--------------------------------------------------------------------------------
================================================================================
perl-Locale-Msgfmt-0.15-10.el6 (FEDORA-EPEL-2014-0424)
Compile .po files to .mo files
--------------------------------------------------------------------------------
Update Information:
This module does the same thing as msgfmt from GNU gettext-tools, except this is pure Perl.
--------------------------------------------------------------------------------
================================================================================
perl-Sort-Naturally-1.03-8.el6 (FEDORA-EPEL-2014-0423)
Sort lexically, but sort numeral parts numerically
--------------------------------------------------------------------------------
Update Information:
Ported to EPEL 6 and 7
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #469756 - Review Request: perl-Sort-Naturally - Sort lexically, but sort numeral parts numerically
https://bugzilla.redhat.com/show_bug.cgi?id=469756
[ 2 ] Bug #1058968 - Review Request: perl-Sort-Naturally - Perl module to sort lexically, but sort numeral parts numerically
https://bugzilla.redhat.com/show_bug.cgi?id=1058968
--------------------------------------------------------------------------------
================================================================================
php-horde-Horde-Cache-2.4.0-1.el6 (FEDORA-EPEL-2014-0408)
Horde Caching API
--------------------------------------------------------------------------------
Update Information:
Update various horde components to latest upstream version.
--------------------------------------------------------------------------------
ChangeLog:
* Sat Jan 25 2014 Remi Collet <remi(a)fedoraproject.org> - 2.4.0-1
- Update to 2.4.0
- add (optional) requires for Horde_HashTable, Horde_Mongo
--------------------------------------------------------------------------------
================================================================================
php-horde-Horde-Compress-2.0.7-1.el6 (FEDORA-EPEL-2014-0408)
Horde Compression API
--------------------------------------------------------------------------------
Update Information:
Update various horde components to latest upstream version.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 22 2014 Remi Collet <remi(a)fedoraproject.org> - 2.0.7-1
- Update to 2.0.7
- add optional requires: Horde_Mapi, Horde_Icalendar
--------------------------------------------------------------------------------
================================================================================
php-horde-Horde-Imap-Client-2.17.1-1.el6 (FEDORA-EPEL-2014-0408)
Horde IMAP abstraction interface
--------------------------------------------------------------------------------
Update Information:
Update various horde components to latest upstream version.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 22 2014 Remi Collet <remi(a)fedoraproject.org> - 2.17.1-1
- Update to 2.17.1
* Sat Jan 18 2014 Remi Collet <remi(a)fedoraproject.org> - 2.17.0-1
- Update to 2.17.0
- add dependency: Horde_Pack >= 1.0.0
- add dependency: Horde_Socket_Client >= 1.1.0
--------------------------------------------------------------------------------
================================================================================
php-horde-Horde-LoginTasks-2.0.3-1.el6 (FEDORA-EPEL-2014-0408)
Horde Login Tasks System
--------------------------------------------------------------------------------
Update Information:
Update various horde components to latest upstream version.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 29 2014 Remi Collet <remi(a)fedoraproject.org> - 2.0.3-1
- Update to 2.0.3
* Sun Aug 4 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.0.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
php-horde-Horde-Mail-2.1.4-1.el6 (FEDORA-EPEL-2014-0408)
Horde Mail Library
--------------------------------------------------------------------------------
Update Information:
Update various horde components to latest upstream version.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Jan 22 2014 Remi Collet <remi(a)fedoraproject.org> - 2.1.4-1
- Update to 2.1.4
--------------------------------------------------------------------------------
================================================================================
php-horde-Horde-Socket-Client-1.1.1-1.el6 (FEDORA-EPEL-2014-0408)
Horde Socket Client
--------------------------------------------------------------------------------
Update Information:
Update various horde components to latest upstream version.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jan 23 2014 Remi Collet <remi(a)fedoraproject.org> - 1.1.1-1
- Update to 1.1.1
--------------------------------------------------------------------------------
================================================================================
python-zc-buildout-2.2.1-2.el6 (FEDORA-EPEL-2014-0405)
System for managing development buildouts
--------------------------------------------------------------------------------
Update Information:
branch for epel
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #629324 - Review Request: python-zc-buildout - System for managing development buildouts
https://bugzilla.redhat.com/show_bug.cgi?id=629324
[ 2 ] Bug #963651 - Please also build for EL6
https://bugzilla.redhat.com/show_bug.cgi?id=963651
--------------------------------------------------------------------------------
================================================================================
qpdfview-0.4.8-1.el6 (FEDORA-EPEL-2014-0413)
Tabbed PDF Viewer
--------------------------------------------------------------------------------
Update Information:
Version bump
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jan 30 2014 TI_Eugene <ti.eugene(a)gmail.com> 0.4.8-1
- Version bump
--------------------------------------------------------------------------------
================================================================================
qpid-dispatch-0.1-3.el6 (FEDORA-EPEL-2014-0422)
Dispatch router for Qpid
--------------------------------------------------------------------------------
Update Information:
Fix build system to not discard CFLAGS provided by Fedora
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1058448 - Qpid Dispatch build discards RPM_OPT_FLAGS
https://bugzilla.redhat.com/show_bug.cgi?id=1058448
--------------------------------------------------------------------------------
================================================================================
svn2cl-0.14-3 (FEDORA-EPEL-2014-0402)
Create a ChangeLog from a Subversion log
--------------------------------------------------------------------------------
Update Information:
Create a ChangeLog from a Subversion log
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1008435 - svn2cl-0.14 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1008435
--------------------------------------------------------------------------------
================================================================================
tcpreplay-4.0.2-1.el6 (FEDORA-EPEL-2014-0411)
Replay captured network traffic
--------------------------------------------------------------------------------
Update Information:
This version includes minor fixes and performance enhancements to the NetFlow features introduced in version 4.0.0.
Fixes include:
- Support for netmap version 10 API (#53)
- Remove deprecated "absolute time" for OS X (#52)
- Make dosleep() rentrant to support API concurrency (#51)
- Remove compiler warnings (#50)
- Fix slow netmap in Intel GigE "igb" server NICS (#49)
- Fix hangs with --mbps command (#54)
Version 4.0.0 brings many new features and bug fixes:
- 10GigE wire-speed replay rates when using netmap http://info.iet.unipi.it/~luigi/netmap/) network drivers
- IP Flow/NetFlow support
- Near-zero overhead option for generating unique flows every loop iteration
- High accuracy, high performance --mbps option
- Overhaul of timestamp methodology in main TX loop to maximize performance
- API for other Open Source projects
- Deprecation of redundant and obolete options
- ARM and PPC support including cross-compile support
- Juniper Encapsulated Ethernet DLT and PPP Serial DLT support
- Switch from BSD to GPLv3 license
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jan 30 2014 Bojan Smojver <bojan@rexursive com> - 4.0.2-1
- bump up to 4.0.2
* Mon Jan 6 2014 Bojan Smojver <bojan@rexursive com> - 4.0.0-2
- update licence: GPLv3
- update URL
* Mon Jan 6 2014 Bojan Smojver <bojan@rexursive com> - 4.0.0-1
- bump up to 4.0.0
* Wed Jan 1 2014 Bojan Smojver <bojan@rexursive com> - 4.0.0-0.beta2.1
- bump up to 4.0.0beta2
* Sun Aug 4 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 3.4.4-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 3.4.4-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 3.4.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 3.4.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Wed Feb 9 2011 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 3.4.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
xrootd-3.3.6-1.el6 (FEDORA-EPEL-2014-0403)
Extended ROOT file server
--------------------------------------------------------------------------------
Update Information:
https://github.com/xrootd/xrootd/blob/v3.3.6/docs/ReleaseNotes.txt
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jan 30 2014 Mattias Ellert <mattias.ellert(a)fysast.uu.se> - 1:3.3.6-1
- Update to version 3.3.6
--------------------------------------------------------------------------------
================================================================================
zarafa-7.1.8-1.el6 (FEDORA-EPEL-2014-0409)
Open Source Edition of the Zarafa Collaboration Platform
--------------------------------------------------------------------------------
Update Information:
Zarafa Collaboration Platform 7.1.8 final [43801]
=================================================
Backend
-------
* ZCP-7137: Several comments in default config files are incorrect
* ZCP-11974: ARM build compatibility with GCC > 4.4.4 patch
* ZCP-11973: Enhance logging of zarafa-dagent to display the same amount of information as zarafa-spooler
* ZCP-11972: Enhance IMAP messages log level prios
* ZCP-11746: ICalToMAPI.cpp missing break in switch icalerrno
* ZCP-11504: python-mapi doc has outdated info on charsets
* ZCP-11924: userscripts in Debian/Ubuntu do not include /etc/default/zarafa
* ZCP-11923: Double colons in Disposition-Notification-To: crash dagent
* ZCP-11922: support reading of S/MIME messages
* ZCP-11921: Priority is not set in received mail
* ZCP-11918: Make zarafa-stats faster on heavy loaded system
* ZCP-11890: Segfault Zarafa-Server 7.1.8
* ZCP-11883: zarafa-fsck crash when no first/lastname present, but suffix present which is longer than fullname!
* ZCP-11881: Add public restore bash script
* ZCP-11867: read flag not honored when specific header is used when delivering with dagent
* ZCP-10508: reference in the server.cfg to the example configs is incorrect
* ZCP-10777: No error given when hooking an orphan to another server
* ZCP-11135: Make the output of zarafa-stats machine-readable
* ZCP-11186: Bricklevel backup should not refer to archive server or state
* ZCP-11287: unclear error messages if multiserver setup is incorrect
* ZCP-11536: zarafa-stats --users cuts off the year in date
* ZCP-11538: Licensed crash during restart with 7.1.4
* ZCP-11619: Check if zarafa-ads plugin/schemas are utf8 aware
* ZCP-11696: Create coredump_enabled feature in all services (other than zarafa-server) as well
* ZCP-11758: message-in-message has empty filename parameter in content-type header
* ZCP-11790: Make uuencoded plugin for the dagent
* ZCP-11799: Dagent plugin to censor specific words in emails
* ZCP-11802: Remove C-style macro DEFINEMAPIPTR from common/mapi_ptr/mapi_object_ptr.h
* ZCP-11819: zarafa-search crashes when the server is shutting down
* ZCP-11829: Spelling errors in log formatting
* ZCP-11832: zarafa-server segfaults on login by script run on zarafa http port
* ZCP-11851: Broken rpm packages when upgrading from 7.0 to 7.1
* ZCP-11855: zarafa-gateway is unable to create RTF text stream
* ZCP-11807: gateway segfault on pop3 access 7.1.6/7.1.7
* ZCP-11535: zarafa-search is unable to index specific pdf files
Archiver
--------
* ZCP-11059: Zarafa-archiver throws error with empty premade database
* ZCP-11808: zarafa-admin --unhook --type archive does not work.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jan 30 2014 Robert Scheck <robert(a)fedoraproject.org> 7.1.8-1
- Upgrade to 7.1.8 (#1056767, #1059903)
--------------------------------------------------------------------------------
9 years, 8 months
EPEL Fedora 5 updates-testing report
by updates@fedoraproject.org
The following Fedora EPEL 5 Security updates need testing:
Age URL
649 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5630/bugzilla-3....
140 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-11560/fail2ban-0...
104 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-11893/libguestfs...
79 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-12091/bip-0.8.9-...
69 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-12169/gc-7.1-6.el5
20 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-0132/graphviz-2....
1 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-0400/mediawiki11...
0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-0418/libyaml-0.1...
0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-0410/zarafa-7.1....
The following builds have been pushed to Fedora EPEL 5 updates-testing
cmake-fedora-1.2.6-1.el5
libyaml-0.1.2-5.el5
myproxy-5.9-8.el5
ovirt-guest-agent-1.0.9-1.el5
perl-Locale-Msgfmt-0.15-9.el5
php53-mapi-7.1.8-1.el5
tcpreplay-4.0.2-1.el5
xrootd-3.3.6-1.el5
zarafa-7.1.8-1.el5
Details about builds:
================================================================================
cmake-fedora-1.2.6-1.el5 (FEDORA-EPEL-2014-0407)
CMake helper modules for fedora developers
--------------------------------------------------------------------------------
Update Information:
- Resolves Bug 1058631 - ManagePRM generate Broken %defattr
- Enhancement:
+ ManageTarget: ADD_CUSTOM_TARGET_COMMAND: NO_FORCE: new option.
+ Projects that includes cmake-fedora as submodule are no longer requires cmake-fedora.conf
- Changed:
+ ManageTranslation: Fix po build
+ ManageRPM: Fix defattr
+ ManageReleaseFedora: helper scripts in CMAKE_SOURCE_DIR/cmake-fedora
can also be located
- Resolves Bug 1040333 - RFE: Suiport .gitignore file as
source of CPACK_SOURCE_IGNORE_FILES
- Resolves Bug 1046213 - RFE: RPM ChangeLog should be generated by
newest build from koji
- Enhancement:
+ ChangeLog.prev is no longer required.
+ RPM-ChangeLog.prev is provide by koji now.
+ cmake-fedora-koji:
- new subcommand: newest-build and newest-changelog.
+ cmake-fedora-changelog: new script.
+ New targets:
- tag_push: Push to git.
+ ManageFile:
- Add absolute file support
- MANAGE_FILE_INSTALL: Add TARGETS support.
- MANAGE_FILE_INSTALL: Add RENAME support.
- GIT_GLOB_TO_CMAKE_REGEX: Convert git glob to cmake regex
+ ManageArchive:
- PACK_SOURCE_CPACK: Pack with CPack
- PACK_SOURCE_ARCHIVE: Now can specify OUTPUT_FILE.
- SOURCE_ARCHIVE_CONTENTS_ADD: Add file to source archive.
- SOURCE_ARCHIVE_CONTENTS_ADD_NO_CHECK:
Add file to source archive without checking.
+ ManageDependency: Manage dependencies.
+ ManageRPM:
- PACK_RPM: New options: SPEC_IN and SPEC.
- RPM_SPEC_STRING_ADD: Add a string to SPEC string.
- RPM_SPEC_STRING_ADD_DIRECTIVE: Add a directive to SPEC string.
- RPM_SPEC_STRING_ADD_TAG: Add a string to SPEC string.
+ ManageString:
- STRING_APPEND: Append a string to a variable.
- STRING_PADDING: Padding the string to specified length
- STRING_PREPEND: Prepend a string to a variable.
+ ManageTranslation:
- MANAGE_GETTEXT:
+ Can specify MSGFMT_OPTIONS and MSGMERGE_OPTIONS
+ Add gettext-devel to BUILD_REQUIRES.
+ ManageVariable:
- VARIABLE_TO_ARGN: Merge the variable and options to
the form of ARGN.
+ Cached variables:
- RPM_SPEC_CMAKE_FLAG: cmake flags in rpm build.
- RPM_SPEC_MAKE_FLAG: make flags in rpm build.
- Changed Modules:
+ ManageArchive:
- PACK_SOURCE_ARCHIVE: Can now pass either
empty, outputDir, or source File.
+ ManageGConf2: Fixed.
+ ManageString: STRING_SPLIT: New Option: ALLOW_EMPTY
+ ManageRPM
- Add support of pre, post, and preun
+ ManageVariable:
- VARIABLE_PARSE_ARGN can now handle multiple-appeared options.
- Changed:
+ CMake policy no longer enforced by default.
+ ManageString: STRING_SPLIT is changed from macro to function,
so no need to put excessive backslashes.
- Removed:
+ Target after_release_commit and related are no longer required
and thus removed.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jan 30 2014 Ding-Yi Chen <dchen at redhat.com> - 1.2.6-1
- Resolves Bug 1058631 - ManagePRM generate Broken %defattr
- Enhancement:
+ ManageTarget: ADD_CUSTOM_TARGET_COMMAND: NO_FORCE: new option.
+ Projects that includes cmake-fedora as submodule are no longer requires cmake-fedora.conf
- Changed:
+ ManageTranslation: Fix po build
+ ManageRPM: Fix defattr
+ ManageReleaseFedora: helper scripts in CMAKE_SOURCE_DIR/cmake-fedora
can also be located
* Thu Jan 9 2014 Ding-Yi Chen <dchen at redhat.com> - 1.2.3-1
- Resolves Bug 1040333 - RFE: Suiport .gitignore file as
source of CPACK_SOURCE_IGNORE_FILES
- Resolves Bug 1046213 - RFE: RPM ChangeLog should be generated by
newest build from koji
- Enhancement:
+ ChangeLog.prev is no longer required.
+ RPM-ChangeLog.prev is provide by koji now.
+ cmake-fedora-koji:
- new subcommand: newest-build and newest-changelog.
+ cmake-fedora-changelog: new script.
+ New targets:
- tag_push: Push to git.
+ ManageFile:
- Add absolute file support
- MANAGE_FILE_INSTALL: Add TARGETS support.
- MANAGE_FILE_INSTALL: Add RENAME support.
- GIT_GLOB_TO_CMAKE_REGEX: Convert git glob to cmake regex
+ ManageArchive:
- PACK_SOURCE_CPACK: Pack with CPack
- PACK_SOURCE_ARCHIVE: Now can specify OUTPUT_FILE.
- SOURCE_ARCHIVE_CONTENTS_ADD: Add file to source archive.
- SOURCE_ARCHIVE_CONTENTS_ADD_NO_CHECK:
Add file to source archive without checking.
+ ManageDependency: Manage dependencies.
+ ManageRPM:
- PACK_RPM: New options: SPEC_IN and SPEC.
- RPM_SPEC_STRING_ADD: Add a string to SPEC string.
- RPM_SPEC_STRING_ADD_DIRECTIVE: Add a directive to SPEC string.
- RPM_SPEC_STRING_ADD_TAG: Add a string to SPEC string.
+ ManageString:
- STRING_APPEND: Append a string to a variable.
- STRING_PADDING: Padding the string to specified length
- STRING_PREPEND: Prepend a string to a variable.
+ ManageTranslation:
- MANAGE_GETTEXT:
+ Can specify MSGFMT_OPTIONS and MSGMERGE_OPTIONS
+ Add gettext-devel to BUILD_REQUIRES.
+ ManageVariable:
- VARIABLE_TO_ARGN: Merge the variable and options to
the form of ARGN.
+ Cached variables:
- RPM_SPEC_CMAKE_FLAG: cmake flags in rpm build.
- RPM_SPEC_MAKE_FLAG: make flags in rpm build.
- Changed Modules:
+ ManageArchive:
- PACK_SOURCE_ARCHIVE: Can now pass either
empty, outputDir, or source File.
+ ManageGConf2: Fixed.
+ ManageString: STRING_SPLIT: New Option: ALLOW_EMPTY
+ ManageRPM
- Add support of pre, post, and preun
+ ManageVariable:
- VARIABLE_PARSE_ARGN can now handle multiple-appeared options.
- Changed:
+ CMake policy no longer enforced by default.
+ ManageString: STRING_SPLIT is changed from macro to function,
so no need to put excessive backslashes.
- Removed:
+ Target after_release_commit and related are no longer required
and thus removed.
--------------------------------------------------------------------------------
================================================================================
libyaml-0.1.2-5.el5 (FEDORA-EPEL-2014-0418)
YAML 1.1 parser and emitter written in C
--------------------------------------------------------------------------------
Update Information:
Add patches for CVE-2013-6393 (bz1033990)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1033990 - CVE-2013-6393 libyaml: heap-based buffer overflow when parsing YAML tags
https://bugzilla.redhat.com/show_bug.cgi?id=1033990
--------------------------------------------------------------------------------
================================================================================
myproxy-5.9-8.el5 (FEDORA-EPEL-2014-0303)
Manage X.509 Public Key Infrastructure (PKI) security credentials
--------------------------------------------------------------------------------
Update Information:
Adapt to updated packaging guidelines
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jan 31 2014 Mattias Ellert <mattias.ellert(a)fysast.uu.se> - 5.9-8
- Fix broken postun scriptlet
* Thu Jan 23 2014 Mattias Ellert <mattias.ellert(a)fysast.uu.se> - 5.9-7
- Depend on GT5.2+ versions of globus packages
- Use _pkgdocdir when defined
- Use non-ISA build dependencies
- Make license files part of the -libs package
- Make documentaion package noarch
- Use better Group tags
* Mon Aug 5 2013 Steve Traylen <steve.traylen(a)cern.ch> - 5.9-6
- rhbz926187 - Build on aarch64 also.
* Sat Aug 3 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 5.9-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Thu Jul 18 2013 Petr Pisar <ppisar(a)redhat.com> - 5.9-4
- Perl 5.18 rebuild
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 5.9-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Wed Dec 19 2012 Steve Traylen <steve.traylen(a)cern.ch> - 5.9-2
- rpm .spec file parsing oddness.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #993987 - myproxy possibly affected by F-20 unversioned docdir change
https://bugzilla.redhat.com/show_bug.cgi?id=993987
--------------------------------------------------------------------------------
================================================================================
ovirt-guest-agent-1.0.9-1.el5 (FEDORA-EPEL-2014-0421)
The oVirt Guest Agent
--------------------------------------------------------------------------------
Update Information:
Upstream 1.0.9 release
- Report swap usage of guests
- Updated pam conversation approach
- Python 2.4 compatability fix
Added override option to groupadd
Initial EPEL-5 Release of the ovirt-guest-agent
Removed selinux-policy conflict
Added patch for python2.4 compatability
--------------------------------------------------------------------------------
================================================================================
perl-Locale-Msgfmt-0.15-9.el5 (FEDORA-EPEL-2014-0406)
Compile .po files to .mo files
--------------------------------------------------------------------------------
Update Information:
This module does the same thing as msgfmt from GNU gettext-tools, except this is pure Perl.
--------------------------------------------------------------------------------
================================================================================
php53-mapi-7.1.8-1.el5 (FEDORA-EPEL-2014-0410)
The PHP MAPI extension by Zarafa
--------------------------------------------------------------------------------
Update Information:
Zarafa Collaboration Platform 7.1.8 final [43801]
=================================================
Backend
-------
* ZCP-7137: Several comments in default config files are incorrect
* ZCP-11974: ARM build compatibility with GCC > 4.4.4 patch
* ZCP-11973: Enhance logging of zarafa-dagent to display the same amount of information as zarafa-spooler
* ZCP-11972: Enhance IMAP messages log level prios
* ZCP-11746: ICalToMAPI.cpp missing break in switch icalerrno
* ZCP-11504: python-mapi doc has outdated info on charsets
* ZCP-11924: userscripts in Debian/Ubuntu do not include /etc/default/zarafa
* ZCP-11923: Double colons in Disposition-Notification-To: crash dagent
* ZCP-11922: support reading of S/MIME messages
* ZCP-11921: Priority is not set in received mail
* ZCP-11918: Make zarafa-stats faster on heavy loaded system
* ZCP-11890: Segfault Zarafa-Server 7.1.8
* ZCP-11883: zarafa-fsck crash when no first/lastname present, but suffix present which is longer than fullname!
* ZCP-11881: Add public restore bash script
* ZCP-11867: read flag not honored when specific header is used when delivering with dagent
* ZCP-10508: reference in the server.cfg to the example configs is incorrect
* ZCP-10777: No error given when hooking an orphan to another server
* ZCP-11135: Make the output of zarafa-stats machine-readable
* ZCP-11186: Bricklevel backup should not refer to archive server or state
* ZCP-11287: unclear error messages if multiserver setup is incorrect
* ZCP-11536: zarafa-stats --users cuts off the year in date
* ZCP-11538: Licensed crash during restart with 7.1.4
* ZCP-11619: Check if zarafa-ads plugin/schemas are utf8 aware
* ZCP-11696: Create coredump_enabled feature in all services (other than zarafa-server) as well
* ZCP-11758: message-in-message has empty filename parameter in content-type header
* ZCP-11790: Make uuencoded plugin for the dagent
* ZCP-11799: Dagent plugin to censor specific words in emails
* ZCP-11802: Remove C-style macro DEFINEMAPIPTR from common/mapi_ptr/mapi_object_ptr.h
* ZCP-11819: zarafa-search crashes when the server is shutting down
* ZCP-11829: Spelling errors in log formatting
* ZCP-11832: zarafa-server segfaults on login by script run on zarafa http port
* ZCP-11851: Broken rpm packages when upgrading from 7.0 to 7.1
* ZCP-11855: zarafa-gateway is unable to create RTF text stream
* ZCP-11807: gateway segfault on pop3 access 7.1.6/7.1.7
* ZCP-11535: zarafa-search is unable to index specific pdf files
Archiver
--------
* ZCP-11059: Zarafa-archiver throws error with empty premade database
* ZCP-11808: zarafa-admin --unhook --type archive does not work.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jan 30 2014 Robert Scheck <robert(a)fedoraproject.org> 7.1.8-1
- Upgrade to 7.1.8 (#1056767, #1059903)
--------------------------------------------------------------------------------
================================================================================
tcpreplay-4.0.2-1.el5 (FEDORA-EPEL-2014-0425)
Replay captured network traffic
--------------------------------------------------------------------------------
Update Information:
This version includes minor fixes and performance enhancements to the NetFlow features introduced in version 4.0.0.
Fixes include:
- Support for netmap version 10 API (#53)
- Remove deprecated "absolute time" for OS X (#52)
- Make dosleep() rentrant to support API concurrency (#51)
- Remove compiler warnings (#50)
- Fix slow netmap in Intel GigE "igb" server NICS (#49)
- Fix hangs with --mbps command (#54)
Version 4.0.0 brings many new features and bug fixes:
- 10GigE wire-speed replay rates when using netmap http://info.iet.unipi.it/~luigi/netmap/) network drivers
- IP Flow/NetFlow support
- Near-zero overhead option for generating unique flows every loop iteration
- High accuracy, high performance --mbps option
- Overhaul of timestamp methodology in main TX loop to maximize performance
- API for other Open Source projects
- Deprecation of redundant and obolete options
- ARM and PPC support including cross-compile support
- Juniper Encapsulated Ethernet DLT and PPP Serial DLT support
- Switch from BSD to GPLv3 license
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jan 30 2014 Bojan Smojver <bojan@rexursive com> - 4.0.2-1
- bump up to 4.0.2
* Mon Jan 6 2014 Bojan Smojver <bojan@rexursive com> - 4.0.0-2
- update licence: GPLv3
- update URL
* Mon Jan 6 2014 Bojan Smojver <bojan@rexursive com> - 4.0.0-1
- bump up to 4.0.0
* Wed Jan 1 2014 Bojan Smojver <bojan@rexursive com> - 4.0.0-0.beta2.1
- bump up to 4.0.0beta2
* Sun Aug 4 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 3.4.4-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 3.4.4-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 3.4.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 3.4.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Wed Feb 9 2011 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 3.4.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
xrootd-3.3.6-1.el5 (FEDORA-EPEL-2014-0415)
Extended ROOT file server
--------------------------------------------------------------------------------
Update Information:
https://github.com/xrootd/xrootd/blob/v3.3.6/docs/ReleaseNotes.txt
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jan 30 2014 Mattias Ellert <mattias.ellert(a)fysast.uu.se> - 1:3.3.6-1
- Update to version 3.3.6
--------------------------------------------------------------------------------
================================================================================
zarafa-7.1.8-1.el5 (FEDORA-EPEL-2014-0410)
Open Source Edition of the Zarafa Collaboration Platform
--------------------------------------------------------------------------------
Update Information:
Zarafa Collaboration Platform 7.1.8 final [43801]
=================================================
Backend
-------
* ZCP-7137: Several comments in default config files are incorrect
* ZCP-11974: ARM build compatibility with GCC > 4.4.4 patch
* ZCP-11973: Enhance logging of zarafa-dagent to display the same amount of information as zarafa-spooler
* ZCP-11972: Enhance IMAP messages log level prios
* ZCP-11746: ICalToMAPI.cpp missing break in switch icalerrno
* ZCP-11504: python-mapi doc has outdated info on charsets
* ZCP-11924: userscripts in Debian/Ubuntu do not include /etc/default/zarafa
* ZCP-11923: Double colons in Disposition-Notification-To: crash dagent
* ZCP-11922: support reading of S/MIME messages
* ZCP-11921: Priority is not set in received mail
* ZCP-11918: Make zarafa-stats faster on heavy loaded system
* ZCP-11890: Segfault Zarafa-Server 7.1.8
* ZCP-11883: zarafa-fsck crash when no first/lastname present, but suffix present which is longer than fullname!
* ZCP-11881: Add public restore bash script
* ZCP-11867: read flag not honored when specific header is used when delivering with dagent
* ZCP-10508: reference in the server.cfg to the example configs is incorrect
* ZCP-10777: No error given when hooking an orphan to another server
* ZCP-11135: Make the output of zarafa-stats machine-readable
* ZCP-11186: Bricklevel backup should not refer to archive server or state
* ZCP-11287: unclear error messages if multiserver setup is incorrect
* ZCP-11536: zarafa-stats --users cuts off the year in date
* ZCP-11538: Licensed crash during restart with 7.1.4
* ZCP-11619: Check if zarafa-ads plugin/schemas are utf8 aware
* ZCP-11696: Create coredump_enabled feature in all services (other than zarafa-server) as well
* ZCP-11758: message-in-message has empty filename parameter in content-type header
* ZCP-11790: Make uuencoded plugin for the dagent
* ZCP-11799: Dagent plugin to censor specific words in emails
* ZCP-11802: Remove C-style macro DEFINEMAPIPTR from common/mapi_ptr/mapi_object_ptr.h
* ZCP-11819: zarafa-search crashes when the server is shutting down
* ZCP-11829: Spelling errors in log formatting
* ZCP-11832: zarafa-server segfaults on login by script run on zarafa http port
* ZCP-11851: Broken rpm packages when upgrading from 7.0 to 7.1
* ZCP-11855: zarafa-gateway is unable to create RTF text stream
* ZCP-11807: gateway segfault on pop3 access 7.1.6/7.1.7
* ZCP-11535: zarafa-search is unable to index specific pdf files
Archiver
--------
* ZCP-11059: Zarafa-archiver throws error with empty premade database
* ZCP-11808: zarafa-admin --unhook --type archive does not work.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jan 30 2014 Robert Scheck <robert(a)fedoraproject.org> 7.1.8-1
- Upgrade to 7.1.8 (#1056767, #1059903)
--------------------------------------------------------------------------------
9 years, 8 months
EPEL epel beta report: 20140131 changes
by EPEL Beta Report
Compose started at Fri Jan 31 08:15:02 UTC 2014
Broken deps for x86_64
----------------------------------------------------------
bodhi-server-0.9.7-1.el7.noarch requires python-simplemediawiki
1:centerim-4.22.10-14.el7.x86_64 requires perl(Time::ParseDate)
check-mk-1.2.2p2-2.el7.x86_64 requires nagios
check-mk-1.2.2p2-2.el7.x86_64 requires mod_python
dspam-3.10.2-9.el7.x86_64 requires perl(Mail::MboxParser)
dspam-web-3.10.2-9.el7.x86_64 requires perl(GD::Graph::lines3d)
dspam-web-3.10.2-9.el7.x86_64 requires perl(GD::Graph::lines)
dspam-web-3.10.2-9.el7.x86_64 requires perl(GD::Graph::bars)
erlang-rpm-macros-0.1.3-6.el7.noarch requires /usr/bin/escript
globus-gram-job-manager-pbs-1.6-7.el7.x86_64 requires torque-client
globus-gram-job-manager-sge-1.7-2.el7.x86_64 requires gridengine
imapsync-1.580-1.el7.noarch requires perl(Data::Uniqid)
imapsync-1.580-1.el7.noarch requires perl(Authen::NTLM)
koji-vm-1.8.0-2.el7.noarch requires python-virtinst
lua-lxc-0.9.0-3.el7.x86_64 requires lua-filesystem
lxc-templates-0.9.0-3.el7.x86_64 requires dpkg
lxc-templates-0.9.0-3.el7.x86_64 requires debootstrap
lxc-templates-0.9.0-3.el7.x86_64 requires busybox
nagios-plugins-nrpe-2.15-1.el7.x86_64 requires nagios-plugins
nrpe-2.15-1.el7.x86_64 requires nagios-common
puppet-3.4.2-5.el7.noarch requires rubygem(rgen)
python-sphinxcontrib-httpdomain-1.1.8-3.el7.noarch requires python-sphinx10
rubygem-rspec-2.14.1-1.el7.noarch requires rubygem(rspec-mocks) >= 0:2.14.1
rubygem-rspec-2.14.1-1.el7.noarch requires rubygem(rspec-expectations) >= 0:2.14.1
rubygem-rspec-2.14.1-1.el7.noarch requires rubygem(rspec-core) >= 0:2.14.1
snmptt-1.4-0.9.beta2.el7.noarch requires perl-Net-SNMP
spectrwm-2.4.0-2.el7.x86_64 requires xlockmore
spectrwm-2.4.0-2.el7.x86_64 requires dmenu
supervisor-3.0-1.el7.noarch requires python-meld3 >= 0:0.6.5
w3c-markup-validator-1.3-4.el7.noarch requires perl(Net::IP)
w3c-markup-validator-1.3-4.el7.noarch requires perl(HTML::Template)
w3c-markup-validator-1.3-4.el7.noarch requires perl(Encode::HanExtra)
w3c-markup-validator-libs-1.3-4.el7.noarch requires html401-dtds
Broken deps for ppc64
----------------------------------------------------------
TurboGears-1.1.3-8.el7.noarch requires python-simplejson >= 0:1.9.1
bodhi-client-0.9.7-1.el7.noarch requires python-simplejson
bodhi-server-0.9.7-1.el7.noarch requires python-simplemediawiki
1:centerim-4.22.10-14.el7.ppc64 requires perl(Time::ParseDate)
check-mk-1.2.2p2-2.el7.ppc64 requires nagios
check-mk-1.2.2p2-2.el7.ppc64 requires mod_python
dspam-3.10.2-9.el7.ppc64 requires perl(Mail::MboxParser)
dspam-web-3.10.2-9.el7.ppc64 requires perl(GD::Graph::lines3d)
dspam-web-3.10.2-9.el7.ppc64 requires perl(GD::Graph::lines)
dspam-web-3.10.2-9.el7.ppc64 requires perl(GD::Graph::bars)
erlang-rpm-macros-0.1.3-6.el7.noarch requires /usr/bin/escript
fedmsg-0.7.2-1.el7.noarch requires python-simplejson
fedmsg-0.7.2-1.el7.noarch requires python-requests
globus-gram-job-manager-pbs-1.6-7.el7.ppc64 requires torque-client
globus-gram-job-manager-sge-1.7-2.el7.ppc64 requires gridengine
imapsync-1.580-1.el7.noarch requires perl(Data::Uniqid)
imapsync-1.580-1.el7.noarch requires perl(Authen::NTLM)
koji-vm-1.8.0-2.el7.noarch requires python-virtinst
lua-lxc-0.9.0-3.el7.ppc64 requires lua-filesystem
lxc-templates-0.9.0-3.el7.ppc64 requires dpkg
lxc-templates-0.9.0-3.el7.ppc64 requires debootstrap
lxc-templates-0.9.0-3.el7.ppc64 requires busybox
nagios-plugins-nrpe-2.15-1.el7.ppc64 requires nagios-plugins
nrpe-2.15-1.el7.ppc64 requires nagios-common
puppet-3.4.2-5.el7.noarch requires rubygem(rgen)
python-fedora-0.3.33-1.el7.noarch requires python-simplejson
python-fedora-0.3.33-1.el7.noarch requires python-requests
python-oauth2-1.5.211-4.el7.noarch requires python-simplejson
python-requests-kerberos-0.3-2.el7.noarch requires python-requests >= 0:1.0
python-sphinxcontrib-httpdomain-1.1.8-3.el7.noarch requires python-sphinx10
python-toscawidgets-0.9.12-4.el7.noarch requires python-simplejson
python-turboflot-0.7.0-4.el7.noarch requires python-simplejson
python-turbojson-1.3.2-5.el7.noarch requires python-simplejson >= 0:1.9.1
python-tw2-core-2.1.5-4.el7.noarch requires python-simplejson >= 0:2.0
python-webflash-0.1-0.8.a9.el7.noarch requires python-simplejson
rubygem-rspec-2.14.1-1.el7.noarch requires rubygem(rspec-mocks) >= 0:2.14.1
rubygem-rspec-2.14.1-1.el7.noarch requires rubygem(rspec-expectations) >= 0:2.14.1
rubygem-rspec-2.14.1-1.el7.noarch requires rubygem(rspec-core) >= 0:2.14.1
snmptt-1.4-0.9.beta2.el7.noarch requires perl-Net-SNMP
spectrwm-2.4.0-2.el7.ppc64 requires xlockmore
spectrwm-2.4.0-2.el7.ppc64 requires dmenu
supervisor-3.0-1.el7.noarch requires python-meld3 >= 0:0.6.5
w3c-markup-validator-1.3-4.el7.noarch requires perl(SGML::Parser::OpenSP) >= 0:0.991
w3c-markup-validator-1.3-4.el7.noarch requires perl(Net::IP)
w3c-markup-validator-1.3-4.el7.noarch requires perl(HTML::Template)
w3c-markup-validator-1.3-4.el7.noarch requires perl(Encode::HanExtra)
w3c-markup-validator-libs-1.3-4.el7.noarch requires html401-dtds
New package: SDL_mixer-1.2.12-4.el7
Simple DirectMedia Layer - Sample Mixer Library
New package: dmlite-plugins-adapter-0.6.1-1.el7
Adapter plug-in for dmlite
New package: dmlite-plugins-mysql-0.6.0-3.el7
MySQL plugin for dmlite
New package: gpredict-1.3-8.el7
Real-time satellite tracking and orbit prediction program
New package: gridsite-2.2.1-1.el7
Grid Security for the Web, Web platforms for Grids
New package: lxc-0.9.0-3.el7
Linux Resource Containers
New package: perl-App-Nopaste-0.90-2.el7
Easy access to any pastebin
New package: perl-Archive-Peek-0.35-2.el7
Peek into archives without extracting them
New package: perl-Child-0.009-5.el7
Object oriented simple interface to fork()
New package: perl-Clipboard-0.13-7.el7
Copy and paste with any OS
New package: perl-Convert-UU-0.5201-9.el7
Perl module for uuencode and uudecode
New package: perl-Curses-1.28-9.el7
Perl bindings for ncurses
New package: perl-DBD-Mock-1.45-4.el7
Mock database driver for testing
New package: perl-Devel-REPL-1.003015-3.el7
Modern perl interactive shell
New package: perl-Event-1.21-2.el7
Event loop processing
New package: perl-Expect-1.21-14.el7
Expect for Perl
New package: perl-Exporter-Declare-0.113-1.el7
Exporting done right
New package: perl-Fennec-2.013-1.el7
A tester's toolbox, and best friend
New package: perl-Fennec-Lite-0.004-2.el7
Minimalist Fennec, the commonly used bits
New package: perl-Meta-Builder-0.003-1.el7
Tools for creating Meta objects to track custom metrics
New package: perl-Mock-Quick-1.107-2.el7
Quickly mock objects and classes, side-effect free
New package: perl-MooseX-Declare-0.35-5.el7
Declarative syntax for Moose
New package: perl-MooseX-Method-Signatures-0.44-1.el7
Method declarations with type constraints and no source filter
New package: perl-MooseX-Types-DateTime-0.08-1.el7
DateTime related constraints and coercions for Moose
New package: perl-MooseX-Types-Structured-0.28-5.el7
Structured Type Constraints for Moose
New package: perl-Parallel-Runner-0.013-4.el7
An object to manage running things in parallel processes
New package: perl-Parse-Method-Signatures-1.003014-6.el7
Perl6 like method signature parser
New package: perl-PerlIO-Layers-0.010-6.el7
Querying your file handle capabilities
New package: perl-Test-Compile-0.24-1.el7
Check whether Perl module files compile correctly
New package: perl-WWW-Mechanize-1.72-4.el7
Automates web page form & link interaction
New package: python-versiontools-1.9.1-4.el7
Smart replacement for plain tuple used in __version__
Updated Packages:
xrootd-3.3.6-1.el7
------------------
* Thu Jan 30 2014 Mattias Ellert <mattias.ellert(a)fysast.uu.se> - 1:3.3.6-1
- Update to version 3.3.6
Summary:
Added Packages: 31
Removed Packages: 0
Modified Packages: 1
9 years, 8 months
EPEL epel beta report: 20140130 changes
by EPEL Beta Report
Compose started at Thu Jan 30 08:15:03 UTC 2014
Broken deps for x86_64
----------------------------------------------------------
bodhi-server-0.9.7-1.el7.noarch requires python-simplemediawiki
1:centerim-4.22.10-14.el7.x86_64 requires perl(Time::ParseDate)
check-mk-1.2.2p2-2.el7.x86_64 requires nagios
check-mk-1.2.2p2-2.el7.x86_64 requires mod_python
docker-io-0.7.6-4.el7.x86_64 requires lxc
dspam-3.10.2-9.el7.x86_64 requires perl(Mail::MboxParser)
dspam-web-3.10.2-9.el7.x86_64 requires perl(GD::Graph::lines3d)
dspam-web-3.10.2-9.el7.x86_64 requires perl(GD::Graph::lines)
dspam-web-3.10.2-9.el7.x86_64 requires perl(GD::Graph::bars)
erlang-rpm-macros-0.1.3-6.el7.noarch requires /usr/bin/escript
globus-gram-job-manager-pbs-1.6-7.el7.x86_64 requires torque-client
globus-gram-job-manager-sge-1.7-2.el7.x86_64 requires gridengine
imapsync-1.580-1.el7.noarch requires perl(Data::Uniqid)
imapsync-1.580-1.el7.noarch requires perl(Authen::NTLM)
koji-vm-1.8.0-2.el7.noarch requires python-virtinst
nagios-plugins-nrpe-2.15-1.el7.x86_64 requires nagios-plugins
nrpe-2.15-1.el7.x86_64 requires nagios-common
perl-Test-WWW-Selenium-1.36-1.el7.noarch requires perl(Devel::REPL::Plugin)
puppet-3.4.2-5.el7.noarch requires rubygem(rgen)
python-django-compressor-1.3-1.el7.noarch requires python-versiontools
python-sphinxcontrib-httpdomain-1.1.8-3.el7.noarch requires python-sphinx10
rubygem-rspec-2.14.1-1.el7.noarch requires rubygem(rspec-mocks) >= 0:2.14.1
rubygem-rspec-2.14.1-1.el7.noarch requires rubygem(rspec-expectations) >= 0:2.14.1
rubygem-rspec-2.14.1-1.el7.noarch requires rubygem(rspec-core) >= 0:2.14.1
snmptt-1.4-0.9.beta2.el7.noarch requires perl-Net-SNMP
spectrwm-2.4.0-2.el7.x86_64 requires xlockmore
spectrwm-2.4.0-2.el7.x86_64 requires dmenu
supervisor-3.0-1.el7.noarch requires python-meld3 >= 0:0.6.5
w3c-markup-validator-1.3-4.el7.noarch requires perl(Net::IP)
w3c-markup-validator-1.3-4.el7.noarch requires perl(HTML::Template)
w3c-markup-validator-1.3-4.el7.noarch requires perl(Encode::HanExtra)
w3c-markup-validator-libs-1.3-4.el7.noarch requires html401-dtds
Broken deps for ppc64
----------------------------------------------------------
TurboGears-1.1.3-8.el7.noarch requires python-simplejson >= 0:1.9.1
bodhi-client-0.9.7-1.el7.noarch requires python-simplejson
bodhi-server-0.9.7-1.el7.noarch requires python-simplemediawiki
1:centerim-4.22.10-14.el7.ppc64 requires perl(Time::ParseDate)
check-mk-1.2.2p2-2.el7.ppc64 requires nagios
check-mk-1.2.2p2-2.el7.ppc64 requires mod_python
dspam-3.10.2-9.el7.ppc64 requires perl(Mail::MboxParser)
dspam-web-3.10.2-9.el7.ppc64 requires perl(GD::Graph::lines3d)
dspam-web-3.10.2-9.el7.ppc64 requires perl(GD::Graph::lines)
dspam-web-3.10.2-9.el7.ppc64 requires perl(GD::Graph::bars)
erlang-rpm-macros-0.1.3-6.el7.noarch requires /usr/bin/escript
fedmsg-0.7.2-1.el7.noarch requires python-simplejson
fedmsg-0.7.2-1.el7.noarch requires python-requests
globus-gram-job-manager-pbs-1.6-7.el7.ppc64 requires torque-client
globus-gram-job-manager-sge-1.7-2.el7.ppc64 requires gridengine
imapsync-1.580-1.el7.noarch requires perl(Data::Uniqid)
imapsync-1.580-1.el7.noarch requires perl(Authen::NTLM)
koji-vm-1.8.0-2.el7.noarch requires python-virtinst
nagios-plugins-nrpe-2.15-1.el7.ppc64 requires nagios-plugins
nrpe-2.15-1.el7.ppc64 requires nagios-common
perl-Test-WWW-Selenium-1.36-1.el7.noarch requires perl(Devel::REPL::Plugin)
puppet-3.4.2-5.el7.noarch requires rubygem(rgen)
python-django-compressor-1.3-1.el7.noarch requires python-versiontools
python-fedora-0.3.33-1.el7.noarch requires python-simplejson
python-fedora-0.3.33-1.el7.noarch requires python-requests
python-oauth2-1.5.211-4.el7.noarch requires python-simplejson
python-requests-kerberos-0.3-2.el7.noarch requires python-requests >= 0:1.0
python-sphinxcontrib-httpdomain-1.1.8-3.el7.noarch requires python-sphinx10
python-toscawidgets-0.9.12-4.el7.noarch requires python-simplejson
python-turboflot-0.7.0-4.el7.noarch requires python-simplejson
python-turbojson-1.3.2-5.el7.noarch requires python-simplejson >= 0:1.9.1
python-tw2-core-2.1.5-4.el7.noarch requires python-simplejson >= 0:2.0
python-webflash-0.1-0.8.a9.el7.noarch requires python-simplejson
rubygem-rspec-2.14.1-1.el7.noarch requires rubygem(rspec-mocks) >= 0:2.14.1
rubygem-rspec-2.14.1-1.el7.noarch requires rubygem(rspec-expectations) >= 0:2.14.1
rubygem-rspec-2.14.1-1.el7.noarch requires rubygem(rspec-core) >= 0:2.14.1
snmptt-1.4-0.9.beta2.el7.noarch requires perl-Net-SNMP
spectrwm-2.4.0-2.el7.ppc64 requires xlockmore
spectrwm-2.4.0-2.el7.ppc64 requires dmenu
supervisor-3.0-1.el7.noarch requires python-meld3 >= 0:0.6.5
w3c-markup-validator-1.3-4.el7.noarch requires perl(SGML::Parser::OpenSP) >= 0:0.991
w3c-markup-validator-1.3-4.el7.noarch requires perl(Net::IP)
w3c-markup-validator-1.3-4.el7.noarch requires perl(HTML::Template)
w3c-markup-validator-1.3-4.el7.noarch requires perl(Encode::HanExtra)
w3c-markup-validator-libs-1.3-4.el7.noarch requires html401-dtds
New package: canl-c-2.1.3-2.el7
EMI Common Authentication library - bindings for C
New package: cego-2.20.1-1.el7
A relational and transactional database
New package: gnucash-2.6.1-1.el7
Finance management application
New package: goocanvas-1.0.0-6.el7
A new canvas widget for GTK+ that uses cairo for drawing
New package: ktoblzcheck-1.41-1.el7
A library to check account numbers and bank codes of German banks
New package: libofx-0.9.9-1.el7
A library for supporting Open Financial Exchange (OFX)
New package: libspatialite-4.1.1-2.el7
Enables SQLite to support spatial data
New package: libxml++-2.37.1-1.el7
C++ wrapper for the libxml2 XML parser library
New package: mikmod-3.2.2-21.el7
Music module player
New package: perl-Any-Moose-0.21-5.el7
Use Moose or Mouse automagically (DEPRECATED)
New package: perl-Class-Accessor-Lite-0.05-7.el7
Minimalistic variant of Class::Accessor
New package: perl-Config-Any-0.24-1.el7
Load configuration from different file formats, transparently
New package: perl-Config-Auto-0.42-4.el7
Magical config file parser
New package: perl-Config-General-2.51-2.el7
Generic configuration module for Perl
New package: perl-Config-GitLike-1.10-2.el7
Git-compatible config file parsing
New package: perl-Context-Preserve-0.01-9.el7
Run code after a subroutine call, preserving context
New package: perl-DBD-CSV-0.38-3.el7
DBI driver for CSV files
New package: perl-Data-Dump-Streamer-2.36-1.el7
Accurately serialize a data structure as Perl code
New package: perl-ExtUtils-F77-1.16-16.el7
Simple interface to F77 libs
New package: perl-ExtUtils-XSBuilder-0.28-16.el7
Modules that parse C header files and create XS glue code
New package: perl-File-Next-1.12-1.el7
An iterator-based module for finding files
New package: perl-File-Touch-0.08-2.el7
Update access, modification timestamps, creating nonexistent files
New package: perl-HTTP-Parser-0.06-6.el7
Parse HTTP/1.1 request into HTTP::Request/Response object
New package: perl-HTTP-Server-Simple-0.44-6.el7.1
Very simple standalone HTTP daemon
New package: perl-IRC-Utils-0.12-5.el7
Common utilities for IRC-related tasks
New package: perl-MooseX-AttributeHelpers-0.23-9.el7
Extended Moose attribute interfaces
New package: perl-MooseX-ConfigFromFile-0.04-5.el7
An abstract Moose role for setting attributes from a configfile
New package: perl-MooseX-Daemonize-0.15-4.el7
Role for daemonizing your Moose based application
New package: perl-MooseX-Getopt-0.47-2.el7
Moose role for processing command line options
New package: perl-MooseX-LazyRequire-0.09-2.el7
Required attributes which fail only when trying to use them
New package: perl-MooseX-Meta-TypeConstraint-ForceCoercion-0.01-9.el7
Force coercion when validating type constraints
New package: perl-MooseX-SimpleConfig-0.09-8.el7
Moose role for setting attributes from a simple configfile
New package: perl-MooseX-Traits-0.11-9.el7
Automatically apply roles at object creation time
New package: perl-MooseX-Types-0.35-4.el7
Organize your Moose types in libraries
New package: perl-MooseX-Types-Path-Class-0.06-4.el7
A Path::Class type library for Moose
New package: perl-Mouse-1.11-1.el7
Moose minus the antlers
New package: perl-MouseX-Types-0.06-5.el7
Organize your Mouse types in libraries
New package: perl-Object-Pluggable-1.29-7.el7
Base class for creating plugin-enabled objects
New package: perl-SGML-Parser-OpenSP-0.994-15.el7
Perl interface to the OpenSP SGML and XML parser
New package: perl-SQL-Statement-1.405-6.el7
SQL parsing and processing engine
New package: perl-Schedule-RateLimiter-0.01-2.el7
Prevent events from happening too quickly
New package: perl-Sort-Naturally-1.03-8.el7
Sort lexically, but sort numeral parts numerically
New package: perl-Sys-SigAction-0.20-1.el7
Perl extension for Consistent Signal Handling
New package: perl-Test-Assert-0.0504-6.el7
Assertion methods for those who like JUnit
New package: perl-WWW-Pastebin-PastebinCom-Create-0.004-4.el7
Paste to http://pastebin.com from Perl
New package: perl-WWW-Shorten-3.04-1.el7
Interface to URL shortening sites
New package: perl-namespace-autoclean-0.13-4.el7
Keep imports out of your namespace
New package: python-django-appconf-0.6-1.el7
A helper class for handling configuration defaults of packaged apps gracefully
New package: python-django-compressor-1.3-1.el7
Compresses linked and inline JavaScript or CSS into single cached files
New package: python-futures-2.1.6-1.el7
Backport of the concurrent.futures package from Python 3.2
New package: python-httplib2-0.7.7-3.el7
A comprehensive HTTP client library
New package: python-nose-cover3-0.1.0-5.el7
Coverage 3.x support for Nose
New package: python-oslo-rootwrap-1.0.0-1.el7
Oslo Rootwrap
New package: python-ply-3.4-4.el7
Python Lex-Yacc
New package: python-qpid-0.24-1.el7
Python client library for AMQP
New package: python-zc-buildout-2.2.1-2.el7
System for managing development buildouts
New package: xclip-0.12-5.el7
Command line clipboard grabber
Updated Packages:
itstool-2.0.2-1.el7
-------------------
* Mon Jan 27 2014 Andrea Veri <averi(a)fedoraproject.org> 2.0.2-1
- Update to itstool 2.0.2
ocserv-0.3.0-2.el7
------------------
* Wed Jan 29 2014 Nikos Mavrogiannopoulos <nmav(a)redhat.com> - 0.3.0-2
- Generated certificates no longer carry an expiration date.
puppet-3.4.2-5.el7
------------------
* Wed Jan 29 2014 Sam Kottler <skottler(a)fedoraproject.org> - 3.4.2-5
- Add rubygem(rgen) runtime dependency
* Thu Jan 23 2014 Sam Kottler <skottler(a)fedoraproject.org> - 3.4.2-4
- Use localstatedir macro instead of /tmp
* Fri Jan 17 2014 Sam Kottler <skottler(a)fedoraproject.org> - 3.4.2-3
- Enable puppet.service during upgrade if puppetagent.service was previously enabled
skeinforge-12.03.14-18.el7
--------------------------
* Wed Jan 29 2014 Miro Hrončok <mhroncok(a)redhat.com> - 12.03.14-18
- Make the build arched, so the pypy difference makes an actual difference
- Keep the docs noarch
- Don't produce debuginfo subpackage
Summary:
Added Packages: 57
Removed Packages: 0
Modified Packages: 4
9 years, 8 months