The following Fedora EPEL 6 Security updates need testing: https://admin.fedoraproject.org/updates/erlang-R14B-02.1.el6 https://admin.fedoraproject.org/updates/torque-2.5.5-2.el6 https://admin.fedoraproject.org/updates/syslog-ng-3.2.4-1.el6 https://admin.fedoraproject.org/updates/unbound-1.4.4-3.el6 https://admin.fedoraproject.org/updates/drupal6-6.22-1.el6 https://admin.fedoraproject.org/updates/drupal7-7.2-1.el6 https://admin.fedoraproject.org/updates/libmodplug-0.8.8.3-2.el6 https://admin.fedoraproject.org/updates/phpMyAdmin-3.4.1-1.el6 https://admin.fedoraproject.org/updates/jabberd-2.2.14-1.el6 https://admin.fedoraproject.org/updates/ejabberd-2.1.8-1.el6
The following builds have been pushed to Fedora EPEL 6 updates-testing clustershell-1.5-1.el6 cmake-fedora-0.5.992-1.el6 cmake-fedora-0.6.0-1.el6 globus-ftp-control-2.12-1.el6 globus-gass-copy-5.14-1.el6 globus-gram-client-10.4-4.el6 globus-gram-job-manager-10.70-1.el6 globus-gram-job-manager-scripts-2.12-1.el6 globus-gram-job-manager-setup-pbs-4.4-1.el6 globus-gram-protocol-9.7-6.el6 globus-gridftp-server-3.33-1.el6 globus-gridftp-server-control-0.46-1.el6 globus-gsi-sysconfig-3.2-1.el6 globus-gss-assist-5.10-1.el6 globus-gssapi-error-2.5-8.el6 globus-gssapi-gsi-7.8-1.el6 globus-proxy-utils-3.10-1.el6 globus-rls-server-4.9-6.el6 globus-rsl-7.3-1.el6 ldns-1.6.10-1.el6 lightsquid-1.8-11.el6 nsd-3.2.8-1.el6 python-suds-0.4.1-1.el6 python-vatnumber-0.9-1.el6 torque-2.5.5-2.el6 trytond-party-1.8.0-5.el6 Details about builds: ================================================================================ clustershell-1.5-1.el6 (FEDORA-EPEL-2011-3531) Python framework for efficient cluster administration -------------------------------------------------------------------------------- Update Information: This update adds significant overall performance improvements. -------------------------------------------------------------------------------- ChangeLog: * Wed Jun 8 2011 Stephane Thiell <stephane.thi...@cea.fr> 1.5-1 - update to 1.5 -------------------------------------------------------------------------------- ================================================================================ cmake-fedora-0.5.992-1.el6 (FEDORA-EPEL-2011-3541) CMake helper modules for fedora developers -------------------------------------------------------------------------------- Update Information: - Fixed Bug 684107 - [cmake-fedora] TAGS in USE_FEDPKG is ineffective. - ManageTranslation: + Renamed from UseGettext + New Macro: USE_ZANATA() - Zanata support (experiential). + New Macro: USE_GETTEXT() - Gettext support. This macro merges GETTEXT_CREATE_POT and GETTEXT_CREATE_TRANSLATIONS, to simplified the usage and make the macro names more consistent. - ManageReleaseOnFedora: + New Variable: FEDORA_EPEL_RELEASE_TAGS - Clean up Modules: No unrelated files under Modules/ - Removed debug messages of: CMAKE_MAJOR_VERSION, CMAKE_MINOR_VERSION. CMAKE_PATCH_VERSION, _cmake_uninstall_in, _koji_tags, _tags. - Experimental New Macro: USE_ZANATA() - Zanata support. - New Macro: USE_GETTEXT() - Gettext support. This macro merges GETTEXT_CREATE_POT and GETTEXT_CREATE_TRANSLATIONS, to simplified the usage and make the macro names more consistent. - Clean up Modules: No unrelated files under Modules/ - Removed debug message of _cmake_uninstall_in, CMAKE_MAJOR_VERSION, CMAKE_MINOR_VERSION. CMAKE_PATCH_VERSION - Fixed Bug 684107 - [cmake-fedora] TAGS in USE_FEDPKG is ineffective. - Macro: RELEASE_ON_FEDORA added. - Target: release_on_fedora added. - Now has more informative error message, when cmake-fedora is not installed. - Fixed UseUninstall - Fixed Bug 670079 - [cmake-fedora] target "release" will not stop when koji build failed - Fixed Bug 671063 - [cmake-fedora] target "rpmlint" should not depend on "koji_scratch_build" - Protocol for hosting server should now be specified as "[Hosting]_PROTOCOL". - Refactoring ManageMaintainerTargets. - fedpkg and koji build for every tags are revealed. - Now set rawhide as f16, release dists are f15,f14,f13. - rpm build process is now refined, no unnecessary build. - Renamed target push_svc_tag to push_post_build. - Renamed module UseFedpkg to ManageReleaseOnFedora - Macro: RELEASE_ON_FEDORA added. - Macro: RELEASE_ON_FEDORA added. - Target: release_on_fedora added. - Now has more informative error message, when cmake-fedora is not installed. - Fixed UseUninstall - Fixed Bug 670079 - [cmake-fedora] target "release" will not stop when koji build failed - Fixed Bug 671063 - [cmake-fedora] target "rpmlint" should not depend on "koji_scratch_build" - Protocol for hosting server should now be specified as "[Hosting]_PROTOCOL". - Refactoring ManageMaintainerTargets. - fedpkg and koji build for every tags are revealed. - Now set rawhide as f16, release dists are f15,f14,f13. - rpm build process is now refined, no unnecessary build. - Renamed target push_svc_tag to push_post_build. - Renamed module UseFedpkg to ManageReleaseOnFedora -------------------------------------------------------------------------------- ChangeLog: * Wed Jun 8 2011 Ding-Yi Chen <dchen at redhat.com> - 0.5.992-1 - Fixed Bug 684107 - [cmake-fedora] TAGS in USE_FEDPKG is ineffective. - ManageTranslation: + Renamed from UseGettext + New Macro: USE_ZANATA() - Zanata support (experiential). + New Macro: USE_GETTEXT() - Gettext support. This macro merges GETTEXT_CREATE_POT and GETTEXT_CREATE_TRANSLATIONS, to simplified the usage and make the macro names more consistent. - ManageReleaseOnFedora: + New Variable: FEDORA_EPEL_RELEASE_TAGS - Clean up Modules: No unrelated files under Modules/ - Removed debug messages of: CMAKE_MAJOR_VERSION, CMAKE_MINOR_VERSION. CMAKE_PATCH_VERSION, _cmake_uninstall_in, _koji_tags, _tags. * Sun Feb 27 2011 Ding-Yi Chen <dchen at redhat.com> - 0.5.0-1 - Macro: RELEASE_ON_FEDORA added. - Target: release_on_fedora added. - Now has more informative error message, when cmake-fedora is not installed. - Fixed UseUninstall - Fixed Bug 670079 - [cmake-fedora] target "release" will not stop when koji build failed - Fixed Bug 671063 - [cmake-fedora] target "rpmlint" should not depend on "koji_scratch_build" - Protocol for hosting server should now be specified as "[Hosting]_PROTOCOL". - Refactoring ManageMaintainerTargets. - fedpkg and koji build for every tags are revealed. - Now set rawhide as f16, release dists are f15,f14,f13. - rpm build process is now refined, no unnecessary build. - Renamed target push_svc_tag to push_post_release. - Renamed module UseFedpkg to ManageReleaseOnFedora -------------------------------------------------------------------------------- References: [ 1 ] Bug #684107 - [cmake-fedora] TAGS in USE_FEDPKG is ineffective. https://bugzilla.redhat.com/show_bug.cgi?id=684107 [ 2 ] Bug #670079 - [cmake-fedora] target "release" will not stop when koji build failed https://bugzilla.redhat.com/show_bug.cgi?id=670079 [ 3 ] Bug #671063 - [cmake-fedora] target "rpmlint" should not depend on "koji_scratch_build" https://bugzilla.redhat.com/show_bug.cgi?id=671063 -------------------------------------------------------------------------------- ================================================================================ cmake-fedora-0.6.0-1.el6 (FEDORA-EPEL-2011-3536) CMake helper modules for fedora developers -------------------------------------------------------------------------------- Update Information: - Fixed Bug 684107 - [cmake-fedora] TAGS in USE_FEDPKG is ineffective. - ManageTranslation: + Renamed from UseGettext + New Macro: USE_ZANATA() - Zanata support (experiential). + New Macro: USE_GETTEXT() - Gettext support. This macro merges GETTEXT_CREATE_POT and GETTEXT_CREATE_TRANSLATIONS, to simplified the usage and make the macro names more consistent. - ManageReleaseOnFedora: + New Variable: FEDORA_EPEL_RELEASE_TAGS - Clean up Modules: No unrelated files under Modules/ - Removed debug messages of: CMAKE_MAJOR_VERSION, CMAKE_MINOR_VERSION. CMAKE_PATCH_VERSION, _cmake_uninstall_in, _koji_tags, _tags. -------------------------------------------------------------------------------- ChangeLog: * Wed Jun 8 2011 Ding-Yi Chen <dchen at redhat.com> - 0.6.0-1 - Fixed Bug 684107 - [cmake-fedora] TAGS in USE_FEDPKG is ineffective. - ManageTranslation: + Renamed from UseGettext + New Macro: USE_ZANATA() - Zanata support (experiential). + New Macro: USE_GETTEXT() - Gettext support. This macro merges GETTEXT_CREATE_POT and GETTEXT_CREATE_TRANSLATIONS, to simplified the usage and make the macro names more consistent. - ManageReleaseOnFedora: + New Variable: FEDORA_EPEL_RELEASE_TAGS - Clean up Modules: No unrelated files under Modules/ - Removed debug messages of: CMAKE_MAJOR_VERSION, CMAKE_MINOR_VERSION. CMAKE_PATCH_VERSION, _cmake_uninstall_in, _koji_tags, _tags. * Sun Feb 27 2011 Ding-Yi Chen <dchen at redhat.com> - 0.5.0-1 - Macro: RELEASE_ON_FEDORA added. - Target: release_on_fedora added. - Now has more informative error message, when cmake-fedora is not installed. - Fixed UseUninstall - Fixed Bug 670079 - [cmake-fedora] target "release" will not stop when koji build failed - Fixed Bug 671063 - [cmake-fedora] target "rpmlint" should not depend on "koji_scratch_build" - Protocol for hosting server should now be specified as "[Hosting]_PROTOCOL". - Refactoring ManageMaintainerTargets. - fedpkg and koji build for every tags are revealed. - Now set rawhide as f16, release dists are f15,f14,f13. - rpm build process is now refined, no unnecessary build. - Renamed target push_svc_tag to push_post_release. - Renamed module UseFedpkg to ManageReleaseOnFedora -------------------------------------------------------------------------------- References: [ 1 ] Bug #684107 - [cmake-fedora] TAGS in USE_FEDPKG is ineffective. https://bugzilla.redhat.com/show_bug.cgi?id=684107 -------------------------------------------------------------------------------- ================================================================================ globus-ftp-control-2.12-1.el6 (FEDORA-EPEL-2011-3543) Globus Toolkit - GridFTP Control Library -------------------------------------------------------------------------------- Update Information: Update to Globus Toolkit 5.0.4. See the release notes for details: http://www.globus.org/toolkit/docs/5.0/5.0.4/rn/ -------------------------------------------------------------------------------- ChangeLog: * Fri Jun 3 2011 Mattias Ellert <mattias.ell...@fysast.uu.se> - 2.12-1 - Update to Globus Toolkit 5.0.4 -------------------------------------------------------------------------------- ================================================================================ globus-gass-copy-5.14-1.el6 (FEDORA-EPEL-2011-3543) Globus Toolkit - Globus Gass Copy -------------------------------------------------------------------------------- Update Information: Update to Globus Toolkit 5.0.4. See the release notes for details: http://www.globus.org/toolkit/docs/5.0/5.0.4/rn/ -------------------------------------------------------------------------------- ChangeLog: * Fri Jun 3 2011 Mattias Ellert <mattias.ell...@fysast.uu.se> - 5.14-1 - Update to Globus Toolkit 5.0.4 -------------------------------------------------------------------------------- ================================================================================ globus-gram-client-10.4-4.el6 (FEDORA-EPEL-2011-3543) Globus Toolkit - GRAM Client Library -------------------------------------------------------------------------------- Update Information: Update to Globus Toolkit 5.0.4. See the release notes for details: http://www.globus.org/toolkit/docs/5.0/5.0.4/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sun Jun 5 2011 Mattias Ellert <mattias.ell...@fysast.uu.se> - 10.4-4 - Fix doxygen markup -------------------------------------------------------------------------------- ================================================================================ globus-gram-job-manager-10.70-1.el6 (FEDORA-EPEL-2011-3543) Globus Toolkit - GRAM Jobmanager -------------------------------------------------------------------------------- Update Information: Update to Globus Toolkit 5.0.4. See the release notes for details: http://www.globus.org/toolkit/docs/5.0/5.0.4/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sun Jun 5 2011 Mattias Ellert <mattias.ell...@fysast.uu.se> - 10.70-1 - Update to Globus Toolkit 5.0.4 - Fix doxygen markup -------------------------------------------------------------------------------- ================================================================================ globus-gram-job-manager-scripts-2.12-1.el6 (FEDORA-EPEL-2011-3543) Globus Toolkit - GRAM Job ManagerScripts -------------------------------------------------------------------------------- Update Information: Update to Globus Toolkit 5.0.4. See the release notes for details: http://www.globus.org/toolkit/docs/5.0/5.0.4/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sun Jun 5 2011 Mattias Ellert <mattias.ell...@fysast.uu.se> - 2.12-1 - Update to Globus Toolkit 5.0.4 -------------------------------------------------------------------------------- ================================================================================ globus-gram-job-manager-setup-pbs-4.4-1.el6 (FEDORA-EPEL-2011-3543) Globus Toolkit - PBS Job Manager Setup -------------------------------------------------------------------------------- Update Information: Update to Globus Toolkit 5.0.4. See the release notes for details: http://www.globus.org/toolkit/docs/5.0/5.0.4/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sun Jun 5 2011 Mattias Ellert <mattias.ell...@fysast.uu.se> - 4.4-1 - Update to Globus Toolkit 5.0.4 -------------------------------------------------------------------------------- ================================================================================ globus-gram-protocol-9.7-6.el6 (FEDORA-EPEL-2011-3543) Globus Toolkit - GRAM Protocol Library -------------------------------------------------------------------------------- Update Information: Update to Globus Toolkit 5.0.4. See the release notes for details: http://www.globus.org/toolkit/docs/5.0/5.0.4/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sun Jun 5 2011 Mattias Ellert <mattias.ell...@fysast.uu.se> - 9.7-6 - Fix doxygen markup -------------------------------------------------------------------------------- ================================================================================ globus-gridftp-server-3.33-1.el6 (FEDORA-EPEL-2011-3543) Globus Toolkit - Globus GridFTP Server -------------------------------------------------------------------------------- Update Information: Update to Globus Toolkit 5.0.4. See the release notes for details: http://www.globus.org/toolkit/docs/5.0/5.0.4/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sun Jun 5 2011 Mattias Ellert <mattias.ell...@fysast.uu.se> - 3.33-1 - Update to Globus Toolkit 5.0.4 -------------------------------------------------------------------------------- ================================================================================ globus-gridftp-server-control-0.46-1.el6 (FEDORA-EPEL-2011-3543) Globus Toolkit - Globus GridFTP Server Library -------------------------------------------------------------------------------- Update Information: Update to Globus Toolkit 5.0.4. See the release notes for details: http://www.globus.org/toolkit/docs/5.0/5.0.4/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sun Jun 5 2011 Mattias Ellert <mattias.ell...@fysast.uu.se> - 0.46-1 - Update to Globus Toolkit 5.0.4 -------------------------------------------------------------------------------- ================================================================================ globus-gsi-sysconfig-3.2-1.el6 (FEDORA-EPEL-2011-3543) Globus Toolkit - Globus GSI System Config Library -------------------------------------------------------------------------------- Update Information: Update to Globus Toolkit 5.0.4. See the release notes for details: http://www.globus.org/toolkit/docs/5.0/5.0.4/rn/ -------------------------------------------------------------------------------- ChangeLog: * Fri Jun 3 2011 Mattias Ellert <mattias.ell...@fysast.uu.se> - 3.2-1 - Update to Globus Toolkit 5.0.4 - Drop patch globus-zero-size-dir.patch (fixed upstream) -------------------------------------------------------------------------------- ================================================================================ globus-gss-assist-5.10-1.el6 (FEDORA-EPEL-2011-3543) Globus Toolkit - GSSAPI Assist library -------------------------------------------------------------------------------- Update Information: Update to Globus Toolkit 5.0.4. See the release notes for details: http://www.globus.org/toolkit/docs/5.0/5.0.4/rn/ -------------------------------------------------------------------------------- ChangeLog: * Fri Jun 3 2011 Mattias Ellert <mattias.ell...@fysast.uu.se> - 5.10-1 - Update to Globus Toolkit 5.0.4 - Fix doxygen markup -------------------------------------------------------------------------------- ================================================================================ globus-gssapi-error-2.5-8.el6 (FEDORA-EPEL-2011-3543) Globus Toolkit - GSSAPI Error Library -------------------------------------------------------------------------------- Update Information: Update to Globus Toolkit 5.0.4. See the release notes for details: http://www.globus.org/toolkit/docs/5.0/5.0.4/rn/ -------------------------------------------------------------------------------- ChangeLog: * Tue Jun 7 2011 Mattias Ellert <mattias.ell...@fysast.uu.se> - 2.5-8 - Fix dependency patch -------------------------------------------------------------------------------- ================================================================================ globus-gssapi-gsi-7.8-1.el6 (FEDORA-EPEL-2011-3543) Globus Toolkit - GSSAPI library -------------------------------------------------------------------------------- Update Information: Update to Globus Toolkit 5.0.4. See the release notes for details: http://www.globus.org/toolkit/docs/5.0/5.0.4/rn/ -------------------------------------------------------------------------------- ChangeLog: * Fri Jun 3 2011 Mattias Ellert <mattias.ell...@fysast.uu.se> - 7.8-1 - Update to Globus Toolkit 5.0.4 -------------------------------------------------------------------------------- ================================================================================ globus-proxy-utils-3.10-1.el6 (FEDORA-EPEL-2011-3543) Globus Toolkit - Globus GSI Proxy Utility Programs -------------------------------------------------------------------------------- Update Information: Update to Globus Toolkit 5.0.4. See the release notes for details: http://www.globus.org/toolkit/docs/5.0/5.0.4/rn/ -------------------------------------------------------------------------------- ChangeLog: * Fri Jun 3 2011 Mattias Ellert <mattias.ell...@fysast.uu.se> - 3.10-1 - Update to Globus Toolkit 5.0.4 -------------------------------------------------------------------------------- ================================================================================ globus-rls-server-4.9-6.el6 (FEDORA-EPEL-2011-3543) Globus Toolkit - Replica Location Service Server -------------------------------------------------------------------------------- Update Information: Update to Globus Toolkit 5.0.4. See the release notes for details: http://www.globus.org/toolkit/docs/5.0/5.0.4/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sun Jun 5 2011 Mattias Ellert <mattias.ell...@fysast.uu.se> - 4.9-6 - Update to Globus Toolkit 5.0.4 - Drop patch globus-rls-server-db.patch (fixed upstream) -------------------------------------------------------------------------------- ================================================================================ globus-rsl-7.3-1.el6 (FEDORA-EPEL-2011-3543) Globus Toolkit - Resource Specification Language Library -------------------------------------------------------------------------------- Update Information: Update to Globus Toolkit 5.0.4. See the release notes for details: http://www.globus.org/toolkit/docs/5.0/5.0.4/rn/ -------------------------------------------------------------------------------- ChangeLog: * Fri Jun 3 2011 Mattias Ellert <mattias.ell...@fysast.uu.se> - 7.3-1 - Update to Globus Toolkit 5.0.4 - Fix doxygen markup -------------------------------------------------------------------------------- ================================================================================ ldns-1.6.10-1.el6 (FEDORA-EPEL-2011-3530) Lowlevel DNS(SEC) library with API -------------------------------------------------------------------------------- Update Information: Updated to latest upstream -------------------------------------------------------------------------------- ChangeLog: * Wed Jun 8 2011 Paul Wouters <p...@xelerance.com> - 1.6.10-1 - Updated to 1.6.10 - commented out build dependancies for svn snapshots * Sun Mar 27 2011 Paul Wouters <p...@xelerance.com> - 1.6.9-1 - Updated to 1.6.9 - Added ldns-python sub package -------------------------------------------------------------------------------- ================================================================================ lightsquid-1.8-11.el6 (FEDORA-EPEL-2011-3532) Light, small, and fast log analyzer for squid proxy -------------------------------------------------------------------------------- ChangeLog: * Wed Jun 8 2011 Popkov Aleksey <alek...@psniip.ru> 1.8-11 - Rebuild of package. -------------------------------------------------------------------------------- ================================================================================ nsd-3.2.8-1.el6 (FEDORA-EPEL-2011-3534) Fast and lean authoritative DNS Name Server -------------------------------------------------------------------------------- Update Information: Updated to latest upstream. Minor initscript and stock config file fixes -------------------------------------------------------------------------------- ChangeLog: * Tue Jun 7 2011 Paul Wouters <p...@xelerance.com> - 3.2.8-1 - updated to 3.2.8 - fix /var/run/nsd to be owned by root, not nsd - fix init status to work as expected (bz#525107) - fix nsd.conf and nsd.conf.5 to have correct logfile - fix nsd.init syntax error by piddir change - fix initscript to create /var/run/nsd if missing (bz#710376) -------------------------------------------------------------------------------- References: [ 1 ] Bug #525107 - nsd init file doesn't give success/failure feedback https://bugzilla.redhat.com/show_bug.cgi?id=525107 [ 2 ] Bug #710376 - nsd initscript doesn't create piddir https://bugzilla.redhat.com/show_bug.cgi?id=710376 -------------------------------------------------------------------------------- ================================================================================ python-suds-0.4.1-1.el6 (FEDORA-EPEL-2011-3542) A python SOAP client -------------------------------------------------------------------------------- ================================================================================ python-vatnumber-0.9-1.el6 (FEDORA-EPEL-2011-3542) Python module to validate VAT numbers -------------------------------------------------------------------------------- ================================================================================ torque-2.5.5-2.el6 (FEDORA-EPEL-2011-3533) Tera-scale Open-source Resource and QUEue manager -------------------------------------------------------------------------------- Update Information: This update fixes a buffer overflow that could allow for remote arbitrary code execution by a torque service. Credit to Bartlomiej Balcerek. CVE-2011-2193 -------------------------------------------------------------------------------- ChangeLog: * Sat Jun 11 2011 Steve Traylen <steve.tray...@cern.ch> - 2.5.5-2 - Add torque-buffer-overrun.patch rhbz#711463 -------------------------------------------------------------------------------- References: [ 1 ] Bug #711463 - CVE-2011-2193 Torque Server Buffer Overflow Vulnerability. https://bugzilla.redhat.com/show_bug.cgi?id=711463 -------------------------------------------------------------------------------- ================================================================================ trytond-party-1.8.0-5.el6 (FEDORA-EPEL-2011-3542) party module for Tryton -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- _______________________________________________ epel-devel-list mailing list epel-devel-list@redhat.com https://www.redhat.com/mailman/listinfo/epel-devel-list