Fedora EPEL 7 updates-testing report

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The following Fedora EPEL 7 Security updates need testing:
 Age  URL
 754  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-1087   dokuwiki-0-0.24.20140929c.el7
 516  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-dac7ed832f   mcollective-2.8.4-1.el7
 219  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-e8f4ff76b3   chicken-4.11.0-3.el7
  99  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-04bc9dd81d   libbsd-0.8.3-1.el7
  15  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-05ac8b1dc4   php-onelogin-php-saml-2.10.5-1.el7
   8  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-3d518cd4b9   libgit2-0.24.6-1.el7
   8  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-5794ee2486   moodle-3.1.5-1.el7
   7  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-7e4f45cad3   tcpreplay-4.2.1-1.el7
   0  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-99c7c2f382   xorgxrdp-0.2.1-1.el7 xrdp-0.9.2-1.el7
   0  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-e9e451db03   chromium-57.0.2987.133-1.el7


The following builds have been pushed to Fedora EPEL 7 updates-testing

    ccache-3.3.4-1.el7
    meld-3.16.4-2.el7
    php-cs-fixer-2.2.0-1.el7
    php-horde-Horde-Core-2.28.3-1.el7
    vulkan-1.0.42.2-1.el7

Details about builds:


================================================================================
 ccache-3.3.4-1.el7 (FEDORA-EPEL-2017-5ef78dd782)
 C/C++ compiler cache
--------------------------------------------------------------------------------
Update Information:

Update to ccache 3.3.4
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1438063 - ccache causes dependency file generation error when trying to compile upstream linux kernels
        https://bugzilla.redhat.com/show_bug.cgi?id=1438063
--------------------------------------------------------------------------------


================================================================================
 meld-3.16.4-2.el7 (FEDORA-EPEL-2017-a12928a231)
 Visual diff and merge tool
--------------------------------------------------------------------------------
Update Information:

This update brings Meld 3.16.4 to a RHEL based box near you.. It includes a fix
for an issue where too many directories in /usr/share/doc have been created for
meld.
--------------------------------------------------------------------------------


================================================================================
 php-cs-fixer-2.2.0-1.el7 (FEDORA-EPEL-2017-a0bba22156)
 A tool to automatically fix PHP code style
--------------------------------------------------------------------------------
Update Information:

