From sgallagh at redhat.com Fri Mar 1 13:47:56 2013 From: sgallagh at redhat.com (Stephen Gallagher) Date: Fri, 01 Mar 2013 08:47:56 -0500 Subject: Django-1.5 build In-Reply-To: <1184660987.10635502.1362124578360.JavaMail.root@redhat.com> References: <1184660987.10635502.1362124578360.JavaMail.root@redhat.com> Message-ID: <5130B18C.3000803@redhat.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 03/01/2013 02:56 AM, Bohuslav Kabrda wrote: > ----- Original Message ----- On 02/28/2013 05:46 PM, Stephen > Gallagher wrote: >>>>> That seems to be a good proposal for me. Review request is >>>>> here[1], based on the current python-django package. >>>>> Shouldn't be an issue. For EPEL, we have the Django14 >>>>> package. This shouldn't change there, but we can think >>>>> about introducing provides: python-django14 there. >>>> >>>> >>>> I'm unclear (based on this and your other reply to the list >>>> which came in about ten minutes later). Are you agreed that >>>> we should drop the 'python-django' package and go to >>>> versioned ones exclusively, or are you proposing that we >>>> would eventually turn python-django15 into python-django >>>> (e.g. when python-django16 arrives). > > Actually, I was proposing to have python-django as package to > include every version number, and to introduce a package > python-django%{version-1} package when a new %{version} comes out. > > Now, I'm more attracted to rename the python-django package (yeay, > another Django-rename) to python-django14 and to submit a new > package python-django15 for review. When 1.6 comes out, > python-django14 will get deprecated and python-django16 will be > submitted for review. But still, currently, we're carrying > provides like this: Provides: django = %{version}-%{release} > Provides: Django = %{version}-%{release} and also provide > python-django. The question remains, what to do here, ie. which > package should carry those provides. (probably the then renamed > python-django14 package, to make sure, not to break anything. > > >> I have to disagree with you here. Ideally, we should just have >> one package, python-django, that would be the latest upstream. If >> that is undoable, let's also provide older packages as >> python-django14 etc. But we should still keep the newest Django >> (whichever version that is) in Fedora named python-django. So my >> proposal: - Don't introduce Django 1.5 in Fedora 19, the freeze >> is too close and breakages too many. - Right after branching, >> push Django 1.5 (package python-django) to new rawhide (future >> Fedora 20) with python3-django subpackage. - Work with upstreams >> to get dependent packages fixed before Fedora 20 freeze. - If >> some packages fail to be compatible with Django 1.5 before Fedora >> 20 freeze, just introduce python-django14 package and let them >> use that. > > Well, I'm also looking at EPEL here (though I suppose we could just implement a different solution on that side as well). EPEL has a much longer life than Fedora releases (and much, much longer than the Django upstream release maintenance period). So we need to have a plan in place for how to keep EPEL moving forward sanely. In my humble opinion, we should break things *once* so that packages learn to make a dependency on a specific Django version (by doing a Requires: python-django14) and drop the historical "Django" and unversioned "python-django" Provides from any of the packages. Historically, no Django-consuming package that I am aware of has *ever* successfully moved to the next major Django release without patching. I'd rather that we always maintain both upstream-supported releases in Fedora and EPEL. When a package is ready and prepared to move to the next version, they can change the Requires: line in their spec file. If we maintain the latest as always being the "python-django" package, we are resigning ourselves to dealing with breakage in every cycle. I agree that it's too late in the Fedora 19 cycle to introduce Django 1.5 as "python-django". The breakage would be enormous. However, it's still early enough to accept the one-time breakage of retiring "python-django" and replacing it with "python-django14" and fixing the packages that require it to pick its Requires. Then we could land "python-django15" cleanly. >>>> That's an interesting question... perhaps we should have both >>>> sub-packages install into %{_libexec} and use the >>>> alternatives system to decide which one gets >>>> /usr/bin/django-admin. That's probably a good question for >>>> packaging at lists.fedoraproject.org >>>> > Will do so. >> -- devel mailing list devel at lists.fedoraproject.org >> https://admin.fedoraproject.org/mailman/listinfo/devel > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlEwsYwACgkQeiVVYja6o6OwFgCeLlSOkhci+9iseAXAzjErt3bY lLoAnRHQqcCcvJzkvr++UwuFHVdWyEt5 =NVWf -----END PGP SIGNATURE----- From mrunge at matthias-runge.de Fri Mar 1 15:09:14 2013 From: mrunge at matthias-runge.de (Matthias Runge) Date: Fri, 01 Mar 2013 16:09:14 +0100 Subject: Django-1.5 build In-Reply-To: <5130B18C.3000803@redhat.com> References: <1184660987.10635502.1362124578360.JavaMail.root@redhat.com> <5130B18C.3000803@redhat.com> Message-ID: <5130C49A.6030407@matthias-runge.de> On 03/01/2013 02:47 PM, Stephen Gallagher wrote: > Well, I'm also looking at EPEL here (though I suppose we could just > implement a different solution on that side as well). EPEL has a much > longer life than Fedora releases (and much, much longer than the > Django upstream release maintenance period). So we need to have a plan > in place for how to keep EPEL moving forward sanely. In my humble > opinion, we should break things *once* so that packages learn to make > a dependency on a specific Django version (by doing a Requires: > python-django14) and drop the historical "Django" and unversioned > "python-django" Provides from any of the packages. Well, looking at the Django rename[1],[2], we had several packages left. So, thinking about breaking packages once, I have a really bad feeling, because we still have packages left, absolutely untouched by their maintainers. If we're breaking by intent, we should also be so strict and deprecate all broken packages not fixed by their maintainers in a time-frame of four weeks. I'd like to have Fedora 18+ and EL6(++) packages named consistently. That is currently not the case (python-django in f18, on EPEL Django for the 1.3 version, and Django14 for Django-1.4. Strictly speaking, I should deprecate Django on EPEL more sooner than later, because it won't receive any update from upstream any more. [1] https://fedoraproject.org/wiki/User:Bkabrda/Django_rename [2] https://fedorahosted.org/fpc/ticket/146 -- Matthias Runge From updates at fedoraproject.org Sat Mar 9 01:38:08 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Sat, 09 Mar 2013 01:38:08 +0000 Subject: Fedora EPEL 5 updates-testing report Message-ID: <20130309013808.E5B8120B96@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 5 Security updates need testing: Age URL 321 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5630/bugzilla-3.2.10-5.el5 215 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6608/Django-1.1.4-2.el5 21 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0366/openconnect-4.08-1.el5 14 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0425/nginx-0.8.55-3.el5 The following builds have been pushed to Fedora EPEL 5 updates-testing latex2rtf-2.3.2a-1.el5 libopm-0.1-9.20050731cvs.el5 munin-2.0.11.1-2.el5 opendkim-2.8.0-4.el5 packagedb-cli-1.4.1-1.el5 php-markdown-1.0.1p-1.el5 potrace-1.11-1.el5 viewvc-1.1.18-1.el5 Details about builds: ================================================================================ latex2rtf-2.3.2a-1.el5 (FEDORA-EPEL-2013-0484) LaTeX to RTF converter that handles equations, figures, and cross-references -------------------------------------------------------------------------------- Update Information: Update to newest stable release. Update to newest stable release. Update to newest stable release. Update to newest stable release. Update to newest stable release. -------------------------------------------------------------------------------- ChangeLog: * Wed Feb 27 2013 Susi Lehtola - 2.3.2a-1 - Update to 2.3.2a. * Fri Feb 15 2013 Susi Lehtola - 2.3.2-1 - Update to 2.3.2. * Thu Feb 14 2013 Fedora Release Engineering - 2.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #915216 - latex2rtf-2.3.2a is available https://bugzilla.redhat.com/show_bug.cgi?id=915216 [ 2 ] Bug #911531 - latex2rtf-2.3.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=911531 -------------------------------------------------------------------------------- ================================================================================ libopm-0.1-9.20050731cvs.el5 (FEDORA-EPEL-2013-0492) Blitzed open proxy monitor library -------------------------------------------------------------------------------- Update Information: Rebuild with new doxygen (RHBZ #448293) on RHEL 5.9 to get rid of these multilib/multiarch conflicts -------------------------------------------------------------------------------- References: [ 1 ] Bug #448295 - Many multilib/multiarch conflicts for libopm on EPEL 5 https://bugzilla.redhat.com/show_bug.cgi?id=448295 -------------------------------------------------------------------------------- ================================================================================ munin-2.0.11.1-2.el5 (FEDORA-EPEL-2013-0504) Network-wide graphing framework (grapher/gatherer) -------------------------------------------------------------------------------- Update Information: Minor bug fixes Upstream 2.0.11 -------------------------------------------------------------------------------- ChangeLog: * Fri Feb 22 2013 D. Johnson - 2.0.11.1-2 - BZ# 913111 Removed R:webserver because it pulls boa .. and no clean way to prefer apache. - BZ# 917002 munin-asyncd should wait for munin-node * Sat Feb 9 2013 D. Johnson - 2.0.11.1-1 - Upstream version 2.0.11.1 * Thu Feb 7 2013 D. Johnson - 2.0.11-4 - BZ# 908711 munin-async: wrong path in init script * Wed Feb 6 2013 D. Johnson - 2.0.11-3 - Split out tomcat plugin to remove ruby dep from node. * Mon Feb 4 2013 D. Johnson - 2.0.11-2 - BZ# 907369 revert HTMLOld.pm patch * Sun Feb 3 2013 D. Johnson - 2.0.11-1 - Upstream release 2.0.11 * Mon Jan 21 2013 D. Johnson - 2.0.10-2 - BZ# 896644 Wrong path to munin jar in jmx plugin -------------------------------------------------------------------------------- References: [ 1 ] Bug #913111 - Remove webserver dependency from munin https://bugzilla.redhat.com/show_bug.cgi?id=913111 [ 2 ] Bug #917002 - munin-asyncd should wait for munin-node https://bugzilla.redhat.com/show_bug.cgi?id=917002 [ 3 ] Bug #907369 - Munin HTMLOld.pm is patched with a bad patch from munin track that breaks thread counting https://bugzilla.redhat.com/show_bug.cgi?id=907369 [ 4 ] Bug #896644 - Wrong path to munin jar in jmx plugin https://bugzilla.redhat.com/show_bug.cgi?id=896644 -------------------------------------------------------------------------------- ================================================================================ opendkim-2.8.0-4.el5 (FEDORA-EPEL-2013-0501) A DomainKeys Identified Mail (DKIM) milter to sign and/or verify mail -------------------------------------------------------------------------------- Update Information: Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. -------------------------------------------------------------------------------- ChangeLog: * Wed Feb 27 2013 Steve Jenkins 2.8.0-4 - Added patch from upstream to fix libdb compatibility issues * Tue Feb 26 2013 Steve Jenkins 2.8.0-3 - Split into two spec files: systemd (F17+) and SysV (EL5-6) - systemd-only: Removed leading / from unitdir variables - Removed commented source lines - Created comment sections for easy switching between systemd and SysV * Mon Feb 25 2013 Steve Jenkins 2.8.0-2 - Added / in front of unitdir variables * Thu Feb 21 2013 Steve Jenkins 2.8.0-1 - Happy Birthday to me! :) - Updated to use newer upstream 2.8.0 source code - Migration from SysV initscript to systemd unit file - Added systemd build requirement - Edited comments in default configuration files - Changed default Canonicalization to relaxed/relaxed in config file - Changed default values in EnvironmentFile - Moved program startup options into EnvironmentFile - Moved default key check and generation on startup to external script - Removed AutoRestart directives from default config (systemd will handle) - Incorporated additional variable names throughout spec file - Added support for new opendkim-sysvinit package for legacy SysV systems -------------------------------------------------------------------------------- ================================================================================ packagedb-cli-1.4.1-1.el5 (FEDORA-EPEL-2013-0505) A CLI for pkgdb -------------------------------------------------------------------------------- Update Information: Update to 1.4.1 Update to 1.4.0 -------------------------------------------------------------------------------- ChangeLog: * Thu Feb 28 2013 Pierre-Yves Chibon - 1.4.1-1 - Update to 1.4.1 - Fixes bug #916581 * Thu Feb 21 2013 Pierre-Yves Chibon - 1.4.0-1 - Update to 1.4.0 * Wed Jan 23 2013 Pierre-Yves Chibon - 1.3.0-1 - Update to 1.3.0 -------------------------------------------------------------------------------- ================================================================================ php-markdown-1.0.1p-1.el5 (FEDORA-EPEL-2013-0482) Markdown implementation in PHP -------------------------------------------------------------------------------- Update Information: This is a PHP implementation of John Gruber's Markdown. This is a Python implementation of John Gruber's Markdown. It is almost completely compliant with the reference implementation. -------------------------------------------------------------------------------- References: [ 1 ] Bug #502352 - Review Request: php-markdown - Markdown implementation in PHP https://bugzilla.redhat.com/show_bug.cgi?id=502352 -------------------------------------------------------------------------------- ================================================================================ potrace-1.11-1.el5 (FEDORA-EPEL-2013-0489) Transform bitmaps into vector graphics -------------------------------------------------------------------------------- Update Information: Update to newest stable release. -------------------------------------------------------------------------------- ChangeLog: * Wed Feb 20 2013 Susi Lehtola - 1.11-1 - Update to 1.11. * Thu Feb 14 2013 Fedora Release Engineering - 1.10-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering - 1.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sat Jan 14 2012 Fedora Release Engineering - 1.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #913023 - potrace-1.11 is available https://bugzilla.redhat.com/show_bug.cgi?id=913023 -------------------------------------------------------------------------------- ================================================================================ viewvc-1.1.18-1.el5 (FEDORA-EPEL-2013-0494) Browser interface for CVS and SVN version control repositories -------------------------------------------------------------------------------- Update Information: Update to 1.1.18. - fix exception raised by BDB-backed SVN repositories (issue #519) - hide revision-less files when rcsparse is in use - include branchpoints in branch views using rcsparse (issue #347) - miscellaneous cvsdb improvements: - add --port option to make-database (issue #521) - explicitly name columns in queries (issue #522) - update MySQL syntax to avoid discontinued "TYPE=" terms -------------------------------------------------------------------------------- ChangeLog: * Fri Mar 1 2013 Bojan Smojver - 1.1.18-1 - bump up to 1.1.18 -------------------------------------------------------------------------------- From updates at fedoraproject.org Sat Mar 9 01:38:11 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Sat, 09 Mar 2013 01:38:11 +0000 Subject: Fedora EPEL 6 updates-testing report Message-ID: <20130309013811.6846E20B96@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 6 Security updates need testing: Age URL 509 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2011-4701/supybot-gribble-0.83.4.1-10.el6 321 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5620/bugzilla-3.4.14-2.el6 243 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6348/bcfg2-1.2.3-1.el6 21 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0376/openconnect-4.08-1.el6 14 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0417/Django14-1.4.5-1.el6 14 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0420/awstats-7.0-3.el6 14 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0423/nginx-1.0.15-4.el6 14 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0410/seamonkey-2.16-1.el6 The following builds have been pushed to Fedora EPEL 6 updates-testing asterisk-sounds-core-1.4.23-1.el6 ceph-0.56.3-1.el6 darkserver-0.8-1.el6 fpaste-0.3.7.1-6.el6 gitstats-0-0.4.20130224git0843039.el6 latex2rtf-2.3.2a-1.el6 moodle-2.2.7-1.el6 munin-2.0.11.1-2.el6 novnc-0.4-4.el6 opendkim-2.8.0-4.el6 packagedb-cli-1.4.1-1.el6 php-horde-Horde-Injector-2.0.1-2.el6 php-markdown-1.0.1p-1.el6 pidgin-latex-1.5.0-1.el6 potrace-1.11-1.el6 python-kajiki-0.3.5-1.el6 python-pkgwat-api-0.7-2.el6 python-requests-1.1.0-3.el6 python-tw2-core-2.1.5-3.el6 python-tw2-forms-2.1.4.1-3.el6 python-tw2-sqla-2.0.6-2.el6 python-urllib3-1.5-3.el6 python-urllib3-1.5-4.el6 python-urllib3-1.5-5.el6 rubygem-httpclient-2.3.2-5.el6 siege-2.75-1.el6 tor-0.2.3.25-5.el6 viewvc-1.1.18-1.el6 Details about builds: ================================================================================ asterisk-sounds-core-1.4.23-1.el6 (FEDORA-EPEL-2013-0506) Core sounds for Asterisk -------------------------------------------------------------------------------- Update Information: Update to 1.4.23 -------------------------------------------------------------------------------- ChangeLog: * Thu Feb 28 2013 Jeffrey Ollie - 1.4.23-1 - Update to 1.4.23 * Wed Feb 13 2013 Fedora Release Engineering - 1.4.22-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Jul 18 2012 Fedora Release Engineering - 1.4.22-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Thu Jan 12 2012 Fedora Release Engineering - 1.4.22-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ ceph-0.56.3-1.el6 (FEDORA-EPEL-2013-0487) User space components of the Ceph file system -------------------------------------------------------------------------------- Update Information: Adding ceph to EPEL 6 -------------------------------------------------------------------------------- ================================================================================ darkserver-0.8-1.el6 (FEDORA-EPEL-2013-0481) GNU build-id service -------------------------------------------------------------------------------- Update Information: Here is where you give an explanation of your update. -------------------------------------------------------------------------------- ChangeLog: * Wed Jan 30 2013 Kushal Das - 0.8-1 - Updated the source to 0.8 * Sat Dec 8 2012 Kushal Das - 0.7-1 - Updated the source to 0.7 * Sat Nov 17 2012 Kushal Das - 0.6-1 - Updated the source to 0.6 -------------------------------------------------------------------------------- ================================================================================ fpaste-0.3.7.1-6.el6 (FEDORA-EPEL-2013-0513) A simple tool for pasting info onto fpaste.org -------------------------------------------------------------------------------- Update Information: Make private url default and to use expire option -------------------------------------------------------------------------------- ChangeLog: * Fri Mar 1 2013 Athmane Madjoudj 0.3.7.1-6 - Add a patch to make private url default and use expire option. * Fri Feb 1 2013 Ankur Sinha 0.3.7.1-5 - Update patch to point to fedora fpaste production environment * Fri Oct 19 2012 Ankur Sinha 0.3.7.1-4 - Patch: remove smolt data - Patch: point to fedora staging sticky notes server - THIS UPDATE DOES NOT GO TO STABLE. TESTING ONLY. - Will go to stable when the fedora sticky notes moves to production * Thu Jul 19 2012 Fedora Release Engineering - 0.3.7.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Jan 6 2012 Ankur Sinha - 0.3.7.1-2 - spec bump for gcc 4.7 rebuild * Sun Oct 16 2011 Ankur Sinha - 0.3.7.1-1 - update to new upstream release - drop dependency on xsel (#743311) * Wed Aug 24 2011 Ankur Sinha - 0.3.7-1 - Update to latest upstream release * Thu Apr 14 2011 Ankur Sinha - 0.3.6-1 - Update to new upstream release - Pastes which exceed the server's size limit now error more gracefully - stdin and clipboard descriptions now default to showing a small text summary of the form "beginning ... middle ... end". - sysinfo improvements * Tue Feb 8 2011 Fedora Release Engineering - 0.3.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #916707 - [RFE w/ PATCH] Use expire option and make private default https://bugzilla.redhat.com/show_bug.cgi?id=916707 -------------------------------------------------------------------------------- ================================================================================ gitstats-0-0.4.20130224git0843039.el6 (FEDORA-EPEL-2013-0497) Generates statistics based on GIT repository activity -------------------------------------------------------------------------------- Update Information: Introducing gitstats, for generating statistics about GIT activity. -------------------------------------------------------------------------------- References: [ 1 ] Bug #914996 - Review Request: gitstats - Generates statistics based on GIT repository activity https://bugzilla.redhat.com/show_bug.cgi?id=914996 -------------------------------------------------------------------------------- ================================================================================ latex2rtf-2.3.2a-1.el6 (FEDORA-EPEL-2013-0490) LaTeX to RTF converter that handles equations, figures, and cross-references -------------------------------------------------------------------------------- Update Information: Update to newest stable release. Update to newest stable release. Update to newest stable release. Update to newest stable release. Update to newest stable release. -------------------------------------------------------------------------------- ChangeLog: * Wed Feb 27 2013 Susi Lehtola - 2.3.2a-1 - Update to 2.3.2a. * Fri Feb 15 2013 Susi Lehtola - 2.3.2-1 - Update to 2.3.2. * Thu Feb 14 2013 Fedora Release Engineering - 2.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #915216 - latex2rtf-2.3.2a is available https://bugzilla.redhat.com/show_bug.cgi?id=915216 [ 2 ] Bug #911531 - latex2rtf-2.3.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=911531 -------------------------------------------------------------------------------- ================================================================================ moodle-2.2.7-1.el6 (FEDORA-EPEL-2013-0486) A Course Management System -------------------------------------------------------------------------------- Update Information: Update to 2.2.x branch, 2.1.x branch EOL. -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- ================================================================================ munin-2.0.11.1-2.el6 (FEDORA-EPEL-2013-0499) Network-wide graphing framework (grapher/gatherer) -------------------------------------------------------------------------------- Update Information: Minor bug fixes -------------------------------------------------------------------------------- ChangeLog: * Fri Feb 22 2013 D. Johnson - 2.0.11.1-2 - BZ# 913111 Removed R:webserver because it pulls boa .. and no clean way to prefer apache. - BZ# 917002 munin-asyncd should wait for munin-node -------------------------------------------------------------------------------- References: [ 1 ] Bug #913111 - Remove webserver dependency from munin https://bugzilla.redhat.com/show_bug.cgi?id=913111 [ 2 ] Bug #917002 - munin-asyncd should wait for munin-node https://bugzilla.redhat.com/show_bug.cgi?id=917002 -------------------------------------------------------------------------------- ================================================================================ novnc-0.4-4.el6 (FEDORA-EPEL-2013-0491) VNC client using HTML5 (Web Sockets, Canvas) with encryption support -------------------------------------------------------------------------------- Update Information: - Support /etc/sysconfig/openstack-nova-novncproxy -------------------------------------------------------------------------------- ChangeLog: * Thu Feb 28 2013 P?draig Brady

- 0.4-4 - Support /etc/sysconfig/openstack-nova-novncproxy #916479 * Thu Feb 14 2013 Fedora Release Engineering - 0.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #916479 - openstack-nova-novncproxy does not allow to specify extra parameters during init https://bugzilla.redhat.com/show_bug.cgi?id=916479 -------------------------------------------------------------------------------- ================================================================================ opendkim-2.8.0-4.el6 (FEDORA-EPEL-2013-0503) A DomainKeys Identified Mail (DKIM) milter to sign and/or verify mail -------------------------------------------------------------------------------- Update Information: Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. -------------------------------------------------------------------------------- ChangeLog: * Wed Feb 27 2013 Steve Jenkins 2.8.0-4 - Added patch from upstream to fix libdb compatibility issues * Tue Feb 26 2013 Steve Jenkins 2.8.0-3 - Split into two spec files: systemd (F17+) and SysV (EL5-6) - systemd-only: Removed leading / from unitdir variables - Removed commented source lines - Created comment sections for easy switching between systemd and SysV * Mon Feb 25 2013 Steve Jenkins 2.8.0-2 - Added / in front of unitdir variables * Thu Feb 21 2013 Steve Jenkins 2.8.0-1 - Happy Birthday to me! :) - Updated to use newer upstream 2.8.0 source code - Migration from SysV initscript to systemd unit file - Added systemd build requirement - Edited comments in default configuration files - Changed default Canonicalization to relaxed/relaxed in config file - Changed default values in EnvironmentFile - Moved program startup options into EnvironmentFile - Moved default key check and generation on startup to external script - Removed AutoRestart directives from default config (systemd will handle) - Incorporated additional variable names throughout spec file - Added support for new opendkim-sysvinit package for legacy SysV systems -------------------------------------------------------------------------------- ================================================================================ packagedb-cli-1.4.1-1.el6 (FEDORA-EPEL-2013-0498) A CLI for pkgdb -------------------------------------------------------------------------------- Update Information: Update to 1.4.1 which fixes bug #916581 Update to 1.4.0 Update to 1.4.0 Update to 1.4.0 -------------------------------------------------------------------------------- ChangeLog: * Thu Feb 28 2013 Pierre-Yves Chibon - 1.4.1-1 - Update to 1.4.1 - Fixes bug #916581 * Thu Feb 21 2013 Pierre-Yves Chibon - 1.4.0-1 - Update to 1.4.0 * Wed Jan 23 2013 Pierre-Yves Chibon - 1.3.0-1 - Update to 1.3.0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #916581 - Any modify operation results in "Error: global name 'arg' is not defined" https://bugzilla.redhat.com/show_bug.cgi?id=916581 -------------------------------------------------------------------------------- ================================================================================ php-horde-Horde-Injector-2.0.1-2.el6 (FEDORA-EPEL-2013-0500) Horde dependency injection container -------------------------------------------------------------------------------- Update Information: A dependency injection container for Horde. -------------------------------------------------------------------------------- References: [ 1 ] Bug #909659 - Review Request: php-horde-Horde-Injector - Horde dependency injection container https://bugzilla.redhat.com/show_bug.cgi?id=909659 -------------------------------------------------------------------------------- ================================================================================ php-markdown-1.0.1p-1.el6 (FEDORA-EPEL-2013-0483) Markdown implementation in PHP -------------------------------------------------------------------------------- Update Information: This is a PHP implementation of John Gruber's Markdown. This is a Python implementation of John Gruber's Markdown. It is almost completely compliant with the reference implementation. -------------------------------------------------------------------------------- References: [ 1 ] Bug #502352 - Review Request: php-markdown - Markdown implementation in PHP https://bugzilla.redhat.com/show_bug.cgi?id=502352 -------------------------------------------------------------------------------- ================================================================================ pidgin-latex-1.5.0-1.el6 (FEDORA-EPEL-2013-0485) Use LaTeX formulas in your pidgin conversations -------------------------------------------------------------------------------- Update Information: Update to newest stable release. -------------------------------------------------------------------------------- ChangeLog: * Fri Feb 15 2013 Susi Lehtola - 1.5.0-1 - Update to 1.5.0. * Thu Feb 14 2013 Fedora Release Engineering - 1.4.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #911089 - pidgin-latex-1.5.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=911089 -------------------------------------------------------------------------------- ================================================================================ potrace-1.11-1.el6 (FEDORA-EPEL-2013-0479) Transform bitmaps into vector graphics -------------------------------------------------------------------------------- Update Information: Update to newest stable release. -------------------------------------------------------------------------------- ChangeLog: * Wed Feb 20 2013 Susi Lehtola - 1.11-1 - Update to 1.11. * Thu Feb 14 2013 Fedora Release Engineering - 1.10-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering - 1.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sat Jan 14 2012 Fedora Release Engineering - 1.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #913023 - potrace-1.11 is available https://bugzilla.redhat.com/show_bug.cgi?id=913023 -------------------------------------------------------------------------------- ================================================================================ python-kajiki-0.3.5-1.el6 (FEDORA-EPEL-2013-0512) Really fast well-formed xml templates -------------------------------------------------------------------------------- Update Information: Initial packaging. -------------------------------------------------------------------------------- References: [ 1 ] Bug #914793 - Review Request: python-kajiki - Really fast well-formed xml templates https://bugzilla.redhat.com/show_bug.cgi?id=914793 -------------------------------------------------------------------------------- ================================================================================ python-pkgwat-api-0.7-2.el6 (FEDORA-EPEL-2013-0502) Python API for querying the fedora packages webapp -------------------------------------------------------------------------------- Update Information: New .get api function. -------------------------------------------------------------------------------- ChangeLog: * Thu Feb 28 2013 Ralph Bean - 0.7-2 - Patch to fix syntax error on python3.2. * Thu Feb 28 2013 Ralph Bean - 0.7-1 - Latest upstream with a new "get" function. * Wed Feb 27 2013 Ralph Bean - 0.6-1 - Latest upstream with new functions for querying relationships. - Removed spurious newlines in .spec file. - Modernized with_python3 conditional. * Thu Feb 14 2013 Fedora Release Engineering - 0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ python-requests-1.1.0-3.el6 (FEDORA-EPEL-2013-0496) HTTP library, written in Python, for human beings -------------------------------------------------------------------------------- Update Information: Unbundled libraries -------------------------------------------------------------------------------- ChangeLog: * Thu Feb 28 2013 Ralph Bean - 1.1.0-3 - Unbundled python-urllib3. Using system python-urllib3 now. - Conditionally include python-ordereddict for el6. * Wed Feb 27 2013 Ralph Bean - 1.1.0-2 - Unbundled python-charade/chardet. Using system python-chardet now. - Removed deprecated comments and actions against oauthlib unbundling. Those are no longer necessary in 1.1.0. - Added links to bz tickets over Patch declarations. * Tue Feb 26 2013 Ralph Bean - 1.1.0-1 - Latest upstream. - Relicense to ASL 2.0 with upstream. - Removed cookie handling patch (fixed in upstream tarball). - Updated cert unbundling patch to match upstream. - Added check section, but left it commented out for koji. -------------------------------------------------------------------------------- References: [ 1 ] Bug #915476 - python-requests 1.1.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=915476 [ 2 ] Bug #904623 - bundled libraries https://bugzilla.redhat.com/show_bug.cgi?id=904623 -------------------------------------------------------------------------------- ================================================================================ python-tw2-core-2.1.5-3.el6 (FEDORA-EPEL-2013-0514) Web widget creation toolkit based on TurboGears widgets -------------------------------------------------------------------------------- Update Information: Latest upstream -------------------------------------------------------------------------------- ChangeLog: * Thu Feb 28 2013 Ralph Bean - 2.1.5-3 - Patch for python-markupsafe usage on el6. * Thu Feb 28 2013 Ralph Bean - 2.1.5-2 - Added requirement on python-markupsafe. - Added el6 conditional requirement on python-ordereddict. * Fri Feb 22 2013 Ralph Bean - 2.1.5-1 - Latest upstream * Thu Feb 14 2013 Fedora Release Engineering - 2.0.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Mon Aug 6 2012 Ralph Bean - 2.0.5-4 - Test change for fedmsg hook. * Sat Jul 21 2012 Fedora Release Engineering - 2.0.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #828254 - python-tw2-core-2.1.5 is available https://bugzilla.redhat.com/show_bug.cgi?id=828254 -------------------------------------------------------------------------------- ================================================================================ python-tw2-forms-2.1.4.1-3.el6 (FEDORA-EPEL-2013-0488) Forms for ToscaWidgets2 -------------------------------------------------------------------------------- Update Information: Latest upstream -------------------------------------------------------------------------------- ChangeLog: * Thu Feb 28 2013 Ralph Bean - 2.1.4.1-3 - Rename Jinja2 to jinja2 for el6. * Wed Feb 27 2013 Ralph Bean - 2.1.4.1-2 - Renamed README from .txt to .rst. * Fri Feb 22 2013 Ralph Bean - 2.1.4.1-1 - Latest upstream. * Thu Feb 14 2013 Fedora Release Engineering - 2.0.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering - 2.0.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #828254 - python-tw2-core-2.1.5 is available https://bugzilla.redhat.com/show_bug.cgi?id=828254 -------------------------------------------------------------------------------- ================================================================================ python-tw2-sqla-2.0.6-2.el6 (FEDORA-EPEL-2013-0480) SQLAlchemy database layer for ToscaWidgets2 -------------------------------------------------------------------------------- Update Information: Latest upstream -------------------------------------------------------------------------------- ChangeLog: * Thu Feb 28 2013 Ralph Bean - 2.0.6-2 - Conditionalize tests for rawhide. * Fri Feb 22 2013 Ralph Bean - 2.0.6-1 - Latest upstream. * Thu Feb 14 2013 Fedora Release Engineering - 2.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering - 2.0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #828254 - python-tw2-core-2.1.5 is available https://bugzilla.redhat.com/show_bug.cgi?id=828254 [ 2 ] Bug #914417 - python-tw2-sqla: FTBFS in rawhide https://bugzilla.redhat.com/show_bug.cgi?id=914417 -------------------------------------------------------------------------------- ================================================================================ python-urllib3-1.5-3.el6 (FEDORA-EPEL-2013-0509) Python HTTP library with thread-safe connection pooling and file post -------------------------------------------------------------------------------- Update Information: Initial packaging. -------------------------------------------------------------------------------- References: [ 1 ] Bug #907688 - Review Request: python-urllib3 - Python HTTP library with thread-safe connection pooling and file post https://bugzilla.redhat.com/show_bug.cgi?id=907688 -------------------------------------------------------------------------------- ================================================================================ python-urllib3-1.5-4.el6 (FEDORA-EPEL-2013-0511) Python HTTP library with thread-safe connection pooling and file post -------------------------------------------------------------------------------- Update Information: Fix overwritten Accept header when proxy is used -------------------------------------------------------------------------------- References: [ 1 ] Bug #916725 - running fedora-easy-karma returns a python error https://bugzilla.redhat.com/show_bug.cgi?id=916725 -------------------------------------------------------------------------------- ================================================================================ python-urllib3-1.5-5.el6 (FEDORA-EPEL-2013-0508) Python HTTP library with thread-safe connection pooling and file post -------------------------------------------------------------------------------- Update Information: * Unbundle python-backports-ssl_match_hostname. Package now has no bundled libraries -------------------------------------------------------------------------------- ================================================================================ rubygem-httpclient-2.3.2-5.el6 (FEDORA-EPEL-2013-0510) HTTP Client interface for ruby -------------------------------------------------------------------------------- Update Information: Newpackage -------------------------------------------------------------------------------- ================================================================================ siege-2.75-1.el6 (FEDORA-EPEL-2013-0493) HTTP regression testing and benchmarking utility -------------------------------------------------------------------------------- Update Information: upstream 2.75 upstream 2.74 -------------------------------------------------------------------------------- ChangeLog: * Fri Mar 1 2013 Christof Damian - 2.75-1 - updstream 2.75 * Sat Feb 23 2013 Christof Damian - 2.74-1 - upstream 2.74 * Thu Feb 14 2013 Fedora Release Engineering - 2.72-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering - 2.72-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #907645 - siege cannot connect to local machines https://bugzilla.redhat.com/show_bug.cgi?id=907645 [ 2 ] Bug #909196 - siege-2.74 is available https://bugzilla.redhat.com/show_bug.cgi?id=909196 -------------------------------------------------------------------------------- ================================================================================ tor-0.2.3.25-5.el6 (FEDORA-EPEL-2013-0495) Anonymizing overlay network for TCP (The onion router) -------------------------------------------------------------------------------- Update Information: Add torsocks to Requires -------------------------------------------------------------------------------- ChangeLog: * Wed Feb 27 2013 Jamie Nguyen - 0.2.3.25-5 - add torsocks to Requires -------------------------------------------------------------------------------- ================================================================================ viewvc-1.1.18-1.el6 (FEDORA-EPEL-2013-0507) Browser interface for CVS and SVN version control repositories -------------------------------------------------------------------------------- Update Information: Update to 1.1.18. - fix exception raised by BDB-backed SVN repositories (issue #519) - hide revision-less files when rcsparse is in use - include branchpoints in branch views using rcsparse (issue #347) - miscellaneous cvsdb improvements: - add --port option to make-database (issue #521) - explicitly name columns in queries (issue #522) - update MySQL syntax to avoid discontinued "TYPE=" terms -------------------------------------------------------------------------------- ChangeLog: * Fri Mar 1 2013 Bojan Smojver - 1.1.18-1 - bump up to 1.1.18 -------------------------------------------------------------------------------- From updates at fedoraproject.org Sat Mar 9 19:23:24 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Sat, 09 Mar 2013 19:23:24 +0000 Subject: Fedora EPEL 5 updates-testing report Message-ID: <20130309192324.EDDA020D72@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 5 Security updates need testing: Age URL 321 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5630/bugzilla-3.2.10-5.el5 216 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6608/Django-1.1.4-2.el5 22 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0366/openconnect-4.08-1.el5 15 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0425/nginx-0.8.55-3.el5 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0518/euca2ools-2.1.3-1.el5 The following builds have been pushed to Fedora EPEL 5 updates-testing drupal7-7.21-1.el5 euca2ools-2.1.3-1.el5 hatools-2.14-1.2.el5 kyotocabinet-1.2.76-3.el5 latex2rtf-2.3.3-1.el5 lcgdm-dav-0.12.1-2.el5 lis-1.3.31-1.el5 lis-1.3.32-1.el5 lsyncd-2.1.4-3.el5 mozilla-https-everywhere-3.1.4-1.el5 nagios-plugins-lcgdm-0.9.5-1.el5 nordugrid-arc-2.0.1-4.el5 packagedb-cli-1.4.1-2.el5 php53-mapi-7.0.13-1.el5 python-auth-credential-1.0-1.el5 python-bugzilla-0.8.0-2.el5 python-messaging-1.0-1.el5 root-5.28.00h-3.el5 spacecmd-1.9.4-1.el5 xrootd-3.3.1-1.el5 zabbix20-2.0.5-2.el5 zarafa-7.0.13-1.el5 Details about builds: ================================================================================ drupal7-7.21-1.el5 (FEDORA-EPEL-2013-0577) An open-source content-management platform -------------------------------------------------------------------------------- Update Information: New Drupal release, http://drupal.org/drupal-7.21-release-notes. New upstream 7.20, resolves SA-CORE-2013-002. Release notes upstream: http://drupal.org/drupal-7.20-release-notes -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 7 2013 Peter Borsa - 7.21-1 - 7.21 * Thu Feb 21 2013 Paul W. Frields - 7.20-1 - 7.20, SA-CORE-2013-002 (#913403) * Fri Jan 25 2013 Jon Ciesla - 7.19-2 - README update for cron_key, BZ 902234. -------------------------------------------------------------------------------- References: [ 1 ] Bug #918902 - drupal7-7.21 is available https://bugzilla.redhat.com/show_bug.cgi?id=918902 [ 2 ] Bug #913403 - drupal7-7.20 is available https://bugzilla.redhat.com/show_bug.cgi?id=913403 -------------------------------------------------------------------------------- ================================================================================ euca2ools-2.1.3-1.el5 (FEDORA-EPEL-2013-0518) Eucalyptus/AWS-compatible command line tools -------------------------------------------------------------------------------- Update Information: This update adds support for the new signature method introduced in Eucalyptus 3.2.1. It also includes several bugfixes. -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 4 2013 Garrett Holmstrom - 2.1.3-1 - Upstream update (2.1.3) [RH:916716] - Fix euare-useraddpolicy --delegate * Wed Feb 13 2013 Fedora Release Engineering - 2.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #916716 - Update euca2ools to 2.1.3 https://bugzilla.redhat.com/show_bug.cgi?id=916716 -------------------------------------------------------------------------------- ================================================================================ hatools-2.14-1.2.el5 (FEDORA-EPEL-2013-0569) Improved shell scripting in High Availability environment -------------------------------------------------------------------------------- Update Information: Push hatools to EL-5 and EL-6 again. -------------------------------------------------------------------------------- ================================================================================ kyotocabinet-1.2.76-3.el5 (FEDORA-EPEL-2013-0542) A straightforward implementation of DBM -------------------------------------------------------------------------------- Update Information: Kyoto Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. Each key must be unique within a database. And there is neither concept of data tables nor data types. Records are organized in hash table or B+ tree. -------------------------------------------------------------------------------- References: [ 1 ] Bug #894581 - Please rebuild kyotocabinet for EPEL 5 and 6 https://bugzilla.redhat.com/show_bug.cgi?id=894581 -------------------------------------------------------------------------------- ================================================================================ latex2rtf-2.3.3-1.el5 (FEDORA-EPEL-2013-0585) LaTeX to RTF converter that handles equations, figures, and cross-references -------------------------------------------------------------------------------- Update Information: Update to newest stable release. Update to newest stable release. Update to newest stable release. Update to newest stable release. Update to newest stable release. Update to newest stable release. Update to newest stable release. Update to newest stable release. Update to newest stable release. Update to newest stable release. Update to newest stable release. -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 6 2013 Susi Lehtola - 2.3.3-1 - Update to 2.3.3. * Wed Feb 27 2013 Susi Lehtola - 2.3.2a-1 - Update to 2.3.2a. * Fri Feb 15 2013 Susi Lehtola - 2.3.2-1 - Update to 2.3.2. * Thu Feb 14 2013 Fedora Release Engineering - 2.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #916533 - latex2rtf-2.3.3 is available https://bugzilla.redhat.com/show_bug.cgi?id=916533 [ 2 ] Bug #915216 - latex2rtf-2.3.2a is available https://bugzilla.redhat.com/show_bug.cgi?id=915216 [ 3 ] Bug #911531 - latex2rtf-2.3.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=911531 -------------------------------------------------------------------------------- ================================================================================ lcgdm-dav-0.12.1-2.el5 (FEDORA-EPEL-2013-0587) HTTP/DAV front end to the DPM/LFC services -------------------------------------------------------------------------------- Update Information: Upstream patch: mod_lcgdm_disk url-decodes received parameters - fix for a frequent segfault Update for new upstream release Update for new upstream release Update for new upstream release Update for new upstream release - fix for a frequent segfault Update for new upstream release Update for new upstream release Update for new upstream release Update for new upstream release - fix for a frequent segfault Update for new upstream release Update for new upstream release Update for new upstream release Update for new upstream release - fix for a frequent segfault Update for new upstream release Update for new upstream release Update for new upstream release Update for new upstream release -------------------------------------------------------------------------------- ChangeLog: * Tue Mar 5 2013 Alejandro Alvarez - 0.12.1-2 - Upstream patch: mod_lcgdm_disk url-decodes received parameters * Fri Feb 8 2013 Ricardo Rocha - 0.12.1-1 - Update for new upstream release (patch for segfault) * Wed Feb 6 2013 Ricardo Rocha - 0.12.0-1 - Update for new upstream release * Tue Jan 29 2013 Ricardo Rocha - 0.11.0-2 - Added patch for apache 2.4 api change -------------------------------------------------------------------------------- ================================================================================ lis-1.3.31-1.el5 (FEDORA-EPEL-2013-0557) A library for solving linear equations and eigenvalue problems -------------------------------------------------------------------------------- Update Information: Update to 1.3.31 by request of upstream. -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 4 2013 Susi Lehtola - 1.3.31-1 - Update to 1.3.31. * Thu Feb 14 2013 Fedora Release Engineering - 1.2.115-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #858575 - lis-1.3.31 is available https://bugzilla.redhat.com/show_bug.cgi?id=858575 -------------------------------------------------------------------------------- ================================================================================ lis-1.3.32-1.el5 (FEDORA-EPEL-2013-0548) A library for solving linear equations and eigenvalue problems -------------------------------------------------------------------------------- Update Information: Update to 1.3.32. -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 4 2013 Susi Lehtola - 1.3.32-1 - Update to 1.3.32. * Mon Mar 4 2013 Susi Lehtola - 1.3.31-1 - Update to 1.3.31. * Thu Feb 14 2013 Fedora Release Engineering - 1.2.115-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #858575 - lis-1.3.31 is available https://bugzilla.redhat.com/show_bug.cgi?id=858575 -------------------------------------------------------------------------------- ================================================================================ lsyncd-2.1.4-3.el5 (FEDORA-EPEL-2013-0531) File change monitoring and synchronization daemon -------------------------------------------------------------------------------- Update Information: Fix a scriptlet error, and comment-out LSYNCD_OPTIONS from /etc/sysconfig/lsyncd by default -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 7 2013 Rex Dieter 2.1.4-3 - error on installation due to incomplete mkdir command in post install RPM scriptlet (#908151) * Sat Feb 16 2013 Paul Wouters - 2.1.4-2 - Comment out the LSYNCD_OPTIONS options per default, it accidentally caused the options from the initscript/systemd service to ignored -------------------------------------------------------------------------------- References: [ 1 ] Bug #908151 - lsyncd throws error on installation due to incomplete mkdir command in post install RPM scriptlet https://bugzilla.redhat.com/show_bug.cgi?id=908151 -------------------------------------------------------------------------------- ================================================================================ mozilla-https-everywhere-3.1.4-1.el5 (FEDORA-EPEL-2013-0525) HTTPS/HSTS enforcement extension for Mozilla Firefox and SeaMonkey -------------------------------------------------------------------------------- Update Information: - The circles are stable releasee - Fixes: - AmazonAWS/Atomsforpeace.info, Disqus, Eventbrite, ImageShack.us, MySQL, NuGet, NYTimes, Ooyala, Opera, Scientific American, SourceForge, University of Southampton, UserVoice, WebType, Zendesk - https://trac.torproject.org/projects/tor/ticket/8056 - https://trac.torproject.org/projects/tor/ticket/8349 - https://trac.torproject.org/projects/tor/ticket/7690 - https://trac.torproject.org/projects/tor/ticket/8025 - http://bugs.mysql.com/bug.php?id=67311 - https://trac.torproject.org/projects/tor/ticket/7615 - https://trac.torproject.org/projects/tor/ticket/8077 - https://trac.torproject.org/projects/tor/ticket/8199 - https://trac.torproject.org/projects/tor/ticket/8198 - Disable broken: - American Public Media (for real this time), Asymmetric Publications, Salsa Labs, Vimeo - https://trac.torproject.org/projects/tor/ticket/7650 - https://trac.torproject.org/projects/tor/ticket/8280 - https://trac.torproject.org/projects/tor/ticket/7569 - Update cert whitelist -------------------------------------------------------------------------------- ChangeLog: * Fri Mar 8 2013 Russell Golden - 3.1.4-1 - The circles are stable releasee - Fixes: - AmazonAWS/Atomsforpeace.info, Disqus, Eventbrite, ImageShack.us, MySQL, NuGet, NYTimes, Ooyala, Opera, Scientific American, SourceForge, University of Southampton, UserVoice, WebType, Zendesk - https://trac.torproject.org/projects/tor/ticket/8056 - https://trac.torproject.org/projects/tor/ticket/8349 - https://trac.torproject.org/projects/tor/ticket/7690 - https://trac.torproject.org/projects/tor/ticket/8025 - http://bugs.mysql.com/bug.php?id=67311 - https://trac.torproject.org/projects/tor/ticket/7615 - https://trac.torproject.org/projects/tor/ticket/8077 - https://trac.torproject.org/projects/tor/ticket/8199 - https://trac.torproject.org/projects/tor/ticket/8198 - Disable broken: - American Public Media (for real this time), Asymmetric Publications, Salsa Labs, Vimeo - https://trac.torproject.org/projects/tor/ticket/7650 - https://trac.torproject.org/projects/tor/ticket/8280 - https://trac.torproject.org/projects/tor/ticket/7569 - Update cert whitelist * Thu Feb 14 2013 Fedora Release Engineering - 3.1.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ nagios-plugins-lcgdm-0.9.5-1.el5 (FEDORA-EPEL-2013-0540) Nagios probes to be run remotely against DPM / LFC nodes -------------------------------------------------------------------------------- Update Information: Update for new upstream release -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 6 2013 Alejandro Alvarez - 0.9.5-1 - Update for new upstream release * Thu Feb 14 2013 Fedora Release Engineering - 0.9.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ nordugrid-arc-2.0.1-4.el5 (FEDORA-EPEL-2013-0549) Advanced Resource Connector Grid Middleware -------------------------------------------------------------------------------- Update Information: Update to xrootd 3.3.1. http://xrootd.cern.ch/cgi-bin/cgit.cgi/xrootd/tree/docs/ReleaseNotes.txt?id=v3.3.1 -------------------------------------------------------------------------------- ChangeLog: * Fri Mar 8 2013 Mattias Ellert - 2.0.1-4 - Rebuild for xrootd 3.3 * Thu Feb 14 2013 Fedora Release Engineering - 2.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ packagedb-cli-1.4.1-2.el5 (FEDORA-EPEL-2013-0544) A CLI for pkgdb -------------------------------------------------------------------------------- Update Information: Backport patch from upstream that removed debugging code and re-allowed pkgdb-cli to work... Update to 1.4.1 which fixes bug #916581 Update to 1.4.0 Update to 1.4.0 Update to 1.4.0 Update to 1.4.1 which fixes bug #916581 Update to 1.4.0 Update to 1.4.0 Update to 1.4.0 -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 7 2013 Pierre-Yves Chibon - 1.4.1-2 - Backport 0001-Reverse-debuggingchanges.patch from upstream repo (fixes bz#918909) * Thu Feb 28 2013 Pierre-Yves Chibon - 1.4.1-1 - Update to 1.4.1 - Fixes bug #916581 * Thu Feb 21 2013 Pierre-Yves Chibon - 1.4.0-1 - Update to 1.4.0 * Wed Jan 23 2013 Pierre-Yves Chibon - 1.3.0-1 - Update to 1.3.0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #918909 - update operation terminates immediately https://bugzilla.redhat.com/show_bug.cgi?id=918909 [ 2 ] Bug #916581 - Any modify operation results in "Error: global name 'arg' is not defined" https://bugzilla.redhat.com/show_bug.cgi?id=916581 -------------------------------------------------------------------------------- ================================================================================ php53-mapi-7.0.13-1.el5 (FEDORA-EPEL-2013-0537) The PHP MAPI extension by Zarafa -------------------------------------------------------------------------------- Update Information: Zarafa Collaboration Platform 7.0.13 final [41388] ================================================== Backend ------- - ZCP-11390, ZCP-11372: RDATE in VTIMEZONE definition is not handled - ZCP-11378, ZCP-11280: Meeting requests created on iPhone shifted one hour - ZCP-11479, ZCP-11466: No EULA for the muc in all rpm packages - ZCP-11399, ZCP-11384: Timezone in southern hemisphere is 1 hour off due incorrect DST - ZCP-11392, ZCP-11295: Segfault zarafa-server 7.0.10 - ZCP-11124, ZCP-11032: Outlook 2013 keeps checking free/busy information - ZCP-11483, ZCP-11263: zarafa-server segfault 7.1.2 - ZCP-11459, ZCP-11444: Slow startup due to many search folders is not clearly visible in the logfile - ZCP-11447, ZCP-11442: Shutdown request when not yet fully running might segfault WebAccess --------- - ZCP-11362, ZCP-11298: Add "Accept and Close" button to spellchecker -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Robert Scheck 7.0.13-1 - Upgrade to 7.0.13 -------------------------------------------------------------------------------- ================================================================================ python-auth-credential-1.0-1.el5 (FEDORA-EPEL-2013-0526) Python abstraction of a credential -------------------------------------------------------------------------------- Update Information: Updating to upstream version 1.0. -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 4 2013 Massimo Paladin - 1.0-1 - Upgrading to upstream version 1.0. * Thu Feb 14 2013 Fedora Release Engineering - 0.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Aug 3 2012 David Malcolm - 0.6-3 - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 * Sat Jul 21 2012 Fedora Release Engineering - 0.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ python-bugzilla-0.8.0-2.el5 (FEDORA-EPEL-2013-0517) A python library for interacting with Bugzilla -------------------------------------------------------------------------------- Update Information: * Don't upload scrambled attachments (bz #915318) * Rebased to version 0.8.0 * Drop most usage of non-upstream RH Bugzilla API * Test suite improvements, nearly complete code coverage * Fix all open bug reports and RFEs -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 4 2013 Cole Robinson - 0.8.0-2 - Don't upload scrambled attachments (bz #915318) * Fri Feb 15 2013 Cole Robinson - 0.8.0-1 - Rebased to version 0.8.0 - Drop most usage of non-upstream RH Bugzilla API - Test suite improvements, nearly complete code coverage - Fix all open bug reports and RFEs -------------------------------------------------------------------------------- ================================================================================ python-messaging-1.0-1.el5 (FEDORA-EPEL-2013-0547) Python abstraction of a "message" -------------------------------------------------------------------------------- Update Information: Updating to upstream version 1.0. -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 4 2013 Massimo Paladin - 1.0-1 - Upgrading to upstream version 1.0. * Thu Feb 14 2013 Fedora Release Engineering - 0.10-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Aug 4 2012 David Malcolm - 0.10-3 - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 * Sat Jul 21 2012 Fedora Release Engineering - 0.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ root-5.28.00h-3.el5 (FEDORA-EPEL-2013-0549) Numerical data analysis framework -------------------------------------------------------------------------------- Update Information: Update to xrootd 3.3.1. http://xrootd.cern.ch/cgi-bin/cgit.cgi/xrootd/tree/docs/ReleaseNotes.txt?id=v3.3.1 -------------------------------------------------------------------------------- ChangeLog: * Sat Mar 2 2013 Mattias Ellert - 5.28.00h-3 - Rebuild for xrootd 3.3 - Backport gfal fixes -------------------------------------------------------------------------------- ================================================================================ spacecmd-1.9.4-1.el5 (FEDORA-EPEL-2013-0533) Command-line interface to Spacewalk and Satellite servers -------------------------------------------------------------------------------- Update Information: Rebase to spacecmd from Spacewalk 1.9 -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Aron Parsons 1.9.4-1 - spacecmd: allow globbing in activationkey_{en,dis}able - spacecmd: add functions to disable/enable activation keys * Sun Mar 3 2013 Aron Parsons 1.9.3-1 - update email addresses in copyright notices - update copyright years - add new function softwarechannel_syncrepos - add new function repo_updateurl - add new function repo_rename - add new function repo_create - add new function repo_delete - remove some commented out code - print the list of systems in system_runscript - print the list of systems in system_reboot - return a unique set from expand_systems - print a clearer error message when duplicate system names are found - standardize the behavior for when a system ID is not returned - add a delay before regenerating the system cache after a delete - handle binary files correctly in configfile_getinfo - print the name in the confirmation message of snippet_create - don't exit when invalid arguments are passed to a function - don't reuse variable names in parse_arguments - print the function's help message when -h in the argument list - print file path in package_details * Thu Feb 28 2013 Michael Mraka 1.9.2-1 - fixing broken export of configchannels with symlinks * Mon Feb 18 2013 Tomas Lestach 1.9.1-1 - sort export_kickstart_getdetails right after fetching - Bumping package versions for 1.9. * Sat Sep 29 2012 Aron Parsons 1.8.15-1 - spacecmd: add functions to manage repo filters * Wed Aug 29 2012 Aron Parsons 1.8.14-1 - spacecmd: prevent outputting escape sequences to non-terminals * Sun Aug 12 2012 Aron Parsons 1.8.13-1 - spacecmd: add system_schedule{hardware,package}refresh functions Signed-off- by: Aron Parsons * Fri Aug 10 2012 Jan Pazdziora 1.8.12-1 - Fixed small typo in spacecmd/src/lib/kickstart.py * Mon Jul 9 2012 Michael Mraka 1.8.11-1 - spacecmd : Fix kickstart_export with old API versions * Fri Jun 22 2012 Jan Pazdziora 1.8.10-1 - spacecmd : enhancement add configchannel_sync - spacecmd : enhancement add softwarechannel_sync * Thu May 31 2012 Stephen Herr 1.8.9-1 - 809905 - fixing chroot option for addscript, is now possible to not chroot in non-interactive mode * Thu May 24 2012 Steven Hardy 1.8.8-1 - spacecmd bugfix : kickstart_getcontents fix character encoding error - spacecmd bugfix: activationkey_import don't add empty package/group lists - spacecmd bugfix : fix activationkey_import when no base-channel specified - spacecmd bugfix : Fix reference to non-existent variable - spacecmd bugfix : improve configchannel_export operation on old API versions - spacecmd bugfix : *diff functions allow python 2.4 compatibility * Tue May 15 2012 Aron Parsons 1.8.7-1 - changed get_string_diff_dicts to better fitting replacement method - bugfix and comment clarification - bugfix: remove reference to stage function - add do_SPACEWALKCOMPONENT_diff functions - print return values * Tue May 15 2012 Steven Hardy 1.8.6-1 - spacecmd bugfix : system_comparewithchannel filter system packagelist - spacecmd bugfix : argument validation needed for configchannel_addfile - spacecmd bugfix : configchannel_addfile don't display b64 file contents * Fri Apr 27 2012 Steven Hardy 1.8.5-1 - spacecmd : enhancement add system_addconfigfile (shardy at redhat.com) - spacecmd : move file_needs_b64_enc into utils (shardy at redhat.com) - spacecmd : Fix usage for configchannel_addfile (shardy at redhat.com) - spacecmd : enhancement Add system_listconfigfiles (shardy at redhat.com) * Sat Apr 14 2012 Aron Parsons 1.8.4-1 - spacecmd: pretty-print JSON output - spacecmd: cosmetics * Thu Apr 5 2012 Stephen Herr 1.8.3-1 - 809905 - add option to allow templating for spacecmd kickstarting (sherr at redhat.com) * Thu Mar 29 2012 Steven Hardy 1.8.2-1 - spacecmd : softwarechannel_clone avoid ISE on duplicate name (shardy at redhat.com) - spacecmd bugfix : softwarechannel_adderrata mergeErrata should be cloneErrataAsOriginal (shardy at redhat.com) - spacecmd enhancement : Add globbing support to distribution_details (shardy at redhat.com) - spacecmd enhancement : Add globbing support to distribution_delete (shardy at redhat.com) - spacecmd : Cleanup some typos in comments (shardy at redhat.com) - spacecmd enhancement : custominfo_details add support for globbing key names (shardy at redhat.com) - spacecmd enhancement : custominfo_deletekey add support for globbing key names (shardy at redhat.com) - spacecmd enhancement : Add cryptokey_details globbing support (shardy at redhat.com) - spacecmd enhancement : cryptokey_delete add support for globbing (shardy at redhat.com) - spacecmd : Workaround missing date key in recent spacewalk listErrata (shardy at redhat.com) - spacecmd : Add validation to softwarechannel_adderrata channel args (shardy at redhat.com) - spacecmd enhancement : softwarechannel_adderrata add --skip mode (shardy at redhat.com) - spacecmd enhancement : Add --quick mode to softwarechannel_adderrata (shardy at redhat.com) - spacecmd enhancement : Allow config-channel export of b64 encoded files (shardy at redhat.com) * Mon Mar 12 2012 Jan Pazdziora 1.8.1-1 - Update the spacecmd copyright years for Red Hat contributions. * Mon Feb 27 2012 Steven Hardy 1.7.7-1 - spacecmd : activationkey_details print child channels and packages sorted (joerg.steffens at dass-it.de) - spacecmd bugfix : softwarechannel_adderrata use cloneAsOriginal (shardy at redhat.com) - spacecmd enhancement : Add errata_findbycve function (shardy at redhat.com) - spacecmd enhancement : configchannel_delete add support for globbing (shardy at redhat.com) - spacecmd : Fix error in do_activationkey_export comment (shardy at redhat.com) - spacecmd enhancement : activationkey_delete add support for globbing (shardy at redhat.com) - spacecmd bugfix : softwarechannel_addpackages validate channel arg (shardy at redhat.com) * Mon Feb 27 2012 Jan Pazdziora 1.7.6-1 - 769430 - avoid using the quoted string, parse it first. * Sun Feb 19 2012 Steven Hardy 1.7.5-1 - spacecmd bugfix : bz766887 - user_create fix broken --pam option (shardy at redhat.com) - spacecmd bugfix: recover when partial cache files occur (shardy at redhat.com) - spacecmd enhancement : softwarechannel_adderratabydate add publish option (shardy at redhat.com) - spacecmd : Add usage help on date format for softwarechannel_adderratabydate (shardy at redhat.com) - spacecmd enhancement : Add softwarechanel_listerratabydate command (shardy at redhat.com) - spacecmd : Add warning to kickstart_import if JSON filename is passed (shardy at redhat.com) - spacecmd enhancement: Add kickstart_importjson (shardy at redhat.com) - spacecmd enhancement: Add kickstart_export command (shardy at redhat.com) - spacecmd enhancement: Add system_comparewithchannel command (shardy at redhat.com) - spacecmd bugfix: Don't display password in debug mode (shardy at redhat.com) * Tue Feb 14 2012 Aron Parsons 1.7.4-1 - spacecmd: handle server connection failures more gracefully (aronparsons at gmail.com) * Mon Jan 23 2012 Aron Parsons 1.7.3-1 - spacecmd bugfix: configchannel_addfile fail nicely when no channel arg (shardy at redhat.com) - spacecmd enhancement: Align configchannel_addfile usage (shardy at redhat.com) - spacecmd enhancement: Add softwarechannel_listlatestpackages command (shardy at redhat.com) - spacecmd bugfix: configchannel_import detect trailing newlines (shardy at redhat.com) - spacecmd bugfix: configchannel_import flag error when binary file can't be imported (shardy at redhat.com) - spacecmd bugfix: system_runscript fix type when passing timeout argument (shardy at redhat.com) - spacecmd enhancement : configchannel_addfile automatically detect trailing newlines (shardy at redhat.com) - spacecmd enhancement : make configchannel_addfile handle binary files (shardy at redhat.com) * Mon Jan 16 2012 Aron Parsons 1.7.2-1 - spacecmd enhancement : multiple delete for kickstart_delete (shardy at redhat.com) - spacecmd bugfix : filter_results don't match substrings without wildcard (shardy at redhat.com) * Sun Jan 15 2012 Aron Parsons 1.7.1-1 - spacecmd enhancement : Add activationkey_setusagelimit (shardy at redhat.com) - spacecmd bugfix : activationkey_setuniversaldefault zeros unlimited usage (shardy at redhat.com) - spacecmd bugfix : activationkey_setbasechannel zeros unlimited usage (shardy at redhat.com) - spacecmd enhancement: activationkey_details add usage_limit (shardy at redhat.com) - spacecmd enhancement : Add softwarechannel_clonetree command (shardy at redhat.com) - spacecmd enhancement : softwarechannel_clone add regex mode (shardy at redhat.com) - spacecmd enhancement : softwarechannel_clone add option to copy gpg details (shardy at redhat.com) - spacecmd enhancement : softwarechannel_listchildchannels add verbose mode (shardy at redhat.com) - spacecmd enhancement : softwarechannel_listbasechannels add verbose mode (shardy at redhat.com) - spacecmd documentation : Fix manpage help for a particular command (shardy at redhat.com) - spacecmd enhancement : softwarechannel_listchildchannels list specific children (shardy at redhat.com) - spacecmd enhancement : Modify activationkey_clone to allow globbing (shardy at redhat.com) - spacecmd bugfix : configchannel_clone fix some variable names (shardy at redhat.com) - Bumping package versions for 1.7. (mzazrivec at redhat.com) * Fri Dec 16 2011 Aron Parsons 1.6.11-1 - fix login for clear_caches to avoid error (shardy at redhat.com) * Sun Dec 11 2011 Aron Parsons 1.6.10-1 - spacecmd: fix typo in activationkey_export help (shardy at redhat.com) - spacecmd: add configchannel_clone command (shardy at redhat.com) - spacecmd: add configchannel_import command (shardy at redhat.com) - spacecmd: add configchannel_export command (shardy at redhat.com) * Wed Nov 23 2011 Aron Parsons 1.6.9-1 - spacecmd: fix some errors in system_runscript (parsonsa at bit-sys.com) - spacecmd: changed some non-critical errors to warnings (parsonsa at bit-sys.com) - spacecmd: cleaned up error messages (parsonsa at bit-sys.com) - spacecmd: activationkey_clone cleanup (parsonsa at bit-sys.com) - spacecmd enhancement : Add activationkey_clone command (shardy at redhat.com) - spacecmd enhancement : Add activationkey_import command (shardy at redhat.com) - spacecmd enhancement : Add activationkey_export command (shardy at redhat.com) * Wed Nov 23 2011 Aron Parsons - spacecmd: fix some errors in system_runscript (parsonsa at bit-sys.com) - spacecmd: changed some non-critical errors to warnings (parsonsa at bit-sys.com) - spacecmd: cleaned up error messages (parsonsa at bit-sys.com) - spacecmd: activationkey_clone cleanup (parsonsa at bit-sys.com) - spacecmd enhancement : Add activationkey_clone command (shardy at redhat.com) - spacecmd enhancement : Add activationkey_import command (shardy at redhat.com) - spacecmd enhancement : Add activationkey_export command (shardy at redhat.com) * Wed Nov 16 2011 Aron Parsons 1.6.7-1 - spacecmd: remove comma from softwarechannel_setorgaccess output (aparsons at redhat.com) - spacecmd: add tab completion to softwarechannel_{get,set}orgaccess (aparsons at redhat.com) - spacecmd enhancement : add softwarechannel_getorgaccess command (shardy at redhat.com) - spacecmd enhancement : add softwarechannel_setorgaccess command (shardy at redhat.com) - spacecmd enhancement : softwarechannel_list add tree pretty print option (shardy at redhat.com) - spacecmd enhancement : softwarechannel_list add verbose mode (shardy at redhat.com) * Mon Oct 24 2011 Aron Parsons 1.6.6-1 - spacecmd: use correct variable in system_reboot (parsonsa at bit-sys.com) * Wed Sep 28 2011 Aron Parsons 1.6.5-1 - spacecmd: wrong argument in distribution_create help message (parsonsa at bit- sys.com) - Automatic commit of package [spacecmd] release [1.6.4-1]. (parsonsa at bit- sys.com) - spacecmd: added softwarechannel_regenerateyumcache (parsonsa at bit-sys.com) * Fri Sep 23 2011 Aron Parsons 1.6.4-1 - spacecmd: added softwarechannel_regenerateyumcache (parsonsa at bit-sys.com) * Thu Aug 11 2011 Miroslav Such? 1.6.3-1 - do not mask original error by raise in execption * Thu Aug 4 2011 Aron Parsons 1.6.2-1 - Enable new 'api' module (satoru.satoh at gmail.com) - add utility routines for new 'api' module (satoru.satoh at gmail.com) - add api module to spacecmd (satoru.satoh at gmail.com) * Fri Jul 22 2011 Jan Pazdziora 1.6.1-1 - We only support version 14 and newer of Fedora, removing conditions for old versions. * Mon Jun 6 2011 Aron Parsons 1.5.3-1 - spacecmd: remove stray debug statement (aparsons at redhat.com) * Mon Jun 6 2011 Aron Parsons 1.5.2-1 - spacecmd: cosmetics (aparsons at redhat.com) - spacecmd: parse arguments the standard way in softwarechannel_list (aparsons at redhat.com) - spacecmd: allow filtering of channels based on arguments in softwarechannel_list (aparsons at redhat.com) - spacecmd: quote all arguments before passing them to precmd() when running a single command (aparsons at redhat.com) - spacecmd: respect quoted arguments when looking at the line in precmd() (aparsons at redhat.com) - spacecmd: be more precise when looking for '--help' in precmd() (aparsons at redhat.com) - spacecmd: updated comment for precmd() (aparsons at redhat.com) * Mon Apr 18 2011 Aron Parsons 1.5.1-1 - 696681 - fix spaces in system names in system_updatecustomvalue and system_addcustomvalue (aparsons at redhat.com) - 696681 - allow special characters in server names - whitespace cleanup (aparsons at redhat.com) - fix handling of group names with spaces when expanding with 'group:' (aparsons at redhat.com) - added kickstart_clone (aparsons at redhat.com) - Bumping package versions for 1.5 (msuchy at redhat.com) * Mon Mar 28 2011 Aron Parsons 1.4.5-1 - added 'repo' module into shell (aparsons at redhat.com) - added repo_list and repo_details (tljohnsn at oreillyschool.com) * Fri Mar 11 2011 Aron Parsons 1.4.4-1 - added configchannel_verifyfile (aparsons at redhat.com) * Fri Mar 11 2011 Aron Parsons 1.4.3-1 - fix invalid key name in errata_search (aparsons at redhat.com) * Tue Mar 8 2011 Aron Parsons 1.4.2-1 - added group_backup and group_restore functions (john at vanzantvoort.org) - don't get the UUID on older API versions (aparsons at redhat.com) * Thu Mar 3 2011 Aron Parsons 1.4.1-1 - spacecmd: log channel access issues in debug mode only (aparsons at redhat.com) - spacecmd: ignore channel failures introduced by organizations when caching packages (aparsons at redhat.com) - spacecmd: print a summary list of all errata (name, synopsis, date) (aparsons at redhat.com) - spacecmd: ignore channel failures introduced by organizations when caching errata (aparsons at redhat.com) - spacecmd: delete child channels first in softwarechannel_delete (aparsons at redhat.com) - Bumping package versions for 1.4 (tlestach at redhat.com) * Thu Jan 27 2011 Aron Parsons 1.3.8-1 - added configchannel_backup function (john at vanzantvoort.org) * Thu Dec 23 2010 Aron Parsons 1.3.7-1 - added system_syncpackages function * Wed Dec 22 2010 Aron Parsons 1.3.6-1 - added organization functions * Tue Dec 21 2010 Aron Parsons 1.3.5-1 - discard the password variable once we use it - attempt to re-login as the same user if the cached credentials are invalid - fix logic regarding which configuration files to load - don't try to load non-existent config sections * Tue Dec 21 2010 Aron Parsons 1.3.4-1 - support server-specific configuration sections in the configuration file - added support for a system-wide configuration file - added support for server-specific sections in the configuration file * Fri Dec 10 2010 Aron Parsons 1.3.3-1 - add support for server UUIDs * Tue Nov 30 2010 Aron Parsons 1.3.2-1 - don't use a cached session if username and password are passed as arguments - added get_session function * Mon Nov 22 2010 Aron Parsons 1.3.1-1 - fix uninitialized variable in snippet_create - 655055 - honor the quiet flag when generating caches in spacecmd -------------------------------------------------------------------------------- References: [ 1 ] Bug #917411 - push new version of spacecmd to EPEL https://bugzilla.redhat.com/show_bug.cgi?id=917411 -------------------------------------------------------------------------------- ================================================================================ xrootd-3.3.1-1.el5 (FEDORA-EPEL-2013-0549) Extended ROOT file server -------------------------------------------------------------------------------- Update Information: Update to xrootd 3.3.1. http://xrootd.cern.ch/cgi-bin/cgit.cgi/xrootd/tree/docs/ReleaseNotes.txt?id=v3.3.1 -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 6 2013 Mattias Ellert - 1:3.3.1-1 - Update to version 3.3.1 - Remove the java package - no longer part of upstream sources - Drop patches fixed upstream: xrootd-cryptoload.patch, xrootd-init.patch and xrootd-perl.patch - Drop obsolete patch: xrootd-java.patch - Add private-devel package for deprecated header files * Fri Feb 15 2013 Fedora Release Engineering - 1:3.2.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Thu Jan 17 2013 Mattias Ellert - 1:3.2.7-1 - Update to version 3.2.7 - Split libs package into libs, client-libs and server-libs - Split devel package into devel, client-devel and server-devel * Fri Oct 12 2012 Mattias Ellert - 1:3.2.5-1 - Update to version 3.2.5 * Sun Jul 22 2012 Fedora Release Engineering - 1:3.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Wed Jul 11 2012 Mattias Ellert - 1:3.2.2-1 - Update to version 3.2.2 * Mon Jun 11 2012 Petr Pisar - 1:3.2.1-2 - Perl 5.16 rebuild * Thu May 17 2012 Mattias Ellert - 1:3.2.1-1 - Update to version 3.2.1 * Sat Mar 17 2012 Mattias Ellert - 1:3.1.1-1 - Update to version 3.1.1 * Tue Feb 28 2012 Fedora Release Engineering - 1:3.0.5-3 - Rebuilt for c++ ABI breakage * Sat Jan 14 2012 Fedora Release Engineering - 1:3.0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ zabbix20-2.0.5-2.el5 (FEDORA-EPEL-2013-0576) Open-source monitoring solution for your IT infrastructure -------------------------------------------------------------------------------- Update Information: Include patch for ZBX-6290: Maps with icon mappings didn't show and threw errors about undefined indices https://support.zabbix.com/browse/ZBX-6290 -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- ================================================================================ zarafa-7.0.13-1.el5 (FEDORA-EPEL-2013-0537) Open Source Edition of the Zarafa Collaboration Platform -------------------------------------------------------------------------------- Update Information: Zarafa Collaboration Platform 7.0.13 final [41388] ================================================== Backend ------- - ZCP-11390, ZCP-11372: RDATE in VTIMEZONE definition is not handled - ZCP-11378, ZCP-11280: Meeting requests created on iPhone shifted one hour - ZCP-11479, ZCP-11466: No EULA for the muc in all rpm packages - ZCP-11399, ZCP-11384: Timezone in southern hemisphere is 1 hour off due incorrect DST - ZCP-11392, ZCP-11295: Segfault zarafa-server 7.0.10 - ZCP-11124, ZCP-11032: Outlook 2013 keeps checking free/busy information - ZCP-11483, ZCP-11263: zarafa-server segfault 7.1.2 - ZCP-11459, ZCP-11444: Slow startup due to many search folders is not clearly visible in the logfile - ZCP-11447, ZCP-11442: Shutdown request when not yet fully running might segfault WebAccess --------- - ZCP-11362, ZCP-11298: Add "Accept and Close" button to spellchecker -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Robert Scheck 7.0.13-1 - Upgrade to 7.0.13 -------------------------------------------------------------------------------- From updates at fedoraproject.org Sat Mar 9 19:23:24 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Sat, 09 Mar 2013 19:23:24 +0000 Subject: Fedora EPEL 6 updates-testing report Message-ID: <20130309192324.374D820816@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 6 Security updates need testing: Age URL 509 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2011-4701/supybot-gribble-0.83.4.1-10.el6 321 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5620/bugzilla-3.4.14-2.el6 244 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6348/bcfg2-1.2.3-1.el6 22 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0376/openconnect-4.08-1.el6 15 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0417/Django14-1.4.5-1.el6 15 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0420/awstats-7.0-3.el6 15 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0423/nginx-1.0.15-4.el6 15 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0410/seamonkey-2.16-1.el6 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0532/euca2ools-2.1.3-1.el6 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0568/mediawiki119-1.19.4-1.el6 The following builds have been pushed to Fedora EPEL 6 updates-testing armadillo-3.6.3-1.el6 blacs-1.1-47.el6.1 clipsmm-0.3.2-1.el6 cmake28-2.8.9-1.el6 cmdtest-0.5-1.el6 drupal7-7.21-1.el6 dvisvgm-1.2-1.el6 erlang-R14B-04.2.el6 erlang-bear-0.1.3-1.el6 erlang-erlsom-1.2.1-12.20120904gitdef76b9.el6 erlang-folsom-0.7.4-1.el6 erlang-getopt-0.7.0-1.el6 erlang-gproc-0.2.15-2.el6 erlang-mimetypes-1.0-2.el6 erlang-neotoma-1.6.0-1.el6 erlang-protobuffs-0.8.0-1.el6 erlang-ranch-0.6.2-1.el6 erlang-rebar-2.1.0-0.2.el6 erlang-webmachine-1.9.3-1.el6 euca2ools-2.1.3-1.el6 fedmsg-0.6.8-1.el6 genbackupdata-1.7-1.el6 gitolite3-3.4-1.el6 hatools-2.14-1.1.el6 kyotocabinet-1.2.76-3.el6 latex2rtf-2.3.3-1.el6 lcgdm-dav-0.12.1-2.el6 lis-1.3.31-1.el6 lis-1.3.32-1.el6 mediawiki119-1.19.4-1.el6 mozilla-https-everywhere-3.1.4-1.el6 mysql-utilities-1.2.1-2.el6 nagios-plugins-lcgdm-0.9.5-1.el6 nordugrid-arc-2.0.1-4.el6 obnam-1.3-1.el6 openstack-nova-2012.2.3-1.el6 packagedb-cli-1.4.1-2.el6 php-Pimple-1.0.2-1.el6 php-channel-aws-1.3-3.el6 php-channel-dropbox-php-1.3-3.el6 php-dropbox-php-Dropbox-1.0.0-4.el6 php-horde-Horde-Alarm-2.0.4-1.el6 php-horde-Horde-Argv-2.0.5-1.el6 php-horde-Horde-Cache-2.0.3-1.el6 php-horde-Horde-Compress-Fast-1.0.1-1.el6 php-horde-Horde-Date-2.0.4-1.el6 php-horde-Horde-Date-Parser-2.0.2-1.el6 php-horde-Horde-Exception-2.0.3-1.el6 php-horde-Horde-Http-2.0.2-1.el6 php-horde-Horde-Image-2.0.4-1.el6 php-horde-Horde-Lock-2.0.2-1.el6 php-horde-Horde-Memcache-2.0.2-2.el6 php-horde-Horde-Queue-1.0.0-1.el6 php-horde-Horde-Serialize-2.0.2-1.el6 php-horde-Horde-Support-2.0.4-1.el6 php-horde-Horde-Test-2.2.1-1.el6 php-horde-Horde-Text-Diff-2.0.2-1.el6 php-horde-Horde-Tree-2.0.2-1.el6 php-horde-Horde-Url-2.2.0-1.el6 php-horde-Horde-Util-2.2.1-1.el6 php-lessphp-0.3.9-1.el6 php-sabredav-Sabre-1.0.0-9.el6 php-symfony2-BrowserKit-2.1.8-1.el6 php-symfony2-ClassLoader-2.1.8-1.el6 php-symfony2-Config-2.1.8-2.el6 php-symfony2-Console-2.1.8-1.el6 php-symfony2-CssSelector-2.1.8-1.el6 php-symfony2-DependencyInjection-2.1.8-1.el6 php-symfony2-DomCrawler-2.1.8-1.el6 php-symfony2-EventDispatcher-2.1.8-1.el6 php-symfony2-Filesystem-2.1.8-1.el6 php-symfony2-Finder-2.1.8-1.el6 php-symfony2-Form-2.1.8-1.el6 php-symfony2-HttpFoundation-2.1.8-1.el6 php-symfony2-HttpKernel-2.1.8-1.el6 php-symfony2-Locale-2.1.8-1.el6 php-symfony2-OptionsResolver-2.1.8-1.el6 php-symfony2-Process-2.1.8-1.el6 php-symfony2-Routing-2.1.8-1.el6 php-symfony2-Security-2.1.8-1.el6 php-symfony2-Serializer-2.1.8-1.el6 php-symfony2-Templating-2.1.8-1.el6 php-symfony2-Translation-2.1.8-2.el6 php-symfony2-Validator-2.1.8-1.el6 php-symfony2-Yaml-2.1.8-1.el6 pnp4nagios-0.6.20-1.el6 python-auth-credential-1.0-1.el6 python-bugzilla-0.8.0-2.el6 python-cliapp-1.20121216-1.el6 python-collada-0.4-3.el6 python-coverage-test-runner-1.9-1.el6 python-django-horizon-2012.2.3-1.el6 python-larch-1.20121216-1.el6 python-messaging-1.0-1.el6 python-novaclient-2.10.0-2.el6 python-plumbum-1.1.0-4.el6 python-py-1.4.13-1.el6 python-tracing-0.7-2.el6 python-ttystatus-0.21-1.el6 root-5.28.00h-3.el6 rubygem-sequel-3.45.0-1.el6 scalapack-1.7.5-17.el6.1 seivot-1.18-1.el6 shinken-1.2.4-2.el6 spacecmd-1.9.4-1.el6 summain-0.17-1.el6 tor-0.2.3.25-6.el6 xrootd-3.3.1-1.el6 zabbix20-2.0.5-2.el6 zarafa-7.0.13-1.el6 zeroinstall-injector-2.0-1.el6 Details about builds: ================================================================================ armadillo-3.6.3-1.el6 (FEDORA-EPEL-2013-0575) Fast C++ matrix library with interfaces to LAPACK and ATLAS -------------------------------------------------------------------------------- Update Information: Update to latest stable release -------------------------------------------------------------------------------- ChangeLog: * Thu Feb 21 2013 Jos? Matos - 3.6.3-1 - Update to latest stable release * Sun Feb 10 2013 Denis Arnaud - 3.6.2-3 - Rebuild for Boost-1.53.0 * Sat Feb 9 2013 Denis Arnaud - 3.6.2-2 - Rebuild for Boost-1.53.0 -------------------------------------------------------------------------------- ================================================================================ blacs-1.1-47.el6.1 (FEDORA-EPEL-2013-0560) Basic Linear Algebra Communication Subprograms -------------------------------------------------------------------------------- Update Information: New packages: blacs and scalapack (new to EPEL) -------------------------------------------------------------------------------- References: [ 1 ] Bug #913314 - EL-6 branch missing https://bugzilla.redhat.com/show_bug.cgi?id=913314 [ 2 ] Bug #913315 - EL-6 branch missing https://bugzilla.redhat.com/show_bug.cgi?id=913315 -------------------------------------------------------------------------------- ================================================================================ clipsmm-0.3.2-1.el6 (FEDORA-EPEL-2013-0583) C++ interface to the CLIPS expert system C library -------------------------------------------------------------------------------- Update Information: Upgrade to 0.3.2 -------------------------------------------------------------------------------- ChangeLog: * Tue Mar 5 2013 Tim Niemueller - 0.3.2-1 - Upgrade to 0.3.2. * Sat Feb 9 2013 Tim Niemueller - 0.3.0-1 - Upgrade to 0.3.0 -------------------------------------------------------------------------------- ================================================================================ cmake28-2.8.9-1.el6 (FEDORA-EPEL-2013-0529) Cross-platform make system -------------------------------------------------------------------------------- Update Information: Update to upstream version 2.8.9. Changelog from upstream: http://public.kitware.com/Bug/changelog_page.php?version_id=93 -------------------------------------------------------------------------------- ChangeLog: * Fri Mar 1 2013 Jonathan G. Underwood - 2.8.9-1 - Update to version 2.8.9 (updated patch from Rex Dieter) - Remove patch to fix PKG_CONFIG_FOUND (upstreamed, bug #812188) -------------------------------------------------------------------------------- References: [ 1 ] Bug #916761 - cmake-2.8.9 update https://bugzilla.redhat.com/show_bug.cgi?id=916761 -------------------------------------------------------------------------------- ================================================================================ cmdtest-0.5-1.el6 (FEDORA-EPEL-2013-0590) Black-box testing for Unix command line tools -------------------------------------------------------------------------------- Update Information: Updates Obnam and its components to the latest version. Fixes, among other issues, backup on btrfs. -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 25 2013 Michel Salim - 0.5-1 - Update to 0.5 -------------------------------------------------------------------------------- References: [ 1 ] Bug #890315 - New version 1.3 released https://bugzilla.redhat.com/show_bug.cgi?id=890315 [ 2 ] Bug #914970 - Please update larch https://bugzilla.redhat.com/show_bug.cgi?id=914970 -------------------------------------------------------------------------------- ================================================================================ drupal7-7.21-1.el6 (FEDORA-EPEL-2013-0528) An open-source content-management platform -------------------------------------------------------------------------------- Update Information: New Drupal release, http://drupal.org/drupal-7.21-release-notes. New upstream 7.20, resolves SA-CORE-2013-002 -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 7 2013 Peter Borsa - 7.21-1 - 7.21 * Thu Feb 21 2013 Paul W. Frields - 7.20-1 - 7.20, SA-CORE-2013-002 (#913403) * Fri Jan 25 2013 Jon Ciesla - 7.19-2 - README update for cron_key, BZ 902234. -------------------------------------------------------------------------------- References: [ 1 ] Bug #918902 - drupal7-7.21 is available https://bugzilla.redhat.com/show_bug.cgi?id=918902 [ 2 ] Bug #913403 - drupal7-7.20 is available https://bugzilla.redhat.com/show_bug.cgi?id=913403 -------------------------------------------------------------------------------- ================================================================================ dvisvgm-1.2-1.el6 (FEDORA-EPEL-2013-0564) DVI to SVG converter -------------------------------------------------------------------------------- Update Information: dvisvgm 1.2 is a new feature release. For a list of changes, see http://dvisvgm.sourceforge.net/News -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Martin Gieseking 1.2-1 - Updated to release 1.2. -------------------------------------------------------------------------------- ================================================================================ erlang-R14B-04.2.el6 (FEDORA-EPEL-2013-0591) General-purpose programming language and runtime environment -------------------------------------------------------------------------------- Update Information: * Enable SCTP -------------------------------------------------------------------------------- ChangeLog: * Sat Mar 2 2013 Peter Lemenkov - R14B-04.2 - Add neccessary BuildRequires for SCTP (see rhbz #908530) - Fixed erts provides -------------------------------------------------------------------------------- References: [ 1 ] Bug #908530 - Build Erlang with SCTP support https://bugzilla.redhat.com/show_bug.cgi?id=908530 -------------------------------------------------------------------------------- ================================================================================ erlang-bear-0.1.3-1.el6 (FEDORA-EPEL-2013-0593) A set of statistics functions for erlang -------------------------------------------------------------------------------- Update Information: * Ver. 0.1.3 (Backwards API/ABI compatible release) -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Peter Lemenkov - 0.1.3-1 - Ver. 0.1.3 (Backwards API/ABI compatible release) * Wed Feb 13 2013 Fedora Release Engineering - 0.1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #915199 - erlang-bear-0.1.3 is available https://bugzilla.redhat.com/show_bug.cgi?id=915199 -------------------------------------------------------------------------------- ================================================================================ erlang-erlsom-1.2.1-12.20120904gitdef76b9.el6 (FEDORA-EPEL-2013-0524) Support for XML Schema in Erlang -------------------------------------------------------------------------------- Update Information: * Update to latest post-release git-snapshot -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Peter Lemenkov - 1.2.1-12.20120904gitdef76b9 - Post-release git-snapshot for 1.2.1 * Wed Feb 13 2013 Fedora Release Engineering - 1.2.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Jul 18 2012 Fedora Release Engineering - 1.2.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Jan 13 2012 Fedora Release Engineering - 1.2.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Feb 8 2011 Fedora Release Engineering - 1.2.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Tue Sep 28 2010 Peter Lemenkov - 1.2.1-7 - Narrowed BuildRequires * Mon Jul 12 2010 Peter Lemenkov - 1.2.1-6 - Rebuild with Erlang/OTP R14A - Simplified spec-file -------------------------------------------------------------------------------- ================================================================================ erlang-folsom-0.7.4-1.el6 (FEDORA-EPEL-2013-0592) Erlang-based metrics system -------------------------------------------------------------------------------- Update Information: - Ver. 0.7.4 -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Peter Lemenkov - 0.7.4-1 - Ver. 0.7.4 * Wed Feb 13 2013 Fedora Release Engineering - 0.7.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #915200 - erlang-folsom-0.7.4 is available https://bugzilla.redhat.com/show_bug.cgi?id=915200 -------------------------------------------------------------------------------- ================================================================================ erlang-getopt-0.7.0-1.el6 (FEDORA-EPEL-2013-0586) Erlang module to parse command line arguments using the GNU getopt syntax -------------------------------------------------------------------------------- Update Information: * Ver. 0.7.0 (API/ABI backwards compatible) -------------------------------------------------------------------------------- ChangeLog: * Sat Mar 2 2013 Peter Lemenkov - 0.7.0-1 - Ver. 0.7.0 - Removed EL5-related stuff * Wed Feb 13 2013 Fedora Release Engineering - 0.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #904739 - erlang-getopt-0.7.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=904739 -------------------------------------------------------------------------------- ================================================================================ erlang-gproc-0.2.15-2.el6 (FEDORA-EPEL-2013-0539) Extended process registry for Erlang -------------------------------------------------------------------------------- Update Information: * Ver. 0.2.15 -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Peter Lemenkov - 0.2.15-2 - Fix doc installation * Sat Mar 2 2013 Peter Lemenkov - 0.2.15-1 - Ver. 0.2.15 - Drop R12B (EL5) compatibility patches * Wed Feb 13 2013 Fedora Release Engineering - 0.2.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #901630 - erlang-gproc-0.2.15 is available https://bugzilla.redhat.com/show_bug.cgi?id=901630 -------------------------------------------------------------------------------- ================================================================================ erlang-mimetypes-1.0-2.el6 (FEDORA-EPEL-2013-0516) Erlang MIME types library -------------------------------------------------------------------------------- Update Information: * Initial build -------------------------------------------------------------------------------- References: [ 1 ] Bug #906482 - Review Request: erlang-mimetypes - Erlang MIME types library https://bugzilla.redhat.com/show_bug.cgi?id=906482 -------------------------------------------------------------------------------- ================================================================================ erlang-neotoma-1.6.0-1.el6 (FEDORA-EPEL-2013-0558) Erlang library and packrat parser-generator for parsing expression grammars -------------------------------------------------------------------------------- Update Information: * Ver. 1.6.0 (API/ABI backwards compatible) -------------------------------------------------------------------------------- ChangeLog: * Sat Mar 2 2013 Peter Lemenkov - 1.6.0-1 - Ver. 1.6.0 * Wed Feb 13 2013 Fedora Release Engineering - 1.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ erlang-protobuffs-0.8.0-1.el6 (FEDORA-EPEL-2013-0561) A set of Protocol Buffers tools and modules for Erlang applications -------------------------------------------------------------------------------- Update Information: * Ver. 0.8.0 -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Peter Lemenkov - 0.8.0-1 - Ver. 0.8.0 * Wed Feb 13 2013 Fedora Release Engineering - 0.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #907097 - erlang-protobuffs-0.8.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=907097 -------------------------------------------------------------------------------- ================================================================================ erlang-ranch-0.6.2-1.el6 (FEDORA-EPEL-2013-0594) Socket acceptor pool for TCP protocols -------------------------------------------------------------------------------- Update Information: * Ver. 0.6.2 (API/ABI backwards compatible) * Initial build. -------------------------------------------------------------------------------- References: [ 1 ] Bug #919532 - erlang-ranch-0.6.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=919532 [ 2 ] Bug #906473 - Review Request: erlang-ranch - Socket acceptor pool for TCP protocols https://bugzilla.redhat.com/show_bug.cgi?id=906473 -------------------------------------------------------------------------------- ================================================================================ erlang-rebar-2.1.0-0.2.el6 (FEDORA-EPEL-2013-0581) Erlang Build Tools -------------------------------------------------------------------------------- Update Information: * Fix building ports -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Peter Lemenkov - 2.1.0-0.2 - Backported fix for suppress building *.so libraries everytime * Sat Mar 2 2013 Peter Lemenkov - 2.1.0-0.1 - Ver. 2.1.0-pre - Remove R12B-related patches (EL5-related) * Wed Feb 13 2013 Fedora Release Engineering - 2.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ erlang-webmachine-1.9.3-1.el6 (FEDORA-EPEL-2013-0543) A REST-based system for building web applications -------------------------------------------------------------------------------- Update Information: * Ver. 1.9.3 -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Peter Lemenkov - 1.9.3-1 - Ver. 1.9.3 * Wed Feb 13 2013 Fedora Release Engineering - 1.9.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #905352 - erlang-webmachine-1.9.3 is available https://bugzilla.redhat.com/show_bug.cgi?id=905352 -------------------------------------------------------------------------------- ================================================================================ euca2ools-2.1.3-1.el6 (FEDORA-EPEL-2013-0532) Eucalyptus/AWS-compatible command line tools -------------------------------------------------------------------------------- Update Information: This update adds support for the new signature method introduced in Eucalyptus 3.2.1. It also includes several bugfixes. -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 4 2013 Garrett Holmstrom - 2.1.3-1 - Upstream update (2.1.3) [RH:916716] - Fix euare-useraddpolicy --delegate * Wed Feb 13 2013 Fedora Release Engineering - 2.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #916716 - Update euca2ools to 2.1.3 https://bugzilla.redhat.com/show_bug.cgi?id=916716 -------------------------------------------------------------------------------- ================================================================================ fedmsg-0.6.8-1.el6 (FEDORA-EPEL-2013-0538) Tools for Fedora Infrastructure real-time messaging -------------------------------------------------------------------------------- Update Information: fedmsg-tail --gource; standardization of fedmsg-tweet -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 4 2013 Ralph Bean - 0.6.8-1 - New fedmsg-tail --gource option for visualizations. - fedmsg-tweet reorganized to be more similar to other daemons. -------------------------------------------------------------------------------- ================================================================================ genbackupdata-1.7-1.el6 (FEDORA-EPEL-2013-0590) A program to generate test data for testing backup software -------------------------------------------------------------------------------- Update Information: Updates Obnam and its components to the latest version. Fixes, among other issues, backup on btrfs. -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 25 2013 Michel Salim - 1.7-1 - Update to 1.7 -------------------------------------------------------------------------------- References: [ 1 ] Bug #890315 - New version 1.3 released https://bugzilla.redhat.com/show_bug.cgi?id=890315 [ 2 ] Bug #914970 - Please update larch https://bugzilla.redhat.com/show_bug.cgi?id=914970 -------------------------------------------------------------------------------- ================================================================================ gitolite3-3.4-1.el6 (FEDORA-EPEL-2013-0588) Highly flexible server for git directory version tracker -------------------------------------------------------------------------------- Update Information: Latest upstream. -------------------------------------------------------------------------------- ChangeLog: * Tue Mar 5 2013 Jon Ciesla - 1:3.4-1 - Latest upstream. * Wed Feb 13 2013 Fedora Release Engineering - 1:3.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ hatools-2.14-1.1.el6 (FEDORA-EPEL-2013-0522) Improved shell scripting in High Availability environment -------------------------------------------------------------------------------- Update Information: Push hatools to EL-5 and EL-6 again. -------------------------------------------------------------------------------- ================================================================================ kyotocabinet-1.2.76-3.el6 (FEDORA-EPEL-2013-0447) A straightforward implementation of DBM -------------------------------------------------------------------------------- Update Information: Kyoto Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. Each key must be unique within a database. And there is neither concept of data tables nor data types. Records are organized in hash table or B+ tree. -------------------------------------------------------------------------------- References: [ 1 ] Bug #894581 - Please rebuild kyotocabinet for EPEL 5 and 6 https://bugzilla.redhat.com/show_bug.cgi?id=894581 -------------------------------------------------------------------------------- ================================================================================ latex2rtf-2.3.3-1.el6 (FEDORA-EPEL-2013-0562) LaTeX to RTF converter that handles equations, figures, and cross-references -------------------------------------------------------------------------------- Update Information: Update to newest stable release. Update to newest stable release. Update to newest stable release. Update to newest stable release. Update to newest stable release. Update to newest stable release. Update to newest stable release. Update to newest stable release. Update to newest stable release. Update to newest stable release. Update to newest stable release. -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 6 2013 Susi Lehtola - 2.3.3-1 - Update to 2.3.3. * Wed Feb 27 2013 Susi Lehtola - 2.3.2a-1 - Update to 2.3.2a. * Fri Feb 15 2013 Susi Lehtola - 2.3.2-1 - Update to 2.3.2. * Thu Feb 14 2013 Fedora Release Engineering - 2.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #916533 - latex2rtf-2.3.3 is available https://bugzilla.redhat.com/show_bug.cgi?id=916533 [ 2 ] Bug #915216 - latex2rtf-2.3.2a is available https://bugzilla.redhat.com/show_bug.cgi?id=915216 [ 3 ] Bug #911531 - latex2rtf-2.3.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=911531 -------------------------------------------------------------------------------- ================================================================================ lcgdm-dav-0.12.1-2.el6 (FEDORA-EPEL-2013-0521) HTTP/DAV front end to the DPM/LFC services -------------------------------------------------------------------------------- Update Information: Upstream patch: mod_lcgdm_disk url-decodes received parameters - fix for a frequent segfault Update for new upstream release Update for new upstream release Update for new upstream release Update for new upstream release - fix for a frequent segfault Update for new upstream release Update for new upstream release Update for new upstream release Update for new upstream release - fix for a frequent segfault Update for new upstream release Update for new upstream release Update for new upstream release Update for new upstream release - fix for a frequent segfault Update for new upstream release Update for new upstream release Update for new upstream release Update for new upstream release -------------------------------------------------------------------------------- ChangeLog: * Tue Mar 5 2013 Alejandro Alvarez - 0.12.1-2 - Upstream patch: mod_lcgdm_disk url-decodes received parameters * Fri Feb 8 2013 Ricardo Rocha - 0.12.1-1 - Update for new upstream release (patch for segfault) * Wed Feb 6 2013 Ricardo Rocha - 0.12.0-1 - Update for new upstream release * Tue Jan 29 2013 Ricardo Rocha - 0.11.0-2 - Added patch for apache 2.4 api change -------------------------------------------------------------------------------- ================================================================================ lis-1.3.31-1.el6 (FEDORA-EPEL-2013-0573) A library for solving linear equations and eigenvalue problems -------------------------------------------------------------------------------- Update Information: Update to 1.3.31 by request of upstream. -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 4 2013 Susi Lehtola - 1.3.31-1 - Update to 1.3.31. * Thu Feb 14 2013 Fedora Release Engineering - 1.2.115-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #858575 - lis-1.3.31 is available https://bugzilla.redhat.com/show_bug.cgi?id=858575 -------------------------------------------------------------------------------- ================================================================================ lis-1.3.32-1.el6 (FEDORA-EPEL-2013-0530) A library for solving linear equations and eigenvalue problems -------------------------------------------------------------------------------- Update Information: Update to 1.3.32. -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 4 2013 Susi Lehtola - 1.3.32-1 - Update to 1.3.32. * Mon Mar 4 2013 Susi Lehtola - 1.3.31-1 - Update to 1.3.31. * Thu Feb 14 2013 Fedora Release Engineering - 1.2.115-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #858575 - lis-1.3.31 is available https://bugzilla.redhat.com/show_bug.cgi?id=858575 -------------------------------------------------------------------------------- ================================================================================ mediawiki119-1.19.4-1.el6 (FEDORA-EPEL-2013-0568) A wiki engine -------------------------------------------------------------------------------- Update Information: Update to upstream 1.19.4 -------------------------------------------------------------------------------- ChangeLog: * Tue Mar 5 2013 Patrick Uiterwijk - 1.19.4-1 - Update to upstream 1.19.4 -------------------------------------------------------------------------------- ================================================================================ mozilla-https-everywhere-3.1.4-1.el6 (FEDORA-EPEL-2013-0584) HTTPS/HSTS enforcement extension for Mozilla Firefox and SeaMonkey -------------------------------------------------------------------------------- Update Information: - The circles are stable releasee - Fixes: - AmazonAWS/Atomsforpeace.info, Disqus, Eventbrite, ImageShack.us, MySQL, NuGet, NYTimes, Ooyala, Opera, Scientific American, SourceForge, University of Southampton, UserVoice, WebType, Zendesk - https://trac.torproject.org/projects/tor/ticket/8056 - https://trac.torproject.org/projects/tor/ticket/8349 - https://trac.torproject.org/projects/tor/ticket/7690 - https://trac.torproject.org/projects/tor/ticket/8025 - http://bugs.mysql.com/bug.php?id=67311 - https://trac.torproject.org/projects/tor/ticket/7615 - https://trac.torproject.org/projects/tor/ticket/8077 - https://trac.torproject.org/projects/tor/ticket/8199 - https://trac.torproject.org/projects/tor/ticket/8198 - Disable broken: - American Public Media (for real this time), Asymmetric Publications, Salsa Labs, Vimeo - https://trac.torproject.org/projects/tor/ticket/7650 - https://trac.torproject.org/projects/tor/ticket/8280 - https://trac.torproject.org/projects/tor/ticket/7569 - Update cert whitelist -------------------------------------------------------------------------------- ChangeLog: * Fri Mar 8 2013 Russell Golden - 3.1.4-1 - The circles are stable releasee - Fixes: - AmazonAWS/Atomsforpeace.info, Disqus, Eventbrite, ImageShack.us, MySQL, NuGet, NYTimes, Ooyala, Opera, Scientific American, SourceForge, University of Southampton, UserVoice, WebType, Zendesk - https://trac.torproject.org/projects/tor/ticket/8056 - https://trac.torproject.org/projects/tor/ticket/8349 - https://trac.torproject.org/projects/tor/ticket/7690 - https://trac.torproject.org/projects/tor/ticket/8025 - http://bugs.mysql.com/bug.php?id=67311 - https://trac.torproject.org/projects/tor/ticket/7615 - https://trac.torproject.org/projects/tor/ticket/8077 - https://trac.torproject.org/projects/tor/ticket/8199 - https://trac.torproject.org/projects/tor/ticket/8198 - Disable broken: - American Public Media (for real this time), Asymmetric Publications, Salsa Labs, Vimeo - https://trac.torproject.org/projects/tor/ticket/7650 - https://trac.torproject.org/projects/tor/ticket/8280 - https://trac.torproject.org/projects/tor/ticket/7569 - Update cert whitelist * Thu Feb 14 2013 Fedora Release Engineering - 3.1.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ mysql-utilities-1.2.1-2.el6 (FEDORA-EPEL-2013-0527) MySQL Utilities -------------------------------------------------------------------------------- Update Information: RPM changes: * provides minimal man pages (generated with help2man) for all commands (no more provided by upstream) * drop mysqlauditadmin and mysqlauditgrep commands (need python 2.7) Upstream Changes: Release 1.2.1 (Released February 28, 2013) * BUG#13956819: MySQL Utilities requires changes for RPM packaging * BUG#14157692: pass external scripts info from failover and switchover * BUG#14172941: LogParserError: Failed parsing Slow Query line * BUG#14348501: Utilities forget to quote tables, databases with backticks * BUG#16164767: mysqlreplicate fails to start slave * BUG#16167359: remove exit() calls and replace with sys.exit() * BUG#16177167: switchover demote-master, new master fails to forgot it was slave * BUG#16237986: error for invalid connections does not provide enough detail * BUG#16238348: Python version not detected * BUG#16243584: mysqlrpladmin stop, start, reset must require --slaves option * BUG#16283254: Branding of Source Files * BUG#16283330: failover algorithm does not include wait for retrieved gtid set * BUG#16290692: read port and socket information from login-path group * BUG#68356: failed test with MySQL 5.5 * WL#6276: MySQL Utilities Documentation Format Change to Docbook -------------------------------------------------------------------------------- ChangeLog: * Fri Mar 8 2013 Remi Collet - 1.2.1-2 - generate minimal man pages using help2man http://bugs.mysql.com/68610 - Missing man pages - drop mysqlauditadmin and mysqlauditgrep on EPEL-6 http://bugs.mysql.com/68614 - Issue with python 2.6 - update to 1.2.1 -------------------------------------------------------------------------------- ================================================================================ nagios-plugins-lcgdm-0.9.5-1.el6 (FEDORA-EPEL-2013-0582) Nagios probes to be run remotely against DPM / LFC nodes -------------------------------------------------------------------------------- Update Information: Update for new upstream release -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 6 2013 Alejandro Alvarez - 0.9.5-1 - Update for new upstream release * Thu Feb 14 2013 Fedora Release Engineering - 0.9.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ nordugrid-arc-2.0.1-4.el6 (FEDORA-EPEL-2013-0555) Advanced Resource Connector Grid Middleware -------------------------------------------------------------------------------- Update Information: Update to xrootd 3.3.1. http://xrootd.cern.ch/cgi-bin/cgit.cgi/xrootd/tree/docs/ReleaseNotes.txt?id=v3.3.1 -------------------------------------------------------------------------------- ChangeLog: * Fri Mar 8 2013 Mattias Ellert - 2.0.1-4 - Rebuild for xrootd 3.3 * Thu Feb 14 2013 Fedora Release Engineering - 2.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ obnam-1.3-1.el6 (FEDORA-EPEL-2013-0590) An easy, secure backup program -------------------------------------------------------------------------------- Update Information: Updates Obnam and its components to the latest version. Fixes, among other issues, backup on btrfs. -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 25 2013 Michel Salim - 1.3-1 - Update to 1.3 -------------------------------------------------------------------------------- References: [ 1 ] Bug #890315 - New version 1.3 released https://bugzilla.redhat.com/show_bug.cgi?id=890315 [ 2 ] Bug #914970 - Please update larch https://bugzilla.redhat.com/show_bug.cgi?id=914970 -------------------------------------------------------------------------------- ================================================================================ openstack-nova-2012.2.3-1.el6 (FEDORA-EPEL-2013-0556) OpenStack Compute (nova) -------------------------------------------------------------------------------- Update Information: - Update to stable Folsom release 3 -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 4 2013 P?draig Brady - 2012.2.3-1 - Update to folsom stable release 3 * Tue Jan 29 2013 P?draig Brady - 2012.2.2-2 - disallow boot from volume from specifying arbitrary volumes (CVE-2013-0208) - Added python-keystone requirement -------------------------------------------------------------------------------- ================================================================================ packagedb-cli-1.4.1-2.el6 (FEDORA-EPEL-2013-0572) A CLI for pkgdb -------------------------------------------------------------------------------- Update Information: Backport patch from upstream that removed debugging code and re-allowed pkgdb-cli to work... Update to 1.4.1 which fixes bug #916581 Update to 1.4.0 Update to 1.4.0 Update to 1.4.0 Update to 1.4.1 which fixes bug #916581 Update to 1.4.0 Update to 1.4.0 Update to 1.4.0 -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 7 2013 Pierre-Yves Chibon - 1.4.1-2 - Backport 0001-Reverse-debuggingchanges.patch from upstream repo (fixes bz#918909) * Thu Feb 28 2013 Pierre-Yves Chibon - 1.4.1-1 - Update to 1.4.1 - Fixes bug #916581 * Thu Feb 21 2013 Pierre-Yves Chibon - 1.4.0-1 - Update to 1.4.0 * Wed Jan 23 2013 Pierre-Yves Chibon - 1.3.0-1 - Update to 1.3.0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #918909 - update operation terminates immediately https://bugzilla.redhat.com/show_bug.cgi?id=918909 [ 2 ] Bug #916581 - Any modify operation results in "Error: global name 'arg' is not defined" https://bugzilla.redhat.com/show_bug.cgi?id=916581 -------------------------------------------------------------------------------- ================================================================================ php-Pimple-1.0.2-1.el6 (FEDORA-EPEL-2013-0554) A simple Dependency Injection Container for PHP -------------------------------------------------------------------------------- Update Information: Version 1.0.2 v1.0.1 to v1.0.2 change log: https://github.com/fabpot/Pimple/compare/v1.0.1...v1.0.2 -------------------------------------------------------------------------------- ChangeLog: * Fri Mar 8 2013 Shawn Iwinski 1.0.2-1 - Updated to upstream version 1.0.2 - Updates per new Fedora packaging guidelines for Git repos - Removed tests * Thu Feb 14 2013 Fedora Release Engineering - 1.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #919558 - php-Pimple-1.0.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=919558 -------------------------------------------------------------------------------- ================================================================================ php-channel-aws-1.3-3.el6 (FEDORA-EPEL-2013-0553) Adds the Amazon Web Services channel to PEAR -------------------------------------------------------------------------------- Update Information: Adds the Amazon Web Services channel to PEAR This is an owncloud server dependency. -------------------------------------------------------------------------------- References: [ 1 ] Bug #876404 - Review Request: php-channel-aws - Adds the Amazon Web Services channel to PEAR https://bugzilla.redhat.com/show_bug.cgi?id=876404 -------------------------------------------------------------------------------- ================================================================================ php-channel-dropbox-php-1.3-3.el6 (FEDORA-EPEL-2013-0551) Adds the Dropbox-PHP channel to PEAR -------------------------------------------------------------------------------- Update Information: Library for integrating dropbox with PHP -------------------------------------------------------------------------------- ================================================================================ php-dropbox-php-Dropbox-1.0.0-4.el6 (FEDORA-EPEL-2013-0551) Library for integrating dropbox with PHP -------------------------------------------------------------------------------- Update Information: Library for integrating dropbox with PHP -------------------------------------------------------------------------------- ================================================================================ php-horde-Horde-Alarm-2.0.4-1.el6 (FEDORA-EPEL-2013-0565) Horde Alarm Libraries -------------------------------------------------------------------------------- Update Information: Horde_Support 2.0.4 * [mms] Simplify Horde_Support_Array iterator. Horde_URL 2.2.0 * [mms] Add Horde_Url_Data::isData(). Horde_Date 2.0.4 * [jan] Fix recurring dates on the 5th weekday of a month (Bug #11181). Horde_Http 2.0.2 * [jan] Allow self-signed certificates when using the fopen driver. Horde_Image 2.0.4 * [jan] Improve unit tests. Horde_Lock 2.0.2 * [jan] Fix retrieving lock list if permanent locks exist (piper at hrz.uni-marburg.de, Bug #12077). * [jan] Deny exclusive lock if shared locks exist. * [jan] Don't make lock non-permanent when resetting a permanent lock. * [jan] Fix retrieving information for permanent locks. * [jan] Add unit tests. Horde_Argv 2.0.5 * [jan] Add extensive documention. Horde_Serialize 2.0.2 * [jan] Improve dependency detection. Horde_Alarm 2.0.4 * [jan] Fix unit tests. Horde_Text_Diff 2.0.2 * [jan] Improve performance. Horde_Date_Parser 2.0.2 * [mjr] Fix several parsing bugs (Bug #12006). Horde_Cache 2.0.3 * [mms] Abstract data compression out into Horde_Compress_Fast package. * [mms] Fix regression preventing compression of Horde_Cache data (Bug #12088). -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 6 2013 Remi Collet - 2.0.4-1 - Update to 2.0.4 - temporary remove optional dependencies no yet available -------------------------------------------------------------------------------- ================================================================================ php-horde-Horde-Argv-2.0.5-1.el6 (FEDORA-EPEL-2013-0565) Horde command-line argument parsing package -------------------------------------------------------------------------------- Update Information: Horde_Support 2.0.4 * [mms] Simplify Horde_Support_Array iterator. Horde_URL 2.2.0 * [mms] Add Horde_Url_Data::isData(). Horde_Date 2.0.4 * [jan] Fix recurring dates on the 5th weekday of a month (Bug #11181). Horde_Http 2.0.2 * [jan] Allow self-signed certificates when using the fopen driver. Horde_Image 2.0.4 * [jan] Improve unit tests. Horde_Lock 2.0.2 * [jan] Fix retrieving lock list if permanent locks exist (piper at hrz.uni-marburg.de, Bug #12077). * [jan] Deny exclusive lock if shared locks exist. * [jan] Don't make lock non-permanent when resetting a permanent lock. * [jan] Fix retrieving information for permanent locks. * [jan] Add unit tests. Horde_Argv 2.0.5 * [jan] Add extensive documention. Horde_Serialize 2.0.2 * [jan] Improve dependency detection. Horde_Alarm 2.0.4 * [jan] Fix unit tests. Horde_Text_Diff 2.0.2 * [jan] Improve performance. Horde_Date_Parser 2.0.2 * [mjr] Fix several parsing bugs (Bug #12006). Horde_Cache 2.0.3 * [mms] Abstract data compression out into Horde_Compress_Fast package. * [mms] Fix regression preventing compression of Horde_Cache data (Bug #12088). -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 6 2013 Remi Collet - 2.0.5-1 - Update to 2.0.5 -------------------------------------------------------------------------------- ================================================================================ php-horde-Horde-Cache-2.0.3-1.el6 (FEDORA-EPEL-2013-0565) Horde Caching API -------------------------------------------------------------------------------- Update Information: Horde_Support 2.0.4 * [mms] Simplify Horde_Support_Array iterator. Horde_URL 2.2.0 * [mms] Add Horde_Url_Data::isData(). Horde_Date 2.0.4 * [jan] Fix recurring dates on the 5th weekday of a month (Bug #11181). Horde_Http 2.0.2 * [jan] Allow self-signed certificates when using the fopen driver. Horde_Image 2.0.4 * [jan] Improve unit tests. Horde_Lock 2.0.2 * [jan] Fix retrieving lock list if permanent locks exist (piper at hrz.uni-marburg.de, Bug #12077). * [jan] Deny exclusive lock if shared locks exist. * [jan] Don't make lock non-permanent when resetting a permanent lock. * [jan] Fix retrieving information for permanent locks. * [jan] Add unit tests. Horde_Argv 2.0.5 * [jan] Add extensive documention. Horde_Serialize 2.0.2 * [jan] Improve dependency detection. Horde_Alarm 2.0.4 * [jan] Fix unit tests. Horde_Text_Diff 2.0.2 * [jan] Improve performance. Horde_Date_Parser 2.0.2 * [mjr] Fix several parsing bugs (Bug #12006). Horde_Cache 2.0.3 * [mms] Abstract data compression out into Horde_Compress_Fast package. * [mms] Fix regression preventing compression of Horde_Cache data (Bug #12088). -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 6 2013 Remi Collet - 2.0.3-1 - Update to 2.0.3 - requires Horde_Compress_Fast instead of LZF - fix License * Thu Feb 14 2013 Fedora Release Engineering - 2.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ php-horde-Horde-Compress-Fast-1.0.1-1.el6 (FEDORA-EPEL-2013-0546) Fast Compression Library -------------------------------------------------------------------------------- Update Information: Provides compression suitable for packing strings on-the-fly in PHP code (as opposed to more resource-intensive compression algorithms such as DEFLATE). -------------------------------------------------------------------------------- References: [ 1 ] Bug #918508 - Review Request: php-horde-Horde-Compress-Fast - Fast Compression Library https://bugzilla.redhat.com/show_bug.cgi?id=918508 -------------------------------------------------------------------------------- ================================================================================ php-horde-Horde-Date-2.0.4-1.el6 (FEDORA-EPEL-2013-0565) Horde Date package -------------------------------------------------------------------------------- Update Information: Horde_Support 2.0.4 * [mms] Simplify Horde_Support_Array iterator. Horde_URL 2.2.0 * [mms] Add Horde_Url_Data::isData(). Horde_Date 2.0.4 * [jan] Fix recurring dates on the 5th weekday of a month (Bug #11181). Horde_Http 2.0.2 * [jan] Allow self-signed certificates when using the fopen driver. Horde_Image 2.0.4 * [jan] Improve unit tests. Horde_Lock 2.0.2 * [jan] Fix retrieving lock list if permanent locks exist (piper at hrz.uni-marburg.de, Bug #12077). * [jan] Deny exclusive lock if shared locks exist. * [jan] Don't make lock non-permanent when resetting a permanent lock. * [jan] Fix retrieving information for permanent locks. * [jan] Add unit tests. Horde_Argv 2.0.5 * [jan] Add extensive documention. Horde_Serialize 2.0.2 * [jan] Improve dependency detection. Horde_Alarm 2.0.4 * [jan] Fix unit tests. Horde_Text_Diff 2.0.2 * [jan] Improve performance. Horde_Date_Parser 2.0.2 * [mjr] Fix several parsing bugs (Bug #12006). Horde_Cache 2.0.3 * [mms] Abstract data compression out into Horde_Compress_Fast package. * [mms] Fix regression preventing compression of Horde_Cache data (Bug #12088). -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 6 2013 Remi Collet - 2.0.4-1 - Update to 2.0.4 - fix License -------------------------------------------------------------------------------- ================================================================================ php-horde-Horde-Date-Parser-2.0.2-1.el6 (FEDORA-EPEL-2013-0565) Horde Date Parser -------------------------------------------------------------------------------- Update Information: Horde_Support 2.0.4 * [mms] Simplify Horde_Support_Array iterator. Horde_URL 2.2.0 * [mms] Add Horde_Url_Data::isData(). Horde_Date 2.0.4 * [jan] Fix recurring dates on the 5th weekday of a month (Bug #11181). Horde_Http 2.0.2 * [jan] Allow self-signed certificates when using the fopen driver. Horde_Image 2.0.4 * [jan] Improve unit tests. Horde_Lock 2.0.2 * [jan] Fix retrieving lock list if permanent locks exist (piper at hrz.uni-marburg.de, Bug #12077). * [jan] Deny exclusive lock if shared locks exist. * [jan] Don't make lock non-permanent when resetting a permanent lock. * [jan] Fix retrieving information for permanent locks. * [jan] Add unit tests. Horde_Argv 2.0.5 * [jan] Add extensive documention. Horde_Serialize 2.0.2 * [jan] Improve dependency detection. Horde_Alarm 2.0.4 * [jan] Fix unit tests. Horde_Text_Diff 2.0.2 * [jan] Improve performance. Horde_Date_Parser 2.0.2 * [mjr] Fix several parsing bugs (Bug #12006). Horde_Cache 2.0.3 * [mms] Abstract data compression out into Horde_Compress_Fast package. * [mms] Fix regression preventing compression of Horde_Cache data (Bug #12088). -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 6 2013 Remi Collet - 2.0.2-1 - Update to 2.0.2 * Thu Feb 14 2013 Fedora Release Engineering - 2.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ php-horde-Horde-Exception-2.0.3-1.el6 (FEDORA-EPEL-2013-0347) Horde Exception Handler -------------------------------------------------------------------------------- Update Information: Horde_Util 2.2.1 * [mms] Simplify Horde_Variables iterator. Horde_Util 2.2.0 * [mms] Can't add charset directly to HTML document or else DOM will alter document when generating HTML. * [mms] Added Horde_Domhtml#getBody(). Horde_Util 2.1.0 * [mms] Added 'charset' and 'metacharset' parameters to returnHtml(). * [mms] Added Horde_Domhtml#getCharset() to get best-guess charset of current encoding within the DOM object. * [mms] Fix inserting HEAD into HTML document with Horde_Domhtml#getHead() if it doesn't already exist in the document. Horde_Exception 2.0.3 * [jan] Update French translation (Paul De Vlieger <paul.de_vlieger at moniut.univ-bpclermont.fr>). Horde_Test 2.2.1 * [jan] Return to old directory after running all tests. Horde_Test 2.2.0 * [jan] Add test/ directory to include_path to allow autoloading of test classes. -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 11 2013 Remi Collet - 2.0.3-1 - Update to 2.0.3 - run test when build --with tests - spec cleanups - fix License -------------------------------------------------------------------------------- ================================================================================ php-horde-Horde-Http-2.0.2-1.el6 (FEDORA-EPEL-2013-0565) Horde HTTP libraries -------------------------------------------------------------------------------- Update Information: Horde_Support 2.0.4 * [mms] Simplify Horde_Support_Array iterator. Horde_URL 2.2.0 * [mms] Add Horde_Url_Data::isData(). Horde_Date 2.0.4 * [jan] Fix recurring dates on the 5th weekday of a month (Bug #11181). Horde_Http 2.0.2 * [jan] Allow self-signed certificates when using the fopen driver. Horde_Image 2.0.4 * [jan] Improve unit tests. Horde_Lock 2.0.2 * [jan] Fix retrieving lock list if permanent locks exist (piper at hrz.uni-marburg.de, Bug #12077). * [jan] Deny exclusive lock if shared locks exist. * [jan] Don't make lock non-permanent when resetting a permanent lock. * [jan] Fix retrieving information for permanent locks. * [jan] Add unit tests. Horde_Argv 2.0.5 * [jan] Add extensive documention. Horde_Serialize 2.0.2 * [jan] Improve dependency detection. Horde_Alarm 2.0.4 * [jan] Fix unit tests. Horde_Text_Diff 2.0.2 * [jan] Improve performance. Horde_Date_Parser 2.0.2 * [mjr] Fix several parsing bugs (Bug #12006). Horde_Cache 2.0.3 * [mms] Abstract data compression out into Horde_Compress_Fast package. * [mms] Fix regression preventing compression of Horde_Cache data (Bug #12088). -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 6 2013 Remi Collet - 2.0.2-1 - Update to 2.0.2 - run test when build with --with tests option * Thu Feb 14 2013 Fedora Release Engineering - 2.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ php-horde-Horde-Image-2.0.4-1.el6 (FEDORA-EPEL-2013-0565) Horde Image API -------------------------------------------------------------------------------- Update Information: Horde_Support 2.0.4 * [mms] Simplify Horde_Support_Array iterator. Horde_URL 2.2.0 * [mms] Add Horde_Url_Data::isData(). Horde_Date 2.0.4 * [jan] Fix recurring dates on the 5th weekday of a month (Bug #11181). Horde_Http 2.0.2 * [jan] Allow self-signed certificates when using the fopen driver. Horde_Image 2.0.4 * [jan] Improve unit tests. Horde_Lock 2.0.2 * [jan] Fix retrieving lock list if permanent locks exist (piper at hrz.uni-marburg.de, Bug #12077). * [jan] Deny exclusive lock if shared locks exist. * [jan] Don't make lock non-permanent when resetting a permanent lock. * [jan] Fix retrieving information for permanent locks. * [jan] Add unit tests. Horde_Argv 2.0.5 * [jan] Add extensive documention. Horde_Serialize 2.0.2 * [jan] Improve dependency detection. Horde_Alarm 2.0.4 * [jan] Fix unit tests. Horde_Text_Diff 2.0.2 * [jan] Improve performance. Horde_Date_Parser 2.0.2 * [mjr] Fix several parsing bugs (Bug #12006). Horde_Cache 2.0.3 * [mms] Abstract data compression out into Horde_Compress_Fast package. * [mms] Fix regression preventing compression of Horde_Cache data (Bug #12088). -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 6 2013 Remi Collet - 2.0.4-1 - Update to 2.0.4 -------------------------------------------------------------------------------- ================================================================================ php-horde-Horde-Lock-2.0.2-1.el6 (FEDORA-EPEL-2013-0565) Horde Resource Locking System -------------------------------------------------------------------------------- Update Information: Horde_Support 2.0.4 * [mms] Simplify Horde_Support_Array iterator. Horde_URL 2.2.0 * [mms] Add Horde_Url_Data::isData(). Horde_Date 2.0.4 * [jan] Fix recurring dates on the 5th weekday of a month (Bug #11181). Horde_Http 2.0.2 * [jan] Allow self-signed certificates when using the fopen driver. Horde_Image 2.0.4 * [jan] Improve unit tests. Horde_Lock 2.0.2 * [jan] Fix retrieving lock list if permanent locks exist (piper at hrz.uni-marburg.de, Bug #12077). * [jan] Deny exclusive lock if shared locks exist. * [jan] Don't make lock non-permanent when resetting a permanent lock. * [jan] Fix retrieving information for permanent locks. * [jan] Add unit tests. Horde_Argv 2.0.5 * [jan] Add extensive documention. Horde_Serialize 2.0.2 * [jan] Improve dependency detection. Horde_Alarm 2.0.4 * [jan] Fix unit tests. Horde_Text_Diff 2.0.2 * [jan] Improve performance. Horde_Date_Parser 2.0.2 * [mjr] Fix several parsing bugs (Bug #12006). Horde_Cache 2.0.3 * [mms] Abstract data compression out into Horde_Compress_Fast package. * [mms] Fix regression preventing compression of Horde_Cache data (Bug #12088). -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 6 2013 Remi Collet - 2.0.2-1 - Update to 2.0.2 - run test when build with --with tests options -------------------------------------------------------------------------------- ================================================================================ php-horde-Horde-Memcache-2.0.2-2.el6 (FEDORA-EPEL-2013-0552) Horde Memcache API -------------------------------------------------------------------------------- Update Information: Provides an API to access a memcache installation. -------------------------------------------------------------------------------- References: [ 1 ] Bug #873736 - Review Request: php-horde-Horde-Memcache - Horde Memcache API https://bugzilla.redhat.com/show_bug.cgi?id=873736 -------------------------------------------------------------------------------- ================================================================================ php-horde-Horde-Queue-1.0.0-1.el6 (FEDORA-EPEL-2013-0580) Horde Queue -------------------------------------------------------------------------------- Update Information: Queue layer with various storage backends and runners -------------------------------------------------------------------------------- References: [ 1 ] Bug #918546 - Review Request: php-horde-Horde-Queue - Horde Queue https://bugzilla.redhat.com/show_bug.cgi?id=918546 -------------------------------------------------------------------------------- ================================================================================ php-horde-Horde-Serialize-2.0.2-1.el6 (FEDORA-EPEL-2013-0565) Data Encapulation API -------------------------------------------------------------------------------- Update Information: Horde_Support 2.0.4 * [mms] Simplify Horde_Support_Array iterator. Horde_URL 2.2.0 * [mms] Add Horde_Url_Data::isData(). Horde_Date 2.0.4 * [jan] Fix recurring dates on the 5th weekday of a month (Bug #11181). Horde_Http 2.0.2 * [jan] Allow self-signed certificates when using the fopen driver. Horde_Image 2.0.4 * [jan] Improve unit tests. Horde_Lock 2.0.2 * [jan] Fix retrieving lock list if permanent locks exist (piper at hrz.uni-marburg.de, Bug #12077). * [jan] Deny exclusive lock if shared locks exist. * [jan] Don't make lock non-permanent when resetting a permanent lock. * [jan] Fix retrieving information for permanent locks. * [jan] Add unit tests. Horde_Argv 2.0.5 * [jan] Add extensive documention. Horde_Serialize 2.0.2 * [jan] Improve dependency detection. Horde_Alarm 2.0.4 * [jan] Fix unit tests. Horde_Text_Diff 2.0.2 * [jan] Improve performance. Horde_Date_Parser 2.0.2 * [mjr] Fix several parsing bugs (Bug #12006). Horde_Cache 2.0.3 * [mms] Abstract data compression out into Horde_Compress_Fast package. * [mms] Fix regression preventing compression of Horde_Cache data (Bug #12088). -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 6 2013 Remi Collet - 2.0.2-1 - Update to 2.0.2 -------------------------------------------------------------------------------- ================================================================================ php-horde-Horde-Support-2.0.4-1.el6 (FEDORA-EPEL-2013-0565) Horde support package -------------------------------------------------------------------------------- Update Information: Horde_Support 2.0.4 * [mms] Simplify Horde_Support_Array iterator. Horde_URL 2.2.0 * [mms] Add Horde_Url_Data::isData(). Horde_Date 2.0.4 * [jan] Fix recurring dates on the 5th weekday of a month (Bug #11181). Horde_Http 2.0.2 * [jan] Allow self-signed certificates when using the fopen driver. Horde_Image 2.0.4 * [jan] Improve unit tests. Horde_Lock 2.0.2 * [jan] Fix retrieving lock list if permanent locks exist (piper at hrz.uni-marburg.de, Bug #12077). * [jan] Deny exclusive lock if shared locks exist. * [jan] Don't make lock non-permanent when resetting a permanent lock. * [jan] Fix retrieving information for permanent locks. * [jan] Add unit tests. Horde_Argv 2.0.5 * [jan] Add extensive documention. Horde_Serialize 2.0.2 * [jan] Improve dependency detection. Horde_Alarm 2.0.4 * [jan] Fix unit tests. Horde_Text_Diff 2.0.2 * [jan] Improve performance. Horde_Date_Parser 2.0.2 * [mjr] Fix several parsing bugs (Bug #12006). Horde_Cache 2.0.3 * [mms] Abstract data compression out into Horde_Compress_Fast package. * [mms] Fix regression preventing compression of Horde_Cache data (Bug #12088). -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 6 2013 Remi Collet - 2.0.4-1 - Update to 2.0.4 -------------------------------------------------------------------------------- ================================================================================ php-horde-Horde-Test-2.2.1-1.el6 (FEDORA-EPEL-2013-0347) Horde testing base classes -------------------------------------------------------------------------------- Update Information: Horde_Util 2.2.1 * [mms] Simplify Horde_Variables iterator. Horde_Util 2.2.0 * [mms] Can't add charset directly to HTML document or else DOM will alter document when generating HTML. * [mms] Added Horde_Domhtml#getBody(). Horde_Util 2.1.0 * [mms] Added 'charset' and 'metacharset' parameters to returnHtml(). * [mms] Added Horde_Domhtml#getCharset() to get best-guess charset of current encoding within the DOM object. * [mms] Fix inserting HEAD into HTML document with Horde_Domhtml#getHead() if it doesn't already exist in the document. Horde_Exception 2.0.3 * [jan] Update French translation (Paul De Vlieger <paul.de_vlieger at moniut.univ-bpclermont.fr>). Horde_Test 2.2.1 * [jan] Return to old directory after running all tests. Horde_Test 2.2.0 * [jan] Add test/ directory to include_path to allow autoloading of test classes. -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 6 2013 Remi Collet - 2.2.1-1 - Update to 2.2.1 * Tue Feb 12 2013 Remi Collet - 2.2.0-1 - Update to 2.2.0 - cleanups - add dependency on Horde_Log - fix License -------------------------------------------------------------------------------- ================================================================================ php-horde-Horde-Text-Diff-2.0.2-1.el6 (FEDORA-EPEL-2013-0565) Engine for performing and rendering text diffs -------------------------------------------------------------------------------- Update Information: Horde_Support 2.0.4 * [mms] Simplify Horde_Support_Array iterator. Horde_URL 2.2.0 * [mms] Add Horde_Url_Data::isData(). Horde_Date 2.0.4 * [jan] Fix recurring dates on the 5th weekday of a month (Bug #11181). Horde_Http 2.0.2 * [jan] Allow self-signed certificates when using the fopen driver. Horde_Image 2.0.4 * [jan] Improve unit tests. Horde_Lock 2.0.2 * [jan] Fix retrieving lock list if permanent locks exist (piper at hrz.uni-marburg.de, Bug #12077). * [jan] Deny exclusive lock if shared locks exist. * [jan] Don't make lock non-permanent when resetting a permanent lock. * [jan] Fix retrieving information for permanent locks. * [jan] Add unit tests. Horde_Argv 2.0.5 * [jan] Add extensive documention. Horde_Serialize 2.0.2 * [jan] Improve dependency detection. Horde_Alarm 2.0.4 * [jan] Fix unit tests. Horde_Text_Diff 2.0.2 * [jan] Improve performance. Horde_Date_Parser 2.0.2 * [mjr] Fix several parsing bugs (Bug #12006). Horde_Cache 2.0.3 * [mms] Abstract data compression out into Horde_Compress_Fast package. * [mms] Fix regression preventing compression of Horde_Cache data (Bug #12088). -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 6 2013 Remi Collet - 2.0.2-1 - Update to 2.0.2 -------------------------------------------------------------------------------- ================================================================================ php-horde-Horde-Tree-2.0.2-1.el6 (FEDORA-EPEL-2013-0523) Horde Tree API -------------------------------------------------------------------------------- Update Information: This package provides a tree view of hierarchical information. It allows for expanding/collapsing of branches and maintains their state. -------------------------------------------------------------------------------- References: [ 1 ] Bug #909588 - Review Request: php-horde-Horde-Tree - Horde Tree API https://bugzilla.redhat.com/show_bug.cgi?id=909588 -------------------------------------------------------------------------------- ================================================================================ php-horde-Horde-Url-2.2.0-1.el6 (FEDORA-EPEL-2013-0565) Horde Url class -------------------------------------------------------------------------------- Update Information: Horde_Support 2.0.4 * [mms] Simplify Horde_Support_Array iterator. Horde_URL 2.2.0 * [mms] Add Horde_Url_Data::isData(). Horde_Date 2.0.4 * [jan] Fix recurring dates on the 5th weekday of a month (Bug #11181). Horde_Http 2.0.2 * [jan] Allow self-signed certificates when using the fopen driver. Horde_Image 2.0.4 * [jan] Improve unit tests. Horde_Lock 2.0.2 * [jan] Fix retrieving lock list if permanent locks exist (piper at hrz.uni-marburg.de, Bug #12077). * [jan] Deny exclusive lock if shared locks exist. * [jan] Don't make lock non-permanent when resetting a permanent lock. * [jan] Fix retrieving information for permanent locks. * [jan] Add unit tests. Horde_Argv 2.0.5 * [jan] Add extensive documention. Horde_Serialize 2.0.2 * [jan] Improve dependency detection. Horde_Alarm 2.0.4 * [jan] Fix unit tests. Horde_Text_Diff 2.0.2 * [jan] Improve performance. Horde_Date_Parser 2.0.2 * [mjr] Fix several parsing bugs (Bug #12006). Horde_Cache 2.0.3 * [mms] Abstract data compression out into Horde_Compress_Fast package. * [mms] Fix regression preventing compression of Horde_Cache data (Bug #12088). -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 6 2013 Remi Collet - 2.2.0-1 - Update to 2.2.0 - fix License -------------------------------------------------------------------------------- ================================================================================ php-horde-Horde-Util-2.2.1-1.el6 (FEDORA-EPEL-2013-0347) Horde Utility Libraries -------------------------------------------------------------------------------- Update Information: Horde_Util 2.2.1 * [mms] Simplify Horde_Variables iterator. Horde_Util 2.2.0 * [mms] Can't add charset directly to HTML document or else DOM will alter document when generating HTML. * [mms] Added Horde_Domhtml#getBody(). Horde_Util 2.1.0 * [mms] Added 'charset' and 'metacharset' parameters to returnHtml(). * [mms] Added Horde_Domhtml#getCharset() to get best-guess charset of current encoding within the DOM object. * [mms] Fix inserting HEAD into HTML document with Horde_Domhtml#getHead() if it doesn't already exist in the document. Horde_Exception 2.0.3 * [jan] Update French translation (Paul De Vlieger <paul.de_vlieger at moniut.univ-bpclermont.fr>). Horde_Test 2.2.1 * [jan] Return to old directory after running all tests. Horde_Test 2.2.0 * [jan] Add test/ directory to include_path to allow autoloading of test classes. -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 6 2013 Remi Collet - 2.2.1-1 - Update to 2.2.1 * Tue Feb 26 2013 Remi Collet - 2.2.0-1 - Update to 2.2.0 * Sun Feb 17 2013 Remi Collet - 2.1.0-2 - fix dependency, no php-filter on EL-6 * Tue Feb 12 2013 Remi Collet - 2.1.0-1 - Update to 2.1.0 - fix License - cleanups - run test when build --with tests -------------------------------------------------------------------------------- ================================================================================ php-lessphp-0.3.9-1.el6 (FEDORA-EPEL-2013-0545) A compiler for LESS written in PHP -------------------------------------------------------------------------------- Update Information: * Fixes compile issue with latest version of bootstrap * Support nested interpolations * Support interpolations inside of selectors * Variables can be inside of a @media declaration * transparent is recognized as a color * Add unit, red, green, blue, constrast functions Full change log: http://leafo.net/lessphp/changelog.html -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Shawn Iwinski 0.3.9-1 - Updated to upstream version 0.3.9 - Added php_min_ver global * Thu Feb 14 2013 Fedora Release Engineering - 0.3.8-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #917299 - php-lessphp-0.3.9 is available https://bugzilla.redhat.com/show_bug.cgi?id=917299 -------------------------------------------------------------------------------- ================================================================================ php-sabredav-Sabre-1.0.0-9.el6 (FEDORA-EPEL-2013-0589) Base for Sabre_DAV packages -------------------------------------------------------------------------------- Update Information: small bug fix in spec. -------------------------------------------------------------------------------- ChangeLog: * Sat Mar 2 2013 Joseph Marrero - 1.0.0-9 - create if-else to fix clean up issue with f19 and rhel * Sat Mar 2 2013 Joseph Marrero - 1.0.0-8 - change pear_phpdir to pear_metadir to correctly build on f19 * Thu Feb 14 2013 Fedora Release Engineering - 1.0.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ php-symfony2-BrowserKit-2.1.8-1.el6 (FEDORA-EPEL-2013-0515) Symfony2 BrowserKit Component -------------------------------------------------------------------------------- Update Information: Updated to version 2.1.8 See: http://symfony.com/blog/symfony-2-1-8-released Full change log: https://github.com/symfony/symfony/blob/v2.1.8/CHANGELOG-2.1.md -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Shawn Iwinski 2.1.8-1 - Updated to upstream version 2.1.8 * Thu Feb 14 2013 Fedora Release Engineering - 2.1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ php-symfony2-ClassLoader-2.1.8-1.el6 (FEDORA-EPEL-2013-0515) Symfony2 ClassLoader Component -------------------------------------------------------------------------------- Update Information: Updated to version 2.1.8 See: http://symfony.com/blog/symfony-2-1-8-released Full change log: https://github.com/symfony/symfony/blob/v2.1.8/CHANGELOG-2.1.md -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Shawn Iwinski 2.1.8-1 - Updated to upstream version 2.1.8 * Thu Feb 14 2013 Fedora Release Engineering - 2.1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ php-symfony2-Config-2.1.8-2.el6 (FEDORA-EPEL-2013-0515) Symfony2 Config Component -------------------------------------------------------------------------------- Update Information: Updated to version 2.1.8 See: http://symfony.com/blog/symfony-2-1-8-released Full change log: https://github.com/symfony/symfony/blob/v2.1.8/CHANGELOG-2.1.md -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Shawn Iwinski 2.1.8-2 - Fixed default timezone for tests * Sun Mar 3 2013 Shawn Iwinski 2.1.8-1 - Updated to upstream version 2.1.8 * Thu Feb 14 2013 Fedora Release Engineering - 2.1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ php-symfony2-Console-2.1.8-1.el6 (FEDORA-EPEL-2013-0515) Symfony2 Console Component -------------------------------------------------------------------------------- Update Information: Updated to version 2.1.8 See: http://symfony.com/blog/symfony-2-1-8-released Full change log: https://github.com/symfony/symfony/blob/v2.1.8/CHANGELOG-2.1.md -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Shawn Iwinski 2.1.8-1 - Updated to upstream version 2.1.8 * Thu Feb 14 2013 Fedora Release Engineering - 2.1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ php-symfony2-CssSelector-2.1.8-1.el6 (FEDORA-EPEL-2013-0515) Symfony2 CssSelector Component -------------------------------------------------------------------------------- Update Information: Updated to version 2.1.8 See: http://symfony.com/blog/symfony-2-1-8-released Full change log: https://github.com/symfony/symfony/blob/v2.1.8/CHANGELOG-2.1.md -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Shawn Iwinski 2.1.8-1 - Updated to upstream version 2.1.8 * Thu Feb 14 2013 Fedora Release Engineering - 2.1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ php-symfony2-DependencyInjection-2.1.8-1.el6 (FEDORA-EPEL-2013-0515) Symfony2 DependencyInjection Component -------------------------------------------------------------------------------- Update Information: Updated to version 2.1.8 See: http://symfony.com/blog/symfony-2-1-8-released Full change log: https://github.com/symfony/symfony/blob/v2.1.8/CHANGELOG-2.1.md -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Shawn Iwinski 2.1.8-1 - Updated to upstream version 2.1.8 - Temporarily disable failing tests * Thu Feb 14 2013 Fedora Release Engineering - 2.1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ php-symfony2-DomCrawler-2.1.8-1.el6 (FEDORA-EPEL-2013-0515) Symfony2 DomCrawler Component -------------------------------------------------------------------------------- Update Information: Updated to version 2.1.8 See: http://symfony.com/blog/symfony-2-1-8-released Full change log: https://github.com/symfony/symfony/blob/v2.1.8/CHANGELOG-2.1.md -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Shawn Iwinski 2.1.8-1 - Updated to upstream version 2.1.8 * Thu Feb 14 2013 Fedora Release Engineering - 2.1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ php-symfony2-EventDispatcher-2.1.8-1.el6 (FEDORA-EPEL-2013-0515) Symfony2 EventDispatcher Component -------------------------------------------------------------------------------- Update Information: Updated to version 2.1.8 See: http://symfony.com/blog/symfony-2-1-8-released Full change log: https://github.com/symfony/symfony/blob/v2.1.8/CHANGELOG-2.1.md -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Shawn Iwinski 2.1.8-1 - Updated to upstream version 2.1.8 * Thu Feb 14 2013 Fedora Release Engineering - 2.1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ php-symfony2-Filesystem-2.1.8-1.el6 (FEDORA-EPEL-2013-0515) Symfony2 Filesystem Component -------------------------------------------------------------------------------- Update Information: Updated to version 2.1.8 See: http://symfony.com/blog/symfony-2-1-8-released Full change log: https://github.com/symfony/symfony/blob/v2.1.8/CHANGELOG-2.1.md -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Shawn Iwinski 2.1.8-1 - Updated to upstream version 2.1.8 * Thu Feb 14 2013 Fedora Release Engineering - 2.1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ php-symfony2-Finder-2.1.8-1.el6 (FEDORA-EPEL-2013-0515) Symfony2 Finder Component -------------------------------------------------------------------------------- Update Information: Updated to version 2.1.8 See: http://symfony.com/blog/symfony-2-1-8-released Full change log: https://github.com/symfony/symfony/blob/v2.1.8/CHANGELOG-2.1.md -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Shawn Iwinski 2.1.8-1 - Updated to upstream version 2.1.8 * Thu Feb 14 2013 Fedora Release Engineering - 2.1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ php-symfony2-Form-2.1.8-1.el6 (FEDORA-EPEL-2013-0515) Symfony2 Form Component -------------------------------------------------------------------------------- Update Information: Updated to version 2.1.8 See: http://symfony.com/blog/symfony-2-1-8-released Full change log: https://github.com/symfony/symfony/blob/v2.1.8/CHANGELOG-2.1.md -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Shawn Iwinski 2.1.8-1 - Updated to upstream version 2.1.8 - Enable tests by default * Thu Feb 14 2013 Fedora Release Engineering - 2.1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ php-symfony2-HttpFoundation-2.1.8-1.el6 (FEDORA-EPEL-2013-0515) Symfony2 HttpFoundation Component -------------------------------------------------------------------------------- Update Information: Updated to version 2.1.8 See: http://symfony.com/blog/symfony-2-1-8-released Full change log: https://github.com/symfony/symfony/blob/v2.1.8/CHANGELOG-2.1.md -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Shawn Iwinski 2.1.8-1 - Updated to upstream version 2.1.8 * Thu Feb 14 2013 Fedora Release Engineering - 2.1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ php-symfony2-HttpKernel-2.1.8-1.el6 (FEDORA-EPEL-2013-0515) Symfony2 HttpKernel Component -------------------------------------------------------------------------------- Update Information: Updated to version 2.1.8 See: http://symfony.com/blog/symfony-2-1-8-released Full change log: https://github.com/symfony/symfony/blob/v2.1.8/CHANGELOG-2.1.md -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Shawn Iwinski 2.1.8-1 - Updated to upstream version 2.1.8 * Thu Feb 14 2013 Fedora Release Engineering - 2.1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ php-symfony2-Locale-2.1.8-1.el6 (FEDORA-EPEL-2013-0515) Symfony2 Locale Component -------------------------------------------------------------------------------- Update Information: Updated to version 2.1.8 See: http://symfony.com/blog/symfony-2-1-8-released Full change log: https://github.com/symfony/symfony/blob/v2.1.8/CHANGELOG-2.1.md -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Shawn Iwinski 2.1.8-1 - Updated to upstream version 2.1.8 * Thu Feb 14 2013 Fedora Release Engineering - 2.1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ php-symfony2-OptionsResolver-2.1.8-1.el6 (FEDORA-EPEL-2013-0515) Symfony2 OptionsResolver Component -------------------------------------------------------------------------------- Update Information: Updated to version 2.1.8 See: http://symfony.com/blog/symfony-2-1-8-released Full change log: https://github.com/symfony/symfony/blob/v2.1.8/CHANGELOG-2.1.md -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Shawn Iwinski 2.1.8-1 - Updated to upstream version 2.1.8 * Thu Feb 14 2013 Fedora Release Engineering - 2.1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ php-symfony2-Process-2.1.8-1.el6 (FEDORA-EPEL-2013-0515) Symfony2 Process Component -------------------------------------------------------------------------------- Update Information: Updated to version 2.1.8 See: http://symfony.com/blog/symfony-2-1-8-released Full change log: https://github.com/symfony/symfony/blob/v2.1.8/CHANGELOG-2.1.md -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Shawn Iwinski 2.1.8-1 - Updated to upstream version 2.1.8 * Thu Feb 14 2013 Fedora Release Engineering - 2.1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ php-symfony2-Routing-2.1.8-1.el6 (FEDORA-EPEL-2013-0515) Symfony2 Routing Component -------------------------------------------------------------------------------- Update Information: Updated to version 2.1.8 See: http://symfony.com/blog/symfony-2-1-8-released Full change log: https://github.com/symfony/symfony/blob/v2.1.8/CHANGELOG-2.1.md -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Shawn Iwinski 2.1.8-1 - Updated to upstream version 2.1.8 - Run tests by default (i.e. without "--with tests") * Thu Feb 14 2013 Fedora Release Engineering - 2.1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ php-symfony2-Security-2.1.8-1.el6 (FEDORA-EPEL-2013-0515) Symfony2 Security Component -------------------------------------------------------------------------------- Update Information: Updated to version 2.1.8 See: http://symfony.com/blog/symfony-2-1-8-released Full change log: https://github.com/symfony/symfony/blob/v2.1.8/CHANGELOG-2.1.md -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Shawn Iwinski 2.1.8-1 - Updated to upstream version 2.1.8 * Thu Feb 14 2013 Fedora Release Engineering - 2.1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ php-symfony2-Serializer-2.1.8-1.el6 (FEDORA-EPEL-2013-0515) Symfony2 Serializer Component -------------------------------------------------------------------------------- Update Information: Updated to version 2.1.8 See: http://symfony.com/blog/symfony-2-1-8-released Full change log: https://github.com/symfony/symfony/blob/v2.1.8/CHANGELOG-2.1.md -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Shawn Iwinski 2.1.8-1 - Updated to upstream version 2.1.8 * Thu Feb 14 2013 Fedora Release Engineering - 2.1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ php-symfony2-Templating-2.1.8-1.el6 (FEDORA-EPEL-2013-0515) Symfony2 Templating Component -------------------------------------------------------------------------------- Update Information: Updated to version 2.1.8 See: http://symfony.com/blog/symfony-2-1-8-released Full change log: https://github.com/symfony/symfony/blob/v2.1.8/CHANGELOG-2.1.md -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Shawn Iwinski 2.1.8-1 - Updated to upstream version 2.1.8 * Thu Feb 14 2013 Fedora Release Engineering - 2.1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ php-symfony2-Translation-2.1.8-2.el6 (FEDORA-EPEL-2013-0515) Symfony2 Translation Component -------------------------------------------------------------------------------- Update Information: Updated to version 2.1.8 See: http://symfony.com/blog/symfony-2-1-8-released Full change log: https://github.com/symfony/symfony/blob/v2.1.8/CHANGELOG-2.1.md -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Shawn Iwinski 2.1.8-2 - Fixed default timezone for tests * Sun Mar 3 2013 Shawn Iwinski 2.1.8-1 - Updated to upstream version 2.1.8 * Thu Feb 14 2013 Fedora Release Engineering - 2.1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ php-symfony2-Validator-2.1.8-1.el6 (FEDORA-EPEL-2013-0515) Symfony2 Validator Component -------------------------------------------------------------------------------- Update Information: Updated to version 2.1.8 See: http://symfony.com/blog/symfony-2-1-8-released Full change log: https://github.com/symfony/symfony/blob/v2.1.8/CHANGELOG-2.1.md -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Shawn Iwinski 2.1.8-1 - Updated to upstream version 2.1.8 * Thu Feb 14 2013 Fedora Release Engineering - 2.1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ php-symfony2-Yaml-2.1.8-1.el6 (FEDORA-EPEL-2013-0515) Symfony2 Yaml Component -------------------------------------------------------------------------------- Update Information: Updated to version 2.1.8 See: http://symfony.com/blog/symfony-2-1-8-released Full change log: https://github.com/symfony/symfony/blob/v2.1.8/CHANGELOG-2.1.md -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Shawn Iwinski 2.1.8-1 - Updated to upstream version 2.1.8 - Temp disable tests unless "--with tests" * Thu Feb 14 2013 Fedora Release Engineering - 2.1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ pnp4nagios-0.6.20-1.el6 (FEDORA-EPEL-2013-0579) Nagios performance data analysis tool -------------------------------------------------------------------------------- Update Information: Update to upstream. Update to upstream. -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 J?n ONDREJ (SAL) - 0.6.20-1 - update to upstream * Sun Feb 17 2013 J?n ONDREJ (SAL) - 0.6.19-2 - updated hostextinfo URL for pnp4nagios 0.6 - spec file cleanup * Sat Feb 16 2013 J?n ONDREJ (SAL) - 0.6.19-1 - update to upstream -------------------------------------------------------------------------------- ================================================================================ python-auth-credential-1.0-1.el6 (FEDORA-EPEL-2013-0535) Python abstraction of a credential -------------------------------------------------------------------------------- Update Information: Updating to upstream version 1.0. -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 4 2013 Massimo Paladin - 1.0-1 - Upgrading to upstream version 1.0. * Thu Feb 14 2013 Fedora Release Engineering - 0.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Aug 3 2012 David Malcolm - 0.6-3 - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 * Sat Jul 21 2012 Fedora Release Engineering - 0.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ python-bugzilla-0.8.0-2.el6 (FEDORA-EPEL-2013-0578) A python library for interacting with Bugzilla -------------------------------------------------------------------------------- Update Information: * Don't upload scrambled attachments (bz #915318) * Rebased to version 0.8.0 * Drop most usage of non-upstream RH Bugzilla API * Test suite improvements, nearly complete code coverage * Fix all open bug reports and RFEs -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 4 2013 Cole Robinson - 0.8.0-2 - Don't upload scrambled attachments (bz #915318) * Fri Feb 15 2013 Cole Robinson - 0.8.0-1 - Rebased to version 0.8.0 - Drop most usage of non-upstream RH Bugzilla API - Test suite improvements, nearly complete code coverage - Fix all open bug reports and RFEs -------------------------------------------------------------------------------- References: [ 1 ] Bug #638496 - Unable to raise bug using bugzilla cmd-line https://bugzilla.redhat.com/show_bug.cgi?id=638496 [ 2 ] Bug #751757 - AttributeError: Bug object has no attribute 'cc' https://bugzilla.redhat.com/show_bug.cgi?id=751757 [ 3 ] Bug #794654 - creation_time is 0 https://bugzilla.redhat.com/show_bug.cgi?id=794654 -------------------------------------------------------------------------------- ================================================================================ python-cliapp-1.20121216-1.el6 (FEDORA-EPEL-2013-0590) Python framework for Unix command line programs -------------------------------------------------------------------------------- Update Information: Updates Obnam and its components to the latest version. Fixes, among other issues, backup on btrfs. -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 25 2013 Michel Salim - 1.20121216-1 - Update to 1.20121216 -------------------------------------------------------------------------------- References: [ 1 ] Bug #890315 - New version 1.3 released https://bugzilla.redhat.com/show_bug.cgi?id=890315 [ 2 ] Bug #914970 - Please update larch https://bugzilla.redhat.com/show_bug.cgi?id=914970 -------------------------------------------------------------------------------- ================================================================================ python-collada-0.4-3.el6 (FEDORA-EPEL-2013-0570) A python module for creating, editing and loading COLLADA -------------------------------------------------------------------------------- Update Information: New package python-collada successfully built for Fedora and EPEL. -------------------------------------------------------------------------------- References: [ 1 ] Bug #903732 - Review Request: python-collada - A python module for creating, editing and loading COLLADA https://bugzilla.redhat.com/show_bug.cgi?id=903732 -------------------------------------------------------------------------------- ================================================================================ python-coverage-test-runner-1.9-1.el6 (FEDORA-EPEL-2013-0590) Python module for enforcing code coverage completeness -------------------------------------------------------------------------------- Update Information: Updates Obnam and its components to the latest version. Fixes, among other issues, backup on btrfs. -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 25 2013 Michel Salim - 1.9-1 - Update to 1.9 -------------------------------------------------------------------------------- References: [ 1 ] Bug #890315 - New version 1.3 released https://bugzilla.redhat.com/show_bug.cgi?id=890315 [ 2 ] Bug #914970 - Please update larch https://bugzilla.redhat.com/show_bug.cgi?id=914970 -------------------------------------------------------------------------------- ================================================================================ python-django-horizon-2012.2.3-1.el6 (FEDORA-EPEL-2013-0559) Django application for talking to Openstack -------------------------------------------------------------------------------- Update Information: Update to latest stable horizon release 2012.2.3 -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 6 2013 Matthias Runge - 2012.2.3-1 - update to latest stable release 2012.2.3 -------------------------------------------------------------------------------- References: [ 1 ] Bug #918357 - BZ#886284 to be back ported to OpenStack EPEL https://bugzilla.redhat.com/show_bug.cgi?id=918357 -------------------------------------------------------------------------------- ================================================================================ python-larch-1.20121216-1.el6 (FEDORA-EPEL-2013-0590) Python B-tree library -------------------------------------------------------------------------------- Update Information: Updates Obnam and its components to the latest version. Fixes, among other issues, backup on btrfs. -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 25 2013 Michel Salim - 1.20121216-1 - Update to 1.20121216 -------------------------------------------------------------------------------- References: [ 1 ] Bug #890315 - New version 1.3 released https://bugzilla.redhat.com/show_bug.cgi?id=890315 [ 2 ] Bug #914970 - Please update larch https://bugzilla.redhat.com/show_bug.cgi?id=914970 -------------------------------------------------------------------------------- ================================================================================ python-messaging-1.0-1.el6 (FEDORA-EPEL-2013-0550) Python abstraction of a "message" -------------------------------------------------------------------------------- Update Information: Updating to upstream version 1.0. -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 4 2013 Massimo Paladin - 1.0-1 - Upgrading to upstream version 1.0. * Thu Feb 14 2013 Fedora Release Engineering - 0.10-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Aug 4 2012 David Malcolm - 0.10-3 - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 * Sat Jul 21 2012 Fedora Release Engineering - 0.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ python-novaclient-2.10.0-2.el6 (FEDORA-EPEL-2013-0534) Python API and CLI for OpenStack Nova -------------------------------------------------------------------------------- Update Information: - Include bash_completion file - Add dependency on python-iso8601 -------------------------------------------------------------------------------- ChangeLog: * Fri Dec 21 2012 Alan Pevec 2.10.0-2 - Include bash_completion file (#872544) (Alvaro Lopez Ortega) - Add dependency on python-iso8601 (#881515) -------------------------------------------------------------------------------- References: [ 1 ] Bug #881515 - python-novaclient needs Requires: python-iso8601 https://bugzilla.redhat.com/show_bug.cgi?id=881515 [ 2 ] Bug #872544 - The Bash-completion file is missing for the nova command https://bugzilla.redhat.com/show_bug.cgi?id=872544 -------------------------------------------------------------------------------- ================================================================================ python-plumbum-1.1.0-4.el6 (FEDORA-EPEL-2013-0563) Shell combinators library -------------------------------------------------------------------------------- Update Information: New el6 python-plumbum package version with corrected group tag -------------------------------------------------------------------------------- ================================================================================ python-py-1.4.13-1.el6 (FEDORA-EPEL-2013-0566) Library with cross-python path, ini-parsing, io, code, log facilities -------------------------------------------------------------------------------- Update Information: Update to the latest stable version. Changelog; * fix getting statementrange/compiling a file ending in a comment line without newline (on python2.5) * for local paths you can pass "mode=True" to a copy() in order to copy permission bits (underlying mechanism is using shutil.copymode) * add paths arguments to py.path.local.sysfind to restrict search to the diretories in the path. * add isdir/isfile/islink to path.stat() objects allowing to perform multiple checks without calling out multiple times * drop py.path.local.__new__ in favour of a simpler __init__ * iniconfig: allow ?name:value? settings in config files, no space after ?name? required * fix issue 27 - NameError in unlikely untested case of saferepr -------------------------------------------------------------------------------- ChangeLog: * Sat Mar 2 2013 Thomas Moschny - 1.4.13-1 - Update to 1.4.13. * Thu Feb 14 2013 Fedora Release Engineering - 1.4.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ python-tracing-0.7-2.el6 (FEDORA-EPEL-2013-0590) Python debug logging helper -------------------------------------------------------------------------------- Update Information: Updates Obnam and its components to the latest version. Fixes, among other issues, backup on btrfs. -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 25 2013 Michel Salim - 0.7-2 - Include license text * Mon Feb 25 2013 Michel Salim - 0.7-1 - Update to 0.7 -------------------------------------------------------------------------------- References: [ 1 ] Bug #890315 - New version 1.3 released https://bugzilla.redhat.com/show_bug.cgi?id=890315 [ 2 ] Bug #914970 - Please update larch https://bugzilla.redhat.com/show_bug.cgi?id=914970 -------------------------------------------------------------------------------- ================================================================================ python-ttystatus-0.21-1.el6 (FEDORA-EPEL-2013-0590) Progress and status updates on terminals for Python -------------------------------------------------------------------------------- Update Information: Updates Obnam and its components to the latest version. Fixes, among other issues, backup on btrfs. -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 25 2013 Michel Salim - 0.21-1 - Update to 0.21 * Thu Oct 18 2012 Michel Salim - 0.19-1 - Update to 0.19 -------------------------------------------------------------------------------- References: [ 1 ] Bug #890315 - New version 1.3 released https://bugzilla.redhat.com/show_bug.cgi?id=890315 [ 2 ] Bug #914970 - Please update larch https://bugzilla.redhat.com/show_bug.cgi?id=914970 -------------------------------------------------------------------------------- ================================================================================ root-5.28.00h-3.el6 (FEDORA-EPEL-2013-0555) Numerical data analysis framework -------------------------------------------------------------------------------- Update Information: Update to xrootd 3.3.1. http://xrootd.cern.ch/cgi-bin/cgit.cgi/xrootd/tree/docs/ReleaseNotes.txt?id=v3.3.1 -------------------------------------------------------------------------------- ChangeLog: * Sat Mar 2 2013 Mattias Ellert - 5.28.00h-3 - Rebuild for xrootd 3.3 - Backport gfal fixes -------------------------------------------------------------------------------- ================================================================================ rubygem-sequel-3.45.0-1.el6 (FEDORA-EPEL-2013-0574) The Database Toolkit for Ruby -------------------------------------------------------------------------------- Update Information: Update to sequel 3.45.0 -------------------------------------------------------------------------------- ================================================================================ scalapack-1.7.5-17.el6.1 (FEDORA-EPEL-2013-0560) A subset of LAPACK routines redesigned for heterogeneous computing -------------------------------------------------------------------------------- Update Information: New packages: blacs and scalapack (new to EPEL) -------------------------------------------------------------------------------- References: [ 1 ] Bug #913314 - EL-6 branch missing https://bugzilla.redhat.com/show_bug.cgi?id=913314 [ 2 ] Bug #913315 - EL-6 branch missing https://bugzilla.redhat.com/show_bug.cgi?id=913315 -------------------------------------------------------------------------------- ================================================================================ seivot-1.18-1.el6 (FEDORA-EPEL-2013-0590) Benchmarking tool for backup programs -------------------------------------------------------------------------------- Update Information: Updates Obnam and its components to the latest version. Fixes, among other issues, backup on btrfs. -------------------------------------------------------------------------------- References: [ 1 ] Bug #890315 - New version 1.3 released https://bugzilla.redhat.com/show_bug.cgi?id=890315 [ 2 ] Bug #914970 - Please update larch https://bugzilla.redhat.com/show_bug.cgi?id=914970 -------------------------------------------------------------------------------- ================================================================================ shinken-1.2.4-2.el6 (FEDORA-EPEL-2013-0595) Python Monitoring tool -------------------------------------------------------------------------------- Update Information: update version 1.2.4. -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 6 2013 David Hannequin - 1.2.4-2 - update from upstream. * Sun Feb 24 2013 David Hannequin - 1.2.4-1 - Update from upstream. * Wed Jan 30 2013 David Hannequin - 1.2.3-1 - Update from upstream. -------------------------------------------------------------------------------- ================================================================================ spacecmd-1.9.4-1.el6 (FEDORA-EPEL-2013-0519) Command-line interface to Spacewalk and Satellite servers -------------------------------------------------------------------------------- Update Information: Rebase to spacecmd from Spacewalk 1.9 -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Aron Parsons 1.9.4-1 - spacecmd: allow globbing in activationkey_{en,dis}able - spacecmd: add functions to disable/enable activation keys * Sun Mar 3 2013 Aron Parsons 1.9.3-1 - update email addresses in copyright notices - update copyright years - add new function softwarechannel_syncrepos - add new function repo_updateurl - add new function repo_rename - add new function repo_create - add new function repo_delete - remove some commented out code - print the list of systems in system_runscript - print the list of systems in system_reboot - return a unique set from expand_systems - print a clearer error message when duplicate system names are found - standardize the behavior for when a system ID is not returned - add a delay before regenerating the system cache after a delete - handle binary files correctly in configfile_getinfo - print the name in the confirmation message of snippet_create - don't exit when invalid arguments are passed to a function - don't reuse variable names in parse_arguments - print the function's help message when -h in the argument list - print file path in package_details * Thu Feb 28 2013 Michael Mraka 1.9.2-1 - fixing broken export of configchannels with symlinks * Mon Feb 18 2013 Tomas Lestach 1.9.1-1 - sort export_kickstart_getdetails right after fetching - Bumping package versions for 1.9. * Sat Sep 29 2012 Aron Parsons 1.8.15-1 - spacecmd: add functions to manage repo filters * Wed Aug 29 2012 Aron Parsons 1.8.14-1 - spacecmd: prevent outputting escape sequences to non-terminals * Sun Aug 12 2012 Aron Parsons 1.8.13-1 - spacecmd: add system_schedule{hardware,package}refresh functions Signed-off- by: Aron Parsons * Fri Aug 10 2012 Jan Pazdziora 1.8.12-1 - Fixed small typo in spacecmd/src/lib/kickstart.py * Mon Jul 9 2012 Michael Mraka 1.8.11-1 - spacecmd : Fix kickstart_export with old API versions * Fri Jun 22 2012 Jan Pazdziora 1.8.10-1 - spacecmd : enhancement add configchannel_sync - spacecmd : enhancement add softwarechannel_sync * Thu May 31 2012 Stephen Herr 1.8.9-1 - 809905 - fixing chroot option for addscript, is now possible to not chroot in non-interactive mode * Thu May 24 2012 Steven Hardy 1.8.8-1 - spacecmd bugfix : kickstart_getcontents fix character encoding error - spacecmd bugfix: activationkey_import don't add empty package/group lists - spacecmd bugfix : fix activationkey_import when no base-channel specified - spacecmd bugfix : Fix reference to non-existent variable - spacecmd bugfix : improve configchannel_export operation on old API versions - spacecmd bugfix : *diff functions allow python 2.4 compatibility * Tue May 15 2012 Aron Parsons 1.8.7-1 - changed get_string_diff_dicts to better fitting replacement method - bugfix and comment clarification - bugfix: remove reference to stage function - add do_SPACEWALKCOMPONENT_diff functions - print return values * Tue May 15 2012 Steven Hardy 1.8.6-1 - spacecmd bugfix : system_comparewithchannel filter system packagelist - spacecmd bugfix : argument validation needed for configchannel_addfile - spacecmd bugfix : configchannel_addfile don't display b64 file contents * Fri Apr 27 2012 Steven Hardy 1.8.5-1 - spacecmd : enhancement add system_addconfigfile (shardy at redhat.com) - spacecmd : move file_needs_b64_enc into utils (shardy at redhat.com) - spacecmd : Fix usage for configchannel_addfile (shardy at redhat.com) - spacecmd : enhancement Add system_listconfigfiles (shardy at redhat.com) * Sat Apr 14 2012 Aron Parsons 1.8.4-1 - spacecmd: pretty-print JSON output - spacecmd: cosmetics * Thu Apr 5 2012 Stephen Herr 1.8.3-1 - 809905 - add option to allow templating for spacecmd kickstarting (sherr at redhat.com) * Thu Mar 29 2012 Steven Hardy 1.8.2-1 - spacecmd : softwarechannel_clone avoid ISE on duplicate name (shardy at redhat.com) - spacecmd bugfix : softwarechannel_adderrata mergeErrata should be cloneErrataAsOriginal (shardy at redhat.com) - spacecmd enhancement : Add globbing support to distribution_details (shardy at redhat.com) - spacecmd enhancement : Add globbing support to distribution_delete (shardy at redhat.com) - spacecmd : Cleanup some typos in comments (shardy at redhat.com) - spacecmd enhancement : custominfo_details add support for globbing key names (shardy at redhat.com) - spacecmd enhancement : custominfo_deletekey add support for globbing key names (shardy at redhat.com) - spacecmd enhancement : Add cryptokey_details globbing support (shardy at redhat.com) - spacecmd enhancement : cryptokey_delete add support for globbing (shardy at redhat.com) - spacecmd : Workaround missing date key in recent spacewalk listErrata (shardy at redhat.com) - spacecmd : Add validation to softwarechannel_adderrata channel args (shardy at redhat.com) - spacecmd enhancement : softwarechannel_adderrata add --skip mode (shardy at redhat.com) - spacecmd enhancement : Add --quick mode to softwarechannel_adderrata (shardy at redhat.com) - spacecmd enhancement : Allow config-channel export of b64 encoded files (shardy at redhat.com) * Mon Mar 12 2012 Jan Pazdziora 1.8.1-1 - Update the spacecmd copyright years for Red Hat contributions. * Mon Feb 27 2012 Steven Hardy 1.7.7-1 - spacecmd : activationkey_details print child channels and packages sorted (joerg.steffens at dass-it.de) - spacecmd bugfix : softwarechannel_adderrata use cloneAsOriginal (shardy at redhat.com) - spacecmd enhancement : Add errata_findbycve function (shardy at redhat.com) - spacecmd enhancement : configchannel_delete add support for globbing (shardy at redhat.com) - spacecmd : Fix error in do_activationkey_export comment (shardy at redhat.com) - spacecmd enhancement : activationkey_delete add support for globbing (shardy at redhat.com) - spacecmd bugfix : softwarechannel_addpackages validate channel arg (shardy at redhat.com) * Mon Feb 27 2012 Jan Pazdziora 1.7.6-1 - 769430 - avoid using the quoted string, parse it first. * Sun Feb 19 2012 Steven Hardy 1.7.5-1 - spacecmd bugfix : bz766887 - user_create fix broken --pam option (shardy at redhat.com) - spacecmd bugfix: recover when partial cache files occur (shardy at redhat.com) - spacecmd enhancement : softwarechannel_adderratabydate add publish option (shardy at redhat.com) - spacecmd : Add usage help on date format for softwarechannel_adderratabydate (shardy at redhat.com) - spacecmd enhancement : Add softwarechanel_listerratabydate command (shardy at redhat.com) - spacecmd : Add warning to kickstart_import if JSON filename is passed (shardy at redhat.com) - spacecmd enhancement: Add kickstart_importjson (shardy at redhat.com) - spacecmd enhancement: Add kickstart_export command (shardy at redhat.com) - spacecmd enhancement: Add system_comparewithchannel command (shardy at redhat.com) - spacecmd bugfix: Don't display password in debug mode (shardy at redhat.com) * Tue Feb 14 2012 Aron Parsons 1.7.4-1 - spacecmd: handle server connection failures more gracefully (aronparsons at gmail.com) * Mon Jan 23 2012 Aron Parsons 1.7.3-1 - spacecmd bugfix: configchannel_addfile fail nicely when no channel arg (shardy at redhat.com) - spacecmd enhancement: Align configchannel_addfile usage (shardy at redhat.com) - spacecmd enhancement: Add softwarechannel_listlatestpackages command (shardy at redhat.com) - spacecmd bugfix: configchannel_import detect trailing newlines (shardy at redhat.com) - spacecmd bugfix: configchannel_import flag error when binary file can't be imported (shardy at redhat.com) - spacecmd bugfix: system_runscript fix type when passing timeout argument (shardy at redhat.com) - spacecmd enhancement : configchannel_addfile automatically detect trailing newlines (shardy at redhat.com) - spacecmd enhancement : make configchannel_addfile handle binary files (shardy at redhat.com) * Mon Jan 16 2012 Aron Parsons 1.7.2-1 - spacecmd enhancement : multiple delete for kickstart_delete (shardy at redhat.com) - spacecmd bugfix : filter_results don't match substrings without wildcard (shardy at redhat.com) * Sun Jan 15 2012 Aron Parsons 1.7.1-1 - spacecmd enhancement : Add activationkey_setusagelimit (shardy at redhat.com) - spacecmd bugfix : activationkey_setuniversaldefault zeros unlimited usage (shardy at redhat.com) - spacecmd bugfix : activationkey_setbasechannel zeros unlimited usage (shardy at redhat.com) - spacecmd enhancement: activationkey_details add usage_limit (shardy at redhat.com) - spacecmd enhancement : Add softwarechannel_clonetree command (shardy at redhat.com) - spacecmd enhancement : softwarechannel_clone add regex mode (shardy at redhat.com) - spacecmd enhancement : softwarechannel_clone add option to copy gpg details (shardy at redhat.com) - spacecmd enhancement : softwarechannel_listchildchannels add verbose mode (shardy at redhat.com) - spacecmd enhancement : softwarechannel_listbasechannels add verbose mode (shardy at redhat.com) - spacecmd documentation : Fix manpage help for a particular command (shardy at redhat.com) - spacecmd enhancement : softwarechannel_listchildchannels list specific children (shardy at redhat.com) - spacecmd enhancement : Modify activationkey_clone to allow globbing (shardy at redhat.com) - spacecmd bugfix : configchannel_clone fix some variable names (shardy at redhat.com) - Bumping package versions for 1.7. (mzazrivec at redhat.com) * Fri Dec 16 2011 Aron Parsons 1.6.11-1 - fix login for clear_caches to avoid error (shardy at redhat.com) * Sun Dec 11 2011 Aron Parsons 1.6.10-1 - spacecmd: fix typo in activationkey_export help (shardy at redhat.com) - spacecmd: add configchannel_clone command (shardy at redhat.com) - spacecmd: add configchannel_import command (shardy at redhat.com) - spacecmd: add configchannel_export command (shardy at redhat.com) * Wed Nov 23 2011 Aron Parsons 1.6.9-1 - spacecmd: fix some errors in system_runscript (parsonsa at bit-sys.com) - spacecmd: changed some non-critical errors to warnings (parsonsa at bit-sys.com) - spacecmd: cleaned up error messages (parsonsa at bit-sys.com) - spacecmd: activationkey_clone cleanup (parsonsa at bit-sys.com) - spacecmd enhancement : Add activationkey_clone command (shardy at redhat.com) - spacecmd enhancement : Add activationkey_import command (shardy at redhat.com) - spacecmd enhancement : Add activationkey_export command (shardy at redhat.com) * Wed Nov 23 2011 Aron Parsons - spacecmd: fix some errors in system_runscript (parsonsa at bit-sys.com) - spacecmd: changed some non-critical errors to warnings (parsonsa at bit-sys.com) - spacecmd: cleaned up error messages (parsonsa at bit-sys.com) - spacecmd: activationkey_clone cleanup (parsonsa at bit-sys.com) - spacecmd enhancement : Add activationkey_clone command (shardy at redhat.com) - spacecmd enhancement : Add activationkey_import command (shardy at redhat.com) - spacecmd enhancement : Add activationkey_export command (shardy at redhat.com) * Wed Nov 16 2011 Aron Parsons 1.6.7-1 - spacecmd: remove comma from softwarechannel_setorgaccess output (aparsons at redhat.com) - spacecmd: add tab completion to softwarechannel_{get,set}orgaccess (aparsons at redhat.com) - spacecmd enhancement : add softwarechannel_getorgaccess command (shardy at redhat.com) - spacecmd enhancement : add softwarechannel_setorgaccess command (shardy at redhat.com) - spacecmd enhancement : softwarechannel_list add tree pretty print option (shardy at redhat.com) - spacecmd enhancement : softwarechannel_list add verbose mode (shardy at redhat.com) * Mon Oct 24 2011 Aron Parsons 1.6.6-1 - spacecmd: use correct variable in system_reboot (parsonsa at bit-sys.com) * Wed Sep 28 2011 Aron Parsons 1.6.5-1 - spacecmd: wrong argument in distribution_create help message (parsonsa at bit- sys.com) - Automatic commit of package [spacecmd] release [1.6.4-1]. (parsonsa at bit- sys.com) - spacecmd: added softwarechannel_regenerateyumcache (parsonsa at bit-sys.com) * Fri Sep 23 2011 Aron Parsons 1.6.4-1 - spacecmd: added softwarechannel_regenerateyumcache (parsonsa at bit-sys.com) * Thu Aug 11 2011 Miroslav Such? 1.6.3-1 - do not mask original error by raise in execption * Thu Aug 4 2011 Aron Parsons 1.6.2-1 - Enable new 'api' module (satoru.satoh at gmail.com) - add utility routines for new 'api' module (satoru.satoh at gmail.com) - add api module to spacecmd (satoru.satoh at gmail.com) * Fri Jul 22 2011 Jan Pazdziora 1.6.1-1 - We only support version 14 and newer of Fedora, removing conditions for old versions. * Mon Jun 6 2011 Aron Parsons 1.5.3-1 - spacecmd: remove stray debug statement (aparsons at redhat.com) * Mon Jun 6 2011 Aron Parsons 1.5.2-1 - spacecmd: cosmetics (aparsons at redhat.com) - spacecmd: parse arguments the standard way in softwarechannel_list (aparsons at redhat.com) - spacecmd: allow filtering of channels based on arguments in softwarechannel_list (aparsons at redhat.com) - spacecmd: quote all arguments before passing them to precmd() when running a single command (aparsons at redhat.com) - spacecmd: respect quoted arguments when looking at the line in precmd() (aparsons at redhat.com) - spacecmd: be more precise when looking for '--help' in precmd() (aparsons at redhat.com) - spacecmd: updated comment for precmd() (aparsons at redhat.com) * Mon Apr 18 2011 Aron Parsons 1.5.1-1 - 696681 - fix spaces in system names in system_updatecustomvalue and system_addcustomvalue (aparsons at redhat.com) - 696681 - allow special characters in server names - whitespace cleanup (aparsons at redhat.com) - fix handling of group names with spaces when expanding with 'group:' (aparsons at redhat.com) - added kickstart_clone (aparsons at redhat.com) - Bumping package versions for 1.5 (msuchy at redhat.com) * Mon Mar 28 2011 Aron Parsons 1.4.5-1 - added 'repo' module into shell (aparsons at redhat.com) - added repo_list and repo_details (tljohnsn at oreillyschool.com) * Fri Mar 11 2011 Aron Parsons 1.4.4-1 - added configchannel_verifyfile (aparsons at redhat.com) * Fri Mar 11 2011 Aron Parsons 1.4.3-1 - fix invalid key name in errata_search (aparsons at redhat.com) * Tue Mar 8 2011 Aron Parsons 1.4.2-1 - added group_backup and group_restore functions (john at vanzantvoort.org) - don't get the UUID on older API versions (aparsons at redhat.com) * Thu Mar 3 2011 Aron Parsons 1.4.1-1 - spacecmd: log channel access issues in debug mode only (aparsons at redhat.com) - spacecmd: ignore channel failures introduced by organizations when caching packages (aparsons at redhat.com) - spacecmd: print a summary list of all errata (name, synopsis, date) (aparsons at redhat.com) - spacecmd: ignore channel failures introduced by organizations when caching errata (aparsons at redhat.com) - spacecmd: delete child channels first in softwarechannel_delete (aparsons at redhat.com) - Bumping package versions for 1.4 (tlestach at redhat.com) * Thu Jan 27 2011 Aron Parsons 1.3.8-1 - added configchannel_backup function (john at vanzantvoort.org) * Thu Dec 23 2010 Aron Parsons 1.3.7-1 - added system_syncpackages function * Wed Dec 22 2010 Aron Parsons 1.3.6-1 - added organization functions * Tue Dec 21 2010 Aron Parsons 1.3.5-1 - discard the password variable once we use it - attempt to re-login as the same user if the cached credentials are invalid - fix logic regarding which configuration files to load - don't try to load non-existent config sections * Tue Dec 21 2010 Aron Parsons 1.3.4-1 - support server-specific configuration sections in the configuration file - added support for a system-wide configuration file - added support for server-specific sections in the configuration file * Fri Dec 10 2010 Aron Parsons 1.3.3-1 - add support for server UUIDs * Tue Nov 30 2010 Aron Parsons 1.3.2-1 - don't use a cached session if username and password are passed as arguments - added get_session function * Mon Nov 22 2010 Aron Parsons 1.3.1-1 - fix uninitialized variable in snippet_create - 655055 - honor the quiet flag when generating caches in spacecmd -------------------------------------------------------------------------------- References: [ 1 ] Bug #917411 - push new version of spacecmd to EPEL https://bugzilla.redhat.com/show_bug.cgi?id=917411 -------------------------------------------------------------------------------- ================================================================================ summain-0.17-1.el6 (FEDORA-EPEL-2013-0590) File manifest generator -------------------------------------------------------------------------------- Update Information: Updates Obnam and its components to the latest version. Fixes, among other issues, backup on btrfs. -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 25 2013 Michel Salim - 0.17-1 - Update to 0.17 -------------------------------------------------------------------------------- References: [ 1 ] Bug #890315 - New version 1.3 released https://bugzilla.redhat.com/show_bug.cgi?id=890315 [ 2 ] Bug #914970 - Please update larch https://bugzilla.redhat.com/show_bug.cgi?id=914970 -------------------------------------------------------------------------------- ================================================================================ tor-0.2.3.25-6.el6 (FEDORA-EPEL-2013-0541) Anonymizing overlay network for TCP (The onion router) -------------------------------------------------------------------------------- Update Information: Various spec cleanup to match changes in fedora branches -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 4 2013 Jamie Nguyen - 0.2.3.25-6 - no need to change the default configuration file - do not include doc/TODO which doesn't contain anything useful - include doc/*.html - change /var/log/tor and /var/run/tor permissions to 0700 - change /etc/tor/torrc permissions to 0644 - whitespace changes and reorganization to make the spec more similar to fedora master branch (to make maintenance more straightforward) - do not mention torctl in the service file as it isn't used - add "-f /etc/tor/torrc" to default arguments when starting tor * Wed Feb 27 2013 Jamie Nguyen - 0.2.3.25-5 - add torsocks to Requires -------------------------------------------------------------------------------- ================================================================================ xrootd-3.3.1-1.el6 (FEDORA-EPEL-2013-0555) Extended ROOT file server -------------------------------------------------------------------------------- Update Information: Update to xrootd 3.3.1. http://xrootd.cern.ch/cgi-bin/cgit.cgi/xrootd/tree/docs/ReleaseNotes.txt?id=v3.3.1 -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 6 2013 Mattias Ellert - 1:3.3.1-1 - Update to version 3.3.1 - Remove the java package - no longer part of upstream sources - Drop patches fixed upstream: xrootd-cryptoload.patch, xrootd-init.patch and xrootd-perl.patch - Drop obsolete patch: xrootd-java.patch - Add private-devel package for deprecated header files * Fri Feb 15 2013 Fedora Release Engineering - 1:3.2.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Thu Jan 17 2013 Mattias Ellert - 1:3.2.7-1 - Update to version 3.2.7 - Split libs package into libs, client-libs and server-libs - Split devel package into devel, client-devel and server-devel * Fri Oct 12 2012 Mattias Ellert - 1:3.2.5-1 - Update to version 3.2.5 * Sun Jul 22 2012 Fedora Release Engineering - 1:3.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Wed Jul 11 2012 Mattias Ellert - 1:3.2.2-1 - Update to version 3.2.2 * Mon Jun 11 2012 Petr Pisar - 1:3.2.1-2 - Perl 5.16 rebuild * Thu May 17 2012 Mattias Ellert - 1:3.2.1-1 - Update to version 3.2.1 * Sat Mar 17 2012 Mattias Ellert - 1:3.1.1-1 - Update to version 3.1.1 * Tue Feb 28 2012 Fedora Release Engineering - 1:3.0.5-3 - Rebuilt for c++ ABI breakage * Sat Jan 14 2012 Fedora Release Engineering - 1:3.0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ zabbix20-2.0.5-2.el6 (FEDORA-EPEL-2013-0536) Open-source monitoring solution for your IT infrastructure -------------------------------------------------------------------------------- Update Information: Include patch for ZBX-6290: Maps with icon mappings didn't show and threw errors about undefined indices https://support.zabbix.com/browse/ZBX-6290 -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- ================================================================================ zarafa-7.0.13-1.el6 (FEDORA-EPEL-2013-0520) Open Source Edition of the Zarafa Collaboration Platform -------------------------------------------------------------------------------- Update Information: Zarafa Collaboration Platform 7.0.13 final [41388] ================================================== Backend ------- - ZCP-11390, ZCP-11372: RDATE in VTIMEZONE definition is not handled - ZCP-11378, ZCP-11280: Meeting requests created on iPhone shifted one hour - ZCP-11479, ZCP-11466: No EULA for the muc in all rpm packages - ZCP-11399, ZCP-11384: Timezone in southern hemisphere is 1 hour off due incorrect DST - ZCP-11392, ZCP-11295: Segfault zarafa-server 7.0.10 - ZCP-11124, ZCP-11032: Outlook 2013 keeps checking free/busy information - ZCP-11483, ZCP-11263: zarafa-server segfault 7.1.2 - ZCP-11459, ZCP-11444: Slow startup due to many search folders is not clearly visible in the logfile - ZCP-11447, ZCP-11442: Shutdown request when not yet fully running might segfault WebAccess --------- - ZCP-11362, ZCP-11298: Add "Accept and Close" button to spellchecker -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 3 2013 Robert Scheck 7.0.13-1 - Upgrade to 7.0.13 -------------------------------------------------------------------------------- ================================================================================ zeroinstall-injector-2.0-1.el6 (FEDORA-EPEL-2013-0571) The Zero Install Injector (0launch) -------------------------------------------------------------------------------- Update Information: 0install 2.0 brings many enhancements to the XML metadata syntax used to describe packages and their dependencies, allowing a more precise specification of their requirements. Support for using distribution-provided packages as dependencies was extended and now covers Arch Linux, Cygwin, Darwin, Debian, Fink, FreeBSD Ports, Gentoo, MacPorts, Mint, openSUSE, Red Hat, Slackware and Windows. The 0install software now supports apps, an easier way to manage 0install applications, improved diagnostics when no compatible versions can be selected, improved usability, and better support for use on headless servers. -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 6 2013 Michel Salim - 2.0-1 - Update to 2.0 * Mon Feb 25 2013 Michel Salim - 1.16-1 - Update to 1.16 -------------------------------------------------------------------------------- References: [ 1 ] Bug #895936 - zeroinstall-injector-1.16 is available https://bugzilla.redhat.com/show_bug.cgi?id=895936 [ 2 ] Bug #911270 - 0install should be updated to version 1.14 at least because of PackageKit API incompatibility https://bugzilla.redhat.com/show_bug.cgi?id=911270 -------------------------------------------------------------------------------- From orion at cora.nwra.com Sun Mar 10 05:01:16 2013 From: orion at cora.nwra.com (Orion Poplawski) Date: Sat, 09 Mar 2013 22:01:16 -0700 Subject: Fwd: Broken dependencies: octave In-Reply-To: <20130310042846.3D48020132@relepel01.phx2.fedoraproject.org> References: <20130310042846.3D48020132@relepel01.phx2.fedoraproject.org> Message-ID: <513C139C.9050103@cora.nwra.com> So, I suspect this is because while suitesparse is now in RHEL6.4, it isn't built for ppc64? Shall we resurrect it for that arch? -------- Original Message -------- Subject: Broken dependencies: octave Date: Sun, 10 Mar 2013 04:28:46 +0000 (UTC) From: buildsys at fedoraproject.org To: octave-owner at fedoraproject.org octave has broken dependencies in the epel-6 tree: On ppc64: 6:octave-3.4.3-1.el6.ppc64 requires libumfpack.so.5()(64bit) 6:octave-3.4.3-1.el6.ppc64 requires libcxsparse.so.2()(64bit) 6:octave-3.4.3-1.el6.ppc64 requires libcolamd.so.2()(64bit) 6:octave-3.4.3-1.el6.ppc64 requires libcholmod.so.1()(64bit) 6:octave-3.4.3-1.el6.ppc64 requires libccolamd.so.2()(64bit) 6:octave-3.4.3-1.el6.ppc64 requires libcamd.so.2()(64bit) 6:octave-3.4.3-1.el6.ppc64 requires libamd.so.2()(64bit) Please resolve this as soon as possible. From updates at fedoraproject.org Mon Mar 11 19:37:17 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Mon, 11 Mar 2013 19:37:17 +0000 Subject: Fedora EPEL 5 updates-testing report Message-ID: <20130311193717.41C4020EC5@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 5 Security updates need testing: Age URL 323 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5630/bugzilla-3.2.10-5.el5 218 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6608/Django-1.1.4-2.el5 24 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0366/openconnect-4.08-1.el5 17 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0425/nginx-0.8.55-3.el5 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0518/euca2ools-2.1.3-1.el5 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0609/php-Smarty-2.6.27-1.el5 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0598/firebird-2.1.5.18496.0-4.el5 The following builds have been pushed to Fedora EPEL 5 updates-testing dpm-xrootd-3.3.1-1.el5 firebird-2.1.5.18496.0-4.el5 gengetopt-2.22.5-4.el5 nordugrid-arc-2.0.1-4.el5 pcp-3.7.0-1.el5 php-Smarty-2.6.27-1.el5 php53-simplepie-1.3.1-5.el5 root-5.28.00h-3.el5 xrootd-3.3.1-1.el5 Details about builds: ================================================================================ dpm-xrootd-3.3.1-1.el5 (FEDORA-EPEL-2013-0549) XROOT interface to the Disk Pool Manager (DPM) -------------------------------------------------------------------------------- Update Information: Update to xrootd 3.3.1. http://xrootd.cern.ch/cgi-bin/cgit.cgi/xrootd/tree/docs/ReleaseNotes.txt?id=v3.3.1 -------------------------------------------------------------------------------- ================================================================================ firebird-2.1.5.18496.0-4.el5 (FEDORA-EPEL-2013-0598) SQL relational database management system -------------------------------------------------------------------------------- Update Information: fix CVE-2013-2492. -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 10 2013 Philippe Makowski 2.1.5.18496.0-4 - added patch from upstream to fix Firebird CORE-4058 CVE-2013-2492 -------------------------------------------------------------------------------- References: [ 1 ] Bug #919549 - CVE-2013-2492 Firebird: CNCT info remote stack buffer overflow https://bugzilla.redhat.com/show_bug.cgi?id=919549 -------------------------------------------------------------------------------- ================================================================================ gengetopt-2.22.5-4.el5 (FEDORA-EPEL-2013-0597) Tool to write command line option parsing code for C programs -------------------------------------------------------------------------------- Update Information: gengetopt is a new package in EPEL 5. -------------------------------------------------------------------------------- ================================================================================ nordugrid-arc-2.0.1-4.el5 (FEDORA-EPEL-2013-0549) Advanced Resource Connector Grid Middleware -------------------------------------------------------------------------------- Update Information: Update to xrootd 3.3.1. http://xrootd.cern.ch/cgi-bin/cgit.cgi/xrootd/tree/docs/ReleaseNotes.txt?id=v3.3.1 -------------------------------------------------------------------------------- ChangeLog: * Fri Mar 8 2013 Mattias Ellert - 2.0.1-4 - Rebuild for xrootd 3.3 * Thu Feb 14 2013 Fedora Release Engineering - 2.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ pcp-3.7.0-1.el5 (FEDORA-EPEL-2013-0610) System-level performance monitoring and performance management -------------------------------------------------------------------------------- Update Information: Upstream feature and bugfix release -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 10 2013 Nathan Scott - 3.7.0-1 - Update to latest PCP sources. - Migrate all configuration files below the /etc/pcp hierarchy. * Thu Feb 14 2013 Fedora Release Engineering - 3.6.10-2.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #891688 - sar2pcp doesn't grok f17 /var/lib/sa files https://bugzilla.redhat.com/show_bug.cgi?id=891688 -------------------------------------------------------------------------------- ================================================================================ php-Smarty-2.6.27-1.el5 (FEDORA-EPEL-2013-0609) Template/Presentation Framework for PHP -------------------------------------------------------------------------------- Update Information: Fix for CVE-2012-4437, XSS due improper sanitization of messages within SmartyException. -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 11 2013 Jon Ciesla - 2.6.27-1 - Update to 2.6.27 to fix CVE-2012-4437, BZ 920149. -------------------------------------------------------------------------------- References: [ 1 ] Bug #920149 - CVE-2012-4437 php-Smarty: XSS due improper sanitization of messages within SmartyException [epel-5] https://bugzilla.redhat.com/show_bug.cgi?id=920149 -------------------------------------------------------------------------------- ================================================================================ php53-simplepie-1.3.1-5.el5 (FEDORA-EPEL-2013-0621) Simple RSS Library in PHP -------------------------------------------------------------------------------- Update Information: SimplePie is a very fast and easy-to-use class, written in PHP, that puts the 'simple' back into 'really simple syndication'. Flexible enough to suit beginners and veterans alike, SimplePie is focused on speed, ease of use, compatibility and standards compliance. -------------------------------------------------------------------------------- References: [ 1 ] Bug #857724 - Review Request: php53-simplepie.spec - Simple RSS Library in PHP https://bugzilla.redhat.com/show_bug.cgi?id=857724 -------------------------------------------------------------------------------- ================================================================================ root-5.28.00h-3.el5 (FEDORA-EPEL-2013-0549) Numerical data analysis framework -------------------------------------------------------------------------------- Update Information: Update to xrootd 3.3.1. http://xrootd.cern.ch/cgi-bin/cgit.cgi/xrootd/tree/docs/ReleaseNotes.txt?id=v3.3.1 -------------------------------------------------------------------------------- ChangeLog: * Sat Mar 2 2013 Mattias Ellert - 5.28.00h-3 - Rebuild for xrootd 3.3 - Backport gfal fixes -------------------------------------------------------------------------------- ================================================================================ xrootd-3.3.1-1.el5 (FEDORA-EPEL-2013-0549) Extended ROOT file server -------------------------------------------------------------------------------- Update Information: Update to xrootd 3.3.1. http://xrootd.cern.ch/cgi-bin/cgit.cgi/xrootd/tree/docs/ReleaseNotes.txt?id=v3.3.1 -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 6 2013 Mattias Ellert - 1:3.3.1-1 - Update to version 3.3.1 - Remove the java package - no longer part of upstream sources - Drop patches fixed upstream: xrootd-cryptoload.patch, xrootd-init.patch and xrootd-perl.patch - Drop obsolete patch: xrootd-java.patch - Add private-devel package for deprecated header files * Fri Feb 15 2013 Fedora Release Engineering - 1:3.2.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Thu Jan 17 2013 Mattias Ellert - 1:3.2.7-1 - Update to version 3.2.7 - Split libs package into libs, client-libs and server-libs - Split devel package into devel, client-devel and server-devel * Fri Oct 12 2012 Mattias Ellert - 1:3.2.5-1 - Update to version 3.2.5 * Sun Jul 22 2012 Fedora Release Engineering - 1:3.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Wed Jul 11 2012 Mattias Ellert - 1:3.2.2-1 - Update to version 3.2.2 * Mon Jun 11 2012 Petr Pisar - 1:3.2.1-2 - Perl 5.16 rebuild * Thu May 17 2012 Mattias Ellert - 1:3.2.1-1 - Update to version 3.2.1 * Sat Mar 17 2012 Mattias Ellert - 1:3.1.1-1 - Update to version 3.1.1 * Tue Feb 28 2012 Fedora Release Engineering - 1:3.0.5-3 - Rebuilt for c++ ABI breakage * Sat Jan 14 2012 Fedora Release Engineering - 1:3.0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild -------------------------------------------------------------------------------- From updates at fedoraproject.org Mon Mar 11 19:37:16 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Mon, 11 Mar 2013 19:37:16 +0000 Subject: Fedora EPEL 6 updates-testing report Message-ID: <20130311193716.3526120EC2@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 6 Security updates need testing: Age URL 511 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2011-4701/supybot-gribble-0.83.4.1-10.el6 323 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5620/bugzilla-3.4.14-2.el6 246 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6348/bcfg2-1.2.3-1.el6 24 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0376/openconnect-4.08-1.el6 17 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0420/awstats-7.0-3.el6 17 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0423/nginx-1.0.15-4.el6 17 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0410/seamonkey-2.16-1.el6 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0532/euca2ools-2.1.3-1.el6 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0568/mediawiki119-1.19.4-1.el6 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0622/firebird-2.5.2.26539.0-3.el6 The following builds have been pushed to Fedora EPEL 6 updates-testing dpm-xrootd-3.3.1-1.el6 erlang-basho_stats-1.0.3-1.el6 erlang-bitcask-1.6.0-1.el6 erlang-cluster_info-1.2.3-1.el6 erlang-ebloom-1.1.2-1.el6 erlang-eleveldb-1.3.0-1.el6 erlang-gproc-0.2.16-1.el6 erlang-js-1.2.2-1.el6 erlang-lager-1.2.2-1.el6 erlang-merge_index-1.3.0-1.el6 erlang-riak_client-1.3.3-1.el6 erlang-riak_pb-1.3.3-1.el6 erlang-riak_sysmon-1.1.3-2.el6 firebird-2.5.2.26539.0-3.el6 gengetopt-2.22.5-3.el6 nordugrid-arc-2.0.1-4.el6 pcp-3.7.0-1.el6 perl-SQL-ReservedWords-0.8-1.el6 php-Assetic-1.1.0-0.2.alpha4.el6 php-SymfonyCmfRouting-1.0.0-0.3.alpha4.20130306git4706313.el6 python-fedmsg-meta-fedora-infrastructure-0.1.1-1.el6 root-5.28.00h-3.el6 shinken-1.2.4-5.el6 shinken-1.2.4-6.el6 xrootd-3.3.1-1.el6 Details about builds: ================================================================================ dpm-xrootd-3.3.1-1.el6 (FEDORA-EPEL-2013-0555) XROOT interface to the Disk Pool Manager (DPM) -------------------------------------------------------------------------------- Update Information: Update to xrootd 3.3.1. http://xrootd.cern.ch/cgi-bin/cgit.cgi/xrootd/tree/docs/ReleaseNotes.txt?id=v3.3.1 -------------------------------------------------------------------------------- ================================================================================ erlang-basho_stats-1.0.3-1.el6 (FEDORA-EPEL-2013-0615) Basic Erlang statistics library -------------------------------------------------------------------------------- Update Information: * Ver. 1.0.3 -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 10 2013 Peter Lemenkov - 1.0.3-1 - Ver. 1.0.3 (just a version bump - no more changes) * Wed Feb 13 2013 Fedora Release Engineering - 1.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #905349 - erlang-basho_stats-1.0.3 is available https://bugzilla.redhat.com/show_bug.cgi?id=905349 -------------------------------------------------------------------------------- ================================================================================ erlang-bitcask-1.6.0-1.el6 (FEDORA-EPEL-2013-0618) Eric Brewer-inspired key/value store -------------------------------------------------------------------------------- Update Information: * Ver. 1.6.0 -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 10 2013 Peter Lemenkov - 1.6.0-1 - Ver. 1.6.0 - Fix FTBFS in Rawhide (F19) * Wed Feb 13 2013 Fedora Release Engineering - 1.5.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #907092 - erlang-bitcask-1.6.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=907092 -------------------------------------------------------------------------------- ================================================================================ erlang-cluster_info-1.2.3-1.el6 (FEDORA-EPEL-2013-0596) Cluster info/postmortem inspector for Erlang applications -------------------------------------------------------------------------------- Update Information: * Ver. 1.2.3 -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 10 2013 Peter Lemenkov - 1.2.3-1 - Ver. 1.2.3 * Wed Feb 13 2013 Fedora Release Engineering - 1.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #907093 - erlang-cluster_info-1.2.3 is available https://bugzilla.redhat.com/show_bug.cgi?id=907093 -------------------------------------------------------------------------------- ================================================================================ erlang-ebloom-1.1.2-1.el6 (FEDORA-EPEL-2013-0606) A NIF wrapper around a basic bloom filter -------------------------------------------------------------------------------- Update Information: * Ver. 1.1.2 -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 10 2013 Peter Lemenkov - 1.1.2-1 - Ver. 1.1.2 * Wed Feb 13 2013 Fedora Release Engineering - 1.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Jul 18 2012 Fedora Release Engineering - 1.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #907094 - erlang-ebloom-1.1.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=907094 -------------------------------------------------------------------------------- ================================================================================ erlang-eleveldb-1.3.0-1.el6 (FEDORA-EPEL-2013-0612) Erlang LevelDB API -------------------------------------------------------------------------------- Update Information: * Ver. 1.3.0 -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 11 2013 Peter Lemenkov - 1.3.0-1 - Ver. 1.3.0 * Wed Feb 13 2013 Fedora Release Engineering - 1.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #907095 - erlang-eleveldb-1.3.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=907095 -------------------------------------------------------------------------------- ================================================================================ erlang-gproc-0.2.16-1.el6 (FEDORA-EPEL-2013-0604) Extended process registry for Erlang -------------------------------------------------------------------------------- Update Information: * Ver 0.2.16 * Dropped all upstreamed patches * Proper fix for recent eunit-test regression * Ver. 0.2.15 -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 6 2013 Peter Lemenkov - 0.2.16-1 - Ver. 0.2.16 - Drop upstreamed patches * Sun Mar 3 2013 Peter Lemenkov - 0.2.15-2 - Fix doc installation * Sat Mar 2 2013 Peter Lemenkov - 0.2.15-1 - Ver. 0.2.15 - Drop R12B (EL5) compatibility patches * Wed Feb 13 2013 Fedora Release Engineering - 0.2.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #918403 - erlang-gproc-0.2.16 is available https://bugzilla.redhat.com/show_bug.cgi?id=918403 [ 2 ] Bug #901630 - erlang-gproc-0.2.15 is available https://bugzilla.redhat.com/show_bug.cgi?id=901630 -------------------------------------------------------------------------------- ================================================================================ erlang-js-1.2.2-1.el6 (FEDORA-EPEL-2013-0614) A Friendly Erlang to Javascript Binding -------------------------------------------------------------------------------- Update Information: * Ver. 1.2.2 (API compatible bugfix release) -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 10 2013 Peter Lemenkov - 1.2.2-1 - Ver. 1.2.2 - Dropped upstreamed patches * Wed Feb 13 2013 Fedora Release Engineering - 1.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #905350 - erlang-js-1.2.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=905350 -------------------------------------------------------------------------------- ================================================================================ erlang-lager-1.2.2-1.el6 (FEDORA-EPEL-2013-0613) A logging framework for Erlang/OTP -------------------------------------------------------------------------------- Update Information: * Ver. 1.2.2 -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 10 2013 Peter Lemenkov - 1.2.2-1 - Ver. 1.2.2 (API-compatible bugfix release) - Drop EL5 support from spec-file * Wed Feb 13 2013 Fedora Release Engineering - 1.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #904740 - erlang-lager-1.2.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=904740 -------------------------------------------------------------------------------- ================================================================================ erlang-merge_index-1.3.0-1.el6 (FEDORA-EPEL-2013-0617) An Erlang library for storing ordered sets on disk -------------------------------------------------------------------------------- Update Information: * Ver. 1.3.0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #907096 - erlang-merge_index-1.3.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=907096 -------------------------------------------------------------------------------- ================================================================================ erlang-riak_client-1.3.3-1.el6 (FEDORA-EPEL-2013-0603) Erlang client for Riak -------------------------------------------------------------------------------- Update Information: * Ver. 1.3.3 -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 11 2013 Peter Lemenkov - 1.3.3-1 - Ver. 1.3.3 * Wed Feb 13 2013 Fedora Release Engineering - 1.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #917255 - erlang-riak_client-1.3.3 is available https://bugzilla.redhat.com/show_bug.cgi?id=917255 -------------------------------------------------------------------------------- ================================================================================ erlang-riak_pb-1.3.3-1.el6 (FEDORA-EPEL-2013-0599) Riak Protocol Buffers Messages -------------------------------------------------------------------------------- Update Information: * Ver. 1.3.3 -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- References: [ 1 ] Bug #907103 - erlang-riak_pb-1.3.3 is available https://bugzilla.redhat.com/show_bug.cgi?id=907103 -------------------------------------------------------------------------------- ================================================================================ erlang-riak_sysmon-1.1.3-2.el6 (FEDORA-EPEL-2013-0608) Rate-limiting system_monitor event handler for Riak -------------------------------------------------------------------------------- Update Information: * Ver. 1.1.3 -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 11 2013 Peter Lemenkov - 1.1.3-2 - Fix file layout * Mon Mar 11 2013 Peter Lemenkov - 1.1.3-1 - Ver. 1.1.3 * Wed Feb 13 2013 Fedora Release Engineering - 1.1.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Jul 18 2012 Fedora Release Engineering - 1.1.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #905351 - erlang-riak_sysmon-1.1.3 is available https://bugzilla.redhat.com/show_bug.cgi?id=905351 -------------------------------------------------------------------------------- ================================================================================ firebird-2.5.2.26539.0-3.el6 (FEDORA-EPEL-2013-0622) SQL relational database management system -------------------------------------------------------------------------------- Update Information: fix CVE-2013-2492. -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 10 2013 Philippe Makowski 2.5.2.26539.0-3 - added patch from upstream to fix Firebird CORE-4058 CVE-2013-2492 -------------------------------------------------------------------------------- References: [ 1 ] Bug #919549 - CVE-2013-2492 Firebird: CNCT info remote stack buffer overflow https://bugzilla.redhat.com/show_bug.cgi?id=919549 -------------------------------------------------------------------------------- ================================================================================ gengetopt-2.22.5-3.el6 (FEDORA-EPEL-2013-0620) Tool to write command line option parsing code for C programs -------------------------------------------------------------------------------- Update Information: gengetopt is a new package for EPEL 6. -------------------------------------------------------------------------------- ================================================================================ nordugrid-arc-2.0.1-4.el6 (FEDORA-EPEL-2013-0555) Advanced Resource Connector Grid Middleware -------------------------------------------------------------------------------- Update Information: Update to xrootd 3.3.1. http://xrootd.cern.ch/cgi-bin/cgit.cgi/xrootd/tree/docs/ReleaseNotes.txt?id=v3.3.1 -------------------------------------------------------------------------------- ChangeLog: * Fri Mar 8 2013 Mattias Ellert - 2.0.1-4 - Rebuild for xrootd 3.3 * Thu Feb 14 2013 Fedora Release Engineering - 2.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ pcp-3.7.0-1.el6 (FEDORA-EPEL-2013-0601) System-level performance monitoring and performance management -------------------------------------------------------------------------------- Update Information: Upstream feature and bugfix release -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 10 2013 Nathan Scott - 3.7.0-1 - Update to latest PCP sources. - Migrate all configuration files below the /etc/pcp hierarchy. * Thu Feb 14 2013 Fedora Release Engineering - 3.6.10-2.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #891688 - sar2pcp doesn't grok f17 /var/lib/sa files https://bugzilla.redhat.com/show_bug.cgi?id=891688 -------------------------------------------------------------------------------- ================================================================================ perl-SQL-ReservedWords-0.8-1.el6 (FEDORA-EPEL-2013-0607) Determine if words are reserved by ANSI/ISO SQL standard -------------------------------------------------------------------------------- Update Information: Update to version 0.8 -------------------------------------------------------------------------------- ChangeLog: * Tue Sep 4 2012 Bill Pemberton - 0.8-1 - update to version 0.8 * Fri Jul 20 2012 Fedora Release Engineering - 0.7-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ php-Assetic-1.1.0-0.2.alpha4.el6 (FEDORA-EPEL-2013-0602) Asset Management for PHP -------------------------------------------------------------------------------- Update Information: Assetic is an asset management framework for PHP. Optional dependency: APC (php-pecl-apc) Optional packages: * https://github.com/leafo/scssphp * https://github.com/leafo/scssphp-compass * https://github.com/krichprollsch/phpCssEmbed -------------------------------------------------------------------------------- References: [ 1 ] Bug #916405 - Review Request: php-Assetic - Asset Management for PHP https://bugzilla.redhat.com/show_bug.cgi?id=916405 -------------------------------------------------------------------------------- ================================================================================ php-SymfonyCmfRouting-1.0.0-0.3.alpha4.20130306git4706313.el6 (FEDORA-EPEL-2013-0611) Extends the Symfony2 routing component -------------------------------------------------------------------------------- Update Information: The Symfony CMF Routing component library extends the Symfony2 core routing component. Even though it has Symfony in its name, it does not need the full Symfony2 framework and can be used in standalone projects. For integration with Symfony we provide RoutingExtraBundle. At the core of the Symfony CMF Routing component is the ChainRouter, that is used instead of the Symfony2's default routing system. The ChainRouter can chain several RouterInterface implementations, one after the other, to determine what should handle each request. The default Symfony2 router can be added to this chain, so the standard routing mechanism can still be used. Additionally, this component is meant to provide useful implementations of the routing interfaces. Currently, it provides the DynamicRouter, which uses a RequestMatcherInterface to dynamically load Routes, and can apply RouteEnhancerInterface strategies in order to manipulate them. The provided NestedMatcher can dynamically retrieve Symfony2 Route objects from a RouteProviderInterface. This interfaces abstracts a collection of Routes, that can be stored in a database, like Doctrine PHPCR-ODM or Doctrine ORM. The DynamicRouter also uses a UrlGenerator instance to generate Routes and an implementation is provided under ProviderBasedGenerator that can generate routes loaded from a RouteProviderInterface instance, and the ContentAwareGenerator on top of it to determine the route object from a content object. -------------------------------------------------------------------------------- References: [ 1 ] Bug #914988 - Review Request: php-SymfonyCmfRouting - Extends the Symfony2 routing component for dynamic routes and chaining several routers https://bugzilla.redhat.com/show_bug.cgi?id=914988 -------------------------------------------------------------------------------- ================================================================================ python-fedmsg-meta-fedora-infrastructure-0.1.1-1.el6 (FEDORA-EPEL-2013-0605) Metadata providers for Fedora Infrastructure's fedmsg deployment -------------------------------------------------------------------------------- Update Information: Latest upstream -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 11 2013 Ralph Bean - 0.1.1-1 - More meetbot message types - Handle secondary arch compose messages. - Handle koji package list changes - Give up on askbot deep linking. It is hard. - Use non-https cgit urls. - Use non-https planet urls. - Better debug of unhandled messages. -------------------------------------------------------------------------------- ================================================================================ root-5.28.00h-3.el6 (FEDORA-EPEL-2013-0555) Numerical data analysis framework -------------------------------------------------------------------------------- Update Information: Update to xrootd 3.3.1. http://xrootd.cern.ch/cgi-bin/cgit.cgi/xrootd/tree/docs/ReleaseNotes.txt?id=v3.3.1 -------------------------------------------------------------------------------- ChangeLog: * Sat Mar 2 2013 Mattias Ellert - 5.28.00h-3 - Rebuild for xrootd 3.3 - Backport gfal fixes -------------------------------------------------------------------------------- ================================================================================ shinken-1.2.4-5.el6 (FEDORA-EPEL-2013-0600) Python Monitoring tool -------------------------------------------------------------------------------- Update Information: modify webui menu. update version 1.2.4. -------------------------------------------------------------------------------- ChangeLog: * Sat Mar 9 2013 David Hannequin - 1.2.4-5 - Add Webui menu patch. * Wed Mar 6 2013 David Hannequin - 1.2.4-2 - Fix discovery rules. * Sun Feb 24 2013 David Hannequin - 1.2.4-1 - Update from upstream. * Wed Jan 30 2013 David Hannequin - 1.2.3-1 - Update from upstream. -------------------------------------------------------------------------------- ================================================================================ shinken-1.2.4-6.el6 (FEDORA-EPEL-2013-0619) Python Monitoring tool -------------------------------------------------------------------------------- Update Information: fix spec file. -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 11 2013 David Hannequin - 1.2.4-6 - Fix broker summary. * Sat Mar 9 2013 David Hannequin - 1.2.4-5 - Add Webui menu patch. * Wed Mar 6 2013 David Hannequin - 1.2.4-2 - Fix discovery rules. * Sun Feb 24 2013 David Hannequin - 1.2.4-1 - Update from upstream. * Wed Jan 30 2013 David Hannequin - 1.2.3-1 - Update from upstream. -------------------------------------------------------------------------------- ================================================================================ xrootd-3.3.1-1.el6 (FEDORA-EPEL-2013-0555) Extended ROOT file server -------------------------------------------------------------------------------- Update Information: Update to xrootd 3.3.1. http://xrootd.cern.ch/cgi-bin/cgit.cgi/xrootd/tree/docs/ReleaseNotes.txt?id=v3.3.1 -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 6 2013 Mattias Ellert - 1:3.3.1-1 - Update to version 3.3.1 - Remove the java package - no longer part of upstream sources - Drop patches fixed upstream: xrootd-cryptoload.patch, xrootd-init.patch and xrootd-perl.patch - Drop obsolete patch: xrootd-java.patch - Add private-devel package for deprecated header files * Fri Feb 15 2013 Fedora Release Engineering - 1:3.2.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Thu Jan 17 2013 Mattias Ellert - 1:3.2.7-1 - Update to version 3.2.7 - Split libs package into libs, client-libs and server-libs - Split devel package into devel, client-devel and server-devel * Fri Oct 12 2012 Mattias Ellert - 1:3.2.5-1 - Update to version 3.2.5 * Sun Jul 22 2012 Fedora Release Engineering - 1:3.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Wed Jul 11 2012 Mattias Ellert - 1:3.2.2-1 - Update to version 3.2.2 * Mon Jun 11 2012 Petr Pisar - 1:3.2.1-2 - Perl 5.16 rebuild * Thu May 17 2012 Mattias Ellert - 1:3.2.1-1 - Update to version 3.2.1 * Sat Mar 17 2012 Mattias Ellert - 1:3.1.1-1 - Update to version 3.1.1 * Tue Feb 28 2012 Fedora Release Engineering - 1:3.0.5-3 - Rebuilt for c++ ABI breakage * Sat Jan 14 2012 Fedora Release Engineering - 1:3.0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild -------------------------------------------------------------------------------- From updates at fedoraproject.org Tue Mar 12 17:45:12 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Tue, 12 Mar 2013 17:45:12 +0000 Subject: Fedora EPEL 5 updates-testing report Message-ID: <20130312174512.6CF8421610@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 5 Security updates need testing: Age URL 324 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5630/bugzilla-3.2.10-5.el5 219 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6608/Django-1.1.4-2.el5 24 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0366/openconnect-4.08-1.el5 17 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0425/nginx-0.8.55-3.el5 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0518/euca2ools-2.1.3-1.el5 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0609/php-Smarty-2.6.27-1.el5 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0598/firebird-2.1.5.18496.0-4.el5 The following builds have been pushed to Fedora EPEL 5 updates-testing libguestfs-1.20.3-6.el5 salt-api-0.7.5-3.el5 Details about builds: ================================================================================ libguestfs-1.20.3-6.el5 (FEDORA-EPEL-2013-0636) Access and modify virtual machine disk images -------------------------------------------------------------------------------- Update Information: New upstream stable branch version 1.20.3. -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 11 2013 Richard W.M. Jones - 1:1.20.3-6 - Fix various small bugs and tests. - Remove Fedora RPM database files from the tarball. * Sun Mar 10 2013 Richard W.M. Jones - 1:1.20.3-3 - Add patch to define O_CLOEXEC in tests. - Fix double-free bug in EPEL5-specific patch. * Sat Mar 9 2013 Richard W.M. Jones - 1:1.20.3-1 - Rebase to upstream stable branch version 1.20.3. -------------------------------------------------------------------------------- ================================================================================ salt-api-0.7.5-3.el5 (FEDORA-EPEL-2013-0624) A web api for to access salt the parallel remote execution system -------------------------------------------------------------------------------- Update Information: Here is where you give an explanation of your update. -------------------------------------------------------------------------------- From updates at fedoraproject.org Tue Mar 12 17:45:10 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Tue, 12 Mar 2013 17:45:10 +0000 Subject: Fedora EPEL 6 updates-testing report Message-ID: <20130312174510.C3D28213B6@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 6 Security updates need testing: Age URL 512 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2011-4701/supybot-gribble-0.83.4.1-10.el6 324 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5620/bugzilla-3.4.14-2.el6 247 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6348/bcfg2-1.2.3-1.el6 24 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0376/openconnect-4.08-1.el6 17 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0420/awstats-7.0-3.el6 17 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0423/nginx-1.0.15-4.el6 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0532/euca2ools-2.1.3-1.el6 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0568/mediawiki119-1.19.4-1.el6 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0622/firebird-2.5.2.26539.0-3.el6 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0632/privoxy-3.0.21-1.el6 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0634/openstack-keystone-2012.2.3-4.el6 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0637/seamonkey-2.16.1-1.el6 The following builds have been pushed to Fedora EPEL 6 updates-testing erlang-erlydtl-0.7.0-1.20130214git6a9845f.el6 erlang-rebar-2.1.0-0.4.el6 fedocal-0.1.0-3.el6 libiscsi-1.7.0-3.el6 openstack-cinder-2012.2.3-1.el6 openstack-keystone-2012.2.3-4.el6 openstack-quantum-2012.2.3-2.el6 ovirt-engine-cli-3.2.0.11-1.el6 ovirt-engine-sdk-3.2.0.10-1.el6 privoxy-3.0.21-1.el6 python-django-dajax-0.9.2-1.el6 python-django-dajaxice-0.5.5-2.el6 python-glanceclient-0.8.0-1.el6 python-tahrir-api-0.1.7-3.el6 python-websockify-0.2.0-4.el6 salt-api-0.7.5-3.el6 seamonkey-2.16.1-1.el6 Details about builds: ================================================================================ erlang-erlydtl-0.7.0-1.20130214git6a9845f.el6 (FEDORA-EPEL-2013-0638) Erlang implementation of the Django Template Language -------------------------------------------------------------------------------- Update Information: * Update to the latest git snapshot -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- ================================================================================ erlang-rebar-2.1.0-0.4.el6 (FEDORA-EPEL-2013-0633) Erlang Build Tools -------------------------------------------------------------------------------- Update Information: * Backported fix for ErlyDTL templates compilation. * Fix building ports -------------------------------------------------------------------------------- ChangeLog: * Tue Mar 12 2013 Peter Lemenkov - 2.1.0-0.4 - backported fix for ErlyDTL templates compilation * Wed Mar 6 2013 Peter Lemenkov - 2.1.0-0.3 - Don't bootstrap anymore - use rebar for building rebar * Sun Mar 3 2013 Peter Lemenkov - 2.1.0-0.2 - Backported fix for suppress building *.so libraries everytime * Sat Mar 2 2013 Peter Lemenkov - 2.1.0-0.1 - Ver. 2.1.0-pre - Remove R12B-related patches (EL5-related) * Wed Feb 13 2013 Fedora Release Engineering - 2.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ fedocal-0.1.0-3.el6 (FEDORA-EPEL-2013-0639) A web based calendar application -------------------------------------------------------------------------------- Update Information: Bring fedocal 0.0.1 into the Fedora repositories. -------------------------------------------------------------------------------- ================================================================================ libiscsi-1.7.0-3.el6 (FEDORA-EPEL-2013-0626) iSCSI client library -------------------------------------------------------------------------------- Update Information: libiscsi is an iSCSI initiator implemented entirely in userspace. It can be used with QEMU to access iSCSI shares from a virtual machine. -------------------------------------------------------------------------------- References: [ 1 ] Bug #914752 - Review Request: libiscsi - userspace iSCSI initiator https://bugzilla.redhat.com/show_bug.cgi?id=914752 -------------------------------------------------------------------------------- ================================================================================ openstack-cinder-2012.2.3-1.el6 (FEDORA-EPEL-2013-0623) OpenStack Volume service -------------------------------------------------------------------------------- Update Information: - Update to stable Folsom 2012.2.3 -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 18 2013 Eric Harney - 2012.2.3-1 - Update to Folsom stable release 3 * Wed Jan 23 2013 Martin Magr - 2012.2.1-1 - Added python-keystone requirement -------------------------------------------------------------------------------- ================================================================================ openstack-keystone-2012.2.3-4.el6 (FEDORA-EPEL-2013-0634) OpenStack Identity Service -------------------------------------------------------------------------------- Update Information: update to stable folsom release 2012.2.3 and security updates -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 11 2013 Alan Pevec 2012.2.3-4 - openssl is required for PKI tokens rhbz#918757 * Sat Feb 23 2013 Alan Pevec 2012.2.3-3 - ensure user and tenant are enabled CVE-2013-0282 - disable XML entity parsing CVE-2013-1664, CVE-2013-1665 * Fri Feb 8 2013 Alan Pevec 2012.2.3-2 - limit parameters and tokens size CVE-2013-0247 * Sat Feb 2 2013 Alan Pevec 2012.2.3-1 - updated to stable folsom release 2012.2.3 -------------------------------------------------------------------------------- References: [ 1 ] Bug #906171 - CVE-2013-0247 OpenStack Keystone: denial of service through invalid token requests https://bugzilla.redhat.com/show_bug.cgi?id=906171 [ 2 ] Bug #910928 - CVE-2013-0282 OpenStack Keystone: EC2-style authentication accepts disabled user/tenants https://bugzilla.redhat.com/show_bug.cgi?id=910928 [ 3 ] Bug #910221 - CVE-2013-1664 CVE-2013-1665 OpenStack keystone: XML entity parsing https://bugzilla.redhat.com/show_bug.cgi?id=910221 -------------------------------------------------------------------------------- ================================================================================ openstack-quantum-2012.2.3-2.el6 (FEDORA-EPEL-2013-0625) Virtual network service for OpenStack (quantum) -------------------------------------------------------------------------------- Update Information: - Update to stable Folsom 2012.2.3 -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 4 2013 Terry Wilson 2012.2.3-2 - Add quantum-ovs-cleanup.service * Mon Feb 11 2013 Alan Pevec 2012.2.3-1 - Update to folsom stable 2012.2.3 * Wed Jan 23 2013 Martin Magr - 2012.2.1-2 - Added python-keystone requirement * Mon Jan 21 2013 Gary Kotton - 2012.2.1-2 - Ensure libvirt_vif_driver is set with node installation (bug 885932) - Cleanup of symbolic link plugin.ini (bug 901959) -------------------------------------------------------------------------------- ================================================================================ ovirt-engine-cli-3.2.0.11-1.el6 (FEDORA-EPEL-2013-0635) oVirt Engine Command Line Interface -------------------------------------------------------------------------------- Update Information: Update to upstream 3.2.0.11 -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 11 2013 Juan Hernandez - 3.2.0.11-1 - Update to upstream 3.2.0.11 -------------------------------------------------------------------------------- ================================================================================ ovirt-engine-sdk-3.2.0.10-1.el6 (FEDORA-EPEL-2013-0627) oVirt Engine Software Development Kit -------------------------------------------------------------------------------- Update Information: Update to upstream 3.2.0.10 -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 11 2013 Juan Hernandez - 3.2.0.10-1 - Update to upstream 3.2.0.10 -------------------------------------------------------------------------------- ================================================================================ privoxy-3.0.21-1.el6 (FEDORA-EPEL-2013-0632) Privacy enhancing proxy -------------------------------------------------------------------------------- Update Information: Common Vulnerabilities and Exposures assigned an identifier CVE-2013-2503 to the following vulnerability: Privoxy before 3.0.21 does not properly handle Proxy-Authenticate and Proxy-Authorization headers in the client-server data stream, which makes it easier for remote HTTP servers to spoof the intended proxy service via a 407 (aka Proxy Authentication Required) HTTP status code. References: [1] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2503 [2] http://blog.c22.cc/2013/03/11/privoxy-proxy-authentication-credential-exposure-cve-2013-2503/ [3] http://ijbswa.cvs.sourceforge.net/viewvc/ijbswa/current/ChangeLog?revision=1.188&view=markup -------------------------------------------------------------------------------- ChangeLog: * Tue Mar 12 2013 Jon Ciesla - 3.0.21-1 - 3.0.21, fix for CVE-2013-2503. -------------------------------------------------------------------------------- References: [ 1 ] Bug #920645 - CVE-2013-2503 privoxy: Proxy-Authentication response spoofing [fedora-all] https://bugzilla.redhat.com/show_bug.cgi?id=920645 [ 2 ] Bug #920647 - CVE-2013-2503 privoxy: Proxy-Authentication response spoofing [epel-6] https://bugzilla.redhat.com/show_bug.cgi?id=920647 -------------------------------------------------------------------------------- ================================================================================ python-django-dajax-0.9.2-1.el6 (FEDORA-EPEL-2013-0628) Library to create asynchronous presentation logic with Django and dajaxice -------------------------------------------------------------------------------- Update Information: * Fixed unicode issues * Fixed django 1.5 compatibility -------------------------------------------------------------------------------- ChangeLog: * Wed Feb 20 2013 Jakub Filak - 0.9.2-1 - new upstream release -------------------------------------------------------------------------------- ================================================================================ python-django-dajaxice-0.5.5-2.el6 (FEDORA-EPEL-2013-0628) Agnostic and easy to use AJAX library for Django -------------------------------------------------------------------------------- Update Information: * Fixed unicode issues * Fixed django 1.5 compatibility -------------------------------------------------------------------------------- ChangeLog: * Thu Feb 21 2013 Jakub Filak - 0.5.5-2 - Fix requires * Wed Feb 20 2013 Jakub Filak - 0.5.5-1 - new upstream release -------------------------------------------------------------------------------- ================================================================================ python-glanceclient-0.8.0-1.el6 (FEDORA-EPEL-2013-0630) Python API and CLI for OpenStack Glance -------------------------------------------------------------------------------- Update Information: Update to 0.8.0 and use pypi sources. -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 11 2013 Jakub Ruzicka - - Update to 0.8.0. - Switch from tarballs.openstack.org to pypi sources. -------------------------------------------------------------------------------- ================================================================================ python-tahrir-api-0.1.7-3.el6 (FEDORA-EPEL-2013-0640) An API for interacting with the Tahrir database -------------------------------------------------------------------------------- Update Information: Configuration for httpd -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 11 2013 Ralph Bean - 0.1.7-3 - Force version of python-webob * Thu Feb 14 2013 Fedora Release Engineering - 0.1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ python-websockify-0.2.0-4.el6 (FEDORA-EPEL-2013-0629) WSGI based adapter for the Websockets protocol -------------------------------------------------------------------------------- Update Information: - Add runtime dependency on setuptools -------------------------------------------------------------------------------- ChangeLog: * Tue Mar 12 2013 P?draig Brady

- 0.2.0-4 - Add runtime dependency on setuptools -------------------------------------------------------------------------------- References: [ 1 ] Bug #920371 - ImportError: No module named pkg_resources https://bugzilla.redhat.com/show_bug.cgi?id=920371 -------------------------------------------------------------------------------- ================================================================================ salt-api-0.7.5-3.el6 (FEDORA-EPEL-2013-0631) A web api for to access salt the parallel remote execution system -------------------------------------------------------------------------------- Update Information: Here is where you give an explanation of your update. -------------------------------------------------------------------------------- ================================================================================ seamonkey-2.16.1-1.el6 (FEDORA-EPEL-2013-0637) Web browser, e-mail, news, IRC client, HTML editor -------------------------------------------------------------------------------- Update Information: Update to 2.16.1 Fix CVE-2013-0787 -------------------------------------------------------------------------------- ChangeLog: * Tue Mar 12 2013 Dmitry Butskoy 2.16.1-1 - update to 2.16.1 -------------------------------------------------------------------------------- References: [ 1 ] Bug #919680 - seamonkey-2.16.1 is available https://bugzilla.redhat.com/show_bug.cgi?id=919680 -------------------------------------------------------------------------------- From updates at fedoraproject.org Wed Mar 13 21:28:40 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Wed, 13 Mar 2013 21:28:40 +0000 Subject: Fedora EPEL 5 updates-testing report Message-ID: <20130313212840.5E0B4220A3@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 5 Security updates need testing: Age URL 326 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5630/bugzilla-3.2.10-5.el5 220 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6608/Django-1.1.4-2.el5 26 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0366/openconnect-4.08-1.el5 19 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0425/nginx-0.8.55-3.el5 4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0518/euca2ools-2.1.3-1.el5 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0609/php-Smarty-2.6.27-1.el5 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0598/firebird-2.1.5.18496.0-4.el5 The following builds have been pushed to Fedora EPEL 5 updates-testing drupal7-features-2.0-0.1.beta1.el5 Details about builds: ================================================================================ drupal7-features-2.0-0.1.beta1.el5 (FEDORA-EPEL-2013-0646) Provides feature management for Drupal -------------------------------------------------------------------------------- Update Information: New upstream release, http://drupal.org/node/1835662. -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 13 2013 Peter Borsa - 2.0-0.1.beta1 - New upstream version. * Wed Feb 13 2013 Fedora Release Engineering - 1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #907091 - drupal7-features-2.0-beta1 is available https://bugzilla.redhat.com/show_bug.cgi?id=907091 -------------------------------------------------------------------------------- From updates at fedoraproject.org Wed Mar 13 21:28:42 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Wed, 13 Mar 2013 21:28:42 +0000 Subject: Fedora EPEL 6 updates-testing report Message-ID: <20130313212842.38FD7220B1@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 6 Security updates need testing: Age URL 514 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2011-4701/supybot-gribble-0.83.4.1-10.el6 326 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5620/bugzilla-3.4.14-2.el6 248 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6348/bcfg2-1.2.3-1.el6 26 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0376/openconnect-4.08-1.el6 19 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0420/awstats-7.0-3.el6 19 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0423/nginx-1.0.15-4.el6 4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0532/euca2ools-2.1.3-1.el6 4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0568/mediawiki119-1.19.4-1.el6 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0622/firebird-2.5.2.26539.0-3.el6 1 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0632/privoxy-3.0.21-1.el6 1 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0634/openstack-keystone-2012.2.3-4.el6 1 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0637/seamonkey-2.16.1-1.el6 The following builds have been pushed to Fedora EPEL 6 updates-testing Django-1.3.7-1.el6 drupal7-features-2.0-0.1.beta1.el6 openstack-packstack-2012.2.3-0.5.dev475.el6 pybugz-0.10-4.git683dd.el6 python-django-evolution-0.6.9-1.el6.1 python-tahrir-0.1.9-2.el6 qpid-proton-0.4-1.el6 spice-html5-0.1.2-2.el6 Details about builds: ================================================================================ Django-1.3.7-1.el6 (FEDORA-EPEL-2013-0647) A high-level Python Web framework -------------------------------------------------------------------------------- Update Information: New upstream release 1.3.7 https://www.djangoproject.com/weblog/2013/feb/20/updated-releases-issued/ -------------------------------------------------------------------------------- ChangeLog: * Thu Feb 21 2013 Matthias Runge - 1.3.7-1 - update fix CVE-2013-0305, CVE-2013-0306 * Tue Dec 11 2012 Matthias Runge - 1.3.4-1 - Merged in security update from upstream version 1.3.5 https://www.djangoproject.com/weblog/2012/dec/10/security/ -------------------------------------------------------------------------------- References: [ 1 ] Bug #849437 - ReviewBoard dependency on Django https://bugzilla.redhat.com/show_bug.cgi?id=849437 -------------------------------------------------------------------------------- ================================================================================ drupal7-features-2.0-0.1.beta1.el6 (FEDORA-EPEL-2013-0645) Provides feature management for Drupal -------------------------------------------------------------------------------- Update Information: New upstream release, http://drupal.org/node/1835662. -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 13 2013 Peter Borsa - 2.0-0.1.beta1 - New upstream version. * Wed Feb 13 2013 Fedora Release Engineering - 1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #907091 - drupal7-features-2.0-beta1 is available https://bugzilla.redhat.com/show_bug.cgi?id=907091 -------------------------------------------------------------------------------- ================================================================================ openstack-packstack-2012.2.3-0.5.dev475.el6 (FEDORA-EPEL-2013-0648) Openstack Install Utility -------------------------------------------------------------------------------- Update Information: Here is where you give an explanation of your update. Here is where you give an explanation of your update. Here is where you give an explanation of your update. Here is where you give an explanation of your update. Here is where you give an explanation of your update. Here is where you give an explanation of your update. Here is where you give an explanation of your update. Here is where you give an explanation of your update. -------------------------------------------------------------------------------- References: [ 1 ] Bug #865347 - RFE: Hypervisor installer should change host's IO scheduler to deadline for improved performance https://bugzilla.redhat.com/show_bug.cgi?id=865347 -------------------------------------------------------------------------------- ================================================================================ pybugz-0.10-4.git683dd.el6 (FEDORA-EPEL-2013-0642) Command line interface for Bugzilla written in Python -------------------------------------------------------------------------------- Update Information: Command line utility for Bugzilla interacting. -------------------------------------------------------------------------------- References: [ 1 ] Bug #902025 - Review Request: pybugz - command line interface to bugzilla https://bugzilla.redhat.com/show_bug.cgi?id=902025 -------------------------------------------------------------------------------- ================================================================================ python-django-evolution-0.6.9-1.el6.1 (FEDORA-EPEL-2013-0643) Schema evolution for Django -------------------------------------------------------------------------------- Update Information: Fixes serious bug during upgrades from very old versions of a database where if an earlier evolution adds a new field and a later one modifies it, they will get out of sync. This package renames the old django-evolution package. -------------------------------------------------------------------------------- ================================================================================ python-tahrir-0.1.9-2.el6 (FEDORA-EPEL-2013-0649) A pyramid app for issuing your own Open Badges -------------------------------------------------------------------------------- Update Information: Configuration for httpd -------------------------------------------------------------------------------- ================================================================================ qpid-proton-0.4-1.el6 (FEDORA-EPEL-2013-0641) A high performance, lightweight messaging library -------------------------------------------------------------------------------- Update Information: Rebased on Proton 0.4. -------------------------------------------------------------------------------- ================================================================================ spice-html5-0.1.2-2.el6 (FEDORA-EPEL-2013-0644) Pure Javascript SPICE client -------------------------------------------------------------------------------- Update Information: New package: Pure Javascript SPICE client -------------------------------------------------------------------------------- References: [ 1 ] Bug #910793 - Review Request: spice-html5 - Pure Javascript SPICE client https://bugzilla.redhat.com/show_bug.cgi?id=910793 -------------------------------------------------------------------------------- From mail-lists at karan.org Thu Mar 14 12:53:58 2013 From: mail-lists at karan.org (Karanbir Singh) Date: Thu, 14 Mar 2013 12:53:58 +0000 Subject: libart_lgpl Message-ID: <5141C866.6020401@karan.org> hi Guys, libart_lgpl.i686 2.3.20-5.1.el6 base libart_lgpl.i686 2.3.20-5.1.el6 epel libart_lgpl.x86_64 2.3.20-5.1.el6 base libart_lgpl.x86_64 2.3.20-5.1.el6 epel Causing a bit of grief around the edges. Can we do something to fix it ? Actually, this *should* not cause too much of pain since they are the exact same version, however the different checksums are a problem. regards - KB -- Karanbir Singh +44-207-0999389 | http://www.karan.org/ | twitter.com/kbsingh GnuPG Key : http://www.karan.org/publickey.asc From kevin at scrye.com Thu Mar 14 17:10:07 2013 From: kevin at scrye.com (Kevin Fenzi) Date: Thu, 14 Mar 2013 11:10:07 -0600 Subject: libart_lgpl In-Reply-To: <5141C866.6020401@karan.org> References: <5141C866.6020401@karan.org> Message-ID: <20130314111007.6b754d29@jelerak.scrye.com> On Thu, 14 Mar 2013 12:53:58 +0000 Karanbir Singh wrote: > hi Guys, > > libart_lgpl.i686 2.3.20-5.1.el6 base > libart_lgpl.i686 2.3.20-5.1.el6 epel > libart_lgpl.x86_64 2.3.20-5.1.el6 base > libart_lgpl.x86_64 2.3.20-5.1.el6 epel > > Causing a bit of grief around the edges. Can we do something to fix > it ? > > Actually, this *should* not cause too much of pain since they are the > exact same version, however the different checksums are a problem. Sorry I missed this one when cleaning up 6.4 packages. ;( Should be fixed in the next compose. kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: not available URL: From updates at fedoraproject.org Thu Mar 14 19:11:27 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Thu, 14 Mar 2013 19:11:27 +0000 Subject: Fedora EPEL 5 updates-testing report Message-ID: <20130314191127.12D032163A@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 5 Security updates need testing: Age URL 326 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5630/bugzilla-3.2.10-5.el5 221 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6608/Django-1.1.4-2.el5 27 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0366/openconnect-4.08-1.el5 20 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0425/nginx-0.8.55-3.el5 4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0518/euca2ools-2.1.3-1.el5 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0609/php-Smarty-2.6.27-1.el5 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0598/firebird-2.1.5.18496.0-4.el5 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0664/puppet-2.6.18-1.el5 The following builds have been pushed to Fedora EPEL 5 updates-testing 389-dsgw-1.1.10-1.el5 bdii-5.2.17-2.el5 bitlbee-3.2-2.el5 drupal6-feeds-1.0-0.11.beta13.el5 drupal7-i18n-1.8-0.el5 drupal7-jquery_update-2.3-1.el5 drupal7-libraries-2.1-1.el5 glue-schema-2.0.10-1.el5 graphite-web-0.9.10-8.el5 libguestfs-1.20.4-2.el5 ndjbdns-1.05.7-1.el5 puppet-2.6.18-1.el5 python-bucky-0.2.4-1.el5 salt-0.13.2-1.el5 Details about builds: ================================================================================ 389-dsgw-1.1.10-1.el5 (FEDORA-EPEL-2013-0677) 389 Directory Server Gateway (dsgw) -------------------------------------------------------------------------------- Update Information: Here is where you give an explanation of your update. -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 13 2013 Mark Reynolds - 1.1.10-1 - ce71231 Bump version to 1.1.10 - Ticket 606 - DSGW - format string errors -------------------------------------------------------------------------------- ================================================================================ bdii-5.2.17-2.el5 (FEDORA-EPEL-2013-0676) The Berkeley Database Information Index (BDII) -------------------------------------------------------------------------------- Update Information: Updated versions of bdii and glue-schema from the EMI 3 release. -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 14 2013 Mattias Ellert - 5.2.17-2 - Don't use _libdir macro for noarch package * Thu Mar 14 2013 Mattias Ellert - 5.2.17-1 - New upstream version 5.2.17 * Wed Feb 13 2013 Fedora Release Engineering - 5.2.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ bitlbee-3.2-2.el5 (FEDORA-EPEL-2013-0674) IRC to other chat networks gateway -------------------------------------------------------------------------------- Update Information: Add accidentially lost OTR support for RHEL 5 and 6 -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 14 2013 Robert Scheck 3.2-2 - Add accidentially lost OTR support for RHEL 5 and 6 (#919912) -------------------------------------------------------------------------------- References: [ 1 ] Bug #919912 - Cannot apply latest bitlbee update due to dependency issues https://bugzilla.redhat.com/show_bug.cgi?id=919912 -------------------------------------------------------------------------------- ================================================================================ drupal6-feeds-1.0-0.11.beta13.el5 (FEDORA-EPEL-2013-0663) An import and aggregation framework for Drupal -------------------------------------------------------------------------------- Update Information: New upstream release, http://drupal.org/node/1869526. -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 14 2013 Peter Borsa - 1.0-0.11.beta13 - New upstream version 1.0-beta13 * Wed Feb 13 2013 Fedora Release Engineering - 1.0-0.10.beta12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Jul 18 2012 Fedora Release Engineering - 1.0-0.9.beta12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #892543 - drupal6-feeds-1.0-beta13 is available https://bugzilla.redhat.com/show_bug.cgi?id=892543 -------------------------------------------------------------------------------- ================================================================================ drupal7-i18n-1.8-0.el5 (FEDORA-EPEL-2013-0675) Collection of modules to extend Drupal core multilingual capabilities -------------------------------------------------------------------------------- Update Information: New upstream release, http://drupal.org/node/1887374. -------------------------------------------------------------------------------- ChangeLog: * Sun Feb 10 2013 Scott Dodson 1.8-0 - Update to 1.8 - Make sure drupal7-variable > 2.0 * Wed Jul 18 2012 Fedora Release Engineering - 1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #895024 - drupal7-i18n-1.8 is available https://bugzilla.redhat.com/show_bug.cgi?id=895024 -------------------------------------------------------------------------------- ================================================================================ drupal7-jquery_update-2.3-1.el5 (FEDORA-EPEL-2013-0651) Updates the version of jQuery to 1.5.2 and jQuery UI 1.8.11 -------------------------------------------------------------------------------- Update Information: New upstream release, http://drupal.org/node/1912546. -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- References: [ 1 ] Bug #909894 - drupal7-jquery_update-2.3 is available https://bugzilla.redhat.com/show_bug.cgi?id=909894 -------------------------------------------------------------------------------- ================================================================================ drupal7-libraries-2.1-1.el5 (FEDORA-EPEL-2013-0668) The common denominator for all Drupal components and external libraries -------------------------------------------------------------------------------- Update Information: New upstream release, http://drupal.org/node/1938254. -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 14 2013 Peter Borsa - 2.1-1 - Update to 2.1 * Wed Feb 13 2013 Fedora Release Engineering - 2.0-1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #919812 - drupal7-libraries-2.1 is available https://bugzilla.redhat.com/show_bug.cgi?id=919812 -------------------------------------------------------------------------------- ================================================================================ glue-schema-2.0.10-1.el5 (FEDORA-EPEL-2013-0676) LDAP schema files for the GLUE 1.3 and GLUE 2.0 Schema -------------------------------------------------------------------------------- Update Information: Updated versions of bdii and glue-schema from the EMI 3 release. -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 14 2013 Mattias Ellert - 2.0.10-1 - Update to release 2.0.10 * Wed Feb 13 2013 Fedora Release Engineering - 2.0.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ graphite-web-0.9.10-8.el5 (FEDORA-EPEL-2013-0678) A Django webapp for enterprise scalable realtime graphing -------------------------------------------------------------------------------- Update Information: Correctly pull in fonts. Initial package import. Initial package import. Initial package import. Initial package import. -------------------------------------------------------------------------------- ================================================================================ libguestfs-1.20.4-2.el5 (FEDORA-EPEL-2013-0667) Access and modify virtual machine disk images -------------------------------------------------------------------------------- Update Information: New upstream stable branch version 1.20.4. New upstream stable branch version 1.20.3. -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 13 2013 Richard W.M. Jones - 1:1.20.4-2 - Rebase to upstream stable branch version 1.20.4. * Mon Mar 11 2013 Richard W.M. Jones - 1:1.20.3-6 - Fix various small bugs and tests. - Remove Fedora RPM database files from the tarball. * Sun Mar 10 2013 Richard W.M. Jones - 1:1.20.3-3 - Add patch to define O_CLOEXEC in tests. - Fix double-free bug in EPEL5-specific patch. * Sat Mar 9 2013 Richard W.M. Jones - 1:1.20.3-1 - Rebase to upstream stable branch version 1.20.3. -------------------------------------------------------------------------------- ================================================================================ ndjbdns-1.05.7-1.el5 (FEDORA-EPEL-2013-0650) New djbdns: usable djbdns -------------------------------------------------------------------------------- Update Information: Release 1.05.7 fixes a bug about reading servers/mydomain.com files correctly; adds couple of new features which allow servers to listen on multiple IP addresses and to respond from a correct IP when listening on 0.0.0.0. -------------------------------------------------------------------------------- ChangeLog: * Sun Feb 24 2013 pjp - 1.05.7-1 - Build & install walldns server. - Removed install commands for systemd unit files. - Merge patch to bind servers to multiple IP addresses. - Patch to respond to original destination address BZ#917580. - Update to correctly read servers/mydomain.dom files BZ#913651. * Thu Feb 14 2013 Fedora Release Engineering - 1.05.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #913667 - Merge patch to support listening on multiple IP interfaces on multi-home systems. https://bugzilla.redhat.com/show_bug.cgi?id=913667 [ 2 ] Bug #917580 - Server accept connections on one ip but always sends replies back on the first ip in the same segment https://bugzilla.redhat.com/show_bug.cgi?id=917580 [ 3 ] Bug #913651 - dnscache resolver ignores ..servers/mydomain.com files. https://bugzilla.redhat.com/show_bug.cgi?id=913651 -------------------------------------------------------------------------------- ================================================================================ puppet-2.6.18-1.el5 (FEDORA-EPEL-2013-0664) A network tool for managing many disparate systems -------------------------------------------------------------------------------- Update Information: Updates to EPEL for Puppet 2.6 for security issues disclosed 13-MAR-2013 from Puppet Labs. -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 11 2013 Michael Stahnke - 2.6.18-1 - Fixes for CVE-2013-1640 CVE-2013-1652 CVE-2013-1653 CVE-2013-1654 - and CVE-2013-1655 CVE-2013-2274 CVE-2013-2275 -------------------------------------------------------------------------------- References: [ 1 ] Bug #919770 - CVE-2013-1654 Puppet: SSL protocol downgrade https://bugzilla.redhat.com/show_bug.cgi?id=919770 [ 2 ] Bug #919774 - CVE-2013-1653 Puppet: kick connection HTTP PUT request arbitrary code execution https://bugzilla.redhat.com/show_bug.cgi?id=919774 [ 3 ] Bug #919775 - CVE-2013-1655 Puppet: Master code loading Ruby symbols vulnerability https://bugzilla.redhat.com/show_bug.cgi?id=919775 [ 4 ] Bug #919783 - CVE-2013-1640 Puppet: catalog request code execution https://bugzilla.redhat.com/show_bug.cgi?id=919783 [ 5 ] Bug #919784 - CVE-2013-1652 Puppet: HTTP GET request catalog retrieval https://bugzilla.redhat.com/show_bug.cgi?id=919784 [ 6 ] Bug #919785 - CVE-2013-2275 Puppet: default auth.conf allows authenticated node to submit a report for any other node https://bugzilla.redhat.com/show_bug.cgi?id=919785 -------------------------------------------------------------------------------- ================================================================================ python-bucky-0.2.4-1.el5 (FEDORA-EPEL-2013-0658) CollectD and StatsD adapter for Graphite -------------------------------------------------------------------------------- Update Information: Update to 0.2.4 -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 13 2013 Jonathan Steffan - 0.2.4-1 - Update to 0.2.4 * Thu Feb 14 2013 Fedora Release Engineering - 0.2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ salt-0.13.2-1.el5 (FEDORA-EPEL-2013-0672) A parallel remote execution system -------------------------------------------------------------------------------- Update Information: Update to upstream patch release 0.13.2 -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 13 2013 Clint Savage - 0.13.2-1 - Update to upstream patch release 0.13.2 -------------------------------------------------------------------------------- From updates at fedoraproject.org Thu Mar 14 19:11:29 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Thu, 14 Mar 2013 19:11:29 +0000 Subject: Fedora EPEL 6 updates-testing report Message-ID: <20130314191129.9527C2163A@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 6 Security updates need testing: Age URL 514 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2011-4701/supybot-gribble-0.83.4.1-10.el6 326 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5620/bugzilla-3.4.14-2.el6 249 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6348/bcfg2-1.2.3-1.el6 27 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0376/openconnect-4.08-1.el6 20 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0420/awstats-7.0-3.el6 20 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0423/nginx-1.0.15-4.el6 4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0532/euca2ools-2.1.3-1.el6 4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0568/mediawiki119-1.19.4-1.el6 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0622/firebird-2.5.2.26539.0-3.el6 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0632/privoxy-3.0.21-1.el6 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0634/openstack-keystone-2012.2.3-4.el6 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0637/seamonkey-2.16.1-1.el6 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0657/puppet-2.6.18-1.el6 The following builds have been pushed to Fedora EPEL 6 updates-testing 389-dsgw-1.1.10-1.el6 bdii-5.2.17-2.el6 bitlbee-3.2-2.el6 cloud-utils-0.27-0.2.bzr216.el6 crudini-0.3-2.el6 drupal6-feeds-1.0-0.11.beta13.el6 drupal7-i18n-1.8-0.el6 drupal7-jquery_update-2.3-1.el6 drupal7-libraries-2.1-1.el6 glue-schema-2.0.10-1.el6 gnumeric-1.10.10-2.el6.1 graphite-web-0.9.10-7.el6 ndjbdns-1.05.7-1.el6 php-pear-MDB2-2.5.0-0.9.b5.el6 php-pear-MDB2-Driver-mysql-1.5.0-0.8.b4.el6 php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el6 php-pear-MDB2-Driver-pgsql-1.5.0-0.8.b4.el6 puppet-2.6.18-1.el6 python-bucky-0.2.4-1.el6 python-keystoneclient-0.2.0-1.el6 redshift-1.6-3.el6 salt-0.13.2-1.el6 Details about builds: ================================================================================ 389-dsgw-1.1.10-1.el6 (FEDORA-EPEL-2013-0670) 389 Directory Server Gateway (dsgw) -------------------------------------------------------------------------------- Update Information: Here is where you give an explanation of your update. -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 13 2013 Mark Reynolds - 1.1.10-1 - ce71231 Bump version to 1.1.10 - Ticket 606 - DSGW - format string errors -------------------------------------------------------------------------------- ================================================================================ bdii-5.2.17-2.el6 (FEDORA-EPEL-2013-0655) The Berkeley Database Information Index (BDII) -------------------------------------------------------------------------------- Update Information: Updated versions of bdii and glue-schema from the EMI 3 release. -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 14 2013 Mattias Ellert - 5.2.17-2 - Don't use _libdir macro for noarch package * Thu Mar 14 2013 Mattias Ellert - 5.2.17-1 - New upstream version 5.2.17 * Wed Feb 13 2013 Fedora Release Engineering - 5.2.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ bitlbee-3.2-2.el6 (FEDORA-EPEL-2013-0660) IRC to other chat networks gateway -------------------------------------------------------------------------------- Update Information: Add accidentially lost OTR support for RHEL 5 and 6 -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 14 2013 Robert Scheck 3.2-2 - Add accidentially lost OTR support for RHEL 5 and 6 (#919912) -------------------------------------------------------------------------------- References: [ 1 ] Bug #919912 - Cannot apply latest bitlbee update due to dependency issues https://bugzilla.redhat.com/show_bug.cgi?id=919912 -------------------------------------------------------------------------------- ================================================================================ cloud-utils-0.27-0.2.bzr216.el6 (FEDORA-EPEL-2013-0673) Cloud image management utilities -------------------------------------------------------------------------------- Update Information: New package. -------------------------------------------------------------------------------- References: [ 1 ] Bug #907756 - Review Request: cloud-utils - cloud image management utilities https://bugzilla.redhat.com/show_bug.cgi?id=907756 -------------------------------------------------------------------------------- ================================================================================ crudini-0.3-2.el6 (FEDORA-EPEL-2013-0671) A utility for manipulating ini files -------------------------------------------------------------------------------- Update Information: Initial package release. -------------------------------------------------------------------------------- References: [ 1 ] Bug #919100 - Review Request: crudini - A utility for manipulating ini files https://bugzilla.redhat.com/show_bug.cgi?id=919100 -------------------------------------------------------------------------------- ================================================================================ drupal6-feeds-1.0-0.11.beta13.el6 (FEDORA-EPEL-2013-0652) An import and aggregation framework for Drupal -------------------------------------------------------------------------------- Update Information: New upstream release, http://drupal.org/node/1869526. -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 14 2013 Peter Borsa - 1.0-0.11.beta13 - New upstream version 1.0-beta13 * Wed Feb 13 2013 Fedora Release Engineering - 1.0-0.10.beta12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Jul 18 2012 Fedora Release Engineering - 1.0-0.9.beta12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #892543 - drupal6-feeds-1.0-beta13 is available https://bugzilla.redhat.com/show_bug.cgi?id=892543 -------------------------------------------------------------------------------- ================================================================================ drupal7-i18n-1.8-0.el6 (FEDORA-EPEL-2013-0665) Collection of modules to extend Drupal core multilingual capabilities -------------------------------------------------------------------------------- Update Information: New upstream release, http://drupal.org/node/1887374. -------------------------------------------------------------------------------- ChangeLog: * Sun Feb 10 2013 Scott Dodson 1.8-0 - Update to 1.8 - Make sure drupal7-variable > 2.0 * Wed Jul 18 2012 Fedora Release Engineering - 1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #895024 - drupal7-i18n-1.8 is available https://bugzilla.redhat.com/show_bug.cgi?id=895024 -------------------------------------------------------------------------------- ================================================================================ drupal7-jquery_update-2.3-1.el6 (FEDORA-EPEL-2013-0680) Updates the version of jQuery to 1.5.2 and jQuery UI 1.8.11 -------------------------------------------------------------------------------- Update Information: New upstream release, http://drupal.org/node/1912546. -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- References: [ 1 ] Bug #909894 - drupal7-jquery_update-2.3 is available https://bugzilla.redhat.com/show_bug.cgi?id=909894 -------------------------------------------------------------------------------- ================================================================================ drupal7-libraries-2.1-1.el6 (FEDORA-EPEL-2013-0669) The common denominator for all Drupal components and external libraries -------------------------------------------------------------------------------- Update Information: New upstream release, http://drupal.org/node/1938254. -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 14 2013 Peter Borsa - 2.1-1 - Update to 2.1 * Wed Feb 13 2013 Fedora Release Engineering - 2.0-1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #919812 - drupal7-libraries-2.1 is available https://bugzilla.redhat.com/show_bug.cgi?id=919812 -------------------------------------------------------------------------------- ================================================================================ glue-schema-2.0.10-1.el6 (FEDORA-EPEL-2013-0655) LDAP schema files for the GLUE 1.3 and GLUE 2.0 Schema -------------------------------------------------------------------------------- Update Information: Updated versions of bdii and glue-schema from the EMI 3 release. -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 14 2013 Mattias Ellert - 2.0.10-1 - Update to release 2.0.10 * Wed Feb 13 2013 Fedora Release Engineering - 2.0.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ gnumeric-1.10.10-2.el6.1 (FEDORA-EPEL-2013-0661) Spreadsheet program for GNOME -------------------------------------------------------------------------------- Update Information: Newly built into EPEL for Enterprise Linux 6. -------------------------------------------------------------------------------- ================================================================================ graphite-web-0.9.10-7.el6 (FEDORA-EPEL-2013-0653) A Django webapp for enterprise scalable realtime graphing -------------------------------------------------------------------------------- Update Information: Correctly pull in fonts. Initial package import. Initial package import. Initial package import. Initial package import. -------------------------------------------------------------------------------- ================================================================================ ndjbdns-1.05.7-1.el6 (FEDORA-EPEL-2013-0659) New djbdns: usable djbdns -------------------------------------------------------------------------------- Update Information: Release 1.05.7 fixes a bug about reading servers/mydomain.com files correctly; adds couple of new features which allow servers to listen on multiple IP addresses and to respond from a correct IP when listening on 0.0.0.0. -------------------------------------------------------------------------------- ChangeLog: * Sun Feb 24 2013 pjp - 1.05.7-1 - Build & install walldns server. - Removed install commands for systemd unit files. - Merge patch to bind servers to multiple IP addresses. - Patch to respond to original destination address BZ#917580. - Update to correctly read servers/mydomain.dom files BZ#913651. * Thu Feb 14 2013 Fedora Release Engineering - 1.05.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #913667 - Merge patch to support listening on multiple IP interfaces on multi-home systems. https://bugzilla.redhat.com/show_bug.cgi?id=913667 [ 2 ] Bug #917580 - Server accept connections on one ip but always sends replies back on the first ip in the same segment https://bugzilla.redhat.com/show_bug.cgi?id=917580 [ 3 ] Bug #913651 - dnscache resolver ignores ..servers/mydomain.com files. https://bugzilla.redhat.com/show_bug.cgi?id=913651 -------------------------------------------------------------------------------- ================================================================================ php-pear-MDB2-2.5.0-0.9.b5.el6 (FEDORA-EPEL-2013-0679) Database Abstraction Layer -------------------------------------------------------------------------------- Update Information: Update to latest beta for PHP 5.3 compatibility. Upstream changelogs: * http://pear.php.net/package/MDB2/download/All * http://pear.php.net/package/MDB2_Driver_mysql/download/ * http://pear.php.net/package/MDB2_Driver_mysqli/download/ * http://pear.php.net/package/MDB2_Driver_pgsql/download/ -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 14 2013 Remi Collet - 2.5.0-0.9.b5 - update to 2.5.0b5 -------------------------------------------------------------------------------- References: [ 1 ] Bug #921494 - Please update to latest release https://bugzilla.redhat.com/show_bug.cgi?id=921494 -------------------------------------------------------------------------------- ================================================================================ php-pear-MDB2-Driver-mysql-1.5.0-0.8.b4.el6 (FEDORA-EPEL-2013-0679) MySQL MDB2 driver -------------------------------------------------------------------------------- Update Information: Update to latest beta for PHP 5.3 compatibility. Upstream changelogs: * http://pear.php.net/package/MDB2/download/All * http://pear.php.net/package/MDB2_Driver_mysql/download/ * http://pear.php.net/package/MDB2_Driver_mysqli/download/ * http://pear.php.net/package/MDB2_Driver_pgsql/download/ -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 14 2013 Remi Collet - 1.5.0-0.8.b4 - update to 1.5.0b4 -------------------------------------------------------------------------------- References: [ 1 ] Bug #921494 - Please update to latest release https://bugzilla.redhat.com/show_bug.cgi?id=921494 -------------------------------------------------------------------------------- ================================================================================ php-pear-MDB2-Driver-mysqli-1.5.0-0.8.b4.el6 (FEDORA-EPEL-2013-0679) MySQL Improved MDB2 driver -------------------------------------------------------------------------------- Update Information: Update to latest beta for PHP 5.3 compatibility. Upstream changelogs: * http://pear.php.net/package/MDB2/download/All * http://pear.php.net/package/MDB2_Driver_mysql/download/ * http://pear.php.net/package/MDB2_Driver_mysqli/download/ * http://pear.php.net/package/MDB2_Driver_pgsql/download/ -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 14 2013 Remi Collet - 1.5.0-0.8.b4 - update to 1.5.0b4 -------------------------------------------------------------------------------- References: [ 1 ] Bug #921494 - Please update to latest release https://bugzilla.redhat.com/show_bug.cgi?id=921494 -------------------------------------------------------------------------------- ================================================================================ php-pear-MDB2-Driver-pgsql-1.5.0-0.8.b4.el6 (FEDORA-EPEL-2013-0679) PostgreSQL MDB2 driver -------------------------------------------------------------------------------- Update Information: Update to latest beta for PHP 5.3 compatibility. Upstream changelogs: * http://pear.php.net/package/MDB2/download/All * http://pear.php.net/package/MDB2_Driver_mysql/download/ * http://pear.php.net/package/MDB2_Driver_mysqli/download/ * http://pear.php.net/package/MDB2_Driver_pgsql/download/ -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 14 2013 Remi Collet - 1.5.0-0.8.b4 - update to 1.5.0b4 -------------------------------------------------------------------------------- References: [ 1 ] Bug #921494 - Please update to latest release https://bugzilla.redhat.com/show_bug.cgi?id=921494 -------------------------------------------------------------------------------- ================================================================================ puppet-2.6.18-1.el6 (FEDORA-EPEL-2013-0657) A network tool for managing many disparate systems -------------------------------------------------------------------------------- Update Information: Updates to EPEL for Puppet 2.6 for security issues disclosed 13-MAR-2013 from Puppet Labs. -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 11 2013 Michael Stahnke - 2.6.18-1 - Fixes for CVE-2013-1640 CVE-2013-1652 CVE-2013-1653 CVE-2013-1654 - and CVE-2013-1655 CVE-2013-2274 CVE-2013-2275 -------------------------------------------------------------------------------- References: [ 1 ] Bug #919770 - CVE-2013-1654 Puppet: SSL protocol downgrade https://bugzilla.redhat.com/show_bug.cgi?id=919770 [ 2 ] Bug #919774 - CVE-2013-1653 Puppet: kick connection HTTP PUT request arbitrary code execution https://bugzilla.redhat.com/show_bug.cgi?id=919774 [ 3 ] Bug #919775 - CVE-2013-1655 Puppet: Master code loading Ruby symbols vulnerability https://bugzilla.redhat.com/show_bug.cgi?id=919775 [ 4 ] Bug #919783 - CVE-2013-1640 Puppet: catalog request code execution https://bugzilla.redhat.com/show_bug.cgi?id=919783 [ 5 ] Bug #919784 - CVE-2013-1652 Puppet: HTTP GET request catalog retrieval https://bugzilla.redhat.com/show_bug.cgi?id=919784 [ 6 ] Bug #919785 - CVE-2013-2275 Puppet: default auth.conf allows authenticated node to submit a report for any other node https://bugzilla.redhat.com/show_bug.cgi?id=919785 -------------------------------------------------------------------------------- ================================================================================ python-bucky-0.2.4-1.el6 (FEDORA-EPEL-2013-0666) CollectD and StatsD adapter for Graphite -------------------------------------------------------------------------------- Update Information: Update to 0.2.4 -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 13 2013 Jonathan Steffan - 0.2.4-1 - Update to 0.2.4 * Thu Feb 14 2013 Fedora Release Engineering - 0.2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ python-keystoneclient-0.2.0-1.el6 (FEDORA-EPEL-2013-0654) Python API and CLI for OpenStack Keystone -------------------------------------------------------------------------------- Update Information: - update to 0.2.0 -------------------------------------------------------------------------------- ChangeLog: * Tue Feb 19 2013 Alan Pevec 0.2.0-1 - update to 0.2.0 without post-Folsom features -------------------------------------------------------------------------------- ================================================================================ redshift-1.6-3.el6 (FEDORA-EPEL-2013-0662) Adjusts the color temperature of your screen according to time of day -------------------------------------------------------------------------------- Update Information: This is a version bump to the F13 equivalent package that fixed the reported problem. The version change (1.5 to 1.6) does not introduce any configuration file changes. -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 28 2011 Milos Komarcevic - 1.6-3 - Fix for clock applet detection (#661145) - Require pyxdg explicitly (#675804) * Wed Feb 9 2011 Fedora Release Engineering - 1.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Sat Nov 13 2010 Milos Komarcevic - 1.6-1 - Update to 1.6 - Remove BuildRoot tag and clean section -------------------------------------------------------------------------------- References: [ 1 ] Bug #886800 - gtk-redshift needs to depend on pyxdg package https://bugzilla.redhat.com/show_bug.cgi?id=886800 -------------------------------------------------------------------------------- ================================================================================ salt-0.13.2-1.el6 (FEDORA-EPEL-2013-0656) A parallel remote execution system -------------------------------------------------------------------------------- Update Information: Update to upstream patch release 0.13.2 -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 13 2013 Clint Savage - 0.13.2-1 - Update to upstream patch release 0.13.2 -------------------------------------------------------------------------------- From ktdreyer at ktdreyer.com Thu Mar 14 21:27:21 2013 From: ktdreyer at ktdreyer.com (Ken Dreyer) Date: Thu, 14 Mar 2013 15:27:21 -0600 Subject: Puppet and Ruby 2.0 In-Reply-To: References: <514190AB.10105@redhat.com> <5141F522.3050102@redhat.com> Message-ID: On Thu, Mar 14, 2013 at 2:42 PM, Michael Stahnke wrote: > I'd like to at least keep logic for EPEL 6 (and higher eventually). > Puppet 2.6 which is in EPEL currently goes dead upstream at the end of > April, so we'll have to do something there. I'm still weighing > options for EPEL in general. (adding epel-devel-list to the CC) If it's the case that Puppet 2.6 goes EOL in April, my vote would be to get Puppet 2.7 (or newer) into epel-testing sooner than later, so users have plenty of lead time to test this out. - Ken From stahnma at puppetlabs.com Thu Mar 14 21:39:34 2013 From: stahnma at puppetlabs.com (Michael Stahnke) Date: Thu, 14 Mar 2013 14:39:34 -0700 Subject: Puppet and Ruby 2.0 In-Reply-To: References: <514190AB.10105@redhat.com> <5141F522.3050102@redhat.com> Message-ID: On Thu, Mar 14, 2013 at 2:27 PM, Ken Dreyer wrote: > On Thu, Mar 14, 2013 at 2:42 PM, Michael Stahnke wrote: >> I'd like to at least keep logic for EPEL 6 (and higher eventually). >> Puppet 2.6 which is in EPEL currently goes dead upstream at the end of >> April, so we'll have to do something there. I'm still weighing >> options for EPEL in general. > > (adding epel-devel-list to the CC) > > If it's the case that Puppet 2.6 goes EOL in April, my vote would be > to get Puppet 2.7 (or newer) into epel-testing sooner than later, so > users have plenty of lead time to test this out. After the current security release of 2.6.18[1] is pushed to stable, I'll start working on the path forward for EPEL and leave it in testing for a bit. [1] https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0664/puppet-2.6.18-1.el5 [2] https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0657/puppet-2.6.18-1.el6 > > - Ken > > _______________________________________________ > epel-devel-list mailing list > epel-devel-list at redhat.com > https://www.redhat.com/mailman/listinfo/epel-devel-list From mail-lists at karan.org Thu Mar 14 23:35:00 2013 From: mail-lists at karan.org (Karanbir Singh) Date: Thu, 14 Mar 2013 23:35:00 +0000 Subject: libart_lgpl In-Reply-To: <20130314111007.6b754d29@jelerak.scrye.com> References: <5141C866.6020401@karan.org> <20130314111007.6b754d29@jelerak.scrye.com> Message-ID: <51425EA4.8040408@karan.org> On 03/14/2013 05:10 PM, Kevin Fenzi wrote: >> libart_lgpl.i686 2.3.20-5.1.el6 base >> libart_lgpl.i686 2.3.20-5.1.el6 epel ... > Should be fixed in the next compose. thank you -- Karanbir Singh +44-207-0999389 | http://www.karan.org/ | twitter.com/kbsingh GnuPG Key : http://www.karan.org/publickey.asc From updates at fedoraproject.org Sat Mar 16 18:10:29 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Sat, 16 Mar 2013 18:10:29 +0000 Subject: Fedora EPEL 5 updates-testing report Message-ID: <20130316181029.B625A21FCC@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 5 Security updates need testing: Age URL 328 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5630/bugzilla-3.2.10-5.el5 223 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6608/Django-1.1.4-2.el5 28 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0366/openconnect-4.08-1.el5 21 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0425/nginx-0.8.55-3.el5 6 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0518/euca2ools-2.1.3-1.el5 4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0609/php-Smarty-2.6.27-1.el5 4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0598/firebird-2.1.5.18496.0-4.el5 1 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0664/puppet-2.6.18-1.el5 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0683/mimetex-1.74-1.el5 The following builds have been pushed to Fedora EPEL 5 updates-testing drupal7-date-2.6-4.el5 mimetex-1.74-1.el5 Details about builds: ================================================================================ drupal7-date-2.6-4.el5 (FEDORA-EPEL-2013-0696) This package contains both the Date module and a Date API module -------------------------------------------------------------------------------- Update Information: Update to upstream 2.6 release. Fixes a plethora of bugs, upstream -------------------------------------------------------------------------------- ChangeLog: * Sat Oct 27 2012 Jared Smith - 2.6-4 - Update to upstream release 2.6 - Upstream changelog at http://drupal.org/node/1727916 * Wed Jul 18 2012 Fedora Release Engineering - 2.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #847884 - drupal7-date-2.6 is available https://bugzilla.redhat.com/show_bug.cgi?id=847884 -------------------------------------------------------------------------------- ================================================================================ mimetex-1.74-1.el5 (FEDORA-EPEL-2013-0683) Easily embed LaTeX math in web pages -------------------------------------------------------------------------------- Update Information: Fixes for CVE-2009-1382 CVE-2009-2459 for EL-5, update to latest upstream for all releases. -------------------------------------------------------------------------------- References: [ 1 ] Bug #922139 - CVE-2009-1382 CVE-2009-2459 mimeTeX: various flaws [epel-5] https://bugzilla.redhat.com/show_bug.cgi?id=922139 -------------------------------------------------------------------------------- From updates at fedoraproject.org Sat Mar 16 18:10:31 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Sat, 16 Mar 2013 18:10:31 +0000 Subject: Fedora EPEL 6 updates-testing report Message-ID: <20130316181031.CFCF821FCD@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 6 Security updates need testing: Age URL 516 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2011-4701/supybot-gribble-0.83.4.1-10.el6 328 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5620/bugzilla-3.4.14-2.el6 251 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6348/bcfg2-1.2.3-1.el6 28 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0376/openconnect-4.08-1.el6 21 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0420/awstats-7.0-3.el6 21 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0423/nginx-1.0.15-4.el6 6 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0532/euca2ools-2.1.3-1.el6 6 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0568/mediawiki119-1.19.4-1.el6 4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0622/firebird-2.5.2.26539.0-3.el6 4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0632/privoxy-3.0.21-1.el6 4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0634/openstack-keystone-2012.2.3-4.el6 1 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0657/puppet-2.6.18-1.el6 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0686/mimetex-1.74-1.el6 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0692/v8-3.14.5.7-3.el6 The following builds have been pushed to Fedora EPEL 6 updates-testing drupal7-date-2.6-4.el6 fedocal-0.1.1-1.el6 fedocal-0.1.2-1.el6 hercules-3.08.1-1.el6 mail-notification-5.4-60.el6 mimetex-1.74-1.el6 owncloud-4.5.8-1.el6 php-ZendFramework-1.12.3-1.el6 python-alembic-0.4.2-1.el6 python-d2to1-0.2.7-3.el6 python-simplegeneric-0.8-1.el6 seamonkey-2.16.2-1.el6 v8-3.14.5.7-3.el6 wicd-1.7.0-4.el6 Details about builds: ================================================================================ drupal7-date-2.6-4.el6 (FEDORA-EPEL-2013-0689) This package contains both the Date module and a Date API module -------------------------------------------------------------------------------- Update Information: Update to upstream 2.6 release. Fixes a plethora of bugs, upstream -------------------------------------------------------------------------------- ChangeLog: * Sat Oct 27 2012 Jared Smith - 2.6-4 - Update to upstream release 2.6 - Upstream changelog at http://drupal.org/node/1727916 * Wed Jul 18 2012 Fedora Release Engineering - 2.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #847884 - drupal7-date-2.6 is available https://bugzilla.redhat.com/show_bug.cgi?id=847884 -------------------------------------------------------------------------------- ================================================================================ fedocal-0.1.1-1.el6 (FEDORA-EPEL-2013-0693) A web based calendar application -------------------------------------------------------------------------------- Update Information: Update to 0.1.1 Should basically be working Bring fedocal 0.0.1 into the Fedora repositories. Bring fedocal 0.0.1 into the Fedora repositories. -------------------------------------------------------------------------------- References: [ 1 ] Bug #915074 - Review Request: fedocal - A web based calendar application https://bugzilla.redhat.com/show_bug.cgi?id=915074 -------------------------------------------------------------------------------- ================================================================================ fedocal-0.1.2-1.el6 (FEDORA-EPEL-2013-0685) A web based calendar application -------------------------------------------------------------------------------- Update Information: Update to 0.1.2 This version includes the alembic revisions in the sources. -------------------------------------------------------------------------------- ================================================================================ hercules-3.08.1-1.el6 (FEDORA-EPEL-2013-0695) Hercules S/370, ESA/390, and z/Architecture emulator -------------------------------------------------------------------------------- Update Information: Maintenance snapshot 3.08.1 contains the following fixes since version 3.08: * Interval timer fixes (Ivan Warren, Kevin Leonard) * Autotools fixes (Mike Frysinger) * Remove --enable-nls configuration option (Roger Bowler) * APL\360 2741 patch for commadpt.c (Max H. Parke) * Remove debugging string from devlist (Roger Bowler) * Fix PFMF bug causing loop at Linux startup (Roger Bowler) * Set STFL bit 44 to avoid message "The Linux kernel requires more recent processor hardware" (Roger Bowler) * Fix incorrect STFL bits when dyncrypt is not loaded (Roger Bowler) -------------------------------------------------------------------------------- ChangeLog: * Fri Mar 15 2013 Dan Hor?k - 3.08.1-1 - updated to 3.08.1 -------------------------------------------------------------------------------- ================================================================================ mail-notification-5.4-60.el6 (FEDORA-EPEL-2013-0687) Status icon that informs you if you have new mail -------------------------------------------------------------------------------- Update Information: Initial backport from Fedora 17 one -------------------------------------------------------------------------------- ================================================================================ mimetex-1.74-1.el6 (FEDORA-EPEL-2013-0686) Easily embed LaTeX math in web pages -------------------------------------------------------------------------------- Update Information: Fixes for CVE-2009-1382 CVE-2009-2459 for EL-5, update to latest upstream for all releases. -------------------------------------------------------------------------------- ChangeLog: * Fri Mar 15 2013 Jon Ciesla - 1.74-1 - Latest upstream, including fix for CVE-2009-1382 CVE-2009-2459 * Thu Feb 14 2013 Fedora Release Engineering - 1.71-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Jul 20 2012 Fedora Release Engineering - 1.71-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Jan 13 2012 Fedora Release Engineering - 1.71-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Feb 8 2011 Fedora Release Engineering - 1.71-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #922139 - CVE-2009-1382 CVE-2009-2459 mimeTeX: various flaws [epel-5] https://bugzilla.redhat.com/show_bug.cgi?id=922139 -------------------------------------------------------------------------------- ================================================================================ owncloud-4.5.8-1.el6 (FEDORA-EPEL-2013-0688) Private file sync and share server -------------------------------------------------------------------------------- Update Information: Private file sync and share server. -------------------------------------------------------------------------------- ================================================================================ php-ZendFramework-1.12.3-1.el6 (FEDORA-EPEL-2013-0691) Leading open-source PHP framework -------------------------------------------------------------------------------- Update Information: Some more bugfixes for the Twitter API and other APIs. -------------------------------------------------------------------------------- ChangeLog: * Fri Mar 15 2013 Felix Kaechele - 1.12.3-1 - update to 1.12.3 - more 3rdparty API fixes - full changelog http://framework.zend.com/changelog/1.12.3 * Mon Mar 4 2013 Felix Kaechele - 1.12.2-1 - update to 1.12.2 - fixes Twitter API - 50+ other bugfixes - full changelog http://framework.zend.com/changelog/1.12.2 * Thu Feb 14 2013 Fedora Release Engineering - 1.12.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ python-alembic-0.4.2-1.el6 (FEDORA-EPEL-2013-0684) Database migration tool for SQLAlchemy -------------------------------------------------------------------------------- Update Information: - Update to 0.4.2 -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 14 2013 P?draig Brady - 0.4.2-1 - Update to 0.4.2 * Fri Feb 22 2013 Ralph Bean - 0.3.4-10 - Rebuilt again for good measure. - Disabled python3 tests.. they started failing in rawhide. -------------------------------------------------------------------------------- ================================================================================ python-d2to1-0.2.7-3.el6 (FEDORA-EPEL-2013-0690) Allows using distutils2-like setup.cfg files with setup.py -------------------------------------------------------------------------------- Update Information: - New for el6 to support OpenStack ceilometer -------------------------------------------------------------------------------- References: [ 1 ] Bug #740660 - Review Request: python-d2to1 - Allows using distutils2-like setup.cfg files with setup.py https://bugzilla.redhat.com/show_bug.cgi?id=740660 -------------------------------------------------------------------------------- ================================================================================ python-simplegeneric-0.8-1.el6 (FEDORA-EPEL-2013-0681) Simple generic functions (similar to Python's own len(), pickle.dump(), etc.) -------------------------------------------------------------------------------- Update Information: - Update to 0.8 -------------------------------------------------------------------------------- ChangeLog: * Wed Dec 14 2011 Luke Macken - 0.8-1 - Update to 0.8 (#735066) * Thu Sep 30 2010 Luke Macken - 0.7-1 - Update to 0.7 - Run the unit tests * Thu Jul 22 2010 Thomas Spura - 0.6-3 - missing BR: python-devel -------------------------------------------------------------------------------- References: [ 1 ] Bug #735066 - python-simplegeneric-0.8 is available https://bugzilla.redhat.com/show_bug.cgi?id=735066 -------------------------------------------------------------------------------- ================================================================================ seamonkey-2.16.2-1.el6 (FEDORA-EPEL-2013-0694) Web browser, e-mail, news, IRC client, HTML editor -------------------------------------------------------------------------------- Update Information: Update to 2.16.2 Update to 2.16.1 Fix CVE-2013-0787 -------------------------------------------------------------------------------- ChangeLog: * Fri Mar 15 2013 Dmitry Butskoy 2.16.2-1 - update to 2.16.2 * Tue Mar 12 2013 Dmitry Butskoy 2.16.1-1 - update to 2.16.1 -------------------------------------------------------------------------------- References: [ 1 ] Bug #921665 - seamonkey-2.16.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=921665 [ 2 ] Bug #919680 - seamonkey-2.16.1 is available https://bugzilla.redhat.com/show_bug.cgi?id=919680 -------------------------------------------------------------------------------- ================================================================================ v8-3.14.5.7-3.el6 (FEDORA-EPEL-2013-0692) JavaScript Engine -------------------------------------------------------------------------------- Update Information: This update adds support for Node.js 0.10.0 and fixes several security flaws. -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 11 2013 Stephen Gallagher - 1:3.14.5.7-3 - Update to v8 3.14.5.7 for Node.js 0.10.0 * Sat Jan 26 2013 T.C. Hollingsworth - 1:3.13.7.5-2 - rebuild for icu-50 - ignore new GCC 4.8 warning -------------------------------------------------------------------------------- References: [ 1 ] Bug #896274 - CVE-2012-5153 CVE-2013-0836 v8 various flaws [epel-6] https://bugzilla.redhat.com/show_bug.cgi?id=896274 -------------------------------------------------------------------------------- ================================================================================ wicd-1.7.0-4.el6 (FEDORA-EPEL-2013-0682) Wireless and wired network connection manager -------------------------------------------------------------------------------- Update Information: This fixes a bug in wicd-daemon.py where it fails to wait for the dhclient child process and then you have to deal with zombies. And, as we know from The Walking Dead, that is an undesirable situation. Also a Debian bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537195 -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 14 2013 David Cantrell - 1.7.0-4 - Make sure wicd-daemon.py waits for dhclient child (#893807) -------------------------------------------------------------------------------- References: [ 1 ] Bug #893807 - zombie process https://bugzilla.redhat.com/show_bug.cgi?id=893807 -------------------------------------------------------------------------------- From inode0 at gmail.com Sun Mar 17 15:55:15 2013 From: inode0 at gmail.com (inode0) Date: Sun, 17 Mar 2013 10:55:15 -0500 Subject: 6.4 overlaps In-Reply-To: <20130225133735.088ec265@jelerak.scrye.com> References: <20130221092127.4c61c8bf@jelerak.scrye.com> <20130221172433.55e3b38a@jelerak.scrye.com> <20130223105525.0f47b2db@zion.intra.city-fan.org> <20130223204959.GA9382@hiwaay.net> <20130223215341.38b6c4bb@zion.intra.city-fan.org> <20130225133735.088ec265@jelerak.scrye.com> Message-ID: On Mon, Feb 25, 2013 at 2:37 PM, Kevin Fenzi wrote: > On Sat, 23 Feb 2013 16:19:44 -0600 > inode0 wrote: > >> >> Your situation probably explains most of the two large groups where >> either we see the same version or we see a lower version lingering in >> EPEL. >> >> Why not generate these lists and exclude the packages in question from >> the metadata built for architectures where they are included in RHEL? > > Yeah, I suppose we could hard code such a list into mash. > > I don't think the mash maintainers have time/desire to do this. > Would anyone else be willing to look into it? My lack of understanding the process is pretty limiting. Why in the world does it need to be hardcoded into anything? Surely mash can grab the list from a file or from the environment?! John From dennis at ausil.us Sun Mar 17 23:46:35 2013 From: dennis at ausil.us (Dennis Gilmore) Date: Sun, 17 Mar 2013 18:46:35 -0500 Subject: 6.4 overlaps In-Reply-To: References: <20130221092127.4c61c8bf@jelerak.scrye.com> <20130221172433.55e3b38a@jelerak.scrye.com> <20130223105525.0f47b2db@zion.intra.city-fan.org> <20130223204959.GA9382@hiwaay.net> <20130223215341.38b6c4bb@zion.intra.city-fan.org> <20130225133735.088ec265@jelerak.scrye.com> Message-ID: <1363563995.29414.10.camel@anubis.ausil.us> On dom, 2013-03-17 at 10:55 -0500, inode0 wrote: > On Mon, Feb 25, 2013 at 2:37 PM, Kevin Fenzi wrote: > > On Sat, 23 Feb 2013 16:19:44 -0600 > > inode0 wrote: > > > >> > >> Your situation probably explains most of the two large groups where > >> either we see the same version or we see a lower version lingering in > >> EPEL. > >> > >> Why not generate these lists and exclude the packages in question from > >> the metadata built for architectures where they are included in RHEL? > > > > Yeah, I suppose we could hard code such a list into mash. > > > > I don't think the mash maintainers have time/desire to do this. > > Would anyone else be willing to look into it? > > My lack of understanding the process is pretty limiting. Why in the > world does it need to be hardcoded into anything? Surely mash can grab > the list from a file or from the environment?! > > John > mash is very simple. it takes the list of packages in the tag and makes a repo from them. making sure the rpms are signed by the key defined. it has no ability to do anything like has been proposed here. patches are welcome. but it would require a manually managed list of packages. since we don't have that info available. mash doesn't know about RHEL at all. Dennis From b.j.smith at ieee.org Mon Mar 18 01:29:03 2013 From: b.j.smith at ieee.org (Bryan J Smith) Date: Sun, 17 Mar 2013 21:29:03 -0400 Subject: 6.4 overlaps In-Reply-To: <1363563995.29414.10.camel@anubis.ausil.us> References: <20130221092127.4c61c8bf@jelerak.scrye.com> <20130221172433.55e3b38a@jelerak.scrye.com> <20130223105525.0f47b2db@zion.intra.city-fan.org> <20130223204959.GA9382@hiwaay.net> <20130223215341.38b6c4bb@zion.intra.city-fan.org> <20130225133735.088ec265@jelerak.scrye.com> <1363563995.29414.10.camel@anubis.ausil.us> Message-ID: [ FYI, top posting on purpose ] This information should be in the SRPMS, correct? (Arch-specifics might be more difficult though). I'm thinking "out loud" here, so please excuse my ignorance of mash and related support here. Before looking at the effort required, could someone tell me if the following solution be feasible? 1. Create a program to scrape through the SRPMS at ftp.redhat.com (at least under whatever directories are EPEL policy) and build an blacklist of packages? 2. Modify mash to never build a package if it is this blacklist? As far as Arch, as a start, the list could be only used for the x86-64 EPEL repo. Or am I way off-the-mark of what is feasible? -- bjs On Sun, Mar 17, 2013 at 7:46 PM, Dennis Gilmore wrote: > On dom, 2013-03-17 at 10:55 -0500, inode0 wrote: > > On Mon, Feb 25, 2013 at 2:37 PM, Kevin Fenzi wrote: > > > On Sat, 23 Feb 2013 16:19:44 -0600 > > > inode0 wrote: > > >> > > >> Your situation probably explains most of the two large groups where > > >> either we see the same version or we see a lower version lingering in > > >> EPEL. > > >> > > >> Why not generate these lists and exclude the packages in question from > > >> the metadata built for architectures where they are included in RHEL? > > > > > > Yeah, I suppose we could hard code such a list into mash. > > > > > > I don't think the mash maintainers have time/desire to do this. > > > Would anyone else be willing to look into it? > > > > My lack of understanding the process is pretty limiting. Why in the > > world does it need to be hardcoded into anything? Surely mash can grab > > the list from a file or from the environment?! > > mash is very simple. it takes the list of packages in the tag and makes > a repo from them. making sure the rpms are signed by the key defined. > it has no ability to do anything like has been proposed here. patches > are welcome. but it would require a manually managed list of packages. > since we don't have that info available. mash doesn't know about RHEL > at all. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From inode0 at gmail.com Mon Mar 18 01:10:04 2013 From: inode0 at gmail.com (inode0) Date: Sun, 17 Mar 2013 20:10:04 -0500 Subject: 6.4 overlaps In-Reply-To: <1363563995.29414.10.camel@anubis.ausil.us> References: <20130221092127.4c61c8bf@jelerak.scrye.com> <20130221172433.55e3b38a@jelerak.scrye.com> <20130223105525.0f47b2db@zion.intra.city-fan.org> <20130223204959.GA9382@hiwaay.net> <20130223215341.38b6c4bb@zion.intra.city-fan.org> <20130225133735.088ec265@jelerak.scrye.com> <1363563995.29414.10.camel@anubis.ausil.us> Message-ID: On Sun, Mar 17, 2013 at 6:46 PM, Dennis Gilmore wrote: > On dom, 2013-03-17 at 10:55 -0500, inode0 wrote: >> My lack of understanding the process is pretty limiting. Why in the >> world does it need to be hardcoded into anything? Surely mash can grab >> the list from a file or from the environment?! > > mash is very simple. it takes the list of packages in the tag and makes > a repo from them. making sure the rpms are signed by the key defined. > it has no ability to do anything like has been proposed here. patches > are welcome. but it would require a manually managed list of packages. > since we don't have that info available. mash doesn't know about RHEL > at all. Generating the list of packages that conflict is easy and there is a script that does that now. Does mash use createrepo to actually build the repo? If so I still can't imagine this is very difficult and if I get some free time I'll look at it. John From b.j.smith at ieee.org Mon Mar 18 01:54:36 2013 From: b.j.smith at ieee.org (Bryan J Smith) Date: Sun, 17 Mar 2013 21:54:36 -0400 Subject: 6.4 overlaps In-Reply-To: References: <20130221092127.4c61c8bf@jelerak.scrye.com> <20130221172433.55e3b38a@jelerak.scrye.com> <20130223105525.0f47b2db@zion.intra.city-fan.org> <20130223204959.GA9382@hiwaay.net> <20130223215341.38b6c4bb@zion.intra.city-fan.org> <20130225133735.088ec265@jelerak.scrye.com> <1363563995.29414.10.camel@anubis.ausil.us> Message-ID: On Sun, Mar 17, 2013 at 9:10 PM, inode0 wrote: > Generating the list of packages that conflict is easy and there is a > script that does that now. Does mash use createrepo to actually build > the repo? If so I still can't imagine this is very difficult and if I > get some free time I'll look at it. > Does createrepo need binary RPMS? Or can it get meta from SRPMS? -- bjs -------------- next part -------------- An HTML attachment was scrubbed... URL: From jonstanley at gmail.com Mon Mar 18 02:11:54 2013 From: jonstanley at gmail.com (Jon Stanley) Date: Sun, 17 Mar 2013 22:11:54 -0400 Subject: 6.4 overlaps In-Reply-To: References: <20130221092127.4c61c8bf@jelerak.scrye.com> <20130221172433.55e3b38a@jelerak.scrye.com> <20130223105525.0f47b2db@zion.intra.city-fan.org> <20130223204959.GA9382@hiwaay.net> <20130223215341.38b6c4bb@zion.intra.city-fan.org> <20130225133735.088ec265@jelerak.scrye.com> <1363563995.29414.10.camel@anubis.ausil.us> Message-ID: On Sun, Mar 17, 2013 at 9:54 PM, Bryan J Smith wrote: > Does createrepo need binary RPMS? Or can it get meta from SRPMS? It needs the RPM's that you want to create the repo from :). If you want to create a repo of SRPM's, feed it a bunch of SRPM's. If you want a binary repo, feed it a bunch of binary RPM's. createrepo is not a magical mind-reader, it can't infer what dependencies might be in a binary RPM once it's built. Remember that RPM itself puts all sorts of non-declared dependencies in a binary RPM that gets built (needed DSO's, provided DSO's, Perl deps, etc). From b.j.smith at ieee.org Mon Mar 18 02:20:02 2013 From: b.j.smith at ieee.org (Bryan J Smith) Date: Sun, 17 Mar 2013 22:20:02 -0400 Subject: 6.4 overlaps In-Reply-To: References: <20130221092127.4c61c8bf@jelerak.scrye.com> <20130221172433.55e3b38a@jelerak.scrye.com> <20130223105525.0f47b2db@zion.intra.city-fan.org> <20130223204959.GA9382@hiwaay.net> <20130223215341.38b6c4bb@zion.intra.city-fan.org> <20130225133735.088ec265@jelerak.scrye.com> <1363563995.29414.10.camel@anubis.ausil.us> Message-ID: That's exactly what I thought. I think another tool would be required. On Sun, Mar 17, 2013 at 10:11 PM, Jon Stanley wrote: > On Sun, Mar 17, 2013 at 9:54 PM, Bryan J Smith wrote: > > > Does createrepo need binary RPMS? Or can it get meta from SRPMS? > > It needs the RPM's that you want to create the repo from :). If you > want to create a repo of SRPM's, feed it a bunch of SRPM's. If you > want a binary repo, feed it a bunch of binary RPM's. > > createrepo is not a magical mind-reader, it can't infer what > dependencies might be in a binary RPM once it's built. Remember that > RPM itself puts all sorts of non-declared dependencies in a binary RPM > that gets built (needed DSO's, provided DSO's, Perl deps, etc). -------------- next part -------------- An HTML attachment was scrubbed... URL: From updates at fedoraproject.org Mon Mar 18 22:30:23 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Mon, 18 Mar 2013 22:30:23 +0000 Subject: Fedora EPEL 5 updates-testing report Message-ID: <20130318223023.7281121371@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 5 Security updates need testing: Age URL 331 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5630/bugzilla-3.2.10-5.el5 225 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6608/Django-1.1.4-2.el5 31 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0366/openconnect-4.08-1.el5 24 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0425/nginx-0.8.55-3.el5 9 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0518/euca2ools-2.1.3-1.el5 7 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0609/php-Smarty-2.6.27-1.el5 7 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0598/firebird-2.1.5.18496.0-4.el5 4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0664/puppet-2.6.18-1.el5 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0683/mimetex-1.74-1.el5 The following builds have been pushed to Fedora EPEL 5 updates-testing drupal7-entity-1.0-1.el5 topgit-0.9-1.el5 Details about builds: ================================================================================ drupal7-entity-1.0-1.el5 (FEDORA-EPEL-2013-0705) Extends the entity API to provide a unified way to deal with entities -------------------------------------------------------------------------------- Update Information: New upstream version,http://drupal.org/node/1873988, and fix BZ 919025. -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 17 2013 Peter Borsa - 1.0-1 - Update to 1.0 - Fix BZ 919025 * Wed Feb 13 2013 Fedora Release Engineering - 1.0-0.6.rc3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Jul 18 2012 Fedora Release Engineering - 1.0-0.5.rc3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #919025 - wrong url documented in drupal7-entity-fedora-README.txt https://bugzilla.redhat.com/show_bug.cgi?id=919025 -------------------------------------------------------------------------------- ================================================================================ topgit-0.9-1.el5 (FEDORA-EPEL-2013-0704) A different patch queue manager -------------------------------------------------------------------------------- Update Information: Update to the final release 0.9, containing a number of bug fixes and enhancements. -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 11 2013 Thomas Moschny - 0.9-1 - Update to 0.9. - New upstream URL. * Fri Feb 15 2013 Fedora Release Engineering - 0.9-0.7.gitd279e292 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering - 0.9-0.6.gitd279e292 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sat Jan 14 2012 Fedora Release Engineering - 0.9-0.5.gitd279e292 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Wed Feb 9 2011 Fedora Release Engineering - 0.9-0.4.gitd279e292 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #922680 - RFE: Bump version https://bugzilla.redhat.com/show_bug.cgi?id=922680 -------------------------------------------------------------------------------- From updates at fedoraproject.org Mon Mar 18 22:30:26 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Mon, 18 Mar 2013 22:30:26 +0000 Subject: Fedora EPEL 6 updates-testing report Message-ID: <20130318223026.0C715214E1@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 6 Security updates need testing: Age URL 519 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2011-4701/supybot-gribble-0.83.4.1-10.el6 331 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5620/bugzilla-3.4.14-2.el6 253 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6348/bcfg2-1.2.3-1.el6 31 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0376/openconnect-4.08-1.el6 24 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0420/awstats-7.0-3.el6 24 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0423/nginx-1.0.15-4.el6 9 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0532/euca2ools-2.1.3-1.el6 9 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0568/mediawiki119-1.19.4-1.el6 7 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0622/firebird-2.5.2.26539.0-3.el6 6 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0632/privoxy-3.0.21-1.el6 6 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0634/openstack-keystone-2012.2.3-4.el6 4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0657/puppet-2.6.18-1.el6 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0686/mimetex-1.74-1.el6 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0692/v8-3.14.5.7-3.el6 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0697/clamav-0.97.7-1.el6 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0707/darkserver-0.8.1-1.el6 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0698/darkserver-0.8.2-1.el6 The following builds have been pushed to Fedora EPEL 6 updates-testing clamav-0.97.7-1.el6 darkserver-0.8.1-1.el6 darkserver-0.8.2-1.el6 drupal7-entity-1.0-1.el6 php-JMSParser-1.0.0-3.el6 php-PhpCollection-0.2.0-2.el6 php-horde-Horde-ElasticSearch-1.0.2-1.el6 php-scssphp-0.0.5-1.el6 topgit-0.9-1.el6 Details about builds: ================================================================================ clamav-0.97.7-1.el6 (FEDORA-EPEL-2013-0697) Anti-virus software -------------------------------------------------------------------------------- Update Information: ClamAV 0.97.7 addresses several reported potential security bugs. Thanks to Felix Groebert, Mateusz Jurczyk and Gynvael Coldwind of the Google Security Team for finding and reporting these issues. -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 18 2013 Orion Poplawski - 0.97.7-1 - Upgrade to 0.97.7 -------------------------------------------------------------------------------- ================================================================================ darkserver-0.8.1-1.el6 (FEDORA-EPEL-2013-0707) GNU build-id service -------------------------------------------------------------------------------- Update Information: Updated to the latest darkserver, XMLRPC calls rempoved Here is where you give an explanation of your update. -------------------------------------------------------------------------------- ChangeLog: * Sat Mar 16 2013 Kushal Das - 0.8.1-1 - Updated the source to 0.8.1, removed xmlrpc * Wed Jan 30 2013 Kushal Das - 0.8-1 - Updated the source to 0.8 * Sat Dec 8 2012 Kushal Das - 0.7-1 - Updated the source to 0.7 * Sat Nov 17 2012 Kushal Das - 0.6-1 - Updated the source to 0.6 -------------------------------------------------------------------------------- ================================================================================ darkserver-0.8.2-1.el6 (FEDORA-EPEL-2013-0698) GNU build-id service -------------------------------------------------------------------------------- Update Information: update to 0.8.2 with xmlrpc removed. -------------------------------------------------------------------------------- ChangeLog: * Sat Mar 16 2013 Kushal Das - 0.8.2-1 - Updated the source to 0.8.2, fixes url import issue * Sat Mar 16 2013 Kushal Das - 0.8.1-1 - Updated the source to 0.8.1, removed xmlrpc * Wed Jan 30 2013 Kushal Das - 0.8-1 - Updated the source to 0.8 * Sat Dec 8 2012 Kushal Das - 0.7-1 - Updated the source to 0.7 * Sat Nov 17 2012 Kushal Das - 0.6-1 - Updated the source to 0.6 -------------------------------------------------------------------------------- ================================================================================ drupal7-entity-1.0-1.el6 (FEDORA-EPEL-2013-0703) Extends the entity API to provide a unified way to deal with entities -------------------------------------------------------------------------------- Update Information: New upstream version,http://drupal.org/node/1873988, and fix BZ 919025. -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 17 2013 Peter Borsa - 1.0-1 - Update to 1.0 - Fix BZ 919025 * Wed Feb 13 2013 Fedora Release Engineering - 1.0-0.6.rc3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Jul 18 2012 Fedora Release Engineering - 1.0-0.5.rc3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #919025 - wrong url documented in drupal7-entity-fedora-README.txt https://bugzilla.redhat.com/show_bug.cgi?id=919025 -------------------------------------------------------------------------------- ================================================================================ php-JMSParser-1.0.0-3.el6 (FEDORA-EPEL-2013-0699) Library for writing recursive-descent parsers -------------------------------------------------------------------------------- Update Information: Library for writing recursive-descent parsers. -------------------------------------------------------------------------------- References: [ 1 ] Bug #903785 - Review Request: php-JMSParser - Library for writing recursive-descent parsers https://bugzilla.redhat.com/show_bug.cgi?id=903785 -------------------------------------------------------------------------------- ================================================================================ php-PhpCollection-0.2.0-2.el6 (FEDORA-EPEL-2013-0701) General purpose collection library for PHP -------------------------------------------------------------------------------- Update Information: This library adds basic collections for PHP. Collections can be seen as more specialized arrays for which certain contracts are guaranteed. Supported Collections: * Sequences * Maps * Sets (not yet implemented) General Characteristics: * Collections are mutable (new elements may be added, existing elements may be modified or removed). Specialized immutable versions may be added in the future though. * Equality comparison between elements are always performed using the shallow comparison operator (===). * Sorting algorithms are unstable, that means the order for equal elements is undefined (the default, and only PHP behavior). -------------------------------------------------------------------------------- References: [ 1 ] Bug #903768 - Review Request: php-PhpCollection - General purpose collection library for PHP https://bugzilla.redhat.com/show_bug.cgi?id=903768 -------------------------------------------------------------------------------- ================================================================================ php-horde-Horde-ElasticSearch-1.0.2-1.el6 (FEDORA-EPEL-2013-0702) Horde ElasticSearch client -------------------------------------------------------------------------------- Update Information: Lightweight API for ElasticSearch (http://www.elasticsearch.org/). -------------------------------------------------------------------------------- References: [ 1 ] Bug #921207 - Review Request: php-horde-Horde-ElasticSearch - Horde ElasticSearch client https://bugzilla.redhat.com/show_bug.cgi?id=921207 -------------------------------------------------------------------------------- ================================================================================ php-scssphp-0.0.5-1.el6 (FEDORA-EPEL-2013-0706) A compiler for SCSS written in PHP -------------------------------------------------------------------------------- Update Information: SCSS (http://sass-lang.com/) is a CSS preprocessor that adds many features like variables, mixins, imports, color manipulation, functions, and tons of other powerful features. The entire compiler comes in a single class file ready for including in any kind of project in addition to a command line tool for running the compiler from the terminal. scssphp implements SCSS (3.2.7). It does not implement the SASS syntax, only the SCSS syntax. -------------------------------------------------------------------------------- References: [ 1 ] Bug #880880 - Review Request: php-scssphp - A compiler for SCSS written in PHP https://bugzilla.redhat.com/show_bug.cgi?id=880880 -------------------------------------------------------------------------------- ================================================================================ topgit-0.9-1.el6 (FEDORA-EPEL-2013-0700) A different patch queue manager -------------------------------------------------------------------------------- Update Information: Update to the final release 0.9, containing a number of bug fixes and enhancements. -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 11 2013 Thomas Moschny - 0.9-1 - Update to 0.9. - New upstream URL. * Fri Feb 15 2013 Fedora Release Engineering - 0.9-0.7.gitd279e292 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering - 0.9-0.6.gitd279e292 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sat Jan 14 2012 Fedora Release Engineering - 0.9-0.5.gitd279e292 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Wed Feb 9 2011 Fedora Release Engineering - 0.9-0.4.gitd279e292 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #922680 - RFE: Bump version https://bugzilla.redhat.com/show_bug.cgi?id=922680 -------------------------------------------------------------------------------- From rbean at redhat.com Tue Mar 19 20:23:17 2013 From: rbean at redhat.com (Ralph Bean) Date: Tue, 19 Mar 2013 16:23:17 -0400 Subject: Major update to python-requests on the way Message-ID: <20130319202317.GA5054@radek.redhat.com> The following update is in currently in epel-test: https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0496/python-requests-1.1.0-3.el6 It is a major version number bump from the release of python-requests currently in epel and will likely cause compatibility issues for users. If you have time, testing of the update would be much appreciated. A brief guide highlighting the pain points can be found here: http://docs.python-requests.org/en/latest/api/#migrating-to-1-x The full changelog can be found here: https://github.com/kennethreitz/requests/blob/master/HISTORY.rst I'll hold off on pushing it to stable for a few weeks, pending feedback. -Ralph -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 490 bytes Desc: not available URL: From updates at fedoraproject.org Tue Mar 19 21:28:50 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Tue, 19 Mar 2013 21:28:50 +0000 Subject: Fedora EPEL 6 updates-testing report Message-ID: <20130319212850.9AB92214DE@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 6 Security updates need testing: Age URL 520 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2011-4701/supybot-gribble-0.83.4.1-10.el6 332 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5620/bugzilla-3.4.14-2.el6 254 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6348/bcfg2-1.2.3-1.el6 32 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0376/openconnect-4.08-1.el6 25 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0420/awstats-7.0-3.el6 25 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0423/nginx-1.0.15-4.el6 10 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0532/euca2ools-2.1.3-1.el6 10 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0568/mediawiki119-1.19.4-1.el6 8 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0622/firebird-2.5.2.26539.0-3.el6 7 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0632/privoxy-3.0.21-1.el6 7 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0634/openstack-keystone-2012.2.3-4.el6 5 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0657/puppet-2.6.18-1.el6 3 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0686/mimetex-1.74-1.el6 3 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0692/v8-3.14.5.7-3.el6 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0697/clamav-0.97.7-1.el6 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0707/darkserver-0.8.1-1.el6 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0698/darkserver-0.8.2-1.el6 The following builds have been pushed to Fedora EPEL 6 updates-testing cups-pdf-2.6.1-4.el6 duplicity-0.6.21-1.el6 facter-1.6.18-1.el6 jemalloc-3.3.1-1.el6 python-cinderclient-1.0.1-2.el6 rubygem-robotex-1.0.0-12.el6 Details about builds: ================================================================================ cups-pdf-2.6.1-4.el6 (FEDORA-EPEL-2013-0715) Extension for creating pdf-Files with CUPS -------------------------------------------------------------------------------- Update Information: RPM Changes: * fix title detection (and mitigate #831204) * fix build warning * rename INSTALL.fedora to INSTALL.RPM Upstream Changelog: * fixed a non-freed pointer * fixed an invalid line in the config due to a typo * added detailed copyright information to contrib/ * new experimental option for various line delimiters * supplementary groups are set in addition to primary -------------------------------------------------------------------------------- ChangeLog: * Tue Mar 19 2013 Remi Collet 2.6.1-4 - fix title detection - fix build warning - rename INSTALL.fedora to INSTALL.RPM - update to 2.6.1 -------------------------------------------------------------------------------- References: [ 1 ] Bug #750168 - cups-pdf - update rpm to version 2.6.1 - EPEL https://bugzilla.redhat.com/show_bug.cgi?id=750168 -------------------------------------------------------------------------------- ================================================================================ duplicity-0.6.21-1.el6 (FEDORA-EPEL-2013-0709) Encrypted bandwidth-efficient backup using rsync algorithm -------------------------------------------------------------------------------- Update Information: bunch of data corruption fixes. http://duplicity.nongnu.org/CHANGELOG -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 18 2013 Rahul Sundaram - 0.6.21-1 - Upgrade to 0.6.21 - Fixes data corruption issues (#922576) - Fix bogus dates in spec changelog * Wed Feb 13 2013 Fedora Release Engineering - 0.6.20-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sun Jan 20 2013 Rahul Sundaram - 0.6.20-1 - Upgrade to 0.6.20 (#827960) * Wed Jul 18 2012 Fedora Release Engineering - 0.6.18-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #922576 - Data corruption when resuming https://bugzilla.redhat.com/show_bug.cgi?id=922576 -------------------------------------------------------------------------------- ================================================================================ facter-1.6.18-1.el6 (FEDORA-EPEL-2013-0708) Command and ruby library for gathering system information -------------------------------------------------------------------------------- Update Information: This is an upstream bugfix which resolves numerous issues. For full details, refer to the upstream release notes: http://projects.puppetlabs.com/projects/facter/wiki Update from upstream with fixes for edge cases around ec2 facts. Rebase to 1.6.15 and fix issue found in bz #871211 This is a rebase to the upstream of 1.6.15. This should be a backward compatible release with what is currently in Fedora/EPEL. The known issue of openstack/ec2 fact exception handling has been resolved in 1.6.15. This commit also adds the .asc file back as it used by facter maintainers during package creation. Moves facter to newest version. This is a fully compatible version from 1.6.6 which is in stable. It also has bug fixes and a few enhancements. Moves facter to newest version. This is a fully compatible version from 1.6.6 which is in stable. It also has bug fixes and a few enhancements. Rebase to 1.6.15 and fix issue found in bz #871211 This is a rebase to the upstream of 1.6.15. This should be a backward compatible release with what is currently in Fedora/EPEL. The known issue of openstack/ec2 fact exception handling has been resolved in 1.6.15. This commit also adds the .asc file back as it used by facter maintainers during package creation. Moves facter to newest version. This is a fully compatible version from 1.6.6 which is in stable. It also has bug fixes and a few enhancements. Moves facter to newest version. This is a fully compatible version from 1.6.6 which is in stable. It also has bug fixes and a few enhancements. Update from upstream with fixes for edge cases around ec2 facts. Rebase to 1.6.15 and fix issue found in bz #871211 This is a rebase to the upstream of 1.6.15. This should be a backward compatible release with what is currently in Fedora/EPEL. The known issue of openstack/ec2 fact exception handling has been resolved in 1.6.15. This commit also adds the .asc file back as it used by facter maintainers during package creation. Moves facter to newest version. This is a fully compatible version from 1.6.6 which is in stable. It also has bug fixes and a few enhancements. Moves facter to newest version. This is a fully compatible version from 1.6.6 which is in stable. It also has bug fixes and a few enhancements. Rebase to 1.6.15 and fix issue found in bz #871211 This is a rebase to the upstream of 1.6.15. This should be a backward compatible release with what is currently in Fedora/EPEL. The known issue of openstack/ec2 fact exception handling has been resolved in 1.6.15. This commit also adds the .asc file back as it used by facter maintainers during package creation. Moves facter to newest version. This is a fully compatible version from 1.6.6 which is in stable. It also has bug fixes and a few enhancements. Moves facter to newest version. This is a fully compatible version from 1.6.6 which is in stable. It also has bug fixes and a few enhancements. -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 18 2013 Todd Zullinger - 1.6.18-1 - Update to 1.6.18 - Restart puppet in %postun (#806370) - Require virt-what for improved KVM detection (#905592) - Ensure man page is installed on EL < 7 * Tue Mar 12 2013 V?t Ondruch - 1.6.17-2 - Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0 * Mon Feb 25 2013 Jeroen van Meeuwen - 1.6.17-1 - New upstream version, fixes rhbz #892734 * Wed Feb 13 2013 Fedora Release Engineering - 1.6.16-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Tue Dec 4 2012 Michael Stahnke - 1.6.16-1 - Update to 1.6.16 * Wed Nov 28 2012 Michael Stahnke - 1.6.15-1 - Rebase to 1.6.15 - Put asc file back as Source1 * Fri Nov 9 2012 Michael Stahnke - 1.6.13-2 - Add patch for ec2 fix - Rebase to 1.6.14 via bz 871211 * Mon Oct 29 2012 Michael Stahnke - 1.6.13-1 - Rebase to 1.6.13 * Thu Jul 19 2012 Fedora Release Engineering - 1.6.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #806370 - facter should restart puppet on upgrade if it is running https://bugzilla.redhat.com/show_bug.cgi?id=806370 [ 2 ] Bug #836313 - Detects SELinux as being disabled/false https://bugzilla.redhat.com/show_bug.cgi?id=836313 [ 3 ] Bug #892734 - Ipaddress fact broken in F17, already fixed upstream https://bugzilla.redhat.com/show_bug.cgi?id=892734 [ 4 ] Bug #905592 - virtual fact is not set correctly for KVM (including RHEV) under RHEL https://bugzilla.redhat.com/show_bug.cgi?id=905592 [ 5 ] Bug #871211 - Please update facter to the latest upstream (patch included) https://bugzilla.redhat.com/show_bug.cgi?id=871211 -------------------------------------------------------------------------------- ================================================================================ jemalloc-3.3.1-1.el6 (FEDORA-EPEL-2013-0713) General-purpose scalable concurrent malloc implementation -------------------------------------------------------------------------------- Update Information: New upstream release. This is a bugfix release. From the upstream changelog: This version fixes bugs that are typically encountered only when utilizing custom run-time options. See full changelog at http://www.canonware.com/cgi-bin/gitweb.cgi?p=jemalloc.git;a=blob_plain;f=ChangeLog;hb=master -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 11 2013 Ingvar Hagelund - 3.3.1-1 - New upstream release - Dropped s390 patch, it's in upstream now. -------------------------------------------------------------------------------- References: [ 1 ] Bug #918910 - jemalloc-3.3.1 is available https://bugzilla.redhat.com/show_bug.cgi?id=918910 -------------------------------------------------------------------------------- ================================================================================ python-cinderclient-1.0.1-2.el6 (FEDORA-EPEL-2013-0717) Python API and CLI for OpenStack cinder -------------------------------------------------------------------------------- Update Information: Update to 1.0.1 and add missing dependency. -------------------------------------------------------------------------------- ChangeLog: * Tue Mar 19 2013 Jakub Ruzicka 1.0.1-2 - Add python-argparse dependency. * Tue Mar 19 2013 Jakub Ruzicka 1.0.1-1 - Update to 1.0.1. - Use pypi tarball instead of tarballs.openstack.org. -------------------------------------------------------------------------------- ================================================================================ rubygem-robotex-1.0.0-12.el6 (FEDORA-EPEL-2013-0710) Ruby library to obey robots.txt -------------------------------------------------------------------------------- Update Information: New package -------------------------------------------------------------------------------- References: [ 1 ] Bug #922033 - Review Request: rubygem-robotex - Ruby library to obey robots.txt https://bugzilla.redhat.com/show_bug.cgi?id=922033 -------------------------------------------------------------------------------- From updates at fedoraproject.org Tue Mar 19 21:28:48 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Tue, 19 Mar 2013 21:28:48 +0000 Subject: Fedora EPEL 5 updates-testing report Message-ID: <20130319212848.5F31E2144B@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 5 Security updates need testing: Age URL 332 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5630/bugzilla-3.2.10-5.el5 226 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6608/Django-1.1.4-2.el5 32 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0366/openconnect-4.08-1.el5 25 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0425/nginx-0.8.55-3.el5 10 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0518/euca2ools-2.1.3-1.el5 8 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0609/php-Smarty-2.6.27-1.el5 8 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0598/firebird-2.1.5.18496.0-4.el5 5 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0664/puppet-2.6.18-1.el5 3 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0683/mimetex-1.74-1.el5 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0711/git-1.8.1.4-2.el5 The following builds have been pushed to Fedora EPEL 5 updates-testing duplicity-0.6.21-1.el5 facter-1.6.18-1.el5 git-1.8.1.4-2.el5 mksh-44-1.el5 Details about builds: ================================================================================ duplicity-0.6.21-1.el5 (FEDORA-EPEL-2013-0714) Encrypted bandwidth-efficient backup using rsync algorithm -------------------------------------------------------------------------------- Update Information: bunch of data corruption fixes. http://duplicity.nongnu.org/CHANGELOG -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 18 2013 Rahul Sundaram - 0.6.21-1 - Upgrade to 0.6.21 - Fixes data corruption issues (#922576) - Fix bogus dates in spec changelog * Wed Feb 13 2013 Fedora Release Engineering - 0.6.20-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sun Jan 20 2013 Rahul Sundaram - 0.6.20-1 - Upgrade to 0.6.20 (#827960) * Wed Jul 18 2012 Fedora Release Engineering - 0.6.18-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #922576 - Data corruption when resuming https://bugzilla.redhat.com/show_bug.cgi?id=922576 -------------------------------------------------------------------------------- ================================================================================ facter-1.6.18-1.el5 (FEDORA-EPEL-2013-0712) Command and ruby library for gathering system information -------------------------------------------------------------------------------- Update Information: This is an upstream bugfix which resolves numerous issues. For full details, refer to the upstream release notes: http://projects.puppetlabs.com/projects/facter/wiki Update from upstream with fixes for edge cases around ec2 facts. Rebase to 1.6.15 and fix issue found in bz #871211 This is a rebase to the upstream of 1.6.15. This should be a backward compatible release with what is currently in Fedora/EPEL. The known issue of openstack/ec2 fact exception handling has been resolved in 1.6.15. This commit also adds the .asc file back as it used by facter maintainers during package creation. Moves facter to newest version. This is a fully compatible version from 1.6.6 which is in stable. It also has bug fixes and a few enhancements. Moves facter to newest version. This is a fully compatible version from 1.6.6 which is in stable. It also has bug fixes and a few enhancements. Rebase to 1.6.15 and fix issue found in bz #871211 This is a rebase to the upstream of 1.6.15. This should be a backward compatible release with what is currently in Fedora/EPEL. The known issue of openstack/ec2 fact exception handling has been resolved in 1.6.15. This commit also adds the .asc file back as it used by facter maintainers during package creation. Moves facter to newest version. This is a fully compatible version from 1.6.6 which is in stable. It also has bug fixes and a few enhancements. Moves facter to newest version. This is a fully compatible version from 1.6.6 which is in stable. It also has bug fixes and a few enhancements. Update from upstream with fixes for edge cases around ec2 facts. Rebase to 1.6.15 and fix issue found in bz #871211 This is a rebase to the upstream of 1.6.15. This should be a backward compatible release with what is currently in Fedora/EPEL. The known issue of openstack/ec2 fact exception handling has been resolved in 1.6.15. This commit also adds the .asc file back as it used by facter maintainers during package creation. Moves facter to newest version. This is a fully compatible version from 1.6.6 which is in stable. It also has bug fixes and a few enhancements. Moves facter to newest version. This is a fully compatible version from 1.6.6 which is in stable. It also has bug fixes and a few enhancements. Rebase to 1.6.15 and fix issue found in bz #871211 This is a rebase to the upstream of 1.6.15. This should be a backward compatible release with what is currently in Fedora/EPEL. The known issue of openstack/ec2 fact exception handling has been resolved in 1.6.15. This commit also adds the .asc file back as it used by facter maintainers during package creation. Moves facter to newest version. This is a fully compatible version from 1.6.6 which is in stable. It also has bug fixes and a few enhancements. Moves facter to newest version. This is a fully compatible version from 1.6.6 which is in stable. It also has bug fixes and a few enhancements. -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 18 2013 Todd Zullinger - 1.6.18-1 - Update to 1.6.18 - Restart puppet in %postun (#806370) - Require virt-what for improved KVM detection (#905592) - Ensure man page is installed on EL < 7 * Tue Mar 12 2013 V?t Ondruch - 1.6.17-2 - Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0 * Mon Feb 25 2013 Jeroen van Meeuwen - 1.6.17-1 - New upstream version, fixes rhbz #892734 * Wed Feb 13 2013 Fedora Release Engineering - 1.6.16-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Tue Dec 4 2012 Michael Stahnke - 1.6.16-1 - Update to 1.6.16 * Wed Nov 28 2012 Michael Stahnke - 1.6.15-1 - Rebase to 1.6.15 - Put asc file back as Source1 * Fri Nov 9 2012 Michael Stahnke - 1.6.13-2 - Add patch for ec2 fix - Rebase to 1.6.14 via bz 871211 * Mon Oct 29 2012 Michael Stahnke - 1.6.13-1 - Rebase to 1.6.13 * Thu Jul 19 2012 Fedora Release Engineering - 1.6.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #806370 - facter should restart puppet on upgrade if it is running https://bugzilla.redhat.com/show_bug.cgi?id=806370 [ 2 ] Bug #836313 - Detects SELinux as being disabled/false https://bugzilla.redhat.com/show_bug.cgi?id=836313 [ 3 ] Bug #892734 - Ipaddress fact broken in F17, already fixed upstream https://bugzilla.redhat.com/show_bug.cgi?id=892734 [ 4 ] Bug #905592 - virtual fact is not set correctly for KVM (including RHEV) under RHEL https://bugzilla.redhat.com/show_bug.cgi?id=905592 [ 5 ] Bug #871211 - Please update facter to the latest upstream (patch included) https://bugzilla.redhat.com/show_bug.cgi?id=871211 -------------------------------------------------------------------------------- ================================================================================ git-1.8.1.4-2.el5 (FEDORA-EPEL-2013-0711) Fast Version Control System -------------------------------------------------------------------------------- Update Information: Update to the 1.8.1.4 release. Check /usr/share/doc/git/RelNotes for detailed list of changes. Additionally, this update improves building of documentation but users shouldn't see any difference. -------------------------------------------------------------------------------- ChangeLog: * Tue Feb 26 2013 Todd Zullinger - 1.8.1.4-2 - Update asciidoc requirements, drop unsupported ASCIIDOC7 - Define GNU_ROFF to force ASCII apostrophes in manpages (so copy/paste works) - Install tcsh completion (requires manual setup by users) - Clean up dist conditionals, don't pretend to support EL-4 builds - Use prebuilt documentation on EL-5, where asciidoc is too old - Respect gitexecdir variable in git-subtree install * Wed Feb 20 2013 Adam Tkac - 1.8.1.4-1 - update to 1.8.1.4 * Wed Jan 30 2013 Adam Tkac - 1.8.1.2-1 - update to 1.8.1.2 - own directories which should be owned (#902517) * Thu Jan 3 2013 Adam Tkac - 1.8.1-1 - update to 1.8.1 - build git-svn as arch subpkg due to new git-remote-testsvn binary * Tue Dec 11 2012 Adam Tkac - 1.8.0.2-1 - update to 1.8.0.2 * Thu Dec 6 2012 Adam Tkac - 1.8.0.1-2 - don't install some unneeded credential-gnome-keyring stuff * Thu Nov 29 2012 Adam Tkac - 1.8.0.1-1 - update to 1.8.0.1 - include git-subtree in git rpm (#864651) * Mon Oct 29 2012 Adam Tkac - 1.8.0-1 - update to 1.8.0 - include git-credential-gnome-keyring helper in git pkg - 0001-cvsimport-strip-all-inappropriate-tag-strings.patch was merged * Thu Oct 25 2012 Adam Tkac - 1.7.12.1-2 - move git-prompt.sh into usr/share/git-core/contrib/completion (#854061) * Thu Sep 27 2012 Adam Tkac - 1.7.12.1-1 - update to 1.7.12.1 - cvsimport should skip more characters (#850640) * Thu Aug 23 2012 Todd Zullinger - 1.7.12-2 - Install git-prompt.sh which provides __git_ps1() * Wed Aug 22 2012 Adam Tkac - 1.7.12-1 - update to 1.7.12 * Wed Aug 15 2012 Todd Zullinger - 1.7.11.5-1 - Update to 1.7.11.5 - Add git-p4 subpackage (#844008) * Tue Aug 7 2012 Adam Tkac - 1.7.11.4-1 - update to 1.7.11.4 * Fri Jul 27 2012 Fedora Release Engineering - 1.7.11.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Wed Jul 25 2012 Todd Zullinger - 1.7.11.2-2 - Split perl(Git::SVN) into its own package (#843182) * Mon Jul 16 2012 Adam Tkac - 1.7.11.2-1 - update to 1.7.11.2 * Thu Jun 28 2012 Petr Pisar - 1.7.10.4-2 - Perl 5.16 rebuild * Fri Jun 15 2012 Adam Tkac - 1.7.10.4-1 - update to 1.7.10.4 * Thu Jun 7 2012 Petr Pisar - 1.7.10.2-2 - Perl 5.16 rebuild * Mon May 14 2012 Adam Tkac - 1.7.10.2-1 - update to 1.7.10.2 * Thu May 3 2012 Adam Tkac - 1.7.10.1-1 - update to 1.7.10.1 * Tue Apr 10 2012 Adam Tkac - 1.7.10-1 - update to 1.7.10 * Fri Mar 30 2012 Adam Tkac - 1.7.9.5-1 - update to 1.7.9.5 * Thu Mar 8 2012 Adam Tkac - 1.7.9.3-1 - update to 1.7.9.3 * Wed Feb 15 2012 Todd Zullinger - 1.7.9.1-1 - Update to 1.7.9.1 - Fix EPEL builds (rpm doesn't accept mutiple -f options in %files) * Fri Feb 10 2012 Petr Pisar - 1.7.9-2 - Rebuild against PCRE 8.30 * Mon Jan 30 2012 Adam Tkac - 1.7.9-1 - update to 1.7.9 * Thu Jan 19 2012 Adam Tkac - 1.7.8.4-1 - update to 1.7.8.4 * Thu Jan 12 2012 Adam Tkac - 1.7.8.3-1 - update to 1.7.8.3 * Mon Jan 2 2012 Adam Tkac - 1.7.8.2-1 - update to 1.7.8.2 * Fri Dec 23 2011 Adam Tkac - 1.7.8.1-1 - update to 1.7.8.1 * Wed Dec 7 2011 Adam Tkac - 1.7.8-1 - update to 1.7.8 * Tue Nov 29 2011 Adam Tkac - 1.7.7.4-1 - update to 1.7.7.4 * Thu Nov 10 2011 Adam Tkac - 1.7.7.3-1 - update to 1.7.7.3 * Mon Nov 7 2011 Adam Tkac - 1.7.7.2-1 - update to 1.7.7.2 * Tue Nov 1 2011 Adam Tkac - 1.7.7.1-1 - update to 1.7.7.1 * Wed Oct 26 2011 Fedora Release Engineering - 1.7.7-2 - Rebuilt for glibc bug#747377 * Thu Oct 20 2011 Adam Tkac - 1.7.7-1 - update to 1.7.7 - git-1.6-update-contrib-hooks-path.patch is no longer needed * Mon Sep 26 2011 Adam Tkac - 1.7.6.4-1 - update to 1.7.6.4 * Wed Sep 7 2011 Todd Zullinger - 1.7.6.2-1 - Update to 1.7.6.2 - Fixes incompatibility caused by git push --quiet fix http://thread.gmane.org/gmane.comp.version-control.git/180652 * Mon Aug 29 2011 Todd Zullinger - 1.7.6.1-2 - Build with PCRE support (#734269) * Fri Aug 26 2011 Todd Zullinger - 1.7.6.1-1 - Update to 1.7.6.1 - Include gpg signature for tarball in SRPM * Fri Aug 5 2011 Todd Zullinger - 1.7.6-5 - Fix git push --quiet, thanks to Clemens Buchacher (#725593) - Obsolete git-arch as needed * Tue Jul 26 2011 Todd Zullinger - 1.7.6-4 - Drop git-arch on fedora >= 16, the tla package has been retired - Rework most spec file dist conditionals to make future changes easier * Thu Jul 21 2011 Petr Sabata - 1.7.6-3 - Perl mass rebuild * Wed Jul 20 2011 Petr Sabata - 1.7.6-2 - Perl mass rebuild * Wed Jun 29 2011 Adam Tkac - 1.7.6-1 - update to 1.7.6 * Mon Jun 20 2011 Marcela Ma?l??ov? - 1.7.5.4-2 - Perl mass rebuild * Thu Jun 9 2011 Adam Tkac - 1.7.5.4-1 - update to 1.7.5.4 * Tue May 24 2011 Adam Tkac - 1.7.5.2-1 - update to 1.7.5.2 * Thu May 5 2011 Adam Tkac - 1.7.5.1-1 - update to 1.7.5.1 * Wed Apr 27 2011 Adam Tkac - 1.7.5-1 - update to 1.7.5 * Mon Apr 11 2011 Adam Tkac - 1.7.4.4-1 - update to 1.7.4.4 * Mon Mar 28 2011 Adam Tkac - 1.7.4.2-1 - update to 1.7.4.2 - move man3/Git.3pm file to perl-Git subpkg (#664889) - add perl-DBD-SQLite dependency to git-cvs (#602410) -------------------------------------------------------------------------------- References: [ 1 ] Bug #909977 - CVE-2013-0308 git: Incorrect IMAP server's SSL x509.v3 certificate validation in git-imap-send command https://bugzilla.redhat.com/show_bug.cgi?id=909977 -------------------------------------------------------------------------------- ================================================================================ mksh-44-1.el5 (FEDORA-EPEL-2013-0716) MirBSD enhanced version of the Korn Shell -------------------------------------------------------------------------------- Update Information: R44 contains these bugfixes: - [tg] "$@" always generates words; bug spotted by engla in IRC - [tg] Optimise print_columns display to use the screen space better Please upgrade to mksh R43 (or stick on R41c) because of? - [tg] Do not permit $'?' and $"?" in anything that looks like a string, as old scripts, like ncurses?, depend on behaviour not guaranteed by POSIX regarding unescaped dollar signs there - [dalias] Make detection of function prototypes more reliable - [tg] Quote setenv arguments for eval properly in dot.mkshrc - [tg] Validate parameter names for typeset, export, etc. - [tg] Provide a classic BSD echo builtin for /bin/sh on MidnightBSD - [tg] When generating Makefrag.inc put list of check_categories inside - [tg] Actually test all echo(1) flavours and MidnightBSD /bin/sh hacks mksh R42b and R41c fix regressions: - [tg] Correctly initialise memory (Debian #700604) - [tg] LP#1104543 fix was too strict (Debian #700526) mksh R42 brings back the release\ {early,often} scheme: - [tg] Make -DMKSH_DISABLE_EXPERIMENTAL a nop again - [tg] Quell some LLVM+Clang warnings; overhaul scan-build assert(3)s - [tg, RT] Bunch of portability and build system fixes - [tg] Re-enable ${ precmd;} in dot.mkshrc and fix it to retain the errorlevel - [RT] Port to Minix-vmd, QNX 4, Watcom C; begin porting to SunOS 4.1.1, Xenix, ISC (Interactive) Unix - [tg] Prefer const-clean sys_errlist[] to strerror(3) - [tg] Permit $"?" and $'?' everywhere except in the body of here documents that are not here strings - [tg] Use full recursive parser for double-quoted here strings, and reuse code between here strings and here documents - [tg] #ifdef DEBUG_LEAKS free all fds and memory on exit (LP#1106116) - [tg] Don?t close stdout/stderr with redirections, dup /dev/null instead, always, both in dot.mkshrc and the testsuite, it does break! - [tg] Handle ${ ?;} like functions in that local and return DWIW; use it for the big chunk in $PS1 to avoid fork(2)ing (at cost of tempfiles; dot.mkshrc is a sample, adjust to your needs) - [tg] Document invalid ${a/b/c} patterns in manpage (Debian #698678) mksh R41b is a bugfix-only release off a stable branch: - [tg] Fix gettimeofday(2) detection at build time (warning) - [RT, tg] Build.sh: catch non-working dash printf builtin - [chris2, dalias, tg] Remove musl libc workaround and use _GNU_SOURCE which they kindly aliased to _ALL_SOURCE, which is implemented now - [tg] Fix getn and some cases of possible array bounds trespasses - [chris2, dalias, tg] Use -fno-asynchronous-unwind-tables with GCC - [tg] Fix a few warnings from libFirm/cparser (mostly -Wsign-compare) - [tg] Correct mistake when doing hashtable lookup collision resolution - [tg] Fix running the ERR and EXIT traps in situations with set -e and/or eval (also closes Debian #696823) - [tg] Fix ?command shift?, reported by ?ormaaj:#!/bin/mksh? - [Torsten Sillke] Unbreak linking on AIX (remove -qextchk) - [tg] Fix regression wrt lists in functions and ?set -e? (LP#1104543) mksh R41 brings a number of bugfixes and new features: - [tg] Drop ?set ?o arc4random? (deprecated in R40) - [tg] Drop old Build.sh -long-options (deprecated in R40) - [tg] Change the internal hash algorithm from Bob Jenkins? one-at-a-time to its NUL-counting, always-changing, better-avalanching MirOS variant NZAAT (with feedback from ciruZ; 75% fill level is reasonable; names tbd in Mirkev/MirJSON) - [tg] Use $'?' for non-ASCII parameters for re-entry printing - [tg] Use sane spelling of ?read-only? consistently - [tg] Improve tree -DDEBUG functions (internal/developer use) - [tg] Reduce stack usage a bit; speed up hash tables at size cost - [tg] MKSH_SMALL no longer implies -fno-inline - [tg] Support optional seed in ${parameter@#seed} for security - [tg] New Build.sh environment configurable: LDSTATIC (empty) - [tg] Improve LTO effect by always adding our copies of distributed utility function sources when linking statically (i.e. LDSTATIC is not empty) - [tg] Drop deprecated hack for lines beginning with an exclamation mark - [tg] No longer interpret numbers beginning with a 0 digit as octal - [tg] Attempt to use -fwrapv on more compilers - [tg, RT] Better portability to 386BSD, Debian 0.91, ancient Unic?s - [tg] No longer use mkstemp(3) or tempnam(3) functions, do our own - [tg] Fix some bugs in the manual page and Build.sh - [tg] Add MKSH_NO_CMDLINE_EDITING, MKSH_DISABLE_TTY_WARNING - [RT] Port to Coherent UNIX - [tg] Enable some options by default for some ports, for instance, since BeOS can never have a controlling tty, the option disabling that warning - [tg] Some bugfixes, prompted by RT and Valgrind - [RT] Disable sigsuspend(2) on Syllable Desktop - [tg] Fix several issues with typeset -p (LP: #993847) - [RT] Detect lcc and apply inline fix, e.g. for use with libc5 - [tg] If klibc, set -DMKSH_NO_LIMITS and check for sigsuspend fix - [tg] Fix some issues found by Coverity and some found while fixing - [tg] Build.sh options: -t target-filename (instead of mksh); -L to build a legacy mksh, current changes: different $KSH_VERSION ?LEGACY KSH? instead of ?MIRBSD KSH?; purely for running ksh88 and pdksh scripts; no command line editing; use traditional ?set -- $(getopt ?); echo $?? mode always; do not keep file descriptors private; parse leading-zero-digit numbers as octal; no mksh extension -T; use ?long?, not ?int32_t?, for arithmetics - [tg] fix trimming with positional parameters (Debian #48453) - [tg] ensure that case end tokens are not mixed up (Debian #220272) - [tg] make alias definitions in mksh -c work (Debian #517009), hack - [tg] Apply speed improvements and add MKSH_SMALL_BUT_FAST - [tg] Fix CONSERVATIVE_FDS use-before-definition bug - [tg] Correct two regressions when tab-completing (LP: #1025843) and fix bugs in the same code wrt. completion display and other expansions - [tg] Make quoted output of ?typeset -p? AT&T ksh93 compatible - [tg] Implement ${foo at Q} like ${foo:Q} in make(1) - [tg] Remove some unused code; more int ? bool conversion - [tg] Fix using here documents in COMSUB etc. (LP: #1030581) - [tg] Fix ulimit builtin usage to match what limits we actually know - [tg] Allow overriding /etc location, experts only (LP: #1039713) - [tg] Update to Unicode 6.1.0 - [tg, Todd Miller] Avoid changing ps(1) output by accident - [tg, ft, Christian Neukirchen] Detect zsh 2.5.02/NeXTstep for Build.sh - [tg] Detect musl-gcc wrapper, define _BSD_SOURCE there, which is totally bogus, but musl, just like dietlibc, gets it wrong - [tg] Improve compile-time assertions - [tg] Repair select builtin without any choices given - [tg] Add -DMKSH_GCC55009 hack to avoid some compile-time assertions and introduce arith-mandatory in check.t to substitute for missing that compile-time check; will change - [tg] Rewrite lots of code to not rely on -fwrapv so much - [tg] Build.sh: Fix flock(2) detection on GNU/Linux - [Andrew Kudryashov] Manpage: fix default for HISTSIZE - [tg] Add debugging aid (split-screen mechanism using GNU screen) - [Andrew Kudryashov] Manpage, Website: point out correct mailing list - [tg, Andrew Kudryashov] Fix ~/nonexistant tab completion - [tg] Optimise sh -c ?[^]\t\n"-$&-*;-?[\\`|]*? to exec, inspired by Jilles Tjoelker (-DMKSH_DISABLE_EXPERIMENTAL to ostracise) - [tg] Fix $? inside eval (RedHat BZ#865121) - [tg] Implement ksh93 feature ${ foo;} (using tempfiles this time; exclude with -DMKSH_DISABLE_EXPERIMENTAL in R41) - [tg] Run SIGINT check more reliably in the cat builtin (LP#1058815) - [tg] Handle ^C in here documents, COMSUB, arithmetics (LP#1069428) - [tg] Make dot.mkshrc usable with ?set -o nounset? / ?set -u? - [tg, Clint Adams] Clean up and optimise the error handling code - [tg] Fix and add some checks in the testsuite - [tg] Sort list of variables in the source code when possible - [tg] Add $BASHPID (for ormaaj) and $EPOCHREALTIME - [tg] Improve documentation, #ksh IRC channel homepage - [tg, RT] Minix 2 also doesn?t have gettimeofday(2) ? check for it - [tg] Fix an input command line editing display redrawing issue - [tg] Track the tty to keep $COLUMNS and $LINES up-to-date after a SIGWINCH even in scripts mksh R40f fixes a critical bug as well as this: - [tg, RT] Implement fcntl(2)-based advisory locking as an alternative iff flock(2) is not found (LP: #912691); keep trying in the face of EINTR - [tg] Fix severe regression wrt. initialising tty(4) states - [tg] Improve testsuite, build-time checks and debugging output - [tg, RT, winstonw] Improve portability to BeOS (works), Cygwin (good), Dell UNIX (works somewhat, but not with gcc), LynxOS (works somewhat), NeXTstep (works but not OpenStep 4.2), USL C compiler, SCO OpenServer (good), SCO UnixWare (good), Plan 9 (still broken), Syllable Desktop (broken?) - [tg] rlim_t is supposed to be unsigned - [tg] Some code, warning and spelling cleanup - [tg] New Build.sh environment configurable: AWK (= awk) - [tg, DONG-DONG YANG] Add safety net in the Emacs line editing code - [tg] No longer rely on env(1), id(1), printf(1) in the testsuite, and strcasecmp(3), strcasestr(3), strncasecmp(3) in the code - [tg, stsc, RT] Reduce system requirements of check.pl further mksh R40e is another must-have bugfix update: - [tg, Jilles Tjoelker] skip readonly check in unevaluated ternary twig - [tg, anonymous] fix all remaining ifs.sh testcases - [tg] No longer try to build with GCC and C99 extensions - [tg, Jilles Tjoelker] Do not expand aliases in COMSUB twice - [tg] Honour UTF-8 multi-byte character boundaries when doing partial tab-completion insertions (LP: #909025) to fix RedHat BZ#745702 - [tg] Fix R40 (BZ#496791) regression with IOACT in TIF (LP: #907224) - [tg, ft] Darn persistent history code worst offenders (LP: #906914) - [tg] Fix some gc-sections, GCC and Clang/scan-build warnings/issues - [tg, 28C3] dot.mkshrc hash functions: partially address LP: #909818 - [tg] Only compile divmod(0x80000000, -1) code in when not unneeded - [tg, RT] Move mirtoconf checks and INCLUDES_ONLY parts of sh.h around to ensure prerequisites are always available - [tg, RT, ir0nh34d] Pass mksh.exe to testsuite, if such thing is generated, and deal with Cygwin passing just ?mksh? in argv[0] in such cases - [tg] Imply -DMKSH_ASSUME_UTF8=0 on MSYS; optimise checks - [tg, Jb_boin] Fix regression introduced in R35b by jaredy?s security patch where TTIME trashed a non-TCOM string argument (e.g. in TFOR) - [tg] Better support for tcc; fix GCCism that accidentally crept in - [tg] Deal with UTF-8 when reporting jobs? commands - [RT] Add SkyOS to known OS list - [tg, RT] Support Minix in its variants Minix 3 and Ninix 3 better - [tg] Drop some Android-specific unused code (lsmod builtin) - [tg, RT, lewellyn] Support QNX and various versions of BSD/OS better - [tg] More code cleanup and new developer-only debugging functions - [tg, Andrew Kudryashov] Fix some tab completion related escaping bugs - [tg, draenog] Honour COLUMNS and LINES from the environment in scripts - [tg, winstonw] The sleep built-in utility now blocks more signals - [tg] Warn when using another deprecated function that will be removed -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 18 2013 Robert Scheck 44-1 - Upgrade to 44 and work around bug in GCC 4.8 (#922974) * Thu Feb 14 2013 Fedora Release Engineering - 41-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Mon Dec 3 2012 Michal Hlavinka - 41-1 - Upgrade to 41 * Fri Jul 20 2012 Michal Hlavinka - 40i-0.20120630 - Upgrade to pre-release of 40i - includes new legacy shell lksh for old scripts requiring pdksh or similar old ksh-88 shell, see man lksh for differences * Fri Jul 20 2012 Fedora Release Engineering - 40d-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Jan 13 2012 Fedora Release Engineering - 40d-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild -------------------------------------------------------------------------------- From updates at fedoraproject.org Thu Mar 21 17:42:03 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Thu, 21 Mar 2013 17:42:03 +0000 Subject: Fedora EPEL 5 updates-testing report Message-ID: <20130321174203.F08A220F0A@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 5 Security updates need testing: Age URL 333 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5630/bugzilla-3.2.10-5.el5 228 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6608/Django-1.1.4-2.el5 33 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0366/openconnect-4.08-1.el5 26 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0425/nginx-0.8.55-3.el5 11 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0518/euca2ools-2.1.3-1.el5 9 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0609/php-Smarty-2.6.27-1.el5 9 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0598/firebird-2.1.5.18496.0-4.el5 4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0683/mimetex-1.74-1.el5 1 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0711/git-1.8.1.4-2.el5 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0728/puppet-2.6.18-2.el5 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0734/drupal7-views-3.6-1.el5 The following builds have been pushed to Fedora EPEL 5 updates-testing drupal7-7.21-2.el5 drupal7-views-3.6-1.el5 gfal-1.15.0-0.el5 is-interface-1.15.0-0.el5 lcg-util-1.15.0-0.el5 libburn-1.2.8-1.el5 libisoburn-1.2.8-1.el5 libisofs-1.2.8-1.el5 opendkim-2.8.1-1.el5 puppet-2.6.18-2.el5 remctl-3.3-3.el5 srm-ifce-1.15.2-1.el5 Details about builds: ================================================================================ drupal7-7.21-2.el5 (FEDORA-EPEL-2013-0726) An open-source content-management platform -------------------------------------------------------------------------------- Update Information: Add rpmmacros subpackage to simplify module packaging. New Drupal release, http://drupal.org/drupal-7.21-release-notes. New upstream 7.20, resolves SA-CORE-2013-002. Release notes upstream: http://drupal.org/drupal-7.20-release-notes New Drupal release, http://drupal.org/drupal-7.21-release-notes. New upstream 7.20, resolves SA-CORE-2013-002 -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 7 2013 Peter Borsa - 7.21-1 - 7.21 * Thu Feb 21 2013 Paul W. Frields - 7.20-1 - 7.20, SA-CORE-2013-002 (#913403) * Fri Jan 25 2013 Jon Ciesla - 7.19-2 - README update for cron_key, BZ 902234. -------------------------------------------------------------------------------- References: [ 1 ] Bug #923932 - Add macros to drupal7 https://bugzilla.redhat.com/show_bug.cgi?id=923932 [ 2 ] Bug #918902 - drupal7-7.21 is available https://bugzilla.redhat.com/show_bug.cgi?id=918902 [ 3 ] Bug #913403 - drupal7-7.20 is available https://bugzilla.redhat.com/show_bug.cgi?id=913403 -------------------------------------------------------------------------------- ================================================================================ drupal7-views-3.6-1.el5 (FEDORA-EPEL-2013-0734) Provides a method for site designers to control content presentation -------------------------------------------------------------------------------- Update Information: Update to version 3.6 to address cross-site scripting vulnerability SA-CONTRIB-2013-035 -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 20 2013 Jared Smith - 3.6-1 - Release 3.6 fixes a cross-site scripting vulnerabilitySA-CONTRIB-2013-035 - More details at http://drupal.org/node/1948358 * Wed Feb 13 2013 Fedora Release Engineering - 3.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ gfal-1.15.0-0.el5 (FEDORA-EPEL-2013-0740) Grid File access library -------------------------------------------------------------------------------- Update Information: lcg-util 1.15.0 Update, EMI synchronization -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 20 2013 Adrien Devresse - 1.15.0-0 - fix LFS problem with 32bits version of GFAL 1.0 -------------------------------------------------------------------------------- ================================================================================ is-interface-1.15.0-0.el5 (FEDORA-EPEL-2013-0743) Information service library for the lcg bdii system -------------------------------------------------------------------------------- Update Information: lcg-util 1.15.0 Update, EMI synchronization -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 20 2013 Adrien Devresse - 1.15.0 - fix an issue with FTS 2.2.9 and glite-sd-query -------------------------------------------------------------------------------- ================================================================================ lcg-util-1.15.0-0.el5 (FEDORA-EPEL-2013-0722) Command line tools for wlcg storage system -------------------------------------------------------------------------------- Update Information: lcg-util 1.15.0 Update, EMI synchronization -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 20 2013 Adrien Devresse - 1.15.0-0 - EMI lcg-util 1.15.0 release - contain several bugfix related to srm-ifce and gfal 1.0 -------------------------------------------------------------------------------- ================================================================================ libburn-1.2.8-1.el5 (FEDORA-EPEL-2013-0739) Library for reading, mastering and writing optical discs -------------------------------------------------------------------------------- Update Information: Changes towards previous version 1.2.6 ====================================== libburn novelties ----------------- * New API call burn_disc_get_incomplete_sessions() * New burn_toc_entry component .track_status_bits * Bug fix: All CD tracks were reported with the sizes of the tracks in the first session. Regression introduced with version 1.2.0 (rev 4552). * Bug fix: On some drives the request for minimum speed yielded maximum speed cdrskin novelties ----------------- * New cdrskin option --list_speeds * -toc and -minfo now report about tracks in the incomplete session libisofs novelties ------------------ * New API call iso_image_get_pvd_times(). * Bug fix: Image size prediction altered the pointers to MD5 of data files which stem from a previous session. * Bug fix: Reading damaged Rock Ridge data could cause SIGSEGV by NULL. libisoburn novelties -------------------- (none) xorriso novelties ----------------- * Bug fix: -tell_media_space altered the pointers to MD5 of data files which stem from a previous session. This produced false mismatches with -check_md5_r. * Bug fix: CD tracks were reported with the sizes of the tracks in the first session. * Bug fix: -check_media use=outdev sector_map= stored TOC of input drive * Bug fix: -hide hfsplus and -as mkisofs -hide-hfsplus had no effect. Thanks to Davy Ho. * Bug fix: ./configure did not abort if libburn.h or libisofs.h were missing * New command -move * New -as mkisofs options -eltorito-id , -eltorito-selcrit -------------------------------------------------------------------------------- ChangeLog: * Tue Mar 19 2013 Robert Scheck 1.2.8-1 - Update to upstream 1.2.8 * Thu Feb 14 2013 Fedora Release Engineering - 1.2.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ libisoburn-1.2.8-1.el5 (FEDORA-EPEL-2013-0739) Library to enable creation and expansion of ISO-9660 filesystems -------------------------------------------------------------------------------- Update Information: Changes towards previous version 1.2.6 ====================================== libburn novelties ----------------- * New API call burn_disc_get_incomplete_sessions() * New burn_toc_entry component .track_status_bits * Bug fix: All CD tracks were reported with the sizes of the tracks in the first session. Regression introduced with version 1.2.0 (rev 4552). * Bug fix: On some drives the request for minimum speed yielded maximum speed cdrskin novelties ----------------- * New cdrskin option --list_speeds * -toc and -minfo now report about tracks in the incomplete session libisofs novelties ------------------ * New API call iso_image_get_pvd_times(). * Bug fix: Image size prediction altered the pointers to MD5 of data files which stem from a previous session. * Bug fix: Reading damaged Rock Ridge data could cause SIGSEGV by NULL. libisoburn novelties -------------------- (none) xorriso novelties ----------------- * Bug fix: -tell_media_space altered the pointers to MD5 of data files which stem from a previous session. This produced false mismatches with -check_md5_r. * Bug fix: CD tracks were reported with the sizes of the tracks in the first session. * Bug fix: -check_media use=outdev sector_map= stored TOC of input drive * Bug fix: -hide hfsplus and -as mkisofs -hide-hfsplus had no effect. Thanks to Davy Ho. * Bug fix: ./configure did not abort if libburn.h or libisofs.h were missing * New command -move * New -as mkisofs options -eltorito-id , -eltorito-selcrit -------------------------------------------------------------------------------- ChangeLog: * Tue Mar 19 2013 Robert Scheck 1.2.8-1 - Upgrade to 1.2.8 * Thu Feb 14 2013 Fedora Release Engineering - 1.2.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ libisofs-1.2.8-1.el5 (FEDORA-EPEL-2013-0739) Library to create ISO 9660 disk images -------------------------------------------------------------------------------- Update Information: Changes towards previous version 1.2.6 ====================================== libburn novelties ----------------- * New API call burn_disc_get_incomplete_sessions() * New burn_toc_entry component .track_status_bits * Bug fix: All CD tracks were reported with the sizes of the tracks in the first session. Regression introduced with version 1.2.0 (rev 4552). * Bug fix: On some drives the request for minimum speed yielded maximum speed cdrskin novelties ----------------- * New cdrskin option --list_speeds * -toc and -minfo now report about tracks in the incomplete session libisofs novelties ------------------ * New API call iso_image_get_pvd_times(). * Bug fix: Image size prediction altered the pointers to MD5 of data files which stem from a previous session. * Bug fix: Reading damaged Rock Ridge data could cause SIGSEGV by NULL. libisoburn novelties -------------------- (none) xorriso novelties ----------------- * Bug fix: -tell_media_space altered the pointers to MD5 of data files which stem from a previous session. This produced false mismatches with -check_md5_r. * Bug fix: CD tracks were reported with the sizes of the tracks in the first session. * Bug fix: -check_media use=outdev sector_map= stored TOC of input drive * Bug fix: -hide hfsplus and -as mkisofs -hide-hfsplus had no effect. Thanks to Davy Ho. * Bug fix: ./configure did not abort if libburn.h or libisofs.h were missing * New command -move * New -as mkisofs options -eltorito-id , -eltorito-selcrit -------------------------------------------------------------------------------- ChangeLog: * Tue Mar 19 2013 Robert Scheck 1.2.8-1 - Upgrade to 1.2.8 * Thu Feb 14 2013 Fedora Release Engineering - 1.2.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ opendkim-2.8.1-1.el5 (FEDORA-EPEL-2013-0725) A DomainKeys Identified Mail (DKIM) milter to sign and/or verify mail -------------------------------------------------------------------------------- Update Information: Fix bug #SF3607071: Report the reason why a key file is determined to be unsafe. Problem noted by Doug Barton. Fix bug #SF3607072: When checking for key file safety, take any "-u" value provided on the command line into account. Problem noted by Doug Barton. Fix bug #SF3608401: Solaris 10 doesn't have strsep(). Problem noted by Bryan Costales. BUILD: Fix build for versions of libdb between 3.1 and 4.6. Problem noted by John Wood. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. -------------------------------------------------------------------------------- ChangeLog: * Tue Mar 19 2013 Steve Jenkins 2.8.1-1 - Updated to use newer upstream 2.8.1 source code - Removed patches for bugs fixed in upstream source * Wed Feb 27 2013 Steve Jenkins 2.8.0-4 - Added patch from upstream to fix libdb compatibility issues * Tue Feb 26 2013 Steve Jenkins 2.8.0-3 - Split into two spec files: systemd (F17+) and SysV (EL5-6) - systemd-only: Removed leading / from unitdir variables - Removed commented source lines - Created comment sections for easy switching between systemd and SysV * Mon Feb 25 2013 Steve Jenkins 2.8.0-2 - Added / in front of unitdir variables * Thu Feb 21 2013 Steve Jenkins 2.8.0-1 - Happy Birthday to me! :) - Updated to use newer upstream 2.8.0 source code - Migration from SysV initscript to systemd unit file - Added systemd build requirement - Edited comments in default configuration files - Changed default Canonicalization to relaxed/relaxed in config file - Changed default values in EnvironmentFile - Moved program startup options into EnvironmentFile - Moved default key check and generation on startup to external script - Removed AutoRestart directives from default config (systemd will handle) - Incorporated additional variable names throughout spec file - Added support for new opendkim-sysvinit package for legacy SysV systems -------------------------------------------------------------------------------- ================================================================================ puppet-2.6.18-2.el5 (FEDORA-EPEL-2013-0728) A network tool for managing many disparate systems -------------------------------------------------------------------------------- Update Information: Updates to EPEL for Puppet 2.6 for security issues disclosed 13-MAR-2013 from Puppet Labs: https://groups.google.com/group/puppet-announce/t/9200f268f8479e2c This update also includes a backported fix for a service resource race condition bug (not a security issue). -------------------------------------------------------------------------------- ChangeLog: * Tue Mar 19 2013 Lukas Zapletal - 2.6.18-2 - Apply backported patch for service race condition (#908655) * Mon Mar 11 2013 Michael Stahnke - 2.6.18-1 - Fixes for CVE-2013-1640 CVE-2013-1652 CVE-2013-1653 CVE-2013-1654 - and CVE-2013-1655 CVE-2013-2274 CVE-2013-2275 -------------------------------------------------------------------------------- References: [ 1 ] Bug #919770 - CVE-2013-1654 Puppet: SSL protocol downgrade https://bugzilla.redhat.com/show_bug.cgi?id=919770 [ 2 ] Bug #919773 - CVE-2013-2274 Puppet: HTTP PUT report saving code execution vulnerability https://bugzilla.redhat.com/show_bug.cgi?id=919773 [ 3 ] Bug #919783 - CVE-2013-1640 Puppet: catalog request code execution https://bugzilla.redhat.com/show_bug.cgi?id=919783 [ 4 ] Bug #919784 - CVE-2013-1652 Puppet: HTTP GET request catalog retrieval https://bugzilla.redhat.com/show_bug.cgi?id=919784 [ 5 ] Bug #919785 - CVE-2013-2275 Puppet: default auth.conf allows authenticated node to submit a report for any other node https://bugzilla.redhat.com/show_bug.cgi?id=919785 -------------------------------------------------------------------------------- ================================================================================ remctl-3.3-3.el5 (FEDORA-EPEL-2013-0724) Client/server for Kerberos-authenticated command execution -------------------------------------------------------------------------------- Update Information: Adjust for new Ruby on Fedora 19 -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 13 2013 Ken Dreyer - 3.3-2 - Adjust RPM conditionals for new Ruby guidelines on Fedora 19 - Add workaround for Ruby 2.0 "make install" bug (#921650) * Thu Feb 14 2013 Fedora Release Engineering - 3.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ srm-ifce-1.15.2-1.el5 (FEDORA-EPEL-2013-0730) SRM client side library -------------------------------------------------------------------------------- Update Information: lcg-util 1.15.0 Update, EMI synchronization -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 20 2013 adevress at cern.ch - 1.15.2-1 - EMI lcgutil 1.15.0 release * Thu Mar 14 2013 Michail Salichos - 1.15.2-0 - avoid double initialization when session reuse is enabled * Fri Feb 22 2013 Adrien Devresse - 1.15.1-0 - fix an estimatedWaitTime problem with the backoff logic - introduce srm session reuse -------------------------------------------------------------------------------- From updates at fedoraproject.org Thu Mar 21 17:42:06 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Thu, 21 Mar 2013 17:42:06 +0000 Subject: Fedora EPEL 6 updates-testing report Message-ID: <20130321174206.32DED20F0A@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 6 Security updates need testing: Age URL 521 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2011-4701/supybot-gribble-0.83.4.1-10.el6 333 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5620/bugzilla-3.4.14-2.el6 256 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6348/bcfg2-1.2.3-1.el6 33 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0376/openconnect-4.08-1.el6 26 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0420/awstats-7.0-3.el6 26 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0423/nginx-1.0.15-4.el6 11 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0532/euca2ools-2.1.3-1.el6 11 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0568/mediawiki119-1.19.4-1.el6 9 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0622/firebird-2.5.2.26539.0-3.el6 8 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0632/privoxy-3.0.21-1.el6 8 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0634/openstack-keystone-2012.2.3-4.el6 4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0686/mimetex-1.74-1.el6 4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0692/v8-3.14.5.7-3.el6 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0707/darkserver-0.8.1-1.el6 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0698/darkserver-0.8.2-1.el6 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0741/drupal7-views-3.6-1.el6 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0720/puppet-2.6.18-2.el6 The following builds have been pushed to Fedora EPEL 6 updates-testing drupal7-7.21-2.el6 drupal7-views-3.6-1.el6 gfal-1.15.0-0.el6 icoutils-0.30.0-1.el6 is-interface-1.15.0-0.el6 lcg-util-1.15.0-0.el6 ldm-2.2.11-3.el6 ltsp-5.4.5-4.el6 opendkim-2.8.1-1.el6 php-channel-drush-1.3-2.el6 puppet-2.6.18-2.el6 python-beautifulsoup4-4.1.3-3.el6 python-dingus-0.3.4-3.el6 python-epdb-0.11-9.el6 python-rosinstall-0.6.26-1.20130318git6d482b2.el6 python-rospkg-1.0.20-1.20130318git0a4448e.el6 python-vcstools-0.1.30-1.20130318git963c121.el6 remctl-3.3-3.el6 retrace-server-1.9-1.el6 srm-ifce-1.15.2-1.el6 thunderbird-lightning-1.9.1-1.el6 Details about builds: ================================================================================ drupal7-7.21-2.el6 (FEDORA-EPEL-2013-0742) An open-source content-management platform -------------------------------------------------------------------------------- Update Information: Add rpmmacros subpackage to simplify module packaging. New Drupal release, http://drupal.org/drupal-7.21-release-notes. New upstream 7.20, resolves SA-CORE-2013-002. Release notes upstream: http://drupal.org/drupal-7.20-release-notes New Drupal release, http://drupal.org/drupal-7.21-release-notes. New upstream 7.20, resolves SA-CORE-2013-002 -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 7 2013 Peter Borsa - 7.21-1 - 7.21 * Thu Feb 21 2013 Paul W. Frields - 7.20-1 - 7.20, SA-CORE-2013-002 (#913403) * Fri Jan 25 2013 Jon Ciesla - 7.19-2 - README update for cron_key, BZ 902234. -------------------------------------------------------------------------------- References: [ 1 ] Bug #923932 - Add macros to drupal7 https://bugzilla.redhat.com/show_bug.cgi?id=923932 [ 2 ] Bug #918902 - drupal7-7.21 is available https://bugzilla.redhat.com/show_bug.cgi?id=918902 [ 3 ] Bug #913403 - drupal7-7.20 is available https://bugzilla.redhat.com/show_bug.cgi?id=913403 -------------------------------------------------------------------------------- ================================================================================ drupal7-views-3.6-1.el6 (FEDORA-EPEL-2013-0741) Provides a method for site designers to control content presentation -------------------------------------------------------------------------------- Update Information: Update to version 3.6 to address cross-site scripting vulnerability SA-CONTRIB-2013-035 -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 20 2013 Jared Smith - 3.6-1 - Release 3.6 fixes a cross-site scripting vulnerabilitySA-CONTRIB-2013-035 - More details at http://drupal.org/node/1948358 * Wed Feb 13 2013 Fedora Release Engineering - 3.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ gfal-1.15.0-0.el6 (FEDORA-EPEL-2013-0731) Grid File access library -------------------------------------------------------------------------------- Update Information: lcg-util 1.15.0 Update, EMI synchronization -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 20 2013 Adrien Devresse - 1.15.0-0 - fix LFS problem with 32bits version of GFAL 1.0 -------------------------------------------------------------------------------- ================================================================================ icoutils-0.30.0-1.el6 (FEDORA-EPEL-2013-0732) Utility for extracting and converting Microsoft icon and cursor files -------------------------------------------------------------------------------- Update Information: This updates fixes a few bugs and improves the manpage. For a more detailed list of changes, see the changelog: http://www.nongnu.org/icoutils/NEWS -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 20 2013 Martin Gieseking 0.30.0-1 - updated to release 0.30.0 - dropped patch as it has been applied upstream - removed old buildroot stuff * Thu Feb 14 2013 Fedora Release Engineering - 0.29.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Thu Jul 19 2012 Fedora Release Engineering - 0.29.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sat May 19 2012 Martin Gieseking 0.29.1-6 - added missing Provides: bundled(gnulib): https://bugzilla.redhat.com/show_bug.cgi?id=821764 * Fri Jan 13 2012 Fedora Release Engineering - 0.29.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Dec 6 2011 Adam Jackson - 0.29.1-4 - Rebuild for new libpng -------------------------------------------------------------------------------- ================================================================================ is-interface-1.15.0-0.el6 (FEDORA-EPEL-2013-0719) Information service library for the lcg bdii system -------------------------------------------------------------------------------- Update Information: lcg-util 1.15.0 Update, EMI synchronization -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 20 2013 Adrien Devresse - 1.15.0 - fix an issue with FTS 2.2.9 and glite-sd-query -------------------------------------------------------------------------------- ================================================================================ lcg-util-1.15.0-0.el6 (FEDORA-EPEL-2013-0733) Command line tools for wlcg storage system -------------------------------------------------------------------------------- Update Information: lcg-util 1.15.0 Update, EMI synchronization -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 20 2013 Adrien Devresse - 1.15.0-0 - EMI lcg-util 1.15.0 release - contain several bugfix related to srm-ifce and gfal 1.0 -------------------------------------------------------------------------------- ================================================================================ ldm-2.2.11-3.el6 (FEDORA-EPEL-2013-0736) LTSP Display Manager -------------------------------------------------------------------------------- Update Information: Update to new version, also include 'clover' theme, minor bugfix's -------------------------------------------------------------------------------- ================================================================================ ltsp-5.4.5-4.el6 (FEDORA-EPEL-2013-0727) Linux Terminal Server Project Server and Client -------------------------------------------------------------------------------- Update Information: Update to 5.4.5, New overlay unionfs, Uses mock to build chroot -------------------------------------------------------------------------------- ================================================================================ opendkim-2.8.1-1.el6 (FEDORA-EPEL-2013-0723) A DomainKeys Identified Mail (DKIM) milter to sign and/or verify mail -------------------------------------------------------------------------------- Update Information: Fix bug #SF3607071: Report the reason why a key file is determined to be unsafe. Problem noted by Doug Barton. Fix bug #SF3607072: When checking for key file safety, take any "-u" value provided on the command line into account. Problem noted by Doug Barton. Fix bug #SF3608401: Solaris 10 doesn't have strsep(). Problem noted by Bryan Costales. BUILD: Fix build for versions of libdb between 3.1 and 4.6. Problem noted by John Wood. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. -------------------------------------------------------------------------------- ChangeLog: * Tue Mar 19 2013 Steve Jenkins 2.8.1-1 - Updated to use newer upstream 2.8.1 source code - Removed patches for bugs fixed in upstream source * Wed Feb 27 2013 Steve Jenkins 2.8.0-4 - Added patch from upstream to fix libdb compatibility issues * Tue Feb 26 2013 Steve Jenkins 2.8.0-3 - Split into two spec files: systemd (F17+) and SysV (EL5-6) - systemd-only: Removed leading / from unitdir variables - Removed commented source lines - Created comment sections for easy switching between systemd and SysV * Mon Feb 25 2013 Steve Jenkins 2.8.0-2 - Added / in front of unitdir variables * Thu Feb 21 2013 Steve Jenkins 2.8.0-1 - Happy Birthday to me! :) - Updated to use newer upstream 2.8.0 source code - Migration from SysV initscript to systemd unit file - Added systemd build requirement - Edited comments in default configuration files - Changed default Canonicalization to relaxed/relaxed in config file - Changed default values in EnvironmentFile - Moved program startup options into EnvironmentFile - Moved default key check and generation on startup to external script - Removed AutoRestart directives from default config (systemd will handle) - Incorporated additional variable names throughout spec file - Added support for new opendkim-sysvinit package for legacy SysV systems -------------------------------------------------------------------------------- ================================================================================ php-channel-drush-1.3-2.el6 (FEDORA-EPEL-2013-0738) Adds pear.drush.org channel to PEAR -------------------------------------------------------------------------------- Update Information: This package adds the pear.drush.org channel which allows PEAR packages from this channel to be installed. -------------------------------------------------------------------------------- ================================================================================ puppet-2.6.18-2.el6 (FEDORA-EPEL-2013-0720) A network tool for managing many disparate systems -------------------------------------------------------------------------------- Update Information: Updates to EPEL for Puppet 2.6 for security issues disclosed 13-MAR-2013 from Puppet Labs: https://groups.google.com/group/puppet-announce/t/9200f268f8479e2c This update also includes a backported patch to fix a for service resource race condition. -------------------------------------------------------------------------------- ChangeLog: * Tue Mar 19 2013 Lukas Zapletal - 2.6.18-2 - Apply backported patch for service race condition (#908655) * Mon Mar 11 2013 Michael Stahnke - 2.6.18-1 - Fixes for CVE-2013-1640 CVE-2013-1652 CVE-2013-1653 CVE-2013-1654 - and CVE-2013-1655 CVE-2013-2274 CVE-2013-2275 -------------------------------------------------------------------------------- References: [ 1 ] Bug #919770 - CVE-2013-1654 Puppet: SSL protocol downgrade https://bugzilla.redhat.com/show_bug.cgi?id=919770 [ 2 ] Bug #919773 - CVE-2013-2274 Puppet: HTTP PUT report saving code execution vulnerability https://bugzilla.redhat.com/show_bug.cgi?id=919773 [ 3 ] Bug #919783 - CVE-2013-1640 Puppet: catalog request code execution https://bugzilla.redhat.com/show_bug.cgi?id=919783 [ 4 ] Bug #919784 - CVE-2013-1652 Puppet: HTTP GET request catalog retrieval https://bugzilla.redhat.com/show_bug.cgi?id=919784 [ 5 ] Bug #919785 - CVE-2013-2275 Puppet: default auth.conf allows authenticated node to submit a report for any other node https://bugzilla.redhat.com/show_bug.cgi?id=919785 -------------------------------------------------------------------------------- ================================================================================ python-beautifulsoup4-4.1.3-3.el6 (FEDORA-EPEL-2013-0735) HTML/XML parser for quick-turnaround applications like screen-scraping -------------------------------------------------------------------------------- Update Information: Initial el6 branch -------------------------------------------------------------------------------- References: [ 1 ] Bug #923091 - askbot requires python-beautifulsoup4 which is not available on epel6 https://bugzilla.redhat.com/show_bug.cgi?id=923091 -------------------------------------------------------------------------------- ================================================================================ python-dingus-0.3.4-3.el6 (FEDORA-EPEL-2013-0718) A record-then-assert mocking library -------------------------------------------------------------------------------- Update Information: New python-dingus package for el6. -------------------------------------------------------------------------------- ================================================================================ python-epdb-0.11-9.el6 (FEDORA-EPEL-2013-0745) Extended Python debugger -------------------------------------------------------------------------------- Update Information: epdb is an enhanced debugger for python. This is a new package in EPEL 6. -------------------------------------------------------------------------------- References: [ 1 ] Bug #480380 - Review Request: python-epdb - extended python debugger https://bugzilla.redhat.com/show_bug.cgi?id=480380 -------------------------------------------------------------------------------- ================================================================================ python-rosinstall-0.6.26-1.20130318git6d482b2.el6 (FEDORA-EPEL-2013-0737) ROS installation utilities -------------------------------------------------------------------------------- Update Information: This update brings the latest upstream versions of rosinstall, rospkg, and vcstools. -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 18 2013 Rich Mattes - 0.6.28-1.20130318git6d482b2 - Update to release 0.6.28 -------------------------------------------------------------------------------- ================================================================================ python-rospkg-1.0.20-1.20130318git0a4448e.el6 (FEDORA-EPEL-2013-0737) Utilities for ROS package, stack, and distribution information -------------------------------------------------------------------------------- Update Information: This update brings the latest upstream versions of rosinstall, rospkg, and vcstools. -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 18 2013 Rich Mattes - 1.0.20-1.20130318git0a4448e - Update to release 1.0.20 -------------------------------------------------------------------------------- ================================================================================ python-vcstools-0.1.30-1.20130318git963c121.el6 (FEDORA-EPEL-2013-0737) Version Control System tools for Python -------------------------------------------------------------------------------- Update Information: This update brings the latest upstream versions of rosinstall, rospkg, and vcstools. -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 18 2013 Rich Mattes - 0.1.30-1.20130318git963c121 - Update to release 0.1.30 - Updated upstream URL -------------------------------------------------------------------------------- ================================================================================ remctl-3.3-3.el6 (FEDORA-EPEL-2013-0746) Client/server for Kerberos-authenticated command execution -------------------------------------------------------------------------------- Update Information: Adjust for new Ruby on Fedora 19 -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 13 2013 Ken Dreyer - 3.3-2 - Adjust RPM conditionals for new Ruby guidelines on Fedora 19 - Add workaround for Ruby 2.0 "make install" bug (#921650) * Thu Feb 14 2013 Fedora Release Engineering - 3.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ retrace-server-1.9-1.el6 (FEDORA-EPEL-2013-0744) Application for remote coredump analysis -------------------------------------------------------------------------------- Update Information: Update to 1.9 -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 20 2013 Michal Toman 1.9-1 - guess debuginfo name correctly for <= el4 - rename _log to retrace-log - fix cross-arch vmcores processing - debug mode checked by default in task manager - fix typos - touch task directory when using retrace-server-interact - forward kernel version from command line correctly - parse flavoured kernel version correctly - allow to send notification e-mails - symlink retrace_log to MISC_DIR - do not die on download error - rework front page - be able to specify custom core location - do not die if makedumpfile fails - make FTP buffer size configurable - fix detaching from httpd - add more logging - fix paths of DF_BIN and TAR_BIN - fix dependencies - unify access to task directory elements - display the progress of FTP download - add notes & case no. boxes - run bt_filter on vmcores automatically - add timestamps to logs - enable free space check in task manager - urlencode hyperlinks -------------------------------------------------------------------------------- References: [ 1 ] Bug #905715 - Retrace failed. Try again later and if the problem persists report this issue please. https://bugzilla.redhat.com/show_bug.cgi?id=905715 [ 2 ] Bug #866322 - retrace server couldn't generate backtrace https://bugzilla.redhat.com/show_bug.cgi?id=866322 [ 3 ] Bug #821115 - Couldn't generate backtrace with Retrace Server https://bugzilla.redhat.com/show_bug.cgi?id=821115 [ 4 ] Bug #805400 - Generated backtrace is unusable (Reporting disabled) https://bugzilla.redhat.com/show_bug.cgi?id=805400 -------------------------------------------------------------------------------- ================================================================================ srm-ifce-1.15.2-1.el6 (FEDORA-EPEL-2013-0721) SRM client side library -------------------------------------------------------------------------------- Update Information: lcg-util 1.15.0 Update, EMI synchronization -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 20 2013 adevress at cern.ch - 1.15.2-1 - EMI lcgutil 1.15.0 release * Thu Mar 14 2013 Michail Salichos - 1.15.2-0 - avoid double initialization when session reuse is enabled * Fri Feb 22 2013 Adrien Devresse - 1.15.1-0 - fix an estimatedWaitTime problem with the backoff logic - introduce srm session reuse -------------------------------------------------------------------------------- ================================================================================ thunderbird-lightning-1.9.1-1.el6 (FEDORA-EPEL-2013-0729) The calendar extension to Thunderbird -------------------------------------------------------------------------------- Update Information: - Update to 1.9.1 - Add patch to fix alarm handling after suspend (bug #910976) -------------------------------------------------------------------------------- ChangeLog: * Tue Mar 19 2013 Orion Poplawski - 1.9.1-1 - Update to 1.9.1 - Add patch to fix alarm handling after suspend (bug #910976) -------------------------------------------------------------------------------- From mrunge at matthias-runge.de Fri Mar 22 07:05:54 2013 From: mrunge at matthias-runge.de (Matthias Runge) Date: Fri, 22 Mar 2013 08:05:54 +0100 Subject: Intend to retire Django-1.1 for EPEL5 Message-ID: <514C02D2.50205@matthias-runge.de> Hi, the subject says it all, I'm intending to retire Django-1.1 in EPEL5. The last update has been released about two years ago, there are at least two known security issues. Current Django is Django-1.5, and Django 1.4 is the oldest version getting security fixes from upstream. -- Matthias Runge From cickumqt at gmail.com Fri Mar 22 07:11:23 2013 From: cickumqt at gmail.com (Christopher Meng) Date: Fri, 22 Mar 2013 15:11:23 +0800 Subject: Intend to retire Django-1.1 for EPEL5 In-Reply-To: <514C02D2.50205@matthias-runge.de> References: <514C02D2.50205@matthias-runge.de> Message-ID: In fact, no rhel5 people will install django via epel. -------------- next part -------------- An HTML attachment was scrubbed... URL: From mrunge at matthias-runge.de Fri Mar 22 08:20:03 2013 From: mrunge at matthias-runge.de (Matthias Runge) Date: Fri, 22 Mar 2013 09:20:03 +0100 Subject: Intend to retire Django-1.1 for EPEL5 In-Reply-To: References: <514C02D2.50205@matthias-runge.de> Message-ID: <514C1433.8090605@matthias-runge.de> On 03/22/2013 08:11 AM, Christopher Meng wrote: > In fact, no rhel5 people will install django via epel. > How do you know? What does that mean to my earlier mail? What will they install else? -- Matthias Runge From cickumqt at gmail.com Fri Mar 22 08:36:48 2013 From: cickumqt at gmail.com (Christopher Meng) Date: Fri, 22 Mar 2013 16:36:48 +0800 Subject: Intend to retire Django-1.1 for EPEL5 In-Reply-To: <514C1433.8090605@matthias-runge.de> References: <514C02D2.50205@matthias-runge.de> <514C1433.8090605@matthias-runge.de> Message-ID: All my friends under RHEL5 and derivatives install django from other ways..... 1.1 is too old. -------------- next part -------------- An HTML attachment was scrubbed... URL: From mrunge at matthias-runge.de Fri Mar 22 09:01:17 2013 From: mrunge at matthias-runge.de (Matthias Runge) Date: Fri, 22 Mar 2013 10:01:17 +0100 Subject: Intend to retire Django-1.1 for EPEL5 In-Reply-To: References: <514C02D2.50205@matthias-runge.de> <514C1433.8090605@matthias-runge.de> Message-ID: <514C1DDD.8020604@matthias-runge.de> On 03/22/2013 09:36 AM, Christopher Meng wrote: > All my friends under RHEL5 and derivatives install django from other > ways..... 1.1 is too old. well, interesting argument. Do you know, when RHEL5 was released (2007)? IMHO, if somebody still runs RHEL5, then because there is a requirement to do so. Since RHEL versions are long running, I can not guarantee, there's nobody out there still running Django-1.1 Which version of Django do your friends? -- Matthias Runge From cickumqt at gmail.com Fri Mar 22 09:22:58 2013 From: cickumqt at gmail.com (Christopher Meng) Date: Fri, 22 Mar 2013 17:22:58 +0800 Subject: Intend to retire Django-1.1 for EPEL5 In-Reply-To: <514C1DDD.8020604@matthias-runge.de> References: <514C02D2.50205@matthias-runge.de> <514C1433.8090605@matthias-runge.de> <514C1DDD.8020604@matthias-runge.de> Message-ID: I know of course... They use 1.3 -------------- next part -------------- An HTML attachment was scrubbed... URL: From sgallagh at redhat.com Fri Mar 22 11:48:14 2013 From: sgallagh at redhat.com (Stephen Gallagher) Date: Fri, 22 Mar 2013 07:48:14 -0400 Subject: Intend to retire Django-1.1 for EPEL5 In-Reply-To: <514C02D2.50205@matthias-runge.de> References: <514C02D2.50205@matthias-runge.de> Message-ID: <514C44FE.4040601@redhat.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 03/22/2013 03:05 AM, Matthias Runge wrote: > Hi, > > the subject says it all, I'm intending to retire Django-1.1 in > EPEL5. The last update has been released about two years ago, there > are at least two known security issues. > > Current Django is Django-1.5, and Django 1.4 is the oldest version > getting security fixes from upstream. > I'm in favor of retiring packages with known security issues. We're providing the Django14 package for people who can use that version, and I assume that a Django15 package is coming soon as well, Matthias? -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlFMRP4ACgkQeiVVYja6o6OCGgCgnP87ENHvcdweW2s1/xS/EZRX 0bQAn2O1D2FI59Hv8lnVL1sXCSSryp/A =nlhd -----END PGP SIGNATURE----- From updates at fedoraproject.org Fri Mar 22 15:06:15 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Fri, 22 Mar 2013 15:06:15 +0000 Subject: Fedora EPEL 6 updates-testing report Message-ID: <20130322150615.3ECA4211BA@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 6 Security updates need testing: Age URL 522 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2011-4701/supybot-gribble-0.83.4.1-10.el6 334 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5620/bugzilla-3.4.14-2.el6 256 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6348/bcfg2-1.2.3-1.el6 34 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0376/openconnect-4.08-1.el6 27 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0420/awstats-7.0-3.el6 27 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0423/nginx-1.0.15-4.el6 12 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0532/euca2ools-2.1.3-1.el6 12 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0568/mediawiki119-1.19.4-1.el6 10 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0622/firebird-2.5.2.26539.0-3.el6 9 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0632/privoxy-3.0.21-1.el6 9 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0634/openstack-keystone-2012.2.3-4.el6 5 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0686/mimetex-1.74-1.el6 3 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0707/darkserver-0.8.1-1.el6 3 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0698/darkserver-0.8.2-1.el6 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0741/drupal7-views-3.6-1.el6 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0720/puppet-2.6.18-2.el6 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0692/v8-3.14.5.8-1.el6 The following builds have been pushed to Fedora EPEL 6 updates-testing collectl-3.6.7-1.el6 erlang-webmachine-1.10.0-1.el6 ltspfs-1.1-7.el6 php-JsonSchema-1.3.1-1.el6 php-horde-Horde-Db-2.0.2-1.el6 php-horde-Horde-LoginTasks-2.0.2-4.el6 php-horde-Horde-Stream-Filter-2.0.1-4.el6 php-horde-Horde-Token-2.0.3-3.el6 python-q-1.1-1.el6 python-quantumclient-2.1-1.el6 v8-3.14.5.8-1.el6 Details about builds: ================================================================================ collectl-3.6.7-1.el6 (FEDORA-EPEL-2013-0751) A utility to collect various Linux performance data -------------------------------------------------------------------------------- Update Information: - update to upstream version 3.6.7 - upstream changelog at http://collectl.sourceforge.net/Releases.html -------------------------------------------------------------------------------- ChangeLog: * Fri Mar 22 2013 Dan Hor?k - 3.6.7-1 - upgrade to upstream version 3.6.7 -------------------------------------------------------------------------------- References: [ 1 ] Bug #924161 - collectl-3.6.7 is available https://bugzilla.redhat.com/show_bug.cgi?id=924161 -------------------------------------------------------------------------------- ================================================================================ erlang-webmachine-1.10.0-1.el6 (FEDORA-EPEL-2013-0756) A REST-based system for building web applications -------------------------------------------------------------------------------- Update Information: - Ver. 1.10.0 * Ver. 1.9.3 -------------------------------------------------------------------------------- ChangeLog: * Fri Mar 22 2013 Peter Lemenkov - 1.10.0-1 - Ver. 1.10.0 * Sun Mar 3 2013 Peter Lemenkov - 1.9.3-1 - Ver. 1.9.3 * Wed Feb 13 2013 Fedora Release Engineering - 1.9.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #921899 - erlang-webmachine-1.10.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=921899 [ 2 ] Bug #905352 - erlang-webmachine-1.9.3 is available https://bugzilla.redhat.com/show_bug.cgi?id=905352 -------------------------------------------------------------------------------- ================================================================================ ltspfs-1.1-7.el6 (FEDORA-EPEL-2013-0755) LTSP file system, daemon that runs on thin clients -------------------------------------------------------------------------------- Update Information: ltspfs 1.1 update, required by ltsp -------------------------------------------------------------------------------- ================================================================================ php-JsonSchema-1.3.1-1.el6 (FEDORA-EPEL-2013-0748) PHP implementation of JSON schema -------------------------------------------------------------------------------- Update Information: Update to version 1.3.1 * Support for date-time with timezone without ":" (also allowed by ISO8601) * Allowing use of / in patterns 1.3.0 to 1.3.1 change log: https://github.com/justinrainbow/json-schema/compare/1.3.0...1.3.1 -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 21 2013 Shawn Iwinski 1.3.1-1 - Updated to upstream version 1.3.1 -------------------------------------------------------------------------------- References: [ 1 ] Bug #923726 - php-JsonSchema-1.3.1 is available https://bugzilla.redhat.com/show_bug.cgi?id=923726 -------------------------------------------------------------------------------- ================================================================================ php-horde-Horde-Db-2.0.2-1.el6 (FEDORA-EPEL-2013-0749) Horde Database Libraries -------------------------------------------------------------------------------- Update Information: New Horde packages for EPEL -------------------------------------------------------------------------------- References: [ 1 ] Bug #785472 - Review Request: php-horde-Horde-Db - Horde Database Libraries https://bugzilla.redhat.com/show_bug.cgi?id=785472 [ 2 ] Bug #785469 - Review Request: php-horde-Horde-LoginTasks - Horde Login Tasks System https://bugzilla.redhat.com/show_bug.cgi?id=785469 [ 3 ] Bug #785452 - Review Request: php-horde-Horde-Stream-Filter - Horde Stream filters https://bugzilla.redhat.com/show_bug.cgi?id=785452 [ 4 ] Bug #785451 - Review Request: php-horde-Horde-Token - Horde Token API https://bugzilla.redhat.com/show_bug.cgi?id=785451 -------------------------------------------------------------------------------- ================================================================================ php-horde-Horde-LoginTasks-2.0.2-4.el6 (FEDORA-EPEL-2013-0749) Horde Login Tasks System -------------------------------------------------------------------------------- Update Information: New Horde packages for EPEL -------------------------------------------------------------------------------- References: [ 1 ] Bug #785472 - Review Request: php-horde-Horde-Db - Horde Database Libraries https://bugzilla.redhat.com/show_bug.cgi?id=785472 [ 2 ] Bug #785469 - Review Request: php-horde-Horde-LoginTasks - Horde Login Tasks System https://bugzilla.redhat.com/show_bug.cgi?id=785469 [ 3 ] Bug #785452 - Review Request: php-horde-Horde-Stream-Filter - Horde Stream filters https://bugzilla.redhat.com/show_bug.cgi?id=785452 [ 4 ] Bug #785451 - Review Request: php-horde-Horde-Token - Horde Token API https://bugzilla.redhat.com/show_bug.cgi?id=785451 -------------------------------------------------------------------------------- ================================================================================ php-horde-Horde-Stream-Filter-2.0.1-4.el6 (FEDORA-EPEL-2013-0749) Horde Stream filters -------------------------------------------------------------------------------- Update Information: New Horde packages for EPEL -------------------------------------------------------------------------------- References: [ 1 ] Bug #785472 - Review Request: php-horde-Horde-Db - Horde Database Libraries https://bugzilla.redhat.com/show_bug.cgi?id=785472 [ 2 ] Bug #785469 - Review Request: php-horde-Horde-LoginTasks - Horde Login Tasks System https://bugzilla.redhat.com/show_bug.cgi?id=785469 [ 3 ] Bug #785452 - Review Request: php-horde-Horde-Stream-Filter - Horde Stream filters https://bugzilla.redhat.com/show_bug.cgi?id=785452 [ 4 ] Bug #785451 - Review Request: php-horde-Horde-Token - Horde Token API https://bugzilla.redhat.com/show_bug.cgi?id=785451 -------------------------------------------------------------------------------- ================================================================================ php-horde-Horde-Token-2.0.3-3.el6 (FEDORA-EPEL-2013-0749) Horde Token API -------------------------------------------------------------------------------- Update Information: New Horde packages for EPEL -------------------------------------------------------------------------------- References: [ 1 ] Bug #785472 - Review Request: php-horde-Horde-Db - Horde Database Libraries https://bugzilla.redhat.com/show_bug.cgi?id=785472 [ 2 ] Bug #785469 - Review Request: php-horde-Horde-LoginTasks - Horde Login Tasks System https://bugzilla.redhat.com/show_bug.cgi?id=785469 [ 3 ] Bug #785452 - Review Request: php-horde-Horde-Stream-Filter - Horde Stream filters https://bugzilla.redhat.com/show_bug.cgi?id=785452 [ 4 ] Bug #785451 - Review Request: php-horde-Horde-Token - Horde Token API https://bugzilla.redhat.com/show_bug.cgi?id=785451 -------------------------------------------------------------------------------- ================================================================================ python-q-1.1-1.el6 (FEDORA-EPEL-2013-0747) Quick and dirty python debugging output -------------------------------------------------------------------------------- Update Information: First build of a python module that does quick and dirty logging for late night debugging sessions. -------------------------------------------------------------------------------- References: [ 1 ] Bug #923470 - Review Request: python-q - Quick and dirty python debugging output https://bugzilla.redhat.com/show_bug.cgi?id=923470 -------------------------------------------------------------------------------- ================================================================================ python-quantumclient-2.1-1.el6 (FEDORA-EPEL-2013-0752) Python API and CLI for OpenStack Quantum -------------------------------------------------------------------------------- Update Information: Changelog: - Update to 2.1 (versioning change). - Use pypi sources instead of tarballs.openstack.org. - Bump epoch to to reflect the versioning change. - Remove required cliff version change in pip-requires as 1.3 is now available. - Update requirements to match pip-requires. - Fix description. -------------------------------------------------------------------------------- ================================================================================ v8-3.14.5.8-1.el6 (FEDORA-EPEL-2013-0692) JavaScript Engine -------------------------------------------------------------------------------- Update Information: This update adds support for Node.js 0.10.0 and fixes several security flaws. -------------------------------------------------------------------------------- ChangeLog: * Fri Mar 22 2013 T.C. Hollingsworth - 1:3.14.5.8-1 - new upstream release 3.14.5.8 - backport security fix for remote DoS via crafted javascript (RHBZ#924495; CVE-2013-2632) * Mon Mar 11 2013 Stephen Gallagher - 1:3.14.5.7-3 - Update to v8 3.14.5.7 for Node.js 0.10.0 * Sat Jan 26 2013 T.C. Hollingsworth - 1:3.13.7.5-2 - rebuild for icu-50 - ignore new GCC 4.8 warning -------------------------------------------------------------------------------- References: [ 1 ] Bug #924495 - CVE-2013-2632 v8: remote DoS via crafted javascript https://bugzilla.redhat.com/show_bug.cgi?id=924495 -------------------------------------------------------------------------------- From updates at fedoraproject.org Fri Mar 22 15:06:17 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Fri, 22 Mar 2013 15:06:17 +0000 Subject: Fedora EPEL 5 updates-testing report Message-ID: <20130322150617.40FFB211BA@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 5 Security updates need testing: Age URL 334 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5630/bugzilla-3.2.10-5.el5 229 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6608/Django-1.1.4-2.el5 34 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0366/openconnect-4.08-1.el5 27 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0425/nginx-0.8.55-3.el5 12 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0518/euca2ools-2.1.3-1.el5 10 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0609/php-Smarty-2.6.27-1.el5 10 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0598/firebird-2.1.5.18496.0-4.el5 5 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0683/mimetex-1.74-1.el5 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0711/git-1.8.1.4-2.el5 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0728/puppet-2.6.18-2.el5 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0734/drupal7-views-3.6-1.el5 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0754/boost141-1.41.0-4.el5 The following builds have been pushed to Fedora EPEL 5 updates-testing boost141-1.41.0-4.el5 collectl-3.6.7-1.el5 thunderbird-lightning-1.9.1-1.el5 Details about builds: ================================================================================ boost141-1.41.0-4.el5 (FEDORA-EPEL-2013-0754) The free peer-reviewed portable C++ source libraries -------------------------------------------------------------------------------- Update Information: - Add explicitly the missing runtime dependencies between some boost subpackages (backported from boost-1.41.0-15) - Do not overflow allocated chunk size in Boost.Pool (backported from boost-1.41.0-15, resolves: #828860 and CVE-2012-2677) -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 21 2013 Robert Scheck 1.41.0-4 - Add explicitly the missing runtime dependencies between some boost subpackages (backported from boost-1.41.0-15) - Do not overflow allocated chunk size in Boost.Pool (backported from boost-1.41.0-15, resolves: #828860 and CVE-2012-2677) -------------------------------------------------------------------------------- References: [ 1 ] Bug #828856 - CVE-2012-2677 boost: ordered_malloc() overflow https://bugzilla.redhat.com/show_bug.cgi?id=828856 -------------------------------------------------------------------------------- ================================================================================ collectl-3.6.7-1.el5 (FEDORA-EPEL-2013-0750) A utility to collect various Linux performance data -------------------------------------------------------------------------------- Update Information: - update to upstream version 3.6.7 - upstream changelog at http://collectl.sourceforge.net/Releases.html -------------------------------------------------------------------------------- ChangeLog: * Fri Mar 22 2013 Dan Hor?k - 3.6.7-1 - upgrade to upstream version 3.6.7 -------------------------------------------------------------------------------- References: [ 1 ] Bug #924161 - collectl-3.6.7 is available https://bugzilla.redhat.com/show_bug.cgi?id=924161 -------------------------------------------------------------------------------- ================================================================================ thunderbird-lightning-1.9.1-1.el5 (FEDORA-EPEL-2013-0753) The calendar extension to Thunderbird -------------------------------------------------------------------------------- Update Information: - Update to 1.9.1 for TB 17 - Add patch to fix alarm handling after suspend (bug #910976) -------------------------------------------------------------------------------- ChangeLog: * Tue Mar 19 2013 Orion Poplawski - 1.9.1-1 - Update to 1.9.1 - Add patch to fix alarm handling after suspend (bug #910976) - ExcludeArch ppc for now * Tue Nov 20 2012 Jan Horak - 1.9-1 - Update to 1.9 - Bump required TB version - Drop gcc47 patch - Add patches from EL5 thunderbird srpm -------------------------------------------------------------------------------- From updates at fedoraproject.org Sat Mar 23 18:19:03 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Sat, 23 Mar 2013 18:19:03 +0000 Subject: Fedora EPEL 6 updates-testing report Message-ID: <20130323181903.68A4421279@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 6 Security updates need testing: Age URL 523 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2011-4701/supybot-gribble-0.83.4.1-10.el6 335 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5620/bugzilla-3.4.14-2.el6 258 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6348/bcfg2-1.2.3-1.el6 35 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0376/openconnect-4.08-1.el6 28 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0420/awstats-7.0-3.el6 28 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0423/nginx-1.0.15-4.el6 13 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0532/euca2ools-2.1.3-1.el6 13 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0568/mediawiki119-1.19.4-1.el6 11 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0622/firebird-2.5.2.26539.0-3.el6 11 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0632/privoxy-3.0.21-1.el6 11 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0634/openstack-keystone-2012.2.3-4.el6 7 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0686/mimetex-1.74-1.el6 4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0707/darkserver-0.8.1-1.el6 4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0698/darkserver-0.8.2-1.el6 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0741/drupal7-views-3.6-1.el6 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0720/puppet-2.6.18-2.el6 1 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0692/v8-3.14.5.8-1.el6 The following builds have been pushed to Fedora EPEL 6 updates-testing drupal6-context_menu_block-3.0-2.el6 drupal6-emfield-2.6-1.el6 drupal6-faq-1.13-6.el6 drupal6-flag-1.3-3.el6 drupal6-freelinking-3.2-2.el6 drupal6-geshifilter-1.5-3.el6 drupal6-image_resize_filter-1.13-3.el6 drupal6-imageapi-1.10-3.el6 drupal6-imagecache-2.0-5.rc1.el6 drupal6-imagefield-3.10-3.el6 drupal6-insert-1.2-2.el6 drupal6-link-2.10-1.el6 drupal6-markdown-1.3-1.el6 drupal6-media_vimeo-1.1-3.el6 drupal6-media_youku-1.0-3.el6 netcdf-4.1.1-3.el6.3 php-horde-Horde-Text-Filter-2.1.0-1.el6 pwauth-2.3.10-4.el6 salt-0.13.3-1.el6 salt-cloud-0.8.5-1.el6 virtuoso-opensource-6.1.6-1.el6 Details about builds: ================================================================================ drupal6-context_menu_block-3.0-2.el6 (FEDORA-EPEL-2013-0761) Context Menu Block module for Drupal6A -------------------------------------------------------------------------------- Update Information: Here is where you give an explanation of your update. -------------------------------------------------------------------------------- References: [ 1 ] Bug #828444 - Review Request: drupal6-context_menu_block - Context Menu Block Module for Drupal6 https://bugzilla.redhat.com/show_bug.cgi?id=828444 -------------------------------------------------------------------------------- ================================================================================ drupal6-emfield-2.6-1.el6 (FEDORA-EPEL-2013-0780) An engine for modules to integrate various 3rd party media content providers -------------------------------------------------------------------------------- Update Information: Updated to version 2.6 * Issue #1050792: Scrollbars in the frame box by dgsiegel, esod: Scrollbars in the frame box. * Issue #289432: Views integration for Title & Description by AndyThornton: Views integration for Title & Description. * Issue #973142: Change size of an embedded inline media by aaron: Allow user-specified display changes to eminline. * Issue #398400: Error on installing: array_merge() [function.array-merge]: Argument #2 is not an array by Qubical, Sk8erPeter: Fix Error on installing: array_merge() [function.array-merge]: Argument #2 is not an array. * Issue #802606: AJAX for upload button doesn't work by aaron: Add ajax callback. * Issue #943488: Form input lost when uploading a thumbnail by aaron: Fix emthumb upload with submit. Release notes: http://drupal.org/node/1846154 -------------------------------------------------------------------------------- ChangeLog: * Fri Mar 22 2013 Shawn Iwinski - 2.6-1 - Updated to 2.6 - Spec cleanup * Wed Feb 13 2013 Fedora Release Engineering - 2.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #916521 - drupal6-emfield-2.6 is available https://bugzilla.redhat.com/show_bug.cgi?id=916521 -------------------------------------------------------------------------------- ================================================================================ drupal6-faq-1.13-6.el6 (FEDORA-EPEL-2013-0772) FAQ Module for Drupal6 -------------------------------------------------------------------------------- Update Information: Here is where you give an explanation of your update. -------------------------------------------------------------------------------- References: [ 1 ] Bug #828849 - Review Request: drupal6-faq - FAQ Module for Drupal6 https://bugzilla.redhat.com/show_bug.cgi?id=828849 -------------------------------------------------------------------------------- ================================================================================ drupal6-flag-1.3-3.el6 (FEDORA-EPEL-2013-0768) Flag module for Drupal6 -------------------------------------------------------------------------------- Update Information: Here is where you give an explanation of your update. -------------------------------------------------------------------------------- References: [ 1 ] Bug #829030 - Review Request: drupal6-flag - Flag module for Drupal6 https://bugzilla.redhat.com/show_bug.cgi?id=829030 -------------------------------------------------------------------------------- ================================================================================ drupal6-freelinking-3.2-2.el6 (FEDORA-EPEL-2013-0758) Freelinking Module for Drupal6 -------------------------------------------------------------------------------- Update Information: Here is where you give an explanation of your update. -------------------------------------------------------------------------------- References: [ 1 ] Bug #829038 - Review Request: drupal6-freelinking - Freelinking module for Drupal6 https://bugzilla.redhat.com/show_bug.cgi?id=829038 -------------------------------------------------------------------------------- ================================================================================ drupal6-geshifilter-1.5-3.el6 (FEDORA-EPEL-2013-0764) GeSHi filter for syntax highlighting -------------------------------------------------------------------------------- Update Information: Updated to version 1.5 * avoid error message on first usage after setting path to geshi lib * Issue #1900484: Changing start number does not avoid cached copy of previously syled code content: Changing start number does not avoid cached copy of previously syled code content * Fixed XSS issue with GeSHi field description (No Security Advisory necessary because exploit requires "Administer content types" permissions (per http://drupal.org/security-advisory-policy) Release notes: http://drupal.org/node/1946372 -------------------------------------------------------------------------------- ChangeLog: * Fri Mar 22 2013 Shawn Iwinski - 1.5-3 - Added drupal6-cck require * Fri Mar 22 2013 Shawn Iwinski - 1.5-2 - Removed EPEL 5 specifics since this pkg is not built for EL 5 * Fri Mar 22 2013 Shawn Iwinski - 1.5-1 - Updated to 1.5 - Spec cleanup * Wed Feb 13 2013 Fedora Release Engineering - 1.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Jul 18 2012 Fedora Release Engineering - 1.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #923685 - drupal6-geshifilter-1.5 is available https://bugzilla.redhat.com/show_bug.cgi?id=923685 -------------------------------------------------------------------------------- ================================================================================ drupal6-image_resize_filter-1.13-3.el6 (FEDORA-EPEL-2013-0765) Image Resize Filter Module for Drupal6 -------------------------------------------------------------------------------- Update Information: Here is where you give an explanation of your update. -------------------------------------------------------------------------------- References: [ 1 ] Bug #829733 - Review Request: drupal6-image_resize_filter - Image Resize Filter module for Drupal6 https://bugzilla.redhat.com/show_bug.cgi?id=829733 -------------------------------------------------------------------------------- ================================================================================ drupal6-imageapi-1.10-3.el6 (FEDORA-EPEL-2013-0757) Image API Module for Drupal6 -------------------------------------------------------------------------------- Update Information: Here is where you give an explanation of your update. -------------------------------------------------------------------------------- References: [ 1 ] Bug #829067 - Review Request: drupal6-imageapi - Image API Module for Drupal6 https://bugzilla.redhat.com/show_bug.cgi?id=829067 -------------------------------------------------------------------------------- ================================================================================ drupal6-imagecache-2.0-5.rc1.el6 (FEDORA-EPEL-2013-0771) Image Cache Module for Drupal6 -------------------------------------------------------------------------------- Update Information: Here is where you give an explanation of your update. -------------------------------------------------------------------------------- References: [ 1 ] Bug #829714 - Review Request: drupal6-imagecache - Image Cache module for drupal6 https://bugzilla.redhat.com/show_bug.cgi?id=829714 -------------------------------------------------------------------------------- ================================================================================ drupal6-imagefield-3.10-3.el6 (FEDORA-EPEL-2013-0766) Image Field Module for Drupal 6 -------------------------------------------------------------------------------- Update Information: Here is where you give an explanation of your update. -------------------------------------------------------------------------------- References: [ 1 ] Bug #829730 - Review Request: drupal6-imagefield - Image Field Module for Drupal6 https://bugzilla.redhat.com/show_bug.cgi?id=829730 -------------------------------------------------------------------------------- ================================================================================ drupal6-insert-1.2-2.el6 (FEDORA-EPEL-2013-0770) Insert module for Drupal6 -------------------------------------------------------------------------------- Update Information: Here is where you give an explanation of your update. -------------------------------------------------------------------------------- References: [ 1 ] Bug #829750 - Review Request: drupal6-insert - Insert module for Drupal6 https://bugzilla.redhat.com/show_bug.cgi?id=829750 -------------------------------------------------------------------------------- ================================================================================ drupal6-link-2.10-1.el6 (FEDORA-EPEL-2013-0779) Link Module for Drupal6 -------------------------------------------------------------------------------- Update Information: Here is where you give an explanation of your update. -------------------------------------------------------------------------------- References: [ 1 ] Bug #829763 - Review Request: drupal6-link - Link module for Drupal6 https://bugzilla.redhat.com/show_bug.cgi?id=829763 -------------------------------------------------------------------------------- ================================================================================ drupal6-markdown-1.3-1.el6 (FEDORA-EPEL-2013-0774) Markdown Module for Drupal6 -------------------------------------------------------------------------------- Update Information: Here is where you give an explanation of your update. -------------------------------------------------------------------------------- References: [ 1 ] Bug #829775 - Review Request: drupal6-markdown - Markdown modules for drupal6 https://bugzilla.redhat.com/show_bug.cgi?id=829775 -------------------------------------------------------------------------------- ================================================================================ drupal6-media_vimeo-1.1-3.el6 (FEDORA-EPEL-2013-0776) Vimeo Video Module for Drupal6 -------------------------------------------------------------------------------- Update Information: Here is where you give an explanation of your update. -------------------------------------------------------------------------------- References: [ 1 ] Bug #828998 - Review Request: drupal6-media_vimeo - Vimeo Video Module for Drupal6 https://bugzilla.redhat.com/show_bug.cgi?id=828998 -------------------------------------------------------------------------------- ================================================================================ drupal6-media_youku-1.0-3.el6 (FEDORA-EPEL-2013-0778) Youku Video Module for Drupal6 -------------------------------------------------------------------------------- Update Information: Here is where you give an explanation of your update. -------------------------------------------------------------------------------- References: [ 1 ] Bug #829021 - Review Request: drupal6-media_youku - Youku Video Module for Drupal6 https://bugzilla.redhat.com/show_bug.cgi?id=829021 -------------------------------------------------------------------------------- ================================================================================ netcdf-4.1.1-3.el6.3 (FEDORA-EPEL-2013-0759) Libraries for the Unidata network Common Data Form -------------------------------------------------------------------------------- Update Information: Fix namespace conflict with ncurses (bug #924467) -------------------------------------------------------------------------------- ChangeLog: * Fri Mar 22 2013 Orion Poplawski - 4.1.1-3.3 - Add patch to fix namespace conflict with ncurses (bug #924467) - Add BR on bison due to patching dap.y -------------------------------------------------------------------------------- References: [ 1 ] Bug #924467 - octcdf makes octave crash when an opendap url is opened (with work around) https://bugzilla.redhat.com/show_bug.cgi?id=924467 -------------------------------------------------------------------------------- ================================================================================ php-horde-Horde-Text-Filter-2.1.0-1.el6 (FEDORA-EPEL-2013-0762) Horde Text Filter API -------------------------------------------------------------------------------- Update Information: Common methods for fitering and converting text. -------------------------------------------------------------------------------- References: [ 1 ] Bug #908389 - Review Request: php-horde-Horde-Text-Filter - Horde Text Filter API https://bugzilla.redhat.com/show_bug.cgi?id=908389 -------------------------------------------------------------------------------- ================================================================================ pwauth-2.3.10-4.el6 (FEDORA-EPEL-2013-0760) External plugin for mod_authnz_external authenticator -------------------------------------------------------------------------------- Update Information: Added 'unixgroup' to package; cleaned up file attribute warnings from rpmlint. -------------------------------------------------------------------------------- ChangeLog: * Fri Mar 22 2013 Philip Prindeville 2.3.10-4 - Fix for bz#924881 * Thu Feb 14 2013 Fedora Release Engineering - 2.3.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering - 2.3.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #924881 - Install unixgroup from pwauth for group based auth https://bugzilla.redhat.com/show_bug.cgi?id=924881 -------------------------------------------------------------------------------- ================================================================================ salt-0.13.3-1.el6 (FEDORA-EPEL-2013-0775) A parallel remote execution system -------------------------------------------------------------------------------- Update Information: Update to upstream patch release 0.13.3 Update to upstream patch release 0.13.2 -------------------------------------------------------------------------------- ChangeLog: * Fri Mar 22 2013 Clint Savage - 0.13.3-1 - Update to upstream patch release 0.13.3 * Wed Mar 13 2013 Clint Savage - 0.13.2-1 - Update to upstream patch release 0.13.2 -------------------------------------------------------------------------------- ================================================================================ salt-cloud-0.8.5-1.el6 (FEDORA-EPEL-2013-0773) Generic cloud provisioning tool -------------------------------------------------------------------------------- Update Information: Initial rpm release 0.8.5 -------------------------------------------------------------------------------- References: [ 1 ] Bug #917162 - Review Request: salt-cloud - Generic cloud provisioning tool https://bugzilla.redhat.com/show_bug.cgi?id=917162 -------------------------------------------------------------------------------- ================================================================================ virtuoso-opensource-6.1.6-1.el6 (FEDORA-EPEL-2013-0767) A high-performance object-relational SQL database -------------------------------------------------------------------------------- Update Information: New stable bugfix release, see also: http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/#2012-08-02: New VOS 6.1.6 Release -------------------------------------------------------------------------------- ChangeLog: * Thu Aug 2 2012 Rex Dieter 1:6.1.6-1 - 6.1.6 * Tue Jul 24 2012 Rex Dieter - 1:6.1.6-0.1.rc2 - 6.1.6-rc2 (20120724) snapshot * Sun Jul 22 2012 Fedora Release Engineering - 1:6.1.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue Jul 17 2012 Rex Dieter - 1:6.1.5-3 - BR: net-tools readline-devel - update URL * Mon Mar 19 2012 Rex Dieter 1:6.1.5-2 - tarball respin * Fri Mar 16 2012 Rex Dieter 1:6.1.5-1 - 6.1.5 * Wed Jan 18 2012 Rex Dieter 1:6.1.4-4 - make proper optimized build - -utils: include both normal and iodbc variants - -utils: include -vt symlinks for compatiblity with opensuse packaging * Sat Jan 14 2012 Fedora Release Engineering - 1:6.1.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Wed Nov 2 2011 Rex Dieter 6.1.4-2 - --disable-all-vads on ppc/ppc64 to workaround FTBFS (#725347) * Tue Nov 1 2011 Rex Dieter 6.1.4-1 - 6.1.4 * Tue Oct 11 2011 Rex Dieter 6.1.3-3 - gawk4 patch (#744189) * Tue Oct 11 2011 Rex Dieter 6.1.3-2.1 - respin, enable 'make check' * Wed Sep 14 2011 Rex Dieter 6.1.3-2 - upstream patch to fix encoding errors (#728857, kde#271664) * Fri Jul 8 2011 Rex Dieter 6.1.3-1 - 6.1.3 (final) - epoch++ (to allow upgrade from f15's 1:6.1.2-3) * Mon Feb 7 2011 Fedora Release Engineering - 6.1.3-0.3.rc3.20110105 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild -------------------------------------------------------------------------------- From updates at fedoraproject.org Sat Mar 23 18:19:05 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Sat, 23 Mar 2013 18:19:05 +0000 Subject: Fedora EPEL 5 updates-testing report Message-ID: <20130323181905.683C7212A1@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 5 Security updates need testing: Age URL 335 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5630/bugzilla-3.2.10-5.el5 230 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6608/Django-1.1.4-2.el5 35 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0366/openconnect-4.08-1.el5 28 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0425/nginx-0.8.55-3.el5 13 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0518/euca2ools-2.1.3-1.el5 11 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0609/php-Smarty-2.6.27-1.el5 11 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0598/firebird-2.1.5.18496.0-4.el5 7 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0683/mimetex-1.74-1.el5 3 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0711/git-1.8.1.4-2.el5 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0728/puppet-2.6.18-2.el5 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0734/drupal7-views-3.6-1.el5 1 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0754/boost141-1.41.0-4.el5 The following builds have been pushed to Fedora EPEL 5 updates-testing pdns-recursor-3.3-1.el5 salt-0.13.3-1.el5 salt-cloud-0.8.5-1.el5 Details about builds: ================================================================================ pdns-recursor-3.3-1.el5 (FEDORA-EPEL-2013-0769) Modern, advanced and high performance recursing/non authoritative name server -------------------------------------------------------------------------------- Update Information: - Update to 3.3 -------------------------------------------------------------------------------- ChangeLog: * Fri Mar 22 2013 Morten Stevens - 3.3-1 - Update to 3.3 - Fix for bz#719457 - Fix bogus date in changelog - Some rpmlint fixes - Rebuild for Boost 1.41 -------------------------------------------------------------------------------- References: [ 1 ] Bug #719457 - pdns-recursor < 3.3 dangerously broken packetcache https://bugzilla.redhat.com/show_bug.cgi?id=719457 -------------------------------------------------------------------------------- ================================================================================ salt-0.13.3-1.el5 (FEDORA-EPEL-2013-0777) A parallel remote execution system -------------------------------------------------------------------------------- Update Information: Update to upstream patch release 0.13.3 Update to upstream patch release 0.13.2 -------------------------------------------------------------------------------- ChangeLog: * Fri Mar 22 2013 Clint Savage - 0.13.3-1 - Update to upstream patch release 0.13.3 * Wed Mar 13 2013 Clint Savage - 0.13.2-1 - Update to upstream patch release 0.13.2 -------------------------------------------------------------------------------- ================================================================================ salt-cloud-0.8.5-1.el5 (FEDORA-EPEL-2013-0763) Generic cloud provisioning tool -------------------------------------------------------------------------------- Update Information: Initial rpm release 0.8.5 -------------------------------------------------------------------------------- References: [ 1 ] Bug #917162 - Review Request: salt-cloud - Generic cloud provisioning tool https://bugzilla.redhat.com/show_bug.cgi?id=917162 -------------------------------------------------------------------------------- From updates at fedoraproject.org Sun Mar 24 18:06:04 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Sun, 24 Mar 2013 18:06:04 +0000 Subject: Fedora EPEL 6 updates-testing report Message-ID: <20130324180604.33F5E20EB0@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 6 Security updates need testing: Age URL 524 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2011-4701/supybot-gribble-0.83.4.1-10.el6 336 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5620/bugzilla-3.4.14-2.el6 259 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6348/bcfg2-1.2.3-1.el6 36 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0376/openconnect-4.08-1.el6 29 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0420/awstats-7.0-3.el6 29 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0423/nginx-1.0.15-4.el6 14 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0532/euca2ools-2.1.3-1.el6 14 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0568/mediawiki119-1.19.4-1.el6 12 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0622/firebird-2.5.2.26539.0-3.el6 12 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0632/privoxy-3.0.21-1.el6 12 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0634/openstack-keystone-2012.2.3-4.el6 7 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0686/mimetex-1.74-1.el6 5 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0707/darkserver-0.8.1-1.el6 5 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0698/darkserver-0.8.2-1.el6 3 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0741/drupal7-views-3.6-1.el6 3 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0720/puppet-2.6.18-2.el6 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0692/v8-3.14.5.8-1.el6 The following builds have been pushed to Fedora EPEL 6 updates-testing drupal6-emfield-2.6-2.el6 drupal6-geshifilter-1.5-4.el6 drupal7-votingapi-2.11-0.el6 libvmime-0.9.2-0.6.20130320git.el6 ltsp-5.4.5-9.el6 php-horde-Horde-Mail-2.0.4-1.el6 php-horde-Horde-Template-2.0.1-3.el6 salt-0.14.0-1.el6 xchm-1.22-1.el6 Details about builds: ================================================================================ drupal6-emfield-2.6-2.el6 (FEDORA-EPEL-2013-0792) An engine for modules to integrate various 3rd party media content providers -------------------------------------------------------------------------------- Update Information: Updated to version 2.6 * Issue #1050792: Scrollbars in the frame box by dgsiegel, esod: Scrollbars in the frame box. * Issue #289432: Views integration for Title & Description by AndyThornton: Views integration for Title & Description. * Issue #973142: Change size of an embedded inline media by aaron: Allow user-specified display changes to eminline. * Issue #398400: Error on installing: array_merge() [function.array-merge]: Argument #2 is not an array by Qubical, Sk8erPeter: Fix Error on installing: array_merge() [function.array-merge]: Argument #2 is not an array. * Issue #802606: AJAX for upload button doesn't work by aaron: Add ajax callback. * Issue #943488: Form input lost when uploading a thumbnail by aaron: Fix emthumb upload with submit. Release notes: http://drupal.org/node/1846154 -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 24 2013 Shawn Iwinski - 2.6-2 - Added virtual provides - Re-added EPEL 5 specifics * Fri Mar 22 2013 Shawn Iwinski - 2.6-1 - Updated to 2.6 - Spec cleanup * Wed Feb 13 2013 Fedora Release Engineering - 2.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #916521 - drupal6-emfield-2.6 is available https://bugzilla.redhat.com/show_bug.cgi?id=916521 -------------------------------------------------------------------------------- ================================================================================ drupal6-geshifilter-1.5-4.el6 (FEDORA-EPEL-2013-0788) GeSHi filter for syntax highlighting -------------------------------------------------------------------------------- Update Information: Updated to version 1.5 * Avoid error message on first usage after setting path to geshi lib * Issue #1900484: Changing start number does not avoid cached copy of previously syled code content * Fixed XSS issue with GeSHi field description (No Security Advisory necessary because exploit requires "Administer content types" permissions (per http://drupal.org/security-advisory-policy) Release notes: http://drupal.org/node/1946372 -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 24 2013 Shawn Iwinski - 1.5-4 - Added virtual provides - Re-added EPEL 5 specifics * Fri Mar 22 2013 Shawn Iwinski - 1.5-3 - Added drupal6-cck require * Fri Mar 22 2013 Shawn Iwinski - 1.5-2 - Removed EPEL 5 specifics since this pkg is not built for EL 5 * Fri Mar 22 2013 Shawn Iwinski - 1.5-1 - Updated to 1.5 - Spec cleanup * Wed Feb 13 2013 Fedora Release Engineering - 1.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Jul 18 2012 Fedora Release Engineering - 1.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #923685 - drupal6-geshifilter-1.5 is available https://bugzilla.redhat.com/show_bug.cgi?id=923685 -------------------------------------------------------------------------------- ================================================================================ drupal7-votingapi-2.11-0.el6 (FEDORA-EPEL-2013-0791) Drupal Standardized API and schema for storing, retrieving, and tabulating votes -------------------------------------------------------------------------------- Update Information: Update to 2.11 -------------------------------------------------------------------------------- ChangeLog: * Sat Mar 23 2013 Scott Dodson - 2.11-0 - Update to 2.11 * Wed Feb 13 2013 Fedora Release Engineering - 2.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #926014 - drupal7-votingapi-2.11 is available https://bugzilla.redhat.com/show_bug.cgi?id=926014 -------------------------------------------------------------------------------- ================================================================================ libvmime-0.9.2-0.6.20130320git.el6 (FEDORA-EPEL-2013-0789) Powerful library for MIME messages and Internet messaging services -------------------------------------------------------------------------------- Update Information: Upgrade to GIT 20130320 -------------------------------------------------------------------------------- ChangeLog: * Sat Mar 23 2013 Robert Scheck 0.9.2-0.6.20130320git - Upgrade to GIT 20130320 to fix building with latest GnuTLS (#914155) * Thu Feb 14 2013 Fedora Release Engineering - 0.9.2-0.5.20110626svn - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Thu Jul 19 2012 Fedora Release Engineering - 0.9.2-0.4.20110626svn - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue Feb 28 2012 Fedora Release Engineering - 0.9.2-0.3.20110626svn - Rebuilt for c++ ABI breakage * Fri Jan 13 2012 Fedora Release Engineering - 0.9.2-0.2.20110626svn - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ ltsp-5.4.5-9.el6 (FEDORA-EPEL-2013-0787) Linux Terminal Server Project Server and Client -------------------------------------------------------------------------------- Update Information: Fixed issue with ltsp-build-client plugins, added rpm.README file, other enhancements. Prep for fc18 build Update to 5.4.5, New overlay unionfs, Uses mock to build chroot -------------------------------------------------------------------------------- ================================================================================ php-horde-Horde-Mail-2.0.4-1.el6 (FEDORA-EPEL-2013-0785) Horde Mail Library -------------------------------------------------------------------------------- Update Information: Initial version of new Horde packages -------------------------------------------------------------------------------- References: [ 1 ] Bug #785453 - Review Request: php-horde-Horde-Mail - Horde Mail Library https://bugzilla.redhat.com/show_bug.cgi?id=785453 [ 2 ] Bug #785484 - Review Request: php-horde-Horde-Template - Horde Template System https://bugzilla.redhat.com/show_bug.cgi?id=785484 [ 3 ] Bug #785494 - Review Request: php-horde-Horde-Compress - Horde Compression API https://bugzilla.redhat.com/show_bug.cgi?id=785494 [ 4 ] Bug #785492 - Review Request: php-horde-Horde-Controller - Horde Controller libraries https://bugzilla.redhat.com/show_bug.cgi?id=785492 -------------------------------------------------------------------------------- ================================================================================ php-horde-Horde-Template-2.0.1-3.el6 (FEDORA-EPEL-2013-0785) Horde Template System -------------------------------------------------------------------------------- Update Information: Initial version of new Horde packages -------------------------------------------------------------------------------- References: [ 1 ] Bug #785453 - Review Request: php-horde-Horde-Mail - Horde Mail Library https://bugzilla.redhat.com/show_bug.cgi?id=785453 [ 2 ] Bug #785484 - Review Request: php-horde-Horde-Template - Horde Template System https://bugzilla.redhat.com/show_bug.cgi?id=785484 [ 3 ] Bug #785494 - Review Request: php-horde-Horde-Compress - Horde Compression API https://bugzilla.redhat.com/show_bug.cgi?id=785494 [ 4 ] Bug #785492 - Review Request: php-horde-Horde-Controller - Horde Controller libraries https://bugzilla.redhat.com/show_bug.cgi?id=785492 -------------------------------------------------------------------------------- ================================================================================ salt-0.14.0-1.el6 (FEDORA-EPEL-2013-0782) A parallel remote execution system -------------------------------------------------------------------------------- Update Information: update to 0.14.0 Update to upstream patch release 0.13.3 Update to upstream patch release 0.13.2 -------------------------------------------------------------------------------- ChangeLog: * Sat Mar 23 2013 Clint Savage - 0.14.0-1 - Update to upstream feature release 0.14.0 * Fri Mar 22 2013 Clint Savage - 0.13.3-1 - Update to upstream patch release 0.13.3 * Wed Mar 13 2013 Clint Savage - 0.13.2-1 - Update to upstream patch release 0.13.2 -------------------------------------------------------------------------------- ================================================================================ xchm-1.22-1.el6 (FEDORA-EPEL-2013-0793) A GUI front-end to CHMlib -------------------------------------------------------------------------------- Update Information: New upstream version. -------------------------------------------------------------------------------- ChangeLog: * Sat Mar 23 2013 manuel "lonely wolf" wolfshant - 1.22-1 - New upstream version - Use newer autoconf in order to support ARM64 * Sun Feb 10 2013 Parag Nemade - 1.21-2 - Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077 -------------------------------------------------------------------------------- References: [ 1 ] Bug #926759 - xchm: Does not support aarch64 in f19 and rawhide https://bugzilla.redhat.com/show_bug.cgi?id=926759 -------------------------------------------------------------------------------- From updates at fedoraproject.org Sun Mar 24 18:06:07 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Sun, 24 Mar 2013 18:06:07 +0000 Subject: Fedora EPEL 5 updates-testing report Message-ID: <20130324180607.4185420EB0@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 5 Security updates need testing: Age URL 336 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5630/bugzilla-3.2.10-5.el5 231 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6608/Django-1.1.4-2.el5 36 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0366/openconnect-4.08-1.el5 29 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0425/nginx-0.8.55-3.el5 14 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0518/euca2ools-2.1.3-1.el5 12 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0609/php-Smarty-2.6.27-1.el5 12 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0598/firebird-2.1.5.18496.0-4.el5 7 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0683/mimetex-1.74-1.el5 4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0711/git-1.8.1.4-2.el5 3 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0728/puppet-2.6.18-2.el5 3 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0734/drupal7-views-3.6-1.el5 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0754/boost141-1.41.0-4.el5 The following builds have been pushed to Fedora EPEL 5 updates-testing drupal6-emfield-2.6-2.el5 drupal6-geshifilter-1.5-4.el5 drupal7-votingapi-2.11-0.el5 libvmime-0.9.2-0.6.20130320git.el5 salt-0.14.0-1.el5 xchm-1.22-1.el5 Details about builds: ================================================================================ drupal6-emfield-2.6-2.el5 (FEDORA-EPEL-2013-0790) An engine for modules to integrate various 3rd party media content providers -------------------------------------------------------------------------------- Update Information: Updated to version 2.6 * Issue #1050792: Scrollbars in the frame box by dgsiegel, esod: Scrollbars in the frame box. * Issue #289432: Views integration for Title & Description by AndyThornton: Views integration for Title & Description. * Issue #973142: Change size of an embedded inline media by aaron: Allow user-specified display changes to eminline. * Issue #398400: Error on installing: array_merge() [function.array-merge]: Argument #2 is not an array by Qubical, Sk8erPeter: Fix Error on installing: array_merge() [function.array-merge]: Argument #2 is not an array. * Issue #802606: AJAX for upload button doesn't work by aaron: Add ajax callback. * Issue #943488: Form input lost when uploading a thumbnail by aaron: Fix emthumb upload with submit. Release notes: http://drupal.org/node/1846154 -------------------------------------------------------------------------------- References: [ 1 ] Bug #916521 - drupal6-emfield-2.6 is available https://bugzilla.redhat.com/show_bug.cgi?id=916521 -------------------------------------------------------------------------------- ================================================================================ drupal6-geshifilter-1.5-4.el5 (FEDORA-EPEL-2013-0781) GeSHi filter for syntax highlighting -------------------------------------------------------------------------------- Update Information: Updated to version 1.5 * Avoid error message on first usage after setting path to geshi lib * Issue #1900484: Changing start number does not avoid cached copy of previously syled code content * Fixed XSS issue with GeSHi field description (No Security Advisory necessary because exploit requires "Administer content types" permissions (per http://drupal.org/security-advisory-policy) Release notes: http://drupal.org/node/1946372 -------------------------------------------------------------------------------- References: [ 1 ] Bug #923685 - drupal6-geshifilter-1.5 is available https://bugzilla.redhat.com/show_bug.cgi?id=923685 -------------------------------------------------------------------------------- ================================================================================ drupal7-votingapi-2.11-0.el5 (FEDORA-EPEL-2013-0783) Drupal Standardized API and schema for storing, retrieving, and tabulating votes -------------------------------------------------------------------------------- Update Information: Update to 2.11 -------------------------------------------------------------------------------- ChangeLog: * Sat Mar 23 2013 Scott Dodson - 2.11-0 - Update to 2.11 * Wed Feb 13 2013 Fedora Release Engineering - 2.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #926014 - drupal7-votingapi-2.11 is available https://bugzilla.redhat.com/show_bug.cgi?id=926014 -------------------------------------------------------------------------------- ================================================================================ libvmime-0.9.2-0.6.20130320git.el5 (FEDORA-EPEL-2013-0784) Powerful library for MIME messages and Internet messaging services -------------------------------------------------------------------------------- Update Information: Upgrade to GIT 20130320 -------------------------------------------------------------------------------- ChangeLog: * Sat Mar 23 2013 Robert Scheck 0.9.2-0.6.20130320git - Upgrade to GIT 20130320 to fix building with latest GnuTLS (#914155) * Thu Feb 14 2013 Fedora Release Engineering - 0.9.2-0.5.20110626svn - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Thu Jul 19 2012 Fedora Release Engineering - 0.9.2-0.4.20110626svn - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue Feb 28 2012 Fedora Release Engineering - 0.9.2-0.3.20110626svn - Rebuilt for c++ ABI breakage * Fri Jan 13 2012 Fedora Release Engineering - 0.9.2-0.2.20110626svn - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ salt-0.14.0-1.el5 (FEDORA-EPEL-2013-0780) A parallel remote execution system -------------------------------------------------------------------------------- Update Information: update to 0.14.0 Update to upstream patch release 0.13.3 Update to upstream patch release 0.13.2 -------------------------------------------------------------------------------- ChangeLog: * Sat Mar 23 2013 Clint Savage - 0.14.0-1 - Update to upstream feature release 0.14.0 * Fri Mar 22 2013 Clint Savage - 0.13.3-1 - Update to upstream patch release 0.13.3 * Wed Mar 13 2013 Clint Savage - 0.13.2-1 - Update to upstream patch release 0.13.2 -------------------------------------------------------------------------------- ================================================================================ xchm-1.22-1.el5 (FEDORA-EPEL-2013-0786) A GUI front-end to CHMlib -------------------------------------------------------------------------------- Update Information: New upstream version. -------------------------------------------------------------------------------- ChangeLog: * Sat Mar 23 2013 manuel "lonely wolf" wolfshant - 1.22-1 - New upstream version - Use newer autoconf in order to support ARM64 * Sun Feb 10 2013 Parag Nemade - 1.21-2 - Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077 -------------------------------------------------------------------------------- References: [ 1 ] Bug #926759 - xchm: Does not support aarch64 in f19 and rawhide https://bugzilla.redhat.com/show_bug.cgi?id=926759 -------------------------------------------------------------------------------- From updates at fedoraproject.org Mon Mar 25 18:56:10 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Mon, 25 Mar 2013 18:56:10 +0000 Subject: Fedora EPEL 5 updates-testing report Message-ID: <20130325185610.20E9C20A6D@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 5 Security updates need testing: Age URL 337 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5630/bugzilla-3.2.10-5.el5 232 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6608/Django-1.1.4-2.el5 38 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0366/openconnect-4.08-1.el5 30 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0425/nginx-0.8.55-3.el5 15 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0518/euca2ools-2.1.3-1.el5 13 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0609/php-Smarty-2.6.27-1.el5 13 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0598/firebird-2.1.5.18496.0-4.el5 9 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0683/mimetex-1.74-1.el5 5 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0711/git-1.8.1.4-2.el5 4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0728/puppet-2.6.18-2.el5 4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0734/drupal7-views-3.6-1.el5 3 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0754/boost141-1.41.0-4.el5 The following builds have been pushed to Fedora EPEL 5 updates-testing grid-packaging-tools-3.6.3-3.el5 munin-2.0.12-2.el5 Details about builds: ================================================================================ grid-packaging-tools-3.6.3-3.el5 (FEDORA-EPEL-2013-0798) Grid Packaging Tools (GPT) -------------------------------------------------------------------------------- Update Information: Use --force-missing in automake call in gpt-bootstrap. -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 24 2013 Mattias Ellert - 3.6.3-3 - Add --force-missing to automake call in gpt-bootstrap.sh * Thu Feb 14 2013 Fedora Release Engineering - 3.6.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - Add BR on perl-podlators for Fedora 19+ -------------------------------------------------------------------------------- ================================================================================ munin-2.0.12-2.el5 (FEDORA-EPEL-2013-0799) Network-wide graphing framework (grapher/gatherer) -------------------------------------------------------------------------------- Update Information: Upstream released 2.0.12, which fixes 5 bugs reported upstream. -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 24 2013 D. Johnson - 2.0.12-2 - BZ# 917002 minor edits for asyncd * Fri Mar 22 2013 D. Johnson - 2.0.12-1 - Upstream release 2.0.12 * Sat Mar 9 2013 D. Johnson - 2.0.11.1-3 - Update systemd scriptlets -------------------------------------------------------------------------------- References: [ 1 ] Bug #917002 - munin-asyncd should wait for munin-node https://bugzilla.redhat.com/show_bug.cgi?id=917002 -------------------------------------------------------------------------------- From updates at fedoraproject.org Mon Mar 25 18:56:12 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Mon, 25 Mar 2013 18:56:12 +0000 Subject: Fedora EPEL 6 updates-testing report Message-ID: <20130325185612.A50A720907@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 6 Security updates need testing: Age URL 525 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2011-4701/supybot-gribble-0.83.4.1-10.el6 337 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5620/bugzilla-3.4.14-2.el6 260 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6348/bcfg2-1.2.3-1.el6 38 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0376/openconnect-4.08-1.el6 30 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0420/awstats-7.0-3.el6 30 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0423/nginx-1.0.15-4.el6 15 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0532/euca2ools-2.1.3-1.el6 15 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0568/mediawiki119-1.19.4-1.el6 13 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0622/firebird-2.5.2.26539.0-3.el6 13 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0632/privoxy-3.0.21-1.el6 13 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0634/openstack-keystone-2012.2.3-4.el6 9 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0686/mimetex-1.74-1.el6 6 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0707/darkserver-0.8.1-1.el6 6 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0698/darkserver-0.8.2-1.el6 4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0741/drupal7-views-3.6-1.el6 4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0720/puppet-2.6.18-2.el6 3 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0692/v8-3.14.5.8-1.el6 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0800/moodle-2.2.9-1.el6 The following builds have been pushed to Fedora EPEL 6 updates-testing abcde-2.5.4-1.el6 gitolite3-3.5-1.el6 grid-packaging-tools-3.6.3-3.el6 liblastfm-1.0.3-2.el6 metis-5.0.3-9.el6 moodle-2.2.9-1.el6 munin-2.0.12-2.el6 Details about builds: ================================================================================ abcde-2.5.4-1.el6 (FEDORA-EPEL-2013-0801) A Better CD Encoder -------------------------------------------------------------------------------- Update Information: abcde is a frontend command-line utility (actually, a shell script) that grabs tracks off a CD or a singletrack flac file with an embeded cuesheet, encodes them to Ogg/Vorbis, MP3, FLAC, Ogg/Speex and/or MPP/MP+(Musepack) format, and tags them, all in one go. -------------------------------------------------------------------------------- ================================================================================ gitolite3-3.5-1.el6 (FEDORA-EPEL-2013-0794) Highly flexible server for git directory version tracker -------------------------------------------------------------------------------- Update Information: Latest upstream. -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 25 2013 Jon Ciesla - 1:3.5-1 - Latest upstream. -------------------------------------------------------------------------------- ================================================================================ grid-packaging-tools-3.6.3-3.el6 (FEDORA-EPEL-2013-0796) Grid Packaging Tools (GPT) -------------------------------------------------------------------------------- Update Information: Use --force-missing in automake call in gpt-bootstrap. -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 24 2013 Mattias Ellert - 3.6.3-3 - Add --force-missing to automake call in gpt-bootstrap.sh * Thu Feb 14 2013 Fedora Release Engineering - 3.6.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - Add BR on perl-podlators for Fedora 19+ -------------------------------------------------------------------------------- ================================================================================ liblastfm-1.0.3-2.el6 (FEDORA-EPEL-2013-0802) Libraries to integrate Last.fm services -------------------------------------------------------------------------------- Update Information: Initial liblastfm build for epel-6 -------------------------------------------------------------------------------- ================================================================================ metis-5.0.3-9.el6 (FEDORA-EPEL-2013-0797) Serial Graph Partitioning and Fill-reducing Matrix Ordering -------------------------------------------------------------------------------- Update Information: This is first Update for metis packages. -------------------------------------------------------------------------------- References: [ 1 ] Bug #920518 - Review Request: metis - Serial Graph Partitioning and Fill-reducing Matrix Ordering https://bugzilla.redhat.com/show_bug.cgi?id=920518 -------------------------------------------------------------------------------- ================================================================================ moodle-2.2.9-1.el6 (FEDORA-EPEL-2013-0800) A Course Management System -------------------------------------------------------------------------------- Update Information: Fix for CVEs: CVE-2012-3363 CVE-2013-1830 CVE-2013-1831 CVE-2013-1832 CVE-2013-1833 CVE-2013-1834 CVE-2013-1835 CVE-2013-1836 -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 25 2013 Jon Ciesla - 2.2.9-1 - Latest upstream, patch for multiple CVEs. -------------------------------------------------------------------------------- References: [ 1 ] Bug #927264 - CVE-2013-1830 CVE-2013-1831 CVE-2013-1832 CVE-2013-1833 CVE-2012-3363 CVE-2013-1834 CVE-2013-1835 CVE-2013-1836 moodle various flaws [fedora-18] https://bugzilla.redhat.com/show_bug.cgi?id=927264 [ 2 ] Bug #927267 - CVE-2013-1830 CVE-2013-1831 CVE-2013-1832 CVE-2013-1833 CVE-2012-3363 CVE-2013-1834 CVE-2013-1835 CVE-2013-1836 moodle various flaws [fedora-17] https://bugzilla.redhat.com/show_bug.cgi?id=927267 [ 3 ] Bug #927273 - CVE-2013-1830 CVE-2013-1831 CVE-2013-1832 CVE-2013-1833 CVE-2012-3363 CVE-2013-1834 CVE-2013-1835 CVE-2013-1836 moodle various flaws [epel-6] https://bugzilla.redhat.com/show_bug.cgi?id=927273 -------------------------------------------------------------------------------- ================================================================================ munin-2.0.12-2.el6 (FEDORA-EPEL-2013-0795) Network-wide graphing framework (grapher/gatherer) -------------------------------------------------------------------------------- Update Information: Upstream released 2.0.12, which fixes 5 bugs reported upstream. -------------------------------------------------------------------------------- ChangeLog: * Sun Mar 24 2013 D. Johnson - 2.0.12-2 - BZ# 917002 minor edits for asyncd * Fri Mar 22 2013 D. Johnson - 2.0.12-1 - Upstream release 2.0.12 * Sat Mar 9 2013 D. Johnson - 2.0.11.1-3 - Update systemd scriptlets -------------------------------------------------------------------------------- References: [ 1 ] Bug #917002 - munin-asyncd should wait for munin-node https://bugzilla.redhat.com/show_bug.cgi?id=917002 -------------------------------------------------------------------------------- From rbean at redhat.com Mon Mar 25 14:44:36 2013 From: rbean at redhat.com (Ralph Bean) Date: Mon, 25 Mar 2013 10:44:36 -0400 Subject: EPEL-ANNOUNCE Major update to python-requests on the way Message-ID: <20130325144436.GA5778@radek.redhat.com> The following update is in currently in epel-test: https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0496/python-requests-1.1.0-3.el6 It is a major version number bump from the release of python-requests currently in epel and will likely cause compatibility issues for users. If you have time, testing of the update would be much appreciated. A brief guide highlighting the pain points can be found here: http://docs.python-requests.org/en/latest/api/#migrating-to-1-x The full changelog can be found here: https://github.com/kennethreitz/requests/blob/master/HISTORY.rst I'll hold off on pushing it to stable for a few weeks, pending feedback. -Ralph -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 490 bytes Desc: not available URL: -------------- next part -------------- _______________________________________________ epel-announce mailing list epel-announce at lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/epel-announce From updates at fedoraproject.org Tue Mar 26 16:47:32 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Tue, 26 Mar 2013 16:47:32 +0000 Subject: Fedora EPEL 6 updates-testing report Message-ID: <20130326164732.0E29B20981@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 6 Security updates need testing: Age URL 526 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2011-4701/supybot-gribble-0.83.4.1-10.el6 338 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5620/bugzilla-3.4.14-2.el6 260 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6348/bcfg2-1.2.3-1.el6 38 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0376/openconnect-4.08-1.el6 31 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0420/awstats-7.0-3.el6 31 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0423/nginx-1.0.15-4.el6 13 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0632/privoxy-3.0.21-1.el6 13 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0634/openstack-keystone-2012.2.3-4.el6 9 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0686/mimetex-1.74-1.el6 7 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0707/darkserver-0.8.1-1.el6 7 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0698/darkserver-0.8.2-1.el6 4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0741/drupal7-views-3.6-1.el6 4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0720/puppet-2.6.18-2.el6 4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0692/v8-3.14.5.8-1.el6 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0800/moodle-2.2.9-1.el6 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0809/py-bcrypt-0.3-1.el6 The following builds have been pushed to Fedora EPEL 6 updates-testing MUMPS-4.10.0-9.el6 guacd-0.7.0-4.el6 libguac-0.7.0-3.el6 libguac-client-rdp-0.7.3-2.el6 libguac-client-vnc-0.7.1-2.el6 mup-6.1-4.el6 py-bcrypt-0.3-1.el6 trac-authopenid-plugin-0.4.2-1.el6 trac-mercurial-plugin-0.12.0.29-1.el6 Details about builds: ================================================================================ MUMPS-4.10.0-9.el6 (FEDORA-EPEL-2013-0808) A MUltifrontal Massively Parallel sparse direct Solver -------------------------------------------------------------------------------- Update Information: This is first Updates for MUMPS package. -------------------------------------------------------------------------------- References: [ 1 ] Bug #913152 - Review Request: MUMPS - A MUltifrontal Massively Parallel sparse direct Solver https://bugzilla.redhat.com/show_bug.cgi?id=913152 -------------------------------------------------------------------------------- ================================================================================ guacd-0.7.0-4.el6 (FEDORA-EPEL-2013-0807) Proxy daemon for Guacamole -------------------------------------------------------------------------------- Update Information: Guacamole stack 0.8.0 update -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 25 2013 Simone Caronni - 0.7.0-4 - Source rebuilt upstream due to bug: http://guac-dev.org/trac/ticket/298 -------------------------------------------------------------------------------- ================================================================================ libguac-0.7.0-3.el6 (FEDORA-EPEL-2013-0807) The common library used by all C components of Guacamole -------------------------------------------------------------------------------- Update Information: Guacamole stack 0.8.0 update -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 25 2013 Simone Caronni - 0.7.0-3 - Source rebuilt upstream due to bug: http://guac-dev.org/trac/ticket/298 * Thu Feb 14 2013 Fedora Release Engineering - 0.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ libguac-client-rdp-0.7.3-2.el6 (FEDORA-EPEL-2013-0807) RDP support for guacd -------------------------------------------------------------------------------- Update Information: Guacamole stack 0.8.0 update -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 25 2013 Simone Caronni - 0.7.3-2 - Source rebuilt upstream due to bug: http://guac-dev.org/trac/ticket/298 * Thu Mar 21 2013 Simone Caronni - 0.7.3-1 - Update to 0.7.3. * Thu Feb 14 2013 Fedora Release Engineering - 0.7.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ libguac-client-vnc-0.7.1-2.el6 (FEDORA-EPEL-2013-0807) VNC support for guacd -------------------------------------------------------------------------------- Update Information: Guacamole stack 0.8.0 update -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 25 2013 Simone Caronni - 0.7.1-2 - Source rebuilt upstream due to bug: http://guac-dev.org/trac/ticket/298 * Fri Mar 22 2013 Simone Caronni - 0.7.1-1 - Update to 0.7.1. * Thu Feb 14 2013 Fedora Release Engineering - 0.7.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ mup-6.1-4.el6 (FEDORA-EPEL-2013-0806) A music notation program that can also generate MIDI files -------------------------------------------------------------------------------- Update Information: Initial packaging of mup: a music notation and printing program -------------------------------------------------------------------------------- References: [ 1 ] Bug #906411 - Review Request: mup - a music notation and printing program https://bugzilla.redhat.com/show_bug.cgi?id=906411 -------------------------------------------------------------------------------- ================================================================================ py-bcrypt-0.3-1.el6 (FEDORA-EPEL-2013-0809) Python bindings for OpenBSD's Blowfish password hashing code -------------------------------------------------------------------------------- Update Information: Fix for CVE-2013-1895: py-bcrypt <0.3 contains a concurrency bug that could result in auth bypass. -------------------------------------------------------------------------------- ChangeLog: * Tue Mar 26 2013 Jon Ciesla - 0.3-1 - Latest upstream, fixes CVE-2013-1895: concurrency issue leading to auth bypass * Thu Feb 14 2013 Fedora Release Engineering - 0.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #927510 - CVE-2013-1895 py-bcrypt: concurrency issue leading to auth bypass [fedora-all] https://bugzilla.redhat.com/show_bug.cgi?id=927510 [ 2 ] Bug #927512 - CVE-2013-1895 py-bcrypt: concurrency issue leading to auth bypass [epel-6] https://bugzilla.redhat.com/show_bug.cgi?id=927512 -------------------------------------------------------------------------------- ================================================================================ trac-authopenid-plugin-0.4.2-1.el6 (FEDORA-EPEL-2013-0804) Provide OpenID authentication for Trac -------------------------------------------------------------------------------- Update Information: Import of authopenid plugin -------------------------------------------------------------------------------- References: [ 1 ] Bug #926763 - Review Request: trac-authopenid-plugin - Provide OpenID authentication for Trac https://bugzilla.redhat.com/show_bug.cgi?id=926763 -------------------------------------------------------------------------------- ================================================================================ trac-mercurial-plugin-0.12.0.29-1.el6 (FEDORA-EPEL-2013-0805) Mercurial plugin for Trac -------------------------------------------------------------------------------- Update Information: Update to 0.12.0.29 -------------------------------------------------------------------------------- ChangeLog: * Tue Mar 26 2013 Patrick Uiterwijk - 0.12.0.29-1 - Rebase to upstream 0.12.0.29 * Fri Feb 15 2013 Fedora Release Engineering - 0.12.0.23-5.20101208svn9953 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering - 0.12.0.23-4.20101208svn9953 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sat Jan 14 2012 Fedora Release Engineering - 0.12.0.23-3.20101208svn9953 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Wed Feb 9 2011 Fedora Release Engineering - 0.12.0.23-2.20101208svn9953 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #846456 - Plugin 0.12.0.23 need upgrade to 0.12.0.28 (or higher) for mercurial 1.9 (or newer) compatibility https://bugzilla.redhat.com/show_bug.cgi?id=846456 -------------------------------------------------------------------------------- From updates at fedoraproject.org Tue Mar 26 16:47:33 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Tue, 26 Mar 2013 16:47:33 +0000 Subject: Fedora EPEL 5 updates-testing report Message-ID: <20130326164733.41C11211D4@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 5 Security updates need testing: Age URL 338 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5630/bugzilla-3.2.10-5.el5 233 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6608/Django-1.1.4-2.el5 38 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0366/openconnect-4.08-1.el5 31 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0425/nginx-0.8.55-3.el5 9 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0683/mimetex-1.74-1.el5 6 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0711/git-1.8.1.4-2.el5 4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0728/puppet-2.6.18-2.el5 4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0734/drupal7-views-3.6-1.el5 4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0754/boost141-1.41.0-4.el5 The following builds have been pushed to Fedora EPEL 5 updates-testing mup-6.1-4.el5 Details about builds: ================================================================================ mup-6.1-4.el5 (FEDORA-EPEL-2013-0803) A music notation program that can also generate MIDI files -------------------------------------------------------------------------------- Update Information: Initial packaging of mup: a music notation and printing program -------------------------------------------------------------------------------- References: [ 1 ] Bug #906411 - Review Request: mup - a music notation and printing program https://bugzilla.redhat.com/show_bug.cgi?id=906411 -------------------------------------------------------------------------------- From updates at fedoraproject.org Thu Mar 28 18:40:28 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Thu, 28 Mar 2013 18:40:28 +0000 Subject: Fedora EPEL 6 updates-testing report Message-ID: <20130328184028.4A30921AA3@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 6 Security updates need testing: Age URL 528 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2011-4701/supybot-gribble-0.83.4.1-10.el6 340 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5620/bugzilla-3.4.14-2.el6 263 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6348/bcfg2-1.2.3-1.el6 41 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0376/openconnect-4.08-1.el6 33 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0420/awstats-7.0-3.el6 33 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0423/nginx-1.0.15-4.el6 12 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0686/mimetex-1.74-1.el6 9 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0707/darkserver-0.8.1-1.el6 9 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0698/darkserver-0.8.2-1.el6 7 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0741/drupal7-views-3.6-1.el6 7 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0720/puppet-2.6.18-2.el6 6 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0692/v8-3.14.5.8-1.el6 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0800/moodle-2.2.9-1.el6 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0809/py-bcrypt-0.3-1.el6 The following builds have been pushed to Fedora EPEL 6 updates-testing jglobus-2.0.5-1.el6 mosh-1.2.4-1.el6 python-defusedxml-0.4-1.el6 python-moksha-common-1.2.0-1.el6 python-moksha-wsgi-1.2.0-1.el6 python-swiftclient-1.3.0-1.el6 Details about builds: ================================================================================ jglobus-2.0.5-1.el6 (FEDORA-EPEL-2013-0814) Globus Java client libraries -------------------------------------------------------------------------------- Update Information: JGlobus 2.0.5 Release Notes - This release addresses compatibility and performance issues with the IGTF CA bundle. - Several forward-ports of bugs reported by dCache.org. In particular, a larger set of RDN are supported. - CRLs are properly cached and reloaded, essential for running JGlobus as a trustmanager of a Java container. -------------------------------------------------------------------------------- ChangeLog: * Tue Mar 26 2013 Mattias Ellert - 2.0.5-1 - 2.0.5 final release -------------------------------------------------------------------------------- ================================================================================ mosh-1.2.4-1.el6 (FEDORA-EPEL-2013-0818) Mobile shell that supports roaming and intelligent local echo -------------------------------------------------------------------------------- Update Information: Update to mosh 1.2.4 -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 27 2013 Alexander Chernyakhovsky - 1.2.4-1 - Update to mosh 1.2.4 * Sun Mar 10 2013 Alexander Chernyakhovsky - 1.2.3-3 - Rebuilt for Protobuf API change from 2.4.1 to 2.5.0 * Thu Feb 14 2013 Fedora Release Engineering - 1.2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ python-defusedxml-0.4-1.el6 (FEDORA-EPEL-2013-0817) XML bomb protection for Python stdlib modules -------------------------------------------------------------------------------- Update Information: XML bomb protection for Python stdlib modules -------------------------------------------------------------------------------- References: [ 1 ] Bug #927883 - Review Request: python-defusedxml - XML bomb protection for Python stdlib modules https://bugzilla.redhat.com/show_bug.cgi?id=927883 -------------------------------------------------------------------------------- ================================================================================ python-moksha-common-1.2.0-1.el6 (FEDORA-EPEL-2013-0812) Common components for Moksha -------------------------------------------------------------------------------- Update Information: Latest upstream with cleaning, py3 support, tests re-enabled. -------------------------------------------------------------------------------- ChangeLog: * Tue Mar 26 2013 Ralph Bean - 1.2.0-1 - Bumped to latest upstream. - Included python3 subpackage but left it disabled by macro. - Reenabled the test suite. * Thu Feb 14 2013 Fedora Release Engineering - 1.0.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ python-moksha-wsgi-1.2.0-1.el6 (FEDORA-EPEL-2013-0810) WSGI components for Moksha -------------------------------------------------------------------------------- Update Information: Latest upstream with cleaning and reorganization. -------------------------------------------------------------------------------- ChangeLog: * Tue Mar 26 2013 Ralph Bean - 1.2.0-1 - Latest upstream with some cleaning and reorganization. * Thu Feb 14 2013 Fedora Release Engineering - 1.0.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ python-swiftclient-1.3.0-1.el6 (FEDORA-EPEL-2013-0811) Client Library for OpenStack Object Storage API -------------------------------------------------------------------------------- Update Information: Update to 1.3.0 release. -------------------------------------------------------------------------------- ChangeLog: * Sat Mar 9 2013 Alan Pevec 1.3.0-1 - Update to 1.3.0 release. * Thu Feb 14 2013 Fedora Release Engineering - 1.2.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- From updates at fedoraproject.org Thu Mar 28 18:40:29 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Thu, 28 Mar 2013 18:40:29 +0000 Subject: Fedora EPEL 5 updates-testing report Message-ID: <20130328184029.8CE9B21AA3@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 5 Security updates need testing: Age URL 340 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5630/bugzilla-3.2.10-5.el5 235 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6608/Django-1.1.4-2.el5 41 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0366/openconnect-4.08-1.el5 33 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0425/nginx-0.8.55-3.el5 12 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0683/mimetex-1.74-1.el5 8 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0711/git-1.8.1.4-2.el5 7 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0728/puppet-2.6.18-2.el5 7 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0734/drupal7-views-3.6-1.el5 6 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0754/boost141-1.41.0-4.el5 The following builds have been pushed to Fedora EPEL 5 updates-testing jglobus-2.0.5-1.el5 mosh-1.2.4-1.el5 Details about builds: ================================================================================ jglobus-2.0.5-1.el5 (FEDORA-EPEL-2013-0815) Globus Java client libraries -------------------------------------------------------------------------------- Update Information: JGlobus 2.0.5 Release Notes - This release addresses compatibility and performance issues with the IGTF CA bundle. - Several forward-ports of bugs reported by dCache.org. In particular, a larger set of RDN are supported. - CRLs are properly cached and reloaded, essential for running JGlobus as a trustmanager of a Java container. -------------------------------------------------------------------------------- ChangeLog: * Tue Mar 26 2013 Mattias Ellert - 2.0.5-1 - 2.0.5 final release -------------------------------------------------------------------------------- ================================================================================ mosh-1.2.4-1.el5 (FEDORA-EPEL-2013-0813) Mobile shell that supports roaming and intelligent local echo -------------------------------------------------------------------------------- Update Information: Update to mosh 1.2.4 -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 27 2013 Alexander Chernyakhovsky - 1.2.4-1 - Update to mosh 1.2.4 * Sun Mar 10 2013 Alexander Chernyakhovsky - 1.2.3-3 - Rebuilt for Protobuf API change from 2.4.1 to 2.5.0 * Thu Feb 14 2013 Fedora Release Engineering - 1.2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- From updates at fedoraproject.org Fri Mar 29 21:31:51 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Fri, 29 Mar 2013 21:31:51 +0000 Subject: Fedora EPEL 6 updates-testing report Message-ID: <20130329213151.49FD820E55@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 6 Security updates need testing: Age URL 530 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2011-4701/supybot-gribble-0.83.4.1-10.el6 342 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5620/bugzilla-3.4.14-2.el6 264 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6348/bcfg2-1.2.3-1.el6 42 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0376/openconnect-4.08-1.el6 35 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0420/awstats-7.0-3.el6 35 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0423/nginx-1.0.15-4.el6 13 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0686/mimetex-1.74-1.el6 10 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0707/darkserver-0.8.1-1.el6 10 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0698/darkserver-0.8.2-1.el6 8 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0741/drupal7-views-3.6-1.el6 8 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0720/puppet-2.6.18-2.el6 7 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0692/v8-3.14.5.8-1.el6 4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0800/moodle-2.2.9-1.el6 3 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0809/py-bcrypt-0.3-1.el6 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0822/roundcubemail-0.8.6-1.el6 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0836/drupal7-rules-2.3-1.el6 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0823/openstack-keystone-2012.2.3-5.el6 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0830/ngircd-20.2-1.el6 The following builds have been pushed to Fedora EPEL 6 updates-testing drupal7-mediawiki_api-1.0-0.7.beta2.el6 drupal7-rules-2.3-1.el6 drupal7-theme-adaptivetheme-3.1-1.el6 gitolite3-3.5.1-1.el6 ngircd-20.2-1.el6 openstack-keystone-2012.2.3-5.el6 php-horde-Horde-Crypt-2.1.3-1.el6 privoxy-3.0.21-2.el6 python-django-flash-1.8-4.el6 python-django-tastypie-0.9.12-1.el6 python-glanceclient-0.8.0-2.el6 python-moksha-hub-1.2.0-1.el6 qpdfview-0.4.1-1.el6 roundcubemail-0.8.6-1.el6 tudu-0.8.2-1.el6 Details about builds: ================================================================================ drupal7-mediawiki_api-1.0-0.7.beta2.el6 (FEDORA-EPEL-2013-0833) Provides a MediaWiki syntax to html conversion input filter -------------------------------------------------------------------------------- Update Information: New upstream version, http://drupal.org/node/1954400. -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 28 2013 Peter Borsa - 1.0-0.7.beta2 - New upstream version. * Wed Feb 13 2013 Fedora Release Engineering - 1.0-0.6.beta1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Jul 18 2012 Fedora Release Engineering - 1.0-0.5.beta1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #928693 - drupal7-mediawiki_api-1.0-beta2 is available https://bugzilla.redhat.com/show_bug.cgi?id=928693 -------------------------------------------------------------------------------- ================================================================================ drupal7-rules-2.3-1.el6 (FEDORA-EPEL-2013-0836) It allows site administrators to define conditionally executed actions -------------------------------------------------------------------------------- Update Information: New upstream version, http://drupal.org/node/1954508 and http://drupal.org/node/1954592. -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 28 2013 Peter Borsa - 2.3-1 - New upstream version * Wed Feb 13 2013 Fedora Release Engineering - 2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #928694 - drupal7-rules-2.3 is available https://bugzilla.redhat.com/show_bug.cgi?id=928694 -------------------------------------------------------------------------------- ================================================================================ drupal7-theme-adaptivetheme-3.1-1.el6 (FEDORA-EPEL-2013-0820) Adaptivetheme is a powerful theme framework -------------------------------------------------------------------------------- Update Information: New upstream version, http://drupal.org/node/1761946. -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 28 2013 Peter Borsa - 3.1-1 - Updated to 3.1 * Wed Feb 13 2013 Fedora Release Engineering - 3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #928430 - please update package https://bugzilla.redhat.com/show_bug.cgi?id=928430 -------------------------------------------------------------------------------- ================================================================================ gitolite3-3.5.1-1.el6 (FEDORA-EPEL-2013-0841) Highly flexible server for git directory version tracker -------------------------------------------------------------------------------- Update Information: Minor for for gitweb. Latest upstream. Latest upstream. -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 28 2013 Jon Ciesla - 1:3.5.1-1 - Latest upstream. \* Mon Mar 25 2013 Jon Ciesla - 1:3.5-1 - Latest upstream. -------------------------------------------------------------------------------- ================================================================================ ngircd-20.2-1.el6 (FEDORA-EPEL-2013-0830) Next Generation IRC Daemon -------------------------------------------------------------------------------- Update Information: New upstream 20.2 release that fixes a crasher bug. -------------------------------------------------------------------------------- ChangeLog: * Fri Mar 29 2013 Kevin Fenzi 20.2-1 - Update to 20.2. - Fix for CVE-2013-1747 * Thu Mar 7 2013 Tom?? Mr?z 20.1-2 - Rebuilt with new GnuTLS -------------------------------------------------------------------------------- References: [ 1 ] Bug #929168 - CVE-2013-1747 ngircd: DoS (assertion failure, crash) via a KICK command for a user who is not on the associated channel https://bugzilla.redhat.com/show_bug.cgi?id=929168 -------------------------------------------------------------------------------- ================================================================================ openstack-keystone-2012.2.3-5.el6 (FEDORA-EPEL-2013-0823) OpenStack Identity Service -------------------------------------------------------------------------------- Update Information: Fix online revocation check for PKI tokens CVE-2013-1865 -------------------------------------------------------------------------------- ChangeLog: * Fri Mar 29 2013 Alan Pevec 2012.2.3-5 - Fix online revocation check for PKI tokens CVE-2013-1865 -------------------------------------------------------------------------------- References: [ 1 ] Bug #922230 - CVE-2013-1865 OpenStack keystone: online validation of Keystone PKI tokens bypasses revocation check https://bugzilla.redhat.com/show_bug.cgi?id=922230 -------------------------------------------------------------------------------- ================================================================================ php-horde-Horde-Crypt-2.1.3-1.el6 (FEDORA-EPEL-2013-0825) Horde Cryptography API -------------------------------------------------------------------------------- Update Information: The Horde_Crypt package class provides an API for various cryptographic systems. -------------------------------------------------------------------------------- References: [ 1 ] Bug #909907 - Review Request: php-horde-Horde-Crypt - Horde Cryptography API https://bugzilla.redhat.com/show_bug.cgi?id=909907 -------------------------------------------------------------------------------- ================================================================================ privoxy-3.0.21-2.el6 (FEDORA-EPEL-2013-0832) Privacy enhancing proxy -------------------------------------------------------------------------------- Update Information: Ad user.filter only if missing. -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 27 2013 Jon Ciesla - 3.0.21-2 - Create user.filter if it doesn't exist, BZ 926019. - Add user.filter, BZ 896753. -------------------------------------------------------------------------------- References: [ 1 ] Bug #926019 - fails to start https://bugzilla.redhat.com/show_bug.cgi?id=926019 -------------------------------------------------------------------------------- ================================================================================ python-django-flash-1.8-4.el6 (FEDORA-EPEL-2013-0838) A Django extension to provide support for Rails-like flash -------------------------------------------------------------------------------- Update Information: A Django extension to provide support for Rails-like flash -------------------------------------------------------------------------------- ================================================================================ python-django-tastypie-0.9.12-1.el6 (FEDORA-EPEL-2013-0824) A flexible and capable API layer for Django -------------------------------------------------------------------------------- Update Information: Update to upstream 0.9.12 -------------------------------------------------------------------------------- ChangeLog: * Mon Mar 25 2013 C?dric OLIVIER 0.9.12-1 - Updated to upstream 0.9.12 * Thu Feb 14 2013 Fedora Release Engineering - 0.9.12-0.2.alpha - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ python-glanceclient-0.8.0-2.el6 (FEDORA-EPEL-2013-0828) Python API and CLI for OpenStack Glance -------------------------------------------------------------------------------- Update Information: - Add a dependency on pyOpenSSL Update to 0.8.0 and use pypi sources. -------------------------------------------------------------------------------- ChangeLog: * Wed Mar 27 2013 P?draig Brady

- 1:0.8.0-2 - Add a dependency on pyOpenSSL * Mon Mar 11 2013 Jakub Ruzicka - 1:0.8.0-1 - Update to 0.8.0. - Switch from tarballs.openstack.org to pypi sources. -------------------------------------------------------------------------------- ================================================================================ python-moksha-hub-1.2.0-1.el6 (FEDORA-EPEL-2013-0839) Hub components for Moksha -------------------------------------------------------------------------------- Update Information: Latest upstream with cleaning and reorganization. Update to latest upstream. -------------------------------------------------------------------------------- ChangeLog: * Tue Mar 26 2013 Ralph Bean - 1.2.0-1 - Latest upstream. - Removed websocket tests until this review is complete: https://bugzilla.redhat.com/show_bug.cgi?id=909644 * Thu Feb 14 2013 Fedora Release Engineering - 1.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ qpdfview-0.4.1-1.el6 (FEDORA-EPEL-2013-0840) Tabbed PDF Viewer -------------------------------------------------------------------------------- Update Information: Qt-based PDF viewer. -------------------------------------------------------------------------------- References: [ 1 ] Bug #926062 - Review Request: qpdfview - Qt-based PDF viewer https://bugzilla.redhat.com/show_bug.cgi?id=926062 -------------------------------------------------------------------------------- ================================================================================ roundcubemail-0.8.6-1.el6 (FEDORA-EPEL-2013-0822) Round Cube Webmail is a browser-based multilingual IMAP client -------------------------------------------------------------------------------- Update Information: Fix for local file inclusion via web UI modification of certain config options. -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 28 2013 Jon Ciesla - 0.8.6-1 - Latest upstream, fixes local file inclusion via web UI - modification of certain config options. -------------------------------------------------------------------------------- References: [ 1 ] Bug #928836 - CVE-2013-1904 roundcubemail: Local file inclusion via web UI modification of certain config options [fedora-all] https://bugzilla.redhat.com/show_bug.cgi?id=928836 [ 2 ] Bug #928837 - CVE-2013-1904 roundcubemail: Local file inclusion via web UI modification of certain config options [epel-6] https://bugzilla.redhat.com/show_bug.cgi?id=928837 -------------------------------------------------------------------------------- ================================================================================ tudu-0.8.2-1.el6 (FEDORA-EPEL-2013-0835) A simple, command line interface to do list application -------------------------------------------------------------------------------- Update Information: * Updated to version 0.8.2 * Adds a configuration variable 'tudu_file' to set the path to the XML file. * Improves the category editor. * Doesn't check configuration files when invoked with '-h' and '-v'. * Fixes a segfault on the scroll help page when the resolution is high. -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 28 2013 Eric "Sparks" Christensen - 0.8.2-1 - Updated to version 0.8.2 - Adds a configuration variable 'tudu_file' to set the path to the XML file. - Improves the category editor. - Doesn't check configuration files when invoked with '-h' and '-v'. - Fixes a segfault on the scroll help page when the resolution is high. * Fri Feb 15 2013 Fedora Release Engineering - 0.8.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sun Jul 22 2012 Fedora Release Engineering - 0.8.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue Feb 28 2012 Fedora Release Engineering - 0.8.1-2 - Rebuilt for c++ ABI breakage -------------------------------------------------------------------------------- References: [ 1 ] Bug #828280 - tudu-0.8.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=828280 -------------------------------------------------------------------------------- From updates at fedoraproject.org Fri Mar 29 21:31:52 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Fri, 29 Mar 2013 21:31:52 +0000 Subject: Fedora EPEL 5 updates-testing report Message-ID: <20130329213152.B9F9220E69@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 5 Security updates need testing: Age URL 342 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5630/bugzilla-3.2.10-5.el5 236 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6608/Django-1.1.4-2.el5 42 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0366/openconnect-4.08-1.el5 35 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0425/nginx-0.8.55-3.el5 13 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0683/mimetex-1.74-1.el5 10 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0711/git-1.8.1.4-2.el5 8 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0728/puppet-2.6.18-2.el5 8 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0734/drupal7-views-3.6-1.el5 7 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0754/boost141-1.41.0-4.el5 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0819/libarchive-2.8.4-6.el5 0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0837/drupal7-rules-2.3-1.el5 The following builds have been pushed to Fedora EPEL 5 updates-testing drupal7-mediawiki_api-1.0-0.7.beta2.el5 drupal7-rules-2.3-1.el5 drupal7-theme-adaptivetheme-3.1-1.el5 libarchive-2.8.4-6.el5 tudu-0.8.2-1.el5 Details about builds: ================================================================================ drupal7-mediawiki_api-1.0-0.7.beta2.el5 (FEDORA-EPEL-2013-0826) Provides a MediaWiki syntax to html conversion input filter -------------------------------------------------------------------------------- Update Information: New upstream version, http://drupal.org/node/1954400. -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 28 2013 Peter Borsa - 1.0-0.7.beta2 - New upstream version. * Wed Feb 13 2013 Fedora Release Engineering - 1.0-0.6.beta1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Jul 18 2012 Fedora Release Engineering - 1.0-0.5.beta1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #928693 - drupal7-mediawiki_api-1.0-beta2 is available https://bugzilla.redhat.com/show_bug.cgi?id=928693 -------------------------------------------------------------------------------- ================================================================================ drupal7-rules-2.3-1.el5 (FEDORA-EPEL-2013-0837) It allows site administrators to define conditionally executed actions -------------------------------------------------------------------------------- Update Information: New upstream version, http://drupal.org/node/1954508 and http://drupal.org/node/1954592. -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 28 2013 Peter Borsa - 2.3-1 - New upstream version * Wed Feb 13 2013 Fedora Release Engineering - 2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #928694 - drupal7-rules-2.3 is available https://bugzilla.redhat.com/show_bug.cgi?id=928694 -------------------------------------------------------------------------------- ================================================================================ drupal7-theme-adaptivetheme-3.1-1.el5 (FEDORA-EPEL-2013-0834) Adaptivetheme is a powerful theme framework -------------------------------------------------------------------------------- Update Information: New upstream version, http://drupal.org/node/1761946. -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 28 2013 Peter Borsa - 3.1-1 - Updated to 3.1 * Wed Feb 13 2013 Fedora Release Engineering - 3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #928430 - please update package https://bugzilla.redhat.com/show_bug.cgi?id=928430 -------------------------------------------------------------------------------- ================================================================================ libarchive-2.8.4-6.el5 (FEDORA-EPEL-2013-0819) A library for handling streaming archive formats -------------------------------------------------------------------------------- Update Information: This update fixes CVE-2013-0211 libarchive: read buffer overflow on 64-bit systems -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 28 2013 Tomas Bzatek - 2.8.4-6 - Fix CVE-2013-0211: read buffer overflow on 64-bit systems (#927105) -------------------------------------------------------------------------------- References: [ 1 ] Bug #902998 - CVE-2013-0211 libarchive: read buffer overflow on 64-bit systems https://bugzilla.redhat.com/show_bug.cgi?id=902998 -------------------------------------------------------------------------------- ================================================================================ tudu-0.8.2-1.el5 (FEDORA-EPEL-2013-0821) A simple, command line interface to do list application -------------------------------------------------------------------------------- Update Information: * Updated to version 0.8.2 * Adds a configuration variable 'tudu_file' to set the path to the XML file. * Improves the category editor. * Doesn't check configuration files when invoked with '-h' and '-v'. * Fixes a segfault on the scroll help page when the resolution is high. -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 28 2013 Eric "Sparks" Christensen - 0.8.2-1 - Updated to version 0.8.2 - Adds a configuration variable 'tudu_file' to set the path to the XML file. - Improves the category editor. - Doesn't check configuration files when invoked with '-h' and '-v'. - Fixes a segfault on the scroll help page when the resolution is high. * Fri Feb 15 2013 Fedora Release Engineering - 0.8.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sun Jul 22 2012 Fedora Release Engineering - 0.8.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue Feb 28 2012 Fedora Release Engineering - 0.8.1-2 - Rebuilt for c++ ABI breakage -------------------------------------------------------------------------------- References: [ 1 ] Bug #828280 - tudu-0.8.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=828280 -------------------------------------------------------------------------------- From updates at fedoraproject.org Sun Mar 31 22:39:49 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Sun, 31 Mar 2013 22:39:49 +0000 Subject: Fedora EPEL 6 updates-testing report Message-ID: <20130331223949.12FF420A97@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 6 Security updates need testing: Age URL 532 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2011-4701/supybot-gribble-0.83.4.1-10.el6 344 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5620/bugzilla-3.4.14-2.el6 266 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6348/bcfg2-1.2.3-1.el6 44 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0376/openconnect-4.08-1.el6 37 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0420/awstats-7.0-3.el6 37 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0423/nginx-1.0.15-4.el6 15 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0686/mimetex-1.74-1.el6 13 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0707/darkserver-0.8.1-1.el6 13 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0698/darkserver-0.8.2-1.el6 10 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0741/drupal7-views-3.6-1.el6 10 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0720/puppet-2.6.18-2.el6 9 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0692/v8-3.14.5.8-1.el6 6 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0800/moodle-2.2.9-1.el6 5 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0809/py-bcrypt-0.3-1.el6 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0822/roundcubemail-0.8.6-1.el6 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0836/drupal7-rules-2.3-1.el6 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0823/openstack-keystone-2012.2.3-5.el6 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0830/ngircd-20.2-1.el6 The following builds have been pushed to Fedora EPEL 6 updates-testing metis-5.0.3-10.el6 mock-1.1.30-1.el6 opendkim-2.8.2-1.el6 python-django-tastypie-0.9.14-1.el6 vanessa_logger-0.0.10-2.el6 weechat-0.4.0-6.el6 Details about builds: ================================================================================ metis-5.0.3-10.el6 (FEDORA-EPEL-2013-0843) Serial Graph Partitioning and Fill-reducing Matrix Ordering -------------------------------------------------------------------------------- Update Information: - Removed BR 'perl-Carp' (Bug 926996) - Added LD_PRELOAD before help2man tasks to fix manpage shared_lib_error This is first Update for metis packages. This is first Update for metis packages. This is first Update for metis packages. -------------------------------------------------------------------------------- References: [ 1 ] Bug #920518 - Review Request: metis - Serial Graph Partitioning and Fill-reducing Matrix Ordering https://bugzilla.redhat.com/show_bug.cgi?id=920518 -------------------------------------------------------------------------------- ================================================================================ mock-1.1.30-1.el6 (FEDORA-EPEL-2013-0847) Builds packages inside chroots -------------------------------------------------------------------------------- Update Information: Added some logic to kill RPM DB lock files before and after chroot operations that might run rpm main fix is to remove CLONE_NEWPID until we figure out correct usage for mock. This fixes memory hog issues on rawhide kernel -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 28 2013 Clark Williams - 1.1.30-1 - beef up the logic to remove RPM lock files inside the chroot - add backup-before-clean configuration options [BZ# 799639] - added fedora-19 config files [BZ# 922268] - package_state plugin: don't run repoquery when offline [BZ# 927496] * Fri Feb 22 2013 Clark Williams - 1.1.29-1 - move CLONE_NEWUTS to extended unshare options [BZ# 890695] - make epel-5-* config files safe to eval [BZ# 903686] - remove CLONE_NEWPID (for now) from unshare(2) call [BZ# 894623] - initialize package_state_opts so that package_state plugin will work - change default tests environment to be -i386 - From Tim Woods - Fix mockchain repo id calculation [BZ# 880849] - From Tzafrir Cohen - Fix most bashism in test scripts - From Seth Vidal : - mockchain: allow for a non-username tmpdir prefix - mockchain: comma is a protected character make it _ instead -------------------------------------------------------------------------------- ================================================================================ opendkim-2.8.2-1.el6 (FEDORA-EPEL-2013-0842) A DomainKeys Identified Mail (DKIM) milter to sign and/or verify mail -------------------------------------------------------------------------------- Update Information: Update to 2.8.2. Fix bug #SF3607071: Report the reason why a key file is determined to be unsafe. Problem noted by Doug Barton. Fix bug #SF3607072: When checking for key file safety, take any "-u" value provided on the command line into account. Problem noted by Doug Barton. Fix bug #SF3608401: Solaris 10 doesn't have strsep(). Problem noted by Bryan Costales. BUILD: Fix build for versions of libdb between 3.1 and 4.6. Problem noted by John Wood. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Fix bug #SF3607071: Report the reason why a key file is determined to be unsafe. Problem noted by Doug Barton. Fix bug #SF3607072: When checking for key file safety, take any "-u" value provided on the command line into account. Problem noted by Doug Barton. Fix bug #SF3608401: Solaris 10 doesn't have strsep(). Problem noted by Bryan Costales. BUILD: Fix build for versions of libdb between 3.1 and 4.6. Problem noted by John Wood. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Fix bug #SF3607071: Report the reason why a key file is determined to be unsafe. Problem noted by Doug Barton. Fix bug #SF3607072: When checking for key file safety, take any "-u" value provided on the command line into account. Problem noted by Doug Barton. Fix bug #SF3608401: Solaris 10 doesn't have strsep(). Problem noted by Bryan Costales. BUILD: Fix build for versions of libdb between 3.1 and 4.6. Problem noted by John Wood. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Fix bug #SF3607071: Report the reason why a key file is determined to be unsafe. Problem noted by Doug Barton. Fix bug #SF3607072: When checking for key file safety, take any "-u" value provided on the command line into account. Problem noted by Doug Barton. Fix bug #SF3608401: Solaris 10 doesn't have strsep(). Problem noted by Bryan Costales. BUILD: Fix build for versions of libdb between 3.1 and 4.6. Problem noted by John Wood. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. -------------------------------------------------------------------------------- ChangeLog: * Fri Mar 29 2013 Steve Jenkins 2.8.2-1 - Updated to use newer upstream 2.8.2 source code * Tue Mar 19 2013 Steve Jenkins 2.8.1-1 - Updated to use newer upstream 2.8.1 source code - Removed patches for bugs fixed in upstream source * Wed Feb 27 2013 Steve Jenkins 2.8.0-4 - Added patch from upstream to fix libdb compatibility issues * Tue Feb 26 2013 Steve Jenkins 2.8.0-3 - Split into two spec files: systemd (F17+) and SysV (EL5-6) - systemd-only: Removed leading / from unitdir variables - Removed commented source lines - Created comment sections for easy switching between systemd and SysV * Mon Feb 25 2013 Steve Jenkins 2.8.0-2 - Added / in front of unitdir variables * Thu Feb 21 2013 Steve Jenkins 2.8.0-1 - Happy Birthday to me! :) - Updated to use newer upstream 2.8.0 source code - Migration from SysV initscript to systemd unit file - Added systemd build requirement - Edited comments in default configuration files - Changed default Canonicalization to relaxed/relaxed in config file - Changed default values in EnvironmentFile - Moved program startup options into EnvironmentFile - Moved default key check and generation on startup to external script - Removed AutoRestart directives from default config (systemd will handle) - Incorporated additional variable names throughout spec file - Added support for new opendkim-sysvinit package for legacy SysV systems -------------------------------------------------------------------------------- ================================================================================ python-django-tastypie-0.9.14-1.el6 (FEDORA-EPEL-2013-0844) A flexible and capable API layer for Django -------------------------------------------------------------------------------- Update Information: New upstream release Update to upstream 0.9.12 -------------------------------------------------------------------------------- ChangeLog: * Tue Mar 26 2013 Miro Hron?ok - 0.9.14-1 - New version - Using new GitHub rule to get archive with tests - Run tests manually - Added BR python-defusedxml - Dropped dance around release and development versioning - Added patch for Django 1.5 * Mon Mar 25 2013 C?dric OLIVIER 0.9.12-1 - Updated to upstream 0.9.12 * Thu Feb 14 2013 Fedora Release Engineering - 0.9.12-0.2.alpha - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #915294 - Update tastypie to latest upstream version v0.9.12 https://bugzilla.redhat.com/show_bug.cgi?id=915294 -------------------------------------------------------------------------------- ================================================================================ vanessa_logger-0.0.10-2.el6 (FEDORA-EPEL-2013-0845) Generic logging layer -------------------------------------------------------------------------------- Update Information: Update to 0.0.10 version as perdition requirement -------------------------------------------------------------------------------- ChangeLog: * Fri Feb 15 2013 Fedora Release Engineering - 0.0.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Mon Aug 6 2012 Pavel Alexeev - 0.0.10-1 - Update to 0.0.10 * Sun Jul 22 2012 Fedora Release Engineering - 0.0.8-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Mon May 7 2012 Pavel Alexeev - 0.0.8-8 - Remove static libraries mention from description and summary (bz#817949). * Sat Jan 14 2012 Fedora Release Engineering - 0.0.8-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Mon Feb 7 2011 Fedora Release Engineering - 0.0.8-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ weechat-0.4.0-6.el6 (FEDORA-EPEL-2013-0849) Portable, fast, light and extensible IRC client -------------------------------------------------------------------------------- Update Information: Enable _hardened_build as weechat matches the "long running" criterion -------------------------------------------------------------------------------- ChangeLog: * Sat Mar 30 2013 Jamie Nguyen - 0.4.0-6 - enable _hardened_build as weechat matches the "long running" criteria - remove redundant PIE patch * Fri Mar 29 2013 Jamie Nguyen - 0.4.0-5 - fix crash with Ruby 2.0 * Wed Mar 13 2013 Jamie Nguyen - 0.4.0-4 - rebuild with Ruby 2.0.0 - add patch to properly obtain the version of ruby - fix bogus dates in older changelog entries * Fri Feb 15 2013 Fedora Release Engineering - 0.4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -------------------------------------------------------------------------------- From updates at fedoraproject.org Sun Mar 31 22:39:51 2013 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Sun, 31 Mar 2013 22:39:51 +0000 Subject: Fedora EPEL 5 updates-testing report Message-ID: <20130331223951.37ACC20C0C@bastion01.phx2.fedoraproject.org> The following Fedora EPEL 5 Security updates need testing: Age URL 344 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5630/bugzilla-3.2.10-5.el5 238 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6608/Django-1.1.4-2.el5 44 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0366/openconnect-4.08-1.el5 37 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0425/nginx-0.8.55-3.el5 15 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0683/mimetex-1.74-1.el5 12 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0711/git-1.8.1.4-2.el5 10 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0728/puppet-2.6.18-2.el5 10 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0734/drupal7-views-3.6-1.el5 9 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0754/boost141-1.41.0-4.el5 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0819/libarchive-2.8.4-6.el5 2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0837/drupal7-rules-2.3-1.el5 The following builds have been pushed to Fedora EPEL 5 updates-testing opendkim-2.8.2-1.el5 vanessa_logger-0.0.10-2.el5 weechat-0.4.0-3.el5 Details about builds: ================================================================================ opendkim-2.8.2-1.el5 (FEDORA-EPEL-2013-0848) A DomainKeys Identified Mail (DKIM) milter to sign and/or verify mail -------------------------------------------------------------------------------- Update Information: Update to 2.8.2. Fix bug #SF3607071: Report the reason why a key file is determined to be unsafe. Problem noted by Doug Barton. Fix bug #SF3607072: When checking for key file safety, take any "-u" value provided on the command line into account. Problem noted by Doug Barton. Fix bug #SF3608401: Solaris 10 doesn't have strsep(). Problem noted by Bryan Costales. BUILD: Fix build for versions of libdb between 3.1 and 4.6. Problem noted by John Wood. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Fix bug #SF3607071: Report the reason why a key file is determined to be unsafe. Problem noted by Doug Barton. Fix bug #SF3607072: When checking for key file safety, take any "-u" value provided on the command line into account. Problem noted by Doug Barton. Fix bug #SF3608401: Solaris 10 doesn't have strsep(). Problem noted by Bryan Costales. BUILD: Fix build for versions of libdb between 3.1 and 4.6. Problem noted by John Wood. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Fix bug #SF3607071: Report the reason why a key file is determined to be unsafe. Problem noted by Doug Barton. Fix bug #SF3607072: When checking for key file safety, take any "-u" value provided on the command line into account. Problem noted by Doug Barton. Fix bug #SF3608401: Solaris 10 doesn't have strsep(). Problem noted by Bryan Costales. BUILD: Fix build for versions of libdb between 3.1 and 4.6. Problem noted by John Wood. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Fix bug #SF3607071: Report the reason why a key file is determined to be unsafe. Problem noted by Doug Barton. Fix bug #SF3607072: When checking for key file safety, take any "-u" value provided on the command line into account. Problem noted by Doug Barton. Fix bug #SF3608401: Solaris 10 doesn't have strsep(). Problem noted by Bryan Costales. BUILD: Fix build for versions of libdb between 3.1 and 4.6. Problem noted by John Wood. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Applied patch from upstream to fix libdb compatibility issues. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. Update to newer 2.8.0 upstream source. -------------------------------------------------------------------------------- ChangeLog: * Fri Mar 29 2013 Steve Jenkins 2.8.2-1 - Updated to use newer upstream 2.8.2 source code * Tue Mar 19 2013 Steve Jenkins 2.8.1-1 - Updated to use newer upstream 2.8.1 source code - Removed patches for bugs fixed in upstream source * Wed Feb 27 2013 Steve Jenkins 2.8.0-4 - Added patch from upstream to fix libdb compatibility issues * Tue Feb 26 2013 Steve Jenkins 2.8.0-3 - Split into two spec files: systemd (F17+) and SysV (EL5-6) - systemd-only: Removed leading / from unitdir variables - Removed commented source lines - Created comment sections for easy switching between systemd and SysV * Mon Feb 25 2013 Steve Jenkins 2.8.0-2 - Added / in front of unitdir variables * Thu Feb 21 2013 Steve Jenkins 2.8.0-1 - Happy Birthday to me! :) - Updated to use newer upstream 2.8.0 source code - Migration from SysV initscript to systemd unit file - Added systemd build requirement - Edited comments in default configuration files - Changed default Canonicalization to relaxed/relaxed in config file - Changed default values in EnvironmentFile - Moved program startup options into EnvironmentFile - Moved default key check and generation on startup to external script - Removed AutoRestart directives from default config (systemd will handle) - Incorporated additional variable names throughout spec file - Added support for new opendkim-sysvinit package for legacy SysV systems -------------------------------------------------------------------------------- ================================================================================ vanessa_logger-0.0.10-2.el5 (FEDORA-EPEL-2013-0850) Generic logging layer -------------------------------------------------------------------------------- Update Information: Update to 0.0.10 version as perdition requirement -------------------------------------------------------------------------------- ChangeLog: * Fri Feb 15 2013 Fedora Release Engineering - 0.0.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Mon Aug 6 2012 Pavel Alexeev - 0.0.10-1 - Update to 0.0.10 * Sun Jul 22 2012 Fedora Release Engineering - 0.0.8-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Mon May 7 2012 Pavel Alexeev - 0.0.8-8 - Remove static libraries mention from description and summary (bz#817949). * Sat Jan 14 2012 Fedora Release Engineering - 0.0.8-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Mon Feb 7 2011 Fedora Release Engineering - 0.0.8-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ weechat-0.4.0-3.el5 (FEDORA-EPEL-2013-0846) Portable, fast, light and extensible IRC client -------------------------------------------------------------------------------- Update Information: Enable _hardened_build as weechat matches the "long running" criterion -------------------------------------------------------------------------------- ChangeLog: * Sat Mar 30 2013 Jamie Nguyen - 0.4.0-3 - enable _hardened_build as weechat matches the "long running" criteria - remove redundant PIE patch --------------------------------------------------------------------------------