The following Fedora EPEL 5 Security updates need testing: Age URL 585 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5630/bugzilla-3.2.1... 99 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-11276/ssmtp-2.61-21... 75 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-11560/fail2ban-0.8.... 39 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-11893/libguestfs-1.... 19 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-12067/drupal7-conte... 14 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-12091/bip-0.8.9-1.e... 7 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-12157/varnish-2.0.6... 4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-12159/389-ds-base-1... 4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-12169/gc-7.1-6.el5 4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-12174/drupal7-7.24-... 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-12221/drupal6-6.29-...
The following builds have been pushed to Fedora EPEL 5 updates-testing
cmake-fedora-1.1.5-1.el5 cmake-fedora-1.1.6-1.el5 drupal6-6.29-1.el5 gccxml-0.9.0-0.18.20130919.gitb040a463.el5 lcmaps-1.6.1-7.el5 python-ase-3.8.1.3440-7.el5 tito-0.4.18-1.el5 voms-2.0.11-2.el5
Details about builds:
================================================================================ cmake-fedora-1.1.5-1.el5 (FEDORA-EPEL-2013-12207) CMake helper modules for fedora developers -------------------------------------------------------------------------------- Update Information:
- Enhancement: + Fedora version will now automatically updated. + New macros: - VARIABLE_PARSE_ARGN: Parse the arguments. + New scripts: cmake-fedora-koji: Koji utilities. cmake-fedora-fedpkg: Fedpkg utilities. + Changed scripts: koji-build-scratch: fedora_1, fedora_2, epel_1, epel_2 can now be used as build scopes. + BODHI_UPDATE_TYPE is no longer required. + No need to manual edit project.spec.in + ADD_CUSTOM_TARGET_COMMAND now allow "ALL" - Bug Fixes: Resolves: Bug 879141 - Excessive quotation mark for target tag_pre Resolves: Bug 992069 - cmake-fedora: FTBFS in rawhide - Changed Modules + ManageUpload: - New macros: + MANAGE_UPLOAD_TARGET - Changed macros: + MANAGE_UPLOAD_SCP: parameter fileAlias replaced with targetName + MANAGE_UPLOAD_SFTP: parameter fileAlias replaced with targetName + MANAGE_UPLOAD_FEDORAHOSTED: parameter fileAlias replaced with targetName + MANAGE_UPLOAD_SOURCEFORGE: parameter fileAlias replaced with targetName - Removed macros: + MANAGE_UPLOAD_MAKE_TARGET + MANAGE_UPLOAD_CMD - Removed Directory: + <PRJ_DOC_DIR>/examples: as the examples can be found in <CMAKE_ROOT>/Templates/fedora - Removed Variables: + FEDORA_AUTO_KARMA - Removed Macros: + MANAGE_UPLOAD_MAKE_TARGET + MANAGE_UPLOAD_CMD - Removed Targets: + bodhi_new: Submit the package to bodhi + fedpkg_<tag>_build: Build for tag + fedpkg_<tag>_commit: Import, commit and push -------------------------------------------------------------------------------- ChangeLog:
* Tue Nov 26 2013 Ding-Yi Chen <dchen at redhat.com> - 1.1.5-1 - Enhancement: + Fedora version will now automatically updated. + New macros: - VARIABLE_PARSE_ARGN: Parse the arguments. + New scripts: cmake-fedora-koji: Koji utilities. cmake-fedora-fedpkg: Fedpkg utilities. + Changed scripts: koji-build-scratch: fedora_1, fedora_2, epel_1, epel_2 can now be used as build scopes. + BODHI_UPDATE_TYPE is no longer required. + No need to manual edit project.spec.in + ADD_CUSTOM_TARGET_COMMAND now allow "ALL" - Bug Fixes: Resolves: Bug 879141 - Excessive quotation mark for target tag_pre Resolves: Bug 992069 - cmake-fedora: FTBFS in rawhide - Changed Modules + ManageUpload: - New macros: + MANAGE_UPLOAD_TARGET - Changed macros: + MANAGE_UPLOAD_SCP: parameter fileAlias replaced with targetName + MANAGE_UPLOAD_SFTP: parameter fileAlias replaced with targetName + MANAGE_UPLOAD_FEDORAHOSTED: parameter fileAlias replaced with targetName + MANAGE_UPLOAD_SOURCEFORGE: parameter fileAlias replaced with targetName - Removed macros: + MANAGE_UPLOAD_MAKE_TARGET + MANAGE_UPLOAD_CMD - Removed Directory: + <PRJ_DOC_DIR>/examples: as the examples can be found in <CMAKE_ROOT>/Templates/fedora - Removed Variables: + FEDORA_AUTO_KARMA - Removed Macros: + MANAGE_UPLOAD_MAKE_TARGET + MANAGE_UPLOAD_CMD - Removed Targets: + bodhi_new: Submit the package to bodhi + fedpkg_<tag>_build: Build for tag + fedpkg_<tag>_commit: Import, commit and push * Sat Aug 3 2013 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 1.0.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Feb 13 2013 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 1.0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Thu Nov 22 2012 Ding-Yi Chen <dchen at redhat.com> - 1.0.5-1 - Fedora 18 support. - Source tarball filename is changed back to name-version-Source.tar.gz to avoid confusion between source generate by cmake-fedora (which contains ChangeLog and projectName.pot) and tarball generation service from hosting site (which does not contain generated files) - koji-build-scratch: rawhide build target does not always have suffix -candidate. - README updated. - TODO updated. --------------------------------------------------------------------------------
================================================================================ cmake-fedora-1.1.6-1.el5 (FEDORA-EPEL-2013-12225) CMake helper modules for fedora developers -------------------------------------------------------------------------------- Update Information:
- Enhancement: + Fedora version will now automatically updated. + New macros: - VARIABLE_PARSE_ARGN: Parse the arguments. + New scripts: cmake-fedora-koji: Koji utilities. cmake-fedora-fedpkg: Fedpkg utilities. + Changed scripts: koji-build-scratch: fedora_1, fedora_2, epel_1, epel_2 can now be used as build scopes. + BODHI_UPDATE_TYPE is no longer required. + No need to manual edit project.spec.in + ADD_CUSTOM_TARGET_COMMAND now allow "ALL" - Bug Fixes: Resolves: Bug 879141 - Excessive quotation mark for target tag_pre Resolves: Bug 992069 - cmake-fedora: FTBFS in rawhide - Changed Modules + ManageUpload: - New macros: + MANAGE_UPLOAD_TARGET - Changed macros: + MANAGE_UPLOAD_SCP: parameter fileAlias replaced with targetName + MANAGE_UPLOAD_SFTP: parameter fileAlias replaced with targetName + MANAGE_UPLOAD_FEDORAHOSTED: parameter fileAlias replaced with targetName + MANAGE_UPLOAD_SOURCEFORGE: parameter fileAlias replaced with targetName - Removed macros: + MANAGE_UPLOAD_MAKE_TARGET + MANAGE_UPLOAD_CMD - Removed Directory: + <PRJ_DOC_DIR>/examples: as the examples can be found in <CMAKE_ROOT>/Templates/fedora - Removed Variables: + FEDORA_AUTO_KARMA - Removed Macros: + MANAGE_UPLOAD_MAKE_TARGET + MANAGE_UPLOAD_CMD - Removed Targets: + bodhi_new: Submit the package to bodhi + fedpkg_<tag>_build: Build for tag + fedpkg_<tag>_commit: Import, commit and push -------------------------------------------------------------------------------- ChangeLog:
* Tue Nov 26 2013 Ding-Yi Chen <dchen at redhat.com> - 1.1.6-1 - Enhancement: + Fedora version will now automatically updated. + New macros: - VARIABLE_PARSE_ARGN: Parse the arguments. + New scripts: cmake-fedora-koji: Koji utilities. cmake-fedora-fedpkg: Fedpkg utilities. + Changed scripts: koji-build-scratch: fedora_1, fedora_2, epel_1, epel_2 can now be used as build scopes. + BODHI_UPDATE_TYPE is no longer required. + No need to manual edit project.spec.in + ADD_CUSTOM_TARGET_COMMAND now allow "ALL" - Bug Fixes: Resolves: Bug 879141 - Excessive quotation mark for target tag_pre Resolves: Bug 992069 - cmake-fedora: FTBFS in rawhide - Changed Modules + ManageUpload: - New macros: + MANAGE_UPLOAD_TARGET - Changed macros: + MANAGE_UPLOAD_SCP: parameter fileAlias replaced with targetName + MANAGE_UPLOAD_SFTP: parameter fileAlias replaced with targetName + MANAGE_UPLOAD_FEDORAHOSTED: parameter fileAlias replaced with targetName + MANAGE_UPLOAD_SOURCEFORGE: parameter fileAlias replaced with targetName - Removed macros: + MANAGE_UPLOAD_MAKE_TARGET + MANAGE_UPLOAD_CMD - Removed Directory: + <PRJ_DOC_DIR>/examples: as the examples can be found in <CMAKE_ROOT>/Templates/fedora - Removed Variables: + FEDORA_AUTO_KARMA - Removed Macros: + MANAGE_UPLOAD_MAKE_TARGET + MANAGE_UPLOAD_CMD - Removed Targets: + bodhi_new: Submit the package to bodhi + fedpkg_<tag>_build: Build for tag + fedpkg_<tag>_commit: Import, commit and push * Sat Aug 3 2013 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 1.0.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Feb 13 2013 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 1.0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Thu Nov 22 2012 Ding-Yi Chen <dchen at redhat.com> - 1.0.5-1 - Fedora 18 support. - Source tarball filename is changed back to name-version-Source.tar.gz to avoid confusion between source generate by cmake-fedora (which contains ChangeLog and projectName.pot) and tarball generation service from hosting site (which does not contain generated files) - koji-build-scratch: rawhide build target does not always have suffix -candidate. - README updated. - TODO updated. --------------------------------------------------------------------------------
================================================================================ drupal6-6.29-1.el5 (FEDORA-EPEL-2013-12221) An open-source content-management platform -------------------------------------------------------------------------------- Update Information:
- Update to upstream 6.29 release for security fixes - Upstream changelog for this release is available at https://drupal.org/drupal-6.29-release-notes - SA-CORE-2013-003 - Drupal core - Multiple vulnerabilities - http://drupal.org/SA-CORE-2013-003 -------------------------------------------------------------------------------- ChangeLog:
* Thu Nov 21 2013 Peter Borsa peter.borsa@gmail.com - 6.29-1 - Update to upstream 6.29 release for security fixes - Upstream changelog for this release is available at https://drupal.org/drupal-6.29-release-notes - SA-CORE-2013-003 - Drupal core - Multiple vulnerabilities - http://drupal.org/SA-CORE-2013-003 * Sat Aug 3 2013 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 6.28-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Feb 13 2013 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 6.28-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References:
[ 1 ] Bug #1032973 - drupal: multiple vulnerabilities https://bugzilla.redhat.com/show_bug.cgi?id=1032973 --------------------------------------------------------------------------------
================================================================================ gccxml-0.9.0-0.18.20130919.gitb040a463.el5 (FEDORA-EPEL-2013-12230) XML output extension to GCC -------------------------------------------------------------------------------- Update Information:
Minor fix in gcc 4.8 support files. -------------------------------------------------------------------------------- ChangeLog:
* Wed Nov 27 2013 Mattias Ellert mattias.ellert@fysast.uu.se - 0.9.0-0.18.20130919.gitb040a463 - Updated git snapshot * Thu Aug 8 2013 Mattias Ellert mattias.ellert@fysast.uu.se - 0.9.0-0.17.20130506.git567213ac - Use _pkgdocdir * Sat Aug 3 2013 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 0.9.0-0.16.20130506.git567213ac - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --------------------------------------------------------------------------------
================================================================================ lcmaps-1.6.1-7.el5 (FEDORA-EPEL-2013-12218) Grid (X.509) and VOMS credentials to local account mapping service -------------------------------------------------------------------------------- Update Information:
Removes the arch-dependent element from a generated documentation file. Grid (X.509) and VOMS credentials to local account mapping service -------------------------------------------------------------------------------- References:
[ 1 ] Bug #1034019 - lcmaps multi-lib conflicts https://bugzilla.redhat.com/show_bug.cgi?id=1034019 [ 2 ] Bug #736717 - Review Request: lcmaps - Grid (X.509) and VOMS credentials to local account mapping https://bugzilla.redhat.com/show_bug.cgi?id=736717 --------------------------------------------------------------------------------
================================================================================ python-ase-3.8.1.3440-7.el5 (FEDORA-EPEL-2013-12228) Atomic Simulation Environment -------------------------------------------------------------------------------- Update Information:
New upstream version fixes the conflict with the_silver_searcher -------------------------------------------------------------------------------- ChangeLog:
* Fri Nov 22 2013 Marcin Dulak Marcin.Dulak@gmail.com - 3.8.1.3440-7 - new upstream version, old patches removed -------------------------------------------------------------------------------- References:
[ 1 ] Bug #1010479 - Binary name conflict with python-ase and the_silver_searcher https://bugzilla.redhat.com/show_bug.cgi?id=1010479 --------------------------------------------------------------------------------
================================================================================ tito-0.4.18-1.el5 (FEDORA-EPEL-2013-12219) A tool for managing rpm based git projects -------------------------------------------------------------------------------- Update Information:
New support for writing out a templated version file during tagging. New Copr build system and OBS releasers. Fixed bug with old versions of packages still being left in the yum repodata. Small documentation updates. Fix permissions sources fedpkg modifies. Fix permissions sources fedpkg modifies. Fix permissions sources fedpkg modifies. -------------------------------------------------------------------------------- ChangeLog:
* Thu Nov 14 2013 Devan Goodwin dgoodwin@rm-rf.ca 0.4.18-1 - Merge the FiledVersionTagger into the base VersionTagger. (dgoodwin@redhat.com) - add Copr releaser (msuchy@redhat.com) - Fix broken asciidoc. (dgoodwin@redhat.com) - Fix old versions in yum repodata. (dgoodwin@redhat.com) - adding the FiledVersionTagger class that we are using internally (vbatts@redhat.com) - tito report man page missing options (admiller@redhat.com) - Implement OBS releaser (msuchy@redhat.com) * Fri Aug 2 2013 Devan Goodwin dgoodwin@rm-rf.ca 0.4.17-1 - Fix permissions after a Fedora/Brew build. (dgoodwin@redhat.com) - Comment out old nightly releaser. (dgoodwin@redhat.com) - add newline to sys.stderr.write (msuchy@redhat.com) * Tue Jul 9 2013 Devan Goodwin dgoodwin@rm-rf.ca 0.4.16-1 - Fix KojiGitReleaser method arguments. (dgoodwin@redhat.com) * Mon Jul 8 2013 Devan Goodwin dgoodwin@rm-rf.ca 0.4.15-1 - docs clean up and additions for build_targets (admiller@redhat.com) * Mon Jul 8 2013 Devan Goodwin dgoodwin@rm-rf.ca 0.4.14-1 - resolve tito build failure on git 1.7.3.5 or older (jumanjiman@gmail.com) - Add more debugging facilities (jumanjiman@gmail.com) * Thu Jun 13 2013 Devan Goodwin dgoodwin@rm-rf.ca 0.4.13-1 - allow multiline blacklist/whitelist (lzap+git@redhat.com) - warn when no %changelog section is present (msuchy@redhat.com) - Fix DistributionReleaser with GemBuilder (inecas@redhat.com) - Fix gem builder (necasik@gmail.com) - import error_out from tito.common (msuchy@redhat.com) - use correct path in rel-eng/packages if package reside in git-root for DistributionBuilder (msuchy@redhat.com) - add missing import of commands (msuchy@redhat.com) - check if option in config exist (msuchy@redhat.com) - add example for remote_git_name (msuchy@redhat.com) - allow to override name of remote dist-git repo (msuchy@redhat.com) - add to releaser self.config which will contains values from global and pkg config (msuchy@redhat.com) - use correct path in rel-eng/packages if package reside in git-root (msuchy@redhat.com) --------------------------------------------------------------------------------
================================================================================ voms-2.0.11-2.el5 (FEDORA-EPEL-2013-12213) Virtual Organization Membership Service -------------------------------------------------------------------------------- Update Information:
Fix for https://issues.infn.it/jira/browse/VOMS-379
-------------------------------------------------------------------------------- ChangeLog:
* Wed Nov 27 2013 Mattias Ellert mattias.ellert@fysast.uu.se - 2.0.11-2 - Specfile cleanup * Wed Nov 27 2013 Mattias Ellert mattias.ellert@fysast.uu.se - 2.0.11-1 - Update to version 2.0.11 - Drop patches voms-install-db2.patch and voms-doc-race.patch (accepted upstream) --------------------------------------------------------------------------------
epel-devel@lists.fedoraproject.org