The following builds have been pushed to Fedora EPEL 6 updates-testing GraphicsMagick-1.3.16-5.el6 ReviewBoard-1.6.11-2.el6 cmake-fedora-1.0.5-1.el6 htop-1.0.1-2.el6 keepalived-1.2.5-1.el6 lbzip2-2.2-1.el6 munin-2.0.5-3.el6 openstack-quantum-2012.1-8.el6 php-channel-pirum-1.0-1.el6 python-gunicorn-0.14.6-1.el6 roundcubemail-0.7.3-1.el6 ssmtp-2.61-18.el6
Details about builds: ================================================================================ GraphicsMagick-1.3.16-5.el6 (FEDORA-EPEL-2012-6781) An ImageMagick fork, offering faster image generation and better quality -------------------------------------------------------------------------------- Update Information: This update: * addresses a potential memory allocation issue with png images * fixes a -devel multilib conflict -------------------------------------------------------------------------------- ChangeLog: * Mon Aug 20 2012 Rex Dieter <rdie...@fedoraproject.org> 1.3.16-5 - CVE-2012-3438 GraphicsMagick: png_IM_malloc() size argument (#844106, #844107) * Mon Aug 20 2012 Rex Dieter <rdie...@fedoraproject.org> 1.3.16-4 - link GraphicsMagick against lcms2 instead of lcms1 (#849778) * Wed Jul 18 2012 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 1.3.16-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Wed Jun 27 2012 Petr Pisar <ppi...@redhat.com> - 1.3.16-2 - Perl 5.16 rebuild * Sun Jun 24 2012 Rex Dieter <rdie...@fedoraproject.org> - 1.3.16-1 - GraphicsMagick-1.3.16 - GraphicsMagick-devel and GraphicsMagick-c++-devel multilib conflict (#566361) * Mon Jun 11 2012 Petr Pisar <ppi...@redhat.com> - 1.3.15-3 - Perl 5.16 rebuild * Tue May 8 2012 Rex Dieter <rdie...@fedoraproject.org> 1.3.15-2 - rebuild (libtiff) * Sat Apr 28 2012 Rex Dieter <rdie...@fedoraproject.org> 1.3.15-1 - 1.3.15 -------------------------------------------------------------------------------- References: [ 1 ] Bug #566361 - GraphicsMagick-devel and GraphicsMagick-c++-devel multilib conflict https://bugzilla.redhat.com/show_bug.cgi?id=566361 [ 2 ] Bug #844107 - CVE-2012-3438 GraphicsMagick: png_IM_malloc() size argument [epel-all] https://bugzilla.redhat.com/show_bug.cgi?id=844107 -------------------------------------------------------------------------------- ================================================================================ ReviewBoard-1.6.11-2.el6 (FEDORA-EPEL-2012-6784) Web-based code review tool -------------------------------------------------------------------------------- Update Information: Fixes support for Fedora Hosted repositories -------------------------------------------------------------------------------- ChangeLog: * Tue Aug 21 2012 Stephen Gallagher <sgall...@redhat.com> - 1.6.11-2 - Support Fedora Hosted cgit web interface - Resolves: rhbz#849979 - FedoraHosted integration is still pointing at GitWeb, but fhosted has switched to cgit -------------------------------------------------------------------------------- References: [ 1 ] Bug #849979 - FedoraHosted integration is still pointing at GitWeb, but fhosted has switched to cgit https://bugzilla.redhat.com/show_bug.cgi?id=849979 -------------------------------------------------------------------------------- ================================================================================ cmake-fedora-1.0.5-1.el6 (FEDORA-EPEL-2012-6778) CMake helper modules for fedora developers -------------------------------------------------------------------------------- Update Information: - 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. - Source tarball filename is now name-version.tar.gz instead of name-version-Source.tar.gz - after_release_commit depends rpm_changelog_prev_update if RPM supported enabled. - Corrected the 'FORCE' of cmake CACHE - Update the error messages when cmake-fedora is not installed. - Fixed target: zanata_push_trans. - Fixed zanata arguments. - fedpkg clone is now triggered if the clone directory does not exist when doing the fedpkg_commit, it no longer the listed OUTPUT of an ADD_CUSTOM_COMMAND. - Add target: translations as an universal easy target to generate/update translation files. - Greatly simplified the modules design and usage. - Release version are now defined in cmake-fedora.conf for easy maintenance. - Fix the MANAGE_MESSAGE_LEVEL - koji scratch builds are run only once before tagging. - CVS support is removed. - New command: koji-build-scratch for scratch build on all supported releases. - New module: ManageTarget - New function: SETTING_STRING_GET_VARIABLE - New macro: + ADD_CUSTOM_TARGET_COMMAND + STRING_ESCAPE_SEMICOLON - Macros changed behavior: MANAGE_ZANATA: Arguments are changed. - Target changed: changelog_update are now separate as: + changelog_prev_update: Update ChangeLog.prev + rpm_changelog_prev_update: Update RPM-ChangeLog.prev - Command renamed: + cmake-fedora-newprj.sh to cmake-fedora-newprj - Module renamed: + ManageReleaseOnFedora to ManageReleaseFedora + ManageMaintainerTargets to ManageUpload + PackSource to ManageArchive + PackRPM to ManageRPM + UseGConf to ManageGConf + UseDoxygen to ManageAPIDoc - Function renamed: + LOAD_RELEASE_FILE to RELEASE_NOTES_READ_FILE - Macro renamed: + PACK_SOURCE to PACK_SOURCE_ARCHIVE + USE_MOCK to RPM_MOCK_BUILD + USE_DOXYGEN to MANAGE_APIDOC_DOXYGEN + USE_GETTEXT to MANAGE_GETTEXT + USE_ZANATA to MANAGE_ZANATA - Variable renamed: PACK_SOURCE_IGNORE_FILES to SOURCE_ARCHIVE_IGNORE_FILES - RELEASE_ON_FEDORA: support new tags: "fedora" for current fedora, and "epel" for current epel. - ChangeLog generation rewritten, target version_check no longer need. - Removed target: version_check - Variable Removed: FEDORA_NEXT_RELEASE FEDORA_NEXT_RELEASE_TAGS FEDORA_LATEST_RELEASE FEDORA_PREVIOUS_RELEASE - Greatly simplified the modules design and usage. - Release version are now defined in cmake-fedora.conf for easy maintenance. - Fix the MANAGE_MESSAGE_LEVEL - koji scratch builds are run only once before tagging. - CVS support is removed. - New command: koji-build-scratch for scratch build on all supported releases. - New module: ManageTarget - New function: SETTING_STRING_GET_VARIABLE - New macro: ADD_CUSTOM_TARGET_COMMAND - Macros changed behavior: MANAGE_ZANATA: Arguments are changed. - Target changed: changelog_update are now separate as: + changelog_prev_update: Update ChangeLog.prev + rpm_changelog_prev_update: Update RPM-ChangeLog.prev - Command renamed: + cmake-fedora-newprj.sh to cmake-fedora-newprj - Module renamed: + ManageReleaseOnFedora to ManageReleaseFedora + ManageMaintainerTargets to ManageUpload + PackSource to ManageArchive + PackRPM to ManageRPM + UseGConf to ManageGConf + UseDoxygen to ManageAPIDoc - Function renamed: + LOAD_RELEASE_FILE to RELEASE_NOTES_READ_FILE - Macro renamed: + PACK_SOURCE to PACK_SOURCE_ARCHIVE + USE_MOCK to RPM_MOCK_BUILD + USE_DOXYGEN to MANAGE_APIDOC_DOXYGEN + USE_GETTEXT to MANAGE_GETTEXT + USE_ZANATA to MANAGE_ZANATA - Variable renamed: PACK_SOURCE_IGNORE_FILES to SOURCE_ARCHIVE_IGNORE_FILES - RELEASE_ON_FEDORA: support new tags: "fedora" for current fedora, and "epel" for current epel. - ChangeLog generation rewritten, target version_check no longer need. - Removed target: version_check - Variable Removed: FEDORA_NEXT_RELEASE FEDORA_NEXT_RELEASE_TAGS FEDORA_LATEST_RELEASE FEDORA_PREVIOUS_RELEASE -------------------------------------------------------------------------------- ChangeLog: * Tue Aug 21 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. * Fri Aug 17 2012 Ding-Yi Chen <dchen at redhat.com> - 1.0.4-1 - Source tarball filename is now name-version.tar.gz instead of name-version-Source.tar.gz - after_release_commit depends rpm_changelog_prev_update if RPM supported enabled. - Corrected the 'FORCE' of cmake CACHE - Update the error messages when cmake-fedora is not installed. - Fixed target: zanata_push_trans. - Fixed zanata arguments. - fedpkg clone is now triggered if the clone directory does not exist when doing the fedpkg_commit, it no longer the listed OUTPUT of an ADD_CUSTOM_COMMAND. - Add target: translations as an universal easy target to generate/update translation files. -------------------------------------------------------------------------------- ================================================================================ htop-1.0.1-2.el6 (FEDORA-EPEL-2012-6780) Interactive process viewer -------------------------------------------------------------------------------- Update Information: Enhancement - Brings the version of htop in EPEL6 up to date with latest upstream as per community request. -------------------------------------------------------------------------------- ChangeLog: * Fri Aug 17 2012 Adam Miller <maxamill...@fedoraproject.org> - 1.0.1-2 - Rebase on Fedora pkg upon user request - Keep desktop-file (removed in Fedora for BZ#689028) * Tue Jul 10 2012 Miloš Jakubíček <xja...@fi.muni.cz> - 1.0.1-1 - Update to 1.0.1 - Should resolve BZ#782272, BZ#815995, BZ#835221 * Tue Feb 7 2012 Miloš Jakubíček <xja...@fi.muni.cz> - 1.0-1 - Update to 1.0 - Build with --enable-openvz --enable-vserver --enable-taskstats --enable-unicode --enable-native-affinity --enable-cgroup - Drop htop-0.9-system-plpa.patch (no PLPA needed anymore) * Fri Jan 13 2012 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 0.9-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Fri Apr 8 2011 Miloš Jakubíček <xja...@fi.muni.cz> - 0.9-3 - include patch by Petr Holasek (phola...@redhat.com) that adds libpagemap support and introduces new -p cmd option and USS, PSS, SWAP columns * Sat Mar 19 2011 Rahul Sundaram <sunda...@fedoraproject.org> - 0.9-2 - Clean up spec to match current guidelines - Drop desktop file. Resolves rhbz#689028 * Sat Mar 5 2011 Miloš Jakubíček <xja...@fi.muni.cz> - 0.9-1 - Update to 0.9 - Clean specfile, remove Polish translations, unused patches * Wed Feb 9 2011 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 0.8.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Thu Mar 4 2010 Tom "spot" Callaway <tcall...@redhat.com> - 0.8.3-3 - use plpa system copy instead of embedded one -------------------------------------------------------------------------------- ================================================================================ keepalived-1.2.5-1.el6 (FEDORA-EPEL-2012-6785) High Availability monitor built upon LVS, VRRP and service pollers -------------------------------------------------------------------------------- Update Information: Update to keepalived v1.2.5 stable release. -------------------------------------------------------------------------------- ChangeLog: * Tue Aug 14 2012 Ryan O'Hara <roh...@redhat.com> 1.2.5-1 - Update to 1.2.5. -------------------------------------------------------------------------------- References: [ 1 ] Bug #704039 - CVE-2011-1784 keepalived: insecure permissions on pid files https://bugzilla.redhat.com/show_bug.cgi?id=704039 -------------------------------------------------------------------------------- ================================================================================ lbzip2-2.2-1.el6 (FEDORA-EPEL-2012-6776) Fast, multi-threaded bzip2 utility -------------------------------------------------------------------------------- Update Information: Multi-threaded bzip2 compressor/decompressor utility upstream version was upgraded to 2.2. -------------------------------------------------------------------------------- ChangeLog: * Tue Aug 14 2012 Lukas Zapletal <lzap+rpm[@]redhat.com> - 2.2-1 - version bump to 2.2 * Fri Jul 27 2012 Lukas Zapletal <lzap+rpm[@]redhat.com> - 2.1-5 - new upstream release fixes gnu lib (gl1) * Thu Jul 19 2012 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 2.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Wed Jun 13 2012 Lukas Zapletal <lzap+rpm[@]redhat.com> - 2.1-3 - 829461 - Run unit tests during build * Fri Jan 13 2012 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Thu Nov 24 2011 Lukas Zapletal <lzap+rpm[@]redhat.com> - 2.1-1 - update to 2.1 security release * Tue Nov 22 2011 Lukas Zapletal <lzap+rpm[@]redhat.com> - 2.0-2 - fixing license to GPLv3+ - fixed dependencies - better description * Sat Nov 19 2011 Lukas Zapletal <lzap+rpm[@]redhat.com> - 2.0-1 - new package with autotools * Thu Jun 2 2011 Lukas Zapletal <lzap+rpm[@]redhat.com> - 0.23-3 - EPEL package - removing dash dependency -------------------------------------------------------------------------------- ================================================================================ munin-2.0.5-3.el6 (FEDORA-EPEL-2012-6775) Network-wide graphing framework (grapher/gatherer) -------------------------------------------------------------------------------- Update Information: Added init files for asyncd Updated to 2.0.5 Update to munin 2 -------------------------------------------------------------------------------- ChangeLog: * Mon Aug 20 2012 D. Johnson <fenri...@fedoraproject.org> - 2.0.5-3 - rebuilt for epel * Tue Aug 14 2012 D. Johnson <fenri...@fedoraproject.org> - 2.0.5-2 - Added munin-asyncd init files * Tue Aug 14 2012 D. Johnson <fenri...@fedoraproject.org> - 2.0.5-1 - Updated to 2.0.5 - BZ# 603344 / upstream 1180, ACPI thermal information changed with 3.x kernels * Tue Aug 7 2012 D. Johnson <fenri...@fedoraproject.org> - 2.0.4-3 - BZ# 823533 "hddtemp_smartctl plugin has a bug" - upstream patched - BZ# 825820 Munin memcache plugin requires "perl(Cache::Memcached)" - BZ# 834055 Munin updates changing permissions, conflicts with what munin-check does - BZ# 812893,812894,839786,840496 - updated to munin2 * Sun Aug 5 2012 D. Johnson <fenri...@fedoraproject.org> - 2.0.4-2 - Changing permissions on html directories to minimize cron messages. * Sat Aug 4 2012 D. Johnson <fenri...@fedoraproject.org> - 2.0.4-1 - updated to 2.0.4 - backported el6 packaging items * Tue Jul 24 2012 fenri...@fedoraproject.org - 2.0.3-1 - Adjust default conf.d entry. - updated to 2.0.3 * Fri Jul 20 2012 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 2.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Thu Jul 19 2012 D. Johnson <fenri...@fedoraproject.org> - 2.0.2-2 - fixed conflicts * Sat Jul 14 2012 D. Johnson <fenri...@fedoraproject.org> - 2.0.2-1 - updated to 2.0.2 * Thu Jun 7 2012 D. Johnson <fenri...@fedoraproject.org> - 2.0.0-1 - initial 2.0 release -------------------------------------------------------------------------------- References: [ 1 ] Bug #603344 - On install, Fedora selected all Linux swap partitions and entered them for mounting in fstab https://bugzilla.redhat.com/show_bug.cgi?id=603344 [ 2 ] Bug #823533 - hddtemp_smartctl plugin has a bug https://bugzilla.redhat.com/show_bug.cgi?id=823533 [ 3 ] Bug #825820 - Libvirt is missing important hooks https://bugzilla.redhat.com/show_bug.cgi?id=825820 [ 4 ] Bug #834055 - Munin updates changing permissions, conflicts with what munin-check does https://bugzilla.redhat.com/show_bug.cgi?id=834055 [ 5 ] Bug #812894 - munin various flaws [epel-all] https://bugzilla.redhat.com/show_bug.cgi?id=812894 [ 6 ] Bug #839786 - RFE: Update munin to 2.0.x release https://bugzilla.redhat.com/show_bug.cgi?id=839786 [ 7 ] Bug #840496 - Update to upstream 2.0.2 https://bugzilla.redhat.com/show_bug.cgi?id=840496 -------------------------------------------------------------------------------- ================================================================================ openstack-quantum-2012.1-8.el6 (FEDORA-EPEL-2012-6773) Virtual network service for OpenStack (quantum) -------------------------------------------------------------------------------- Update Information: - Update to 20120715 essex stable branch snapshot - fix database config generated by install scripts -------------------------------------------------------------------------------- ChangeLog: * Tue Aug 21 2012 Robert Kukura <rkuk...@redhat.com> - 2012.1-8 - fix database config generated by install scripts (#847785) * Wed Jul 25 2012 Robert Kukura <rkuk...@redhat.com> - 2012.1-6 - Update to 20120715 essex stable branch snapshot -------------------------------------------------------------------------------- ================================================================================ php-channel-pirum-1.0-1.el6 (FEDORA-EPEL-2012-6779) Adds pear.pirum-project.org channel to PEAR -------------------------------------------------------------------------------- Update Information: This package adds the pear.pirum-project.org channel which allows PEAR packages from this channel to be installed. -------------------------------------------------------------------------------- References: [ 1 ] Bug #832830 - Review Request: php-channel-pirum - Adds pear.pirum-project.org channel to PEAR https://bugzilla.redhat.com/show_bug.cgi?id=832830 -------------------------------------------------------------------------------- ================================================================================ python-gunicorn-0.14.6-1.el6 (FEDORA-EPEL-2012-6789) Python WSGI application server -------------------------------------------------------------------------------- Update Information: Upstream bugfix release 0.14.6. -------------------------------------------------------------------------------- ChangeLog: * Mon Aug 20 2012 Dan Callaghan <dcall...@redhat.com> - 0.14-6-2 - fix for LimitRequestLine test failure (upstream issue #390) * Wed Aug 1 2012 Dan Callaghan <dcall...@redhat.com> - 0.14.6-1 - upstream bugfix release 0.14.6 * Sat Jul 21 2012 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 0.14.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #843870 - python-gunicorn-0.14.6 is available https://bugzilla.redhat.com/show_bug.cgi?id=843870 -------------------------------------------------------------------------------- ================================================================================ roundcubemail-0.7.3-1.el6 (FEDORA-EPEL-2012-6782) Round Cube Webmail is a browser-based multilingual IMAP client -------------------------------------------------------------------------------- Update Information: Latest upstream, plus patch for XSS CVE-2012-3507. http://trac.roundcube.net/ticket/1488613 -------------------------------------------------------------------------------- ChangeLog: * Mon Aug 20 2012 Jon Ciesla <limburg...@gmail.com> - 0.7.3-1 - 0.7.3, patch for XSS in signature issue, BZ 849616, 849617. * Sat Jul 21 2012 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 0.7.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #849617 - roundcubemail: XSS by processing signatures in HTML mode [epel-6] https://bugzilla.redhat.com/show_bug.cgi?id=849617 -------------------------------------------------------------------------------- ================================================================================ ssmtp-2.61-18.el6 (FEDORA-EPEL-2012-6783) Extremely simple MTA to get mail off the system to a Mailhub -------------------------------------------------------------------------------- Update Information: Should fix https://bugzilla.redhat.com/show_bug.cgi?id=830733 -------------------------------------------------------------------------------- ChangeLog: * Sat Jun 30 2012 Manuel "lonely wolf" Wolfshant <wo...@fedoraproject.org> - 2.61-18 - Apply patch to fix addition of garbage at end of attachments * Sat Jan 14 2012 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 2.61-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Wed Feb 9 2011 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 2.61-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #830733 - Inserts garbage NULL characters in messages https://bugzilla.redhat.com/show_bug.cgi?id=830733 -------------------------------------------------------------------------------- _______________________________________________ epel-devel-list mailing list epel-devel-list@redhat.com https://www.redhat.com/mailman/listinfo/epel-devel-list