**Changelog for v2.2.0**  * bug #2640 NoExtraConsecutiveBlankLinesFixer - Fix
single indent characters not working (ntzm) * feature #2220 Doctrine annotation
fixers (julienfalque) * feature #2431 MethodArgumentSpaceFixer: allow to retain
multiple spaces after comma (Slamdunk) * feature #2459 BracesFixer - Add option
for keeping opening brackets on the same line (jtojnar, SpacePossum) * feature
#2486 Add FunctionToConstantFixer (SpacePossum, keradus) * feature #2505
FunctionDeclarationFixer - Make space after anonymous function configurable
(jtojnar, keradus) * feature #2509 FullOpeningTagFixer - Ensure opening PHP tag
is lowercase (jtojnar) * feature #2532 FixCommand - add stop-on-violation option
(keradus) * feature #2591 Improve process output (julienfalque) * feature #2603
Add InvisibleSymbols Fixer (ivan1986, keradus) * feature #2642 Add
MagicConstantCasingFixer (ntzm) * feature #2657 PhpdocToCommentFixer - Allow
phpdoc for language constructs (ceeram, SpacePossum) * minor #2500 Configuration
resolver (julienfalque, SpacePossum, keradus) * minor #2566 Show more details on
errors and exceptions. (SpacePossum, julienfalque) * minor #2597 HHVM - bump
required version to 3.18 (keradus) * minor #2606 FixCommand - fix missing
comment close tag (keradus) * minor #2623 OrderedClassElementsFixer - remove
dead code (SpacePossum) * minor #2625 Update Symfony and Symfony:risky rulesets
(keradus) * minor #2626 TernaryToNullCoalescingFixer - adjust ruleset membership
and description (keradus) * minor #2635 ProjectCodeTest - watch that all classes
have dedicated tests (keradus) * minor #2647 DescribeCommandTest - remove
deprecated code usage (julienfalque) * minor #2648 Move non-code covering tests
to AutoReview subnamespace (keradus) * minor #2652 NoSpacesAroundOffsetFixerTest
- fix deprecation (keradus) * minor #2656 Code grooming (keradus) * minor #2659
Travis - speed up preparation for phar building (keradus) * minor #2660 Fixed
typo in suggest for ext-mbstring (pascal-hofmann) * minor #2661
NonPrintableCharacterFixer - include into Symfony:risky ruleset (keradus)
**Changelog for v2.1.3**   * bug #2358 Cache - Deal with signature encoding
(keradus, GrahamCampbell) * bug #2475 Add shorthand array destructing support
(SpacePossum, keradus) * bug #2595 NoUnusedImportsFixer - Fix import usage
detection with properties (julienfalque) * bug #2605
PhpdocAddMissingParamAnnotationFixer, PhpdocOrderFixer - fix priority issue
(SpacePossum) * bug #2607 Fixers - better comments handling (SpacePossum) * bug
#2612 BracesFixer - Fix early bracket close for do-while loop inside an if
without brackets (felixgomez) * bug #2614 Ensure that '*Fixer::fix()' won't
crash when running on non-candidate collection (keradus) * bug #2630
HeaderCommentFixer - Fix trailing whitespace not removed after <?php
(julienfalque) * bug #2637 ToolInfo - use static dir check for composer
discovery (Slamdunk) * bug #2639 SemicolonAfterInstructionFixer - Handle
alternative syntax (SpacePossum) * bug #2645 HHVM: handle T_HH_ERROR (keradus) *
bug #2653 IsNullFixer - fix edge case (localheinz, kalessil) * bug #2654
PhpdocAddMissingParamAnnotationFixer - handle one-line docblocks (keradus) *
minor #2594 Travis - generate coverage report at 7.1 and clean up build matrix
(keradus) * minor #2613 HeaderCommentFixer - add missing case for exception
raising (keradus) * minor #2615 Add DescribeCommand test (julienfalque) * minor
#2616 Exclude more tests in phar version (keradus) * minor #2618 Update
README.rst (mhitza) * minor #2620 Finder - Remove `*.twig` as default
(SpacePossum) * minor #2641 Cookbook - remove information about levels (keradus)
* minor #2644 DescribeCommandTest - fix test execution on decorated console
(keradus) * minor #2655 AppVeyor - Cache Composer Installation (julienfalque)
----  **Changelog for v2.1.2**  * bug #2580 NoSpacesAfterFunctionNameFixer - Fix
after dynamic call (SpacePossum, keradus) * bug #2586 NoUnusedImportsFixerTest -
handle FQCN import (keradus) * bug #2587 NoClosingTagFixerTest - handle file
without operations (keradus, SpacePossum) * minor #2552 Initial compatibility
with PHP 7.2-DEV (keradus) * minor #2582 Improve AppVeyor and Travis CI build
time (julienfalque) * minor #2584 NoUnreachableDefaultArgumentValueFixer - fix
typo (chadburrus) * minor #2593 PhpUnitFqcnAnnotationFixer - move test to proper
namespace (keradus) * minor #2596 AppVeyor - update PHP versions (keradus)
**Changelog for v2.1.1**  * bug #2547 NoUnneededControlParenthesesFixer - Handle
T_COALESCE in clone (keksa) * bug #2557 BracesFixer - Better comments handling
(SpacePossum) * bug #2558 require symfony/polyfill-xml (SpacePossum) * bug #2560
PhpdocNoAliasTagFixer - Fix circular replacements detection (julienfalque) * bug
#2567 Filename with spaces usage (jaymecd) * bug #2572
NoUnreachableDefaultArgumentValueFixer - Mark as risky (SpacePossum) * minor
#2533 AppVeyor - adjust phpunit version (keradus) * minor #2535 Make .gitignore
entries more specific (julienfalque) * minor #2541 README.rst - provide download
link for latest version (keradus) * minor #2562 Add schema.json (keradus) *
minor #2563 Add deprecation notices tests (julienfalque) * minor #2564 Add rules
configuration by passing json encode config by CLI (SpacePossum) * minor #2569
Make symfony/phpunit-bridge a dev dependency only (julienfalque) * minor #2574
Add xml.xsd (keradus)
--------------------------------------------------------------------------------


================================================================================
 php-horde-Horde-Core-2.28.3-1.el7 (FEDORA-EPEL-2017-a5174e2e77)
 Horde Core Framework libraries
--------------------------------------------------------------------------------
Update Information:

**Horde_Core 2.28.3**  * [mjr] Fix regression in loading vhost config files (Bug
#14605).   ----  **Horde_Core 2.28.2**  * [jan] Fix unpacking encrypted session
data ("User not authorized for ..." log messages). * [jan] Throw an exception
when accessing a non-existing API through the registry.   ----  **Horde_Core
2.28.1**  * [jan] Restore BC with incorrect parameter usage of
Horde_PageOutput::addInlineScript() (Bug #14597).  ----  **Horde_Core 2.28.0**
* [jan] Allow to specify JS framework to use for defer-loading inline scripts.
--------------------------------------------------------------------------------


================================================================================
 vulkan-1.0.42.2-1.el7 (FEDORA-EPEL-2017-a2b2c4b388)
 Vulkan loader and validation layers
--------------------------------------------------------------------------------
Update Information:

Update to vulkan-1.0.42.2
--------------------------------------------------------------------------------
_______________________________________________
epel-devel mailing list -- epel-devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to epel-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx




[Index of Archives]     [Fedora Announce]     [Fedora News]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Announce]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora QA]     [Fedora Triage]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Linux Apps]     [Gnome Users]     [KDE Users]     [Fedora Tools]     [Fedora Art]     [Fedora Docs]     [Maemo Users]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Fedora ARM]

  Powered by Linux