The following Fedora EPEL 7 Security updates need testing:
Age URL
61 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-3621/php-Smarty-3.…
45 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-3989/cross-binutil…
9 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4765/unrtf-0.21.7-…
9 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4757/mingw-jasper-…
9 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4759/rabbitmq-serv…
8 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4800/libssh-0.6.4-…
7 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4830/roundcubemail…
5 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4868/glpi-0.84.8-3…
4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4904/mingw-freetyp…
4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4892/mingw-libxml2…
4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4910/mingw-dbus-1.…
4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4895/mingw-openssl…
4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4906/mingw-curl-7.…
4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4883/mingw-libjpeg…
4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4901/mingw-binutil…
2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4916/mingw-pcre-8.…
The following builds have been pushed to Fedora EPEL 7 updates-testing
drupal7-addressfield-1.0-0.3.rc1.el7
drupal7-admin_menu-3.0-0.5.rc5.el7
libfap-1.4-1.el7
nodejs-bl-0.9.3-1.el7
nodejs-chai-1.9.1-2.el7
nodejs-compress-commons-0.2.0-1.el7
nodejs-crc32-stream-0.3.1-1.el7
nodejs-deep-eql-0.1.3-2.el7
nodejs-relateurl-0.2.5-3.el7
nodejs-simple-assert-1.0.0-2.el7
nodejs-type-detect-0.1.2-2.el7
nodejs-zip-stream-0.5.0-1.el7
php-pear-Net-URL2-2.1.1-1.el7
php-phpunit-PHP-CodeCoverage-2.0.14-1.el7
php-phpunit-PHPUnit-4.4.1-1.el7
Details about builds:
================================================================================
drupal7-addressfield-1.0-0.3.rc1.el7 (FEDORA-EPEL-2014-4923)
Manage a flexible address field, implementing the xNAL standard
--------------------------------------------------------------------------------
Update Information:
## 7.x-1.0-rc1\r\n\r\nThis release over 50 commits made since beta5, with major improvements backported from our commerceguys/addressing [1] library (the base of the future addressfield D8 version [2]).\r\n\r\n* Created the concept of an address format [3]. An address format is an array which contains the per-country list of used fields, list of required fields, and the field labels. Imported address formats for 200 countries, derived from Google’s dataset.\r\n* Moved administrative areas out of address.inc, into their own include file (addressfield.administrative_areas.inc [4]), added an alter hook.\r\n* Added administrative areas for 20 countries: Argentina, Chile, China, Colombia, Egypt, Hong Kong, India, Indonesia, Ireland, Jamaica, Japan, Malaysia, Mexico, Peru, Russia, South Korea, Spain, Turkey, United Arab Emirates, Venezuela.\r\n* The field can now be optional [5].\r\n* Added plugins for hiding the street address and/or the postal code.\r\n\r\nChanges since 7.x-1.0-beta5:\r\n\r\n* Issue #2159251: Clear country specific fields when changing the country\r\n* Issue #1662680 by fago: Stop duplicating form state values in $form_state['addressfield']\r\n* Issue Rename the addressfield-example.inc handler to make room for other example handlers.\r\n* Issue #2262841 by DomoSapiens: W3C validation errors\r\n* Issue #2181001 by PJnes, xurizaemon, greatmatter: WSOD: Call to undefined function addressfield_token_info_alter\r\n* Issue Fix regression introduced by #968112 that caused the addressfield on the field edit form to have required fields.\r\n* Issue #2302281 by Dave Reid: Plugins to hide street address or postal code fields\r\n* Issue #2391989: Notice: Undefined variable: instance\r\n* Issue #2283483 by vasike: Missing statuses messages for addressfield ajax callback commands\r\n* Issue #968112 by Zoltán Balogh, ergophobe, mlncn, duckzland, David Stosik, guedressel, fgm, rolfmeijer, mrmikedewolf, jantoine, davisben: Allow addressfield to be optional\r\n* Issue Remove the empty first option for predefined administrative areas, rely on Drupal for this behavior.\r\n* Issue Add the correct administrative area label for Ukraine.\r\n* Issue #2151903 by johnv: Make sub_premise whole\r\n* Issue #2319093 by mistermoper: Missing sub administrative area views handler\r\n* Issue #1665788 by adubovskoy, andypost, VVS, bojanz, sin, Daniel A. Beilinson: Add administrative areas for Russian regions\r\n* Issue #1345198 by frost, pjcdawkins, mrfelton, roblav, rich.3po: Add irish counties, fix locality label\r\n* Issue #1713698 by bojanz, aidanlis, ergophobe, er_d0s: Correct address labels for Australia\r\n* Issue Fix indentation in addressfield.address_formats.inc, add alter hooks for address formats and administrative areas.\r\n* Issue Further address format improvements.\r\n* Issue Rebuild the list of countries that put the postal code after the locality, remove unneeded Brazil specific code.\r\n* Issue Move the dependent locality (suburb) field to its own row by default, customize formats for China, Philippines, Thailand.\r\n* Issue #2389517 by bojanz, skyredwang: Add administrative areas for China\r\n* Issue #2270913: Help text not shown.\r\n* Issue #2325411 by DuaelFr: Order plugins by weight instead of name\r\n* Issue #2390035: Introduce the concept of an address format, import (some of) Google's dataset\r\n* Issue Add administrative areas for Turkey and South Korea.\r\n* Issue Add administrative areas for United Arab Emirates, Argentina, Chile, Hong Kong, Jamaica, Venezuela.\r\n* Issue #2156061 by KalyaniK: Add missing indian state Telangana, separate territories.\r\n* Issue #1304140 by bojanz, Remon: Egypt administrative divisions\r\n* Issue Move predefined administrative areas to their own include file.\r\n* Issue #1707192 by Yaazkal: Add Columbian administrative areas (departments)\r\n* Issue Add the dependent_locality (suburb/neighbourhood) field to 9 additional countries.\r\n* Issue #2387967: Remove New Zealand regions\r\n* Issue #2129829 by ItangSanjana: Indonesia addresses\r\n* Issue Update the list of countries that use administrative areas in addresses, based on Google's dataset.\r\n* Issue Update postal code metadata (which countries have them, where they're required) from Google's dataset.\r\n* Issue Revert "Issue #1669620 by malberts, RStrydom: South Africa doesn't have states"\r\n* Issue #1819494: Remove Albania from the list of countries without postal codes.\r\n* Issue #1669620 by malberts, RStrydom: South Africa doesn't have states\r\n* Issue #1472628: Add Mexican States\r\n* Issue Move the list of Malaysian states.\r\n* Issue #1950448 by marvil07: Support Peruvian addresses\r\n* Issue #1297580 by jonloh: State dropdown list for Malaysia\r\n* Issue Remove duplicate Spanish subdivision.\r\n* Issue #1107484 by pineray, attiks, shi99: Support for Japanese addresses\r\n* Issue #2202945 by lorenx: Correct 3 italian province names\r\n* Issue #2304349 by eneko1907: Well known administrative areas for Spain -ES-\r\n* Issue #2134625 by RajeevK: Add indian states.\r\n* Issue #1997572 by plach, xurizaemon: Undefined index in _addressfield_render_address() line 223\r\n* Issue #2189637 by xmacinfo: District of Columbia state have a case issue\r\n* Issue #2300431 by zengenuity: Lebanon Has Optional Postal Codes\r\n* Issue #2318763 by bc: Expose the data column to views\r\n* Issue #2185001 by nedjo: Country Malawi should not have a postal code\r\n\r\n[1] https://github.com/commerceguys/addressing\r\n[2]https://drupalcommerce.org/blog/16864/commerce-2x-stories-addressing\r\n[3]http://cgit.drupalcode.org/addressfield/tree/addressfield.address_formats.i…http://cgit.drupalcode.org/addressfield/tree/addressfield.administrative_ar…https://www.drupal.org/node/968112#comment-9425741
--------------------------------------------------------------------------------
ChangeLog:
* Mon Dec 22 2014 Shawn Iwinski <shawn.iwinski(a)gmail.com> - 1.0-0.3.rc1
- Updated to 1.0-rc1 (BZ #1175145)
- Removed RPM README b/c it only explained common Drupal workflow
- %license usage
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1175145 - drupal7-addressfield-1.0-rc1 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1175145
--------------------------------------------------------------------------------
================================================================================
drupal7-admin_menu-3.0-0.5.rc5.el7 (FEDORA-EPEL-2014-4937)
Provides a theme-independent administration interface
--------------------------------------------------------------------------------
Update Information:
- Update to 7.x-3.0-rc5, release notes are available at https://www.drupal.org/node/2396363
--------------------------------------------------------------------------------
ChangeLog:
* Sat Dec 27 2014 Peter Borsa <peter.borsa(a)gmail.com> - 3.0-0.5.rc5
- Update to rc5 (BZ #1176868; release notes https://www.drupal.org/node/2396363)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1176868 - drupal7-admin_menu-3.0-rc5 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1176868
--------------------------------------------------------------------------------
================================================================================
libfap-1.4-1.el7 (FEDORA-EPEL-2014-4926)
An APRS parser written in C
--------------------------------------------------------------------------------
Update Information:
New upstream release (closes #1167664)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1167664 - libfap-1.4 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1167664
--------------------------------------------------------------------------------
================================================================================
nodejs-bl-0.9.3-1.el7 (FEDORA-EPEL-2014-4922)
A Node.js Buffer list collector, reader and streamer
--------------------------------------------------------------------------------
Update Information:
Initial package
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1176881 - Review Request: nodejs-bl - A Node.js Buffer list collector, reader and streamer
https://bugzilla.redhat.com/show_bug.cgi?id=1176881
--------------------------------------------------------------------------------
================================================================================
nodejs-chai-1.9.1-2.el7 (FEDORA-EPEL-2014-4928)
BDD/TDD assertion library for Node.js and the browser
--------------------------------------------------------------------------------
Update Information:
Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #998243 - Review Request: nodejs-chai - BDD/TDD assertion library for Node.js and the browser
https://bugzilla.redhat.com/show_bug.cgi?id=998243
--------------------------------------------------------------------------------
================================================================================
nodejs-compress-commons-0.2.0-1.el7 (FEDORA-EPEL-2014-4933)
A library that defines a common interface for working with archive formats
--------------------------------------------------------------------------------
Update Information:
Initial package
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1176895 - Review Request: nodejs-compress-commons - A library that defines a common interface for working with archive formats
https://bugzilla.redhat.com/show_bug.cgi?id=1176895
--------------------------------------------------------------------------------
================================================================================
nodejs-crc32-stream-0.3.1-1.el7 (FEDORA-EPEL-2014-4930)
A streaming CRC32 checksumer
--------------------------------------------------------------------------------
Update Information:
Initial package
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1176887 - Review Request: nodejs-crc32-stream - A streaming CRC32 checksumer
https://bugzilla.redhat.com/show_bug.cgi?id=1176887
--------------------------------------------------------------------------------
================================================================================
nodejs-deep-eql-0.1.3-2.el7 (FEDORA-EPEL-2014-4936)
Improved deep equality testing for Node.js and the browser
--------------------------------------------------------------------------------
Update Information:
Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1060254 - Review Request: nodejs-deep-eql - Improved deep equality testing for Node.js and the browser
https://bugzilla.redhat.com/show_bug.cgi?id=1060254
--------------------------------------------------------------------------------
================================================================================
nodejs-relateurl-0.2.5-3.el7 (FEDORA-EPEL-2014-4924)
Minify URLs by converting them from absolute to relative
--------------------------------------------------------------------------------
Update Information:
Added license from upstream
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1170802 - Review Request: nodejs-relateurl - Minify URLs by converting them from absolute to relative
https://bugzilla.redhat.com/show_bug.cgi?id=1170802
--------------------------------------------------------------------------------
================================================================================
nodejs-simple-assert-1.0.0-2.el7 (FEDORA-EPEL-2014-4929)
Vanilla assertions for Node.js
--------------------------------------------------------------------------------
Update Information:
Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1060245 - Review Request: nodejs-simple-assert - Vanilla assertions for Node.js
https://bugzilla.redhat.com/show_bug.cgi?id=1060245
--------------------------------------------------------------------------------
================================================================================
nodejs-type-detect-0.1.2-2.el7 (FEDORA-EPEL-2014-4927)
Improved typeof detection for Node.js and the browser
--------------------------------------------------------------------------------
Update Information:
Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1060250 - Review Request: nodejs-type-detect - Improved typeof detection for Node.js and the browser
https://bugzilla.redhat.com/show_bug.cgi?id=1060250
--------------------------------------------------------------------------------
================================================================================
nodejs-zip-stream-0.5.0-1.el7 (FEDORA-EPEL-2014-4938)
A streaming zip archive generator
--------------------------------------------------------------------------------
Update Information:
Initial package
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1176896 - Review Request: nodejs-zip-stream - A streaming zip archive generator
https://bugzilla.redhat.com/show_bug.cgi?id=1176896
--------------------------------------------------------------------------------
================================================================================
php-pear-Net-URL2-2.1.1-1.el7 (FEDORA-EPEL-2014-4932)
Class for parsing and handling URL
--------------------------------------------------------------------------------
Update Information:
Upstream changelog:\r\n* Fixed #20473: Normalize query and fragment broken
--------------------------------------------------------------------------------
ChangeLog:
* Sun Dec 28 2014 Remi Collet <remi(a)fedoraproject.org> - 2.1.1-1
- Update to 2.1.1
--------------------------------------------------------------------------------
================================================================================
php-phpunit-PHP-CodeCoverage-2.0.14-1.el7 (FEDORA-EPEL-2014-4931)
PHP code coverage information
--------------------------------------------------------------------------------
Update Information:
No upstream changelog.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Dec 26 2014 Remi Collet <remi(a)fedoraproject.org> - 2.0.14-1
- update to 2.0.14
--------------------------------------------------------------------------------
================================================================================
php-phpunit-PHPUnit-4.4.1-1.el7 (FEDORA-EPEL-2014-4935)
The PHP Unit Testing framework
--------------------------------------------------------------------------------
Update Information:
Upstream changelog: https://github.com/sebastianbergmann/phpunit/wiki/ChangeLog-for-PHPUnit-4.4
--------------------------------------------------------------------------------
ChangeLog:
* Sun Dec 28 2014 Remi Collet <remi(a)fedoraproject.org> - 4.4.1-1
- Update to 4.4.1
--------------------------------------------------------------------------------
The following Fedora EPEL 6 Security updates need testing:
Age URL
980 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5620/bugzilla-3.4.…
199 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-1616/puppet-2.7.26…
70 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-3434/pylint-1.3.1-…
45 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4008/cross-binutil…
33 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4242/facter-1.6.18…
22 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4485/python-tornad…
13 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4669/libhtp-0.5.16…
13 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4693/denyhosts-2.6…
11 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4737/docker-io-1.4…
11 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4729/ettercap-0.7.…
9 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4766/mediawiki119-…
9 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4773/unrtf-0.21.7-…
8 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4807/libssh-0.5.5-…
7 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4829/roundcubemail…
5 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4850/glpi-0.83.9.1…
5 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4624/xrdp-0.6.1-2.…
4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4884/mapserver-6.0…
2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4918/dokuwiki-0-0.…
The following builds have been pushed to Fedora EPEL 6 updates-testing
drupal7-addressfield-1.0-0.3.rc1.el6
drupal7-admin_menu-3.0-0.5.rc5.el6
drupal7-views_rss-2.0-0.4.rc4.el6
libfap-1.4-1.el6
Details about builds:
================================================================================
drupal7-addressfield-1.0-0.3.rc1.el6 (FEDORA-EPEL-2014-4939)
Manage a flexible address field, implementing the xNAL standard
--------------------------------------------------------------------------------
Update Information:
## 7.x-1.0-rc1\r\n\r\nThis release over 50 commits made since beta5, with major improvements backported from our commerceguys/addressing [1] library (the base of the future addressfield D8 version [2]).\r\n\r\n* Created the concept of an address format [3]. An address format is an array which contains the per-country list of used fields, list of required fields, and the field labels. Imported address formats for 200 countries, derived from Google’s dataset.\r\n* Moved administrative areas out of address.inc, into their own include file (addressfield.administrative_areas.inc [4]), added an alter hook.\r\n* Added administrative areas for 20 countries: Argentina, Chile, China, Colombia, Egypt, Hong Kong, India, Indonesia, Ireland, Jamaica, Japan, Malaysia, Mexico, Peru, Russia, South Korea, Spain, Turkey, United Arab Emirates, Venezuela.\r\n* The field can now be optional [5].\r\n* Added plugins for hiding the street address and/or the postal code.\r\n\r\nChanges since 7.x-1.0-beta5:\r\n\r\n* Issue #2159251: Clear country specific fields when changing the country\r\n* Issue #1662680 by fago: Stop duplicating form state values in $form_state['addressfield']\r\n* Issue Rename the addressfield-example.inc handler to make room for other example handlers.\r\n* Issue #2262841 by DomoSapiens: W3C validation errors\r\n* Issue #2181001 by PJnes, xurizaemon, greatmatter: WSOD: Call to undefined function addressfield_token_info_alter\r\n* Issue Fix regression introduced by #968112 that caused the addressfield on the field edit form to have required fields.\r\n* Issue #2302281 by Dave Reid: Plugins to hide street address or postal code fields\r\n* Issue #2391989: Notice: Undefined variable: instance\r\n* Issue #2283483 by vasike: Missing statuses messages for addressfield ajax callback commands\r\n* Issue #968112 by Zoltán Balogh, ergophobe, mlncn, duckzland, David Stosik, guedressel, fgm, rolfmeijer, mrmikedewolf, jantoine, davisben: Allow addressfield to be optional\r\n* Issue Remove the empty first option for predefined administrative areas, rely on Drupal for this behavior.\r\n* Issue Add the correct administrative area label for Ukraine.\r\n* Issue #2151903 by johnv: Make sub_premise whole\r\n* Issue #2319093 by mistermoper: Missing sub administrative area views handler\r\n* Issue #1665788 by adubovskoy, andypost, VVS, bojanz, sin, Daniel A. Beilinson: Add administrative areas for Russian regions\r\n* Issue #1345198 by frost, pjcdawkins, mrfelton, roblav, rich.3po: Add irish counties, fix locality label\r\n* Issue #1713698 by bojanz, aidanlis, ergophobe, er_d0s: Correct address labels for Australia\r\n* Issue Fix indentation in addressfield.address_formats.inc, add alter hooks for address formats and administrative areas.\r\n* Issue Further address format improvements.\r\n* Issue Rebuild the list of countries that put the postal code after the locality, remove unneeded Brazil specific code.\r\n* Issue Move the dependent locality (suburb) field to its own row by default, customize formats for China, Philippines, Thailand.\r\n* Issue #2389517 by bojanz, skyredwang: Add administrative areas for China\r\n* Issue #2270913: Help text not shown.\r\n* Issue #2325411 by DuaelFr: Order plugins by weight instead of name\r\n* Issue #2390035: Introduce the concept of an address format, import (some of) Google's dataset\r\n* Issue Add administrative areas for Turkey and South Korea.\r\n* Issue Add administrative areas for United Arab Emirates, Argentina, Chile, Hong Kong, Jamaica, Venezuela.\r\n* Issue #2156061 by KalyaniK: Add missing indian state Telangana, separate territories.\r\n* Issue #1304140 by bojanz, Remon: Egypt administrative divisions\r\n* Issue Move predefined administrative areas to their own include file.\r\n* Issue #1707192 by Yaazkal: Add Columbian administrative areas (departments)\r\n* Issue Add the dependent_locality (suburb/neighbourhood) field to 9 additional countries.\r\n* Issue #2387967: Remove New Zealand regions\r\n* Issue #2129829 by ItangSanjana: Indonesia addresses\r\n* Issue Update the list of countries that use administrative areas in addresses, based on Google's dataset.\r\n* Issue Update postal code metadata (which countries have them, where they're required) from Google's dataset.\r\n* Issue Revert "Issue #1669620 by malberts, RStrydom: South Africa doesn't have states"\r\n* Issue #1819494: Remove Albania from the list of countries without postal codes.\r\n* Issue #1669620 by malberts, RStrydom: South Africa doesn't have states\r\n* Issue #1472628: Add Mexican States\r\n* Issue Move the list of Malaysian states.\r\n* Issue #1950448 by marvil07: Support Peruvian addresses\r\n* Issue #1297580 by jonloh: State dropdown list for Malaysia\r\n* Issue Remove duplicate Spanish subdivision.\r\n* Issue #1107484 by pineray, attiks, shi99: Support for Japanese addresses\r\n* Issue #2202945 by lorenx: Correct 3 italian province names\r\n* Issue #2304349 by eneko1907: Well known administrative areas for Spain -ES-\r\n* Issue #2134625 by RajeevK: Add indian states.\r\n* Issue #1997572 by plach, xurizaemon: Undefined index in _addressfield_render_address() line 223\r\n* Issue #2189637 by xmacinfo: District of Columbia state have a case issue\r\n* Issue #2300431 by zengenuity: Lebanon Has Optional Postal Codes\r\n* Issue #2318763 by bc: Expose the data column to views\r\n* Issue #2185001 by nedjo: Country Malawi should not have a postal code\r\n\r\n[1] https://github.com/commerceguys/addressing\r\n[2]https://drupalcommerce.org/blog/16864/commerce-2x-stories-addressing\r\n[3]http://cgit.drupalcode.org/addressfield/tree/addressfield.address_formats.i…http://cgit.drupalcode.org/addressfield/tree/addressfield.administrative_ar…https://www.drupal.org/node/968112#comment-9425741
--------------------------------------------------------------------------------
ChangeLog:
* Mon Dec 22 2014 Shawn Iwinski <shawn.iwinski(a)gmail.com> - 1.0-0.3.rc1
- Updated to 1.0-rc1 (BZ #1175145)
- Removed RPM README b/c it only explained common Drupal workflow
- %license usage
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1175145 - drupal7-addressfield-1.0-rc1 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1175145
--------------------------------------------------------------------------------
================================================================================
drupal7-admin_menu-3.0-0.5.rc5.el6 (FEDORA-EPEL-2014-4934)
Provides a theme-independent administration interface
--------------------------------------------------------------------------------
Update Information:
- Update to 7.x-3.0-rc5, release notes are available at https://www.drupal.org/node/2396363
--------------------------------------------------------------------------------
ChangeLog:
* Sat Dec 27 2014 Peter Borsa <peter.borsa(a)gmail.com> - 3.0-0.5.rc5
- Update to rc5 (BZ #1176868; release notes https://www.drupal.org/node/2396363)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1176868 - drupal7-admin_menu-3.0-rc5 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1176868
--------------------------------------------------------------------------------
================================================================================
drupal7-views_rss-2.0-0.4.rc4.el6 (FEDORA-EPEL-2014-4921)
Provides a views plugin that allows fields in RSS feeds
--------------------------------------------------------------------------------
Update Information:
- Update to 2.0-rc4, release notes are available at https://www.drupal.org/node/2398015
--------------------------------------------------------------------------------
ChangeLog:
* Sat Dec 27 2014 Peter Borsa <peter.borsa(a)gmail.com> 2.0-0.4.rc4
- Update to rc4 (BZ #1177441; releaste notes https://www.drupal.org/node/2398015)
* Sat Jun 7 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.0-0.3.rc3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Sat Aug 3 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.0-0.2.rc3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1177441 - drupal7-views_rss-2.0-rc4 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1177441
--------------------------------------------------------------------------------
================================================================================
libfap-1.4-1.el6 (FEDORA-EPEL-2014-4925)
An APRS parser written in C
--------------------------------------------------------------------------------
Update Information:
New upstream release (closes #1167664)
--------------------------------------------------------------------------------
ChangeLog:
* Thu Dec 25 2014 Andrew Elwell <Andrew.Elwell(a)gmail.com> - 1.4-1
- New upstream release (closes #1167664)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1167664 - libfap-1.4 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1167664
--------------------------------------------------------------------------------
The following Fedora EPEL 6 Security updates need testing:
Age URL
976 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5620/bugzilla-3.4.…
195 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-1616/puppet-2.7.26…
66 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-3434/pylint-1.3.1-…
41 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4008/cross-binutil…
29 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4242/facter-1.6.18…
18 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4485/python-tornad…
13 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4575/links-2.8-4.e…
13 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4563/firebird-2.5.…
9 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4669/libhtp-0.5.16…
9 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4693/denyhosts-2.6…
7 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4737/docker-io-1.4…
7 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4729/ettercap-0.7.…
5 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4766/mediawiki119-…
5 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4773/unrtf-0.21.7-…
4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4807/libssh-0.5.5-…
2 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4829/roundcubemail…
1 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4850/glpi-0.83.9.1…
1 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4624/xrdp-0.6.1-2.…
0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4884/mapserver-6.0…
The following builds have been pushed to Fedora EPEL 6 updates-testing
drupal7-google_analytics-2.1-1.el6
drupal7-webform-4.2-1.el6
golang-github-abbot-go-http-auth-0-0.1.gitc0ef453.el6
golang-github-ghodss-yaml-0-0.2.git4fb5c72.el6
golang-github-jonboulle-clockwork-0-0.1.git3f831b6.el6
golang-github-spf13-cobra-0-0.5.gite1e66f7.el6
jpegoptim-1.4.2-1.el6
mapserver-6.0.4-1.el6
mingw-binutils-2.24-5.el6
mingw-crt-3.3.0-1.el6
mingw-filesystem-99-5.el6
mingw-gcc-4.9.2-1.el6
mingw-headers-3.3.0-1.el6
mingw-winpthreads-3.3.0-1.el6
nmon-14i-8.el6
nodejs-browser-request-0.3.3-1.el6
nodejs-dtree-0.0.7-1.el6
nodejs-end-of-stream-1.1.0-1.el6
nodejs-minstache-1.2.0-1.el6
phoronix-test-suite-5.4.1-1.el6
Details about builds:
================================================================================
drupal7-google_analytics-2.1-1.el6 (FEDORA-EPEL-2014-4888)
Adds the Google Analytics web statistics tracking system to your website
--------------------------------------------------------------------------------
Update Information:
- Updated to 2.1 (BZ #1173033; release notes https://www.drupal.org/node/2384245)
--------------------------------------------------------------------------------
ChangeLog:
* Wed Dec 24 2014 Peter Borsa <peter.borsa(a)gmail.com> - 2.1-1
- Updated to 2.1 (BZ #1173033; release notes https://www.drupal.org/node/2384245)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1173033 - drupal7-google_analytics-2.1 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1173033
--------------------------------------------------------------------------------
================================================================================
drupal7-webform-4.2-1.el6 (FEDORA-EPEL-2014-4902)
Webform is the module for making surveys in Drupal
--------------------------------------------------------------------------------
Update Information:
- Update to 4.2\r\n- Release notes can be found at https://www.drupal.org/node/2381793
--------------------------------------------------------------------------------
ChangeLog:
* Tue Dec 23 2014 Peter Borsa <peter.borsa(a)gmail.com> 4.2-1
- Update to 4.2
- Release notes can be found at https://www.drupal.org/node/2381793
* Tue Nov 25 2014 Peter Borsa <peter.borsa(a)gmail.com> 4.1-2
- Fix el6 spec file
* Tue Nov 25 2014 Peter Borsa <peter.borsa(a)gmail.com> 4.1-1
- Update to 4.1
- Release notes can be found at https://www.drupal.org/node/2351973
* Sat Jun 7 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 4.0-0.3.beta3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1150458 - drupal7-webform-4.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1150458
--------------------------------------------------------------------------------
================================================================================
golang-github-abbot-go-http-auth-0-0.1.gitc0ef453.el6 (FEDORA-EPEL-2014-4891)
Basic and Digest HTTP Authentication for golang http
--------------------------------------------------------------------------------
Update Information:
First package for Fedora
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1175673 - Review Request: golang-github-abbot-go-http-auth - Basic and Digest HTTP Authentication for golang http
https://bugzilla.redhat.com/show_bug.cgi?id=1175673
--------------------------------------------------------------------------------
================================================================================
golang-github-ghodss-yaml-0-0.2.git4fb5c72.el6 (FEDORA-EPEL-2014-4909)
A better way to marshal and unmarshal YAML in Golang
--------------------------------------------------------------------------------
Update Information:
Bump to 4fb5c728a37b361a1e971a3bb3d785fcc96b6ef5\nFirst package for Fedora
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1172603 - Review Request: golang-github-ghodss-yaml - A better way to marshal and unmarshal YAML in Golang
https://bugzilla.redhat.com/show_bug.cgi?id=1172603
--------------------------------------------------------------------------------
================================================================================
golang-github-jonboulle-clockwork-0-0.1.git3f831b6.el6 (FEDORA-EPEL-2014-4900)
A fake clock for golang
--------------------------------------------------------------------------------
Update Information:
First package for Fedora
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1175771 - Review Request: golang-github-jonboulle-clockwork - A fake clock for golang
https://bugzilla.redhat.com/show_bug.cgi?id=1175771
--------------------------------------------------------------------------------
================================================================================
golang-github-spf13-cobra-0-0.5.gite1e66f7.el6 (FEDORA-EPEL-2014-4897)
A Commander for modern go CLI interactions
--------------------------------------------------------------------------------
Update Information:
Bump to e1e66f7b4e667751cf530ddb6e72b79d6eeb0235
--------------------------------------------------------------------------------
ChangeLog:
* Wed Dec 24 2014 jchaloup <jchaloup(a)redhat.com> - 0-0.5.gitb1e90a7
- Bump to e1e66f7b4e667751cf530ddb6e72b79d6eeb0235
related: #1085881
* Thu Oct 16 2014 jchaloup <jchaloup(a)redhat.com> - 0-0.4.gite174a40
- Bump to b1e90a7943957b51bb96a13b44b844475bcf95c0
* Sat Jun 7 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0-0.3.gite174a40
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1085881 - Review Request: golang-github-spf13-cobra - A Commander for modern go CLI interactions
https://bugzilla.redhat.com/show_bug.cgi?id=1085881
--------------------------------------------------------------------------------
================================================================================
jpegoptim-1.4.2-1.el6 (FEDORA-EPEL-2014-4879)
Utility to optimize JPEG files
--------------------------------------------------------------------------------
Update Information:
Update to version 1.4.2
--------------------------------------------------------------------------------
ChangeLog:
* Tue Dec 23 2014 Denis Fateyev <denis(a)fateyev.com> - 1.4.2-1
- Update to version 1.4.2
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.4.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sun Jun 8 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.4.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1176901 - jpegoptim-1.4.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1176901
--------------------------------------------------------------------------------
================================================================================
mapserver-6.0.4-1.el6 (FEDORA-EPEL-2014-4884)
Environment for building spatially-enabled internet applications
--------------------------------------------------------------------------------
Update Information:
Update to 6.0.4, for various fixes described at: https://github.com/mapserver/mapserver/blob/rel-6-0-4/HISTORY.TXT, plus\nBZ 1048690 - SQL injections with postgis TIME filters
--------------------------------------------------------------------------------
ChangeLog:
* Tue Dec 23 2014 Pavel Lisý <pali(a)fedoraproject.org> - 6.0.4-1
- Update to 6.0.4, for various fixes described at:
https://github.com/mapserver/mapserver/blob/rel-6-0-4/HISTORY.TXT
- BZ 1048690 - SQL injections with postgis TIME filters
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1048690 - CVE-2013-7262 mapserver: SQL injections with postgis TIME filters [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1048690
--------------------------------------------------------------------------------
================================================================================
mingw-binutils-2.24-5.el6 (FEDORA-EPEL-2014-4889)
Cross-compiled version of binutils for Win32 and Win64 environments
--------------------------------------------------------------------------------
Update Information:
Initial import of the mingw-w64 toolchain in EPEL6
--------------------------------------------------------------------------------
================================================================================
mingw-crt-3.3.0-1.el6 (FEDORA-EPEL-2014-4889)
MinGW Windows cross-compiler runtime
--------------------------------------------------------------------------------
Update Information:
Initial import of the mingw-w64 toolchain in EPEL6
--------------------------------------------------------------------------------
================================================================================
mingw-filesystem-99-5.el6 (FEDORA-EPEL-2014-4889)
MinGW cross compiler base filesystem and environment
--------------------------------------------------------------------------------
Update Information:
Initial import of the mingw-w64 toolchain in EPEL6
--------------------------------------------------------------------------------
================================================================================
mingw-gcc-4.9.2-1.el6 (FEDORA-EPEL-2014-4889)
MinGW Windows cross-compiler (GCC) for C
--------------------------------------------------------------------------------
Update Information:
Initial import of the mingw-w64 toolchain in EPEL6
--------------------------------------------------------------------------------
================================================================================
mingw-headers-3.3.0-1.el6 (FEDORA-EPEL-2014-4889)
Win32/Win64 header files
--------------------------------------------------------------------------------
Update Information:
Initial import of the mingw-w64 toolchain in EPEL6
--------------------------------------------------------------------------------
================================================================================
mingw-winpthreads-3.3.0-1.el6 (FEDORA-EPEL-2014-4889)
MinGW pthread library
--------------------------------------------------------------------------------
Update Information:
Initial import of the mingw-w64 toolchain in EPEL6
--------------------------------------------------------------------------------
================================================================================
nmon-14i-8.el6 (FEDORA-EPEL-2014-4908)
Nigel's performance Monitor for Linux
--------------------------------------------------------------------------------
Update Information:
EPEL build
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1115435 - Please build this package for EPEL6+
https://bugzilla.redhat.com/show_bug.cgi?id=1115435
--------------------------------------------------------------------------------
================================================================================
nodejs-browser-request-0.3.3-1.el6 (FEDORA-EPEL-2014-4905)
Browser port of the Node.js 'request' package
--------------------------------------------------------------------------------
Update Information:
Initial packaging
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1173387 - Review Request: nodejs-browser-request - Browser port of the Node.js 'request' package
https://bugzilla.redhat.com/show_bug.cgi?id=1173387
--------------------------------------------------------------------------------
================================================================================
nodejs-dtree-0.0.7-1.el6 (FEDORA-EPEL-2014-4882)
Command-line tool to view the dependency tree of any single js file
--------------------------------------------------------------------------------
Update Information:
Initial packaging
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1171750 - Review Request: nodejs-dtree - Command-line tool to view the dependency tree of any single js file
https://bugzilla.redhat.com/show_bug.cgi?id=1171750
--------------------------------------------------------------------------------
================================================================================
nodejs-end-of-stream-1.1.0-1.el6 (FEDORA-EPEL-2014-4907)
Call a callback when a readable/writable/duplex stream has completed or failed
--------------------------------------------------------------------------------
Update Information:
Initial packaging
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1176809 - Review Request: nodejs-end-of-stream - Call a callback when a readable/writable/duplex stream has completed or failed
https://bugzilla.redhat.com/show_bug.cgi?id=1176809
--------------------------------------------------------------------------------
================================================================================
nodejs-minstache-1.2.0-1.el6 (FEDORA-EPEL-2014-4890)
Mini mustache template engine
--------------------------------------------------------------------------------
Update Information:
Initial packaging
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1173206 - Review Request: nodejs-minstache - Mini mustache template engine
https://bugzilla.redhat.com/show_bug.cgi?id=1173206
--------------------------------------------------------------------------------
================================================================================
phoronix-test-suite-5.4.1-1.el6 (FEDORA-EPEL-2014-4880)
An Automated, Open-Source Testing Framework
--------------------------------------------------------------------------------
Update Information:
Update to new upstream release
--------------------------------------------------------------------------------
ChangeLog:
* Wed Dec 24 2014 Markus Mayer <lotharlutz(a)gmx.de> - 5.4.1-1
- new upstream release
--------------------------------------------------------------------------------
The following Fedora EPEL 5 Security updates need testing:
Age URL
975 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5630/bugzilla-3.2.…
429 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-11893/libguestfs-1…
194 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-1626/puppet-2.7.26…
48 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-3784/mantis-1.2.17…
43 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-3849/sblim-sfcb-1.…
12 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4620/pywebdav-0.9.…
12 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4520/firebird-2.1.…
10 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4430/phpMyAdmin4-4…
8 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4674/denyhosts-2.6…
6 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4743/ettercap-0.7.…
3 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4803/libssh-0.5.5-…
0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4527/xrdp-0.6.1-2.…
0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4867/glpi-0.83.9.1…
The following builds have been pushed to Fedora EPEL 5 updates-testing
drupal7-context-3.5-1.el5
glpi-0.83.9.1-5.el5
root-5.34.24-1.el5
shogun-data-0.8.1-0.22.git20141217.ab44087.el5
wordpress-4.1-1.el5
xrdp-0.6.1-2.el5
yadifa-2.0.4-1.el5
Details about builds:
================================================================================
drupal7-context-3.5-1.el5 (FEDORA-EPEL-2014-4843)
Allows contextual conditions and reactions management
--------------------------------------------------------------------------------
Update Information:
## [7.x-3.5 ](https://www.drupal.org/node/2392055)\r\n\r\nThis fixes possible DB consistency problems in 3.4.\r\n\r\n* 1cd84d0 Revert "Revert "Issue #835090: Context Reaction: Set menu trail by Karsa, Deciphered, nedjo, fearlsgroove, Dane Powell, Angry Dan, mgifford, Jibus, Bußmeyer, tomb, c4rl | rjacobs: Set context reaction menu trail.""\r\n* e5aae41 Issue #2358313: Angle bracket in menu names double checkplained: Remove double check_plain on mlid 0 items\r\n\r\n## [7.x-3.4](https://www.drupal.org/node/2391965)\r\n\r\n* 4eab91e Issue #1018834: Default context condition that applies when no other non-sitewide context is active by tekante: Further clarification in the main context README file about the inline editor\r\n* f3e501b Revert "Issue #835090: Context Reaction: Set menu trail by Karsa, Deciphered, nedjo, fearlsgroove, Dane Powell, Angry Dan, mgifford, Jibus, Bußmeyer, tomb, c4rl | rjacobs: Set context reaction menu trail."
--------------------------------------------------------------------------------
ChangeLog:
* Sat Dec 20 2014 Shawn Iwinski <shawn.iwinski(a)gmail.com> - 3.5-1
- Updated to 3.5 (BZ #1175146)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1175146 - drupal7-context-3.5 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1175146
--------------------------------------------------------------------------------
================================================================================
glpi-0.83.9.1-5.el5 (FEDORA-EPEL-2014-4867)
Free IT asset management software
--------------------------------------------------------------------------------
Update Information:
fix SQL injection
--------------------------------------------------------------------------------
ChangeLog:
* Mon Dec 22 2014 Remi Collet <remi(a)fedoraproject.org> - 0.83.9.1-5
- fix SQL Injection CVE-2014-9258
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1176166 - CVE-2014-9258 glpi: ajax/getDropdownValue.php SQL injection
https://bugzilla.redhat.com/show_bug.cgi?id=1176166
--------------------------------------------------------------------------------
================================================================================
root-5.34.24-1.el5 (FEDORA-EPEL-2014-4852)
Numerical data analysis framework
--------------------------------------------------------------------------------
Update Information:
http://root.cern.ch/drupal/content/root-version-v5-34-00-patch-release-notes
--------------------------------------------------------------------------------
ChangeLog:
* Fri Dec 19 2014 Mattias Ellert <mattias.ellert(a)fysast.uu.se> - 5.34.24-1
- Update to 5.34.24
- Drop patch root-bsd-misc.patch
--------------------------------------------------------------------------------
================================================================================
shogun-data-0.8.1-0.22.git20141217.ab44087.el5 (FEDORA-EPEL-2014-4845)
Data-files for the SHOGUN machine learning toolbox
--------------------------------------------------------------------------------
Update Information:
updated to new snapshot git20141217.ab44087e1a3c5ec05c1c64ebd691fdc5f56b2e81
--------------------------------------------------------------------------------
ChangeLog:
* Mon Dec 22 2014 Björn Esser <bjoern.esser(a)gmail.com> - 0.8.1-0.22.git20141217.ab44087
- updated to new snapshot git20141217.ab44087e1a3c5ec05c1c64ebd691fdc5f56b2e81
* Wed Dec 10 2014 Björn Esser <bjoern.esser(a)gmail.com> - 0.8.1-0.21.git20141208.9a2f2be
- updated to new snapshot git20141208.9a2f2bee48755c632a959244d7522654efc2e58c
* Mon Dec 8 2014 Björn Esser <bjoern.esser(a)gmail.com> - 0.8.1-0.20.git20141204.6b9f893
- updated to new snapshot git20141204.6b9f893fa5044eab38e19803838a42132269185d
--------------------------------------------------------------------------------
================================================================================
wordpress-4.1-1.el5 (FEDORA-EPEL-2014-4855)
Blog tool and publishing platform
--------------------------------------------------------------------------------
Update Information:
WordPress 4.1 “Dinah”\r\n\r\nUpstream announcement: https://wordpress.org/news/2014/12/dinah/
--------------------------------------------------------------------------------
ChangeLog:
* Mon Dec 22 2014 Remi Collet <remi(a)fedoraproject.org> - 4.1-1
- WordPress 4.1 “Dinah”
--------------------------------------------------------------------------------
================================================================================
xrdp-0.6.1-2.el5 (FEDORA-EPEL-2014-4527)
Open source remote desktop protocol (RDP) server
--------------------------------------------------------------------------------
Update Information:
Close a security vulnerability in 0.5.0 and update to a known working release, 0.6.1. Add a delay loop for VNC back end.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Dec 22 2014 Bojan Smojver <bojan(a)rexursive.com> - 0.6.1-2
- add a delay loop when connecting to VNC back end
* Wed Dec 10 2014 Bojan Smojver <bojan(a)rexursive.com> - 0.6.1-1
- try a bump to official 0.6.1
- provide format for syslog() call
- fix memset() call
- fix implicit declarations
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #782621 - xrdp: predictable temporary files may lead to arbitrary file overwrite [epel-all]
https://bugzilla.redhat.com/show_bug.cgi?id=782621
--------------------------------------------------------------------------------
================================================================================
yadifa-2.0.4-1.el5 (FEDORA-EPEL-2014-4837)
Lightweight authoritative Name Server with DNSSEC capabilities
--------------------------------------------------------------------------------
Update Information:
Update to 2.0.4 release
--------------------------------------------------------------------------------
ChangeLog:
* Sun Dec 21 2014 Denis Fateyev <denis(a)fateyev.com> - 2.0.4-1
- Update to 2.0.4 release
* Sat Oct 18 2014 Denis Fateyev <denis(a)fateyev.com> - 2.0.0-1
- Update to 2.0.0 release
- New program features added
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1176685 - yadifa: 2.0.4 upstream release available
https://bugzilla.redhat.com/show_bug.cgi?id=1176685
--------------------------------------------------------------------------------
The following Fedora EPEL 7 Security updates need testing:
Age URL
55 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-3621/php-Smarty-3.…
40 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-3989/cross-binutil…
12 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4536/firebird-2.5.…
4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4765/unrtf-0.21.7-…
4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4757/mingw-jasper-…
4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4759/rabbitmq-serv…
3 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4800/libssh-0.6.4-…
1 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4830/roundcubemail…
0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4868/glpi-0.84.8-3…
The following builds have been pushed to Fedora EPEL 7 updates-testing
calligra-2.8.7-3.el7
calligra-l10n-2.8.7-1.el7
devilspie2-0.38-3.el7
glpi-0.84.8-3.el7
libindi-0.9.9-1.el7
nodejs-as-number-1.0.0-1.el7
nodejs-ascii-tree-0.1.1-1.el7
nodejs-from-0.1.3-1.el7
nodejs-got-2.2.0-1.el7
nodejs-object-assign-2.0.0-2.el7
nodejs-registry-url-2.0.0-2.el7
nodejs-split-0.3.2-1.el7
nodejs-stream-reduce-1.0.3-1.el7
pgadmin3-1.20.0-1.el7
python-bitmath-1.1.0-1.el7
python-webassets-0.9-5.el7
rubygem-aruba-0.5.4-2.el7
rubygem-fog-brightbox-0.0.2-2.el7
rubygem-fog-json-1.0.0-2.el7
rubygem-fog-softlayer-0.3.18-2.el7
rubygem-hoe-3.13.0-1.el7
rubygem-unicode-0.4.4.1-2.el7
shogun-data-0.8.1-0.22.git20141217.ab44087.el7
shorewall-4.6.5.3-1.el7
wordpress-4.1-1.el7
yadifa-2.0.4-1.el7
Details about builds:
================================================================================
calligra-2.8.7-3.el7 (FEDORA-EPEL-2014-4650)
An integrated office suite
--------------------------------------------------------------------------------
Update Information:
New stable release.\r\n\r\nBase calligra package now depends on (empty) calligra-l10n, so that yum langpacks plugin works as expected.\r\n\r\nSee also:\r\nhttps://www.calligra.org/news/calligra-2-8-7-released/
--------------------------------------------------------------------------------
ChangeLog:
* Sun Dec 21 2014 Rex Dieter <rdieter(a)fedoraproject.org> 2.8.7-3
- move libcalligradb to -libs, likoreport now depends on it (#1176398)
* Wed Dec 10 2014 Rex Dieter <rdieter(a)fedoraproject.org> 2.8.7-2
- rebuild (marble)
* Fri Dec 5 2014 Rex Dieter <rdieter(a)fedoraproject.org> 2.8.7-1
- 2.8.7
- -core: +Requires: calligra-l10n
* Thu Nov 27 2014 Marek Kasik <mkasik(a)redhat.com> 2.8.6-3
- Rebuild (poppler-0.28.1)
* Wed Nov 26 2014 Rex Dieter <rdieter(a)fedoraproject.org> 2.8.6-2
- rebuild (openexr)
* Mon Sep 22 2014 Rex Dieter <rdieter(a)fedoraproject.org> 2.8.6-1
- 2.8.6
* Tue Aug 26 2014 David Tardon <dtardon(a)redhat.com> - 2.8.5-6
- rebuild for ICU 53.1
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.8.5-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Fri Aug 15 2014 Rex Dieter <rdieter(a)fedoraproject.org> 2.8.5-4
- rebuild (okular)
* Wed Aug 6 2014 Rex Dieter <rdieter(a)fedoraproject.org> 2.8.5-3
- rebuild (kde-4.13.97)
* Mon Jul 14 2014 Rex Dieter <rdieter(a)fedoraproject.org> 2.8.5-2
- rebuild (marble)
* Sun Jul 6 2014 Rex Dieter <rdieter(a)fedoraproject.org> 2.8.5-1
- 2.8.5
* Thu Jul 3 2014 Rex Dieter <rdieter(a)fedoraproject.org> 2.8.4-2
- optimize mimeinfo scriptlet
--------------------------------------------------------------------------------
================================================================================
calligra-l10n-2.8.7-1.el7 (FEDORA-EPEL-2014-4650)
Language files for calligra
--------------------------------------------------------------------------------
Update Information:
New stable release.\r\n\r\nBase calligra package now depends on (empty) calligra-l10n, so that yum langpacks plugin works as expected.\r\n\r\nSee also:\r\nhttps://www.calligra.org/news/calligra-2-8-7-released/
--------------------------------------------------------------------------------
================================================================================
devilspie2-0.38-3.el7 (FEDORA-EPEL-2014-4760)
A window-matching utility
--------------------------------------------------------------------------------
Update Information:
Initial release.
--------------------------------------------------------------------------------
================================================================================
glpi-0.84.8-3.el7 (FEDORA-EPEL-2014-4868)
Free IT asset management software
--------------------------------------------------------------------------------
Update Information:
fix SQL injection
--------------------------------------------------------------------------------
ChangeLog:
* Mon Dec 22 2014 Remi Collet <remi(a)fedoraproject.org> - 0.84.8-3
- fix SQL Injection CVE-2014-9258
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1176166 - CVE-2014-9258 glpi: ajax/getDropdownValue.php SQL injection
https://bugzilla.redhat.com/show_bug.cgi?id=1176166
--------------------------------------------------------------------------------
================================================================================
libindi-0.9.9-1.el7 (FEDORA-EPEL-2014-4842)
Instrument Neutral Distributed Interface
--------------------------------------------------------------------------------
Update Information:
Bring libindi into epel7 to be able to control telescopes
--------------------------------------------------------------------------------
================================================================================
nodejs-as-number-1.0.0-1.el7 (FEDORA-EPEL-2014-4871)
Tiny function that returns the given number, or a default value
--------------------------------------------------------------------------------
Update Information:
Initial packaging
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1173204 - Review Request: nodejs-as-number - Tiny function that returns the given number, or a default value
https://bugzilla.redhat.com/show_bug.cgi?id=1173204
--------------------------------------------------------------------------------
================================================================================
nodejs-ascii-tree-0.1.1-1.el7 (FEDORA-EPEL-2014-4844)
A node module for generating a text tree in ASCII
--------------------------------------------------------------------------------
Update Information:
Initial packaging
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1171749 - Review Request: nodejs-ascii-tree - A node module for generating a text tree in ASCII
https://bugzilla.redhat.com/show_bug.cgi?id=1171749
--------------------------------------------------------------------------------
================================================================================
nodejs-from-0.1.3-1.el7 (FEDORA-EPEL-2014-4870)
Easy way to make a Readable Stream
--------------------------------------------------------------------------------
Update Information:
Initial packaging
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1172973 - Review Request: nodejs-from - Easy way to make a Readable Stream
https://bugzilla.redhat.com/show_bug.cgi?id=1172973
--------------------------------------------------------------------------------
================================================================================
nodejs-got-2.2.0-1.el7 (FEDORA-EPEL-2014-4856)
Simplified HTTP/HTTPS requests
--------------------------------------------------------------------------------
Update Information:
Initial packaging
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1171236 - Review Request: nodejs-got - Simplified HTTP/HTTPS requests
https://bugzilla.redhat.com/show_bug.cgi?id=1171236
--------------------------------------------------------------------------------
================================================================================
nodejs-object-assign-2.0.0-2.el7 (FEDORA-EPEL-2014-4877)
ES6 Object.assign() ponyfill
--------------------------------------------------------------------------------
Update Information:
Add test.js from upstream and enable tests
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1171231 - Review Request: nodejs-object-assign - ES6 Object.assign() ponyfill
https://bugzilla.redhat.com/show_bug.cgi?id=1171231
--------------------------------------------------------------------------------
================================================================================
nodejs-registry-url-2.0.0-2.el7 (FEDORA-EPEL-2014-4862)
Get the set npm registry URL
--------------------------------------------------------------------------------
Update Information:
Initial package
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1171230 - Review Request: nodejs-registry-url - Get the set npm registry URL
https://bugzilla.redhat.com/show_bug.cgi?id=1171230
--------------------------------------------------------------------------------
================================================================================
nodejs-split-0.3.2-1.el7 (FEDORA-EPEL-2014-4865)
Split a text stream into a line stream
--------------------------------------------------------------------------------
Update Information:
Initial packaging
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1172974 - Review Request: nodejs-split - Split a text stream into a line stream
https://bugzilla.redhat.com/show_bug.cgi?id=1172974
--------------------------------------------------------------------------------
================================================================================
nodejs-stream-reduce-1.0.3-1.el7 (FEDORA-EPEL-2014-4857)
Reduce stream data to a single value
--------------------------------------------------------------------------------
Update Information:
Initial packaging
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1172975 - Review Request: nodejs-stream-reduce - Reduce stream data to a single value
https://bugzilla.redhat.com/show_bug.cgi?id=1172975
--------------------------------------------------------------------------------
================================================================================
pgadmin3-1.20.0-1.el7 (FEDORA-EPEL-2014-4864)
Graphical client for PostgreSQL
--------------------------------------------------------------------------------
Update Information:
Update to 1.20.0
--------------------------------------------------------------------------------
ChangeLog:
* Mon Dec 22 2014 Devrim GUNDUZ <devrim(a)gunduz.org> 1.20.0-1
- Update to 1.20.0
- Update download URL -- community will deprecate FTP service.
--------------------------------------------------------------------------------
================================================================================
python-bitmath-1.1.0-1.el7 (FEDORA-EPEL-2014-4839)
Aids representing and manipulating sizes in various prefix notations
--------------------------------------------------------------------------------
Update Information:
Update to 1.1.0
--------------------------------------------------------------------------------
ChangeLog:
* Sat Dec 20 2014 Tim Bielawa <tbielawa(a)redhat.com> - 1.1.0-1
- New parse_string utility function from tonycpsu
- 'bitmath' tool added for converting on the command line
--------------------------------------------------------------------------------
================================================================================
python-webassets-0.9-5.el7 (FEDORA-EPEL-2014-4840)
Media asset management for python
--------------------------------------------------------------------------------
Update Information:
Updated patches to match upstream commits merged in 0.10. Backported some more API-compatible fixes and enhancements from 0.10 (RHBZ#1176725). Unit tests are run in %check.
--------------------------------------------------------------------------------
ChangeLog:
* Wed Dec 17 2014 Dan Callaghan <dcallagh(a)redhat.com> - 0.9-5
- updated patches to match upstream commits merged in 0.10
- backported some more API-compatible fixes and enhancements from 0.10
- unit tests are run in %check
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1176725 - backport features and fixes from webassets 0.10
https://bugzilla.redhat.com/show_bug.cgi?id=1176725
--------------------------------------------------------------------------------
================================================================================
rubygem-aruba-0.5.4-2.el7 (FEDORA-EPEL-2014-4847)
CLI Steps for Cucumber, hand-crafted for you in Aruba
--------------------------------------------------------------------------------
Update Information:
Newpackage for EPEL7
--------------------------------------------------------------------------------
================================================================================
rubygem-fog-brightbox-0.0.2-2.el7 (FEDORA-EPEL-2014-4853)
Module for `fog` or standalone provider to use the Brightbox Cloud
--------------------------------------------------------------------------------
Update Information:
Newpackage in EPEL7
--------------------------------------------------------------------------------
================================================================================
rubygem-fog-json-1.0.0-2.el7 (FEDORA-EPEL-2014-4841)
JSON parsing for fog providers
--------------------------------------------------------------------------------
Update Information:
Newpackage in EPEL7
--------------------------------------------------------------------------------
================================================================================
rubygem-fog-softlayer-0.3.18-2.el7 (FEDORA-EPEL-2014-4849)
Module for the 'fog' gem to support SoftLayer Cloud
--------------------------------------------------------------------------------
Update Information:
Newpackage in EPEL7
--------------------------------------------------------------------------------
================================================================================
rubygem-hoe-3.13.0-1.el7 (FEDORA-EPEL-2014-4872)
Hoe is a simple rake/rubygems helper for project Rakefiles
--------------------------------------------------------------------------------
Update Information:
Newpackage for epel7
--------------------------------------------------------------------------------
================================================================================
rubygem-unicode-0.4.4.1-2.el7 (FEDORA-EPEL-2014-4869)
Unicode normalization library for Ruby
--------------------------------------------------------------------------------
Update Information:
Unicode normalization library for Ruby
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1060924 - Review Request: rubygem-unicode - Unicode normalization library for Ruby
https://bugzilla.redhat.com/show_bug.cgi?id=1060924
--------------------------------------------------------------------------------
================================================================================
shogun-data-0.8.1-0.22.git20141217.ab44087.el7 (FEDORA-EPEL-2014-4873)
Data-files for the SHOGUN machine learning toolbox
--------------------------------------------------------------------------------
Update Information:
updated to new snapshot git20141217.ab44087e1a3c5ec05c1c64ebd691fdc5f56b2e81
--------------------------------------------------------------------------------
ChangeLog:
* Mon Dec 22 2014 Björn Esser <bjoern.esser(a)gmail.com> - 0.8.1-0.22.git20141217.ab44087
- updated to new snapshot git20141217.ab44087e1a3c5ec05c1c64ebd691fdc5f56b2e81
* Wed Dec 10 2014 Björn Esser <bjoern.esser(a)gmail.com> - 0.8.1-0.21.git20141208.9a2f2be
- updated to new snapshot git20141208.9a2f2bee48755c632a959244d7522654efc2e58c
* Mon Dec 8 2014 Björn Esser <bjoern.esser(a)gmail.com> - 0.8.1-0.20.git20141204.6b9f893
- updated to new snapshot git20141204.6b9f893fa5044eab38e19803838a42132269185d
--------------------------------------------------------------------------------
================================================================================
shorewall-4.6.5.3-1.el7 (FEDORA-EPEL-2014-4848)
An iptables front end for firewall configuration
--------------------------------------------------------------------------------
Update Information:
Update to 4.6.5.3\r\n\r\n- Use newer systemd service files when needed (bug #1176448)\r\n
--------------------------------------------------------------------------------
ChangeLog:
* Sun Dec 21 2014 Orion Poplawski <orion(a)cora.nwra.com> - 4.6.5.3-1
- Update to 4.6.5.3
- Use newer systemd service files when needed (bug #1176448)
* Sat Nov 15 2014 Orion Poplawski <orion(a)cora.nwra.com> - 4.6.5.1-1
- Update to 4.6.5.1
* Mon Oct 20 2014 Orion Poplawski <orion(a)cora.nwra.com> - 4.6.4.3-1
- Update to 4.6.4.3
--------------------------------------------------------------------------------
================================================================================
wordpress-4.1-1.el7 (FEDORA-EPEL-2014-4863)
Blog tool and publishing platform
--------------------------------------------------------------------------------
Update Information:
WordPress 4.1 “Dinah”\r\n\r\nUpstream announcement: https://wordpress.org/news/2014/12/dinah/
--------------------------------------------------------------------------------
ChangeLog:
* Mon Dec 22 2014 Remi Collet <remi(a)fedoraproject.org> - 4.1-1
- WordPress 4.1 “Dinah”
--------------------------------------------------------------------------------
================================================================================
yadifa-2.0.4-1.el7 (FEDORA-EPEL-2014-4838)
Lightweight authoritative Name Server with DNSSEC capabilities
--------------------------------------------------------------------------------
Update Information:
Update to 2.0.4 release
--------------------------------------------------------------------------------
ChangeLog:
* Sun Dec 21 2014 Denis Fateyev <denis(a)fateyev.com> - 2.0.4-1
- Update to 2.0.4 release
* Sat Oct 18 2014 Denis Fateyev <denis(a)fateyev.com> - 2.0.0-1
- Update to 2.0.0 release
- New program features added
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1176685 - yadifa: 2.0.4 upstream release available
https://bugzilla.redhat.com/show_bug.cgi?id=1176685
--------------------------------------------------------------------------------